(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.1 
  2415               //==============================================================================
  2416               //
  2417               // Class: CIM_DiagnosticResult
  2418               //
  2419               //==============================================================================
  2420               
  2421               static const char*
  2422               _CIM_DiagnosticResult_DiagnosticCreationClassName_qualifiers[] =
  2423               {
  2424                   /* Deprecated */
  2425                   "\013\000\001No Value\000",
  2426                   /* Key */
  2427                   "\025\001",
  2428                   /* Propagated */
  2429                   "\045CIM_DiagnosticTest.CreationClassName",
  2430                   /* MaxLen */
  2431                   "\030\000\000\001\000",
  2432                   0,
  2433               };
  2434               
  2435 mike  1.1.2.1 static MetaProperty
  2436               _CIM_DiagnosticResult_DiagnosticCreationClassName =
  2437               {
  2438                   /* flags */
  2439                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2440                   /* name */
  2441                   "DiagnosticCreationClassName",
  2442                   /* qualifiers */
  2443                   _CIM_DiagnosticResult_DiagnosticCreationClassName_qualifiers,
  2444                   /* type */
  2445                   CIMTYPE_STRING,
  2446                   /* subscript */
  2447                   -1,
  2448                   /* value */
  2449                   0,
  2450               };
  2451               
  2452               static const char*
  2453               _CIM_DiagnosticResult_DiagnosticName_qualifiers[] =
  2454               {
  2455                   /* Deprecated */
  2456 mike  1.1.2.1     "\013\000\001No Value\000",
  2457                   /* Key */
  2458                   "\025\001",
  2459                   /* Propagated */
  2460                   "\045CIM_DiagnosticTest.Name",
  2461                   /* MaxLen */
  2462                   "\030\000\000\001\000",
  2463                   0,
  2464               };
  2465               
  2466               static MetaProperty
  2467               _CIM_DiagnosticResult_DiagnosticName =
  2468               {
  2469                   /* flags */
  2470                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2471                   /* name */
  2472                   "DiagnosticName",
  2473                   /* qualifiers */
  2474                   _CIM_DiagnosticResult_DiagnosticName_qualifiers,
  2475                   /* type */
  2476                   CIMTYPE_STRING,
  2477 mike  1.1.2.1     /* subscript */
  2478                   -1,
  2479                   /* value */
  2480                   0,
  2481               };
  2482               
  2483               static const char*
  2484               _CIM_DiagnosticResult_DiagSystemCreationClassName_qualifiers[] =
  2485               {
  2486                   /* Deprecated */
  2487                   "\013\000\001No Value\000",
  2488                   /* Key */
  2489                   "\025\001",
  2490                   /* Propagated */
  2491                   "\045CIM_DiagnosticTest.SystemCreationClassName",
  2492                   /* MaxLen */
  2493                   "\030\000\000\001\000",
  2494                   0,
  2495               };
  2496               
  2497               static MetaProperty
  2498 mike  1.1.2.1 _CIM_DiagnosticResult_DiagSystemCreationClassName =
  2499               {
  2500                   /* flags */
  2501                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2502                   /* name */
  2503                   "DiagSystemCreationClassName",
  2504                   /* qualifiers */
  2505                   _CIM_DiagnosticResult_DiagSystemCreationClassName_qualifiers,
  2506                   /* type */
  2507                   CIMTYPE_STRING,
  2508                   /* subscript */
  2509                   -1,
  2510                   /* value */
  2511                   0,
  2512               };
  2513               
  2514               static const char*
  2515               _CIM_DiagnosticResult_DiagSystemName_qualifiers[] =
  2516               {
  2517                   /* Deprecated */
  2518                   "\013\000\001No Value\000",
  2519 mike  1.1.2.1     /* Key */
  2520                   "\025\001",
  2521                   /* Propagated */
  2522                   "\045CIM_DiagnosticTest.SystemName",
  2523                   /* MaxLen */
  2524                   "\030\000\000\001\000",
  2525                   0,
  2526               };
  2527               
  2528               static MetaProperty
  2529               _CIM_DiagnosticResult_DiagSystemName =
  2530               {
  2531                   /* flags */
  2532                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2533                   /* name */
  2534                   "DiagSystemName",
  2535                   /* qualifiers */
  2536                   _CIM_DiagnosticResult_DiagSystemName_qualifiers,
  2537                   /* type */
  2538                   CIMTYPE_STRING,
  2539                   /* subscript */
  2540 mike  1.1.2.1     -1,
  2541                   /* value */
  2542                   0,
  2543               };
  2544               
  2545               static const char*
  2546               _CIM_DiagnosticResult_ExecutionID_qualifiers[] =
  2547               {
  2548                   /* Deprecated */
  2549                   "\013\000\001CIM_DiagnosticRecord.InstanceID\000",
  2550                   /* Key */
  2551                   "\025\001",
  2552                   /* MaxLen */
  2553                   "\030\000\000\004\000",
  2554                   0,
  2555               };
  2556               
  2557               static MetaProperty
  2558               _CIM_DiagnosticResult_ExecutionID =
  2559               {
  2560                   /* flags */
  2561 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2562                   /* name */
  2563                   "ExecutionID",
  2564                   /* qualifiers */
  2565                   _CIM_DiagnosticResult_ExecutionID_qualifiers,
  2566                   /* type */
  2567                   CIMTYPE_STRING,
  2568                   /* subscript */
  2569                   -1,
  2570                   /* value */
  2571                   0,
  2572               };
  2573               
  2574               static const char*
  2575               _CIM_DiagnosticResult_TimeStamp_qualifiers[] =
  2576               {
  2577                   /* Deprecated */
  2578                   "\013\000\001CIM_LogRecord.MessageTimestamp\000",
  2579                   0,
  2580               };
  2581               
  2582 mike  1.1.2.1 static MetaProperty
  2583               _CIM_DiagnosticResult_TimeStamp =
  2584               {
  2585                   /* flags */
  2586                   META_FLAG_PROPERTY|META_FLAG_READ,
  2587                   /* name */
  2588                   "TimeStamp",
  2589                   /* qualifiers */
  2590                   _CIM_DiagnosticResult_TimeStamp_qualifiers,
  2591                   /* type */
  2592                   CIMTYPE_DATETIME,
  2593                   /* subscript */
  2594                   -1,
  2595                   /* value */
  2596                   0,
  2597               };
  2598               
  2599               static const char*
  2600               _CIM_DiagnosticResult_IsPackage_qualifiers[] =
  2601               {
  2602                   /* Deprecated */
  2603 mike  1.1.2.1     "\013\000\001No Value\000",
  2604                   0,
  2605               };
  2606               
  2607               static MetaProperty
  2608               _CIM_DiagnosticResult_IsPackage =
  2609               {
  2610                   /* flags */
  2611                   META_FLAG_PROPERTY|META_FLAG_READ,
  2612                   /* name */
  2613                   "IsPackage",
  2614                   /* qualifiers */
  2615                   _CIM_DiagnosticResult_IsPackage_qualifiers,
  2616                   /* type */
  2617                   CIMTYPE_BOOLEAN,
  2618                   /* subscript */
  2619                   -1,
  2620                   /* value */
  2621                   0,
  2622               };
  2623               
  2624 mike  1.1.2.1 static const char*
  2625               _CIM_DiagnosticResult_TestStartTime_qualifiers[] =
  2626               {
  2627                   /* Deprecated */
  2628                   "\013\000\001CIM_Job.StartTime\000",
  2629                   0,
  2630               };
  2631               
  2632               static MetaProperty
  2633               _CIM_DiagnosticResult_TestStartTime =
  2634               {
  2635                   /* flags */
  2636                   META_FLAG_PROPERTY|META_FLAG_READ,
  2637                   /* name */
  2638                   "TestStartTime",
  2639                   /* qualifiers */
  2640                   _CIM_DiagnosticResult_TestStartTime_qualifiers,
  2641                   /* type */
  2642                   CIMTYPE_DATETIME,
  2643                   /* subscript */
  2644                   -1,
  2645 mike  1.1.2.1     /* value */
  2646                   0,
  2647               };
  2648               
  2649               static const char*
  2650               _CIM_DiagnosticResult_TestCompletionTime_qualifiers[] =
  2651               {
  2652                   /* Deprecated */
  2653                   "\013\000\001No Value\000",
  2654                   0,
  2655               };
  2656               
  2657               static MetaProperty
  2658               _CIM_DiagnosticResult_TestCompletionTime =
  2659               {
  2660                   /* flags */
  2661                   META_FLAG_PROPERTY|META_FLAG_READ,
  2662                   /* name */
  2663                   "TestCompletionTime",
  2664                   /* qualifiers */
  2665                   _CIM_DiagnosticResult_TestCompletionTime_qualifiers,
  2666 mike  1.1.2.1     /* type */
  2667                   CIMTYPE_DATETIME,
  2668                   /* subscript */
  2669                   -1,
  2670                   /* value */
  2671                   0,
  2672               };
  2673               
  2674               static const char*
  2675               _CIM_DiagnosticResult_TestState_qualifiers[] =
  2676               {
  2677                   /* Deprecated */
  2678                   "\013\000\001No Value\000",
  2679                   /* ValueMap */
  2680                   "\061\000\0060\0001\0002\0003\0004\0005\000",
  2681                   /* Values */
  2682                   "\062\000\006Unknown\000Other\000Passed\000Failed\000In Progress\000Stopped\000",
  2683                   /* ModelCorrespondence */
  2684                   "\036\000\001CIM_DiagnosticResult.OtherStateDescription\000",
  2685                   0,
  2686               };
  2687 mike  1.1.2.1 
  2688               static MetaProperty
  2689               _CIM_DiagnosticResult_TestState =
  2690               {
  2691                   /* flags */
  2692                   META_FLAG_PROPERTY|META_FLAG_READ,
  2693                   /* name */
  2694                   "TestState",
  2695                   /* qualifiers */
  2696                   _CIM_DiagnosticResult_TestState_qualifiers,
  2697                   /* type */
  2698                   CIMTYPE_UINT16,
  2699                   /* subscript */
  2700                   -1,
  2701                   /* value */
  2702                   0,
  2703               };
  2704               
  2705               static const char*
  2706               _CIM_DiagnosticResult_OtherStateDescription_qualifiers[] =
  2707               {
  2708 mike  1.1.2.1     /* Deprecated */
  2709                   "\013\000\001No Value\000",
  2710                   /* ModelCorrespondence */
  2711                   "\036\000\001CIM_DiagnosticResult.TestState\000",
  2712                   0,
  2713               };
  2714               
  2715               static MetaProperty
  2716               _CIM_DiagnosticResult_OtherStateDescription =
  2717               {
  2718                   /* flags */
  2719                   META_FLAG_PROPERTY|META_FLAG_READ,
  2720                   /* name */
  2721                   "OtherStateDescription",
  2722                   /* qualifiers */
  2723                   _CIM_DiagnosticResult_OtherStateDescription_qualifiers,
  2724                   /* type */
  2725                   CIMTYPE_STRING,
  2726                   /* subscript */
  2727                   -1,
  2728                   /* value */
  2729 mike  1.1.2.1     0,
  2730               };
  2731               
  2732               static const char*
  2733               _CIM_DiagnosticResult_EstimatedTimeOfPerforming_qualifiers[] =
  2734               {
  2735                   /* Deprecated */
  2736                   "\013\000\001No Value\000",
  2737                   /* Units */
  2738                   "\060Seconds",
  2739                   /* ModelCorrespondence */
  2740                   "\036\000\001CIM_DiagnosticTestForMSE.EstimatedTimeOfPerforming\000",
  2741                   0,
  2742               };
  2743               
  2744               static MetaProperty
  2745               _CIM_DiagnosticResult_EstimatedTimeOfPerforming =
  2746               {
  2747                   /* flags */
  2748                   META_FLAG_PROPERTY|META_FLAG_READ,
  2749                   /* name */
  2750 mike  1.1.2.1     "EstimatedTimeOfPerforming",
  2751                   /* qualifiers */
  2752                   _CIM_DiagnosticResult_EstimatedTimeOfPerforming_qualifiers,
  2753                   /* type */
  2754                   CIMTYPE_UINT32,
  2755                   /* subscript */
  2756                   -1,
  2757                   /* value */
  2758                   0,
  2759               };
  2760               
  2761               static const char*
  2762               _CIM_DiagnosticResult_TestResults_qualifiers[] =
  2763               {
  2764                   /* Deprecated */
  2765                   "\013\000\001CIM_LogRecord.RecordData\000",
  2766                   /* ArrayType */
  2767                   "\005Ordered",
  2768                   0,
  2769               };
  2770               
  2771 mike  1.1.2.1 static MetaProperty
  2772               _CIM_DiagnosticResult_TestResults =
  2773               {
  2774                   /* flags */
  2775                   META_FLAG_PROPERTY|META_FLAG_READ,
  2776                   /* name */
  2777                   "TestResults",
  2778                   /* qualifiers */
  2779                   _CIM_DiagnosticResult_TestResults_qualifiers,
  2780                   /* type */
  2781                   CIMTYPE_STRING,
  2782                   /* subscript */
  2783                   0,
  2784                   /* value */
  2785                   0,
  2786               };
  2787               
  2788               static const char*
  2789               _CIM_DiagnosticResult_PercentComplete_qualifiers[] =
  2790               {
  2791                   /* Deprecated */
  2792 mike  1.1.2.1     "\013\000\001CIM_Job.PercentComplete\000",
  2793                   /* Units */
  2794                   "\060Percent",
  2795                   /* MinValue */
  2796                   "\035\000\000\000\000\000\000\000\000",
  2797                   /* MaxValue */
  2798                   "\031\000\000\000\000\000\000\000\144",
  2799                   0,
  2800               };
  2801               
  2802               static MetaProperty
  2803               _CIM_DiagnosticResult_PercentComplete =
  2804               {
  2805                   /* flags */
  2806                   META_FLAG_PROPERTY|META_FLAG_READ,
  2807                   /* name */
  2808                   "PercentComplete",
  2809                   /* qualifiers */
  2810                   _CIM_DiagnosticResult_PercentComplete_qualifiers,
  2811                   /* type */
  2812                   CIMTYPE_UINT8,
  2813 mike  1.1.2.1     /* subscript */
  2814                   -1,
  2815                   /* value */
  2816                   0,
  2817               };
  2818               
  2819               static const char*
  2820               _CIM_DiagnosticResult_ErrorCode_qualifiers[] =
  2821               {
  2822                   /* Deprecated */
  2823                   "\013\000\001CIM_DiagnosticServiceRecord.ErrorCode\000",
  2824                   /* ArrayType */
  2825                   "\005Indexed",
  2826                   /* ModelCorrespondence */
  2827                   "\036\000\001CIM_DiagnosticResult.ErrorCount\000",
  2828                   0,
  2829               };
  2830               
  2831               static MetaProperty
  2832               _CIM_DiagnosticResult_ErrorCode =
  2833               {
  2834 mike  1.1.2.1     /* flags */
  2835                   META_FLAG_PROPERTY|META_FLAG_READ,
  2836                   /* name */
  2837                   "ErrorCode",
  2838                   /* qualifiers */
  2839                   _CIM_DiagnosticResult_ErrorCode_qualifiers,
  2840                   /* type */
  2841                   CIMTYPE_STRING,
  2842                   /* subscript */
  2843                   0,
  2844                   /* value */
  2845                   0,
  2846               };
  2847               
  2848               static const char*
  2849               _CIM_DiagnosticResult_ErrorCount_qualifiers[] =
  2850               {
  2851                   /* Deprecated */
  2852                   "\013\000\001CIM_DiagnosticServiceRecord.ErrorCount\000",
  2853                   /* ArrayType */
  2854                   "\005Indexed",
  2855 mike  1.1.2.1     /* ModelCorrespondence */
  2856                   "\036\000\001CIM_DiagnosticResult.ErrorCode\000",
  2857                   0,
  2858               };
  2859               
  2860               static MetaProperty
  2861               _CIM_DiagnosticResult_ErrorCount =
  2862               {
  2863                   /* flags */
  2864                   META_FLAG_PROPERTY|META_FLAG_READ,
  2865                   /* name */
  2866                   "ErrorCount",
  2867                   /* qualifiers */
  2868                   _CIM_DiagnosticResult_ErrorCount_qualifiers,
  2869                   /* type */
  2870                   CIMTYPE_UINT32,
  2871                   /* subscript */
  2872                   0,
  2873                   /* value */
  2874                   0,
  2875               };
  2876 mike  1.1.2.1 
  2877               static const char*
  2878               _CIM_DiagnosticResult_LoopsFailed_qualifiers[] =
  2879               {
  2880                   /* Deprecated */
  2881                   "\013\000\001CIM_DiagnosticServiceRecord.LoopsFailed\000",
  2882                   0,
  2883               };
  2884               
  2885               static MetaProperty
  2886               _CIM_DiagnosticResult_LoopsFailed =
  2887               {
  2888                   /* flags */
  2889                   META_FLAG_PROPERTY|META_FLAG_READ,
  2890                   /* name */
  2891                   "LoopsFailed",
  2892                   /* qualifiers */
  2893                   _CIM_DiagnosticResult_LoopsFailed_qualifiers,
  2894                   /* type */
  2895                   CIMTYPE_UINT32,
  2896                   /* subscript */
  2897 mike  1.1.2.1     -1,
  2898                   /* value */
  2899                   0,
  2900               };
  2901               
  2902               static const char*
  2903               _CIM_DiagnosticResult_LoopsPassed_qualifiers[] =
  2904               {
  2905                   /* Deprecated */
  2906                   "\013\000\001CIM_DiagnosticServiceRecord.LoopsPassed\000",
  2907                   0,
  2908               };
  2909               
  2910               static MetaProperty
  2911               _CIM_DiagnosticResult_LoopsPassed =
  2912               {
  2913                   /* flags */
  2914                   META_FLAG_PROPERTY|META_FLAG_READ,
  2915                   /* name */
  2916                   "LoopsPassed",
  2917                   /* qualifiers */
  2918 mike  1.1.2.1     _CIM_DiagnosticResult_LoopsPassed_qualifiers,
  2919                   /* type */
  2920                   CIMTYPE_UINT32,
  2921                   /* subscript */
  2922                   -1,
  2923                   /* value */
  2924                   0,
  2925               };
  2926               
  2927               static const char*
  2928               _CIM_DiagnosticResult_TestWarningLevel_qualifiers[] =
  2929               {
  2930                   /* Deprecated */
  2931                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2932                   /* Write */
  2933                   "\065\001",
  2934                   /* ValueMap */
  2935                   "\061\000\0040\0001\0002\0003\000",
  2936                   /* Values */
  2937                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
  2938                   0,
  2939 mike  1.1.2.1 };
  2940               
  2941               static MetaProperty
  2942               _CIM_DiagnosticResult_TestWarningLevel =
  2943               {
  2944                   /* flags */
  2945                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  2946                   /* name */
  2947                   "TestWarningLevel",
  2948                   /* qualifiers */
  2949                   _CIM_DiagnosticResult_TestWarningLevel_qualifiers,
  2950                   /* type */
  2951                   CIMTYPE_UINT16,
  2952                   /* subscript */
  2953                   -1,
  2954                   /* value */
  2955                   0,
  2956               };
  2957               
  2958               static const char*
  2959               _CIM_DiagnosticResult_ReportSoftErrors_qualifiers[] =
  2960 mike  1.1.2.1 {
  2961                   /* Deprecated */
  2962                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2963                   /* Write */
  2964                   "\065\001",
  2965                   0,
  2966               };
  2967               
  2968               static MetaProperty
  2969               _CIM_DiagnosticResult_ReportSoftErrors =
  2970               {
  2971                   /* flags */
  2972                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  2973                   /* name */
  2974                   "ReportSoftErrors",
  2975                   /* qualifiers */
  2976                   _CIM_DiagnosticResult_ReportSoftErrors_qualifiers,
  2977                   /* type */
  2978                   CIMTYPE_BOOLEAN,
  2979                   /* subscript */
  2980                   -1,
  2981 mike  1.1.2.1     /* value */
  2982                   0,
  2983               };
  2984               
  2985               static const char*
  2986               _CIM_DiagnosticResult_ReportStatusMessages_qualifiers[] =
  2987               {
  2988                   /* Deprecated */
  2989                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2990                   /* Write */
  2991                   "\065\001",
  2992                   0,
  2993               };
  2994               
  2995               static MetaProperty
  2996               _CIM_DiagnosticResult_ReportStatusMessages =
  2997               {
  2998                   /* flags */
  2999                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3000                   /* name */
  3001                   "ReportStatusMessages",
  3002 mike  1.1.2.1     /* qualifiers */
  3003                   _CIM_DiagnosticResult_ReportStatusMessages_qualifiers,
  3004                   /* type */
  3005                   CIMTYPE_BOOLEAN,
  3006                   /* subscript */
  3007                   -1,
  3008                   /* value */
  3009                   0,
  3010               };
  3011               
  3012               static const char*
  3013               _CIM_DiagnosticResult_HaltOnError_qualifiers[] =
  3014               {
  3015                   /* Deprecated */
  3016                   "\013\000\001CIM_DiagnosticSettingRecord.HaltOnError\000",
  3017                   /* Write */
  3018                   "\065\001",
  3019                   0,
  3020               };
  3021               
  3022               static MetaProperty
  3023 mike  1.1.2.1 _CIM_DiagnosticResult_HaltOnError =
  3024               {
  3025                   /* flags */
  3026                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3027                   /* name */
  3028                   "HaltOnError",
  3029                   /* qualifiers */
  3030                   _CIM_DiagnosticResult_HaltOnError_qualifiers,
  3031                   /* type */
  3032                   CIMTYPE_BOOLEAN,
  3033                   /* subscript */
  3034                   -1,
  3035                   /* value */
  3036                   0,
  3037               };
  3038               
  3039               static const char*
  3040               _CIM_DiagnosticResult_QuickMode_qualifiers[] =
  3041               {
  3042                   /* Deprecated */
  3043                   "\013\000\001CIM_DiagnosticSettingRecord.QuickMode\000",
  3044 mike  1.1.2.1     /* Write */
  3045                   "\065\001",
  3046                   0,
  3047               };
  3048               
  3049               static MetaProperty
  3050               _CIM_DiagnosticResult_QuickMode =
  3051               {
  3052                   /* flags */
  3053                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3054                   /* name */
  3055                   "QuickMode",
  3056                   /* qualifiers */
  3057                   _CIM_DiagnosticResult_QuickMode_qualifiers,
  3058                   /* type */
  3059                   CIMTYPE_BOOLEAN,
  3060                   /* subscript */
  3061                   -1,
  3062                   /* value */
  3063                   0,
  3064               };
  3065 mike  1.1.2.1 
  3066               static const char*
  3067               _CIM_DiagnosticResult_PercentOfTestCoverage_qualifiers[] =
  3068               {
  3069                   /* Deprecated */
  3070                   "\013\000\001CIM_DiagnosticSettingRecord.PercentOfTestCoverage\000",
  3071                   /* Write */
  3072                   "\065\001",
  3073                   /* Units */
  3074                   "\060Percent",
  3075                   /* MinValue */
  3076                   "\035\000\000\000\000\000\000\000\000",
  3077                   /* MaxValue */
  3078                   "\031\000\000\000\000\000\000\000\144",
  3079                   /* ModelCorrespondence */
  3080                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
  3081                   0,
  3082               };
  3083               
  3084               static MetaProperty
  3085               _CIM_DiagnosticResult_PercentOfTestCoverage =
  3086 mike  1.1.2.1 {
  3087                   /* flags */
  3088                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3089                   /* name */
  3090                   "PercentOfTestCoverage",
  3091                   /* qualifiers */
  3092                   _CIM_DiagnosticResult_PercentOfTestCoverage_qualifiers,
  3093                   /* type */
  3094                   CIMTYPE_UINT8,
  3095                   /* subscript */
  3096                   -1,
  3097                   /* value */
  3098                   0,
  3099               };
  3100               
  3101               static MetaFeature*
  3102               _CIM_DiagnosticResult_features[] =
  3103               {
  3104                   (MetaFeature*)&_CIM_DiagnosticResult_DiagnosticCreationClassName,
  3105                   (MetaFeature*)&_CIM_DiagnosticResult_DiagnosticName,
  3106                   (MetaFeature*)&_CIM_DiagnosticResult_DiagSystemCreationClassName,
  3107 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticResult_DiagSystemName,
  3108                   (MetaFeature*)&_CIM_DiagnosticResult_ExecutionID,
  3109                   (MetaFeature*)&_CIM_DiagnosticResult_TimeStamp,
  3110                   (MetaFeature*)&_CIM_DiagnosticResult_IsPackage,
  3111                   (MetaFeature*)&_CIM_DiagnosticResult_TestStartTime,
  3112                   (MetaFeature*)&_CIM_DiagnosticResult_TestCompletionTime,
  3113                   (MetaFeature*)&_CIM_DiagnosticResult_TestState,
  3114                   (MetaFeature*)&_CIM_DiagnosticResult_OtherStateDescription,
  3115                   (MetaFeature*)&_CIM_DiagnosticResult_EstimatedTimeOfPerforming,
  3116                   (MetaFeature*)&_CIM_DiagnosticResult_TestResults,
  3117                   (MetaFeature*)&_CIM_DiagnosticResult_PercentComplete,
  3118                   (MetaFeature*)&_CIM_DiagnosticResult_ErrorCode,
  3119                   (MetaFeature*)&_CIM_DiagnosticResult_ErrorCount,
  3120                   (MetaFeature*)&_CIM_DiagnosticResult_LoopsFailed,
  3121                   (MetaFeature*)&_CIM_DiagnosticResult_LoopsPassed,
  3122                   (MetaFeature*)&_CIM_DiagnosticResult_TestWarningLevel,
  3123                   (MetaFeature*)&_CIM_DiagnosticResult_ReportSoftErrors,
  3124                   (MetaFeature*)&_CIM_DiagnosticResult_ReportStatusMessages,
  3125                   (MetaFeature*)&_CIM_DiagnosticResult_HaltOnError,
  3126                   (MetaFeature*)&_CIM_DiagnosticResult_QuickMode,
  3127                   (MetaFeature*)&_CIM_DiagnosticResult_PercentOfTestCoverage,
  3128 mike  1.1.2.1     0,
  3129               };
  3130               
  3131               static const char*
  3132               __root_cimv2_CIM_DiagnosticResult_qualifiers[] =
  3133               {
  3134                   /* Deprecated */
  3135                   "\013\000\001CIM_DiagnosticServiceRecord\000",
  3136                   /* UMLPackagePath */
  3137                   "\057CIM::System::Diagnostics",
  3138                   /* Version */
  3139                   "\0632.7.0",
  3140                   0,
  3141               };
  3142               
  3143               MetaClass
  3144               __root_cimv2_CIM_DiagnosticResult =
  3145               {
  3146                   /* flags */
  3147                   META_FLAG_CLASS,
  3148                   /* name */
  3149 mike  1.1.2.1     "CIM_DiagnosticResult",
  3150                   /* qualifiers */
  3151                   __root_cimv2_CIM_DiagnosticResult_qualifiers,
  3152                   /* super */
  3153                   0,
  3154                   /* features */
  3155                   _CIM_DiagnosticResult_features,
  3156               };
  3157               
  3158               //==============================================================================
  3159               //
  3160               // Class: CIM_Indication
  3161               //
  3162               //==============================================================================
  3163               
  3164               static const char*
  3165               _CIM_Indication_IndicationIdentifier_qualifiers[] =
  3166               {
  3167                   /* MappingStrings */
  3168                   "\026\000\001Recommendation.ITU|X733.Notification identifier\000",
  3169                   0,
  3170 mike  1.1.2.1 };
  3171               
  3172               static MetaProperty
  3173               _CIM_Indication_IndicationIdentifier =
  3174               {
  3175                   /* flags */
  3176                   META_FLAG_PROPERTY|META_FLAG_READ,
  3177                   /* name */
  3178                   "IndicationIdentifier",
  3179                   /* qualifiers */
  3180                   _CIM_Indication_IndicationIdentifier_qualifiers,
  3181                   /* type */
  3182                   CIMTYPE_STRING,
  3183                   /* subscript */
  3184                   -1,
  3185                   /* value */
  3186                   0,
  3187               };
  3188               
  3189               static const char*
  3190               _CIM_Indication_CorrelatedIndications_qualifiers[] =
  3191 mike  1.1.2.1 {
  3192                   /* MappingStrings */
  3193                   "\026\000\001Recommendation.ITU|X733.Correlated notifications\000",
  3194                   /* ModelCorrespondence */
  3195                   "\036\000\001CIM_Indication.IndicationIdentifier\000",
  3196                   0,
  3197               };
  3198               
  3199               static MetaProperty
  3200               _CIM_Indication_CorrelatedIndications =
  3201               {
  3202                   /* flags */
  3203                   META_FLAG_PROPERTY|META_FLAG_READ,
  3204                   /* name */
  3205                   "CorrelatedIndications",
  3206                   /* qualifiers */
  3207                   _CIM_Indication_CorrelatedIndications_qualifiers,
  3208                   /* type */
  3209                   CIMTYPE_STRING,
  3210                   /* subscript */
  3211                   0,
  3212 mike  1.1.2.1     /* value */
  3213                   0,
  3214               };
  3215               
  3216               static const char*
  3217               _CIM_Indication_IndicationTime_qualifiers[] =
  3218               {
  3219                   0,
  3220               };
  3221               
  3222               static MetaProperty
  3223               _CIM_Indication_IndicationTime =
  3224               {
  3225                   /* flags */
  3226                   META_FLAG_PROPERTY|META_FLAG_READ,
  3227                   /* name */
  3228                   "IndicationTime",
  3229                   /* qualifiers */
  3230                   _CIM_Indication_IndicationTime_qualifiers,
  3231                   /* type */
  3232                   CIMTYPE_DATETIME,
  3233 mike  1.1.2.1     /* subscript */
  3234                   -1,
  3235                   /* value */
  3236                   0,
  3237               };
  3238               
  3239               static const char*
  3240               _CIM_Indication_PerceivedSeverity_qualifiers[] =
  3241               {
  3242                   /* ValueMap */
  3243                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
  3244                   /* Values */
  3245                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
  3246                   /* MappingStrings */
  3247                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
  3248                   0,
  3249               };
  3250               
  3251               static MetaProperty
  3252               _CIM_Indication_PerceivedSeverity =
  3253               {
  3254 mike  1.1.2.1     /* flags */
  3255                   META_FLAG_PROPERTY|META_FLAG_READ,
  3256                   /* name */
  3257                   "PerceivedSeverity",
  3258                   /* qualifiers */
  3259                   _CIM_Indication_PerceivedSeverity_qualifiers,
  3260                   /* type */
  3261                   CIMTYPE_UINT16,
  3262                   /* subscript */
  3263                   -1,
  3264                   /* value */
  3265                   0,
  3266               };
  3267               
  3268               static const char*
  3269               _CIM_Indication_OtherSeverity_qualifiers[] =
  3270               {
  3271                   /* ModelCorrespondence */
  3272                   "\036\000\001CIM_AlertIndication.PerceivedSeverity\000",
  3273                   0,
  3274               };
  3275 mike  1.1.2.1 
  3276               static MetaProperty
  3277               _CIM_Indication_OtherSeverity =
  3278               {
  3279                   /* flags */
  3280                   META_FLAG_PROPERTY|META_FLAG_READ,
  3281                   /* name */
  3282                   "OtherSeverity",
  3283                   /* qualifiers */
  3284                   _CIM_Indication_OtherSeverity_qualifiers,
  3285                   /* type */
  3286                   CIMTYPE_STRING,
  3287                   /* subscript */
  3288                   -1,
  3289                   /* value */
  3290                   0,
  3291               };
  3292               
  3293               static MetaFeature*
  3294               _CIM_Indication_features[] =
  3295               {
  3296 mike  1.1.2.1     (MetaFeature*)&_CIM_Indication_IndicationIdentifier,
  3297                   (MetaFeature*)&_CIM_Indication_CorrelatedIndications,
  3298                   (MetaFeature*)&_CIM_Indication_IndicationTime,
  3299                   (MetaFeature*)&_CIM_Indication_PerceivedSeverity,
  3300                   (MetaFeature*)&_CIM_Indication_OtherSeverity,
  3301                   0,
  3302               };
  3303               
  3304               static const char*
  3305               __root_cimv2_CIM_Indication_qualifiers[] =
  3306               {
  3307                   /* INDICATION */
  3308                   "\001\001",
  3309                   /* UMLPackagePath */
  3310                   "\057CIM::Event",
  3311                   /* Abstract */
  3312                   "\002\001",
  3313                   /* Version */
  3314                   "\0632.7.0",
  3315                   0,
  3316               };
  3317 mike  1.1.2.1 
  3318               MetaClass
  3319               __root_cimv2_CIM_Indication =
  3320               {
  3321                   /* flags */
  3322                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  3323                   /* name */
  3324                   "CIM_Indication",
  3325                   /* qualifiers */
  3326                   __root_cimv2_CIM_Indication_qualifiers,
  3327                   /* super */
  3328                   0,
  3329                   /* features */
  3330                   _CIM_Indication_features,
  3331               };
  3332               
  3333               //==============================================================================
  3334               //
  3335               // Class: CIM_ManagedElement
  3336               //
  3337               //==============================================================================
  3338 mike  1.1.2.1 
  3339               static const char*
  3340               _CIM_ManagedElement_Caption_qualifiers[] =
  3341               {
  3342                   /* MaxLen */
  3343                   "\030\000\000\000\100",
  3344                   0,
  3345               };
  3346               
  3347               static MetaProperty
  3348               _CIM_ManagedElement_Caption =
  3349               {
  3350                   /* flags */
  3351                   META_FLAG_PROPERTY|META_FLAG_READ,
  3352                   /* name */
  3353                   "Caption",
  3354                   /* qualifiers */
  3355                   _CIM_ManagedElement_Caption_qualifiers,
  3356                   /* type */
  3357                   CIMTYPE_STRING,
  3358                   /* subscript */
  3359 mike  1.1.2.1     -1,
  3360                   /* value */
  3361                   0,
  3362               };
  3363               
  3364               static const char*
  3365               _CIM_ManagedElement_Description_qualifiers[] =
  3366               {
  3367                   0,
  3368               };
  3369               
  3370               static MetaProperty
  3371               _CIM_ManagedElement_Description =
  3372               {
  3373                   /* flags */
  3374                   META_FLAG_PROPERTY|META_FLAG_READ,
  3375                   /* name */
  3376                   "Description",
  3377                   /* qualifiers */
  3378                   _CIM_ManagedElement_Description_qualifiers,
  3379                   /* type */
  3380 mike  1.1.2.1     CIMTYPE_STRING,
  3381                   /* subscript */
  3382                   -1,
  3383                   /* value */
  3384                   0,
  3385               };
  3386               
  3387               static const char*
  3388               _CIM_ManagedElement_ElementName_qualifiers[] =
  3389               {
  3390                   0,
  3391               };
  3392               
  3393               static MetaProperty
  3394               _CIM_ManagedElement_ElementName =
  3395               {
  3396                   /* flags */
  3397                   META_FLAG_PROPERTY|META_FLAG_READ,
  3398                   /* name */
  3399                   "ElementName",
  3400                   /* qualifiers */
  3401 mike  1.1.2.1     _CIM_ManagedElement_ElementName_qualifiers,
  3402                   /* type */
  3403                   CIMTYPE_STRING,
  3404                   /* subscript */
  3405                   -1,
  3406                   /* value */
  3407                   0,
  3408               };
  3409               
  3410               static MetaFeature*
  3411               _CIM_ManagedElement_features[] =
  3412               {
  3413                   (MetaFeature*)&_CIM_ManagedElement_Caption,
  3414                   (MetaFeature*)&_CIM_ManagedElement_Description,
  3415                   (MetaFeature*)&_CIM_ManagedElement_ElementName,
  3416                   0,
  3417               };
  3418               
  3419               static const char*
  3420               __root_cimv2_CIM_ManagedElement_qualifiers[] =
  3421               {
  3422 mike  1.1.2.1     /* UMLPackagePath */
  3423                   "\057CIM::Core::CoreElements",
  3424                   /* Abstract */
  3425                   "\002\001",
  3426                   /* Version */
  3427                   "\0632.10.0",
  3428                   0,
  3429               };
  3430               
  3431               MetaClass
  3432               __root_cimv2_CIM_ManagedElement =
  3433               {
  3434                   /* flags */
  3435                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  3436                   /* name */
  3437                   "CIM_ManagedElement",
  3438                   /* qualifiers */
  3439                   __root_cimv2_CIM_ManagedElement_qualifiers,
  3440                   /* super */
  3441                   0,
  3442                   /* features */
  3443 mike  1.1.2.1     _CIM_ManagedElement_features,
  3444               };
  3445               
  3446               //==============================================================================
  3447               //
  3448               // Class: CIM_BaseMetricDefinition
  3449               //
  3450               //==============================================================================
  3451               
  3452               static const char*
  3453               _CIM_BaseMetricDefinition_Id_qualifiers[] =
  3454               {
  3455                   /* Key */
  3456                   "\025\001",
  3457                   0,
  3458               };
  3459               
  3460               static MetaProperty
  3461               _CIM_BaseMetricDefinition_Id =
  3462               {
  3463                   /* flags */
  3464 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  3465                   /* name */
  3466                   "Id",
  3467                   /* qualifiers */
  3468                   _CIM_BaseMetricDefinition_Id_qualifiers,
  3469                   /* type */
  3470                   CIMTYPE_STRING,
  3471                   /* subscript */
  3472                   -1,
  3473                   /* value */
  3474                   0,
  3475               };
  3476               
  3477               static const char*
  3478               _CIM_BaseMetricDefinition_Name_qualifiers[] =
  3479               {
  3480                   0,
  3481               };
  3482               
  3483               static MetaProperty
  3484               _CIM_BaseMetricDefinition_Name =
  3485 mike  1.1.2.1 {
  3486                   /* flags */
  3487                   META_FLAG_PROPERTY|META_FLAG_READ,
  3488                   /* name */
  3489                   "Name",
  3490                   /* qualifiers */
  3491                   _CIM_BaseMetricDefinition_Name_qualifiers,
  3492                   /* type */
  3493                   CIMTYPE_STRING,
  3494                   /* subscript */
  3495                   -1,
  3496                   /* value */
  3497                   0,
  3498               };
  3499               
  3500               static const char*
  3501               _CIM_BaseMetricDefinition_DataType_qualifiers[] =
  3502               {
  3503                   /* ValueMap */
  3504                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
  3505                   /* Values */
  3506 mike  1.1.2.1     "\062\000\016boolean\000char16\000datetime\000real32\000real64\000sint16\000sint32\000sint64\000sint8\000string\000uint16\000uint32\000uint64\000uint8\000",
  3507                   0,
  3508               };
  3509               
  3510               static MetaProperty
  3511               _CIM_BaseMetricDefinition_DataType =
  3512               {
  3513                   /* flags */
  3514                   META_FLAG_PROPERTY|META_FLAG_READ,
  3515                   /* name */
  3516                   "DataType",
  3517                   /* qualifiers */
  3518                   _CIM_BaseMetricDefinition_DataType_qualifiers,
  3519                   /* type */
  3520                   CIMTYPE_UINT16,
  3521                   /* subscript */
  3522                   -1,
  3523                   /* value */
  3524                   0,
  3525               };
  3526               
  3527 mike  1.1.2.1 static const char*
  3528               _CIM_BaseMetricDefinition_Calculable_qualifiers[] =
  3529               {
  3530                   /* ValueMap */
  3531                   "\061\000\0031\0002\0003\000",
  3532                   /* Values */
  3533                   "\062\000\003Non-calculable\000Summable\000Non-summable\000",
  3534                   0,
  3535               };
  3536               
  3537               static MetaProperty
  3538               _CIM_BaseMetricDefinition_Calculable =
  3539               {
  3540                   /* flags */
  3541                   META_FLAG_PROPERTY|META_FLAG_READ,
  3542                   /* name */
  3543                   "Calculable",
  3544                   /* qualifiers */
  3545                   _CIM_BaseMetricDefinition_Calculable_qualifiers,
  3546                   /* type */
  3547                   CIMTYPE_UINT16,
  3548 mike  1.1.2.1     /* subscript */
  3549                   -1,
  3550                   /* value */
  3551                   0,
  3552               };
  3553               
  3554               static const char*
  3555               _CIM_BaseMetricDefinition_Units_qualifiers[] =
  3556               {
  3557                   0,
  3558               };
  3559               
  3560               static MetaProperty
  3561               _CIM_BaseMetricDefinition_Units =
  3562               {
  3563                   /* flags */
  3564                   META_FLAG_PROPERTY|META_FLAG_READ,
  3565                   /* name */
  3566                   "Units",
  3567                   /* qualifiers */
  3568                   _CIM_BaseMetricDefinition_Units_qualifiers,
  3569 mike  1.1.2.1     /* type */
  3570                   CIMTYPE_STRING,
  3571                   /* subscript */
  3572                   -1,
  3573                   /* value */
  3574                   0,
  3575               };
  3576               
  3577               static const char*
  3578               _CIM_BaseMetricDefinition_BreakdownDimensions_qualifiers[] =
  3579               {
  3580                   0,
  3581               };
  3582               
  3583               static MetaProperty
  3584               _CIM_BaseMetricDefinition_BreakdownDimensions =
  3585               {
  3586                   /* flags */
  3587                   META_FLAG_PROPERTY|META_FLAG_READ,
  3588                   /* name */
  3589                   "BreakdownDimensions",
  3590 mike  1.1.2.1     /* qualifiers */
  3591                   _CIM_BaseMetricDefinition_BreakdownDimensions_qualifiers,
  3592                   /* type */
  3593                   CIMTYPE_STRING,
  3594                   /* subscript */
  3595                   0,
  3596                   /* value */
  3597                   0,
  3598               };
  3599               
  3600               static const char*
  3601               _CIM_BaseMetricDefinition_IsContinuous_qualifiers[] =
  3602               {
  3603                   0,
  3604               };
  3605               
  3606               static MetaProperty
  3607               _CIM_BaseMetricDefinition_IsContinuous =
  3608               {
  3609                   /* flags */
  3610                   META_FLAG_PROPERTY|META_FLAG_READ,
  3611 mike  1.1.2.1     /* name */
  3612                   "IsContinuous",
  3613                   /* qualifiers */
  3614                   _CIM_BaseMetricDefinition_IsContinuous_qualifiers,
  3615                   /* type */
  3616                   CIMTYPE_BOOLEAN,
  3617                   /* subscript */
  3618                   -1,
  3619                   /* value */
  3620                   0,
  3621               };
  3622               
  3623               static const char*
  3624               _CIM_BaseMetricDefinition_ChangeType_qualifiers[] =
  3625               {
  3626                   /* ValueMap */
  3627                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3628                   /* Values */
  3629                   "\062\000\006Unknown\000N/A\000Counter\000Gauge\000DMTF Reserved\000Vendor Reserved\000",
  3630                   /* ModelCorrespondence */
  3631                   "\036\000\001CIM_BaseMetricDefinition.IsContinuous\000",
  3632 mike  1.1.2.1     0,
  3633               };
  3634               
  3635               static MetaProperty
  3636               _CIM_BaseMetricDefinition_ChangeType =
  3637               {
  3638                   /* flags */
  3639                   META_FLAG_PROPERTY|META_FLAG_READ,
  3640                   /* name */
  3641                   "ChangeType",
  3642                   /* qualifiers */
  3643                   _CIM_BaseMetricDefinition_ChangeType_qualifiers,
  3644                   /* type */
  3645                   CIMTYPE_UINT16,
  3646                   /* subscript */
  3647                   -1,
  3648                   /* value */
  3649                   0,
  3650               };
  3651               
  3652               static const char*
  3653 mike  1.1.2.1 _CIM_BaseMetricDefinition_TimeScope_qualifiers[] =
  3654               {
  3655                   /* ValueMap */
  3656                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3657                   /* Values */
  3658                   "\062\000\006Unknown\000Point\000Interval\000StartupInterval\000DMTF Reserved\000Vendor Reserved\000",
  3659                   /* ModelCorrespondence */
  3660                   "\036\000\002CIM_BaseMetricValue.TimeStamp\000CIM_BaseMetricValue.Duration\000",
  3661                   0,
  3662               };
  3663               
  3664               static MetaProperty
  3665               _CIM_BaseMetricDefinition_TimeScope =
  3666               {
  3667                   /* flags */
  3668                   META_FLAG_PROPERTY|META_FLAG_READ,
  3669                   /* name */
  3670                   "TimeScope",
  3671                   /* qualifiers */
  3672                   _CIM_BaseMetricDefinition_TimeScope_qualifiers,
  3673                   /* type */
  3674 mike  1.1.2.1     CIMTYPE_UINT16,
  3675                   /* subscript */
  3676                   -1,
  3677                   /* value */
  3678                   0,
  3679               };
  3680               
  3681               static const char*
  3682               _CIM_BaseMetricDefinition_GatheringType_qualifiers[] =
  3683               {
  3684                   /* ValueMap */
  3685                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3686                   /* Values */
  3687                   "\062\000\006Unknown\000OnChange\000Periodic\000OnRequest\000DMTF Reserved\000Vendor Reserved\000",
  3688                   0,
  3689               };
  3690               
  3691               static MetaProperty
  3692               _CIM_BaseMetricDefinition_GatheringType =
  3693               {
  3694                   /* flags */
  3695 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  3696                   /* name */
  3697                   "GatheringType",
  3698                   /* qualifiers */
  3699                   _CIM_BaseMetricDefinition_GatheringType_qualifiers,
  3700                   /* type */
  3701                   CIMTYPE_UINT16,
  3702                   /* subscript */
  3703                   -1,
  3704                   /* value */
  3705                   0,
  3706               };
  3707               
  3708               static MetaFeature*
  3709               _CIM_BaseMetricDefinition_features[] =
  3710               {
  3711                   (MetaFeature*)&_CIM_BaseMetricDefinition_Id,
  3712                   (MetaFeature*)&_CIM_BaseMetricDefinition_Name,
  3713                   (MetaFeature*)&_CIM_BaseMetricDefinition_DataType,
  3714                   (MetaFeature*)&_CIM_BaseMetricDefinition_Calculable,
  3715                   (MetaFeature*)&_CIM_BaseMetricDefinition_Units,
  3716 mike  1.1.2.1     (MetaFeature*)&_CIM_BaseMetricDefinition_BreakdownDimensions,
  3717                   (MetaFeature*)&_CIM_BaseMetricDefinition_IsContinuous,
  3718                   (MetaFeature*)&_CIM_BaseMetricDefinition_ChangeType,
  3719                   (MetaFeature*)&_CIM_BaseMetricDefinition_TimeScope,
  3720                   (MetaFeature*)&_CIM_BaseMetricDefinition_GatheringType,
  3721                   0,
  3722               };
  3723               
  3724               static const char*
  3725               __root_cimv2_CIM_BaseMetricDefinition_qualifiers[] =
  3726               {
  3727                   /* UMLPackagePath */
  3728                   "\057CIM::Metrics::BaseMetric",
  3729                   /* Version */
  3730                   "\0632.9.0",
  3731                   0,
  3732               };
  3733               
  3734               MetaClass
  3735               __root_cimv2_CIM_BaseMetricDefinition =
  3736               {
  3737 mike  1.1.2.1     /* flags */
  3738                   META_FLAG_CLASS,
  3739                   /* name */
  3740                   "CIM_BaseMetricDefinition",
  3741                   /* qualifiers */
  3742                   __root_cimv2_CIM_BaseMetricDefinition_qualifiers,
  3743                   /* super */
  3744                   &__root_cimv2_CIM_ManagedElement,
  3745                   /* features */
  3746                   _CIM_BaseMetricDefinition_features,
  3747               };
  3748               
  3749               //==============================================================================
  3750               //
  3751               // Class: CIM_BaseMetricValue
  3752               //
  3753               //==============================================================================
  3754               
  3755               static const char*
  3756               _CIM_BaseMetricValue_InstanceID_qualifiers[] =
  3757               {
  3758 mike  1.1.2.1     /* Key */
  3759                   "\025\001",
  3760                   0,
  3761               };
  3762               
  3763               static MetaProperty
  3764               _CIM_BaseMetricValue_InstanceID =
  3765               {
  3766                   /* flags */
  3767                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  3768                   /* name */
  3769                   "InstanceID",
  3770                   /* qualifiers */
  3771                   _CIM_BaseMetricValue_InstanceID_qualifiers,
  3772                   /* type */
  3773                   CIMTYPE_STRING,
  3774                   /* subscript */
  3775                   -1,
  3776                   /* value */
  3777                   0,
  3778               };
  3779 mike  1.1.2.1 
  3780               static const char*
  3781               _CIM_BaseMetricValue_MetricDefinitionId_qualifiers[] =
  3782               {
  3783                   /* Required */
  3784                   "\050\001",
  3785                   /* ModelCorrespondence */
  3786                   "\036\000\001CIM_BaseMetricDefinition.Id\000",
  3787                   0,
  3788               };
  3789               
  3790               static MetaProperty
  3791               _CIM_BaseMetricValue_MetricDefinitionId =
  3792               {
  3793                   /* flags */
  3794                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  3795                   /* name */
  3796                   "MetricDefinitionId",
  3797                   /* qualifiers */
  3798                   _CIM_BaseMetricValue_MetricDefinitionId_qualifiers,
  3799                   /* type */
  3800 mike  1.1.2.1     CIMTYPE_STRING,
  3801                   /* subscript */
  3802                   -1,
  3803                   /* value */
  3804                   0,
  3805               };
  3806               
  3807               static const char*
  3808               _CIM_BaseMetricValue_MeasuredElementName_qualifiers[] =
  3809               {
  3810                   0,
  3811               };
  3812               
  3813               static MetaProperty
  3814               _CIM_BaseMetricValue_MeasuredElementName =
  3815               {
  3816                   /* flags */
  3817                   META_FLAG_PROPERTY|META_FLAG_READ,
  3818                   /* name */
  3819                   "MeasuredElementName",
  3820                   /* qualifiers */
  3821 mike  1.1.2.1     _CIM_BaseMetricValue_MeasuredElementName_qualifiers,
  3822                   /* type */
  3823                   CIMTYPE_STRING,
  3824                   /* subscript */
  3825                   -1,
  3826                   /* value */
  3827                   0,
  3828               };
  3829               
  3830               static const char*
  3831               _CIM_BaseMetricValue_TimeStamp_qualifiers[] =
  3832               {
  3833                   /* ModelCorrespondence */
  3834                   "\036\000\002CIM_BaseMetricDefinition.TimeScope\000CIM_BaseMetricValue.Duration\000",
  3835                   0,
  3836               };
  3837               
  3838               static MetaProperty
  3839               _CIM_BaseMetricValue_TimeStamp =
  3840               {
  3841                   /* flags */
  3842 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  3843                   /* name */
  3844                   "TimeStamp",
  3845                   /* qualifiers */
  3846                   _CIM_BaseMetricValue_TimeStamp_qualifiers,
  3847                   /* type */
  3848                   CIMTYPE_DATETIME,
  3849                   /* subscript */
  3850                   -1,
  3851                   /* value */
  3852                   0,
  3853               };
  3854               
  3855               static const char*
  3856               _CIM_BaseMetricValue_Duration_qualifiers[] =
  3857               {
  3858                   /* ModelCorrespondence */
  3859                   "\036\000\002CIM_BaseMetricDefinition.TimeScope\000CIM_BaseMetricValue.TimeStamp\000",
  3860                   0,
  3861               };
  3862               
  3863 mike  1.1.2.1 static MetaProperty
  3864               _CIM_BaseMetricValue_Duration =
  3865               {
  3866                   /* flags */
  3867                   META_FLAG_PROPERTY|META_FLAG_READ,
  3868                   /* name */
  3869                   "Duration",
  3870                   /* qualifiers */
  3871                   _CIM_BaseMetricValue_Duration_qualifiers,
  3872                   /* type */
  3873                   CIMTYPE_DATETIME,
  3874                   /* subscript */
  3875                   -1,
  3876                   /* value */
  3877                   0,
  3878               };
  3879               
  3880               static const char*
  3881               _CIM_BaseMetricValue_MetricValue_qualifiers[] =
  3882               {
  3883                   /* Required */
  3884 mike  1.1.2.1     "\050\001",
  3885                   0,
  3886               };
  3887               
  3888               static MetaProperty
  3889               _CIM_BaseMetricValue_MetricValue =
  3890               {
  3891                   /* flags */
  3892                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  3893                   /* name */
  3894                   "MetricValue",
  3895                   /* qualifiers */
  3896                   _CIM_BaseMetricValue_MetricValue_qualifiers,
  3897                   /* type */
  3898                   CIMTYPE_STRING,
  3899                   /* subscript */
  3900                   -1,
  3901                   /* value */
  3902                   0,
  3903               };
  3904               
  3905 mike  1.1.2.1 static const char*
  3906               _CIM_BaseMetricValue_BreakdownDimension_qualifiers[] =
  3907               {
  3908                   0,
  3909               };
  3910               
  3911               static MetaProperty
  3912               _CIM_BaseMetricValue_BreakdownDimension =
  3913               {
  3914                   /* flags */
  3915                   META_FLAG_PROPERTY|META_FLAG_READ,
  3916                   /* name */
  3917                   "BreakdownDimension",
  3918                   /* qualifiers */
  3919                   _CIM_BaseMetricValue_BreakdownDimension_qualifiers,
  3920                   /* type */
  3921                   CIMTYPE_STRING,
  3922                   /* subscript */
  3923                   -1,
  3924                   /* value */
  3925                   0,
  3926 mike  1.1.2.1 };
  3927               
  3928               static const char*
  3929               _CIM_BaseMetricValue_BreakdownValue_qualifiers[] =
  3930               {
  3931                   0,
  3932               };
  3933               
  3934               static MetaProperty
  3935               _CIM_BaseMetricValue_BreakdownValue =
  3936               {
  3937                   /* flags */
  3938                   META_FLAG_PROPERTY|META_FLAG_READ,
  3939                   /* name */
  3940                   "BreakdownValue",
  3941                   /* qualifiers */
  3942                   _CIM_BaseMetricValue_BreakdownValue_qualifiers,
  3943                   /* type */
  3944                   CIMTYPE_STRING,
  3945                   /* subscript */
  3946                   -1,
  3947 mike  1.1.2.1     /* value */
  3948                   0,
  3949               };
  3950               
  3951               static const char*
  3952               _CIM_BaseMetricValue_Volatile_qualifiers[] =
  3953               {
  3954                   0,
  3955               };
  3956               
  3957               static MetaProperty
  3958               _CIM_BaseMetricValue_Volatile =
  3959               {
  3960                   /* flags */
  3961                   META_FLAG_PROPERTY|META_FLAG_READ,
  3962                   /* name */
  3963                   "Volatile",
  3964                   /* qualifiers */
  3965                   _CIM_BaseMetricValue_Volatile_qualifiers,
  3966                   /* type */
  3967                   CIMTYPE_BOOLEAN,
  3968 mike  1.1.2.1     /* subscript */
  3969                   -1,
  3970                   /* value */
  3971                   0,
  3972               };
  3973               
  3974               static MetaFeature*
  3975               _CIM_BaseMetricValue_features[] =
  3976               {
  3977                   (MetaFeature*)&_CIM_BaseMetricValue_InstanceID,
  3978                   (MetaFeature*)&_CIM_BaseMetricValue_MetricDefinitionId,
  3979                   (MetaFeature*)&_CIM_BaseMetricValue_MeasuredElementName,
  3980                   (MetaFeature*)&_CIM_BaseMetricValue_TimeStamp,
  3981                   (MetaFeature*)&_CIM_BaseMetricValue_Duration,
  3982                   (MetaFeature*)&_CIM_BaseMetricValue_MetricValue,
  3983                   (MetaFeature*)&_CIM_BaseMetricValue_BreakdownDimension,
  3984                   (MetaFeature*)&_CIM_BaseMetricValue_BreakdownValue,
  3985                   (MetaFeature*)&_CIM_BaseMetricValue_Volatile,
  3986                   0,
  3987               };
  3988               
  3989 mike  1.1.2.1 static const char*
  3990               __root_cimv2_CIM_BaseMetricValue_qualifiers[] =
  3991               {
  3992                   /* UMLPackagePath */
  3993                   "\057CIM::Metrics::BaseMetric",
  3994                   /* Version */
  3995                   "\0632.9.0",
  3996                   0,
  3997               };
  3998               
  3999               MetaClass
  4000               __root_cimv2_CIM_BaseMetricValue =
  4001               {
  4002                   /* flags */
  4003                   META_FLAG_CLASS,
  4004                   /* name */
  4005                   "CIM_BaseMetricValue",
  4006                   /* qualifiers */
  4007                   __root_cimv2_CIM_BaseMetricValue_qualifiers,
  4008                   /* super */
  4009                   &__root_cimv2_CIM_ManagedElement,
  4010 mike  1.1.2.1     /* features */
  4011                   _CIM_BaseMetricValue_features,
  4012               };
  4013               
  4014               //==============================================================================
  4015               //
  4016               // Class: CIM_BlockStatisticsManifest
  4017               //
  4018               //==============================================================================
  4019               
  4020               static const char*
  4021               _CIM_BlockStatisticsManifest_InstanceID_qualifiers[] =
  4022               {
  4023                   /* Key */
  4024                   "\025\001",
  4025                   0,
  4026               };
  4027               
  4028               static MetaProperty
  4029               _CIM_BlockStatisticsManifest_InstanceID =
  4030               {
  4031 mike  1.1.2.1     /* flags */
  4032                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  4033                   /* name */
  4034                   "InstanceID",
  4035                   /* qualifiers */
  4036                   _CIM_BlockStatisticsManifest_InstanceID_qualifiers,
  4037                   /* type */
  4038                   CIMTYPE_STRING,
  4039                   /* subscript */
  4040                   -1,
  4041                   /* value */
  4042                   0,
  4043               };
  4044               
  4045               static const char*
  4046               _CIM_BlockStatisticsManifest_ElementType_qualifiers[] =
  4047               {
  4048                   /* ValueMap */
  4049                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
  4050                   /* Values */
  4051                   "\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",
  4052 mike  1.1.2.1     /* ModelCorrespondence */
  4053                   "\036\000\001CIM_BlockStorageStatisticalData.ElementType\000",
  4054                   0,
  4055               };
  4056               
  4057               static MetaProperty
  4058               _CIM_BlockStatisticsManifest_ElementType =
  4059               {
  4060                   /* flags */
  4061                   META_FLAG_PROPERTY|META_FLAG_READ,
  4062                   /* name */
  4063                   "ElementType",
  4064                   /* qualifiers */
  4065                   _CIM_BlockStatisticsManifest_ElementType_qualifiers,
  4066                   /* type */
  4067                   CIMTYPE_UINT16,
  4068                   /* subscript */
  4069                   -1,
  4070                   /* value */
  4071                   0,
  4072               };
  4073 mike  1.1.2.1 
  4074               static const char*
  4075               _CIM_BlockStatisticsManifest_IncludeStartStatisticTime_qualifiers[] =
  4076               {
  4077                   /* ModelCorrespondence */
  4078                   "\036\000\001CIM_BlockStorageStatisticalData.StartStatisticTime\000",
  4079                   0,
  4080               };
  4081               
  4082               static MetaProperty
  4083               _CIM_BlockStatisticsManifest_IncludeStartStatisticTime =
  4084               {
  4085                   /* flags */
  4086                   META_FLAG_PROPERTY|META_FLAG_READ,
  4087                   /* name */
  4088                   "IncludeStartStatisticTime",
  4089                   /* qualifiers */
  4090                   _CIM_BlockStatisticsManifest_IncludeStartStatisticTime_qualifiers,
  4091                   /* type */
  4092                   CIMTYPE_BOOLEAN,
  4093                   /* subscript */
  4094 mike  1.1.2.1     -1,
  4095                   /* value */
  4096                   "\000",
  4097               };
  4098               
  4099               static const char*
  4100               _CIM_BlockStatisticsManifest_IncludeStatisticTime_qualifiers[] =
  4101               {
  4102                   /* ModelCorrespondence */
  4103                   "\036\000\001CIM_BlockStorageStatisticalData.StatisticTime\000",
  4104                   0,
  4105               };
  4106               
  4107               static MetaProperty
  4108               _CIM_BlockStatisticsManifest_IncludeStatisticTime =
  4109               {
  4110                   /* flags */
  4111                   META_FLAG_PROPERTY|META_FLAG_READ,
  4112                   /* name */
  4113                   "IncludeStatisticTime",
  4114                   /* qualifiers */
  4115 mike  1.1.2.1     _CIM_BlockStatisticsManifest_IncludeStatisticTime_qualifiers,
  4116                   /* type */
  4117                   CIMTYPE_BOOLEAN,
  4118                   /* subscript */
  4119                   -1,
  4120                   /* value */
  4121                   "\000",
  4122               };
  4123               
  4124               static const char*
  4125               _CIM_BlockStatisticsManifest_IncludeTotalIOs_qualifiers[] =
  4126               {
  4127                   /* ModelCorrespondence */
  4128                   "\036\000\001CIM_BlockStorageStatisticalData.StatisticTime\000",
  4129                   0,
  4130               };
  4131               
  4132               static MetaProperty
  4133               _CIM_BlockStatisticsManifest_IncludeTotalIOs =
  4134               {
  4135                   /* flags */
  4136 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  4137                   /* name */
  4138                   "IncludeTotalIOs",
  4139                   /* qualifiers */
  4140                   _CIM_BlockStatisticsManifest_IncludeTotalIOs_qualifiers,
  4141                   /* type */
  4142                   CIMTYPE_BOOLEAN,
  4143                   /* subscript */
  4144                   -1,
  4145                   /* value */
  4146                   "\000",
  4147               };
  4148               
  4149               static const char*
  4150               _CIM_BlockStatisticsManifest_IncludeKBytesTransferred_qualifiers[] =
  4151               {
  4152                   /* ModelCorrespondence */
  4153                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesTransferred\000",
  4154                   0,
  4155               };
  4156               
  4157 mike  1.1.2.1 static MetaProperty
  4158               _CIM_BlockStatisticsManifest_IncludeKBytesTransferred =
  4159               {
  4160                   /* flags */
  4161                   META_FLAG_PROPERTY|META_FLAG_READ,
  4162                   /* name */
  4163                   "IncludeKBytesTransferred",
  4164                   /* qualifiers */
  4165                   _CIM_BlockStatisticsManifest_IncludeKBytesTransferred_qualifiers,
  4166                   /* type */
  4167                   CIMTYPE_BOOLEAN,
  4168                   /* subscript */
  4169                   -1,
  4170                   /* value */
  4171                   "\000",
  4172               };
  4173               
  4174               static const char*
  4175               _CIM_BlockStatisticsManifest_IncludeIOTimeCounter_qualifiers[] =
  4176               {
  4177                   /* ModelCorrespondence */
  4178 mike  1.1.2.1     "\036\000\001CIM_BlockStorageStatisticalData.IOTimeCounter\000",
  4179                   0,
  4180               };
  4181               
  4182               static MetaProperty
  4183               _CIM_BlockStatisticsManifest_IncludeIOTimeCounter =
  4184               {
  4185                   /* flags */
  4186                   META_FLAG_PROPERTY|META_FLAG_READ,
  4187                   /* name */
  4188                   "IncludeIOTimeCounter",
  4189                   /* qualifiers */
  4190                   _CIM_BlockStatisticsManifest_IncludeIOTimeCounter_qualifiers,
  4191                   /* type */
  4192                   CIMTYPE_BOOLEAN,
  4193                   /* subscript */
  4194                   -1,
  4195                   /* value */
  4196                   "\000",
  4197               };
  4198               
  4199 mike  1.1.2.1 static const char*
  4200               _CIM_BlockStatisticsManifest_IncludeReadIOs_qualifiers[] =
  4201               {
  4202                   /* ModelCorrespondence */
  4203                   "\036\000\001CIM_BlockStorageStatisticalData.ReadIOs\000",
  4204                   0,
  4205               };
  4206               
  4207               static MetaProperty
  4208               _CIM_BlockStatisticsManifest_IncludeReadIOs =
  4209               {
  4210                   /* flags */
  4211                   META_FLAG_PROPERTY|META_FLAG_READ,
  4212                   /* name */
  4213                   "IncludeReadIOs",
  4214                   /* qualifiers */
  4215                   _CIM_BlockStatisticsManifest_IncludeReadIOs_qualifiers,
  4216                   /* type */
  4217                   CIMTYPE_BOOLEAN,
  4218                   /* subscript */
  4219                   -1,
  4220 mike  1.1.2.1     /* value */
  4221                   "\000",
  4222               };
  4223               
  4224               static const char*
  4225               _CIM_BlockStatisticsManifest_IncludeReadHitIOs_qualifiers[] =
  4226               {
  4227                   /* ModelCorrespondence */
  4228                   "\036\000\001CIM_BlockStorageStatisticalData.ReadHitIOs\000",
  4229                   0,
  4230               };
  4231               
  4232               static MetaProperty
  4233               _CIM_BlockStatisticsManifest_IncludeReadHitIOs =
  4234               {
  4235                   /* flags */
  4236                   META_FLAG_PROPERTY|META_FLAG_READ,
  4237                   /* name */
  4238                   "IncludeReadHitIOs",
  4239                   /* qualifiers */
  4240                   _CIM_BlockStatisticsManifest_IncludeReadHitIOs_qualifiers,
  4241 mike  1.1.2.1     /* type */
  4242                   CIMTYPE_BOOLEAN,
  4243                   /* subscript */
  4244                   -1,
  4245                   /* value */
  4246                   "\000",
  4247               };
  4248               
  4249               static const char*
  4250               _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter_qualifiers[] =
  4251               {
  4252                   /* ModelCorrespondence */
  4253                   "\036\000\001CIM_BlockStorageStatisticalData.ReadIOTimeCounter\000",
  4254                   0,
  4255               };
  4256               
  4257               static MetaProperty
  4258               _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter =
  4259               {
  4260                   /* flags */
  4261                   META_FLAG_PROPERTY|META_FLAG_READ,
  4262 mike  1.1.2.1     /* name */
  4263                   "IncludeReadIOTimeCounter",
  4264                   /* qualifiers */
  4265                   _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter_qualifiers,
  4266                   /* type */
  4267                   CIMTYPE_BOOLEAN,
  4268                   /* subscript */
  4269                   -1,
  4270                   /* value */
  4271                   "\000",
  4272               };
  4273               
  4274               static const char*
  4275               _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter_qualifiers[] =
  4276               {
  4277                   /* ModelCorrespondence */
  4278                   "\036\000\001CIM_BlockStorageStatisticalData.ReadHitIOTimeCounter\000",
  4279                   0,
  4280               };
  4281               
  4282               static MetaProperty
  4283 mike  1.1.2.1 _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter =
  4284               {
  4285                   /* flags */
  4286                   META_FLAG_PROPERTY|META_FLAG_READ,
  4287                   /* name */
  4288                   "IncludeReadHitIOTimeCounter",
  4289                   /* qualifiers */
  4290                   _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter_qualifiers,
  4291                   /* type */
  4292                   CIMTYPE_BOOLEAN,
  4293                   /* subscript */
  4294                   -1,
  4295                   /* value */
  4296                   "\000",
  4297               };
  4298               
  4299               static const char*
  4300               _CIM_BlockStatisticsManifest_IncludeKBytesRead_qualifiers[] =
  4301               {
  4302                   /* ModelCorrespondence */
  4303                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesRead\000",
  4304 mike  1.1.2.1     0,
  4305               };
  4306               
  4307               static MetaProperty
  4308               _CIM_BlockStatisticsManifest_IncludeKBytesRead =
  4309               {
  4310                   /* flags */
  4311                   META_FLAG_PROPERTY|META_FLAG_READ,
  4312                   /* name */
  4313                   "IncludeKBytesRead",
  4314                   /* qualifiers */
  4315                   _CIM_BlockStatisticsManifest_IncludeKBytesRead_qualifiers,
  4316                   /* type */
  4317                   CIMTYPE_BOOLEAN,
  4318                   /* subscript */
  4319                   -1,
  4320                   /* value */
  4321                   "\000",
  4322               };
  4323               
  4324               static const char*
  4325 mike  1.1.2.1 _CIM_BlockStatisticsManifest_IncludeWriteIOs_qualifiers[] =
  4326               {
  4327                   /* ModelCorrespondence */
  4328                   "\036\000\001CIM_BlockStorageStatisticalData.WriteIOs\000",
  4329                   0,
  4330               };
  4331               
  4332               static MetaProperty
  4333               _CIM_BlockStatisticsManifest_IncludeWriteIOs =
  4334               {
  4335                   /* flags */
  4336                   META_FLAG_PROPERTY|META_FLAG_READ,
  4337                   /* name */
  4338                   "IncludeWriteIOs",
  4339                   /* qualifiers */
  4340                   _CIM_BlockStatisticsManifest_IncludeWriteIOs_qualifiers,
  4341                   /* type */
  4342                   CIMTYPE_BOOLEAN,
  4343                   /* subscript */
  4344                   -1,
  4345                   /* value */
  4346 mike  1.1.2.1     "\000",
  4347               };
  4348               
  4349               static const char*
  4350               _CIM_BlockStatisticsManifest_IncludeWriteHitIOs_qualifiers[] =
  4351               {
  4352                   /* ModelCorrespondence */
  4353                   "\036\000\001CIM_BlockStorageStatisticalData.WriteHitIOs\000",
  4354                   0,
  4355               };
  4356               
  4357               static MetaProperty
  4358               _CIM_BlockStatisticsManifest_IncludeWriteHitIOs =
  4359               {
  4360                   /* flags */
  4361                   META_FLAG_PROPERTY|META_FLAG_READ,
  4362                   /* name */
  4363                   "IncludeWriteHitIOs",
  4364                   /* qualifiers */
  4365                   _CIM_BlockStatisticsManifest_IncludeWriteHitIOs_qualifiers,
  4366                   /* type */
  4367 mike  1.1.2.1     CIMTYPE_BOOLEAN,
  4368                   /* subscript */
  4369                   -1,
  4370                   /* value */
  4371                   "\000",
  4372               };
  4373               
  4374               static const char*
  4375               _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter_qualifiers[] =
  4376               {
  4377                   /* ModelCorrespondence */
  4378                   "\036\000\001CIM_BlockStorageStatisticalData.WriteIOTimeCounter\000",
  4379                   0,
  4380               };
  4381               
  4382               static MetaProperty
  4383               _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter =
  4384               {
  4385                   /* flags */
  4386                   META_FLAG_PROPERTY|META_FLAG_READ,
  4387                   /* name */
  4388 mike  1.1.2.1     "IncludeWriteIOTimeCounter",
  4389                   /* qualifiers */
  4390                   _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter_qualifiers,
  4391                   /* type */
  4392                   CIMTYPE_BOOLEAN,
  4393                   /* subscript */
  4394                   -1,
  4395                   /* value */
  4396                   "\000",
  4397               };
  4398               
  4399               static const char*
  4400               _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter_qualifiers[] =
  4401               {
  4402                   /* ModelCorrespondence */
  4403                   "\036\000\001CIM_BlockStorageStatisticalData.WriteHitIOTimeCounter\000",
  4404                   0,
  4405               };
  4406               
  4407               static MetaProperty
  4408               _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter =
  4409 mike  1.1.2.1 {
  4410                   /* flags */
  4411                   META_FLAG_PROPERTY|META_FLAG_READ,
  4412                   /* name */
  4413                   "IncludeWriteHitIOTimeCounter",
  4414                   /* qualifiers */
  4415                   _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter_qualifiers,
  4416                   /* type */
  4417                   CIMTYPE_BOOLEAN,
  4418                   /* subscript */
  4419                   -1,
  4420                   /* value */
  4421                   "\000",
  4422               };
  4423               
  4424               static const char*
  4425               _CIM_BlockStatisticsManifest_IncludeKBytesWritten_qualifiers[] =
  4426               {
  4427                   /* ModelCorrespondence */
  4428                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesWritten\000",
  4429                   0,
  4430 mike  1.1.2.1 };
  4431               
  4432               static MetaProperty
  4433               _CIM_BlockStatisticsManifest_IncludeKBytesWritten =
  4434               {
  4435                   /* flags */
  4436                   META_FLAG_PROPERTY|META_FLAG_READ,
  4437                   /* name */
  4438                   "IncludeKBytesWritten",
  4439                   /* qualifiers */
  4440                   _CIM_BlockStatisticsManifest_IncludeKBytesWritten_qualifiers,
  4441                   /* type */
  4442                   CIMTYPE_BOOLEAN,
  4443                   /* subscript */
  4444                   -1,
  4445                   /* value */
  4446                   "\000",
  4447               };
  4448               
  4449               static const char*
  4450               _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter_qualifiers[] =
  4451 mike  1.1.2.1 {
  4452                   /* ModelCorrespondence */
  4453                   "\036\000\001CIM_BlockStorageStatisticalData.IdleTimeCounter\000",
  4454                   0,
  4455               };
  4456               
  4457               static MetaProperty
  4458               _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter =
  4459               {
  4460                   /* flags */
  4461                   META_FLAG_PROPERTY|META_FLAG_READ,
  4462                   /* name */
  4463                   "IncludeIdleTimeCounter",
  4464                   /* qualifiers */
  4465                   _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter_qualifiers,
  4466                   /* type */
  4467                   CIMTYPE_BOOLEAN,
  4468                   /* subscript */
  4469                   -1,
  4470                   /* value */
  4471                   "\000",
  4472 mike  1.1.2.1 };
  4473               
  4474               static const char*
  4475               _CIM_BlockStatisticsManifest_IncludeMaintOp_qualifiers[] =
  4476               {
  4477                   /* ModelCorrespondence */
  4478                   "\036\000\001CIM_BlockStorageStatisticalData.MaintOp\000",
  4479                   0,
  4480               };
  4481               
  4482               static MetaProperty
  4483               _CIM_BlockStatisticsManifest_IncludeMaintOp =
  4484               {
  4485                   /* flags */
  4486                   META_FLAG_PROPERTY|META_FLAG_READ,
  4487                   /* name */
  4488                   "IncludeMaintOp",
  4489                   /* qualifiers */
  4490                   _CIM_BlockStatisticsManifest_IncludeMaintOp_qualifiers,
  4491                   /* type */
  4492                   CIMTYPE_BOOLEAN,
  4493 mike  1.1.2.1     /* subscript */
  4494                   -1,
  4495                   /* value */
  4496                   "\000",
  4497               };
  4498               
  4499               static const char*
  4500               _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter_qualifiers[] =
  4501               {
  4502                   /* ModelCorrespondence */
  4503                   "\036\000\001CIM_BlockStorageStatisticalData.MaintTimeCounter\000",
  4504                   0,
  4505               };
  4506               
  4507               static MetaProperty
  4508               _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter =
  4509               {
  4510                   /* flags */
  4511                   META_FLAG_PROPERTY|META_FLAG_READ,
  4512                   /* name */
  4513                   "IncludeMaintTimeCounter",
  4514 mike  1.1.2.1     /* qualifiers */
  4515                   _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter_qualifiers,
  4516                   /* type */
  4517                   CIMTYPE_BOOLEAN,
  4518                   /* subscript */
  4519                   -1,
  4520                   /* value */
  4521                   "\000",
  4522               };
  4523               
  4524               static MetaFeature*
  4525               _CIM_BlockStatisticsManifest_features[] =
  4526               {
  4527                   (MetaFeature*)&_CIM_BlockStatisticsManifest_InstanceID,
  4528                   (MetaFeature*)&_CIM_BlockStatisticsManifest_ElementType,
  4529                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeStartStatisticTime,
  4530                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeStatisticTime,
  4531                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeTotalIOs,
  4532                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesTransferred,
  4533                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeIOTimeCounter,
  4534                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadIOs,
  4535 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadHitIOs,
  4536                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter,
  4537                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter,
  4538                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesRead,
  4539                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteIOs,
  4540                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteHitIOs,
  4541                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter,
  4542                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter,
  4543                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesWritten,
  4544                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeIdleTimeCounter,
  4545                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeMaintOp,
  4546                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeMaintTimeCounter,
  4547                   0,
  4548               };
  4549               
  4550               static const char*
  4551               __root_cimv2_CIM_BlockStatisticsManifest_qualifiers[] =
  4552               {
  4553                   /* UMLPackagePath */
  4554                   "\057CIM::Device::StorageStatistics",
  4555                   /* Version */
  4556 mike  1.1.2.1     "\0632.10.0",
  4557                   0,
  4558               };
  4559               
  4560               MetaClass
  4561               __root_cimv2_CIM_BlockStatisticsManifest =
  4562               {
  4563                   /* flags */
  4564                   META_FLAG_CLASS,
  4565                   /* name */
  4566                   "CIM_BlockStatisticsManifest",
  4567                   /* qualifiers */
  4568                   __root_cimv2_CIM_BlockStatisticsManifest_qualifiers,
  4569                   /* super */
  4570                   &__root_cimv2_CIM_ManagedElement,
  4571                   /* features */
  4572                   _CIM_BlockStatisticsManifest_features,
  4573               };
  4574               
  4575               //==============================================================================
  4576               //
  4577 mike  1.1.2.1 // Class: CIM_Capabilities
  4578               //
  4579               //==============================================================================
  4580               
  4581               static const char*
  4582               _CIM_Capabilities_InstanceID_qualifiers[] =
  4583               {
  4584                   /* Key */
  4585                   "\025\001",
  4586                   0,
  4587               };
  4588               
  4589               static MetaProperty
  4590               _CIM_Capabilities_InstanceID =
  4591               {
  4592                   /* flags */
  4593                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  4594                   /* name */
  4595                   "InstanceID",
  4596                   /* qualifiers */
  4597                   _CIM_Capabilities_InstanceID_qualifiers,
  4598 mike  1.1.2.1     /* type */
  4599                   CIMTYPE_STRING,
  4600                   /* subscript */
  4601                   -1,
  4602                   /* value */
  4603                   0,
  4604               };
  4605               
  4606               static const char*
  4607               _CIM_Capabilities_ElementName_qualifiers[] =
  4608               {
  4609                   /* Required */
  4610                   "\050\001",
  4611                   /* Override */
  4612                   "\044ElementName",
  4613                   0,
  4614               };
  4615               
  4616               static MetaProperty
  4617               _CIM_Capabilities_ElementName =
  4618               {
  4619 mike  1.1.2.1     /* flags */
  4620                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  4621                   /* name */
  4622                   "ElementName",
  4623                   /* qualifiers */
  4624                   _CIM_Capabilities_ElementName_qualifiers,
  4625                   /* type */
  4626                   CIMTYPE_STRING,
  4627                   /* subscript */
  4628                   -1,
  4629                   /* value */
  4630                   0,
  4631               };
  4632               
  4633               static MetaFeature*
  4634               _CIM_Capabilities_features[] =
  4635               {
  4636                   (MetaFeature*)&_CIM_Capabilities_InstanceID,
  4637                   (MetaFeature*)&_CIM_Capabilities_ElementName,
  4638                   0,
  4639               };
  4640 mike  1.1.2.1 
  4641               static const char*
  4642               __root_cimv2_CIM_Capabilities_qualifiers[] =
  4643               {
  4644                   /* UMLPackagePath */
  4645                   "\057CIM::Core::Capabilities",
  4646                   /* Abstract */
  4647                   "\002\001",
  4648                   /* Version */
  4649                   "\0632.7.0",
  4650                   0,
  4651               };
  4652               
  4653               MetaClass
  4654               __root_cimv2_CIM_Capabilities =
  4655               {
  4656                   /* flags */
  4657                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4658                   /* name */
  4659                   "CIM_Capabilities",
  4660                   /* qualifiers */
  4661 mike  1.1.2.1     __root_cimv2_CIM_Capabilities_qualifiers,
  4662                   /* super */
  4663                   &__root_cimv2_CIM_ManagedElement,
  4664                   /* features */
  4665                   _CIM_Capabilities_features,
  4666               };
  4667               
  4668               //==============================================================================
  4669               //
  4670               // Class: CIM_ClassIndication
  4671               //
  4672               //==============================================================================
  4673               
  4674               static const char*
  4675               _CIM_ClassIndication_ClassDefinition_qualifiers[] =
  4676               {
  4677                   /* Required */
  4678                   "\050\001",
  4679                   /* EmbeddedObject */
  4680                   "\020\001",
  4681                   0,
  4682 mike  1.1.2.1 };
  4683               
  4684               static MetaProperty
  4685               _CIM_ClassIndication_ClassDefinition =
  4686               {
  4687                   /* flags */
  4688                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  4689                   /* name */
  4690                   "ClassDefinition",
  4691                   /* qualifiers */
  4692                   _CIM_ClassIndication_ClassDefinition_qualifiers,
  4693                   /* type */
  4694                   CIMTYPE_STRING,
  4695                   /* subscript */
  4696                   -1,
  4697                   /* value */
  4698                   0,
  4699               };
  4700               
  4701               static MetaFeature*
  4702               _CIM_ClassIndication_features[] =
  4703 mike  1.1.2.1 {
  4704                   (MetaFeature*)&_CIM_ClassIndication_ClassDefinition,
  4705                   0,
  4706               };
  4707               
  4708               static const char*
  4709               __root_cimv2_CIM_ClassIndication_qualifiers[] =
  4710               {
  4711                   /* INDICATION */
  4712                   "\001\001",
  4713                   /* UMLPackagePath */
  4714                   "\057CIM::Event",
  4715                   /* Abstract */
  4716                   "\002\001",
  4717                   /* Version */
  4718                   "\0632.6.0",
  4719                   0,
  4720               };
  4721               
  4722               MetaClass
  4723               __root_cimv2_CIM_ClassIndication =
  4724 mike  1.1.2.1 {
  4725                   /* flags */
  4726                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  4727                   /* name */
  4728                   "CIM_ClassIndication",
  4729                   /* qualifiers */
  4730                   __root_cimv2_CIM_ClassIndication_qualifiers,
  4731                   /* super */
  4732                   &__root_cimv2_CIM_Indication,
  4733                   /* features */
  4734                   _CIM_ClassIndication_features,
  4735               };
  4736               
  4737               //==============================================================================
  4738               //
  4739               // Class: CIM_ClassModification
  4740               //
  4741               //==============================================================================
  4742               
  4743               static const char*
  4744               _CIM_ClassModification_PreviousClassDefinition_qualifiers[] =
  4745 mike  1.1.2.1 {
  4746                   /* Required */
  4747                   "\050\001",
  4748                   /* EmbeddedObject */
  4749                   "\020\001",
  4750                   0,
  4751               };
  4752               
  4753               static MetaProperty
  4754               _CIM_ClassModification_PreviousClassDefinition =
  4755               {
  4756                   /* flags */
  4757                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  4758                   /* name */
  4759                   "PreviousClassDefinition",
  4760                   /* qualifiers */
  4761                   _CIM_ClassModification_PreviousClassDefinition_qualifiers,
  4762                   /* type */
  4763                   CIMTYPE_STRING,
  4764                   /* subscript */
  4765                   -1,
  4766 mike  1.1.2.1     /* value */
  4767                   0,
  4768               };
  4769               
  4770               static MetaFeature*
  4771               _CIM_ClassModification_features[] =
  4772               {
  4773                   (MetaFeature*)&_CIM_ClassModification_PreviousClassDefinition,
  4774                   0,
  4775               };
  4776               
  4777               static const char*
  4778               __root_cimv2_CIM_ClassModification_qualifiers[] =
  4779               {
  4780                   /* INDICATION */
  4781                   "\001\001",
  4782                   /* UMLPackagePath */
  4783                   "\057CIM::Event",
  4784                   /* Version */
  4785                   "\0632.6.0",
  4786                   0,
  4787 mike  1.1.2.1 };
  4788               
  4789               MetaClass
  4790               __root_cimv2_CIM_ClassModification =
  4791               {
  4792                   /* flags */
  4793                   META_FLAG_INDICATION,
  4794                   /* name */
  4795                   "CIM_ClassModification",
  4796                   /* qualifiers */
  4797                   __root_cimv2_CIM_ClassModification_qualifiers,
  4798                   /* super */
  4799                   &__root_cimv2_CIM_ClassIndication,
  4800                   /* features */
  4801                   _CIM_ClassModification_features,
  4802               };
  4803               
  4804               //==============================================================================
  4805               //
  4806               // Class: CIM_Collection
  4807               //
  4808 mike  1.1.2.1 //==============================================================================
  4809               
  4810               static MetaFeature*
  4811               _CIM_Collection_features[] =
  4812               {
  4813                   0,
  4814               };
  4815               
  4816               static const char*
  4817               __root_cimv2_CIM_Collection_qualifiers[] =
  4818               {
  4819                   /* UMLPackagePath */
  4820                   "\057CIM::Core::Collection",
  4821                   /* Abstract */
  4822                   "\002\001",
  4823                   /* Version */
  4824                   "\0632.6.0",
  4825                   0,
  4826               };
  4827               
  4828               MetaClass
  4829 mike  1.1.2.1 __root_cimv2_CIM_Collection =
  4830               {
  4831                   /* flags */
  4832                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4833                   /* name */
  4834                   "CIM_Collection",
  4835                   /* qualifiers */
  4836                   __root_cimv2_CIM_Collection_qualifiers,
  4837                   /* super */
  4838                   &__root_cimv2_CIM_ManagedElement,
  4839                   /* features */
  4840                   _CIM_Collection_features,
  4841               };
  4842               
  4843               //==============================================================================
  4844               //
  4845               // Class: CIM_CollectionOfMSEs
  4846               //
  4847               //==============================================================================
  4848               
  4849               static const char*
  4850 mike  1.1.2.1 _CIM_CollectionOfMSEs_CollectionID_qualifiers[] =
  4851               {
  4852                   /* MaxLen */
  4853                   "\030\000\000\001\000",
  4854                   0,
  4855               };
  4856               
  4857               static MetaProperty
  4858               _CIM_CollectionOfMSEs_CollectionID =
  4859               {
  4860                   /* flags */
  4861                   META_FLAG_PROPERTY|META_FLAG_READ,
  4862                   /* name */
  4863                   "CollectionID",
  4864                   /* qualifiers */
  4865                   _CIM_CollectionOfMSEs_CollectionID_qualifiers,
  4866                   /* type */
  4867                   CIMTYPE_STRING,
  4868                   /* subscript */
  4869                   -1,
  4870                   /* value */
  4871 mike  1.1.2.1     0,
  4872               };
  4873               
  4874               static MetaFeature*
  4875               _CIM_CollectionOfMSEs_features[] =
  4876               {
  4877                   (MetaFeature*)&_CIM_CollectionOfMSEs_CollectionID,
  4878                   0,
  4879               };
  4880               
  4881               static const char*
  4882               __root_cimv2_CIM_CollectionOfMSEs_qualifiers[] =
  4883               {
  4884                   /* UMLPackagePath */
  4885                   "\057CIM::Core::Collection",
  4886                   /* Abstract */
  4887                   "\002\001",
  4888                   /* Version */
  4889                   "\0632.10.0",
  4890                   0,
  4891               };
  4892 mike  1.1.2.1 
  4893               MetaClass
  4894               __root_cimv2_CIM_CollectionOfMSEs =
  4895               {
  4896                   /* flags */
  4897                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4898                   /* name */
  4899                   "CIM_CollectionOfMSEs",
  4900                   /* qualifiers */
  4901                   __root_cimv2_CIM_CollectionOfMSEs_qualifiers,
  4902                   /* super */
  4903                   &__root_cimv2_CIM_Collection,
  4904                   /* features */
  4905                   _CIM_CollectionOfMSEs_features,
  4906               };
  4907               
  4908               //==============================================================================
  4909               //
  4910               // Class: CIM_CommonDatabaseCapabilities
  4911               //
  4912               //==============================================================================
  4913 mike  1.1.2.1 
  4914               static const char*
  4915               _CIM_CommonDatabaseCapabilities_RecoverabilityOptions_qualifiers[] =
  4916               {
  4917                   /* ValueMap */
  4918                   "\061\000\0041\0002\0003\0004\000",
  4919                   /* Values */
  4920                   "\062\000\004Other\000Recoverable\000Non-Recoverable\000Rebuildable\000",
  4921                   /* ArrayType */
  4922                   "\005Indexed",
  4923                   /* ModelCorrespondence */
  4924                   "\036\000\001CIM_CommonDatabaseCapabilities.OtherRecoverabilityOptions\000",
  4925                   0,
  4926               };
  4927               
  4928               static MetaProperty
  4929               _CIM_CommonDatabaseCapabilities_RecoverabilityOptions =
  4930               {
  4931                   /* flags */
  4932                   META_FLAG_PROPERTY|META_FLAG_READ,
  4933                   /* name */
  4934 mike  1.1.2.1     "RecoverabilityOptions",
  4935                   /* qualifiers */
  4936                   _CIM_CommonDatabaseCapabilities_RecoverabilityOptions_qualifiers,
  4937                   /* type */
  4938                   CIMTYPE_UINT16,
  4939                   /* subscript */
  4940                   0,
  4941                   /* value */
  4942                   0,
  4943               };
  4944               
  4945               static const char*
  4946               _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions_qualifiers[] =
  4947               {
  4948                   /* ArrayType */
  4949                   "\005Indexed",
  4950                   /* ModelCorrespondence */
  4951                   "\036\000\001CIM_CommonDatabaseCapabilities.RecoverabilityOptions\000",
  4952                   0,
  4953               };
  4954               
  4955 mike  1.1.2.1 static MetaProperty
  4956               _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions =
  4957               {
  4958                   /* flags */
  4959                   META_FLAG_PROPERTY|META_FLAG_READ,
  4960                   /* name */
  4961                   "OtherRecoverabilityOptions",
  4962                   /* qualifiers */
  4963                   _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions_qualifiers,
  4964                   /* type */
  4965                   CIMTYPE_STRING,
  4966                   /* subscript */
  4967                   0,
  4968                   /* value */
  4969                   0,
  4970               };
  4971               
  4972               static MetaFeature*
  4973               _CIM_CommonDatabaseCapabilities_features[] =
  4974               {
  4975                   (MetaFeature*)&_CIM_CommonDatabaseCapabilities_RecoverabilityOptions,
  4976 mike  1.1.2.1     (MetaFeature*)&_CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions,
  4977                   0,
  4978               };
  4979               
  4980               static const char*
  4981               __root_cimv2_CIM_CommonDatabaseCapabilities_qualifiers[] =
  4982               {
  4983                   /* UMLPackagePath */
  4984                   "\057CIM::Database::Storage",
  4985                   /* Version */
  4986                   "\0632.8.0",
  4987                   0,
  4988               };
  4989               
  4990               MetaClass
  4991               __root_cimv2_CIM_CommonDatabaseCapabilities =
  4992               {
  4993                   /* flags */
  4994                   META_FLAG_CLASS,
  4995                   /* name */
  4996                   "CIM_CommonDatabaseCapabilities",
  4997 mike  1.1.2.1     /* qualifiers */
  4998                   __root_cimv2_CIM_CommonDatabaseCapabilities_qualifiers,
  4999                   /* super */
  5000                   &__root_cimv2_CIM_Capabilities,
  5001                   /* features */
  5002                   _CIM_CommonDatabaseCapabilities_features,
  5003               };
  5004               
  5005               //==============================================================================
  5006               //
  5007               // Class: CIM_Component
  5008               //
  5009               //==============================================================================
  5010               
  5011               static const char*
  5012               _CIM_Component_GroupComponent_qualifiers[] =
  5013               {
  5014                   /* Key */
  5015                   "\025\001",
  5016                   /* Aggregate */
  5017                   "\003\001",
  5018 mike  1.1.2.1     0,
  5019               };
  5020               
  5021               static MetaReference
  5022               _CIM_Component_GroupComponent =
  5023               {
  5024                   /* flags */
  5025                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5026                   /* name */
  5027                   "GroupComponent",
  5028                   /* qualifiers */
  5029                   _CIM_Component_GroupComponent_qualifiers,
  5030                   /* subscript */
  5031                   -1,
  5032                   /* refId */
  5033                   &__root_cimv2_CIM_ManagedElement,
  5034               };
  5035               
  5036               static const char*
  5037               _CIM_Component_PartComponent_qualifiers[] =
  5038               {
  5039 mike  1.1.2.1     /* Key */
  5040                   "\025\001",
  5041                   0,
  5042               };
  5043               
  5044               static MetaReference
  5045               _CIM_Component_PartComponent =
  5046               {
  5047                   /* flags */
  5048                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5049                   /* name */
  5050                   "PartComponent",
  5051                   /* qualifiers */
  5052                   _CIM_Component_PartComponent_qualifiers,
  5053                   /* subscript */
  5054                   -1,
  5055                   /* refId */
  5056                   &__root_cimv2_CIM_ManagedElement,
  5057               };
  5058               
  5059               static MetaFeature*
  5060 mike  1.1.2.1 _CIM_Component_features[] =
  5061               {
  5062                   (MetaFeature*)&_CIM_Component_GroupComponent,
  5063                   (MetaFeature*)&_CIM_Component_PartComponent,
  5064                   0,
  5065               };
  5066               
  5067               static const char*
  5068               __root_cimv2_CIM_Component_qualifiers[] =
  5069               {
  5070                   /* ASSOCIATION */
  5071                   "\000\001",
  5072                   /* UMLPackagePath */
  5073                   "\057CIM::Core::CoreElements",
  5074                   /* Abstract */
  5075                   "\002\001",
  5076                   /* Aggregation */
  5077                   "\004\001",
  5078                   /* Version */
  5079                   "\0632.7.0",
  5080                   0,
  5081 mike  1.1.2.1 };
  5082               
  5083               MetaClass
  5084               __root_cimv2_CIM_Component =
  5085               {
  5086                   /* flags */
  5087                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
  5088                   /* name */
  5089                   "CIM_Component",
  5090                   /* qualifiers */
  5091                   __root_cimv2_CIM_Component_qualifiers,
  5092                   /* super */
  5093                   0,
  5094                   /* features */
  5095                   _CIM_Component_features,
  5096               };
  5097               
  5098               //==============================================================================
  5099               //
  5100               // Class: CIM_ComputerSystemNodeCapabilities
  5101               //
  5102 mike  1.1.2.1 //==============================================================================
  5103               
  5104               static const char*
  5105               _CIM_ComputerSystemNodeCapabilities_BatterySupported_qualifiers[] =
  5106               {
  5107                   /* Required */
  5108                   "\050\001",
  5109                   /* ValueMap */
  5110                   "\061\000\0030\0002\0003\000",
  5111                   /* Values */
  5112                   "\062\000\003Unknown\000Battery Supported\000Battery Not Supported\000",
  5113                   0,
  5114               };
  5115               
  5116               static MetaProperty
  5117               _CIM_ComputerSystemNodeCapabilities_BatterySupported =
  5118               {
  5119                   /* flags */
  5120                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  5121                   /* name */
  5122                   "BatterySupported",
  5123 mike  1.1.2.1     /* qualifiers */
  5124                   _CIM_ComputerSystemNodeCapabilities_BatterySupported_qualifiers,
  5125                   /* type */
  5126                   CIMTYPE_UINT16,
  5127                   /* subscript */
  5128                   -1,
  5129                   /* value */
  5130                   0,
  5131               };
  5132               
  5133               static const char*
  5134               _CIM_ComputerSystemNodeCapabilities_ECCSupported_qualifiers[] =
  5135               {
  5136                   /* Required */
  5137                   "\050\001",
  5138                   /* ValueMap */
  5139                   "\061\000\0030\0002\0003\000",
  5140                   /* Values */
  5141                   "\062\000\003Unknown\000Single-bit ECC\000Multi-bit ECC\000",
  5142                   /* MappingStrings */
  5143                   "\026\000\001MIF.DMTF|Physical Memory|002.10\000",
  5144 mike  1.1.2.1     0,
  5145               };
  5146               
  5147               static MetaProperty
  5148               _CIM_ComputerSystemNodeCapabilities_ECCSupported =
  5149               {
  5150                   /* flags */
  5151                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  5152                   /* name */
  5153                   "ECCSupported",
  5154                   /* qualifiers */
  5155                   _CIM_ComputerSystemNodeCapabilities_ECCSupported_qualifiers,
  5156                   /* type */
  5157                   CIMTYPE_UINT16,
  5158                   /* subscript */
  5159                   -1,
  5160                   /* value */
  5161                   0,
  5162               };
  5163               
  5164               static MetaFeature*
  5165 mike  1.1.2.1 _CIM_ComputerSystemNodeCapabilities_features[] =
  5166               {
  5167                   (MetaFeature*)&_CIM_ComputerSystemNodeCapabilities_BatterySupported,
  5168                   (MetaFeature*)&_CIM_ComputerSystemNodeCapabilities_ECCSupported,
  5169                   0,
  5170               };
  5171               
  5172               static const char*
  5173               __root_cimv2_CIM_ComputerSystemNodeCapabilities_qualifiers[] =
  5174               {
  5175                   /* UMLPackagePath */
  5176                   "\057CIM::System::SystemElements",
  5177                   /* Version */
  5178                   "\0632.7.2",
  5179                   0,
  5180               };
  5181               
  5182               MetaClass
  5183               __root_cimv2_CIM_ComputerSystemNodeCapabilities =
  5184               {
  5185                   /* flags */
  5186 mike  1.1.2.1     META_FLAG_CLASS,
  5187                   /* name */
  5188                   "CIM_ComputerSystemNodeCapabilities",
  5189                   /* qualifiers */
  5190                   __root_cimv2_CIM_ComputerSystemNodeCapabilities_qualifiers,
  5191                   /* super */
  5192                   &__root_cimv2_CIM_Capabilities,
  5193                   /* features */
  5194                   _CIM_ComputerSystemNodeCapabilities_features,
  5195               };
  5196               
  5197               //==============================================================================
  5198               //
  5199               // Class: CIM_ConcreteCollection
  5200               //
  5201               //==============================================================================
  5202               
  5203               static const char*
  5204               _CIM_ConcreteCollection_InstanceID_qualifiers[] =
  5205               {
  5206                   /* Key */
  5207 mike  1.1.2.1     "\025\001",
  5208                   0,
  5209               };
  5210               
  5211               static MetaProperty
  5212               _CIM_ConcreteCollection_InstanceID =
  5213               {
  5214                   /* flags */
  5215                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  5216                   /* name */
  5217                   "InstanceID",
  5218                   /* qualifiers */
  5219                   _CIM_ConcreteCollection_InstanceID_qualifiers,
  5220                   /* type */
  5221                   CIMTYPE_STRING,
  5222                   /* subscript */
  5223                   -1,
  5224                   /* value */
  5225                   0,
  5226               };
  5227               
  5228 mike  1.1.2.1 static MetaFeature*
  5229               _CIM_ConcreteCollection_features[] =
  5230               {
  5231                   (MetaFeature*)&_CIM_ConcreteCollection_InstanceID,
  5232                   0,
  5233               };
  5234               
  5235               static const char*
  5236               __root_cimv2_CIM_ConcreteCollection_qualifiers[] =
  5237               {
  5238                   /* UMLPackagePath */
  5239                   "\057CIM::Core::Collection",
  5240                   /* Version */
  5241                   "\0632.10.0",
  5242                   0,
  5243               };
  5244               
  5245               MetaClass
  5246               __root_cimv2_CIM_ConcreteCollection =
  5247               {
  5248                   /* flags */
  5249 mike  1.1.2.1     META_FLAG_CLASS,
  5250                   /* name */
  5251                   "CIM_ConcreteCollection",
  5252                   /* qualifiers */
  5253                   __root_cimv2_CIM_ConcreteCollection_qualifiers,
  5254                   /* super */
  5255                   &__root_cimv2_CIM_Collection,
  5256                   /* features */
  5257                   _CIM_ConcreteCollection_features,
  5258               };
  5259               
  5260               //==============================================================================
  5261               //
  5262               // Class: CIM_ConcreteComponent
  5263               //
  5264               //==============================================================================
  5265               
  5266               static const char*
  5267               _CIM_ConcreteComponent_GroupComponent_qualifiers[] =
  5268               {
  5269                   /* Aggregate */
  5270 mike  1.1.2.1     "\003\001",
  5271                   /* Override */
  5272                   "\044GroupComponent",
  5273                   0,
  5274               };
  5275               
  5276               static MetaReference
  5277               _CIM_ConcreteComponent_GroupComponent =
  5278               {
  5279                   /* flags */
  5280                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
  5281                   /* name */
  5282                   "GroupComponent",
  5283                   /* qualifiers */
  5284                   _CIM_ConcreteComponent_GroupComponent_qualifiers,
  5285                   /* subscript */
  5286                   -1,
  5287                   /* refId */
  5288                   &__root_cimv2_CIM_ManagedElement,
  5289               };
  5290               
  5291 mike  1.1.2.1 static const char*
  5292               _CIM_ConcreteComponent_PartComponent_qualifiers[] =
  5293               {
  5294                   /* Override */
  5295                   "\044PartComponent",
  5296                   0,
  5297               };
  5298               
  5299               static MetaReference
  5300               _CIM_ConcreteComponent_PartComponent =
  5301               {
  5302                   /* flags */
  5303                   META_FLAG_REFERENCE|META_FLAG_READ,
  5304                   /* name */
  5305                   "PartComponent",
  5306                   /* qualifiers */
  5307                   _CIM_ConcreteComponent_PartComponent_qualifiers,
  5308                   /* subscript */
  5309                   -1,
  5310                   /* refId */
  5311                   &__root_cimv2_CIM_ManagedElement,
  5312 mike  1.1.2.1 };
  5313               
  5314               static MetaFeature*
  5315               _CIM_ConcreteComponent_features[] =
  5316               {
  5317                   (MetaFeature*)&_CIM_ConcreteComponent_GroupComponent,
  5318                   (MetaFeature*)&_CIM_ConcreteComponent_PartComponent,
  5319                   0,
  5320               };
  5321               
  5322               static const char*
  5323               __root_cimv2_CIM_ConcreteComponent_qualifiers[] =
  5324               {
  5325                   /* ASSOCIATION */
  5326                   "\000\001",
  5327                   /* UMLPackagePath */
  5328                   "\057CIM::Core::CoreElements",
  5329                   /* Aggregation */
  5330                   "\004\001",
  5331                   /* Version */
  5332                   "\0632.10.0",
  5333 mike  1.1.2.1     0,
  5334               };
  5335               
  5336               MetaClass
  5337               __root_cimv2_CIM_ConcreteComponent =
  5338               {
  5339                   /* flags */
  5340                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5341                   /* name */
  5342                   "CIM_ConcreteComponent",
  5343                   /* qualifiers */
  5344                   __root_cimv2_CIM_ConcreteComponent_qualifiers,
  5345                   /* super */
  5346                   &__root_cimv2_CIM_Component,
  5347                   /* features */
  5348                   _CIM_ConcreteComponent_features,
  5349               };
  5350               
  5351               //==============================================================================
  5352               //
  5353               // Class: CIM_Configuration
  5354 mike  1.1.2.1 //
  5355               //==============================================================================
  5356               
  5357               static const char*
  5358               _CIM_Configuration_Name_qualifiers[] =
  5359               {
  5360                   /* Key */
  5361                   "\025\001",
  5362                   /* MaxLen */
  5363                   "\030\000\000\001\000",
  5364                   0,
  5365               };
  5366               
  5367               static MetaProperty
  5368               _CIM_Configuration_Name =
  5369               {
  5370                   /* flags */
  5371                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  5372                   /* name */
  5373                   "Name",
  5374                   /* qualifiers */
  5375 mike  1.1.2.1     _CIM_Configuration_Name_qualifiers,
  5376                   /* type */
  5377                   CIMTYPE_STRING,
  5378                   /* subscript */
  5379                   -1,
  5380                   /* value */
  5381                   0,
  5382               };
  5383               
  5384               static MetaFeature*
  5385               _CIM_Configuration_features[] =
  5386               {
  5387                   (MetaFeature*)&_CIM_Configuration_Name,
  5388                   0,
  5389               };
  5390               
  5391               static const char*
  5392               __root_cimv2_CIM_Configuration_qualifiers[] =
  5393               {
  5394                   /* UMLPackagePath */
  5395                   "\057CIM::Core::Settings",
  5396 mike  1.1.2.1     /* Version */
  5397                   "\0632.6.0",
  5398                   0,
  5399               };
  5400               
  5401               MetaClass
  5402               __root_cimv2_CIM_Configuration =
  5403               {
  5404                   /* flags */
  5405                   META_FLAG_CLASS,
  5406                   /* name */
  5407                   "CIM_Configuration",
  5408                   /* qualifiers */
  5409                   __root_cimv2_CIM_Configuration_qualifiers,
  5410                   /* super */
  5411                   &__root_cimv2_CIM_ManagedElement,
  5412                   /* features */
  5413                   _CIM_Configuration_features,
  5414               };
  5415               
  5416               //==============================================================================
  5417 mike  1.1.2.1 //
  5418               // Class: CIM_ConfigurationComponent
  5419               //
  5420               //==============================================================================
  5421               
  5422               static const char*
  5423               _CIM_ConfigurationComponent_ConfigGroup_qualifiers[] =
  5424               {
  5425                   /* Key */
  5426                   "\025\001",
  5427                   /* Aggregate */
  5428                   "\003\001",
  5429                   0,
  5430               };
  5431               
  5432               static MetaReference
  5433               _CIM_ConfigurationComponent_ConfigGroup =
  5434               {
  5435                   /* flags */
  5436                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5437                   /* name */
  5438 mike  1.1.2.1     "ConfigGroup",
  5439                   /* qualifiers */
  5440                   _CIM_ConfigurationComponent_ConfigGroup_qualifiers,
  5441                   /* subscript */
  5442                   -1,
  5443                   /* refId */
  5444                   &__root_cimv2_CIM_Configuration,
  5445               };
  5446               
  5447               static const char*
  5448               _CIM_ConfigurationComponent_ConfigComponent_qualifiers[] =
  5449               {
  5450                   /* Key */
  5451                   "\025\001",
  5452                   0,
  5453               };
  5454               
  5455               static MetaReference
  5456               _CIM_ConfigurationComponent_ConfigComponent =
  5457               {
  5458                   /* flags */
  5459 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5460                   /* name */
  5461                   "ConfigComponent",
  5462                   /* qualifiers */
  5463                   _CIM_ConfigurationComponent_ConfigComponent_qualifiers,
  5464                   /* subscript */
  5465                   -1,
  5466                   /* refId */
  5467                   &__root_cimv2_CIM_Configuration,
  5468               };
  5469               
  5470               static MetaFeature*
  5471               _CIM_ConfigurationComponent_features[] =
  5472               {
  5473                   (MetaFeature*)&_CIM_ConfigurationComponent_ConfigGroup,
  5474                   (MetaFeature*)&_CIM_ConfigurationComponent_ConfigComponent,
  5475                   0,
  5476               };
  5477               
  5478               static const char*
  5479               __root_cimv2_CIM_ConfigurationComponent_qualifiers[] =
  5480 mike  1.1.2.1 {
  5481                   /* ASSOCIATION */
  5482                   "\000\001",
  5483                   /* UMLPackagePath */
  5484                   "\057CIM::Core::Settings",
  5485                   /* Aggregation */
  5486                   "\004\001",
  5487                   /* Version */
  5488                   "\0632.6.0",
  5489                   0,
  5490               };
  5491               
  5492               MetaClass
  5493               __root_cimv2_CIM_ConfigurationComponent =
  5494               {
  5495                   /* flags */
  5496                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5497                   /* name */
  5498                   "CIM_ConfigurationComponent",
  5499                   /* qualifiers */
  5500                   __root_cimv2_CIM_ConfigurationComponent_qualifiers,
  5501 mike  1.1.2.1     /* super */
  5502                   0,
  5503                   /* features */
  5504                   _CIM_ConfigurationComponent_features,
  5505               };
  5506               
  5507               //==============================================================================
  5508               //
  5509               // Class: CIM_Credential
  5510               //
  5511               //==============================================================================
  5512               
  5513               static const char*
  5514               _CIM_Credential_Issued_qualifiers[] =
  5515               {
  5516                   0,
  5517               };
  5518               
  5519               static MetaProperty
  5520               _CIM_Credential_Issued =
  5521               {
  5522 mike  1.1.2.1     /* flags */
  5523                   META_FLAG_PROPERTY|META_FLAG_READ,
  5524                   /* name */
  5525                   "Issued",
  5526                   /* qualifiers */
  5527                   _CIM_Credential_Issued_qualifiers,
  5528                   /* type */
  5529                   CIMTYPE_DATETIME,
  5530                   /* subscript */
  5531                   -1,
  5532                   /* value */
  5533                   0,
  5534               };
  5535               
  5536               static const char*
  5537               _CIM_Credential_Expires_qualifiers[] =
  5538               {
  5539                   0,
  5540               };
  5541               
  5542               static MetaProperty
  5543 mike  1.1.2.1 _CIM_Credential_Expires =
  5544               {
  5545                   /* flags */
  5546                   META_FLAG_PROPERTY|META_FLAG_READ,
  5547                   /* name */
  5548                   "Expires",
  5549                   /* qualifiers */
  5550                   _CIM_Credential_Expires_qualifiers,
  5551                   /* type */
  5552                   CIMTYPE_DATETIME,
  5553                   /* subscript */
  5554                   -1,
  5555                   /* value */
  5556                   0,
  5557               };
  5558               
  5559               static MetaFeature*
  5560               _CIM_Credential_features[] =
  5561               {
  5562                   (MetaFeature*)&_CIM_Credential_Issued,
  5563                   (MetaFeature*)&_CIM_Credential_Expires,
  5564 mike  1.1.2.1     0,
  5565               };
  5566               
  5567               static const char*
  5568               __root_cimv2_CIM_Credential_qualifiers[] =
  5569               {
  5570                   /* UMLPackagePath */
  5571                   "\057CIM::User::Credential",
  5572                   /* Abstract */
  5573                   "\002\001",
  5574                   /* Version */
  5575                   "\0632.8.0",
  5576                   0,
  5577               };
  5578               
  5579               MetaClass
  5580               __root_cimv2_CIM_Credential =
  5581               {
  5582                   /* flags */
  5583                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  5584                   /* name */
  5585 mike  1.1.2.1     "CIM_Credential",
  5586                   /* qualifiers */
  5587                   __root_cimv2_CIM_Credential_qualifiers,
  5588                   /* super */
  5589                   &__root_cimv2_CIM_ManagedElement,
  5590                   /* features */
  5591                   _CIM_Credential_features,
  5592               };
  5593               
  5594               //==============================================================================
  5595               //
  5596               // Class: CIM_Dependency
  5597               //
  5598               //==============================================================================
  5599               
  5600               static const char*
  5601               _CIM_Dependency_Antecedent_qualifiers[] =
  5602               {
  5603                   /* Key */
  5604                   "\025\001",
  5605                   0,
  5606 mike  1.1.2.1 };
  5607               
  5608               static MetaReference
  5609               _CIM_Dependency_Antecedent =
  5610               {
  5611                   /* flags */
  5612                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5613                   /* name */
  5614                   "Antecedent",
  5615                   /* qualifiers */
  5616                   _CIM_Dependency_Antecedent_qualifiers,
  5617                   /* subscript */
  5618                   -1,
  5619                   /* refId */
  5620                   &__root_cimv2_CIM_ManagedElement,
  5621               };
  5622               
  5623               static const char*
  5624               _CIM_Dependency_Dependent_qualifiers[] =
  5625               {
  5626                   /* Key */
  5627 mike  1.1.2.1     "\025\001",
  5628                   0,
  5629               };
  5630               
  5631               static MetaReference
  5632               _CIM_Dependency_Dependent =
  5633               {
  5634                   /* flags */
  5635                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5636                   /* name */
  5637                   "Dependent",
  5638                   /* qualifiers */
  5639                   _CIM_Dependency_Dependent_qualifiers,
  5640                   /* subscript */
  5641                   -1,
  5642                   /* refId */
  5643                   &__root_cimv2_CIM_ManagedElement,
  5644               };
  5645               
  5646               static MetaFeature*
  5647               _CIM_Dependency_features[] =
  5648 mike  1.1.2.1 {
  5649                   (MetaFeature*)&_CIM_Dependency_Antecedent,
  5650                   (MetaFeature*)&_CIM_Dependency_Dependent,
  5651                   0,
  5652               };
  5653               
  5654               static const char*
  5655               __root_cimv2_CIM_Dependency_qualifiers[] =
  5656               {
  5657                   /* ASSOCIATION */
  5658                   "\000\001",
  5659                   /* UMLPackagePath */
  5660                   "\057CIM::Core::CoreElements",
  5661                   /* Abstract */
  5662                   "\002\001",
  5663                   /* Version */
  5664                   "\0632.10.0",
  5665                   0,
  5666               };
  5667               
  5668               MetaClass
  5669 mike  1.1.2.1 __root_cimv2_CIM_Dependency =
  5670               {
  5671                   /* flags */
  5672                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
  5673                   /* name */
  5674                   "CIM_Dependency",
  5675                   /* qualifiers */
  5676                   __root_cimv2_CIM_Dependency_qualifiers,
  5677                   /* super */
  5678                   0,
  5679                   /* features */
  5680                   _CIM_Dependency_features,
  5681               };
  5682               
  5683               //==============================================================================
  5684               //
  5685               // Class: CIM_DependencyContext
  5686               //
  5687               //==============================================================================
  5688               
  5689               static const char*
  5690 mike  1.1.2.1 _CIM_DependencyContext_Context_qualifiers[] =
  5691               {
  5692                   /* Key */
  5693                   "\025\001",
  5694                   /* Aggregate */
  5695                   "\003\001",
  5696                   0,
  5697               };
  5698               
  5699               static MetaReference
  5700               _CIM_DependencyContext_Context =
  5701               {
  5702                   /* flags */
  5703                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5704                   /* name */
  5705                   "Context",
  5706                   /* qualifiers */
  5707                   _CIM_DependencyContext_Context_qualifiers,
  5708                   /* subscript */
  5709                   -1,
  5710                   /* refId */
  5711 mike  1.1.2.1     &__root_cimv2_CIM_Configuration,
  5712               };
  5713               
  5714               static const char*
  5715               _CIM_DependencyContext_Dependency_qualifiers[] =
  5716               {
  5717                   /* Key */
  5718                   "\025\001",
  5719                   0,
  5720               };
  5721               
  5722               static MetaReference
  5723               _CIM_DependencyContext_Dependency =
  5724               {
  5725                   /* flags */
  5726                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5727                   /* name */
  5728                   "Dependency",
  5729                   /* qualifiers */
  5730                   _CIM_DependencyContext_Dependency_qualifiers,
  5731                   /* subscript */
  5732 mike  1.1.2.1     -1,
  5733                   /* refId */
  5734                   &__root_cimv2_CIM_Dependency,
  5735               };
  5736               
  5737               static MetaFeature*
  5738               _CIM_DependencyContext_features[] =
  5739               {
  5740                   (MetaFeature*)&_CIM_DependencyContext_Context,
  5741                   (MetaFeature*)&_CIM_DependencyContext_Dependency,
  5742                   0,
  5743               };
  5744               
  5745               static const char*
  5746               __root_cimv2_CIM_DependencyContext_qualifiers[] =
  5747               {
  5748                   /* ASSOCIATION */
  5749                   "\000\001",
  5750                   /* UMLPackagePath */
  5751                   "\057CIM::Core::Settings",
  5752                   /* Aggregation */
  5753 mike  1.1.2.1     "\004\001",
  5754                   /* Version */
  5755                   "\0632.6.0",
  5756                   0,
  5757               };
  5758               
  5759               MetaClass
  5760               __root_cimv2_CIM_DependencyContext =
  5761               {
  5762                   /* flags */
  5763                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5764                   /* name */
  5765                   "CIM_DependencyContext",
  5766                   /* qualifiers */
  5767                   __root_cimv2_CIM_DependencyContext_qualifiers,
  5768                   /* super */
  5769                   0,
  5770                   /* features */
  5771                   _CIM_DependencyContext_features,
  5772               };
  5773               
  5774 mike  1.1.2.1 //==============================================================================
  5775               //
  5776               // Class: CIM_DiagnosticResultInPackage
  5777               //
  5778               //==============================================================================
  5779               
  5780               static const char*
  5781               _CIM_DiagnosticResultInPackage_PackageResult_qualifiers[] =
  5782               {
  5783                   /* Deprecated */
  5784                   "\013\000\001No value\000",
  5785                   /* Key */
  5786                   "\025\001",
  5787                   /* Aggregate */
  5788                   "\003\001",
  5789                   0,
  5790               };
  5791               
  5792               static MetaReference
  5793               _CIM_DiagnosticResultInPackage_PackageResult =
  5794               {
  5795 mike  1.1.2.1     /* flags */
  5796                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5797                   /* name */
  5798                   "PackageResult",
  5799                   /* qualifiers */
  5800                   _CIM_DiagnosticResultInPackage_PackageResult_qualifiers,
  5801                   /* subscript */
  5802                   -1,
  5803                   /* refId */
  5804                   &__root_cimv2_CIM_DiagnosticResult,
  5805               };
  5806               
  5807               static const char*
  5808               _CIM_DiagnosticResultInPackage_Result_qualifiers[] =
  5809               {
  5810                   /* Deprecated */
  5811                   "\013\000\001No value\000",
  5812                   /* Key */
  5813                   "\025\001",
  5814                   0,
  5815               };
  5816 mike  1.1.2.1 
  5817               static MetaReference
  5818               _CIM_DiagnosticResultInPackage_Result =
  5819               {
  5820                   /* flags */
  5821                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5822                   /* name */
  5823                   "Result",
  5824                   /* qualifiers */
  5825                   _CIM_DiagnosticResultInPackage_Result_qualifiers,
  5826                   /* subscript */
  5827                   -1,
  5828                   /* refId */
  5829                   &__root_cimv2_CIM_DiagnosticResult,
  5830               };
  5831               
  5832               static MetaFeature*
  5833               _CIM_DiagnosticResultInPackage_features[] =
  5834               {
  5835                   (MetaFeature*)&_CIM_DiagnosticResultInPackage_PackageResult,
  5836                   (MetaFeature*)&_CIM_DiagnosticResultInPackage_Result,
  5837 mike  1.1.2.1     0,
  5838               };
  5839               
  5840               static const char*
  5841               __root_cimv2_CIM_DiagnosticResultInPackage_qualifiers[] =
  5842               {
  5843                   /* ASSOCIATION */
  5844                   "\000\001",
  5845                   /* Deprecated */
  5846                   "\013\000\001No value\000",
  5847                   /* UMLPackagePath */
  5848                   "\057CIM::System::Diagnostics",
  5849                   /* Aggregation */
  5850                   "\004\001",
  5851                   /* Version */
  5852                   "\0632.7.0",
  5853                   0,
  5854               };
  5855               
  5856               MetaClass
  5857               __root_cimv2_CIM_DiagnosticResultInPackage =
  5858 mike  1.1.2.1 {
  5859                   /* flags */
  5860                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5861                   /* name */
  5862                   "CIM_DiagnosticResultInPackage",
  5863                   /* qualifiers */
  5864                   __root_cimv2_CIM_DiagnosticResultInPackage_qualifiers,
  5865                   /* super */
  5866                   0,
  5867                   /* features */
  5868                   _CIM_DiagnosticResultInPackage_features,
  5869               };
  5870               
  5871               //==============================================================================
  5872               //
  5873               // Class: CIM_DiagnosticServiceCapabilities
  5874               //
  5875               //==============================================================================
  5876               
  5877               static const char*
  5878               _CIM_DiagnosticServiceCapabilities_SupportedServiceModes_qualifiers[] =
  5879 mike  1.1.2.1 {
  5880                   /* ValueMap */
  5881                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  5882                   /* Values */
  5883                   "\062\000\007Unknown\000Other\000PercentOfTestCoverage\000QuickMode\000HaltOnError\000ResultPersistence\000No Service Modes\000",
  5884                   /* ArrayType */
  5885                   "\005Indexed",
  5886                   /* ModelCorrespondence */
  5887                   "\036\000\001CIM_DiagnosticServiceCapabilities.OtherSupportedServiceModesDescriptions\000",
  5888                   0,
  5889               };
  5890               
  5891               static MetaProperty
  5892               _CIM_DiagnosticServiceCapabilities_SupportedServiceModes =
  5893               {
  5894                   /* flags */
  5895                   META_FLAG_PROPERTY|META_FLAG_READ,
  5896                   /* name */
  5897                   "SupportedServiceModes",
  5898                   /* qualifiers */
  5899                   _CIM_DiagnosticServiceCapabilities_SupportedServiceModes_qualifiers,
  5900 mike  1.1.2.1     /* type */
  5901                   CIMTYPE_UINT16,
  5902                   /* subscript */
  5903                   0,
  5904                   /* value */
  5905                   0,
  5906               };
  5907               
  5908               static const char*
  5909               _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions_qualifiers[] =
  5910               {
  5911                   /* ArrayType */
  5912                   "\005Indexed",
  5913                   /* ModelCorrespondence */
  5914                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedServiceModes\000",
  5915                   0,
  5916               };
  5917               
  5918               static MetaProperty
  5919               _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions =
  5920               {
  5921 mike  1.1.2.1     /* flags */
  5922                   META_FLAG_PROPERTY|META_FLAG_READ,
  5923                   /* name */
  5924                   "OtherSupportedServiceModesDescriptions",
  5925                   /* qualifiers */
  5926                   _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions_qualifiers,
  5927                   /* type */
  5928                   CIMTYPE_STRING,
  5929                   /* subscript */
  5930                   0,
  5931                   /* value */
  5932                   0,
  5933               };
  5934               
  5935               static const char*
  5936               _CIM_DiagnosticServiceCapabilities_SupportedLoopControl_qualifiers[] =
  5937               {
  5938                   /* ValueMap */
  5939                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  5940                   /* Values */
  5941                   "\062\000\007Unknown\000Other\000Continuous\000Count\000Timer\000ErrorCount\000No Loop Control\000",
  5942 mike  1.1.2.1     /* ArrayType */
  5943                   "\005Indexed",
  5944                   /* ModelCorrespondence */
  5945                   "\036\000\002CIM_DiagnosticSetting.LoopControl\000CIM_DiagnosticServiceCapabilities.OtherSupportedLoopControlDescriptions\000",
  5946                   0,
  5947               };
  5948               
  5949               static MetaProperty
  5950               _CIM_DiagnosticServiceCapabilities_SupportedLoopControl =
  5951               {
  5952                   /* flags */
  5953                   META_FLAG_PROPERTY|META_FLAG_READ,
  5954                   /* name */
  5955                   "SupportedLoopControl",
  5956                   /* qualifiers */
  5957                   _CIM_DiagnosticServiceCapabilities_SupportedLoopControl_qualifiers,
  5958                   /* type */
  5959                   CIMTYPE_UINT16,
  5960                   /* subscript */
  5961                   0,
  5962                   /* value */
  5963 mike  1.1.2.1     0,
  5964               };
  5965               
  5966               static const char*
  5967               _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions_qualifiers[] =
  5968               {
  5969                   /* ArrayType */
  5970                   "\005Indexed",
  5971                   /* ModelCorrespondence */
  5972                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLoopControl\000",
  5973                   0,
  5974               };
  5975               
  5976               static MetaProperty
  5977               _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions =
  5978               {
  5979                   /* flags */
  5980                   META_FLAG_PROPERTY|META_FLAG_READ,
  5981                   /* name */
  5982                   "OtherSupportedLoopControlDescriptions",
  5983                   /* qualifiers */
  5984 mike  1.1.2.1     _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions_qualifiers,
  5985                   /* type */
  5986                   CIMTYPE_STRING,
  5987                   /* subscript */
  5988                   0,
  5989                   /* value */
  5990                   0,
  5991               };
  5992               
  5993               static const char*
  5994               _CIM_DiagnosticServiceCapabilities_SupportedLogOptions_qualifiers[] =
  5995               {
  5996                   /* ValueMap */
  5997                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\0000x8000\000",
  5998                   /* Values */
  5999                   "\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",
  6000                   /* ArrayType */
  6001                   "\005Indexed",
  6002                   /* ModelCorrespondence */
  6003                   "\036\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticServiceCapabilities.OtherSupportedLogOptionsDescriptions\000",
  6004                   0,
  6005 mike  1.1.2.1 };
  6006               
  6007               static MetaProperty
  6008               _CIM_DiagnosticServiceCapabilities_SupportedLogOptions =
  6009               {
  6010                   /* flags */
  6011                   META_FLAG_PROPERTY|META_FLAG_READ,
  6012                   /* name */
  6013                   "SupportedLogOptions",
  6014                   /* qualifiers */
  6015                   _CIM_DiagnosticServiceCapabilities_SupportedLogOptions_qualifiers,
  6016                   /* type */
  6017                   CIMTYPE_UINT16,
  6018                   /* subscript */
  6019                   0,
  6020                   /* value */
  6021                   0,
  6022               };
  6023               
  6024               static const char*
  6025               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions_qualifiers[] =
  6026 mike  1.1.2.1 {
  6027                   /* ArrayType */
  6028                   "\005Indexed",
  6029                   /* ModelCorrespondence */
  6030                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000",
  6031                   0,
  6032               };
  6033               
  6034               static MetaProperty
  6035               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions =
  6036               {
  6037                   /* flags */
  6038                   META_FLAG_PROPERTY|META_FLAG_READ,
  6039                   /* name */
  6040                   "OtherSupportedLogOptionsDescriptions",
  6041                   /* qualifiers */
  6042                   _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions_qualifiers,
  6043                   /* type */
  6044                   CIMTYPE_STRING,
  6045                   /* subscript */
  6046                   0,
  6047 mike  1.1.2.1     /* value */
  6048                   0,
  6049               };
  6050               
  6051               static const char*
  6052               _CIM_DiagnosticServiceCapabilities_SupportedLogStorage_qualifiers[] =
  6053               {
  6054                   /* ValueMap */
  6055                   "\061\000\0060\0001\0002\0003\0004\0000x8000\000",
  6056                   /* Values */
  6057                   "\062\000\006Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000No Log Storage\000",
  6058                   /* ModelCorrespondence */
  6059                   "\036\000\002CIM_DiagnosticServiceCapabilities.OtherSupportedLogStorageDescriptions\000CIM_DiagnosticSetting.LogStorage\000",
  6060                   0,
  6061               };
  6062               
  6063               static MetaProperty
  6064               _CIM_DiagnosticServiceCapabilities_SupportedLogStorage =
  6065               {
  6066                   /* flags */
  6067                   META_FLAG_PROPERTY|META_FLAG_READ,
  6068 mike  1.1.2.1     /* name */
  6069                   "SupportedLogStorage",
  6070                   /* qualifiers */
  6071                   _CIM_DiagnosticServiceCapabilities_SupportedLogStorage_qualifiers,
  6072                   /* type */
  6073                   CIMTYPE_UINT16,
  6074                   /* subscript */
  6075                   0,
  6076                   /* value */
  6077                   0,
  6078               };
  6079               
  6080               static const char*
  6081               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions_qualifiers[] =
  6082               {
  6083                   /* ArrayType */
  6084                   "\005Indexed",
  6085                   /* ModelCorrespondence */
  6086                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLogStorage\000",
  6087                   0,
  6088               };
  6089 mike  1.1.2.1 
  6090               static MetaProperty
  6091               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions =
  6092               {
  6093                   /* flags */
  6094                   META_FLAG_PROPERTY|META_FLAG_READ,
  6095                   /* name */
  6096                   "OtherSupportedLogStorageDescriptions",
  6097                   /* qualifiers */
  6098                   _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions_qualifiers,
  6099                   /* type */
  6100                   CIMTYPE_STRING,
  6101                   /* subscript */
  6102                   0,
  6103                   /* value */
  6104                   0,
  6105               };
  6106               
  6107               static const char*
  6108               _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls_qualifiers[] =
  6109               {
  6110 mike  1.1.2.1     /* ValueMap */
  6111                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  6112                   /* Values */
  6113                   "\062\000\007Unknown\000Other\000Job Creation\000Kill Job\000Suspend Job\000Terminate Job\000No Execution Controls\000",
  6114                   /* ModelCorrespondence */
  6115                   "\036\000\001CIM_DiagnosticServiceCapabilities.OtherSupportedExecutionControlsDescriptions\000",
  6116                   0,
  6117               };
  6118               
  6119               static MetaProperty
  6120               _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls =
  6121               {
  6122                   /* flags */
  6123                   META_FLAG_PROPERTY|META_FLAG_READ,
  6124                   /* name */
  6125                   "SupportedExecutionControls",
  6126                   /* qualifiers */
  6127                   _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls_qualifiers,
  6128                   /* type */
  6129                   CIMTYPE_UINT16,
  6130                   /* subscript */
  6131 mike  1.1.2.1     0,
  6132                   /* value */
  6133                   0,
  6134               };
  6135               
  6136               static const char*
  6137               _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions_qualifiers[] =
  6138               {
  6139                   /* ArrayType */
  6140                   "\005Indexed",
  6141                   /* ModelCorrespondence */
  6142                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedExecutionControls\000",
  6143                   0,
  6144               };
  6145               
  6146               static MetaProperty
  6147               _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions =
  6148               {
  6149                   /* flags */
  6150                   META_FLAG_PROPERTY|META_FLAG_READ,
  6151                   /* name */
  6152 mike  1.1.2.1     "OtherSupportedExecutionControlsDescriptions",
  6153                   /* qualifiers */
  6154                   _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions_qualifiers,
  6155                   /* type */
  6156                   CIMTYPE_STRING,
  6157                   /* subscript */
  6158                   0,
  6159                   /* value */
  6160                   0,
  6161               };
  6162               
  6163               static const char*
  6164               _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings_qualifiers[] =
  6165               {
  6166                   /* Deprecated */
  6167                   "\013\000\001CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000",
  6168                   /* ValueMap */
  6169                   "\061\000\0042\0003\0004\0005\000",
  6170                   /* Values */
  6171                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
  6172                   0,
  6173 mike  1.1.2.1 };
  6174               
  6175               static MetaProperty
  6176               _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings =
  6177               {
  6178                   /* flags */
  6179                   META_FLAG_PROPERTY|META_FLAG_READ,
  6180                   /* name */
  6181                   "SupportedTestWarnings",
  6182                   /* qualifiers */
  6183                   _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings_qualifiers,
  6184                   /* type */
  6185                   CIMTYPE_UINT16,
  6186                   /* subscript */
  6187                   -1,
  6188                   /* value */
  6189                   "\000\003",
  6190               };
  6191               
  6192               static MetaFeature*
  6193               _CIM_DiagnosticServiceCapabilities_features[] =
  6194 mike  1.1.2.1 {
  6195                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedServiceModes,
  6196                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions,
  6197                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLoopControl,
  6198                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions,
  6199                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLogOptions,
  6200                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions,
  6201                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLogStorage,
  6202                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions,
  6203                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedExecutionControls,
  6204                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions,
  6205                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedTestWarnings,
  6206                   0,
  6207               };
  6208               
  6209               static const char*
  6210               __root_cimv2_CIM_DiagnosticServiceCapabilities_qualifiers[] =
  6211               {
  6212                   /* UMLPackagePath */
  6213                   "\057CIM::System::Diagnostics",
  6214                   /* Version */
  6215 mike  1.1.2.1     "\0632.9.0",
  6216                   0,
  6217               };
  6218               
  6219               MetaClass
  6220               __root_cimv2_CIM_DiagnosticServiceCapabilities =
  6221               {
  6222                   /* flags */
  6223                   META_FLAG_CLASS,
  6224                   /* name */
  6225                   "CIM_DiagnosticServiceCapabilities",
  6226                   /* qualifiers */
  6227                   __root_cimv2_CIM_DiagnosticServiceCapabilities_qualifiers,
  6228                   /* super */
  6229                   &__root_cimv2_CIM_Capabilities,
  6230                   /* features */
  6231                   _CIM_DiagnosticServiceCapabilities_features,
  6232               };
  6233               
  6234               //==============================================================================
  6235               //
  6236 mike  1.1.2.1 // Class: CIM_DiskGroup
  6237               //
  6238               //==============================================================================
  6239               
  6240               static const char*
  6241               _CIM_DiskGroup_CollectionID_qualifiers[] =
  6242               {
  6243                   /* Key */
  6244                   "\025\001",
  6245                   /* Override */
  6246                   "\044CollectionID",
  6247                   0,
  6248               };
  6249               
  6250               static MetaProperty
  6251               _CIM_DiskGroup_CollectionID =
  6252               {
  6253                   /* flags */
  6254                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6255                   /* name */
  6256                   "CollectionID",
  6257 mike  1.1.2.1     /* qualifiers */
  6258                   _CIM_DiskGroup_CollectionID_qualifiers,
  6259                   /* type */
  6260                   CIMTYPE_STRING,
  6261                   /* subscript */
  6262                   -1,
  6263                   /* value */
  6264                   0,
  6265               };
  6266               
  6267               static MetaFeature*
  6268               _CIM_DiskGroup_features[] =
  6269               {
  6270                   (MetaFeature*)&_CIM_DiskGroup_CollectionID,
  6271                   0,
  6272               };
  6273               
  6274               static const char*
  6275               __root_cimv2_CIM_DiskGroup_qualifiers[] =
  6276               {
  6277                   /* UMLPackagePath */
  6278 mike  1.1.2.1     "\057CIM::Device::DiskGroup",
  6279                   /* Version */
  6280                   "\0632.10.0",
  6281                   0,
  6282               };
  6283               
  6284               MetaClass
  6285               __root_cimv2_CIM_DiskGroup =
  6286               {
  6287                   /* flags */
  6288                   META_FLAG_CLASS,
  6289                   /* name */
  6290                   "CIM_DiskGroup",
  6291                   /* qualifiers */
  6292                   __root_cimv2_CIM_DiskGroup_qualifiers,
  6293                   /* super */
  6294                   &__root_cimv2_CIM_CollectionOfMSEs,
  6295                   /* features */
  6296                   _CIM_DiskGroup_features,
  6297               };
  6298               
  6299 mike  1.1.2.1 //==============================================================================
  6300               //
  6301               // Class: CIM_ElementCapabilities
  6302               //
  6303               //==============================================================================
  6304               
  6305               static const char*
  6306               _CIM_ElementCapabilities_ManagedElement_qualifiers[] =
  6307               {
  6308                   /* Key */
  6309                   "\025\001",
  6310                   /* Min */
  6311                   "\033\000\000\000\001",
  6312                   /* Max */
  6313                   "\027\000\000\000\001",
  6314                   0,
  6315               };
  6316               
  6317               static MetaReference
  6318               _CIM_ElementCapabilities_ManagedElement =
  6319               {
  6320 mike  1.1.2.1     /* flags */
  6321                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  6322                   /* name */
  6323                   "ManagedElement",
  6324                   /* qualifiers */
  6325                   _CIM_ElementCapabilities_ManagedElement_qualifiers,
  6326                   /* subscript */
  6327                   -1,
  6328                   /* refId */
  6329                   &__root_cimv2_CIM_ManagedElement,
  6330               };
  6331               
  6332               static const char*
  6333               _CIM_ElementCapabilities_Capabilities_qualifiers[] =
  6334               {
  6335                   /* Key */
  6336                   "\025\001",
  6337                   0,
  6338               };
  6339               
  6340               static MetaReference
  6341 mike  1.1.2.1 _CIM_ElementCapabilities_Capabilities =
  6342               {
  6343                   /* flags */
  6344                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  6345                   /* name */
  6346                   "Capabilities",
  6347                   /* qualifiers */
  6348                   _CIM_ElementCapabilities_Capabilities_qualifiers,
  6349                   /* subscript */
  6350                   -1,
  6351                   /* refId */
  6352                   &__root_cimv2_CIM_Capabilities,
  6353               };
  6354               
  6355               static MetaFeature*
  6356               _CIM_ElementCapabilities_features[] =
  6357               {
  6358                   (MetaFeature*)&_CIM_ElementCapabilities_ManagedElement,
  6359                   (MetaFeature*)&_CIM_ElementCapabilities_Capabilities,
  6360                   0,
  6361               };
  6362 mike  1.1.2.1 
  6363               static const char*
  6364               __root_cimv2_CIM_ElementCapabilities_qualifiers[] =
  6365               {
  6366                   /* ASSOCIATION */
  6367                   "\000\001",
  6368                   /* UMLPackagePath */
  6369                   "\057CIM::Core::Capabilities",
  6370                   /* Version */
  6371                   "\0632.7.0",
  6372                   0,
  6373               };
  6374               
  6375               MetaClass
  6376               __root_cimv2_CIM_ElementCapabilities =
  6377               {
  6378                   /* flags */
  6379                   META_FLAG_ASSOCIATION,
  6380                   /* name */
  6381                   "CIM_ElementCapabilities",
  6382                   /* qualifiers */
  6383 mike  1.1.2.1     __root_cimv2_CIM_ElementCapabilities_qualifiers,
  6384                   /* super */
  6385                   0,
  6386                   /* features */
  6387                   _CIM_ElementCapabilities_features,
  6388               };
  6389               
  6390               //==============================================================================
  6391               //
  6392               // Class: CIM_EnabledLogicalElementCapabilities
  6393               //
  6394               //==============================================================================
  6395               
  6396               static const char*
  6397               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers[] =
  6398               {
  6399                   /* MappingStrings */
  6400                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName\000",
  6401                   /* ModelCorrespondence */
  6402                   "\036\000\001CIM_ManagedElement.ElementName\000",
  6403                   0,
  6404 mike  1.1.2.1 };
  6405               
  6406               static MetaProperty
  6407               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported =
  6408               {
  6409                   /* flags */
  6410                   META_FLAG_PROPERTY|META_FLAG_READ,
  6411                   /* name */
  6412                   "ElementNameEditSupported",
  6413                   /* qualifiers */
  6414                   _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers,
  6415                   /* type */
  6416                   CIMTYPE_BOOLEAN,
  6417                   /* subscript */
  6418                   -1,
  6419                   /* value */
  6420                   0,
  6421               };
  6422               
  6423               static const char*
  6424               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers[] =
  6425 mike  1.1.2.1 {
  6426                   /* MaxValue */
  6427                   "\031\000\000\000\000\000\000\001\000",
  6428                   /* MappingStrings */
  6429                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars\000",
  6430                   /* ModelCorrespondence */
  6431                   "\036\000\001CIM_FCSwitchCapabilities.ElementNameEditSupported\000",
  6432                   0,
  6433               };
  6434               
  6435               static MetaProperty
  6436               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen =
  6437               {
  6438                   /* flags */
  6439                   META_FLAG_PROPERTY|META_FLAG_READ,
  6440                   /* name */
  6441                   "MaxElementNameLen",
  6442                   /* qualifiers */
  6443                   _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers,
  6444                   /* type */
  6445                   CIMTYPE_UINT16,
  6446 mike  1.1.2.1     /* subscript */
  6447                   -1,
  6448                   /* value */
  6449                   0,
  6450               };
  6451               
  6452               static const char*
  6453               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers[] =
  6454               {
  6455                   /* ValueMap */
  6456                   "\061\000\0112\0003\0004\0006\0007\0008\0009\00010\00011\000",
  6457                   /* Values */
  6458                   "\062\000\011Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000",
  6459                   /* ModelCorrespondence */
  6460                   "\036\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
  6461                   0,
  6462               };
  6463               
  6464               static MetaProperty
  6465               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported =
  6466               {
  6467 mike  1.1.2.1     /* flags */
  6468                   META_FLAG_PROPERTY|META_FLAG_READ,
  6469                   /* name */
  6470                   "RequestedStatesSupported",
  6471                   /* qualifiers */
  6472                   _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers,
  6473                   /* type */
  6474                   CIMTYPE_UINT16,
  6475                   /* subscript */
  6476                   0,
  6477                   /* value */
  6478                   0,
  6479               };
  6480               
  6481               static MetaFeature*
  6482               _CIM_EnabledLogicalElementCapabilities_features[] =
  6483               {
  6484                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported,
  6485                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_MaxElementNameLen,
  6486                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported,
  6487                   0,
  6488 mike  1.1.2.1 };
  6489               
  6490               static const char*
  6491               __root_cimv2_CIM_EnabledLogicalElementCapabilities_qualifiers[] =
  6492               {
  6493                   /* UMLPackagePath */
  6494                   "\057CIM::Core::Capabilities",
  6495                   /* Version */
  6496                   "\0632.11.0",
  6497                   0,
  6498               };
  6499               
  6500               MetaClass
  6501               __root_cimv2_CIM_EnabledLogicalElementCapabilities =
  6502               {
  6503                   /* flags */
  6504                   META_FLAG_CLASS,
  6505                   /* name */
  6506                   "CIM_EnabledLogicalElementCapabilities",
  6507                   /* qualifiers */
  6508                   __root_cimv2_CIM_EnabledLogicalElementCapabilities_qualifiers,
  6509 mike  1.1.2.1     /* super */
  6510                   &__root_cimv2_CIM_Capabilities,
  6511                   /* features */
  6512                   _CIM_EnabledLogicalElementCapabilities_features,
  6513               };
  6514               
  6515               //==============================================================================
  6516               //
  6517               // Class: CIM_FCSwitchCapabilities
  6518               //
  6519               //==============================================================================
  6520               
  6521               static const char*
  6522               _CIM_FCSwitchCapabilities_DomainIDConfigureable_qualifiers[] =
  6523               {
  6524                   /* MappingStrings */
  6525                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditDomainID\000",
  6526                   /* ModelCorrespondence */
  6527                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6528                   0,
  6529               };
  6530 mike  1.1.2.1 
  6531               static MetaProperty
  6532               _CIM_FCSwitchCapabilities_DomainIDConfigureable =
  6533               {
  6534                   /* flags */
  6535                   META_FLAG_PROPERTY|META_FLAG_READ,
  6536                   /* name */
  6537                   "DomainIDConfigureable",
  6538                   /* qualifiers */
  6539                   _CIM_FCSwitchCapabilities_DomainIDConfigureable_qualifiers,
  6540                   /* type */
  6541                   CIMTYPE_BOOLEAN,
  6542                   /* subscript */
  6543                   -1,
  6544                   /* value */
  6545                   0,
  6546               };
  6547               
  6548               static const char*
  6549               _CIM_FCSwitchCapabilities_MinDomainID_qualifiers[] =
  6550               {
  6551 mike  1.1.2.1     /* MinValue */
  6552                   "\035\000\000\000\000\000\000\000\001",
  6553                   /* MaxValue */
  6554                   "\031\000\000\000\000\000\000\000\357",
  6555                   /* MappingStrings */
  6556                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MinDomainID\000",
  6557                   /* ModelCorrespondence */
  6558                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6559                   0,
  6560               };
  6561               
  6562               static MetaProperty
  6563               _CIM_FCSwitchCapabilities_MinDomainID =
  6564               {
  6565                   /* flags */
  6566                   META_FLAG_PROPERTY|META_FLAG_READ,
  6567                   /* name */
  6568                   "MinDomainID",
  6569                   /* qualifiers */
  6570                   _CIM_FCSwitchCapabilities_MinDomainID_qualifiers,
  6571                   /* type */
  6572 mike  1.1.2.1     CIMTYPE_UINT8,
  6573                   /* subscript */
  6574                   -1,
  6575                   /* value */
  6576                   0,
  6577               };
  6578               
  6579               static const char*
  6580               _CIM_FCSwitchCapabilities_MaxDomainID_qualifiers[] =
  6581               {
  6582                   /* MinValue */
  6583                   "\035\000\000\000\000\000\000\000\001",
  6584                   /* MaxValue */
  6585                   "\031\000\000\000\000\000\000\000\357",
  6586                   /* MappingStrings */
  6587                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxDomainID\000",
  6588                   /* ModelCorrespondence */
  6589                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6590                   0,
  6591               };
  6592               
  6593 mike  1.1.2.1 static MetaProperty
  6594               _CIM_FCSwitchCapabilities_MaxDomainID =
  6595               {
  6596                   /* flags */
  6597                   META_FLAG_PROPERTY|META_FLAG_READ,
  6598                   /* name */
  6599                   "MaxDomainID",
  6600                   /* qualifiers */
  6601                   _CIM_FCSwitchCapabilities_MaxDomainID_qualifiers,
  6602                   /* type */
  6603                   CIMTYPE_UINT8,
  6604                   /* subscript */
  6605                   -1,
  6606                   /* value */
  6607                   0,
  6608               };
  6609               
  6610               static const char*
  6611               _CIM_FCSwitchCapabilities_DomainIDLockedSupported_qualifiers[] =
  6612               {
  6613                   /* MappingStrings */
  6614 mike  1.1.2.1     "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditDomainIDLocked\000",
  6615                   /* ModelCorrespondence */
  6616                   "\036\000\001CIM_FCSwitchSettings.DomainIDLocked\000",
  6617                   0,
  6618               };
  6619               
  6620               static MetaProperty
  6621               _CIM_FCSwitchCapabilities_DomainIDLockedSupported =
  6622               {
  6623                   /* flags */
  6624                   META_FLAG_PROPERTY|META_FLAG_READ,
  6625                   /* name */
  6626                   "DomainIDLockedSupported",
  6627                   /* qualifiers */
  6628                   _CIM_FCSwitchCapabilities_DomainIDLockedSupported_qualifiers,
  6629                   /* type */
  6630                   CIMTYPE_BOOLEAN,
  6631                   /* subscript */
  6632                   -1,
  6633                   /* value */
  6634                   0,
  6635 mike  1.1.2.1 };
  6636               
  6637               static const char*
  6638               _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported_qualifiers[] =
  6639               {
  6640                   /* ValueMap */
  6641                   "\061\000\0042\0003\0004\0005\000",
  6642                   /* Values */
  6643                   "\062\000\004Principal\000Subordinate\000Any\000Not Applicable\000",
  6644                   /* MappingStrings */
  6645                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|SupportedSwitchPriorities\000",
  6646                   /* ModelCorrespondence */
  6647                   "\036\000\001CIM_FCSwitchSettings.PrincipalPriority\000",
  6648                   0,
  6649               };
  6650               
  6651               static MetaProperty
  6652               _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported =
  6653               {
  6654                   /* flags */
  6655                   META_FLAG_PROPERTY|META_FLAG_READ,
  6656 mike  1.1.2.1     /* name */
  6657                   "PrincipalPrioritiesSupported",
  6658                   /* qualifiers */
  6659                   _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported_qualifiers,
  6660                   /* type */
  6661                   CIMTYPE_UINT16,
  6662                   /* subscript */
  6663                   0,
  6664                   /* value */
  6665                   0,
  6666               };
  6667               
  6668               static MetaFeature*
  6669               _CIM_FCSwitchCapabilities_features[] =
  6670               {
  6671                   (MetaFeature*)&_CIM_FCSwitchCapabilities_DomainIDConfigureable,
  6672                   (MetaFeature*)&_CIM_FCSwitchCapabilities_MinDomainID,
  6673                   (MetaFeature*)&_CIM_FCSwitchCapabilities_MaxDomainID,
  6674                   (MetaFeature*)&_CIM_FCSwitchCapabilities_DomainIDLockedSupported,
  6675                   (MetaFeature*)&_CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported,
  6676                   0,
  6677 mike  1.1.2.1 };
  6678               
  6679               static const char*
  6680               __root_cimv2_CIM_FCSwitchCapabilities_qualifiers[] =
  6681               {
  6682                   /* UMLPackagePath */
  6683                   "\057CIM::Device::FC",
  6684                   /* Version */
  6685                   "\0632.11.0",
  6686                   0,
  6687               };
  6688               
  6689               MetaClass
  6690               __root_cimv2_CIM_FCSwitchCapabilities =
  6691               {
  6692                   /* flags */
  6693                   META_FLAG_CLASS,
  6694                   /* name */
  6695                   "CIM_FCSwitchCapabilities",
  6696                   /* qualifiers */
  6697                   __root_cimv2_CIM_FCSwitchCapabilities_qualifiers,
  6698 mike  1.1.2.1     /* super */
  6699                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
  6700                   /* features */
  6701                   _CIM_FCSwitchCapabilities_features,
  6702               };
  6703               
  6704               //==============================================================================
  6705               //
  6706               // Class: CIM_FileSystemCapabilities
  6707               //
  6708               //==============================================================================
  6709               
  6710               static const char*
  6711               _CIM_FileSystemCapabilities_SupportedPersistenceTypes_qualifiers[] =
  6712               {
  6713                   /* ValueMap */
  6714                   "\061\000\0041\0002\0003\0004\000",
  6715                   /* Values */
  6716                   "\062\000\004Other\000Persistent\000Temporary\000External\000",
  6717                   /* ArrayType */
  6718                   "\005Indexed",
  6719 mike  1.1.2.1     /* ModelCorrespondence */
  6720                   "\036\000\002CIM_FileSystemCapabilities.SupportedPersistenceTypes\000CIM_FileSystem.PersistenceType\000",
  6721                   0,
  6722               };
  6723               
  6724               static MetaProperty
  6725               _CIM_FileSystemCapabilities_SupportedPersistenceTypes =
  6726               {
  6727                   /* flags */
  6728                   META_FLAG_PROPERTY|META_FLAG_READ,
  6729                   /* name */
  6730                   "SupportedPersistenceTypes",
  6731                   /* qualifiers */
  6732                   _CIM_FileSystemCapabilities_SupportedPersistenceTypes_qualifiers,
  6733                   /* type */
  6734                   CIMTYPE_UINT16,
  6735                   /* subscript */
  6736                   0,
  6737                   /* value */
  6738                   0,
  6739               };
  6740 mike  1.1.2.1 
  6741               static const char*
  6742               _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes_qualifiers[] =
  6743               {
  6744                   /* ArrayType */
  6745                   "\005Indexed",
  6746                   /* ModelCorrespondence */
  6747                   "\036\000\002CIM_FileSystemCapabilities.SupportedPersistenceTypes\000CIM_FileSystem.OtherPersistenceType\000",
  6748                   0,
  6749               };
  6750               
  6751               static MetaProperty
  6752               _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes =
  6753               {
  6754                   /* flags */
  6755                   META_FLAG_PROPERTY|META_FLAG_READ,
  6756                   /* name */
  6757                   "SupportedOtherPersistenceTypes",
  6758                   /* qualifiers */
  6759                   _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes_qualifiers,
  6760                   /* type */
  6761 mike  1.1.2.1     CIMTYPE_STRING,
  6762                   /* subscript */
  6763                   0,
  6764                   /* value */
  6765                   0,
  6766               };
  6767               
  6768               static MetaFeature*
  6769               _CIM_FileSystemCapabilities_features[] =
  6770               {
  6771                   (MetaFeature*)&_CIM_FileSystemCapabilities_SupportedPersistenceTypes,
  6772                   (MetaFeature*)&_CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes,
  6773                   0,
  6774               };
  6775               
  6776               static const char*
  6777               __root_cimv2_CIM_FileSystemCapabilities_qualifiers[] =
  6778               {
  6779                   /* UMLPackagePath */
  6780                   "\057CIM::System::FilesystemServices",
  6781                   /* Version */
  6782 mike  1.1.2.1     "\0632.8.0",
  6783                   0,
  6784               };
  6785               
  6786               MetaClass
  6787               __root_cimv2_CIM_FileSystemCapabilities =
  6788               {
  6789                   /* flags */
  6790                   META_FLAG_CLASS,
  6791                   /* name */
  6792                   "CIM_FileSystemCapabilities",
  6793                   /* qualifiers */
  6794                   __root_cimv2_CIM_FileSystemCapabilities_qualifiers,
  6795                   /* super */
  6796                   &__root_cimv2_CIM_Capabilities,
  6797                   /* features */
  6798                   _CIM_FileSystemCapabilities_features,
  6799               };
  6800               
  6801               //==============================================================================
  6802               //
  6803 mike  1.1.2.1 // Class: CIM_FRU
  6804               //
  6805               //==============================================================================
  6806               
  6807               static const char*
  6808               _CIM_FRU_FRUNumber_qualifiers[] =
  6809               {
  6810                   /* Key */
  6811                   "\025\001",
  6812                   /* MaxLen */
  6813                   "\030\000\000\000\100",
  6814                   /* MappingStrings */
  6815                   "\026\000\001MIF.DMTF|FRU|002.6\000",
  6816                   0,
  6817               };
  6818               
  6819               static MetaProperty
  6820               _CIM_FRU_FRUNumber =
  6821               {
  6822                   /* flags */
  6823                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6824 mike  1.1.2.1     /* name */
  6825                   "FRUNumber",
  6826                   /* qualifiers */
  6827                   _CIM_FRU_FRUNumber_qualifiers,
  6828                   /* type */
  6829                   CIMTYPE_STRING,
  6830                   /* subscript */
  6831                   -1,
  6832                   /* value */
  6833                   0,
  6834               };
  6835               
  6836               static const char*
  6837               _CIM_FRU_IdentifyingNumber_qualifiers[] =
  6838               {
  6839                   /* Key */
  6840                   "\025\001",
  6841                   /* MaxLen */
  6842                   "\030\000\000\000\100",
  6843                   /* MappingStrings */
  6844                   "\026\000\001MIF.DMTF|FRU|002.7\000",
  6845 mike  1.1.2.1     0,
  6846               };
  6847               
  6848               static MetaProperty
  6849               _CIM_FRU_IdentifyingNumber =
  6850               {
  6851                   /* flags */
  6852                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6853                   /* name */
  6854                   "IdentifyingNumber",
  6855                   /* qualifiers */
  6856                   _CIM_FRU_IdentifyingNumber_qualifiers,
  6857                   /* type */
  6858                   CIMTYPE_STRING,
  6859                   /* subscript */
  6860                   -1,
  6861                   /* value */
  6862                   0,
  6863               };
  6864               
  6865               static const char*
  6866 mike  1.1.2.1 _CIM_FRU_Vendor_qualifiers[] =
  6867               {
  6868                   /* Key */
  6869                   "\025\001",
  6870                   /* MaxLen */
  6871                   "\030\000\000\001\000",
  6872                   /* MappingStrings */
  6873                   "\026\000\001MIF.DMTF|FRU|002.4\000",
  6874                   0,
  6875               };
  6876               
  6877               static MetaProperty
  6878               _CIM_FRU_Vendor =
  6879               {
  6880                   /* flags */
  6881                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6882                   /* name */
  6883                   "Vendor",
  6884                   /* qualifiers */
  6885                   _CIM_FRU_Vendor_qualifiers,
  6886                   /* type */
  6887 mike  1.1.2.1     CIMTYPE_STRING,
  6888                   /* subscript */
  6889                   -1,
  6890                   /* value */
  6891                   0,
  6892               };
  6893               
  6894               static const char*
  6895               _CIM_FRU_Description_qualifiers[] =
  6896               {
  6897                   /* Override */
  6898                   "\044Description",
  6899                   /* MappingStrings */
  6900                   "\026\000\001MIF.DMTF|FRU|002.3\000",
  6901                   0,
  6902               };
  6903               
  6904               static MetaProperty
  6905               _CIM_FRU_Description =
  6906               {
  6907                   /* flags */
  6908 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  6909                   /* name */
  6910                   "Description",
  6911                   /* qualifiers */
  6912                   _CIM_FRU_Description_qualifiers,
  6913                   /* type */
  6914                   CIMTYPE_STRING,
  6915                   /* subscript */
  6916                   -1,
  6917                   /* value */
  6918                   0,
  6919               };
  6920               
  6921               static const char*
  6922               _CIM_FRU_Name_qualifiers[] =
  6923               {
  6924                   /* MaxLen */
  6925                   "\030\000\000\001\000",
  6926                   0,
  6927               };
  6928               
  6929 mike  1.1.2.1 static MetaProperty
  6930               _CIM_FRU_Name =
  6931               {
  6932                   /* flags */
  6933                   META_FLAG_PROPERTY|META_FLAG_READ,
  6934                   /* name */
  6935                   "Name",
  6936                   /* qualifiers */
  6937                   _CIM_FRU_Name_qualifiers,
  6938                   /* type */
  6939                   CIMTYPE_STRING,
  6940                   /* subscript */
  6941                   -1,
  6942                   /* value */
  6943                   0,
  6944               };
  6945               
  6946               static const char*
  6947               _CIM_FRU_RevisionLevel_qualifiers[] =
  6948               {
  6949                   /* MaxLen */
  6950 mike  1.1.2.1     "\030\000\000\000\100",
  6951                   /* MappingStrings */
  6952                   "\026\000\001MIF.DMTF|FRU|002.8\000",
  6953                   0,
  6954               };
  6955               
  6956               static MetaProperty
  6957               _CIM_FRU_RevisionLevel =
  6958               {
  6959                   /* flags */
  6960                   META_FLAG_PROPERTY|META_FLAG_READ,
  6961                   /* name */
  6962                   "RevisionLevel",
  6963                   /* qualifiers */
  6964                   _CIM_FRU_RevisionLevel_qualifiers,
  6965                   /* type */
  6966                   CIMTYPE_STRING,
  6967                   /* subscript */
  6968                   -1,
  6969                   /* value */
  6970                   0,
  6971 mike  1.1.2.1 };
  6972               
  6973               static const char*
  6974               _CIM_FRU_CustomerReplaceable_qualifiers[] =
  6975               {
  6976                   0,
  6977               };
  6978               
  6979               static MetaProperty
  6980               _CIM_FRU_CustomerReplaceable =
  6981               {
  6982                   /* flags */
  6983                   META_FLAG_PROPERTY|META_FLAG_READ,
  6984                   /* name */
  6985                   "CustomerReplaceable",
  6986                   /* qualifiers */
  6987                   _CIM_FRU_CustomerReplaceable_qualifiers,
  6988                   /* type */
  6989                   CIMTYPE_BOOLEAN,
  6990                   /* subscript */
  6991                   -1,
  6992 mike  1.1.2.1     /* value */
  6993                   0,
  6994               };
  6995               
  6996               static MetaFeature*
  6997               _CIM_FRU_features[] =
  6998               {
  6999                   (MetaFeature*)&_CIM_FRU_FRUNumber,
  7000                   (MetaFeature*)&_CIM_FRU_IdentifyingNumber,
  7001                   (MetaFeature*)&_CIM_FRU_Vendor,
  7002                   (MetaFeature*)&_CIM_FRU_Description,
  7003                   (MetaFeature*)&_CIM_FRU_Name,
  7004                   (MetaFeature*)&_CIM_FRU_RevisionLevel,
  7005                   (MetaFeature*)&_CIM_FRU_CustomerReplaceable,
  7006                   0,
  7007               };
  7008               
  7009               static const char*
  7010               __root_cimv2_CIM_FRU_qualifiers[] =
  7011               {
  7012                   /* UMLPackagePath */
  7013 mike  1.1.2.1     "\057CIM::Core::ProductFRU",
  7014                   /* Version */
  7015                   "\0632.6.0",
  7016                   0,
  7017               };
  7018               
  7019               MetaClass
  7020               __root_cimv2_CIM_FRU =
  7021               {
  7022                   /* flags */
  7023                   META_FLAG_CLASS,
  7024                   /* name */
  7025                   "CIM_FRU",
  7026                   /* qualifiers */
  7027                   __root_cimv2_CIM_FRU_qualifiers,
  7028                   /* super */
  7029                   &__root_cimv2_CIM_ManagedElement,
  7030                   /* features */
  7031                   _CIM_FRU_features,
  7032               };
  7033               
  7034 mike  1.1.2.1 //==============================================================================
  7035               //
  7036               // Class: CIM_Group
  7037               //
  7038               //==============================================================================
  7039               
  7040               static const char*
  7041               _CIM_Group_CreationClassName_qualifiers[] =
  7042               {
  7043                   /* Key */
  7044                   "\025\001",
  7045                   /* MaxLen */
  7046                   "\030\000\000\001\000",
  7047                   0,
  7048               };
  7049               
  7050               static MetaProperty
  7051               _CIM_Group_CreationClassName =
  7052               {
  7053                   /* flags */
  7054                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7055 mike  1.1.2.1     /* name */
  7056                   "CreationClassName",
  7057                   /* qualifiers */
  7058                   _CIM_Group_CreationClassName_qualifiers,
  7059                   /* type */
  7060                   CIMTYPE_STRING,
  7061                   /* subscript */
  7062                   -1,
  7063                   /* value */
  7064                   0,
  7065               };
  7066               
  7067               static const char*
  7068               _CIM_Group_Name_qualifiers[] =
  7069               {
  7070                   /* Key */
  7071                   "\025\001",
  7072                   /* MaxLen */
  7073                   "\030\000\000\004\000",
  7074                   0,
  7075               };
  7076 mike  1.1.2.1 
  7077               static MetaProperty
  7078               _CIM_Group_Name =
  7079               {
  7080                   /* flags */
  7081                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7082                   /* name */
  7083                   "Name",
  7084                   /* qualifiers */
  7085                   _CIM_Group_Name_qualifiers,
  7086                   /* type */
  7087                   CIMTYPE_STRING,
  7088                   /* subscript */
  7089                   -1,
  7090                   /* value */
  7091                   0,
  7092               };
  7093               
  7094               static const char*
  7095               _CIM_Group_BusinessCategory_qualifiers[] =
  7096               {
  7097 mike  1.1.2.1     /* MaxLen */
  7098                   "\030\000\000\000\200",
  7099                   0,
  7100               };
  7101               
  7102               static MetaProperty
  7103               _CIM_Group_BusinessCategory =
  7104               {
  7105                   /* flags */
  7106                   META_FLAG_PROPERTY|META_FLAG_READ,
  7107                   /* name */
  7108                   "BusinessCategory",
  7109                   /* qualifiers */
  7110                   _CIM_Group_BusinessCategory_qualifiers,
  7111                   /* type */
  7112                   CIMTYPE_STRING,
  7113                   /* subscript */
  7114                   -1,
  7115                   /* value */
  7116                   0,
  7117               };
  7118 mike  1.1.2.1 
  7119               static const char*
  7120               _CIM_Group_CommonName_qualifiers[] =
  7121               {
  7122                   /* Required */
  7123                   "\050\001",
  7124                   0,
  7125               };
  7126               
  7127               static MetaProperty
  7128               _CIM_Group_CommonName =
  7129               {
  7130                   /* flags */
  7131                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7132                   /* name */
  7133                   "CommonName",
  7134                   /* qualifiers */
  7135                   _CIM_Group_CommonName_qualifiers,
  7136                   /* type */
  7137                   CIMTYPE_STRING,
  7138                   /* subscript */
  7139 mike  1.1.2.1     -1,
  7140                   /* value */
  7141                   0,
  7142               };
  7143               
  7144               static MetaFeature*
  7145               _CIM_Group_features[] =
  7146               {
  7147                   (MetaFeature*)&_CIM_Group_CreationClassName,
  7148                   (MetaFeature*)&_CIM_Group_Name,
  7149                   (MetaFeature*)&_CIM_Group_BusinessCategory,
  7150                   (MetaFeature*)&_CIM_Group_CommonName,
  7151                   0,
  7152               };
  7153               
  7154               static const char*
  7155               __root_cimv2_CIM_Group_qualifiers[] =
  7156               {
  7157                   /* UMLPackagePath */
  7158                   "\057CIM::User::Group",
  7159                   /* Version */
  7160 mike  1.1.2.1     "\0632.6.0",
  7161                   /* MappingStrings */
  7162                   "\026\000\001RFC2407.IETF|Section 7.10 GroupOfNames\000",
  7163                   0,
  7164               };
  7165               
  7166               MetaClass
  7167               __root_cimv2_CIM_Group =
  7168               {
  7169                   /* flags */
  7170                   META_FLAG_CLASS,
  7171                   /* name */
  7172                   "CIM_Group",
  7173                   /* qualifiers */
  7174                   __root_cimv2_CIM_Group_qualifiers,
  7175                   /* super */
  7176                   &__root_cimv2_CIM_Collection,
  7177                   /* features */
  7178                   _CIM_Group_features,
  7179               };
  7180               
  7181 mike  1.1.2.1 //==============================================================================
  7182               //
  7183               // Class: CIM_HostedDependency
  7184               //
  7185               //==============================================================================
  7186               
  7187               static const char*
  7188               _CIM_HostedDependency_Antecedent_qualifiers[] =
  7189               {
  7190                   /* Override */
  7191                   "\044Antecedent",
  7192                   /* Max */
  7193                   "\027\000\000\000\001",
  7194                   0,
  7195               };
  7196               
  7197               static MetaReference
  7198               _CIM_HostedDependency_Antecedent =
  7199               {
  7200                   /* flags */
  7201                   META_FLAG_REFERENCE|META_FLAG_READ,
  7202 mike  1.1.2.1     /* name */
  7203                   "Antecedent",
  7204                   /* qualifiers */
  7205                   _CIM_HostedDependency_Antecedent_qualifiers,
  7206                   /* subscript */
  7207                   -1,
  7208                   /* refId */
  7209                   &__root_cimv2_CIM_ManagedElement,
  7210               };
  7211               
  7212               static const char*
  7213               _CIM_HostedDependency_Dependent_qualifiers[] =
  7214               {
  7215                   /* Override */
  7216                   "\044Dependent",
  7217                   0,
  7218               };
  7219               
  7220               static MetaReference
  7221               _CIM_HostedDependency_Dependent =
  7222               {
  7223 mike  1.1.2.1     /* flags */
  7224                   META_FLAG_REFERENCE|META_FLAG_READ,
  7225                   /* name */
  7226                   "Dependent",
  7227                   /* qualifiers */
  7228                   _CIM_HostedDependency_Dependent_qualifiers,
  7229                   /* subscript */
  7230                   -1,
  7231                   /* refId */
  7232                   &__root_cimv2_CIM_ManagedElement,
  7233               };
  7234               
  7235               static MetaFeature*
  7236               _CIM_HostedDependency_features[] =
  7237               {
  7238                   (MetaFeature*)&_CIM_HostedDependency_Antecedent,
  7239                   (MetaFeature*)&_CIM_HostedDependency_Dependent,
  7240                   0,
  7241               };
  7242               
  7243               static const char*
  7244 mike  1.1.2.1 __root_cimv2_CIM_HostedDependency_qualifiers[] =
  7245               {
  7246                   /* ASSOCIATION */
  7247                   "\000\001",
  7248                   /* UMLPackagePath */
  7249                   "\057CIM::Core::CoreElements",
  7250                   /* Version */
  7251                   "\0632.8.0",
  7252                   0,
  7253               };
  7254               
  7255               MetaClass
  7256               __root_cimv2_CIM_HostedDependency =
  7257               {
  7258                   /* flags */
  7259                   META_FLAG_ASSOCIATION,
  7260                   /* name */
  7261                   "CIM_HostedDependency",
  7262                   /* qualifiers */
  7263                   __root_cimv2_CIM_HostedDependency_qualifiers,
  7264                   /* super */
  7265 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
  7266                   /* features */
  7267                   _CIM_HostedDependency_features,
  7268               };
  7269               
  7270               //==============================================================================
  7271               //
  7272               // Class: CIM_Identity
  7273               //
  7274               //==============================================================================
  7275               
  7276               static const char*
  7277               _CIM_Identity_InstanceID_qualifiers[] =
  7278               {
  7279                   /* Key */
  7280                   "\025\001",
  7281                   0,
  7282               };
  7283               
  7284               static MetaProperty
  7285               _CIM_Identity_InstanceID =
  7286 mike  1.1.2.1 {
  7287                   /* flags */
  7288                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7289                   /* name */
  7290                   "InstanceID",
  7291                   /* qualifiers */
  7292                   _CIM_Identity_InstanceID_qualifiers,
  7293                   /* type */
  7294                   CIMTYPE_STRING,
  7295                   /* subscript */
  7296                   -1,
  7297                   /* value */
  7298                   0,
  7299               };
  7300               
  7301               static const char*
  7302               _CIM_Identity_CurrentlyAuthenticated_qualifiers[] =
  7303               {
  7304                   0,
  7305               };
  7306               
  7307 mike  1.1.2.1 static MetaProperty
  7308               _CIM_Identity_CurrentlyAuthenticated =
  7309               {
  7310                   /* flags */
  7311                   META_FLAG_PROPERTY|META_FLAG_READ,
  7312                   /* name */
  7313                   "CurrentlyAuthenticated",
  7314                   /* qualifiers */
  7315                   _CIM_Identity_CurrentlyAuthenticated_qualifiers,
  7316                   /* type */
  7317                   CIMTYPE_BOOLEAN,
  7318                   /* subscript */
  7319                   -1,
  7320                   /* value */
  7321                   "\000",
  7322               };
  7323               
  7324               static MetaFeature*
  7325               _CIM_Identity_features[] =
  7326               {
  7327                   (MetaFeature*)&_CIM_Identity_InstanceID,
  7328 mike  1.1.2.1     (MetaFeature*)&_CIM_Identity_CurrentlyAuthenticated,
  7329                   0,
  7330               };
  7331               
  7332               static const char*
  7333               __root_cimv2_CIM_Identity_qualifiers[] =
  7334               {
  7335                   /* UMLPackagePath */
  7336                   "\057CIM::User::Identity",
  7337                   /* Version */
  7338                   "\0632.8.0",
  7339                   0,
  7340               };
  7341               
  7342               MetaClass
  7343               __root_cimv2_CIM_Identity =
  7344               {
  7345                   /* flags */
  7346                   META_FLAG_CLASS,
  7347                   /* name */
  7348                   "CIM_Identity",
  7349 mike  1.1.2.1     /* qualifiers */
  7350                   __root_cimv2_CIM_Identity_qualifiers,
  7351                   /* super */
  7352                   &__root_cimv2_CIM_ManagedElement,
  7353                   /* features */
  7354                   _CIM_Identity_features,
  7355               };
  7356               
  7357               //==============================================================================
  7358               //
  7359               // Class: CIM_IdentityContext
  7360               //
  7361               //==============================================================================
  7362               
  7363               static const char*
  7364               _CIM_IdentityContext_ElementInContext_qualifiers[] =
  7365               {
  7366                   /* Key */
  7367                   "\025\001",
  7368                   0,
  7369               };
  7370 mike  1.1.2.1 
  7371               static MetaReference
  7372               _CIM_IdentityContext_ElementInContext =
  7373               {
  7374                   /* flags */
  7375                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  7376                   /* name */
  7377                   "ElementInContext",
  7378                   /* qualifiers */
  7379                   _CIM_IdentityContext_ElementInContext_qualifiers,
  7380                   /* subscript */
  7381                   -1,
  7382                   /* refId */
  7383                   &__root_cimv2_CIM_Identity,
  7384               };
  7385               
  7386               static const char*
  7387               _CIM_IdentityContext_ElementProvidingContext_qualifiers[] =
  7388               {
  7389                   /* Key */
  7390                   "\025\001",
  7391 mike  1.1.2.1     0,
  7392               };
  7393               
  7394               static MetaReference
  7395               _CIM_IdentityContext_ElementProvidingContext =
  7396               {
  7397                   /* flags */
  7398                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  7399                   /* name */
  7400                   "ElementProvidingContext",
  7401                   /* qualifiers */
  7402                   _CIM_IdentityContext_ElementProvidingContext_qualifiers,
  7403                   /* subscript */
  7404                   -1,
  7405                   /* refId */
  7406                   &__root_cimv2_CIM_ManagedElement,
  7407               };
  7408               
  7409               static MetaFeature*
  7410               _CIM_IdentityContext_features[] =
  7411               {
  7412 mike  1.1.2.1     (MetaFeature*)&_CIM_IdentityContext_ElementInContext,
  7413                   (MetaFeature*)&_CIM_IdentityContext_ElementProvidingContext,
  7414                   0,
  7415               };
  7416               
  7417               static const char*
  7418               __root_cimv2_CIM_IdentityContext_qualifiers[] =
  7419               {
  7420                   /* ASSOCIATION */
  7421                   "\000\001",
  7422                   /* UMLPackagePath */
  7423                   "\057CIM::User::Identity",
  7424                   /* Version */
  7425                   "\0632.8.1000",
  7426                   0,
  7427               };
  7428               
  7429               MetaClass
  7430               __root_cimv2_CIM_IdentityContext =
  7431               {
  7432                   /* flags */
  7433 mike  1.1.2.1     META_FLAG_ASSOCIATION,
  7434                   /* name */
  7435                   "CIM_IdentityContext",
  7436                   /* qualifiers */
  7437                   __root_cimv2_CIM_IdentityContext_qualifiers,
  7438                   /* super */
  7439                   0,
  7440                   /* features */
  7441                   _CIM_IdentityContext_features,
  7442               };
  7443               
  7444               //==============================================================================
  7445               //
  7446               // Class: CIM_IndicationFilter
  7447               //
  7448               //==============================================================================
  7449               
  7450               static const char*
  7451               _CIM_IndicationFilter_SystemCreationClassName_qualifiers[] =
  7452               {
  7453                   /* Key */
  7454 mike  1.1.2.1     "\025\001",
  7455                   /* MaxLen */
  7456                   "\030\000\000\001\000",
  7457                   0,
  7458               };
  7459               
  7460               static MetaProperty
  7461               _CIM_IndicationFilter_SystemCreationClassName =
  7462               {
  7463                   /* flags */
  7464                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7465                   /* name */
  7466                   "SystemCreationClassName",
  7467                   /* qualifiers */
  7468                   _CIM_IndicationFilter_SystemCreationClassName_qualifiers,
  7469                   /* type */
  7470                   CIMTYPE_STRING,
  7471                   /* subscript */
  7472                   -1,
  7473                   /* value */
  7474                   0,
  7475 mike  1.1.2.1 };
  7476               
  7477               static const char*
  7478               _CIM_IndicationFilter_SystemName_qualifiers[] =
  7479               {
  7480                   /* Key */
  7481                   "\025\001",
  7482                   /* MaxLen */
  7483                   "\030\000\000\001\000",
  7484                   0,
  7485               };
  7486               
  7487               static MetaProperty
  7488               _CIM_IndicationFilter_SystemName =
  7489               {
  7490                   /* flags */
  7491                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7492                   /* name */
  7493                   "SystemName",
  7494                   /* qualifiers */
  7495                   _CIM_IndicationFilter_SystemName_qualifiers,
  7496 mike  1.1.2.1     /* type */
  7497                   CIMTYPE_STRING,
  7498                   /* subscript */
  7499                   -1,
  7500                   /* value */
  7501                   0,
  7502               };
  7503               
  7504               static const char*
  7505               _CIM_IndicationFilter_CreationClassName_qualifiers[] =
  7506               {
  7507                   /* Key */
  7508                   "\025\001",
  7509                   /* MaxLen */
  7510                   "\030\000\000\001\000",
  7511                   0,
  7512               };
  7513               
  7514               static MetaProperty
  7515               _CIM_IndicationFilter_CreationClassName =
  7516               {
  7517 mike  1.1.2.1     /* flags */
  7518                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7519                   /* name */
  7520                   "CreationClassName",
  7521                   /* qualifiers */
  7522                   _CIM_IndicationFilter_CreationClassName_qualifiers,
  7523                   /* type */
  7524                   CIMTYPE_STRING,
  7525                   /* subscript */
  7526                   -1,
  7527                   /* value */
  7528                   0,
  7529               };
  7530               
  7531               static const char*
  7532               _CIM_IndicationFilter_Name_qualifiers[] =
  7533               {
  7534                   /* Key */
  7535                   "\025\001",
  7536                   0,
  7537               };
  7538 mike  1.1.2.1 
  7539               static MetaProperty
  7540               _CIM_IndicationFilter_Name =
  7541               {
  7542                   /* flags */
  7543                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7544                   /* name */
  7545                   "Name",
  7546                   /* qualifiers */
  7547                   _CIM_IndicationFilter_Name_qualifiers,
  7548                   /* type */
  7549                   CIMTYPE_STRING,
  7550                   /* subscript */
  7551                   -1,
  7552                   /* value */
  7553                   0,
  7554               };
  7555               
  7556               static const char*
  7557               _CIM_IndicationFilter_SourceNamespace_qualifiers[] =
  7558               {
  7559 mike  1.1.2.1     0,
  7560               };
  7561               
  7562               static MetaProperty
  7563               _CIM_IndicationFilter_SourceNamespace =
  7564               {
  7565                   /* flags */
  7566                   META_FLAG_PROPERTY|META_FLAG_READ,
  7567                   /* name */
  7568                   "SourceNamespace",
  7569                   /* qualifiers */
  7570                   _CIM_IndicationFilter_SourceNamespace_qualifiers,
  7571                   /* type */
  7572                   CIMTYPE_STRING,
  7573                   /* subscript */
  7574                   -1,
  7575                   /* value */
  7576                   0,
  7577               };
  7578               
  7579               static const char*
  7580 mike  1.1.2.1 _CIM_IndicationFilter_Query_qualifiers[] =
  7581               {
  7582                   /* Required */
  7583                   "\050\001",
  7584                   /* ModelCorrespondence */
  7585                   "\036\000\001CIM_IndicationFilter.QueryLanguage\000",
  7586                   0,
  7587               };
  7588               
  7589               static MetaProperty
  7590               _CIM_IndicationFilter_Query =
  7591               {
  7592                   /* flags */
  7593                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7594                   /* name */
  7595                   "Query",
  7596                   /* qualifiers */
  7597                   _CIM_IndicationFilter_Query_qualifiers,
  7598                   /* type */
  7599                   CIMTYPE_STRING,
  7600                   /* subscript */
  7601 mike  1.1.2.1     -1,
  7602                   /* value */
  7603                   0,
  7604               };
  7605               
  7606               static const char*
  7607               _CIM_IndicationFilter_QueryLanguage_qualifiers[] =
  7608               {
  7609                   /* Required */
  7610                   "\050\001",
  7611                   /* ModelCorrespondence */
  7612                   "\036\000\001CIM_IndicationFilter.Query\000",
  7613                   0,
  7614               };
  7615               
  7616               static MetaProperty
  7617               _CIM_IndicationFilter_QueryLanguage =
  7618               {
  7619                   /* flags */
  7620                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7621                   /* name */
  7622 mike  1.1.2.1     "QueryLanguage",
  7623                   /* qualifiers */
  7624                   _CIM_IndicationFilter_QueryLanguage_qualifiers,
  7625                   /* type */
  7626                   CIMTYPE_STRING,
  7627                   /* subscript */
  7628                   -1,
  7629                   /* value */
  7630                   0,
  7631               };
  7632               
  7633               static MetaFeature*
  7634               _CIM_IndicationFilter_features[] =
  7635               {
  7636                   (MetaFeature*)&_CIM_IndicationFilter_SystemCreationClassName,
  7637                   (MetaFeature*)&_CIM_IndicationFilter_SystemName,
  7638                   (MetaFeature*)&_CIM_IndicationFilter_CreationClassName,
  7639                   (MetaFeature*)&_CIM_IndicationFilter_Name,
  7640                   (MetaFeature*)&_CIM_IndicationFilter_SourceNamespace,
  7641                   (MetaFeature*)&_CIM_IndicationFilter_Query,
  7642                   (MetaFeature*)&_CIM_IndicationFilter_QueryLanguage,
  7643 mike  1.1.2.1     0,
  7644               };
  7645               
  7646               static const char*
  7647               __root_cimv2_CIM_IndicationFilter_qualifiers[] =
  7648               {
  7649                   /* UMLPackagePath */
  7650                   "\057CIM::Event",
  7651                   /* Version */
  7652                   "\0632.12.0",
  7653                   0,
  7654               };
  7655               
  7656               MetaClass
  7657               __root_cimv2_CIM_IndicationFilter =
  7658               {
  7659                   /* flags */
  7660                   META_FLAG_CLASS,
  7661                   /* name */
  7662                   "CIM_IndicationFilter",
  7663                   /* qualifiers */
  7664 mike  1.1.2.1     __root_cimv2_CIM_IndicationFilter_qualifiers,
  7665                   /* super */
  7666                   &__root_cimv2_CIM_ManagedElement,
  7667                   /* features */
  7668                   _CIM_IndicationFilter_features,
  7669               };
  7670               
  7671               //==============================================================================
  7672               //
  7673               // Class: CIM_InstalledProduct
  7674               //
  7675               //==============================================================================
  7676               
  7677               static const char*
  7678               _CIM_InstalledProduct_ProductIdentifyingNumber_qualifiers[] =
  7679               {
  7680                   /* Key */
  7681                   "\025\001",
  7682                   /* Propagated */
  7683                   "\045CIM_Product.IdentifyingNumber",
  7684                   /* MaxLen */
  7685 mike  1.1.2.1     "\030\000\000\000\100",
  7686                   0,
  7687               };
  7688               
  7689               static MetaProperty
  7690               _CIM_InstalledProduct_ProductIdentifyingNumber =
  7691               {
  7692                   /* flags */
  7693                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7694                   /* name */
  7695                   "ProductIdentifyingNumber",
  7696                   /* qualifiers */
  7697                   _CIM_InstalledProduct_ProductIdentifyingNumber_qualifiers,
  7698                   /* type */
  7699                   CIMTYPE_STRING,
  7700                   /* subscript */
  7701                   -1,
  7702                   /* value */
  7703                   0,
  7704               };
  7705               
  7706 mike  1.1.2.1 static const char*
  7707               _CIM_InstalledProduct_ProductName_qualifiers[] =
  7708               {
  7709                   /* Key */
  7710                   "\025\001",
  7711                   /* Propagated */
  7712                   "\045CIM_Product.Name",
  7713                   /* MaxLen */
  7714                   "\030\000\000\001\000",
  7715                   0,
  7716               };
  7717               
  7718               static MetaProperty
  7719               _CIM_InstalledProduct_ProductName =
  7720               {
  7721                   /* flags */
  7722                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7723                   /* name */
  7724                   "ProductName",
  7725                   /* qualifiers */
  7726                   _CIM_InstalledProduct_ProductName_qualifiers,
  7727 mike  1.1.2.1     /* type */
  7728                   CIMTYPE_STRING,
  7729                   /* subscript */
  7730                   -1,
  7731                   /* value */
  7732                   0,
  7733               };
  7734               
  7735               static const char*
  7736               _CIM_InstalledProduct_ProductVendor_qualifiers[] =
  7737               {
  7738                   /* Key */
  7739                   "\025\001",
  7740                   /* Propagated */
  7741                   "\045CIM_Product.Vendor",
  7742                   /* MaxLen */
  7743                   "\030\000\000\001\000",
  7744                   0,
  7745               };
  7746               
  7747               static MetaProperty
  7748 mike  1.1.2.1 _CIM_InstalledProduct_ProductVendor =
  7749               {
  7750                   /* flags */
  7751                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7752                   /* name */
  7753                   "ProductVendor",
  7754                   /* qualifiers */
  7755                   _CIM_InstalledProduct_ProductVendor_qualifiers,
  7756                   /* type */
  7757                   CIMTYPE_STRING,
  7758                   /* subscript */
  7759                   -1,
  7760                   /* value */
  7761                   0,
  7762               };
  7763               
  7764               static const char*
  7765               _CIM_InstalledProduct_ProductVersion_qualifiers[] =
  7766               {
  7767                   /* Key */
  7768                   "\025\001",
  7769 mike  1.1.2.1     /* Propagated */
  7770                   "\045CIM_Product.Version",
  7771                   /* MaxLen */
  7772                   "\030\000\000\000\100",
  7773                   0,
  7774               };
  7775               
  7776               static MetaProperty
  7777               _CIM_InstalledProduct_ProductVersion =
  7778               {
  7779                   /* flags */
  7780                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7781                   /* name */
  7782                   "ProductVersion",
  7783                   /* qualifiers */
  7784                   _CIM_InstalledProduct_ProductVersion_qualifiers,
  7785                   /* type */
  7786                   CIMTYPE_STRING,
  7787                   /* subscript */
  7788                   -1,
  7789                   /* value */
  7790 mike  1.1.2.1     0,
  7791               };
  7792               
  7793               static const char*
  7794               _CIM_InstalledProduct_SystemID_qualifiers[] =
  7795               {
  7796                   /* Key */
  7797                   "\025\001",
  7798                   /* MaxLen */
  7799                   "\030\000\000\001\000",
  7800                   0,
  7801               };
  7802               
  7803               static MetaProperty
  7804               _CIM_InstalledProduct_SystemID =
  7805               {
  7806                   /* flags */
  7807                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7808                   /* name */
  7809                   "SystemID",
  7810                   /* qualifiers */
  7811 mike  1.1.2.1     _CIM_InstalledProduct_SystemID_qualifiers,
  7812                   /* type */
  7813                   CIMTYPE_STRING,
  7814                   /* subscript */
  7815                   -1,
  7816                   /* value */
  7817                   0,
  7818               };
  7819               
  7820               static const char*
  7821               _CIM_InstalledProduct_CollectionID_qualifiers[] =
  7822               {
  7823                   /* Key */
  7824                   "\025\001",
  7825                   /* MaxLen */
  7826                   "\030\000\000\001\000",
  7827                   0,
  7828               };
  7829               
  7830               static MetaProperty
  7831               _CIM_InstalledProduct_CollectionID =
  7832 mike  1.1.2.1 {
  7833                   /* flags */
  7834                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7835                   /* name */
  7836                   "CollectionID",
  7837                   /* qualifiers */
  7838                   _CIM_InstalledProduct_CollectionID_qualifiers,
  7839                   /* type */
  7840                   CIMTYPE_STRING,
  7841                   /* subscript */
  7842                   -1,
  7843                   /* value */
  7844                   0,
  7845               };
  7846               
  7847               static const char*
  7848               _CIM_InstalledProduct_Name_qualifiers[] =
  7849               {
  7850                   /* MaxLen */
  7851                   "\030\000\000\001\000",
  7852                   0,
  7853 mike  1.1.2.1 };
  7854               
  7855               static MetaProperty
  7856               _CIM_InstalledProduct_Name =
  7857               {
  7858                   /* flags */
  7859                   META_FLAG_PROPERTY|META_FLAG_READ,
  7860                   /* name */
  7861                   "Name",
  7862                   /* qualifiers */
  7863                   _CIM_InstalledProduct_Name_qualifiers,
  7864                   /* type */
  7865                   CIMTYPE_STRING,
  7866                   /* subscript */
  7867                   -1,
  7868                   /* value */
  7869                   0,
  7870               };
  7871               
  7872               static MetaFeature*
  7873               _CIM_InstalledProduct_features[] =
  7874 mike  1.1.2.1 {
  7875                   (MetaFeature*)&_CIM_InstalledProduct_ProductIdentifyingNumber,
  7876                   (MetaFeature*)&_CIM_InstalledProduct_ProductName,
  7877                   (MetaFeature*)&_CIM_InstalledProduct_ProductVendor,
  7878                   (MetaFeature*)&_CIM_InstalledProduct_ProductVersion,
  7879                   (MetaFeature*)&_CIM_InstalledProduct_SystemID,
  7880                   (MetaFeature*)&_CIM_InstalledProduct_CollectionID,
  7881                   (MetaFeature*)&_CIM_InstalledProduct_Name,
  7882                   0,
  7883               };
  7884               
  7885               static const char*
  7886               __root_cimv2_CIM_InstalledProduct_qualifiers[] =
  7887               {
  7888                   /* UMLPackagePath */
  7889                   "\057CIM::Application::InstalledProduct",
  7890                   /* Version */
  7891                   "\0632.6.0",
  7892                   0,
  7893               };
  7894               
  7895 mike  1.1.2.1 MetaClass
  7896               __root_cimv2_CIM_InstalledProduct =
  7897               {
  7898                   /* flags */
  7899                   META_FLAG_CLASS,
  7900                   /* name */
  7901                   "CIM_InstalledProduct",
  7902                   /* qualifiers */
  7903                   __root_cimv2_CIM_InstalledProduct_qualifiers,
  7904                   /* super */
  7905                   &__root_cimv2_CIM_Collection,
  7906                   /* features */
  7907                   _CIM_InstalledProduct_features,
  7908               };
  7909               
  7910               //==============================================================================
  7911               //
  7912               // Class: CIM_InstIndication
  7913               //
  7914               //==============================================================================
  7915               
  7916 mike  1.1.2.1 static const char*
  7917               _CIM_InstIndication_SourceInstance_qualifiers[] =
  7918               {
  7919                   /* Required */
  7920                   "\050\001",
  7921                   /* EmbeddedObject */
  7922                   "\020\001",
  7923                   0,
  7924               };
  7925               
  7926               static MetaProperty
  7927               _CIM_InstIndication_SourceInstance =
  7928               {
  7929                   /* flags */
  7930                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  7931                   /* name */
  7932                   "SourceInstance",
  7933                   /* qualifiers */
  7934                   _CIM_InstIndication_SourceInstance_qualifiers,
  7935                   /* type */
  7936                   CIMTYPE_STRING,
  7937 mike  1.1.2.1     /* subscript */
  7938                   -1,
  7939                   /* value */
  7940                   0,
  7941               };
  7942               
  7943               static const char*
  7944               _CIM_InstIndication_SourceInstanceModelPath_qualifiers[] =
  7945               {
  7946                   /* ModelCorrespondence */
  7947                   "\036\000\001CIM_InstIndication.SourceInstance\000",
  7948                   0,
  7949               };
  7950               
  7951               static MetaProperty
  7952               _CIM_InstIndication_SourceInstanceModelPath =
  7953               {
  7954                   /* flags */
  7955                   META_FLAG_PROPERTY|META_FLAG_READ,
  7956                   /* name */
  7957                   "SourceInstanceModelPath",
  7958 mike  1.1.2.1     /* qualifiers */
  7959                   _CIM_InstIndication_SourceInstanceModelPath_qualifiers,
  7960                   /* type */
  7961                   CIMTYPE_STRING,
  7962                   /* subscript */
  7963                   -1,
  7964                   /* value */
  7965                   0,
  7966               };
  7967               
  7968               static const char*
  7969               _CIM_InstIndication_SourceInstanceHost_qualifiers[] =
  7970               {
  7971                   /* ModelCorrespondence */
  7972                   "\036\000\001CIM_InstIndication.SourceInstance\000",
  7973                   0,
  7974               };
  7975               
  7976               static MetaProperty
  7977               _CIM_InstIndication_SourceInstanceHost =
  7978               {
  7979 mike  1.1.2.1     /* flags */
  7980                   META_FLAG_PROPERTY|META_FLAG_READ,
  7981                   /* name */
  7982                   "SourceInstanceHost",
  7983                   /* qualifiers */
  7984                   _CIM_InstIndication_SourceInstanceHost_qualifiers,
  7985                   /* type */
  7986                   CIMTYPE_STRING,
  7987                   /* subscript */
  7988                   -1,
  7989                   /* value */
  7990                   0,
  7991               };
  7992               
  7993               static MetaFeature*
  7994               _CIM_InstIndication_features[] =
  7995               {
  7996                   (MetaFeature*)&_CIM_InstIndication_SourceInstance,
  7997                   (MetaFeature*)&_CIM_InstIndication_SourceInstanceModelPath,
  7998                   (MetaFeature*)&_CIM_InstIndication_SourceInstanceHost,
  7999                   0,
  8000 mike  1.1.2.1 };
  8001               
  8002               static const char*
  8003               __root_cimv2_CIM_InstIndication_qualifiers[] =
  8004               {
  8005                   /* INDICATION */
  8006                   "\001\001",
  8007                   /* UMLPackagePath */
  8008                   "\057CIM::Event",
  8009                   /* Abstract */
  8010                   "\002\001",
  8011                   /* Version */
  8012                   "\0632.9.0",
  8013                   0,
  8014               };
  8015               
  8016               MetaClass
  8017               __root_cimv2_CIM_InstIndication =
  8018               {
  8019                   /* flags */
  8020                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  8021 mike  1.1.2.1     /* name */
  8022                   "CIM_InstIndication",
  8023                   /* qualifiers */
  8024                   __root_cimv2_CIM_InstIndication_qualifiers,
  8025                   /* super */
  8026                   &__root_cimv2_CIM_Indication,
  8027                   /* features */
  8028                   _CIM_InstIndication_features,
  8029               };
  8030               
  8031               //==============================================================================
  8032               //
  8033               // Class: CIM_InstMethodCall
  8034               //
  8035               //==============================================================================
  8036               
  8037               static const char*
  8038               _CIM_InstMethodCall_MethodName_qualifiers[] =
  8039               {
  8040                   /* Required */
  8041                   "\050\001",
  8042 mike  1.1.2.1     0,
  8043               };
  8044               
  8045               static MetaProperty
  8046               _CIM_InstMethodCall_MethodName =
  8047               {
  8048                   /* flags */
  8049                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8050                   /* name */
  8051                   "MethodName",
  8052                   /* qualifiers */
  8053                   _CIM_InstMethodCall_MethodName_qualifiers,
  8054                   /* type */
  8055                   CIMTYPE_STRING,
  8056                   /* subscript */
  8057                   -1,
  8058                   /* value */
  8059                   0,
  8060               };
  8061               
  8062               static const char*
  8063 mike  1.1.2.1 _CIM_InstMethodCall_MethodParameters_qualifiers[] =
  8064               {
  8065                   /* EmbeddedObject */
  8066                   "\020\001",
  8067                   0,
  8068               };
  8069               
  8070               static MetaProperty
  8071               _CIM_InstMethodCall_MethodParameters =
  8072               {
  8073                   /* flags */
  8074                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ,
  8075                   /* name */
  8076                   "MethodParameters",
  8077                   /* qualifiers */
  8078                   _CIM_InstMethodCall_MethodParameters_qualifiers,
  8079                   /* type */
  8080                   CIMTYPE_STRING,
  8081                   /* subscript */
  8082                   -1,
  8083                   /* value */
  8084 mike  1.1.2.1     0,
  8085               };
  8086               
  8087               static const char*
  8088               _CIM_InstMethodCall_ReturnValue_qualifiers[] =
  8089               {
  8090                   /* ModelCorrespondence */
  8091                   "\036\000\001CIM_InstMethodCall.PreCall\000",
  8092                   0,
  8093               };
  8094               
  8095               static MetaProperty
  8096               _CIM_InstMethodCall_ReturnValue =
  8097               {
  8098                   /* flags */
  8099                   META_FLAG_PROPERTY|META_FLAG_READ,
  8100                   /* name */
  8101                   "ReturnValue",
  8102                   /* qualifiers */
  8103                   _CIM_InstMethodCall_ReturnValue_qualifiers,
  8104                   /* type */
  8105 mike  1.1.2.1     CIMTYPE_STRING,
  8106                   /* subscript */
  8107                   -1,
  8108                   /* value */
  8109                   0,
  8110               };
  8111               
  8112               static const char*
  8113               _CIM_InstMethodCall_PreCall_qualifiers[] =
  8114               {
  8115                   /* Required */
  8116                   "\050\001",
  8117                   0,
  8118               };
  8119               
  8120               static MetaProperty
  8121               _CIM_InstMethodCall_PreCall =
  8122               {
  8123                   /* flags */
  8124                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8125                   /* name */
  8126 mike  1.1.2.1     "PreCall",
  8127                   /* qualifiers */
  8128                   _CIM_InstMethodCall_PreCall_qualifiers,
  8129                   /* type */
  8130                   CIMTYPE_BOOLEAN,
  8131                   /* subscript */
  8132                   -1,
  8133                   /* value */
  8134                   0,
  8135               };
  8136               
  8137               static MetaFeature*
  8138               _CIM_InstMethodCall_features[] =
  8139               {
  8140                   (MetaFeature*)&_CIM_InstMethodCall_MethodName,
  8141                   (MetaFeature*)&_CIM_InstMethodCall_MethodParameters,
  8142                   (MetaFeature*)&_CIM_InstMethodCall_ReturnValue,
  8143                   (MetaFeature*)&_CIM_InstMethodCall_PreCall,
  8144                   0,
  8145               };
  8146               
  8147 mike  1.1.2.1 static const char*
  8148               __root_cimv2_CIM_InstMethodCall_qualifiers[] =
  8149               {
  8150                   /* INDICATION */
  8151                   "\001\001",
  8152                   /* UMLPackagePath */
  8153                   "\057CIM::Event",
  8154                   /* Version */
  8155                   "\0632.6.0",
  8156                   0,
  8157               };
  8158               
  8159               MetaClass
  8160               __root_cimv2_CIM_InstMethodCall =
  8161               {
  8162                   /* flags */
  8163                   META_FLAG_INDICATION,
  8164                   /* name */
  8165                   "CIM_InstMethodCall",
  8166                   /* qualifiers */
  8167                   __root_cimv2_CIM_InstMethodCall_qualifiers,
  8168 mike  1.1.2.1     /* super */
  8169                   &__root_cimv2_CIM_InstIndication,
  8170                   /* features */
  8171                   _CIM_InstMethodCall_features,
  8172               };
  8173               
  8174               //==============================================================================
  8175               //
  8176               // Class: CIM_InstModification
  8177               //
  8178               //==============================================================================
  8179               
  8180               static const char*
  8181               _CIM_InstModification_PreviousInstance_qualifiers[] =
  8182               {
  8183                   /* Required */
  8184                   "\050\001",
  8185                   /* EmbeddedObject */
  8186                   "\020\001",
  8187                   0,
  8188               };
  8189 mike  1.1.2.1 
  8190               static MetaProperty
  8191               _CIM_InstModification_PreviousInstance =
  8192               {
  8193                   /* flags */
  8194                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  8195                   /* name */
  8196                   "PreviousInstance",
  8197                   /* qualifiers */
  8198                   _CIM_InstModification_PreviousInstance_qualifiers,
  8199                   /* type */
  8200                   CIMTYPE_STRING,
  8201                   /* subscript */
  8202                   -1,
  8203                   /* value */
  8204                   0,
  8205               };
  8206               
  8207               static MetaFeature*
  8208               _CIM_InstModification_features[] =
  8209               {
  8210 mike  1.1.2.1     (MetaFeature*)&_CIM_InstModification_PreviousInstance,
  8211                   0,
  8212               };
  8213               
  8214               static const char*
  8215               __root_cimv2_CIM_InstModification_qualifiers[] =
  8216               {
  8217                   /* INDICATION */
  8218                   "\001\001",
  8219                   /* UMLPackagePath */
  8220                   "\057CIM::Event",
  8221                   /* Version */
  8222                   "\0632.6.0",
  8223                   0,
  8224               };
  8225               
  8226               MetaClass
  8227               __root_cimv2_CIM_InstModification =
  8228               {
  8229                   /* flags */
  8230                   META_FLAG_INDICATION,
  8231 mike  1.1.2.1     /* name */
  8232                   "CIM_InstModification",
  8233                   /* qualifiers */
  8234                   __root_cimv2_CIM_InstModification_qualifiers,
  8235                   /* super */
  8236                   &__root_cimv2_CIM_InstIndication,
  8237                   /* features */
  8238                   _CIM_InstModification_features,
  8239               };
  8240               
  8241               //==============================================================================
  8242               //
  8243               // Class: CIM_InstRead
  8244               //
  8245               //==============================================================================
  8246               
  8247               static MetaFeature*
  8248               _CIM_InstRead_features[] =
  8249               {
  8250                   0,
  8251               };
  8252 mike  1.1.2.1 
  8253               static const char*
  8254               __root_cimv2_CIM_InstRead_qualifiers[] =
  8255               {
  8256                   /* INDICATION */
  8257                   "\001\001",
  8258                   /* UMLPackagePath */
  8259                   "\057CIM::Event",
  8260                   /* Version */
  8261                   "\0632.6.0",
  8262                   0,
  8263               };
  8264               
  8265               MetaClass
  8266               __root_cimv2_CIM_InstRead =
  8267               {
  8268                   /* flags */
  8269                   META_FLAG_INDICATION,
  8270                   /* name */
  8271                   "CIM_InstRead",
  8272                   /* qualifiers */
  8273 mike  1.1.2.1     __root_cimv2_CIM_InstRead_qualifiers,
  8274                   /* super */
  8275                   &__root_cimv2_CIM_InstIndication,
  8276                   /* features */
  8277                   _CIM_InstRead_features,
  8278               };
  8279               
  8280               //==============================================================================
  8281               //
  8282               // Class: CIM_IPAddressRange
  8283               //
  8284               //==============================================================================
  8285               
  8286               static const char*
  8287               _CIM_IPAddressRange_StartAddress_qualifiers[] =
  8288               {
  8289                   /* Deprecated */
  8290                   "\013\000\001CIM_RangeOfIPAddresses.StartAddress\000",
  8291                   0,
  8292               };
  8293               
  8294 mike  1.1.2.1 static MetaProperty
  8295               _CIM_IPAddressRange_StartAddress =
  8296               {
  8297                   /* flags */
  8298                   META_FLAG_PROPERTY|META_FLAG_READ,
  8299                   /* name */
  8300                   "StartAddress",
  8301                   /* qualifiers */
  8302                   _CIM_IPAddressRange_StartAddress_qualifiers,
  8303                   /* type */
  8304                   CIMTYPE_STRING,
  8305                   /* subscript */
  8306                   -1,
  8307                   /* value */
  8308                   0,
  8309               };
  8310               
  8311               static const char*
  8312               _CIM_IPAddressRange_EndAddress_qualifiers[] =
  8313               {
  8314                   /* Deprecated */
  8315 mike  1.1.2.1     "\013\000\001CIM_RangeOfIPAddresses.EndAddress\000",
  8316                   0,
  8317               };
  8318               
  8319               static MetaProperty
  8320               _CIM_IPAddressRange_EndAddress =
  8321               {
  8322                   /* flags */
  8323                   META_FLAG_PROPERTY|META_FLAG_READ,
  8324                   /* name */
  8325                   "EndAddress",
  8326                   /* qualifiers */
  8327                   _CIM_IPAddressRange_EndAddress_qualifiers,
  8328                   /* type */
  8329                   CIMTYPE_STRING,
  8330                   /* subscript */
  8331                   -1,
  8332                   /* value */
  8333                   0,
  8334               };
  8335               
  8336 mike  1.1.2.1 static const char*
  8337               _CIM_IPAddressRange_TypeOfAddress_qualifiers[] =
  8338               {
  8339                   /* Deprecated */
  8340                   "\013\000\001CIM_RangeOfIPAddresses.AddressType\000",
  8341                   /* ValueMap */
  8342                   "\061\000\0030\0001\0002\000",
  8343                   /* Values */
  8344                   "\062\000\003Unknown\000IPv4\000IPv6\000",
  8345                   0,
  8346               };
  8347               
  8348               static MetaProperty
  8349               _CIM_IPAddressRange_TypeOfAddress =
  8350               {
  8351                   /* flags */
  8352                   META_FLAG_PROPERTY|META_FLAG_READ,
  8353                   /* name */
  8354                   "TypeOfAddress",
  8355                   /* qualifiers */
  8356                   _CIM_IPAddressRange_TypeOfAddress_qualifiers,
  8357 mike  1.1.2.1     /* type */
  8358                   CIMTYPE_UINT16,
  8359                   /* subscript */
  8360                   -1,
  8361                   /* value */
  8362                   0,
  8363               };
  8364               
  8365               static const char*
  8366               _CIM_IPAddressRange_AllocationRegion_qualifiers[] =
  8367               {
  8368                   /* Deprecated */
  8369                   "\013\000\001No value\000",
  8370                   /* ValueMap */
  8371                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
  8372                   /* Values */
  8373                   "\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",
  8374                   0,
  8375               };
  8376               
  8377               static MetaProperty
  8378 mike  1.1.2.1 _CIM_IPAddressRange_AllocationRegion =
  8379               {
  8380                   /* flags */
  8381                   META_FLAG_PROPERTY|META_FLAG_READ,
  8382                   /* name */
  8383                   "AllocationRegion",
  8384                   /* qualifiers */
  8385                   _CIM_IPAddressRange_AllocationRegion_qualifiers,
  8386                   /* type */
  8387                   CIMTYPE_UINT16,
  8388                   /* subscript */
  8389                   -1,
  8390                   /* value */
  8391                   0,
  8392               };
  8393               
  8394               static MetaFeature*
  8395               _CIM_IPAddressRange_features[] =
  8396               {
  8397                   (MetaFeature*)&_CIM_IPAddressRange_StartAddress,
  8398                   (MetaFeature*)&_CIM_IPAddressRange_EndAddress,
  8399 mike  1.1.2.1     (MetaFeature*)&_CIM_IPAddressRange_TypeOfAddress,
  8400                   (MetaFeature*)&_CIM_IPAddressRange_AllocationRegion,
  8401                   0,
  8402               };
  8403               
  8404               static const char*
  8405               __root_cimv2_CIM_IPAddressRange_qualifiers[] =
  8406               {
  8407                   /* Deprecated */
  8408                   "\013\000\001CIM_RangeOfIPAddresses\000",
  8409                   /* UMLPackagePath */
  8410                   "\057CIM::Network::Collections",
  8411                   /* Abstract */
  8412                   "\002\001",
  8413                   /* Version */
  8414                   "\0632.7.0",
  8415                   0,
  8416               };
  8417               
  8418               MetaClass
  8419               __root_cimv2_CIM_IPAddressRange =
  8420 mike  1.1.2.1 {
  8421                   /* flags */
  8422                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  8423                   /* name */
  8424                   "CIM_IPAddressRange",
  8425                   /* qualifiers */
  8426                   __root_cimv2_CIM_IPAddressRange_qualifiers,
  8427                   /* super */
  8428                   &__root_cimv2_CIM_CollectionOfMSEs,
  8429                   /* features */
  8430                   _CIM_IPAddressRange_features,
  8431               };
  8432               
  8433               //==============================================================================
  8434               //
  8435               // Class: CIM_IPNetworkIdentity
  8436               //
  8437               //==============================================================================
  8438               
  8439               static const char*
  8440               _CIM_IPNetworkIdentity_IdentityType_qualifiers[] =
  8441 mike  1.1.2.1 {
  8442                   /* Required */
  8443                   "\050\001",
  8444                   /* ValueMap */
  8445                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
  8446                   /* Values */
  8447                   "\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",
  8448                   /* MappingStrings */
  8449                   "\026\000\002IPSP Policy Model.IETF|IKEIdentity.IdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
  8450                   /* ModelCorrespondence */
  8451                   "\036\000\001CIM_IPNetworkIdentity.IdentityValue\000",
  8452                   0,
  8453               };
  8454               
  8455               static MetaProperty
  8456               _CIM_IPNetworkIdentity_IdentityType =
  8457               {
  8458                   /* flags */
  8459                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8460                   /* name */
  8461                   "IdentityType",
  8462 mike  1.1.2.1     /* qualifiers */
  8463                   _CIM_IPNetworkIdentity_IdentityType_qualifiers,
  8464                   /* type */
  8465                   CIMTYPE_UINT16,
  8466                   /* subscript */
  8467                   -1,
  8468                   /* value */
  8469                   0,
  8470               };
  8471               
  8472               static const char*
  8473               _CIM_IPNetworkIdentity_IdentityValue_qualifiers[] =
  8474               {
  8475                   /* Required */
  8476                   "\050\001",
  8477                   /* MappingStrings */
  8478                   "\026\000\001IPSP Policy Model.IETF|IKEIdentity.IdentityValue\000",
  8479                   /* ModelCorrespondence */
  8480                   "\036\000\001CIM_IPNetworkIdentity.IdentityType\000",
  8481                   0,
  8482               };
  8483 mike  1.1.2.1 
  8484               static MetaProperty
  8485               _CIM_IPNetworkIdentity_IdentityValue =
  8486               {
  8487                   /* flags */
  8488                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8489                   /* name */
  8490                   "IdentityValue",
  8491                   /* qualifiers */
  8492                   _CIM_IPNetworkIdentity_IdentityValue_qualifiers,
  8493                   /* type */
  8494                   CIMTYPE_STRING,
  8495                   /* subscript */
  8496                   -1,
  8497                   /* value */
  8498                   0,
  8499               };
  8500               
  8501               static MetaFeature*
  8502               _CIM_IPNetworkIdentity_features[] =
  8503               {
  8504 mike  1.1.2.1     (MetaFeature*)&_CIM_IPNetworkIdentity_IdentityType,
  8505                   (MetaFeature*)&_CIM_IPNetworkIdentity_IdentityValue,
  8506                   0,
  8507               };
  8508               
  8509               static const char*
  8510               __root_cimv2_CIM_IPNetworkIdentity_qualifiers[] =
  8511               {
  8512                   /* UMLPackagePath */
  8513                   "\057CIM::User::Identity",
  8514                   /* Version */
  8515                   "\0632.8.0",
  8516                   /* MappingStrings */
  8517                   "\026\000\001IPSP Policy Model.IETF|IKEIdentity\000",
  8518                   0,
  8519               };
  8520               
  8521               MetaClass
  8522               __root_cimv2_CIM_IPNetworkIdentity =
  8523               {
  8524                   /* flags */
  8525 mike  1.1.2.1     META_FLAG_CLASS,
  8526                   /* name */
  8527                   "CIM_IPNetworkIdentity",
  8528                   /* qualifiers */
  8529                   __root_cimv2_CIM_IPNetworkIdentity_qualifiers,
  8530                   /* super */
  8531                   &__root_cimv2_CIM_Identity,
  8532                   /* features */
  8533                   _CIM_IPNetworkIdentity_features,
  8534               };
  8535               
  8536               //==============================================================================
  8537               //
  8538               // Class: CIM_iSCSICapabilities
  8539               //
  8540               //==============================================================================
  8541               
  8542               static const char*
  8543               _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported_qualifiers[] =
  8544               {
  8545                   /* MinValue */
  8546 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
  8547                   /* MaxValue */
  8548                   "\031\000\000\000\000\000\000\000\377",
  8549                   /* MappingStrings */
  8550                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstVersionMin\000",
  8551                   /* ModelCorrespondence */
  8552                   "\036\000\002CIM_iSCSICapabilities.MaximumSpecificationVersionSupported\000CIM_iSCSIConnection.ActiveiSCSIVersion\000",
  8553                   0,
  8554               };
  8555               
  8556               static MetaProperty
  8557               _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported =
  8558               {
  8559                   /* flags */
  8560                   META_FLAG_PROPERTY|META_FLAG_READ,
  8561                   /* name */
  8562                   "MinimumSpecificationVersionSupported",
  8563                   /* qualifiers */
  8564                   _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported_qualifiers,
  8565                   /* type */
  8566                   CIMTYPE_UINT8,
  8567 mike  1.1.2.1     /* subscript */
  8568                   -1,
  8569                   /* value */
  8570                   0,
  8571               };
  8572               
  8573               static const char*
  8574               _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported_qualifiers[] =
  8575               {
  8576                   /* MinValue */
  8577                   "\035\000\000\000\000\000\000\000\000",
  8578                   /* MaxValue */
  8579                   "\031\000\000\000\000\000\000\000\377",
  8580                   /* MappingStrings */
  8581                   "\026\000\001MIB.IETF|ISCSI-MIB.iscsiInstVersionMax\000",
  8582                   /* ModelCorrespondence */
  8583                   "\036\000\002CIM_iSCSICapabilities.MinimumSpecificationVersionSupported\000CIM_iSCSIConnection.ActiveiSCSIVersion\000",
  8584                   0,
  8585               };
  8586               
  8587               static MetaProperty
  8588 mike  1.1.2.1 _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported =
  8589               {
  8590                   /* flags */
  8591                   META_FLAG_PROPERTY|META_FLAG_READ,
  8592                   /* name */
  8593                   "MaximumSpecificationVersionSupported",
  8594                   /* qualifiers */
  8595                   _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported_qualifiers,
  8596                   /* type */
  8597                   CIMTYPE_UINT8,
  8598                   /* subscript */
  8599                   -1,
  8600                   /* value */
  8601                   0,
  8602               };
  8603               
  8604               static const char*
  8605               _CIM_iSCSICapabilities_AuthenticationMethodsSupported_qualifiers[] =
  8606               {
  8607                   /* ValueMap */
  8608                   "\061\000\0042\0003\0004\0005\000",
  8609 mike  1.1.2.1     /* Values */
  8610                   "\062\000\004(None\000SRP\000CHAP\000Kerberos\000",
  8611                   /* MappingStrings */
  8612                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
  8613                   /* ArrayType */
  8614                   "\005Indexed",
  8615                   /* ModelCorrespondence */
  8616                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
  8617                   0,
  8618               };
  8619               
  8620               static MetaProperty
  8621               _CIM_iSCSICapabilities_AuthenticationMethodsSupported =
  8622               {
  8623                   /* flags */
  8624                   META_FLAG_PROPERTY|META_FLAG_READ,
  8625                   /* name */
  8626                   "AuthenticationMethodsSupported",
  8627                   /* qualifiers */
  8628                   _CIM_iSCSICapabilities_AuthenticationMethodsSupported_qualifiers,
  8629                   /* type */
  8630 mike  1.1.2.1     CIMTYPE_UINT16,
  8631                   /* subscript */
  8632                   0,
  8633                   /* value */
  8634                   0,
  8635               };
  8636               
  8637               static MetaFeature*
  8638               _CIM_iSCSICapabilities_features[] =
  8639               {
  8640                   (MetaFeature*)&_CIM_iSCSICapabilities_MinimumSpecificationVersionSupported,
  8641                   (MetaFeature*)&_CIM_iSCSICapabilities_MaximumSpecificationVersionSupported,
  8642                   (MetaFeature*)&_CIM_iSCSICapabilities_AuthenticationMethodsSupported,
  8643                   0,
  8644               };
  8645               
  8646               static const char*
  8647               __root_cimv2_CIM_iSCSICapabilities_qualifiers[] =
  8648               {
  8649                   /* UMLPackagePath */
  8650                   "\057CIM::Network::iSCSI",
  8651 mike  1.1.2.1     /* Version */
  8652                   "\0632.11.0",
  8653                   0,
  8654               };
  8655               
  8656               MetaClass
  8657               __root_cimv2_CIM_iSCSICapabilities =
  8658               {
  8659                   /* flags */
  8660                   META_FLAG_CLASS,
  8661                   /* name */
  8662                   "CIM_iSCSICapabilities",
  8663                   /* qualifiers */
  8664                   __root_cimv2_CIM_iSCSICapabilities_qualifiers,
  8665                   /* super */
  8666                   &__root_cimv2_CIM_Capabilities,
  8667                   /* features */
  8668                   _CIM_iSCSICapabilities_features,
  8669               };
  8670               
  8671               //==============================================================================
  8672 mike  1.1.2.1 //
  8673               // Class: CIM_J2eeManagedObjectCapabilities
  8674               //
  8675               //==============================================================================
  8676               
  8677               static const char*
  8678               _CIM_J2eeManagedObjectCapabilities_InstanceID_qualifiers[] =
  8679               {
  8680                   /* Override */
  8681                   "\044InstanceID",
  8682                   /* MappingStrings */
  8683                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
  8684                   /* ModelCorrespondence */
  8685                   "\036\000\001CIM_J2eeManagedObjectCapabilities.ElementName\000",
  8686                   0,
  8687               };
  8688               
  8689               static MetaProperty
  8690               _CIM_J2eeManagedObjectCapabilities_InstanceID =
  8691               {
  8692                   /* flags */
  8693 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  8694                   /* name */
  8695                   "InstanceID",
  8696                   /* qualifiers */
  8697                   _CIM_J2eeManagedObjectCapabilities_InstanceID_qualifiers,
  8698                   /* type */
  8699                   CIMTYPE_STRING,
  8700                   /* subscript */
  8701                   -1,
  8702                   /* value */
  8703                   0,
  8704               };
  8705               
  8706               static const char*
  8707               _CIM_J2eeManagedObjectCapabilities_ElementName_qualifiers[] =
  8708               {
  8709                   /* Override */
  8710                   "\044ElementName",
  8711                   /* MaxLen */
  8712                   "\030\000\000\001\000",
  8713                   /* MappingStrings */
  8714 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
  8715                   /* ModelCorrespondence */
  8716                   "\036\000\001CIM_J2eeManagedObjectCapabilities.InstanceID\000",
  8717                   0,
  8718               };
  8719               
  8720               static MetaProperty
  8721               _CIM_J2eeManagedObjectCapabilities_ElementName =
  8722               {
  8723                   /* flags */
  8724                   META_FLAG_PROPERTY|META_FLAG_READ,
  8725                   /* name */
  8726                   "ElementName",
  8727                   /* qualifiers */
  8728                   _CIM_J2eeManagedObjectCapabilities_ElementName_qualifiers,
  8729                   /* type */
  8730                   CIMTYPE_STRING,
  8731                   /* subscript */
  8732                   -1,
  8733                   /* value */
  8734                   0,
  8735 mike  1.1.2.1 };
  8736               
  8737               static const char*
  8738               _CIM_J2eeManagedObjectCapabilities_StateManageable_qualifiers[] =
  8739               {
  8740                   /* MappingStrings */
  8741                   "\026\000\001JSR77.JCP|JSR77.3.1.1.2 stateManageable|V1.0\000",
  8742                   0,
  8743               };
  8744               
  8745               static MetaProperty
  8746               _CIM_J2eeManagedObjectCapabilities_StateManageable =
  8747               {
  8748                   /* flags */
  8749                   META_FLAG_PROPERTY|META_FLAG_READ,
  8750                   /* name */
  8751                   "StateManageable",
  8752                   /* qualifiers */
  8753                   _CIM_J2eeManagedObjectCapabilities_StateManageable_qualifiers,
  8754                   /* type */
  8755                   CIMTYPE_BOOLEAN,
  8756 mike  1.1.2.1     /* subscript */
  8757                   -1,
  8758                   /* value */
  8759                   0,
  8760               };
  8761               
  8762               static const char*
  8763               _CIM_J2eeManagedObjectCapabilities_StatisticsProvider_qualifiers[] =
  8764               {
  8765                   /* MappingStrings */
  8766                   "\026\000\001JSR77.JCP|JSR77.3.1.1.3 statisticsProvider|V1.0\000",
  8767                   0,
  8768               };
  8769               
  8770               static MetaProperty
  8771               _CIM_J2eeManagedObjectCapabilities_StatisticsProvider =
  8772               {
  8773                   /* flags */
  8774                   META_FLAG_PROPERTY|META_FLAG_READ,
  8775                   /* name */
  8776                   "StatisticsProvider",
  8777 mike  1.1.2.1     /* qualifiers */
  8778                   _CIM_J2eeManagedObjectCapabilities_StatisticsProvider_qualifiers,
  8779                   /* type */
  8780                   CIMTYPE_BOOLEAN,
  8781                   /* subscript */
  8782                   -1,
  8783                   /* value */
  8784                   0,
  8785               };
  8786               
  8787               static const char*
  8788               _CIM_J2eeManagedObjectCapabilities_EventProvider_qualifiers[] =
  8789               {
  8790                   /* MappingStrings */
  8791                   "\026\000\001JSR77.JCP|JSR77.3.1.1.4 eventProvider|V1.0\000",
  8792                   0,
  8793               };
  8794               
  8795               static MetaProperty
  8796               _CIM_J2eeManagedObjectCapabilities_EventProvider =
  8797               {
  8798 mike  1.1.2.1     /* flags */
  8799                   META_FLAG_PROPERTY|META_FLAG_READ,
  8800                   /* name */
  8801                   "EventProvider",
  8802                   /* qualifiers */
  8803                   _CIM_J2eeManagedObjectCapabilities_EventProvider_qualifiers,
  8804                   /* type */
  8805                   CIMTYPE_BOOLEAN,
  8806                   /* subscript */
  8807                   -1,
  8808                   /* value */
  8809                   0,
  8810               };
  8811               
  8812               static MetaFeature*
  8813               _CIM_J2eeManagedObjectCapabilities_features[] =
  8814               {
  8815                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_InstanceID,
  8816                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_ElementName,
  8817                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_StateManageable,
  8818                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_StatisticsProvider,
  8819 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_EventProvider,
  8820                   0,
  8821               };
  8822               
  8823               static const char*
  8824               __root_cimv2_CIM_J2eeManagedObjectCapabilities_qualifiers[] =
  8825               {
  8826                   /* UMLPackagePath */
  8827                   "\057CIM::Application::J2eeAppServer",
  8828                   /* Abstract */
  8829                   "\002\001",
  8830                   /* Version */
  8831                   "\0632.8.0",
  8832                   0,
  8833               };
  8834               
  8835               MetaClass
  8836               __root_cimv2_CIM_J2eeManagedObjectCapabilities =
  8837               {
  8838                   /* flags */
  8839                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  8840 mike  1.1.2.1     /* name */
  8841                   "CIM_J2eeManagedObjectCapabilities",
  8842                   /* qualifiers */
  8843                   __root_cimv2_CIM_J2eeManagedObjectCapabilities_qualifiers,
  8844                   /* super */
  8845                   &__root_cimv2_CIM_Capabilities,
  8846                   /* features */
  8847                   _CIM_J2eeManagedObjectCapabilities_features,
  8848               };
  8849               
  8850               //==============================================================================
  8851               //
  8852               // Class: CIM_KerberosTicket
  8853               //
  8854               //==============================================================================
  8855               
  8856               static const char*
  8857               _CIM_KerberosTicket_SystemCreationClassName_qualifiers[] =
  8858               {
  8859                   /* Key */
  8860                   "\025\001",
  8861 mike  1.1.2.1     /* Propagated */
  8862                   "\045CIM_KerberosKeyDistributionCenter.SystemCreationClassName",
  8863                   /* MaxLen */
  8864                   "\030\000\000\001\000",
  8865                   0,
  8866               };
  8867               
  8868               static MetaProperty
  8869               _CIM_KerberosTicket_SystemCreationClassName =
  8870               {
  8871                   /* flags */
  8872                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8873                   /* name */
  8874                   "SystemCreationClassName",
  8875                   /* qualifiers */
  8876                   _CIM_KerberosTicket_SystemCreationClassName_qualifiers,
  8877                   /* type */
  8878                   CIMTYPE_STRING,
  8879                   /* subscript */
  8880                   -1,
  8881                   /* value */
  8882 mike  1.1.2.1     0,
  8883               };
  8884               
  8885               static const char*
  8886               _CIM_KerberosTicket_SystemName_qualifiers[] =
  8887               {
  8888                   /* Key */
  8889                   "\025\001",
  8890                   /* Propagated */
  8891                   "\045CIM_KerberosKeyDistributionCenter.SystemName",
  8892                   /* MaxLen */
  8893                   "\030\000\000\001\000",
  8894                   0,
  8895               };
  8896               
  8897               static MetaProperty
  8898               _CIM_KerberosTicket_SystemName =
  8899               {
  8900                   /* flags */
  8901                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8902                   /* name */
  8903 mike  1.1.2.1     "SystemName",
  8904                   /* qualifiers */
  8905                   _CIM_KerberosTicket_SystemName_qualifiers,
  8906                   /* type */
  8907                   CIMTYPE_STRING,
  8908                   /* subscript */
  8909                   -1,
  8910                   /* value */
  8911                   0,
  8912               };
  8913               
  8914               static const char*
  8915               _CIM_KerberosTicket_ServiceCreationClassName_qualifiers[] =
  8916               {
  8917                   /* Key */
  8918                   "\025\001",
  8919                   /* Propagated */
  8920                   "\045CIM_KerberosKeyDistributionCenter.CreationClassName",
  8921                   /* MaxLen */
  8922                   "\030\000\000\001\000",
  8923                   0,
  8924 mike  1.1.2.1 };
  8925               
  8926               static MetaProperty
  8927               _CIM_KerberosTicket_ServiceCreationClassName =
  8928               {
  8929                   /* flags */
  8930                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8931                   /* name */
  8932                   "ServiceCreationClassName",
  8933                   /* qualifiers */
  8934                   _CIM_KerberosTicket_ServiceCreationClassName_qualifiers,
  8935                   /* type */
  8936                   CIMTYPE_STRING,
  8937                   /* subscript */
  8938                   -1,
  8939                   /* value */
  8940                   0,
  8941               };
  8942               
  8943               static const char*
  8944               _CIM_KerberosTicket_ServiceName_qualifiers[] =
  8945 mike  1.1.2.1 {
  8946                   /* Key */
  8947                   "\025\001",
  8948                   /* Propagated */
  8949                   "\045CIM_KerberosKeyDistributionCenter.Name",
  8950                   /* MaxLen */
  8951                   "\030\000\000\001\000",
  8952                   0,
  8953               };
  8954               
  8955               static MetaProperty
  8956               _CIM_KerberosTicket_ServiceName =
  8957               {
  8958                   /* flags */
  8959                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8960                   /* name */
  8961                   "ServiceName",
  8962                   /* qualifiers */
  8963                   _CIM_KerberosTicket_ServiceName_qualifiers,
  8964                   /* type */
  8965                   CIMTYPE_STRING,
  8966 mike  1.1.2.1     /* subscript */
  8967                   -1,
  8968                   /* value */
  8969                   0,
  8970               };
  8971               
  8972               static const char*
  8973               _CIM_KerberosTicket_AccessesService_qualifiers[] =
  8974               {
  8975                   /* Key */
  8976                   "\025\001",
  8977                   /* MaxLen */
  8978                   "\030\000\000\001\000",
  8979                   0,
  8980               };
  8981               
  8982               static MetaProperty
  8983               _CIM_KerberosTicket_AccessesService =
  8984               {
  8985                   /* flags */
  8986                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8987 mike  1.1.2.1     /* name */
  8988                   "AccessesService",
  8989                   /* qualifiers */
  8990                   _CIM_KerberosTicket_AccessesService_qualifiers,
  8991                   /* type */
  8992                   CIMTYPE_STRING,
  8993                   /* subscript */
  8994                   -1,
  8995                   /* value */
  8996                   0,
  8997               };
  8998               
  8999               static const char*
  9000               _CIM_KerberosTicket_RemoteID_qualifiers[] =
  9001               {
  9002                   /* Key */
  9003                   "\025\001",
  9004                   /* MaxLen */
  9005                   "\030\000\000\001\000",
  9006                   0,
  9007               };
  9008 mike  1.1.2.1 
  9009               static MetaProperty
  9010               _CIM_KerberosTicket_RemoteID =
  9011               {
  9012                   /* flags */
  9013                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9014                   /* name */
  9015                   "RemoteID",
  9016                   /* qualifiers */
  9017                   _CIM_KerberosTicket_RemoteID_qualifiers,
  9018                   /* type */
  9019                   CIMTYPE_STRING,
  9020                   /* subscript */
  9021                   -1,
  9022                   /* value */
  9023                   0,
  9024               };
  9025               
  9026               static const char*
  9027               _CIM_KerberosTicket_TicketType_qualifiers[] =
  9028               {
  9029 mike  1.1.2.1     /* ValueMap */
  9030                   "\061\000\0020\0001\000",
  9031                   /* Values */
  9032                   "\062\000\002Session\000TicketGranting\000",
  9033                   0,
  9034               };
  9035               
  9036               static MetaProperty
  9037               _CIM_KerberosTicket_TicketType =
  9038               {
  9039                   /* flags */
  9040                   META_FLAG_PROPERTY|META_FLAG_READ,
  9041                   /* name */
  9042                   "TicketType",
  9043                   /* qualifiers */
  9044                   _CIM_KerberosTicket_TicketType_qualifiers,
  9045                   /* type */
  9046                   CIMTYPE_UINT16,
  9047                   /* subscript */
  9048                   -1,
  9049                   /* value */
  9050 mike  1.1.2.1     0,
  9051               };
  9052               
  9053               static MetaFeature*
  9054               _CIM_KerberosTicket_features[] =
  9055               {
  9056                   (MetaFeature*)&_CIM_KerberosTicket_SystemCreationClassName,
  9057                   (MetaFeature*)&_CIM_KerberosTicket_SystemName,
  9058                   (MetaFeature*)&_CIM_KerberosTicket_ServiceCreationClassName,
  9059                   (MetaFeature*)&_CIM_KerberosTicket_ServiceName,
  9060                   (MetaFeature*)&_CIM_KerberosTicket_AccessesService,
  9061                   (MetaFeature*)&_CIM_KerberosTicket_RemoteID,
  9062                   (MetaFeature*)&_CIM_KerberosTicket_TicketType,
  9063                   0,
  9064               };
  9065               
  9066               static const char*
  9067               __root_cimv2_CIM_KerberosTicket_qualifiers[] =
  9068               {
  9069                   /* UMLPackagePath */
  9070                   "\057CIM::User::Kerberos",
  9071 mike  1.1.2.1     /* Version */
  9072                   "\0632.8.0",
  9073                   0,
  9074               };
  9075               
  9076               MetaClass
  9077               __root_cimv2_CIM_KerberosTicket =
  9078               {
  9079                   /* flags */
  9080                   META_FLAG_CLASS,
  9081                   /* name */
  9082                   "CIM_KerberosTicket",
  9083                   /* qualifiers */
  9084                   __root_cimv2_CIM_KerberosTicket_qualifiers,
  9085                   /* super */
  9086                   &__root_cimv2_CIM_Credential,
  9087                   /* features */
  9088                   _CIM_KerberosTicket_features,
  9089               };
  9090               
  9091               //==============================================================================
  9092 mike  1.1.2.1 //
  9093               // Class: CIM_ListenerDestination
  9094               //
  9095               //==============================================================================
  9096               
  9097               static const char*
  9098               _CIM_ListenerDestination_SystemCreationClassName_qualifiers[] =
  9099               {
  9100                   /* Key */
  9101                   "\025\001",
  9102                   /* MaxLen */
  9103                   "\030\000\000\001\000",
  9104                   0,
  9105               };
  9106               
  9107               static MetaProperty
  9108               _CIM_ListenerDestination_SystemCreationClassName =
  9109               {
  9110                   /* flags */
  9111                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9112                   /* name */
  9113 mike  1.1.2.1     "SystemCreationClassName",
  9114                   /* qualifiers */
  9115                   _CIM_ListenerDestination_SystemCreationClassName_qualifiers,
  9116                   /* type */
  9117                   CIMTYPE_STRING,
  9118                   /* subscript */
  9119                   -1,
  9120                   /* value */
  9121                   0,
  9122               };
  9123               
  9124               static const char*
  9125               _CIM_ListenerDestination_SystemName_qualifiers[] =
  9126               {
  9127                   /* Key */
  9128                   "\025\001",
  9129                   /* MaxLen */
  9130                   "\030\000\000\001\000",
  9131                   0,
  9132               };
  9133               
  9134 mike  1.1.2.1 static MetaProperty
  9135               _CIM_ListenerDestination_SystemName =
  9136               {
  9137                   /* flags */
  9138                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9139                   /* name */
  9140                   "SystemName",
  9141                   /* qualifiers */
  9142                   _CIM_ListenerDestination_SystemName_qualifiers,
  9143                   /* type */
  9144                   CIMTYPE_STRING,
  9145                   /* subscript */
  9146                   -1,
  9147                   /* value */
  9148                   0,
  9149               };
  9150               
  9151               static const char*
  9152               _CIM_ListenerDestination_CreationClassName_qualifiers[] =
  9153               {
  9154                   /* Key */
  9155 mike  1.1.2.1     "\025\001",
  9156                   /* MaxLen */
  9157                   "\030\000\000\001\000",
  9158                   0,
  9159               };
  9160               
  9161               static MetaProperty
  9162               _CIM_ListenerDestination_CreationClassName =
  9163               {
  9164                   /* flags */
  9165                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9166                   /* name */
  9167                   "CreationClassName",
  9168                   /* qualifiers */
  9169                   _CIM_ListenerDestination_CreationClassName_qualifiers,
  9170                   /* type */
  9171                   CIMTYPE_STRING,
  9172                   /* subscript */
  9173                   -1,
  9174                   /* value */
  9175                   0,
  9176 mike  1.1.2.1 };
  9177               
  9178               static const char*
  9179               _CIM_ListenerDestination_Name_qualifiers[] =
  9180               {
  9181                   /* Key */
  9182                   "\025\001",
  9183                   /* MaxLen */
  9184                   "\030\000\000\001\000",
  9185                   0,
  9186               };
  9187               
  9188               static MetaProperty
  9189               _CIM_ListenerDestination_Name =
  9190               {
  9191                   /* flags */
  9192                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9193                   /* name */
  9194                   "Name",
  9195                   /* qualifiers */
  9196                   _CIM_ListenerDestination_Name_qualifiers,
  9197 mike  1.1.2.1     /* type */
  9198                   CIMTYPE_STRING,
  9199                   /* subscript */
  9200                   -1,
  9201                   /* value */
  9202                   0,
  9203               };
  9204               
  9205               static const char*
  9206               _CIM_ListenerDestination_PersistenceType_qualifiers[] =
  9207               {
  9208                   /* ValueMap */
  9209                   "\061\000\0031\0002\0003\000",
  9210                   /* Values */
  9211                   "\062\000\003Other\000Permanent\000Transient\000",
  9212                   /* ModelCorrespondence */
  9213                   "\036\000\001CIM_ListenerDestination.OtherPersistenceType\000",
  9214                   0,
  9215               };
  9216               
  9217               static MetaProperty
  9218 mike  1.1.2.1 _CIM_ListenerDestination_PersistenceType =
  9219               {
  9220                   /* flags */
  9221                   META_FLAG_PROPERTY|META_FLAG_READ,
  9222                   /* name */
  9223                   "PersistenceType",
  9224                   /* qualifiers */
  9225                   _CIM_ListenerDestination_PersistenceType_qualifiers,
  9226                   /* type */
  9227                   CIMTYPE_UINT16,
  9228                   /* subscript */
  9229                   -1,
  9230                   /* value */
  9231                   0,
  9232               };
  9233               
  9234               static const char*
  9235               _CIM_ListenerDestination_OtherPersistenceType_qualifiers[] =
  9236               {
  9237                   /* ModelCorrespondence */
  9238                   "\036\000\001CIM_ListenerDestination.PersistenceType\000",
  9239 mike  1.1.2.1     0,
  9240               };
  9241               
  9242               static MetaProperty
  9243               _CIM_ListenerDestination_OtherPersistenceType =
  9244               {
  9245                   /* flags */
  9246                   META_FLAG_PROPERTY|META_FLAG_READ,
  9247                   /* name */
  9248                   "OtherPersistenceType",
  9249                   /* qualifiers */
  9250                   _CIM_ListenerDestination_OtherPersistenceType_qualifiers,
  9251                   /* type */
  9252                   CIMTYPE_STRING,
  9253                   /* subscript */
  9254                   -1,
  9255                   /* value */
  9256                   0,
  9257               };
  9258               
  9259               static MetaFeature*
  9260 mike  1.1.2.1 _CIM_ListenerDestination_features[] =
  9261               {
  9262                   (MetaFeature*)&_CIM_ListenerDestination_SystemCreationClassName,
  9263                   (MetaFeature*)&_CIM_ListenerDestination_SystemName,
  9264                   (MetaFeature*)&_CIM_ListenerDestination_CreationClassName,
  9265                   (MetaFeature*)&_CIM_ListenerDestination_Name,
  9266                   (MetaFeature*)&_CIM_ListenerDestination_PersistenceType,
  9267                   (MetaFeature*)&_CIM_ListenerDestination_OtherPersistenceType,
  9268                   0,
  9269               };
  9270               
  9271               static const char*
  9272               __root_cimv2_CIM_ListenerDestination_qualifiers[] =
  9273               {
  9274                   /* UMLPackagePath */
  9275                   "\057CIM::Event",
  9276                   /* Abstract */
  9277                   "\002\001",
  9278                   /* Version */
  9279                   "\0632.8.0",
  9280                   0,
  9281 mike  1.1.2.1 };
  9282               
  9283               MetaClass
  9284               __root_cimv2_CIM_ListenerDestination =
  9285               {
  9286                   /* flags */
  9287                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  9288                   /* name */
  9289                   "CIM_ListenerDestination",
  9290                   /* qualifiers */
  9291                   __root_cimv2_CIM_ListenerDestination_qualifiers,
  9292                   /* super */
  9293                   &__root_cimv2_CIM_ManagedElement,
  9294                   /* features */
  9295                   _CIM_ListenerDestination_features,
  9296               };
  9297               
  9298               //==============================================================================
  9299               //
  9300               // Class: CIM_ListenerDestinationCIMXML
  9301               //
  9302 mike  1.1.2.1 //==============================================================================
  9303               
  9304               static const char*
  9305               _CIM_ListenerDestinationCIMXML_Destination_qualifiers[] =
  9306               {
  9307                   /* Required */
  9308                   "\050\001",
  9309                   0,
  9310               };
  9311               
  9312               static MetaProperty
  9313               _CIM_ListenerDestinationCIMXML_Destination =
  9314               {
  9315                   /* flags */
  9316                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  9317                   /* name */
  9318                   "Destination",
  9319                   /* qualifiers */
  9320                   _CIM_ListenerDestinationCIMXML_Destination_qualifiers,
  9321                   /* type */
  9322                   CIMTYPE_STRING,
  9323 mike  1.1.2.1     /* subscript */
  9324                   -1,
  9325                   /* value */
  9326                   0,
  9327               };
  9328               
  9329               static MetaFeature*
  9330               _CIM_ListenerDestinationCIMXML_features[] =
  9331               {
  9332                   (MetaFeature*)&_CIM_ListenerDestinationCIMXML_Destination,
  9333                   0,
  9334               };
  9335               
  9336               static const char*
  9337               __root_cimv2_CIM_ListenerDestinationCIMXML_qualifiers[] =
  9338               {
  9339                   /* UMLPackagePath */
  9340                   "\057CIM::Event",
  9341                   /* Version */
  9342                   "\0632.8.0",
  9343                   0,
  9344 mike  1.1.2.1 };
  9345               
  9346               MetaClass
  9347               __root_cimv2_CIM_ListenerDestinationCIMXML =
  9348               {
  9349                   /* flags */
  9350                   META_FLAG_CLASS,
  9351                   /* name */
  9352                   "CIM_ListenerDestinationCIMXML",
  9353                   /* qualifiers */
  9354                   __root_cimv2_CIM_ListenerDestinationCIMXML_qualifiers,
  9355                   /* super */
  9356                   &__root_cimv2_CIM_ListenerDestination,
  9357                   /* features */
  9358                   _CIM_ListenerDestinationCIMXML_features,
  9359               };
  9360               
  9361               //==============================================================================
  9362               //
  9363               // Class: CIM_LocalizationCapabilities
  9364               //
  9365 mike  1.1.2.1 //==============================================================================
  9366               
  9367               static const char*
  9368               _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers[] =
  9369               {
  9370                   0,
  9371               };
  9372               
  9373               static MetaProperty
  9374               _CIM_LocalizationCapabilities_SupportedInputLocales =
  9375               {
  9376                   /* flags */
  9377                   META_FLAG_PROPERTY|META_FLAG_READ,
  9378                   /* name */
  9379                   "SupportedInputLocales",
  9380                   /* qualifiers */
  9381                   _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers,
  9382                   /* type */
  9383                   CIMTYPE_STRING,
  9384                   /* subscript */
  9385                   0,
  9386 mike  1.1.2.1     /* value */
  9387                   0,
  9388               };
  9389               
  9390               static const char*
  9391               _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers[] =
  9392               {
  9393                   0,
  9394               };
  9395               
  9396               static MetaProperty
  9397               _CIM_LocalizationCapabilities_SupportedOutputLocales =
  9398               {
  9399                   /* flags */
  9400                   META_FLAG_PROPERTY|META_FLAG_READ,
  9401                   /* name */
  9402                   "SupportedOutputLocales",
  9403                   /* qualifiers */
  9404                   _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers,
  9405                   /* type */
  9406                   CIMTYPE_STRING,
  9407 mike  1.1.2.1     /* subscript */
  9408                   0,
  9409                   /* value */
  9410                   0,
  9411               };
  9412               
  9413               static MetaFeature*
  9414               _CIM_LocalizationCapabilities_features[] =
  9415               {
  9416                   (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedInputLocales,
  9417                   (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedOutputLocales,
  9418                   0,
  9419               };
  9420               
  9421               static const char*
  9422               __root_cimv2_CIM_LocalizationCapabilities_qualifiers[] =
  9423               {
  9424                   /* UMLPackagePath */
  9425                   "\057CIM::Core::Capabilities",
  9426                   /* Version */
  9427                   "\0632.9.0",
  9428 mike  1.1.2.1     0,
  9429               };
  9430               
  9431               MetaClass
  9432               __root_cimv2_CIM_LocalizationCapabilities =
  9433               {
  9434                   /* flags */
  9435                   META_FLAG_CLASS,
  9436                   /* name */
  9437                   "CIM_LocalizationCapabilities",
  9438                   /* qualifiers */
  9439                   __root_cimv2_CIM_LocalizationCapabilities_qualifiers,
  9440                   /* super */
  9441                   &__root_cimv2_CIM_Capabilities,
  9442                   /* features */
  9443                   _CIM_LocalizationCapabilities_features,
  9444               };
  9445               
  9446               //==============================================================================
  9447               //
  9448               // Class: CIM_Location
  9449 mike  1.1.2.1 //
  9450               //==============================================================================
  9451               
  9452               static const char*
  9453               _CIM_Location_Name_qualifiers[] =
  9454               {
  9455                   /* Key */
  9456                   "\025\001",
  9457                   /* MaxLen */
  9458                   "\030\000\000\001\000",
  9459                   0,
  9460               };
  9461               
  9462               static MetaProperty
  9463               _CIM_Location_Name =
  9464               {
  9465                   /* flags */
  9466                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9467                   /* name */
  9468                   "Name",
  9469                   /* qualifiers */
  9470 mike  1.1.2.1     _CIM_Location_Name_qualifiers,
  9471                   /* type */
  9472                   CIMTYPE_STRING,
  9473                   /* subscript */
  9474                   -1,
  9475                   /* value */
  9476                   0,
  9477               };
  9478               
  9479               static const char*
  9480               _CIM_Location_PhysicalPosition_qualifiers[] =
  9481               {
  9482                   /* Key */
  9483                   "\025\001",
  9484                   /* MaxLen */
  9485                   "\030\000\000\001\000",
  9486                   0,
  9487               };
  9488               
  9489               static MetaProperty
  9490               _CIM_Location_PhysicalPosition =
  9491 mike  1.1.2.1 {
  9492                   /* flags */
  9493                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9494                   /* name */
  9495                   "PhysicalPosition",
  9496                   /* qualifiers */
  9497                   _CIM_Location_PhysicalPosition_qualifiers,
  9498                   /* type */
  9499                   CIMTYPE_STRING,
  9500                   /* subscript */
  9501                   -1,
  9502                   /* value */
  9503                   0,
  9504               };
  9505               
  9506               static const char*
  9507               _CIM_Location_Address_qualifiers[] =
  9508               {
  9509                   /* MaxLen */
  9510                   "\030\000\000\004\000",
  9511                   0,
  9512 mike  1.1.2.1 };
  9513               
  9514               static MetaProperty
  9515               _CIM_Location_Address =
  9516               {
  9517                   /* flags */
  9518                   META_FLAG_PROPERTY|META_FLAG_READ,
  9519                   /* name */
  9520                   "Address",
  9521                   /* qualifiers */
  9522                   _CIM_Location_Address_qualifiers,
  9523                   /* type */
  9524                   CIMTYPE_STRING,
  9525                   /* subscript */
  9526                   -1,
  9527                   /* value */
  9528                   0,
  9529               };
  9530               
  9531               static MetaFeature*
  9532               _CIM_Location_features[] =
  9533 mike  1.1.2.1 {
  9534                   (MetaFeature*)&_CIM_Location_Name,
  9535                   (MetaFeature*)&_CIM_Location_PhysicalPosition,
  9536                   (MetaFeature*)&_CIM_Location_Address,
  9537                   0,
  9538               };
  9539               
  9540               static const char*
  9541               __root_cimv2_CIM_Location_qualifiers[] =
  9542               {
  9543                   /* UMLPackagePath */
  9544                   "\057CIM::Core::Physical",
  9545                   /* Version */
  9546                   "\0632.10.0",
  9547                   0,
  9548               };
  9549               
  9550               MetaClass
  9551               __root_cimv2_CIM_Location =
  9552               {
  9553                   /* flags */
  9554 mike  1.1.2.1     META_FLAG_CLASS,
  9555                   /* name */
  9556                   "CIM_Location",
  9557                   /* qualifiers */
  9558                   __root_cimv2_CIM_Location_qualifiers,
  9559                   /* super */
  9560                   &__root_cimv2_CIM_ManagedElement,
  9561                   /* features */
  9562                   _CIM_Location_features,
  9563               };
  9564               
  9565               //==============================================================================
  9566               //
  9567               // Class: CIM_LogicalIdentity
  9568               //
  9569               //==============================================================================
  9570               
  9571               static const char*
  9572               _CIM_LogicalIdentity_SystemElement_qualifiers[] =
  9573               {
  9574                   /* Key */
  9575 mike  1.1.2.1     "\025\001",
  9576                   0,
  9577               };
  9578               
  9579               static MetaReference
  9580               _CIM_LogicalIdentity_SystemElement =
  9581               {
  9582                   /* flags */
  9583                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  9584                   /* name */
  9585                   "SystemElement",
  9586                   /* qualifiers */
  9587                   _CIM_LogicalIdentity_SystemElement_qualifiers,
  9588                   /* subscript */
  9589                   -1,
  9590                   /* refId */
  9591                   &__root_cimv2_CIM_ManagedElement,
  9592               };
  9593               
  9594               static const char*
  9595               _CIM_LogicalIdentity_SameElement_qualifiers[] =
  9596 mike  1.1.2.1 {
  9597                   /* Key */
  9598                   "\025\001",
  9599                   0,
  9600               };
  9601               
  9602               static MetaReference
  9603               _CIM_LogicalIdentity_SameElement =
  9604               {
  9605                   /* flags */
  9606                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  9607                   /* name */
  9608                   "SameElement",
  9609                   /* qualifiers */
  9610                   _CIM_LogicalIdentity_SameElement_qualifiers,
  9611                   /* subscript */
  9612                   -1,
  9613                   /* refId */
  9614                   &__root_cimv2_CIM_ManagedElement,
  9615               };
  9616               
  9617 mike  1.1.2.1 static MetaFeature*
  9618               _CIM_LogicalIdentity_features[] =
  9619               {
  9620                   (MetaFeature*)&_CIM_LogicalIdentity_SystemElement,
  9621                   (MetaFeature*)&_CIM_LogicalIdentity_SameElement,
  9622                   0,
  9623               };
  9624               
  9625               static const char*
  9626               __root_cimv2_CIM_LogicalIdentity_qualifiers[] =
  9627               {
  9628                   /* ASSOCIATION */
  9629                   "\000\001",
  9630                   /* UMLPackagePath */
  9631                   "\057CIM::Core::CoreElements",
  9632                   /* Abstract */
  9633                   "\002\001",
  9634                   /* Version */
  9635                   "\0632.10.0",
  9636                   0,
  9637               };
  9638 mike  1.1.2.1 
  9639               MetaClass
  9640               __root_cimv2_CIM_LogicalIdentity =
  9641               {
  9642                   /* flags */
  9643                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
  9644                   /* name */
  9645                   "CIM_LogicalIdentity",
  9646                   /* qualifiers */
  9647                   __root_cimv2_CIM_LogicalIdentity_qualifiers,
  9648                   /* super */
  9649                   0,
  9650                   /* features */
  9651                   _CIM_LogicalIdentity_features,
  9652               };
  9653               
  9654               //==============================================================================
  9655               //
  9656               // Class: CIM_LogicalNetwork
  9657               //
  9658               //==============================================================================
  9659 mike  1.1.2.1 
  9660               static const char*
  9661               _CIM_LogicalNetwork_SystemCreationClassName_qualifiers[] =
  9662               {
  9663                   /* Deprecated */
  9664                   "\013\000\001No value\000",
  9665                   /* Key */
  9666                   "\025\001",
  9667                   /* Propagated */
  9668                   "\045CIM_AdminDomain.CreationClassName",
  9669                   /* MaxLen */
  9670                   "\030\000\000\001\000",
  9671                   0,
  9672               };
  9673               
  9674               static MetaProperty
  9675               _CIM_LogicalNetwork_SystemCreationClassName =
  9676               {
  9677                   /* flags */
  9678                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9679                   /* name */
  9680 mike  1.1.2.1     "SystemCreationClassName",
  9681                   /* qualifiers */
  9682                   _CIM_LogicalNetwork_SystemCreationClassName_qualifiers,
  9683                   /* type */
  9684                   CIMTYPE_STRING,
  9685                   /* subscript */
  9686                   -1,
  9687                   /* value */
  9688                   0,
  9689               };
  9690               
  9691               static const char*
  9692               _CIM_LogicalNetwork_SystemName_qualifiers[] =
  9693               {
  9694                   /* Deprecated */
  9695                   "\013\000\001No value\000",
  9696                   /* Key */
  9697                   "\025\001",
  9698                   /* Propagated */
  9699                   "\045CIM_AdminDomain.Name",
  9700                   /* MaxLen */
  9701 mike  1.1.2.1     "\030\000\000\001\000",
  9702                   0,
  9703               };
  9704               
  9705               static MetaProperty
  9706               _CIM_LogicalNetwork_SystemName =
  9707               {
  9708                   /* flags */
  9709                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9710                   /* name */
  9711                   "SystemName",
  9712                   /* qualifiers */
  9713                   _CIM_LogicalNetwork_SystemName_qualifiers,
  9714                   /* type */
  9715                   CIMTYPE_STRING,
  9716                   /* subscript */
  9717                   -1,
  9718                   /* value */
  9719                   0,
  9720               };
  9721               
  9722 mike  1.1.2.1 static const char*
  9723               _CIM_LogicalNetwork_CreationClassName_qualifiers[] =
  9724               {
  9725                   /* Deprecated */
  9726                   "\013\000\001No value\000",
  9727                   /* Key */
  9728                   "\025\001",
  9729                   /* MaxLen */
  9730                   "\030\000\000\001\000",
  9731                   0,
  9732               };
  9733               
  9734               static MetaProperty
  9735               _CIM_LogicalNetwork_CreationClassName =
  9736               {
  9737                   /* flags */
  9738                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9739                   /* name */
  9740                   "CreationClassName",
  9741                   /* qualifiers */
  9742                   _CIM_LogicalNetwork_CreationClassName_qualifiers,
  9743 mike  1.1.2.1     /* type */
  9744                   CIMTYPE_STRING,
  9745                   /* subscript */
  9746                   -1,
  9747                   /* value */
  9748                   0,
  9749               };
  9750               
  9751               static const char*
  9752               _CIM_LogicalNetwork_Name_qualifiers[] =
  9753               {
  9754                   /* Deprecated */
  9755                   "\013\000\001CIM_ConnectivityCollection.InstanceID\000",
  9756                   /* Key */
  9757                   "\025\001",
  9758                   /* MaxLen */
  9759                   "\030\000\000\001\000",
  9760                   0,
  9761               };
  9762               
  9763               static MetaProperty
  9764 mike  1.1.2.1 _CIM_LogicalNetwork_Name =
  9765               {
  9766                   /* flags */
  9767                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9768                   /* name */
  9769                   "Name",
  9770                   /* qualifiers */
  9771                   _CIM_LogicalNetwork_Name_qualifiers,
  9772                   /* type */
  9773                   CIMTYPE_STRING,
  9774                   /* subscript */
  9775                   -1,
  9776                   /* value */
  9777                   0,
  9778               };
  9779               
  9780               static const char*
  9781               _CIM_LogicalNetwork_NetworkType_qualifiers[] =
  9782               {
  9783                   /* Deprecated */
  9784                   "\013\000\001No value\000",
  9785 mike  1.1.2.1     /* ValueMap */
  9786                   "\061\000\0230\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000",
  9787                   /* Values */
  9788                   "\062\000\023Unknown\000Other\000IPv4\000IPv6\000IPX\000AppleTalk\000DECnet\000SNA\000CONP\000CLNP\000VINES\000XNS\000ATM\000Frame Relay\000Ethernet\000TokenRing\000FDDI\000Infiniband\000Fibre Channel\000",
  9789                   /* ModelCorrespondence */
  9790                   "\036\000\001CIM_LogicalNetwork.OtherTypeDescription\000",
  9791                   0,
  9792               };
  9793               
  9794               static MetaProperty
  9795               _CIM_LogicalNetwork_NetworkType =
  9796               {
  9797                   /* flags */
  9798                   META_FLAG_PROPERTY|META_FLAG_READ,
  9799                   /* name */
  9800                   "NetworkType",
  9801                   /* qualifiers */
  9802                   _CIM_LogicalNetwork_NetworkType_qualifiers,
  9803                   /* type */
  9804                   CIMTYPE_UINT16,
  9805                   /* subscript */
  9806 mike  1.1.2.1     -1,
  9807                   /* value */
  9808                   0,
  9809               };
  9810               
  9811               static const char*
  9812               _CIM_LogicalNetwork_OtherTypeDescription_qualifiers[] =
  9813               {
  9814                   /* Deprecated */
  9815                   "\013\000\001No value\000",
  9816                   /* MaxLen */
  9817                   "\030\000\000\000\100",
  9818                   /* ModelCorrespondence */
  9819                   "\036\000\001CIM_LogicalNetwork.NetworkType\000",
  9820                   0,
  9821               };
  9822               
  9823               static MetaProperty
  9824               _CIM_LogicalNetwork_OtherTypeDescription =
  9825               {
  9826                   /* flags */
  9827 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  9828                   /* name */
  9829                   "OtherTypeDescription",
  9830                   /* qualifiers */
  9831                   _CIM_LogicalNetwork_OtherTypeDescription_qualifiers,
  9832                   /* type */
  9833                   CIMTYPE_STRING,
  9834                   /* subscript */
  9835                   -1,
  9836                   /* value */
  9837                   0,
  9838               };
  9839               
  9840               static MetaFeature*
  9841               _CIM_LogicalNetwork_features[] =
  9842               {
  9843                   (MetaFeature*)&_CIM_LogicalNetwork_SystemCreationClassName,
  9844                   (MetaFeature*)&_CIM_LogicalNetwork_SystemName,
  9845                   (MetaFeature*)&_CIM_LogicalNetwork_CreationClassName,
  9846                   (MetaFeature*)&_CIM_LogicalNetwork_Name,
  9847                   (MetaFeature*)&_CIM_LogicalNetwork_NetworkType,
  9848 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalNetwork_OtherTypeDescription,
  9849                   0,
  9850               };
  9851               
  9852               static const char*
  9853               __root_cimv2_CIM_LogicalNetwork_qualifiers[] =
  9854               {
  9855                   /* Deprecated */
  9856                   "\013\000\001CIM_ConnectivityCollection\000",
  9857                   /* UMLPackagePath */
  9858                   "\057CIM::Network::Collections",
  9859                   /* Version */
  9860                   "\0632.7.0",
  9861                   0,
  9862               };
  9863               
  9864               MetaClass
  9865               __root_cimv2_CIM_LogicalNetwork =
  9866               {
  9867                   /* flags */
  9868                   META_FLAG_CLASS,
  9869 mike  1.1.2.1     /* name */
  9870                   "CIM_LogicalNetwork",
  9871                   /* qualifiers */
  9872                   __root_cimv2_CIM_LogicalNetwork_qualifiers,
  9873                   /* super */
  9874                   &__root_cimv2_CIM_CollectionOfMSEs,
  9875                   /* features */
  9876                   _CIM_LogicalNetwork_features,
  9877               };
  9878               
  9879               //==============================================================================
  9880               //
  9881               // Class: CIM_LogicalPortCapabilities
  9882               //
  9883               //==============================================================================
  9884               
  9885               static const char*
  9886               _CIM_LogicalPortCapabilities_RequestedSpeedsSupported_qualifiers[] =
  9887               {
  9888                   /* ModelCorrespondence */
  9889                   "\036\000\001CIM_NetworkPort.Speed\000",
  9890 mike  1.1.2.1     0,
  9891               };
  9892               
  9893               static MetaProperty
  9894               _CIM_LogicalPortCapabilities_RequestedSpeedsSupported =
  9895               {
  9896                   /* flags */
  9897                   META_FLAG_PROPERTY|META_FLAG_READ,
  9898                   /* name */
  9899                   "RequestedSpeedsSupported",
  9900                   /* qualifiers */
  9901                   _CIM_LogicalPortCapabilities_RequestedSpeedsSupported_qualifiers,
  9902                   /* type */
  9903                   CIMTYPE_UINT64,
  9904                   /* subscript */
  9905                   0,
  9906                   /* value */
  9907                   0,
  9908               };
  9909               
  9910               static const char*
  9911 mike  1.1.2.1 _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable_qualifiers[] =
  9912               {
  9913                   /* ModelCorrespondence */
  9914                   "\036\000\001CIM_NetworkPort.Speed\000",
  9915                   0,
  9916               };
  9917               
  9918               static MetaProperty
  9919               _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable =
  9920               {
  9921                   /* flags */
  9922                   META_FLAG_PROPERTY|META_FLAG_READ,
  9923                   /* name */
  9924                   "AutoSenseSpeedConfigurable",
  9925                   /* qualifiers */
  9926                   _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable_qualifiers,
  9927                   /* type */
  9928                   CIMTYPE_BOOLEAN,
  9929                   /* subscript */
  9930                   -1,
  9931                   /* value */
  9932 mike  1.1.2.1     0,
  9933               };
  9934               
  9935               static MetaFeature*
  9936               _CIM_LogicalPortCapabilities_features[] =
  9937               {
  9938                   (MetaFeature*)&_CIM_LogicalPortCapabilities_RequestedSpeedsSupported,
  9939                   (MetaFeature*)&_CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable,
  9940                   0,
  9941               };
  9942               
  9943               static const char*
  9944               __root_cimv2_CIM_LogicalPortCapabilities_qualifiers[] =
  9945               {
  9946                   /* UMLPackagePath */
  9947                   "\057CIM::Device::Ports",
  9948                   /* Version */
  9949                   "\0632.11.0",
  9950                   0,
  9951               };
  9952               
  9953 mike  1.1.2.1 MetaClass
  9954               __root_cimv2_CIM_LogicalPortCapabilities =
  9955               {
  9956                   /* flags */
  9957                   META_FLAG_CLASS,
  9958                   /* name */
  9959                   "CIM_LogicalPortCapabilities",
  9960                   /* qualifiers */
  9961                   __root_cimv2_CIM_LogicalPortCapabilities_qualifiers,
  9962                   /* super */
  9963                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
  9964                   /* features */
  9965                   _CIM_LogicalPortCapabilities_features,
  9966               };
  9967               
  9968               //==============================================================================
  9969               //
  9970               // Class: CIM_ManagedSystemElement
  9971               //
  9972               //==============================================================================
  9973               
  9974 mike  1.1.2.1 static const char*
  9975               _CIM_ManagedSystemElement_InstallDate_qualifiers[] =
  9976               {
  9977                   /* MappingStrings */
  9978                   "\026\000\001MIF.DMTF|ComponentID|001.5\000",
  9979                   0,
  9980               };
  9981               
  9982               static MetaProperty
  9983               _CIM_ManagedSystemElement_InstallDate =
  9984               {
  9985                   /* flags */
  9986                   META_FLAG_PROPERTY|META_FLAG_READ,
  9987                   /* name */
  9988                   "InstallDate",
  9989                   /* qualifiers */
  9990                   _CIM_ManagedSystemElement_InstallDate_qualifiers,
  9991                   /* type */
  9992                   CIMTYPE_DATETIME,
  9993                   /* subscript */
  9994                   -1,
  9995 mike  1.1.2.1     /* value */
  9996                   0,
  9997               };
  9998               
  9999               static const char*
 10000               _CIM_ManagedSystemElement_Name_qualifiers[] =
 10001               {
 10002                   /* MaxLen */
 10003                   "\030\000\000\004\000",
 10004                   0,
 10005               };
 10006               
 10007               static MetaProperty
 10008               _CIM_ManagedSystemElement_Name =
 10009               {
 10010                   /* flags */
 10011                   META_FLAG_PROPERTY|META_FLAG_READ,
 10012                   /* name */
 10013                   "Name",
 10014                   /* qualifiers */
 10015                   _CIM_ManagedSystemElement_Name_qualifiers,
 10016 mike  1.1.2.1     /* type */
 10017                   CIMTYPE_STRING,
 10018                   /* subscript */
 10019                   -1,
 10020                   /* value */
 10021                   0,
 10022               };
 10023               
 10024               static const char*
 10025               _CIM_ManagedSystemElement_OperationalStatus_qualifiers[] =
 10026               {
 10027                   /* ValueMap */
 10028                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000..\0000x8000..\000",
 10029                   /* Values */
 10030                   "\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",
 10031                   /* ArrayType */
 10032                   "\005Indexed",
 10033                   /* ModelCorrespondence */
 10034                   "\036\000\001CIM_ManagedSystemElement.StatusDescriptions\000",
 10035                   0,
 10036               };
 10037 mike  1.1.2.1 
 10038               static MetaProperty
 10039               _CIM_ManagedSystemElement_OperationalStatus =
 10040               {
 10041                   /* flags */
 10042                   META_FLAG_PROPERTY|META_FLAG_READ,
 10043                   /* name */
 10044                   "OperationalStatus",
 10045                   /* qualifiers */
 10046                   _CIM_ManagedSystemElement_OperationalStatus_qualifiers,
 10047                   /* type */
 10048                   CIMTYPE_UINT16,
 10049                   /* subscript */
 10050                   0,
 10051                   /* value */
 10052                   0,
 10053               };
 10054               
 10055               static const char*
 10056               _CIM_ManagedSystemElement_StatusDescriptions_qualifiers[] =
 10057               {
 10058 mike  1.1.2.1     /* ArrayType */
 10059                   "\005Indexed",
 10060                   /* ModelCorrespondence */
 10061                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 10062                   0,
 10063               };
 10064               
 10065               static MetaProperty
 10066               _CIM_ManagedSystemElement_StatusDescriptions =
 10067               {
 10068                   /* flags */
 10069                   META_FLAG_PROPERTY|META_FLAG_READ,
 10070                   /* name */
 10071                   "StatusDescriptions",
 10072                   /* qualifiers */
 10073                   _CIM_ManagedSystemElement_StatusDescriptions_qualifiers,
 10074                   /* type */
 10075                   CIMTYPE_STRING,
 10076                   /* subscript */
 10077                   0,
 10078                   /* value */
 10079 mike  1.1.2.1     0,
 10080               };
 10081               
 10082               static const char*
 10083               _CIM_ManagedSystemElement_Status_qualifiers[] =
 10084               {
 10085                   /* Deprecated */
 10086                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 10087                   /* ValueMap */
 10088                   "\061\000\015OK\000Error\000Degraded\000Unknown\000Pred Fail\000Starting\000Stopping\000Service\000Stressed\000NonRecover\000No Contact\000Lost Comm\000Stopped\000",
 10089                   /* MaxLen */
 10090                   "\030\000\000\000\012",
 10091                   0,
 10092               };
 10093               
 10094               static MetaProperty
 10095               _CIM_ManagedSystemElement_Status =
 10096               {
 10097                   /* flags */
 10098                   META_FLAG_PROPERTY|META_FLAG_READ,
 10099                   /* name */
 10100 mike  1.1.2.1     "Status",
 10101                   /* qualifiers */
 10102                   _CIM_ManagedSystemElement_Status_qualifiers,
 10103                   /* type */
 10104                   CIMTYPE_STRING,
 10105                   /* subscript */
 10106                   -1,
 10107                   /* value */
 10108                   0,
 10109               };
 10110               
 10111               static const char*
 10112               _CIM_ManagedSystemElement_HealthState_qualifiers[] =
 10113               {
 10114                   /* ValueMap */
 10115                   "\061\000\0100\0005\00010\00015\00020\00025\00030\000..\000",
 10116                   /* Values */
 10117                   "\062\000\010Unknown\000OK\000Degraded/Warning\000Minor failure\000Major failure\000Critical failure\000Non-recoverable error\000DMTF Reserved\000",
 10118                   0,
 10119               };
 10120               
 10121 mike  1.1.2.1 static MetaProperty
 10122               _CIM_ManagedSystemElement_HealthState =
 10123               {
 10124                   /* flags */
 10125                   META_FLAG_PROPERTY|META_FLAG_READ,
 10126                   /* name */
 10127                   "HealthState",
 10128                   /* qualifiers */
 10129                   _CIM_ManagedSystemElement_HealthState_qualifiers,
 10130                   /* type */
 10131                   CIMTYPE_UINT16,
 10132                   /* subscript */
 10133                   -1,
 10134                   /* value */
 10135                   0,
 10136               };
 10137               
 10138               static MetaFeature*
 10139               _CIM_ManagedSystemElement_features[] =
 10140               {
 10141                   (MetaFeature*)&_CIM_ManagedSystemElement_InstallDate,
 10142 mike  1.1.2.1     (MetaFeature*)&_CIM_ManagedSystemElement_Name,
 10143                   (MetaFeature*)&_CIM_ManagedSystemElement_OperationalStatus,
 10144                   (MetaFeature*)&_CIM_ManagedSystemElement_StatusDescriptions,
 10145                   (MetaFeature*)&_CIM_ManagedSystemElement_Status,
 10146                   (MetaFeature*)&_CIM_ManagedSystemElement_HealthState,
 10147                   0,
 10148               };
 10149               
 10150               static const char*
 10151               __root_cimv2_CIM_ManagedSystemElement_qualifiers[] =
 10152               {
 10153                   /* UMLPackagePath */
 10154                   "\057CIM::Core::CoreElements",
 10155                   /* Abstract */
 10156                   "\002\001",
 10157                   /* Version */
 10158                   "\0632.11.0",
 10159                   0,
 10160               };
 10161               
 10162               MetaClass
 10163 mike  1.1.2.1 __root_cimv2_CIM_ManagedSystemElement =
 10164               {
 10165                   /* flags */
 10166                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 10167                   /* name */
 10168                   "CIM_ManagedSystemElement",
 10169                   /* qualifiers */
 10170                   __root_cimv2_CIM_ManagedSystemElement_qualifiers,
 10171                   /* super */
 10172                   &__root_cimv2_CIM_ManagedElement,
 10173                   /* features */
 10174                   _CIM_ManagedSystemElement_features,
 10175               };
 10176               
 10177               //==============================================================================
 10178               //
 10179               // Class: CIM_MemberOfCollection
 10180               //
 10181               //==============================================================================
 10182               
 10183               static const char*
 10184 mike  1.1.2.1 _CIM_MemberOfCollection_Collection_qualifiers[] =
 10185               {
 10186                   /* Key */
 10187                   "\025\001",
 10188                   /* Aggregate */
 10189                   "\003\001",
 10190                   0,
 10191               };
 10192               
 10193               static MetaReference
 10194               _CIM_MemberOfCollection_Collection =
 10195               {
 10196                   /* flags */
 10197                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 10198                   /* name */
 10199                   "Collection",
 10200                   /* qualifiers */
 10201                   _CIM_MemberOfCollection_Collection_qualifiers,
 10202                   /* subscript */
 10203                   -1,
 10204                   /* refId */
 10205 mike  1.1.2.1     &__root_cimv2_CIM_Collection,
 10206               };
 10207               
 10208               static const char*
 10209               _CIM_MemberOfCollection_Member_qualifiers[] =
 10210               {
 10211                   /* Key */
 10212                   "\025\001",
 10213                   0,
 10214               };
 10215               
 10216               static MetaReference
 10217               _CIM_MemberOfCollection_Member =
 10218               {
 10219                   /* flags */
 10220                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 10221                   /* name */
 10222                   "Member",
 10223                   /* qualifiers */
 10224                   _CIM_MemberOfCollection_Member_qualifiers,
 10225                   /* subscript */
 10226 mike  1.1.2.1     -1,
 10227                   /* refId */
 10228                   &__root_cimv2_CIM_ManagedElement,
 10229               };
 10230               
 10231               static MetaFeature*
 10232               _CIM_MemberOfCollection_features[] =
 10233               {
 10234                   (MetaFeature*)&_CIM_MemberOfCollection_Collection,
 10235                   (MetaFeature*)&_CIM_MemberOfCollection_Member,
 10236                   0,
 10237               };
 10238               
 10239               static const char*
 10240               __root_cimv2_CIM_MemberOfCollection_qualifiers[] =
 10241               {
 10242                   /* ASSOCIATION */
 10243                   "\000\001",
 10244                   /* UMLPackagePath */
 10245                   "\057CIM::Core::Collection",
 10246                   /* Aggregation */
 10247 mike  1.1.2.1     "\004\001",
 10248                   /* Version */
 10249                   "\0632.6.0",
 10250                   0,
 10251               };
 10252               
 10253               MetaClass
 10254               __root_cimv2_CIM_MemberOfCollection =
 10255               {
 10256                   /* flags */
 10257                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 10258                   /* name */
 10259                   "CIM_MemberOfCollection",
 10260                   /* qualifiers */
 10261                   __root_cimv2_CIM_MemberOfCollection_qualifiers,
 10262                   /* super */
 10263                   0,
 10264                   /* features */
 10265                   _CIM_MemberOfCollection_features,
 10266               };
 10267               
 10268 mike  1.1.2.1 //==============================================================================
 10269               //
 10270               // Class: CIM_MemberPrincipal
 10271               //
 10272               //==============================================================================
 10273               
 10274               static const char*
 10275               _CIM_MemberPrincipal_Collection_qualifiers[] =
 10276               {
 10277                   /* Deprecated */
 10278                   "\013\000\001CIM_MemberOfCollection.Collection\000",
 10279                   /* Aggregate */
 10280                   "\003\001",
 10281                   /* Override */
 10282                   "\044Collection",
 10283                   0,
 10284               };
 10285               
 10286               static MetaReference
 10287               _CIM_MemberPrincipal_Collection =
 10288               {
 10289 mike  1.1.2.1     /* flags */
 10290                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 10291                   /* name */
 10292                   "Collection",
 10293                   /* qualifiers */
 10294                   _CIM_MemberPrincipal_Collection_qualifiers,
 10295                   /* subscript */
 10296                   -1,
 10297                   /* refId */
 10298                   &__root_cimv2_CIM_Collection,
 10299               };
 10300               
 10301               static const char*
 10302               _CIM_MemberPrincipal_Member_qualifiers[] =
 10303               {
 10304                   /* Deprecated */
 10305                   "\013\000\001CIM_MemberOfCollection.Member\000",
 10306                   /* Override */
 10307                   "\044Member",
 10308                   0,
 10309               };
 10310 mike  1.1.2.1 
 10311               static MetaReference
 10312               _CIM_MemberPrincipal_Member =
 10313               {
 10314                   /* flags */
 10315                   META_FLAG_REFERENCE|META_FLAG_READ,
 10316                   /* name */
 10317                   "Member",
 10318                   /* qualifiers */
 10319                   _CIM_MemberPrincipal_Member_qualifiers,
 10320                   /* subscript */
 10321                   -1,
 10322                   /* refId */
 10323                   &__root_cimv2_CIM_ManagedElement,
 10324               };
 10325               
 10326               static const char*
 10327               _CIM_MemberPrincipal_UserAccessBy_qualifiers[] =
 10328               {
 10329                   /* Deprecated */
 10330                   "\013\000\001No value\000",
 10331 mike  1.1.2.1     /* ValueMap */
 10332                   "\061\000\0041\0002\0003\0004\000",
 10333                   /* Values */
 10334                   "\062\000\004UsersAccess\000Account\000UsingElement\000CredentialManagementService\000",
 10335                   0,
 10336               };
 10337               
 10338               static MetaProperty
 10339               _CIM_MemberPrincipal_UserAccessBy =
 10340               {
 10341                   /* flags */
 10342                   META_FLAG_PROPERTY|META_FLAG_READ,
 10343                   /* name */
 10344                   "UserAccessBy",
 10345                   /* qualifiers */
 10346                   _CIM_MemberPrincipal_UserAccessBy_qualifiers,
 10347                   /* type */
 10348                   CIMTYPE_UINT16,
 10349                   /* subscript */
 10350                   -1,
 10351                   /* value */
 10352 mike  1.1.2.1     0,
 10353               };
 10354               
 10355               static MetaFeature*
 10356               _CIM_MemberPrincipal_features[] =
 10357               {
 10358                   (MetaFeature*)&_CIM_MemberPrincipal_Collection,
 10359                   (MetaFeature*)&_CIM_MemberPrincipal_Member,
 10360                   (MetaFeature*)&_CIM_MemberPrincipal_UserAccessBy,
 10361                   0,
 10362               };
 10363               
 10364               static const char*
 10365               __root_cimv2_CIM_MemberPrincipal_qualifiers[] =
 10366               {
 10367                   /* ASSOCIATION */
 10368                   "\000\001",
 10369                   /* Deprecated */
 10370                   "\013\000\001CIM_MemberOfCollection\000",
 10371                   /* UMLPackagePath */
 10372                   "\057CIM::User::Org",
 10373 mike  1.1.2.1     /* Aggregation */
 10374                   "\004\001",
 10375                   /* Version */
 10376                   "\0632.8.0",
 10377                   0,
 10378               };
 10379               
 10380               MetaClass
 10381               __root_cimv2_CIM_MemberPrincipal =
 10382               {
 10383                   /* flags */
 10384                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 10385                   /* name */
 10386                   "CIM_MemberPrincipal",
 10387                   /* qualifiers */
 10388                   __root_cimv2_CIM_MemberPrincipal_qualifiers,
 10389                   /* super */
 10390                   &__root_cimv2_CIM_MemberOfCollection,
 10391                   /* features */
 10392                   _CIM_MemberPrincipal_features,
 10393               };
 10394 mike  1.1.2.1 
 10395               //==============================================================================
 10396               //
 10397               // Class: CIM_MethodParameters
 10398               //
 10399               //==============================================================================
 10400               
 10401               static const char*
 10402               _CIM_MethodParameters_MethodParametersId_qualifiers[] =
 10403               {
 10404                   /* MaxLen */
 10405                   "\030\000\000\001\000",
 10406                   0,
 10407               };
 10408               
 10409               static MetaProperty
 10410               _CIM_MethodParameters_MethodParametersId =
 10411               {
 10412                   /* flags */
 10413                   META_FLAG_PROPERTY|META_FLAG_READ,
 10414                   /* name */
 10415 mike  1.1.2.1     "MethodParametersId",
 10416                   /* qualifiers */
 10417                   _CIM_MethodParameters_MethodParametersId_qualifiers,
 10418                   /* type */
 10419                   CIMTYPE_STRING,
 10420                   /* subscript */
 10421                   -1,
 10422                   /* value */
 10423                   0,
 10424               };
 10425               
 10426               static const char*
 10427               _CIM_MethodParameters_ResetValues_SourceME_qualifiers[] =
 10428               {
 10429                   /* IN */
 10430                   "\024\001",
 10431                   0,
 10432               };
 10433               
 10434               static MetaReference
 10435               _CIM_MethodParameters_ResetValues_SourceME =
 10436 mike  1.1.2.1 {
 10437                   /* flags */
 10438                   META_FLAG_REFERENCE|META_FLAG_IN,
 10439                   /* name */
 10440                   "SourceME",
 10441                   /* qualifiers */
 10442                   _CIM_MethodParameters_ResetValues_SourceME_qualifiers,
 10443                   /* subscript */
 10444                   -1,
 10445                   /* ref */
 10446                   &__root_cimv2_CIM_ManagedElement,
 10447               };
 10448               
 10449               static MetaFeature*
 10450               _CIM_MethodParameters_ResetValues_parameters[] =
 10451               {
 10452                   (MetaFeature*)&_CIM_MethodParameters_ResetValues_SourceME,
 10453                   0,
 10454               };
 10455               
 10456               static const char*
 10457 mike  1.1.2.1 _CIM_MethodParameters_ResetValues_qualifiers[] =
 10458               {
 10459                   0,
 10460               };
 10461               
 10462               static MetaMethod
 10463               _CIM_MethodParameters_ResetValues =
 10464               {
 10465                   /* flags */
 10466                   META_FLAG_METHOD,
 10467                   /* name */
 10468                   "CIM_MethodParameters",
 10469                   /* qualifiers */
 10470                   _CIM_MethodParameters_ResetValues_qualifiers,
 10471                   /* type */
 10472                   CIMTYPE_UINT32,
 10473                   /* parameters */
 10474                   _CIM_MethodParameters_ResetValues_parameters,
 10475               };
 10476               
 10477               static MetaFeature*
 10478 mike  1.1.2.1 _CIM_MethodParameters_features[] =
 10479               {
 10480                   (MetaFeature*)&_CIM_MethodParameters_MethodParametersId,
 10481                   (MetaFeature*)&_CIM_MethodParameters_ResetValues,
 10482                   0,
 10483               };
 10484               
 10485               static const char*
 10486               __root_cimv2_CIM_MethodParameters_qualifiers[] =
 10487               {
 10488                   /* UMLPackagePath */
 10489                   "\057CIM::Core::MethodParms",
 10490                   /* Abstract */
 10491                   "\002\001",
 10492                   /* Version */
 10493                   "\0632.10.0",
 10494                   0,
 10495               };
 10496               
 10497               MetaClass
 10498               __root_cimv2_CIM_MethodParameters =
 10499 mike  1.1.2.1 {
 10500                   /* flags */
 10501                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 10502                   /* name */
 10503                   "CIM_MethodParameters",
 10504                   /* qualifiers */
 10505                   __root_cimv2_CIM_MethodParameters_qualifiers,
 10506                   /* super */
 10507                   &__root_cimv2_CIM_ManagedElement,
 10508                   /* features */
 10509                   _CIM_MethodParameters_features,
 10510               };
 10511               
 10512               //==============================================================================
 10513               //
 10514               // Class: CIM_MetricDefForME
 10515               //
 10516               //==============================================================================
 10517               
 10518               static const char*
 10519               _CIM_MetricDefForME_Antecedent_qualifiers[] =
 10520 mike  1.1.2.1 {
 10521                   /* Override */
 10522                   "\044Antecedent",
 10523                   0,
 10524               };
 10525               
 10526               static MetaReference
 10527               _CIM_MetricDefForME_Antecedent =
 10528               {
 10529                   /* flags */
 10530                   META_FLAG_REFERENCE|META_FLAG_READ,
 10531                   /* name */
 10532                   "Antecedent",
 10533                   /* qualifiers */
 10534                   _CIM_MetricDefForME_Antecedent_qualifiers,
 10535                   /* subscript */
 10536                   -1,
 10537                   /* refId */
 10538                   &__root_cimv2_CIM_ManagedElement,
 10539               };
 10540               
 10541 mike  1.1.2.1 static const char*
 10542               _CIM_MetricDefForME_Dependent_qualifiers[] =
 10543               {
 10544                   /* Override */
 10545                   "\044Dependent",
 10546                   0,
 10547               };
 10548               
 10549               static MetaReference
 10550               _CIM_MetricDefForME_Dependent =
 10551               {
 10552                   /* flags */
 10553                   META_FLAG_REFERENCE|META_FLAG_READ,
 10554                   /* name */
 10555                   "Dependent",
 10556                   /* qualifiers */
 10557                   _CIM_MetricDefForME_Dependent_qualifiers,
 10558                   /* subscript */
 10559                   -1,
 10560                   /* refId */
 10561                   &__root_cimv2_CIM_BaseMetricDefinition,
 10562 mike  1.1.2.1 };
 10563               
 10564               static MetaFeature*
 10565               _CIM_MetricDefForME_features[] =
 10566               {
 10567                   (MetaFeature*)&_CIM_MetricDefForME_Antecedent,
 10568                   (MetaFeature*)&_CIM_MetricDefForME_Dependent,
 10569                   0,
 10570               };
 10571               
 10572               static const char*
 10573               __root_cimv2_CIM_MetricDefForME_qualifiers[] =
 10574               {
 10575                   /* ASSOCIATION */
 10576                   "\000\001",
 10577                   /* UMLPackagePath */
 10578                   "\057CIM::Metrics::BaseMetric",
 10579                   /* Version */
 10580                   "\0632.7.0",
 10581                   0,
 10582               };
 10583 mike  1.1.2.1 
 10584               MetaClass
 10585               __root_cimv2_CIM_MetricDefForME =
 10586               {
 10587                   /* flags */
 10588                   META_FLAG_ASSOCIATION,
 10589                   /* name */
 10590                   "CIM_MetricDefForME",
 10591                   /* qualifiers */
 10592                   __root_cimv2_CIM_MetricDefForME_qualifiers,
 10593                   /* super */
 10594                   &__root_cimv2_CIM_Dependency,
 10595                   /* features */
 10596                   _CIM_MetricDefForME_features,
 10597               };
 10598               
 10599               //==============================================================================
 10600               //
 10601               // Class: CIM_MetricDefinition
 10602               //
 10603               //==============================================================================
 10604 mike  1.1.2.1 
 10605               static const char*
 10606               _CIM_MetricDefinition_Id_qualifiers[] =
 10607               {
 10608                   /* Override */
 10609                   "\044Id",
 10610                   /* MaxLen */
 10611                   "\030\000\000\000\020",
 10612                   0,
 10613               };
 10614               
 10615               static MetaProperty
 10616               _CIM_MetricDefinition_Id =
 10617               {
 10618                   /* flags */
 10619                   META_FLAG_PROPERTY|META_FLAG_READ,
 10620                   /* name */
 10621                   "Id",
 10622                   /* qualifiers */
 10623                   _CIM_MetricDefinition_Id_qualifiers,
 10624                   /* type */
 10625 mike  1.1.2.1     CIMTYPE_STRING,
 10626                   /* subscript */
 10627                   -1,
 10628                   /* value */
 10629                   0,
 10630               };
 10631               
 10632               static const char*
 10633               _CIM_MetricDefinition_Validity_qualifiers[] =
 10634               {
 10635                   /* ValueMap */
 10636                   "\061\000\0031\0002\0003\000",
 10637                   /* Values */
 10638                   "\062\000\003At Start\000In Middle\000At Stop\000",
 10639                   0,
 10640               };
 10641               
 10642               static MetaProperty
 10643               _CIM_MetricDefinition_Validity =
 10644               {
 10645                   /* flags */
 10646 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 10647                   /* name */
 10648                   "Validity",
 10649                   /* qualifiers */
 10650                   _CIM_MetricDefinition_Validity_qualifiers,
 10651                   /* type */
 10652                   CIMTYPE_UINT16,
 10653                   /* subscript */
 10654                   -1,
 10655                   /* value */
 10656                   0,
 10657               };
 10658               
 10659               static MetaFeature*
 10660               _CIM_MetricDefinition_features[] =
 10661               {
 10662                   (MetaFeature*)&_CIM_MetricDefinition_Id,
 10663                   (MetaFeature*)&_CIM_MetricDefinition_Validity,
 10664                   0,
 10665               };
 10666               
 10667 mike  1.1.2.1 static const char*
 10668               __root_cimv2_CIM_MetricDefinition_qualifiers[] =
 10669               {
 10670                   /* UMLPackagePath */
 10671                   "\057CIM::Metrics::UnitOfWork",
 10672                   /* Version */
 10673                   "\0632.7.0",
 10674                   0,
 10675               };
 10676               
 10677               MetaClass
 10678               __root_cimv2_CIM_MetricDefinition =
 10679               {
 10680                   /* flags */
 10681                   META_FLAG_CLASS,
 10682                   /* name */
 10683                   "CIM_MetricDefinition",
 10684                   /* qualifiers */
 10685                   __root_cimv2_CIM_MetricDefinition_qualifiers,
 10686                   /* super */
 10687                   &__root_cimv2_CIM_BaseMetricDefinition,
 10688 mike  1.1.2.1     /* features */
 10689                   _CIM_MetricDefinition_features,
 10690               };
 10691               
 10692               //==============================================================================
 10693               //
 10694               // Class: CIM_MetricForME
 10695               //
 10696               //==============================================================================
 10697               
 10698               static const char*
 10699               _CIM_MetricForME_Antecedent_qualifiers[] =
 10700               {
 10701                   /* Override */
 10702                   "\044Antecedent",
 10703                   0,
 10704               };
 10705               
 10706               static MetaReference
 10707               _CIM_MetricForME_Antecedent =
 10708               {
 10709 mike  1.1.2.1     /* flags */
 10710                   META_FLAG_REFERENCE|META_FLAG_READ,
 10711                   /* name */
 10712                   "Antecedent",
 10713                   /* qualifiers */
 10714                   _CIM_MetricForME_Antecedent_qualifiers,
 10715                   /* subscript */
 10716                   -1,
 10717                   /* refId */
 10718                   &__root_cimv2_CIM_ManagedElement,
 10719               };
 10720               
 10721               static const char*
 10722               _CIM_MetricForME_Dependent_qualifiers[] =
 10723               {
 10724                   /* Override */
 10725                   "\044Dependent",
 10726                   0,
 10727               };
 10728               
 10729               static MetaReference
 10730 mike  1.1.2.1 _CIM_MetricForME_Dependent =
 10731               {
 10732                   /* flags */
 10733                   META_FLAG_REFERENCE|META_FLAG_READ,
 10734                   /* name */
 10735                   "Dependent",
 10736                   /* qualifiers */
 10737                   _CIM_MetricForME_Dependent_qualifiers,
 10738                   /* subscript */
 10739                   -1,
 10740                   /* refId */
 10741                   &__root_cimv2_CIM_BaseMetricValue,
 10742               };
 10743               
 10744               static MetaFeature*
 10745               _CIM_MetricForME_features[] =
 10746               {
 10747                   (MetaFeature*)&_CIM_MetricForME_Antecedent,
 10748                   (MetaFeature*)&_CIM_MetricForME_Dependent,
 10749                   0,
 10750               };
 10751 mike  1.1.2.1 
 10752               static const char*
 10753               __root_cimv2_CIM_MetricForME_qualifiers[] =
 10754               {
 10755                   /* ASSOCIATION */
 10756                   "\000\001",
 10757                   /* UMLPackagePath */
 10758                   "\057CIM::Metrics::BaseMetric",
 10759                   /* Version */
 10760                   "\0632.7.0",
 10761                   0,
 10762               };
 10763               
 10764               MetaClass
 10765               __root_cimv2_CIM_MetricForME =
 10766               {
 10767                   /* flags */
 10768                   META_FLAG_ASSOCIATION,
 10769                   /* name */
 10770                   "CIM_MetricForME",
 10771                   /* qualifiers */
 10772 mike  1.1.2.1     __root_cimv2_CIM_MetricForME_qualifiers,
 10773                   /* super */
 10774                   &__root_cimv2_CIM_Dependency,
 10775                   /* features */
 10776                   _CIM_MetricForME_features,
 10777               };
 10778               
 10779               //==============================================================================
 10780               //
 10781               // Class: CIM_MetricInstance
 10782               //
 10783               //==============================================================================
 10784               
 10785               static const char*
 10786               _CIM_MetricInstance_Antecedent_qualifiers[] =
 10787               {
 10788                   /* Override */
 10789                   "\044Antecedent",
 10790                   /* Min */
 10791                   "\033\000\000\000\001",
 10792                   /* Max */
 10793 mike  1.1.2.1     "\027\000\000\000\001",
 10794                   0,
 10795               };
 10796               
 10797               static MetaReference
 10798               _CIM_MetricInstance_Antecedent =
 10799               {
 10800                   /* flags */
 10801                   META_FLAG_REFERENCE|META_FLAG_READ,
 10802                   /* name */
 10803                   "Antecedent",
 10804                   /* qualifiers */
 10805                   _CIM_MetricInstance_Antecedent_qualifiers,
 10806                   /* subscript */
 10807                   -1,
 10808                   /* refId */
 10809                   &__root_cimv2_CIM_BaseMetricDefinition,
 10810               };
 10811               
 10812               static const char*
 10813               _CIM_MetricInstance_Dependent_qualifiers[] =
 10814 mike  1.1.2.1 {
 10815                   /* Override */
 10816                   "\044Dependent",
 10817                   0,
 10818               };
 10819               
 10820               static MetaReference
 10821               _CIM_MetricInstance_Dependent =
 10822               {
 10823                   /* flags */
 10824                   META_FLAG_REFERENCE|META_FLAG_READ,
 10825                   /* name */
 10826                   "Dependent",
 10827                   /* qualifiers */
 10828                   _CIM_MetricInstance_Dependent_qualifiers,
 10829                   /* subscript */
 10830                   -1,
 10831                   /* refId */
 10832                   &__root_cimv2_CIM_BaseMetricValue,
 10833               };
 10834               
 10835 mike  1.1.2.1 static MetaFeature*
 10836               _CIM_MetricInstance_features[] =
 10837               {
 10838                   (MetaFeature*)&_CIM_MetricInstance_Antecedent,
 10839                   (MetaFeature*)&_CIM_MetricInstance_Dependent,
 10840                   0,
 10841               };
 10842               
 10843               static const char*
 10844               __root_cimv2_CIM_MetricInstance_qualifiers[] =
 10845               {
 10846                   /* ASSOCIATION */
 10847                   "\000\001",
 10848                   /* UMLPackagePath */
 10849                   "\057CIM::Metrics::BaseMetric",
 10850                   /* Version */
 10851                   "\0632.7.0",
 10852                   0,
 10853               };
 10854               
 10855               MetaClass
 10856 mike  1.1.2.1 __root_cimv2_CIM_MetricInstance =
 10857               {
 10858                   /* flags */
 10859                   META_FLAG_ASSOCIATION,
 10860                   /* name */
 10861                   "CIM_MetricInstance",
 10862                   /* qualifiers */
 10863                   __root_cimv2_CIM_MetricInstance_qualifiers,
 10864                   /* super */
 10865                   &__root_cimv2_CIM_Dependency,
 10866                   /* features */
 10867                   _CIM_MetricInstance_features,
 10868               };
 10869               
 10870               //==============================================================================
 10871               //
 10872               // Class: CIM_NamedSharedIKESecret
 10873               //
 10874               //==============================================================================
 10875               
 10876               static const char*
 10877 mike  1.1.2.1 _CIM_NamedSharedIKESecret_SystemCreationClassName_qualifiers[] =
 10878               {
 10879                   /* Key */
 10880                   "\025\001",
 10881                   /* Propagated */
 10882                   "\045CIM_SharedSecretService.SystemCreationClassName",
 10883                   /* MaxLen */
 10884                   "\030\000\000\001\000",
 10885                   0,
 10886               };
 10887               
 10888               static MetaProperty
 10889               _CIM_NamedSharedIKESecret_SystemCreationClassName =
 10890               {
 10891                   /* flags */
 10892                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10893                   /* name */
 10894                   "SystemCreationClassName",
 10895                   /* qualifiers */
 10896                   _CIM_NamedSharedIKESecret_SystemCreationClassName_qualifiers,
 10897                   /* type */
 10898 mike  1.1.2.1     CIMTYPE_STRING,
 10899                   /* subscript */
 10900                   -1,
 10901                   /* value */
 10902                   0,
 10903               };
 10904               
 10905               static const char*
 10906               _CIM_NamedSharedIKESecret_SystemName_qualifiers[] =
 10907               {
 10908                   /* Key */
 10909                   "\025\001",
 10910                   /* Propagated */
 10911                   "\045CIM_SharedSecretService.SystemName",
 10912                   /* MaxLen */
 10913                   "\030\000\000\001\000",
 10914                   0,
 10915               };
 10916               
 10917               static MetaProperty
 10918               _CIM_NamedSharedIKESecret_SystemName =
 10919 mike  1.1.2.1 {
 10920                   /* flags */
 10921                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10922                   /* name */
 10923                   "SystemName",
 10924                   /* qualifiers */
 10925                   _CIM_NamedSharedIKESecret_SystemName_qualifiers,
 10926                   /* type */
 10927                   CIMTYPE_STRING,
 10928                   /* subscript */
 10929                   -1,
 10930                   /* value */
 10931                   0,
 10932               };
 10933               
 10934               static const char*
 10935               _CIM_NamedSharedIKESecret_ServiceCreationClassName_qualifiers[] =
 10936               {
 10937                   /* Key */
 10938                   "\025\001",
 10939                   /* Propagated */
 10940 mike  1.1.2.1     "\045CIM_SharedSecretService.CreationClassName",
 10941                   /* MaxLen */
 10942                   "\030\000\000\001\000",
 10943                   0,
 10944               };
 10945               
 10946               static MetaProperty
 10947               _CIM_NamedSharedIKESecret_ServiceCreationClassName =
 10948               {
 10949                   /* flags */
 10950                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10951                   /* name */
 10952                   "ServiceCreationClassName",
 10953                   /* qualifiers */
 10954                   _CIM_NamedSharedIKESecret_ServiceCreationClassName_qualifiers,
 10955                   /* type */
 10956                   CIMTYPE_STRING,
 10957                   /* subscript */
 10958                   -1,
 10959                   /* value */
 10960                   0,
 10961 mike  1.1.2.1 };
 10962               
 10963               static const char*
 10964               _CIM_NamedSharedIKESecret_ServiceName_qualifiers[] =
 10965               {
 10966                   /* Key */
 10967                   "\025\001",
 10968                   /* Propagated */
 10969                   "\045CIM_SharedSecretService.Name",
 10970                   /* MaxLen */
 10971                   "\030\000\000\001\000",
 10972                   0,
 10973               };
 10974               
 10975               static MetaProperty
 10976               _CIM_NamedSharedIKESecret_ServiceName =
 10977               {
 10978                   /* flags */
 10979                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10980                   /* name */
 10981                   "ServiceName",
 10982 mike  1.1.2.1     /* qualifiers */
 10983                   _CIM_NamedSharedIKESecret_ServiceName_qualifiers,
 10984                   /* type */
 10985                   CIMTYPE_STRING,
 10986                   /* subscript */
 10987                   -1,
 10988                   /* value */
 10989                   0,
 10990               };
 10991               
 10992               static const char*
 10993               _CIM_NamedSharedIKESecret_LocalIdentity_qualifiers[] =
 10994               {
 10995                   /* Key */
 10996                   "\025\001",
 10997                   /* MaxLen */
 10998                   "\030\000\000\001\000",
 10999                   /* ModelCorrespondence */
 11000                   "\036\000\001CIM_NamedSharedIKESecret.LocalIdentityType\000",
 11001                   0,
 11002               };
 11003 mike  1.1.2.1 
 11004               static MetaProperty
 11005               _CIM_NamedSharedIKESecret_LocalIdentity =
 11006               {
 11007                   /* flags */
 11008                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11009                   /* name */
 11010                   "LocalIdentity",
 11011                   /* qualifiers */
 11012                   _CIM_NamedSharedIKESecret_LocalIdentity_qualifiers,
 11013                   /* type */
 11014                   CIMTYPE_STRING,
 11015                   /* subscript */
 11016                   -1,
 11017                   /* value */
 11018                   0,
 11019               };
 11020               
 11021               static const char*
 11022               _CIM_NamedSharedIKESecret_LocalIdentityType_qualifiers[] =
 11023               {
 11024 mike  1.1.2.1     /* Key */
 11025                   "\025\001",
 11026                   /* ValueMap */
 11027                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 11028                   /* Values */
 11029                   "\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",
 11030                   /* ModelCorrespondence */
 11031                   "\036\000\001CIM_NamedSharedIKESecret.LocalIdentity\000",
 11032                   0,
 11033               };
 11034               
 11035               static MetaProperty
 11036               _CIM_NamedSharedIKESecret_LocalIdentityType =
 11037               {
 11038                   /* flags */
 11039                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11040                   /* name */
 11041                   "LocalIdentityType",
 11042                   /* qualifiers */
 11043                   _CIM_NamedSharedIKESecret_LocalIdentityType_qualifiers,
 11044                   /* type */
 11045 mike  1.1.2.1     CIMTYPE_UINT16,
 11046                   /* subscript */
 11047                   -1,
 11048                   /* value */
 11049                   0,
 11050               };
 11051               
 11052               static const char*
 11053               _CIM_NamedSharedIKESecret_PeerIdentity_qualifiers[] =
 11054               {
 11055                   /* Key */
 11056                   "\025\001",
 11057                   /* MaxLen */
 11058                   "\030\000\000\001\000",
 11059                   /* ModelCorrespondence */
 11060                   "\036\000\001CIM_NamedSharedIKESecret.PeerIdentityType\000",
 11061                   0,
 11062               };
 11063               
 11064               static MetaProperty
 11065               _CIM_NamedSharedIKESecret_PeerIdentity =
 11066 mike  1.1.2.1 {
 11067                   /* flags */
 11068                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11069                   /* name */
 11070                   "PeerIdentity",
 11071                   /* qualifiers */
 11072                   _CIM_NamedSharedIKESecret_PeerIdentity_qualifiers,
 11073                   /* type */
 11074                   CIMTYPE_STRING,
 11075                   /* subscript */
 11076                   -1,
 11077                   /* value */
 11078                   0,
 11079               };
 11080               
 11081               static const char*
 11082               _CIM_NamedSharedIKESecret_PeerIdentityType_qualifiers[] =
 11083               {
 11084                   /* Key */
 11085                   "\025\001",
 11086                   /* ValueMap */
 11087 mike  1.1.2.1     "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 11088                   /* Values */
 11089                   "\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",
 11090                   /* ModelCorrespondence */
 11091                   "\036\000\001CIM_NamedSharedIKESecret.PeerIdentity\000",
 11092                   0,
 11093               };
 11094               
 11095               static MetaProperty
 11096               _CIM_NamedSharedIKESecret_PeerIdentityType =
 11097               {
 11098                   /* flags */
 11099                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11100                   /* name */
 11101                   "PeerIdentityType",
 11102                   /* qualifiers */
 11103                   _CIM_NamedSharedIKESecret_PeerIdentityType_qualifiers,
 11104                   /* type */
 11105                   CIMTYPE_UINT16,
 11106                   /* subscript */
 11107                   -1,
 11108 mike  1.1.2.1     /* value */
 11109                   0,
 11110               };
 11111               
 11112               static const char*
 11113               _CIM_NamedSharedIKESecret_SharedSecretName_qualifiers[] =
 11114               {
 11115                   0,
 11116               };
 11117               
 11118               static MetaProperty
 11119               _CIM_NamedSharedIKESecret_SharedSecretName =
 11120               {
 11121                   /* flags */
 11122                   META_FLAG_PROPERTY|META_FLAG_READ,
 11123                   /* name */
 11124                   "SharedSecretName",
 11125                   /* qualifiers */
 11126                   _CIM_NamedSharedIKESecret_SharedSecretName_qualifiers,
 11127                   /* type */
 11128                   CIMTYPE_STRING,
 11129 mike  1.1.2.1     /* subscript */
 11130                   -1,
 11131                   /* value */
 11132                   0,
 11133               };
 11134               
 11135               static MetaFeature*
 11136               _CIM_NamedSharedIKESecret_features[] =
 11137               {
 11138                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SystemCreationClassName,
 11139                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SystemName,
 11140                   (MetaFeature*)&_CIM_NamedSharedIKESecret_ServiceCreationClassName,
 11141                   (MetaFeature*)&_CIM_NamedSharedIKESecret_ServiceName,
 11142                   (MetaFeature*)&_CIM_NamedSharedIKESecret_LocalIdentity,
 11143                   (MetaFeature*)&_CIM_NamedSharedIKESecret_LocalIdentityType,
 11144                   (MetaFeature*)&_CIM_NamedSharedIKESecret_PeerIdentity,
 11145                   (MetaFeature*)&_CIM_NamedSharedIKESecret_PeerIdentityType,
 11146                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SharedSecretName,
 11147                   0,
 11148               };
 11149               
 11150 mike  1.1.2.1 static const char*
 11151               __root_cimv2_CIM_NamedSharedIKESecret_qualifiers[] =
 11152               {
 11153                   /* UMLPackagePath */
 11154                   "\057CIM::User::SharedSecret",
 11155                   /* Version */
 11156                   "\0632.6.0",
 11157                   0,
 11158               };
 11159               
 11160               MetaClass
 11161               __root_cimv2_CIM_NamedSharedIKESecret =
 11162               {
 11163                   /* flags */
 11164                   META_FLAG_CLASS,
 11165                   /* name */
 11166                   "CIM_NamedSharedIKESecret",
 11167                   /* qualifiers */
 11168                   __root_cimv2_CIM_NamedSharedIKESecret_qualifiers,
 11169                   /* super */
 11170                   &__root_cimv2_CIM_Credential,
 11171 mike  1.1.2.1     /* features */
 11172                   _CIM_NamedSharedIKESecret_features,
 11173               };
 11174               
 11175               //==============================================================================
 11176               //
 11177               // Class: CIM_Namespace
 11178               //
 11179               //==============================================================================
 11180               
 11181               static const char*
 11182               _CIM_Namespace_SystemCreationClassName_qualifiers[] =
 11183               {
 11184                   /* Key */
 11185                   "\025\001",
 11186                   /* Propagated */
 11187                   "\045CIM_ObjectManager.SystemCreationClassName",
 11188                   /* MaxLen */
 11189                   "\030\000\000\001\000",
 11190                   0,
 11191               };
 11192 mike  1.1.2.1 
 11193               static MetaProperty
 11194               _CIM_Namespace_SystemCreationClassName =
 11195               {
 11196                   /* flags */
 11197                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11198                   /* name */
 11199                   "SystemCreationClassName",
 11200                   /* qualifiers */
 11201                   _CIM_Namespace_SystemCreationClassName_qualifiers,
 11202                   /* type */
 11203                   CIMTYPE_STRING,
 11204                   /* subscript */
 11205                   -1,
 11206                   /* value */
 11207                   0,
 11208               };
 11209               
 11210               static const char*
 11211               _CIM_Namespace_SystemName_qualifiers[] =
 11212               {
 11213 mike  1.1.2.1     /* Key */
 11214                   "\025\001",
 11215                   /* Propagated */
 11216                   "\045CIM_ObjectManager.SystemName",
 11217                   /* MaxLen */
 11218                   "\030\000\000\001\000",
 11219                   0,
 11220               };
 11221               
 11222               static MetaProperty
 11223               _CIM_Namespace_SystemName =
 11224               {
 11225                   /* flags */
 11226                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11227                   /* name */
 11228                   "SystemName",
 11229                   /* qualifiers */
 11230                   _CIM_Namespace_SystemName_qualifiers,
 11231                   /* type */
 11232                   CIMTYPE_STRING,
 11233                   /* subscript */
 11234 mike  1.1.2.1     -1,
 11235                   /* value */
 11236                   0,
 11237               };
 11238               
 11239               static const char*
 11240               _CIM_Namespace_ObjectManagerCreationClassName_qualifiers[] =
 11241               {
 11242                   /* Key */
 11243                   "\025\001",
 11244                   /* Propagated */
 11245                   "\045CIM_ObjectManager.CreationClassName",
 11246                   /* MaxLen */
 11247                   "\030\000\000\001\000",
 11248                   0,
 11249               };
 11250               
 11251               static MetaProperty
 11252               _CIM_Namespace_ObjectManagerCreationClassName =
 11253               {
 11254                   /* flags */
 11255 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11256                   /* name */
 11257                   "ObjectManagerCreationClassName",
 11258                   /* qualifiers */
 11259                   _CIM_Namespace_ObjectManagerCreationClassName_qualifiers,
 11260                   /* type */
 11261                   CIMTYPE_STRING,
 11262                   /* subscript */
 11263                   -1,
 11264                   /* value */
 11265                   0,
 11266               };
 11267               
 11268               static const char*
 11269               _CIM_Namespace_ObjectManagerName_qualifiers[] =
 11270               {
 11271                   /* Key */
 11272                   "\025\001",
 11273                   /* Propagated */
 11274                   "\045CIM_ObjectManager.Name",
 11275                   /* MaxLen */
 11276 mike  1.1.2.1     "\030\000\000\001\000",
 11277                   0,
 11278               };
 11279               
 11280               static MetaProperty
 11281               _CIM_Namespace_ObjectManagerName =
 11282               {
 11283                   /* flags */
 11284                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11285                   /* name */
 11286                   "ObjectManagerName",
 11287                   /* qualifiers */
 11288                   _CIM_Namespace_ObjectManagerName_qualifiers,
 11289                   /* type */
 11290                   CIMTYPE_STRING,
 11291                   /* subscript */
 11292                   -1,
 11293                   /* value */
 11294                   0,
 11295               };
 11296               
 11297 mike  1.1.2.1 static const char*
 11298               _CIM_Namespace_CreationClassName_qualifiers[] =
 11299               {
 11300                   /* Key */
 11301                   "\025\001",
 11302                   /* MaxLen */
 11303                   "\030\000\000\001\000",
 11304                   0,
 11305               };
 11306               
 11307               static MetaProperty
 11308               _CIM_Namespace_CreationClassName =
 11309               {
 11310                   /* flags */
 11311                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11312                   /* name */
 11313                   "CreationClassName",
 11314                   /* qualifiers */
 11315                   _CIM_Namespace_CreationClassName_qualifiers,
 11316                   /* type */
 11317                   CIMTYPE_STRING,
 11318 mike  1.1.2.1     /* subscript */
 11319                   -1,
 11320                   /* value */
 11321                   0,
 11322               };
 11323               
 11324               static const char*
 11325               _CIM_Namespace_Name_qualifiers[] =
 11326               {
 11327                   /* Key */
 11328                   "\025\001",
 11329                   /* MaxLen */
 11330                   "\030\000\000\001\000",
 11331                   0,
 11332               };
 11333               
 11334               static MetaProperty
 11335               _CIM_Namespace_Name =
 11336               {
 11337                   /* flags */
 11338                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11339 mike  1.1.2.1     /* name */
 11340                   "Name",
 11341                   /* qualifiers */
 11342                   _CIM_Namespace_Name_qualifiers,
 11343                   /* type */
 11344                   CIMTYPE_STRING,
 11345                   /* subscript */
 11346                   -1,
 11347                   /* value */
 11348                   0,
 11349               };
 11350               
 11351               static const char*
 11352               _CIM_Namespace_ClassInfo_qualifiers[] =
 11353               {
 11354                   /* Deprecated */
 11355                   "\013\000\001CIM_Namespace.ClassType\000",
 11356                   /* Required */
 11357                   "\050\001",
 11358                   /* Write */
 11359                   "\065\001",
 11360 mike  1.1.2.1     /* ValueMap */
 11361                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000200\000201\000202\000",
 11362                   /* Values */
 11363                   "\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",
 11364                   /* ModelCorrespondence */
 11365                   "\036\000\001CIM_Namespace.DescriptionOfClassInfo\000",
 11366                   0,
 11367               };
 11368               
 11369               static MetaProperty
 11370               _CIM_Namespace_ClassInfo =
 11371               {
 11372                   /* flags */
 11373                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 11374                   /* name */
 11375                   "ClassInfo",
 11376                   /* qualifiers */
 11377                   _CIM_Namespace_ClassInfo_qualifiers,
 11378                   /* type */
 11379                   CIMTYPE_UINT16,
 11380                   /* subscript */
 11381 mike  1.1.2.1     -1,
 11382                   /* value */
 11383                   0,
 11384               };
 11385               
 11386               static const char*
 11387               _CIM_Namespace_DescriptionOfClassInfo_qualifiers[] =
 11388               {
 11389                   /* Deprecated */
 11390                   "\013\000\001CIM_Namespace.DescriptionOfClassType\000",
 11391                   /* Write */
 11392                   "\065\001",
 11393                   /* ModelCorrespondence */
 11394                   "\036\000\001CIM_Namespace.ClassInfo\000",
 11395                   0,
 11396               };
 11397               
 11398               static MetaProperty
 11399               _CIM_Namespace_DescriptionOfClassInfo =
 11400               {
 11401                   /* flags */
 11402 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11403                   /* name */
 11404                   "DescriptionOfClassInfo",
 11405                   /* qualifiers */
 11406                   _CIM_Namespace_DescriptionOfClassInfo_qualifiers,
 11407                   /* type */
 11408                   CIMTYPE_STRING,
 11409                   /* subscript */
 11410                   -1,
 11411                   /* value */
 11412                   0,
 11413               };
 11414               
 11415               static const char*
 11416               _CIM_Namespace_ClassType_qualifiers[] =
 11417               {
 11418                   /* Write */
 11419                   "\065\001",
 11420                   /* ValueMap */
 11421                   "\061\000\0060\0001\0002\000200\000201\000202\000",
 11422                   /* Values */
 11423 mike  1.1.2.1     "\062\000\006Unknown\000Other\000CIM\000DMI Recast\000SNMP Recast\000CMIP Recast\000",
 11424                   /* ModelCorrespondence */
 11425                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassTypeVersion\000",
 11426                   0,
 11427               };
 11428               
 11429               static MetaProperty
 11430               _CIM_Namespace_ClassType =
 11431               {
 11432                   /* flags */
 11433                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11434                   /* name */
 11435                   "ClassType",
 11436                   /* qualifiers */
 11437                   _CIM_Namespace_ClassType_qualifiers,
 11438                   /* type */
 11439                   CIMTYPE_UINT16,
 11440                   /* subscript */
 11441                   -1,
 11442                   /* value */
 11443                   0,
 11444 mike  1.1.2.1 };
 11445               
 11446               static const char*
 11447               _CIM_Namespace_ClassTypeVersion_qualifiers[] =
 11448               {
 11449                   /* Write */
 11450                   "\065\001",
 11451                   /* ModelCorrespondence */
 11452                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassType\000",
 11453                   0,
 11454               };
 11455               
 11456               static MetaProperty
 11457               _CIM_Namespace_ClassTypeVersion =
 11458               {
 11459                   /* flags */
 11460                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11461                   /* name */
 11462                   "ClassTypeVersion",
 11463                   /* qualifiers */
 11464                   _CIM_Namespace_ClassTypeVersion_qualifiers,
 11465 mike  1.1.2.1     /* type */
 11466                   CIMTYPE_STRING,
 11467                   /* subscript */
 11468                   -1,
 11469                   /* value */
 11470                   0,
 11471               };
 11472               
 11473               static const char*
 11474               _CIM_Namespace_DescriptionOfClassType_qualifiers[] =
 11475               {
 11476                   /* Write */
 11477                   "\065\001",
 11478                   /* ModelCorrespondence */
 11479                   "\036\000\002CIM_Namespace.ClassType\000CIM_Namespace.ClassTypeVersion\000",
 11480                   0,
 11481               };
 11482               
 11483               static MetaProperty
 11484               _CIM_Namespace_DescriptionOfClassType =
 11485               {
 11486 mike  1.1.2.1     /* flags */
 11487                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11488                   /* name */
 11489                   "DescriptionOfClassType",
 11490                   /* qualifiers */
 11491                   _CIM_Namespace_DescriptionOfClassType_qualifiers,
 11492                   /* type */
 11493                   CIMTYPE_STRING,
 11494                   /* subscript */
 11495                   -1,
 11496                   /* value */
 11497                   0,
 11498               };
 11499               
 11500               static MetaFeature*
 11501               _CIM_Namespace_features[] =
 11502               {
 11503                   (MetaFeature*)&_CIM_Namespace_SystemCreationClassName,
 11504                   (MetaFeature*)&_CIM_Namespace_SystemName,
 11505                   (MetaFeature*)&_CIM_Namespace_ObjectManagerCreationClassName,
 11506                   (MetaFeature*)&_CIM_Namespace_ObjectManagerName,
 11507 mike  1.1.2.1     (MetaFeature*)&_CIM_Namespace_CreationClassName,
 11508                   (MetaFeature*)&_CIM_Namespace_Name,
 11509                   (MetaFeature*)&_CIM_Namespace_ClassInfo,
 11510                   (MetaFeature*)&_CIM_Namespace_DescriptionOfClassInfo,
 11511                   (MetaFeature*)&_CIM_Namespace_ClassType,
 11512                   (MetaFeature*)&_CIM_Namespace_ClassTypeVersion,
 11513                   (MetaFeature*)&_CIM_Namespace_DescriptionOfClassType,
 11514                   0,
 11515               };
 11516               
 11517               static const char*
 11518               __root_cimv2_CIM_Namespace_qualifiers[] =
 11519               {
 11520                   /* UMLPackagePath */
 11521                   "\057CIM::Interop",
 11522                   /* Version */
 11523                   "\0632.8.0",
 11524                   0,
 11525               };
 11526               
 11527               MetaClass
 11528 mike  1.1.2.1 __root_cimv2_CIM_Namespace =
 11529               {
 11530                   /* flags */
 11531                   META_FLAG_CLASS,
 11532                   /* name */
 11533                   "CIM_Namespace",
 11534                   /* qualifiers */
 11535                   __root_cimv2_CIM_Namespace_qualifiers,
 11536                   /* super */
 11537                   &__root_cimv2_CIM_ManagedElement,
 11538                   /* features */
 11539                   _CIM_Namespace_features,
 11540               };
 11541               
 11542               //==============================================================================
 11543               //
 11544               // Class: CIM_NextHopRoute
 11545               //
 11546               //==============================================================================
 11547               
 11548               static const char*
 11549 mike  1.1.2.1 _CIM_NextHopRoute_InstanceID_qualifiers[] =
 11550               {
 11551                   /* Key */
 11552                   "\025\001",
 11553                   0,
 11554               };
 11555               
 11556               static MetaProperty
 11557               _CIM_NextHopRoute_InstanceID =
 11558               {
 11559                   /* flags */
 11560                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11561                   /* name */
 11562                   "InstanceID",
 11563                   /* qualifiers */
 11564                   _CIM_NextHopRoute_InstanceID_qualifiers,
 11565                   /* type */
 11566                   CIMTYPE_STRING,
 11567                   /* subscript */
 11568                   -1,
 11569                   /* value */
 11570 mike  1.1.2.1     0,
 11571               };
 11572               
 11573               static const char*
 11574               _CIM_NextHopRoute_DestinationAddress_qualifiers[] =
 11575               {
 11576                   0,
 11577               };
 11578               
 11579               static MetaProperty
 11580               _CIM_NextHopRoute_DestinationAddress =
 11581               {
 11582                   /* flags */
 11583                   META_FLAG_PROPERTY|META_FLAG_READ,
 11584                   /* name */
 11585                   "DestinationAddress",
 11586                   /* qualifiers */
 11587                   _CIM_NextHopRoute_DestinationAddress_qualifiers,
 11588                   /* type */
 11589                   CIMTYPE_STRING,
 11590                   /* subscript */
 11591 mike  1.1.2.1     -1,
 11592                   /* value */
 11593                   0,
 11594               };
 11595               
 11596               static const char*
 11597               _CIM_NextHopRoute_AdminDistance_qualifiers[] =
 11598               {
 11599                   0,
 11600               };
 11601               
 11602               static MetaProperty
 11603               _CIM_NextHopRoute_AdminDistance =
 11604               {
 11605                   /* flags */
 11606                   META_FLAG_PROPERTY|META_FLAG_READ,
 11607                   /* name */
 11608                   "AdminDistance",
 11609                   /* qualifiers */
 11610                   _CIM_NextHopRoute_AdminDistance_qualifiers,
 11611                   /* type */
 11612 mike  1.1.2.1     CIMTYPE_UINT16,
 11613                   /* subscript */
 11614                   -1,
 11615                   /* value */
 11616                   0,
 11617               };
 11618               
 11619               static const char*
 11620               _CIM_NextHopRoute_RouteMetric_qualifiers[] =
 11621               {
 11622                   0,
 11623               };
 11624               
 11625               static MetaProperty
 11626               _CIM_NextHopRoute_RouteMetric =
 11627               {
 11628                   /* flags */
 11629                   META_FLAG_PROPERTY|META_FLAG_READ,
 11630                   /* name */
 11631                   "RouteMetric",
 11632                   /* qualifiers */
 11633 mike  1.1.2.1     _CIM_NextHopRoute_RouteMetric_qualifiers,
 11634                   /* type */
 11635                   CIMTYPE_UINT16,
 11636                   /* subscript */
 11637                   -1,
 11638                   /* value */
 11639                   0,
 11640               };
 11641               
 11642               static const char*
 11643               _CIM_NextHopRoute_IsStatic_qualifiers[] =
 11644               {
 11645                   0,
 11646               };
 11647               
 11648               static MetaProperty
 11649               _CIM_NextHopRoute_IsStatic =
 11650               {
 11651                   /* flags */
 11652                   META_FLAG_PROPERTY|META_FLAG_READ,
 11653                   /* name */
 11654 mike  1.1.2.1     "IsStatic",
 11655                   /* qualifiers */
 11656                   _CIM_NextHopRoute_IsStatic_qualifiers,
 11657                   /* type */
 11658                   CIMTYPE_BOOLEAN,
 11659                   /* subscript */
 11660                   -1,
 11661                   /* value */
 11662                   0,
 11663               };
 11664               
 11665               static const char*
 11666               _CIM_NextHopRoute_TypeOfRoute_qualifiers[] =
 11667               {
 11668                   /* ValueMap */
 11669                   "\061\000\0032\0003\0004\000",
 11670                   /* Values */
 11671                   "\062\000\003Administrator Defined Route\000Computed Route\000Actual Route\000",
 11672                   0,
 11673               };
 11674               
 11675 mike  1.1.2.1 static MetaProperty
 11676               _CIM_NextHopRoute_TypeOfRoute =
 11677               {
 11678                   /* flags */
 11679                   META_FLAG_PROPERTY|META_FLAG_READ,
 11680                   /* name */
 11681                   "TypeOfRoute",
 11682                   /* qualifiers */
 11683                   _CIM_NextHopRoute_TypeOfRoute_qualifiers,
 11684                   /* type */
 11685                   CIMTYPE_UINT16,
 11686                   /* subscript */
 11687                   -1,
 11688                   /* value */
 11689                   "\000\003",
 11690               };
 11691               
 11692               static MetaFeature*
 11693               _CIM_NextHopRoute_features[] =
 11694               {
 11695                   (MetaFeature*)&_CIM_NextHopRoute_InstanceID,
 11696 mike  1.1.2.1     (MetaFeature*)&_CIM_NextHopRoute_DestinationAddress,
 11697                   (MetaFeature*)&_CIM_NextHopRoute_AdminDistance,
 11698                   (MetaFeature*)&_CIM_NextHopRoute_RouteMetric,
 11699                   (MetaFeature*)&_CIM_NextHopRoute_IsStatic,
 11700                   (MetaFeature*)&_CIM_NextHopRoute_TypeOfRoute,
 11701                   0,
 11702               };
 11703               
 11704               static const char*
 11705               __root_cimv2_CIM_NextHopRoute_qualifiers[] =
 11706               {
 11707                   /* UMLPackagePath */
 11708                   "\057CIM::Network::Routes",
 11709                   /* Version */
 11710                   "\0632.7.0",
 11711                   0,
 11712               };
 11713               
 11714               MetaClass
 11715               __root_cimv2_CIM_NextHopRoute =
 11716               {
 11717 mike  1.1.2.1     /* flags */
 11718                   META_FLAG_CLASS,
 11719                   /* name */
 11720                   "CIM_NextHopRoute",
 11721                   /* qualifiers */
 11722                   __root_cimv2_CIM_NextHopRoute_qualifiers,
 11723                   /* super */
 11724                   &__root_cimv2_CIM_ManagedElement,
 11725                   /* features */
 11726                   _CIM_NextHopRoute_features,
 11727               };
 11728               
 11729               //==============================================================================
 11730               //
 11731               // Class: CIM_OrderedMemberOfCollection
 11732               //
 11733               //==============================================================================
 11734               
 11735               static const char*
 11736               _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers[] =
 11737               {
 11738 mike  1.1.2.1     0,
 11739               };
 11740               
 11741               static MetaProperty
 11742               _CIM_OrderedMemberOfCollection_AssignedSequence =
 11743               {
 11744                   /* flags */
 11745                   META_FLAG_PROPERTY|META_FLAG_READ,
 11746                   /* name */
 11747                   "AssignedSequence",
 11748                   /* qualifiers */
 11749                   _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers,
 11750                   /* type */
 11751                   CIMTYPE_UINT64,
 11752                   /* subscript */
 11753                   -1,
 11754                   /* value */
 11755                   0,
 11756               };
 11757               
 11758               static MetaFeature*
 11759 mike  1.1.2.1 _CIM_OrderedMemberOfCollection_features[] =
 11760               {
 11761                   (MetaFeature*)&_CIM_OrderedMemberOfCollection_AssignedSequence,
 11762                   0,
 11763               };
 11764               
 11765               static const char*
 11766               __root_cimv2_CIM_OrderedMemberOfCollection_qualifiers[] =
 11767               {
 11768                   /* ASSOCIATION */
 11769                   "\000\001",
 11770                   /* UMLPackagePath */
 11771                   "\057CIM::Core::Collection",
 11772                   /* Aggregation */
 11773                   "\004\001",
 11774                   /* Version */
 11775                   "\0632.10.0",
 11776                   0,
 11777               };
 11778               
 11779               MetaClass
 11780 mike  1.1.2.1 __root_cimv2_CIM_OrderedMemberOfCollection =
 11781               {
 11782                   /* flags */
 11783                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 11784                   /* name */
 11785                   "CIM_OrderedMemberOfCollection",
 11786                   /* qualifiers */
 11787                   __root_cimv2_CIM_OrderedMemberOfCollection_qualifiers,
 11788                   /* super */
 11789                   &__root_cimv2_CIM_MemberOfCollection,
 11790                   /* features */
 11791                   _CIM_OrderedMemberOfCollection_features,
 11792               };
 11793               
 11794               //==============================================================================
 11795               //
 11796               // Class: CIM_OrganizationalEntity
 11797               //
 11798               //==============================================================================
 11799               
 11800               static MetaFeature*
 11801 mike  1.1.2.1 _CIM_OrganizationalEntity_features[] =
 11802               {
 11803                   0,
 11804               };
 11805               
 11806               static const char*
 11807               __root_cimv2_CIM_OrganizationalEntity_qualifiers[] =
 11808               {
 11809                   /* UMLPackagePath */
 11810                   "\057CIM::User::Org",
 11811                   /* Abstract */
 11812                   "\002\001",
 11813                   /* Version */
 11814                   "\0632.6.0",
 11815                   0,
 11816               };
 11817               
 11818               MetaClass
 11819               __root_cimv2_CIM_OrganizationalEntity =
 11820               {
 11821                   /* flags */
 11822 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 11823                   /* name */
 11824                   "CIM_OrganizationalEntity",
 11825                   /* qualifiers */
 11826                   __root_cimv2_CIM_OrganizationalEntity_qualifiers,
 11827                   /* super */
 11828                   &__root_cimv2_CIM_ManagedElement,
 11829                   /* features */
 11830                   _CIM_OrganizationalEntity_features,
 11831               };
 11832               
 11833               //==============================================================================
 11834               //
 11835               // Class: CIM_OrgStructure
 11836               //
 11837               //==============================================================================
 11838               
 11839               static const char*
 11840               _CIM_OrgStructure_Parent_qualifiers[] =
 11841               {
 11842                   /* Key */
 11843 mike  1.1.2.1     "\025\001",
 11844                   /* Aggregate */
 11845                   "\003\001",
 11846                   /* Max */
 11847                   "\027\000\000\000\001",
 11848                   0,
 11849               };
 11850               
 11851               static MetaReference
 11852               _CIM_OrgStructure_Parent =
 11853               {
 11854                   /* flags */
 11855                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 11856                   /* name */
 11857                   "Parent",
 11858                   /* qualifiers */
 11859                   _CIM_OrgStructure_Parent_qualifiers,
 11860                   /* subscript */
 11861                   -1,
 11862                   /* refId */
 11863                   &__root_cimv2_CIM_OrganizationalEntity,
 11864 mike  1.1.2.1 };
 11865               
 11866               static const char*
 11867               _CIM_OrgStructure_Child_qualifiers[] =
 11868               {
 11869                   /* Key */
 11870                   "\025\001",
 11871                   0,
 11872               };
 11873               
 11874               static MetaReference
 11875               _CIM_OrgStructure_Child =
 11876               {
 11877                   /* flags */
 11878                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 11879                   /* name */
 11880                   "Child",
 11881                   /* qualifiers */
 11882                   _CIM_OrgStructure_Child_qualifiers,
 11883                   /* subscript */
 11884                   -1,
 11885 mike  1.1.2.1     /* refId */
 11886                   &__root_cimv2_CIM_OrganizationalEntity,
 11887               };
 11888               
 11889               static MetaFeature*
 11890               _CIM_OrgStructure_features[] =
 11891               {
 11892                   (MetaFeature*)&_CIM_OrgStructure_Parent,
 11893                   (MetaFeature*)&_CIM_OrgStructure_Child,
 11894                   0,
 11895               };
 11896               
 11897               static const char*
 11898               __root_cimv2_CIM_OrgStructure_qualifiers[] =
 11899               {
 11900                   /* ASSOCIATION */
 11901                   "\000\001",
 11902                   /* UMLPackagePath */
 11903                   "\057CIM::User::Org",
 11904                   /* Aggregation */
 11905                   "\004\001",
 11906 mike  1.1.2.1     /* Version */
 11907                   "\0632.6.0",
 11908                   0,
 11909               };
 11910               
 11911               MetaClass
 11912               __root_cimv2_CIM_OrgStructure =
 11913               {
 11914                   /* flags */
 11915                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 11916                   /* name */
 11917                   "CIM_OrgStructure",
 11918                   /* qualifiers */
 11919                   __root_cimv2_CIM_OrgStructure_qualifiers,
 11920                   /* super */
 11921                   0,
 11922                   /* features */
 11923                   _CIM_OrgStructure_features,
 11924               };
 11925               
 11926               //==============================================================================
 11927 mike  1.1.2.1 //
 11928               // Class: CIM_OrgUnit
 11929               //
 11930               //==============================================================================
 11931               
 11932               static const char*
 11933               _CIM_OrgUnit_CreationClassName_qualifiers[] =
 11934               {
 11935                   /* Key */
 11936                   "\025\001",
 11937                   /* MaxLen */
 11938                   "\030\000\000\001\000",
 11939                   0,
 11940               };
 11941               
 11942               static MetaProperty
 11943               _CIM_OrgUnit_CreationClassName =
 11944               {
 11945                   /* flags */
 11946                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11947                   /* name */
 11948 mike  1.1.2.1     "CreationClassName",
 11949                   /* qualifiers */
 11950                   _CIM_OrgUnit_CreationClassName_qualifiers,
 11951                   /* type */
 11952                   CIMTYPE_STRING,
 11953                   /* subscript */
 11954                   -1,
 11955                   /* value */
 11956                   0,
 11957               };
 11958               
 11959               static const char*
 11960               _CIM_OrgUnit_Name_qualifiers[] =
 11961               {
 11962                   /* Key */
 11963                   "\025\001",
 11964                   /* MaxLen */
 11965                   "\030\000\000\004\000",
 11966                   0,
 11967               };
 11968               
 11969 mike  1.1.2.1 static MetaProperty
 11970               _CIM_OrgUnit_Name =
 11971               {
 11972                   /* flags */
 11973                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11974                   /* name */
 11975                   "Name",
 11976                   /* qualifiers */
 11977                   _CIM_OrgUnit_Name_qualifiers,
 11978                   /* type */
 11979                   CIMTYPE_STRING,
 11980                   /* subscript */
 11981                   -1,
 11982                   /* value */
 11983                   0,
 11984               };
 11985               
 11986               static const char*
 11987               _CIM_OrgUnit_BusinessCategory_qualifiers[] =
 11988               {
 11989                   /* MaxLen */
 11990 mike  1.1.2.1     "\030\000\000\000\200",
 11991                   0,
 11992               };
 11993               
 11994               static MetaProperty
 11995               _CIM_OrgUnit_BusinessCategory =
 11996               {
 11997                   /* flags */
 11998                   META_FLAG_PROPERTY|META_FLAG_READ,
 11999                   /* name */
 12000                   "BusinessCategory",
 12001                   /* qualifiers */
 12002                   _CIM_OrgUnit_BusinessCategory_qualifiers,
 12003                   /* type */
 12004                   CIMTYPE_STRING,
 12005                   /* subscript */
 12006                   -1,
 12007                   /* value */
 12008                   0,
 12009               };
 12010               
 12011 mike  1.1.2.1 static const char*
 12012               _CIM_OrgUnit_FacsimileTelephoneNumber_qualifiers[] =
 12013               {
 12014                   0,
 12015               };
 12016               
 12017               static MetaProperty
 12018               _CIM_OrgUnit_FacsimileTelephoneNumber =
 12019               {
 12020                   /* flags */
 12021                   META_FLAG_PROPERTY|META_FLAG_READ,
 12022                   /* name */
 12023                   "FacsimileTelephoneNumber",
 12024                   /* qualifiers */
 12025                   _CIM_OrgUnit_FacsimileTelephoneNumber_qualifiers,
 12026                   /* type */
 12027                   CIMTYPE_STRING,
 12028                   /* subscript */
 12029                   -1,
 12030                   /* value */
 12031                   0,
 12032 mike  1.1.2.1 };
 12033               
 12034               static const char*
 12035               _CIM_OrgUnit_LocalityName_qualifiers[] =
 12036               {
 12037                   0,
 12038               };
 12039               
 12040               static MetaProperty
 12041               _CIM_OrgUnit_LocalityName =
 12042               {
 12043                   /* flags */
 12044                   META_FLAG_PROPERTY|META_FLAG_READ,
 12045                   /* name */
 12046                   "LocalityName",
 12047                   /* qualifiers */
 12048                   _CIM_OrgUnit_LocalityName_qualifiers,
 12049                   /* type */
 12050                   CIMTYPE_STRING,
 12051                   /* subscript */
 12052                   -1,
 12053 mike  1.1.2.1     /* value */
 12054                   0,
 12055               };
 12056               
 12057               static const char*
 12058               _CIM_OrgUnit_OU_qualifiers[] =
 12059               {
 12060                   /* Required */
 12061                   "\050\001",
 12062                   0,
 12063               };
 12064               
 12065               static MetaProperty
 12066               _CIM_OrgUnit_OU =
 12067               {
 12068                   /* flags */
 12069                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 12070                   /* name */
 12071                   "OU",
 12072                   /* qualifiers */
 12073                   _CIM_OrgUnit_OU_qualifiers,
 12074 mike  1.1.2.1     /* type */
 12075                   CIMTYPE_STRING,
 12076                   /* subscript */
 12077                   -1,
 12078                   /* value */
 12079                   0,
 12080               };
 12081               
 12082               static const char*
 12083               _CIM_OrgUnit_PostalAddress_qualifiers[] =
 12084               {
 12085                   0,
 12086               };
 12087               
 12088               static MetaProperty
 12089               _CIM_OrgUnit_PostalAddress =
 12090               {
 12091                   /* flags */
 12092                   META_FLAG_PROPERTY|META_FLAG_READ,
 12093                   /* name */
 12094                   "PostalAddress",
 12095 mike  1.1.2.1     /* qualifiers */
 12096                   _CIM_OrgUnit_PostalAddress_qualifiers,
 12097                   /* type */
 12098                   CIMTYPE_STRING,
 12099                   /* subscript */
 12100                   0,
 12101                   /* value */
 12102                   0,
 12103               };
 12104               
 12105               static const char*
 12106               _CIM_OrgUnit_PostalCode_qualifiers[] =
 12107               {
 12108                   /* MaxLen */
 12109                   "\030\000\000\000\050",
 12110                   0,
 12111               };
 12112               
 12113               static MetaProperty
 12114               _CIM_OrgUnit_PostalCode =
 12115               {
 12116 mike  1.1.2.1     /* flags */
 12117                   META_FLAG_PROPERTY|META_FLAG_READ,
 12118                   /* name */
 12119                   "PostalCode",
 12120                   /* qualifiers */
 12121                   _CIM_OrgUnit_PostalCode_qualifiers,
 12122                   /* type */
 12123                   CIMTYPE_STRING,
 12124                   /* subscript */
 12125                   -1,
 12126                   /* value */
 12127                   0,
 12128               };
 12129               
 12130               static const char*
 12131               _CIM_OrgUnit_StateOrProvince_qualifiers[] =
 12132               {
 12133                   0,
 12134               };
 12135               
 12136               static MetaProperty
 12137 mike  1.1.2.1 _CIM_OrgUnit_StateOrProvince =
 12138               {
 12139                   /* flags */
 12140                   META_FLAG_PROPERTY|META_FLAG_READ,
 12141                   /* name */
 12142                   "StateOrProvince",
 12143                   /* qualifiers */
 12144                   _CIM_OrgUnit_StateOrProvince_qualifiers,
 12145                   /* type */
 12146                   CIMTYPE_STRING,
 12147                   /* subscript */
 12148                   -1,
 12149                   /* value */
 12150                   0,
 12151               };
 12152               
 12153               static const char*
 12154               _CIM_OrgUnit_TelephoneNumber_qualifiers[] =
 12155               {
 12156                   /* MaxLen */
 12157                   "\030\000\000\000\040",
 12158 mike  1.1.2.1     0,
 12159               };
 12160               
 12161               static MetaProperty
 12162               _CIM_OrgUnit_TelephoneNumber =
 12163               {
 12164                   /* flags */
 12165                   META_FLAG_PROPERTY|META_FLAG_READ,
 12166                   /* name */
 12167                   "TelephoneNumber",
 12168                   /* qualifiers */
 12169                   _CIM_OrgUnit_TelephoneNumber_qualifiers,
 12170                   /* type */
 12171                   CIMTYPE_STRING,
 12172                   /* subscript */
 12173                   -1,
 12174                   /* value */
 12175                   0,
 12176               };
 12177               
 12178               static MetaFeature*
 12179 mike  1.1.2.1 _CIM_OrgUnit_features[] =
 12180               {
 12181                   (MetaFeature*)&_CIM_OrgUnit_CreationClassName,
 12182                   (MetaFeature*)&_CIM_OrgUnit_Name,
 12183                   (MetaFeature*)&_CIM_OrgUnit_BusinessCategory,
 12184                   (MetaFeature*)&_CIM_OrgUnit_FacsimileTelephoneNumber,
 12185                   (MetaFeature*)&_CIM_OrgUnit_LocalityName,
 12186                   (MetaFeature*)&_CIM_OrgUnit_OU,
 12187                   (MetaFeature*)&_CIM_OrgUnit_PostalAddress,
 12188                   (MetaFeature*)&_CIM_OrgUnit_PostalCode,
 12189                   (MetaFeature*)&_CIM_OrgUnit_StateOrProvince,
 12190                   (MetaFeature*)&_CIM_OrgUnit_TelephoneNumber,
 12191                   0,
 12192               };
 12193               
 12194               static const char*
 12195               __root_cimv2_CIM_OrgUnit_qualifiers[] =
 12196               {
 12197                   /* UMLPackagePath */
 12198                   "\057CIM::User::Org",
 12199                   /* Version */
 12200 mike  1.1.2.1     "\0632.6.0",
 12201                   0,
 12202               };
 12203               
 12204               MetaClass
 12205               __root_cimv2_CIM_OrgUnit =
 12206               {
 12207                   /* flags */
 12208                   META_FLAG_CLASS,
 12209                   /* name */
 12210                   "CIM_OrgUnit",
 12211                   /* qualifiers */
 12212                   __root_cimv2_CIM_OrgUnit_qualifiers,
 12213                   /* super */
 12214                   &__root_cimv2_CIM_OrganizationalEntity,
 12215                   /* features */
 12216                   _CIM_OrgUnit_features,
 12217               };
 12218               
 12219               //==============================================================================
 12220               //
 12221 mike  1.1.2.1 // Class: CIM_OSPFServiceCapabilities
 12222               //
 12223               //==============================================================================
 12224               
 12225               static const char*
 12226               _CIM_OSPFServiceCapabilities_SupportNSSA_qualifiers[] =
 12227               {
 12228                   0,
 12229               };
 12230               
 12231               static MetaProperty
 12232               _CIM_OSPFServiceCapabilities_SupportNSSA =
 12233               {
 12234                   /* flags */
 12235                   META_FLAG_PROPERTY|META_FLAG_READ,
 12236                   /* name */
 12237                   "SupportNSSA",
 12238                   /* qualifiers */
 12239                   _CIM_OSPFServiceCapabilities_SupportNSSA_qualifiers,
 12240                   /* type */
 12241                   CIMTYPE_BOOLEAN,
 12242 mike  1.1.2.1     /* subscript */
 12243                   -1,
 12244                   /* value */
 12245                   0,
 12246               };
 12247               
 12248               static const char*
 12249               _CIM_OSPFServiceCapabilities_SupportOnDemand_qualifiers[] =
 12250               {
 12251                   /* MappingStrings */
 12252                   "\026\000\001MIB.IETF|OSPF-MIB.ospfDemandExtensions\000",
 12253                   0,
 12254               };
 12255               
 12256               static MetaProperty
 12257               _CIM_OSPFServiceCapabilities_SupportOnDemand =
 12258               {
 12259                   /* flags */
 12260                   META_FLAG_PROPERTY|META_FLAG_READ,
 12261                   /* name */
 12262                   "SupportOnDemand",
 12263 mike  1.1.2.1     /* qualifiers */
 12264                   _CIM_OSPFServiceCapabilities_SupportOnDemand_qualifiers,
 12265                   /* type */
 12266                   CIMTYPE_BOOLEAN,
 12267                   /* subscript */
 12268                   -1,
 12269                   /* value */
 12270                   0,
 12271               };
 12272               
 12273               static const char*
 12274               _CIM_OSPFServiceCapabilities_SupportMOSPF_qualifiers[] =
 12275               {
 12276                   /* MappingStrings */
 12277                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
 12278                   0,
 12279               };
 12280               
 12281               static MetaProperty
 12282               _CIM_OSPFServiceCapabilities_SupportMOSPF =
 12283               {
 12284 mike  1.1.2.1     /* flags */
 12285                   META_FLAG_PROPERTY|META_FLAG_READ,
 12286                   /* name */
 12287                   "SupportMOSPF",
 12288                   /* qualifiers */
 12289                   _CIM_OSPFServiceCapabilities_SupportMOSPF_qualifiers,
 12290                   /* type */
 12291                   CIMTYPE_BOOLEAN,
 12292                   /* subscript */
 12293                   -1,
 12294                   /* value */
 12295                   0,
 12296               };
 12297               
 12298               static MetaFeature*
 12299               _CIM_OSPFServiceCapabilities_features[] =
 12300               {
 12301                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportNSSA,
 12302                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportOnDemand,
 12303                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportMOSPF,
 12304                   0,
 12305 mike  1.1.2.1 };
 12306               
 12307               static const char*
 12308               __root_cimv2_CIM_OSPFServiceCapabilities_qualifiers[] =
 12309               {
 12310                   /* UMLPackagePath */
 12311                   "\057CIM::Network::OSPF",
 12312                   /* Version */
 12313                   "\0632.7.0",
 12314                   0,
 12315               };
 12316               
 12317               MetaClass
 12318               __root_cimv2_CIM_OSPFServiceCapabilities =
 12319               {
 12320                   /* flags */
 12321                   META_FLAG_CLASS,
 12322                   /* name */
 12323                   "CIM_OSPFServiceCapabilities",
 12324                   /* qualifiers */
 12325                   __root_cimv2_CIM_OSPFServiceCapabilities_qualifiers,
 12326 mike  1.1.2.1     /* super */
 12327                   &__root_cimv2_CIM_Capabilities,
 12328                   /* features */
 12329                   _CIM_OSPFServiceCapabilities_features,
 12330               };
 12331               
 12332               //==============================================================================
 12333               //
 12334               // Class: CIM_OtherGroupInformation
 12335               //
 12336               //==============================================================================
 12337               
 12338               static const char*
 12339               _CIM_OtherGroupInformation_CreationClassName_qualifiers[] =
 12340               {
 12341                   /* Key */
 12342                   "\025\001",
 12343                   /* MaxLen */
 12344                   "\030\000\000\001\000",
 12345                   0,
 12346               };
 12347 mike  1.1.2.1 
 12348               static MetaProperty
 12349               _CIM_OtherGroupInformation_CreationClassName =
 12350               {
 12351                   /* flags */
 12352                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12353                   /* name */
 12354                   "CreationClassName",
 12355                   /* qualifiers */
 12356                   _CIM_OtherGroupInformation_CreationClassName_qualifiers,
 12357                   /* type */
 12358                   CIMTYPE_STRING,
 12359                   /* subscript */
 12360                   -1,
 12361                   /* value */
 12362                   0,
 12363               };
 12364               
 12365               static const char*
 12366               _CIM_OtherGroupInformation_Name_qualifiers[] =
 12367               {
 12368 mike  1.1.2.1     /* Key */
 12369                   "\025\001",
 12370                   /* MaxLen */
 12371                   "\030\000\000\004\000",
 12372                   0,
 12373               };
 12374               
 12375               static MetaProperty
 12376               _CIM_OtherGroupInformation_Name =
 12377               {
 12378                   /* flags */
 12379                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12380                   /* name */
 12381                   "Name",
 12382                   /* qualifiers */
 12383                   _CIM_OtherGroupInformation_Name_qualifiers,
 12384                   /* type */
 12385                   CIMTYPE_STRING,
 12386                   /* subscript */
 12387                   -1,
 12388                   /* value */
 12389 mike  1.1.2.1     0,
 12390               };
 12391               
 12392               static const char*
 12393               _CIM_OtherGroupInformation_ObjectClass_qualifiers[] =
 12394               {
 12395                   0,
 12396               };
 12397               
 12398               static MetaProperty
 12399               _CIM_OtherGroupInformation_ObjectClass =
 12400               {
 12401                   /* flags */
 12402                   META_FLAG_PROPERTY|META_FLAG_READ,
 12403                   /* name */
 12404                   "ObjectClass",
 12405                   /* qualifiers */
 12406                   _CIM_OtherGroupInformation_ObjectClass_qualifiers,
 12407                   /* type */
 12408                   CIMTYPE_STRING,
 12409                   /* subscript */
 12410 mike  1.1.2.1     0,
 12411                   /* value */
 12412                   0,
 12413               };
 12414               
 12415               static const char*
 12416               _CIM_OtherGroupInformation_BusinessCategory_qualifiers[] =
 12417               {
 12418                   /* MaxLen */
 12419                   "\030\000\000\000\200",
 12420                   0,
 12421               };
 12422               
 12423               static MetaProperty
 12424               _CIM_OtherGroupInformation_BusinessCategory =
 12425               {
 12426                   /* flags */
 12427                   META_FLAG_PROPERTY|META_FLAG_READ,
 12428                   /* name */
 12429                   "BusinessCategory",
 12430                   /* qualifiers */
 12431 mike  1.1.2.1     _CIM_OtherGroupInformation_BusinessCategory_qualifiers,
 12432                   /* type */
 12433                   CIMTYPE_STRING,
 12434                   /* subscript */
 12435                   0,
 12436                   /* value */
 12437                   0,
 12438               };
 12439               
 12440               static const char*
 12441               _CIM_OtherGroupInformation_CommonName_qualifiers[] =
 12442               {
 12443                   0,
 12444               };
 12445               
 12446               static MetaProperty
 12447               _CIM_OtherGroupInformation_CommonName =
 12448               {
 12449                   /* flags */
 12450                   META_FLAG_PROPERTY|META_FLAG_READ,
 12451                   /* name */
 12452 mike  1.1.2.1     "CommonName",
 12453                   /* qualifiers */
 12454                   _CIM_OtherGroupInformation_CommonName_qualifiers,
 12455                   /* type */
 12456                   CIMTYPE_STRING,
 12457                   /* subscript */
 12458                   0,
 12459                   /* value */
 12460                   0,
 12461               };
 12462               
 12463               static const char*
 12464               _CIM_OtherGroupInformation_Descriptions_qualifiers[] =
 12465               {
 12466                   /* MaxLen */
 12467                   "\030\000\000\004\000",
 12468                   0,
 12469               };
 12470               
 12471               static MetaProperty
 12472               _CIM_OtherGroupInformation_Descriptions =
 12473 mike  1.1.2.1 {
 12474                   /* flags */
 12475                   META_FLAG_PROPERTY|META_FLAG_READ,
 12476                   /* name */
 12477                   "Descriptions",
 12478                   /* qualifiers */
 12479                   _CIM_OtherGroupInformation_Descriptions_qualifiers,
 12480                   /* type */
 12481                   CIMTYPE_STRING,
 12482                   /* subscript */
 12483                   0,
 12484                   /* value */
 12485                   0,
 12486               };
 12487               
 12488               static const char*
 12489               _CIM_OtherGroupInformation_OrganizationName_qualifiers[] =
 12490               {
 12491                   0,
 12492               };
 12493               
 12494 mike  1.1.2.1 static MetaProperty
 12495               _CIM_OtherGroupInformation_OrganizationName =
 12496               {
 12497                   /* flags */
 12498                   META_FLAG_PROPERTY|META_FLAG_READ,
 12499                   /* name */
 12500                   "OrganizationName",
 12501                   /* qualifiers */
 12502                   _CIM_OtherGroupInformation_OrganizationName_qualifiers,
 12503                   /* type */
 12504                   CIMTYPE_STRING,
 12505                   /* subscript */
 12506                   0,
 12507                   /* value */
 12508                   0,
 12509               };
 12510               
 12511               static const char*
 12512               _CIM_OtherGroupInformation_OU_qualifiers[] =
 12513               {
 12514                   0,
 12515 mike  1.1.2.1 };
 12516               
 12517               static MetaProperty
 12518               _CIM_OtherGroupInformation_OU =
 12519               {
 12520                   /* flags */
 12521                   META_FLAG_PROPERTY|META_FLAG_READ,
 12522                   /* name */
 12523                   "OU",
 12524                   /* qualifiers */
 12525                   _CIM_OtherGroupInformation_OU_qualifiers,
 12526                   /* type */
 12527                   CIMTYPE_STRING,
 12528                   /* subscript */
 12529                   0,
 12530                   /* value */
 12531                   0,
 12532               };
 12533               
 12534               static const char*
 12535               _CIM_OtherGroupInformation_Owner_qualifiers[] =
 12536 mike  1.1.2.1 {
 12537                   0,
 12538               };
 12539               
 12540               static MetaProperty
 12541               _CIM_OtherGroupInformation_Owner =
 12542               {
 12543                   /* flags */
 12544                   META_FLAG_PROPERTY|META_FLAG_READ,
 12545                   /* name */
 12546                   "Owner",
 12547                   /* qualifiers */
 12548                   _CIM_OtherGroupInformation_Owner_qualifiers,
 12549                   /* type */
 12550                   CIMTYPE_STRING,
 12551                   /* subscript */
 12552                   0,
 12553                   /* value */
 12554                   0,
 12555               };
 12556               
 12557 mike  1.1.2.1 static const char*
 12558               _CIM_OtherGroupInformation_SeeAlso_qualifiers[] =
 12559               {
 12560                   0,
 12561               };
 12562               
 12563               static MetaProperty
 12564               _CIM_OtherGroupInformation_SeeAlso =
 12565               {
 12566                   /* flags */
 12567                   META_FLAG_PROPERTY|META_FLAG_READ,
 12568                   /* name */
 12569                   "SeeAlso",
 12570                   /* qualifiers */
 12571                   _CIM_OtherGroupInformation_SeeAlso_qualifiers,
 12572                   /* type */
 12573                   CIMTYPE_STRING,
 12574                   /* subscript */
 12575                   0,
 12576                   /* value */
 12577                   0,
 12578 mike  1.1.2.1 };
 12579               
 12580               static MetaFeature*
 12581               _CIM_OtherGroupInformation_features[] =
 12582               {
 12583                   (MetaFeature*)&_CIM_OtherGroupInformation_CreationClassName,
 12584                   (MetaFeature*)&_CIM_OtherGroupInformation_Name,
 12585                   (MetaFeature*)&_CIM_OtherGroupInformation_ObjectClass,
 12586                   (MetaFeature*)&_CIM_OtherGroupInformation_BusinessCategory,
 12587                   (MetaFeature*)&_CIM_OtherGroupInformation_CommonName,
 12588                   (MetaFeature*)&_CIM_OtherGroupInformation_Descriptions,
 12589                   (MetaFeature*)&_CIM_OtherGroupInformation_OrganizationName,
 12590                   (MetaFeature*)&_CIM_OtherGroupInformation_OU,
 12591                   (MetaFeature*)&_CIM_OtherGroupInformation_Owner,
 12592                   (MetaFeature*)&_CIM_OtherGroupInformation_SeeAlso,
 12593                   0,
 12594               };
 12595               
 12596               static const char*
 12597               __root_cimv2_CIM_OtherGroupInformation_qualifiers[] =
 12598               {
 12599 mike  1.1.2.1     /* UMLPackagePath */
 12600                   "\057CIM::User::Group",
 12601                   /* Version */
 12602                   "\0632.6.0",
 12603                   0,
 12604               };
 12605               
 12606               MetaClass
 12607               __root_cimv2_CIM_OtherGroupInformation =
 12608               {
 12609                   /* flags */
 12610                   META_FLAG_CLASS,
 12611                   /* name */
 12612                   "CIM_OtherGroupInformation",
 12613                   /* qualifiers */
 12614                   __root_cimv2_CIM_OtherGroupInformation_qualifiers,
 12615                   /* super */
 12616                   &__root_cimv2_CIM_ManagedElement,
 12617                   /* features */
 12618                   _CIM_OtherGroupInformation_features,
 12619               };
 12620 mike  1.1.2.1 
 12621               //==============================================================================
 12622               //
 12623               // Class: CIM_OtherOrganizationInformation
 12624               //
 12625               //==============================================================================
 12626               
 12627               static const char*
 12628               _CIM_OtherOrganizationInformation_CreationClassName_qualifiers[] =
 12629               {
 12630                   /* Key */
 12631                   "\025\001",
 12632                   /* MaxLen */
 12633                   "\030\000\000\001\000",
 12634                   0,
 12635               };
 12636               
 12637               static MetaProperty
 12638               _CIM_OtherOrganizationInformation_CreationClassName =
 12639               {
 12640                   /* flags */
 12641 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12642                   /* name */
 12643                   "CreationClassName",
 12644                   /* qualifiers */
 12645                   _CIM_OtherOrganizationInformation_CreationClassName_qualifiers,
 12646                   /* type */
 12647                   CIMTYPE_STRING,
 12648                   /* subscript */
 12649                   -1,
 12650                   /* value */
 12651                   0,
 12652               };
 12653               
 12654               static const char*
 12655               _CIM_OtherOrganizationInformation_Name_qualifiers[] =
 12656               {
 12657                   /* Key */
 12658                   "\025\001",
 12659                   /* MaxLen */
 12660                   "\030\000\000\004\000",
 12661                   0,
 12662 mike  1.1.2.1 };
 12663               
 12664               static MetaProperty
 12665               _CIM_OtherOrganizationInformation_Name =
 12666               {
 12667                   /* flags */
 12668                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12669                   /* name */
 12670                   "Name",
 12671                   /* qualifiers */
 12672                   _CIM_OtherOrganizationInformation_Name_qualifiers,
 12673                   /* type */
 12674                   CIMTYPE_STRING,
 12675                   /* subscript */
 12676                   -1,
 12677                   /* value */
 12678                   0,
 12679               };
 12680               
 12681               static const char*
 12682               _CIM_OtherOrganizationInformation_ObjectClass_qualifiers[] =
 12683 mike  1.1.2.1 {
 12684                   0,
 12685               };
 12686               
 12687               static MetaProperty
 12688               _CIM_OtherOrganizationInformation_ObjectClass =
 12689               {
 12690                   /* flags */
 12691                   META_FLAG_PROPERTY|META_FLAG_READ,
 12692                   /* name */
 12693                   "ObjectClass",
 12694                   /* qualifiers */
 12695                   _CIM_OtherOrganizationInformation_ObjectClass_qualifiers,
 12696                   /* type */
 12697                   CIMTYPE_STRING,
 12698                   /* subscript */
 12699                   0,
 12700                   /* value */
 12701                   0,
 12702               };
 12703               
 12704 mike  1.1.2.1 static const char*
 12705               _CIM_OtherOrganizationInformation_BusinessCategory_qualifiers[] =
 12706               {
 12707                   /* MaxLen */
 12708                   "\030\000\000\000\200",
 12709                   0,
 12710               };
 12711               
 12712               static MetaProperty
 12713               _CIM_OtherOrganizationInformation_BusinessCategory =
 12714               {
 12715                   /* flags */
 12716                   META_FLAG_PROPERTY|META_FLAG_READ,
 12717                   /* name */
 12718                   "BusinessCategory",
 12719                   /* qualifiers */
 12720                   _CIM_OtherOrganizationInformation_BusinessCategory_qualifiers,
 12721                   /* type */
 12722                   CIMTYPE_STRING,
 12723                   /* subscript */
 12724                   0,
 12725 mike  1.1.2.1     /* value */
 12726                   0,
 12727               };
 12728               
 12729               static const char*
 12730               _CIM_OtherOrganizationInformation_Descriptions_qualifiers[] =
 12731               {
 12732                   /* MaxLen */
 12733                   "\030\000\000\004\000",
 12734                   0,
 12735               };
 12736               
 12737               static MetaProperty
 12738               _CIM_OtherOrganizationInformation_Descriptions =
 12739               {
 12740                   /* flags */
 12741                   META_FLAG_PROPERTY|META_FLAG_READ,
 12742                   /* name */
 12743                   "Descriptions",
 12744                   /* qualifiers */
 12745                   _CIM_OtherOrganizationInformation_Descriptions_qualifiers,
 12746 mike  1.1.2.1     /* type */
 12747                   CIMTYPE_STRING,
 12748                   /* subscript */
 12749                   0,
 12750                   /* value */
 12751                   0,
 12752               };
 12753               
 12754               static const char*
 12755               _CIM_OtherOrganizationInformation_DestinationIndicator_qualifiers[] =
 12756               {
 12757                   /* MaxLen */
 12758                   "\030\000\000\000\200",
 12759                   0,
 12760               };
 12761               
 12762               static MetaProperty
 12763               _CIM_OtherOrganizationInformation_DestinationIndicator =
 12764               {
 12765                   /* flags */
 12766                   META_FLAG_PROPERTY|META_FLAG_READ,
 12767 mike  1.1.2.1     /* name */
 12768                   "DestinationIndicator",
 12769                   /* qualifiers */
 12770                   _CIM_OtherOrganizationInformation_DestinationIndicator_qualifiers,
 12771                   /* type */
 12772                   CIMTYPE_STRING,
 12773                   /* subscript */
 12774                   0,
 12775                   /* value */
 12776                   0,
 12777               };
 12778               
 12779               static const char*
 12780               _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber_qualifiers[] =
 12781               {
 12782                   0,
 12783               };
 12784               
 12785               static MetaProperty
 12786               _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber =
 12787               {
 12788 mike  1.1.2.1     /* flags */
 12789                   META_FLAG_PROPERTY|META_FLAG_READ,
 12790                   /* name */
 12791                   "FacsimileTelephoneNumber",
 12792                   /* qualifiers */
 12793                   _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber_qualifiers,
 12794                   /* type */
 12795                   CIMTYPE_STRING,
 12796                   /* subscript */
 12797                   0,
 12798                   /* value */
 12799                   0,
 12800               };
 12801               
 12802               static const char*
 12803               _CIM_OtherOrganizationInformation_InternationaliSDNNumber_qualifiers[] =
 12804               {
 12805                   /* MaxLen */
 12806                   "\030\000\000\000\020",
 12807                   0,
 12808               };
 12809 mike  1.1.2.1 
 12810               static MetaProperty
 12811               _CIM_OtherOrganizationInformation_InternationaliSDNNumber =
 12812               {
 12813                   /* flags */
 12814                   META_FLAG_PROPERTY|META_FLAG_READ,
 12815                   /* name */
 12816                   "InternationaliSDNNumber",
 12817                   /* qualifiers */
 12818                   _CIM_OtherOrganizationInformation_InternationaliSDNNumber_qualifiers,
 12819                   /* type */
 12820                   CIMTYPE_STRING,
 12821                   /* subscript */
 12822                   0,
 12823                   /* value */
 12824                   0,
 12825               };
 12826               
 12827               static const char*
 12828               _CIM_OtherOrganizationInformation_LabeledURI_qualifiers[] =
 12829               {
 12830 mike  1.1.2.1     0,
 12831               };
 12832               
 12833               static MetaProperty
 12834               _CIM_OtherOrganizationInformation_LabeledURI =
 12835               {
 12836                   /* flags */
 12837                   META_FLAG_PROPERTY|META_FLAG_READ,
 12838                   /* name */
 12839                   "LabeledURI",
 12840                   /* qualifiers */
 12841                   _CIM_OtherOrganizationInformation_LabeledURI_qualifiers,
 12842                   /* type */
 12843                   CIMTYPE_STRING,
 12844                   /* subscript */
 12845                   0,
 12846                   /* value */
 12847                   0,
 12848               };
 12849               
 12850               static const char*
 12851 mike  1.1.2.1 _CIM_OtherOrganizationInformation_LocalityName_qualifiers[] =
 12852               {
 12853                   0,
 12854               };
 12855               
 12856               static MetaProperty
 12857               _CIM_OtherOrganizationInformation_LocalityName =
 12858               {
 12859                   /* flags */
 12860                   META_FLAG_PROPERTY|META_FLAG_READ,
 12861                   /* name */
 12862                   "LocalityName",
 12863                   /* qualifiers */
 12864                   _CIM_OtherOrganizationInformation_LocalityName_qualifiers,
 12865                   /* type */
 12866                   CIMTYPE_STRING,
 12867                   /* subscript */
 12868                   0,
 12869                   /* value */
 12870                   0,
 12871               };
 12872 mike  1.1.2.1 
 12873               static const char*
 12874               _CIM_OtherOrganizationInformation_Mail_qualifiers[] =
 12875               {
 12876                   0,
 12877               };
 12878               
 12879               static MetaProperty
 12880               _CIM_OtherOrganizationInformation_Mail =
 12881               {
 12882                   /* flags */
 12883                   META_FLAG_PROPERTY|META_FLAG_READ,
 12884                   /* name */
 12885                   "Mail",
 12886                   /* qualifiers */
 12887                   _CIM_OtherOrganizationInformation_Mail_qualifiers,
 12888                   /* type */
 12889                   CIMTYPE_STRING,
 12890                   /* subscript */
 12891                   0,
 12892                   /* value */
 12893 mike  1.1.2.1     0,
 12894               };
 12895               
 12896               static const char*
 12897               _CIM_OtherOrganizationInformation_Manager_qualifiers[] =
 12898               {
 12899                   0,
 12900               };
 12901               
 12902               static MetaProperty
 12903               _CIM_OtherOrganizationInformation_Manager =
 12904               {
 12905                   /* flags */
 12906                   META_FLAG_PROPERTY|META_FLAG_READ,
 12907                   /* name */
 12908                   "Manager",
 12909                   /* qualifiers */
 12910                   _CIM_OtherOrganizationInformation_Manager_qualifiers,
 12911                   /* type */
 12912                   CIMTYPE_STRING,
 12913                   /* subscript */
 12914 mike  1.1.2.1     0,
 12915                   /* value */
 12916                   0,
 12917               };
 12918               
 12919               static const char*
 12920               _CIM_OtherOrganizationInformation_OrganizationName_qualifiers[] =
 12921               {
 12922                   0,
 12923               };
 12924               
 12925               static MetaProperty
 12926               _CIM_OtherOrganizationInformation_OrganizationName =
 12927               {
 12928                   /* flags */
 12929                   META_FLAG_PROPERTY|META_FLAG_READ,
 12930                   /* name */
 12931                   "OrganizationName",
 12932                   /* qualifiers */
 12933                   _CIM_OtherOrganizationInformation_OrganizationName_qualifiers,
 12934                   /* type */
 12935 mike  1.1.2.1     CIMTYPE_STRING,
 12936                   /* subscript */
 12937                   0,
 12938                   /* value */
 12939                   0,
 12940               };
 12941               
 12942               static const char*
 12943               _CIM_OtherOrganizationInformation_OtherMailbox_qualifiers[] =
 12944               {
 12945                   0,
 12946               };
 12947               
 12948               static MetaProperty
 12949               _CIM_OtherOrganizationInformation_OtherMailbox =
 12950               {
 12951                   /* flags */
 12952                   META_FLAG_PROPERTY|META_FLAG_READ,
 12953                   /* name */
 12954                   "OtherMailbox",
 12955                   /* qualifiers */
 12956 mike  1.1.2.1     _CIM_OtherOrganizationInformation_OtherMailbox_qualifiers,
 12957                   /* type */
 12958                   CIMTYPE_STRING,
 12959                   /* subscript */
 12960                   0,
 12961                   /* value */
 12962                   0,
 12963               };
 12964               
 12965               static const char*
 12966               _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 12967               {
 12968                   /* MaxLen */
 12969                   "\030\000\000\000\200",
 12970                   0,
 12971               };
 12972               
 12973               static MetaProperty
 12974               _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName =
 12975               {
 12976                   /* flags */
 12977 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 12978                   /* name */
 12979                   "PhysicalDeliveryOfficeName",
 12980                   /* qualifiers */
 12981                   _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName_qualifiers,
 12982                   /* type */
 12983                   CIMTYPE_STRING,
 12984                   /* subscript */
 12985                   0,
 12986                   /* value */
 12987                   0,
 12988               };
 12989               
 12990               static const char*
 12991               _CIM_OtherOrganizationInformation_PostalAddress_qualifiers[] =
 12992               {
 12993                   0,
 12994               };
 12995               
 12996               static MetaProperty
 12997               _CIM_OtherOrganizationInformation_PostalAddress =
 12998 mike  1.1.2.1 {
 12999                   /* flags */
 13000                   META_FLAG_PROPERTY|META_FLAG_READ,
 13001                   /* name */
 13002                   "PostalAddress",
 13003                   /* qualifiers */
 13004                   _CIM_OtherOrganizationInformation_PostalAddress_qualifiers,
 13005                   /* type */
 13006                   CIMTYPE_STRING,
 13007                   /* subscript */
 13008                   0,
 13009                   /* value */
 13010                   0,
 13011               };
 13012               
 13013               static const char*
 13014               _CIM_OtherOrganizationInformation_PostalCode_qualifiers[] =
 13015               {
 13016                   /* MaxLen */
 13017                   "\030\000\000\000\050",
 13018                   0,
 13019 mike  1.1.2.1 };
 13020               
 13021               static MetaProperty
 13022               _CIM_OtherOrganizationInformation_PostalCode =
 13023               {
 13024                   /* flags */
 13025                   META_FLAG_PROPERTY|META_FLAG_READ,
 13026                   /* name */
 13027                   "PostalCode",
 13028                   /* qualifiers */
 13029                   _CIM_OtherOrganizationInformation_PostalCode_qualifiers,
 13030                   /* type */
 13031                   CIMTYPE_STRING,
 13032                   /* subscript */
 13033                   0,
 13034                   /* value */
 13035                   0,
 13036               };
 13037               
 13038               static const char*
 13039               _CIM_OtherOrganizationInformation_PostOfficeBox_qualifiers[] =
 13040 mike  1.1.2.1 {
 13041                   /* MaxLen */
 13042                   "\030\000\000\000\050",
 13043                   0,
 13044               };
 13045               
 13046               static MetaProperty
 13047               _CIM_OtherOrganizationInformation_PostOfficeBox =
 13048               {
 13049                   /* flags */
 13050                   META_FLAG_PROPERTY|META_FLAG_READ,
 13051                   /* name */
 13052                   "PostOfficeBox",
 13053                   /* qualifiers */
 13054                   _CIM_OtherOrganizationInformation_PostOfficeBox_qualifiers,
 13055                   /* type */
 13056                   CIMTYPE_STRING,
 13057                   /* subscript */
 13058                   0,
 13059                   /* value */
 13060                   0,
 13061 mike  1.1.2.1 };
 13062               
 13063               static const char*
 13064               _CIM_OtherOrganizationInformation_PreferredDeliveryMethod_qualifiers[] =
 13065               {
 13066                   0,
 13067               };
 13068               
 13069               static MetaProperty
 13070               _CIM_OtherOrganizationInformation_PreferredDeliveryMethod =
 13071               {
 13072                   /* flags */
 13073                   META_FLAG_PROPERTY|META_FLAG_READ,
 13074                   /* name */
 13075                   "PreferredDeliveryMethod",
 13076                   /* qualifiers */
 13077                   _CIM_OtherOrganizationInformation_PreferredDeliveryMethod_qualifiers,
 13078                   /* type */
 13079                   CIMTYPE_STRING,
 13080                   /* subscript */
 13081                   -1,
 13082 mike  1.1.2.1     /* value */
 13083                   0,
 13084               };
 13085               
 13086               static const char*
 13087               _CIM_OtherOrganizationInformation_RegisteredAddress_qualifiers[] =
 13088               {
 13089                   0,
 13090               };
 13091               
 13092               static MetaProperty
 13093               _CIM_OtherOrganizationInformation_RegisteredAddress =
 13094               {
 13095                   /* flags */
 13096                   META_FLAG_PROPERTY|META_FLAG_READ,
 13097                   /* name */
 13098                   "RegisteredAddress",
 13099                   /* qualifiers */
 13100                   _CIM_OtherOrganizationInformation_RegisteredAddress_qualifiers,
 13101                   /* type */
 13102                   CIMTYPE_STRING,
 13103 mike  1.1.2.1     /* subscript */
 13104                   0,
 13105                   /* value */
 13106                   0,
 13107               };
 13108               
 13109               static const char*
 13110               _CIM_OtherOrganizationInformation_SearchGuide_qualifiers[] =
 13111               {
 13112                   0,
 13113               };
 13114               
 13115               static MetaProperty
 13116               _CIM_OtherOrganizationInformation_SearchGuide =
 13117               {
 13118                   /* flags */
 13119                   META_FLAG_PROPERTY|META_FLAG_READ,
 13120                   /* name */
 13121                   "SearchGuide",
 13122                   /* qualifiers */
 13123                   _CIM_OtherOrganizationInformation_SearchGuide_qualifiers,
 13124 mike  1.1.2.1     /* type */
 13125                   CIMTYPE_STRING,
 13126                   /* subscript */
 13127                   0,
 13128                   /* value */
 13129                   0,
 13130               };
 13131               
 13132               static const char*
 13133               _CIM_OtherOrganizationInformation_SeeAlso_qualifiers[] =
 13134               {
 13135                   0,
 13136               };
 13137               
 13138               static MetaProperty
 13139               _CIM_OtherOrganizationInformation_SeeAlso =
 13140               {
 13141                   /* flags */
 13142                   META_FLAG_PROPERTY|META_FLAG_READ,
 13143                   /* name */
 13144                   "SeeAlso",
 13145 mike  1.1.2.1     /* qualifiers */
 13146                   _CIM_OtherOrganizationInformation_SeeAlso_qualifiers,
 13147                   /* type */
 13148                   CIMTYPE_STRING,
 13149                   /* subscript */
 13150                   0,
 13151                   /* value */
 13152                   0,
 13153               };
 13154               
 13155               static const char*
 13156               _CIM_OtherOrganizationInformation_StateOrProvince_qualifiers[] =
 13157               {
 13158                   0,
 13159               };
 13160               
 13161               static MetaProperty
 13162               _CIM_OtherOrganizationInformation_StateOrProvince =
 13163               {
 13164                   /* flags */
 13165                   META_FLAG_PROPERTY|META_FLAG_READ,
 13166 mike  1.1.2.1     /* name */
 13167                   "StateOrProvince",
 13168                   /* qualifiers */
 13169                   _CIM_OtherOrganizationInformation_StateOrProvince_qualifiers,
 13170                   /* type */
 13171                   CIMTYPE_STRING,
 13172                   /* subscript */
 13173                   0,
 13174                   /* value */
 13175                   0,
 13176               };
 13177               
 13178               static const char*
 13179               _CIM_OtherOrganizationInformation_Street_qualifiers[] =
 13180               {
 13181                   /* MaxLen */
 13182                   "\030\000\000\000\200",
 13183                   0,
 13184               };
 13185               
 13186               static MetaProperty
 13187 mike  1.1.2.1 _CIM_OtherOrganizationInformation_Street =
 13188               {
 13189                   /* flags */
 13190                   META_FLAG_PROPERTY|META_FLAG_READ,
 13191                   /* name */
 13192                   "Street",
 13193                   /* qualifiers */
 13194                   _CIM_OtherOrganizationInformation_Street_qualifiers,
 13195                   /* type */
 13196                   CIMTYPE_STRING,
 13197                   /* subscript */
 13198                   0,
 13199                   /* value */
 13200                   0,
 13201               };
 13202               
 13203               static const char*
 13204               _CIM_OtherOrganizationInformation_TelephoneNumber_qualifiers[] =
 13205               {
 13206                   /* MaxLen */
 13207                   "\030\000\000\000\040",
 13208 mike  1.1.2.1     0,
 13209               };
 13210               
 13211               static MetaProperty
 13212               _CIM_OtherOrganizationInformation_TelephoneNumber =
 13213               {
 13214                   /* flags */
 13215                   META_FLAG_PROPERTY|META_FLAG_READ,
 13216                   /* name */
 13217                   "TelephoneNumber",
 13218                   /* qualifiers */
 13219                   _CIM_OtherOrganizationInformation_TelephoneNumber_qualifiers,
 13220                   /* type */
 13221                   CIMTYPE_STRING,
 13222                   /* subscript */
 13223                   0,
 13224                   /* value */
 13225                   0,
 13226               };
 13227               
 13228               static const char*
 13229 mike  1.1.2.1 _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier_qualifiers[] =
 13230               {
 13231                   0,
 13232               };
 13233               
 13234               static MetaProperty
 13235               _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier =
 13236               {
 13237                   /* flags */
 13238                   META_FLAG_PROPERTY|META_FLAG_READ,
 13239                   /* name */
 13240                   "TeletexTerminalIdentifier",
 13241                   /* qualifiers */
 13242                   _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier_qualifiers,
 13243                   /* type */
 13244                   CIMTYPE_STRING,
 13245                   /* subscript */
 13246                   0,
 13247                   /* value */
 13248                   0,
 13249               };
 13250 mike  1.1.2.1 
 13251               static const char*
 13252               _CIM_OtherOrganizationInformation_TelexNumber_qualifiers[] =
 13253               {
 13254                   0,
 13255               };
 13256               
 13257               static MetaProperty
 13258               _CIM_OtherOrganizationInformation_TelexNumber =
 13259               {
 13260                   /* flags */
 13261                   META_FLAG_PROPERTY|META_FLAG_READ,
 13262                   /* name */
 13263                   "TelexNumber",
 13264                   /* qualifiers */
 13265                   _CIM_OtherOrganizationInformation_TelexNumber_qualifiers,
 13266                   /* type */
 13267                   CIMTYPE_STRING,
 13268                   /* subscript */
 13269                   0,
 13270                   /* value */
 13271 mike  1.1.2.1     0,
 13272               };
 13273               
 13274               static const char*
 13275               _CIM_OtherOrganizationInformation_ThumbnailLogo_qualifiers[] =
 13276               {
 13277                   /* OctetString */
 13278                   "\042\001",
 13279                   0,
 13280               };
 13281               
 13282               static MetaProperty
 13283               _CIM_OtherOrganizationInformation_ThumbnailLogo =
 13284               {
 13285                   /* flags */
 13286                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13287                   /* name */
 13288                   "ThumbnailLogo",
 13289                   /* qualifiers */
 13290                   _CIM_OtherOrganizationInformation_ThumbnailLogo_qualifiers,
 13291                   /* type */
 13292 mike  1.1.2.1     CIMTYPE_STRING,
 13293                   /* subscript */
 13294                   0,
 13295                   /* value */
 13296                   0,
 13297               };
 13298               
 13299               static const char*
 13300               _CIM_OtherOrganizationInformation_UniqueIdentifier_qualifiers[] =
 13301               {
 13302                   0,
 13303               };
 13304               
 13305               static MetaProperty
 13306               _CIM_OtherOrganizationInformation_UniqueIdentifier =
 13307               {
 13308                   /* flags */
 13309                   META_FLAG_PROPERTY|META_FLAG_READ,
 13310                   /* name */
 13311                   "UniqueIdentifier",
 13312                   /* qualifiers */
 13313 mike  1.1.2.1     _CIM_OtherOrganizationInformation_UniqueIdentifier_qualifiers,
 13314                   /* type */
 13315                   CIMTYPE_STRING,
 13316                   /* subscript */
 13317                   0,
 13318                   /* value */
 13319                   0,
 13320               };
 13321               
 13322               static const char*
 13323               _CIM_OtherOrganizationInformation_UserPassword_qualifiers[] =
 13324               {
 13325                   /* OctetString */
 13326                   "\042\001",
 13327                   0,
 13328               };
 13329               
 13330               static MetaProperty
 13331               _CIM_OtherOrganizationInformation_UserPassword =
 13332               {
 13333                   /* flags */
 13334 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13335                   /* name */
 13336                   "UserPassword",
 13337                   /* qualifiers */
 13338                   _CIM_OtherOrganizationInformation_UserPassword_qualifiers,
 13339                   /* type */
 13340                   CIMTYPE_STRING,
 13341                   /* subscript */
 13342                   0,
 13343                   /* value */
 13344                   0,
 13345               };
 13346               
 13347               static const char*
 13348               _CIM_OtherOrganizationInformation_X121Address_qualifiers[] =
 13349               {
 13350                   /* MaxLen */
 13351                   "\030\000\000\000\017",
 13352                   0,
 13353               };
 13354               
 13355 mike  1.1.2.1 static MetaProperty
 13356               _CIM_OtherOrganizationInformation_X121Address =
 13357               {
 13358                   /* flags */
 13359                   META_FLAG_PROPERTY|META_FLAG_READ,
 13360                   /* name */
 13361                   "X121Address",
 13362                   /* qualifiers */
 13363                   _CIM_OtherOrganizationInformation_X121Address_qualifiers,
 13364                   /* type */
 13365                   CIMTYPE_STRING,
 13366                   /* subscript */
 13367                   0,
 13368                   /* value */
 13369                   0,
 13370               };
 13371               
 13372               static MetaFeature*
 13373               _CIM_OtherOrganizationInformation_features[] =
 13374               {
 13375                   (MetaFeature*)&_CIM_OtherOrganizationInformation_CreationClassName,
 13376 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrganizationInformation_Name,
 13377                   (MetaFeature*)&_CIM_OtherOrganizationInformation_ObjectClass,
 13378                   (MetaFeature*)&_CIM_OtherOrganizationInformation_BusinessCategory,
 13379                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Descriptions,
 13380                   (MetaFeature*)&_CIM_OtherOrganizationInformation_DestinationIndicator,
 13381                   (MetaFeature*)&_CIM_OtherOrganizationInformation_FacsimileTelephoneNumber,
 13382                   (MetaFeature*)&_CIM_OtherOrganizationInformation_InternationaliSDNNumber,
 13383                   (MetaFeature*)&_CIM_OtherOrganizationInformation_LabeledURI,
 13384                   (MetaFeature*)&_CIM_OtherOrganizationInformation_LocalityName,
 13385                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Mail,
 13386                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Manager,
 13387                   (MetaFeature*)&_CIM_OtherOrganizationInformation_OrganizationName,
 13388                   (MetaFeature*)&_CIM_OtherOrganizationInformation_OtherMailbox,
 13389                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName,
 13390                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostalAddress,
 13391                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostalCode,
 13392                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostOfficeBox,
 13393                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PreferredDeliveryMethod,
 13394                   (MetaFeature*)&_CIM_OtherOrganizationInformation_RegisteredAddress,
 13395                   (MetaFeature*)&_CIM_OtherOrganizationInformation_SearchGuide,
 13396                   (MetaFeature*)&_CIM_OtherOrganizationInformation_SeeAlso,
 13397 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrganizationInformation_StateOrProvince,
 13398                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Street,
 13399                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TelephoneNumber,
 13400                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TeletexTerminalIdentifier,
 13401                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TelexNumber,
 13402                   (MetaFeature*)&_CIM_OtherOrganizationInformation_ThumbnailLogo,
 13403                   (MetaFeature*)&_CIM_OtherOrganizationInformation_UniqueIdentifier,
 13404                   (MetaFeature*)&_CIM_OtherOrganizationInformation_UserPassword,
 13405                   (MetaFeature*)&_CIM_OtherOrganizationInformation_X121Address,
 13406                   0,
 13407               };
 13408               
 13409               static const char*
 13410               __root_cimv2_CIM_OtherOrganizationInformation_qualifiers[] =
 13411               {
 13412                   /* UMLPackagePath */
 13413                   "\057CIM::User::Org",
 13414                   /* Version */
 13415                   "\0632.6.0",
 13416                   0,
 13417               };
 13418 mike  1.1.2.1 
 13419               MetaClass
 13420               __root_cimv2_CIM_OtherOrganizationInformation =
 13421               {
 13422                   /* flags */
 13423                   META_FLAG_CLASS,
 13424                   /* name */
 13425                   "CIM_OtherOrganizationInformation",
 13426                   /* qualifiers */
 13427                   __root_cimv2_CIM_OtherOrganizationInformation_qualifiers,
 13428                   /* super */
 13429                   &__root_cimv2_CIM_ManagedElement,
 13430                   /* features */
 13431                   _CIM_OtherOrganizationInformation_features,
 13432               };
 13433               
 13434               //==============================================================================
 13435               //
 13436               // Class: CIM_OtherOrgUnitInformation
 13437               //
 13438               //==============================================================================
 13439 mike  1.1.2.1 
 13440               static const char*
 13441               _CIM_OtherOrgUnitInformation_CreationClassName_qualifiers[] =
 13442               {
 13443                   /* Key */
 13444                   "\025\001",
 13445                   /* MaxLen */
 13446                   "\030\000\000\001\000",
 13447                   0,
 13448               };
 13449               
 13450               static MetaProperty
 13451               _CIM_OtherOrgUnitInformation_CreationClassName =
 13452               {
 13453                   /* flags */
 13454                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 13455                   /* name */
 13456                   "CreationClassName",
 13457                   /* qualifiers */
 13458                   _CIM_OtherOrgUnitInformation_CreationClassName_qualifiers,
 13459                   /* type */
 13460 mike  1.1.2.1     CIMTYPE_STRING,
 13461                   /* subscript */
 13462                   -1,
 13463                   /* value */
 13464                   0,
 13465               };
 13466               
 13467               static const char*
 13468               _CIM_OtherOrgUnitInformation_Name_qualifiers[] =
 13469               {
 13470                   /* Key */
 13471                   "\025\001",
 13472                   /* MaxLen */
 13473                   "\030\000\000\004\000",
 13474                   0,
 13475               };
 13476               
 13477               static MetaProperty
 13478               _CIM_OtherOrgUnitInformation_Name =
 13479               {
 13480                   /* flags */
 13481 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 13482                   /* name */
 13483                   "Name",
 13484                   /* qualifiers */
 13485                   _CIM_OtherOrgUnitInformation_Name_qualifiers,
 13486                   /* type */
 13487                   CIMTYPE_STRING,
 13488                   /* subscript */
 13489                   -1,
 13490                   /* value */
 13491                   0,
 13492               };
 13493               
 13494               static const char*
 13495               _CIM_OtherOrgUnitInformation_ObjectClass_qualifiers[] =
 13496               {
 13497                   0,
 13498               };
 13499               
 13500               static MetaProperty
 13501               _CIM_OtherOrgUnitInformation_ObjectClass =
 13502 mike  1.1.2.1 {
 13503                   /* flags */
 13504                   META_FLAG_PROPERTY|META_FLAG_READ,
 13505                   /* name */
 13506                   "ObjectClass",
 13507                   /* qualifiers */
 13508                   _CIM_OtherOrgUnitInformation_ObjectClass_qualifiers,
 13509                   /* type */
 13510                   CIMTYPE_STRING,
 13511                   /* subscript */
 13512                   0,
 13513                   /* value */
 13514                   0,
 13515               };
 13516               
 13517               static const char*
 13518               _CIM_OtherOrgUnitInformation_BusinessCategory_qualifiers[] =
 13519               {
 13520                   /* MaxLen */
 13521                   "\030\000\000\000\200",
 13522                   0,
 13523 mike  1.1.2.1 };
 13524               
 13525               static MetaProperty
 13526               _CIM_OtherOrgUnitInformation_BusinessCategory =
 13527               {
 13528                   /* flags */
 13529                   META_FLAG_PROPERTY|META_FLAG_READ,
 13530                   /* name */
 13531                   "BusinessCategory",
 13532                   /* qualifiers */
 13533                   _CIM_OtherOrgUnitInformation_BusinessCategory_qualifiers,
 13534                   /* type */
 13535                   CIMTYPE_STRING,
 13536                   /* subscript */
 13537                   0,
 13538                   /* value */
 13539                   0,
 13540               };
 13541               
 13542               static const char*
 13543               _CIM_OtherOrgUnitInformation_Descriptions_qualifiers[] =
 13544 mike  1.1.2.1 {
 13545                   /* MaxLen */
 13546                   "\030\000\000\004\000",
 13547                   0,
 13548               };
 13549               
 13550               static MetaProperty
 13551               _CIM_OtherOrgUnitInformation_Descriptions =
 13552               {
 13553                   /* flags */
 13554                   META_FLAG_PROPERTY|META_FLAG_READ,
 13555                   /* name */
 13556                   "Descriptions",
 13557                   /* qualifiers */
 13558                   _CIM_OtherOrgUnitInformation_Descriptions_qualifiers,
 13559                   /* type */
 13560                   CIMTYPE_STRING,
 13561                   /* subscript */
 13562                   0,
 13563                   /* value */
 13564                   0,
 13565 mike  1.1.2.1 };
 13566               
 13567               static const char*
 13568               _CIM_OtherOrgUnitInformation_DestinationIndicator_qualifiers[] =
 13569               {
 13570                   /* MaxLen */
 13571                   "\030\000\000\000\200",
 13572                   0,
 13573               };
 13574               
 13575               static MetaProperty
 13576               _CIM_OtherOrgUnitInformation_DestinationIndicator =
 13577               {
 13578                   /* flags */
 13579                   META_FLAG_PROPERTY|META_FLAG_READ,
 13580                   /* name */
 13581                   "DestinationIndicator",
 13582                   /* qualifiers */
 13583                   _CIM_OtherOrgUnitInformation_DestinationIndicator_qualifiers,
 13584                   /* type */
 13585                   CIMTYPE_STRING,
 13586 mike  1.1.2.1     /* subscript */
 13587                   0,
 13588                   /* value */
 13589                   0,
 13590               };
 13591               
 13592               static const char*
 13593               _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber_qualifiers[] =
 13594               {
 13595                   0,
 13596               };
 13597               
 13598               static MetaProperty
 13599               _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber =
 13600               {
 13601                   /* flags */
 13602                   META_FLAG_PROPERTY|META_FLAG_READ,
 13603                   /* name */
 13604                   "FacsimileTelephoneNumber",
 13605                   /* qualifiers */
 13606                   _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber_qualifiers,
 13607 mike  1.1.2.1     /* type */
 13608                   CIMTYPE_STRING,
 13609                   /* subscript */
 13610                   0,
 13611                   /* value */
 13612                   0,
 13613               };
 13614               
 13615               static const char*
 13616               _CIM_OtherOrgUnitInformation_InternationaliSDNNumber_qualifiers[] =
 13617               {
 13618                   /* MaxLen */
 13619                   "\030\000\000\000\020",
 13620                   0,
 13621               };
 13622               
 13623               static MetaProperty
 13624               _CIM_OtherOrgUnitInformation_InternationaliSDNNumber =
 13625               {
 13626                   /* flags */
 13627                   META_FLAG_PROPERTY|META_FLAG_READ,
 13628 mike  1.1.2.1     /* name */
 13629                   "InternationaliSDNNumber",
 13630                   /* qualifiers */
 13631                   _CIM_OtherOrgUnitInformation_InternationaliSDNNumber_qualifiers,
 13632                   /* type */
 13633                   CIMTYPE_STRING,
 13634                   /* subscript */
 13635                   0,
 13636                   /* value */
 13637                   0,
 13638               };
 13639               
 13640               static const char*
 13641               _CIM_OtherOrgUnitInformation_LocalityName_qualifiers[] =
 13642               {
 13643                   0,
 13644               };
 13645               
 13646               static MetaProperty
 13647               _CIM_OtherOrgUnitInformation_LocalityName =
 13648               {
 13649 mike  1.1.2.1     /* flags */
 13650                   META_FLAG_PROPERTY|META_FLAG_READ,
 13651                   /* name */
 13652                   "LocalityName",
 13653                   /* qualifiers */
 13654                   _CIM_OtherOrgUnitInformation_LocalityName_qualifiers,
 13655                   /* type */
 13656                   CIMTYPE_STRING,
 13657                   /* subscript */
 13658                   0,
 13659                   /* value */
 13660                   0,
 13661               };
 13662               
 13663               static const char*
 13664               _CIM_OtherOrgUnitInformation_OU_qualifiers[] =
 13665               {
 13666                   0,
 13667               };
 13668               
 13669               static MetaProperty
 13670 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_OU =
 13671               {
 13672                   /* flags */
 13673                   META_FLAG_PROPERTY|META_FLAG_READ,
 13674                   /* name */
 13675                   "OU",
 13676                   /* qualifiers */
 13677                   _CIM_OtherOrgUnitInformation_OU_qualifiers,
 13678                   /* type */
 13679                   CIMTYPE_STRING,
 13680                   /* subscript */
 13681                   0,
 13682                   /* value */
 13683                   0,
 13684               };
 13685               
 13686               static const char*
 13687               _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 13688               {
 13689                   /* MaxLen */
 13690                   "\030\000\000\000\200",
 13691 mike  1.1.2.1     0,
 13692               };
 13693               
 13694               static MetaProperty
 13695               _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName =
 13696               {
 13697                   /* flags */
 13698                   META_FLAG_PROPERTY|META_FLAG_READ,
 13699                   /* name */
 13700                   "PhysicalDeliveryOfficeName",
 13701                   /* qualifiers */
 13702                   _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName_qualifiers,
 13703                   /* type */
 13704                   CIMTYPE_STRING,
 13705                   /* subscript */
 13706                   0,
 13707                   /* value */
 13708                   0,
 13709               };
 13710               
 13711               static const char*
 13712 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_PostalAddress_qualifiers[] =
 13713               {
 13714                   0,
 13715               };
 13716               
 13717               static MetaProperty
 13718               _CIM_OtherOrgUnitInformation_PostalAddress =
 13719               {
 13720                   /* flags */
 13721                   META_FLAG_PROPERTY|META_FLAG_READ,
 13722                   /* name */
 13723                   "PostalAddress",
 13724                   /* qualifiers */
 13725                   _CIM_OtherOrgUnitInformation_PostalAddress_qualifiers,
 13726                   /* type */
 13727                   CIMTYPE_STRING,
 13728                   /* subscript */
 13729                   0,
 13730                   /* value */
 13731                   0,
 13732               };
 13733 mike  1.1.2.1 
 13734               static const char*
 13735               _CIM_OtherOrgUnitInformation_PostalCode_qualifiers[] =
 13736               {
 13737                   /* MaxLen */
 13738                   "\030\000\000\000\050",
 13739                   0,
 13740               };
 13741               
 13742               static MetaProperty
 13743               _CIM_OtherOrgUnitInformation_PostalCode =
 13744               {
 13745                   /* flags */
 13746                   META_FLAG_PROPERTY|META_FLAG_READ,
 13747                   /* name */
 13748                   "PostalCode",
 13749                   /* qualifiers */
 13750                   _CIM_OtherOrgUnitInformation_PostalCode_qualifiers,
 13751                   /* type */
 13752                   CIMTYPE_STRING,
 13753                   /* subscript */
 13754 mike  1.1.2.1     0,
 13755                   /* value */
 13756                   0,
 13757               };
 13758               
 13759               static const char*
 13760               _CIM_OtherOrgUnitInformation_PostOfficeBox_qualifiers[] =
 13761               {
 13762                   /* MaxLen */
 13763                   "\030\000\000\000\050",
 13764                   0,
 13765               };
 13766               
 13767               static MetaProperty
 13768               _CIM_OtherOrgUnitInformation_PostOfficeBox =
 13769               {
 13770                   /* flags */
 13771                   META_FLAG_PROPERTY|META_FLAG_READ,
 13772                   /* name */
 13773                   "PostOfficeBox",
 13774                   /* qualifiers */
 13775 mike  1.1.2.1     _CIM_OtherOrgUnitInformation_PostOfficeBox_qualifiers,
 13776                   /* type */
 13777                   CIMTYPE_STRING,
 13778                   /* subscript */
 13779                   0,
 13780                   /* value */
 13781                   0,
 13782               };
 13783               
 13784               static const char*
 13785               _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod_qualifiers[] =
 13786               {
 13787                   0,
 13788               };
 13789               
 13790               static MetaProperty
 13791               _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod =
 13792               {
 13793                   /* flags */
 13794                   META_FLAG_PROPERTY|META_FLAG_READ,
 13795                   /* name */
 13796 mike  1.1.2.1     "PreferredDeliveryMethod",
 13797                   /* qualifiers */
 13798                   _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod_qualifiers,
 13799                   /* type */
 13800                   CIMTYPE_STRING,
 13801                   /* subscript */
 13802                   -1,
 13803                   /* value */
 13804                   0,
 13805               };
 13806               
 13807               static const char*
 13808               _CIM_OtherOrgUnitInformation_SearchGuide_qualifiers[] =
 13809               {
 13810                   0,
 13811               };
 13812               
 13813               static MetaProperty
 13814               _CIM_OtherOrgUnitInformation_SearchGuide =
 13815               {
 13816                   /* flags */
 13817 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 13818                   /* name */
 13819                   "SearchGuide",
 13820                   /* qualifiers */
 13821                   _CIM_OtherOrgUnitInformation_SearchGuide_qualifiers,
 13822                   /* type */
 13823                   CIMTYPE_STRING,
 13824                   /* subscript */
 13825                   0,
 13826                   /* value */
 13827                   0,
 13828               };
 13829               
 13830               static const char*
 13831               _CIM_OtherOrgUnitInformation_SeeAlso_qualifiers[] =
 13832               {
 13833                   0,
 13834               };
 13835               
 13836               static MetaProperty
 13837               _CIM_OtherOrgUnitInformation_SeeAlso =
 13838 mike  1.1.2.1 {
 13839                   /* flags */
 13840                   META_FLAG_PROPERTY|META_FLAG_READ,
 13841                   /* name */
 13842                   "SeeAlso",
 13843                   /* qualifiers */
 13844                   _CIM_OtherOrgUnitInformation_SeeAlso_qualifiers,
 13845                   /* type */
 13846                   CIMTYPE_STRING,
 13847                   /* subscript */
 13848                   0,
 13849                   /* value */
 13850                   0,
 13851               };
 13852               
 13853               static const char*
 13854               _CIM_OtherOrgUnitInformation_StateOrProvince_qualifiers[] =
 13855               {
 13856                   0,
 13857               };
 13858               
 13859 mike  1.1.2.1 static MetaProperty
 13860               _CIM_OtherOrgUnitInformation_StateOrProvince =
 13861               {
 13862                   /* flags */
 13863                   META_FLAG_PROPERTY|META_FLAG_READ,
 13864                   /* name */
 13865                   "StateOrProvince",
 13866                   /* qualifiers */
 13867                   _CIM_OtherOrgUnitInformation_StateOrProvince_qualifiers,
 13868                   /* type */
 13869                   CIMTYPE_STRING,
 13870                   /* subscript */
 13871                   0,
 13872                   /* value */
 13873                   0,
 13874               };
 13875               
 13876               static const char*
 13877               _CIM_OtherOrgUnitInformation_Street_qualifiers[] =
 13878               {
 13879                   /* MaxLen */
 13880 mike  1.1.2.1     "\030\000\000\000\200",
 13881                   0,
 13882               };
 13883               
 13884               static MetaProperty
 13885               _CIM_OtherOrgUnitInformation_Street =
 13886               {
 13887                   /* flags */
 13888                   META_FLAG_PROPERTY|META_FLAG_READ,
 13889                   /* name */
 13890                   "Street",
 13891                   /* qualifiers */
 13892                   _CIM_OtherOrgUnitInformation_Street_qualifiers,
 13893                   /* type */
 13894                   CIMTYPE_STRING,
 13895                   /* subscript */
 13896                   0,
 13897                   /* value */
 13898                   0,
 13899               };
 13900               
 13901 mike  1.1.2.1 static const char*
 13902               _CIM_OtherOrgUnitInformation_TelephoneNumber_qualifiers[] =
 13903               {
 13904                   /* MaxLen */
 13905                   "\030\000\000\000\040",
 13906                   0,
 13907               };
 13908               
 13909               static MetaProperty
 13910               _CIM_OtherOrgUnitInformation_TelephoneNumber =
 13911               {
 13912                   /* flags */
 13913                   META_FLAG_PROPERTY|META_FLAG_READ,
 13914                   /* name */
 13915                   "TelephoneNumber",
 13916                   /* qualifiers */
 13917                   _CIM_OtherOrgUnitInformation_TelephoneNumber_qualifiers,
 13918                   /* type */
 13919                   CIMTYPE_STRING,
 13920                   /* subscript */
 13921                   0,
 13922 mike  1.1.2.1     /* value */
 13923                   0,
 13924               };
 13925               
 13926               static const char*
 13927               _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier_qualifiers[] =
 13928               {
 13929                   0,
 13930               };
 13931               
 13932               static MetaProperty
 13933               _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier =
 13934               {
 13935                   /* flags */
 13936                   META_FLAG_PROPERTY|META_FLAG_READ,
 13937                   /* name */
 13938                   "TeletexTerminalIdentifier",
 13939                   /* qualifiers */
 13940                   _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier_qualifiers,
 13941                   /* type */
 13942                   CIMTYPE_STRING,
 13943 mike  1.1.2.1     /* subscript */
 13944                   0,
 13945                   /* value */
 13946                   0,
 13947               };
 13948               
 13949               static const char*
 13950               _CIM_OtherOrgUnitInformation_TelexNumber_qualifiers[] =
 13951               {
 13952                   0,
 13953               };
 13954               
 13955               static MetaProperty
 13956               _CIM_OtherOrgUnitInformation_TelexNumber =
 13957               {
 13958                   /* flags */
 13959                   META_FLAG_PROPERTY|META_FLAG_READ,
 13960                   /* name */
 13961                   "TelexNumber",
 13962                   /* qualifiers */
 13963                   _CIM_OtherOrgUnitInformation_TelexNumber_qualifiers,
 13964 mike  1.1.2.1     /* type */
 13965                   CIMTYPE_STRING,
 13966                   /* subscript */
 13967                   0,
 13968                   /* value */
 13969                   0,
 13970               };
 13971               
 13972               static const char*
 13973               _CIM_OtherOrgUnitInformation_UserPassword_qualifiers[] =
 13974               {
 13975                   /* OctetString */
 13976                   "\042\001",
 13977                   0,
 13978               };
 13979               
 13980               static MetaProperty
 13981               _CIM_OtherOrgUnitInformation_UserPassword =
 13982               {
 13983                   /* flags */
 13984                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13985 mike  1.1.2.1     /* name */
 13986                   "UserPassword",
 13987                   /* qualifiers */
 13988                   _CIM_OtherOrgUnitInformation_UserPassword_qualifiers,
 13989                   /* type */
 13990                   CIMTYPE_STRING,
 13991                   /* subscript */
 13992                   0,
 13993                   /* value */
 13994                   0,
 13995               };
 13996               
 13997               static const char*
 13998               _CIM_OtherOrgUnitInformation_X121Address_qualifiers[] =
 13999               {
 14000                   /* MaxLen */
 14001                   "\030\000\000\000\017",
 14002                   0,
 14003               };
 14004               
 14005               static MetaProperty
 14006 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_X121Address =
 14007               {
 14008                   /* flags */
 14009                   META_FLAG_PROPERTY|META_FLAG_READ,
 14010                   /* name */
 14011                   "X121Address",
 14012                   /* qualifiers */
 14013                   _CIM_OtherOrgUnitInformation_X121Address_qualifiers,
 14014                   /* type */
 14015                   CIMTYPE_STRING,
 14016                   /* subscript */
 14017                   0,
 14018                   /* value */
 14019                   0,
 14020               };
 14021               
 14022               static MetaFeature*
 14023               _CIM_OtherOrgUnitInformation_features[] =
 14024               {
 14025                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_CreationClassName,
 14026                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Name,
 14027 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrgUnitInformation_ObjectClass,
 14028                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_BusinessCategory,
 14029                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Descriptions,
 14030                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_DestinationIndicator,
 14031                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber,
 14032                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_InternationaliSDNNumber,
 14033                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_LocalityName,
 14034                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_OU,
 14035                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName,
 14036                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostalAddress,
 14037                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostalCode,
 14038                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostOfficeBox,
 14039                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PreferredDeliveryMethod,
 14040                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_SearchGuide,
 14041                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_SeeAlso,
 14042                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_StateOrProvince,
 14043                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Street,
 14044                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TelephoneNumber,
 14045                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier,
 14046                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TelexNumber,
 14047                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_UserPassword,
 14048 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrgUnitInformation_X121Address,
 14049                   0,
 14050               };
 14051               
 14052               static const char*
 14053               __root_cimv2_CIM_OtherOrgUnitInformation_qualifiers[] =
 14054               {
 14055                   /* UMLPackagePath */
 14056                   "\057CIM::User::Org",
 14057                   /* Version */
 14058                   "\0632.6.0",
 14059                   0,
 14060               };
 14061               
 14062               MetaClass
 14063               __root_cimv2_CIM_OtherOrgUnitInformation =
 14064               {
 14065                   /* flags */
 14066                   META_FLAG_CLASS,
 14067                   /* name */
 14068                   "CIM_OtherOrgUnitInformation",
 14069 mike  1.1.2.1     /* qualifiers */
 14070                   __root_cimv2_CIM_OtherOrgUnitInformation_qualifiers,
 14071                   /* super */
 14072                   &__root_cimv2_CIM_ManagedElement,
 14073                   /* features */
 14074                   _CIM_OtherOrgUnitInformation_features,
 14075               };
 14076               
 14077               //==============================================================================
 14078               //
 14079               // Class: CIM_OtherPersonInformation
 14080               //
 14081               //==============================================================================
 14082               
 14083               static const char*
 14084               _CIM_OtherPersonInformation_CreationClassName_qualifiers[] =
 14085               {
 14086                   /* Key */
 14087                   "\025\001",
 14088                   /* MaxLen */
 14089                   "\030\000\000\001\000",
 14090 mike  1.1.2.1     0,
 14091               };
 14092               
 14093               static MetaProperty
 14094               _CIM_OtherPersonInformation_CreationClassName =
 14095               {
 14096                   /* flags */
 14097                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 14098                   /* name */
 14099                   "CreationClassName",
 14100                   /* qualifiers */
 14101                   _CIM_OtherPersonInformation_CreationClassName_qualifiers,
 14102                   /* type */
 14103                   CIMTYPE_STRING,
 14104                   /* subscript */
 14105                   -1,
 14106                   /* value */
 14107                   0,
 14108               };
 14109               
 14110               static const char*
 14111 mike  1.1.2.1 _CIM_OtherPersonInformation_Name_qualifiers[] =
 14112               {
 14113                   /* Key */
 14114                   "\025\001",
 14115                   /* MaxLen */
 14116                   "\030\000\000\004\000",
 14117                   0,
 14118               };
 14119               
 14120               static MetaProperty
 14121               _CIM_OtherPersonInformation_Name =
 14122               {
 14123                   /* flags */
 14124                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 14125                   /* name */
 14126                   "Name",
 14127                   /* qualifiers */
 14128                   _CIM_OtherPersonInformation_Name_qualifiers,
 14129                   /* type */
 14130                   CIMTYPE_STRING,
 14131                   /* subscript */
 14132 mike  1.1.2.1     -1,
 14133                   /* value */
 14134                   0,
 14135               };
 14136               
 14137               static const char*
 14138               _CIM_OtherPersonInformation_ObjectClass_qualifiers[] =
 14139               {
 14140                   0,
 14141               };
 14142               
 14143               static MetaProperty
 14144               _CIM_OtherPersonInformation_ObjectClass =
 14145               {
 14146                   /* flags */
 14147                   META_FLAG_PROPERTY|META_FLAG_READ,
 14148                   /* name */
 14149                   "ObjectClass",
 14150                   /* qualifiers */
 14151                   _CIM_OtherPersonInformation_ObjectClass_qualifiers,
 14152                   /* type */
 14153 mike  1.1.2.1     CIMTYPE_STRING,
 14154                   /* subscript */
 14155                   0,
 14156                   /* value */
 14157                   0,
 14158               };
 14159               
 14160               static const char*
 14161               _CIM_OtherPersonInformation_Audio_qualifiers[] =
 14162               {
 14163                   /* OctetString */
 14164                   "\042\001",
 14165                   0,
 14166               };
 14167               
 14168               static MetaProperty
 14169               _CIM_OtherPersonInformation_Audio =
 14170               {
 14171                   /* flags */
 14172                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 14173                   /* name */
 14174 mike  1.1.2.1     "Audio",
 14175                   /* qualifiers */
 14176                   _CIM_OtherPersonInformation_Audio_qualifiers,
 14177                   /* type */
 14178                   CIMTYPE_STRING,
 14179                   /* subscript */
 14180                   0,
 14181                   /* value */
 14182                   0,
 14183               };
 14184               
 14185               static const char*
 14186               _CIM_OtherPersonInformation_BusinessCategory_qualifiers[] =
 14187               {
 14188                   /* MaxLen */
 14189                   "\030\000\000\000\200",
 14190                   0,
 14191               };
 14192               
 14193               static MetaProperty
 14194               _CIM_OtherPersonInformation_BusinessCategory =
 14195 mike  1.1.2.1 {
 14196                   /* flags */
 14197                   META_FLAG_PROPERTY|META_FLAG_READ,
 14198                   /* name */
 14199                   "BusinessCategory",
 14200                   /* qualifiers */
 14201                   _CIM_OtherPersonInformation_BusinessCategory_qualifiers,
 14202                   /* type */
 14203                   CIMTYPE_STRING,
 14204                   /* subscript */
 14205                   0,
 14206                   /* value */
 14207                   0,
 14208               };
 14209               
 14210               static const char*
 14211               _CIM_OtherPersonInformation_CarLicense_qualifiers[] =
 14212               {
 14213                   /* MaxLen */
 14214                   "\030\000\000\000\200",
 14215                   0,
 14216 mike  1.1.2.1 };
 14217               
 14218               static MetaProperty
 14219               _CIM_OtherPersonInformation_CarLicense =
 14220               {
 14221                   /* flags */
 14222                   META_FLAG_PROPERTY|META_FLAG_READ,
 14223                   /* name */
 14224                   "CarLicense",
 14225                   /* qualifiers */
 14226                   _CIM_OtherPersonInformation_CarLicense_qualifiers,
 14227                   /* type */
 14228                   CIMTYPE_STRING,
 14229                   /* subscript */
 14230                   0,
 14231                   /* value */
 14232                   0,
 14233               };
 14234               
 14235               static const char*
 14236               _CIM_OtherPersonInformation_CommonName_qualifiers[] =
 14237 mike  1.1.2.1 {
 14238                   0,
 14239               };
 14240               
 14241               static MetaProperty
 14242               _CIM_OtherPersonInformation_CommonName =
 14243               {
 14244                   /* flags */
 14245                   META_FLAG_PROPERTY|META_FLAG_READ,
 14246                   /* name */
 14247                   "CommonName",
 14248                   /* qualifiers */
 14249                   _CIM_OtherPersonInformation_CommonName_qualifiers,
 14250                   /* type */
 14251                   CIMTYPE_STRING,
 14252                   /* subscript */
 14253                   0,
 14254                   /* value */
 14255                   0,
 14256               };
 14257               
 14258 mike  1.1.2.1 static const char*
 14259               _CIM_OtherPersonInformation_CountryName_qualifiers[] =
 14260               {
 14261                   0,
 14262               };
 14263               
 14264               static MetaProperty
 14265               _CIM_OtherPersonInformation_CountryName =
 14266               {
 14267                   /* flags */
 14268                   META_FLAG_PROPERTY|META_FLAG_READ,
 14269                   /* name */
 14270                   "CountryName",
 14271                   /* qualifiers */
 14272                   _CIM_OtherPersonInformation_CountryName_qualifiers,
 14273                   /* type */
 14274                   CIMTYPE_STRING,
 14275                   /* subscript */
 14276                   0,
 14277                   /* value */
 14278                   0,
 14279 mike  1.1.2.1 };
 14280               
 14281               static const char*
 14282               _CIM_OtherPersonInformation_DepartmentNumber_qualifiers[] =
 14283               {
 14284                   0,
 14285               };
 14286               
 14287               static MetaProperty
 14288               _CIM_OtherPersonInformation_DepartmentNumber =
 14289               {
 14290                   /* flags */
 14291                   META_FLAG_PROPERTY|META_FLAG_READ,
 14292                   /* name */
 14293                   "DepartmentNumber",
 14294                   /* qualifiers */
 14295                   _CIM_OtherPersonInformation_DepartmentNumber_qualifiers,
 14296                   /* type */
 14297                   CIMTYPE_STRING,
 14298                   /* subscript */
 14299                   0,
 14300 mike  1.1.2.1     /* value */
 14301                   0,
 14302               };
 14303               
 14304               static const char*
 14305               _CIM_OtherPersonInformation_Descriptions_qualifiers[] =
 14306               {
 14307                   /* MaxLen */
 14308                   "\030\000\000\004\000",
 14309                   0,
 14310               };
 14311               
 14312               static MetaProperty
 14313               _CIM_OtherPersonInformation_Descriptions =
 14314               {
 14315                   /* flags */
 14316                   META_FLAG_PROPERTY|META_FLAG_READ,
 14317                   /* name */
 14318                   "Descriptions",
 14319                   /* qualifiers */
 14320                   _CIM_OtherPersonInformation_Descriptions_qualifiers,
 14321 mike  1.1.2.1     /* type */
 14322                   CIMTYPE_STRING,
 14323                   /* subscript */
 14324                   0,
 14325                   /* value */
 14326                   0,
 14327               };
 14328               
 14329               static const char*
 14330               _CIM_OtherPersonInformation_DestinationIndicator_qualifiers[] =
 14331               {
 14332                   /* MaxLen */
 14333                   "\030\000\000\000\200",
 14334                   0,
 14335               };
 14336               
 14337               static MetaProperty
 14338               _CIM_OtherPersonInformation_DestinationIndicator =
 14339               {
 14340                   /* flags */
 14341                   META_FLAG_PROPERTY|META_FLAG_READ,
 14342 mike  1.1.2.1     /* name */
 14343                   "DestinationIndicator",
 14344                   /* qualifiers */
 14345                   _CIM_OtherPersonInformation_DestinationIndicator_qualifiers,
 14346                   /* type */
 14347                   CIMTYPE_STRING,
 14348                   /* subscript */
 14349                   0,
 14350                   /* value */
 14351                   0,
 14352               };
 14353               
 14354               static const char*
 14355               _CIM_OtherPersonInformation_DisplayName_qualifiers[] =
 14356               {
 14357                   0,
 14358               };
 14359               
 14360               static MetaProperty
 14361               _CIM_OtherPersonInformation_DisplayName =
 14362               {
 14363 mike  1.1.2.1     /* flags */
 14364                   META_FLAG_PROPERTY|META_FLAG_READ,
 14365                   /* name */
 14366                   "DisplayName",
 14367                   /* qualifiers */
 14368                   _CIM_OtherPersonInformation_DisplayName_qualifiers,
 14369                   /* type */
 14370                   CIMTYPE_STRING,
 14371                   /* subscript */
 14372                   0,
 14373                   /* value */
 14374                   0,
 14375               };
 14376               
 14377               static const char*
 14378               _CIM_OtherPersonInformation_EmployeeNumber_qualifiers[] =
 14379               {
 14380                   0,
 14381               };
 14382               
 14383               static MetaProperty
 14384 mike  1.1.2.1 _CIM_OtherPersonInformation_EmployeeNumber =
 14385               {
 14386                   /* flags */
 14387                   META_FLAG_PROPERTY|META_FLAG_READ,
 14388                   /* name */
 14389                   "EmployeeNumber",
 14390                   /* qualifiers */
 14391                   _CIM_OtherPersonInformation_EmployeeNumber_qualifiers,
 14392                   /* type */
 14393                   CIMTYPE_STRING,
 14394                   /* subscript */
 14395                   -1,
 14396                   /* value */
 14397                   0,
 14398               };
 14399               
 14400               static const char*
 14401               _CIM_OtherPersonInformation_EmployeeType_qualifiers[] =
 14402               {
 14403                   0,
 14404               };
 14405 mike  1.1.2.1 
 14406               static MetaProperty
 14407               _CIM_OtherPersonInformation_EmployeeType =
 14408               {
 14409                   /* flags */
 14410                   META_FLAG_PROPERTY|META_FLAG_READ,
 14411                   /* name */
 14412                   "EmployeeType",
 14413                   /* qualifiers */
 14414                   _CIM_OtherPersonInformation_EmployeeType_qualifiers,
 14415                   /* type */
 14416                   CIMTYPE_STRING,
 14417                   /* subscript */
 14418                   0,
 14419                   /* value */
 14420                   0,
 14421               };
 14422               
 14423               static const char*
 14424               _CIM_OtherPersonInformation_FacsimileTelephoneNumber_qualifiers[] =
 14425               {
 14426 mike  1.1.2.1     0,
 14427               };
 14428               
 14429               static MetaProperty
 14430               _CIM_OtherPersonInformation_FacsimileTelephoneNumber =
 14431               {
 14432                   /* flags */
 14433                   META_FLAG_PROPERTY|META_FLAG_READ,
 14434                   /* name */
 14435                   "FacsimileTelephoneNumber",
 14436                   /* qualifiers */
 14437                   _CIM_OtherPersonInformation_FacsimileTelephoneNumber_qualifiers,
 14438                   /* type */
 14439                   CIMTYPE_STRING,
 14440                   /* subscript */
 14441                   0,
 14442                   /* value */
 14443                   0,
 14444               };
 14445               
 14446               static const char*
 14447 mike  1.1.2.1 _CIM_OtherPersonInformation_GenerationQualifier_qualifiers[] =
 14448               {
 14449                   0,
 14450               };
 14451               
 14452               static MetaProperty
 14453               _CIM_OtherPersonInformation_GenerationQualifier =
 14454               {
 14455                   /* flags */
 14456                   META_FLAG_PROPERTY|META_FLAG_READ,
 14457                   /* name */
 14458                   "GenerationQualifier",
 14459                   /* qualifiers */
 14460                   _CIM_OtherPersonInformation_GenerationQualifier_qualifiers,
 14461                   /* type */
 14462                   CIMTYPE_STRING,
 14463                   /* subscript */
 14464                   0,
 14465                   /* value */
 14466                   0,
 14467               };
 14468 mike  1.1.2.1 
 14469               static const char*
 14470               _CIM_OtherPersonInformation_GivenName_qualifiers[] =
 14471               {
 14472                   0,
 14473               };
 14474               
 14475               static MetaProperty
 14476               _CIM_OtherPersonInformation_GivenName =
 14477               {
 14478                   /* flags */
 14479                   META_FLAG_PROPERTY|META_FLAG_READ,
 14480                   /* name */
 14481                   "GivenName",
 14482                   /* qualifiers */
 14483                   _CIM_OtherPersonInformation_GivenName_qualifiers,
 14484                   /* type */
 14485                   CIMTYPE_STRING,
 14486                   /* subscript */
 14487                   0,
 14488                   /* value */
 14489 mike  1.1.2.1     0,
 14490               };
 14491               
 14492               static const char*
 14493               _CIM_OtherPersonInformation_HomeFax_qualifiers[] =
 14494               {
 14495                   0,
 14496               };
 14497               
 14498               static MetaProperty
 14499               _CIM_OtherPersonInformation_HomeFax =
 14500               {
 14501                   /* flags */
 14502                   META_FLAG_PROPERTY|META_FLAG_READ,
 14503                   /* name */
 14504                   "HomeFax",
 14505                   /* qualifiers */
 14506                   _CIM_OtherPersonInformation_HomeFax_qualifiers,
 14507                   /* type */
 14508                   CIMTYPE_STRING,
 14509                   /* subscript */
 14510 mike  1.1.2.1     0,
 14511                   /* value */
 14512                   0,
 14513               };
 14514               
 14515               static const char*
 14516               _CIM_OtherPersonInformation_HomePhone_qualifiers[] =
 14517               {
 14518                   /* MaxLen */
 14519                   "\030\000\000\000\040",
 14520                   0,
 14521               };
 14522               
 14523               static MetaProperty
 14524               _CIM_OtherPersonInformation_HomePhone =
 14525               {
 14526                   /* flags */
 14527                   META_FLAG_PROPERTY|META_FLAG_READ,
 14528                   /* name */
 14529                   "HomePhone",
 14530                   /* qualifiers */
 14531 mike  1.1.2.1     _CIM_OtherPersonInformation_HomePhone_qualifiers,
 14532                   /* type */
 14533                   CIMTYPE_STRING,
 14534                   /* subscript */
 14535                   0,
 14536                   /* value */
 14537                   0,
 14538               };
 14539               
 14540               static const char*
 14541               _CIM_OtherPersonInformation_HomePostalAddress_qualifiers[] =
 14542               {
 14543                   0,
 14544               };
 14545               
 14546               static MetaProperty
 14547               _CIM_OtherPersonInformation_HomePostalAddress =
 14548               {
 14549                   /* flags */
 14550                   META_FLAG_PROPERTY|META_FLAG_READ,
 14551                   /* name */
 14552 mike  1.1.2.1     "HomePostalAddress",
 14553                   /* qualifiers */
 14554                   _CIM_OtherPersonInformation_HomePostalAddress_qualifiers,
 14555                   /* type */
 14556                   CIMTYPE_STRING,
 14557                   /* subscript */
 14558                   0,
 14559                   /* value */
 14560                   0,
 14561               };
 14562               
 14563               static const char*
 14564               _CIM_OtherPersonInformation_Initials_qualifiers[] =
 14565               {
 14566                   0,
 14567               };
 14568               
 14569               static MetaProperty
 14570               _CIM_OtherPersonInformation_Initials =
 14571               {
 14572                   /* flags */
 14573 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 14574                   /* name */
 14575                   "Initials",
 14576                   /* qualifiers */
 14577                   _CIM_OtherPersonInformation_Initials_qualifiers,
 14578                   /* type */
 14579                   CIMTYPE_STRING,
 14580                   /* subscript */
 14581                   0,
 14582                   /* value */
 14583                   0,
 14584               };
 14585               
 14586               static const char*
 14587               _CIM_OtherPersonInformation_InternationaliSDNNumber_qualifiers[] =
 14588               {
 14589                   /* MaxLen */
 14590                   "\030\000\000\000\020",
 14591                   0,
 14592               };
 14593               
 14594 mike  1.1.2.1 static MetaProperty
 14595               _CIM_OtherPersonInformation_InternationaliSDNNumber =
 14596               {
 14597                   /* flags */
 14598                   META_FLAG_PROPERTY|META_FLAG_READ,
 14599                   /* name */
 14600                   "InternationaliSDNNumber",
 14601                   /* qualifiers */
 14602                   _CIM_OtherPersonInformation_InternationaliSDNNumber_qualifiers,
 14603                   /* type */
 14604                   CIMTYPE_STRING,
 14605                   /* subscript */
 14606                   0,
 14607                   /* value */
 14608                   0,
 14609               };
 14610               
 14611               static const char*
 14612               _CIM_OtherPersonInformation_JPEGPhoto_qualifiers[] =
 14613               {
 14614                   0,
 14615 mike  1.1.2.1 };
 14616               
 14617               static MetaProperty
 14618               _CIM_OtherPersonInformation_JPEGPhoto =
 14619               {
 14620                   /* flags */
 14621                   META_FLAG_PROPERTY|META_FLAG_READ,
 14622                   /* name */
 14623                   "JPEGPhoto",
 14624                   /* qualifiers */
 14625                   _CIM_OtherPersonInformation_JPEGPhoto_qualifiers,
 14626                   /* type */
 14627                   CIMTYPE_STRING,
 14628                   /* subscript */
 14629                   0,
 14630                   /* value */
 14631                   0,
 14632               };
 14633               
 14634               static const char*
 14635               _CIM_OtherPersonInformation_LabeledURI_qualifiers[] =
 14636 mike  1.1.2.1 {
 14637                   0,
 14638               };
 14639               
 14640               static MetaProperty
 14641               _CIM_OtherPersonInformation_LabeledURI =
 14642               {
 14643                   /* flags */
 14644                   META_FLAG_PROPERTY|META_FLAG_READ,
 14645                   /* name */
 14646                   "LabeledURI",
 14647                   /* qualifiers */
 14648                   _CIM_OtherPersonInformation_LabeledURI_qualifiers,
 14649                   /* type */
 14650                   CIMTYPE_STRING,
 14651                   /* subscript */
 14652                   0,
 14653                   /* value */
 14654                   0,
 14655               };
 14656               
 14657 mike  1.1.2.1 static const char*
 14658               _CIM_OtherPersonInformation_LocalityName_qualifiers[] =
 14659               {
 14660                   0,
 14661               };
 14662               
 14663               static MetaProperty
 14664               _CIM_OtherPersonInformation_LocalityName =
 14665               {
 14666                   /* flags */
 14667                   META_FLAG_PROPERTY|META_FLAG_READ,
 14668                   /* name */
 14669                   "LocalityName",
 14670                   /* qualifiers */
 14671                   _CIM_OtherPersonInformation_LocalityName_qualifiers,
 14672                   /* type */
 14673                   CIMTYPE_STRING,
 14674                   /* subscript */
 14675                   0,
 14676                   /* value */
 14677                   0,
 14678 mike  1.1.2.1 };
 14679               
 14680               static const char*
 14681               _CIM_OtherPersonInformation_Mail_qualifiers[] =
 14682               {
 14683                   0,
 14684               };
 14685               
 14686               static MetaProperty
 14687               _CIM_OtherPersonInformation_Mail =
 14688               {
 14689                   /* flags */
 14690                   META_FLAG_PROPERTY|META_FLAG_READ,
 14691                   /* name */
 14692                   "Mail",
 14693                   /* qualifiers */
 14694                   _CIM_OtherPersonInformation_Mail_qualifiers,
 14695                   /* type */
 14696                   CIMTYPE_STRING,
 14697                   /* subscript */
 14698                   0,
 14699 mike  1.1.2.1     /* value */
 14700                   0,
 14701               };
 14702               
 14703               static const char*
 14704               _CIM_OtherPersonInformation_Manager_qualifiers[] =
 14705               {
 14706                   0,
 14707               };
 14708               
 14709               static MetaProperty
 14710               _CIM_OtherPersonInformation_Manager =
 14711               {
 14712                   /* flags */
 14713                   META_FLAG_PROPERTY|META_FLAG_READ,
 14714                   /* name */
 14715                   "Manager",
 14716                   /* qualifiers */
 14717                   _CIM_OtherPersonInformation_Manager_qualifiers,
 14718                   /* type */
 14719                   CIMTYPE_STRING,
 14720 mike  1.1.2.1     /* subscript */
 14721                   0,
 14722                   /* value */
 14723                   0,
 14724               };
 14725               
 14726               static const char*
 14727               _CIM_OtherPersonInformation_MiddleName_qualifiers[] =
 14728               {
 14729                   0,
 14730               };
 14731               
 14732               static MetaProperty
 14733               _CIM_OtherPersonInformation_MiddleName =
 14734               {
 14735                   /* flags */
 14736                   META_FLAG_PROPERTY|META_FLAG_READ,
 14737                   /* name */
 14738                   "MiddleName",
 14739                   /* qualifiers */
 14740                   _CIM_OtherPersonInformation_MiddleName_qualifiers,
 14741 mike  1.1.2.1     /* type */
 14742                   CIMTYPE_STRING,
 14743                   /* subscript */
 14744                   0,
 14745                   /* value */
 14746                   0,
 14747               };
 14748               
 14749               static const char*
 14750               _CIM_OtherPersonInformation_Mobile_qualifiers[] =
 14751               {
 14752                   /* MaxLen */
 14753                   "\030\000\000\000\040",
 14754                   0,
 14755               };
 14756               
 14757               static MetaProperty
 14758               _CIM_OtherPersonInformation_Mobile =
 14759               {
 14760                   /* flags */
 14761                   META_FLAG_PROPERTY|META_FLAG_READ,
 14762 mike  1.1.2.1     /* name */
 14763                   "Mobile",
 14764                   /* qualifiers */
 14765                   _CIM_OtherPersonInformation_Mobile_qualifiers,
 14766                   /* type */
 14767                   CIMTYPE_STRING,
 14768                   /* subscript */
 14769                   0,
 14770                   /* value */
 14771                   0,
 14772               };
 14773               
 14774               static const char*
 14775               _CIM_OtherPersonInformation_OrganizationName_qualifiers[] =
 14776               {
 14777                   /* Required */
 14778                   "\050\001",
 14779                   0,
 14780               };
 14781               
 14782               static MetaProperty
 14783 mike  1.1.2.1 _CIM_OtherPersonInformation_OrganizationName =
 14784               {
 14785                   /* flags */
 14786                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 14787                   /* name */
 14788                   "OrganizationName",
 14789                   /* qualifiers */
 14790                   _CIM_OtherPersonInformation_OrganizationName_qualifiers,
 14791                   /* type */
 14792                   CIMTYPE_STRING,
 14793                   /* subscript */
 14794                   0,
 14795                   /* value */
 14796                   0,
 14797               };
 14798               
 14799               static const char*
 14800               _CIM_OtherPersonInformation_OrganizationalStatus_qualifiers[] =
 14801               {
 14802                   0,
 14803               };
 14804 mike  1.1.2.1 
 14805               static MetaProperty
 14806               _CIM_OtherPersonInformation_OrganizationalStatus =
 14807               {
 14808                   /* flags */
 14809                   META_FLAG_PROPERTY|META_FLAG_READ,
 14810                   /* name */
 14811                   "OrganizationalStatus",
 14812                   /* qualifiers */
 14813                   _CIM_OtherPersonInformation_OrganizationalStatus_qualifiers,
 14814                   /* type */
 14815                   CIMTYPE_STRING,
 14816                   /* subscript */
 14817                   0,
 14818                   /* value */
 14819                   0,
 14820               };
 14821               
 14822               static const char*
 14823               _CIM_OtherPersonInformation_OtherMailbox_qualifiers[] =
 14824               {
 14825 mike  1.1.2.1     0,
 14826               };
 14827               
 14828               static MetaProperty
 14829               _CIM_OtherPersonInformation_OtherMailbox =
 14830               {
 14831                   /* flags */
 14832                   META_FLAG_PROPERTY|META_FLAG_READ,
 14833                   /* name */
 14834                   "OtherMailbox",
 14835                   /* qualifiers */
 14836                   _CIM_OtherPersonInformation_OtherMailbox_qualifiers,
 14837                   /* type */
 14838                   CIMTYPE_STRING,
 14839                   /* subscript */
 14840                   0,
 14841                   /* value */
 14842                   0,
 14843               };
 14844               
 14845               static const char*
 14846 mike  1.1.2.1 _CIM_OtherPersonInformation_OU_qualifiers[] =
 14847               {
 14848                   0,
 14849               };
 14850               
 14851               static MetaProperty
 14852               _CIM_OtherPersonInformation_OU =
 14853               {
 14854                   /* flags */
 14855                   META_FLAG_PROPERTY|META_FLAG_READ,
 14856                   /* name */
 14857                   "OU",
 14858                   /* qualifiers */
 14859                   _CIM_OtherPersonInformation_OU_qualifiers,
 14860                   /* type */
 14861                   CIMTYPE_STRING,
 14862                   /* subscript */
 14863                   0,
 14864                   /* value */
 14865                   0,
 14866               };
 14867 mike  1.1.2.1 
 14868               static const char*
 14869               _CIM_OtherPersonInformation_Pager_qualifiers[] =
 14870               {
 14871                   /* MaxLen */
 14872                   "\030\000\000\000\040",
 14873                   0,
 14874               };
 14875               
 14876               static MetaProperty
 14877               _CIM_OtherPersonInformation_Pager =
 14878               {
 14879                   /* flags */
 14880                   META_FLAG_PROPERTY|META_FLAG_READ,
 14881                   /* name */
 14882                   "Pager",
 14883                   /* qualifiers */
 14884                   _CIM_OtherPersonInformation_Pager_qualifiers,
 14885                   /* type */
 14886                   CIMTYPE_STRING,
 14887                   /* subscript */
 14888 mike  1.1.2.1     0,
 14889                   /* value */
 14890                   0,
 14891               };
 14892               
 14893               static const char*
 14894               _CIM_OtherPersonInformation_PersonalTitle_qualifiers[] =
 14895               {
 14896                   0,
 14897               };
 14898               
 14899               static MetaProperty
 14900               _CIM_OtherPersonInformation_PersonalTitle =
 14901               {
 14902                   /* flags */
 14903                   META_FLAG_PROPERTY|META_FLAG_READ,
 14904                   /* name */
 14905                   "PersonalTitle",
 14906                   /* qualifiers */
 14907                   _CIM_OtherPersonInformation_PersonalTitle_qualifiers,
 14908                   /* type */
 14909 mike  1.1.2.1     CIMTYPE_STRING,
 14910                   /* subscript */
 14911                   0,
 14912                   /* value */
 14913                   0,
 14914               };
 14915               
 14916               static const char*
 14917               _CIM_OtherPersonInformation_Photo_qualifiers[] =
 14918               {
 14919                   /* OctetString */
 14920                   "\042\001",
 14921                   0,
 14922               };
 14923               
 14924               static MetaProperty
 14925               _CIM_OtherPersonInformation_Photo =
 14926               {
 14927                   /* flags */
 14928                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 14929                   /* name */
 14930 mike  1.1.2.1     "Photo",
 14931                   /* qualifiers */
 14932                   _CIM_OtherPersonInformation_Photo_qualifiers,
 14933                   /* type */
 14934                   CIMTYPE_STRING,
 14935                   /* subscript */
 14936                   0,
 14937                   /* value */
 14938                   0,
 14939               };
 14940               
 14941               static const char*
 14942               _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 14943               {
 14944                   /* MaxLen */
 14945                   "\030\000\000\000\200",
 14946                   0,
 14947               };
 14948               
 14949               static MetaProperty
 14950               _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName =
 14951 mike  1.1.2.1 {
 14952                   /* flags */
 14953                   META_FLAG_PROPERTY|META_FLAG_READ,
 14954                   /* name */
 14955                   "PhysicalDeliveryOfficeName",
 14956                   /* qualifiers */
 14957                   _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName_qualifiers,
 14958                   /* type */
 14959                   CIMTYPE_STRING,
 14960                   /* subscript */
 14961                   0,
 14962                   /* value */
 14963                   0,
 14964               };
 14965               
 14966               static const char*
 14967               _CIM_OtherPersonInformation_PostalAddress_qualifiers[] =
 14968               {
 14969                   0,
 14970               };
 14971               
 14972 mike  1.1.2.1 static MetaProperty
 14973               _CIM_OtherPersonInformation_PostalAddress =
 14974               {
 14975                   /* flags */
 14976                   META_FLAG_PROPERTY|META_FLAG_READ,
 14977                   /* name */
 14978                   "PostalAddress",
 14979                   /* qualifiers */
 14980                   _CIM_OtherPersonInformation_PostalAddress_qualifiers,
 14981                   /* type */
 14982                   CIMTYPE_STRING,
 14983                   /* subscript */
 14984                   0,
 14985                   /* value */
 14986                   0,
 14987               };
 14988               
 14989               static const char*
 14990               _CIM_OtherPersonInformation_PostalCode_qualifiers[] =
 14991               {
 14992                   /* MaxLen */
 14993 mike  1.1.2.1     "\030\000\000\000\050",
 14994                   0,
 14995               };
 14996               
 14997               static MetaProperty
 14998               _CIM_OtherPersonInformation_PostalCode =
 14999               {
 15000                   /* flags */
 15001                   META_FLAG_PROPERTY|META_FLAG_READ,
 15002                   /* name */
 15003                   "PostalCode",
 15004                   /* qualifiers */
 15005                   _CIM_OtherPersonInformation_PostalCode_qualifiers,
 15006                   /* type */
 15007                   CIMTYPE_STRING,
 15008                   /* subscript */
 15009                   0,
 15010                   /* value */
 15011                   0,
 15012               };
 15013               
 15014 mike  1.1.2.1 static const char*
 15015               _CIM_OtherPersonInformation_PostOfficeBox_qualifiers[] =
 15016               {
 15017                   /* MaxLen */
 15018                   "\030\000\000\000\050",
 15019                   0,
 15020               };
 15021               
 15022               static MetaProperty
 15023               _CIM_OtherPersonInformation_PostOfficeBox =
 15024               {
 15025                   /* flags */
 15026                   META_FLAG_PROPERTY|META_FLAG_READ,
 15027                   /* name */
 15028                   "PostOfficeBox",
 15029                   /* qualifiers */
 15030                   _CIM_OtherPersonInformation_PostOfficeBox_qualifiers,
 15031                   /* type */
 15032                   CIMTYPE_STRING,
 15033                   /* subscript */
 15034                   0,
 15035 mike  1.1.2.1     /* value */
 15036                   0,
 15037               };
 15038               
 15039               static const char*
 15040               _CIM_OtherPersonInformation_PreferredDeliveryMethod_qualifiers[] =
 15041               {
 15042                   0,
 15043               };
 15044               
 15045               static MetaProperty
 15046               _CIM_OtherPersonInformation_PreferredDeliveryMethod =
 15047               {
 15048                   /* flags */
 15049                   META_FLAG_PROPERTY|META_FLAG_READ,
 15050                   /* name */
 15051                   "PreferredDeliveryMethod",
 15052                   /* qualifiers */
 15053                   _CIM_OtherPersonInformation_PreferredDeliveryMethod_qualifiers,
 15054                   /* type */
 15055                   CIMTYPE_STRING,
 15056 mike  1.1.2.1     /* subscript */
 15057                   -1,
 15058                   /* value */
 15059                   0,
 15060               };
 15061               
 15062               static const char*
 15063               _CIM_OtherPersonInformation_PreferredLanguage_qualifiers[] =
 15064               {
 15065                   0,
 15066               };
 15067               
 15068               static MetaProperty
 15069               _CIM_OtherPersonInformation_PreferredLanguage =
 15070               {
 15071                   /* flags */
 15072                   META_FLAG_PROPERTY|META_FLAG_READ,
 15073                   /* name */
 15074                   "PreferredLanguage",
 15075                   /* qualifiers */
 15076                   _CIM_OtherPersonInformation_PreferredLanguage_qualifiers,
 15077 mike  1.1.2.1     /* type */
 15078                   CIMTYPE_STRING,
 15079                   /* subscript */
 15080                   -1,
 15081                   /* value */
 15082                   0,
 15083               };
 15084               
 15085               static const char*
 15086               _CIM_OtherPersonInformation_RegisteredAddress_qualifiers[] =
 15087               {
 15088                   0,
 15089               };
 15090               
 15091               static MetaProperty
 15092               _CIM_OtherPersonInformation_RegisteredAddress =
 15093               {
 15094                   /* flags */
 15095                   META_FLAG_PROPERTY|META_FLAG_READ,
 15096                   /* name */
 15097                   "RegisteredAddress",
 15098 mike  1.1.2.1     /* qualifiers */
 15099                   _CIM_OtherPersonInformation_RegisteredAddress_qualifiers,
 15100                   /* type */
 15101                   CIMTYPE_STRING,
 15102                   /* subscript */
 15103                   0,
 15104                   /* value */
 15105                   0,
 15106               };
 15107               
 15108               static const char*
 15109               _CIM_OtherPersonInformation_RoomNumber_qualifiers[] =
 15110               {
 15111                   0,
 15112               };
 15113               
 15114               static MetaProperty
 15115               _CIM_OtherPersonInformation_RoomNumber =
 15116               {
 15117                   /* flags */
 15118                   META_FLAG_PROPERTY|META_FLAG_READ,
 15119 mike  1.1.2.1     /* name */
 15120                   "RoomNumber",
 15121                   /* qualifiers */
 15122                   _CIM_OtherPersonInformation_RoomNumber_qualifiers,
 15123                   /* type */
 15124                   CIMTYPE_STRING,
 15125                   /* subscript */
 15126                   0,
 15127                   /* value */
 15128                   0,
 15129               };
 15130               
 15131               static const char*
 15132               _CIM_OtherPersonInformation_Secretary_qualifiers[] =
 15133               {
 15134                   0,
 15135               };
 15136               
 15137               static MetaProperty
 15138               _CIM_OtherPersonInformation_Secretary =
 15139               {
 15140 mike  1.1.2.1     /* flags */
 15141                   META_FLAG_PROPERTY|META_FLAG_READ,
 15142                   /* name */
 15143                   "Secretary",
 15144                   /* qualifiers */
 15145                   _CIM_OtherPersonInformation_Secretary_qualifiers,
 15146                   /* type */
 15147                   CIMTYPE_STRING,
 15148                   /* subscript */
 15149                   0,
 15150                   /* value */
 15151                   0,
 15152               };
 15153               
 15154               static const char*
 15155               _CIM_OtherPersonInformation_SeeAlso_qualifiers[] =
 15156               {
 15157                   0,
 15158               };
 15159               
 15160               static MetaProperty
 15161 mike  1.1.2.1 _CIM_OtherPersonInformation_SeeAlso =
 15162               {
 15163                   /* flags */
 15164                   META_FLAG_PROPERTY|META_FLAG_READ,
 15165                   /* name */
 15166                   "SeeAlso",
 15167                   /* qualifiers */
 15168                   _CIM_OtherPersonInformation_SeeAlso_qualifiers,
 15169                   /* type */
 15170                   CIMTYPE_STRING,
 15171                   /* subscript */
 15172                   0,
 15173                   /* value */
 15174                   0,
 15175               };
 15176               
 15177               static const char*
 15178               _CIM_OtherPersonInformation_StateOrProvince_qualifiers[] =
 15179               {
 15180                   0,
 15181               };
 15182 mike  1.1.2.1 
 15183               static MetaProperty
 15184               _CIM_OtherPersonInformation_StateOrProvince =
 15185               {
 15186                   /* flags */
 15187                   META_FLAG_PROPERTY|META_FLAG_READ,
 15188                   /* name */
 15189                   "StateOrProvince",
 15190                   /* qualifiers */
 15191                   _CIM_OtherPersonInformation_StateOrProvince_qualifiers,
 15192                   /* type */
 15193                   CIMTYPE_STRING,
 15194                   /* subscript */
 15195                   0,
 15196                   /* value */
 15197                   0,
 15198               };
 15199               
 15200               static const char*
 15201               _CIM_OtherPersonInformation_Street_qualifiers[] =
 15202               {
 15203 mike  1.1.2.1     /* MaxLen */
 15204                   "\030\000\000\000\200",
 15205                   0,
 15206               };
 15207               
 15208               static MetaProperty
 15209               _CIM_OtherPersonInformation_Street =
 15210               {
 15211                   /* flags */
 15212                   META_FLAG_PROPERTY|META_FLAG_READ,
 15213                   /* name */
 15214                   "Street",
 15215                   /* qualifiers */
 15216                   _CIM_OtherPersonInformation_Street_qualifiers,
 15217                   /* type */
 15218                   CIMTYPE_STRING,
 15219                   /* subscript */
 15220                   0,
 15221                   /* value */
 15222                   0,
 15223               };
 15224 mike  1.1.2.1 
 15225               static const char*
 15226               _CIM_OtherPersonInformation_Surname_qualifiers[] =
 15227               {
 15228                   0,
 15229               };
 15230               
 15231               static MetaProperty
 15232               _CIM_OtherPersonInformation_Surname =
 15233               {
 15234                   /* flags */
 15235                   META_FLAG_PROPERTY|META_FLAG_READ,
 15236                   /* name */
 15237                   "Surname",
 15238                   /* qualifiers */
 15239                   _CIM_OtherPersonInformation_Surname_qualifiers,
 15240                   /* type */
 15241                   CIMTYPE_STRING,
 15242                   /* subscript */
 15243                   0,
 15244                   /* value */
 15245 mike  1.1.2.1     0,
 15246               };
 15247               
 15248               static const char*
 15249               _CIM_OtherPersonInformation_TelephoneNumber_qualifiers[] =
 15250               {
 15251                   /* MaxLen */
 15252                   "\030\000\000\000\040",
 15253                   0,
 15254               };
 15255               
 15256               static MetaProperty
 15257               _CIM_OtherPersonInformation_TelephoneNumber =
 15258               {
 15259                   /* flags */
 15260                   META_FLAG_PROPERTY|META_FLAG_READ,
 15261                   /* name */
 15262                   "TelephoneNumber",
 15263                   /* qualifiers */
 15264                   _CIM_OtherPersonInformation_TelephoneNumber_qualifiers,
 15265                   /* type */
 15266 mike  1.1.2.1     CIMTYPE_STRING,
 15267                   /* subscript */
 15268                   0,
 15269                   /* value */
 15270                   0,
 15271               };
 15272               
 15273               static const char*
 15274               _CIM_OtherPersonInformation_TeletexTerminalIdentifier_qualifiers[] =
 15275               {
 15276                   0,
 15277               };
 15278               
 15279               static MetaProperty
 15280               _CIM_OtherPersonInformation_TeletexTerminalIdentifier =
 15281               {
 15282                   /* flags */
 15283                   META_FLAG_PROPERTY|META_FLAG_READ,
 15284                   /* name */
 15285                   "TeletexTerminalIdentifier",
 15286                   /* qualifiers */
 15287 mike  1.1.2.1     _CIM_OtherPersonInformation_TeletexTerminalIdentifier_qualifiers,
 15288                   /* type */
 15289                   CIMTYPE_STRING,
 15290                   /* subscript */
 15291                   0,
 15292                   /* value */
 15293                   0,
 15294               };
 15295               
 15296               static const char*
 15297               _CIM_OtherPersonInformation_TelexNumber_qualifiers[] =
 15298               {
 15299                   0,
 15300               };
 15301               
 15302               static MetaProperty
 15303               _CIM_OtherPersonInformation_TelexNumber =
 15304               {
 15305                   /* flags */
 15306                   META_FLAG_PROPERTY|META_FLAG_READ,
 15307                   /* name */
 15308 mike  1.1.2.1     "TelexNumber",
 15309                   /* qualifiers */
 15310                   _CIM_OtherPersonInformation_TelexNumber_qualifiers,
 15311                   /* type */
 15312                   CIMTYPE_STRING,
 15313                   /* subscript */
 15314                   0,
 15315                   /* value */
 15316                   0,
 15317               };
 15318               
 15319               static const char*
 15320               _CIM_OtherPersonInformation_ThumbnailLogo_qualifiers[] =
 15321               {
 15322                   /* OctetString */
 15323                   "\042\001",
 15324                   0,
 15325               };
 15326               
 15327               static MetaProperty
 15328               _CIM_OtherPersonInformation_ThumbnailLogo =
 15329 mike  1.1.2.1 {
 15330                   /* flags */
 15331                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15332                   /* name */
 15333                   "ThumbnailLogo",
 15334                   /* qualifiers */
 15335                   _CIM_OtherPersonInformation_ThumbnailLogo_qualifiers,
 15336                   /* type */
 15337                   CIMTYPE_STRING,
 15338                   /* subscript */
 15339                   0,
 15340                   /* value */
 15341                   0,
 15342               };
 15343               
 15344               static const char*
 15345               _CIM_OtherPersonInformation_ThumbnailPhoto_qualifiers[] =
 15346               {
 15347                   /* OctetString */
 15348                   "\042\001",
 15349                   0,
 15350 mike  1.1.2.1 };
 15351               
 15352               static MetaProperty
 15353               _CIM_OtherPersonInformation_ThumbnailPhoto =
 15354               {
 15355                   /* flags */
 15356                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15357                   /* name */
 15358                   "ThumbnailPhoto",
 15359                   /* qualifiers */
 15360                   _CIM_OtherPersonInformation_ThumbnailPhoto_qualifiers,
 15361                   /* type */
 15362                   CIMTYPE_STRING,
 15363                   /* subscript */
 15364                   0,
 15365                   /* value */
 15366                   0,
 15367               };
 15368               
 15369               static const char*
 15370               _CIM_OtherPersonInformation_Title_qualifiers[] =
 15371 mike  1.1.2.1 {
 15372                   0,
 15373               };
 15374               
 15375               static MetaProperty
 15376               _CIM_OtherPersonInformation_Title =
 15377               {
 15378                   /* flags */
 15379                   META_FLAG_PROPERTY|META_FLAG_READ,
 15380                   /* name */
 15381                   "Title",
 15382                   /* qualifiers */
 15383                   _CIM_OtherPersonInformation_Title_qualifiers,
 15384                   /* type */
 15385                   CIMTYPE_STRING,
 15386                   /* subscript */
 15387                   0,
 15388                   /* value */
 15389                   0,
 15390               };
 15391               
 15392 mike  1.1.2.1 static const char*
 15393               _CIM_OtherPersonInformation_UserID_qualifiers[] =
 15394               {
 15395                   0,
 15396               };
 15397               
 15398               static MetaProperty
 15399               _CIM_OtherPersonInformation_UserID =
 15400               {
 15401                   /* flags */
 15402                   META_FLAG_PROPERTY|META_FLAG_READ,
 15403                   /* name */
 15404                   "UserID",
 15405                   /* qualifiers */
 15406                   _CIM_OtherPersonInformation_UserID_qualifiers,
 15407                   /* type */
 15408                   CIMTYPE_STRING,
 15409                   /* subscript */
 15410                   0,
 15411                   /* value */
 15412                   0,
 15413 mike  1.1.2.1 };
 15414               
 15415               static const char*
 15416               _CIM_OtherPersonInformation_UniqueIdentifier_qualifiers[] =
 15417               {
 15418                   0,
 15419               };
 15420               
 15421               static MetaProperty
 15422               _CIM_OtherPersonInformation_UniqueIdentifier =
 15423               {
 15424                   /* flags */
 15425                   META_FLAG_PROPERTY|META_FLAG_READ,
 15426                   /* name */
 15427                   "UniqueIdentifier",
 15428                   /* qualifiers */
 15429                   _CIM_OtherPersonInformation_UniqueIdentifier_qualifiers,
 15430                   /* type */
 15431                   CIMTYPE_STRING,
 15432                   /* subscript */
 15433                   0,
 15434 mike  1.1.2.1     /* value */
 15435                   0,
 15436               };
 15437               
 15438               static const char*
 15439               _CIM_OtherPersonInformation_UserCertificate_qualifiers[] =
 15440               {
 15441                   /* OctetString */
 15442                   "\042\001",
 15443                   0,
 15444               };
 15445               
 15446               static MetaProperty
 15447               _CIM_OtherPersonInformation_UserCertificate =
 15448               {
 15449                   /* flags */
 15450                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15451                   /* name */
 15452                   "UserCertificate",
 15453                   /* qualifiers */
 15454                   _CIM_OtherPersonInformation_UserCertificate_qualifiers,
 15455 mike  1.1.2.1     /* type */
 15456                   CIMTYPE_STRING,
 15457                   /* subscript */
 15458                   0,
 15459                   /* value */
 15460                   0,
 15461               };
 15462               
 15463               static const char*
 15464               _CIM_OtherPersonInformation_UserPassword_qualifiers[] =
 15465               {
 15466                   /* OctetString */
 15467                   "\042\001",
 15468                   0,
 15469               };
 15470               
 15471               static MetaProperty
 15472               _CIM_OtherPersonInformation_UserPassword =
 15473               {
 15474                   /* flags */
 15475                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15476 mike  1.1.2.1     /* name */
 15477                   "UserPassword",
 15478                   /* qualifiers */
 15479                   _CIM_OtherPersonInformation_UserPassword_qualifiers,
 15480                   /* type */
 15481                   CIMTYPE_STRING,
 15482                   /* subscript */
 15483                   0,
 15484                   /* value */
 15485                   0,
 15486               };
 15487               
 15488               static const char*
 15489               _CIM_OtherPersonInformation_UserPKCS12_qualifiers[] =
 15490               {
 15491                   /* OctetString */
 15492                   "\042\001",
 15493                   0,
 15494               };
 15495               
 15496               static MetaProperty
 15497 mike  1.1.2.1 _CIM_OtherPersonInformation_UserPKCS12 =
 15498               {
 15499                   /* flags */
 15500                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15501                   /* name */
 15502                   "UserPKCS12",
 15503                   /* qualifiers */
 15504                   _CIM_OtherPersonInformation_UserPKCS12_qualifiers,
 15505                   /* type */
 15506                   CIMTYPE_STRING,
 15507                   /* subscript */
 15508                   0,
 15509                   /* value */
 15510                   0,
 15511               };
 15512               
 15513               static const char*
 15514               _CIM_OtherPersonInformation_UserSMIMECertificate_qualifiers[] =
 15515               {
 15516                   /* OctetString */
 15517                   "\042\001",
 15518 mike  1.1.2.1     0,
 15519               };
 15520               
 15521               static MetaProperty
 15522               _CIM_OtherPersonInformation_UserSMIMECertificate =
 15523               {
 15524                   /* flags */
 15525                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15526                   /* name */
 15527                   "UserSMIMECertificate",
 15528                   /* qualifiers */
 15529                   _CIM_OtherPersonInformation_UserSMIMECertificate_qualifiers,
 15530                   /* type */
 15531                   CIMTYPE_STRING,
 15532                   /* subscript */
 15533                   0,
 15534                   /* value */
 15535                   0,
 15536               };
 15537               
 15538               static const char*
 15539 mike  1.1.2.1 _CIM_OtherPersonInformation_X121Address_qualifiers[] =
 15540               {
 15541                   /* MaxLen */
 15542                   "\030\000\000\000\017",
 15543                   0,
 15544               };
 15545               
 15546               static MetaProperty
 15547               _CIM_OtherPersonInformation_X121Address =
 15548               {
 15549                   /* flags */
 15550                   META_FLAG_PROPERTY|META_FLAG_READ,
 15551                   /* name */
 15552                   "X121Address",
 15553                   /* qualifiers */
 15554                   _CIM_OtherPersonInformation_X121Address_qualifiers,
 15555                   /* type */
 15556                   CIMTYPE_STRING,
 15557                   /* subscript */
 15558                   0,
 15559                   /* value */
 15560 mike  1.1.2.1     0,
 15561               };
 15562               
 15563               static const char*
 15564               _CIM_OtherPersonInformation_X500UniqueIdentifier_qualifiers[] =
 15565               {
 15566                   /* OctetString */
 15567                   "\042\001",
 15568                   0,
 15569               };
 15570               
 15571               static MetaProperty
 15572               _CIM_OtherPersonInformation_X500UniqueIdentifier =
 15573               {
 15574                   /* flags */
 15575                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15576                   /* name */
 15577                   "X500UniqueIdentifier",
 15578                   /* qualifiers */
 15579                   _CIM_OtherPersonInformation_X500UniqueIdentifier_qualifiers,
 15580                   /* type */
 15581 mike  1.1.2.1     CIMTYPE_STRING,
 15582                   /* subscript */
 15583                   0,
 15584                   /* value */
 15585                   0,
 15586               };
 15587               
 15588               static MetaFeature*
 15589               _CIM_OtherPersonInformation_features[] =
 15590               {
 15591                   (MetaFeature*)&_CIM_OtherPersonInformation_CreationClassName,
 15592                   (MetaFeature*)&_CIM_OtherPersonInformation_Name,
 15593                   (MetaFeature*)&_CIM_OtherPersonInformation_ObjectClass,
 15594                   (MetaFeature*)&_CIM_OtherPersonInformation_Audio,
 15595                   (MetaFeature*)&_CIM_OtherPersonInformation_BusinessCategory,
 15596                   (MetaFeature*)&_CIM_OtherPersonInformation_CarLicense,
 15597                   (MetaFeature*)&_CIM_OtherPersonInformation_CommonName,
 15598                   (MetaFeature*)&_CIM_OtherPersonInformation_CountryName,
 15599                   (MetaFeature*)&_CIM_OtherPersonInformation_DepartmentNumber,
 15600                   (MetaFeature*)&_CIM_OtherPersonInformation_Descriptions,
 15601                   (MetaFeature*)&_CIM_OtherPersonInformation_DestinationIndicator,
 15602 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_DisplayName,
 15603                   (MetaFeature*)&_CIM_OtherPersonInformation_EmployeeNumber,
 15604                   (MetaFeature*)&_CIM_OtherPersonInformation_EmployeeType,
 15605                   (MetaFeature*)&_CIM_OtherPersonInformation_FacsimileTelephoneNumber,
 15606                   (MetaFeature*)&_CIM_OtherPersonInformation_GenerationQualifier,
 15607                   (MetaFeature*)&_CIM_OtherPersonInformation_GivenName,
 15608                   (MetaFeature*)&_CIM_OtherPersonInformation_HomeFax,
 15609                   (MetaFeature*)&_CIM_OtherPersonInformation_HomePhone,
 15610                   (MetaFeature*)&_CIM_OtherPersonInformation_HomePostalAddress,
 15611                   (MetaFeature*)&_CIM_OtherPersonInformation_Initials,
 15612                   (MetaFeature*)&_CIM_OtherPersonInformation_InternationaliSDNNumber,
 15613                   (MetaFeature*)&_CIM_OtherPersonInformation_JPEGPhoto,
 15614                   (MetaFeature*)&_CIM_OtherPersonInformation_LabeledURI,
 15615                   (MetaFeature*)&_CIM_OtherPersonInformation_LocalityName,
 15616                   (MetaFeature*)&_CIM_OtherPersonInformation_Mail,
 15617                   (MetaFeature*)&_CIM_OtherPersonInformation_Manager,
 15618                   (MetaFeature*)&_CIM_OtherPersonInformation_MiddleName,
 15619                   (MetaFeature*)&_CIM_OtherPersonInformation_Mobile,
 15620                   (MetaFeature*)&_CIM_OtherPersonInformation_OrganizationName,
 15621                   (MetaFeature*)&_CIM_OtherPersonInformation_OrganizationalStatus,
 15622                   (MetaFeature*)&_CIM_OtherPersonInformation_OtherMailbox,
 15623 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_OU,
 15624                   (MetaFeature*)&_CIM_OtherPersonInformation_Pager,
 15625                   (MetaFeature*)&_CIM_OtherPersonInformation_PersonalTitle,
 15626                   (MetaFeature*)&_CIM_OtherPersonInformation_Photo,
 15627                   (MetaFeature*)&_CIM_OtherPersonInformation_PhysicalDeliveryOfficeName,
 15628                   (MetaFeature*)&_CIM_OtherPersonInformation_PostalAddress,
 15629                   (MetaFeature*)&_CIM_OtherPersonInformation_PostalCode,
 15630                   (MetaFeature*)&_CIM_OtherPersonInformation_PostOfficeBox,
 15631                   (MetaFeature*)&_CIM_OtherPersonInformation_PreferredDeliveryMethod,
 15632                   (MetaFeature*)&_CIM_OtherPersonInformation_PreferredLanguage,
 15633                   (MetaFeature*)&_CIM_OtherPersonInformation_RegisteredAddress,
 15634                   (MetaFeature*)&_CIM_OtherPersonInformation_RoomNumber,
 15635                   (MetaFeature*)&_CIM_OtherPersonInformation_Secretary,
 15636                   (MetaFeature*)&_CIM_OtherPersonInformation_SeeAlso,
 15637                   (MetaFeature*)&_CIM_OtherPersonInformation_StateOrProvince,
 15638                   (MetaFeature*)&_CIM_OtherPersonInformation_Street,
 15639                   (MetaFeature*)&_CIM_OtherPersonInformation_Surname,
 15640                   (MetaFeature*)&_CIM_OtherPersonInformation_TelephoneNumber,
 15641                   (MetaFeature*)&_CIM_OtherPersonInformation_TeletexTerminalIdentifier,
 15642                   (MetaFeature*)&_CIM_OtherPersonInformation_TelexNumber,
 15643                   (MetaFeature*)&_CIM_OtherPersonInformation_ThumbnailLogo,
 15644 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_ThumbnailPhoto,
 15645                   (MetaFeature*)&_CIM_OtherPersonInformation_Title,
 15646                   (MetaFeature*)&_CIM_OtherPersonInformation_UserID,
 15647                   (MetaFeature*)&_CIM_OtherPersonInformation_UniqueIdentifier,
 15648                   (MetaFeature*)&_CIM_OtherPersonInformation_UserCertificate,
 15649                   (MetaFeature*)&_CIM_OtherPersonInformation_UserPassword,
 15650                   (MetaFeature*)&_CIM_OtherPersonInformation_UserPKCS12,
 15651                   (MetaFeature*)&_CIM_OtherPersonInformation_UserSMIMECertificate,
 15652                   (MetaFeature*)&_CIM_OtherPersonInformation_X121Address,
 15653                   (MetaFeature*)&_CIM_OtherPersonInformation_X500UniqueIdentifier,
 15654                   0,
 15655               };
 15656               
 15657               static const char*
 15658               __root_cimv2_CIM_OtherPersonInformation_qualifiers[] =
 15659               {
 15660                   /* UMLPackagePath */
 15661                   "\057CIM::User::Org",
 15662                   /* Version */
 15663                   "\0632.7.0",
 15664                   0,
 15665 mike  1.1.2.1 };
 15666               
 15667               MetaClass
 15668               __root_cimv2_CIM_OtherPersonInformation =
 15669               {
 15670                   /* flags */
 15671                   META_FLAG_CLASS,
 15672                   /* name */
 15673                   "CIM_OtherPersonInformation",
 15674                   /* qualifiers */
 15675                   __root_cimv2_CIM_OtherPersonInformation_qualifiers,
 15676                   /* super */
 15677                   &__root_cimv2_CIM_ManagedElement,
 15678                   /* features */
 15679                   _CIM_OtherPersonInformation_features,
 15680               };
 15681               
 15682               //==============================================================================
 15683               //
 15684               // Class: CIM_OtherRoleInformation
 15685               //
 15686 mike  1.1.2.1 //==============================================================================
 15687               
 15688               static const char*
 15689               _CIM_OtherRoleInformation_CreationClassName_qualifiers[] =
 15690               {
 15691                   /* Key */
 15692                   "\025\001",
 15693                   /* MaxLen */
 15694                   "\030\000\000\001\000",
 15695                   0,
 15696               };
 15697               
 15698               static MetaProperty
 15699               _CIM_OtherRoleInformation_CreationClassName =
 15700               {
 15701                   /* flags */
 15702                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 15703                   /* name */
 15704                   "CreationClassName",
 15705                   /* qualifiers */
 15706                   _CIM_OtherRoleInformation_CreationClassName_qualifiers,
 15707 mike  1.1.2.1     /* type */
 15708                   CIMTYPE_STRING,
 15709                   /* subscript */
 15710                   -1,
 15711                   /* value */
 15712                   0,
 15713               };
 15714               
 15715               static const char*
 15716               _CIM_OtherRoleInformation_Name_qualifiers[] =
 15717               {
 15718                   /* Key */
 15719                   "\025\001",
 15720                   /* MaxLen */
 15721                   "\030\000\000\004\000",
 15722                   0,
 15723               };
 15724               
 15725               static MetaProperty
 15726               _CIM_OtherRoleInformation_Name =
 15727               {
 15728 mike  1.1.2.1     /* flags */
 15729                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 15730                   /* name */
 15731                   "Name",
 15732                   /* qualifiers */
 15733                   _CIM_OtherRoleInformation_Name_qualifiers,
 15734                   /* type */
 15735                   CIMTYPE_STRING,
 15736                   /* subscript */
 15737                   -1,
 15738                   /* value */
 15739                   0,
 15740               };
 15741               
 15742               static const char*
 15743               _CIM_OtherRoleInformation_ObjectClass_qualifiers[] =
 15744               {
 15745                   0,
 15746               };
 15747               
 15748               static MetaProperty
 15749 mike  1.1.2.1 _CIM_OtherRoleInformation_ObjectClass =
 15750               {
 15751                   /* flags */
 15752                   META_FLAG_PROPERTY|META_FLAG_READ,
 15753                   /* name */
 15754                   "ObjectClass",
 15755                   /* qualifiers */
 15756                   _CIM_OtherRoleInformation_ObjectClass_qualifiers,
 15757                   /* type */
 15758                   CIMTYPE_STRING,
 15759                   /* subscript */
 15760                   0,
 15761                   /* value */
 15762                   0,
 15763               };
 15764               
 15765               static const char*
 15766               _CIM_OtherRoleInformation_BusinessCategory_qualifiers[] =
 15767               {
 15768                   /* MaxLen */
 15769                   "\030\000\000\000\200",
 15770 mike  1.1.2.1     0,
 15771               };
 15772               
 15773               static MetaProperty
 15774               _CIM_OtherRoleInformation_BusinessCategory =
 15775               {
 15776                   /* flags */
 15777                   META_FLAG_PROPERTY|META_FLAG_READ,
 15778                   /* name */
 15779                   "BusinessCategory",
 15780                   /* qualifiers */
 15781                   _CIM_OtherRoleInformation_BusinessCategory_qualifiers,
 15782                   /* type */
 15783                   CIMTYPE_STRING,
 15784                   /* subscript */
 15785                   0,
 15786                   /* value */
 15787                   0,
 15788               };
 15789               
 15790               static const char*
 15791 mike  1.1.2.1 _CIM_OtherRoleInformation_CommonName_qualifiers[] =
 15792               {
 15793                   0,
 15794               };
 15795               
 15796               static MetaProperty
 15797               _CIM_OtherRoleInformation_CommonName =
 15798               {
 15799                   /* flags */
 15800                   META_FLAG_PROPERTY|META_FLAG_READ,
 15801                   /* name */
 15802                   "CommonName",
 15803                   /* qualifiers */
 15804                   _CIM_OtherRoleInformation_CommonName_qualifiers,
 15805                   /* type */
 15806                   CIMTYPE_STRING,
 15807                   /* subscript */
 15808                   0,
 15809                   /* value */
 15810                   0,
 15811               };
 15812 mike  1.1.2.1 
 15813               static const char*
 15814               _CIM_OtherRoleInformation_Descriptions_qualifiers[] =
 15815               {
 15816                   /* MaxLen */
 15817                   "\030\000\000\004\000",
 15818                   0,
 15819               };
 15820               
 15821               static MetaProperty
 15822               _CIM_OtherRoleInformation_Descriptions =
 15823               {
 15824                   /* flags */
 15825                   META_FLAG_PROPERTY|META_FLAG_READ,
 15826                   /* name */
 15827                   "Descriptions",
 15828                   /* qualifiers */
 15829                   _CIM_OtherRoleInformation_Descriptions_qualifiers,
 15830                   /* type */
 15831                   CIMTYPE_STRING,
 15832                   /* subscript */
 15833 mike  1.1.2.1     0,
 15834                   /* value */
 15835                   0,
 15836               };
 15837               
 15838               static const char*
 15839               _CIM_OtherRoleInformation_DestinationIndicator_qualifiers[] =
 15840               {
 15841                   /* MaxLen */
 15842                   "\030\000\000\000\200",
 15843                   0,
 15844               };
 15845               
 15846               static MetaProperty
 15847               _CIM_OtherRoleInformation_DestinationIndicator =
 15848               {
 15849                   /* flags */
 15850                   META_FLAG_PROPERTY|META_FLAG_READ,
 15851                   /* name */
 15852                   "DestinationIndicator",
 15853                   /* qualifiers */
 15854 mike  1.1.2.1     _CIM_OtherRoleInformation_DestinationIndicator_qualifiers,
 15855                   /* type */
 15856                   CIMTYPE_STRING,
 15857                   /* subscript */
 15858                   0,
 15859                   /* value */
 15860                   0,
 15861               };
 15862               
 15863               static const char*
 15864               _CIM_OtherRoleInformation_FacsimileTelephoneNumber_qualifiers[] =
 15865               {
 15866                   0,
 15867               };
 15868               
 15869               static MetaProperty
 15870               _CIM_OtherRoleInformation_FacsimileTelephoneNumber =
 15871               {
 15872                   /* flags */
 15873                   META_FLAG_PROPERTY|META_FLAG_READ,
 15874                   /* name */
 15875 mike  1.1.2.1     "FacsimileTelephoneNumber",
 15876                   /* qualifiers */
 15877                   _CIM_OtherRoleInformation_FacsimileTelephoneNumber_qualifiers,
 15878                   /* type */
 15879                   CIMTYPE_STRING,
 15880                   /* subscript */
 15881                   0,
 15882                   /* value */
 15883                   0,
 15884               };
 15885               
 15886               static const char*
 15887               _CIM_OtherRoleInformation_InternationaliSDNNumber_qualifiers[] =
 15888               {
 15889                   /* MaxLen */
 15890                   "\030\000\000\000\020",
 15891                   0,
 15892               };
 15893               
 15894               static MetaProperty
 15895               _CIM_OtherRoleInformation_InternationaliSDNNumber =
 15896 mike  1.1.2.1 {
 15897                   /* flags */
 15898                   META_FLAG_PROPERTY|META_FLAG_READ,
 15899                   /* name */
 15900                   "InternationaliSDNNumber",
 15901                   /* qualifiers */
 15902                   _CIM_OtherRoleInformation_InternationaliSDNNumber_qualifiers,
 15903                   /* type */
 15904                   CIMTYPE_STRING,
 15905                   /* subscript */
 15906                   0,
 15907                   /* value */
 15908                   0,
 15909               };
 15910               
 15911               static const char*
 15912               _CIM_OtherRoleInformation_OU_qualifiers[] =
 15913               {
 15914                   0,
 15915               };
 15916               
 15917 mike  1.1.2.1 static MetaProperty
 15918               _CIM_OtherRoleInformation_OU =
 15919               {
 15920                   /* flags */
 15921                   META_FLAG_PROPERTY|META_FLAG_READ,
 15922                   /* name */
 15923                   "OU",
 15924                   /* qualifiers */
 15925                   _CIM_OtherRoleInformation_OU_qualifiers,
 15926                   /* type */
 15927                   CIMTYPE_STRING,
 15928                   /* subscript */
 15929                   0,
 15930                   /* value */
 15931                   0,
 15932               };
 15933               
 15934               static const char*
 15935               _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 15936               {
 15937                   /* MaxLen */
 15938 mike  1.1.2.1     "\030\000\000\000\200",
 15939                   0,
 15940               };
 15941               
 15942               static MetaProperty
 15943               _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName =
 15944               {
 15945                   /* flags */
 15946                   META_FLAG_PROPERTY|META_FLAG_READ,
 15947                   /* name */
 15948                   "PhysicalDeliveryOfficeName",
 15949                   /* qualifiers */
 15950                   _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName_qualifiers,
 15951                   /* type */
 15952                   CIMTYPE_STRING,
 15953                   /* subscript */
 15954                   0,
 15955                   /* value */
 15956                   0,
 15957               };
 15958               
 15959 mike  1.1.2.1 static const char*
 15960               _CIM_OtherRoleInformation_PostalAddress_qualifiers[] =
 15961               {
 15962                   0,
 15963               };
 15964               
 15965               static MetaProperty
 15966               _CIM_OtherRoleInformation_PostalAddress =
 15967               {
 15968                   /* flags */
 15969                   META_FLAG_PROPERTY|META_FLAG_READ,
 15970                   /* name */
 15971                   "PostalAddress",
 15972                   /* qualifiers */
 15973                   _CIM_OtherRoleInformation_PostalAddress_qualifiers,
 15974                   /* type */
 15975                   CIMTYPE_STRING,
 15976                   /* subscript */
 15977                   0,
 15978                   /* value */
 15979                   0,
 15980 mike  1.1.2.1 };
 15981               
 15982               static const char*
 15983               _CIM_OtherRoleInformation_PostalCode_qualifiers[] =
 15984               {
 15985                   /* MaxLen */
 15986                   "\030\000\000\000\050",
 15987                   0,
 15988               };
 15989               
 15990               static MetaProperty
 15991               _CIM_OtherRoleInformation_PostalCode =
 15992               {
 15993                   /* flags */
 15994                   META_FLAG_PROPERTY|META_FLAG_READ,
 15995                   /* name */
 15996                   "PostalCode",
 15997                   /* qualifiers */
 15998                   _CIM_OtherRoleInformation_PostalCode_qualifiers,
 15999                   /* type */
 16000                   CIMTYPE_STRING,
 16001 mike  1.1.2.1     /* subscript */
 16002                   0,
 16003                   /* value */
 16004                   0,
 16005               };
 16006               
 16007               static const char*
 16008               _CIM_OtherRoleInformation_PostOfficeBox_qualifiers[] =
 16009               {
 16010                   /* MaxLen */
 16011                   "\030\000\000\000\050",
 16012                   0,
 16013               };
 16014               
 16015               static MetaProperty
 16016               _CIM_OtherRoleInformation_PostOfficeBox =
 16017               {
 16018                   /* flags */
 16019                   META_FLAG_PROPERTY|META_FLAG_READ,
 16020                   /* name */
 16021                   "PostOfficeBox",
 16022 mike  1.1.2.1     /* qualifiers */
 16023                   _CIM_OtherRoleInformation_PostOfficeBox_qualifiers,
 16024                   /* type */
 16025                   CIMTYPE_STRING,
 16026                   /* subscript */
 16027                   0,
 16028                   /* value */
 16029                   0,
 16030               };
 16031               
 16032               static const char*
 16033               _CIM_OtherRoleInformation_PreferredDeliveryMethod_qualifiers[] =
 16034               {
 16035                   0,
 16036               };
 16037               
 16038               static MetaProperty
 16039               _CIM_OtherRoleInformation_PreferredDeliveryMethod =
 16040               {
 16041                   /* flags */
 16042                   META_FLAG_PROPERTY|META_FLAG_READ,
 16043 mike  1.1.2.1     /* name */
 16044                   "PreferredDeliveryMethod",
 16045                   /* qualifiers */
 16046                   _CIM_OtherRoleInformation_PreferredDeliveryMethod_qualifiers,
 16047                   /* type */
 16048                   CIMTYPE_STRING,
 16049                   /* subscript */
 16050                   -1,
 16051                   /* value */
 16052                   0,
 16053               };
 16054               
 16055               static const char*
 16056               _CIM_OtherRoleInformation_RegisteredAddress_qualifiers[] =
 16057               {
 16058                   0,
 16059               };
 16060               
 16061               static MetaProperty
 16062               _CIM_OtherRoleInformation_RegisteredAddress =
 16063               {
 16064 mike  1.1.2.1     /* flags */
 16065                   META_FLAG_PROPERTY|META_FLAG_READ,
 16066                   /* name */
 16067                   "RegisteredAddress",
 16068                   /* qualifiers */
 16069                   _CIM_OtherRoleInformation_RegisteredAddress_qualifiers,
 16070                   /* type */
 16071                   CIMTYPE_STRING,
 16072                   /* subscript */
 16073                   0,
 16074                   /* value */
 16075                   0,
 16076               };
 16077               
 16078               static const char*
 16079               _CIM_OtherRoleInformation_SeeAlso_qualifiers[] =
 16080               {
 16081                   0,
 16082               };
 16083               
 16084               static MetaProperty
 16085 mike  1.1.2.1 _CIM_OtherRoleInformation_SeeAlso =
 16086               {
 16087                   /* flags */
 16088                   META_FLAG_PROPERTY|META_FLAG_READ,
 16089                   /* name */
 16090                   "SeeAlso",
 16091                   /* qualifiers */
 16092                   _CIM_OtherRoleInformation_SeeAlso_qualifiers,
 16093                   /* type */
 16094                   CIMTYPE_STRING,
 16095                   /* subscript */
 16096                   0,
 16097                   /* value */
 16098                   0,
 16099               };
 16100               
 16101               static const char*
 16102               _CIM_OtherRoleInformation_StateOrProvince_qualifiers[] =
 16103               {
 16104                   0,
 16105               };
 16106 mike  1.1.2.1 
 16107               static MetaProperty
 16108               _CIM_OtherRoleInformation_StateOrProvince =
 16109               {
 16110                   /* flags */
 16111                   META_FLAG_PROPERTY|META_FLAG_READ,
 16112                   /* name */
 16113                   "StateOrProvince",
 16114                   /* qualifiers */
 16115                   _CIM_OtherRoleInformation_StateOrProvince_qualifiers,
 16116                   /* type */
 16117                   CIMTYPE_STRING,
 16118                   /* subscript */
 16119                   0,
 16120                   /* value */
 16121                   0,
 16122               };
 16123               
 16124               static const char*
 16125               _CIM_OtherRoleInformation_Street_qualifiers[] =
 16126               {
 16127 mike  1.1.2.1     /* MaxLen */
 16128                   "\030\000\000\000\200",
 16129                   0,
 16130               };
 16131               
 16132               static MetaProperty
 16133               _CIM_OtherRoleInformation_Street =
 16134               {
 16135                   /* flags */
 16136                   META_FLAG_PROPERTY|META_FLAG_READ,
 16137                   /* name */
 16138                   "Street",
 16139                   /* qualifiers */
 16140                   _CIM_OtherRoleInformation_Street_qualifiers,
 16141                   /* type */
 16142                   CIMTYPE_STRING,
 16143                   /* subscript */
 16144                   0,
 16145                   /* value */
 16146                   0,
 16147               };
 16148 mike  1.1.2.1 
 16149               static const char*
 16150               _CIM_OtherRoleInformation_TelephoneNumber_qualifiers[] =
 16151               {
 16152                   /* MaxLen */
 16153                   "\030\000\000\000\040",
 16154                   0,
 16155               };
 16156               
 16157               static MetaProperty
 16158               _CIM_OtherRoleInformation_TelephoneNumber =
 16159               {
 16160                   /* flags */
 16161                   META_FLAG_PROPERTY|META_FLAG_READ,
 16162                   /* name */
 16163                   "TelephoneNumber",
 16164                   /* qualifiers */
 16165                   _CIM_OtherRoleInformation_TelephoneNumber_qualifiers,
 16166                   /* type */
 16167                   CIMTYPE_STRING,
 16168                   /* subscript */
 16169 mike  1.1.2.1     0,
 16170                   /* value */
 16171                   0,
 16172               };
 16173               
 16174               static const char*
 16175               _CIM_OtherRoleInformation_TeletexTerminalIdentifier_qualifiers[] =
 16176               {
 16177                   0,
 16178               };
 16179               
 16180               static MetaProperty
 16181               _CIM_OtherRoleInformation_TeletexTerminalIdentifier =
 16182               {
 16183                   /* flags */
 16184                   META_FLAG_PROPERTY|META_FLAG_READ,
 16185                   /* name */
 16186                   "TeletexTerminalIdentifier",
 16187                   /* qualifiers */
 16188                   _CIM_OtherRoleInformation_TeletexTerminalIdentifier_qualifiers,
 16189                   /* type */
 16190 mike  1.1.2.1     CIMTYPE_STRING,
 16191                   /* subscript */
 16192                   0,
 16193                   /* value */
 16194                   0,
 16195               };
 16196               
 16197               static const char*
 16198               _CIM_OtherRoleInformation_TelexNumber_qualifiers[] =
 16199               {
 16200                   0,
 16201               };
 16202               
 16203               static MetaProperty
 16204               _CIM_OtherRoleInformation_TelexNumber =
 16205               {
 16206                   /* flags */
 16207                   META_FLAG_PROPERTY|META_FLAG_READ,
 16208                   /* name */
 16209                   "TelexNumber",
 16210                   /* qualifiers */
 16211 mike  1.1.2.1     _CIM_OtherRoleInformation_TelexNumber_qualifiers,
 16212                   /* type */
 16213                   CIMTYPE_STRING,
 16214                   /* subscript */
 16215                   0,
 16216                   /* value */
 16217                   0,
 16218               };
 16219               
 16220               static const char*
 16221               _CIM_OtherRoleInformation_X121Address_qualifiers[] =
 16222               {
 16223                   /* MaxLen */
 16224                   "\030\000\000\000\017",
 16225                   0,
 16226               };
 16227               
 16228               static MetaProperty
 16229               _CIM_OtherRoleInformation_X121Address =
 16230               {
 16231                   /* flags */
 16232 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16233                   /* name */
 16234                   "X121Address",
 16235                   /* qualifiers */
 16236                   _CIM_OtherRoleInformation_X121Address_qualifiers,
 16237                   /* type */
 16238                   CIMTYPE_STRING,
 16239                   /* subscript */
 16240                   0,
 16241                   /* value */
 16242                   0,
 16243               };
 16244               
 16245               static MetaFeature*
 16246               _CIM_OtherRoleInformation_features[] =
 16247               {
 16248                   (MetaFeature*)&_CIM_OtherRoleInformation_CreationClassName,
 16249                   (MetaFeature*)&_CIM_OtherRoleInformation_Name,
 16250                   (MetaFeature*)&_CIM_OtherRoleInformation_ObjectClass,
 16251                   (MetaFeature*)&_CIM_OtherRoleInformation_BusinessCategory,
 16252                   (MetaFeature*)&_CIM_OtherRoleInformation_CommonName,
 16253 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherRoleInformation_Descriptions,
 16254                   (MetaFeature*)&_CIM_OtherRoleInformation_DestinationIndicator,
 16255                   (MetaFeature*)&_CIM_OtherRoleInformation_FacsimileTelephoneNumber,
 16256                   (MetaFeature*)&_CIM_OtherRoleInformation_InternationaliSDNNumber,
 16257                   (MetaFeature*)&_CIM_OtherRoleInformation_OU,
 16258                   (MetaFeature*)&_CIM_OtherRoleInformation_PhysicalDeliveryOfficeName,
 16259                   (MetaFeature*)&_CIM_OtherRoleInformation_PostalAddress,
 16260                   (MetaFeature*)&_CIM_OtherRoleInformation_PostalCode,
 16261                   (MetaFeature*)&_CIM_OtherRoleInformation_PostOfficeBox,
 16262                   (MetaFeature*)&_CIM_OtherRoleInformation_PreferredDeliveryMethod,
 16263                   (MetaFeature*)&_CIM_OtherRoleInformation_RegisteredAddress,
 16264                   (MetaFeature*)&_CIM_OtherRoleInformation_SeeAlso,
 16265                   (MetaFeature*)&_CIM_OtherRoleInformation_StateOrProvince,
 16266                   (MetaFeature*)&_CIM_OtherRoleInformation_Street,
 16267                   (MetaFeature*)&_CIM_OtherRoleInformation_TelephoneNumber,
 16268                   (MetaFeature*)&_CIM_OtherRoleInformation_TeletexTerminalIdentifier,
 16269                   (MetaFeature*)&_CIM_OtherRoleInformation_TelexNumber,
 16270                   (MetaFeature*)&_CIM_OtherRoleInformation_X121Address,
 16271                   0,
 16272               };
 16273               
 16274 mike  1.1.2.1 static const char*
 16275               __root_cimv2_CIM_OtherRoleInformation_qualifiers[] =
 16276               {
 16277                   /* UMLPackagePath */
 16278                   "\057CIM::User::Role",
 16279                   /* Version */
 16280                   "\0632.6.0",
 16281                   0,
 16282               };
 16283               
 16284               MetaClass
 16285               __root_cimv2_CIM_OtherRoleInformation =
 16286               {
 16287                   /* flags */
 16288                   META_FLAG_CLASS,
 16289                   /* name */
 16290                   "CIM_OtherRoleInformation",
 16291                   /* qualifiers */
 16292                   __root_cimv2_CIM_OtherRoleInformation_qualifiers,
 16293                   /* super */
 16294                   &__root_cimv2_CIM_ManagedElement,
 16295 mike  1.1.2.1     /* features */
 16296                   _CIM_OtherRoleInformation_features,
 16297               };
 16298               
 16299               //==============================================================================
 16300               //
 16301               // Class: CIM_ParametersForMethod
 16302               //
 16303               //==============================================================================
 16304               
 16305               static const char*
 16306               _CIM_ParametersForMethod_Parameters_qualifiers[] =
 16307               {
 16308                   /* Key */
 16309                   "\025\001",
 16310                   0,
 16311               };
 16312               
 16313               static MetaReference
 16314               _CIM_ParametersForMethod_Parameters =
 16315               {
 16316 mike  1.1.2.1     /* flags */
 16317                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16318                   /* name */
 16319                   "Parameters",
 16320                   /* qualifiers */
 16321                   _CIM_ParametersForMethod_Parameters_qualifiers,
 16322                   /* subscript */
 16323                   -1,
 16324                   /* refId */
 16325                   &__root_cimv2_CIM_MethodParameters,
 16326               };
 16327               
 16328               static const char*
 16329               _CIM_ParametersForMethod_TheMethod_qualifiers[] =
 16330               {
 16331                   /* Key */
 16332                   "\025\001",
 16333                   0,
 16334               };
 16335               
 16336               static MetaReference
 16337 mike  1.1.2.1 _CIM_ParametersForMethod_TheMethod =
 16338               {
 16339                   /* flags */
 16340                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16341                   /* name */
 16342                   "TheMethod",
 16343                   /* qualifiers */
 16344                   _CIM_ParametersForMethod_TheMethod_qualifiers,
 16345                   /* subscript */
 16346                   -1,
 16347                   /* refId */
 16348                   &__root_cimv2_CIM_ManagedElement,
 16349               };
 16350               
 16351               static const char*
 16352               _CIM_ParametersForMethod_MethodName_qualifiers[] =
 16353               {
 16354                   /* Key */
 16355                   "\025\001",
 16356                   /* MaxLen */
 16357                   "\030\000\000\000\100",
 16358 mike  1.1.2.1     0,
 16359               };
 16360               
 16361               static MetaProperty
 16362               _CIM_ParametersForMethod_MethodName =
 16363               {
 16364                   /* flags */
 16365                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16366                   /* name */
 16367                   "MethodName",
 16368                   /* qualifiers */
 16369                   _CIM_ParametersForMethod_MethodName_qualifiers,
 16370                   /* type */
 16371                   CIMTYPE_STRING,
 16372                   /* subscript */
 16373                   -1,
 16374                   /* value */
 16375                   0,
 16376               };
 16377               
 16378               static MetaFeature*
 16379 mike  1.1.2.1 _CIM_ParametersForMethod_features[] =
 16380               {
 16381                   (MetaFeature*)&_CIM_ParametersForMethod_Parameters,
 16382                   (MetaFeature*)&_CIM_ParametersForMethod_TheMethod,
 16383                   (MetaFeature*)&_CIM_ParametersForMethod_MethodName,
 16384                   0,
 16385               };
 16386               
 16387               static const char*
 16388               __root_cimv2_CIM_ParametersForMethod_qualifiers[] =
 16389               {
 16390                   /* ASSOCIATION */
 16391                   "\000\001",
 16392                   /* UMLPackagePath */
 16393                   "\057CIM::Core::MethodParms",
 16394                   /* Version */
 16395                   "\0632.10.0",
 16396                   0,
 16397               };
 16398               
 16399               MetaClass
 16400 mike  1.1.2.1 __root_cimv2_CIM_ParametersForMethod =
 16401               {
 16402                   /* flags */
 16403                   META_FLAG_ASSOCIATION,
 16404                   /* name */
 16405                   "CIM_ParametersForMethod",
 16406                   /* qualifiers */
 16407                   __root_cimv2_CIM_ParametersForMethod_qualifiers,
 16408                   /* super */
 16409                   0,
 16410                   /* features */
 16411                   _CIM_ParametersForMethod_features,
 16412               };
 16413               
 16414               //==============================================================================
 16415               //
 16416               // Class: CIM_ParameterValueSources
 16417               //
 16418               //==============================================================================
 16419               
 16420               static const char*
 16421 mike  1.1.2.1 _CIM_ParameterValueSources_Parameters_qualifiers[] =
 16422               {
 16423                   /* Key */
 16424                   "\025\001",
 16425                   0,
 16426               };
 16427               
 16428               static MetaReference
 16429               _CIM_ParameterValueSources_Parameters =
 16430               {
 16431                   /* flags */
 16432                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16433                   /* name */
 16434                   "Parameters",
 16435                   /* qualifiers */
 16436                   _CIM_ParameterValueSources_Parameters_qualifiers,
 16437                   /* subscript */
 16438                   -1,
 16439                   /* refId */
 16440                   &__root_cimv2_CIM_MethodParameters,
 16441               };
 16442 mike  1.1.2.1 
 16443               static const char*
 16444               _CIM_ParameterValueSources_ValueSource_qualifiers[] =
 16445               {
 16446                   /* Key */
 16447                   "\025\001",
 16448                   0,
 16449               };
 16450               
 16451               static MetaReference
 16452               _CIM_ParameterValueSources_ValueSource =
 16453               {
 16454                   /* flags */
 16455                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16456                   /* name */
 16457                   "ValueSource",
 16458                   /* qualifiers */
 16459                   _CIM_ParameterValueSources_ValueSource_qualifiers,
 16460                   /* subscript */
 16461                   -1,
 16462                   /* refId */
 16463 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 16464               };
 16465               
 16466               static MetaFeature*
 16467               _CIM_ParameterValueSources_features[] =
 16468               {
 16469                   (MetaFeature*)&_CIM_ParameterValueSources_Parameters,
 16470                   (MetaFeature*)&_CIM_ParameterValueSources_ValueSource,
 16471                   0,
 16472               };
 16473               
 16474               static const char*
 16475               __root_cimv2_CIM_ParameterValueSources_qualifiers[] =
 16476               {
 16477                   /* ASSOCIATION */
 16478                   "\000\001",
 16479                   /* UMLPackagePath */
 16480                   "\057CIM::Core::MethodParms",
 16481                   /* Version */
 16482                   "\0632.10.0",
 16483                   0,
 16484 mike  1.1.2.1 };
 16485               
 16486               MetaClass
 16487               __root_cimv2_CIM_ParameterValueSources =
 16488               {
 16489                   /* flags */
 16490                   META_FLAG_ASSOCIATION,
 16491                   /* name */
 16492                   "CIM_ParameterValueSources",
 16493                   /* qualifiers */
 16494                   __root_cimv2_CIM_ParameterValueSources_qualifiers,
 16495                   /* super */
 16496                   0,
 16497                   /* features */
 16498                   _CIM_ParameterValueSources_features,
 16499               };
 16500               
 16501               //==============================================================================
 16502               //
 16503               // Class: CIM_PhysicalCapacity
 16504               //
 16505 mike  1.1.2.1 //==============================================================================
 16506               
 16507               static const char*
 16508               _CIM_PhysicalCapacity_Name_qualifiers[] =
 16509               {
 16510                   /* MaxLen */
 16511                   "\030\000\000\001\000",
 16512                   0,
 16513               };
 16514               
 16515               static MetaProperty
 16516               _CIM_PhysicalCapacity_Name =
 16517               {
 16518                   /* flags */
 16519                   META_FLAG_PROPERTY|META_FLAG_READ,
 16520                   /* name */
 16521                   "Name",
 16522                   /* qualifiers */
 16523                   _CIM_PhysicalCapacity_Name_qualifiers,
 16524                   /* type */
 16525                   CIMTYPE_STRING,
 16526 mike  1.1.2.1     /* subscript */
 16527                   -1,
 16528                   /* value */
 16529                   0,
 16530               };
 16531               
 16532               static MetaFeature*
 16533               _CIM_PhysicalCapacity_features[] =
 16534               {
 16535                   (MetaFeature*)&_CIM_PhysicalCapacity_Name,
 16536                   0,
 16537               };
 16538               
 16539               static const char*
 16540               __root_cimv2_CIM_PhysicalCapacity_qualifiers[] =
 16541               {
 16542                   /* UMLPackagePath */
 16543                   "\057CIM::Physical::Misc",
 16544                   /* Abstract */
 16545                   "\002\001",
 16546                   /* Version */
 16547 mike  1.1.2.1     "\0632.7.0",
 16548                   0,
 16549               };
 16550               
 16551               MetaClass
 16552               __root_cimv2_CIM_PhysicalCapacity =
 16553               {
 16554                   /* flags */
 16555                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 16556                   /* name */
 16557                   "CIM_PhysicalCapacity",
 16558                   /* qualifiers */
 16559                   __root_cimv2_CIM_PhysicalCapacity_qualifiers,
 16560                   /* super */
 16561                   &__root_cimv2_CIM_ManagedElement,
 16562                   /* features */
 16563                   _CIM_PhysicalCapacity_features,
 16564               };
 16565               
 16566               //==============================================================================
 16567               //
 16568 mike  1.1.2.1 // Class: CIM_PhysicalElement
 16569               //
 16570               //==============================================================================
 16571               
 16572               static const char*
 16573               _CIM_PhysicalElement_Tag_qualifiers[] =
 16574               {
 16575                   /* Key */
 16576                   "\025\001",
 16577                   /* MaxLen */
 16578                   "\030\000\000\001\000",
 16579                   0,
 16580               };
 16581               
 16582               static MetaProperty
 16583               _CIM_PhysicalElement_Tag =
 16584               {
 16585                   /* flags */
 16586                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16587                   /* name */
 16588                   "Tag",
 16589 mike  1.1.2.1     /* qualifiers */
 16590                   _CIM_PhysicalElement_Tag_qualifiers,
 16591                   /* type */
 16592                   CIMTYPE_STRING,
 16593                   /* subscript */
 16594                   -1,
 16595                   /* value */
 16596                   0,
 16597               };
 16598               
 16599               static const char*
 16600               _CIM_PhysicalElement_Description_qualifiers[] =
 16601               {
 16602                   /* Override */
 16603                   "\044Description",
 16604                   /* MappingStrings */
 16605                   "\026\000\001MIF.DMTF|FRU|003.3\000",
 16606                   0,
 16607               };
 16608               
 16609               static MetaProperty
 16610 mike  1.1.2.1 _CIM_PhysicalElement_Description =
 16611               {
 16612                   /* flags */
 16613                   META_FLAG_PROPERTY|META_FLAG_READ,
 16614                   /* name */
 16615                   "Description",
 16616                   /* qualifiers */
 16617                   _CIM_PhysicalElement_Description_qualifiers,
 16618                   /* type */
 16619                   CIMTYPE_STRING,
 16620                   /* subscript */
 16621                   -1,
 16622                   /* value */
 16623                   0,
 16624               };
 16625               
 16626               static const char*
 16627               _CIM_PhysicalElement_CreationClassName_qualifiers[] =
 16628               {
 16629                   /* Key */
 16630                   "\025\001",
 16631 mike  1.1.2.1     /* MaxLen */
 16632                   "\030\000\000\001\000",
 16633                   0,
 16634               };
 16635               
 16636               static MetaProperty
 16637               _CIM_PhysicalElement_CreationClassName =
 16638               {
 16639                   /* flags */
 16640                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16641                   /* name */
 16642                   "CreationClassName",
 16643                   /* qualifiers */
 16644                   _CIM_PhysicalElement_CreationClassName_qualifiers,
 16645                   /* type */
 16646                   CIMTYPE_STRING,
 16647                   /* subscript */
 16648                   -1,
 16649                   /* value */
 16650                   0,
 16651               };
 16652 mike  1.1.2.1 
 16653               static const char*
 16654               _CIM_PhysicalElement_ElementName_qualifiers[] =
 16655               {
 16656                   /* Override */
 16657                   "\044ElementName",
 16658                   /* MappingStrings */
 16659                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalName\000",
 16660                   0,
 16661               };
 16662               
 16663               static MetaProperty
 16664               _CIM_PhysicalElement_ElementName =
 16665               {
 16666                   /* flags */
 16667                   META_FLAG_PROPERTY|META_FLAG_READ,
 16668                   /* name */
 16669                   "ElementName",
 16670                   /* qualifiers */
 16671                   _CIM_PhysicalElement_ElementName_qualifiers,
 16672                   /* type */
 16673 mike  1.1.2.1     CIMTYPE_STRING,
 16674                   /* subscript */
 16675                   -1,
 16676                   /* value */
 16677                   0,
 16678               };
 16679               
 16680               static const char*
 16681               _CIM_PhysicalElement_Manufacturer_qualifiers[] =
 16682               {
 16683                   /* MaxLen */
 16684                   "\030\000\000\001\000",
 16685                   /* MappingStrings */
 16686                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalMfgName\000MIF.DMTF|FRU|003.4\000",
 16687                   0,
 16688               };
 16689               
 16690               static MetaProperty
 16691               _CIM_PhysicalElement_Manufacturer =
 16692               {
 16693                   /* flags */
 16694 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16695                   /* name */
 16696                   "Manufacturer",
 16697                   /* qualifiers */
 16698                   _CIM_PhysicalElement_Manufacturer_qualifiers,
 16699                   /* type */
 16700                   CIMTYPE_STRING,
 16701                   /* subscript */
 16702                   -1,
 16703                   /* value */
 16704                   0,
 16705               };
 16706               
 16707               static const char*
 16708               _CIM_PhysicalElement_Model_qualifiers[] =
 16709               {
 16710                   /* MaxLen */
 16711                   "\030\000\000\001\000",
 16712                   /* MappingStrings */
 16713                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalDescr\000MIF.DMTF|FRU|003.5\000",
 16714                   0,
 16715 mike  1.1.2.1 };
 16716               
 16717               static MetaProperty
 16718               _CIM_PhysicalElement_Model =
 16719               {
 16720                   /* flags */
 16721                   META_FLAG_PROPERTY|META_FLAG_READ,
 16722                   /* name */
 16723                   "Model",
 16724                   /* qualifiers */
 16725                   _CIM_PhysicalElement_Model_qualifiers,
 16726                   /* type */
 16727                   CIMTYPE_STRING,
 16728                   /* subscript */
 16729                   -1,
 16730                   /* value */
 16731                   0,
 16732               };
 16733               
 16734               static const char*
 16735               _CIM_PhysicalElement_SKU_qualifiers[] =
 16736 mike  1.1.2.1 {
 16737                   /* MaxLen */
 16738                   "\030\000\000\000\100",
 16739                   0,
 16740               };
 16741               
 16742               static MetaProperty
 16743               _CIM_PhysicalElement_SKU =
 16744               {
 16745                   /* flags */
 16746                   META_FLAG_PROPERTY|META_FLAG_READ,
 16747                   /* name */
 16748                   "SKU",
 16749                   /* qualifiers */
 16750                   _CIM_PhysicalElement_SKU_qualifiers,
 16751                   /* type */
 16752                   CIMTYPE_STRING,
 16753                   /* subscript */
 16754                   -1,
 16755                   /* value */
 16756                   0,
 16757 mike  1.1.2.1 };
 16758               
 16759               static const char*
 16760               _CIM_PhysicalElement_SerialNumber_qualifiers[] =
 16761               {
 16762                   /* MaxLen */
 16763                   "\030\000\000\001\000",
 16764                   /* MappingStrings */
 16765                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalSerialNum\000MIF.DMTF|FRU|003.7\000",
 16766                   0,
 16767               };
 16768               
 16769               static MetaProperty
 16770               _CIM_PhysicalElement_SerialNumber =
 16771               {
 16772                   /* flags */
 16773                   META_FLAG_PROPERTY|META_FLAG_READ,
 16774                   /* name */
 16775                   "SerialNumber",
 16776                   /* qualifiers */
 16777                   _CIM_PhysicalElement_SerialNumber_qualifiers,
 16778 mike  1.1.2.1     /* type */
 16779                   CIMTYPE_STRING,
 16780                   /* subscript */
 16781                   -1,
 16782                   /* value */
 16783                   0,
 16784               };
 16785               
 16786               static const char*
 16787               _CIM_PhysicalElement_Version_qualifiers[] =
 16788               {
 16789                   /* MaxLen */
 16790                   "\030\000\000\000\100",
 16791                   /* MappingStrings */
 16792                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalHardwareRev\000MIF.DMTF|FRU|003.8\000",
 16793                   0,
 16794               };
 16795               
 16796               static MetaProperty
 16797               _CIM_PhysicalElement_Version =
 16798               {
 16799 mike  1.1.2.1     /* flags */
 16800                   META_FLAG_PROPERTY|META_FLAG_READ,
 16801                   /* name */
 16802                   "Version",
 16803                   /* qualifiers */
 16804                   _CIM_PhysicalElement_Version_qualifiers,
 16805                   /* type */
 16806                   CIMTYPE_STRING,
 16807                   /* subscript */
 16808                   -1,
 16809                   /* value */
 16810                   0,
 16811               };
 16812               
 16813               static const char*
 16814               _CIM_PhysicalElement_PartNumber_qualifiers[] =
 16815               {
 16816                   /* MaxLen */
 16817                   "\030\000\000\001\000",
 16818                   /* MappingStrings */
 16819                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalModelName\000",
 16820 mike  1.1.2.1     0,
 16821               };
 16822               
 16823               static MetaProperty
 16824               _CIM_PhysicalElement_PartNumber =
 16825               {
 16826                   /* flags */
 16827                   META_FLAG_PROPERTY|META_FLAG_READ,
 16828                   /* name */
 16829                   "PartNumber",
 16830                   /* qualifiers */
 16831                   _CIM_PhysicalElement_PartNumber_qualifiers,
 16832                   /* type */
 16833                   CIMTYPE_STRING,
 16834                   /* subscript */
 16835                   -1,
 16836                   /* value */
 16837                   0,
 16838               };
 16839               
 16840               static const char*
 16841 mike  1.1.2.1 _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers[] =
 16842               {
 16843                   /* Write */
 16844                   "\065\001",
 16845                   /* MappingStrings */
 16846                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAlias\000",
 16847                   0,
 16848               };
 16849               
 16850               static MetaProperty
 16851               _CIM_PhysicalElement_OtherIdentifyingInfo =
 16852               {
 16853                   /* flags */
 16854                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 16855                   /* name */
 16856                   "OtherIdentifyingInfo",
 16857                   /* qualifiers */
 16858                   _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers,
 16859                   /* type */
 16860                   CIMTYPE_STRING,
 16861                   /* subscript */
 16862 mike  1.1.2.1     -1,
 16863                   /* value */
 16864                   0,
 16865               };
 16866               
 16867               static const char*
 16868               _CIM_PhysicalElement_PoweredOn_qualifiers[] =
 16869               {
 16870                   0,
 16871               };
 16872               
 16873               static MetaProperty
 16874               _CIM_PhysicalElement_PoweredOn =
 16875               {
 16876                   /* flags */
 16877                   META_FLAG_PROPERTY|META_FLAG_READ,
 16878                   /* name */
 16879                   "PoweredOn",
 16880                   /* qualifiers */
 16881                   _CIM_PhysicalElement_PoweredOn_qualifiers,
 16882                   /* type */
 16883 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 16884                   /* subscript */
 16885                   -1,
 16886                   /* value */
 16887                   0,
 16888               };
 16889               
 16890               static const char*
 16891               _CIM_PhysicalElement_ManufactureDate_qualifiers[] =
 16892               {
 16893                   0,
 16894               };
 16895               
 16896               static MetaProperty
 16897               _CIM_PhysicalElement_ManufactureDate =
 16898               {
 16899                   /* flags */
 16900                   META_FLAG_PROPERTY|META_FLAG_READ,
 16901                   /* name */
 16902                   "ManufactureDate",
 16903                   /* qualifiers */
 16904 mike  1.1.2.1     _CIM_PhysicalElement_ManufactureDate_qualifiers,
 16905                   /* type */
 16906                   CIMTYPE_DATETIME,
 16907                   /* subscript */
 16908                   -1,
 16909                   /* value */
 16910                   0,
 16911               };
 16912               
 16913               static const char*
 16914               _CIM_PhysicalElement_VendorEquipmentType_qualifiers[] =
 16915               {
 16916                   /* MappingStrings */
 16917                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalVendorType\000",
 16918                   0,
 16919               };
 16920               
 16921               static MetaProperty
 16922               _CIM_PhysicalElement_VendorEquipmentType =
 16923               {
 16924                   /* flags */
 16925 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16926                   /* name */
 16927                   "VendorEquipmentType",
 16928                   /* qualifiers */
 16929                   _CIM_PhysicalElement_VendorEquipmentType_qualifiers,
 16930                   /* type */
 16931                   CIMTYPE_STRING,
 16932                   /* subscript */
 16933                   -1,
 16934                   /* value */
 16935                   0,
 16936               };
 16937               
 16938               static const char*
 16939               _CIM_PhysicalElement_UserTracking_qualifiers[] =
 16940               {
 16941                   /* Write */
 16942                   "\065\001",
 16943                   /* MappingStrings */
 16944                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAssetID\000",
 16945                   0,
 16946 mike  1.1.2.1 };
 16947               
 16948               static MetaProperty
 16949               _CIM_PhysicalElement_UserTracking =
 16950               {
 16951                   /* flags */
 16952                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 16953                   /* name */
 16954                   "UserTracking",
 16955                   /* qualifiers */
 16956                   _CIM_PhysicalElement_UserTracking_qualifiers,
 16957                   /* type */
 16958                   CIMTYPE_STRING,
 16959                   /* subscript */
 16960                   -1,
 16961                   /* value */
 16962                   0,
 16963               };
 16964               
 16965               static const char*
 16966               _CIM_PhysicalElement_CanBeFRUed_qualifiers[] =
 16967 mike  1.1.2.1 {
 16968                   /* MappingStrings */
 16969                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalIsFRU\000",
 16970                   0,
 16971               };
 16972               
 16973               static MetaProperty
 16974               _CIM_PhysicalElement_CanBeFRUed =
 16975               {
 16976                   /* flags */
 16977                   META_FLAG_PROPERTY|META_FLAG_READ,
 16978                   /* name */
 16979                   "CanBeFRUed",
 16980                   /* qualifiers */
 16981                   _CIM_PhysicalElement_CanBeFRUed_qualifiers,
 16982                   /* type */
 16983                   CIMTYPE_BOOLEAN,
 16984                   /* subscript */
 16985                   -1,
 16986                   /* value */
 16987                   0,
 16988 mike  1.1.2.1 };
 16989               
 16990               static MetaFeature*
 16991               _CIM_PhysicalElement_features[] =
 16992               {
 16993                   (MetaFeature*)&_CIM_PhysicalElement_Tag,
 16994                   (MetaFeature*)&_CIM_PhysicalElement_Description,
 16995                   (MetaFeature*)&_CIM_PhysicalElement_CreationClassName,
 16996                   (MetaFeature*)&_CIM_PhysicalElement_ElementName,
 16997                   (MetaFeature*)&_CIM_PhysicalElement_Manufacturer,
 16998                   (MetaFeature*)&_CIM_PhysicalElement_Model,
 16999                   (MetaFeature*)&_CIM_PhysicalElement_SKU,
 17000                   (MetaFeature*)&_CIM_PhysicalElement_SerialNumber,
 17001                   (MetaFeature*)&_CIM_PhysicalElement_Version,
 17002                   (MetaFeature*)&_CIM_PhysicalElement_PartNumber,
 17003                   (MetaFeature*)&_CIM_PhysicalElement_OtherIdentifyingInfo,
 17004                   (MetaFeature*)&_CIM_PhysicalElement_PoweredOn,
 17005                   (MetaFeature*)&_CIM_PhysicalElement_ManufactureDate,
 17006                   (MetaFeature*)&_CIM_PhysicalElement_VendorEquipmentType,
 17007                   (MetaFeature*)&_CIM_PhysicalElement_UserTracking,
 17008                   (MetaFeature*)&_CIM_PhysicalElement_CanBeFRUed,
 17009 mike  1.1.2.1     0,
 17010               };
 17011               
 17012               static const char*
 17013               __root_cimv2_CIM_PhysicalElement_qualifiers[] =
 17014               {
 17015                   /* UMLPackagePath */
 17016                   "\057CIM::Core::Physical",
 17017                   /* Abstract */
 17018                   "\002\001",
 17019                   /* Version */
 17020                   "\0632.10.0",
 17021                   0,
 17022               };
 17023               
 17024               MetaClass
 17025               __root_cimv2_CIM_PhysicalElement =
 17026               {
 17027                   /* flags */
 17028                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17029                   /* name */
 17030 mike  1.1.2.1     "CIM_PhysicalElement",
 17031                   /* qualifiers */
 17032                   __root_cimv2_CIM_PhysicalElement_qualifiers,
 17033                   /* super */
 17034                   &__root_cimv2_CIM_ManagedSystemElement,
 17035                   /* features */
 17036                   _CIM_PhysicalElement_features,
 17037               };
 17038               
 17039               //==============================================================================
 17040               //
 17041               // Class: CIM_PhysicalLink
 17042               //
 17043               //==============================================================================
 17044               
 17045               static const char*
 17046               _CIM_PhysicalLink_MaxLength_qualifiers[] =
 17047               {
 17048                   /* Units */
 17049                   "\060Feet",
 17050                   0,
 17051 mike  1.1.2.1 };
 17052               
 17053               static MetaProperty
 17054               _CIM_PhysicalLink_MaxLength =
 17055               {
 17056                   /* flags */
 17057                   META_FLAG_PROPERTY|META_FLAG_READ,
 17058                   /* name */
 17059                   "MaxLength",
 17060                   /* qualifiers */
 17061                   _CIM_PhysicalLink_MaxLength_qualifiers,
 17062                   /* type */
 17063                   CIMTYPE_REAL64,
 17064                   /* subscript */
 17065                   -1,
 17066                   /* value */
 17067                   0,
 17068               };
 17069               
 17070               static const char*
 17071               _CIM_PhysicalLink_Length_qualifiers[] =
 17072 mike  1.1.2.1 {
 17073                   /* Units */
 17074                   "\060Feet",
 17075                   0,
 17076               };
 17077               
 17078               static MetaProperty
 17079               _CIM_PhysicalLink_Length =
 17080               {
 17081                   /* flags */
 17082                   META_FLAG_PROPERTY|META_FLAG_READ,
 17083                   /* name */
 17084                   "Length",
 17085                   /* qualifiers */
 17086                   _CIM_PhysicalLink_Length_qualifiers,
 17087                   /* type */
 17088                   CIMTYPE_REAL64,
 17089                   /* subscript */
 17090                   -1,
 17091                   /* value */
 17092                   0,
 17093 mike  1.1.2.1 };
 17094               
 17095               static const char*
 17096               _CIM_PhysicalLink_Wired_qualifiers[] =
 17097               {
 17098                   0,
 17099               };
 17100               
 17101               static MetaProperty
 17102               _CIM_PhysicalLink_Wired =
 17103               {
 17104                   /* flags */
 17105                   META_FLAG_PROPERTY|META_FLAG_READ,
 17106                   /* name */
 17107                   "Wired",
 17108                   /* qualifiers */
 17109                   _CIM_PhysicalLink_Wired_qualifiers,
 17110                   /* type */
 17111                   CIMTYPE_BOOLEAN,
 17112                   /* subscript */
 17113                   -1,
 17114 mike  1.1.2.1     /* value */
 17115                   0,
 17116               };
 17117               
 17118               static const char*
 17119               _CIM_PhysicalLink_MediaType_qualifiers[] =
 17120               {
 17121                   /* ValueMap */
 17122                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
 17123                   /* Values */
 17124                   "\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",
 17125                   /* MappingStrings */
 17126                   "\026\000\001MIF.DMTF|Fibre Channel Bus Port Extensions|001.4\000",
 17127                   0,
 17128               };
 17129               
 17130               static MetaProperty
 17131               _CIM_PhysicalLink_MediaType =
 17132               {
 17133                   /* flags */
 17134                   META_FLAG_PROPERTY|META_FLAG_READ,
 17135 mike  1.1.2.1     /* name */
 17136                   "MediaType",
 17137                   /* qualifiers */
 17138                   _CIM_PhysicalLink_MediaType_qualifiers,
 17139                   /* type */
 17140                   CIMTYPE_UINT16,
 17141                   /* subscript */
 17142                   -1,
 17143                   /* value */
 17144                   0,
 17145               };
 17146               
 17147               static MetaFeature*
 17148               _CIM_PhysicalLink_features[] =
 17149               {
 17150                   (MetaFeature*)&_CIM_PhysicalLink_MaxLength,
 17151                   (MetaFeature*)&_CIM_PhysicalLink_Length,
 17152                   (MetaFeature*)&_CIM_PhysicalLink_Wired,
 17153                   (MetaFeature*)&_CIM_PhysicalLink_MediaType,
 17154                   0,
 17155               };
 17156 mike  1.1.2.1 
 17157               static const char*
 17158               __root_cimv2_CIM_PhysicalLink_qualifiers[] =
 17159               {
 17160                   /* UMLPackagePath */
 17161                   "\057CIM::Physical::Link",
 17162                   /* Version */
 17163                   "\0632.8.0",
 17164                   0,
 17165               };
 17166               
 17167               MetaClass
 17168               __root_cimv2_CIM_PhysicalLink =
 17169               {
 17170                   /* flags */
 17171                   META_FLAG_CLASS,
 17172                   /* name */
 17173                   "CIM_PhysicalLink",
 17174                   /* qualifiers */
 17175                   __root_cimv2_CIM_PhysicalLink_qualifiers,
 17176                   /* super */
 17177 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
 17178                   /* features */
 17179                   _CIM_PhysicalLink_features,
 17180               };
 17181               
 17182               //==============================================================================
 17183               //
 17184               // Class: CIM_PhysicalPackage
 17185               //
 17186               //==============================================================================
 17187               
 17188               static const char*
 17189               _CIM_PhysicalPackage_RemovalConditions_qualifiers[] =
 17190               {
 17191                   /* ValueMap */
 17192                   "\061\000\0040\0002\0003\0004\000",
 17193                   /* Values */
 17194                   "\062\000\004Unknown\000Not Applicable\000Removable when off\000Removable when on or off\000",
 17195                   0,
 17196               };
 17197               
 17198 mike  1.1.2.1 static MetaProperty
 17199               _CIM_PhysicalPackage_RemovalConditions =
 17200               {
 17201                   /* flags */
 17202                   META_FLAG_PROPERTY|META_FLAG_READ,
 17203                   /* name */
 17204                   "RemovalConditions",
 17205                   /* qualifiers */
 17206                   _CIM_PhysicalPackage_RemovalConditions_qualifiers,
 17207                   /* type */
 17208                   CIMTYPE_UINT16,
 17209                   /* subscript */
 17210                   -1,
 17211                   /* value */
 17212                   "\000\002",
 17213               };
 17214               
 17215               static const char*
 17216               _CIM_PhysicalPackage_Removable_qualifiers[] =
 17217               {
 17218                   /* Deprecated */
 17219 mike  1.1.2.1     "\013\000\001CIM_PhysicalPackage.RemovalConditions\000",
 17220                   0,
 17221               };
 17222               
 17223               static MetaProperty
 17224               _CIM_PhysicalPackage_Removable =
 17225               {
 17226                   /* flags */
 17227                   META_FLAG_PROPERTY|META_FLAG_READ,
 17228                   /* name */
 17229                   "Removable",
 17230                   /* qualifiers */
 17231                   _CIM_PhysicalPackage_Removable_qualifiers,
 17232                   /* type */
 17233                   CIMTYPE_BOOLEAN,
 17234                   /* subscript */
 17235                   -1,
 17236                   /* value */
 17237                   0,
 17238               };
 17239               
 17240 mike  1.1.2.1 static const char*
 17241               _CIM_PhysicalPackage_Replaceable_qualifiers[] =
 17242               {
 17243                   /* Deprecated */
 17244                   "\013\000\001No Value\000",
 17245                   0,
 17246               };
 17247               
 17248               static MetaProperty
 17249               _CIM_PhysicalPackage_Replaceable =
 17250               {
 17251                   /* flags */
 17252                   META_FLAG_PROPERTY|META_FLAG_READ,
 17253                   /* name */
 17254                   "Replaceable",
 17255                   /* qualifiers */
 17256                   _CIM_PhysicalPackage_Replaceable_qualifiers,
 17257                   /* type */
 17258                   CIMTYPE_BOOLEAN,
 17259                   /* subscript */
 17260                   -1,
 17261 mike  1.1.2.1     /* value */
 17262                   0,
 17263               };
 17264               
 17265               static const char*
 17266               _CIM_PhysicalPackage_HotSwappable_qualifiers[] =
 17267               {
 17268                   /* Deprecated */
 17269                   "\013\000\001CIM_PhysicalPackage.RemovalConditions\000",
 17270                   0,
 17271               };
 17272               
 17273               static MetaProperty
 17274               _CIM_PhysicalPackage_HotSwappable =
 17275               {
 17276                   /* flags */
 17277                   META_FLAG_PROPERTY|META_FLAG_READ,
 17278                   /* name */
 17279                   "HotSwappable",
 17280                   /* qualifiers */
 17281                   _CIM_PhysicalPackage_HotSwappable_qualifiers,
 17282 mike  1.1.2.1     /* type */
 17283                   CIMTYPE_BOOLEAN,
 17284                   /* subscript */
 17285                   -1,
 17286                   /* value */
 17287                   0,
 17288               };
 17289               
 17290               static const char*
 17291               _CIM_PhysicalPackage_Height_qualifiers[] =
 17292               {
 17293                   /* Units */
 17294                   "\060Inches",
 17295                   0,
 17296               };
 17297               
 17298               static MetaProperty
 17299               _CIM_PhysicalPackage_Height =
 17300               {
 17301                   /* flags */
 17302                   META_FLAG_PROPERTY|META_FLAG_READ,
 17303 mike  1.1.2.1     /* name */
 17304                   "Height",
 17305                   /* qualifiers */
 17306                   _CIM_PhysicalPackage_Height_qualifiers,
 17307                   /* type */
 17308                   CIMTYPE_REAL32,
 17309                   /* subscript */
 17310                   -1,
 17311                   /* value */
 17312                   0,
 17313               };
 17314               
 17315               static const char*
 17316               _CIM_PhysicalPackage_Depth_qualifiers[] =
 17317               {
 17318                   /* Units */
 17319                   "\060Inches",
 17320                   0,
 17321               };
 17322               
 17323               static MetaProperty
 17324 mike  1.1.2.1 _CIM_PhysicalPackage_Depth =
 17325               {
 17326                   /* flags */
 17327                   META_FLAG_PROPERTY|META_FLAG_READ,
 17328                   /* name */
 17329                   "Depth",
 17330                   /* qualifiers */
 17331                   _CIM_PhysicalPackage_Depth_qualifiers,
 17332                   /* type */
 17333                   CIMTYPE_REAL32,
 17334                   /* subscript */
 17335                   -1,
 17336                   /* value */
 17337                   0,
 17338               };
 17339               
 17340               static const char*
 17341               _CIM_PhysicalPackage_Width_qualifiers[] =
 17342               {
 17343                   /* Units */
 17344                   "\060Inches",
 17345 mike  1.1.2.1     0,
 17346               };
 17347               
 17348               static MetaProperty
 17349               _CIM_PhysicalPackage_Width =
 17350               {
 17351                   /* flags */
 17352                   META_FLAG_PROPERTY|META_FLAG_READ,
 17353                   /* name */
 17354                   "Width",
 17355                   /* qualifiers */
 17356                   _CIM_PhysicalPackage_Width_qualifiers,
 17357                   /* type */
 17358                   CIMTYPE_REAL32,
 17359                   /* subscript */
 17360                   -1,
 17361                   /* value */
 17362                   0,
 17363               };
 17364               
 17365               static const char*
 17366 mike  1.1.2.1 _CIM_PhysicalPackage_Weight_qualifiers[] =
 17367               {
 17368                   /* Units */
 17369                   "\060Pounds",
 17370                   0,
 17371               };
 17372               
 17373               static MetaProperty
 17374               _CIM_PhysicalPackage_Weight =
 17375               {
 17376                   /* flags */
 17377                   META_FLAG_PROPERTY|META_FLAG_READ,
 17378                   /* name */
 17379                   "Weight",
 17380                   /* qualifiers */
 17381                   _CIM_PhysicalPackage_Weight_qualifiers,
 17382                   /* type */
 17383                   CIMTYPE_REAL32,
 17384                   /* subscript */
 17385                   -1,
 17386                   /* value */
 17387 mike  1.1.2.1     0,
 17388               };
 17389               
 17390               static const char*
 17391               _CIM_PhysicalPackage_IsCompatible_ElementToCheck_qualifiers[] =
 17392               {
 17393                   /* IN */
 17394                   "\024\001",
 17395                   0,
 17396               };
 17397               
 17398               static MetaReference
 17399               _CIM_PhysicalPackage_IsCompatible_ElementToCheck =
 17400               {
 17401                   /* flags */
 17402                   META_FLAG_REFERENCE|META_FLAG_IN,
 17403                   /* name */
 17404                   "ElementToCheck",
 17405                   /* qualifiers */
 17406                   _CIM_PhysicalPackage_IsCompatible_ElementToCheck_qualifiers,
 17407                   /* subscript */
 17408 mike  1.1.2.1     -1,
 17409                   /* ref */
 17410                   &__root_cimv2_CIM_PhysicalElement,
 17411               };
 17412               
 17413               static MetaFeature*
 17414               _CIM_PhysicalPackage_IsCompatible_parameters[] =
 17415               {
 17416                   (MetaFeature*)&_CIM_PhysicalPackage_IsCompatible_ElementToCheck,
 17417                   0,
 17418               };
 17419               
 17420               static const char*
 17421               _CIM_PhysicalPackage_IsCompatible_qualifiers[] =
 17422               {
 17423                   /* Deprecated */
 17424                   "\013\000\001No Value\000",
 17425                   0,
 17426               };
 17427               
 17428               static MetaMethod
 17429 mike  1.1.2.1 _CIM_PhysicalPackage_IsCompatible =
 17430               {
 17431                   /* flags */
 17432                   META_FLAG_METHOD,
 17433                   /* name */
 17434                   "CIM_PhysicalPackage",
 17435                   /* qualifiers */
 17436                   _CIM_PhysicalPackage_IsCompatible_qualifiers,
 17437                   /* type */
 17438                   CIMTYPE_UINT32,
 17439                   /* parameters */
 17440                   _CIM_PhysicalPackage_IsCompatible_parameters,
 17441               };
 17442               
 17443               static MetaFeature*
 17444               _CIM_PhysicalPackage_features[] =
 17445               {
 17446                   (MetaFeature*)&_CIM_PhysicalPackage_RemovalConditions,
 17447                   (MetaFeature*)&_CIM_PhysicalPackage_Removable,
 17448                   (MetaFeature*)&_CIM_PhysicalPackage_Replaceable,
 17449                   (MetaFeature*)&_CIM_PhysicalPackage_HotSwappable,
 17450 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalPackage_Height,
 17451                   (MetaFeature*)&_CIM_PhysicalPackage_Depth,
 17452                   (MetaFeature*)&_CIM_PhysicalPackage_Width,
 17453                   (MetaFeature*)&_CIM_PhysicalPackage_Weight,
 17454                   (MetaFeature*)&_CIM_PhysicalPackage_IsCompatible,
 17455                   0,
 17456               };
 17457               
 17458               static const char*
 17459               __root_cimv2_CIM_PhysicalPackage_qualifiers[] =
 17460               {
 17461                   /* UMLPackagePath */
 17462                   "\057CIM::Physical::Package",
 17463                   /* Version */
 17464                   "\0632.8.0",
 17465                   0,
 17466               };
 17467               
 17468               MetaClass
 17469               __root_cimv2_CIM_PhysicalPackage =
 17470               {
 17471 mike  1.1.2.1     /* flags */
 17472                   META_FLAG_CLASS,
 17473                   /* name */
 17474                   "CIM_PhysicalPackage",
 17475                   /* qualifiers */
 17476                   __root_cimv2_CIM_PhysicalPackage_qualifiers,
 17477                   /* super */
 17478                   &__root_cimv2_CIM_PhysicalElement,
 17479                   /* features */
 17480                   _CIM_PhysicalPackage_features,
 17481               };
 17482               
 17483               //==============================================================================
 17484               //
 17485               // Class: CIM_Policy
 17486               //
 17487               //==============================================================================
 17488               
 17489               static const char*
 17490               _CIM_Policy_CommonName_qualifiers[] =
 17491               {
 17492 mike  1.1.2.1     0,
 17493               };
 17494               
 17495               static MetaProperty
 17496               _CIM_Policy_CommonName =
 17497               {
 17498                   /* flags */
 17499                   META_FLAG_PROPERTY|META_FLAG_READ,
 17500                   /* name */
 17501                   "CommonName",
 17502                   /* qualifiers */
 17503                   _CIM_Policy_CommonName_qualifiers,
 17504                   /* type */
 17505                   CIMTYPE_STRING,
 17506                   /* subscript */
 17507                   -1,
 17508                   /* value */
 17509                   0,
 17510               };
 17511               
 17512               static const char*
 17513 mike  1.1.2.1 _CIM_Policy_PolicyKeywords_qualifiers[] =
 17514               {
 17515                   0,
 17516               };
 17517               
 17518               static MetaProperty
 17519               _CIM_Policy_PolicyKeywords =
 17520               {
 17521                   /* flags */
 17522                   META_FLAG_PROPERTY|META_FLAG_READ,
 17523                   /* name */
 17524                   "PolicyKeywords",
 17525                   /* qualifiers */
 17526                   _CIM_Policy_PolicyKeywords_qualifiers,
 17527                   /* type */
 17528                   CIMTYPE_STRING,
 17529                   /* subscript */
 17530                   0,
 17531                   /* value */
 17532                   0,
 17533               };
 17534 mike  1.1.2.1 
 17535               static MetaFeature*
 17536               _CIM_Policy_features[] =
 17537               {
 17538                   (MetaFeature*)&_CIM_Policy_CommonName,
 17539                   (MetaFeature*)&_CIM_Policy_PolicyKeywords,
 17540                   0,
 17541               };
 17542               
 17543               static const char*
 17544               __root_cimv2_CIM_Policy_qualifiers[] =
 17545               {
 17546                   /* UMLPackagePath */
 17547                   "\057CIM::Policy",
 17548                   /* Abstract */
 17549                   "\002\001",
 17550                   /* Version */
 17551                   "\0632.6.0",
 17552                   0,
 17553               };
 17554               
 17555 mike  1.1.2.1 MetaClass
 17556               __root_cimv2_CIM_Policy =
 17557               {
 17558                   /* flags */
 17559                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17560                   /* name */
 17561                   "CIM_Policy",
 17562                   /* qualifiers */
 17563                   __root_cimv2_CIM_Policy_qualifiers,
 17564                   /* super */
 17565                   &__root_cimv2_CIM_ManagedElement,
 17566                   /* features */
 17567                   _CIM_Policy_features,
 17568               };
 17569               
 17570               //==============================================================================
 17571               //
 17572               // Class: CIM_PolicyAction
 17573               //
 17574               //==============================================================================
 17575               
 17576 mike  1.1.2.1 static const char*
 17577               _CIM_PolicyAction_SystemCreationClassName_qualifiers[] =
 17578               {
 17579                   /* Key */
 17580                   "\025\001",
 17581                   /* MaxLen */
 17582                   "\030\000\000\001\000",
 17583                   0,
 17584               };
 17585               
 17586               static MetaProperty
 17587               _CIM_PolicyAction_SystemCreationClassName =
 17588               {
 17589                   /* flags */
 17590                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17591                   /* name */
 17592                   "SystemCreationClassName",
 17593                   /* qualifiers */
 17594                   _CIM_PolicyAction_SystemCreationClassName_qualifiers,
 17595                   /* type */
 17596                   CIMTYPE_STRING,
 17597 mike  1.1.2.1     /* subscript */
 17598                   -1,
 17599                   /* value */
 17600                   0,
 17601               };
 17602               
 17603               static const char*
 17604               _CIM_PolicyAction_SystemName_qualifiers[] =
 17605               {
 17606                   /* Key */
 17607                   "\025\001",
 17608                   /* MaxLen */
 17609                   "\030\000\000\001\000",
 17610                   0,
 17611               };
 17612               
 17613               static MetaProperty
 17614               _CIM_PolicyAction_SystemName =
 17615               {
 17616                   /* flags */
 17617                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17618 mike  1.1.2.1     /* name */
 17619                   "SystemName",
 17620                   /* qualifiers */
 17621                   _CIM_PolicyAction_SystemName_qualifiers,
 17622                   /* type */
 17623                   CIMTYPE_STRING,
 17624                   /* subscript */
 17625                   -1,
 17626                   /* value */
 17627                   0,
 17628               };
 17629               
 17630               static const char*
 17631               _CIM_PolicyAction_PolicyRuleCreationClassName_qualifiers[] =
 17632               {
 17633                   /* Key */
 17634                   "\025\001",
 17635                   /* MaxLen */
 17636                   "\030\000\000\001\000",
 17637                   0,
 17638               };
 17639 mike  1.1.2.1 
 17640               static MetaProperty
 17641               _CIM_PolicyAction_PolicyRuleCreationClassName =
 17642               {
 17643                   /* flags */
 17644                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17645                   /* name */
 17646                   "PolicyRuleCreationClassName",
 17647                   /* qualifiers */
 17648                   _CIM_PolicyAction_PolicyRuleCreationClassName_qualifiers,
 17649                   /* type */
 17650                   CIMTYPE_STRING,
 17651                   /* subscript */
 17652                   -1,
 17653                   /* value */
 17654                   0,
 17655               };
 17656               
 17657               static const char*
 17658               _CIM_PolicyAction_PolicyRuleName_qualifiers[] =
 17659               {
 17660 mike  1.1.2.1     /* Key */
 17661                   "\025\001",
 17662                   /* MaxLen */
 17663                   "\030\000\000\001\000",
 17664                   0,
 17665               };
 17666               
 17667               static MetaProperty
 17668               _CIM_PolicyAction_PolicyRuleName =
 17669               {
 17670                   /* flags */
 17671                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17672                   /* name */
 17673                   "PolicyRuleName",
 17674                   /* qualifiers */
 17675                   _CIM_PolicyAction_PolicyRuleName_qualifiers,
 17676                   /* type */
 17677                   CIMTYPE_STRING,
 17678                   /* subscript */
 17679                   -1,
 17680                   /* value */
 17681 mike  1.1.2.1     0,
 17682               };
 17683               
 17684               static const char*
 17685               _CIM_PolicyAction_CreationClassName_qualifiers[] =
 17686               {
 17687                   /* Key */
 17688                   "\025\001",
 17689                   /* MaxLen */
 17690                   "\030\000\000\001\000",
 17691                   0,
 17692               };
 17693               
 17694               static MetaProperty
 17695               _CIM_PolicyAction_CreationClassName =
 17696               {
 17697                   /* flags */
 17698                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17699                   /* name */
 17700                   "CreationClassName",
 17701                   /* qualifiers */
 17702 mike  1.1.2.1     _CIM_PolicyAction_CreationClassName_qualifiers,
 17703                   /* type */
 17704                   CIMTYPE_STRING,
 17705                   /* subscript */
 17706                   -1,
 17707                   /* value */
 17708                   0,
 17709               };
 17710               
 17711               static const char*
 17712               _CIM_PolicyAction_PolicyActionName_qualifiers[] =
 17713               {
 17714                   /* Key */
 17715                   "\025\001",
 17716                   /* MaxLen */
 17717                   "\030\000\000\001\000",
 17718                   0,
 17719               };
 17720               
 17721               static MetaProperty
 17722               _CIM_PolicyAction_PolicyActionName =
 17723 mike  1.1.2.1 {
 17724                   /* flags */
 17725                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17726                   /* name */
 17727                   "PolicyActionName",
 17728                   /* qualifiers */
 17729                   _CIM_PolicyAction_PolicyActionName_qualifiers,
 17730                   /* type */
 17731                   CIMTYPE_STRING,
 17732                   /* subscript */
 17733                   -1,
 17734                   /* value */
 17735                   0,
 17736               };
 17737               
 17738               static const char*
 17739               _CIM_PolicyAction_DoActionLogging_qualifiers[] =
 17740               {
 17741                   0,
 17742               };
 17743               
 17744 mike  1.1.2.1 static MetaProperty
 17745               _CIM_PolicyAction_DoActionLogging =
 17746               {
 17747                   /* flags */
 17748                   META_FLAG_PROPERTY|META_FLAG_READ,
 17749                   /* name */
 17750                   "DoActionLogging",
 17751                   /* qualifiers */
 17752                   _CIM_PolicyAction_DoActionLogging_qualifiers,
 17753                   /* type */
 17754                   CIMTYPE_BOOLEAN,
 17755                   /* subscript */
 17756                   -1,
 17757                   /* value */
 17758                   0,
 17759               };
 17760               
 17761               static MetaFeature*
 17762               _CIM_PolicyAction_features[] =
 17763               {
 17764                   (MetaFeature*)&_CIM_PolicyAction_SystemCreationClassName,
 17765 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyAction_SystemName,
 17766                   (MetaFeature*)&_CIM_PolicyAction_PolicyRuleCreationClassName,
 17767                   (MetaFeature*)&_CIM_PolicyAction_PolicyRuleName,
 17768                   (MetaFeature*)&_CIM_PolicyAction_CreationClassName,
 17769                   (MetaFeature*)&_CIM_PolicyAction_PolicyActionName,
 17770                   (MetaFeature*)&_CIM_PolicyAction_DoActionLogging,
 17771                   0,
 17772               };
 17773               
 17774               static const char*
 17775               __root_cimv2_CIM_PolicyAction_qualifiers[] =
 17776               {
 17777                   /* UMLPackagePath */
 17778                   "\057CIM::Policy",
 17779                   /* Abstract */
 17780                   "\002\001",
 17781                   /* Version */
 17782                   "\0632.8.0",
 17783                   0,
 17784               };
 17785               
 17786 mike  1.1.2.1 MetaClass
 17787               __root_cimv2_CIM_PolicyAction =
 17788               {
 17789                   /* flags */
 17790                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17791                   /* name */
 17792                   "CIM_PolicyAction",
 17793                   /* qualifiers */
 17794                   __root_cimv2_CIM_PolicyAction_qualifiers,
 17795                   /* super */
 17796                   &__root_cimv2_CIM_Policy,
 17797                   /* features */
 17798                   _CIM_PolicyAction_features,
 17799               };
 17800               
 17801               //==============================================================================
 17802               //
 17803               // Class: CIM_PolicyComponent
 17804               //
 17805               //==============================================================================
 17806               
 17807 mike  1.1.2.1 static const char*
 17808               _CIM_PolicyComponent_GroupComponent_qualifiers[] =
 17809               {
 17810                   /* Aggregate */
 17811                   "\003\001",
 17812                   /* Override */
 17813                   "\044GroupComponent",
 17814                   0,
 17815               };
 17816               
 17817               static MetaReference
 17818               _CIM_PolicyComponent_GroupComponent =
 17819               {
 17820                   /* flags */
 17821                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 17822                   /* name */
 17823                   "GroupComponent",
 17824                   /* qualifiers */
 17825                   _CIM_PolicyComponent_GroupComponent_qualifiers,
 17826                   /* subscript */
 17827                   -1,
 17828 mike  1.1.2.1     /* refId */
 17829                   &__root_cimv2_CIM_Policy,
 17830               };
 17831               
 17832               static const char*
 17833               _CIM_PolicyComponent_PartComponent_qualifiers[] =
 17834               {
 17835                   /* Override */
 17836                   "\044PartComponent",
 17837                   0,
 17838               };
 17839               
 17840               static MetaReference
 17841               _CIM_PolicyComponent_PartComponent =
 17842               {
 17843                   /* flags */
 17844                   META_FLAG_REFERENCE|META_FLAG_READ,
 17845                   /* name */
 17846                   "PartComponent",
 17847                   /* qualifiers */
 17848                   _CIM_PolicyComponent_PartComponent_qualifiers,
 17849 mike  1.1.2.1     /* subscript */
 17850                   -1,
 17851                   /* refId */
 17852                   &__root_cimv2_CIM_Policy,
 17853               };
 17854               
 17855               static MetaFeature*
 17856               _CIM_PolicyComponent_features[] =
 17857               {
 17858                   (MetaFeature*)&_CIM_PolicyComponent_GroupComponent,
 17859                   (MetaFeature*)&_CIM_PolicyComponent_PartComponent,
 17860                   0,
 17861               };
 17862               
 17863               static const char*
 17864               __root_cimv2_CIM_PolicyComponent_qualifiers[] =
 17865               {
 17866                   /* ASSOCIATION */
 17867                   "\000\001",
 17868                   /* UMLPackagePath */
 17869                   "\057CIM::Policy",
 17870 mike  1.1.2.1     /* Abstract */
 17871                   "\002\001",
 17872                   /* Aggregation */
 17873                   "\004\001",
 17874                   /* Version */
 17875                   "\0632.6.0",
 17876                   0,
 17877               };
 17878               
 17879               MetaClass
 17880               __root_cimv2_CIM_PolicyComponent =
 17881               {
 17882                   /* flags */
 17883                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 17884                   /* name */
 17885                   "CIM_PolicyComponent",
 17886                   /* qualifiers */
 17887                   __root_cimv2_CIM_PolicyComponent_qualifiers,
 17888                   /* super */
 17889                   &__root_cimv2_CIM_Component,
 17890                   /* features */
 17891 mike  1.1.2.1     _CIM_PolicyComponent_features,
 17892               };
 17893               
 17894               //==============================================================================
 17895               //
 17896               // Class: CIM_PolicyCondition
 17897               //
 17898               //==============================================================================
 17899               
 17900               static const char*
 17901               _CIM_PolicyCondition_SystemCreationClassName_qualifiers[] =
 17902               {
 17903                   /* Key */
 17904                   "\025\001",
 17905                   /* MaxLen */
 17906                   "\030\000\000\001\000",
 17907                   0,
 17908               };
 17909               
 17910               static MetaProperty
 17911               _CIM_PolicyCondition_SystemCreationClassName =
 17912 mike  1.1.2.1 {
 17913                   /* flags */
 17914                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17915                   /* name */
 17916                   "SystemCreationClassName",
 17917                   /* qualifiers */
 17918                   _CIM_PolicyCondition_SystemCreationClassName_qualifiers,
 17919                   /* type */
 17920                   CIMTYPE_STRING,
 17921                   /* subscript */
 17922                   -1,
 17923                   /* value */
 17924                   0,
 17925               };
 17926               
 17927               static const char*
 17928               _CIM_PolicyCondition_SystemName_qualifiers[] =
 17929               {
 17930                   /* Key */
 17931                   "\025\001",
 17932                   /* MaxLen */
 17933 mike  1.1.2.1     "\030\000\000\001\000",
 17934                   0,
 17935               };
 17936               
 17937               static MetaProperty
 17938               _CIM_PolicyCondition_SystemName =
 17939               {
 17940                   /* flags */
 17941                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17942                   /* name */
 17943                   "SystemName",
 17944                   /* qualifiers */
 17945                   _CIM_PolicyCondition_SystemName_qualifiers,
 17946                   /* type */
 17947                   CIMTYPE_STRING,
 17948                   /* subscript */
 17949                   -1,
 17950                   /* value */
 17951                   0,
 17952               };
 17953               
 17954 mike  1.1.2.1 static const char*
 17955               _CIM_PolicyCondition_PolicyRuleCreationClassName_qualifiers[] =
 17956               {
 17957                   /* Key */
 17958                   "\025\001",
 17959                   /* MaxLen */
 17960                   "\030\000\000\001\000",
 17961                   0,
 17962               };
 17963               
 17964               static MetaProperty
 17965               _CIM_PolicyCondition_PolicyRuleCreationClassName =
 17966               {
 17967                   /* flags */
 17968                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17969                   /* name */
 17970                   "PolicyRuleCreationClassName",
 17971                   /* qualifiers */
 17972                   _CIM_PolicyCondition_PolicyRuleCreationClassName_qualifiers,
 17973                   /* type */
 17974                   CIMTYPE_STRING,
 17975 mike  1.1.2.1     /* subscript */
 17976                   -1,
 17977                   /* value */
 17978                   0,
 17979               };
 17980               
 17981               static const char*
 17982               _CIM_PolicyCondition_PolicyRuleName_qualifiers[] =
 17983               {
 17984                   /* Key */
 17985                   "\025\001",
 17986                   /* MaxLen */
 17987                   "\030\000\000\001\000",
 17988                   0,
 17989               };
 17990               
 17991               static MetaProperty
 17992               _CIM_PolicyCondition_PolicyRuleName =
 17993               {
 17994                   /* flags */
 17995                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17996 mike  1.1.2.1     /* name */
 17997                   "PolicyRuleName",
 17998                   /* qualifiers */
 17999                   _CIM_PolicyCondition_PolicyRuleName_qualifiers,
 18000                   /* type */
 18001                   CIMTYPE_STRING,
 18002                   /* subscript */
 18003                   -1,
 18004                   /* value */
 18005                   0,
 18006               };
 18007               
 18008               static const char*
 18009               _CIM_PolicyCondition_CreationClassName_qualifiers[] =
 18010               {
 18011                   /* Key */
 18012                   "\025\001",
 18013                   /* MaxLen */
 18014                   "\030\000\000\001\000",
 18015                   0,
 18016               };
 18017 mike  1.1.2.1 
 18018               static MetaProperty
 18019               _CIM_PolicyCondition_CreationClassName =
 18020               {
 18021                   /* flags */
 18022                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18023                   /* name */
 18024                   "CreationClassName",
 18025                   /* qualifiers */
 18026                   _CIM_PolicyCondition_CreationClassName_qualifiers,
 18027                   /* type */
 18028                   CIMTYPE_STRING,
 18029                   /* subscript */
 18030                   -1,
 18031                   /* value */
 18032                   0,
 18033               };
 18034               
 18035               static const char*
 18036               _CIM_PolicyCondition_PolicyConditionName_qualifiers[] =
 18037               {
 18038 mike  1.1.2.1     /* Key */
 18039                   "\025\001",
 18040                   /* MaxLen */
 18041                   "\030\000\000\001\000",
 18042                   0,
 18043               };
 18044               
 18045               static MetaProperty
 18046               _CIM_PolicyCondition_PolicyConditionName =
 18047               {
 18048                   /* flags */
 18049                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18050                   /* name */
 18051                   "PolicyConditionName",
 18052                   /* qualifiers */
 18053                   _CIM_PolicyCondition_PolicyConditionName_qualifiers,
 18054                   /* type */
 18055                   CIMTYPE_STRING,
 18056                   /* subscript */
 18057                   -1,
 18058                   /* value */
 18059 mike  1.1.2.1     0,
 18060               };
 18061               
 18062               static MetaFeature*
 18063               _CIM_PolicyCondition_features[] =
 18064               {
 18065                   (MetaFeature*)&_CIM_PolicyCondition_SystemCreationClassName,
 18066                   (MetaFeature*)&_CIM_PolicyCondition_SystemName,
 18067                   (MetaFeature*)&_CIM_PolicyCondition_PolicyRuleCreationClassName,
 18068                   (MetaFeature*)&_CIM_PolicyCondition_PolicyRuleName,
 18069                   (MetaFeature*)&_CIM_PolicyCondition_CreationClassName,
 18070                   (MetaFeature*)&_CIM_PolicyCondition_PolicyConditionName,
 18071                   0,
 18072               };
 18073               
 18074               static const char*
 18075               __root_cimv2_CIM_PolicyCondition_qualifiers[] =
 18076               {
 18077                   /* UMLPackagePath */
 18078                   "\057CIM::Policy",
 18079                   /* Abstract */
 18080 mike  1.1.2.1     "\002\001",
 18081                   /* Version */
 18082                   "\0632.6.0",
 18083                   0,
 18084               };
 18085               
 18086               MetaClass
 18087               __root_cimv2_CIM_PolicyCondition =
 18088               {
 18089                   /* flags */
 18090                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 18091                   /* name */
 18092                   "CIM_PolicyCondition",
 18093                   /* qualifiers */
 18094                   __root_cimv2_CIM_PolicyCondition_qualifiers,
 18095                   /* super */
 18096                   &__root_cimv2_CIM_Policy,
 18097                   /* features */
 18098                   _CIM_PolicyCondition_features,
 18099               };
 18100               
 18101 mike  1.1.2.1 //==============================================================================
 18102               //
 18103               // Class: CIM_PolicyConditionStructure
 18104               //
 18105               //==============================================================================
 18106               
 18107               static const char*
 18108               _CIM_PolicyConditionStructure_GroupComponent_qualifiers[] =
 18109               {
 18110                   /* Aggregate */
 18111                   "\003\001",
 18112                   /* Override */
 18113                   "\044GroupComponent",
 18114                   0,
 18115               };
 18116               
 18117               static MetaReference
 18118               _CIM_PolicyConditionStructure_GroupComponent =
 18119               {
 18120                   /* flags */
 18121                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 18122 mike  1.1.2.1     /* name */
 18123                   "GroupComponent",
 18124                   /* qualifiers */
 18125                   _CIM_PolicyConditionStructure_GroupComponent_qualifiers,
 18126                   /* subscript */
 18127                   -1,
 18128                   /* refId */
 18129                   &__root_cimv2_CIM_Policy,
 18130               };
 18131               
 18132               static const char*
 18133               _CIM_PolicyConditionStructure_PartComponent_qualifiers[] =
 18134               {
 18135                   /* Override */
 18136                   "\044PartComponent",
 18137                   0,
 18138               };
 18139               
 18140               static MetaReference
 18141               _CIM_PolicyConditionStructure_PartComponent =
 18142               {
 18143 mike  1.1.2.1     /* flags */
 18144                   META_FLAG_REFERENCE|META_FLAG_READ,
 18145                   /* name */
 18146                   "PartComponent",
 18147                   /* qualifiers */
 18148                   _CIM_PolicyConditionStructure_PartComponent_qualifiers,
 18149                   /* subscript */
 18150                   -1,
 18151                   /* refId */
 18152                   &__root_cimv2_CIM_PolicyCondition,
 18153               };
 18154               
 18155               static const char*
 18156               _CIM_PolicyConditionStructure_GroupNumber_qualifiers[] =
 18157               {
 18158                   0,
 18159               };
 18160               
 18161               static MetaProperty
 18162               _CIM_PolicyConditionStructure_GroupNumber =
 18163               {
 18164 mike  1.1.2.1     /* flags */
 18165                   META_FLAG_PROPERTY|META_FLAG_READ,
 18166                   /* name */
 18167                   "GroupNumber",
 18168                   /* qualifiers */
 18169                   _CIM_PolicyConditionStructure_GroupNumber_qualifiers,
 18170                   /* type */
 18171                   CIMTYPE_UINT16,
 18172                   /* subscript */
 18173                   -1,
 18174                   /* value */
 18175                   0,
 18176               };
 18177               
 18178               static const char*
 18179               _CIM_PolicyConditionStructure_ConditionNegated_qualifiers[] =
 18180               {
 18181                   0,
 18182               };
 18183               
 18184               static MetaProperty
 18185 mike  1.1.2.1 _CIM_PolicyConditionStructure_ConditionNegated =
 18186               {
 18187                   /* flags */
 18188                   META_FLAG_PROPERTY|META_FLAG_READ,
 18189                   /* name */
 18190                   "ConditionNegated",
 18191                   /* qualifiers */
 18192                   _CIM_PolicyConditionStructure_ConditionNegated_qualifiers,
 18193                   /* type */
 18194                   CIMTYPE_BOOLEAN,
 18195                   /* subscript */
 18196                   -1,
 18197                   /* value */
 18198                   0,
 18199               };
 18200               
 18201               static MetaFeature*
 18202               _CIM_PolicyConditionStructure_features[] =
 18203               {
 18204                   (MetaFeature*)&_CIM_PolicyConditionStructure_GroupComponent,
 18205                   (MetaFeature*)&_CIM_PolicyConditionStructure_PartComponent,
 18206 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyConditionStructure_GroupNumber,
 18207                   (MetaFeature*)&_CIM_PolicyConditionStructure_ConditionNegated,
 18208                   0,
 18209               };
 18210               
 18211               static const char*
 18212               __root_cimv2_CIM_PolicyConditionStructure_qualifiers[] =
 18213               {
 18214                   /* ASSOCIATION */
 18215                   "\000\001",
 18216                   /* UMLPackagePath */
 18217                   "\057CIM::Policy",
 18218                   /* Abstract */
 18219                   "\002\001",
 18220                   /* Aggregation */
 18221                   "\004\001",
 18222                   /* Version */
 18223                   "\0632.7.0",
 18224                   0,
 18225               };
 18226               
 18227 mike  1.1.2.1 MetaClass
 18228               __root_cimv2_CIM_PolicyConditionStructure =
 18229               {
 18230                   /* flags */
 18231                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 18232                   /* name */
 18233                   "CIM_PolicyConditionStructure",
 18234                   /* qualifiers */
 18235                   __root_cimv2_CIM_PolicyConditionStructure_qualifiers,
 18236                   /* super */
 18237                   &__root_cimv2_CIM_PolicyComponent,
 18238                   /* features */
 18239                   _CIM_PolicyConditionStructure_features,
 18240               };
 18241               
 18242               //==============================================================================
 18243               //
 18244               // Class: CIM_PolicySet
 18245               //
 18246               //==============================================================================
 18247               
 18248 mike  1.1.2.1 static const char*
 18249               _CIM_PolicySet_PolicyDecisionStrategy_qualifiers[] =
 18250               {
 18251                   /* ValueMap */
 18252                   "\061\000\0011\000",
 18253                   /* Values */
 18254                   "\062\000\001First Matching\000",
 18255                   0,
 18256               };
 18257               
 18258               static MetaProperty
 18259               _CIM_PolicySet_PolicyDecisionStrategy =
 18260               {
 18261                   /* flags */
 18262                   META_FLAG_PROPERTY|META_FLAG_READ,
 18263                   /* name */
 18264                   "PolicyDecisionStrategy",
 18265                   /* qualifiers */
 18266                   _CIM_PolicySet_PolicyDecisionStrategy_qualifiers,
 18267                   /* type */
 18268                   CIMTYPE_UINT16,
 18269 mike  1.1.2.1     /* subscript */
 18270                   -1,
 18271                   /* value */
 18272                   0,
 18273               };
 18274               
 18275               static const char*
 18276               _CIM_PolicySet_PolicyRoles_qualifiers[] =
 18277               {
 18278                   /* Deprecated */
 18279                   "\013\000\001CIM_PolicySetInRoleCollection\000",
 18280                   0,
 18281               };
 18282               
 18283               static MetaProperty
 18284               _CIM_PolicySet_PolicyRoles =
 18285               {
 18286                   /* flags */
 18287                   META_FLAG_PROPERTY|META_FLAG_READ,
 18288                   /* name */
 18289                   "PolicyRoles",
 18290 mike  1.1.2.1     /* qualifiers */
 18291                   _CIM_PolicySet_PolicyRoles_qualifiers,
 18292                   /* type */
 18293                   CIMTYPE_STRING,
 18294                   /* subscript */
 18295                   0,
 18296                   /* value */
 18297                   0,
 18298               };
 18299               
 18300               static const char*
 18301               _CIM_PolicySet_Enabled_qualifiers[] =
 18302               {
 18303                   /* ValueMap */
 18304                   "\061\000\0031\0002\0003\000",
 18305                   /* Values */
 18306                   "\062\000\003Enabled\000Disabled\000Enabled For Debug\000",
 18307                   0,
 18308               };
 18309               
 18310               static MetaProperty
 18311 mike  1.1.2.1 _CIM_PolicySet_Enabled =
 18312               {
 18313                   /* flags */
 18314                   META_FLAG_PROPERTY|META_FLAG_READ,
 18315                   /* name */
 18316                   "Enabled",
 18317                   /* qualifiers */
 18318                   _CIM_PolicySet_Enabled_qualifiers,
 18319                   /* type */
 18320                   CIMTYPE_UINT16,
 18321                   /* subscript */
 18322                   -1,
 18323                   /* value */
 18324                   "\000\001",
 18325               };
 18326               
 18327               static MetaFeature*
 18328               _CIM_PolicySet_features[] =
 18329               {
 18330                   (MetaFeature*)&_CIM_PolicySet_PolicyDecisionStrategy,
 18331                   (MetaFeature*)&_CIM_PolicySet_PolicyRoles,
 18332 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicySet_Enabled,
 18333                   0,
 18334               };
 18335               
 18336               static const char*
 18337               __root_cimv2_CIM_PolicySet_qualifiers[] =
 18338               {
 18339                   /* UMLPackagePath */
 18340                   "\057CIM::Policy",
 18341                   /* Abstract */
 18342                   "\002\001",
 18343                   /* Version */
 18344                   "\0632.8.0",
 18345                   0,
 18346               };
 18347               
 18348               MetaClass
 18349               __root_cimv2_CIM_PolicySet =
 18350               {
 18351                   /* flags */
 18352                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 18353 mike  1.1.2.1     /* name */
 18354                   "CIM_PolicySet",
 18355                   /* qualifiers */
 18356                   __root_cimv2_CIM_PolicySet_qualifiers,
 18357                   /* super */
 18358                   &__root_cimv2_CIM_Policy,
 18359                   /* features */
 18360                   _CIM_PolicySet_features,
 18361               };
 18362               
 18363               //==============================================================================
 18364               //
 18365               // Class: CIM_PolicySetAppliesToElement
 18366               //
 18367               //==============================================================================
 18368               
 18369               static const char*
 18370               _CIM_PolicySetAppliesToElement_PolicySet_qualifiers[] =
 18371               {
 18372                   /* Key */
 18373                   "\025\001",
 18374 mike  1.1.2.1     0,
 18375               };
 18376               
 18377               static MetaReference
 18378               _CIM_PolicySetAppliesToElement_PolicySet =
 18379               {
 18380                   /* flags */
 18381                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 18382                   /* name */
 18383                   "PolicySet",
 18384                   /* qualifiers */
 18385                   _CIM_PolicySetAppliesToElement_PolicySet_qualifiers,
 18386                   /* subscript */
 18387                   -1,
 18388                   /* refId */
 18389                   &__root_cimv2_CIM_PolicySet,
 18390               };
 18391               
 18392               static const char*
 18393               _CIM_PolicySetAppliesToElement_ManagedElement_qualifiers[] =
 18394               {
 18395 mike  1.1.2.1     /* Key */
 18396                   "\025\001",
 18397                   0,
 18398               };
 18399               
 18400               static MetaReference
 18401               _CIM_PolicySetAppliesToElement_ManagedElement =
 18402               {
 18403                   /* flags */
 18404                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 18405                   /* name */
 18406                   "ManagedElement",
 18407                   /* qualifiers */
 18408                   _CIM_PolicySetAppliesToElement_ManagedElement_qualifiers,
 18409                   /* subscript */
 18410                   -1,
 18411                   /* refId */
 18412                   &__root_cimv2_CIM_ManagedElement,
 18413               };
 18414               
 18415               static MetaFeature*
 18416 mike  1.1.2.1 _CIM_PolicySetAppliesToElement_features[] =
 18417               {
 18418                   (MetaFeature*)&_CIM_PolicySetAppliesToElement_PolicySet,
 18419                   (MetaFeature*)&_CIM_PolicySetAppliesToElement_ManagedElement,
 18420                   0,
 18421               };
 18422               
 18423               static const char*
 18424               __root_cimv2_CIM_PolicySetAppliesToElement_qualifiers[] =
 18425               {
 18426                   /* ASSOCIATION */
 18427                   "\000\001",
 18428                   /* UMLPackagePath */
 18429                   "\057CIM::Policy",
 18430                   /* Version */
 18431                   "\0632.8.0",
 18432                   0,
 18433               };
 18434               
 18435               MetaClass
 18436               __root_cimv2_CIM_PolicySetAppliesToElement =
 18437 mike  1.1.2.1 {
 18438                   /* flags */
 18439                   META_FLAG_ASSOCIATION,
 18440                   /* name */
 18441                   "CIM_PolicySetAppliesToElement",
 18442                   /* qualifiers */
 18443                   __root_cimv2_CIM_PolicySetAppliesToElement_qualifiers,
 18444                   /* super */
 18445                   0,
 18446                   /* features */
 18447                   _CIM_PolicySetAppliesToElement_features,
 18448               };
 18449               
 18450               //==============================================================================
 18451               //
 18452               // Class: CIM_PolicySetComponent
 18453               //
 18454               //==============================================================================
 18455               
 18456               static const char*
 18457               _CIM_PolicySetComponent_GroupComponent_qualifiers[] =
 18458 mike  1.1.2.1 {
 18459                   /* Aggregate */
 18460                   "\003\001",
 18461                   /* Override */
 18462                   "\044GroupComponent",
 18463                   0,
 18464               };
 18465               
 18466               static MetaReference
 18467               _CIM_PolicySetComponent_GroupComponent =
 18468               {
 18469                   /* flags */
 18470                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 18471                   /* name */
 18472                   "GroupComponent",
 18473                   /* qualifiers */
 18474                   _CIM_PolicySetComponent_GroupComponent_qualifiers,
 18475                   /* subscript */
 18476                   -1,
 18477                   /* refId */
 18478                   &__root_cimv2_CIM_PolicySet,
 18479 mike  1.1.2.1 };
 18480               
 18481               static const char*
 18482               _CIM_PolicySetComponent_PartComponent_qualifiers[] =
 18483               {
 18484                   /* Override */
 18485                   "\044PartComponent",
 18486                   0,
 18487               };
 18488               
 18489               static MetaReference
 18490               _CIM_PolicySetComponent_PartComponent =
 18491               {
 18492                   /* flags */
 18493                   META_FLAG_REFERENCE|META_FLAG_READ,
 18494                   /* name */
 18495                   "PartComponent",
 18496                   /* qualifiers */
 18497                   _CIM_PolicySetComponent_PartComponent_qualifiers,
 18498                   /* subscript */
 18499                   -1,
 18500 mike  1.1.2.1     /* refId */
 18501                   &__root_cimv2_CIM_PolicySet,
 18502               };
 18503               
 18504               static const char*
 18505               _CIM_PolicySetComponent_Priority_qualifiers[] =
 18506               {
 18507                   0,
 18508               };
 18509               
 18510               static MetaProperty
 18511               _CIM_PolicySetComponent_Priority =
 18512               {
 18513                   /* flags */
 18514                   META_FLAG_PROPERTY|META_FLAG_READ,
 18515                   /* name */
 18516                   "Priority",
 18517                   /* qualifiers */
 18518                   _CIM_PolicySetComponent_Priority_qualifiers,
 18519                   /* type */
 18520                   CIMTYPE_UINT16,
 18521 mike  1.1.2.1     /* subscript */
 18522                   -1,
 18523                   /* value */
 18524                   0,
 18525               };
 18526               
 18527               static MetaFeature*
 18528               _CIM_PolicySetComponent_features[] =
 18529               {
 18530                   (MetaFeature*)&_CIM_PolicySetComponent_GroupComponent,
 18531                   (MetaFeature*)&_CIM_PolicySetComponent_PartComponent,
 18532                   (MetaFeature*)&_CIM_PolicySetComponent_Priority,
 18533                   0,
 18534               };
 18535               
 18536               static const char*
 18537               __root_cimv2_CIM_PolicySetComponent_qualifiers[] =
 18538               {
 18539                   /* ASSOCIATION */
 18540                   "\000\001",
 18541                   /* UMLPackagePath */
 18542 mike  1.1.2.1     "\057CIM::Policy",
 18543                   /* Aggregation */
 18544                   "\004\001",
 18545                   /* Version */
 18546                   "\0632.6.0",
 18547                   0,
 18548               };
 18549               
 18550               MetaClass
 18551               __root_cimv2_CIM_PolicySetComponent =
 18552               {
 18553                   /* flags */
 18554                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 18555                   /* name */
 18556                   "CIM_PolicySetComponent",
 18557                   /* qualifiers */
 18558                   __root_cimv2_CIM_PolicySetComponent_qualifiers,
 18559                   /* super */
 18560                   &__root_cimv2_CIM_PolicyComponent,
 18561                   /* features */
 18562                   _CIM_PolicySetComponent_features,
 18563 mike  1.1.2.1 };
 18564               
 18565               //==============================================================================
 18566               //
 18567               // Class: CIM_PolicyTimePeriodCondition
 18568               //
 18569               //==============================================================================
 18570               
 18571               static const char*
 18572               _CIM_PolicyTimePeriodCondition_TimePeriod_qualifiers[] =
 18573               {
 18574                   /* ModelCorrespondence */
 18575                   "\036\000\005CIM_PolicyTimePeriodCondition.MonthOfYearMask\000CIM_PolicyTimePeriodCondition.DayOfMonthMask\000CIM_PolicyTimePeriodCondition.DayOfWeekMask\000CIM_PolicyTimePeriodCondition.TimeOfDayMask\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18576                   0,
 18577               };
 18578               
 18579               static MetaProperty
 18580               _CIM_PolicyTimePeriodCondition_TimePeriod =
 18581               {
 18582                   /* flags */
 18583                   META_FLAG_PROPERTY|META_FLAG_READ,
 18584 mike  1.1.2.1     /* name */
 18585                   "TimePeriod",
 18586                   /* qualifiers */
 18587                   _CIM_PolicyTimePeriodCondition_TimePeriod_qualifiers,
 18588                   /* type */
 18589                   CIMTYPE_STRING,
 18590                   /* subscript */
 18591                   -1,
 18592                   /* value */
 18593                   0,
 18594               };
 18595               
 18596               static const char*
 18597               _CIM_PolicyTimePeriodCondition_MonthOfYearMask_qualifiers[] =
 18598               {
 18599                   /* OctetString */
 18600                   "\042\001",
 18601                   /* ModelCorrespondence */
 18602                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18603                   0,
 18604               };
 18605 mike  1.1.2.1 
 18606               static MetaProperty
 18607               _CIM_PolicyTimePeriodCondition_MonthOfYearMask =
 18608               {
 18609                   /* flags */
 18610                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18611                   /* name */
 18612                   "MonthOfYearMask",
 18613                   /* qualifiers */
 18614                   _CIM_PolicyTimePeriodCondition_MonthOfYearMask_qualifiers,
 18615                   /* type */
 18616                   CIMTYPE_UINT8,
 18617                   /* subscript */
 18618                   0,
 18619                   /* value */
 18620                   0,
 18621               };
 18622               
 18623               static const char*
 18624               _CIM_PolicyTimePeriodCondition_DayOfMonthMask_qualifiers[] =
 18625               {
 18626 mike  1.1.2.1     /* OctetString */
 18627                   "\042\001",
 18628                   /* ModelCorrespondence */
 18629                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18630                   0,
 18631               };
 18632               
 18633               static MetaProperty
 18634               _CIM_PolicyTimePeriodCondition_DayOfMonthMask =
 18635               {
 18636                   /* flags */
 18637                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18638                   /* name */
 18639                   "DayOfMonthMask",
 18640                   /* qualifiers */
 18641                   _CIM_PolicyTimePeriodCondition_DayOfMonthMask_qualifiers,
 18642                   /* type */
 18643                   CIMTYPE_UINT8,
 18644                   /* subscript */
 18645                   0,
 18646                   /* value */
 18647 mike  1.1.2.1     0,
 18648               };
 18649               
 18650               static const char*
 18651               _CIM_PolicyTimePeriodCondition_DayOfWeekMask_qualifiers[] =
 18652               {
 18653                   /* OctetString */
 18654                   "\042\001",
 18655                   /* ModelCorrespondence */
 18656                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18657                   0,
 18658               };
 18659               
 18660               static MetaProperty
 18661               _CIM_PolicyTimePeriodCondition_DayOfWeekMask =
 18662               {
 18663                   /* flags */
 18664                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18665                   /* name */
 18666                   "DayOfWeekMask",
 18667                   /* qualifiers */
 18668 mike  1.1.2.1     _CIM_PolicyTimePeriodCondition_DayOfWeekMask_qualifiers,
 18669                   /* type */
 18670                   CIMTYPE_UINT8,
 18671                   /* subscript */
 18672                   0,
 18673                   /* value */
 18674                   0,
 18675               };
 18676               
 18677               static const char*
 18678               _CIM_PolicyTimePeriodCondition_TimeOfDayMask_qualifiers[] =
 18679               {
 18680                   /* ModelCorrespondence */
 18681                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18682                   0,
 18683               };
 18684               
 18685               static MetaProperty
 18686               _CIM_PolicyTimePeriodCondition_TimeOfDayMask =
 18687               {
 18688                   /* flags */
 18689 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 18690                   /* name */
 18691                   "TimeOfDayMask",
 18692                   /* qualifiers */
 18693                   _CIM_PolicyTimePeriodCondition_TimeOfDayMask_qualifiers,
 18694                   /* type */
 18695                   CIMTYPE_STRING,
 18696                   /* subscript */
 18697                   -1,
 18698                   /* value */
 18699                   0,
 18700               };
 18701               
 18702               static const char*
 18703               _CIM_PolicyTimePeriodCondition_LocalOrUtcTime_qualifiers[] =
 18704               {
 18705                   /* ValueMap */
 18706                   "\061\000\0021\0002\000",
 18707                   /* Values */
 18708                   "\062\000\002Local Time\000UTC Time\000",
 18709                   /* ModelCorrespondence */
 18710 mike  1.1.2.1     "\036\000\005CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.MonthOfYearMask\000CIM_PolicyTimePeriodCondition.DayOfMonthMask\000CIM_PolicyTimePeriodCondition.DayOfWeekMask\000CIM_PolicyTimePeriodCondition.TimeOfDayMask\000",
 18711                   0,
 18712               };
 18713               
 18714               static MetaProperty
 18715               _CIM_PolicyTimePeriodCondition_LocalOrUtcTime =
 18716               {
 18717                   /* flags */
 18718                   META_FLAG_PROPERTY|META_FLAG_READ,
 18719                   /* name */
 18720                   "LocalOrUtcTime",
 18721                   /* qualifiers */
 18722                   _CIM_PolicyTimePeriodCondition_LocalOrUtcTime_qualifiers,
 18723                   /* type */
 18724                   CIMTYPE_UINT16,
 18725                   /* subscript */
 18726                   -1,
 18727                   /* value */
 18728                   0,
 18729               };
 18730               
 18731 mike  1.1.2.1 static MetaFeature*
 18732               _CIM_PolicyTimePeriodCondition_features[] =
 18733               {
 18734                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_TimePeriod,
 18735                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_MonthOfYearMask,
 18736                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_DayOfMonthMask,
 18737                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_DayOfWeekMask,
 18738                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_TimeOfDayMask,
 18739                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_LocalOrUtcTime,
 18740                   0,
 18741               };
 18742               
 18743               static const char*
 18744               __root_cimv2_CIM_PolicyTimePeriodCondition_qualifiers[] =
 18745               {
 18746                   /* UMLPackagePath */
 18747                   "\057CIM::Policy",
 18748                   /* Version */
 18749                   "\0632.7.0",
 18750                   0,
 18751               };
 18752 mike  1.1.2.1 
 18753               MetaClass
 18754               __root_cimv2_CIM_PolicyTimePeriodCondition =
 18755               {
 18756                   /* flags */
 18757                   META_FLAG_CLASS,
 18758                   /* name */
 18759                   "CIM_PolicyTimePeriodCondition",
 18760                   /* qualifiers */
 18761                   __root_cimv2_CIM_PolicyTimePeriodCondition_qualifiers,
 18762                   /* super */
 18763                   &__root_cimv2_CIM_PolicyCondition,
 18764                   /* features */
 18765                   _CIM_PolicyTimePeriodCondition_features,
 18766               };
 18767               
 18768               //==============================================================================
 18769               //
 18770               // Class: CIM_PowerManagementCapabilities
 18771               //
 18772               //==============================================================================
 18773 mike  1.1.2.1 
 18774               static const char*
 18775               _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers[] =
 18776               {
 18777                   /* ValueMap */
 18778                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 18779                   /* Values */
 18780                   "\062\000\006Unknown\000Other\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 18781                   /* MappingStrings */
 18782                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
 18783                   /* ModelCorrespondence */
 18784                   "\036\000\002CIM_PowerManagementCapabilities.OtherPowerCapabilitiesDescriptions\000CIM_PowerManagementService.SetPowerState\000",
 18785                   0,
 18786               };
 18787               
 18788               static MetaProperty
 18789               _CIM_PowerManagementCapabilities_PowerCapabilities =
 18790               {
 18791                   /* flags */
 18792                   META_FLAG_PROPERTY|META_FLAG_READ,
 18793                   /* name */
 18794 mike  1.1.2.1     "PowerCapabilities",
 18795                   /* qualifiers */
 18796                   _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers,
 18797                   /* type */
 18798                   CIMTYPE_UINT16,
 18799                   /* subscript */
 18800                   0,
 18801                   /* value */
 18802                   0,
 18803               };
 18804               
 18805               static const char*
 18806               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers[] =
 18807               {
 18808                   /* ModelCorrespondence */
 18809                   "\036\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 18810                   0,
 18811               };
 18812               
 18813               static MetaProperty
 18814               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions =
 18815 mike  1.1.2.1 {
 18816                   /* flags */
 18817                   META_FLAG_PROPERTY|META_FLAG_READ,
 18818                   /* name */
 18819                   "OtherPowerCapabilitiesDescriptions",
 18820                   /* qualifiers */
 18821                   _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers,
 18822                   /* type */
 18823                   CIMTYPE_STRING,
 18824                   /* subscript */
 18825                   0,
 18826                   /* value */
 18827                   0,
 18828               };
 18829               
 18830               static MetaFeature*
 18831               _CIM_PowerManagementCapabilities_features[] =
 18832               {
 18833                   (MetaFeature*)&_CIM_PowerManagementCapabilities_PowerCapabilities,
 18834                   (MetaFeature*)&_CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions,
 18835                   0,
 18836 mike  1.1.2.1 };
 18837               
 18838               static const char*
 18839               __root_cimv2_CIM_PowerManagementCapabilities_qualifiers[] =
 18840               {
 18841                   /* UMLPackagePath */
 18842                   "\057CIM::Core::PowerMgmt",
 18843                   /* Version */
 18844                   "\0632.7.0",
 18845                   0,
 18846               };
 18847               
 18848               MetaClass
 18849               __root_cimv2_CIM_PowerManagementCapabilities =
 18850               {
 18851                   /* flags */
 18852                   META_FLAG_CLASS,
 18853                   /* name */
 18854                   "CIM_PowerManagementCapabilities",
 18855                   /* qualifiers */
 18856                   __root_cimv2_CIM_PowerManagementCapabilities_qualifiers,
 18857 mike  1.1.2.1     /* super */
 18858                   &__root_cimv2_CIM_Capabilities,
 18859                   /* features */
 18860                   _CIM_PowerManagementCapabilities_features,
 18861               };
 18862               
 18863               //==============================================================================
 18864               //
 18865               // Class: CIM_Privilege
 18866               //
 18867               //==============================================================================
 18868               
 18869               static const char*
 18870               _CIM_Privilege_InstanceID_qualifiers[] =
 18871               {
 18872                   /* Key */
 18873                   "\025\001",
 18874                   0,
 18875               };
 18876               
 18877               static MetaProperty
 18878 mike  1.1.2.1 _CIM_Privilege_InstanceID =
 18879               {
 18880                   /* flags */
 18881                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18882                   /* name */
 18883                   "InstanceID",
 18884                   /* qualifiers */
 18885                   _CIM_Privilege_InstanceID_qualifiers,
 18886                   /* type */
 18887                   CIMTYPE_STRING,
 18888                   /* subscript */
 18889                   -1,
 18890                   /* value */
 18891                   0,
 18892               };
 18893               
 18894               static const char*
 18895               _CIM_Privilege_PrivilegeGranted_qualifiers[] =
 18896               {
 18897                   0,
 18898               };
 18899 mike  1.1.2.1 
 18900               static MetaProperty
 18901               _CIM_Privilege_PrivilegeGranted =
 18902               {
 18903                   /* flags */
 18904                   META_FLAG_PROPERTY|META_FLAG_READ,
 18905                   /* name */
 18906                   "PrivilegeGranted",
 18907                   /* qualifiers */
 18908                   _CIM_Privilege_PrivilegeGranted_qualifiers,
 18909                   /* type */
 18910                   CIMTYPE_BOOLEAN,
 18911                   /* subscript */
 18912                   -1,
 18913                   /* value */
 18914                   "\001",
 18915               };
 18916               
 18917               static const char*
 18918               _CIM_Privilege_Activities_qualifiers[] =
 18919               {
 18920 mike  1.1.2.1     /* ValueMap */
 18921                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..15999\00016000..\000",
 18922                   /* Values */
 18923                   "\062\000\011Other\000Create\000Delete\000Detect\000Read\000Write\000Execute\000DMTF Reserved\000Vendor Reserved\000",
 18924                   /* ArrayType */
 18925                   "\005Indexed",
 18926                   /* ModelCorrespondence */
 18927                   "\036\000\001CIM_Privilege.ActivityQualifiers\000",
 18928                   0,
 18929               };
 18930               
 18931               static MetaProperty
 18932               _CIM_Privilege_Activities =
 18933               {
 18934                   /* flags */
 18935                   META_FLAG_PROPERTY|META_FLAG_READ,
 18936                   /* name */
 18937                   "Activities",
 18938                   /* qualifiers */
 18939                   _CIM_Privilege_Activities_qualifiers,
 18940                   /* type */
 18941 mike  1.1.2.1     CIMTYPE_UINT16,
 18942                   /* subscript */
 18943                   0,
 18944                   /* value */
 18945                   0,
 18946               };
 18947               
 18948               static const char*
 18949               _CIM_Privilege_ActivityQualifiers_qualifiers[] =
 18950               {
 18951                   /* ArrayType */
 18952                   "\005Indexed",
 18953                   /* ModelCorrespondence */
 18954                   "\036\000\002CIM_Privilege.Activities\000CIM_Privilege.QualifierFormats\000",
 18955                   0,
 18956               };
 18957               
 18958               static MetaProperty
 18959               _CIM_Privilege_ActivityQualifiers =
 18960               {
 18961                   /* flags */
 18962 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 18963                   /* name */
 18964                   "ActivityQualifiers",
 18965                   /* qualifiers */
 18966                   _CIM_Privilege_ActivityQualifiers_qualifiers,
 18967                   /* type */
 18968                   CIMTYPE_STRING,
 18969                   /* subscript */
 18970                   0,
 18971                   /* value */
 18972                   0,
 18973               };
 18974               
 18975               static const char*
 18976               _CIM_Privilege_QualifierFormats_qualifiers[] =
 18977               {
 18978                   /* ValueMap */
 18979                   "\061\000\0122\0003\0004\0005\0006\0007\0008\0009\000..15999\00016000..\000",
 18980                   /* Values */
 18981                   "\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",
 18982                   /* ArrayType */
 18983 mike  1.1.2.1     "\005Indexed",
 18984                   /* ModelCorrespondence */
 18985                   "\036\000\001CIM_Privilege.ActivityQualifiers\000",
 18986                   0,
 18987               };
 18988               
 18989               static MetaProperty
 18990               _CIM_Privilege_QualifierFormats =
 18991               {
 18992                   /* flags */
 18993                   META_FLAG_PROPERTY|META_FLAG_READ,
 18994                   /* name */
 18995                   "QualifierFormats",
 18996                   /* qualifiers */
 18997                   _CIM_Privilege_QualifierFormats_qualifiers,
 18998                   /* type */
 18999                   CIMTYPE_UINT16,
 19000                   /* subscript */
 19001                   0,
 19002                   /* value */
 19003                   0,
 19004 mike  1.1.2.1 };
 19005               
 19006               static MetaFeature*
 19007               _CIM_Privilege_features[] =
 19008               {
 19009                   (MetaFeature*)&_CIM_Privilege_InstanceID,
 19010                   (MetaFeature*)&_CIM_Privilege_PrivilegeGranted,
 19011                   (MetaFeature*)&_CIM_Privilege_Activities,
 19012                   (MetaFeature*)&_CIM_Privilege_ActivityQualifiers,
 19013                   (MetaFeature*)&_CIM_Privilege_QualifierFormats,
 19014                   0,
 19015               };
 19016               
 19017               static const char*
 19018               __root_cimv2_CIM_Privilege_qualifiers[] =
 19019               {
 19020                   /* UMLPackagePath */
 19021                   "\057CIM::User::Privilege",
 19022                   /* Version */
 19023                   "\0632.8.0",
 19024                   0,
 19025 mike  1.1.2.1 };
 19026               
 19027               MetaClass
 19028               __root_cimv2_CIM_Privilege =
 19029               {
 19030                   /* flags */
 19031                   META_FLAG_CLASS,
 19032                   /* name */
 19033                   "CIM_Privilege",
 19034                   /* qualifiers */
 19035                   __root_cimv2_CIM_Privilege_qualifiers,
 19036                   /* super */
 19037                   &__root_cimv2_CIM_ManagedElement,
 19038                   /* features */
 19039                   _CIM_Privilege_features,
 19040               };
 19041               
 19042               //==============================================================================
 19043               //
 19044               // Class: CIM_ProcessIndication
 19045               //
 19046 mike  1.1.2.1 //==============================================================================
 19047               
 19048               static MetaFeature*
 19049               _CIM_ProcessIndication_features[] =
 19050               {
 19051                   0,
 19052               };
 19053               
 19054               static const char*
 19055               __root_cimv2_CIM_ProcessIndication_qualifiers[] =
 19056               {
 19057                   /* INDICATION */
 19058                   "\001\001",
 19059                   /* UMLPackagePath */
 19060                   "\057CIM::Event",
 19061                   /* Abstract */
 19062                   "\002\001",
 19063                   /* Version */
 19064                   "\0632.6.0",
 19065                   0,
 19066               };
 19067 mike  1.1.2.1 
 19068               MetaClass
 19069               __root_cimv2_CIM_ProcessIndication =
 19070               {
 19071                   /* flags */
 19072                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
 19073                   /* name */
 19074                   "CIM_ProcessIndication",
 19075                   /* qualifiers */
 19076                   __root_cimv2_CIM_ProcessIndication_qualifiers,
 19077                   /* super */
 19078                   &__root_cimv2_CIM_Indication,
 19079                   /* features */
 19080                   _CIM_ProcessIndication_features,
 19081               };
 19082               
 19083               //==============================================================================
 19084               //
 19085               // Class: CIM_Product
 19086               //
 19087               //==============================================================================
 19088 mike  1.1.2.1 
 19089               static const char*
 19090               _CIM_Product_Name_qualifiers[] =
 19091               {
 19092                   /* Key */
 19093                   "\025\001",
 19094                   /* MaxLen */
 19095                   "\030\000\000\001\000",
 19096                   /* MappingStrings */
 19097                   "\026\000\001MIF.DMTF|ComponentID|001.2\000",
 19098                   /* ModelCorrespondence */
 19099                   "\036\000\001PRS_Product.ProductName\000",
 19100                   0,
 19101               };
 19102               
 19103               static MetaProperty
 19104               _CIM_Product_Name =
 19105               {
 19106                   /* flags */
 19107                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19108                   /* name */
 19109 mike  1.1.2.1     "Name",
 19110                   /* qualifiers */
 19111                   _CIM_Product_Name_qualifiers,
 19112                   /* type */
 19113                   CIMTYPE_STRING,
 19114                   /* subscript */
 19115                   -1,
 19116                   /* value */
 19117                   0,
 19118               };
 19119               
 19120               static const char*
 19121               _CIM_Product_IdentifyingNumber_qualifiers[] =
 19122               {
 19123                   /* Key */
 19124                   "\025\001",
 19125                   /* MaxLen */
 19126                   "\030\000\000\000\100",
 19127                   /* MappingStrings */
 19128                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 19129                   0,
 19130 mike  1.1.2.1 };
 19131               
 19132               static MetaProperty
 19133               _CIM_Product_IdentifyingNumber =
 19134               {
 19135                   /* flags */
 19136                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19137                   /* name */
 19138                   "IdentifyingNumber",
 19139                   /* qualifiers */
 19140                   _CIM_Product_IdentifyingNumber_qualifiers,
 19141                   /* type */
 19142                   CIMTYPE_STRING,
 19143                   /* subscript */
 19144                   -1,
 19145                   /* value */
 19146                   0,
 19147               };
 19148               
 19149               static const char*
 19150               _CIM_Product_Vendor_qualifiers[] =
 19151 mike  1.1.2.1 {
 19152                   /* Key */
 19153                   "\025\001",
 19154                   /* MaxLen */
 19155                   "\030\000\000\001\000",
 19156                   /* MappingStrings */
 19157                   "\026\000\001MIF.DMTF|ComponentID|001.1\000",
 19158                   /* ModelCorrespondence */
 19159                   "\036\000\001PRS_Product.Vendor\000",
 19160                   0,
 19161               };
 19162               
 19163               static MetaProperty
 19164               _CIM_Product_Vendor =
 19165               {
 19166                   /* flags */
 19167                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19168                   /* name */
 19169                   "Vendor",
 19170                   /* qualifiers */
 19171                   _CIM_Product_Vendor_qualifiers,
 19172 mike  1.1.2.1     /* type */
 19173                   CIMTYPE_STRING,
 19174                   /* subscript */
 19175                   -1,
 19176                   /* value */
 19177                   0,
 19178               };
 19179               
 19180               static const char*
 19181               _CIM_Product_Version_qualifiers[] =
 19182               {
 19183                   /* Key */
 19184                   "\025\001",
 19185                   /* MaxLen */
 19186                   "\030\000\000\000\100",
 19187                   /* MappingStrings */
 19188                   "\026\000\001MIF.DMTF|ComponentID|001.3\000",
 19189                   /* ModelCorrespondence */
 19190                   "\036\000\001PRS_Product.Version\000",
 19191                   0,
 19192               };
 19193 mike  1.1.2.1 
 19194               static MetaProperty
 19195               _CIM_Product_Version =
 19196               {
 19197                   /* flags */
 19198                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19199                   /* name */
 19200                   "Version",
 19201                   /* qualifiers */
 19202                   _CIM_Product_Version_qualifiers,
 19203                   /* type */
 19204                   CIMTYPE_STRING,
 19205                   /* subscript */
 19206                   -1,
 19207                   /* value */
 19208                   0,
 19209               };
 19210               
 19211               static const char*
 19212               _CIM_Product_SKUNumber_qualifiers[] =
 19213               {
 19214 mike  1.1.2.1     /* MaxLen */
 19215                   "\030\000\000\000\100",
 19216                   0,
 19217               };
 19218               
 19219               static MetaProperty
 19220               _CIM_Product_SKUNumber =
 19221               {
 19222                   /* flags */
 19223                   META_FLAG_PROPERTY|META_FLAG_READ,
 19224                   /* name */
 19225                   "SKUNumber",
 19226                   /* qualifiers */
 19227                   _CIM_Product_SKUNumber_qualifiers,
 19228                   /* type */
 19229                   CIMTYPE_STRING,
 19230                   /* subscript */
 19231                   -1,
 19232                   /* value */
 19233                   0,
 19234               };
 19235 mike  1.1.2.1 
 19236               static const char*
 19237               _CIM_Product_WarrantyStartDate_qualifiers[] =
 19238               {
 19239                   /* MappingStrings */
 19240                   "\026\000\001MIF.DMTF|FRU|002.9\000",
 19241                   /* ModelCorrespondence */
 19242                   "\036\000\001CIM_Product.WarrantyDuration\000",
 19243                   0,
 19244               };
 19245               
 19246               static MetaProperty
 19247               _CIM_Product_WarrantyStartDate =
 19248               {
 19249                   /* flags */
 19250                   META_FLAG_PROPERTY|META_FLAG_READ,
 19251                   /* name */
 19252                   "WarrantyStartDate",
 19253                   /* qualifiers */
 19254                   _CIM_Product_WarrantyStartDate_qualifiers,
 19255                   /* type */
 19256 mike  1.1.2.1     CIMTYPE_DATETIME,
 19257                   /* subscript */
 19258                   -1,
 19259                   /* value */
 19260                   0,
 19261               };
 19262               
 19263               static const char*
 19264               _CIM_Product_WarrantyDuration_qualifiers[] =
 19265               {
 19266                   /* Units */
 19267                   "\060Days",
 19268                   /* MappingStrings */
 19269                   "\026\000\001MIF.DMTF|FRU|002.10\000",
 19270                   /* ModelCorrespondence */
 19271                   "\036\000\001CIM_Product.WarrantyStartDate\000",
 19272                   0,
 19273               };
 19274               
 19275               static MetaProperty
 19276               _CIM_Product_WarrantyDuration =
 19277 mike  1.1.2.1 {
 19278                   /* flags */
 19279                   META_FLAG_PROPERTY|META_FLAG_READ,
 19280                   /* name */
 19281                   "WarrantyDuration",
 19282                   /* qualifiers */
 19283                   _CIM_Product_WarrantyDuration_qualifiers,
 19284                   /* type */
 19285                   CIMTYPE_UINT32,
 19286                   /* subscript */
 19287                   -1,
 19288                   /* value */
 19289                   0,
 19290               };
 19291               
 19292               static MetaFeature*
 19293               _CIM_Product_features[] =
 19294               {
 19295                   (MetaFeature*)&_CIM_Product_Name,
 19296                   (MetaFeature*)&_CIM_Product_IdentifyingNumber,
 19297                   (MetaFeature*)&_CIM_Product_Vendor,
 19298 mike  1.1.2.1     (MetaFeature*)&_CIM_Product_Version,
 19299                   (MetaFeature*)&_CIM_Product_SKUNumber,
 19300                   (MetaFeature*)&_CIM_Product_WarrantyStartDate,
 19301                   (MetaFeature*)&_CIM_Product_WarrantyDuration,
 19302                   0,
 19303               };
 19304               
 19305               static const char*
 19306               __root_cimv2_CIM_Product_qualifiers[] =
 19307               {
 19308                   /* UMLPackagePath */
 19309                   "\057CIM::Core::ProductFRU",
 19310                   /* Version */
 19311                   "\0632.7.0",
 19312                   0,
 19313               };
 19314               
 19315               MetaClass
 19316               __root_cimv2_CIM_Product =
 19317               {
 19318                   /* flags */
 19319 mike  1.1.2.1     META_FLAG_CLASS,
 19320                   /* name */
 19321                   "CIM_Product",
 19322                   /* qualifiers */
 19323                   __root_cimv2_CIM_Product_qualifiers,
 19324                   /* super */
 19325                   &__root_cimv2_CIM_ManagedElement,
 19326                   /* features */
 19327                   _CIM_Product_features,
 19328               };
 19329               
 19330               //==============================================================================
 19331               //
 19332               // Class: CIM_ProductComponent
 19333               //
 19334               //==============================================================================
 19335               
 19336               static const char*
 19337               _CIM_ProductComponent_GroupComponent_qualifiers[] =
 19338               {
 19339                   /* Aggregate */
 19340 mike  1.1.2.1     "\003\001",
 19341                   /* Override */
 19342                   "\044GroupComponent",
 19343                   /* ModelCorrespondence */
 19344                   "\036\000\001PRS_ProductComponent.Antecedent\000",
 19345                   0,
 19346               };
 19347               
 19348               static MetaReference
 19349               _CIM_ProductComponent_GroupComponent =
 19350               {
 19351                   /* flags */
 19352                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 19353                   /* name */
 19354                   "GroupComponent",
 19355                   /* qualifiers */
 19356                   _CIM_ProductComponent_GroupComponent_qualifiers,
 19357                   /* subscript */
 19358                   -1,
 19359                   /* refId */
 19360                   &__root_cimv2_CIM_Product,
 19361 mike  1.1.2.1 };
 19362               
 19363               static const char*
 19364               _CIM_ProductComponent_PartComponent_qualifiers[] =
 19365               {
 19366                   /* Override */
 19367                   "\044PartComponent",
 19368                   /* ModelCorrespondence */
 19369                   "\036\000\001PRS_ProductComponent.Dependent\000",
 19370                   0,
 19371               };
 19372               
 19373               static MetaReference
 19374               _CIM_ProductComponent_PartComponent =
 19375               {
 19376                   /* flags */
 19377                   META_FLAG_REFERENCE|META_FLAG_READ,
 19378                   /* name */
 19379                   "PartComponent",
 19380                   /* qualifiers */
 19381                   _CIM_ProductComponent_PartComponent_qualifiers,
 19382 mike  1.1.2.1     /* subscript */
 19383                   -1,
 19384                   /* refId */
 19385                   &__root_cimv2_CIM_Product,
 19386               };
 19387               
 19388               static MetaFeature*
 19389               _CIM_ProductComponent_features[] =
 19390               {
 19391                   (MetaFeature*)&_CIM_ProductComponent_GroupComponent,
 19392                   (MetaFeature*)&_CIM_ProductComponent_PartComponent,
 19393                   0,
 19394               };
 19395               
 19396               static const char*
 19397               __root_cimv2_CIM_ProductComponent_qualifiers[] =
 19398               {
 19399                   /* ASSOCIATION */
 19400                   "\000\001",
 19401                   /* UMLPackagePath */
 19402                   "\057CIM::Core::ProductFRU",
 19403 mike  1.1.2.1     /* Aggregation */
 19404                   "\004\001",
 19405                   /* Composition */
 19406                   "\011\001",
 19407                   /* Version */
 19408                   "\0632.7.0",
 19409                   0,
 19410               };
 19411               
 19412               MetaClass
 19413               __root_cimv2_CIM_ProductComponent =
 19414               {
 19415                   /* flags */
 19416                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19417                   /* name */
 19418                   "CIM_ProductComponent",
 19419                   /* qualifiers */
 19420                   __root_cimv2_CIM_ProductComponent_qualifiers,
 19421                   /* super */
 19422                   &__root_cimv2_CIM_Component,
 19423                   /* features */
 19424 mike  1.1.2.1     _CIM_ProductComponent_features,
 19425               };
 19426               
 19427               //==============================================================================
 19428               //
 19429               // Class: CIM_ProductFRU
 19430               //
 19431               //==============================================================================
 19432               
 19433               static const char*
 19434               _CIM_ProductFRU_Product_qualifiers[] =
 19435               {
 19436                   /* Key */
 19437                   "\025\001",
 19438                   /* Max */
 19439                   "\027\000\000\000\001",
 19440                   0,
 19441               };
 19442               
 19443               static MetaReference
 19444               _CIM_ProductFRU_Product =
 19445 mike  1.1.2.1 {
 19446                   /* flags */
 19447                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19448                   /* name */
 19449                   "Product",
 19450                   /* qualifiers */
 19451                   _CIM_ProductFRU_Product_qualifiers,
 19452                   /* subscript */
 19453                   -1,
 19454                   /* refId */
 19455                   &__root_cimv2_CIM_Product,
 19456               };
 19457               
 19458               static const char*
 19459               _CIM_ProductFRU_FRU_qualifiers[] =
 19460               {
 19461                   /* Key */
 19462                   "\025\001",
 19463                   0,
 19464               };
 19465               
 19466 mike  1.1.2.1 static MetaReference
 19467               _CIM_ProductFRU_FRU =
 19468               {
 19469                   /* flags */
 19470                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19471                   /* name */
 19472                   "FRU",
 19473                   /* qualifiers */
 19474                   _CIM_ProductFRU_FRU_qualifiers,
 19475                   /* subscript */
 19476                   -1,
 19477                   /* refId */
 19478                   &__root_cimv2_CIM_FRU,
 19479               };
 19480               
 19481               static MetaFeature*
 19482               _CIM_ProductFRU_features[] =
 19483               {
 19484                   (MetaFeature*)&_CIM_ProductFRU_Product,
 19485                   (MetaFeature*)&_CIM_ProductFRU_FRU,
 19486                   0,
 19487 mike  1.1.2.1 };
 19488               
 19489               static const char*
 19490               __root_cimv2_CIM_ProductFRU_qualifiers[] =
 19491               {
 19492                   /* ASSOCIATION */
 19493                   "\000\001",
 19494                   /* UMLPackagePath */
 19495                   "\057CIM::Core::ProductFRU",
 19496                   /* Version */
 19497                   "\0632.6.0",
 19498                   0,
 19499               };
 19500               
 19501               MetaClass
 19502               __root_cimv2_CIM_ProductFRU =
 19503               {
 19504                   /* flags */
 19505                   META_FLAG_ASSOCIATION,
 19506                   /* name */
 19507                   "CIM_ProductFRU",
 19508 mike  1.1.2.1     /* qualifiers */
 19509                   __root_cimv2_CIM_ProductFRU_qualifiers,
 19510                   /* super */
 19511                   0,
 19512                   /* features */
 19513                   _CIM_ProductFRU_features,
 19514               };
 19515               
 19516               //==============================================================================
 19517               //
 19518               // Class: CIM_ProductParentChild
 19519               //
 19520               //==============================================================================
 19521               
 19522               static const char*
 19523               _CIM_ProductParentChild_Parent_qualifiers[] =
 19524               {
 19525                   /* Key */
 19526                   "\025\001",
 19527                   /* Aggregate */
 19528                   "\003\001",
 19529 mike  1.1.2.1     0,
 19530               };
 19531               
 19532               static MetaReference
 19533               _CIM_ProductParentChild_Parent =
 19534               {
 19535                   /* flags */
 19536                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 19537                   /* name */
 19538                   "Parent",
 19539                   /* qualifiers */
 19540                   _CIM_ProductParentChild_Parent_qualifiers,
 19541                   /* subscript */
 19542                   -1,
 19543                   /* refId */
 19544                   &__root_cimv2_CIM_Product,
 19545               };
 19546               
 19547               static const char*
 19548               _CIM_ProductParentChild_Child_qualifiers[] =
 19549               {
 19550 mike  1.1.2.1     /* Key */
 19551                   "\025\001",
 19552                   0,
 19553               };
 19554               
 19555               static MetaReference
 19556               _CIM_ProductParentChild_Child =
 19557               {
 19558                   /* flags */
 19559                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19560                   /* name */
 19561                   "Child",
 19562                   /* qualifiers */
 19563                   _CIM_ProductParentChild_Child_qualifiers,
 19564                   /* subscript */
 19565                   -1,
 19566                   /* refId */
 19567                   &__root_cimv2_CIM_Product,
 19568               };
 19569               
 19570               static MetaFeature*
 19571 mike  1.1.2.1 _CIM_ProductParentChild_features[] =
 19572               {
 19573                   (MetaFeature*)&_CIM_ProductParentChild_Parent,
 19574                   (MetaFeature*)&_CIM_ProductParentChild_Child,
 19575                   0,
 19576               };
 19577               
 19578               static const char*
 19579               __root_cimv2_CIM_ProductParentChild_qualifiers[] =
 19580               {
 19581                   /* ASSOCIATION */
 19582                   "\000\001",
 19583                   /* UMLPackagePath */
 19584                   "\057CIM::Core::ProductFRU",
 19585                   /* Aggregation */
 19586                   "\004\001",
 19587                   /* Composition */
 19588                   "\011\001",
 19589                   /* Version */
 19590                   "\0632.7.0",
 19591                   0,
 19592 mike  1.1.2.1 };
 19593               
 19594               MetaClass
 19595               __root_cimv2_CIM_ProductParentChild =
 19596               {
 19597                   /* flags */
 19598                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19599                   /* name */
 19600                   "CIM_ProductParentChild",
 19601                   /* qualifiers */
 19602                   __root_cimv2_CIM_ProductParentChild_qualifiers,
 19603                   /* super */
 19604                   0,
 19605                   /* features */
 19606                   _CIM_ProductParentChild_features,
 19607               };
 19608               
 19609               //==============================================================================
 19610               //
 19611               // Class: CIM_ProductPhysicalComponent
 19612               //
 19613 mike  1.1.2.1 //==============================================================================
 19614               
 19615               static const char*
 19616               _CIM_ProductPhysicalComponent_GroupComponent_qualifiers[] =
 19617               {
 19618                   /* Override */
 19619                   "\044GroupComponent",
 19620                   /* Max */
 19621                   "\027\000\000\000\001",
 19622                   0,
 19623               };
 19624               
 19625               static MetaReference
 19626               _CIM_ProductPhysicalComponent_GroupComponent =
 19627               {
 19628                   /* flags */
 19629                   META_FLAG_REFERENCE|META_FLAG_READ,
 19630                   /* name */
 19631                   "GroupComponent",
 19632                   /* qualifiers */
 19633                   _CIM_ProductPhysicalComponent_GroupComponent_qualifiers,
 19634 mike  1.1.2.1     /* subscript */
 19635                   -1,
 19636                   /* refId */
 19637                   &__root_cimv2_CIM_Product,
 19638               };
 19639               
 19640               static const char*
 19641               _CIM_ProductPhysicalComponent_PartComponent_qualifiers[] =
 19642               {
 19643                   /* Override */
 19644                   "\044PartComponent",
 19645                   0,
 19646               };
 19647               
 19648               static MetaReference
 19649               _CIM_ProductPhysicalComponent_PartComponent =
 19650               {
 19651                   /* flags */
 19652                   META_FLAG_REFERENCE|META_FLAG_READ,
 19653                   /* name */
 19654                   "PartComponent",
 19655 mike  1.1.2.1     /* qualifiers */
 19656                   _CIM_ProductPhysicalComponent_PartComponent_qualifiers,
 19657                   /* subscript */
 19658                   -1,
 19659                   /* refId */
 19660                   &__root_cimv2_CIM_PhysicalElement,
 19661               };
 19662               
 19663               static MetaFeature*
 19664               _CIM_ProductPhysicalComponent_features[] =
 19665               {
 19666                   (MetaFeature*)&_CIM_ProductPhysicalComponent_GroupComponent,
 19667                   (MetaFeature*)&_CIM_ProductPhysicalComponent_PartComponent,
 19668                   0,
 19669               };
 19670               
 19671               static const char*
 19672               __root_cimv2_CIM_ProductPhysicalComponent_qualifiers[] =
 19673               {
 19674                   /* ASSOCIATION */
 19675                   "\000\001",
 19676 mike  1.1.2.1     /* UMLPackagePath */
 19677                   "\057CIM::Core::ProductFRU",
 19678                   /* Aggregation */
 19679                   "\004\001",
 19680                   /* Composition */
 19681                   "\011\001",
 19682                   /* Version */
 19683                   "\0632.7.0",
 19684                   0,
 19685               };
 19686               
 19687               MetaClass
 19688               __root_cimv2_CIM_ProductPhysicalComponent =
 19689               {
 19690                   /* flags */
 19691                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19692                   /* name */
 19693                   "CIM_ProductPhysicalComponent",
 19694                   /* qualifiers */
 19695                   __root_cimv2_CIM_ProductPhysicalComponent_qualifiers,
 19696                   /* super */
 19697 mike  1.1.2.1     &__root_cimv2_CIM_Component,
 19698                   /* features */
 19699                   _CIM_ProductPhysicalComponent_features,
 19700               };
 19701               
 19702               //==============================================================================
 19703               //
 19704               // Class: CIM_ProductPhysicalElements
 19705               //
 19706               //==============================================================================
 19707               
 19708               static const char*
 19709               _CIM_ProductPhysicalElements_Product_qualifiers[] =
 19710               {
 19711                   /* Deprecated */
 19712                   "\013\000\001CIM_ProductPhysicalComponent.GroupComponent\000",
 19713                   /* Key */
 19714                   "\025\001",
 19715                   /* Aggregate */
 19716                   "\003\001",
 19717                   /* Max */
 19718 mike  1.1.2.1     "\027\000\000\000\001",
 19719                   0,
 19720               };
 19721               
 19722               static MetaReference
 19723               _CIM_ProductPhysicalElements_Product =
 19724               {
 19725                   /* flags */
 19726                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 19727                   /* name */
 19728                   "Product",
 19729                   /* qualifiers */
 19730                   _CIM_ProductPhysicalElements_Product_qualifiers,
 19731                   /* subscript */
 19732                   -1,
 19733                   /* refId */
 19734                   &__root_cimv2_CIM_Product,
 19735               };
 19736               
 19737               static const char*
 19738               _CIM_ProductPhysicalElements_Component_qualifiers[] =
 19739 mike  1.1.2.1 {
 19740                   /* Deprecated */
 19741                   "\013\000\001CIM_ProductPhysicalComponent.PartComponent\000",
 19742                   /* Key */
 19743                   "\025\001",
 19744                   0,
 19745               };
 19746               
 19747               static MetaReference
 19748               _CIM_ProductPhysicalElements_Component =
 19749               {
 19750                   /* flags */
 19751                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19752                   /* name */
 19753                   "Component",
 19754                   /* qualifiers */
 19755                   _CIM_ProductPhysicalElements_Component_qualifiers,
 19756                   /* subscript */
 19757                   -1,
 19758                   /* refId */
 19759                   &__root_cimv2_CIM_PhysicalElement,
 19760 mike  1.1.2.1 };
 19761               
 19762               static MetaFeature*
 19763               _CIM_ProductPhysicalElements_features[] =
 19764               {
 19765                   (MetaFeature*)&_CIM_ProductPhysicalElements_Product,
 19766                   (MetaFeature*)&_CIM_ProductPhysicalElements_Component,
 19767                   0,
 19768               };
 19769               
 19770               static const char*
 19771               __root_cimv2_CIM_ProductPhysicalElements_qualifiers[] =
 19772               {
 19773                   /* ASSOCIATION */
 19774                   "\000\001",
 19775                   /* Deprecated */
 19776                   "\013\000\001CIM_ProductPhysicalComponent\000",
 19777                   /* UMLPackagePath */
 19778                   "\057CIM::Core::ProductFRU",
 19779                   /* Aggregation */
 19780                   "\004\001",
 19781 mike  1.1.2.1     /* Composition */
 19782                   "\011\001",
 19783                   /* Version */
 19784                   "\0632.7.0",
 19785                   0,
 19786               };
 19787               
 19788               MetaClass
 19789               __root_cimv2_CIM_ProductPhysicalElements =
 19790               {
 19791                   /* flags */
 19792                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19793                   /* name */
 19794                   "CIM_ProductPhysicalElements",
 19795                   /* qualifiers */
 19796                   __root_cimv2_CIM_ProductPhysicalElements_qualifiers,
 19797                   /* super */
 19798                   0,
 19799                   /* features */
 19800                   _CIM_ProductPhysicalElements_features,
 19801               };
 19802 mike  1.1.2.1 
 19803               //==============================================================================
 19804               //
 19805               // Class: CIM_ProductProductDependency
 19806               //
 19807               //==============================================================================
 19808               
 19809               static const char*
 19810               _CIM_ProductProductDependency_RequiredProduct_qualifiers[] =
 19811               {
 19812                   /* Key */
 19813                   "\025\001",
 19814                   0,
 19815               };
 19816               
 19817               static MetaReference
 19818               _CIM_ProductProductDependency_RequiredProduct =
 19819               {
 19820                   /* flags */
 19821                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19822                   /* name */
 19823 mike  1.1.2.1     "RequiredProduct",
 19824                   /* qualifiers */
 19825                   _CIM_ProductProductDependency_RequiredProduct_qualifiers,
 19826                   /* subscript */
 19827                   -1,
 19828                   /* refId */
 19829                   &__root_cimv2_CIM_Product,
 19830               };
 19831               
 19832               static const char*
 19833               _CIM_ProductProductDependency_DependentProduct_qualifiers[] =
 19834               {
 19835                   /* Key */
 19836                   "\025\001",
 19837                   0,
 19838               };
 19839               
 19840               static MetaReference
 19841               _CIM_ProductProductDependency_DependentProduct =
 19842               {
 19843                   /* flags */
 19844 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19845                   /* name */
 19846                   "DependentProduct",
 19847                   /* qualifiers */
 19848                   _CIM_ProductProductDependency_DependentProduct_qualifiers,
 19849                   /* subscript */
 19850                   -1,
 19851                   /* refId */
 19852                   &__root_cimv2_CIM_Product,
 19853               };
 19854               
 19855               static const char*
 19856               _CIM_ProductProductDependency_TypeOfDependency_qualifiers[] =
 19857               {
 19858                   /* ValueMap */
 19859                   "\061\000\0040\0001\0002\0003\000",
 19860                   /* Values */
 19861                   "\062\000\004Unknown\000Other\000Product Must Be Installed\000Product Must Not Be Installed\000",
 19862                   0,
 19863               };
 19864               
 19865 mike  1.1.2.1 static MetaProperty
 19866               _CIM_ProductProductDependency_TypeOfDependency =
 19867               {
 19868                   /* flags */
 19869                   META_FLAG_PROPERTY|META_FLAG_READ,
 19870                   /* name */
 19871                   "TypeOfDependency",
 19872                   /* qualifiers */
 19873                   _CIM_ProductProductDependency_TypeOfDependency_qualifiers,
 19874                   /* type */
 19875                   CIMTYPE_UINT16,
 19876                   /* subscript */
 19877                   -1,
 19878                   /* value */
 19879                   0,
 19880               };
 19881               
 19882               static MetaFeature*
 19883               _CIM_ProductProductDependency_features[] =
 19884               {
 19885                   (MetaFeature*)&_CIM_ProductProductDependency_RequiredProduct,
 19886 mike  1.1.2.1     (MetaFeature*)&_CIM_ProductProductDependency_DependentProduct,
 19887                   (MetaFeature*)&_CIM_ProductProductDependency_TypeOfDependency,
 19888                   0,
 19889               };
 19890               
 19891               static const char*
 19892               __root_cimv2_CIM_ProductProductDependency_qualifiers[] =
 19893               {
 19894                   /* ASSOCIATION */
 19895                   "\000\001",
 19896                   /* UMLPackagePath */
 19897                   "\057CIM::Core::ProductFRU",
 19898                   /* Version */
 19899                   "\0632.6.0",
 19900                   0,
 19901               };
 19902               
 19903               MetaClass
 19904               __root_cimv2_CIM_ProductProductDependency =
 19905               {
 19906                   /* flags */
 19907 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 19908                   /* name */
 19909                   "CIM_ProductProductDependency",
 19910                   /* qualifiers */
 19911                   __root_cimv2_CIM_ProductProductDependency_qualifiers,
 19912                   /* super */
 19913                   0,
 19914                   /* features */
 19915                   _CIM_ProductProductDependency_features,
 19916               };
 19917               
 19918               //==============================================================================
 19919               //
 19920               // Class: CIM_Profile
 19921               //
 19922               //==============================================================================
 19923               
 19924               static const char*
 19925               _CIM_Profile_InstanceID_qualifiers[] =
 19926               {
 19927                   /* Key */
 19928 mike  1.1.2.1     "\025\001",
 19929                   0,
 19930               };
 19931               
 19932               static MetaProperty
 19933               _CIM_Profile_InstanceID =
 19934               {
 19935                   /* flags */
 19936                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19937                   /* name */
 19938                   "InstanceID",
 19939                   /* qualifiers */
 19940                   _CIM_Profile_InstanceID_qualifiers,
 19941                   /* type */
 19942                   CIMTYPE_STRING,
 19943                   /* subscript */
 19944                   -1,
 19945                   /* value */
 19946                   0,
 19947               };
 19948               
 19949 mike  1.1.2.1 static MetaFeature*
 19950               _CIM_Profile_features[] =
 19951               {
 19952                   (MetaFeature*)&_CIM_Profile_InstanceID,
 19953                   0,
 19954               };
 19955               
 19956               static const char*
 19957               __root_cimv2_CIM_Profile_qualifiers[] =
 19958               {
 19959                   /* UMLPackagePath */
 19960                   "\057CIM::Core::Settings",
 19961                   /* Version */
 19962                   "\0632.7.0",
 19963                   0,
 19964               };
 19965               
 19966               MetaClass
 19967               __root_cimv2_CIM_Profile =
 19968               {
 19969                   /* flags */
 19970 mike  1.1.2.1     META_FLAG_CLASS,
 19971                   /* name */
 19972                   "CIM_Profile",
 19973                   /* qualifiers */
 19974                   __root_cimv2_CIM_Profile_qualifiers,
 19975                   /* super */
 19976                   &__root_cimv2_CIM_Collection,
 19977                   /* features */
 19978                   _CIM_Profile_features,
 19979               };
 19980               
 19981               //==============================================================================
 19982               //
 19983               // Class: CIM_ProtocolControllerMaskingCapabilities
 19984               //
 19985               //==============================================================================
 19986               
 19987               static const char*
 19988               _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes_qualifiers[] =
 19989               {
 19990                   /* ValueMap */
 19991 mike  1.1.2.1     "\061\000\0051\0002\0003\0004\0005\000",
 19992                   /* Values */
 19993                   "\062\000\005Other\000Port WWN\000Node WWN\000Host Name\000iSCSI Name\000",
 19994                   /* ArrayType */
 19995                   "\005Indexed",
 19996                   0,
 19997               };
 19998               
 19999               static MetaProperty
 20000               _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes =
 20001               {
 20002                   /* flags */
 20003                   META_FLAG_PROPERTY|META_FLAG_READ,
 20004                   /* name */
 20005                   "ValidHardwareIdTypes",
 20006                   /* qualifiers */
 20007                   _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes_qualifiers,
 20008                   /* type */
 20009                   CIMTYPE_UINT16,
 20010                   /* subscript */
 20011                   0,
 20012 mike  1.1.2.1     /* value */
 20013                   0,
 20014               };
 20015               
 20016               static const char*
 20017               _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes_qualifiers[] =
 20018               {
 20019                   /* ArrayType */
 20020                   "\005Indexed",
 20021                   0,
 20022               };
 20023               
 20024               static MetaProperty
 20025               _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes =
 20026               {
 20027                   /* flags */
 20028                   META_FLAG_PROPERTY|META_FLAG_READ,
 20029                   /* name */
 20030                   "OtherValidHardwareIDTypes",
 20031                   /* qualifiers */
 20032                   _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes_qualifiers,
 20033 mike  1.1.2.1     /* type */
 20034                   CIMTYPE_STRING,
 20035                   /* subscript */
 20036                   0,
 20037                   /* value */
 20038                   0,
 20039               };
 20040               
 20041               static const char*
 20042               _CIM_ProtocolControllerMaskingCapabilities_PortsPerView_qualifiers[] =
 20043               {
 20044                   /* ValueMap */
 20045                   "\061\000\0032\0003\0004\000",
 20046                   /* Values */
 20047                   "\062\000\003One Port per View\000Multiple Ports per View\000All Ports share the same View\000",
 20048                   0,
 20049               };
 20050               
 20051               static MetaProperty
 20052               _CIM_ProtocolControllerMaskingCapabilities_PortsPerView =
 20053               {
 20054 mike  1.1.2.1     /* flags */
 20055                   META_FLAG_PROPERTY|META_FLAG_READ,
 20056                   /* name */
 20057                   "PortsPerView",
 20058                   /* qualifiers */
 20059                   _CIM_ProtocolControllerMaskingCapabilities_PortsPerView_qualifiers,
 20060                   /* type */
 20061                   CIMTYPE_UINT16,
 20062                   /* subscript */
 20063                   -1,
 20064                   /* value */
 20065                   "\000\002",
 20066               };
 20067               
 20068               static const char*
 20069               _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers_qualifiers[] =
 20070               {
 20071                   0,
 20072               };
 20073               
 20074               static MetaProperty
 20075 mike  1.1.2.1 _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers =
 20076               {
 20077                   /* flags */
 20078                   META_FLAG_PROPERTY|META_FLAG_READ,
 20079                   /* name */
 20080                   "ClientSelectableDeviceNumbers",
 20081                   /* qualifiers */
 20082                   _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers_qualifiers,
 20083                   /* type */
 20084                   CIMTYPE_BOOLEAN,
 20085                   /* subscript */
 20086                   -1,
 20087                   /* value */
 20088                   "\001",
 20089               };
 20090               
 20091               static const char*
 20092               _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported_qualifiers[] =
 20093               {
 20094                   0,
 20095               };
 20096 mike  1.1.2.1 
 20097               static MetaProperty
 20098               _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported =
 20099               {
 20100                   /* flags */
 20101                   META_FLAG_PROPERTY|META_FLAG_READ,
 20102                   /* name */
 20103                   "AttachDeviceSupported",
 20104                   /* qualifiers */
 20105                   _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported_qualifiers,
 20106                   /* type */
 20107                   CIMTYPE_BOOLEAN,
 20108                   /* subscript */
 20109                   -1,
 20110                   /* value */
 20111                   0,
 20112               };
 20113               
 20114               static const char*
 20115               _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView_qualifiers[] =
 20116               {
 20117 mike  1.1.2.1     0,
 20118               };
 20119               
 20120               static MetaProperty
 20121               _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView =
 20122               {
 20123                   /* flags */
 20124                   META_FLAG_PROPERTY|META_FLAG_READ,
 20125                   /* name */
 20126                   "OneHardwareIDPerView",
 20127                   /* qualifiers */
 20128                   _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView_qualifiers,
 20129                   /* type */
 20130                   CIMTYPE_BOOLEAN,
 20131                   /* subscript */
 20132                   -1,
 20133                   /* value */
 20134                   "\000",
 20135               };
 20136               
 20137               static const char*
 20138 mike  1.1.2.1 _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort_qualifiers[] =
 20139               {
 20140                   0,
 20141               };
 20142               
 20143               static MetaProperty
 20144               _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort =
 20145               {
 20146                   /* flags */
 20147                   META_FLAG_PROPERTY|META_FLAG_READ,
 20148                   /* name */
 20149                   "UniqueUnitNumbersPerPort",
 20150                   /* qualifiers */
 20151                   _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort_qualifiers,
 20152                   /* type */
 20153                   CIMTYPE_BOOLEAN,
 20154                   /* subscript */
 20155                   -1,
 20156                   /* value */
 20157                   "\000",
 20158               };
 20159 mike  1.1.2.1 
 20160               static const char*
 20161               _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported_qualifiers[] =
 20162               {
 20163                   0,
 20164               };
 20165               
 20166               static MetaProperty
 20167               _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported =
 20168               {
 20169                   /* flags */
 20170                   META_FLAG_PROPERTY|META_FLAG_READ,
 20171                   /* name */
 20172                   "PrivilegeDeniedSupported",
 20173                   /* qualifiers */
 20174                   _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported_qualifiers,
 20175                   /* type */
 20176                   CIMTYPE_BOOLEAN,
 20177                   /* subscript */
 20178                   -1,
 20179                   /* value */
 20180 mike  1.1.2.1     "\000",
 20181               };
 20182               
 20183               static const char*
 20184               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity_qualifiers[] =
 20185               {
 20186                   0,
 20187               };
 20188               
 20189               static MetaProperty
 20190               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity =
 20191               {
 20192                   /* flags */
 20193                   META_FLAG_PROPERTY|META_FLAG_READ,
 20194                   /* name */
 20195                   "ProtocolControllerRequiresAuthorizedIdentity",
 20196                   /* qualifiers */
 20197                   _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity_qualifiers,
 20198                   /* type */
 20199                   CIMTYPE_BOOLEAN,
 20200                   /* subscript */
 20201 mike  1.1.2.1     -1,
 20202                   /* value */
 20203                   "\000",
 20204               };
 20205               
 20206               static const char*
 20207               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections_qualifiers[] =
 20208               {
 20209                   0,
 20210               };
 20211               
 20212               static MetaProperty
 20213               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections =
 20214               {
 20215                   /* flags */
 20216                   META_FLAG_PROPERTY|META_FLAG_READ,
 20217                   /* name */
 20218                   "ProtocolControllerSupportsCollections",
 20219                   /* qualifiers */
 20220                   _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections_qualifiers,
 20221                   /* type */
 20222 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 20223                   /* subscript */
 20224                   -1,
 20225                   /* value */
 20226                   "\000",
 20227               };
 20228               
 20229               static const char*
 20230               _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported_qualifiers[] =
 20231               {
 20232                   0,
 20233               };
 20234               
 20235               static MetaProperty
 20236               _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported =
 20237               {
 20238                   /* flags */
 20239                   META_FLAG_PROPERTY|META_FLAG_READ,
 20240                   /* name */
 20241                   "ExposePathsSupported",
 20242                   /* qualifiers */
 20243 mike  1.1.2.1     _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported_qualifiers,
 20244                   /* type */
 20245                   CIMTYPE_BOOLEAN,
 20246                   /* subscript */
 20247                   -1,
 20248                   /* value */
 20249                   0,
 20250               };
 20251               
 20252               static const char*
 20253               _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported_qualifiers[] =
 20254               {
 20255                   0,
 20256               };
 20257               
 20258               static MetaProperty
 20259               _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported =
 20260               {
 20261                   /* flags */
 20262                   META_FLAG_PROPERTY|META_FLAG_READ,
 20263                   /* name */
 20264 mike  1.1.2.1     "CreateProtocolControllerSupported",
 20265                   /* qualifiers */
 20266                   _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported_qualifiers,
 20267                   /* type */
 20268                   CIMTYPE_BOOLEAN,
 20269                   /* subscript */
 20270                   -1,
 20271                   /* value */
 20272                   0,
 20273               };
 20274               
 20275               static const char*
 20276               _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount_qualifiers[] =
 20277               {
 20278                   0,
 20279               };
 20280               
 20281               static MetaProperty
 20282               _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount =
 20283               {
 20284                   /* flags */
 20285 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 20286                   /* name */
 20287                   "MaximumMapCount",
 20288                   /* qualifiers */
 20289                   _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount_qualifiers,
 20290                   /* type */
 20291                   CIMTYPE_UINT16,
 20292                   /* subscript */
 20293                   -1,
 20294                   /* value */
 20295                   "\000\000",
 20296               };
 20297               
 20298               static const char*
 20299               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs_qualifiers[] =
 20300               {
 20301                   0,
 20302               };
 20303               
 20304               static MetaProperty
 20305               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs =
 20306 mike  1.1.2.1 {
 20307                   /* flags */
 20308                   META_FLAG_PROPERTY|META_FLAG_READ,
 20309                   /* name */
 20310                   "SPCAllowsNoLUs",
 20311                   /* qualifiers */
 20312                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs_qualifiers,
 20313                   /* type */
 20314                   CIMTYPE_BOOLEAN,
 20315                   /* subscript */
 20316                   -1,
 20317                   /* value */
 20318                   "\000",
 20319               };
 20320               
 20321               static const char*
 20322               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets_qualifiers[] =
 20323               {
 20324                   0,
 20325               };
 20326               
 20327 mike  1.1.2.1 static MetaProperty
 20328               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets =
 20329               {
 20330                   /* flags */
 20331                   META_FLAG_PROPERTY|META_FLAG_READ,
 20332                   /* name */
 20333                   "SPCAllowsNoTargets",
 20334                   /* qualifiers */
 20335                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets_qualifiers,
 20336                   /* type */
 20337                   CIMTYPE_BOOLEAN,
 20338                   /* subscript */
 20339                   -1,
 20340                   /* value */
 20341                   "\000",
 20342               };
 20343               
 20344               static const char*
 20345               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators_qualifiers[] =
 20346               {
 20347                   0,
 20348 mike  1.1.2.1 };
 20349               
 20350               static MetaProperty
 20351               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators =
 20352               {
 20353                   /* flags */
 20354                   META_FLAG_PROPERTY|META_FLAG_READ,
 20355                   /* name */
 20356                   "SPCAllowsNoInitiators",
 20357                   /* qualifiers */
 20358                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators_qualifiers,
 20359                   /* type */
 20360                   CIMTYPE_BOOLEAN,
 20361                   /* subscript */
 20362                   -1,
 20363                   /* value */
 20364                   "\000",
 20365               };
 20366               
 20367               static const char*
 20368               _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews_qualifiers[] =
 20369 mike  1.1.2.1 {
 20370                   /* ModelCorrespondence */
 20371                   "\036\000\001CIM_ProtocolControllerMaskingCapabilities.PortsPerView\000",
 20372                   0,
 20373               };
 20374               
 20375               static MetaProperty
 20376               _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews =
 20377               {
 20378                   /* flags */
 20379                   META_FLAG_PROPERTY|META_FLAG_READ,
 20380                   /* name */
 20381                   "SPCSupportsDefaultViews",
 20382                   /* qualifiers */
 20383                   _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews_qualifiers,
 20384                   /* type */
 20385                   CIMTYPE_BOOLEAN,
 20386                   /* subscript */
 20387                   -1,
 20388                   /* value */
 20389                   "\001",
 20390 mike  1.1.2.1 };
 20391               
 20392               static MetaFeature*
 20393               _CIM_ProtocolControllerMaskingCapabilities_features[] =
 20394               {
 20395                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes,
 20396                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes,
 20397                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_PortsPerView,
 20398                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers,
 20399                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported,
 20400                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView,
 20401                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort,
 20402                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported,
 20403                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity,
 20404                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections,
 20405                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported,
 20406                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported,
 20407                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount,
 20408                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs,
 20409                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets,
 20410                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators,
 20411 mike  1.1.2.1     (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews,
 20412                   0,
 20413               };
 20414               
 20415               static const char*
 20416               __root_cimv2_CIM_ProtocolControllerMaskingCapabilities_qualifiers[] =
 20417               {
 20418                   /* UMLPackagePath */
 20419                   "\057CIM::Device::ProtocolController",
 20420                   /* Version */
 20421                   "\0632.10.0",
 20422                   0,
 20423               };
 20424               
 20425               MetaClass
 20426               __root_cimv2_CIM_ProtocolControllerMaskingCapabilities =
 20427               {
 20428                   /* flags */
 20429                   META_FLAG_CLASS,
 20430                   /* name */
 20431                   "CIM_ProtocolControllerMaskingCapabilities",
 20432 mike  1.1.2.1     /* qualifiers */
 20433                   __root_cimv2_CIM_ProtocolControllerMaskingCapabilities_qualifiers,
 20434                   /* super */
 20435                   &__root_cimv2_CIM_Capabilities,
 20436                   /* features */
 20437                   _CIM_ProtocolControllerMaskingCapabilities_features,
 20438               };
 20439               
 20440               //==============================================================================
 20441               //
 20442               // Class: CIM_PublicKeyCertificate
 20443               //
 20444               //==============================================================================
 20445               
 20446               static const char*
 20447               _CIM_PublicKeyCertificate_SystemCreationClassName_qualifiers[] =
 20448               {
 20449                   /* Key */
 20450                   "\025\001",
 20451                   /* Propagated */
 20452                   "\045CIM_CertificateAuthority.SystemCreationClassName",
 20453 mike  1.1.2.1     /* MaxLen */
 20454                   "\030\000\000\001\000",
 20455                   0,
 20456               };
 20457               
 20458               static MetaProperty
 20459               _CIM_PublicKeyCertificate_SystemCreationClassName =
 20460               {
 20461                   /* flags */
 20462                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20463                   /* name */
 20464                   "SystemCreationClassName",
 20465                   /* qualifiers */
 20466                   _CIM_PublicKeyCertificate_SystemCreationClassName_qualifiers,
 20467                   /* type */
 20468                   CIMTYPE_STRING,
 20469                   /* subscript */
 20470                   -1,
 20471                   /* value */
 20472                   0,
 20473               };
 20474 mike  1.1.2.1 
 20475               static const char*
 20476               _CIM_PublicKeyCertificate_SystemName_qualifiers[] =
 20477               {
 20478                   /* Key */
 20479                   "\025\001",
 20480                   /* Propagated */
 20481                   "\045CIM_CertificateAuthority.SystemName",
 20482                   /* MaxLen */
 20483                   "\030\000\000\001\000",
 20484                   0,
 20485               };
 20486               
 20487               static MetaProperty
 20488               _CIM_PublicKeyCertificate_SystemName =
 20489               {
 20490                   /* flags */
 20491                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20492                   /* name */
 20493                   "SystemName",
 20494                   /* qualifiers */
 20495 mike  1.1.2.1     _CIM_PublicKeyCertificate_SystemName_qualifiers,
 20496                   /* type */
 20497                   CIMTYPE_STRING,
 20498                   /* subscript */
 20499                   -1,
 20500                   /* value */
 20501                   0,
 20502               };
 20503               
 20504               static const char*
 20505               _CIM_PublicKeyCertificate_ServiceCreationClassName_qualifiers[] =
 20506               {
 20507                   /* Key */
 20508                   "\025\001",
 20509                   /* Propagated */
 20510                   "\045CIM_CertificateAuthority.CreationClassName",
 20511                   /* MaxLen */
 20512                   "\030\000\000\001\000",
 20513                   0,
 20514               };
 20515               
 20516 mike  1.1.2.1 static MetaProperty
 20517               _CIM_PublicKeyCertificate_ServiceCreationClassName =
 20518               {
 20519                   /* flags */
 20520                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20521                   /* name */
 20522                   "ServiceCreationClassName",
 20523                   /* qualifiers */
 20524                   _CIM_PublicKeyCertificate_ServiceCreationClassName_qualifiers,
 20525                   /* type */
 20526                   CIMTYPE_STRING,
 20527                   /* subscript */
 20528                   -1,
 20529                   /* value */
 20530                   0,
 20531               };
 20532               
 20533               static const char*
 20534               _CIM_PublicKeyCertificate_ServiceName_qualifiers[] =
 20535               {
 20536                   /* Key */
 20537 mike  1.1.2.1     "\025\001",
 20538                   /* Propagated */
 20539                   "\045CIM_CertificateAuthority.Name",
 20540                   /* MaxLen */
 20541                   "\030\000\000\001\000",
 20542                   0,
 20543               };
 20544               
 20545               static MetaProperty
 20546               _CIM_PublicKeyCertificate_ServiceName =
 20547               {
 20548                   /* flags */
 20549                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20550                   /* name */
 20551                   "ServiceName",
 20552                   /* qualifiers */
 20553                   _CIM_PublicKeyCertificate_ServiceName_qualifiers,
 20554                   /* type */
 20555                   CIMTYPE_STRING,
 20556                   /* subscript */
 20557                   -1,
 20558 mike  1.1.2.1     /* value */
 20559                   0,
 20560               };
 20561               
 20562               static const char*
 20563               _CIM_PublicKeyCertificate_Subject_qualifiers[] =
 20564               {
 20565                   /* Key */
 20566                   "\025\001",
 20567                   /* MaxLen */
 20568                   "\030\000\000\001\000",
 20569                   0,
 20570               };
 20571               
 20572               static MetaProperty
 20573               _CIM_PublicKeyCertificate_Subject =
 20574               {
 20575                   /* flags */
 20576                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20577                   /* name */
 20578                   "Subject",
 20579 mike  1.1.2.1     /* qualifiers */
 20580                   _CIM_PublicKeyCertificate_Subject_qualifiers,
 20581                   /* type */
 20582                   CIMTYPE_STRING,
 20583                   /* subscript */
 20584                   -1,
 20585                   /* value */
 20586                   0,
 20587               };
 20588               
 20589               static const char*
 20590               _CIM_PublicKeyCertificate_AltSubject_qualifiers[] =
 20591               {
 20592                   /* MaxLen */
 20593                   "\030\000\000\001\000",
 20594                   0,
 20595               };
 20596               
 20597               static MetaProperty
 20598               _CIM_PublicKeyCertificate_AltSubject =
 20599               {
 20600 mike  1.1.2.1     /* flags */
 20601                   META_FLAG_PROPERTY|META_FLAG_READ,
 20602                   /* name */
 20603                   "AltSubject",
 20604                   /* qualifiers */
 20605                   _CIM_PublicKeyCertificate_AltSubject_qualifiers,
 20606                   /* type */
 20607                   CIMTYPE_STRING,
 20608                   /* subscript */
 20609                   -1,
 20610                   /* value */
 20611                   0,
 20612               };
 20613               
 20614               static const char*
 20615               _CIM_PublicKeyCertificate_PublicKey_qualifiers[] =
 20616               {
 20617                   /* OctetString */
 20618                   "\042\001",
 20619                   0,
 20620               };
 20621 mike  1.1.2.1 
 20622               static MetaProperty
 20623               _CIM_PublicKeyCertificate_PublicKey =
 20624               {
 20625                   /* flags */
 20626                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 20627                   /* name */
 20628                   "PublicKey",
 20629                   /* qualifiers */
 20630                   _CIM_PublicKeyCertificate_PublicKey_qualifiers,
 20631                   /* type */
 20632                   CIMTYPE_UINT8,
 20633                   /* subscript */
 20634                   0,
 20635                   /* value */
 20636                   0,
 20637               };
 20638               
 20639               static MetaFeature*
 20640               _CIM_PublicKeyCertificate_features[] =
 20641               {
 20642 mike  1.1.2.1     (MetaFeature*)&_CIM_PublicKeyCertificate_SystemCreationClassName,
 20643                   (MetaFeature*)&_CIM_PublicKeyCertificate_SystemName,
 20644                   (MetaFeature*)&_CIM_PublicKeyCertificate_ServiceCreationClassName,
 20645                   (MetaFeature*)&_CIM_PublicKeyCertificate_ServiceName,
 20646                   (MetaFeature*)&_CIM_PublicKeyCertificate_Subject,
 20647                   (MetaFeature*)&_CIM_PublicKeyCertificate_AltSubject,
 20648                   (MetaFeature*)&_CIM_PublicKeyCertificate_PublicKey,
 20649                   0,
 20650               };
 20651               
 20652               static const char*
 20653               __root_cimv2_CIM_PublicKeyCertificate_qualifiers[] =
 20654               {
 20655                   /* UMLPackagePath */
 20656                   "\057CIM::User::PublicKey",
 20657                   /* Version */
 20658                   "\0632.8.0",
 20659                   0,
 20660               };
 20661               
 20662               MetaClass
 20663 mike  1.1.2.1 __root_cimv2_CIM_PublicKeyCertificate =
 20664               {
 20665                   /* flags */
 20666                   META_FLAG_CLASS,
 20667                   /* name */
 20668                   "CIM_PublicKeyCertificate",
 20669                   /* qualifiers */
 20670                   __root_cimv2_CIM_PublicKeyCertificate_qualifiers,
 20671                   /* super */
 20672                   &__root_cimv2_CIM_Credential,
 20673                   /* features */
 20674                   _CIM_PublicKeyCertificate_features,
 20675               };
 20676               
 20677               //==============================================================================
 20678               //
 20679               // Class: CIM_RecordForLog
 20680               //
 20681               //==============================================================================
 20682               
 20683               static const char*
 20684 mike  1.1.2.1 _CIM_RecordForLog_RecordFormat_qualifiers[] =
 20685               {
 20686                   /* ModelCorrespondence */
 20687                   "\036\000\001CIM_RecordForLog.RecordData\000",
 20688                   0,
 20689               };
 20690               
 20691               static MetaProperty
 20692               _CIM_RecordForLog_RecordFormat =
 20693               {
 20694                   /* flags */
 20695                   META_FLAG_PROPERTY|META_FLAG_READ,
 20696                   /* name */
 20697                   "RecordFormat",
 20698                   /* qualifiers */
 20699                   _CIM_RecordForLog_RecordFormat_qualifiers,
 20700                   /* type */
 20701                   CIMTYPE_STRING,
 20702                   /* subscript */
 20703                   -1,
 20704                   /* value */
 20705 mike  1.1.2.1     0,
 20706               };
 20707               
 20708               static const char*
 20709               _CIM_RecordForLog_RecordData_qualifiers[] =
 20710               {
 20711                   /* ModelCorrespondence */
 20712                   "\036\000\001CIM_RecordForLog.RecordFormat\000",
 20713                   0,
 20714               };
 20715               
 20716               static MetaProperty
 20717               _CIM_RecordForLog_RecordData =
 20718               {
 20719                   /* flags */
 20720                   META_FLAG_PROPERTY|META_FLAG_READ,
 20721                   /* name */
 20722                   "RecordData",
 20723                   /* qualifiers */
 20724                   _CIM_RecordForLog_RecordData_qualifiers,
 20725                   /* type */
 20726 mike  1.1.2.1     CIMTYPE_STRING,
 20727                   /* subscript */
 20728                   -1,
 20729                   /* value */
 20730                   0,
 20731               };
 20732               
 20733               static const char*
 20734               _CIM_RecordForLog_Locale_qualifiers[] =
 20735               {
 20736                   0,
 20737               };
 20738               
 20739               static MetaProperty
 20740               _CIM_RecordForLog_Locale =
 20741               {
 20742                   /* flags */
 20743                   META_FLAG_PROPERTY|META_FLAG_READ,
 20744                   /* name */
 20745                   "Locale",
 20746                   /* qualifiers */
 20747 mike  1.1.2.1     _CIM_RecordForLog_Locale_qualifiers,
 20748                   /* type */
 20749                   CIMTYPE_STRING,
 20750                   /* subscript */
 20751                   -1,
 20752                   /* value */
 20753                   0,
 20754               };
 20755               
 20756               static MetaFeature*
 20757               _CIM_RecordForLog_features[] =
 20758               {
 20759                   (MetaFeature*)&_CIM_RecordForLog_RecordFormat,
 20760                   (MetaFeature*)&_CIM_RecordForLog_RecordData,
 20761                   (MetaFeature*)&_CIM_RecordForLog_Locale,
 20762                   0,
 20763               };
 20764               
 20765               static const char*
 20766               __root_cimv2_CIM_RecordForLog_qualifiers[] =
 20767               {
 20768 mike  1.1.2.1     /* UMLPackagePath */
 20769                   "\057CIM::System::Logs",
 20770                   /* Abstract */
 20771                   "\002\001",
 20772                   /* Version */
 20773                   "\0632.9.0",
 20774                   0,
 20775               };
 20776               
 20777               MetaClass
 20778               __root_cimv2_CIM_RecordForLog =
 20779               {
 20780                   /* flags */
 20781                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 20782                   /* name */
 20783                   "CIM_RecordForLog",
 20784                   /* qualifiers */
 20785                   __root_cimv2_CIM_RecordForLog_qualifiers,
 20786                   /* super */
 20787                   &__root_cimv2_CIM_ManagedElement,
 20788                   /* features */
 20789 mike  1.1.2.1     _CIM_RecordForLog_features,
 20790               };
 20791               
 20792               //==============================================================================
 20793               //
 20794               // Class: CIM_RegisteredProfile
 20795               //
 20796               //==============================================================================
 20797               
 20798               static const char*
 20799               _CIM_RegisteredProfile_InstanceID_qualifiers[] =
 20800               {
 20801                   /* Key */
 20802                   "\025\001",
 20803                   0,
 20804               };
 20805               
 20806               static MetaProperty
 20807               _CIM_RegisteredProfile_InstanceID =
 20808               {
 20809                   /* flags */
 20810 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20811                   /* name */
 20812                   "InstanceID",
 20813                   /* qualifiers */
 20814                   _CIM_RegisteredProfile_InstanceID_qualifiers,
 20815                   /* type */
 20816                   CIMTYPE_STRING,
 20817                   /* subscript */
 20818                   -1,
 20819                   /* value */
 20820                   0,
 20821               };
 20822               
 20823               static const char*
 20824               _CIM_RegisteredProfile_RegisteredOrganization_qualifiers[] =
 20825               {
 20826                   /* Required */
 20827                   "\050\001",
 20828                   /* ValueMap */
 20829                   "\061\000\0231\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
 20830                   /* Values */
 20831 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",
 20832                   /* ModelCorrespondence */
 20833                   "\036\000\001CIM_RegisteredProfile.OtherRegisteredOrganization\000",
 20834                   0,
 20835               };
 20836               
 20837               static MetaProperty
 20838               _CIM_RegisteredProfile_RegisteredOrganization =
 20839               {
 20840                   /* flags */
 20841                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20842                   /* name */
 20843                   "RegisteredOrganization",
 20844                   /* qualifiers */
 20845                   _CIM_RegisteredProfile_RegisteredOrganization_qualifiers,
 20846                   /* type */
 20847                   CIMTYPE_UINT16,
 20848                   /* subscript */
 20849                   -1,
 20850                   /* value */
 20851                   0,
 20852 mike  1.1.2.1 };
 20853               
 20854               static const char*
 20855               _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers[] =
 20856               {
 20857                   /* MaxLen */
 20858                   "\030\000\000\001\000",
 20859                   /* ModelCorrespondence */
 20860                   "\036\000\001CIM_RegisteredProfile.RegisteredOrganization\000",
 20861                   0,
 20862               };
 20863               
 20864               static MetaProperty
 20865               _CIM_RegisteredProfile_OtherRegisteredOrganization =
 20866               {
 20867                   /* flags */
 20868                   META_FLAG_PROPERTY|META_FLAG_READ,
 20869                   /* name */
 20870                   "OtherRegisteredOrganization",
 20871                   /* qualifiers */
 20872                   _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers,
 20873 mike  1.1.2.1     /* type */
 20874                   CIMTYPE_STRING,
 20875                   /* subscript */
 20876                   -1,
 20877                   /* value */
 20878                   0,
 20879               };
 20880               
 20881               static const char*
 20882               _CIM_RegisteredProfile_RegisteredName_qualifiers[] =
 20883               {
 20884                   /* Required */
 20885                   "\050\001",
 20886                   /* MaxLen */
 20887                   "\030\000\000\001\000",
 20888                   0,
 20889               };
 20890               
 20891               static MetaProperty
 20892               _CIM_RegisteredProfile_RegisteredName =
 20893               {
 20894 mike  1.1.2.1     /* flags */
 20895                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20896                   /* name */
 20897                   "RegisteredName",
 20898                   /* qualifiers */
 20899                   _CIM_RegisteredProfile_RegisteredName_qualifiers,
 20900                   /* type */
 20901                   CIMTYPE_STRING,
 20902                   /* subscript */
 20903                   -1,
 20904                   /* value */
 20905                   0,
 20906               };
 20907               
 20908               static const char*
 20909               _CIM_RegisteredProfile_RegisteredVersion_qualifiers[] =
 20910               {
 20911                   /* Required */
 20912                   "\050\001",
 20913                   0,
 20914               };
 20915 mike  1.1.2.1 
 20916               static MetaProperty
 20917               _CIM_RegisteredProfile_RegisteredVersion =
 20918               {
 20919                   /* flags */
 20920                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20921                   /* name */
 20922                   "RegisteredVersion",
 20923                   /* qualifiers */
 20924                   _CIM_RegisteredProfile_RegisteredVersion_qualifiers,
 20925                   /* type */
 20926                   CIMTYPE_STRING,
 20927                   /* subscript */
 20928                   -1,
 20929                   /* value */
 20930                   0,
 20931               };
 20932               
 20933               static const char*
 20934               _CIM_RegisteredProfile_AdvertiseTypes_qualifiers[] =
 20935               {
 20936 mike  1.1.2.1     /* Required */
 20937                   "\050\001",
 20938                   /* ValueMap */
 20939                   "\061\000\0031\0002\0003\000",
 20940                   /* Values */
 20941                   "\062\000\003Other\000Not Advertised\000SLP\000",
 20942                   /* ArrayType */
 20943                   "\005Indexed",
 20944                   /* ModelCorrespondence */
 20945                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypeDescriptions\000",
 20946                   0,
 20947               };
 20948               
 20949               static MetaProperty
 20950               _CIM_RegisteredProfile_AdvertiseTypes =
 20951               {
 20952                   /* flags */
 20953                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20954                   /* name */
 20955                   "AdvertiseTypes",
 20956                   /* qualifiers */
 20957 mike  1.1.2.1     _CIM_RegisteredProfile_AdvertiseTypes_qualifiers,
 20958                   /* type */
 20959                   CIMTYPE_UINT16,
 20960                   /* subscript */
 20961                   0,
 20962                   /* value */
 20963                   0,
 20964               };
 20965               
 20966               static const char*
 20967               _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers[] =
 20968               {
 20969                   /* ArrayType */
 20970                   "\005Indexed",
 20971                   /* ModelCorrespondence */
 20972                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypes\000",
 20973                   0,
 20974               };
 20975               
 20976               static MetaProperty
 20977               _CIM_RegisteredProfile_AdvertiseTypeDescriptions =
 20978 mike  1.1.2.1 {
 20979                   /* flags */
 20980                   META_FLAG_PROPERTY|META_FLAG_READ,
 20981                   /* name */
 20982                   "AdvertiseTypeDescriptions",
 20983                   /* qualifiers */
 20984                   _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers,
 20985                   /* type */
 20986                   CIMTYPE_STRING,
 20987                   /* subscript */
 20988                   0,
 20989                   /* value */
 20990                   0,
 20991               };
 20992               
 20993               static MetaFeature*
 20994               _CIM_RegisteredProfile_features[] =
 20995               {
 20996                   (MetaFeature*)&_CIM_RegisteredProfile_InstanceID,
 20997                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredOrganization,
 20998                   (MetaFeature*)&_CIM_RegisteredProfile_OtherRegisteredOrganization,
 20999 mike  1.1.2.1     (MetaFeature*)&_CIM_RegisteredProfile_RegisteredName,
 21000                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredVersion,
 21001                   (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypes,
 21002                   (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypeDescriptions,
 21003                   0,
 21004               };
 21005               
 21006               static const char*
 21007               __root_cimv2_CIM_RegisteredProfile_qualifiers[] =
 21008               {
 21009                   /* UMLPackagePath */
 21010                   "\057CIM::Interop",
 21011                   /* Version */
 21012                   "\0632.8.0",
 21013                   0,
 21014               };
 21015               
 21016               MetaClass
 21017               __root_cimv2_CIM_RegisteredProfile =
 21018               {
 21019                   /* flags */
 21020 mike  1.1.2.1     META_FLAG_CLASS,
 21021                   /* name */
 21022                   "CIM_RegisteredProfile",
 21023                   /* qualifiers */
 21024                   __root_cimv2_CIM_RegisteredProfile_qualifiers,
 21025                   /* super */
 21026                   &__root_cimv2_CIM_ManagedElement,
 21027                   /* features */
 21028                   _CIM_RegisteredProfile_features,
 21029               };
 21030               
 21031               //==============================================================================
 21032               //
 21033               // Class: CIM_RegisteredSubProfile
 21034               //
 21035               //==============================================================================
 21036               
 21037               static MetaFeature*
 21038               _CIM_RegisteredSubProfile_features[] =
 21039               {
 21040                   0,
 21041 mike  1.1.2.1 };
 21042               
 21043               static const char*
 21044               __root_cimv2_CIM_RegisteredSubProfile_qualifiers[] =
 21045               {
 21046                   /* UMLPackagePath */
 21047                   "\057CIM::Interop",
 21048                   /* Version */
 21049                   "\0632.8.0",
 21050                   0,
 21051               };
 21052               
 21053               MetaClass
 21054               __root_cimv2_CIM_RegisteredSubProfile =
 21055               {
 21056                   /* flags */
 21057                   META_FLAG_CLASS,
 21058                   /* name */
 21059                   "CIM_RegisteredSubProfile",
 21060                   /* qualifiers */
 21061                   __root_cimv2_CIM_RegisteredSubProfile_qualifiers,
 21062 mike  1.1.2.1     /* super */
 21063                   &__root_cimv2_CIM_RegisteredProfile,
 21064                   /* features */
 21065                   _CIM_RegisteredSubProfile_features,
 21066               };
 21067               
 21068               //==============================================================================
 21069               //
 21070               // Class: CIM_RejectConnectionAction
 21071               //
 21072               //==============================================================================
 21073               
 21074               static MetaFeature*
 21075               _CIM_RejectConnectionAction_features[] =
 21076               {
 21077                   0,
 21078               };
 21079               
 21080               static const char*
 21081               __root_cimv2_CIM_RejectConnectionAction_qualifiers[] =
 21082               {
 21083 mike  1.1.2.1     /* UMLPackagePath */
 21084                   "\057CIM::Policy",
 21085                   /* Version */
 21086                   "\0632.8.0",
 21087                   /* MappingStrings */
 21088                   "\026\000\001IPSP Policy Model.IETF|IKERejectAction\000",
 21089                   0,
 21090               };
 21091               
 21092               MetaClass
 21093               __root_cimv2_CIM_RejectConnectionAction =
 21094               {
 21095                   /* flags */
 21096                   META_FLAG_CLASS,
 21097                   /* name */
 21098                   "CIM_RejectConnectionAction",
 21099                   /* qualifiers */
 21100                   __root_cimv2_CIM_RejectConnectionAction_qualifiers,
 21101                   /* super */
 21102                   &__root_cimv2_CIM_PolicyAction,
 21103                   /* features */
 21104 mike  1.1.2.1     _CIM_RejectConnectionAction_features,
 21105               };
 21106               
 21107               //==============================================================================
 21108               //
 21109               // Class: CIM_ReplaceableProductFRU
 21110               //
 21111               //==============================================================================
 21112               
 21113               static const char*
 21114               _CIM_ReplaceableProductFRU_Product_qualifiers[] =
 21115               {
 21116                   /* Key */
 21117                   "\025\001",
 21118                   /* Max */
 21119                   "\027\000\000\000\001",
 21120                   0,
 21121               };
 21122               
 21123               static MetaReference
 21124               _CIM_ReplaceableProductFRU_Product =
 21125 mike  1.1.2.1 {
 21126                   /* flags */
 21127                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 21128                   /* name */
 21129                   "Product",
 21130                   /* qualifiers */
 21131                   _CIM_ReplaceableProductFRU_Product_qualifiers,
 21132                   /* subscript */
 21133                   -1,
 21134                   /* refId */
 21135                   &__root_cimv2_CIM_Product,
 21136               };
 21137               
 21138               static const char*
 21139               _CIM_ReplaceableProductFRU_FRU_qualifiers[] =
 21140               {
 21141                   /* Key */
 21142                   "\025\001",
 21143                   0,
 21144               };
 21145               
 21146 mike  1.1.2.1 static MetaReference
 21147               _CIM_ReplaceableProductFRU_FRU =
 21148               {
 21149                   /* flags */
 21150                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 21151                   /* name */
 21152                   "FRU",
 21153                   /* qualifiers */
 21154                   _CIM_ReplaceableProductFRU_FRU_qualifiers,
 21155                   /* subscript */
 21156                   -1,
 21157                   /* refId */
 21158                   &__root_cimv2_CIM_FRU,
 21159               };
 21160               
 21161               static MetaFeature*
 21162               _CIM_ReplaceableProductFRU_features[] =
 21163               {
 21164                   (MetaFeature*)&_CIM_ReplaceableProductFRU_Product,
 21165                   (MetaFeature*)&_CIM_ReplaceableProductFRU_FRU,
 21166                   0,
 21167 mike  1.1.2.1 };
 21168               
 21169               static const char*
 21170               __root_cimv2_CIM_ReplaceableProductFRU_qualifiers[] =
 21171               {
 21172                   /* ASSOCIATION */
 21173                   "\000\001",
 21174                   /* UMLPackagePath */
 21175                   "\057CIM::Core::ProductFRU",
 21176                   /* Version */
 21177                   "\0632.6.0",
 21178                   0,
 21179               };
 21180               
 21181               MetaClass
 21182               __root_cimv2_CIM_ReplaceableProductFRU =
 21183               {
 21184                   /* flags */
 21185                   META_FLAG_ASSOCIATION,
 21186                   /* name */
 21187                   "CIM_ReplaceableProductFRU",
 21188 mike  1.1.2.1     /* qualifiers */
 21189                   __root_cimv2_CIM_ReplaceableProductFRU_qualifiers,
 21190                   /* super */
 21191                   0,
 21192                   /* features */
 21193                   _CIM_ReplaceableProductFRU_features,
 21194               };
 21195               
 21196               //==============================================================================
 21197               //
 21198               // Class: CIM_ReplacementSet
 21199               //
 21200               //==============================================================================
 21201               
 21202               static const char*
 21203               _CIM_ReplacementSet_Name_qualifiers[] =
 21204               {
 21205                   /* Key */
 21206                   "\025\001",
 21207                   /* MaxLen */
 21208                   "\030\000\000\001\000",
 21209 mike  1.1.2.1     0,
 21210               };
 21211               
 21212               static MetaProperty
 21213               _CIM_ReplacementSet_Name =
 21214               {
 21215                   /* flags */
 21216                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21217                   /* name */
 21218                   "Name",
 21219                   /* qualifiers */
 21220                   _CIM_ReplacementSet_Name_qualifiers,
 21221                   /* type */
 21222                   CIMTYPE_STRING,
 21223                   /* subscript */
 21224                   -1,
 21225                   /* value */
 21226                   0,
 21227               };
 21228               
 21229               static MetaFeature*
 21230 mike  1.1.2.1 _CIM_ReplacementSet_features[] =
 21231               {
 21232                   (MetaFeature*)&_CIM_ReplacementSet_Name,
 21233                   0,
 21234               };
 21235               
 21236               static const char*
 21237               __root_cimv2_CIM_ReplacementSet_qualifiers[] =
 21238               {
 21239                   /* UMLPackagePath */
 21240                   "\057CIM::Physical::Misc",
 21241                   /* Version */
 21242                   "\0632.8.0",
 21243                   0,
 21244               };
 21245               
 21246               MetaClass
 21247               __root_cimv2_CIM_ReplacementSet =
 21248               {
 21249                   /* flags */
 21250                   META_FLAG_CLASS,
 21251 mike  1.1.2.1     /* name */
 21252                   "CIM_ReplacementSet",
 21253                   /* qualifiers */
 21254                   __root_cimv2_CIM_ReplacementSet_qualifiers,
 21255                   /* super */
 21256                   &__root_cimv2_CIM_Collection,
 21257                   /* features */
 21258                   _CIM_ReplacementSet_features,
 21259               };
 21260               
 21261               //==============================================================================
 21262               //
 21263               // Class: CIM_Role
 21264               //
 21265               //==============================================================================
 21266               
 21267               static const char*
 21268               _CIM_Role_CreationClassName_qualifiers[] =
 21269               {
 21270                   /* Key */
 21271                   "\025\001",
 21272 mike  1.1.2.1     /* MaxLen */
 21273                   "\030\000\000\001\000",
 21274                   0,
 21275               };
 21276               
 21277               static MetaProperty
 21278               _CIM_Role_CreationClassName =
 21279               {
 21280                   /* flags */
 21281                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21282                   /* name */
 21283                   "CreationClassName",
 21284                   /* qualifiers */
 21285                   _CIM_Role_CreationClassName_qualifiers,
 21286                   /* type */
 21287                   CIMTYPE_STRING,
 21288                   /* subscript */
 21289                   -1,
 21290                   /* value */
 21291                   0,
 21292               };
 21293 mike  1.1.2.1 
 21294               static const char*
 21295               _CIM_Role_Name_qualifiers[] =
 21296               {
 21297                   /* Key */
 21298                   "\025\001",
 21299                   /* MaxLen */
 21300                   "\030\000\000\004\000",
 21301                   0,
 21302               };
 21303               
 21304               static MetaProperty
 21305               _CIM_Role_Name =
 21306               {
 21307                   /* flags */
 21308                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21309                   /* name */
 21310                   "Name",
 21311                   /* qualifiers */
 21312                   _CIM_Role_Name_qualifiers,
 21313                   /* type */
 21314 mike  1.1.2.1     CIMTYPE_STRING,
 21315                   /* subscript */
 21316                   -1,
 21317                   /* value */
 21318                   0,
 21319               };
 21320               
 21321               static const char*
 21322               _CIM_Role_BusinessCategory_qualifiers[] =
 21323               {
 21324                   /* MaxLen */
 21325                   "\030\000\000\000\200",
 21326                   0,
 21327               };
 21328               
 21329               static MetaProperty
 21330               _CIM_Role_BusinessCategory =
 21331               {
 21332                   /* flags */
 21333                   META_FLAG_PROPERTY|META_FLAG_READ,
 21334                   /* name */
 21335 mike  1.1.2.1     "BusinessCategory",
 21336                   /* qualifiers */
 21337                   _CIM_Role_BusinessCategory_qualifiers,
 21338                   /* type */
 21339                   CIMTYPE_STRING,
 21340                   /* subscript */
 21341                   -1,
 21342                   /* value */
 21343                   0,
 21344               };
 21345               
 21346               static const char*
 21347               _CIM_Role_CommonName_qualifiers[] =
 21348               {
 21349                   /* Required */
 21350                   "\050\001",
 21351                   0,
 21352               };
 21353               
 21354               static MetaProperty
 21355               _CIM_Role_CommonName =
 21356 mike  1.1.2.1 {
 21357                   /* flags */
 21358                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 21359                   /* name */
 21360                   "CommonName",
 21361                   /* qualifiers */
 21362                   _CIM_Role_CommonName_qualifiers,
 21363                   /* type */
 21364                   CIMTYPE_STRING,
 21365                   /* subscript */
 21366                   -1,
 21367                   /* value */
 21368                   0,
 21369               };
 21370               
 21371               static MetaFeature*
 21372               _CIM_Role_features[] =
 21373               {
 21374                   (MetaFeature*)&_CIM_Role_CreationClassName,
 21375                   (MetaFeature*)&_CIM_Role_Name,
 21376                   (MetaFeature*)&_CIM_Role_BusinessCategory,
 21377 mike  1.1.2.1     (MetaFeature*)&_CIM_Role_CommonName,
 21378                   0,
 21379               };
 21380               
 21381               static const char*
 21382               __root_cimv2_CIM_Role_qualifiers[] =
 21383               {
 21384                   /* UMLPackagePath */
 21385                   "\057CIM::User::Role",
 21386                   /* Version */
 21387                   "\0632.8.1000",
 21388                   0,
 21389               };
 21390               
 21391               MetaClass
 21392               __root_cimv2_CIM_Role =
 21393               {
 21394                   /* flags */
 21395                   META_FLAG_CLASS,
 21396                   /* name */
 21397                   "CIM_Role",
 21398 mike  1.1.2.1     /* qualifiers */
 21399                   __root_cimv2_CIM_Role_qualifiers,
 21400                   /* super */
 21401                   &__root_cimv2_CIM_Collection,
 21402                   /* features */
 21403                   _CIM_Role_features,
 21404               };
 21405               
 21406               //==============================================================================
 21407               //
 21408               // Class: CIM_SAAction
 21409               //
 21410               //==============================================================================
 21411               
 21412               static const char*
 21413               _CIM_SAAction_DoPacketLogging_qualifiers[] =
 21414               {
 21415                   /* MappingStrings */
 21416                   "\026\000\001IPSP Policy Model.IETF|SAAction.DoPacketLogging\000",
 21417                   /* ModelCorrespondence */
 21418                   "\036\000\001CIM_SecurityAssociationEndpoint.PacketLoggingActive\000",
 21419 mike  1.1.2.1     0,
 21420               };
 21421               
 21422               static MetaProperty
 21423               _CIM_SAAction_DoPacketLogging =
 21424               {
 21425                   /* flags */
 21426                   META_FLAG_PROPERTY|META_FLAG_READ,
 21427                   /* name */
 21428                   "DoPacketLogging",
 21429                   /* qualifiers */
 21430                   _CIM_SAAction_DoPacketLogging_qualifiers,
 21431                   /* type */
 21432                   CIMTYPE_BOOLEAN,
 21433                   /* subscript */
 21434                   -1,
 21435                   /* value */
 21436                   0,
 21437               };
 21438               
 21439               static MetaFeature*
 21440 mike  1.1.2.1 _CIM_SAAction_features[] =
 21441               {
 21442                   (MetaFeature*)&_CIM_SAAction_DoPacketLogging,
 21443                   0,
 21444               };
 21445               
 21446               static const char*
 21447               __root_cimv2_CIM_SAAction_qualifiers[] =
 21448               {
 21449                   /* UMLPackagePath */
 21450                   "\057CIM::IPsecPolicy",
 21451                   /* Abstract */
 21452                   "\002\001",
 21453                   /* Version */
 21454                   "\0632.8.0",
 21455                   /* MappingStrings */
 21456                   "\026\000\001IPSP Policy Model.IETF|SAAction\000",
 21457                   0,
 21458               };
 21459               
 21460               MetaClass
 21461 mike  1.1.2.1 __root_cimv2_CIM_SAAction =
 21462               {
 21463                   /* flags */
 21464                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21465                   /* name */
 21466                   "CIM_SAAction",
 21467                   /* qualifiers */
 21468                   __root_cimv2_CIM_SAAction_qualifiers,
 21469                   /* super */
 21470                   &__root_cimv2_CIM_PolicyAction,
 21471                   /* features */
 21472                   _CIM_SAAction_features,
 21473               };
 21474               
 21475               //==============================================================================
 21476               //
 21477               // Class: CIM_SANegotiationAction
 21478               //
 21479               //==============================================================================
 21480               
 21481               static const char*
 21482 mike  1.1.2.1 _CIM_SANegotiationAction_MinLifetimeSeconds_qualifiers[] =
 21483               {
 21484                   /* Units */
 21485                   "\060Seconds",
 21486                   /* MappingStrings */
 21487                   "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.MinLifetimeSeconds\000",
 21488                   /* ModelCorrespondence */
 21489                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 21490                   0,
 21491               };
 21492               
 21493               static MetaProperty
 21494               _CIM_SANegotiationAction_MinLifetimeSeconds =
 21495               {
 21496                   /* flags */
 21497                   META_FLAG_PROPERTY|META_FLAG_READ,
 21498                   /* name */
 21499                   "MinLifetimeSeconds",
 21500                   /* qualifiers */
 21501                   _CIM_SANegotiationAction_MinLifetimeSeconds_qualifiers,
 21502                   /* type */
 21503 mike  1.1.2.1     CIMTYPE_UINT64,
 21504                   /* subscript */
 21505                   -1,
 21506                   /* value */
 21507                   "\000\000\000\000\000\000\000\000",
 21508               };
 21509               
 21510               static const char*
 21511               _CIM_SANegotiationAction_IdleDurationSeconds_qualifiers[] =
 21512               {
 21513                   /* Units */
 21514                   "\060Seconds",
 21515                   /* MappingStrings */
 21516                   "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.IdleDurationSeconds\000",
 21517                   /* ModelCorrespondence */
 21518                   "\036\000\001CIM_SecurityAssociationEndpoint.IdleDurationSeconds\000",
 21519                   0,
 21520               };
 21521               
 21522               static MetaProperty
 21523               _CIM_SANegotiationAction_IdleDurationSeconds =
 21524 mike  1.1.2.1 {
 21525                   /* flags */
 21526                   META_FLAG_PROPERTY|META_FLAG_READ,
 21527                   /* name */
 21528                   "IdleDurationSeconds",
 21529                   /* qualifiers */
 21530                   _CIM_SANegotiationAction_IdleDurationSeconds_qualifiers,
 21531                   /* type */
 21532                   CIMTYPE_UINT64,
 21533                   /* subscript */
 21534                   -1,
 21535                   /* value */
 21536                   "\000\000\000\000\000\000\000\000",
 21537               };
 21538               
 21539               static const char*
 21540               _CIM_SANegotiationAction_MinLifetimeKilobytes_qualifiers[] =
 21541               {
 21542                   /* Units */
 21543                   "\060KiloBytes",
 21544                   /* MappingStrings */
 21545 mike  1.1.2.1     "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.MinLifetimeKilobytes\000",
 21546                   /* ModelCorrespondence */
 21547                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 21548                   0,
 21549               };
 21550               
 21551               static MetaProperty
 21552               _CIM_SANegotiationAction_MinLifetimeKilobytes =
 21553               {
 21554                   /* flags */
 21555                   META_FLAG_PROPERTY|META_FLAG_READ,
 21556                   /* name */
 21557                   "MinLifetimeKilobytes",
 21558                   /* qualifiers */
 21559                   _CIM_SANegotiationAction_MinLifetimeKilobytes_qualifiers,
 21560                   /* type */
 21561                   CIMTYPE_UINT64,
 21562                   /* subscript */
 21563                   -1,
 21564                   /* value */
 21565                   "\000\000\000\000\000\000\000\000",
 21566 mike  1.1.2.1 };
 21567               
 21568               static MetaFeature*
 21569               _CIM_SANegotiationAction_features[] =
 21570               {
 21571                   (MetaFeature*)&_CIM_SANegotiationAction_MinLifetimeSeconds,
 21572                   (MetaFeature*)&_CIM_SANegotiationAction_IdleDurationSeconds,
 21573                   (MetaFeature*)&_CIM_SANegotiationAction_MinLifetimeKilobytes,
 21574                   0,
 21575               };
 21576               
 21577               static const char*
 21578               __root_cimv2_CIM_SANegotiationAction_qualifiers[] =
 21579               {
 21580                   /* UMLPackagePath */
 21581                   "\057CIM::IPsecPolicy",
 21582                   /* Abstract */
 21583                   "\002\001",
 21584                   /* Version */
 21585                   "\0632.8.0",
 21586                   /* MappingStrings */
 21587 mike  1.1.2.1     "\026\000\002IPSP Policy Model.IETF|SANegotiationAction\000IPSP Policy Model.IETF|IKENegotiationAction\000",
 21588                   0,
 21589               };
 21590               
 21591               MetaClass
 21592               __root_cimv2_CIM_SANegotiationAction =
 21593               {
 21594                   /* flags */
 21595                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21596                   /* name */
 21597                   "CIM_SANegotiationAction",
 21598                   /* qualifiers */
 21599                   __root_cimv2_CIM_SANegotiationAction_qualifiers,
 21600                   /* super */
 21601                   &__root_cimv2_CIM_SAAction,
 21602                   /* features */
 21603                   _CIM_SANegotiationAction_features,
 21604               };
 21605               
 21606               //==============================================================================
 21607               //
 21608 mike  1.1.2.1 // Class: CIM_SAStaticAction
 21609               //
 21610               //==============================================================================
 21611               
 21612               static const char*
 21613               _CIM_SAStaticAction_LifetimeSeconds_qualifiers[] =
 21614               {
 21615                   /* Units */
 21616                   "\060Seconds",
 21617                   /* MappingStrings */
 21618                   "\026\000\001IPSP Policy Model.IETF|SAStaticAction.LifetimeSeconds\000",
 21619                   /* ModelCorrespondence */
 21620                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 21621                   0,
 21622               };
 21623               
 21624               static MetaProperty
 21625               _CIM_SAStaticAction_LifetimeSeconds =
 21626               {
 21627                   /* flags */
 21628                   META_FLAG_PROPERTY|META_FLAG_READ,
 21629 mike  1.1.2.1     /* name */
 21630                   "LifetimeSeconds",
 21631                   /* qualifiers */
 21632                   _CIM_SAStaticAction_LifetimeSeconds_qualifiers,
 21633                   /* type */
 21634                   CIMTYPE_UINT64,
 21635                   /* subscript */
 21636                   -1,
 21637                   /* value */
 21638                   0,
 21639               };
 21640               
 21641               static MetaFeature*
 21642               _CIM_SAStaticAction_features[] =
 21643               {
 21644                   (MetaFeature*)&_CIM_SAStaticAction_LifetimeSeconds,
 21645                   0,
 21646               };
 21647               
 21648               static const char*
 21649               __root_cimv2_CIM_SAStaticAction_qualifiers[] =
 21650 mike  1.1.2.1 {
 21651                   /* UMLPackagePath */
 21652                   "\057CIM::IPsecPolicy",
 21653                   /* Version */
 21654                   "\0632.8.0",
 21655                   /* MappingStrings */
 21656                   "\026\000\001IPSP Policy Model.IETF|SAStaticAction\000",
 21657                   0,
 21658               };
 21659               
 21660               MetaClass
 21661               __root_cimv2_CIM_SAStaticAction =
 21662               {
 21663                   /* flags */
 21664                   META_FLAG_CLASS,
 21665                   /* name */
 21666                   "CIM_SAStaticAction",
 21667                   /* qualifiers */
 21668                   __root_cimv2_CIM_SAStaticAction_qualifiers,
 21669                   /* super */
 21670                   &__root_cimv2_CIM_SAAction,
 21671 mike  1.1.2.1     /* features */
 21672                   _CIM_SAStaticAction_features,
 21673               };
 21674               
 21675               //==============================================================================
 21676               //
 21677               // Class: CIM_SchedulingElement
 21678               //
 21679               //==============================================================================
 21680               
 21681               static const char*
 21682               _CIM_SchedulingElement_InstanceID_qualifiers[] =
 21683               {
 21684                   /* Key */
 21685                   "\025\001",
 21686                   0,
 21687               };
 21688               
 21689               static MetaProperty
 21690               _CIM_SchedulingElement_InstanceID =
 21691               {
 21692 mike  1.1.2.1     /* flags */
 21693                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21694                   /* name */
 21695                   "InstanceID",
 21696                   /* qualifiers */
 21697                   _CIM_SchedulingElement_InstanceID_qualifiers,
 21698                   /* type */
 21699                   CIMTYPE_STRING,
 21700                   /* subscript */
 21701                   -1,
 21702                   /* value */
 21703                   0,
 21704               };
 21705               
 21706               static const char*
 21707               _CIM_SchedulingElement_WorkConserving_qualifiers[] =
 21708               {
 21709                   /* Write */
 21710                   "\065\001",
 21711                   0,
 21712               };
 21713 mike  1.1.2.1 
 21714               static MetaProperty
 21715               _CIM_SchedulingElement_WorkConserving =
 21716               {
 21717                   /* flags */
 21718                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 21719                   /* name */
 21720                   "WorkConserving",
 21721                   /* qualifiers */
 21722                   _CIM_SchedulingElement_WorkConserving_qualifiers,
 21723                   /* type */
 21724                   CIMTYPE_BOOLEAN,
 21725                   /* subscript */
 21726                   -1,
 21727                   /* value */
 21728                   0,
 21729               };
 21730               
 21731               static MetaFeature*
 21732               _CIM_SchedulingElement_features[] =
 21733               {
 21734 mike  1.1.2.1     (MetaFeature*)&_CIM_SchedulingElement_InstanceID,
 21735                   (MetaFeature*)&_CIM_SchedulingElement_WorkConserving,
 21736                   0,
 21737               };
 21738               
 21739               static const char*
 21740               __root_cimv2_CIM_SchedulingElement_qualifiers[] =
 21741               {
 21742                   /* UMLPackagePath */
 21743                   "\057CIM::Network::QoS",
 21744                   /* Abstract */
 21745                   "\002\001",
 21746                   /* Version */
 21747                   "\0632.7.0",
 21748                   0,
 21749               };
 21750               
 21751               MetaClass
 21752               __root_cimv2_CIM_SchedulingElement =
 21753               {
 21754                   /* flags */
 21755 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21756                   /* name */
 21757                   "CIM_SchedulingElement",
 21758                   /* qualifiers */
 21759                   __root_cimv2_CIM_SchedulingElement_qualifiers,
 21760                   /* super */
 21761                   &__root_cimv2_CIM_ManagedElement,
 21762                   /* features */
 21763                   _CIM_SchedulingElement_features,
 21764               };
 21765               
 21766               //==============================================================================
 21767               //
 21768               // Class: CIM_SecuritySensitivity
 21769               //
 21770               //==============================================================================
 21771               
 21772               static const char*
 21773               _CIM_SecuritySensitivity_InstanceID_qualifiers[] =
 21774               {
 21775                   /* Key */
 21776 mike  1.1.2.1     "\025\001",
 21777                   0,
 21778               };
 21779               
 21780               static MetaProperty
 21781               _CIM_SecuritySensitivity_InstanceID =
 21782               {
 21783                   /* flags */
 21784                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21785                   /* name */
 21786                   "InstanceID",
 21787                   /* qualifiers */
 21788                   _CIM_SecuritySensitivity_InstanceID_qualifiers,
 21789                   /* type */
 21790                   CIMTYPE_STRING,
 21791                   /* subscript */
 21792                   -1,
 21793                   /* value */
 21794                   0,
 21795               };
 21796               
 21797 mike  1.1.2.1 static const char*
 21798               _CIM_SecuritySensitivity_SecurityLevel_qualifiers[] =
 21799               {
 21800                   0,
 21801               };
 21802               
 21803               static MetaProperty
 21804               _CIM_SecuritySensitivity_SecurityLevel =
 21805               {
 21806                   /* flags */
 21807                   META_FLAG_PROPERTY|META_FLAG_READ,
 21808                   /* name */
 21809                   "SecurityLevel",
 21810                   /* qualifiers */
 21811                   _CIM_SecuritySensitivity_SecurityLevel_qualifiers,
 21812                   /* type */
 21813                   CIMTYPE_STRING,
 21814                   /* subscript */
 21815                   -1,
 21816                   /* value */
 21817                   0,
 21818 mike  1.1.2.1 };
 21819               
 21820               static MetaFeature*
 21821               _CIM_SecuritySensitivity_features[] =
 21822               {
 21823                   (MetaFeature*)&_CIM_SecuritySensitivity_InstanceID,
 21824                   (MetaFeature*)&_CIM_SecuritySensitivity_SecurityLevel,
 21825                   0,
 21826               };
 21827               
 21828               static const char*
 21829               __root_cimv2_CIM_SecuritySensitivity_qualifiers[] =
 21830               {
 21831                   /* UMLPackagePath */
 21832                   "\057CIM::User::SecurityLevel",
 21833                   /* Version */
 21834                   "\0632.8.0",
 21835                   0,
 21836               };
 21837               
 21838               MetaClass
 21839 mike  1.1.2.1 __root_cimv2_CIM_SecuritySensitivity =
 21840               {
 21841                   /* flags */
 21842                   META_FLAG_CLASS,
 21843                   /* name */
 21844                   "CIM_SecuritySensitivity",
 21845                   /* qualifiers */
 21846                   __root_cimv2_CIM_SecuritySensitivity_qualifiers,
 21847                   /* super */
 21848                   &__root_cimv2_CIM_ManagedElement,
 21849                   /* features */
 21850                   _CIM_SecuritySensitivity_features,
 21851               };
 21852               
 21853               //==============================================================================
 21854               //
 21855               // Class: CIM_Setting
 21856               //
 21857               //==============================================================================
 21858               
 21859               static const char*
 21860 mike  1.1.2.1 _CIM_Setting_SettingID_qualifiers[] =
 21861               {
 21862                   /* MaxLen */
 21863                   "\030\000\000\001\000",
 21864                   0,
 21865               };
 21866               
 21867               static MetaProperty
 21868               _CIM_Setting_SettingID =
 21869               {
 21870                   /* flags */
 21871                   META_FLAG_PROPERTY|META_FLAG_READ,
 21872                   /* name */
 21873                   "SettingID",
 21874                   /* qualifiers */
 21875                   _CIM_Setting_SettingID_qualifiers,
 21876                   /* type */
 21877                   CIMTYPE_STRING,
 21878                   /* subscript */
 21879                   -1,
 21880                   /* value */
 21881 mike  1.1.2.1     0,
 21882               };
 21883               
 21884               static const char*
 21885               _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers[] =
 21886               {
 21887                   /* IN */
 21888                   "\024\001",
 21889                   0,
 21890               };
 21891               
 21892               static MetaReference
 21893               _CIM_Setting_VerifyOKToApplyToMSE_MSE =
 21894               {
 21895                   /* flags */
 21896                   META_FLAG_REFERENCE|META_FLAG_IN,
 21897                   /* name */
 21898                   "MSE",
 21899                   /* qualifiers */
 21900                   _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers,
 21901                   /* subscript */
 21902 mike  1.1.2.1     -1,
 21903                   /* ref */
 21904                   &__root_cimv2_CIM_ManagedSystemElement,
 21905               };
 21906               
 21907               static const char*
 21908               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers[] =
 21909               {
 21910                   /* IN */
 21911                   "\024\001",
 21912                   0,
 21913               };
 21914               
 21915               static MetaProperty
 21916               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply =
 21917               {
 21918                   /* flags */
 21919                   META_FLAG_PROPERTY|META_FLAG_IN,
 21920                   /* name */
 21921                   "TimeToApply",
 21922                   /* qualifiers */
 21923 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers,
 21924                   /* type */
 21925                   CIMTYPE_DATETIME,
 21926                   /* subscript */
 21927                   -1,
 21928                   /* value */
 21929                   0,
 21930               };
 21931               
 21932               static const char*
 21933               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers[] =
 21934               {
 21935                   /* IN */
 21936                   "\024\001",
 21937                   0,
 21938               };
 21939               
 21940               static MetaProperty
 21941               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy =
 21942               {
 21943                   /* flags */
 21944 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
 21945                   /* name */
 21946                   "MustBeCompletedBy",
 21947                   /* qualifiers */
 21948                   _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers,
 21949                   /* type */
 21950                   CIMTYPE_DATETIME,
 21951                   /* subscript */
 21952                   -1,
 21953                   /* value */
 21954                   0,
 21955               };
 21956               
 21957               static MetaFeature*
 21958               _CIM_Setting_VerifyOKToApplyToMSE_parameters[] =
 21959               {
 21960                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MSE,
 21961                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_TimeToApply,
 21962                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy,
 21963                   0,
 21964               };
 21965 mike  1.1.2.1 
 21966               static const char*
 21967               _CIM_Setting_VerifyOKToApplyToMSE_qualifiers[] =
 21968               {
 21969                   0,
 21970               };
 21971               
 21972               static MetaMethod
 21973               _CIM_Setting_VerifyOKToApplyToMSE =
 21974               {
 21975                   /* flags */
 21976                   META_FLAG_METHOD,
 21977                   /* name */
 21978                   "CIM_Setting",
 21979                   /* qualifiers */
 21980                   _CIM_Setting_VerifyOKToApplyToMSE_qualifiers,
 21981                   /* type */
 21982                   CIMTYPE_UINT32,
 21983                   /* parameters */
 21984                   _CIM_Setting_VerifyOKToApplyToMSE_parameters,
 21985               };
 21986 mike  1.1.2.1 
 21987               static const char*
 21988               _CIM_Setting_ApplyToMSE_MSE_qualifiers[] =
 21989               {
 21990                   /* IN */
 21991                   "\024\001",
 21992                   0,
 21993               };
 21994               
 21995               static MetaReference
 21996               _CIM_Setting_ApplyToMSE_MSE =
 21997               {
 21998                   /* flags */
 21999                   META_FLAG_REFERENCE|META_FLAG_IN,
 22000                   /* name */
 22001                   "MSE",
 22002                   /* qualifiers */
 22003                   _CIM_Setting_ApplyToMSE_MSE_qualifiers,
 22004                   /* subscript */
 22005                   -1,
 22006                   /* ref */
 22007 mike  1.1.2.1     &__root_cimv2_CIM_ManagedSystemElement,
 22008               };
 22009               
 22010               static const char*
 22011               _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers[] =
 22012               {
 22013                   /* IN */
 22014                   "\024\001",
 22015                   0,
 22016               };
 22017               
 22018               static MetaProperty
 22019               _CIM_Setting_ApplyToMSE_TimeToApply =
 22020               {
 22021                   /* flags */
 22022                   META_FLAG_PROPERTY|META_FLAG_IN,
 22023                   /* name */
 22024                   "TimeToApply",
 22025                   /* qualifiers */
 22026                   _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers,
 22027                   /* type */
 22028 mike  1.1.2.1     CIMTYPE_DATETIME,
 22029                   /* subscript */
 22030                   -1,
 22031                   /* value */
 22032                   0,
 22033               };
 22034               
 22035               static const char*
 22036               _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers[] =
 22037               {
 22038                   /* IN */
 22039                   "\024\001",
 22040                   0,
 22041               };
 22042               
 22043               static MetaProperty
 22044               _CIM_Setting_ApplyToMSE_MustBeCompletedBy =
 22045               {
 22046                   /* flags */
 22047                   META_FLAG_PROPERTY|META_FLAG_IN,
 22048                   /* name */
 22049 mike  1.1.2.1     "MustBeCompletedBy",
 22050                   /* qualifiers */
 22051                   _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers,
 22052                   /* type */
 22053                   CIMTYPE_DATETIME,
 22054                   /* subscript */
 22055                   -1,
 22056                   /* value */
 22057                   0,
 22058               };
 22059               
 22060               static MetaFeature*
 22061               _CIM_Setting_ApplyToMSE_parameters[] =
 22062               {
 22063                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_MSE,
 22064                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_TimeToApply,
 22065                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_MustBeCompletedBy,
 22066                   0,
 22067               };
 22068               
 22069               static const char*
 22070 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_qualifiers[] =
 22071               {
 22072                   0,
 22073               };
 22074               
 22075               static MetaMethod
 22076               _CIM_Setting_ApplyToMSE =
 22077               {
 22078                   /* flags */
 22079                   META_FLAG_METHOD,
 22080                   /* name */
 22081                   "CIM_Setting",
 22082                   /* qualifiers */
 22083                   _CIM_Setting_ApplyToMSE_qualifiers,
 22084                   /* type */
 22085                   CIMTYPE_UINT32,
 22086                   /* parameters */
 22087                   _CIM_Setting_ApplyToMSE_parameters,
 22088               };
 22089               
 22090               static const char*
 22091 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers[] =
 22092               {
 22093                   /* IN */
 22094                   "\024\001",
 22095                   0,
 22096               };
 22097               
 22098               static MetaReference
 22099               _CIM_Setting_VerifyOKToApplyToCollection_Collection =
 22100               {
 22101                   /* flags */
 22102                   META_FLAG_REFERENCE|META_FLAG_IN,
 22103                   /* name */
 22104                   "Collection",
 22105                   /* qualifiers */
 22106                   _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers,
 22107                   /* subscript */
 22108                   -1,
 22109                   /* ref */
 22110                   &__root_cimv2_CIM_CollectionOfMSEs,
 22111               };
 22112 mike  1.1.2.1 
 22113               static const char*
 22114               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers[] =
 22115               {
 22116                   /* IN */
 22117                   "\024\001",
 22118                   0,
 22119               };
 22120               
 22121               static MetaProperty
 22122               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply =
 22123               {
 22124                   /* flags */
 22125                   META_FLAG_PROPERTY|META_FLAG_IN,
 22126                   /* name */
 22127                   "TimeToApply",
 22128                   /* qualifiers */
 22129                   _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers,
 22130                   /* type */
 22131                   CIMTYPE_DATETIME,
 22132                   /* subscript */
 22133 mike  1.1.2.1     -1,
 22134                   /* value */
 22135                   0,
 22136               };
 22137               
 22138               static const char*
 22139               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers[] =
 22140               {
 22141                   /* IN */
 22142                   "\024\001",
 22143                   0,
 22144               };
 22145               
 22146               static MetaProperty
 22147               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy =
 22148               {
 22149                   /* flags */
 22150                   META_FLAG_PROPERTY|META_FLAG_IN,
 22151                   /* name */
 22152                   "MustBeCompletedBy",
 22153                   /* qualifiers */
 22154 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers,
 22155                   /* type */
 22156                   CIMTYPE_DATETIME,
 22157                   /* subscript */
 22158                   -1,
 22159                   /* value */
 22160                   0,
 22161               };
 22162               
 22163               static const char*
 22164               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers[] =
 22165               {
 22166                   /* IN */
 22167                   "\024\000",
 22168                   /* OUT */
 22169                   "\043\001",
 22170                   0,
 22171               };
 22172               
 22173               static MetaProperty
 22174               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply =
 22175 mike  1.1.2.1 {
 22176                   /* flags */
 22177                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22178                   /* name */
 22179                   "CanNotApply",
 22180                   /* qualifiers */
 22181                   _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers,
 22182                   /* type */
 22183                   CIMTYPE_STRING,
 22184                   /* subscript */
 22185                   0,
 22186                   /* value */
 22187                   0,
 22188               };
 22189               
 22190               static MetaFeature*
 22191               _CIM_Setting_VerifyOKToApplyToCollection_parameters[] =
 22192               {
 22193                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_Collection,
 22194                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_TimeToApply,
 22195                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy,
 22196 mike  1.1.2.1     (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_CanNotApply,
 22197                   0,
 22198               };
 22199               
 22200               static const char*
 22201               _CIM_Setting_VerifyOKToApplyToCollection_qualifiers[] =
 22202               {
 22203                   0,
 22204               };
 22205               
 22206               static MetaMethod
 22207               _CIM_Setting_VerifyOKToApplyToCollection =
 22208               {
 22209                   /* flags */
 22210                   META_FLAG_METHOD,
 22211                   /* name */
 22212                   "CIM_Setting",
 22213                   /* qualifiers */
 22214                   _CIM_Setting_VerifyOKToApplyToCollection_qualifiers,
 22215                   /* type */
 22216                   CIMTYPE_UINT32,
 22217 mike  1.1.2.1     /* parameters */
 22218                   _CIM_Setting_VerifyOKToApplyToCollection_parameters,
 22219               };
 22220               
 22221               static const char*
 22222               _CIM_Setting_ApplyToCollection_Collection_qualifiers[] =
 22223               {
 22224                   /* IN */
 22225                   "\024\001",
 22226                   0,
 22227               };
 22228               
 22229               static MetaReference
 22230               _CIM_Setting_ApplyToCollection_Collection =
 22231               {
 22232                   /* flags */
 22233                   META_FLAG_REFERENCE|META_FLAG_IN,
 22234                   /* name */
 22235                   "Collection",
 22236                   /* qualifiers */
 22237                   _CIM_Setting_ApplyToCollection_Collection_qualifiers,
 22238 mike  1.1.2.1     /* subscript */
 22239                   -1,
 22240                   /* ref */
 22241                   &__root_cimv2_CIM_CollectionOfMSEs,
 22242               };
 22243               
 22244               static const char*
 22245               _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers[] =
 22246               {
 22247                   /* IN */
 22248                   "\024\001",
 22249                   0,
 22250               };
 22251               
 22252               static MetaProperty
 22253               _CIM_Setting_ApplyToCollection_TimeToApply =
 22254               {
 22255                   /* flags */
 22256                   META_FLAG_PROPERTY|META_FLAG_IN,
 22257                   /* name */
 22258                   "TimeToApply",
 22259 mike  1.1.2.1     /* qualifiers */
 22260                   _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers,
 22261                   /* type */
 22262                   CIMTYPE_DATETIME,
 22263                   /* subscript */
 22264                   -1,
 22265                   /* value */
 22266                   0,
 22267               };
 22268               
 22269               static const char*
 22270               _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers[] =
 22271               {
 22272                   /* IN */
 22273                   "\024\001",
 22274                   0,
 22275               };
 22276               
 22277               static MetaProperty
 22278               _CIM_Setting_ApplyToCollection_ContinueOnError =
 22279               {
 22280 mike  1.1.2.1     /* flags */
 22281                   META_FLAG_PROPERTY|META_FLAG_IN,
 22282                   /* name */
 22283                   "ContinueOnError",
 22284                   /* qualifiers */
 22285                   _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers,
 22286                   /* type */
 22287                   CIMTYPE_BOOLEAN,
 22288                   /* subscript */
 22289                   -1,
 22290                   /* value */
 22291                   0,
 22292               };
 22293               
 22294               static const char*
 22295               _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers[] =
 22296               {
 22297                   /* IN */
 22298                   "\024\001",
 22299                   0,
 22300               };
 22301 mike  1.1.2.1 
 22302               static MetaProperty
 22303               _CIM_Setting_ApplyToCollection_MustBeCompletedBy =
 22304               {
 22305                   /* flags */
 22306                   META_FLAG_PROPERTY|META_FLAG_IN,
 22307                   /* name */
 22308                   "MustBeCompletedBy",
 22309                   /* qualifiers */
 22310                   _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers,
 22311                   /* type */
 22312                   CIMTYPE_DATETIME,
 22313                   /* subscript */
 22314                   -1,
 22315                   /* value */
 22316                   0,
 22317               };
 22318               
 22319               static const char*
 22320               _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers[] =
 22321               {
 22322 mike  1.1.2.1     /* IN */
 22323                   "\024\000",
 22324                   /* OUT */
 22325                   "\043\001",
 22326                   0,
 22327               };
 22328               
 22329               static MetaProperty
 22330               _CIM_Setting_ApplyToCollection_CanNotApply =
 22331               {
 22332                   /* flags */
 22333                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22334                   /* name */
 22335                   "CanNotApply",
 22336                   /* qualifiers */
 22337                   _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers,
 22338                   /* type */
 22339                   CIMTYPE_STRING,
 22340                   /* subscript */
 22341                   0,
 22342                   /* value */
 22343 mike  1.1.2.1     0,
 22344               };
 22345               
 22346               static MetaFeature*
 22347               _CIM_Setting_ApplyToCollection_parameters[] =
 22348               {
 22349                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_Collection,
 22350                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_TimeToApply,
 22351                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_ContinueOnError,
 22352                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_MustBeCompletedBy,
 22353                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_CanNotApply,
 22354                   0,
 22355               };
 22356               
 22357               static const char*
 22358               _CIM_Setting_ApplyToCollection_qualifiers[] =
 22359               {
 22360                   0,
 22361               };
 22362               
 22363               static MetaMethod
 22364 mike  1.1.2.1 _CIM_Setting_ApplyToCollection =
 22365               {
 22366                   /* flags */
 22367                   META_FLAG_METHOD,
 22368                   /* name */
 22369                   "CIM_Setting",
 22370                   /* qualifiers */
 22371                   _CIM_Setting_ApplyToCollection_qualifiers,
 22372                   /* type */
 22373                   CIMTYPE_UINT32,
 22374                   /* parameters */
 22375                   _CIM_Setting_ApplyToCollection_parameters,
 22376               };
 22377               
 22378               static const char*
 22379               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 22380               {
 22381                   /* IN */
 22382                   "\024\001",
 22383                   0,
 22384               };
 22385 mike  1.1.2.1 
 22386               static MetaReference
 22387               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE =
 22388               {
 22389                   /* flags */
 22390                   META_FLAG_REFERENCE|META_FLAG_IN,
 22391                   /* name */
 22392                   "MSE",
 22393                   /* qualifiers */
 22394                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers,
 22395                   /* subscript */
 22396                   -1,
 22397                   /* ref */
 22398                   &__root_cimv2_CIM_ManagedSystemElement,
 22399               };
 22400               
 22401               static const char*
 22402               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 22403               {
 22404                   /* IN */
 22405                   "\024\001",
 22406 mike  1.1.2.1     0,
 22407               };
 22408               
 22409               static MetaProperty
 22410               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply =
 22411               {
 22412                   /* flags */
 22413                   META_FLAG_PROPERTY|META_FLAG_IN,
 22414                   /* name */
 22415                   "TimeToApply",
 22416                   /* qualifiers */
 22417                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 22418                   /* type */
 22419                   CIMTYPE_DATETIME,
 22420                   /* subscript */
 22421                   -1,
 22422                   /* value */
 22423                   0,
 22424               };
 22425               
 22426               static const char*
 22427 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 22428               {
 22429                   /* IN */
 22430                   "\024\001",
 22431                   0,
 22432               };
 22433               
 22434               static MetaProperty
 22435               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy =
 22436               {
 22437                   /* flags */
 22438                   META_FLAG_PROPERTY|META_FLAG_IN,
 22439                   /* name */
 22440                   "MustBeCompletedBy",
 22441                   /* qualifiers */
 22442                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 22443                   /* type */
 22444                   CIMTYPE_DATETIME,
 22445                   /* subscript */
 22446                   -1,
 22447                   /* value */
 22448 mike  1.1.2.1     0,
 22449               };
 22450               
 22451               static const char*
 22452               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 22453               {
 22454                   /* IN */
 22455                   "\024\001",
 22456                   0,
 22457               };
 22458               
 22459               static MetaProperty
 22460               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply =
 22461               {
 22462                   /* flags */
 22463                   META_FLAG_PROPERTY|META_FLAG_IN,
 22464                   /* name */
 22465                   "PropertiesToApply",
 22466                   /* qualifiers */
 22467                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 22468                   /* type */
 22469 mike  1.1.2.1     CIMTYPE_STRING,
 22470                   /* subscript */
 22471                   0,
 22472                   /* value */
 22473                   0,
 22474               };
 22475               
 22476               static MetaFeature*
 22477               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters[] =
 22478               {
 22479                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE,
 22480                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply,
 22481                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy,
 22482                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply,
 22483                   0,
 22484               };
 22485               
 22486               static const char*
 22487               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers[] =
 22488               {
 22489                   0,
 22490 mike  1.1.2.1 };
 22491               
 22492               static MetaMethod
 22493               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE =
 22494               {
 22495                   /* flags */
 22496                   META_FLAG_METHOD,
 22497                   /* name */
 22498                   "CIM_Setting",
 22499                   /* qualifiers */
 22500                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers,
 22501                   /* type */
 22502                   CIMTYPE_UINT32,
 22503                   /* parameters */
 22504                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters,
 22505               };
 22506               
 22507               static const char*
 22508               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 22509               {
 22510                   /* IN */
 22511 mike  1.1.2.1     "\024\001",
 22512                   0,
 22513               };
 22514               
 22515               static MetaReference
 22516               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE =
 22517               {
 22518                   /* flags */
 22519                   META_FLAG_REFERENCE|META_FLAG_IN,
 22520                   /* name */
 22521                   "MSE",
 22522                   /* qualifiers */
 22523                   _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers,
 22524                   /* subscript */
 22525                   -1,
 22526                   /* ref */
 22527                   &__root_cimv2_CIM_ManagedSystemElement,
 22528               };
 22529               
 22530               static const char*
 22531               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 22532 mike  1.1.2.1 {
 22533                   /* IN */
 22534                   "\024\001",
 22535                   0,
 22536               };
 22537               
 22538               static MetaProperty
 22539               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply =
 22540               {
 22541                   /* flags */
 22542                   META_FLAG_PROPERTY|META_FLAG_IN,
 22543                   /* name */
 22544                   "TimeToApply",
 22545                   /* qualifiers */
 22546                   _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 22547                   /* type */
 22548                   CIMTYPE_DATETIME,
 22549                   /* subscript */
 22550                   -1,
 22551                   /* value */
 22552                   0,
 22553 mike  1.1.2.1 };
 22554               
 22555               static const char*
 22556               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 22557               {
 22558                   /* IN */
 22559                   "\024\001",
 22560                   0,
 22561               };
 22562               
 22563               static MetaProperty
 22564               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy =
 22565               {
 22566                   /* flags */
 22567                   META_FLAG_PROPERTY|META_FLAG_IN,
 22568                   /* name */
 22569                   "MustBeCompletedBy",
 22570                   /* qualifiers */
 22571                   _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 22572                   /* type */
 22573                   CIMTYPE_DATETIME,
 22574 mike  1.1.2.1     /* subscript */
 22575                   -1,
 22576                   /* value */
 22577                   0,
 22578               };
 22579               
 22580               static const char*
 22581               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 22582               {
 22583                   /* IN */
 22584                   "\024\001",
 22585                   0,
 22586               };
 22587               
 22588               static MetaProperty
 22589               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply =
 22590               {
 22591                   /* flags */
 22592                   META_FLAG_PROPERTY|META_FLAG_IN,
 22593                   /* name */
 22594                   "PropertiesToApply",
 22595 mike  1.1.2.1     /* qualifiers */
 22596                   _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 22597                   /* type */
 22598                   CIMTYPE_STRING,
 22599                   /* subscript */
 22600                   0,
 22601                   /* value */
 22602                   0,
 22603               };
 22604               
 22605               static MetaFeature*
 22606               _CIM_Setting_ApplyIncrementalChangeToMSE_parameters[] =
 22607               {
 22608                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MSE,
 22609                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply,
 22610                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy,
 22611                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply,
 22612                   0,
 22613               };
 22614               
 22615               static const char*
 22616 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers[] =
 22617               {
 22618                   0,
 22619               };
 22620               
 22621               static MetaMethod
 22622               _CIM_Setting_ApplyIncrementalChangeToMSE =
 22623               {
 22624                   /* flags */
 22625                   META_FLAG_METHOD,
 22626                   /* name */
 22627                   "CIM_Setting",
 22628                   /* qualifiers */
 22629                   _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers,
 22630                   /* type */
 22631                   CIMTYPE_UINT32,
 22632                   /* parameters */
 22633                   _CIM_Setting_ApplyIncrementalChangeToMSE_parameters,
 22634               };
 22635               
 22636               static const char*
 22637 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 22638               {
 22639                   /* IN */
 22640                   "\024\001",
 22641                   0,
 22642               };
 22643               
 22644               static MetaReference
 22645               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection =
 22646               {
 22647                   /* flags */
 22648                   META_FLAG_REFERENCE|META_FLAG_IN,
 22649                   /* name */
 22650                   "Collection",
 22651                   /* qualifiers */
 22652                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers,
 22653                   /* subscript */
 22654                   -1,
 22655                   /* ref */
 22656                   &__root_cimv2_CIM_CollectionOfMSEs,
 22657               };
 22658 mike  1.1.2.1 
 22659               static const char*
 22660               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 22661               {
 22662                   /* IN */
 22663                   "\024\001",
 22664                   0,
 22665               };
 22666               
 22667               static MetaProperty
 22668               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply =
 22669               {
 22670                   /* flags */
 22671                   META_FLAG_PROPERTY|META_FLAG_IN,
 22672                   /* name */
 22673                   "TimeToApply",
 22674                   /* qualifiers */
 22675                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 22676                   /* type */
 22677                   CIMTYPE_DATETIME,
 22678                   /* subscript */
 22679 mike  1.1.2.1     -1,
 22680                   /* value */
 22681                   0,
 22682               };
 22683               
 22684               static const char*
 22685               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 22686               {
 22687                   /* IN */
 22688                   "\024\001",
 22689                   0,
 22690               };
 22691               
 22692               static MetaProperty
 22693               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy =
 22694               {
 22695                   /* flags */
 22696                   META_FLAG_PROPERTY|META_FLAG_IN,
 22697                   /* name */
 22698                   "MustBeCompletedBy",
 22699                   /* qualifiers */
 22700 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 22701                   /* type */
 22702                   CIMTYPE_DATETIME,
 22703                   /* subscript */
 22704                   -1,
 22705                   /* value */
 22706                   0,
 22707               };
 22708               
 22709               static const char*
 22710               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 22711               {
 22712                   /* IN */
 22713                   "\024\001",
 22714                   0,
 22715               };
 22716               
 22717               static MetaProperty
 22718               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply =
 22719               {
 22720                   /* flags */
 22721 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
 22722                   /* name */
 22723                   "PropertiesToApply",
 22724                   /* qualifiers */
 22725                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 22726                   /* type */
 22727                   CIMTYPE_STRING,
 22728                   /* subscript */
 22729                   0,
 22730                   /* value */
 22731                   0,
 22732               };
 22733               
 22734               static const char*
 22735               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 22736               {
 22737                   /* IN */
 22738                   "\024\000",
 22739                   /* OUT */
 22740                   "\043\001",
 22741                   0,
 22742 mike  1.1.2.1 };
 22743               
 22744               static MetaProperty
 22745               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply =
 22746               {
 22747                   /* flags */
 22748                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22749                   /* name */
 22750                   "CanNotApply",
 22751                   /* qualifiers */
 22752                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 22753                   /* type */
 22754                   CIMTYPE_STRING,
 22755                   /* subscript */
 22756                   0,
 22757                   /* value */
 22758                   0,
 22759               };
 22760               
 22761               static MetaFeature*
 22762               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters[] =
 22763 mike  1.1.2.1 {
 22764                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection,
 22765                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply,
 22766                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy,
 22767                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply,
 22768                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply,
 22769                   0,
 22770               };
 22771               
 22772               static const char*
 22773               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers[] =
 22774               {
 22775                   0,
 22776               };
 22777               
 22778               static MetaMethod
 22779               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection =
 22780               {
 22781                   /* flags */
 22782                   META_FLAG_METHOD,
 22783                   /* name */
 22784 mike  1.1.2.1     "CIM_Setting",
 22785                   /* qualifiers */
 22786                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers,
 22787                   /* type */
 22788                   CIMTYPE_UINT32,
 22789                   /* parameters */
 22790                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters,
 22791               };
 22792               
 22793               static const char*
 22794               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 22795               {
 22796                   /* IN */
 22797                   "\024\001",
 22798                   0,
 22799               };
 22800               
 22801               static MetaReference
 22802               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection =
 22803               {
 22804                   /* flags */
 22805 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
 22806                   /* name */
 22807                   "Collection",
 22808                   /* qualifiers */
 22809                   _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers,
 22810                   /* subscript */
 22811                   -1,
 22812                   /* ref */
 22813                   &__root_cimv2_CIM_CollectionOfMSEs,
 22814               };
 22815               
 22816               static const char*
 22817               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 22818               {
 22819                   /* IN */
 22820                   "\024\001",
 22821                   0,
 22822               };
 22823               
 22824               static MetaProperty
 22825               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply =
 22826 mike  1.1.2.1 {
 22827                   /* flags */
 22828                   META_FLAG_PROPERTY|META_FLAG_IN,
 22829                   /* name */
 22830                   "TimeToApply",
 22831                   /* qualifiers */
 22832                   _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 22833                   /* type */
 22834                   CIMTYPE_DATETIME,
 22835                   /* subscript */
 22836                   -1,
 22837                   /* value */
 22838                   0,
 22839               };
 22840               
 22841               static const char*
 22842               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers[] =
 22843               {
 22844                   /* IN */
 22845                   "\024\001",
 22846                   0,
 22847 mike  1.1.2.1 };
 22848               
 22849               static MetaProperty
 22850               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError =
 22851               {
 22852                   /* flags */
 22853                   META_FLAG_PROPERTY|META_FLAG_IN,
 22854                   /* name */
 22855                   "ContinueOnError",
 22856                   /* qualifiers */
 22857                   _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers,
 22858                   /* type */
 22859                   CIMTYPE_BOOLEAN,
 22860                   /* subscript */
 22861                   -1,
 22862                   /* value */
 22863                   0,
 22864               };
 22865               
 22866               static const char*
 22867               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 22868 mike  1.1.2.1 {
 22869                   /* IN */
 22870                   "\024\001",
 22871                   0,
 22872               };
 22873               
 22874               static MetaProperty
 22875               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy =
 22876               {
 22877                   /* flags */
 22878                   META_FLAG_PROPERTY|META_FLAG_IN,
 22879                   /* name */
 22880                   "MustBeCompletedBy",
 22881                   /* qualifiers */
 22882                   _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 22883                   /* type */
 22884                   CIMTYPE_DATETIME,
 22885                   /* subscript */
 22886                   -1,
 22887                   /* value */
 22888                   0,
 22889 mike  1.1.2.1 };
 22890               
 22891               static const char*
 22892               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 22893               {
 22894                   /* IN */
 22895                   "\024\001",
 22896                   0,
 22897               };
 22898               
 22899               static MetaProperty
 22900               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply =
 22901               {
 22902                   /* flags */
 22903                   META_FLAG_PROPERTY|META_FLAG_IN,
 22904                   /* name */
 22905                   "PropertiesToApply",
 22906                   /* qualifiers */
 22907                   _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 22908                   /* type */
 22909                   CIMTYPE_STRING,
 22910 mike  1.1.2.1     /* subscript */
 22911                   0,
 22912                   /* value */
 22913                   0,
 22914               };
 22915               
 22916               static const char*
 22917               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 22918               {
 22919                   /* IN */
 22920                   "\024\000",
 22921                   /* OUT */
 22922                   "\043\001",
 22923                   0,
 22924               };
 22925               
 22926               static MetaProperty
 22927               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply =
 22928               {
 22929                   /* flags */
 22930                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22931 mike  1.1.2.1     /* name */
 22932                   "CanNotApply",
 22933                   /* qualifiers */
 22934                   _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 22935                   /* type */
 22936                   CIMTYPE_STRING,
 22937                   /* subscript */
 22938                   0,
 22939                   /* value */
 22940                   0,
 22941               };
 22942               
 22943               static MetaFeature*
 22944               _CIM_Setting_ApplyIncrementalChangeToCollection_parameters[] =
 22945               {
 22946                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_Collection,
 22947                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply,
 22948                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError,
 22949                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy,
 22950                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply,
 22951                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply,
 22952 mike  1.1.2.1     0,
 22953               };
 22954               
 22955               static const char*
 22956               _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers[] =
 22957               {
 22958                   0,
 22959               };
 22960               
 22961               static MetaMethod
 22962               _CIM_Setting_ApplyIncrementalChangeToCollection =
 22963               {
 22964                   /* flags */
 22965                   META_FLAG_METHOD,
 22966                   /* name */
 22967                   "CIM_Setting",
 22968                   /* qualifiers */
 22969                   _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers,
 22970                   /* type */
 22971                   CIMTYPE_UINT32,
 22972                   /* parameters */
 22973 mike  1.1.2.1     _CIM_Setting_ApplyIncrementalChangeToCollection_parameters,
 22974               };
 22975               
 22976               static MetaFeature*
 22977               _CIM_Setting_features[] =
 22978               {
 22979                   (MetaFeature*)&_CIM_Setting_SettingID,
 22980                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE,
 22981                   (MetaFeature*)&_CIM_Setting_ApplyToMSE,
 22982                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection,
 22983                   (MetaFeature*)&_CIM_Setting_ApplyToCollection,
 22984                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE,
 22985                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE,
 22986                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection,
 22987                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection,
 22988                   0,
 22989               };
 22990               
 22991               static const char*
 22992               __root_cimv2_CIM_Setting_qualifiers[] =
 22993               {
 22994 mike  1.1.2.1     /* UMLPackagePath */
 22995                   "\057CIM::Core::Settings",
 22996                   /* Abstract */
 22997                   "\002\001",
 22998                   /* Version */
 22999                   "\0632.8.1000",
 23000                   0,
 23001               };
 23002               
 23003               MetaClass
 23004               __root_cimv2_CIM_Setting =
 23005               {
 23006                   /* flags */
 23007                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 23008                   /* name */
 23009                   "CIM_Setting",
 23010                   /* qualifiers */
 23011                   __root_cimv2_CIM_Setting_qualifiers,
 23012                   /* super */
 23013                   &__root_cimv2_CIM_ManagedElement,
 23014                   /* features */
 23015 mike  1.1.2.1     _CIM_Setting_features,
 23016               };
 23017               
 23018               //==============================================================================
 23019               //
 23020               // Class: CIM_SettingContext
 23021               //
 23022               //==============================================================================
 23023               
 23024               static const char*
 23025               _CIM_SettingContext_Context_qualifiers[] =
 23026               {
 23027                   /* Key */
 23028                   "\025\001",
 23029                   /* Aggregate */
 23030                   "\003\001",
 23031                   0,
 23032               };
 23033               
 23034               static MetaReference
 23035               _CIM_SettingContext_Context =
 23036 mike  1.1.2.1 {
 23037                   /* flags */
 23038                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 23039                   /* name */
 23040                   "Context",
 23041                   /* qualifiers */
 23042                   _CIM_SettingContext_Context_qualifiers,
 23043                   /* subscript */
 23044                   -1,
 23045                   /* refId */
 23046                   &__root_cimv2_CIM_Configuration,
 23047               };
 23048               
 23049               static const char*
 23050               _CIM_SettingContext_Setting_qualifiers[] =
 23051               {
 23052                   /* Key */
 23053                   "\025\001",
 23054                   0,
 23055               };
 23056               
 23057 mike  1.1.2.1 static MetaReference
 23058               _CIM_SettingContext_Setting =
 23059               {
 23060                   /* flags */
 23061                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 23062                   /* name */
 23063                   "Setting",
 23064                   /* qualifiers */
 23065                   _CIM_SettingContext_Setting_qualifiers,
 23066                   /* subscript */
 23067                   -1,
 23068                   /* refId */
 23069                   &__root_cimv2_CIM_Setting,
 23070               };
 23071               
 23072               static MetaFeature*
 23073               _CIM_SettingContext_features[] =
 23074               {
 23075                   (MetaFeature*)&_CIM_SettingContext_Context,
 23076                   (MetaFeature*)&_CIM_SettingContext_Setting,
 23077                   0,
 23078 mike  1.1.2.1 };
 23079               
 23080               static const char*
 23081               __root_cimv2_CIM_SettingContext_qualifiers[] =
 23082               {
 23083                   /* ASSOCIATION */
 23084                   "\000\001",
 23085                   /* UMLPackagePath */
 23086                   "\057CIM::Core::Settings",
 23087                   /* Aggregation */
 23088                   "\004\001",
 23089                   /* Version */
 23090                   "\0632.6.0",
 23091                   0,
 23092               };
 23093               
 23094               MetaClass
 23095               __root_cimv2_CIM_SettingContext =
 23096               {
 23097                   /* flags */
 23098                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 23099 mike  1.1.2.1     /* name */
 23100                   "CIM_SettingContext",
 23101                   /* qualifiers */
 23102                   __root_cimv2_CIM_SettingContext_qualifiers,
 23103                   /* super */
 23104                   0,
 23105                   /* features */
 23106                   _CIM_SettingContext_features,
 23107               };
 23108               
 23109               //==============================================================================
 23110               //
 23111               // Class: CIM_SettingData
 23112               //
 23113               //==============================================================================
 23114               
 23115               static const char*
 23116               _CIM_SettingData_InstanceID_qualifiers[] =
 23117               {
 23118                   /* Key */
 23119                   "\025\001",
 23120 mike  1.1.2.1     0,
 23121               };
 23122               
 23123               static MetaProperty
 23124               _CIM_SettingData_InstanceID =
 23125               {
 23126                   /* flags */
 23127                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23128                   /* name */
 23129                   "InstanceID",
 23130                   /* qualifiers */
 23131                   _CIM_SettingData_InstanceID_qualifiers,
 23132                   /* type */
 23133                   CIMTYPE_STRING,
 23134                   /* subscript */
 23135                   -1,
 23136                   /* value */
 23137                   0,
 23138               };
 23139               
 23140               static const char*
 23141 mike  1.1.2.1 _CIM_SettingData_ElementName_qualifiers[] =
 23142               {
 23143                   /* Required */
 23144                   "\050\001",
 23145                   /* Override */
 23146                   "\044ElementName",
 23147                   0,
 23148               };
 23149               
 23150               static MetaProperty
 23151               _CIM_SettingData_ElementName =
 23152               {
 23153                   /* flags */
 23154                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 23155                   /* name */
 23156                   "ElementName",
 23157                   /* qualifiers */
 23158                   _CIM_SettingData_ElementName_qualifiers,
 23159                   /* type */
 23160                   CIMTYPE_STRING,
 23161                   /* subscript */
 23162 mike  1.1.2.1     -1,
 23163                   /* value */
 23164                   0,
 23165               };
 23166               
 23167               static MetaFeature*
 23168               _CIM_SettingData_features[] =
 23169               {
 23170                   (MetaFeature*)&_CIM_SettingData_InstanceID,
 23171                   (MetaFeature*)&_CIM_SettingData_ElementName,
 23172                   0,
 23173               };
 23174               
 23175               static const char*
 23176               __root_cimv2_CIM_SettingData_qualifiers[] =
 23177               {
 23178                   /* UMLPackagePath */
 23179                   "\057CIM::Core::Settings",
 23180                   /* Abstract */
 23181                   "\002\001",
 23182                   /* Version */
 23183 mike  1.1.2.1     "\0632.10.0",
 23184                   0,
 23185               };
 23186               
 23187               MetaClass
 23188               __root_cimv2_CIM_SettingData =
 23189               {
 23190                   /* flags */
 23191                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 23192                   /* name */
 23193                   "CIM_SettingData",
 23194                   /* qualifiers */
 23195                   __root_cimv2_CIM_SettingData_qualifiers,
 23196                   /* super */
 23197                   &__root_cimv2_CIM_ManagedElement,
 23198                   /* features */
 23199                   _CIM_SettingData_features,
 23200               };
 23201               
 23202               //==============================================================================
 23203               //
 23204 mike  1.1.2.1 // Class: CIM_SharedSecret
 23205               //
 23206               //==============================================================================
 23207               
 23208               static const char*
 23209               _CIM_SharedSecret_SystemCreationClassName_qualifiers[] =
 23210               {
 23211                   /* Key */
 23212                   "\025\001",
 23213                   /* Propagated */
 23214                   "\045CIM_SharedSecretService.SystemCreationClassName",
 23215                   /* MaxLen */
 23216                   "\030\000\000\001\000",
 23217                   0,
 23218               };
 23219               
 23220               static MetaProperty
 23221               _CIM_SharedSecret_SystemCreationClassName =
 23222               {
 23223                   /* flags */
 23224                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23225 mike  1.1.2.1     /* name */
 23226                   "SystemCreationClassName",
 23227                   /* qualifiers */
 23228                   _CIM_SharedSecret_SystemCreationClassName_qualifiers,
 23229                   /* type */
 23230                   CIMTYPE_STRING,
 23231                   /* subscript */
 23232                   -1,
 23233                   /* value */
 23234                   0,
 23235               };
 23236               
 23237               static const char*
 23238               _CIM_SharedSecret_SystemName_qualifiers[] =
 23239               {
 23240                   /* Key */
 23241                   "\025\001",
 23242                   /* Propagated */
 23243                   "\045CIM_SharedSecretService.SystemName",
 23244                   /* MaxLen */
 23245                   "\030\000\000\001\000",
 23246 mike  1.1.2.1     0,
 23247               };
 23248               
 23249               static MetaProperty
 23250               _CIM_SharedSecret_SystemName =
 23251               {
 23252                   /* flags */
 23253                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23254                   /* name */
 23255                   "SystemName",
 23256                   /* qualifiers */
 23257                   _CIM_SharedSecret_SystemName_qualifiers,
 23258                   /* type */
 23259                   CIMTYPE_STRING,
 23260                   /* subscript */
 23261                   -1,
 23262                   /* value */
 23263                   0,
 23264               };
 23265               
 23266               static const char*
 23267 mike  1.1.2.1 _CIM_SharedSecret_ServiceCreationClassName_qualifiers[] =
 23268               {
 23269                   /* Key */
 23270                   "\025\001",
 23271                   /* Propagated */
 23272                   "\045CIM_SharedSecretService.CreationClassName",
 23273                   /* MaxLen */
 23274                   "\030\000\000\001\000",
 23275                   0,
 23276               };
 23277               
 23278               static MetaProperty
 23279               _CIM_SharedSecret_ServiceCreationClassName =
 23280               {
 23281                   /* flags */
 23282                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23283                   /* name */
 23284                   "ServiceCreationClassName",
 23285                   /* qualifiers */
 23286                   _CIM_SharedSecret_ServiceCreationClassName_qualifiers,
 23287                   /* type */
 23288 mike  1.1.2.1     CIMTYPE_STRING,
 23289                   /* subscript */
 23290                   -1,
 23291                   /* value */
 23292                   0,
 23293               };
 23294               
 23295               static const char*
 23296               _CIM_SharedSecret_ServiceName_qualifiers[] =
 23297               {
 23298                   /* Key */
 23299                   "\025\001",
 23300                   /* Propagated */
 23301                   "\045CIM_SharedSecretService.Name",
 23302                   /* MaxLen */
 23303                   "\030\000\000\001\000",
 23304                   0,
 23305               };
 23306               
 23307               static MetaProperty
 23308               _CIM_SharedSecret_ServiceName =
 23309 mike  1.1.2.1 {
 23310                   /* flags */
 23311                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23312                   /* name */
 23313                   "ServiceName",
 23314                   /* qualifiers */
 23315                   _CIM_SharedSecret_ServiceName_qualifiers,
 23316                   /* type */
 23317                   CIMTYPE_STRING,
 23318                   /* subscript */
 23319                   -1,
 23320                   /* value */
 23321                   0,
 23322               };
 23323               
 23324               static const char*
 23325               _CIM_SharedSecret_RemoteID_qualifiers[] =
 23326               {
 23327                   /* Key */
 23328                   "\025\001",
 23329                   /* MaxLen */
 23330 mike  1.1.2.1     "\030\000\000\001\000",
 23331                   0,
 23332               };
 23333               
 23334               static MetaProperty
 23335               _CIM_SharedSecret_RemoteID =
 23336               {
 23337                   /* flags */
 23338                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23339                   /* name */
 23340                   "RemoteID",
 23341                   /* qualifiers */
 23342                   _CIM_SharedSecret_RemoteID_qualifiers,
 23343                   /* type */
 23344                   CIMTYPE_STRING,
 23345                   /* subscript */
 23346                   -1,
 23347                   /* value */
 23348                   0,
 23349               };
 23350               
 23351 mike  1.1.2.1 static const char*
 23352               _CIM_SharedSecret_Secret_qualifiers[] =
 23353               {
 23354                   0,
 23355               };
 23356               
 23357               static MetaProperty
 23358               _CIM_SharedSecret_Secret =
 23359               {
 23360                   /* flags */
 23361                   META_FLAG_PROPERTY|META_FLAG_READ,
 23362                   /* name */
 23363                   "Secret",
 23364                   /* qualifiers */
 23365                   _CIM_SharedSecret_Secret_qualifiers,
 23366                   /* type */
 23367                   CIMTYPE_STRING,
 23368                   /* subscript */
 23369                   -1,
 23370                   /* value */
 23371                   0,
 23372 mike  1.1.2.1 };
 23373               
 23374               static const char*
 23375               _CIM_SharedSecret_Algorithm_qualifiers[] =
 23376               {
 23377                   0,
 23378               };
 23379               
 23380               static MetaProperty
 23381               _CIM_SharedSecret_Algorithm =
 23382               {
 23383                   /* flags */
 23384                   META_FLAG_PROPERTY|META_FLAG_READ,
 23385                   /* name */
 23386                   "Algorithm",
 23387                   /* qualifiers */
 23388                   _CIM_SharedSecret_Algorithm_qualifiers,
 23389                   /* type */
 23390                   CIMTYPE_STRING,
 23391                   /* subscript */
 23392                   -1,
 23393 mike  1.1.2.1     /* value */
 23394                   0,
 23395               };
 23396               
 23397               static const char*
 23398               _CIM_SharedSecret_Protocol_qualifiers[] =
 23399               {
 23400                   0,
 23401               };
 23402               
 23403               static MetaProperty
 23404               _CIM_SharedSecret_Protocol =
 23405               {
 23406                   /* flags */
 23407                   META_FLAG_PROPERTY|META_FLAG_READ,
 23408                   /* name */
 23409                   "Protocol",
 23410                   /* qualifiers */
 23411                   _CIM_SharedSecret_Protocol_qualifiers,
 23412                   /* type */
 23413                   CIMTYPE_STRING,
 23414 mike  1.1.2.1     /* subscript */
 23415                   -1,
 23416                   /* value */
 23417                   0,
 23418               };
 23419               
 23420               static MetaFeature*
 23421               _CIM_SharedSecret_features[] =
 23422               {
 23423                   (MetaFeature*)&_CIM_SharedSecret_SystemCreationClassName,
 23424                   (MetaFeature*)&_CIM_SharedSecret_SystemName,
 23425                   (MetaFeature*)&_CIM_SharedSecret_ServiceCreationClassName,
 23426                   (MetaFeature*)&_CIM_SharedSecret_ServiceName,
 23427                   (MetaFeature*)&_CIM_SharedSecret_RemoteID,
 23428                   (MetaFeature*)&_CIM_SharedSecret_Secret,
 23429                   (MetaFeature*)&_CIM_SharedSecret_Algorithm,
 23430                   (MetaFeature*)&_CIM_SharedSecret_Protocol,
 23431                   0,
 23432               };
 23433               
 23434               static const char*
 23435 mike  1.1.2.1 __root_cimv2_CIM_SharedSecret_qualifiers[] =
 23436               {
 23437                   /* UMLPackagePath */
 23438                   "\057CIM::User::SharedSecret",
 23439                   /* Version */
 23440                   "\0632.8.0",
 23441                   0,
 23442               };
 23443               
 23444               MetaClass
 23445               __root_cimv2_CIM_SharedSecret =
 23446               {
 23447                   /* flags */
 23448                   META_FLAG_CLASS,
 23449                   /* name */
 23450                   "CIM_SharedSecret",
 23451                   /* qualifiers */
 23452                   __root_cimv2_CIM_SharedSecret_qualifiers,
 23453                   /* super */
 23454                   &__root_cimv2_CIM_Credential,
 23455                   /* features */
 23456 mike  1.1.2.1     _CIM_SharedSecret_features,
 23457               };
 23458               
 23459               //==============================================================================
 23460               //
 23461               // Class: CIM_SNMPTrapIndication
 23462               //
 23463               //==============================================================================
 23464               
 23465               static const char*
 23466               _CIM_SNMPTrapIndication_Enterprise_qualifiers[] =
 23467               {
 23468                   /* MappingStrings */
 23469                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.enterprise\000",
 23470                   0,
 23471               };
 23472               
 23473               static MetaProperty
 23474               _CIM_SNMPTrapIndication_Enterprise =
 23475               {
 23476                   /* flags */
 23477 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 23478                   /* name */
 23479                   "Enterprise",
 23480                   /* qualifiers */
 23481                   _CIM_SNMPTrapIndication_Enterprise_qualifiers,
 23482                   /* type */
 23483                   CIMTYPE_STRING,
 23484                   /* subscript */
 23485                   -1,
 23486                   /* value */
 23487                   0,
 23488               };
 23489               
 23490               static const char*
 23491               _CIM_SNMPTrapIndication_AgentAddress_qualifiers[] =
 23492               {
 23493                   /* MappingStrings */
 23494                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.agent-addr\000",
 23495                   0,
 23496               };
 23497               
 23498 mike  1.1.2.1 static MetaProperty
 23499               _CIM_SNMPTrapIndication_AgentAddress =
 23500               {
 23501                   /* flags */
 23502                   META_FLAG_PROPERTY|META_FLAG_READ,
 23503                   /* name */
 23504                   "AgentAddress",
 23505                   /* qualifiers */
 23506                   _CIM_SNMPTrapIndication_AgentAddress_qualifiers,
 23507                   /* type */
 23508                   CIMTYPE_STRING,
 23509                   /* subscript */
 23510                   -1,
 23511                   /* value */
 23512                   0,
 23513               };
 23514               
 23515               static const char*
 23516               _CIM_SNMPTrapIndication_GenericTrap_qualifiers[] =
 23517               {
 23518                   /* ValueMap */
 23519 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 23520                   /* Values */
 23521                   "\062\000\007Cold Start\000Warm Start\000Link Down\000Link Up\000Authentication Failure\000EGP Neighbor Loss\000Enterprise Specific\000",
 23522                   /* MappingStrings */
 23523                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.generic-trap\000",
 23524                   0,
 23525               };
 23526               
 23527               static MetaProperty
 23528               _CIM_SNMPTrapIndication_GenericTrap =
 23529               {
 23530                   /* flags */
 23531                   META_FLAG_PROPERTY|META_FLAG_READ,
 23532                   /* name */
 23533                   "GenericTrap",
 23534                   /* qualifiers */
 23535                   _CIM_SNMPTrapIndication_GenericTrap_qualifiers,
 23536                   /* type */
 23537                   CIMTYPE_UINT16,
 23538                   /* subscript */
 23539                   -1,
 23540 mike  1.1.2.1     /* value */
 23541                   0,
 23542               };
 23543               
 23544               static const char*
 23545               _CIM_SNMPTrapIndication_SpecificTrap_qualifiers[] =
 23546               {
 23547                   /* MappingStrings */
 23548                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.specific-trap\000",
 23549                   0,
 23550               };
 23551               
 23552               static MetaProperty
 23553               _CIM_SNMPTrapIndication_SpecificTrap =
 23554               {
 23555                   /* flags */
 23556                   META_FLAG_PROPERTY|META_FLAG_READ,
 23557                   /* name */
 23558                   "SpecificTrap",
 23559                   /* qualifiers */
 23560                   _CIM_SNMPTrapIndication_SpecificTrap_qualifiers,
 23561 mike  1.1.2.1     /* type */
 23562                   CIMTYPE_UINT32,
 23563                   /* subscript */
 23564                   -1,
 23565                   /* value */
 23566                   0,
 23567               };
 23568               
 23569               static const char*
 23570               _CIM_SNMPTrapIndication_TimeStamp_qualifiers[] =
 23571               {
 23572                   /* MappingStrings */
 23573                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.time-stamp\000",
 23574                   0,
 23575               };
 23576               
 23577               static MetaProperty
 23578               _CIM_SNMPTrapIndication_TimeStamp =
 23579               {
 23580                   /* flags */
 23581                   META_FLAG_PROPERTY|META_FLAG_READ,
 23582 mike  1.1.2.1     /* name */
 23583                   "TimeStamp",
 23584                   /* qualifiers */
 23585                   _CIM_SNMPTrapIndication_TimeStamp_qualifiers,
 23586                   /* type */
 23587                   CIMTYPE_DATETIME,
 23588                   /* subscript */
 23589                   -1,
 23590                   /* value */
 23591                   0,
 23592               };
 23593               
 23594               static const char*
 23595               _CIM_SNMPTrapIndication_VarBindNames_qualifiers[] =
 23596               {
 23597                   /* MappingStrings */
 23598                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23599                   /* ArrayType */
 23600                   "\005Indexed",
 23601                   /* ModelCorrespondence */
 23602                   "\036\000\002CIM_SNMPTrapIndication.VarBindSyntaxes\000CIM_SNMPTrapIndication.VarBindValues\000",
 23603 mike  1.1.2.1     0,
 23604               };
 23605               
 23606               static MetaProperty
 23607               _CIM_SNMPTrapIndication_VarBindNames =
 23608               {
 23609                   /* flags */
 23610                   META_FLAG_PROPERTY|META_FLAG_READ,
 23611                   /* name */
 23612                   "VarBindNames",
 23613                   /* qualifiers */
 23614                   _CIM_SNMPTrapIndication_VarBindNames_qualifiers,
 23615                   /* type */
 23616                   CIMTYPE_STRING,
 23617                   /* subscript */
 23618                   0,
 23619                   /* value */
 23620                   0,
 23621               };
 23622               
 23623               static const char*
 23624 mike  1.1.2.1 _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers[] =
 23625               {
 23626                   /* ValueMap */
 23627                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 23628                   /* Values */
 23629                   "\062\000\010Integer\000OctetString\000ObjectIdentifier\000NetworkAddress\000Counter\000Gauge\000TimeTicks\000Opaque\000",
 23630                   /* MappingStrings */
 23631                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23632                   /* ArrayType */
 23633                   "\005Indexed",
 23634                   /* ModelCorrespondence */
 23635                   "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindValues\000",
 23636                   0,
 23637               };
 23638               
 23639               static MetaProperty
 23640               _CIM_SNMPTrapIndication_VarBindSyntaxes =
 23641               {
 23642                   /* flags */
 23643                   META_FLAG_PROPERTY|META_FLAG_READ,
 23644                   /* name */
 23645 mike  1.1.2.1     "VarBindSyntaxes",
 23646                   /* qualifiers */
 23647                   _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers,
 23648                   /* type */
 23649                   CIMTYPE_UINT16,
 23650                   /* subscript */
 23651                   0,
 23652                   /* value */
 23653                   0,
 23654               };
 23655               
 23656               static const char*
 23657               _CIM_SNMPTrapIndication_VarBindValues_qualifiers[] =
 23658               {
 23659                   /* OctetString */
 23660                   "\042\001",
 23661                   /* MappingStrings */
 23662                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23663                   /* ArrayType */
 23664                   "\005Indexed",
 23665                   /* ModelCorrespondence */
 23666 mike  1.1.2.1     "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindSyntaxes\000",
 23667                   0,
 23668               };
 23669               
 23670               static MetaProperty
 23671               _CIM_SNMPTrapIndication_VarBindValues =
 23672               {
 23673                   /* flags */
 23674                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 23675                   /* name */
 23676                   "VarBindValues",
 23677                   /* qualifiers */
 23678                   _CIM_SNMPTrapIndication_VarBindValues_qualifiers,
 23679                   /* type */
 23680                   CIMTYPE_STRING,
 23681                   /* subscript */
 23682                   0,
 23683                   /* value */
 23684                   0,
 23685               };
 23686               
 23687 mike  1.1.2.1 static MetaFeature*
 23688               _CIM_SNMPTrapIndication_features[] =
 23689               {
 23690                   (MetaFeature*)&_CIM_SNMPTrapIndication_Enterprise,
 23691                   (MetaFeature*)&_CIM_SNMPTrapIndication_AgentAddress,
 23692                   (MetaFeature*)&_CIM_SNMPTrapIndication_GenericTrap,
 23693                   (MetaFeature*)&_CIM_SNMPTrapIndication_SpecificTrap,
 23694                   (MetaFeature*)&_CIM_SNMPTrapIndication_TimeStamp,
 23695                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindNames,
 23696                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindSyntaxes,
 23697                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindValues,
 23698                   0,
 23699               };
 23700               
 23701               static const char*
 23702               __root_cimv2_CIM_SNMPTrapIndication_qualifiers[] =
 23703               {
 23704                   /* INDICATION */
 23705                   "\001\001",
 23706                   /* UMLPackagePath */
 23707                   "\057CIM::Event",
 23708 mike  1.1.2.1     /* Version */
 23709                   "\0632.7.0",
 23710                   0,
 23711               };
 23712               
 23713               MetaClass
 23714               __root_cimv2_CIM_SNMPTrapIndication =
 23715               {
 23716                   /* flags */
 23717                   META_FLAG_INDICATION,
 23718                   /* name */
 23719                   "CIM_SNMPTrapIndication",
 23720                   /* qualifiers */
 23721                   __root_cimv2_CIM_SNMPTrapIndication_qualifiers,
 23722                   /* super */
 23723                   &__root_cimv2_CIM_ProcessIndication,
 23724                   /* features */
 23725                   _CIM_SNMPTrapIndication_features,
 23726               };
 23727               
 23728               //==============================================================================
 23729 mike  1.1.2.1 //
 23730               // Class: CIM_Spared
 23731               //
 23732               //==============================================================================
 23733               
 23734               static const char*
 23735               _CIM_Spared_Antecedent_qualifiers[] =
 23736               {
 23737                   /* Override */
 23738                   "\044Antecedent",
 23739                   0,
 23740               };
 23741               
 23742               static MetaReference
 23743               _CIM_Spared_Antecedent =
 23744               {
 23745                   /* flags */
 23746                   META_FLAG_REFERENCE|META_FLAG_READ,
 23747                   /* name */
 23748                   "Antecedent",
 23749                   /* qualifiers */
 23750 mike  1.1.2.1     _CIM_Spared_Antecedent_qualifiers,
 23751                   /* subscript */
 23752                   -1,
 23753                   /* refId */
 23754                   &__root_cimv2_CIM_ManagedElement,
 23755               };
 23756               
 23757               static const char*
 23758               _CIM_Spared_Dependent_qualifiers[] =
 23759               {
 23760                   /* Override */
 23761                   "\044Dependent",
 23762                   0,
 23763               };
 23764               
 23765               static MetaReference
 23766               _CIM_Spared_Dependent =
 23767               {
 23768                   /* flags */
 23769                   META_FLAG_REFERENCE|META_FLAG_READ,
 23770                   /* name */
 23771 mike  1.1.2.1     "Dependent",
 23772                   /* qualifiers */
 23773                   _CIM_Spared_Dependent_qualifiers,
 23774                   /* subscript */
 23775                   -1,
 23776                   /* refId */
 23777                   &__root_cimv2_CIM_ManagedElement,
 23778               };
 23779               
 23780               static MetaFeature*
 23781               _CIM_Spared_features[] =
 23782               {
 23783                   (MetaFeature*)&_CIM_Spared_Antecedent,
 23784                   (MetaFeature*)&_CIM_Spared_Dependent,
 23785                   0,
 23786               };
 23787               
 23788               static const char*
 23789               __root_cimv2_CIM_Spared_qualifiers[] =
 23790               {
 23791                   /* ASSOCIATION */
 23792 mike  1.1.2.1     "\000\001",
 23793                   /* UMLPackagePath */
 23794                   "\057CIM::Core::Redundancy",
 23795                   /* Version */
 23796                   "\0632.10.0",
 23797                   0,
 23798               };
 23799               
 23800               MetaClass
 23801               __root_cimv2_CIM_Spared =
 23802               {
 23803                   /* flags */
 23804                   META_FLAG_ASSOCIATION,
 23805                   /* name */
 23806                   "CIM_Spared",
 23807                   /* qualifiers */
 23808                   __root_cimv2_CIM_Spared_qualifiers,
 23809                   /* super */
 23810                   &__root_cimv2_CIM_Dependency,
 23811                   /* features */
 23812                   _CIM_Spared_features,
 23813 mike  1.1.2.1 };
 23814               
 23815               //==============================================================================
 23816               //
 23817               // Class: CIM_StatisticalData
 23818               //
 23819               //==============================================================================
 23820               
 23821               static const char*
 23822               _CIM_StatisticalData_InstanceID_qualifiers[] =
 23823               {
 23824                   /* Key */
 23825                   "\025\001",
 23826                   0,
 23827               };
 23828               
 23829               static MetaProperty
 23830               _CIM_StatisticalData_InstanceID =
 23831               {
 23832                   /* flags */
 23833                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23834 mike  1.1.2.1     /* name */
 23835                   "InstanceID",
 23836                   /* qualifiers */
 23837                   _CIM_StatisticalData_InstanceID_qualifiers,
 23838                   /* type */
 23839                   CIMTYPE_STRING,
 23840                   /* subscript */
 23841                   -1,
 23842                   /* value */
 23843                   0,
 23844               };
 23845               
 23846               static const char*
 23847               _CIM_StatisticalData_ElementName_qualifiers[] =
 23848               {
 23849                   /* Required */
 23850                   "\050\001",
 23851                   /* Override */
 23852                   "\044ElementName",
 23853                   0,
 23854               };
 23855 mike  1.1.2.1 
 23856               static MetaProperty
 23857               _CIM_StatisticalData_ElementName =
 23858               {
 23859                   /* flags */
 23860                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 23861                   /* name */
 23862                   "ElementName",
 23863                   /* qualifiers */
 23864                   _CIM_StatisticalData_ElementName_qualifiers,
 23865                   /* type */
 23866                   CIMTYPE_STRING,
 23867                   /* subscript */
 23868                   -1,
 23869                   /* value */
 23870                   0,
 23871               };
 23872               
 23873               static const char*
 23874               _CIM_StatisticalData_StartStatisticTime_qualifiers[] =
 23875               {
 23876 mike  1.1.2.1     0,
 23877               };
 23878               
 23879               static MetaProperty
 23880               _CIM_StatisticalData_StartStatisticTime =
 23881               {
 23882                   /* flags */
 23883                   META_FLAG_PROPERTY|META_FLAG_READ,
 23884                   /* name */
 23885                   "StartStatisticTime",
 23886                   /* qualifiers */
 23887                   _CIM_StatisticalData_StartStatisticTime_qualifiers,
 23888                   /* type */
 23889                   CIMTYPE_DATETIME,
 23890                   /* subscript */
 23891                   -1,
 23892                   /* value */
 23893                   0,
 23894               };
 23895               
 23896               static const char*
 23897 mike  1.1.2.1 _CIM_StatisticalData_StatisticTime_qualifiers[] =
 23898               {
 23899                   0,
 23900               };
 23901               
 23902               static MetaProperty
 23903               _CIM_StatisticalData_StatisticTime =
 23904               {
 23905                   /* flags */
 23906                   META_FLAG_PROPERTY|META_FLAG_READ,
 23907                   /* name */
 23908                   "StatisticTime",
 23909                   /* qualifiers */
 23910                   _CIM_StatisticalData_StatisticTime_qualifiers,
 23911                   /* type */
 23912                   CIMTYPE_DATETIME,
 23913                   /* subscript */
 23914                   -1,
 23915                   /* value */
 23916                   0,
 23917               };
 23918 mike  1.1.2.1 
 23919               static const char*
 23920               _CIM_StatisticalData_SampleInterval_qualifiers[] =
 23921               {
 23922                   0,
 23923               };
 23924               
 23925               static MetaProperty
 23926               _CIM_StatisticalData_SampleInterval =
 23927               {
 23928                   /* flags */
 23929                   META_FLAG_PROPERTY|META_FLAG_READ,
 23930                   /* name */
 23931                   "SampleInterval",
 23932                   /* qualifiers */
 23933                   _CIM_StatisticalData_SampleInterval_qualifiers,
 23934                   /* type */
 23935                   CIMTYPE_DATETIME,
 23936                   /* subscript */
 23937                   -1,
 23938                   /* value */
 23939 mike  1.1.2.1     "00000000000000.000000:000",
 23940               };
 23941               
 23942               static const char*
 23943               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers[] =
 23944               {
 23945                   /* IN */
 23946                   "\024\001",
 23947                   0,
 23948               };
 23949               
 23950               static MetaProperty
 23951               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics =
 23952               {
 23953                   /* flags */
 23954                   META_FLAG_PROPERTY|META_FLAG_IN,
 23955                   /* name */
 23956                   "SelectedStatistics",
 23957                   /* qualifiers */
 23958                   _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers,
 23959                   /* type */
 23960 mike  1.1.2.1     CIMTYPE_STRING,
 23961                   /* subscript */
 23962                   0,
 23963                   /* value */
 23964                   0,
 23965               };
 23966               
 23967               static MetaFeature*
 23968               _CIM_StatisticalData_ResetSelectedStats_parameters[] =
 23969               {
 23970                   (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats_SelectedStatistics,
 23971                   0,
 23972               };
 23973               
 23974               static const char*
 23975               _CIM_StatisticalData_ResetSelectedStats_qualifiers[] =
 23976               {
 23977                   0,
 23978               };
 23979               
 23980               static MetaMethod
 23981 mike  1.1.2.1 _CIM_StatisticalData_ResetSelectedStats =
 23982               {
 23983                   /* flags */
 23984                   META_FLAG_METHOD,
 23985                   /* name */
 23986                   "CIM_StatisticalData",
 23987                   /* qualifiers */
 23988                   _CIM_StatisticalData_ResetSelectedStats_qualifiers,
 23989                   /* type */
 23990                   CIMTYPE_UINT32,
 23991                   /* parameters */
 23992                   _CIM_StatisticalData_ResetSelectedStats_parameters,
 23993               };
 23994               
 23995               static MetaFeature*
 23996               _CIM_StatisticalData_features[] =
 23997               {
 23998                   (MetaFeature*)&_CIM_StatisticalData_InstanceID,
 23999                   (MetaFeature*)&_CIM_StatisticalData_ElementName,
 24000                   (MetaFeature*)&_CIM_StatisticalData_StartStatisticTime,
 24001                   (MetaFeature*)&_CIM_StatisticalData_StatisticTime,
 24002 mike  1.1.2.1     (MetaFeature*)&_CIM_StatisticalData_SampleInterval,
 24003                   (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats,
 24004                   0,
 24005               };
 24006               
 24007               static const char*
 24008               __root_cimv2_CIM_StatisticalData_qualifiers[] =
 24009               {
 24010                   /* UMLPackagePath */
 24011                   "\057CIM::Core::Statistics",
 24012                   /* Abstract */
 24013                   "\002\001",
 24014                   /* Version */
 24015                   "\0632.8.0",
 24016                   0,
 24017               };
 24018               
 24019               MetaClass
 24020               __root_cimv2_CIM_StatisticalData =
 24021               {
 24022                   /* flags */
 24023 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 24024                   /* name */
 24025                   "CIM_StatisticalData",
 24026                   /* qualifiers */
 24027                   __root_cimv2_CIM_StatisticalData_qualifiers,
 24028                   /* super */
 24029                   &__root_cimv2_CIM_ManagedElement,
 24030                   /* features */
 24031                   _CIM_StatisticalData_features,
 24032               };
 24033               
 24034               //==============================================================================
 24035               //
 24036               // Class: CIM_StatisticalInformation
 24037               //
 24038               //==============================================================================
 24039               
 24040               static const char*
 24041               _CIM_StatisticalInformation_Name_qualifiers[] =
 24042               {
 24043                   /* MaxLen */
 24044 mike  1.1.2.1     "\030\000\000\001\000",
 24045                   0,
 24046               };
 24047               
 24048               static MetaProperty
 24049               _CIM_StatisticalInformation_Name =
 24050               {
 24051                   /* flags */
 24052                   META_FLAG_PROPERTY|META_FLAG_READ,
 24053                   /* name */
 24054                   "Name",
 24055                   /* qualifiers */
 24056                   _CIM_StatisticalInformation_Name_qualifiers,
 24057                   /* type */
 24058                   CIMTYPE_STRING,
 24059                   /* subscript */
 24060                   -1,
 24061                   /* value */
 24062                   0,
 24063               };
 24064               
 24065 mike  1.1.2.1 static MetaFeature*
 24066               _CIM_StatisticalInformation_features[] =
 24067               {
 24068                   (MetaFeature*)&_CIM_StatisticalInformation_Name,
 24069                   0,
 24070               };
 24071               
 24072               static const char*
 24073               __root_cimv2_CIM_StatisticalInformation_qualifiers[] =
 24074               {
 24075                   /* UMLPackagePath */
 24076                   "\057CIM::Core::Statistics",
 24077                   /* Abstract */
 24078                   "\002\001",
 24079                   /* Version */
 24080                   "\0632.6.0",
 24081                   0,
 24082               };
 24083               
 24084               MetaClass
 24085               __root_cimv2_CIM_StatisticalInformation =
 24086 mike  1.1.2.1 {
 24087                   /* flags */
 24088                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 24089                   /* name */
 24090                   "CIM_StatisticalInformation",
 24091                   /* qualifiers */
 24092                   __root_cimv2_CIM_StatisticalInformation_qualifiers,
 24093                   /* super */
 24094                   &__root_cimv2_CIM_ManagedElement,
 24095                   /* features */
 24096                   _CIM_StatisticalInformation_features,
 24097               };
 24098               
 24099               //==============================================================================
 24100               //
 24101               // Class: CIM_StatisticalRuntimeOverview
 24102               //
 24103               //==============================================================================
 24104               
 24105               static const char*
 24106               _CIM_StatisticalRuntimeOverview_LastActivity_qualifiers[] =
 24107 mike  1.1.2.1 {
 24108                   0,
 24109               };
 24110               
 24111               static MetaProperty
 24112               _CIM_StatisticalRuntimeOverview_LastActivity =
 24113               {
 24114                   /* flags */
 24115                   META_FLAG_PROPERTY|META_FLAG_READ,
 24116                   /* name */
 24117                   "LastActivity",
 24118                   /* qualifiers */
 24119                   _CIM_StatisticalRuntimeOverview_LastActivity_qualifiers,
 24120                   /* type */
 24121                   CIMTYPE_DATETIME,
 24122                   /* subscript */
 24123                   -1,
 24124                   /* value */
 24125                   0,
 24126               };
 24127               
 24128 mike  1.1.2.1 static const char*
 24129               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests_qualifiers[] =
 24130               {
 24131                   /* Counter */
 24132                   "\012\001",
 24133                   0,
 24134               };
 24135               
 24136               static MetaProperty
 24137               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests =
 24138               {
 24139                   /* flags */
 24140                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 24141                   /* name */
 24142                   "NumberOfActiveRequests",
 24143                   /* qualifiers */
 24144                   _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests_qualifiers,
 24145                   /* type */
 24146                   CIMTYPE_UINT32,
 24147                   /* subscript */
 24148                   -1,
 24149 mike  1.1.2.1     /* value */
 24150                   0,
 24151               };
 24152               
 24153               static const char*
 24154               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors_qualifiers[] =
 24155               {
 24156                   /* Counter */
 24157                   "\012\001",
 24158                   0,
 24159               };
 24160               
 24161               static MetaProperty
 24162               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors =
 24163               {
 24164                   /* flags */
 24165                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 24166                   /* name */
 24167                   "NumberOfActiveRequestors",
 24168                   /* qualifiers */
 24169                   _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors_qualifiers,
 24170 mike  1.1.2.1     /* type */
 24171                   CIMTYPE_UINT32,
 24172                   /* subscript */
 24173                   -1,
 24174                   /* value */
 24175                   0,
 24176               };
 24177               
 24178               static const char*
 24179               _CIM_StatisticalRuntimeOverview_AverageResponseTime_qualifiers[] =
 24180               {
 24181                   /* Units */
 24182                   "\060MilliSeconds",
 24183                   0,
 24184               };
 24185               
 24186               static MetaProperty
 24187               _CIM_StatisticalRuntimeOverview_AverageResponseTime =
 24188               {
 24189                   /* flags */
 24190                   META_FLAG_PROPERTY|META_FLAG_READ,
 24191 mike  1.1.2.1     /* name */
 24192                   "AverageResponseTime",
 24193                   /* qualifiers */
 24194                   _CIM_StatisticalRuntimeOverview_AverageResponseTime_qualifiers,
 24195                   /* type */
 24196                   CIMTYPE_UINT32,
 24197                   /* subscript */
 24198                   -1,
 24199                   /* value */
 24200                   0,
 24201               };
 24202               
 24203               static MetaFeature*
 24204               _CIM_StatisticalRuntimeOverview_features[] =
 24205               {
 24206                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_LastActivity,
 24207                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_NumberOfActiveRequests,
 24208                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors,
 24209                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_AverageResponseTime,
 24210                   0,
 24211               };
 24212 mike  1.1.2.1 
 24213               static const char*
 24214               __root_cimv2_CIM_StatisticalRuntimeOverview_qualifiers[] =
 24215               {
 24216                   /* UMLPackagePath */
 24217                   "\057CIM::Application::AppRuntime",
 24218                   /* Version */
 24219                   "\0632.8.0",
 24220                   0,
 24221               };
 24222               
 24223               MetaClass
 24224               __root_cimv2_CIM_StatisticalRuntimeOverview =
 24225               {
 24226                   /* flags */
 24227                   META_FLAG_CLASS,
 24228                   /* name */
 24229                   "CIM_StatisticalRuntimeOverview",
 24230                   /* qualifiers */
 24231                   __root_cimv2_CIM_StatisticalRuntimeOverview_qualifiers,
 24232                   /* super */
 24233 mike  1.1.2.1     &__root_cimv2_CIM_StatisticalData,
 24234                   /* features */
 24235                   _CIM_StatisticalRuntimeOverview_features,
 24236               };
 24237               
 24238               //==============================================================================
 24239               //
 24240               // Class: CIM_StatisticalSetting
 24241               //
 24242               //==============================================================================
 24243               
 24244               static const char*
 24245               _CIM_StatisticalSetting_StartStatisticTime_qualifiers[] =
 24246               {
 24247                   /* Write */
 24248                   "\065\001",
 24249                   /* ModelCorrespondence */
 24250                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 24251                   0,
 24252               };
 24253               
 24254 mike  1.1.2.1 static MetaProperty
 24255               _CIM_StatisticalSetting_StartStatisticTime =
 24256               {
 24257                   /* flags */
 24258                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24259                   /* name */
 24260                   "StartStatisticTime",
 24261                   /* qualifiers */
 24262                   _CIM_StatisticalSetting_StartStatisticTime_qualifiers,
 24263                   /* type */
 24264                   CIMTYPE_DATETIME,
 24265                   /* subscript */
 24266                   -1,
 24267                   /* value */
 24268                   0,
 24269               };
 24270               
 24271               static const char*
 24272               _CIM_StatisticalSetting_EndStatisticTime_qualifiers[] =
 24273               {
 24274                   /* Write */
 24275 mike  1.1.2.1     "\065\001",
 24276                   0,
 24277               };
 24278               
 24279               static MetaProperty
 24280               _CIM_StatisticalSetting_EndStatisticTime =
 24281               {
 24282                   /* flags */
 24283                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24284                   /* name */
 24285                   "EndStatisticTime",
 24286                   /* qualifiers */
 24287                   _CIM_StatisticalSetting_EndStatisticTime_qualifiers,
 24288                   /* type */
 24289                   CIMTYPE_DATETIME,
 24290                   /* subscript */
 24291                   -1,
 24292                   /* value */
 24293                   0,
 24294               };
 24295               
 24296 mike  1.1.2.1 static const char*
 24297               _CIM_StatisticalSetting_SampleInterval_qualifiers[] =
 24298               {
 24299                   /* Write */
 24300                   "\065\001",
 24301                   /* ModelCorrespondence */
 24302                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 24303                   0,
 24304               };
 24305               
 24306               static MetaProperty
 24307               _CIM_StatisticalSetting_SampleInterval =
 24308               {
 24309                   /* flags */
 24310                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24311                   /* name */
 24312                   "SampleInterval",
 24313                   /* qualifiers */
 24314                   _CIM_StatisticalSetting_SampleInterval_qualifiers,
 24315                   /* type */
 24316                   CIMTYPE_DATETIME,
 24317 mike  1.1.2.1     /* subscript */
 24318                   -1,
 24319                   /* value */
 24320                   0,
 24321               };
 24322               
 24323               static MetaFeature*
 24324               _CIM_StatisticalSetting_features[] =
 24325               {
 24326                   (MetaFeature*)&_CIM_StatisticalSetting_StartStatisticTime,
 24327                   (MetaFeature*)&_CIM_StatisticalSetting_EndStatisticTime,
 24328                   (MetaFeature*)&_CIM_StatisticalSetting_SampleInterval,
 24329                   0,
 24330               };
 24331               
 24332               static const char*
 24333               __root_cimv2_CIM_StatisticalSetting_qualifiers[] =
 24334               {
 24335                   /* UMLPackagePath */
 24336                   "\057CIM::Core::Statistics",
 24337                   /* Version */
 24338 mike  1.1.2.1     "\0632.8.0",
 24339                   0,
 24340               };
 24341               
 24342               MetaClass
 24343               __root_cimv2_CIM_StatisticalSetting =
 24344               {
 24345                   /* flags */
 24346                   META_FLAG_CLASS,
 24347                   /* name */
 24348                   "CIM_StatisticalSetting",
 24349                   /* qualifiers */
 24350                   __root_cimv2_CIM_StatisticalSetting_qualifiers,
 24351                   /* super */
 24352                   &__root_cimv2_CIM_SettingData,
 24353                   /* features */
 24354                   _CIM_StatisticalSetting_features,
 24355               };
 24356               
 24357               //==============================================================================
 24358               //
 24359 mike  1.1.2.1 // Class: CIM_Statistics
 24360               //
 24361               //==============================================================================
 24362               
 24363               static const char*
 24364               _CIM_Statistics_Stats_qualifiers[] =
 24365               {
 24366                   /* Key */
 24367                   "\025\001",
 24368                   0,
 24369               };
 24370               
 24371               static MetaReference
 24372               _CIM_Statistics_Stats =
 24373               {
 24374                   /* flags */
 24375                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 24376                   /* name */
 24377                   "Stats",
 24378                   /* qualifiers */
 24379                   _CIM_Statistics_Stats_qualifiers,
 24380 mike  1.1.2.1     /* subscript */
 24381                   -1,
 24382                   /* refId */
 24383                   &__root_cimv2_CIM_StatisticalInformation,
 24384               };
 24385               
 24386               static const char*
 24387               _CIM_Statistics_Element_qualifiers[] =
 24388               {
 24389                   /* Key */
 24390                   "\025\001",
 24391                   0,
 24392               };
 24393               
 24394               static MetaReference
 24395               _CIM_Statistics_Element =
 24396               {
 24397                   /* flags */
 24398                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 24399                   /* name */
 24400                   "Element",
 24401 mike  1.1.2.1     /* qualifiers */
 24402                   _CIM_Statistics_Element_qualifiers,
 24403                   /* subscript */
 24404                   -1,
 24405                   /* refId */
 24406                   &__root_cimv2_CIM_ManagedElement,
 24407               };
 24408               
 24409               static MetaFeature*
 24410               _CIM_Statistics_features[] =
 24411               {
 24412                   (MetaFeature*)&_CIM_Statistics_Stats,
 24413                   (MetaFeature*)&_CIM_Statistics_Element,
 24414                   0,
 24415               };
 24416               
 24417               static const char*
 24418               __root_cimv2_CIM_Statistics_qualifiers[] =
 24419               {
 24420                   /* ASSOCIATION */
 24421                   "\000\001",
 24422 mike  1.1.2.1     /* UMLPackagePath */
 24423                   "\057CIM::Core::Statistics",
 24424                   /* Version */
 24425                   "\0632.6.0",
 24426                   0,
 24427               };
 24428               
 24429               MetaClass
 24430               __root_cimv2_CIM_Statistics =
 24431               {
 24432                   /* flags */
 24433                   META_FLAG_ASSOCIATION,
 24434                   /* name */
 24435                   "CIM_Statistics",
 24436                   /* qualifiers */
 24437                   __root_cimv2_CIM_Statistics_qualifiers,
 24438                   /* super */
 24439                   0,
 24440                   /* features */
 24441                   _CIM_Statistics_features,
 24442               };
 24443 mike  1.1.2.1 
 24444               //==============================================================================
 24445               //
 24446               // Class: CIM_StatisticsCapabilities
 24447               //
 24448               //==============================================================================
 24449               
 24450               static const char*
 24451               _CIM_StatisticsCapabilities_ElementTypesSupported_qualifiers[] =
 24452               {
 24453                   0,
 24454               };
 24455               
 24456               static MetaProperty
 24457               _CIM_StatisticsCapabilities_ElementTypesSupported =
 24458               {
 24459                   /* flags */
 24460                   META_FLAG_PROPERTY|META_FLAG_READ,
 24461                   /* name */
 24462                   "ElementTypesSupported",
 24463                   /* qualifiers */
 24464 mike  1.1.2.1     _CIM_StatisticsCapabilities_ElementTypesSupported_qualifiers,
 24465                   /* type */
 24466                   CIMTYPE_UINT16,
 24467                   /* subscript */
 24468                   0,
 24469                   /* value */
 24470                   0,
 24471               };
 24472               
 24473               static const char*
 24474               _CIM_StatisticsCapabilities_SynchronousMethodsSupported_qualifiers[] =
 24475               {
 24476                   /* ValueMap */
 24477                   "\061\000\002..\0000x8000..\000",
 24478                   /* Values */
 24479                   "\062\000\002DMTF Reserved\000Vendor Specific\000",
 24480                   0,
 24481               };
 24482               
 24483               static MetaProperty
 24484               _CIM_StatisticsCapabilities_SynchronousMethodsSupported =
 24485 mike  1.1.2.1 {
 24486                   /* flags */
 24487                   META_FLAG_PROPERTY|META_FLAG_READ,
 24488                   /* name */
 24489                   "SynchronousMethodsSupported",
 24490                   /* qualifiers */
 24491                   _CIM_StatisticsCapabilities_SynchronousMethodsSupported_qualifiers,
 24492                   /* type */
 24493                   CIMTYPE_UINT16,
 24494                   /* subscript */
 24495                   0,
 24496                   /* value */
 24497                   0,
 24498               };
 24499               
 24500               static const char*
 24501               _CIM_StatisticsCapabilities_AsynchronousMethodsSupported_qualifiers[] =
 24502               {
 24503                   /* ValueMap */
 24504                   "\061\000\002..\0000x8000..\000",
 24505                   /* Values */
 24506 mike  1.1.2.1     "\062\000\002DMTF Reserved\000Vendor Specific\000",
 24507                   0,
 24508               };
 24509               
 24510               static MetaProperty
 24511               _CIM_StatisticsCapabilities_AsynchronousMethodsSupported =
 24512               {
 24513                   /* flags */
 24514                   META_FLAG_PROPERTY|META_FLAG_READ,
 24515                   /* name */
 24516                   "AsynchronousMethodsSupported",
 24517                   /* qualifiers */
 24518                   _CIM_StatisticsCapabilities_AsynchronousMethodsSupported_qualifiers,
 24519                   /* type */
 24520                   CIMTYPE_UINT16,
 24521                   /* subscript */
 24522                   0,
 24523                   /* value */
 24524                   0,
 24525               };
 24526               
 24527 mike  1.1.2.1 static MetaFeature*
 24528               _CIM_StatisticsCapabilities_features[] =
 24529               {
 24530                   (MetaFeature*)&_CIM_StatisticsCapabilities_ElementTypesSupported,
 24531                   (MetaFeature*)&_CIM_StatisticsCapabilities_SynchronousMethodsSupported,
 24532                   (MetaFeature*)&_CIM_StatisticsCapabilities_AsynchronousMethodsSupported,
 24533                   0,
 24534               };
 24535               
 24536               static const char*
 24537               __root_cimv2_CIM_StatisticsCapabilities_qualifiers[] =
 24538               {
 24539                   /* UMLPackagePath */
 24540                   "\057CIM::Device::StorageStatistics",
 24541                   /* Version */
 24542                   "\0632.10.0",
 24543                   0,
 24544               };
 24545               
 24546               MetaClass
 24547               __root_cimv2_CIM_StatisticsCapabilities =
 24548 mike  1.1.2.1 {
 24549                   /* flags */
 24550                   META_FLAG_CLASS,
 24551                   /* name */
 24552                   "CIM_StatisticsCapabilities",
 24553                   /* qualifiers */
 24554                   __root_cimv2_CIM_StatisticsCapabilities_qualifiers,
 24555                   /* super */
 24556                   &__root_cimv2_CIM_Capabilities,
 24557                   /* features */
 24558                   _CIM_StatisticsCapabilities_features,
 24559               };
 24560               
 24561               //==============================================================================
 24562               //
 24563               // Class: CIM_StorageClientSettingData
 24564               //
 24565               //==============================================================================
 24566               
 24567               static const char*
 24568               _CIM_StorageClientSettingData_ClientTypes_qualifiers[] =
 24569 mike  1.1.2.1 {
 24570                   /* ValueMap */
 24571                   "\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",
 24572                   /* Values */
 24573                   "\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",
 24574                   /* ArrayType */
 24575                   "\005Indexed",
 24576                   /* ModelCorrespondence */
 24577                   "\036\000\001CIM_StorageClientSettingData.OtherClientTypeDescriptions\000",
 24578                   0,
 24579               };
 24580               
 24581               static MetaProperty
 24582               _CIM_StorageClientSettingData_ClientTypes =
 24583               {
 24584                   /* flags */
 24585                   META_FLAG_PROPERTY|META_FLAG_READ,
 24586                   /* name */
 24587                   "ClientTypes",
 24588                   /* qualifiers */
 24589                   _CIM_StorageClientSettingData_ClientTypes_qualifiers,
 24590 mike  1.1.2.1     /* type */
 24591                   CIMTYPE_UINT16,
 24592                   /* subscript */
 24593                   0,
 24594                   /* value */
 24595                   0,
 24596               };
 24597               
 24598               static const char*
 24599               _CIM_StorageClientSettingData_OtherClientTypeDescriptions_qualifiers[] =
 24600               {
 24601                   /* ArrayType */
 24602                   "\005Indexed",
 24603                   /* ModelCorrespondence */
 24604                   "\036\000\001CIM_StorageClientSettingData.ClientTypes\000",
 24605                   0,
 24606               };
 24607               
 24608               static MetaProperty
 24609               _CIM_StorageClientSettingData_OtherClientTypeDescriptions =
 24610               {
 24611 mike  1.1.2.1     /* flags */
 24612                   META_FLAG_PROPERTY|META_FLAG_READ,
 24613                   /* name */
 24614                   "OtherClientTypeDescriptions",
 24615                   /* qualifiers */
 24616                   _CIM_StorageClientSettingData_OtherClientTypeDescriptions_qualifiers,
 24617                   /* type */
 24618                   CIMTYPE_STRING,
 24619                   /* subscript */
 24620                   0,
 24621                   /* value */
 24622                   0,
 24623               };
 24624               
 24625               static MetaFeature*
 24626               _CIM_StorageClientSettingData_features[] =
 24627               {
 24628                   (MetaFeature*)&_CIM_StorageClientSettingData_ClientTypes,
 24629                   (MetaFeature*)&_CIM_StorageClientSettingData_OtherClientTypeDescriptions,
 24630                   0,
 24631               };
 24632 mike  1.1.2.1 
 24633               static const char*
 24634               __root_cimv2_CIM_StorageClientSettingData_qualifiers[] =
 24635               {
 24636                   /* UMLPackagePath */
 24637                   "\057CIM::User::StorageHardwareID",
 24638                   /* Version */
 24639                   "\0632.8.0",
 24640                   0,
 24641               };
 24642               
 24643               MetaClass
 24644               __root_cimv2_CIM_StorageClientSettingData =
 24645               {
 24646                   /* flags */
 24647                   META_FLAG_CLASS,
 24648                   /* name */
 24649                   "CIM_StorageClientSettingData",
 24650                   /* qualifiers */
 24651                   __root_cimv2_CIM_StorageClientSettingData_qualifiers,
 24652                   /* super */
 24653 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 24654                   /* features */
 24655                   _CIM_StorageClientSettingData_features,
 24656               };
 24657               
 24658               //==============================================================================
 24659               //
 24660               // Class: CIM_StorageConfigurationCapabilities
 24661               //
 24662               //==============================================================================
 24663               
 24664               static const char*
 24665               _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions_qualifiers[] =
 24666               {
 24667                   /* ValueMap */
 24668                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\00010\000",
 24669                   /* Values */
 24670                   "\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",
 24671                   /* ModelCorrespondence */
 24672                   "\036\000\001CIM_StorageConfigurationCapabilities.SupportedSynchronousActions\000",
 24673                   0,
 24674 mike  1.1.2.1 };
 24675               
 24676               static MetaProperty
 24677               _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions =
 24678               {
 24679                   /* flags */
 24680                   META_FLAG_PROPERTY|META_FLAG_READ,
 24681                   /* name */
 24682                   "SupportedAsynchronousActions",
 24683                   /* qualifiers */
 24684                   _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions_qualifiers,
 24685                   /* type */
 24686                   CIMTYPE_UINT16,
 24687                   /* subscript */
 24688                   0,
 24689                   /* value */
 24690                   0,
 24691               };
 24692               
 24693               static const char*
 24694               _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions_qualifiers[] =
 24695 mike  1.1.2.1 {
 24696                   /* ValueMap */
 24697                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\00010\000",
 24698                   /* Values */
 24699                   "\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",
 24700                   /* ModelCorrespondence */
 24701                   "\036\000\001CIM_StorageConfigurationCapabilities.SupportedAsynchronousActions\000",
 24702                   0,
 24703               };
 24704               
 24705               static MetaProperty
 24706               _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions =
 24707               {
 24708                   /* flags */
 24709                   META_FLAG_PROPERTY|META_FLAG_READ,
 24710                   /* name */
 24711                   "SupportedSynchronousActions",
 24712                   /* qualifiers */
 24713                   _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions_qualifiers,
 24714                   /* type */
 24715                   CIMTYPE_UINT16,
 24716 mike  1.1.2.1     /* subscript */
 24717                   0,
 24718                   /* value */
 24719                   0,
 24720               };
 24721               
 24722               static const char*
 24723               _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes_qualifiers[] =
 24724               {
 24725                   /* ValueMap */
 24726                   "\061\000\0042\0003\000..\0000x8000..0xFFFF\000",
 24727                   /* Values */
 24728                   "\062\000\004StorageVolume\000StorageExtent\000DMTF Reserved\000Vendor Specific\000",
 24729                   /* ModelCorrespondence */
 24730                   "\036\000\001CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType\000",
 24731                   0,
 24732               };
 24733               
 24734               static MetaProperty
 24735               _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes =
 24736               {
 24737 mike  1.1.2.1     /* flags */
 24738                   META_FLAG_PROPERTY|META_FLAG_READ,
 24739                   /* name */
 24740                   "SupportedStorageElementTypes",
 24741                   /* qualifiers */
 24742                   _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes_qualifiers,
 24743                   /* type */
 24744                   CIMTYPE_UINT16,
 24745                   /* subscript */
 24746                   0,
 24747                   /* value */
 24748                   0,
 24749               };
 24750               
 24751               static const char*
 24752               _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures_qualifiers[] =
 24753               {
 24754                   /* ValueMap */
 24755                   "\061\000\0052\0003\0004\000..\0000x8000..0xFFFF\000",
 24756                   /* Values */
 24757                   "\062\000\005InExtents\000Single InPool\000Multiple InPools\000DMTF Reserved\000Vendor Specific\000",
 24758 mike  1.1.2.1     /* ModelCorrespondence */
 24759                   "\036\000\002CIM_StorageConfigurationService.CreateOrModifyStoragePool.InPools\000CIM_StorageConfigurationService.CreateOrModifyStoragePool.InExtents\000",
 24760                   0,
 24761               };
 24762               
 24763               static MetaProperty
 24764               _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures =
 24765               {
 24766                   /* flags */
 24767                   META_FLAG_PROPERTY|META_FLAG_READ,
 24768                   /* name */
 24769                   "SupportedStoragePoolFeatures",
 24770                   /* qualifiers */
 24771                   _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures_qualifiers,
 24772                   /* type */
 24773                   CIMTYPE_UINT16,
 24774                   /* subscript */
 24775                   0,
 24776                   /* value */
 24777                   0,
 24778               };
 24779 mike  1.1.2.1 
 24780               static const char*
 24781               _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures_qualifiers[] =
 24782               {
 24783                   /* ValueMap */
 24784                   "\061\000\0102\0003\0004\0005\0006\0007\000..\0000x8000..0xFFFF\000",
 24785                   /* Values */
 24786                   "\062\000\010StorageExtent Creation\000StorageVolume Creation\000StorageExtent Modification\000StorageVolume Modification\000Single InPool\000Multiple InPools\000DMTF Reserved\000Vendor Specific\000",
 24787                   /* ModelCorrespondence */
 24788                   "\036\000\002CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType\000CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.InPool\000",
 24789                   0,
 24790               };
 24791               
 24792               static MetaProperty
 24793               _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures =
 24794               {
 24795                   /* flags */
 24796                   META_FLAG_PROPERTY|META_FLAG_READ,
 24797                   /* name */
 24798                   "SupportedStorageElementFeatures",
 24799                   /* qualifiers */
 24800 mike  1.1.2.1     _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures_qualifiers,
 24801                   /* type */
 24802                   CIMTYPE_UINT16,
 24803                   /* subscript */
 24804                   0,
 24805                   /* value */
 24806                   0,
 24807               };
 24808               
 24809               static const char*
 24810               _CIM_StorageConfigurationCapabilities_SupportedCopyTypes_qualifiers[] =
 24811               {
 24812                   /* ValueMap */
 24813                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 24814                   /* Values */
 24815                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
 24816                   /* ModelCorrespondence */
 24817                   "\036\000\001CIM_StorageConfigurationService.CreateReplica.CopyType\000",
 24818                   0,
 24819               };
 24820               
 24821 mike  1.1.2.1 static MetaProperty
 24822               _CIM_StorageConfigurationCapabilities_SupportedCopyTypes =
 24823               {
 24824                   /* flags */
 24825                   META_FLAG_PROPERTY|META_FLAG_READ,
 24826                   /* name */
 24827                   "SupportedCopyTypes",
 24828                   /* qualifiers */
 24829                   _CIM_StorageConfigurationCapabilities_SupportedCopyTypes_qualifiers,
 24830                   /* type */
 24831                   CIMTYPE_UINT16,
 24832                   /* subscript */
 24833                   0,
 24834                   /* value */
 24835                   0,
 24836               };
 24837               
 24838               static const char*
 24839               _CIM_StorageConfigurationCapabilities_InitialReplicationState_qualifiers[] =
 24840               {
 24841                   /* ValueMap */
 24842 mike  1.1.2.1     "\061\000\0052\0003\0004\000..\0000x8000..0xFFFF\000",
 24843                   /* Values */
 24844                   "\062\000\005Initialized\000Prepared\000Synchronized\000DMTF Reserved\000Vendor Specific\000",
 24845                   /* ModelCorrespondence */
 24846                   "\036\000\002CIM_StorageConfigurationService.AttachReplica\000CIM_StorageConfigurationService.CreateReplica\000",
 24847                   0,
 24848               };
 24849               
 24850               static MetaProperty
 24851               _CIM_StorageConfigurationCapabilities_InitialReplicationState =
 24852               {
 24853                   /* flags */
 24854                   META_FLAG_PROPERTY|META_FLAG_READ,
 24855                   /* name */
 24856                   "InitialReplicationState",
 24857                   /* qualifiers */
 24858                   _CIM_StorageConfigurationCapabilities_InitialReplicationState_qualifiers,
 24859                   /* type */
 24860                   CIMTYPE_UINT16,
 24861                   /* subscript */
 24862                   -1,
 24863 mike  1.1.2.1     /* value */
 24864                   0,
 24865               };
 24866               
 24867               static MetaFeature*
 24868               _CIM_StorageConfigurationCapabilities_features[] =
 24869               {
 24870                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions,
 24871                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedSynchronousActions,
 24872                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes,
 24873                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures,
 24874                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures,
 24875                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedCopyTypes,
 24876                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_InitialReplicationState,
 24877                   0,
 24878               };
 24879               
 24880               static const char*
 24881               __root_cimv2_CIM_StorageConfigurationCapabilities_qualifiers[] =
 24882               {
 24883                   /* UMLPackagePath */
 24884 mike  1.1.2.1     "\057CIM::Device::StorageServices",
 24885                   /* Version */
 24886                   "\0632.8.0",
 24887                   0,
 24888               };
 24889               
 24890               MetaClass
 24891               __root_cimv2_CIM_StorageConfigurationCapabilities =
 24892               {
 24893                   /* flags */
 24894                   META_FLAG_CLASS,
 24895                   /* name */
 24896                   "CIM_StorageConfigurationCapabilities",
 24897                   /* qualifiers */
 24898                   __root_cimv2_CIM_StorageConfigurationCapabilities_qualifiers,
 24899                   /* super */
 24900                   &__root_cimv2_CIM_Capabilities,
 24901                   /* features */
 24902                   _CIM_StorageConfigurationCapabilities_features,
 24903               };
 24904               
 24905 mike  1.1.2.1 //==============================================================================
 24906               //
 24907               // Class: CIM_StorageError
 24908               //
 24909               //==============================================================================
 24910               
 24911               static const char*
 24912               _CIM_StorageError_SystemCreationClassName_qualifiers[] =
 24913               {
 24914                   /* Key */
 24915                   "\025\001",
 24916                   /* Propagated */
 24917                   "\045CIM_StorageExtent.SystemCreationClassName",
 24918                   /* MaxLen */
 24919                   "\030\000\000\001\000",
 24920                   0,
 24921               };
 24922               
 24923               static MetaProperty
 24924               _CIM_StorageError_SystemCreationClassName =
 24925               {
 24926 mike  1.1.2.1     /* flags */
 24927                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24928                   /* name */
 24929                   "SystemCreationClassName",
 24930                   /* qualifiers */
 24931                   _CIM_StorageError_SystemCreationClassName_qualifiers,
 24932                   /* type */
 24933                   CIMTYPE_STRING,
 24934                   /* subscript */
 24935                   -1,
 24936                   /* value */
 24937                   0,
 24938               };
 24939               
 24940               static const char*
 24941               _CIM_StorageError_SystemName_qualifiers[] =
 24942               {
 24943                   /* Key */
 24944                   "\025\001",
 24945                   /* Propagated */
 24946                   "\045CIM_StorageExtent.SystemName",
 24947 mike  1.1.2.1     /* MaxLen */
 24948                   "\030\000\000\001\000",
 24949                   0,
 24950               };
 24951               
 24952               static MetaProperty
 24953               _CIM_StorageError_SystemName =
 24954               {
 24955                   /* flags */
 24956                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24957                   /* name */
 24958                   "SystemName",
 24959                   /* qualifiers */
 24960                   _CIM_StorageError_SystemName_qualifiers,
 24961                   /* type */
 24962                   CIMTYPE_STRING,
 24963                   /* subscript */
 24964                   -1,
 24965                   /* value */
 24966                   0,
 24967               };
 24968 mike  1.1.2.1 
 24969               static const char*
 24970               _CIM_StorageError_DeviceCreationClassName_qualifiers[] =
 24971               {
 24972                   /* Key */
 24973                   "\025\001",
 24974                   /* Propagated */
 24975                   "\045CIM_StorageExtent.CreationClassName",
 24976                   /* MaxLen */
 24977                   "\030\000\000\001\000",
 24978                   0,
 24979               };
 24980               
 24981               static MetaProperty
 24982               _CIM_StorageError_DeviceCreationClassName =
 24983               {
 24984                   /* flags */
 24985                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24986                   /* name */
 24987                   "DeviceCreationClassName",
 24988                   /* qualifiers */
 24989 mike  1.1.2.1     _CIM_StorageError_DeviceCreationClassName_qualifiers,
 24990                   /* type */
 24991                   CIMTYPE_STRING,
 24992                   /* subscript */
 24993                   -1,
 24994                   /* value */
 24995                   0,
 24996               };
 24997               
 24998               static const char*
 24999               _CIM_StorageError_DeviceID_qualifiers[] =
 25000               {
 25001                   /* Key */
 25002                   "\025\001",
 25003                   /* Propagated */
 25004                   "\045CIM_StorageExtent.DeviceID",
 25005                   /* MaxLen */
 25006                   "\030\000\000\000\100",
 25007                   0,
 25008               };
 25009               
 25010 mike  1.1.2.1 static MetaProperty
 25011               _CIM_StorageError_DeviceID =
 25012               {
 25013                   /* flags */
 25014                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 25015                   /* name */
 25016                   "DeviceID",
 25017                   /* qualifiers */
 25018                   _CIM_StorageError_DeviceID_qualifiers,
 25019                   /* type */
 25020                   CIMTYPE_STRING,
 25021                   /* subscript */
 25022                   -1,
 25023                   /* value */
 25024                   0,
 25025               };
 25026               
 25027               static const char*
 25028               _CIM_StorageError_StartingAddress_qualifiers[] =
 25029               {
 25030                   /* Key */
 25031 mike  1.1.2.1     "\025\001",
 25032                   0,
 25033               };
 25034               
 25035               static MetaProperty
 25036               _CIM_StorageError_StartingAddress =
 25037               {
 25038                   /* flags */
 25039                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 25040                   /* name */
 25041                   "StartingAddress",
 25042                   /* qualifiers */
 25043                   _CIM_StorageError_StartingAddress_qualifiers,
 25044                   /* type */
 25045                   CIMTYPE_UINT64,
 25046                   /* subscript */
 25047                   -1,
 25048                   /* value */
 25049                   0,
 25050               };
 25051               
 25052 mike  1.1.2.1 static const char*
 25053               _CIM_StorageError_EndingAddress_qualifiers[] =
 25054               {
 25055                   0,
 25056               };
 25057               
 25058               static MetaProperty
 25059               _CIM_StorageError_EndingAddress =
 25060               {
 25061                   /* flags */
 25062                   META_FLAG_PROPERTY|META_FLAG_READ,
 25063                   /* name */
 25064                   "EndingAddress",
 25065                   /* qualifiers */
 25066                   _CIM_StorageError_EndingAddress_qualifiers,
 25067                   /* type */
 25068                   CIMTYPE_UINT64,
 25069                   /* subscript */
 25070                   -1,
 25071                   /* value */
 25072                   0,
 25073 mike  1.1.2.1 };
 25074               
 25075               static MetaFeature*
 25076               _CIM_StorageError_features[] =
 25077               {
 25078                   (MetaFeature*)&_CIM_StorageError_SystemCreationClassName,
 25079                   (MetaFeature*)&_CIM_StorageError_SystemName,
 25080                   (MetaFeature*)&_CIM_StorageError_DeviceCreationClassName,
 25081                   (MetaFeature*)&_CIM_StorageError_DeviceID,
 25082                   (MetaFeature*)&_CIM_StorageError_StartingAddress,
 25083                   (MetaFeature*)&_CIM_StorageError_EndingAddress,
 25084                   0,
 25085               };
 25086               
 25087               static const char*
 25088               __root_cimv2_CIM_StorageError_qualifiers[] =
 25089               {
 25090                   /* UMLPackagePath */
 25091                   "\057CIM::Device::StorageExtents",
 25092                   /* Version */
 25093                   "\0632.6.0",
 25094 mike  1.1.2.1     0,
 25095               };
 25096               
 25097               MetaClass
 25098               __root_cimv2_CIM_StorageError =
 25099               {
 25100                   /* flags */
 25101                   META_FLAG_CLASS,
 25102                   /* name */
 25103                   "CIM_StorageError",
 25104                   /* qualifiers */
 25105                   __root_cimv2_CIM_StorageError_qualifiers,
 25106                   /* super */
 25107                   &__root_cimv2_CIM_ManagedElement,
 25108                   /* features */
 25109                   _CIM_StorageError_features,
 25110               };
 25111               
 25112               //==============================================================================
 25113               //
 25114               // Class: CIM_StorageHardwareID
 25115 mike  1.1.2.1 //
 25116               //==============================================================================
 25117               
 25118               static const char*
 25119               _CIM_StorageHardwareID_StorageID_qualifiers[] =
 25120               {
 25121                   /* Required */
 25122                   "\050\001",
 25123                   /* MaxLen */
 25124                   "\030\000\000\001\000",
 25125                   /* ModelCorrespondence */
 25126                   "\036\000\001CIM_StorageHardwareID.IDType\000",
 25127                   0,
 25128               };
 25129               
 25130               static MetaProperty
 25131               _CIM_StorageHardwareID_StorageID =
 25132               {
 25133                   /* flags */
 25134                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 25135                   /* name */
 25136 mike  1.1.2.1     "StorageID",
 25137                   /* qualifiers */
 25138                   _CIM_StorageHardwareID_StorageID_qualifiers,
 25139                   /* type */
 25140                   CIMTYPE_STRING,
 25141                   /* subscript */
 25142                   -1,
 25143                   /* value */
 25144                   0,
 25145               };
 25146               
 25147               static const char*
 25148               _CIM_StorageHardwareID_IDType_qualifiers[] =
 25149               {
 25150                   /* Required */
 25151                   "\050\001",
 25152                   /* ValueMap */
 25153                   "\061\000\0051\0002\0003\0004\0005\000",
 25154                   /* Values */
 25155                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
 25156                   /* ModelCorrespondence */
 25157 mike  1.1.2.1     "\036\000\001CIM_StorageHardwareID.StorageID\000",
 25158                   0,
 25159               };
 25160               
 25161               static MetaProperty
 25162               _CIM_StorageHardwareID_IDType =
 25163               {
 25164                   /* flags */
 25165                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 25166                   /* name */
 25167                   "IDType",
 25168                   /* qualifiers */
 25169                   _CIM_StorageHardwareID_IDType_qualifiers,
 25170                   /* type */
 25171                   CIMTYPE_UINT16,
 25172                   /* subscript */
 25173                   -1,
 25174                   /* value */
 25175                   0,
 25176               };
 25177               
 25178 mike  1.1.2.1 static const char*
 25179               _CIM_StorageHardwareID_OtherIDType_qualifiers[] =
 25180               {
 25181                   0,
 25182               };
 25183               
 25184               static MetaProperty
 25185               _CIM_StorageHardwareID_OtherIDType =
 25186               {
 25187                   /* flags */
 25188                   META_FLAG_PROPERTY|META_FLAG_READ,
 25189                   /* name */
 25190                   "OtherIDType",
 25191                   /* qualifiers */
 25192                   _CIM_StorageHardwareID_OtherIDType_qualifiers,
 25193                   /* type */
 25194                   CIMTYPE_STRING,
 25195                   /* subscript */
 25196                   -1,
 25197                   /* value */
 25198                   0,
 25199 mike  1.1.2.1 };
 25200               
 25201               static MetaFeature*
 25202               _CIM_StorageHardwareID_features[] =
 25203               {
 25204                   (MetaFeature*)&_CIM_StorageHardwareID_StorageID,
 25205                   (MetaFeature*)&_CIM_StorageHardwareID_IDType,
 25206                   (MetaFeature*)&_CIM_StorageHardwareID_OtherIDType,
 25207                   0,
 25208               };
 25209               
 25210               static const char*
 25211               __root_cimv2_CIM_StorageHardwareID_qualifiers[] =
 25212               {
 25213                   /* UMLPackagePath */
 25214                   "\057CIM::User::StorageHardwareID",
 25215                   /* Version */
 25216                   "\0632.8.1000",
 25217                   0,
 25218               };
 25219               
 25220 mike  1.1.2.1 MetaClass
 25221               __root_cimv2_CIM_StorageHardwareID =
 25222               {
 25223                   /* flags */
 25224                   META_FLAG_CLASS,
 25225                   /* name */
 25226                   "CIM_StorageHardwareID",
 25227                   /* qualifiers */
 25228                   __root_cimv2_CIM_StorageHardwareID_qualifiers,
 25229                   /* super */
 25230                   &__root_cimv2_CIM_Identity,
 25231                   /* features */
 25232                   _CIM_StorageHardwareID_features,
 25233               };
 25234               
 25235               //==============================================================================
 25236               //
 25237               // Class: CIM_StorageReplicationCapabilities
 25238               //
 25239               //==============================================================================
 25240               
 25241 mike  1.1.2.1 static const char*
 25242               _CIM_StorageReplicationCapabilities_SupportedSynchronizationType_qualifiers[] =
 25243               {
 25244                   /* ValueMap */
 25245                   "\061\000\0072\0003\0004\0005\0006\000..\00032768..65535\000",
 25246                   /* Values */
 25247                   "\062\000\007Async\000Sync\000UnSyncAssoc-Full\000UnSyncAssoc-Delta\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
 25248                   0,
 25249               };
 25250               
 25251               static MetaProperty
 25252               _CIM_StorageReplicationCapabilities_SupportedSynchronizationType =
 25253               {
 25254                   /* flags */
 25255                   META_FLAG_PROPERTY|META_FLAG_READ,
 25256                   /* name */
 25257                   "SupportedSynchronizationType",
 25258                   /* qualifiers */
 25259                   _CIM_StorageReplicationCapabilities_SupportedSynchronizationType_qualifiers,
 25260                   /* type */
 25261                   CIMTYPE_UINT16,
 25262 mike  1.1.2.1     /* subscript */
 25263                   -1,
 25264                   /* value */
 25265                   0,
 25266               };
 25267               
 25268               static const char*
 25269               _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions_qualifiers[] =
 25270               {
 25271                   /* ValueMap */
 25272                   "\061\000\0102\0003\0004\0005\0006\0007\0008\000..\000",
 25273                   /* Values */
 25274                   "\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",
 25275                   /* ModelCorrespondence */
 25276                   "\036\000\001CIM_StorageReplicationCapabilities.SupportedSynchronousActions\000",
 25277                   0,
 25278               };
 25279               
 25280               static MetaProperty
 25281               _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions =
 25282               {
 25283 mike  1.1.2.1     /* flags */
 25284                   META_FLAG_PROPERTY|META_FLAG_READ,
 25285                   /* name */
 25286                   "SupportedAsynchronousActions",
 25287                   /* qualifiers */
 25288                   _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions_qualifiers,
 25289                   /* type */
 25290                   CIMTYPE_UINT16,
 25291                   /* subscript */
 25292                   0,
 25293                   /* value */
 25294                   0,
 25295               };
 25296               
 25297               static const char*
 25298               _CIM_StorageReplicationCapabilities_SupportedSynchronousActions_qualifiers[] =
 25299               {
 25300                   /* ValueMap */
 25301                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\000..\000",
 25302                   /* Values */
 25303                   "\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",
 25304 mike  1.1.2.1     /* ModelCorrespondence */
 25305                   "\036\000\001CIM_StorageReplicationCapabilities.SupportedAsynchronousActions\000",
 25306                   0,
 25307               };
 25308               
 25309               static MetaProperty
 25310               _CIM_StorageReplicationCapabilities_SupportedSynchronousActions =
 25311               {
 25312                   /* flags */
 25313                   META_FLAG_PROPERTY|META_FLAG_READ,
 25314                   /* name */
 25315                   "SupportedSynchronousActions",
 25316                   /* qualifiers */
 25317                   _CIM_StorageReplicationCapabilities_SupportedSynchronousActions_qualifiers,
 25318                   /* type */
 25319                   CIMTYPE_UINT16,
 25320                   /* subscript */
 25321                   0,
 25322                   /* value */
 25323                   0,
 25324               };
 25325 mike  1.1.2.1 
 25326               static const char*
 25327               _CIM_StorageReplicationCapabilities_InitialReplicationState_qualifiers[] =
 25328               {
 25329                   /* ValueMap */
 25330                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 25331                   /* Values */
 25332                   "\062\000\006Initialized\000Prepared\000Synchronized\000Idle\000DMTF Reserved\000Vendor Specific\000",
 25333                   /* ModelCorrespondence */
 25334                   "\036\000\003CIM_StorageConfigurationService.AttachReplica\000CIM_StorageConfigurationService.AttachOrModifyReplica\000CIM_StorageConfigurationService.CreateReplica\000",
 25335                   0,
 25336               };
 25337               
 25338               static MetaProperty
 25339               _CIM_StorageReplicationCapabilities_InitialReplicationState =
 25340               {
 25341                   /* flags */
 25342                   META_FLAG_PROPERTY|META_FLAG_READ,
 25343                   /* name */
 25344                   "InitialReplicationState",
 25345                   /* qualifiers */
 25346 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_InitialReplicationState_qualifiers,
 25347                   /* type */
 25348                   CIMTYPE_UINT16,
 25349                   /* subscript */
 25350                   -1,
 25351                   /* value */
 25352                   0,
 25353               };
 25354               
 25355               static const char*
 25356               _CIM_StorageReplicationCapabilities_SupportedSpecializedElements_qualifiers[] =
 25357               {
 25358                   /* ValueMap */
 25359                   "\061\000\0112\0003\0004\0005\0006\0007\0008\000..\0000x8000..0xFFFF\000",
 25360                   /* Values */
 25361                   "\062\000\011Delta Pool\000Delta Pool Component\000Remote Mirror\000Local Mirror\000Full Snapshot\000Delta Snapshot\000Replication Buffer\000DMTF Reserved\000Vendor Specific\000",
 25362                   /* ModelCorrespondence */
 25363                   "\036\000\001CIM_StorageSetting.IntendedUsage\000",
 25364                   0,
 25365               };
 25366               
 25367 mike  1.1.2.1 static MetaProperty
 25368               _CIM_StorageReplicationCapabilities_SupportedSpecializedElements =
 25369               {
 25370                   /* flags */
 25371                   META_FLAG_PROPERTY|META_FLAG_READ,
 25372                   /* name */
 25373                   "SupportedSpecializedElements",
 25374                   /* qualifiers */
 25375                   _CIM_StorageReplicationCapabilities_SupportedSpecializedElements_qualifiers,
 25376                   /* type */
 25377                   CIMTYPE_UINT16,
 25378                   /* subscript */
 25379                   0,
 25380                   /* value */
 25381                   0,
 25382               };
 25383               
 25384               static const char*
 25385               _CIM_StorageReplicationCapabilities_SupportedModifyOperations_qualifiers[] =
 25386               {
 25387                   /* ValueMap */
 25388 mike  1.1.2.1     "\061\000\0162\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..0xFFFF\000",
 25389                   /* Values */
 25390                   "\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",
 25391                   /* ModelCorrespondence */
 25392                   "\036\000\001CIM_StorageConfigurationService.ModifySynchronization\000",
 25393                   0,
 25394               };
 25395               
 25396               static MetaProperty
 25397               _CIM_StorageReplicationCapabilities_SupportedModifyOperations =
 25398               {
 25399                   /* flags */
 25400                   META_FLAG_PROPERTY|META_FLAG_READ,
 25401                   /* name */
 25402                   "SupportedModifyOperations",
 25403                   /* qualifiers */
 25404                   _CIM_StorageReplicationCapabilities_SupportedModifyOperations_qualifiers,
 25405                   /* type */
 25406                   CIMTYPE_UINT16,
 25407                   /* subscript */
 25408                   0,
 25409 mike  1.1.2.1     /* value */
 25410                   0,
 25411               };
 25412               
 25413               static const char*
 25414               _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility_qualifiers[] =
 25415               {
 25416                   /* ValueMap */
 25417                   "\061\000\0052\0003\0004\0005\000..\000",
 25418                   /* Values */
 25419                   "\062\000\005Not Accessible\000No Restrictions\000Source Hosts Only\000Source Hosts Excluded\000DMTF Reserved\000",
 25420                   0,
 25421               };
 25422               
 25423               static MetaProperty
 25424               _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility =
 25425               {
 25426                   /* flags */
 25427                   META_FLAG_PROPERTY|META_FLAG_READ,
 25428                   /* name */
 25429                   "ReplicaHostAccessibility",
 25430 mike  1.1.2.1     /* qualifiers */
 25431                   _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility_qualifiers,
 25432                   /* type */
 25433                   CIMTYPE_UINT16,
 25434                   /* subscript */
 25435                   -1,
 25436                   /* value */
 25437                   0,
 25438               };
 25439               
 25440               static const char*
 25441               _CIM_StorageReplicationCapabilities_HostAccessibleState_qualifiers[] =
 25442               {
 25443                   /* ValueMap */
 25444                   "\061\000\0202\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000..\0000x8000..\000",
 25445                   /* Values */
 25446                   "\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",
 25447                   /* ModelCorrespondence */
 25448                   "\036\000\001CIM_StorageSynchronized.SyncState\000",
 25449                   0,
 25450               };
 25451 mike  1.1.2.1 
 25452               static MetaProperty
 25453               _CIM_StorageReplicationCapabilities_HostAccessibleState =
 25454               {
 25455                   /* flags */
 25456                   META_FLAG_PROPERTY|META_FLAG_READ,
 25457                   /* name */
 25458                   "HostAccessibleState",
 25459                   /* qualifiers */
 25460                   _CIM_StorageReplicationCapabilities_HostAccessibleState_qualifiers,
 25461                   /* type */
 25462                   CIMTYPE_UINT16,
 25463                   /* subscript */
 25464                   0,
 25465                   /* value */
 25466                   0,
 25467               };
 25468               
 25469               static const char*
 25470               _CIM_StorageReplicationCapabilities_SpaceLimitSupported_qualifiers[] =
 25471               {
 25472 mike  1.1.2.1     /* ModelCorrespondence */
 25473                   "\036\000\001CIM_AllocatedFromStoragePool.SpaceLimit\000",
 25474                   0,
 25475               };
 25476               
 25477               static MetaProperty
 25478               _CIM_StorageReplicationCapabilities_SpaceLimitSupported =
 25479               {
 25480                   /* flags */
 25481                   META_FLAG_PROPERTY|META_FLAG_READ,
 25482                   /* name */
 25483                   "SpaceLimitSupported",
 25484                   /* qualifiers */
 25485                   _CIM_StorageReplicationCapabilities_SpaceLimitSupported_qualifiers,
 25486                   /* type */
 25487                   CIMTYPE_BOOLEAN,
 25488                   /* subscript */
 25489                   -1,
 25490                   /* value */
 25491                   0,
 25492               };
 25493 mike  1.1.2.1 
 25494               static const char*
 25495               _CIM_StorageReplicationCapabilities_SpaceReservationSupported_qualifiers[] =
 25496               {
 25497                   0,
 25498               };
 25499               
 25500               static MetaProperty
 25501               _CIM_StorageReplicationCapabilities_SpaceReservationSupported =
 25502               {
 25503                   /* flags */
 25504                   META_FLAG_PROPERTY|META_FLAG_READ,
 25505                   /* name */
 25506                   "SpaceReservationSupported",
 25507                   /* qualifiers */
 25508                   _CIM_StorageReplicationCapabilities_SpaceReservationSupported_qualifiers,
 25509                   /* type */
 25510                   CIMTYPE_BOOLEAN,
 25511                   /* subscript */
 25512                   -1,
 25513                   /* value */
 25514 mike  1.1.2.1     0,
 25515               };
 25516               
 25517               static const char*
 25518               _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported_qualifiers[] =
 25519               {
 25520                   0,
 25521               };
 25522               
 25523               static MetaProperty
 25524               _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported =
 25525               {
 25526                   /* flags */
 25527                   META_FLAG_PROPERTY|META_FLAG_READ,
 25528                   /* name */
 25529                   "LocalMirrorSnapshotSupported",
 25530                   /* qualifiers */
 25531                   _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported_qualifiers,
 25532                   /* type */
 25533                   CIMTYPE_BOOLEAN,
 25534                   /* subscript */
 25535 mike  1.1.2.1     -1,
 25536                   /* value */
 25537                   0,
 25538               };
 25539               
 25540               static const char*
 25541               _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported_qualifiers[] =
 25542               {
 25543                   0,
 25544               };
 25545               
 25546               static MetaProperty
 25547               _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported =
 25548               {
 25549                   /* flags */
 25550                   META_FLAG_PROPERTY|META_FLAG_READ,
 25551                   /* name */
 25552                   "RemoteMirrorSnapshotSupported",
 25553                   /* qualifiers */
 25554                   _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported_qualifiers,
 25555                   /* type */
 25556 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 25557                   /* subscript */
 25558                   -1,
 25559                   /* value */
 25560                   0,
 25561               };
 25562               
 25563               static const char*
 25564               _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported_qualifiers[] =
 25565               {
 25566                   0,
 25567               };
 25568               
 25569               static MetaProperty
 25570               _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported =
 25571               {
 25572                   /* flags */
 25573                   META_FLAG_PROPERTY|META_FLAG_READ,
 25574                   /* name */
 25575                   "IncrementalDeltasSupported",
 25576                   /* qualifiers */
 25577 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported_qualifiers,
 25578                   /* type */
 25579                   CIMTYPE_BOOLEAN,
 25580                   /* subscript */
 25581                   -1,
 25582                   /* value */
 25583                   0,
 25584               };
 25585               
 25586               static const char*
 25587               _CIM_StorageReplicationCapabilities_PersistentReplicasSupported_qualifiers[] =
 25588               {
 25589                   0,
 25590               };
 25591               
 25592               static MetaProperty
 25593               _CIM_StorageReplicationCapabilities_PersistentReplicasSupported =
 25594               {
 25595                   /* flags */
 25596                   META_FLAG_PROPERTY|META_FLAG_READ,
 25597                   /* name */
 25598 mike  1.1.2.1     "PersistentReplicasSupported",
 25599                   /* qualifiers */
 25600                   _CIM_StorageReplicationCapabilities_PersistentReplicasSupported_qualifiers,
 25601                   /* type */
 25602                   CIMTYPE_BOOLEAN,
 25603                   /* subscript */
 25604                   -1,
 25605                   /* value */
 25606                   0,
 25607               };
 25608               
 25609               static const char*
 25610               _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported_qualifiers[] =
 25611               {
 25612                   0,
 25613               };
 25614               
 25615               static MetaProperty
 25616               _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported =
 25617               {
 25618                   /* flags */
 25619 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 25620                   /* name */
 25621                   "BidirectionalConnectionsSupported",
 25622                   /* qualifiers */
 25623                   _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported_qualifiers,
 25624                   /* type */
 25625                   CIMTYPE_BOOLEAN,
 25626                   /* subscript */
 25627                   -1,
 25628                   /* value */
 25629                   0,
 25630               };
 25631               
 25632               static const char*
 25633               _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource_qualifiers[] =
 25634               {
 25635                   0,
 25636               };
 25637               
 25638               static MetaProperty
 25639               _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource =
 25640 mike  1.1.2.1 {
 25641                   /* flags */
 25642                   META_FLAG_PROPERTY|META_FLAG_READ,
 25643                   /* name */
 25644                   "MaximumReplicasPerSource",
 25645                   /* qualifiers */
 25646                   _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource_qualifiers,
 25647                   /* type */
 25648                   CIMTYPE_UINT16,
 25649                   /* subscript */
 25650                   -1,
 25651                   /* value */
 25652                   0,
 25653               };
 25654               
 25655               static const char*
 25656               _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection_qualifiers[] =
 25657               {
 25658                   0,
 25659               };
 25660               
 25661 mike  1.1.2.1 static MetaProperty
 25662               _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection =
 25663               {
 25664                   /* flags */
 25665                   META_FLAG_PROPERTY|META_FLAG_READ,
 25666                   /* name */
 25667                   "MaximumPortsPerConnection",
 25668                   /* qualifiers */
 25669                   _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection_qualifiers,
 25670                   /* type */
 25671                   CIMTYPE_UINT16,
 25672                   /* subscript */
 25673                   -1,
 25674                   /* value */
 25675                   0,
 25676               };
 25677               
 25678               static const char*
 25679               _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort_qualifiers[] =
 25680               {
 25681                   0,
 25682 mike  1.1.2.1 };
 25683               
 25684               static MetaProperty
 25685               _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort =
 25686               {
 25687                   /* flags */
 25688                   META_FLAG_PROPERTY|META_FLAG_READ,
 25689                   /* name */
 25690                   "MaximumConnectionsPerPort",
 25691                   /* qualifiers */
 25692                   _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort_qualifiers,
 25693                   /* type */
 25694                   CIMTYPE_UINT16,
 25695                   /* subscript */
 25696                   -1,
 25697                   /* value */
 25698                   0,
 25699               };
 25700               
 25701               static const char*
 25702               _CIM_StorageReplicationCapabilities_MaximumPeerConnections_qualifiers[] =
 25703 mike  1.1.2.1 {
 25704                   0,
 25705               };
 25706               
 25707               static MetaProperty
 25708               _CIM_StorageReplicationCapabilities_MaximumPeerConnections =
 25709               {
 25710                   /* flags */
 25711                   META_FLAG_PROPERTY|META_FLAG_READ,
 25712                   /* name */
 25713                   "MaximumPeerConnections",
 25714                   /* qualifiers */
 25715                   _CIM_StorageReplicationCapabilities_MaximumPeerConnections_qualifiers,
 25716                   /* type */
 25717                   CIMTYPE_UINT16,
 25718                   /* subscript */
 25719                   -1,
 25720                   /* value */
 25721                   0,
 25722               };
 25723               
 25724 mike  1.1.2.1 static const char*
 25725               _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth_qualifiers[] =
 25726               {
 25727                   0,
 25728               };
 25729               
 25730               static MetaProperty
 25731               _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth =
 25732               {
 25733                   /* flags */
 25734                   META_FLAG_PROPERTY|META_FLAG_READ,
 25735                   /* name */
 25736                   "MaximumLocalReplicationDepth",
 25737                   /* qualifiers */
 25738                   _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth_qualifiers,
 25739                   /* type */
 25740                   CIMTYPE_UINT16,
 25741                   /* subscript */
 25742                   -1,
 25743                   /* value */
 25744                   "\000\001",
 25745 mike  1.1.2.1 };
 25746               
 25747               static const char*
 25748               _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth_qualifiers[] =
 25749               {
 25750                   0,
 25751               };
 25752               
 25753               static MetaProperty
 25754               _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth =
 25755               {
 25756                   /* flags */
 25757                   META_FLAG_PROPERTY|META_FLAG_READ,
 25758                   /* name */
 25759                   "MaximumRemoteReplicationDepth",
 25760                   /* qualifiers */
 25761                   _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth_qualifiers,
 25762                   /* type */
 25763                   CIMTYPE_UINT16,
 25764                   /* subscript */
 25765                   -1,
 25766 mike  1.1.2.1     /* value */
 25767                   "\000\001",
 25768               };
 25769               
 25770               static const char*
 25771               _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault_qualifiers[] =
 25772               {
 25773                   /* ValueMap */
 25774                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
 25775                   /* Values */
 25776                   "\062\000\005Not Managed\000Start\000Do Not Start\000DMTF Reserved\000Vendor Specific\000",
 25777                   /* ModelCorrespondence */
 25778                   "\036\000\001CIM_StorageSetting.InitialSynchronization\000",
 25779                   0,
 25780               };
 25781               
 25782               static MetaProperty
 25783               _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault =
 25784               {
 25785                   /* flags */
 25786                   META_FLAG_PROPERTY|META_FLAG_READ,
 25787 mike  1.1.2.1     /* name */
 25788                   "InitialSynchronizationDefault",
 25789                   /* qualifiers */
 25790                   _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault_qualifiers,
 25791                   /* type */
 25792                   CIMTYPE_UINT16,
 25793                   /* subscript */
 25794                   -1,
 25795                   /* value */
 25796                   0,
 25797               };
 25798               
 25799               static const char*
 25800               _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault_qualifiers[] =
 25801               {
 25802                   /* ValueMap */
 25803                   "\061\000\0060\0001\0002\0003\000..\0000x8000..\000",
 25804                   /* Values */
 25805                   "\062\000\006Not Managed\000Low\000Same\000High\000DMTF Reserved\000Vendor Specific\000",
 25806                   /* ModelCorrespondence */
 25807                   "\036\000\001CIM_StorageSetting.ReplicationPriority\000",
 25808 mike  1.1.2.1     0,
 25809               };
 25810               
 25811               static MetaProperty
 25812               _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault =
 25813               {
 25814                   /* flags */
 25815                   META_FLAG_PROPERTY|META_FLAG_READ,
 25816                   /* name */
 25817                   "ReplicationPriorityDefault",
 25818                   /* qualifiers */
 25819                   _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault_qualifiers,
 25820                   /* type */
 25821                   CIMTYPE_UINT16,
 25822                   /* subscript */
 25823                   -1,
 25824                   /* value */
 25825                   0,
 25826               };
 25827               
 25828               static const char*
 25829 mike  1.1.2.1 _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault_qualifiers[] =
 25830               {
 25831                   /* Units */
 25832                   "\060Percentage",
 25833                   /* MinValue */
 25834                   "\035\000\000\000\000\000\000\000\000",
 25835                   /* MaxValue */
 25836                   "\031\000\000\000\000\000\000\000\144",
 25837                   /* ModelCorrespondence */
 25838                   "\036\000\001CIM_StoragePool.LowSpaceWarningThreshold\000",
 25839                   0,
 25840               };
 25841               
 25842               static MetaProperty
 25843               _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault =
 25844               {
 25845                   /* flags */
 25846                   META_FLAG_PROPERTY|META_FLAG_READ,
 25847                   /* name */
 25848                   "LowSpaceWarningThresholdDefault",
 25849                   /* qualifiers */
 25850 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault_qualifiers,
 25851                   /* type */
 25852                   CIMTYPE_UINT8,
 25853                   /* subscript */
 25854                   -1,
 25855                   /* value */
 25856                   0,
 25857               };
 25858               
 25859               static const char*
 25860               _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault_qualifiers[] =
 25861               {
 25862                   /* Units */
 25863                   "\060Percentage",
 25864                   /* MinValue */
 25865                   "\035\000\000\000\000\000\000\000\000",
 25866                   /* MaxValue */
 25867                   "\031\000\000\000\000\000\000\000\144",
 25868                   /* ModelCorrespondence */
 25869                   "\036\000\001CIM_AllocatedFromStoragePool.SpaceLimitWarningThreshold\000",
 25870                   0,
 25871 mike  1.1.2.1 };
 25872               
 25873               static MetaProperty
 25874               _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault =
 25875               {
 25876                   /* flags */
 25877                   META_FLAG_PROPERTY|META_FLAG_READ,
 25878                   /* name */
 25879                   "SpaceLimitWarningThresholdDefault",
 25880                   /* qualifiers */
 25881                   _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault_qualifiers,
 25882                   /* type */
 25883                   CIMTYPE_UINT8,
 25884                   /* subscript */
 25885                   -1,
 25886                   /* value */
 25887                   0,
 25888               };
 25889               
 25890               static const char*
 25891               _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess_qualifiers[] =
 25892 mike  1.1.2.1 {
 25893                   /* ValueMap */
 25894                   "\061\000\0062\0003\0004\0005\000..\0000x8000..\000",
 25895                   /* Values */
 25896                   "\062\000\006Not Specified\000Source\000Target\000Proxy\000DMTF Reserved\000Vendor Specific\000",
 25897                   0,
 25898               };
 25899               
 25900               static MetaProperty
 25901               _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess =
 25902               {
 25903                   /* flags */
 25904                   META_FLAG_PROPERTY|META_FLAG_READ,
 25905                   /* name */
 25906                   "RemoteReplicationServicePointAccess",
 25907                   /* qualifiers */
 25908                   _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess_qualifiers,
 25909                   /* type */
 25910                   CIMTYPE_UINT16,
 25911                   /* subscript */
 25912                   -1,
 25913 mike  1.1.2.1     /* value */
 25914                   0,
 25915               };
 25916               
 25917               static const char*
 25918               _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess_qualifiers[] =
 25919               {
 25920                   /* ValueMap */
 25921                   "\061\000\0062\0003\0004\0005\000..\0000x8000..\000",
 25922                   /* Values */
 25923                   "\062\000\006None\000Source\000Target\000Proxy\000DMTF Reserved\000Vendor Specific\000",
 25924                   0,
 25925               };
 25926               
 25927               static MetaProperty
 25928               _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess =
 25929               {
 25930                   /* flags */
 25931                   META_FLAG_PROPERTY|META_FLAG_READ,
 25932                   /* name */
 25933                   "AlternateReplicationServicePointAccess",
 25934 mike  1.1.2.1     /* qualifiers */
 25935                   _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess_qualifiers,
 25936                   /* type */
 25937                   CIMTYPE_UINT16,
 25938                   /* subscript */
 25939                   -1,
 25940                   /* value */
 25941                   0,
 25942               };
 25943               
 25944               static const char*
 25945               _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess_qualifiers[] =
 25946               {
 25947                   /* ValueMap */
 25948                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 25949                   /* Values */
 25950                   "\062\000\005Any\000Exclusive\000Shared\000DMTF Reserved\000Vendor Specific\000",
 25951                   0,
 25952               };
 25953               
 25954               static MetaProperty
 25955 mike  1.1.2.1 _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess =
 25956               {
 25957                   /* flags */
 25958                   META_FLAG_PROPERTY|META_FLAG_READ,
 25959                   /* name */
 25960                   "DeltaReplicaPoolAccess",
 25961                   /* qualifiers */
 25962                   _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess_qualifiers,
 25963                   /* type */
 25964                   CIMTYPE_UINT16,
 25965                   /* subscript */
 25966                   -1,
 25967                   /* value */
 25968                   0,
 25969               };
 25970               
 25971               static const char*
 25972               _CIM_StorageReplicationCapabilities_RemoteBufferElementType_qualifiers[] =
 25973               {
 25974                   /* ValueMap */
 25975                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 25976 mike  1.1.2.1     /* Values */
 25977                   "\062\000\005Not specified\000InExtent\000InPool\000DMTF Reserved\000Vendor Specific\000",
 25978                   0,
 25979               };
 25980               
 25981               static MetaProperty
 25982               _CIM_StorageReplicationCapabilities_RemoteBufferElementType =
 25983               {
 25984                   /* flags */
 25985                   META_FLAG_PROPERTY|META_FLAG_READ,
 25986                   /* name */
 25987                   "RemoteBufferElementType",
 25988                   /* qualifiers */
 25989                   _CIM_StorageReplicationCapabilities_RemoteBufferElementType_qualifiers,
 25990                   /* type */
 25991                   CIMTYPE_UINT16,
 25992                   /* subscript */
 25993                   -1,
 25994                   /* value */
 25995                   0,
 25996               };
 25997 mike  1.1.2.1 
 25998               static const char*
 25999               _CIM_StorageReplicationCapabilities_RemoteBufferHost_qualifiers[] =
 26000               {
 26001                   /* ValueMap */
 26002                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 26003                   /* Values */
 26004                   "\062\000\005Array\000ComponentCS\000Pipe\000DMTF Reserved\000Vendor Specific\000",
 26005                   0,
 26006               };
 26007               
 26008               static MetaProperty
 26009               _CIM_StorageReplicationCapabilities_RemoteBufferHost =
 26010               {
 26011                   /* flags */
 26012                   META_FLAG_PROPERTY|META_FLAG_READ,
 26013                   /* name */
 26014                   "RemoteBufferHost",
 26015                   /* qualifiers */
 26016                   _CIM_StorageReplicationCapabilities_RemoteBufferHost_qualifiers,
 26017                   /* type */
 26018 mike  1.1.2.1     CIMTYPE_UINT16,
 26019                   /* subscript */
 26020                   -1,
 26021                   /* value */
 26022                   0,
 26023               };
 26024               
 26025               static const char*
 26026               _CIM_StorageReplicationCapabilities_RemoteBufferLocation_qualifiers[] =
 26027               {
 26028                   /* ValueMap */
 26029                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 26030                   /* Values */
 26031                   "\062\000\005Source\000Target\000Both\000DMTF Reserved\000Vendor Specific\000",
 26032                   0,
 26033               };
 26034               
 26035               static MetaProperty
 26036               _CIM_StorageReplicationCapabilities_RemoteBufferLocation =
 26037               {
 26038                   /* flags */
 26039 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 26040                   /* name */
 26041                   "RemoteBufferLocation",
 26042                   /* qualifiers */
 26043                   _CIM_StorageReplicationCapabilities_RemoteBufferLocation_qualifiers,
 26044                   /* type */
 26045                   CIMTYPE_UINT16,
 26046                   /* subscript */
 26047                   -1,
 26048                   /* value */
 26049                   0,
 26050               };
 26051               
 26052               static const char*
 26053               _CIM_StorageReplicationCapabilities_RemoteBufferSupported_qualifiers[] =
 26054               {
 26055                   /* ValueMap */
 26056                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 26057                   /* Values */
 26058                   "\062\000\005Not Supported\000Required\000Optional\000DMTF Reserved\000Vendor Specific\000",
 26059                   0,
 26060 mike  1.1.2.1 };
 26061               
 26062               static MetaProperty
 26063               _CIM_StorageReplicationCapabilities_RemoteBufferSupported =
 26064               {
 26065                   /* flags */
 26066                   META_FLAG_PROPERTY|META_FLAG_READ,
 26067                   /* name */
 26068                   "RemoteBufferSupported",
 26069                   /* qualifiers */
 26070                   _CIM_StorageReplicationCapabilities_RemoteBufferSupported_qualifiers,
 26071                   /* type */
 26072                   CIMTYPE_UINT16,
 26073                   /* subscript */
 26074                   -1,
 26075                   /* value */
 26076                   0,
 26077               };
 26078               
 26079               static const char*
 26080               _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault_qualifiers[] =
 26081 mike  1.1.2.1 {
 26082                   /* ValueMap */
 26083                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
 26084                   /* Values */
 26085                   "\062\000\005Not Managed\000Use Buffer\000Do Not Use Buffer\000DMTF Reserved\000Vendor Specific\000",
 26086                   /* ModelCorrespondence */
 26087                   "\036\000\001CIM_StorageSetting.UseReplicationBuffer\000",
 26088                   0,
 26089               };
 26090               
 26091               static MetaProperty
 26092               _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault =
 26093               {
 26094                   /* flags */
 26095                   META_FLAG_PROPERTY|META_FLAG_READ,
 26096                   /* name */
 26097                   "UseReplicationBufferDefault",
 26098                   /* qualifiers */
 26099                   _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault_qualifiers,
 26100                   /* type */
 26101                   CIMTYPE_UINT16,
 26102 mike  1.1.2.1     /* subscript */
 26103                   -1,
 26104                   /* value */
 26105                   0,
 26106               };
 26107               
 26108               static const char*
 26109               _CIM_StorageReplicationCapabilities_PeerConnectionProtocol_qualifiers[] =
 26110               {
 26111                   0,
 26112               };
 26113               
 26114               static MetaProperty
 26115               _CIM_StorageReplicationCapabilities_PeerConnectionProtocol =
 26116               {
 26117                   /* flags */
 26118                   META_FLAG_PROPERTY|META_FLAG_READ,
 26119                   /* name */
 26120                   "PeerConnectionProtocol",
 26121                   /* qualifiers */
 26122                   _CIM_StorageReplicationCapabilities_PeerConnectionProtocol_qualifiers,
 26123 mike  1.1.2.1     /* type */
 26124                   CIMTYPE_STRING,
 26125                   /* subscript */
 26126                   -1,
 26127                   /* value */
 26128                   0,
 26129               };
 26130               
 26131               static MetaFeature*
 26132               _CIM_StorageReplicationCapabilities_features[] =
 26133               {
 26134                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSynchronizationType,
 26135                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedAsynchronousActions,
 26136                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSynchronousActions,
 26137                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_InitialReplicationState,
 26138                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSpecializedElements,
 26139                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedModifyOperations,
 26140                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_ReplicaHostAccessibility,
 26141                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_HostAccessibleState,
 26142                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceLimitSupported,
 26143                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceReservationSupported,
 26144 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported,
 26145                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported,
 26146                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_IncrementalDeltasSupported,
 26147                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_PersistentReplicasSupported,
 26148                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported,
 26149                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumReplicasPerSource,
 26150                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumPortsPerConnection,
 26151                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort,
 26152                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumPeerConnections,
 26153                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth,
 26154                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth,
 26155                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_InitialSynchronizationDefault,
 26156                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_ReplicationPriorityDefault,
 26157                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault,
 26158                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault,
 26159                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess,
 26160                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess,
 26161                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess,
 26162                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferElementType,
 26163                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferHost,
 26164                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferLocation,
 26165 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferSupported,
 26166                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_UseReplicationBufferDefault,
 26167                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_PeerConnectionProtocol,
 26168                   0,
 26169               };
 26170               
 26171               static const char*
 26172               __root_cimv2_CIM_StorageReplicationCapabilities_qualifiers[] =
 26173               {
 26174                   /* UMLPackagePath */
 26175                   "\057CIM::Device::StorageServices",
 26176                   /* Version */
 26177                   "\0632.10.0",
 26178                   0,
 26179               };
 26180               
 26181               MetaClass
 26182               __root_cimv2_CIM_StorageReplicationCapabilities =
 26183               {
 26184                   /* flags */
 26185                   META_FLAG_CLASS,
 26186 mike  1.1.2.1     /* name */
 26187                   "CIM_StorageReplicationCapabilities",
 26188                   /* qualifiers */
 26189                   __root_cimv2_CIM_StorageReplicationCapabilities_qualifiers,
 26190                   /* super */
 26191                   &__root_cimv2_CIM_Capabilities,
 26192                   /* features */
 26193                   _CIM_StorageReplicationCapabilities_features,
 26194               };
 26195               
 26196               //==============================================================================
 26197               //
 26198               // Class: CIM_StorageSetting
 26199               //
 26200               //==============================================================================
 26201               
 26202               static const char*
 26203               _CIM_StorageSetting_NoSinglePointOfFailure_qualifiers[] =
 26204               {
 26205                   /* Write */
 26206                   "\065\001",
 26207 mike  1.1.2.1     0,
 26208               };
 26209               
 26210               static MetaProperty
 26211               _CIM_StorageSetting_NoSinglePointOfFailure =
 26212               {
 26213                   /* flags */
 26214                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26215                   /* name */
 26216                   "NoSinglePointOfFailure",
 26217                   /* qualifiers */
 26218                   _CIM_StorageSetting_NoSinglePointOfFailure_qualifiers,
 26219                   /* type */
 26220                   CIMTYPE_BOOLEAN,
 26221                   /* subscript */
 26222                   -1,
 26223                   /* value */
 26224                   0,
 26225               };
 26226               
 26227               static const char*
 26228 mike  1.1.2.1 _CIM_StorageSetting_DataRedundancyMax_qualifiers[] =
 26229               {
 26230                   /* Write */
 26231                   "\065\001",
 26232                   /* MinValue */
 26233                   "\035\000\000\000\000\000\000\000\001",
 26234                   /* ModelCorrespondence */
 26235                   "\036\000\002CIM_StorageSetting.DataRedundancyMin\000CIM_StorageSetting.DataRedundancyGoal\000",
 26236                   0,
 26237               };
 26238               
 26239               static MetaProperty
 26240               _CIM_StorageSetting_DataRedundancyMax =
 26241               {
 26242                   /* flags */
 26243                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26244                   /* name */
 26245                   "DataRedundancyMax",
 26246                   /* qualifiers */
 26247                   _CIM_StorageSetting_DataRedundancyMax_qualifiers,
 26248                   /* type */
 26249 mike  1.1.2.1     CIMTYPE_UINT16,
 26250                   /* subscript */
 26251                   -1,
 26252                   /* value */
 26253                   0,
 26254               };
 26255               
 26256               static const char*
 26257               _CIM_StorageSetting_DataRedundancyMin_qualifiers[] =
 26258               {
 26259                   /* Write */
 26260                   "\065\001",
 26261                   /* MinValue */
 26262                   "\035\000\000\000\000\000\000\000\001",
 26263                   /* ModelCorrespondence */
 26264                   "\036\000\002CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyGoal\000",
 26265                   0,
 26266               };
 26267               
 26268               static MetaProperty
 26269               _CIM_StorageSetting_DataRedundancyMin =
 26270 mike  1.1.2.1 {
 26271                   /* flags */
 26272                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26273                   /* name */
 26274                   "DataRedundancyMin",
 26275                   /* qualifiers */
 26276                   _CIM_StorageSetting_DataRedundancyMin_qualifiers,
 26277                   /* type */
 26278                   CIMTYPE_UINT16,
 26279                   /* subscript */
 26280                   -1,
 26281                   /* value */
 26282                   0,
 26283               };
 26284               
 26285               static const char*
 26286               _CIM_StorageSetting_DataRedundancyGoal_qualifiers[] =
 26287               {
 26288                   /* Write */
 26289                   "\065\001",
 26290                   /* MinValue */
 26291 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\001",
 26292                   /* ModelCorrespondence */
 26293                   "\036\000\002CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
 26294                   0,
 26295               };
 26296               
 26297               static MetaProperty
 26298               _CIM_StorageSetting_DataRedundancyGoal =
 26299               {
 26300                   /* flags */
 26301                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26302                   /* name */
 26303                   "DataRedundancyGoal",
 26304                   /* qualifiers */
 26305                   _CIM_StorageSetting_DataRedundancyGoal_qualifiers,
 26306                   /* type */
 26307                   CIMTYPE_UINT16,
 26308                   /* subscript */
 26309                   -1,
 26310                   /* value */
 26311                   0,
 26312 mike  1.1.2.1 };
 26313               
 26314               static const char*
 26315               _CIM_StorageSetting_PackageRedundancyMax_qualifiers[] =
 26316               {
 26317                   /* Write */
 26318                   "\065\001",
 26319                   /* ModelCorrespondence */
 26320                   "\036\000\002CIM_StorageSetting.PackageRedundancyMin\000CIM_StorageSetting.PackageRedundancyGoal\000",
 26321                   0,
 26322               };
 26323               
 26324               static MetaProperty
 26325               _CIM_StorageSetting_PackageRedundancyMax =
 26326               {
 26327                   /* flags */
 26328                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26329                   /* name */
 26330                   "PackageRedundancyMax",
 26331                   /* qualifiers */
 26332                   _CIM_StorageSetting_PackageRedundancyMax_qualifiers,
 26333 mike  1.1.2.1     /* type */
 26334                   CIMTYPE_UINT16,
 26335                   /* subscript */
 26336                   -1,
 26337                   /* value */
 26338                   0,
 26339               };
 26340               
 26341               static const char*
 26342               _CIM_StorageSetting_PackageRedundancyMin_qualifiers[] =
 26343               {
 26344                   /* Write */
 26345                   "\065\001",
 26346                   /* ModelCorrespondence */
 26347                   "\036\000\002CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyGoal\000",
 26348                   0,
 26349               };
 26350               
 26351               static MetaProperty
 26352               _CIM_StorageSetting_PackageRedundancyMin =
 26353               {
 26354 mike  1.1.2.1     /* flags */
 26355                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26356                   /* name */
 26357                   "PackageRedundancyMin",
 26358                   /* qualifiers */
 26359                   _CIM_StorageSetting_PackageRedundancyMin_qualifiers,
 26360                   /* type */
 26361                   CIMTYPE_UINT16,
 26362                   /* subscript */
 26363                   -1,
 26364                   /* value */
 26365                   0,
 26366               };
 26367               
 26368               static const char*
 26369               _CIM_StorageSetting_PackageRedundancyGoal_qualifiers[] =
 26370               {
 26371                   /* Write */
 26372                   "\065\001",
 26373                   /* ModelCorrespondence */
 26374                   "\036\000\002CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
 26375 mike  1.1.2.1     0,
 26376               };
 26377               
 26378               static MetaProperty
 26379               _CIM_StorageSetting_PackageRedundancyGoal =
 26380               {
 26381                   /* flags */
 26382                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26383                   /* name */
 26384                   "PackageRedundancyGoal",
 26385                   /* qualifiers */
 26386                   _CIM_StorageSetting_PackageRedundancyGoal_qualifiers,
 26387                   /* type */
 26388                   CIMTYPE_UINT16,
 26389                   /* subscript */
 26390                   -1,
 26391                   /* value */
 26392                   0,
 26393               };
 26394               
 26395               static const char*
 26396 mike  1.1.2.1 _CIM_StorageSetting_DeltaReservationMax_qualifiers[] =
 26397               {
 26398                   /* Write */
 26399                   "\065\001",
 26400                   /* Units */
 26401                   "\060Percentage",
 26402                   /* MinValue */
 26403                   "\035\000\000\000\000\000\000\000\001",
 26404                   /* MaxValue */
 26405                   "\031\000\000\000\000\000\000\000\144",
 26406                   /* ModelCorrespondence */
 26407                   "\036\000\002CIM_StorageSetting.DeltaReservationMin\000CIM_StorageSetting.DeltaReservationGoal\000",
 26408                   0,
 26409               };
 26410               
 26411               static MetaProperty
 26412               _CIM_StorageSetting_DeltaReservationMax =
 26413               {
 26414                   /* flags */
 26415                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26416                   /* name */
 26417 mike  1.1.2.1     "DeltaReservationMax",
 26418                   /* qualifiers */
 26419                   _CIM_StorageSetting_DeltaReservationMax_qualifiers,
 26420                   /* type */
 26421                   CIMTYPE_UINT8,
 26422                   /* subscript */
 26423                   -1,
 26424                   /* value */
 26425                   0,
 26426               };
 26427               
 26428               static const char*
 26429               _CIM_StorageSetting_DeltaReservationMin_qualifiers[] =
 26430               {
 26431                   /* Write */
 26432                   "\065\001",
 26433                   /* Units */
 26434                   "\060Percentage",
 26435                   /* MinValue */
 26436                   "\035\000\000\000\000\000\000\000\001",
 26437                   /* MaxValue */
 26438 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
 26439                   /* ModelCorrespondence */
 26440                   "\036\000\002CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationGoal\000",
 26441                   0,
 26442               };
 26443               
 26444               static MetaProperty
 26445               _CIM_StorageSetting_DeltaReservationMin =
 26446               {
 26447                   /* flags */
 26448                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26449                   /* name */
 26450                   "DeltaReservationMin",
 26451                   /* qualifiers */
 26452                   _CIM_StorageSetting_DeltaReservationMin_qualifiers,
 26453                   /* type */
 26454                   CIMTYPE_UINT8,
 26455                   /* subscript */
 26456                   -1,
 26457                   /* value */
 26458                   0,
 26459 mike  1.1.2.1 };
 26460               
 26461               static const char*
 26462               _CIM_StorageSetting_DeltaReservationGoal_qualifiers[] =
 26463               {
 26464                   /* Write */
 26465                   "\065\001",
 26466                   /* Units */
 26467                   "\060Percentage",
 26468                   /* MinValue */
 26469                   "\035\000\000\000\000\000\000\000\001",
 26470                   /* MaxValue */
 26471                   "\031\000\000\000\000\000\000\000\144",
 26472                   /* ModelCorrespondence */
 26473                   "\036\000\002CIM_StorageSetting.DeltaReservationMin\000CIM_StorageSetting.DeltaReservationMax\000",
 26474                   0,
 26475               };
 26476               
 26477               static MetaProperty
 26478               _CIM_StorageSetting_DeltaReservationGoal =
 26479               {
 26480 mike  1.1.2.1     /* flags */
 26481                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26482                   /* name */
 26483                   "DeltaReservationGoal",
 26484                   /* qualifiers */
 26485                   _CIM_StorageSetting_DeltaReservationGoal_qualifiers,
 26486                   /* type */
 26487                   CIMTYPE_UINT8,
 26488                   /* subscript */
 26489                   -1,
 26490                   /* value */
 26491                   0,
 26492               };
 26493               
 26494               static const char*
 26495               _CIM_StorageSetting_ChangeableType_qualifiers[] =
 26496               {
 26497                   /* ValueMap */
 26498                   "\061\000\0030\0001\0002\000",
 26499                   /* Values */
 26500                   "\062\000\003Fixed - Not Changeable\000Changeable - Transient\000Changeable - Persistent\000",
 26501 mike  1.1.2.1     0,
 26502               };
 26503               
 26504               static MetaProperty
 26505               _CIM_StorageSetting_ChangeableType =
 26506               {
 26507                   /* flags */
 26508                   META_FLAG_PROPERTY|META_FLAG_READ,
 26509                   /* name */
 26510                   "ChangeableType",
 26511                   /* qualifiers */
 26512                   _CIM_StorageSetting_ChangeableType_qualifiers,
 26513                   /* type */
 26514                   CIMTYPE_UINT16,
 26515                   /* subscript */
 26516                   -1,
 26517                   /* value */
 26518                   0,
 26519               };
 26520               
 26521               static const char*
 26522 mike  1.1.2.1 _CIM_StorageSetting_ExtentStripeLength_qualifiers[] =
 26523               {
 26524                   /* Write */
 26525                   "\065\001",
 26526                   /* MinValue */
 26527                   "\035\000\000\000\000\000\000\000\001",
 26528                   /* ModelCorrespondence */
 26529                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMax\000CIM_StorageSetting.ExtentStripeLengthMin\000",
 26530                   0,
 26531               };
 26532               
 26533               static MetaProperty
 26534               _CIM_StorageSetting_ExtentStripeLength =
 26535               {
 26536                   /* flags */
 26537                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26538                   /* name */
 26539                   "ExtentStripeLength",
 26540                   /* qualifiers */
 26541                   _CIM_StorageSetting_ExtentStripeLength_qualifiers,
 26542                   /* type */
 26543 mike  1.1.2.1     CIMTYPE_UINT16,
 26544                   /* subscript */
 26545                   -1,
 26546                   /* value */
 26547                   0,
 26548               };
 26549               
 26550               static const char*
 26551               _CIM_StorageSetting_ExtentStripeLengthMin_qualifiers[] =
 26552               {
 26553                   /* Write */
 26554                   "\065\001",
 26555                   /* MinValue */
 26556                   "\035\000\000\000\000\000\000\000\001",
 26557                   /* ModelCorrespondence */
 26558                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMax\000CIM_StorageSetting.ExtentStripeLength\000",
 26559                   0,
 26560               };
 26561               
 26562               static MetaProperty
 26563               _CIM_StorageSetting_ExtentStripeLengthMin =
 26564 mike  1.1.2.1 {
 26565                   /* flags */
 26566                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26567                   /* name */
 26568                   "ExtentStripeLengthMin",
 26569                   /* qualifiers */
 26570                   _CIM_StorageSetting_ExtentStripeLengthMin_qualifiers,
 26571                   /* type */
 26572                   CIMTYPE_UINT16,
 26573                   /* subscript */
 26574                   -1,
 26575                   /* value */
 26576                   0,
 26577               };
 26578               
 26579               static const char*
 26580               _CIM_StorageSetting_ExtentStripeLengthMax_qualifiers[] =
 26581               {
 26582                   /* Write */
 26583                   "\065\001",
 26584                   /* MinValue */
 26585 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\001",
 26586                   /* ModelCorrespondence */
 26587                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMin\000CIM_StorageSetting.ExtentStripeLength\000",
 26588                   0,
 26589               };
 26590               
 26591               static MetaProperty
 26592               _CIM_StorageSetting_ExtentStripeLengthMax =
 26593               {
 26594                   /* flags */
 26595                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26596                   /* name */
 26597                   "ExtentStripeLengthMax",
 26598                   /* qualifiers */
 26599                   _CIM_StorageSetting_ExtentStripeLengthMax_qualifiers,
 26600                   /* type */
 26601                   CIMTYPE_UINT16,
 26602                   /* subscript */
 26603                   -1,
 26604                   /* value */
 26605                   0,
 26606 mike  1.1.2.1 };
 26607               
 26608               static const char*
 26609               _CIM_StorageSetting_ParityLayout_qualifiers[] =
 26610               {
 26611                   /* Write */
 26612                   "\065\001",
 26613                   /* ValueMap */
 26614                   "\061\000\0021\0002\000",
 26615                   /* Values */
 26616                   "\062\000\002Non-rotated Parity\000Rotated Parity\000",
 26617                   0,
 26618               };
 26619               
 26620               static MetaProperty
 26621               _CIM_StorageSetting_ParityLayout =
 26622               {
 26623                   /* flags */
 26624                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26625                   /* name */
 26626                   "ParityLayout",
 26627 mike  1.1.2.1     /* qualifiers */
 26628                   _CIM_StorageSetting_ParityLayout_qualifiers,
 26629                   /* type */
 26630                   CIMTYPE_UINT16,
 26631                   /* subscript */
 26632                   -1,
 26633                   /* value */
 26634                   0,
 26635               };
 26636               
 26637               static const char*
 26638               _CIM_StorageSetting_UserDataStripeDepth_qualifiers[] =
 26639               {
 26640                   /* Write */
 26641                   "\065\001",
 26642                   /* Units */
 26643                   "\060Bytes",
 26644                   /* MinValue */
 26645                   "\035\000\000\000\000\000\000\000\001",
 26646                   /* ModelCorrespondence */
 26647                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMax\000CIM_StorageSetting.UserDataStripeDepthMin\000",
 26648 mike  1.1.2.1     0,
 26649               };
 26650               
 26651               static MetaProperty
 26652               _CIM_StorageSetting_UserDataStripeDepth =
 26653               {
 26654                   /* flags */
 26655                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26656                   /* name */
 26657                   "UserDataStripeDepth",
 26658                   /* qualifiers */
 26659                   _CIM_StorageSetting_UserDataStripeDepth_qualifiers,
 26660                   /* type */
 26661                   CIMTYPE_UINT64,
 26662                   /* subscript */
 26663                   -1,
 26664                   /* value */
 26665                   0,
 26666               };
 26667               
 26668               static const char*
 26669 mike  1.1.2.1 _CIM_StorageSetting_UserDataStripeDepthMin_qualifiers[] =
 26670               {
 26671                   /* Write */
 26672                   "\065\001",
 26673                   /* Units */
 26674                   "\060Bytes",
 26675                   /* MinValue */
 26676                   "\035\000\000\000\000\000\000\000\001",
 26677                   /* ModelCorrespondence */
 26678                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMax\000CIM_StorageSetting.UserDataStripeDepth\000",
 26679                   0,
 26680               };
 26681               
 26682               static MetaProperty
 26683               _CIM_StorageSetting_UserDataStripeDepthMin =
 26684               {
 26685                   /* flags */
 26686                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26687                   /* name */
 26688                   "UserDataStripeDepthMin",
 26689                   /* qualifiers */
 26690 mike  1.1.2.1     _CIM_StorageSetting_UserDataStripeDepthMin_qualifiers,
 26691                   /* type */
 26692                   CIMTYPE_UINT64,
 26693                   /* subscript */
 26694                   -1,
 26695                   /* value */
 26696                   0,
 26697               };
 26698               
 26699               static const char*
 26700               _CIM_StorageSetting_UserDataStripeDepthMax_qualifiers[] =
 26701               {
 26702                   /* Write */
 26703                   "\065\001",
 26704                   /* Units */
 26705                   "\060Bytes",
 26706                   /* MinValue */
 26707                   "\035\000\000\000\000\000\000\000\001",
 26708                   /* ModelCorrespondence */
 26709                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMin\000CIM_StorageSetting.UserDataStripeDepth\000",
 26710                   0,
 26711 mike  1.1.2.1 };
 26712               
 26713               static MetaProperty
 26714               _CIM_StorageSetting_UserDataStripeDepthMax =
 26715               {
 26716                   /* flags */
 26717                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26718                   /* name */
 26719                   "UserDataStripeDepthMax",
 26720                   /* qualifiers */
 26721                   _CIM_StorageSetting_UserDataStripeDepthMax_qualifiers,
 26722                   /* type */
 26723                   CIMTYPE_UINT64,
 26724                   /* subscript */
 26725                   -1,
 26726                   /* value */
 26727                   0,
 26728               };
 26729               
 26730               static MetaFeature*
 26731               _CIM_StorageSetting_features[] =
 26732 mike  1.1.2.1 {
 26733                   (MetaFeature*)&_CIM_StorageSetting_NoSinglePointOfFailure,
 26734                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyMax,
 26735                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyMin,
 26736                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyGoal,
 26737                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyMax,
 26738                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyMin,
 26739                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyGoal,
 26740                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationMax,
 26741                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationMin,
 26742                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationGoal,
 26743                   (MetaFeature*)&_CIM_StorageSetting_ChangeableType,
 26744                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLength,
 26745                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLengthMin,
 26746                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLengthMax,
 26747                   (MetaFeature*)&_CIM_StorageSetting_ParityLayout,
 26748                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepth,
 26749                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepthMin,
 26750                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepthMax,
 26751                   0,
 26752               };
 26753 mike  1.1.2.1 
 26754               static const char*
 26755               __root_cimv2_CIM_StorageSetting_qualifiers[] =
 26756               {
 26757                   /* UMLPackagePath */
 26758                   "\057CIM::Device::StorageServices",
 26759                   /* Version */
 26760                   "\0632.11.0",
 26761                   0,
 26762               };
 26763               
 26764               MetaClass
 26765               __root_cimv2_CIM_StorageSetting =
 26766               {
 26767                   /* flags */
 26768                   META_FLAG_CLASS,
 26769                   /* name */
 26770                   "CIM_StorageSetting",
 26771                   /* qualifiers */
 26772                   __root_cimv2_CIM_StorageSetting_qualifiers,
 26773                   /* super */
 26774 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 26775                   /* features */
 26776                   _CIM_StorageSetting_features,
 26777               };
 26778               
 26779               //==============================================================================
 26780               //
 26781               // Class: CIM_StorageSettingWithHints
 26782               //
 26783               //==============================================================================
 26784               
 26785               static const char*
 26786               _CIM_StorageSettingWithHints_DataAvailabilityHint_qualifiers[] =
 26787               {
 26788                   /* Write */
 26789                   "\065\001",
 26790                   /* MinValue */
 26791                   "\035\000\000\000\000\000\000\000\000",
 26792                   /* MaxValue */
 26793                   "\031\000\000\000\000\000\000\000\012",
 26794                   0,
 26795 mike  1.1.2.1 };
 26796               
 26797               static MetaProperty
 26798               _CIM_StorageSettingWithHints_DataAvailabilityHint =
 26799               {
 26800                   /* flags */
 26801                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26802                   /* name */
 26803                   "DataAvailabilityHint",
 26804                   /* qualifiers */
 26805                   _CIM_StorageSettingWithHints_DataAvailabilityHint_qualifiers,
 26806                   /* type */
 26807                   CIMTYPE_UINT16,
 26808                   /* subscript */
 26809                   -1,
 26810                   /* value */
 26811                   0,
 26812               };
 26813               
 26814               static const char*
 26815               _CIM_StorageSettingWithHints_AccessRandomnessHint_qualifiers[] =
 26816 mike  1.1.2.1 {
 26817                   /* Write */
 26818                   "\065\001",
 26819                   /* MinValue */
 26820                   "\035\000\000\000\000\000\000\000\000",
 26821                   /* MaxValue */
 26822                   "\031\000\000\000\000\000\000\000\012",
 26823                   0,
 26824               };
 26825               
 26826               static MetaProperty
 26827               _CIM_StorageSettingWithHints_AccessRandomnessHint =
 26828               {
 26829                   /* flags */
 26830                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26831                   /* name */
 26832                   "AccessRandomnessHint",
 26833                   /* qualifiers */
 26834                   _CIM_StorageSettingWithHints_AccessRandomnessHint_qualifiers,
 26835                   /* type */
 26836                   CIMTYPE_UINT16,
 26837 mike  1.1.2.1     /* subscript */
 26838                   -1,
 26839                   /* value */
 26840                   0,
 26841               };
 26842               
 26843               static const char*
 26844               _CIM_StorageSettingWithHints_AccessDirectionHint_qualifiers[] =
 26845               {
 26846                   /* Write */
 26847                   "\065\001",
 26848                   /* MinValue */
 26849                   "\035\000\000\000\000\000\000\000\000",
 26850                   /* MaxValue */
 26851                   "\031\000\000\000\000\000\000\000\012",
 26852                   0,
 26853               };
 26854               
 26855               static MetaProperty
 26856               _CIM_StorageSettingWithHints_AccessDirectionHint =
 26857               {
 26858 mike  1.1.2.1     /* flags */
 26859                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26860                   /* name */
 26861                   "AccessDirectionHint",
 26862                   /* qualifiers */
 26863                   _CIM_StorageSettingWithHints_AccessDirectionHint_qualifiers,
 26864                   /* type */
 26865                   CIMTYPE_UINT16,
 26866                   /* subscript */
 26867                   -1,
 26868                   /* value */
 26869                   0,
 26870               };
 26871               
 26872               static const char*
 26873               _CIM_StorageSettingWithHints_AccessSizeHint_qualifiers[] =
 26874               {
 26875                   /* Write */
 26876                   "\065\001",
 26877                   /* Units */
 26878                   "\060Bytes",
 26879 mike  1.1.2.1     0,
 26880               };
 26881               
 26882               static MetaProperty
 26883               _CIM_StorageSettingWithHints_AccessSizeHint =
 26884               {
 26885                   /* flags */
 26886                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26887                   /* name */
 26888                   "AccessSizeHint",
 26889                   /* qualifiers */
 26890                   _CIM_StorageSettingWithHints_AccessSizeHint_qualifiers,
 26891                   /* type */
 26892                   CIMTYPE_UINT16,
 26893                   /* subscript */
 26894                   0,
 26895                   /* value */
 26896                   0,
 26897               };
 26898               
 26899               static const char*
 26900 mike  1.1.2.1 _CIM_StorageSettingWithHints_AccessLatencyHint_qualifiers[] =
 26901               {
 26902                   /* Write */
 26903                   "\065\001",
 26904                   /* MinValue */
 26905                   "\035\000\000\000\000\000\000\000\000",
 26906                   /* MaxValue */
 26907                   "\031\000\000\000\000\000\000\000\012",
 26908                   0,
 26909               };
 26910               
 26911               static MetaProperty
 26912               _CIM_StorageSettingWithHints_AccessLatencyHint =
 26913               {
 26914                   /* flags */
 26915                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26916                   /* name */
 26917                   "AccessLatencyHint",
 26918                   /* qualifiers */
 26919                   _CIM_StorageSettingWithHints_AccessLatencyHint_qualifiers,
 26920                   /* type */
 26921 mike  1.1.2.1     CIMTYPE_UINT16,
 26922                   /* subscript */
 26923                   -1,
 26924                   /* value */
 26925                   0,
 26926               };
 26927               
 26928               static const char*
 26929               _CIM_StorageSettingWithHints_AccessBandwidthWeight_qualifiers[] =
 26930               {
 26931                   /* Write */
 26932                   "\065\001",
 26933                   /* MinValue */
 26934                   "\035\000\000\000\000\000\000\000\000",
 26935                   /* MaxValue */
 26936                   "\031\000\000\000\000\000\000\000\012",
 26937                   0,
 26938               };
 26939               
 26940               static MetaProperty
 26941               _CIM_StorageSettingWithHints_AccessBandwidthWeight =
 26942 mike  1.1.2.1 {
 26943                   /* flags */
 26944                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26945                   /* name */
 26946                   "AccessBandwidthWeight",
 26947                   /* qualifiers */
 26948                   _CIM_StorageSettingWithHints_AccessBandwidthWeight_qualifiers,
 26949                   /* type */
 26950                   CIMTYPE_UINT16,
 26951                   /* subscript */
 26952                   -1,
 26953                   /* value */
 26954                   0,
 26955               };
 26956               
 26957               static const char*
 26958               _CIM_StorageSettingWithHints_StorageCostHint_qualifiers[] =
 26959               {
 26960                   /* Write */
 26961                   "\065\001",
 26962                   /* MinValue */
 26963 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
 26964                   /* MaxValue */
 26965                   "\031\000\000\000\000\000\000\000\012",
 26966                   0,
 26967               };
 26968               
 26969               static MetaProperty
 26970               _CIM_StorageSettingWithHints_StorageCostHint =
 26971               {
 26972                   /* flags */
 26973                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26974                   /* name */
 26975                   "StorageCostHint",
 26976                   /* qualifiers */
 26977                   _CIM_StorageSettingWithHints_StorageCostHint_qualifiers,
 26978                   /* type */
 26979                   CIMTYPE_UINT16,
 26980                   /* subscript */
 26981                   -1,
 26982                   /* value */
 26983                   0,
 26984 mike  1.1.2.1 };
 26985               
 26986               static const char*
 26987               _CIM_StorageSettingWithHints_StorageEfficiencyHint_qualifiers[] =
 26988               {
 26989                   /* Write */
 26990                   "\065\001",
 26991                   /* MinValue */
 26992                   "\035\000\000\000\000\000\000\000\000",
 26993                   /* MaxValue */
 26994                   "\031\000\000\000\000\000\000\000\012",
 26995                   0,
 26996               };
 26997               
 26998               static MetaProperty
 26999               _CIM_StorageSettingWithHints_StorageEfficiencyHint =
 27000               {
 27001                   /* flags */
 27002                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27003                   /* name */
 27004                   "StorageEfficiencyHint",
 27005 mike  1.1.2.1     /* qualifiers */
 27006                   _CIM_StorageSettingWithHints_StorageEfficiencyHint_qualifiers,
 27007                   /* type */
 27008                   CIMTYPE_UINT16,
 27009                   /* subscript */
 27010                   -1,
 27011                   /* value */
 27012                   0,
 27013               };
 27014               
 27015               static MetaFeature*
 27016               _CIM_StorageSettingWithHints_features[] =
 27017               {
 27018                   (MetaFeature*)&_CIM_StorageSettingWithHints_DataAvailabilityHint,
 27019                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessRandomnessHint,
 27020                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessDirectionHint,
 27021                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessSizeHint,
 27022                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessLatencyHint,
 27023                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessBandwidthWeight,
 27024                   (MetaFeature*)&_CIM_StorageSettingWithHints_StorageCostHint,
 27025                   (MetaFeature*)&_CIM_StorageSettingWithHints_StorageEfficiencyHint,
 27026 mike  1.1.2.1     0,
 27027               };
 27028               
 27029               static const char*
 27030               __root_cimv2_CIM_StorageSettingWithHints_qualifiers[] =
 27031               {
 27032                   /* UMLPackagePath */
 27033                   "\057CIM::Device::StorageServices",
 27034                   /* Version */
 27035                   "\0632.7.1",
 27036                   0,
 27037               };
 27038               
 27039               MetaClass
 27040               __root_cimv2_CIM_StorageSettingWithHints =
 27041               {
 27042                   /* flags */
 27043                   META_FLAG_CLASS,
 27044                   /* name */
 27045                   "CIM_StorageSettingWithHints",
 27046                   /* qualifiers */
 27047 mike  1.1.2.1     __root_cimv2_CIM_StorageSettingWithHints_qualifiers,
 27048                   /* super */
 27049                   &__root_cimv2_CIM_StorageSetting,
 27050                   /* features */
 27051                   _CIM_StorageSettingWithHints_features,
 27052               };
 27053               
 27054               //==============================================================================
 27055               //
 27056               // Class: CIM_SupportAccess
 27057               //
 27058               //==============================================================================
 27059               
 27060               static const char*
 27061               _CIM_SupportAccess_SupportAccessId_qualifiers[] =
 27062               {
 27063                   /* Key */
 27064                   "\025\001",
 27065                   /* MaxLen */
 27066                   "\030\000\000\001\000",
 27067                   0,
 27068 mike  1.1.2.1 };
 27069               
 27070               static MetaProperty
 27071               _CIM_SupportAccess_SupportAccessId =
 27072               {
 27073                   /* flags */
 27074                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27075                   /* name */
 27076                   "SupportAccessId",
 27077                   /* qualifiers */
 27078                   _CIM_SupportAccess_SupportAccessId_qualifiers,
 27079                   /* type */
 27080                   CIMTYPE_STRING,
 27081                   /* subscript */
 27082                   -1,
 27083                   /* value */
 27084                   0,
 27085               };
 27086               
 27087               static const char*
 27088               _CIM_SupportAccess_Description_qualifiers[] =
 27089 mike  1.1.2.1 {
 27090                   /* Override */
 27091                   "\044Description",
 27092                   /* MappingStrings */
 27093                   "\026\000\001MIF.DMTF|Support|001.3\000",
 27094                   0,
 27095               };
 27096               
 27097               static MetaProperty
 27098               _CIM_SupportAccess_Description =
 27099               {
 27100                   /* flags */
 27101                   META_FLAG_PROPERTY|META_FLAG_READ,
 27102                   /* name */
 27103                   "Description",
 27104                   /* qualifiers */
 27105                   _CIM_SupportAccess_Description_qualifiers,
 27106                   /* type */
 27107                   CIMTYPE_STRING,
 27108                   /* subscript */
 27109                   -1,
 27110 mike  1.1.2.1     /* value */
 27111                   0,
 27112               };
 27113               
 27114               static const char*
 27115               _CIM_SupportAccess_CommunicationInfo_qualifiers[] =
 27116               {
 27117                   /* MappingStrings */
 27118                   "\026\000\002MIF.DMTF|FRU|002.11\000MIF.DMTF|FRU|002.12\000",
 27119                   0,
 27120               };
 27121               
 27122               static MetaProperty
 27123               _CIM_SupportAccess_CommunicationInfo =
 27124               {
 27125                   /* flags */
 27126                   META_FLAG_PROPERTY|META_FLAG_READ,
 27127                   /* name */
 27128                   "CommunicationInfo",
 27129                   /* qualifiers */
 27130                   _CIM_SupportAccess_CommunicationInfo_qualifiers,
 27131 mike  1.1.2.1     /* type */
 27132                   CIMTYPE_STRING,
 27133                   /* subscript */
 27134                   -1,
 27135                   /* value */
 27136                   0,
 27137               };
 27138               
 27139               static const char*
 27140               _CIM_SupportAccess_CommunicationMode_qualifiers[] =
 27141               {
 27142                   /* ValueMap */
 27143                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 27144                   /* Values */
 27145                   "\062\000\010Other\000Phone\000Fax\000BBS\000Online Service\000Web Page\000FTP\000E-mail\000",
 27146                   /* MappingStrings */
 27147                   "\026\000\001MIF.DMTF|Support|001.5\000",
 27148                   0,
 27149               };
 27150               
 27151               static MetaProperty
 27152 mike  1.1.2.1 _CIM_SupportAccess_CommunicationMode =
 27153               {
 27154                   /* flags */
 27155                   META_FLAG_PROPERTY|META_FLAG_READ,
 27156                   /* name */
 27157                   "CommunicationMode",
 27158                   /* qualifiers */
 27159                   _CIM_SupportAccess_CommunicationMode_qualifiers,
 27160                   /* type */
 27161                   CIMTYPE_UINT16,
 27162                   /* subscript */
 27163                   -1,
 27164                   /* value */
 27165                   0,
 27166               };
 27167               
 27168               static const char*
 27169               _CIM_SupportAccess_Locale_qualifiers[] =
 27170               {
 27171                   /* MaxLen */
 27172                   "\030\000\000\000\100",
 27173 mike  1.1.2.1     /* MappingStrings */
 27174                   "\026\000\001MIF.DMTF|Support|001.2\000",
 27175                   0,
 27176               };
 27177               
 27178               static MetaProperty
 27179               _CIM_SupportAccess_Locale =
 27180               {
 27181                   /* flags */
 27182                   META_FLAG_PROPERTY|META_FLAG_READ,
 27183                   /* name */
 27184                   "Locale",
 27185                   /* qualifiers */
 27186                   _CIM_SupportAccess_Locale_qualifiers,
 27187                   /* type */
 27188                   CIMTYPE_STRING,
 27189                   /* subscript */
 27190                   -1,
 27191                   /* value */
 27192                   0,
 27193               };
 27194 mike  1.1.2.1 
 27195               static MetaFeature*
 27196               _CIM_SupportAccess_features[] =
 27197               {
 27198                   (MetaFeature*)&_CIM_SupportAccess_SupportAccessId,
 27199                   (MetaFeature*)&_CIM_SupportAccess_Description,
 27200                   (MetaFeature*)&_CIM_SupportAccess_CommunicationInfo,
 27201                   (MetaFeature*)&_CIM_SupportAccess_CommunicationMode,
 27202                   (MetaFeature*)&_CIM_SupportAccess_Locale,
 27203                   0,
 27204               };
 27205               
 27206               static const char*
 27207               __root_cimv2_CIM_SupportAccess_qualifiers[] =
 27208               {
 27209                   /* UMLPackagePath */
 27210                   "\057CIM::Core::ProductFRU",
 27211                   /* Version */
 27212                   "\0632.6.0",
 27213                   0,
 27214               };
 27215 mike  1.1.2.1 
 27216               MetaClass
 27217               __root_cimv2_CIM_SupportAccess =
 27218               {
 27219                   /* flags */
 27220                   META_FLAG_CLASS,
 27221                   /* name */
 27222                   "CIM_SupportAccess",
 27223                   /* qualifiers */
 27224                   __root_cimv2_CIM_SupportAccess_qualifiers,
 27225                   /* super */
 27226                   &__root_cimv2_CIM_ManagedElement,
 27227                   /* features */
 27228                   _CIM_SupportAccess_features,
 27229               };
 27230               
 27231               //==============================================================================
 27232               //
 27233               // Class: CIM_Synchronized
 27234               //
 27235               //==============================================================================
 27236 mike  1.1.2.1 
 27237               static const char*
 27238               _CIM_Synchronized_SystemElement_qualifiers[] =
 27239               {
 27240                   /* Key */
 27241                   "\025\001",
 27242                   0,
 27243               };
 27244               
 27245               static MetaReference
 27246               _CIM_Synchronized_SystemElement =
 27247               {
 27248                   /* flags */
 27249                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27250                   /* name */
 27251                   "SystemElement",
 27252                   /* qualifiers */
 27253                   _CIM_Synchronized_SystemElement_qualifiers,
 27254                   /* subscript */
 27255                   -1,
 27256                   /* refId */
 27257 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 27258               };
 27259               
 27260               static const char*
 27261               _CIM_Synchronized_SyncedElement_qualifiers[] =
 27262               {
 27263                   /* Key */
 27264                   "\025\001",
 27265                   0,
 27266               };
 27267               
 27268               static MetaReference
 27269               _CIM_Synchronized_SyncedElement =
 27270               {
 27271                   /* flags */
 27272                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27273                   /* name */
 27274                   "SyncedElement",
 27275                   /* qualifiers */
 27276                   _CIM_Synchronized_SyncedElement_qualifiers,
 27277                   /* subscript */
 27278 mike  1.1.2.1     -1,
 27279                   /* refId */
 27280                   &__root_cimv2_CIM_ManagedElement,
 27281               };
 27282               
 27283               static const char*
 27284               _CIM_Synchronized_WhenSynced_qualifiers[] =
 27285               {
 27286                   0,
 27287               };
 27288               
 27289               static MetaProperty
 27290               _CIM_Synchronized_WhenSynced =
 27291               {
 27292                   /* flags */
 27293                   META_FLAG_PROPERTY|META_FLAG_READ,
 27294                   /* name */
 27295                   "WhenSynced",
 27296                   /* qualifiers */
 27297                   _CIM_Synchronized_WhenSynced_qualifiers,
 27298                   /* type */
 27299 mike  1.1.2.1     CIMTYPE_DATETIME,
 27300                   /* subscript */
 27301                   -1,
 27302                   /* value */
 27303                   0,
 27304               };
 27305               
 27306               static const char*
 27307               _CIM_Synchronized_SyncMaintained_qualifiers[] =
 27308               {
 27309                   0,
 27310               };
 27311               
 27312               static MetaProperty
 27313               _CIM_Synchronized_SyncMaintained =
 27314               {
 27315                   /* flags */
 27316                   META_FLAG_PROPERTY|META_FLAG_READ,
 27317                   /* name */
 27318                   "SyncMaintained",
 27319                   /* qualifiers */
 27320 mike  1.1.2.1     _CIM_Synchronized_SyncMaintained_qualifiers,
 27321                   /* type */
 27322                   CIMTYPE_BOOLEAN,
 27323                   /* subscript */
 27324                   -1,
 27325                   /* value */
 27326                   0,
 27327               };
 27328               
 27329               static MetaFeature*
 27330               _CIM_Synchronized_features[] =
 27331               {
 27332                   (MetaFeature*)&_CIM_Synchronized_SystemElement,
 27333                   (MetaFeature*)&_CIM_Synchronized_SyncedElement,
 27334                   (MetaFeature*)&_CIM_Synchronized_WhenSynced,
 27335                   (MetaFeature*)&_CIM_Synchronized_SyncMaintained,
 27336                   0,
 27337               };
 27338               
 27339               static const char*
 27340               __root_cimv2_CIM_Synchronized_qualifiers[] =
 27341 mike  1.1.2.1 {
 27342                   /* ASSOCIATION */
 27343                   "\000\001",
 27344                   /* UMLPackagePath */
 27345                   "\057CIM::Core::CoreElements",
 27346                   /* Version */
 27347                   "\0632.8.0",
 27348                   0,
 27349               };
 27350               
 27351               MetaClass
 27352               __root_cimv2_CIM_Synchronized =
 27353               {
 27354                   /* flags */
 27355                   META_FLAG_ASSOCIATION,
 27356                   /* name */
 27357                   "CIM_Synchronized",
 27358                   /* qualifiers */
 27359                   __root_cimv2_CIM_Synchronized_qualifiers,
 27360                   /* super */
 27361                   0,
 27362 mike  1.1.2.1     /* features */
 27363                   _CIM_Synchronized_features,
 27364               };
 27365               
 27366               //==============================================================================
 27367               //
 27368               // Class: CIM_SystemConfiguration
 27369               //
 27370               //==============================================================================
 27371               
 27372               static const char*
 27373               _CIM_SystemConfiguration_SystemCreationClassName_qualifiers[] =
 27374               {
 27375                   /* Key */
 27376                   "\025\001",
 27377                   /* Propagated */
 27378                   "\045CIM_System.CreationClassName",
 27379                   /* MaxLen */
 27380                   "\030\000\000\001\000",
 27381                   0,
 27382               };
 27383 mike  1.1.2.1 
 27384               static MetaProperty
 27385               _CIM_SystemConfiguration_SystemCreationClassName =
 27386               {
 27387                   /* flags */
 27388                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27389                   /* name */
 27390                   "SystemCreationClassName",
 27391                   /* qualifiers */
 27392                   _CIM_SystemConfiguration_SystemCreationClassName_qualifiers,
 27393                   /* type */
 27394                   CIMTYPE_STRING,
 27395                   /* subscript */
 27396                   -1,
 27397                   /* value */
 27398                   0,
 27399               };
 27400               
 27401               static const char*
 27402               _CIM_SystemConfiguration_SystemName_qualifiers[] =
 27403               {
 27404 mike  1.1.2.1     /* Key */
 27405                   "\025\001",
 27406                   /* Propagated */
 27407                   "\045CIM_System.Name",
 27408                   /* MaxLen */
 27409                   "\030\000\000\001\000",
 27410                   0,
 27411               };
 27412               
 27413               static MetaProperty
 27414               _CIM_SystemConfiguration_SystemName =
 27415               {
 27416                   /* flags */
 27417                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27418                   /* name */
 27419                   "SystemName",
 27420                   /* qualifiers */
 27421                   _CIM_SystemConfiguration_SystemName_qualifiers,
 27422                   /* type */
 27423                   CIMTYPE_STRING,
 27424                   /* subscript */
 27425 mike  1.1.2.1     -1,
 27426                   /* value */
 27427                   0,
 27428               };
 27429               
 27430               static const char*
 27431               _CIM_SystemConfiguration_CreationClassName_qualifiers[] =
 27432               {
 27433                   /* Key */
 27434                   "\025\001",
 27435                   /* MaxLen */
 27436                   "\030\000\000\001\000",
 27437                   0,
 27438               };
 27439               
 27440               static MetaProperty
 27441               _CIM_SystemConfiguration_CreationClassName =
 27442               {
 27443                   /* flags */
 27444                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27445                   /* name */
 27446 mike  1.1.2.1     "CreationClassName",
 27447                   /* qualifiers */
 27448                   _CIM_SystemConfiguration_CreationClassName_qualifiers,
 27449                   /* type */
 27450                   CIMTYPE_STRING,
 27451                   /* subscript */
 27452                   -1,
 27453                   /* value */
 27454                   0,
 27455               };
 27456               
 27457               static const char*
 27458               _CIM_SystemConfiguration_Name_qualifiers[] =
 27459               {
 27460                   /* Key */
 27461                   "\025\001",
 27462                   /* MaxLen */
 27463                   "\030\000\000\001\000",
 27464                   0,
 27465               };
 27466               
 27467 mike  1.1.2.1 static MetaProperty
 27468               _CIM_SystemConfiguration_Name =
 27469               {
 27470                   /* flags */
 27471                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27472                   /* name */
 27473                   "Name",
 27474                   /* qualifiers */
 27475                   _CIM_SystemConfiguration_Name_qualifiers,
 27476                   /* type */
 27477                   CIMTYPE_STRING,
 27478                   /* subscript */
 27479                   -1,
 27480                   /* value */
 27481                   0,
 27482               };
 27483               
 27484               static MetaFeature*
 27485               _CIM_SystemConfiguration_features[] =
 27486               {
 27487                   (MetaFeature*)&_CIM_SystemConfiguration_SystemCreationClassName,
 27488 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemConfiguration_SystemName,
 27489                   (MetaFeature*)&_CIM_SystemConfiguration_CreationClassName,
 27490                   (MetaFeature*)&_CIM_SystemConfiguration_Name,
 27491                   0,
 27492               };
 27493               
 27494               static const char*
 27495               __root_cimv2_CIM_SystemConfiguration_qualifiers[] =
 27496               {
 27497                   /* UMLPackagePath */
 27498                   "\057CIM::Core::Settings",
 27499                   /* Version */
 27500                   "\0632.6.0",
 27501                   0,
 27502               };
 27503               
 27504               MetaClass
 27505               __root_cimv2_CIM_SystemConfiguration =
 27506               {
 27507                   /* flags */
 27508                   META_FLAG_CLASS,
 27509 mike  1.1.2.1     /* name */
 27510                   "CIM_SystemConfiguration",
 27511                   /* qualifiers */
 27512                   __root_cimv2_CIM_SystemConfiguration_qualifiers,
 27513                   /* super */
 27514                   &__root_cimv2_CIM_ManagedElement,
 27515                   /* features */
 27516                   _CIM_SystemConfiguration_features,
 27517               };
 27518               
 27519               //==============================================================================
 27520               //
 27521               // Class: CIM_SystemIdentification
 27522               //
 27523               //==============================================================================
 27524               
 27525               static const char*
 27526               _CIM_SystemIdentification_SystemCreationClassName_qualifiers[] =
 27527               {
 27528                   /* Key */
 27529                   "\025\001",
 27530 mike  1.1.2.1     /* Propagated */
 27531                   "\045CIM_Namespace.SystemCreationClassName",
 27532                   /* MaxLen */
 27533                   "\030\000\000\001\000",
 27534                   0,
 27535               };
 27536               
 27537               static MetaProperty
 27538               _CIM_SystemIdentification_SystemCreationClassName =
 27539               {
 27540                   /* flags */
 27541                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27542                   /* name */
 27543                   "SystemCreationClassName",
 27544                   /* qualifiers */
 27545                   _CIM_SystemIdentification_SystemCreationClassName_qualifiers,
 27546                   /* type */
 27547                   CIMTYPE_STRING,
 27548                   /* subscript */
 27549                   -1,
 27550                   /* value */
 27551 mike  1.1.2.1     0,
 27552               };
 27553               
 27554               static const char*
 27555               _CIM_SystemIdentification_SystemName_qualifiers[] =
 27556               {
 27557                   /* Key */
 27558                   "\025\001",
 27559                   /* Propagated */
 27560                   "\045CIM_Namespace.SystemName",
 27561                   /* MaxLen */
 27562                   "\030\000\000\001\000",
 27563                   0,
 27564               };
 27565               
 27566               static MetaProperty
 27567               _CIM_SystemIdentification_SystemName =
 27568               {
 27569                   /* flags */
 27570                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27571                   /* name */
 27572 mike  1.1.2.1     "SystemName",
 27573                   /* qualifiers */
 27574                   _CIM_SystemIdentification_SystemName_qualifiers,
 27575                   /* type */
 27576                   CIMTYPE_STRING,
 27577                   /* subscript */
 27578                   -1,
 27579                   /* value */
 27580                   0,
 27581               };
 27582               
 27583               static const char*
 27584               _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers[] =
 27585               {
 27586                   /* Key */
 27587                   "\025\001",
 27588                   /* Propagated */
 27589                   "\045CIM_Namespace.ObjectManagerCreationClassName",
 27590                   /* MaxLen */
 27591                   "\030\000\000\001\000",
 27592                   0,
 27593 mike  1.1.2.1 };
 27594               
 27595               static MetaProperty
 27596               _CIM_SystemIdentification_ObjectManagerCreationClassName =
 27597               {
 27598                   /* flags */
 27599                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27600                   /* name */
 27601                   "ObjectManagerCreationClassName",
 27602                   /* qualifiers */
 27603                   _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers,
 27604                   /* type */
 27605                   CIMTYPE_STRING,
 27606                   /* subscript */
 27607                   -1,
 27608                   /* value */
 27609                   0,
 27610               };
 27611               
 27612               static const char*
 27613               _CIM_SystemIdentification_ObjectManagerName_qualifiers[] =
 27614 mike  1.1.2.1 {
 27615                   /* Key */
 27616                   "\025\001",
 27617                   /* Propagated */
 27618                   "\045CIM_Namespace.ObjectManagerName",
 27619                   /* MaxLen */
 27620                   "\030\000\000\001\000",
 27621                   0,
 27622               };
 27623               
 27624               static MetaProperty
 27625               _CIM_SystemIdentification_ObjectManagerName =
 27626               {
 27627                   /* flags */
 27628                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27629                   /* name */
 27630                   "ObjectManagerName",
 27631                   /* qualifiers */
 27632                   _CIM_SystemIdentification_ObjectManagerName_qualifiers,
 27633                   /* type */
 27634                   CIMTYPE_STRING,
 27635 mike  1.1.2.1     /* subscript */
 27636                   -1,
 27637                   /* value */
 27638                   0,
 27639               };
 27640               
 27641               static const char*
 27642               _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers[] =
 27643               {
 27644                   /* Key */
 27645                   "\025\001",
 27646                   /* Propagated */
 27647                   "\045CIM_Namespace.CreationClassName",
 27648                   /* MaxLen */
 27649                   "\030\000\000\001\000",
 27650                   0,
 27651               };
 27652               
 27653               static MetaProperty
 27654               _CIM_SystemIdentification_NamespaceCreationClassName =
 27655               {
 27656 mike  1.1.2.1     /* flags */
 27657                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27658                   /* name */
 27659                   "NamespaceCreationClassName",
 27660                   /* qualifiers */
 27661                   _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers,
 27662                   /* type */
 27663                   CIMTYPE_STRING,
 27664                   /* subscript */
 27665                   -1,
 27666                   /* value */
 27667                   0,
 27668               };
 27669               
 27670               static const char*
 27671               _CIM_SystemIdentification_NamespaceName_qualifiers[] =
 27672               {
 27673                   /* Key */
 27674                   "\025\001",
 27675                   /* Propagated */
 27676                   "\045CIM_Namespace.Name",
 27677 mike  1.1.2.1     /* MaxLen */
 27678                   "\030\000\000\001\000",
 27679                   0,
 27680               };
 27681               
 27682               static MetaProperty
 27683               _CIM_SystemIdentification_NamespaceName =
 27684               {
 27685                   /* flags */
 27686                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27687                   /* name */
 27688                   "NamespaceName",
 27689                   /* qualifiers */
 27690                   _CIM_SystemIdentification_NamespaceName_qualifiers,
 27691                   /* type */
 27692                   CIMTYPE_STRING,
 27693                   /* subscript */
 27694                   -1,
 27695                   /* value */
 27696                   0,
 27697               };
 27698 mike  1.1.2.1 
 27699               static const char*
 27700               _CIM_SystemIdentification_CreationClassName_qualifiers[] =
 27701               {
 27702                   /* Key */
 27703                   "\025\001",
 27704                   /* MaxLen */
 27705                   "\030\000\000\001\000",
 27706                   0,
 27707               };
 27708               
 27709               static MetaProperty
 27710               _CIM_SystemIdentification_CreationClassName =
 27711               {
 27712                   /* flags */
 27713                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27714                   /* name */
 27715                   "CreationClassName",
 27716                   /* qualifiers */
 27717                   _CIM_SystemIdentification_CreationClassName_qualifiers,
 27718                   /* type */
 27719 mike  1.1.2.1     CIMTYPE_STRING,
 27720                   /* subscript */
 27721                   -1,
 27722                   /* value */
 27723                   0,
 27724               };
 27725               
 27726               static const char*
 27727               _CIM_SystemIdentification_Name_qualifiers[] =
 27728               {
 27729                   /* Key */
 27730                   "\025\001",
 27731                   /* MaxLen */
 27732                   "\030\000\000\001\000",
 27733                   0,
 27734               };
 27735               
 27736               static MetaProperty
 27737               _CIM_SystemIdentification_Name =
 27738               {
 27739                   /* flags */
 27740 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27741                   /* name */
 27742                   "Name",
 27743                   /* qualifiers */
 27744                   _CIM_SystemIdentification_Name_qualifiers,
 27745                   /* type */
 27746                   CIMTYPE_STRING,
 27747                   /* subscript */
 27748                   -1,
 27749                   /* value */
 27750                   0,
 27751               };
 27752               
 27753               static const char*
 27754               _CIM_SystemIdentification_IdentificationFormats_qualifiers[] =
 27755               {
 27756                   /* Required */
 27757                   "\050\001",
 27758                   /* Write */
 27759                   "\065\001",
 27760                   /* ValueMap */
 27761 mike  1.1.2.1     "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 27762                   /* Values */
 27763                   "\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",
 27764                   /* ArrayType */
 27765                   "\005Indexed",
 27766                   /* ModelCorrespondence */
 27767                   "\036\000\002CIM_SystemIdentification.IdentificationData\000CIM_SystemIdentification.FormatDescriptions\000",
 27768                   0,
 27769               };
 27770               
 27771               static MetaProperty
 27772               _CIM_SystemIdentification_IdentificationFormats =
 27773               {
 27774                   /* flags */
 27775                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 27776                   /* name */
 27777                   "IdentificationFormats",
 27778                   /* qualifiers */
 27779                   _CIM_SystemIdentification_IdentificationFormats_qualifiers,
 27780                   /* type */
 27781                   CIMTYPE_UINT16,
 27782 mike  1.1.2.1     /* subscript */
 27783                   0,
 27784                   /* value */
 27785                   0,
 27786               };
 27787               
 27788               static const char*
 27789               _CIM_SystemIdentification_FormatDescriptions_qualifiers[] =
 27790               {
 27791                   /* Write */
 27792                   "\065\001",
 27793                   /* ArrayType */
 27794                   "\005Indexed",
 27795                   /* ModelCorrespondence */
 27796                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.IdentificationData\000",
 27797                   0,
 27798               };
 27799               
 27800               static MetaProperty
 27801               _CIM_SystemIdentification_FormatDescriptions =
 27802               {
 27803 mike  1.1.2.1     /* flags */
 27804                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27805                   /* name */
 27806                   "FormatDescriptions",
 27807                   /* qualifiers */
 27808                   _CIM_SystemIdentification_FormatDescriptions_qualifiers,
 27809                   /* type */
 27810                   CIMTYPE_STRING,
 27811                   /* subscript */
 27812                   0,
 27813                   /* value */
 27814                   0,
 27815               };
 27816               
 27817               static const char*
 27818               _CIM_SystemIdentification_IdentificationData_qualifiers[] =
 27819               {
 27820                   /* Write */
 27821                   "\065\001",
 27822                   /* ArrayType */
 27823                   "\005Indexed",
 27824 mike  1.1.2.1     /* ModelCorrespondence */
 27825                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.FormatDescriptions\000",
 27826                   0,
 27827               };
 27828               
 27829               static MetaProperty
 27830               _CIM_SystemIdentification_IdentificationData =
 27831               {
 27832                   /* flags */
 27833                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27834                   /* name */
 27835                   "IdentificationData",
 27836                   /* qualifiers */
 27837                   _CIM_SystemIdentification_IdentificationData_qualifiers,
 27838                   /* type */
 27839                   CIMTYPE_STRING,
 27840                   /* subscript */
 27841                   0,
 27842                   /* value */
 27843                   0,
 27844               };
 27845 mike  1.1.2.1 
 27846               static MetaFeature*
 27847               _CIM_SystemIdentification_features[] =
 27848               {
 27849                   (MetaFeature*)&_CIM_SystemIdentification_SystemCreationClassName,
 27850                   (MetaFeature*)&_CIM_SystemIdentification_SystemName,
 27851                   (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerCreationClassName,
 27852                   (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerName,
 27853                   (MetaFeature*)&_CIM_SystemIdentification_NamespaceCreationClassName,
 27854                   (MetaFeature*)&_CIM_SystemIdentification_NamespaceName,
 27855                   (MetaFeature*)&_CIM_SystemIdentification_CreationClassName,
 27856                   (MetaFeature*)&_CIM_SystemIdentification_Name,
 27857                   (MetaFeature*)&_CIM_SystemIdentification_IdentificationFormats,
 27858                   (MetaFeature*)&_CIM_SystemIdentification_FormatDescriptions,
 27859                   (MetaFeature*)&_CIM_SystemIdentification_IdentificationData,
 27860                   0,
 27861               };
 27862               
 27863               static const char*
 27864               __root_cimv2_CIM_SystemIdentification_qualifiers[] =
 27865               {
 27866 mike  1.1.2.1     /* UMLPackagePath */
 27867                   "\057CIM::Interop",
 27868                   /* Version */
 27869                   "\0632.7.0",
 27870                   0,
 27871               };
 27872               
 27873               MetaClass
 27874               __root_cimv2_CIM_SystemIdentification =
 27875               {
 27876                   /* flags */
 27877                   META_FLAG_CLASS,
 27878                   /* name */
 27879                   "CIM_SystemIdentification",
 27880                   /* qualifiers */
 27881                   __root_cimv2_CIM_SystemIdentification_qualifiers,
 27882                   /* super */
 27883                   &__root_cimv2_CIM_ManagedElement,
 27884                   /* features */
 27885                   _CIM_SystemIdentification_features,
 27886               };
 27887 mike  1.1.2.1 
 27888               //==============================================================================
 27889               //
 27890               // Class: CIM_SystemInNamespace
 27891               //
 27892               //==============================================================================
 27893               
 27894               static const char*
 27895               _CIM_SystemInNamespace_ManagedNamespace_qualifiers[] =
 27896               {
 27897                   /* Key */
 27898                   "\025\001",
 27899                   /* Min */
 27900                   "\033\000\000\000\001",
 27901                   /* Max */
 27902                   "\027\000\000\000\001",
 27903                   0,
 27904               };
 27905               
 27906               static MetaReference
 27907               _CIM_SystemInNamespace_ManagedNamespace =
 27908 mike  1.1.2.1 {
 27909                   /* flags */
 27910                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27911                   /* name */
 27912                   "ManagedNamespace",
 27913                   /* qualifiers */
 27914                   _CIM_SystemInNamespace_ManagedNamespace_qualifiers,
 27915                   /* subscript */
 27916                   -1,
 27917                   /* refId */
 27918                   &__root_cimv2_CIM_Namespace,
 27919               };
 27920               
 27921               static const char*
 27922               _CIM_SystemInNamespace_Identification_qualifiers[] =
 27923               {
 27924                   /* Key */
 27925                   "\025\001",
 27926                   /* Weak */
 27927                   "\064\001",
 27928                   0,
 27929 mike  1.1.2.1 };
 27930               
 27931               static MetaReference
 27932               _CIM_SystemInNamespace_Identification =
 27933               {
 27934                   /* flags */
 27935                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 27936                   /* name */
 27937                   "Identification",
 27938                   /* qualifiers */
 27939                   _CIM_SystemInNamespace_Identification_qualifiers,
 27940                   /* subscript */
 27941                   -1,
 27942                   /* refId */
 27943                   &__root_cimv2_CIM_SystemIdentification,
 27944               };
 27945               
 27946               static const char*
 27947               _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers[] =
 27948               {
 27949                   /* Required */
 27950 mike  1.1.2.1     "\050\001",
 27951                   /* Write */
 27952                   "\065\001",
 27953                   /* ValueMap */
 27954                   "\061\000\0050\0001\0002\0003\0004\000",
 27955                   /* Values */
 27956                   "\062\000\005Unknown\000Other\000Local System Data\000Data Aggregated from Multiple Systems\000Proxied Data\000",
 27957                   /* ArrayType */
 27958                   "\005Indexed",
 27959                   /* ModelCorrespondence */
 27960                   "\036\000\001CIM_SystemInNamespace.DescriptionOfContainedData\000",
 27961                   0,
 27962               };
 27963               
 27964               static MetaProperty
 27965               _CIM_SystemInNamespace_ScopeOfContainedData =
 27966               {
 27967                   /* flags */
 27968                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 27969                   /* name */
 27970                   "ScopeOfContainedData",
 27971 mike  1.1.2.1     /* qualifiers */
 27972                   _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers,
 27973                   /* type */
 27974                   CIMTYPE_UINT16,
 27975                   /* subscript */
 27976                   0,
 27977                   /* value */
 27978                   0,
 27979               };
 27980               
 27981               static const char*
 27982               _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers[] =
 27983               {
 27984                   /* Write */
 27985                   "\065\001",
 27986                   /* ArrayType */
 27987                   "\005Indexed",
 27988                   /* ModelCorrespondence */
 27989                   "\036\000\001CIM_SystemInNamespace.ScopeOfContainedData\000",
 27990                   0,
 27991               };
 27992 mike  1.1.2.1 
 27993               static MetaProperty
 27994               _CIM_SystemInNamespace_DescriptionOfContainedData =
 27995               {
 27996                   /* flags */
 27997                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27998                   /* name */
 27999                   "DescriptionOfContainedData",
 28000                   /* qualifiers */
 28001                   _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers,
 28002                   /* type */
 28003                   CIMTYPE_STRING,
 28004                   /* subscript */
 28005                   0,
 28006                   /* value */
 28007                   0,
 28008               };
 28009               
 28010               static MetaFeature*
 28011               _CIM_SystemInNamespace_features[] =
 28012               {
 28013 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemInNamespace_ManagedNamespace,
 28014                   (MetaFeature*)&_CIM_SystemInNamespace_Identification,
 28015                   (MetaFeature*)&_CIM_SystemInNamespace_ScopeOfContainedData,
 28016                   (MetaFeature*)&_CIM_SystemInNamespace_DescriptionOfContainedData,
 28017                   0,
 28018               };
 28019               
 28020               static const char*
 28021               __root_cimv2_CIM_SystemInNamespace_qualifiers[] =
 28022               {
 28023                   /* ASSOCIATION */
 28024                   "\000\001",
 28025                   /* UMLPackagePath */
 28026                   "\057CIM::Interop",
 28027                   /* Version */
 28028                   "\0632.6.0",
 28029                   0,
 28030               };
 28031               
 28032               MetaClass
 28033               __root_cimv2_CIM_SystemInNamespace =
 28034 mike  1.1.2.1 {
 28035                   /* flags */
 28036                   META_FLAG_ASSOCIATION,
 28037                   /* name */
 28038                   "CIM_SystemInNamespace",
 28039                   /* qualifiers */
 28040                   __root_cimv2_CIM_SystemInNamespace_qualifiers,
 28041                   /* super */
 28042                   0,
 28043                   /* features */
 28044                   _CIM_SystemInNamespace_features,
 28045               };
 28046               
 28047               //==============================================================================
 28048               //
 28049               // Class: CIM_SystemSetting
 28050               //
 28051               //==============================================================================
 28052               
 28053               static const char*
 28054               _CIM_SystemSetting_SystemCreationClassName_qualifiers[] =
 28055 mike  1.1.2.1 {
 28056                   /* Key */
 28057                   "\025\001",
 28058                   /* Propagated */
 28059                   "\045CIM_System.CreationClassName",
 28060                   /* MaxLen */
 28061                   "\030\000\000\001\000",
 28062                   0,
 28063               };
 28064               
 28065               static MetaProperty
 28066               _CIM_SystemSetting_SystemCreationClassName =
 28067               {
 28068                   /* flags */
 28069                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28070                   /* name */
 28071                   "SystemCreationClassName",
 28072                   /* qualifiers */
 28073                   _CIM_SystemSetting_SystemCreationClassName_qualifiers,
 28074                   /* type */
 28075                   CIMTYPE_STRING,
 28076 mike  1.1.2.1     /* subscript */
 28077                   -1,
 28078                   /* value */
 28079                   0,
 28080               };
 28081               
 28082               static const char*
 28083               _CIM_SystemSetting_SystemName_qualifiers[] =
 28084               {
 28085                   /* Key */
 28086                   "\025\001",
 28087                   /* Propagated */
 28088                   "\045CIM_System.Name",
 28089                   /* MaxLen */
 28090                   "\030\000\000\001\000",
 28091                   0,
 28092               };
 28093               
 28094               static MetaProperty
 28095               _CIM_SystemSetting_SystemName =
 28096               {
 28097 mike  1.1.2.1     /* flags */
 28098                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28099                   /* name */
 28100                   "SystemName",
 28101                   /* qualifiers */
 28102                   _CIM_SystemSetting_SystemName_qualifiers,
 28103                   /* type */
 28104                   CIMTYPE_STRING,
 28105                   /* subscript */
 28106                   -1,
 28107                   /* value */
 28108                   0,
 28109               };
 28110               
 28111               static const char*
 28112               _CIM_SystemSetting_CreationClassName_qualifiers[] =
 28113               {
 28114                   /* Key */
 28115                   "\025\001",
 28116                   /* MaxLen */
 28117                   "\030\000\000\001\000",
 28118 mike  1.1.2.1     0,
 28119               };
 28120               
 28121               static MetaProperty
 28122               _CIM_SystemSetting_CreationClassName =
 28123               {
 28124                   /* flags */
 28125                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28126                   /* name */
 28127                   "CreationClassName",
 28128                   /* qualifiers */
 28129                   _CIM_SystemSetting_CreationClassName_qualifiers,
 28130                   /* type */
 28131                   CIMTYPE_STRING,
 28132                   /* subscript */
 28133                   -1,
 28134                   /* value */
 28135                   0,
 28136               };
 28137               
 28138               static const char*
 28139 mike  1.1.2.1 _CIM_SystemSetting_SettingID_qualifiers[] =
 28140               {
 28141                   /* Key */
 28142                   "\025\001",
 28143                   /* Override */
 28144                   "\044SettingID",
 28145                   /* MaxLen */
 28146                   "\030\000\000\001\000",
 28147                   0,
 28148               };
 28149               
 28150               static MetaProperty
 28151               _CIM_SystemSetting_SettingID =
 28152               {
 28153                   /* flags */
 28154                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28155                   /* name */
 28156                   "SettingID",
 28157                   /* qualifiers */
 28158                   _CIM_SystemSetting_SettingID_qualifiers,
 28159                   /* type */
 28160 mike  1.1.2.1     CIMTYPE_STRING,
 28161                   /* subscript */
 28162                   -1,
 28163                   /* value */
 28164                   0,
 28165               };
 28166               
 28167               static MetaFeature*
 28168               _CIM_SystemSetting_features[] =
 28169               {
 28170                   (MetaFeature*)&_CIM_SystemSetting_SystemCreationClassName,
 28171                   (MetaFeature*)&_CIM_SystemSetting_SystemName,
 28172                   (MetaFeature*)&_CIM_SystemSetting_CreationClassName,
 28173                   (MetaFeature*)&_CIM_SystemSetting_SettingID,
 28174                   0,
 28175               };
 28176               
 28177               static const char*
 28178               __root_cimv2_CIM_SystemSetting_qualifiers[] =
 28179               {
 28180                   /* UMLPackagePath */
 28181 mike  1.1.2.1     "\057CIM::Core::Settings",
 28182                   /* Abstract */
 28183                   "\002\001",
 28184                   /* Version */
 28185                   "\0632.10.0",
 28186                   0,
 28187               };
 28188               
 28189               MetaClass
 28190               __root_cimv2_CIM_SystemSetting =
 28191               {
 28192                   /* flags */
 28193                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 28194                   /* name */
 28195                   "CIM_SystemSetting",
 28196                   /* qualifiers */
 28197                   __root_cimv2_CIM_SystemSetting_qualifiers,
 28198                   /* super */
 28199                   &__root_cimv2_CIM_Setting,
 28200                   /* features */
 28201                   _CIM_SystemSetting_features,
 28202 mike  1.1.2.1 };
 28203               
 28204               //==============================================================================
 28205               //
 28206               // Class: CIM_SystemSettingContext
 28207               //
 28208               //==============================================================================
 28209               
 28210               static const char*
 28211               _CIM_SystemSettingContext_Context_qualifiers[] =
 28212               {
 28213                   /* Key */
 28214                   "\025\001",
 28215                   /* Aggregate */
 28216                   "\003\001",
 28217                   0,
 28218               };
 28219               
 28220               static MetaReference
 28221               _CIM_SystemSettingContext_Context =
 28222               {
 28223 mike  1.1.2.1     /* flags */
 28224                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 28225                   /* name */
 28226                   "Context",
 28227                   /* qualifiers */
 28228                   _CIM_SystemSettingContext_Context_qualifiers,
 28229                   /* subscript */
 28230                   -1,
 28231                   /* refId */
 28232                   &__root_cimv2_CIM_SystemConfiguration,
 28233               };
 28234               
 28235               static const char*
 28236               _CIM_SystemSettingContext_Setting_qualifiers[] =
 28237               {
 28238                   /* Key */
 28239                   "\025\001",
 28240                   0,
 28241               };
 28242               
 28243               static MetaReference
 28244 mike  1.1.2.1 _CIM_SystemSettingContext_Setting =
 28245               {
 28246                   /* flags */
 28247                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 28248                   /* name */
 28249                   "Setting",
 28250                   /* qualifiers */
 28251                   _CIM_SystemSettingContext_Setting_qualifiers,
 28252                   /* subscript */
 28253                   -1,
 28254                   /* refId */
 28255                   &__root_cimv2_CIM_SystemSetting,
 28256               };
 28257               
 28258               static MetaFeature*
 28259               _CIM_SystemSettingContext_features[] =
 28260               {
 28261                   (MetaFeature*)&_CIM_SystemSettingContext_Context,
 28262                   (MetaFeature*)&_CIM_SystemSettingContext_Setting,
 28263                   0,
 28264               };
 28265 mike  1.1.2.1 
 28266               static const char*
 28267               __root_cimv2_CIM_SystemSettingContext_qualifiers[] =
 28268               {
 28269                   /* ASSOCIATION */
 28270                   "\000\001",
 28271                   /* UMLPackagePath */
 28272                   "\057CIM::Core::Settings",
 28273                   /* Aggregation */
 28274                   "\004\001",
 28275                   /* Version */
 28276                   "\0632.6.0",
 28277                   0,
 28278               };
 28279               
 28280               MetaClass
 28281               __root_cimv2_CIM_SystemSettingContext =
 28282               {
 28283                   /* flags */
 28284                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 28285                   /* name */
 28286 mike  1.1.2.1     "CIM_SystemSettingContext",
 28287                   /* qualifiers */
 28288                   __root_cimv2_CIM_SystemSettingContext_qualifiers,
 28289                   /* super */
 28290                   0,
 28291                   /* features */
 28292                   _CIM_SystemSettingContext_features,
 28293               };
 28294               
 28295               //==============================================================================
 28296               //
 28297               // Class: CIM_SystemSpecificCollection
 28298               //
 28299               //==============================================================================
 28300               
 28301               static const char*
 28302               _CIM_SystemSpecificCollection_InstanceID_qualifiers[] =
 28303               {
 28304                   /* Key */
 28305                   "\025\001",
 28306                   0,
 28307 mike  1.1.2.1 };
 28308               
 28309               static MetaProperty
 28310               _CIM_SystemSpecificCollection_InstanceID =
 28311               {
 28312                   /* flags */
 28313                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28314                   /* name */
 28315                   "InstanceID",
 28316                   /* qualifiers */
 28317                   _CIM_SystemSpecificCollection_InstanceID_qualifiers,
 28318                   /* type */
 28319                   CIMTYPE_STRING,
 28320                   /* subscript */
 28321                   -1,
 28322                   /* value */
 28323                   0,
 28324               };
 28325               
 28326               static MetaFeature*
 28327               _CIM_SystemSpecificCollection_features[] =
 28328 mike  1.1.2.1 {
 28329                   (MetaFeature*)&_CIM_SystemSpecificCollection_InstanceID,
 28330                   0,
 28331               };
 28332               
 28333               static const char*
 28334               __root_cimv2_CIM_SystemSpecificCollection_qualifiers[] =
 28335               {
 28336                   /* UMLPackagePath */
 28337                   "\057CIM::Core::Collection",
 28338                   /* Version */
 28339                   "\0632.10.0",
 28340                   0,
 28341               };
 28342               
 28343               MetaClass
 28344               __root_cimv2_CIM_SystemSpecificCollection =
 28345               {
 28346                   /* flags */
 28347                   META_FLAG_CLASS,
 28348                   /* name */
 28349 mike  1.1.2.1     "CIM_SystemSpecificCollection",
 28350                   /* qualifiers */
 28351                   __root_cimv2_CIM_SystemSpecificCollection_qualifiers,
 28352                   /* super */
 28353                   &__root_cimv2_CIM_Collection,
 28354                   /* features */
 28355                   _CIM_SystemSpecificCollection_features,
 28356               };
 28357               
 28358               //==============================================================================
 28359               //
 28360               // Class: CIM_SystemStatisticalInformation
 28361               //
 28362               //==============================================================================
 28363               
 28364               static const char*
 28365               _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers[] =
 28366               {
 28367                   /* Key */
 28368                   "\025\001",
 28369                   /* Propagated */
 28370 mike  1.1.2.1     "\045CIM_System.CreationClassName",
 28371                   /* MaxLen */
 28372                   "\030\000\000\001\000",
 28373                   0,
 28374               };
 28375               
 28376               static MetaProperty
 28377               _CIM_SystemStatisticalInformation_SystemCreationClassName =
 28378               {
 28379                   /* flags */
 28380                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28381                   /* name */
 28382                   "SystemCreationClassName",
 28383                   /* qualifiers */
 28384                   _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers,
 28385                   /* type */
 28386                   CIMTYPE_STRING,
 28387                   /* subscript */
 28388                   -1,
 28389                   /* value */
 28390                   0,
 28391 mike  1.1.2.1 };
 28392               
 28393               static const char*
 28394               _CIM_SystemStatisticalInformation_SystemName_qualifiers[] =
 28395               {
 28396                   /* Key */
 28397                   "\025\001",
 28398                   /* Propagated */
 28399                   "\045CIM_System.Name",
 28400                   /* MaxLen */
 28401                   "\030\000\000\001\000",
 28402                   0,
 28403               };
 28404               
 28405               static MetaProperty
 28406               _CIM_SystemStatisticalInformation_SystemName =
 28407               {
 28408                   /* flags */
 28409                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28410                   /* name */
 28411                   "SystemName",
 28412 mike  1.1.2.1     /* qualifiers */
 28413                   _CIM_SystemStatisticalInformation_SystemName_qualifiers,
 28414                   /* type */
 28415                   CIMTYPE_STRING,
 28416                   /* subscript */
 28417                   -1,
 28418                   /* value */
 28419                   0,
 28420               };
 28421               
 28422               static const char*
 28423               _CIM_SystemStatisticalInformation_CreationClassName_qualifiers[] =
 28424               {
 28425                   /* Key */
 28426                   "\025\001",
 28427                   /* MaxLen */
 28428                   "\030\000\000\001\000",
 28429                   0,
 28430               };
 28431               
 28432               static MetaProperty
 28433 mike  1.1.2.1 _CIM_SystemStatisticalInformation_CreationClassName =
 28434               {
 28435                   /* flags */
 28436                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28437                   /* name */
 28438                   "CreationClassName",
 28439                   /* qualifiers */
 28440                   _CIM_SystemStatisticalInformation_CreationClassName_qualifiers,
 28441                   /* type */
 28442                   CIMTYPE_STRING,
 28443                   /* subscript */
 28444                   -1,
 28445                   /* value */
 28446                   0,
 28447               };
 28448               
 28449               static const char*
 28450               _CIM_SystemStatisticalInformation_Name_qualifiers[] =
 28451               {
 28452                   /* Key */
 28453                   "\025\001",
 28454 mike  1.1.2.1     /* Override */
 28455                   "\044Name",
 28456                   /* MaxLen */
 28457                   "\030\000\000\001\000",
 28458                   0,
 28459               };
 28460               
 28461               static MetaProperty
 28462               _CIM_SystemStatisticalInformation_Name =
 28463               {
 28464                   /* flags */
 28465                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28466                   /* name */
 28467                   "Name",
 28468                   /* qualifiers */
 28469                   _CIM_SystemStatisticalInformation_Name_qualifiers,
 28470                   /* type */
 28471                   CIMTYPE_STRING,
 28472                   /* subscript */
 28473                   -1,
 28474                   /* value */
 28475 mike  1.1.2.1     0,
 28476               };
 28477               
 28478               static MetaFeature*
 28479               _CIM_SystemStatisticalInformation_features[] =
 28480               {
 28481                   (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemCreationClassName,
 28482                   (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemName,
 28483                   (MetaFeature*)&_CIM_SystemStatisticalInformation_CreationClassName,
 28484                   (MetaFeature*)&_CIM_SystemStatisticalInformation_Name,
 28485                   0,
 28486               };
 28487               
 28488               static const char*
 28489               __root_cimv2_CIM_SystemStatisticalInformation_qualifiers[] =
 28490               {
 28491                   /* UMLPackagePath */
 28492                   "\057CIM::Core::Statistics",
 28493                   /* Version */
 28494                   "\0632.6.0",
 28495                   0,
 28496 mike  1.1.2.1 };
 28497               
 28498               MetaClass
 28499               __root_cimv2_CIM_SystemStatisticalInformation =
 28500               {
 28501                   /* flags */
 28502                   META_FLAG_CLASS,
 28503                   /* name */
 28504                   "CIM_SystemStatisticalInformation",
 28505                   /* qualifiers */
 28506                   __root_cimv2_CIM_SystemStatisticalInformation_qualifiers,
 28507                   /* super */
 28508                   &__root_cimv2_CIM_StatisticalInformation,
 28509                   /* features */
 28510                   _CIM_SystemStatisticalInformation_features,
 28511               };
 28512               
 28513               //==============================================================================
 28514               //
 28515               // Class: CIM_TimeZone
 28516               //
 28517 mike  1.1.2.1 //==============================================================================
 28518               
 28519               static const char*
 28520               _CIM_TimeZone_TimeZoneID_qualifiers[] =
 28521               {
 28522                   /* Key */
 28523                   "\025\001",
 28524                   0,
 28525               };
 28526               
 28527               static MetaProperty
 28528               _CIM_TimeZone_TimeZoneID =
 28529               {
 28530                   /* flags */
 28531                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28532                   /* name */
 28533                   "TimeZoneID",
 28534                   /* qualifiers */
 28535                   _CIM_TimeZone_TimeZoneID_qualifiers,
 28536                   /* type */
 28537                   CIMTYPE_STRING,
 28538 mike  1.1.2.1     /* subscript */
 28539                   -1,
 28540                   /* value */
 28541                   0,
 28542               };
 28543               
 28544               static const char*
 28545               _CIM_TimeZone_TimeZoneStartDate_qualifiers[] =
 28546               {
 28547                   /* Key */
 28548                   "\025\001",
 28549                   0,
 28550               };
 28551               
 28552               static MetaProperty
 28553               _CIM_TimeZone_TimeZoneStartDate =
 28554               {
 28555                   /* flags */
 28556                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28557                   /* name */
 28558                   "TimeZoneStartDate",
 28559 mike  1.1.2.1     /* qualifiers */
 28560                   _CIM_TimeZone_TimeZoneStartDate_qualifiers,
 28561                   /* type */
 28562                   CIMTYPE_DATETIME,
 28563                   /* subscript */
 28564                   -1,
 28565                   /* value */
 28566                   0,
 28567               };
 28568               
 28569               static const char*
 28570               _CIM_TimeZone_StandardName_qualifiers[] =
 28571               {
 28572                   /* ModelCorrespondence */
 28573                   "\036\000\001CIM_TimeZone.StandardCaption\000",
 28574                   0,
 28575               };
 28576               
 28577               static MetaProperty
 28578               _CIM_TimeZone_StandardName =
 28579               {
 28580 mike  1.1.2.1     /* flags */
 28581                   META_FLAG_PROPERTY|META_FLAG_READ,
 28582                   /* name */
 28583                   "StandardName",
 28584                   /* qualifiers */
 28585                   _CIM_TimeZone_StandardName_qualifiers,
 28586                   /* type */
 28587                   CIMTYPE_STRING,
 28588                   /* subscript */
 28589                   -1,
 28590                   /* value */
 28591                   0,
 28592               };
 28593               
 28594               static const char*
 28595               _CIM_TimeZone_StandardCaption_qualifiers[] =
 28596               {
 28597                   /* ModelCorrespondence */
 28598                   "\036\000\001CIM_TimeZone.StandardName\000",
 28599                   0,
 28600               };
 28601 mike  1.1.2.1 
 28602               static MetaProperty
 28603               _CIM_TimeZone_StandardCaption =
 28604               {
 28605                   /* flags */
 28606                   META_FLAG_PROPERTY|META_FLAG_READ,
 28607                   /* name */
 28608                   "StandardCaption",
 28609                   /* qualifiers */
 28610                   _CIM_TimeZone_StandardCaption_qualifiers,
 28611                   /* type */
 28612                   CIMTYPE_STRING,
 28613                   /* subscript */
 28614                   -1,
 28615                   /* value */
 28616                   0,
 28617               };
 28618               
 28619               static const char*
 28620               _CIM_TimeZone_StandardOffset_qualifiers[] =
 28621               {
 28622 mike  1.1.2.1     /* Units */
 28623                   "\060Minutes",
 28624                   0,
 28625               };
 28626               
 28627               static MetaProperty
 28628               _CIM_TimeZone_StandardOffset =
 28629               {
 28630                   /* flags */
 28631                   META_FLAG_PROPERTY|META_FLAG_READ,
 28632                   /* name */
 28633                   "StandardOffset",
 28634                   /* qualifiers */
 28635                   _CIM_TimeZone_StandardOffset_qualifiers,
 28636                   /* type */
 28637                   CIMTYPE_SINT32,
 28638                   /* subscript */
 28639                   -1,
 28640                   /* value */
 28641                   0,
 28642               };
 28643 mike  1.1.2.1 
 28644               static const char*
 28645               _CIM_TimeZone_StandardMonth_qualifiers[] =
 28646               {
 28647                   /* ValueMap */
 28648                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 28649                   /* Values */
 28650                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 28651                   /* ModelCorrespondence */
 28652                   "\036\000\001CIM_TimeZone.StandardDay\000",
 28653                   0,
 28654               };
 28655               
 28656               static MetaProperty
 28657               _CIM_TimeZone_StandardMonth =
 28658               {
 28659                   /* flags */
 28660                   META_FLAG_PROPERTY|META_FLAG_READ,
 28661                   /* name */
 28662                   "StandardMonth",
 28663                   /* qualifiers */
 28664 mike  1.1.2.1     _CIM_TimeZone_StandardMonth_qualifiers,
 28665                   /* type */
 28666                   CIMTYPE_UINT8,
 28667                   /* subscript */
 28668                   -1,
 28669                   /* value */
 28670                   0,
 28671               };
 28672               
 28673               static const char*
 28674               _CIM_TimeZone_StandardDay_qualifiers[] =
 28675               {
 28676                   /* MinValue */
 28677                   "\035\377\377\377\377\377\377\377\341",
 28678                   /* MaxValue */
 28679                   "\031\000\000\000\000\000\000\000\037",
 28680                   /* ModelCorrespondence */
 28681                   "\036\000\001CIM_TimeZone.StandardDayOfWeek\000",
 28682                   0,
 28683               };
 28684               
 28685 mike  1.1.2.1 static MetaProperty
 28686               _CIM_TimeZone_StandardDay =
 28687               {
 28688                   /* flags */
 28689                   META_FLAG_PROPERTY|META_FLAG_READ,
 28690                   /* name */
 28691                   "StandardDay",
 28692                   /* qualifiers */
 28693                   _CIM_TimeZone_StandardDay_qualifiers,
 28694                   /* type */
 28695                   CIMTYPE_SINT8,
 28696                   /* subscript */
 28697                   -1,
 28698                   /* value */
 28699                   0,
 28700               };
 28701               
 28702               static const char*
 28703               _CIM_TimeZone_StandardDayOfWeek_qualifiers[] =
 28704               {
 28705                   /* ValueMap */
 28706 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",
 28707                   /* Values */
 28708                   "\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",
 28709                   /* ModelCorrespondence */
 28710                   "\036\000\001CIM_TimeZone.StandardDay\000",
 28711                   0,
 28712               };
 28713               
 28714               static MetaProperty
 28715               _CIM_TimeZone_StandardDayOfWeek =
 28716               {
 28717                   /* flags */
 28718                   META_FLAG_PROPERTY|META_FLAG_READ,
 28719                   /* name */
 28720                   "StandardDayOfWeek",
 28721                   /* qualifiers */
 28722                   _CIM_TimeZone_StandardDayOfWeek_qualifiers,
 28723                   /* type */
 28724                   CIMTYPE_SINT8,
 28725                   /* subscript */
 28726                   -1,
 28727 mike  1.1.2.1     /* value */
 28728                   0,
 28729               };
 28730               
 28731               static const char*
 28732               _CIM_TimeZone_StandardStartInterval_qualifiers[] =
 28733               {
 28734                   0,
 28735               };
 28736               
 28737               static MetaProperty
 28738               _CIM_TimeZone_StandardStartInterval =
 28739               {
 28740                   /* flags */
 28741                   META_FLAG_PROPERTY|META_FLAG_READ,
 28742                   /* name */
 28743                   "StandardStartInterval",
 28744                   /* qualifiers */
 28745                   _CIM_TimeZone_StandardStartInterval_qualifiers,
 28746                   /* type */
 28747                   CIMTYPE_DATETIME,
 28748 mike  1.1.2.1     /* subscript */
 28749                   -1,
 28750                   /* value */
 28751                   0,
 28752               };
 28753               
 28754               static const char*
 28755               _CIM_TimeZone_DaylightName_qualifiers[] =
 28756               {
 28757                   /* ModelCorrespondence */
 28758                   "\036\000\001CIM_TimeZone.DaylightCaption\000",
 28759                   0,
 28760               };
 28761               
 28762               static MetaProperty
 28763               _CIM_TimeZone_DaylightName =
 28764               {
 28765                   /* flags */
 28766                   META_FLAG_PROPERTY|META_FLAG_READ,
 28767                   /* name */
 28768                   "DaylightName",
 28769 mike  1.1.2.1     /* qualifiers */
 28770                   _CIM_TimeZone_DaylightName_qualifiers,
 28771                   /* type */
 28772                   CIMTYPE_STRING,
 28773                   /* subscript */
 28774                   -1,
 28775                   /* value */
 28776                   0,
 28777               };
 28778               
 28779               static const char*
 28780               _CIM_TimeZone_DaylightCaption_qualifiers[] =
 28781               {
 28782                   /* ModelCorrespondence */
 28783                   "\036\000\001CIM_TimeZone.DaylightName\000",
 28784                   0,
 28785               };
 28786               
 28787               static MetaProperty
 28788               _CIM_TimeZone_DaylightCaption =
 28789               {
 28790 mike  1.1.2.1     /* flags */
 28791                   META_FLAG_PROPERTY|META_FLAG_READ,
 28792                   /* name */
 28793                   "DaylightCaption",
 28794                   /* qualifiers */
 28795                   _CIM_TimeZone_DaylightCaption_qualifiers,
 28796                   /* type */
 28797                   CIMTYPE_STRING,
 28798                   /* subscript */
 28799                   -1,
 28800                   /* value */
 28801                   0,
 28802               };
 28803               
 28804               static const char*
 28805               _CIM_TimeZone_DaylightOffset_qualifiers[] =
 28806               {
 28807                   /* Units */
 28808                   "\060Minutes",
 28809                   0,
 28810               };
 28811 mike  1.1.2.1 
 28812               static MetaProperty
 28813               _CIM_TimeZone_DaylightOffset =
 28814               {
 28815                   /* flags */
 28816                   META_FLAG_PROPERTY|META_FLAG_READ,
 28817                   /* name */
 28818                   "DaylightOffset",
 28819                   /* qualifiers */
 28820                   _CIM_TimeZone_DaylightOffset_qualifiers,
 28821                   /* type */
 28822                   CIMTYPE_SINT32,
 28823                   /* subscript */
 28824                   -1,
 28825                   /* value */
 28826                   0,
 28827               };
 28828               
 28829               static const char*
 28830               _CIM_TimeZone_DaylightMonth_qualifiers[] =
 28831               {
 28832 mike  1.1.2.1     /* ValueMap */
 28833                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 28834                   /* Values */
 28835                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 28836                   /* ModelCorrespondence */
 28837                   "\036\000\001CIM_TimeZone.DaylightDay\000",
 28838                   0,
 28839               };
 28840               
 28841               static MetaProperty
 28842               _CIM_TimeZone_DaylightMonth =
 28843               {
 28844                   /* flags */
 28845                   META_FLAG_PROPERTY|META_FLAG_READ,
 28846                   /* name */
 28847                   "DaylightMonth",
 28848                   /* qualifiers */
 28849                   _CIM_TimeZone_DaylightMonth_qualifiers,
 28850                   /* type */
 28851                   CIMTYPE_UINT8,
 28852                   /* subscript */
 28853 mike  1.1.2.1     -1,
 28854                   /* value */
 28855                   0,
 28856               };
 28857               
 28858               static const char*
 28859               _CIM_TimeZone_DaylightDay_qualifiers[] =
 28860               {
 28861                   /* MinValue */
 28862                   "\035\377\377\377\377\377\377\377\341",
 28863                   /* MaxValue */
 28864                   "\031\000\000\000\000\000\000\000\037",
 28865                   /* ModelCorrespondence */
 28866                   "\036\000\001CIM_TimeZone.DaylightDayOfWeek\000",
 28867                   0,
 28868               };
 28869               
 28870               static MetaProperty
 28871               _CIM_TimeZone_DaylightDay =
 28872               {
 28873                   /* flags */
 28874 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 28875                   /* name */
 28876                   "DaylightDay",
 28877                   /* qualifiers */
 28878                   _CIM_TimeZone_DaylightDay_qualifiers,
 28879                   /* type */
 28880                   CIMTYPE_SINT8,
 28881                   /* subscript */
 28882                   -1,
 28883                   /* value */
 28884                   0,
 28885               };
 28886               
 28887               static const char*
 28888               _CIM_TimeZone_DaylightDayOfWeek_qualifiers[] =
 28889               {
 28890                   /* ValueMap */
 28891                   "\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",
 28892                   /* Values */
 28893                   "\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",
 28894                   /* ModelCorrespondence */
 28895 mike  1.1.2.1     "\036\000\001CIM_TimeZone.DaylightDay\000",
 28896                   0,
 28897               };
 28898               
 28899               static MetaProperty
 28900               _CIM_TimeZone_DaylightDayOfWeek =
 28901               {
 28902                   /* flags */
 28903                   META_FLAG_PROPERTY|META_FLAG_READ,
 28904                   /* name */
 28905                   "DaylightDayOfWeek",
 28906                   /* qualifiers */
 28907                   _CIM_TimeZone_DaylightDayOfWeek_qualifiers,
 28908                   /* type */
 28909                   CIMTYPE_SINT8,
 28910                   /* subscript */
 28911                   -1,
 28912                   /* value */
 28913                   0,
 28914               };
 28915               
 28916 mike  1.1.2.1 static const char*
 28917               _CIM_TimeZone_DaylightStartInterval_qualifiers[] =
 28918               {
 28919                   0,
 28920               };
 28921               
 28922               static MetaProperty
 28923               _CIM_TimeZone_DaylightStartInterval =
 28924               {
 28925                   /* flags */
 28926                   META_FLAG_PROPERTY|META_FLAG_READ,
 28927                   /* name */
 28928                   "DaylightStartInterval",
 28929                   /* qualifiers */
 28930                   _CIM_TimeZone_DaylightStartInterval_qualifiers,
 28931                   /* type */
 28932                   CIMTYPE_DATETIME,
 28933                   /* subscript */
 28934                   -1,
 28935                   /* value */
 28936                   0,
 28937 mike  1.1.2.1 };
 28938               
 28939               static MetaFeature*
 28940               _CIM_TimeZone_features[] =
 28941               {
 28942                   (MetaFeature*)&_CIM_TimeZone_TimeZoneID,
 28943                   (MetaFeature*)&_CIM_TimeZone_TimeZoneStartDate,
 28944                   (MetaFeature*)&_CIM_TimeZone_StandardName,
 28945                   (MetaFeature*)&_CIM_TimeZone_StandardCaption,
 28946                   (MetaFeature*)&_CIM_TimeZone_StandardOffset,
 28947                   (MetaFeature*)&_CIM_TimeZone_StandardMonth,
 28948                   (MetaFeature*)&_CIM_TimeZone_StandardDay,
 28949                   (MetaFeature*)&_CIM_TimeZone_StandardDayOfWeek,
 28950                   (MetaFeature*)&_CIM_TimeZone_StandardStartInterval,
 28951                   (MetaFeature*)&_CIM_TimeZone_DaylightName,
 28952                   (MetaFeature*)&_CIM_TimeZone_DaylightCaption,
 28953                   (MetaFeature*)&_CIM_TimeZone_DaylightOffset,
 28954                   (MetaFeature*)&_CIM_TimeZone_DaylightMonth,
 28955                   (MetaFeature*)&_CIM_TimeZone_DaylightDay,
 28956                   (MetaFeature*)&_CIM_TimeZone_DaylightDayOfWeek,
 28957                   (MetaFeature*)&_CIM_TimeZone_DaylightStartInterval,
 28958 mike  1.1.2.1     0,
 28959               };
 28960               
 28961               static const char*
 28962               __root_cimv2_CIM_TimeZone_qualifiers[] =
 28963               {
 28964                   /* UMLPackagePath */
 28965                   "\057CIM::System::Time",
 28966                   /* Version */
 28967                   "\0632.6.0",
 28968                   0,
 28969               };
 28970               
 28971               MetaClass
 28972               __root_cimv2_CIM_TimeZone =
 28973               {
 28974                   /* flags */
 28975                   META_FLAG_CLASS,
 28976                   /* name */
 28977                   "CIM_TimeZone",
 28978                   /* qualifiers */
 28979 mike  1.1.2.1     __root_cimv2_CIM_TimeZone_qualifiers,
 28980                   /* super */
 28981                   &__root_cimv2_CIM_Setting,
 28982                   /* features */
 28983                   _CIM_TimeZone_features,
 28984               };
 28985               
 28986               //==============================================================================
 28987               //
 28988               // Class: CIM_TraceLevelType
 28989               //
 28990               //==============================================================================
 28991               
 28992               static const char*
 28993               _CIM_TraceLevelType_InstanceID_qualifiers[] =
 28994               {
 28995                   /* Key */
 28996                   "\025\001",
 28997                   /* MaxLen */
 28998                   "\030\000\000\000\020",
 28999                   /* ModelCorrespondence */
 29000 mike  1.1.2.1     "\036\000\001CIM_UnitOfWorkDefinition.TraceLevelTypeId\000",
 29001                   0,
 29002               };
 29003               
 29004               static MetaProperty
 29005               _CIM_TraceLevelType_InstanceID =
 29006               {
 29007                   /* flags */
 29008                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29009                   /* name */
 29010                   "InstanceID",
 29011                   /* qualifiers */
 29012                   _CIM_TraceLevelType_InstanceID_qualifiers,
 29013                   /* type */
 29014                   CIMTYPE_STRING,
 29015                   /* subscript */
 29016                   -1,
 29017                   /* value */
 29018                   0,
 29019               };
 29020               
 29021 mike  1.1.2.1 static const char*
 29022               _CIM_TraceLevelType_BaseType_qualifiers[] =
 29023               {
 29024                   /* ValueMap */
 29025                   "\061\000\0031\0002\0003\000",
 29026                   /* Values */
 29027                   "\062\000\003Other\000Bitmap\000Number\000",
 29028                   0,
 29029               };
 29030               
 29031               static MetaProperty
 29032               _CIM_TraceLevelType_BaseType =
 29033               {
 29034                   /* flags */
 29035                   META_FLAG_PROPERTY|META_FLAG_READ,
 29036                   /* name */
 29037                   "BaseType",
 29038                   /* qualifiers */
 29039                   _CIM_TraceLevelType_BaseType_qualifiers,
 29040                   /* type */
 29041                   CIMTYPE_UINT16,
 29042 mike  1.1.2.1     /* subscript */
 29043                   -1,
 29044                   /* value */
 29045                   0,
 29046               };
 29047               
 29048               static const char*
 29049               _CIM_TraceLevelType_TraceValues_qualifiers[] =
 29050               {
 29051                   /* Required */
 29052                   "\050\001",
 29053                   /* ArrayType */
 29054                   "\005Indexed",
 29055                   0,
 29056               };
 29057               
 29058               static MetaProperty
 29059               _CIM_TraceLevelType_TraceValues =
 29060               {
 29061                   /* flags */
 29062                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 29063 mike  1.1.2.1     /* name */
 29064                   "TraceValues",
 29065                   /* qualifiers */
 29066                   _CIM_TraceLevelType_TraceValues_qualifiers,
 29067                   /* type */
 29068                   CIMTYPE_UINT32,
 29069                   /* subscript */
 29070                   0,
 29071                   /* value */
 29072                   0,
 29073               };
 29074               
 29075               static const char*
 29076               _CIM_TraceLevelType_ValueDescriptions_qualifiers[] =
 29077               {
 29078                   /* Required */
 29079                   "\050\001",
 29080                   /* ArrayType */
 29081                   "\005Indexed",
 29082                   0,
 29083               };
 29084 mike  1.1.2.1 
 29085               static MetaProperty
 29086               _CIM_TraceLevelType_ValueDescriptions =
 29087               {
 29088                   /* flags */
 29089                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 29090                   /* name */
 29091                   "ValueDescriptions",
 29092                   /* qualifiers */
 29093                   _CIM_TraceLevelType_ValueDescriptions_qualifiers,
 29094                   /* type */
 29095                   CIMTYPE_STRING,
 29096                   /* subscript */
 29097                   0,
 29098                   /* value */
 29099                   0,
 29100               };
 29101               
 29102               static MetaFeature*
 29103               _CIM_TraceLevelType_features[] =
 29104               {
 29105 mike  1.1.2.1     (MetaFeature*)&_CIM_TraceLevelType_InstanceID,
 29106                   (MetaFeature*)&_CIM_TraceLevelType_BaseType,
 29107                   (MetaFeature*)&_CIM_TraceLevelType_TraceValues,
 29108                   (MetaFeature*)&_CIM_TraceLevelType_ValueDescriptions,
 29109                   0,
 29110               };
 29111               
 29112               static const char*
 29113               __root_cimv2_CIM_TraceLevelType_qualifiers[] =
 29114               {
 29115                   /* UMLPackagePath */
 29116                   "\057CIM::Metrics::UnitOfWork",
 29117                   /* Version */
 29118                   "\0632.7.0",
 29119                   0,
 29120               };
 29121               
 29122               MetaClass
 29123               __root_cimv2_CIM_TraceLevelType =
 29124               {
 29125                   /* flags */
 29126 mike  1.1.2.1     META_FLAG_CLASS,
 29127                   /* name */
 29128                   "CIM_TraceLevelType",
 29129                   /* qualifiers */
 29130                   __root_cimv2_CIM_TraceLevelType_qualifiers,
 29131                   /* super */
 29132                   &__root_cimv2_CIM_ManagedElement,
 29133                   /* features */
 29134                   _CIM_TraceLevelType_features,
 29135               };
 29136               
 29137               //==============================================================================
 29138               //
 29139               // Class: CIM_UnitOfWork
 29140               //
 29141               //==============================================================================
 29142               
 29143               static const char*
 29144               _CIM_UnitOfWork_Description_qualifiers[] =
 29145               {
 29146                   /* Override */
 29147 mike  1.1.2.1     "\044Description",
 29148                   0,
 29149               };
 29150               
 29151               static MetaProperty
 29152               _CIM_UnitOfWork_Description =
 29153               {
 29154                   /* flags */
 29155                   META_FLAG_PROPERTY|META_FLAG_READ,
 29156                   /* name */
 29157                   "Description",
 29158                   /* qualifiers */
 29159                   _CIM_UnitOfWork_Description_qualifiers,
 29160                   /* type */
 29161                   CIMTYPE_STRING,
 29162                   /* subscript */
 29163                   -1,
 29164                   /* value */
 29165                   0,
 29166               };
 29167               
 29168 mike  1.1.2.1 static const char*
 29169               _CIM_UnitOfWork_Id_qualifiers[] =
 29170               {
 29171                   /* Key */
 29172                   "\025\001",
 29173                   0,
 29174               };
 29175               
 29176               static MetaProperty
 29177               _CIM_UnitOfWork_Id =
 29178               {
 29179                   /* flags */
 29180                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29181                   /* name */
 29182                   "Id",
 29183                   /* qualifiers */
 29184                   _CIM_UnitOfWork_Id_qualifiers,
 29185                   /* type */
 29186                   CIMTYPE_SINT64,
 29187                   /* subscript */
 29188                   -1,
 29189 mike  1.1.2.1     /* value */
 29190                   0,
 29191               };
 29192               
 29193               static const char*
 29194               _CIM_UnitOfWork_UoWDefId_qualifiers[] =
 29195               {
 29196                   /* Key */
 29197                   "\025\001",
 29198                   /* Propagated */
 29199                   "\045CIM_UnitOfWorkDefinition.Id",
 29200                   /* MaxLen */
 29201                   "\030\000\000\000\020",
 29202                   0,
 29203               };
 29204               
 29205               static MetaProperty
 29206               _CIM_UnitOfWork_UoWDefId =
 29207               {
 29208                   /* flags */
 29209                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29210 mike  1.1.2.1     /* name */
 29211                   "UoWDefId",
 29212                   /* qualifiers */
 29213                   _CIM_UnitOfWork_UoWDefId_qualifiers,
 29214                   /* type */
 29215                   CIMTYPE_STRING,
 29216                   /* subscript */
 29217                   -1,
 29218                   /* value */
 29219                   0,
 29220               };
 29221               
 29222               static const char*
 29223               _CIM_UnitOfWork_UserName_qualifiers[] =
 29224               {
 29225                   0,
 29226               };
 29227               
 29228               static MetaProperty
 29229               _CIM_UnitOfWork_UserName =
 29230               {
 29231 mike  1.1.2.1     /* flags */
 29232                   META_FLAG_PROPERTY|META_FLAG_READ,
 29233                   /* name */
 29234                   "UserName",
 29235                   /* qualifiers */
 29236                   _CIM_UnitOfWork_UserName_qualifiers,
 29237                   /* type */
 29238                   CIMTYPE_STRING,
 29239                   /* subscript */
 29240                   -1,
 29241                   /* value */
 29242                   0,
 29243               };
 29244               
 29245               static const char*
 29246               _CIM_UnitOfWork_StartTime_qualifiers[] =
 29247               {
 29248                   0,
 29249               };
 29250               
 29251               static MetaProperty
 29252 mike  1.1.2.1 _CIM_UnitOfWork_StartTime =
 29253               {
 29254                   /* flags */
 29255                   META_FLAG_PROPERTY|META_FLAG_READ,
 29256                   /* name */
 29257                   "StartTime",
 29258                   /* qualifiers */
 29259                   _CIM_UnitOfWork_StartTime_qualifiers,
 29260                   /* type */
 29261                   CIMTYPE_DATETIME,
 29262                   /* subscript */
 29263                   -1,
 29264                   /* value */
 29265                   0,
 29266               };
 29267               
 29268               static const char*
 29269               _CIM_UnitOfWork_ElapsedTime_qualifiers[] =
 29270               {
 29271                   0,
 29272               };
 29273 mike  1.1.2.1 
 29274               static MetaProperty
 29275               _CIM_UnitOfWork_ElapsedTime =
 29276               {
 29277                   /* flags */
 29278                   META_FLAG_PROPERTY|META_FLAG_READ,
 29279                   /* name */
 29280                   "ElapsedTime",
 29281                   /* qualifiers */
 29282                   _CIM_UnitOfWork_ElapsedTime_qualifiers,
 29283                   /* type */
 29284                   CIMTYPE_DATETIME,
 29285                   /* subscript */
 29286                   -1,
 29287                   /* value */
 29288                   0,
 29289               };
 29290               
 29291               static const char*
 29292               _CIM_UnitOfWork_Status_qualifiers[] =
 29293               {
 29294 mike  1.1.2.1     /* ValueMap */
 29295                   "\061\000\0061\0002\0003\0004\0005\0006\000",
 29296                   /* Values */
 29297                   "\062\000\006Active\000Suspended\000Completed\000Completed Good\000Completed Failed\000Completed Aborted\000",
 29298                   0,
 29299               };
 29300               
 29301               static MetaProperty
 29302               _CIM_UnitOfWork_Status =
 29303               {
 29304                   /* flags */
 29305                   META_FLAG_PROPERTY|META_FLAG_READ,
 29306                   /* name */
 29307                   "Status",
 29308                   /* qualifiers */
 29309                   _CIM_UnitOfWork_Status_qualifiers,
 29310                   /* type */
 29311                   CIMTYPE_UINT16,
 29312                   /* subscript */
 29313                   -1,
 29314                   /* value */
 29315 mike  1.1.2.1     0,
 29316               };
 29317               
 29318               static const char*
 29319               _CIM_UnitOfWork_TraceLevel_qualifiers[] =
 29320               {
 29321                   0,
 29322               };
 29323               
 29324               static MetaProperty
 29325               _CIM_UnitOfWork_TraceLevel =
 29326               {
 29327                   /* flags */
 29328                   META_FLAG_PROPERTY|META_FLAG_READ,
 29329                   /* name */
 29330                   "TraceLevel",
 29331                   /* qualifiers */
 29332                   _CIM_UnitOfWork_TraceLevel_qualifiers,
 29333                   /* type */
 29334                   CIMTYPE_UINT32,
 29335                   /* subscript */
 29336 mike  1.1.2.1     -1,
 29337                   /* value */
 29338                   0,
 29339               };
 29340               
 29341               static const char*
 29342               _CIM_UnitOfWork_MutualContextId_qualifiers[] =
 29343               {
 29344                   0,
 29345               };
 29346               
 29347               static MetaProperty
 29348               _CIM_UnitOfWork_MutualContextId =
 29349               {
 29350                   /* flags */
 29351                   META_FLAG_PROPERTY|META_FLAG_READ,
 29352                   /* name */
 29353                   "MutualContextId",
 29354                   /* qualifiers */
 29355                   _CIM_UnitOfWork_MutualContextId_qualifiers,
 29356                   /* type */
 29357 mike  1.1.2.1     CIMTYPE_STRING,
 29358                   /* subscript */
 29359                   -1,
 29360                   /* value */
 29361                   0,
 29362               };
 29363               
 29364               static MetaFeature*
 29365               _CIM_UnitOfWork_features[] =
 29366               {
 29367                   (MetaFeature*)&_CIM_UnitOfWork_Description,
 29368                   (MetaFeature*)&_CIM_UnitOfWork_Id,
 29369                   (MetaFeature*)&_CIM_UnitOfWork_UoWDefId,
 29370                   (MetaFeature*)&_CIM_UnitOfWork_UserName,
 29371                   (MetaFeature*)&_CIM_UnitOfWork_StartTime,
 29372                   (MetaFeature*)&_CIM_UnitOfWork_ElapsedTime,
 29373                   (MetaFeature*)&_CIM_UnitOfWork_Status,
 29374                   (MetaFeature*)&_CIM_UnitOfWork_TraceLevel,
 29375                   (MetaFeature*)&_CIM_UnitOfWork_MutualContextId,
 29376                   0,
 29377               };
 29378 mike  1.1.2.1 
 29379               static const char*
 29380               __root_cimv2_CIM_UnitOfWork_qualifiers[] =
 29381               {
 29382                   /* UMLPackagePath */
 29383                   "\057CIM::Metrics::UnitOfWork",
 29384                   /* Version */
 29385                   "\0632.7.0",
 29386                   0,
 29387               };
 29388               
 29389               MetaClass
 29390               __root_cimv2_CIM_UnitOfWork =
 29391               {
 29392                   /* flags */
 29393                   META_FLAG_CLASS,
 29394                   /* name */
 29395                   "CIM_UnitOfWork",
 29396                   /* qualifiers */
 29397                   __root_cimv2_CIM_UnitOfWork_qualifiers,
 29398                   /* super */
 29399 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 29400                   /* features */
 29401                   _CIM_UnitOfWork_features,
 29402               };
 29403               
 29404               //==============================================================================
 29405               //
 29406               // Class: CIM_UnixProcessStatisticalInformation
 29407               //
 29408               //==============================================================================
 29409               
 29410               static const char*
 29411               _CIM_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers[] =
 29412               {
 29413                   /* Key */
 29414                   "\025\001",
 29415                   /* Propagated */
 29416                   "\045CIM_Process.CSCreationClassName",
 29417                   /* MaxLen */
 29418                   "\030\000\000\001\000",
 29419                   0,
 29420 mike  1.1.2.1 };
 29421               
 29422               static MetaProperty
 29423               _CIM_UnixProcessStatisticalInformation_CSCreationClassName =
 29424               {
 29425                   /* flags */
 29426                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29427                   /* name */
 29428                   "CSCreationClassName",
 29429                   /* qualifiers */
 29430                   _CIM_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers,
 29431                   /* type */
 29432                   CIMTYPE_STRING,
 29433                   /* subscript */
 29434                   -1,
 29435                   /* value */
 29436                   0,
 29437               };
 29438               
 29439               static const char*
 29440               _CIM_UnixProcessStatisticalInformation_CSName_qualifiers[] =
 29441 mike  1.1.2.1 {
 29442                   /* Key */
 29443                   "\025\001",
 29444                   /* Propagated */
 29445                   "\045CIM_Process.CSName",
 29446                   /* MaxLen */
 29447                   "\030\000\000\001\000",
 29448                   0,
 29449               };
 29450               
 29451               static MetaProperty
 29452               _CIM_UnixProcessStatisticalInformation_CSName =
 29453               {
 29454                   /* flags */
 29455                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29456                   /* name */
 29457                   "CSName",
 29458                   /* qualifiers */
 29459                   _CIM_UnixProcessStatisticalInformation_CSName_qualifiers,
 29460                   /* type */
 29461                   CIMTYPE_STRING,
 29462 mike  1.1.2.1     /* subscript */
 29463                   -1,
 29464                   /* value */
 29465                   0,
 29466               };
 29467               
 29468               static const char*
 29469               _CIM_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers[] =
 29470               {
 29471                   /* Key */
 29472                   "\025\001",
 29473                   /* Propagated */
 29474                   "\045CIM_Process.OSCreationClassName",
 29475                   /* MaxLen */
 29476                   "\030\000\000\001\000",
 29477                   0,
 29478               };
 29479               
 29480               static MetaProperty
 29481               _CIM_UnixProcessStatisticalInformation_OSCreationClassName =
 29482               {
 29483 mike  1.1.2.1     /* flags */
 29484                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29485                   /* name */
 29486                   "OSCreationClassName",
 29487                   /* qualifiers */
 29488                   _CIM_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers,
 29489                   /* type */
 29490                   CIMTYPE_STRING,
 29491                   /* subscript */
 29492                   -1,
 29493                   /* value */
 29494                   0,
 29495               };
 29496               
 29497               static const char*
 29498               _CIM_UnixProcessStatisticalInformation_OSName_qualifiers[] =
 29499               {
 29500                   /* Key */
 29501                   "\025\001",
 29502                   /* Propagated */
 29503                   "\045CIM_Process.OSName",
 29504 mike  1.1.2.1     /* MaxLen */
 29505                   "\030\000\000\001\000",
 29506                   0,
 29507               };
 29508               
 29509               static MetaProperty
 29510               _CIM_UnixProcessStatisticalInformation_OSName =
 29511               {
 29512                   /* flags */
 29513                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29514                   /* name */
 29515                   "OSName",
 29516                   /* qualifiers */
 29517                   _CIM_UnixProcessStatisticalInformation_OSName_qualifiers,
 29518                   /* type */
 29519                   CIMTYPE_STRING,
 29520                   /* subscript */
 29521                   -1,
 29522                   /* value */
 29523                   0,
 29524               };
 29525 mike  1.1.2.1 
 29526               static const char*
 29527               _CIM_UnixProcessStatisticalInformation_Handle_qualifiers[] =
 29528               {
 29529                   /* Key */
 29530                   "\025\001",
 29531                   /* Propagated */
 29532                   "\045CIM_Process.Handle",
 29533                   /* MaxLen */
 29534                   "\030\000\000\001\000",
 29535                   0,
 29536               };
 29537               
 29538               static MetaProperty
 29539               _CIM_UnixProcessStatisticalInformation_Handle =
 29540               {
 29541                   /* flags */
 29542                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29543                   /* name */
 29544                   "Handle",
 29545                   /* qualifiers */
 29546 mike  1.1.2.1     _CIM_UnixProcessStatisticalInformation_Handle_qualifiers,
 29547                   /* type */
 29548                   CIMTYPE_STRING,
 29549                   /* subscript */
 29550                   -1,
 29551                   /* value */
 29552                   0,
 29553               };
 29554               
 29555               static const char*
 29556               _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers[] =
 29557               {
 29558                   /* Key */
 29559                   "\025\001",
 29560                   /* Propagated */
 29561                   "\045CIM_Process.CreationClassName",
 29562                   /* MaxLen */
 29563                   "\030\000\000\001\000",
 29564                   0,
 29565               };
 29566               
 29567 mike  1.1.2.1 static MetaProperty
 29568               _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName =
 29569               {
 29570                   /* flags */
 29571                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29572                   /* name */
 29573                   "ProcessCreationClassName",
 29574                   /* qualifiers */
 29575                   _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers,
 29576                   /* type */
 29577                   CIMTYPE_STRING,
 29578                   /* subscript */
 29579                   -1,
 29580                   /* value */
 29581                   0,
 29582               };
 29583               
 29584               static const char*
 29585               _CIM_UnixProcessStatisticalInformation_Name_qualifiers[] =
 29586               {
 29587                   /* Key */
 29588 mike  1.1.2.1     "\025\001",
 29589                   /* Override */
 29590                   "\044Name",
 29591                   /* MaxLen */
 29592                   "\030\000\000\001\000",
 29593                   0,
 29594               };
 29595               
 29596               static MetaProperty
 29597               _CIM_UnixProcessStatisticalInformation_Name =
 29598               {
 29599                   /* flags */
 29600                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29601                   /* name */
 29602                   "Name",
 29603                   /* qualifiers */
 29604                   _CIM_UnixProcessStatisticalInformation_Name_qualifiers,
 29605                   /* type */
 29606                   CIMTYPE_STRING,
 29607                   /* subscript */
 29608                   -1,
 29609 mike  1.1.2.1     /* value */
 29610                   0,
 29611               };
 29612               
 29613               static const char*
 29614               _CIM_UnixProcessStatisticalInformation_CPUTime_qualifiers[] =
 29615               {
 29616                   /* Units */
 29617                   "\060Percent",
 29618                   /* MappingStrings */
 29619                   "\026\000\001MIF.DMTF|Process Information|001.12\000",
 29620                   0,
 29621               };
 29622               
 29623               static MetaProperty
 29624               _CIM_UnixProcessStatisticalInformation_CPUTime =
 29625               {
 29626                   /* flags */
 29627                   META_FLAG_PROPERTY|META_FLAG_READ,
 29628                   /* name */
 29629                   "CPUTime",
 29630 mike  1.1.2.1     /* qualifiers */
 29631                   _CIM_UnixProcessStatisticalInformation_CPUTime_qualifiers,
 29632                   /* type */
 29633                   CIMTYPE_UINT32,
 29634                   /* subscript */
 29635                   -1,
 29636                   /* value */
 29637                   0,
 29638               };
 29639               
 29640               static const char*
 29641               _CIM_UnixProcessStatisticalInformation_RealText_qualifiers[] =
 29642               {
 29643                   /* Units */
 29644                   "\060KiloBytes",
 29645                   /* MappingStrings */
 29646                   "\026\000\001MIF.DMTF|Process Information|001.15\000",
 29647                   0,
 29648               };
 29649               
 29650               static MetaProperty
 29651 mike  1.1.2.1 _CIM_UnixProcessStatisticalInformation_RealText =
 29652               {
 29653                   /* flags */
 29654                   META_FLAG_PROPERTY|META_FLAG_READ,
 29655                   /* name */
 29656                   "RealText",
 29657                   /* qualifiers */
 29658                   _CIM_UnixProcessStatisticalInformation_RealText_qualifiers,
 29659                   /* type */
 29660                   CIMTYPE_UINT64,
 29661                   /* subscript */
 29662                   -1,
 29663                   /* value */
 29664                   0,
 29665               };
 29666               
 29667               static const char*
 29668               _CIM_UnixProcessStatisticalInformation_RealData_qualifiers[] =
 29669               {
 29670                   /* Units */
 29671                   "\060KiloBytes",
 29672 mike  1.1.2.1     /* MappingStrings */
 29673                   "\026\000\001MIF.DMTF|Process Information|001.16\000",
 29674                   0,
 29675               };
 29676               
 29677               static MetaProperty
 29678               _CIM_UnixProcessStatisticalInformation_RealData =
 29679               {
 29680                   /* flags */
 29681                   META_FLAG_PROPERTY|META_FLAG_READ,
 29682                   /* name */
 29683                   "RealData",
 29684                   /* qualifiers */
 29685                   _CIM_UnixProcessStatisticalInformation_RealData_qualifiers,
 29686                   /* type */
 29687                   CIMTYPE_UINT64,
 29688                   /* subscript */
 29689                   -1,
 29690                   /* value */
 29691                   0,
 29692               };
 29693 mike  1.1.2.1 
 29694               static const char*
 29695               _CIM_UnixProcessStatisticalInformation_RealStack_qualifiers[] =
 29696               {
 29697                   /* Units */
 29698                   "\060KiloBytes",
 29699                   /* MappingStrings */
 29700                   "\026\000\001MIF.DMTF|Process Information|001.17\000",
 29701                   0,
 29702               };
 29703               
 29704               static MetaProperty
 29705               _CIM_UnixProcessStatisticalInformation_RealStack =
 29706               {
 29707                   /* flags */
 29708                   META_FLAG_PROPERTY|META_FLAG_READ,
 29709                   /* name */
 29710                   "RealStack",
 29711                   /* qualifiers */
 29712                   _CIM_UnixProcessStatisticalInformation_RealStack_qualifiers,
 29713                   /* type */
 29714 mike  1.1.2.1     CIMTYPE_UINT64,
 29715                   /* subscript */
 29716                   -1,
 29717                   /* value */
 29718                   0,
 29719               };
 29720               
 29721               static const char*
 29722               _CIM_UnixProcessStatisticalInformation_VirtualText_qualifiers[] =
 29723               {
 29724                   /* Units */
 29725                   "\060KiloBytes",
 29726                   /* MappingStrings */
 29727                   "\026\000\001MIF.DMTF|Process Information|001.18\000",
 29728                   0,
 29729               };
 29730               
 29731               static MetaProperty
 29732               _CIM_UnixProcessStatisticalInformation_VirtualText =
 29733               {
 29734                   /* flags */
 29735 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 29736                   /* name */
 29737                   "VirtualText",
 29738                   /* qualifiers */
 29739                   _CIM_UnixProcessStatisticalInformation_VirtualText_qualifiers,
 29740                   /* type */
 29741                   CIMTYPE_UINT64,
 29742                   /* subscript */
 29743                   -1,
 29744                   /* value */
 29745                   0,
 29746               };
 29747               
 29748               static const char*
 29749               _CIM_UnixProcessStatisticalInformation_VirtualData_qualifiers[] =
 29750               {
 29751                   /* Units */
 29752                   "\060KiloBytes",
 29753                   /* MappingStrings */
 29754                   "\026\000\001MIF.DMTF|Process Information|001.19\000",
 29755                   0,
 29756 mike  1.1.2.1 };
 29757               
 29758               static MetaProperty
 29759               _CIM_UnixProcessStatisticalInformation_VirtualData =
 29760               {
 29761                   /* flags */
 29762                   META_FLAG_PROPERTY|META_FLAG_READ,
 29763                   /* name */
 29764                   "VirtualData",
 29765                   /* qualifiers */
 29766                   _CIM_UnixProcessStatisticalInformation_VirtualData_qualifiers,
 29767                   /* type */
 29768                   CIMTYPE_UINT64,
 29769                   /* subscript */
 29770                   -1,
 29771                   /* value */
 29772                   0,
 29773               };
 29774               
 29775               static const char*
 29776               _CIM_UnixProcessStatisticalInformation_VirtualStack_qualifiers[] =
 29777 mike  1.1.2.1 {
 29778                   /* Units */
 29779                   "\060KiloBytes",
 29780                   /* MappingStrings */
 29781                   "\026\000\001MIF.DMTF|Process Information|001.20\000",
 29782                   0,
 29783               };
 29784               
 29785               static MetaProperty
 29786               _CIM_UnixProcessStatisticalInformation_VirtualStack =
 29787               {
 29788                   /* flags */
 29789                   META_FLAG_PROPERTY|META_FLAG_READ,
 29790                   /* name */
 29791                   "VirtualStack",
 29792                   /* qualifiers */
 29793                   _CIM_UnixProcessStatisticalInformation_VirtualStack_qualifiers,
 29794                   /* type */
 29795                   CIMTYPE_UINT64,
 29796                   /* subscript */
 29797                   -1,
 29798 mike  1.1.2.1     /* value */
 29799                   0,
 29800               };
 29801               
 29802               static const char*
 29803               _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers[] =
 29804               {
 29805                   /* Units */
 29806                   "\060KiloBytes",
 29807                   /* MappingStrings */
 29808                   "\026\000\001MIF.DMTF|Process Information|001.22\000",
 29809                   0,
 29810               };
 29811               
 29812               static MetaProperty
 29813               _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize =
 29814               {
 29815                   /* flags */
 29816                   META_FLAG_PROPERTY|META_FLAG_READ,
 29817                   /* name */
 29818                   "VirtualMemoryMappedFileSize",
 29819 mike  1.1.2.1     /* qualifiers */
 29820                   _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers,
 29821                   /* type */
 29822                   CIMTYPE_UINT64,
 29823                   /* subscript */
 29824                   -1,
 29825                   /* value */
 29826                   0,
 29827               };
 29828               
 29829               static const char*
 29830               _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers[] =
 29831               {
 29832                   /* Units */
 29833                   "\060KiloBytes",
 29834                   /* MappingStrings */
 29835                   "\026\000\001MIF.DMTF|Process Information|001.21\000",
 29836                   0,
 29837               };
 29838               
 29839               static MetaProperty
 29840 mike  1.1.2.1 _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory =
 29841               {
 29842                   /* flags */
 29843                   META_FLAG_PROPERTY|META_FLAG_READ,
 29844                   /* name */
 29845                   "VirtualSharedMemory",
 29846                   /* qualifiers */
 29847                   _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers,
 29848                   /* type */
 29849                   CIMTYPE_UINT64,
 29850                   /* subscript */
 29851                   -1,
 29852                   /* value */
 29853                   0,
 29854               };
 29855               
 29856               static const char*
 29857               _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers[] =
 29858               {
 29859                   /* Units */
 29860                   "\060Clock Ticks",
 29861 mike  1.1.2.1     /* Counter */
 29862                   "\012\001",
 29863                   0,
 29864               };
 29865               
 29866               static MetaProperty
 29867               _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren =
 29868               {
 29869                   /* flags */
 29870                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 29871                   /* name */
 29872                   "CpuTimeDeadChildren",
 29873                   /* qualifiers */
 29874                   _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers,
 29875                   /* type */
 29876                   CIMTYPE_UINT64,
 29877                   /* subscript */
 29878                   -1,
 29879                   /* value */
 29880                   0,
 29881               };
 29882 mike  1.1.2.1 
 29883               static const char*
 29884               _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers[] =
 29885               {
 29886                   /* Units */
 29887                   "\060Clock Ticks",
 29888                   /* Counter */
 29889                   "\012\001",
 29890                   0,
 29891               };
 29892               
 29893               static MetaProperty
 29894               _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren =
 29895               {
 29896                   /* flags */
 29897                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 29898                   /* name */
 29899                   "SystemTimeDeadChildren",
 29900                   /* qualifiers */
 29901                   _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers,
 29902                   /* type */
 29903 mike  1.1.2.1     CIMTYPE_UINT64,
 29904                   /* subscript */
 29905                   -1,
 29906                   /* value */
 29907                   0,
 29908               };
 29909               
 29910               static MetaFeature*
 29911               _CIM_UnixProcessStatisticalInformation_features[] =
 29912               {
 29913                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CSCreationClassName,
 29914                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CSName,
 29915                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_OSCreationClassName,
 29916                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_OSName,
 29917                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_Handle,
 29918                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_ProcessCreationClassName,
 29919                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_Name,
 29920                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CPUTime,
 29921                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealText,
 29922                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealData,
 29923                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealStack,
 29924 mike  1.1.2.1     (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualText,
 29925                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualData,
 29926                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualStack,
 29927                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize,
 29928                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualSharedMemory,
 29929                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren,
 29930                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren,
 29931                   0,
 29932               };
 29933               
 29934               static const char*
 29935               __root_cimv2_CIM_UnixProcessStatisticalInformation_qualifiers[] =
 29936               {
 29937                   /* UMLPackagePath */
 29938                   "\057CIM::System::Unix",
 29939                   /* Version */
 29940                   "\0632.6.0",
 29941                   0,
 29942               };
 29943               
 29944               MetaClass
 29945 mike  1.1.2.1 __root_cimv2_CIM_UnixProcessStatisticalInformation =
 29946               {
 29947                   /* flags */
 29948                   META_FLAG_CLASS,
 29949                   /* name */
 29950                   "CIM_UnixProcessStatisticalInformation",
 29951                   /* qualifiers */
 29952                   __root_cimv2_CIM_UnixProcessStatisticalInformation_qualifiers,
 29953                   /* super */
 29954                   &__root_cimv2_CIM_StatisticalInformation,
 29955                   /* features */
 29956                   _CIM_UnixProcessStatisticalInformation_features,
 29957               };
 29958               
 29959               //==============================================================================
 29960               //
 29961               // Class: CIM_UnsignedPublicKey
 29962               //
 29963               //==============================================================================
 29964               
 29965               static const char*
 29966 mike  1.1.2.1 _CIM_UnsignedPublicKey_SystemCreationClassName_qualifiers[] =
 29967               {
 29968                   /* Key */
 29969                   "\025\001",
 29970                   /* Propagated */
 29971                   "\045CIM_PublicKeyManagementService.SystemCreationClassName",
 29972                   /* MaxLen */
 29973                   "\030\000\000\001\000",
 29974                   0,
 29975               };
 29976               
 29977               static MetaProperty
 29978               _CIM_UnsignedPublicKey_SystemCreationClassName =
 29979               {
 29980                   /* flags */
 29981                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29982                   /* name */
 29983                   "SystemCreationClassName",
 29984                   /* qualifiers */
 29985                   _CIM_UnsignedPublicKey_SystemCreationClassName_qualifiers,
 29986                   /* type */
 29987 mike  1.1.2.1     CIMTYPE_STRING,
 29988                   /* subscript */
 29989                   -1,
 29990                   /* value */
 29991                   0,
 29992               };
 29993               
 29994               static const char*
 29995               _CIM_UnsignedPublicKey_SystemName_qualifiers[] =
 29996               {
 29997                   /* Key */
 29998                   "\025\001",
 29999                   /* Propagated */
 30000                   "\045CIM_PublicKeyManagementService.SystemName",
 30001                   /* MaxLen */
 30002                   "\030\000\000\001\000",
 30003                   0,
 30004               };
 30005               
 30006               static MetaProperty
 30007               _CIM_UnsignedPublicKey_SystemName =
 30008 mike  1.1.2.1 {
 30009                   /* flags */
 30010                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30011                   /* name */
 30012                   "SystemName",
 30013                   /* qualifiers */
 30014                   _CIM_UnsignedPublicKey_SystemName_qualifiers,
 30015                   /* type */
 30016                   CIMTYPE_STRING,
 30017                   /* subscript */
 30018                   -1,
 30019                   /* value */
 30020                   0,
 30021               };
 30022               
 30023               static const char*
 30024               _CIM_UnsignedPublicKey_ServiceCreationClassName_qualifiers[] =
 30025               {
 30026                   /* Key */
 30027                   "\025\001",
 30028                   /* Propagated */
 30029 mike  1.1.2.1     "\045CIM_PublicKeyManagementService.CreationClassName",
 30030                   /* MaxLen */
 30031                   "\030\000\000\001\000",
 30032                   0,
 30033               };
 30034               
 30035               static MetaProperty
 30036               _CIM_UnsignedPublicKey_ServiceCreationClassName =
 30037               {
 30038                   /* flags */
 30039                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30040                   /* name */
 30041                   "ServiceCreationClassName",
 30042                   /* qualifiers */
 30043                   _CIM_UnsignedPublicKey_ServiceCreationClassName_qualifiers,
 30044                   /* type */
 30045                   CIMTYPE_STRING,
 30046                   /* subscript */
 30047                   -1,
 30048                   /* value */
 30049                   0,
 30050 mike  1.1.2.1 };
 30051               
 30052               static const char*
 30053               _CIM_UnsignedPublicKey_ServiceName_qualifiers[] =
 30054               {
 30055                   /* Key */
 30056                   "\025\001",
 30057                   /* Propagated */
 30058                   "\045CIM_PublicKeyManagementService.Name",
 30059                   /* MaxLen */
 30060                   "\030\000\000\001\000",
 30061                   0,
 30062               };
 30063               
 30064               static MetaProperty
 30065               _CIM_UnsignedPublicKey_ServiceName =
 30066               {
 30067                   /* flags */
 30068                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30069                   /* name */
 30070                   "ServiceName",
 30071 mike  1.1.2.1     /* qualifiers */
 30072                   _CIM_UnsignedPublicKey_ServiceName_qualifiers,
 30073                   /* type */
 30074                   CIMTYPE_STRING,
 30075                   /* subscript */
 30076                   -1,
 30077                   /* value */
 30078                   0,
 30079               };
 30080               
 30081               static const char*
 30082               _CIM_UnsignedPublicKey_PeerIdentity_qualifiers[] =
 30083               {
 30084                   /* Key */
 30085                   "\025\001",
 30086                   /* MaxLen */
 30087                   "\030\000\000\001\000",
 30088                   /* ModelCorrespondence */
 30089                   "\036\000\001CIM_UnsignedPublicKey.PeerIdentityType\000",
 30090                   0,
 30091               };
 30092 mike  1.1.2.1 
 30093               static MetaProperty
 30094               _CIM_UnsignedPublicKey_PeerIdentity =
 30095               {
 30096                   /* flags */
 30097                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30098                   /* name */
 30099                   "PeerIdentity",
 30100                   /* qualifiers */
 30101                   _CIM_UnsignedPublicKey_PeerIdentity_qualifiers,
 30102                   /* type */
 30103                   CIMTYPE_STRING,
 30104                   /* subscript */
 30105                   -1,
 30106                   /* value */
 30107                   0,
 30108               };
 30109               
 30110               static const char*
 30111               _CIM_UnsignedPublicKey_PeerIdentityType_qualifiers[] =
 30112               {
 30113 mike  1.1.2.1     /* ValueMap */
 30114                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 30115                   /* Values */
 30116                   "\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",
 30117                   /* ModelCorrespondence */
 30118                   "\036\000\001CIM_UnsignedPublicKey.PeerIdentity\000",
 30119                   0,
 30120               };
 30121               
 30122               static MetaProperty
 30123               _CIM_UnsignedPublicKey_PeerIdentityType =
 30124               {
 30125                   /* flags */
 30126                   META_FLAG_PROPERTY|META_FLAG_READ,
 30127                   /* name */
 30128                   "PeerIdentityType",
 30129                   /* qualifiers */
 30130                   _CIM_UnsignedPublicKey_PeerIdentityType_qualifiers,
 30131                   /* type */
 30132                   CIMTYPE_UINT16,
 30133                   /* subscript */
 30134 mike  1.1.2.1     -1,
 30135                   /* value */
 30136                   0,
 30137               };
 30138               
 30139               static const char*
 30140               _CIM_UnsignedPublicKey_PublicKey_qualifiers[] =
 30141               {
 30142                   /* OctetString */
 30143                   "\042\001",
 30144                   0,
 30145               };
 30146               
 30147               static MetaProperty
 30148               _CIM_UnsignedPublicKey_PublicKey =
 30149               {
 30150                   /* flags */
 30151                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30152                   /* name */
 30153                   "PublicKey",
 30154                   /* qualifiers */
 30155 mike  1.1.2.1     _CIM_UnsignedPublicKey_PublicKey_qualifiers,
 30156                   /* type */
 30157                   CIMTYPE_UINT8,
 30158                   /* subscript */
 30159                   0,
 30160                   /* value */
 30161                   0,
 30162               };
 30163               
 30164               static MetaFeature*
 30165               _CIM_UnsignedPublicKey_features[] =
 30166               {
 30167                   (MetaFeature*)&_CIM_UnsignedPublicKey_SystemCreationClassName,
 30168                   (MetaFeature*)&_CIM_UnsignedPublicKey_SystemName,
 30169                   (MetaFeature*)&_CIM_UnsignedPublicKey_ServiceCreationClassName,
 30170                   (MetaFeature*)&_CIM_UnsignedPublicKey_ServiceName,
 30171                   (MetaFeature*)&_CIM_UnsignedPublicKey_PeerIdentity,
 30172                   (MetaFeature*)&_CIM_UnsignedPublicKey_PeerIdentityType,
 30173                   (MetaFeature*)&_CIM_UnsignedPublicKey_PublicKey,
 30174                   0,
 30175               };
 30176 mike  1.1.2.1 
 30177               static const char*
 30178               __root_cimv2_CIM_UnsignedPublicKey_qualifiers[] =
 30179               {
 30180                   /* UMLPackagePath */
 30181                   "\057CIM::User::PublicKey",
 30182                   /* Version */
 30183                   "\0632.8.0",
 30184                   0,
 30185               };
 30186               
 30187               MetaClass
 30188               __root_cimv2_CIM_UnsignedPublicKey =
 30189               {
 30190                   /* flags */
 30191                   META_FLAG_CLASS,
 30192                   /* name */
 30193                   "CIM_UnsignedPublicKey",
 30194                   /* qualifiers */
 30195                   __root_cimv2_CIM_UnsignedPublicKey_qualifiers,
 30196                   /* super */
 30197 mike  1.1.2.1     &__root_cimv2_CIM_Credential,
 30198                   /* features */
 30199                   _CIM_UnsignedPublicKey_features,
 30200               };
 30201               
 30202               //==============================================================================
 30203               //
 30204               // Class: CIM_UoWMetric
 30205               //
 30206               //==============================================================================
 30207               
 30208               static const char*
 30209               _CIM_UoWMetric_Antecedent_qualifiers[] =
 30210               {
 30211                   /* Override */
 30212                   "\044Antecedent",
 30213                   0,
 30214               };
 30215               
 30216               static MetaReference
 30217               _CIM_UoWMetric_Antecedent =
 30218 mike  1.1.2.1 {
 30219                   /* flags */
 30220                   META_FLAG_REFERENCE|META_FLAG_READ,
 30221                   /* name */
 30222                   "Antecedent",
 30223                   /* qualifiers */
 30224                   _CIM_UoWMetric_Antecedent_qualifiers,
 30225                   /* subscript */
 30226                   -1,
 30227                   /* refId */
 30228                   &__root_cimv2_CIM_UnitOfWork,
 30229               };
 30230               
 30231               static const char*
 30232               _CIM_UoWMetric_Dependent_qualifiers[] =
 30233               {
 30234                   /* Override */
 30235                   "\044Dependent",
 30236                   0,
 30237               };
 30238               
 30239 mike  1.1.2.1 static MetaReference
 30240               _CIM_UoWMetric_Dependent =
 30241               {
 30242                   /* flags */
 30243                   META_FLAG_REFERENCE|META_FLAG_READ,
 30244                   /* name */
 30245                   "Dependent",
 30246                   /* qualifiers */
 30247                   _CIM_UoWMetric_Dependent_qualifiers,
 30248                   /* subscript */
 30249                   -1,
 30250                   /* refId */
 30251                   &__root_cimv2_CIM_MetricDefinition,
 30252               };
 30253               
 30254               static const char*
 30255               _CIM_UoWMetric_Value_qualifiers[] =
 30256               {
 30257                   0,
 30258               };
 30259               
 30260 mike  1.1.2.1 static MetaProperty
 30261               _CIM_UoWMetric_Value =
 30262               {
 30263                   /* flags */
 30264                   META_FLAG_PROPERTY|META_FLAG_READ,
 30265                   /* name */
 30266                   "Value",
 30267                   /* qualifiers */
 30268                   _CIM_UoWMetric_Value_qualifiers,
 30269                   /* type */
 30270                   CIMTYPE_STRING,
 30271                   /* subscript */
 30272                   -1,
 30273                   /* value */
 30274                   0,
 30275               };
 30276               
 30277               static MetaFeature*
 30278               _CIM_UoWMetric_features[] =
 30279               {
 30280                   (MetaFeature*)&_CIM_UoWMetric_Antecedent,
 30281 mike  1.1.2.1     (MetaFeature*)&_CIM_UoWMetric_Dependent,
 30282                   (MetaFeature*)&_CIM_UoWMetric_Value,
 30283                   0,
 30284               };
 30285               
 30286               static const char*
 30287               __root_cimv2_CIM_UoWMetric_qualifiers[] =
 30288               {
 30289                   /* ASSOCIATION */
 30290                   "\000\001",
 30291                   /* UMLPackagePath */
 30292                   "\057CIM::Metrics::UnitOfWork",
 30293                   /* Version */
 30294                   "\0632.6.0",
 30295                   0,
 30296               };
 30297               
 30298               MetaClass
 30299               __root_cimv2_CIM_UoWMetric =
 30300               {
 30301                   /* flags */
 30302 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 30303                   /* name */
 30304                   "CIM_UoWMetric",
 30305                   /* qualifiers */
 30306                   __root_cimv2_CIM_UoWMetric_qualifiers,
 30307                   /* super */
 30308                   &__root_cimv2_CIM_Dependency,
 30309                   /* features */
 30310                   _CIM_UoWMetric_features,
 30311               };
 30312               
 30313               //==============================================================================
 30314               //
 30315               // Class: CIM_UserEntity
 30316               //
 30317               //==============================================================================
 30318               
 30319               static MetaFeature*
 30320               _CIM_UserEntity_features[] =
 30321               {
 30322                   0,
 30323 mike  1.1.2.1 };
 30324               
 30325               static const char*
 30326               __root_cimv2_CIM_UserEntity_qualifiers[] =
 30327               {
 30328                   /* UMLPackagePath */
 30329                   "\057CIM::User::Org",
 30330                   /* Abstract */
 30331                   "\002\001",
 30332                   /* Version */
 30333                   "\0632.6.0",
 30334                   0,
 30335               };
 30336               
 30337               MetaClass
 30338               __root_cimv2_CIM_UserEntity =
 30339               {
 30340                   /* flags */
 30341                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 30342                   /* name */
 30343                   "CIM_UserEntity",
 30344 mike  1.1.2.1     /* qualifiers */
 30345                   __root_cimv2_CIM_UserEntity_qualifiers,
 30346                   /* super */
 30347                   &__root_cimv2_CIM_OrganizationalEntity,
 30348                   /* features */
 30349                   _CIM_UserEntity_features,
 30350               };
 30351               
 30352               //==============================================================================
 30353               //
 30354               // Class: CIM_UsersAccess
 30355               //
 30356               //==============================================================================
 30357               
 30358               static const char*
 30359               _CIM_UsersAccess_CreationClassName_qualifiers[] =
 30360               {
 30361                   /* Deprecated */
 30362                   "\013\000\001No value\000",
 30363                   /* Key */
 30364                   "\025\001",
 30365 mike  1.1.2.1     /* MaxLen */
 30366                   "\030\000\000\001\000",
 30367                   0,
 30368               };
 30369               
 30370               static MetaProperty
 30371               _CIM_UsersAccess_CreationClassName =
 30372               {
 30373                   /* flags */
 30374                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30375                   /* name */
 30376                   "CreationClassName",
 30377                   /* qualifiers */
 30378                   _CIM_UsersAccess_CreationClassName_qualifiers,
 30379                   /* type */
 30380                   CIMTYPE_STRING,
 30381                   /* subscript */
 30382                   -1,
 30383                   /* value */
 30384                   0,
 30385               };
 30386 mike  1.1.2.1 
 30387               static const char*
 30388               _CIM_UsersAccess_Name_qualifiers[] =
 30389               {
 30390                   /* Deprecated */
 30391                   "\013\000\001CIM_Identity.ElementName\000",
 30392                   /* Key */
 30393                   "\025\001",
 30394                   /* MaxLen */
 30395                   "\030\000\000\001\000",
 30396                   0,
 30397               };
 30398               
 30399               static MetaProperty
 30400               _CIM_UsersAccess_Name =
 30401               {
 30402                   /* flags */
 30403                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30404                   /* name */
 30405                   "Name",
 30406                   /* qualifiers */
 30407 mike  1.1.2.1     _CIM_UsersAccess_Name_qualifiers,
 30408                   /* type */
 30409                   CIMTYPE_STRING,
 30410                   /* subscript */
 30411                   -1,
 30412                   /* value */
 30413                   0,
 30414               };
 30415               
 30416               static const char*
 30417               _CIM_UsersAccess_ElementID_qualifiers[] =
 30418               {
 30419                   /* Deprecated */
 30420                   "\013\000\001CIM_Identity.InstanceID\000",
 30421                   /* Key */
 30422                   "\025\001",
 30423                   0,
 30424               };
 30425               
 30426               static MetaProperty
 30427               _CIM_UsersAccess_ElementID =
 30428 mike  1.1.2.1 {
 30429                   /* flags */
 30430                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30431                   /* name */
 30432                   "ElementID",
 30433                   /* qualifiers */
 30434                   _CIM_UsersAccess_ElementID_qualifiers,
 30435                   /* type */
 30436                   CIMTYPE_STRING,
 30437                   /* subscript */
 30438                   -1,
 30439                   /* value */
 30440                   0,
 30441               };
 30442               
 30443               static const char*
 30444               _CIM_UsersAccess_Biometric_qualifiers[] =
 30445               {
 30446                   /* Deprecated */
 30447                   "\013\000\001No value\000",
 30448                   /* ValueMap */
 30449 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 30450                   /* Values */
 30451                   "\062\000\011N/A\000Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
 30452                   0,
 30453               };
 30454               
 30455               static MetaProperty
 30456               _CIM_UsersAccess_Biometric =
 30457               {
 30458                   /* flags */
 30459                   META_FLAG_PROPERTY|META_FLAG_READ,
 30460                   /* name */
 30461                   "Biometric",
 30462                   /* qualifiers */
 30463                   _CIM_UsersAccess_Biometric_qualifiers,
 30464                   /* type */
 30465                   CIMTYPE_UINT16,
 30466                   /* subscript */
 30467                   0,
 30468                   /* value */
 30469                   0,
 30470 mike  1.1.2.1 };
 30471               
 30472               static MetaFeature*
 30473               _CIM_UsersAccess_features[] =
 30474               {
 30475                   (MetaFeature*)&_CIM_UsersAccess_CreationClassName,
 30476                   (MetaFeature*)&_CIM_UsersAccess_Name,
 30477                   (MetaFeature*)&_CIM_UsersAccess_ElementID,
 30478                   (MetaFeature*)&_CIM_UsersAccess_Biometric,
 30479                   0,
 30480               };
 30481               
 30482               static const char*
 30483               __root_cimv2_CIM_UsersAccess_qualifiers[] =
 30484               {
 30485                   /* Deprecated */
 30486                   "\013\000\001CIM_Identity\000",
 30487                   /* UMLPackagePath */
 30488                   "\057CIM::User::UsersAccess",
 30489                   /* Version */
 30490                   "\0632.8.0",
 30491 mike  1.1.2.1     0,
 30492               };
 30493               
 30494               MetaClass
 30495               __root_cimv2_CIM_UsersAccess =
 30496               {
 30497                   /* flags */
 30498                   META_FLAG_CLASS,
 30499                   /* name */
 30500                   "CIM_UsersAccess",
 30501                   /* qualifiers */
 30502                   __root_cimv2_CIM_UsersAccess_qualifiers,
 30503                   /* super */
 30504                   &__root_cimv2_CIM_UserEntity,
 30505                   /* features */
 30506                   _CIM_UsersAccess_features,
 30507               };
 30508               
 30509               //==============================================================================
 30510               //
 30511               // Class: CIM_UsersCredential
 30512 mike  1.1.2.1 //
 30513               //==============================================================================
 30514               
 30515               static const char*
 30516               _CIM_UsersCredential_Antecedent_qualifiers[] =
 30517               {
 30518                   /* Deprecated */
 30519                   "\013\000\001CIM_AuthenticationCondition\000",
 30520                   /* Override */
 30521                   "\044Antecedent",
 30522                   0,
 30523               };
 30524               
 30525               static MetaReference
 30526               _CIM_UsersCredential_Antecedent =
 30527               {
 30528                   /* flags */
 30529                   META_FLAG_REFERENCE|META_FLAG_READ,
 30530                   /* name */
 30531                   "Antecedent",
 30532                   /* qualifiers */
 30533 mike  1.1.2.1     _CIM_UsersCredential_Antecedent_qualifiers,
 30534                   /* subscript */
 30535                   -1,
 30536                   /* refId */
 30537                   &__root_cimv2_CIM_Credential,
 30538               };
 30539               
 30540               static const char*
 30541               _CIM_UsersCredential_Dependent_qualifiers[] =
 30542               {
 30543                   /* Deprecated */
 30544                   "\013\000\001CIM_Identity\000",
 30545                   /* Override */
 30546                   "\044Dependent",
 30547                   0,
 30548               };
 30549               
 30550               static MetaReference
 30551               _CIM_UsersCredential_Dependent =
 30552               {
 30553                   /* flags */
 30554 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 30555                   /* name */
 30556                   "Dependent",
 30557                   /* qualifiers */
 30558                   _CIM_UsersCredential_Dependent_qualifiers,
 30559                   /* subscript */
 30560                   -1,
 30561                   /* refId */
 30562                   &__root_cimv2_CIM_UsersAccess,
 30563               };
 30564               
 30565               static MetaFeature*
 30566               _CIM_UsersCredential_features[] =
 30567               {
 30568                   (MetaFeature*)&_CIM_UsersCredential_Antecedent,
 30569                   (MetaFeature*)&_CIM_UsersCredential_Dependent,
 30570                   0,
 30571               };
 30572               
 30573               static const char*
 30574               __root_cimv2_CIM_UsersCredential_qualifiers[] =
 30575 mike  1.1.2.1 {
 30576                   /* ASSOCIATION */
 30577                   "\000\001",
 30578                   /* Deprecated */
 30579                   "\013\000\001CIM_AuthenticationCondition\000",
 30580                   /* UMLPackagePath */
 30581                   "\057CIM::User::UsersAccess",
 30582                   /* Version */
 30583                   "\0632.8.0",
 30584                   0,
 30585               };
 30586               
 30587               MetaClass
 30588               __root_cimv2_CIM_UsersCredential =
 30589               {
 30590                   /* flags */
 30591                   META_FLAG_ASSOCIATION,
 30592                   /* name */
 30593                   "CIM_UsersCredential",
 30594                   /* qualifiers */
 30595                   __root_cimv2_CIM_UsersCredential_qualifiers,
 30596 mike  1.1.2.1     /* super */
 30597                   &__root_cimv2_CIM_Dependency,
 30598                   /* features */
 30599                   _CIM_UsersCredential_features,
 30600               };
 30601               
 30602               //==============================================================================
 30603               //
 30604               // Class: CIM_VendorPolicyAction
 30605               //
 30606               //==============================================================================
 30607               
 30608               static const char*
 30609               _CIM_VendorPolicyAction_ActionData_qualifiers[] =
 30610               {
 30611                   /* OctetString */
 30612                   "\042\001",
 30613                   /* ModelCorrespondence */
 30614                   "\036\000\001CIM_VendorPolicyAction.ActionEncoding\000",
 30615                   0,
 30616               };
 30617 mike  1.1.2.1 
 30618               static MetaProperty
 30619               _CIM_VendorPolicyAction_ActionData =
 30620               {
 30621                   /* flags */
 30622                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30623                   /* name */
 30624                   "ActionData",
 30625                   /* qualifiers */
 30626                   _CIM_VendorPolicyAction_ActionData_qualifiers,
 30627                   /* type */
 30628                   CIMTYPE_STRING,
 30629                   /* subscript */
 30630                   0,
 30631                   /* value */
 30632                   0,
 30633               };
 30634               
 30635               static const char*
 30636               _CIM_VendorPolicyAction_ActionEncoding_qualifiers[] =
 30637               {
 30638 mike  1.1.2.1     /* ModelCorrespondence */
 30639                   "\036\000\001CIM_VendorPolicyAction.ActionData\000",
 30640                   0,
 30641               };
 30642               
 30643               static MetaProperty
 30644               _CIM_VendorPolicyAction_ActionEncoding =
 30645               {
 30646                   /* flags */
 30647                   META_FLAG_PROPERTY|META_FLAG_READ,
 30648                   /* name */
 30649                   "ActionEncoding",
 30650                   /* qualifiers */
 30651                   _CIM_VendorPolicyAction_ActionEncoding_qualifiers,
 30652                   /* type */
 30653                   CIMTYPE_STRING,
 30654                   /* subscript */
 30655                   -1,
 30656                   /* value */
 30657                   0,
 30658               };
 30659 mike  1.1.2.1 
 30660               static MetaFeature*
 30661               _CIM_VendorPolicyAction_features[] =
 30662               {
 30663                   (MetaFeature*)&_CIM_VendorPolicyAction_ActionData,
 30664                   (MetaFeature*)&_CIM_VendorPolicyAction_ActionEncoding,
 30665                   0,
 30666               };
 30667               
 30668               static const char*
 30669               __root_cimv2_CIM_VendorPolicyAction_qualifiers[] =
 30670               {
 30671                   /* UMLPackagePath */
 30672                   "\057CIM::Policy",
 30673                   /* Version */
 30674                   "\0632.6.0",
 30675                   0,
 30676               };
 30677               
 30678               MetaClass
 30679               __root_cimv2_CIM_VendorPolicyAction =
 30680 mike  1.1.2.1 {
 30681                   /* flags */
 30682                   META_FLAG_CLASS,
 30683                   /* name */
 30684                   "CIM_VendorPolicyAction",
 30685                   /* qualifiers */
 30686                   __root_cimv2_CIM_VendorPolicyAction_qualifiers,
 30687                   /* super */
 30688                   &__root_cimv2_CIM_PolicyAction,
 30689                   /* features */
 30690                   _CIM_VendorPolicyAction_features,
 30691               };
 30692               
 30693               //==============================================================================
 30694               //
 30695               // Class: CIM_VendorPolicyCondition
 30696               //
 30697               //==============================================================================
 30698               
 30699               static const char*
 30700               _CIM_VendorPolicyCondition_Constraint_qualifiers[] =
 30701 mike  1.1.2.1 {
 30702                   /* OctetString */
 30703                   "\042\001",
 30704                   /* ModelCorrespondence */
 30705                   "\036\000\001CIM_VendorPolicyCondition.ConstraintEncoding\000",
 30706                   0,
 30707               };
 30708               
 30709               static MetaProperty
 30710               _CIM_VendorPolicyCondition_Constraint =
 30711               {
 30712                   /* flags */
 30713                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30714                   /* name */
 30715                   "Constraint",
 30716                   /* qualifiers */
 30717                   _CIM_VendorPolicyCondition_Constraint_qualifiers,
 30718                   /* type */
 30719                   CIMTYPE_STRING,
 30720                   /* subscript */
 30721                   0,
 30722 mike  1.1.2.1     /* value */
 30723                   0,
 30724               };
 30725               
 30726               static const char*
 30727               _CIM_VendorPolicyCondition_ConstraintEncoding_qualifiers[] =
 30728               {
 30729                   /* ModelCorrespondence */
 30730                   "\036\000\001CIM_VendorPolicyCondition.Constraint\000",
 30731                   0,
 30732               };
 30733               
 30734               static MetaProperty
 30735               _CIM_VendorPolicyCondition_ConstraintEncoding =
 30736               {
 30737                   /* flags */
 30738                   META_FLAG_PROPERTY|META_FLAG_READ,
 30739                   /* name */
 30740                   "ConstraintEncoding",
 30741                   /* qualifiers */
 30742                   _CIM_VendorPolicyCondition_ConstraintEncoding_qualifiers,
 30743 mike  1.1.2.1     /* type */
 30744                   CIMTYPE_STRING,
 30745                   /* subscript */
 30746                   -1,
 30747                   /* value */
 30748                   0,
 30749               };
 30750               
 30751               static MetaFeature*
 30752               _CIM_VendorPolicyCondition_features[] =
 30753               {
 30754                   (MetaFeature*)&_CIM_VendorPolicyCondition_Constraint,
 30755                   (MetaFeature*)&_CIM_VendorPolicyCondition_ConstraintEncoding,
 30756                   0,
 30757               };
 30758               
 30759               static const char*
 30760               __root_cimv2_CIM_VendorPolicyCondition_qualifiers[] =
 30761               {
 30762                   /* UMLPackagePath */
 30763                   "\057CIM::Policy",
 30764 mike  1.1.2.1     /* Version */
 30765                   "\0632.6.0",
 30766                   0,
 30767               };
 30768               
 30769               MetaClass
 30770               __root_cimv2_CIM_VendorPolicyCondition =
 30771               {
 30772                   /* flags */
 30773                   META_FLAG_CLASS,
 30774                   /* name */
 30775                   "CIM_VendorPolicyCondition",
 30776                   /* qualifiers */
 30777                   __root_cimv2_CIM_VendorPolicyCondition_qualifiers,
 30778                   /* super */
 30779                   &__root_cimv2_CIM_PolicyCondition,
 30780                   /* features */
 30781                   _CIM_VendorPolicyCondition_features,
 30782               };
 30783               
 30784               //==============================================================================
 30785 mike  1.1.2.1 //
 30786               // Class: CIM_VideoControllerResolution
 30787               //
 30788               //==============================================================================
 30789               
 30790               static const char*
 30791               _CIM_VideoControllerResolution_SettingID_qualifiers[] =
 30792               {
 30793                   /* Key */
 30794                   "\025\001",
 30795                   /* Override */
 30796                   "\044SettingID",
 30797                   /* MaxLen */
 30798                   "\030\000\000\001\000",
 30799                   0,
 30800               };
 30801               
 30802               static MetaProperty
 30803               _CIM_VideoControllerResolution_SettingID =
 30804               {
 30805                   /* flags */
 30806 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30807                   /* name */
 30808                   "SettingID",
 30809                   /* qualifiers */
 30810                   _CIM_VideoControllerResolution_SettingID_qualifiers,
 30811                   /* type */
 30812                   CIMTYPE_STRING,
 30813                   /* subscript */
 30814                   -1,
 30815                   /* value */
 30816                   0,
 30817               };
 30818               
 30819               static const char*
 30820               _CIM_VideoControllerResolution_HorizontalResolution_qualifiers[] =
 30821               {
 30822                   /* Units */
 30823                   "\060Pixels",
 30824                   /* MappingStrings */
 30825                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.2\000",
 30826                   /* ModelCorrespondence */
 30827 mike  1.1.2.1     "\036\000\001CIM_VideoController.CurrentHorizontalResolution\000",
 30828                   0,
 30829               };
 30830               
 30831               static MetaProperty
 30832               _CIM_VideoControllerResolution_HorizontalResolution =
 30833               {
 30834                   /* flags */
 30835                   META_FLAG_PROPERTY|META_FLAG_READ,
 30836                   /* name */
 30837                   "HorizontalResolution",
 30838                   /* qualifiers */
 30839                   _CIM_VideoControllerResolution_HorizontalResolution_qualifiers,
 30840                   /* type */
 30841                   CIMTYPE_UINT32,
 30842                   /* subscript */
 30843                   -1,
 30844                   /* value */
 30845                   0,
 30846               };
 30847               
 30848 mike  1.1.2.1 static const char*
 30849               _CIM_VideoControllerResolution_VerticalResolution_qualifiers[] =
 30850               {
 30851                   /* Units */
 30852                   "\060Pixels",
 30853                   /* MappingStrings */
 30854                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.3\000",
 30855                   /* ModelCorrespondence */
 30856                   "\036\000\001CIM_VideoController.CurrentVerticalResolution\000",
 30857                   0,
 30858               };
 30859               
 30860               static MetaProperty
 30861               _CIM_VideoControllerResolution_VerticalResolution =
 30862               {
 30863                   /* flags */
 30864                   META_FLAG_PROPERTY|META_FLAG_READ,
 30865                   /* name */
 30866                   "VerticalResolution",
 30867                   /* qualifiers */
 30868                   _CIM_VideoControllerResolution_VerticalResolution_qualifiers,
 30869 mike  1.1.2.1     /* type */
 30870                   CIMTYPE_UINT32,
 30871                   /* subscript */
 30872                   -1,
 30873                   /* value */
 30874                   0,
 30875               };
 30876               
 30877               static const char*
 30878               _CIM_VideoControllerResolution_RefreshRate_qualifiers[] =
 30879               {
 30880                   /* Units */
 30881                   "\060Hertz",
 30882                   /* MappingStrings */
 30883                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.4\000",
 30884                   /* ModelCorrespondence */
 30885                   "\036\000\001CIM_VideoController.CurrentRefreshRate\000",
 30886                   0,
 30887               };
 30888               
 30889               static MetaProperty
 30890 mike  1.1.2.1 _CIM_VideoControllerResolution_RefreshRate =
 30891               {
 30892                   /* flags */
 30893                   META_FLAG_PROPERTY|META_FLAG_READ,
 30894                   /* name */
 30895                   "RefreshRate",
 30896                   /* qualifiers */
 30897                   _CIM_VideoControllerResolution_RefreshRate_qualifiers,
 30898                   /* type */
 30899                   CIMTYPE_UINT32,
 30900                   /* subscript */
 30901                   -1,
 30902                   /* value */
 30903                   0,
 30904               };
 30905               
 30906               static const char*
 30907               _CIM_VideoControllerResolution_MinRefreshRate_qualifiers[] =
 30908               {
 30909                   /* Units */
 30910                   "\060Hertz",
 30911 mike  1.1.2.1     /* MappingStrings */
 30912                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.6\000",
 30913                   /* ModelCorrespondence */
 30914                   "\036\000\001CIM_VideoController.MinRefreshRate\000",
 30915                   0,
 30916               };
 30917               
 30918               static MetaProperty
 30919               _CIM_VideoControllerResolution_MinRefreshRate =
 30920               {
 30921                   /* flags */
 30922                   META_FLAG_PROPERTY|META_FLAG_READ,
 30923                   /* name */
 30924                   "MinRefreshRate",
 30925                   /* qualifiers */
 30926                   _CIM_VideoControllerResolution_MinRefreshRate_qualifiers,
 30927                   /* type */
 30928                   CIMTYPE_UINT32,
 30929                   /* subscript */
 30930                   -1,
 30931                   /* value */
 30932 mike  1.1.2.1     0,
 30933               };
 30934               
 30935               static const char*
 30936               _CIM_VideoControllerResolution_MaxRefreshRate_qualifiers[] =
 30937               {
 30938                   /* Units */
 30939                   "\060Hertz",
 30940                   /* MappingStrings */
 30941                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.7\000",
 30942                   /* ModelCorrespondence */
 30943                   "\036\000\001CIM_VideoController.MaxRefreshRate\000",
 30944                   0,
 30945               };
 30946               
 30947               static MetaProperty
 30948               _CIM_VideoControllerResolution_MaxRefreshRate =
 30949               {
 30950                   /* flags */
 30951                   META_FLAG_PROPERTY|META_FLAG_READ,
 30952                   /* name */
 30953 mike  1.1.2.1     "MaxRefreshRate",
 30954                   /* qualifiers */
 30955                   _CIM_VideoControllerResolution_MaxRefreshRate_qualifiers,
 30956                   /* type */
 30957                   CIMTYPE_UINT32,
 30958                   /* subscript */
 30959                   -1,
 30960                   /* value */
 30961                   0,
 30962               };
 30963               
 30964               static const char*
 30965               _CIM_VideoControllerResolution_ScanMode_qualifiers[] =
 30966               {
 30967                   /* ValueMap */
 30968                   "\061\000\0051\0002\0003\0004\0005\000",
 30969                   /* Values */
 30970                   "\062\000\005Other\000Unknown\000Not Supported\000Non-Interlaced Operation\000Interlaced Operation\000",
 30971                   /* MappingStrings */
 30972                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.5\000",
 30973                   /* ModelCorrespondence */
 30974 mike  1.1.2.1     "\036\000\001CIM_VideoController.CurrentScanMode\000",
 30975                   0,
 30976               };
 30977               
 30978               static MetaProperty
 30979               _CIM_VideoControllerResolution_ScanMode =
 30980               {
 30981                   /* flags */
 30982                   META_FLAG_PROPERTY|META_FLAG_READ,
 30983                   /* name */
 30984                   "ScanMode",
 30985                   /* qualifiers */
 30986                   _CIM_VideoControllerResolution_ScanMode_qualifiers,
 30987                   /* type */
 30988                   CIMTYPE_UINT16,
 30989                   /* subscript */
 30990                   -1,
 30991                   /* value */
 30992                   0,
 30993               };
 30994               
 30995 mike  1.1.2.1 static const char*
 30996               _CIM_VideoControllerResolution_NumberOfColors_qualifiers[] =
 30997               {
 30998                   /* ModelCorrespondence */
 30999                   "\036\000\001CIM_VideoController.CurrentNumberOfColors\000",
 31000                   0,
 31001               };
 31002               
 31003               static MetaProperty
 31004               _CIM_VideoControllerResolution_NumberOfColors =
 31005               {
 31006                   /* flags */
 31007                   META_FLAG_PROPERTY|META_FLAG_READ,
 31008                   /* name */
 31009                   "NumberOfColors",
 31010                   /* qualifiers */
 31011                   _CIM_VideoControllerResolution_NumberOfColors_qualifiers,
 31012                   /* type */
 31013                   CIMTYPE_UINT64,
 31014                   /* subscript */
 31015                   -1,
 31016 mike  1.1.2.1     /* value */
 31017                   0,
 31018               };
 31019               
 31020               static MetaFeature*
 31021               _CIM_VideoControllerResolution_features[] =
 31022               {
 31023                   (MetaFeature*)&_CIM_VideoControllerResolution_SettingID,
 31024                   (MetaFeature*)&_CIM_VideoControllerResolution_HorizontalResolution,
 31025                   (MetaFeature*)&_CIM_VideoControllerResolution_VerticalResolution,
 31026                   (MetaFeature*)&_CIM_VideoControllerResolution_RefreshRate,
 31027                   (MetaFeature*)&_CIM_VideoControllerResolution_MinRefreshRate,
 31028                   (MetaFeature*)&_CIM_VideoControllerResolution_MaxRefreshRate,
 31029                   (MetaFeature*)&_CIM_VideoControllerResolution_ScanMode,
 31030                   (MetaFeature*)&_CIM_VideoControllerResolution_NumberOfColors,
 31031                   0,
 31032               };
 31033               
 31034               static const char*
 31035               __root_cimv2_CIM_VideoControllerResolution_qualifiers[] =
 31036               {
 31037 mike  1.1.2.1     /* UMLPackagePath */
 31038                   "\057CIM::Device::Controller",
 31039                   /* Version */
 31040                   "\0632.6.0",
 31041                   0,
 31042               };
 31043               
 31044               MetaClass
 31045               __root_cimv2_CIM_VideoControllerResolution =
 31046               {
 31047                   /* flags */
 31048                   META_FLAG_CLASS,
 31049                   /* name */
 31050                   "CIM_VideoControllerResolution",
 31051                   /* qualifiers */
 31052                   __root_cimv2_CIM_VideoControllerResolution_qualifiers,
 31053                   /* super */
 31054                   &__root_cimv2_CIM_Setting,
 31055                   /* features */
 31056                   _CIM_VideoControllerResolution_features,
 31057               };
 31058 mike  1.1.2.1 
 31059               //==============================================================================
 31060               //
 31061               // Class: CIM_WRRSchedulingElement
 31062               //
 31063               //==============================================================================
 31064               
 31065               static const char*
 31066               _CIM_WRRSchedulingElement_WorkConserving_qualifiers[] =
 31067               {
 31068                   /* Override */
 31069                   "\044WorkConserving",
 31070                   0,
 31071               };
 31072               
 31073               static MetaProperty
 31074               _CIM_WRRSchedulingElement_WorkConserving =
 31075               {
 31076                   /* flags */
 31077                   META_FLAG_PROPERTY|META_FLAG_READ,
 31078                   /* name */
 31079 mike  1.1.2.1     "WorkConserving",
 31080                   /* qualifiers */
 31081                   _CIM_WRRSchedulingElement_WorkConserving_qualifiers,
 31082                   /* type */
 31083                   CIMTYPE_BOOLEAN,
 31084                   /* subscript */
 31085                   -1,
 31086                   /* value */
 31087                   "\001",
 31088               };
 31089               
 31090               static const char*
 31091               _CIM_WRRSchedulingElement_WeightingFactor_qualifiers[] =
 31092               {
 31093                   /* Units */
 31094                   "\060Thousandths",
 31095                   /* MinValue */
 31096                   "\035\000\000\000\000\000\000\000\000",
 31097                   /* MaxValue */
 31098                   "\031\000\000\000\000\000\001\206\240",
 31099                   0,
 31100 mike  1.1.2.1 };
 31101               
 31102               static MetaProperty
 31103               _CIM_WRRSchedulingElement_WeightingFactor =
 31104               {
 31105                   /* flags */
 31106                   META_FLAG_PROPERTY|META_FLAG_READ,
 31107                   /* name */
 31108                   "WeightingFactor",
 31109                   /* qualifiers */
 31110                   _CIM_WRRSchedulingElement_WeightingFactor_qualifiers,
 31111                   /* type */
 31112                   CIMTYPE_UINT32,
 31113                   /* subscript */
 31114                   -1,
 31115                   /* value */
 31116                   0,
 31117               };
 31118               
 31119               static const char*
 31120               _CIM_WRRSchedulingElement_Priority_qualifiers[] =
 31121 mike  1.1.2.1 {
 31122                   0,
 31123               };
 31124               
 31125               static MetaProperty
 31126               _CIM_WRRSchedulingElement_Priority =
 31127               {
 31128                   /* flags */
 31129                   META_FLAG_PROPERTY|META_FLAG_READ,
 31130                   /* name */
 31131                   "Priority",
 31132                   /* qualifiers */
 31133                   _CIM_WRRSchedulingElement_Priority_qualifiers,
 31134                   /* type */
 31135                   CIMTYPE_UINT16,
 31136                   /* subscript */
 31137                   -1,
 31138                   /* value */
 31139                   0,
 31140               };
 31141               
 31142 mike  1.1.2.1 static MetaFeature*
 31143               _CIM_WRRSchedulingElement_features[] =
 31144               {
 31145                   (MetaFeature*)&_CIM_WRRSchedulingElement_WorkConserving,
 31146                   (MetaFeature*)&_CIM_WRRSchedulingElement_WeightingFactor,
 31147                   (MetaFeature*)&_CIM_WRRSchedulingElement_Priority,
 31148                   0,
 31149               };
 31150               
 31151               static const char*
 31152               __root_cimv2_CIM_WRRSchedulingElement_qualifiers[] =
 31153               {
 31154                   /* UMLPackagePath */
 31155                   "\057CIM::Network::QoS",
 31156                   /* Version */
 31157                   "\0632.7.0",
 31158                   0,
 31159               };
 31160               
 31161               MetaClass
 31162               __root_cimv2_CIM_WRRSchedulingElement =
 31163 mike  1.1.2.1 {
 31164                   /* flags */
 31165                   META_FLAG_CLASS,
 31166                   /* name */
 31167                   "CIM_WRRSchedulingElement",
 31168                   /* qualifiers */
 31169                   __root_cimv2_CIM_WRRSchedulingElement_qualifiers,
 31170                   /* super */
 31171                   &__root_cimv2_CIM_SchedulingElement,
 31172                   /* features */
 31173                   _CIM_WRRSchedulingElement_features,
 31174               };
 31175               
 31176               //==============================================================================
 31177               //
 31178               // Class: CIM_ZoneCapabilities
 31179               //
 31180               //==============================================================================
 31181               
 31182               static const char*
 31183               _CIM_ZoneCapabilities_ZoneNameMaxLen_qualifiers[] =
 31184 mike  1.1.2.1 {
 31185                   0,
 31186               };
 31187               
 31188               static MetaProperty
 31189               _CIM_ZoneCapabilities_ZoneNameMaxLen =
 31190               {
 31191                   /* flags */
 31192                   META_FLAG_PROPERTY|META_FLAG_READ,
 31193                   /* name */
 31194                   "ZoneNameMaxLen",
 31195                   /* qualifiers */
 31196                   _CIM_ZoneCapabilities_ZoneNameMaxLen_qualifiers,
 31197                   /* type */
 31198                   CIMTYPE_UINT32,
 31199                   /* subscript */
 31200                   -1,
 31201                   /* value */
 31202                   0,
 31203               };
 31204               
 31205 mike  1.1.2.1 static const char*
 31206               _CIM_ZoneCapabilities_ZoneNameFormat_qualifiers[] =
 31207               {
 31208                   /* ValueMap */
 31209                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 31210                   /* Values */
 31211                   "\062\000\005Unknown\000Numeric\000Alpha Numeric\000DMTF Reserved\000Vendor Reserved\000",
 31212                   0,
 31213               };
 31214               
 31215               static MetaProperty
 31216               _CIM_ZoneCapabilities_ZoneNameFormat =
 31217               {
 31218                   /* flags */
 31219                   META_FLAG_PROPERTY|META_FLAG_READ,
 31220                   /* name */
 31221                   "ZoneNameFormat",
 31222                   /* qualifiers */
 31223                   _CIM_ZoneCapabilities_ZoneNameFormat_qualifiers,
 31224                   /* type */
 31225                   CIMTYPE_UINT16,
 31226 mike  1.1.2.1     /* subscript */
 31227                   -1,
 31228                   /* value */
 31229                   0,
 31230               };
 31231               
 31232               static const char*
 31233               _CIM_ZoneCapabilities_MaxNumZoneSets_qualifiers[] =
 31234               {
 31235                   0,
 31236               };
 31237               
 31238               static MetaProperty
 31239               _CIM_ZoneCapabilities_MaxNumZoneSets =
 31240               {
 31241                   /* flags */
 31242                   META_FLAG_PROPERTY|META_FLAG_READ,
 31243                   /* name */
 31244                   "MaxNumZoneSets",
 31245                   /* qualifiers */
 31246                   _CIM_ZoneCapabilities_MaxNumZoneSets_qualifiers,
 31247 mike  1.1.2.1     /* type */
 31248                   CIMTYPE_UINT32,
 31249                   /* subscript */
 31250                   -1,
 31251                   /* value */
 31252                   0,
 31253               };
 31254               
 31255               static const char*
 31256               _CIM_ZoneCapabilities_MaxNumZone_qualifiers[] =
 31257               {
 31258                   0,
 31259               };
 31260               
 31261               static MetaProperty
 31262               _CIM_ZoneCapabilities_MaxNumZone =
 31263               {
 31264                   /* flags */
 31265                   META_FLAG_PROPERTY|META_FLAG_READ,
 31266                   /* name */
 31267                   "MaxNumZone",
 31268 mike  1.1.2.1     /* qualifiers */
 31269                   _CIM_ZoneCapabilities_MaxNumZone_qualifiers,
 31270                   /* type */
 31271                   CIMTYPE_UINT32,
 31272                   /* subscript */
 31273                   -1,
 31274                   /* value */
 31275                   0,
 31276               };
 31277               
 31278               static const char*
 31279               _CIM_ZoneCapabilities_MaxNumZoneMembers_qualifiers[] =
 31280               {
 31281                   0,
 31282               };
 31283               
 31284               static MetaProperty
 31285               _CIM_ZoneCapabilities_MaxNumZoneMembers =
 31286               {
 31287                   /* flags */
 31288                   META_FLAG_PROPERTY|META_FLAG_READ,
 31289 mike  1.1.2.1     /* name */
 31290                   "MaxNumZoneMembers",
 31291                   /* qualifiers */
 31292                   _CIM_ZoneCapabilities_MaxNumZoneMembers_qualifiers,
 31293                   /* type */
 31294                   CIMTYPE_UINT32,
 31295                   /* subscript */
 31296                   -1,
 31297                   /* value */
 31298                   0,
 31299               };
 31300               
 31301               static const char*
 31302               _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet_qualifiers[] =
 31303               {
 31304                   0,
 31305               };
 31306               
 31307               static MetaProperty
 31308               _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet =
 31309               {
 31310 mike  1.1.2.1     /* flags */
 31311                   META_FLAG_PROPERTY|META_FLAG_READ,
 31312                   /* name */
 31313                   "MaxNumZonesPerZoneSet",
 31314                   /* qualifiers */
 31315                   _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet_qualifiers,
 31316                   /* type */
 31317                   CIMTYPE_UINT32,
 31318                   /* subscript */
 31319                   -1,
 31320                   /* value */
 31321                   0,
 31322               };
 31323               
 31324               static const char*
 31325               _CIM_ZoneCapabilities_MaxNumZoneAliases_qualifiers[] =
 31326               {
 31327                   0,
 31328               };
 31329               
 31330               static MetaProperty
 31331 mike  1.1.2.1 _CIM_ZoneCapabilities_MaxNumZoneAliases =
 31332               {
 31333                   /* flags */
 31334                   META_FLAG_PROPERTY|META_FLAG_READ,
 31335                   /* name */
 31336                   "MaxNumZoneAliases",
 31337                   /* qualifiers */
 31338                   _CIM_ZoneCapabilities_MaxNumZoneAliases_qualifiers,
 31339                   /* type */
 31340                   CIMTYPE_UINT32,
 31341                   /* subscript */
 31342                   -1,
 31343                   /* value */
 31344                   0,
 31345               };
 31346               
 31347               static MetaFeature*
 31348               _CIM_ZoneCapabilities_features[] =
 31349               {
 31350                   (MetaFeature*)&_CIM_ZoneCapabilities_ZoneNameMaxLen,
 31351                   (MetaFeature*)&_CIM_ZoneCapabilities_ZoneNameFormat,
 31352 mike  1.1.2.1     (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneSets,
 31353                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZone,
 31354                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneMembers,
 31355                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZonesPerZoneSet,
 31356                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneAliases,
 31357                   0,
 31358               };
 31359               
 31360               static const char*
 31361               __root_cimv2_CIM_ZoneCapabilities_qualifiers[] =
 31362               {
 31363                   /* UMLPackagePath */
 31364                   "\057CIM::Device::FC",
 31365                   /* Version */
 31366                   "\0632.8.0",
 31367                   0,
 31368               };
 31369               
 31370               MetaClass
 31371               __root_cimv2_CIM_ZoneCapabilities =
 31372               {
 31373 mike  1.1.2.1     /* flags */
 31374                   META_FLAG_CLASS,
 31375                   /* name */
 31376                   "CIM_ZoneCapabilities",
 31377                   /* qualifiers */
 31378                   __root_cimv2_CIM_ZoneCapabilities_qualifiers,
 31379                   /* super */
 31380                   &__root_cimv2_CIM_Capabilities,
 31381                   /* features */
 31382                   _CIM_ZoneCapabilities_features,
 31383               };
 31384               
 31385               //==============================================================================
 31386               //
 31387               // Class: PRS_ExchangeElement
 31388               //
 31389               //==============================================================================
 31390               
 31391               static const char*
 31392               _PRS_ExchangeElement_PRSUniqueName_qualifiers[] =
 31393               {
 31394 mike  1.1.2.1     /* Key */
 31395                   "\025\001",
 31396                   0,
 31397               };
 31398               
 31399               static MetaProperty
 31400               _PRS_ExchangeElement_PRSUniqueName =
 31401               {
 31402                   /* flags */
 31403                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 31404                   /* name */
 31405                   "PRSUniqueName",
 31406                   /* qualifiers */
 31407                   _PRS_ExchangeElement_PRSUniqueName_qualifiers,
 31408                   /* type */
 31409                   CIMTYPE_STRING,
 31410                   /* subscript */
 31411                   -1,
 31412                   /* value */
 31413                   0,
 31414               };
 31415 mike  1.1.2.1 
 31416               static const char*
 31417               _PRS_ExchangeElement_DirtyFlag_qualifiers[] =
 31418               {
 31419                   /* ValueMap */
 31420                   "\061\000\0040\0001\0002\0003\000",
 31421                   /* Values */
 31422                   "\062\000\004Clean\000New\000Modified\000Deleted\000",
 31423                   0,
 31424               };
 31425               
 31426               static MetaProperty
 31427               _PRS_ExchangeElement_DirtyFlag =
 31428               {
 31429                   /* flags */
 31430                   META_FLAG_PROPERTY|META_FLAG_READ,
 31431                   /* name */
 31432                   "DirtyFlag",
 31433                   /* qualifiers */
 31434                   _PRS_ExchangeElement_DirtyFlag_qualifiers,
 31435                   /* type */
 31436 mike  1.1.2.1     CIMTYPE_UINT8,
 31437                   /* subscript */
 31438                   -1,
 31439                   /* value */
 31440                   0,
 31441               };
 31442               
 31443               static MetaFeature*
 31444               _PRS_ExchangeElement_features[] =
 31445               {
 31446                   (MetaFeature*)&_PRS_ExchangeElement_PRSUniqueName,
 31447                   (MetaFeature*)&_PRS_ExchangeElement_DirtyFlag,
 31448                   0,
 31449               };
 31450               
 31451               static const char*
 31452               __root_cimv2_PRS_ExchangeElement_qualifiers[] =
 31453               {
 31454                   /* UMLPackagePath */
 31455                   "\057PRS::Support",
 31456                   /* Abstract */
 31457 mike  1.1.2.1     "\002\001",
 31458                   /* Version */
 31459                   "\0632.6.0",
 31460                   0,
 31461               };
 31462               
 31463               MetaClass
 31464               __root_cimv2_PRS_ExchangeElement =
 31465               {
 31466                   /* flags */
 31467                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 31468                   /* name */
 31469                   "PRS_ExchangeElement",
 31470                   /* qualifiers */
 31471                   __root_cimv2_PRS_ExchangeElement_qualifiers,
 31472                   /* super */
 31473                   &__root_cimv2_CIM_ManagedElement,
 31474                   /* features */
 31475                   _PRS_ExchangeElement_features,
 31476               };
 31477               
 31478 mike  1.1.2.1 //==============================================================================
 31479               //
 31480               // Class: PRS_ExpressionElement
 31481               //
 31482               //==============================================================================
 31483               
 31484               static MetaFeature*
 31485               _PRS_ExpressionElement_features[] =
 31486               {
 31487                   0,
 31488               };
 31489               
 31490               static const char*
 31491               __root_cimv2_PRS_ExpressionElement_qualifiers[] =
 31492               {
 31493                   /* UMLPackagePath */
 31494                   "\057PRS::Support",
 31495                   /* Abstract */
 31496                   "\002\001",
 31497                   /* Version */
 31498                   "\0632.6.0",
 31499 mike  1.1.2.1     0,
 31500               };
 31501               
 31502               MetaClass
 31503               __root_cimv2_PRS_ExpressionElement =
 31504               {
 31505                   /* flags */
 31506                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 31507                   /* name */
 31508                   "PRS_ExpressionElement",
 31509                   /* qualifiers */
 31510                   __root_cimv2_PRS_ExpressionElement_qualifiers,
 31511                   /* super */
 31512                   &__root_cimv2_PRS_ExchangeElement,
 31513                   /* features */
 31514                   _PRS_ExpressionElement_features,
 31515               };
 31516               
 31517               //==============================================================================
 31518               //
 31519               // Class: PRS_Feature
 31520 mike  1.1.2.1 //
 31521               //==============================================================================
 31522               
 31523               static const char*
 31524               _PRS_Feature_Prompt_qualifiers[] =
 31525               {
 31526                   0,
 31527               };
 31528               
 31529               static MetaProperty
 31530               _PRS_Feature_Prompt =
 31531               {
 31532                   /* flags */
 31533                   META_FLAG_PROPERTY|META_FLAG_READ,
 31534                   /* name */
 31535                   "Prompt",
 31536                   /* qualifiers */
 31537                   _PRS_Feature_Prompt_qualifiers,
 31538                   /* type */
 31539                   CIMTYPE_STRING,
 31540                   /* subscript */
 31541 mike  1.1.2.1     -1,
 31542                   /* value */
 31543                   0,
 31544               };
 31545               
 31546               static const char*
 31547               _PRS_Feature_ValidValues_qualifiers[] =
 31548               {
 31549                   0,
 31550               };
 31551               
 31552               static MetaProperty
 31553               _PRS_Feature_ValidValues =
 31554               {
 31555                   /* flags */
 31556                   META_FLAG_PROPERTY|META_FLAG_READ,
 31557                   /* name */
 31558                   "ValidValues",
 31559                   /* qualifiers */
 31560                   _PRS_Feature_ValidValues_qualifiers,
 31561                   /* type */
 31562 mike  1.1.2.1     CIMTYPE_STRING,
 31563                   /* subscript */
 31564                   -1,
 31565                   /* value */
 31566                   0,
 31567               };
 31568               
 31569               static const char*
 31570               _PRS_Feature_DataType_qualifiers[] =
 31571               {
 31572                   /* ValueMap */
 31573                   "\061\000\0100\0001\0002\0003\0004\0005\000254\000255\000",
 31574                   /* Values */
 31575                   "\062\000\010String\000Integer\000Float\000Date/Time\000Boolean\000Binary\000Other\000Unknown\000",
 31576                   0,
 31577               };
 31578               
 31579               static MetaProperty
 31580               _PRS_Feature_DataType =
 31581               {
 31582                   /* flags */
 31583 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 31584                   /* name */
 31585                   "DataType",
 31586                   /* qualifiers */
 31587                   _PRS_Feature_DataType_qualifiers,
 31588                   /* type */
 31589                   CIMTYPE_UINT8,
 31590                   /* subscript */
 31591                   -1,
 31592                   /* value */
 31593                   0,
 31594               };
 31595               
 31596               static MetaFeature*
 31597               _PRS_Feature_features[] =
 31598               {
 31599                   (MetaFeature*)&_PRS_Feature_Prompt,
 31600                   (MetaFeature*)&_PRS_Feature_ValidValues,
 31601                   (MetaFeature*)&_PRS_Feature_DataType,
 31602                   0,
 31603               };
 31604 mike  1.1.2.1 
 31605               static const char*
 31606               __root_cimv2_PRS_Feature_qualifiers[] =
 31607               {
 31608                   /* UMLPackagePath */
 31609                   "\057PRS::Support",
 31610                   /* Version */
 31611                   "\0632.6.0",
 31612                   0,
 31613               };
 31614               
 31615               MetaClass
 31616               __root_cimv2_PRS_Feature =
 31617               {
 31618                   /* flags */
 31619                   META_FLAG_CLASS,
 31620                   /* name */
 31621                   "PRS_Feature",
 31622                   /* qualifiers */
 31623                   __root_cimv2_PRS_Feature_qualifiers,
 31624                   /* super */
 31625 mike  1.1.2.1     &__root_cimv2_PRS_ExchangeElement,
 31626                   /* features */
 31627                   _PRS_Feature_features,
 31628               };
 31629               
 31630               //==============================================================================
 31631               //
 31632               // Class: PRS_Location
 31633               //
 31634               //==============================================================================
 31635               
 31636               static const char*
 31637               _PRS_Location_LocationType_qualifiers[] =
 31638               {
 31639                   /* ValueMap */
 31640                   "\061\000\0070\0001\0002\0003\0004\000254\000255\000",
 31641                   /* Values */
 31642                   "\062\000\007Primary_Voice\000Alternate_Voice\000Fax\000Email\000URL\000Other\000Unknown\000",
 31643                   0,
 31644               };
 31645               
 31646 mike  1.1.2.1 static MetaProperty
 31647               _PRS_Location_LocationType =
 31648               {
 31649                   /* flags */
 31650                   META_FLAG_PROPERTY|META_FLAG_READ,
 31651                   /* name */
 31652                   "LocationType",
 31653                   /* qualifiers */
 31654                   _PRS_Location_LocationType_qualifiers,
 31655                   /* type */
 31656                   CIMTYPE_UINT8,
 31657                   /* subscript */
 31658                   -1,
 31659                   /* value */
 31660                   0,
 31661               };
 31662               
 31663               static const char*
 31664               _PRS_Location_LocationID_qualifiers[] =
 31665               {
 31666                   0,
 31667 mike  1.1.2.1 };
 31668               
 31669               static MetaProperty
 31670               _PRS_Location_LocationID =
 31671               {
 31672                   /* flags */
 31673                   META_FLAG_PROPERTY|META_FLAG_READ,
 31674                   /* name */
 31675                   "LocationID",
 31676                   /* qualifiers */
 31677                   _PRS_Location_LocationID_qualifiers,
 31678                   /* type */
 31679                   CIMTYPE_STRING,
 31680                   /* subscript */
 31681                   -1,
 31682                   /* value */
 31683                   0,
 31684               };
 31685               
 31686               static MetaFeature*
 31687               _PRS_Location_features[] =
 31688 mike  1.1.2.1 {
 31689                   (MetaFeature*)&_PRS_Location_LocationType,
 31690                   (MetaFeature*)&_PRS_Location_LocationID,
 31691                   0,
 31692               };
 31693               
 31694               static const char*
 31695               __root_cimv2_PRS_Location_qualifiers[] =
 31696               {
 31697                   /* UMLPackagePath */
 31698                   "\057PRS::Support",
 31699                   /* Version */
 31700                   "\0632.6.0",
 31701                   0,
 31702               };
 31703               
 31704               MetaClass
 31705               __root_cimv2_PRS_Location =
 31706               {
 31707                   /* flags */
 31708                   META_FLAG_CLASS,
 31709 mike  1.1.2.1     /* name */
 31710                   "PRS_Location",
 31711                   /* qualifiers */
 31712                   __root_cimv2_PRS_Location_qualifiers,
 31713                   /* super */
 31714                   &__root_cimv2_PRS_ExchangeElement,
 31715                   /* features */
 31716                   _PRS_Location_features,
 31717               };
 31718               
 31719               //==============================================================================
 31720               //
 31721               // Class: PRS_Product
 31722               //
 31723               //==============================================================================
 31724               
 31725               static const char*
 31726               _PRS_Product_Vendor_qualifiers[] =
 31727               {
 31728                   0,
 31729               };
 31730 mike  1.1.2.1 
 31731               static MetaProperty
 31732               _PRS_Product_Vendor =
 31733               {
 31734                   /* flags */
 31735                   META_FLAG_PROPERTY|META_FLAG_READ,
 31736                   /* name */
 31737                   "Vendor",
 31738                   /* qualifiers */
 31739                   _PRS_Product_Vendor_qualifiers,
 31740                   /* type */
 31741                   CIMTYPE_STRING,
 31742                   /* subscript */
 31743                   -1,
 31744                   /* value */
 31745                   0,
 31746               };
 31747               
 31748               static const char*
 31749               _PRS_Product_ProductName_qualifiers[] =
 31750               {
 31751 mike  1.1.2.1     0,
 31752               };
 31753               
 31754               static MetaProperty
 31755               _PRS_Product_ProductName =
 31756               {
 31757                   /* flags */
 31758                   META_FLAG_PROPERTY|META_FLAG_READ,
 31759                   /* name */
 31760                   "ProductName",
 31761                   /* qualifiers */
 31762                   _PRS_Product_ProductName_qualifiers,
 31763                   /* type */
 31764                   CIMTYPE_STRING,
 31765                   /* subscript */
 31766                   -1,
 31767                   /* value */
 31768                   0,
 31769               };
 31770               
 31771               static const char*
 31772 mike  1.1.2.1 _PRS_Product_Version_qualifiers[] =
 31773               {
 31774                   0,
 31775               };
 31776               
 31777               static MetaProperty
 31778               _PRS_Product_Version =
 31779               {
 31780                   /* flags */
 31781                   META_FLAG_PROPERTY|META_FLAG_READ,
 31782                   /* name */
 31783                   "Version",
 31784                   /* qualifiers */
 31785                   _PRS_Product_Version_qualifiers,
 31786                   /* type */
 31787                   CIMTYPE_STRING,
 31788                   /* subscript */
 31789                   -1,
 31790                   /* value */
 31791                   0,
 31792               };
 31793 mike  1.1.2.1 
 31794               static const char*
 31795               _PRS_Product_Order_qualifiers[] =
 31796               {
 31797                   0,
 31798               };
 31799               
 31800               static MetaProperty
 31801               _PRS_Product_Order =
 31802               {
 31803                   /* flags */
 31804                   META_FLAG_PROPERTY|META_FLAG_READ,
 31805                   /* name */
 31806                   "Order",
 31807                   /* qualifiers */
 31808                   _PRS_Product_Order_qualifiers,
 31809                   /* type */
 31810                   CIMTYPE_STRING,
 31811                   /* subscript */
 31812                   -1,
 31813                   /* value */
 31814 mike  1.1.2.1     0,
 31815               };
 31816               
 31817               static MetaFeature*
 31818               _PRS_Product_features[] =
 31819               {
 31820                   (MetaFeature*)&_PRS_Product_Vendor,
 31821                   (MetaFeature*)&_PRS_Product_ProductName,
 31822                   (MetaFeature*)&_PRS_Product_Version,
 31823                   (MetaFeature*)&_PRS_Product_Order,
 31824                   0,
 31825               };
 31826               
 31827               static const char*
 31828               __root_cimv2_PRS_Product_qualifiers[] =
 31829               {
 31830                   /* UMLPackagePath */
 31831                   "\057PRS::Support",
 31832                   /* Version */
 31833                   "\0632.6.0",
 31834                   0,
 31835 mike  1.1.2.1 };
 31836               
 31837               MetaClass
 31838               __root_cimv2_PRS_Product =
 31839               {
 31840                   /* flags */
 31841                   META_FLAG_CLASS,
 31842                   /* name */
 31843                   "PRS_Product",
 31844                   /* qualifiers */
 31845                   __root_cimv2_PRS_Product_qualifiers,
 31846                   /* super */
 31847                   &__root_cimv2_PRS_ExpressionElement,
 31848                   /* features */
 31849                   _PRS_Product_features,
 31850               };
 31851               
 31852               //==============================================================================
 31853               //
 31854               // Class: PRS_ProductComponent
 31855               //
 31856 mike  1.1.2.1 //==============================================================================
 31857               
 31858               static const char*
 31859               _PRS_ProductComponent_Antecedent_qualifiers[] =
 31860               {
 31861                   /* Aggregate */
 31862                   "\003\001",
 31863                   /* Override */
 31864                   "\044Antecedent",
 31865                   0,
 31866               };
 31867               
 31868               static MetaReference
 31869               _PRS_ProductComponent_Antecedent =
 31870               {
 31871                   /* flags */
 31872                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 31873                   /* name */
 31874                   "Antecedent",
 31875                   /* qualifiers */
 31876                   _PRS_ProductComponent_Antecedent_qualifiers,
 31877 mike  1.1.2.1     /* subscript */
 31878                   -1,
 31879                   /* refId */
 31880                   &__root_cimv2_PRS_Product,
 31881               };
 31882               
 31883               static const char*
 31884               _PRS_ProductComponent_Dependent_qualifiers[] =
 31885               {
 31886                   /* Override */
 31887                   "\044Dependent",
 31888                   0,
 31889               };
 31890               
 31891               static MetaReference
 31892               _PRS_ProductComponent_Dependent =
 31893               {
 31894                   /* flags */
 31895                   META_FLAG_REFERENCE|META_FLAG_READ,
 31896                   /* name */
 31897                   "Dependent",
 31898 mike  1.1.2.1     /* qualifiers */
 31899                   _PRS_ProductComponent_Dependent_qualifiers,
 31900                   /* subscript */
 31901                   -1,
 31902                   /* refId */
 31903                   &__root_cimv2_PRS_Product,
 31904               };
 31905               
 31906               static MetaFeature*
 31907               _PRS_ProductComponent_features[] =
 31908               {
 31909                   (MetaFeature*)&_PRS_ProductComponent_Antecedent,
 31910                   (MetaFeature*)&_PRS_ProductComponent_Dependent,
 31911                   0,
 31912               };
 31913               
 31914               static const char*
 31915               __root_cimv2_PRS_ProductComponent_qualifiers[] =
 31916               {
 31917                   /* ASSOCIATION */
 31918                   "\000\001",
 31919 mike  1.1.2.1     /* UMLPackagePath */
 31920                   "\057PRS::Support",
 31921                   /* Aggregation */
 31922                   "\004\001",
 31923                   /* Version */
 31924                   "\0632.6.0",
 31925                   0,
 31926               };
 31927               
 31928               MetaClass
 31929               __root_cimv2_PRS_ProductComponent =
 31930               {
 31931                   /* flags */
 31932                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 31933                   /* name */
 31934                   "PRS_ProductComponent",
 31935                   /* qualifiers */
 31936                   __root_cimv2_PRS_ProductComponent_qualifiers,
 31937                   /* super */
 31938                   &__root_cimv2_CIM_Dependency,
 31939                   /* features */
 31940 mike  1.1.2.1     _PRS_ProductComponent_features,
 31941               };
 31942               
 31943               //==============================================================================
 31944               //
 31945               // Class: PRS_ProductParentChild
 31946               //
 31947               //==============================================================================
 31948               
 31949               static const char*
 31950               _PRS_ProductParentChild_Antecedent_qualifiers[] =
 31951               {
 31952                   /* Aggregate */
 31953                   "\003\001",
 31954                   /* Override */
 31955                   "\044Antecedent",
 31956                   0,
 31957               };
 31958               
 31959               static MetaReference
 31960               _PRS_ProductParentChild_Antecedent =
 31961 mike  1.1.2.1 {
 31962                   /* flags */
 31963                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 31964                   /* name */
 31965                   "Antecedent",
 31966                   /* qualifiers */
 31967                   _PRS_ProductParentChild_Antecedent_qualifiers,
 31968                   /* subscript */
 31969                   -1,
 31970                   /* refId */
 31971                   &__root_cimv2_PRS_Product,
 31972               };
 31973               
 31974               static const char*
 31975               _PRS_ProductParentChild_Dependent_qualifiers[] =
 31976               {
 31977                   /* Override */
 31978                   "\044Dependent",
 31979                   0,
 31980               };
 31981               
 31982 mike  1.1.2.1 static MetaReference
 31983               _PRS_ProductParentChild_Dependent =
 31984               {
 31985                   /* flags */
 31986                   META_FLAG_REFERENCE|META_FLAG_READ,
 31987                   /* name */
 31988                   "Dependent",
 31989                   /* qualifiers */
 31990                   _PRS_ProductParentChild_Dependent_qualifiers,
 31991                   /* subscript */
 31992                   -1,
 31993                   /* refId */
 31994                   &__root_cimv2_PRS_Product,
 31995               };
 31996               
 31997               static MetaFeature*
 31998               _PRS_ProductParentChild_features[] =
 31999               {
 32000                   (MetaFeature*)&_PRS_ProductParentChild_Antecedent,
 32001                   (MetaFeature*)&_PRS_ProductParentChild_Dependent,
 32002                   0,
 32003 mike  1.1.2.1 };
 32004               
 32005               static const char*
 32006               __root_cimv2_PRS_ProductParentChild_qualifiers[] =
 32007               {
 32008                   /* ASSOCIATION */
 32009                   "\000\001",
 32010                   /* UMLPackagePath */
 32011                   "\057PRS::Support",
 32012                   /* Aggregation */
 32013                   "\004\001",
 32014                   /* Version */
 32015                   "\0632.6.0",
 32016                   0,
 32017               };
 32018               
 32019               MetaClass
 32020               __root_cimv2_PRS_ProductParentChild =
 32021               {
 32022                   /* flags */
 32023                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 32024 mike  1.1.2.1     /* name */
 32025                   "PRS_ProductParentChild",
 32026                   /* qualifiers */
 32027                   __root_cimv2_PRS_ProductParentChild_qualifiers,
 32028                   /* super */
 32029                   &__root_cimv2_CIM_Dependency,
 32030                   /* features */
 32031                   _PRS_ProductParentChild_features,
 32032               };
 32033               
 32034               //==============================================================================
 32035               //
 32036               // Class: PRS_Resource
 32037               //
 32038               //==============================================================================
 32039               
 32040               static const char*
 32041               _PRS_Resource_ResourceType_qualifiers[] =
 32042               {
 32043                   0,
 32044               };
 32045 mike  1.1.2.1 
 32046               static MetaProperty
 32047               _PRS_Resource_ResourceType =
 32048               {
 32049                   /* flags */
 32050                   META_FLAG_PROPERTY|META_FLAG_READ,
 32051                   /* name */
 32052                   "ResourceType",
 32053                   /* qualifiers */
 32054                   _PRS_Resource_ResourceType_qualifiers,
 32055                   /* type */
 32056                   CIMTYPE_STRING,
 32057                   /* subscript */
 32058                   -1,
 32059                   /* value */
 32060                   0,
 32061               };
 32062               
 32063               static const char*
 32064               _PRS_Resource_Quantity_qualifiers[] =
 32065               {
 32066 mike  1.1.2.1     0,
 32067               };
 32068               
 32069               static MetaProperty
 32070               _PRS_Resource_Quantity =
 32071               {
 32072                   /* flags */
 32073                   META_FLAG_PROPERTY|META_FLAG_READ,
 32074                   /* name */
 32075                   "Quantity",
 32076                   /* qualifiers */
 32077                   _PRS_Resource_Quantity_qualifiers,
 32078                   /* type */
 32079                   CIMTYPE_UINT16,
 32080                   /* subscript */
 32081                   -1,
 32082                   /* value */
 32083                   0,
 32084               };
 32085               
 32086               static const char*
 32087 mike  1.1.2.1 _PRS_Resource_Units_qualifiers[] =
 32088               {
 32089                   0,
 32090               };
 32091               
 32092               static MetaProperty
 32093               _PRS_Resource_Units =
 32094               {
 32095                   /* flags */
 32096                   META_FLAG_PROPERTY|META_FLAG_READ,
 32097                   /* name */
 32098                   "Units",
 32099                   /* qualifiers */
 32100                   _PRS_Resource_Units_qualifiers,
 32101                   /* type */
 32102                   CIMTYPE_STRING,
 32103                   /* subscript */
 32104                   -1,
 32105                   /* value */
 32106                   0,
 32107               };
 32108 mike  1.1.2.1 
 32109               static MetaFeature*
 32110               _PRS_Resource_features[] =
 32111               {
 32112                   (MetaFeature*)&_PRS_Resource_ResourceType,
 32113                   (MetaFeature*)&_PRS_Resource_Quantity,
 32114                   (MetaFeature*)&_PRS_Resource_Units,
 32115                   0,
 32116               };
 32117               
 32118               static const char*
 32119               __root_cimv2_PRS_Resource_qualifiers[] =
 32120               {
 32121                   /* UMLPackagePath */
 32122                   "\057PRS::Support",
 32123                   /* Version */
 32124                   "\0632.6.0",
 32125                   0,
 32126               };
 32127               
 32128               MetaClass
 32129 mike  1.1.2.1 __root_cimv2_PRS_Resource =
 32130               {
 32131                   /* flags */
 32132                   META_FLAG_CLASS,
 32133                   /* name */
 32134                   "PRS_Resource",
 32135                   /* qualifiers */
 32136                   __root_cimv2_PRS_Resource_qualifiers,
 32137                   /* super */
 32138                   &__root_cimv2_PRS_ExchangeElement,
 32139                   /* features */
 32140                   _PRS_Resource_features,
 32141               };
 32142               
 32143               //==============================================================================
 32144               //
 32145               // Class: PRS_Revision
 32146               //
 32147               //==============================================================================
 32148               
 32149               static const char*
 32150 mike  1.1.2.1 _PRS_Revision_RevisionDate_qualifiers[] =
 32151               {
 32152                   0,
 32153               };
 32154               
 32155               static MetaProperty
 32156               _PRS_Revision_RevisionDate =
 32157               {
 32158                   /* flags */
 32159                   META_FLAG_PROPERTY|META_FLAG_READ,
 32160                   /* name */
 32161                   "RevisionDate",
 32162                   /* qualifiers */
 32163                   _PRS_Revision_RevisionDate_qualifiers,
 32164                   /* type */
 32165                   CIMTYPE_DATETIME,
 32166                   /* subscript */
 32167                   -1,
 32168                   /* value */
 32169                   0,
 32170               };
 32171 mike  1.1.2.1 
 32172               static const char*
 32173               _PRS_Revision_ActivityName_qualifiers[] =
 32174               {
 32175                   /* ValueMap */
 32176                   "\061\000\0050\0001\0002\000254\000255\000",
 32177                   /* Values */
 32178                   "\062\000\005Create\000Update\000Delete\000Other\000Unknown\000",
 32179                   0,
 32180               };
 32181               
 32182               static MetaProperty
 32183               _PRS_Revision_ActivityName =
 32184               {
 32185                   /* flags */
 32186                   META_FLAG_PROPERTY|META_FLAG_READ,
 32187                   /* name */
 32188                   "ActivityName",
 32189                   /* qualifiers */
 32190                   _PRS_Revision_ActivityName_qualifiers,
 32191                   /* type */
 32192 mike  1.1.2.1     CIMTYPE_UINT8,
 32193                   /* subscript */
 32194                   -1,
 32195                   /* value */
 32196                   0,
 32197               };
 32198               
 32199               static const char*
 32200               _PRS_Revision_ActivityType_qualifiers[] =
 32201               {
 32202                   /* ValueMap */
 32203                   "\061\000\0050\0001\0002\000254\000255\000",
 32204                   /* Values */
 32205                   "\062\000\005Technical\000Editorial\000Administrative\000Other\000Unknown\000",
 32206                   0,
 32207               };
 32208               
 32209               static MetaProperty
 32210               _PRS_Revision_ActivityType =
 32211               {
 32212                   /* flags */
 32213 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32214                   /* name */
 32215                   "ActivityType",
 32216                   /* qualifiers */
 32217                   _PRS_Revision_ActivityType_qualifiers,
 32218                   /* type */
 32219                   CIMTYPE_UINT8,
 32220                   /* subscript */
 32221                   -1,
 32222                   /* value */
 32223                   0,
 32224               };
 32225               
 32226               static const char*
 32227               _PRS_Revision_TechnicalStatus_qualifiers[] =
 32228               {
 32229                   /* ValueMap */
 32230                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 32231                   /* Values */
 32232                   "\062\000\006Open\000Not Reviewed\000Reviewed\000Approved\000Other\000Unknown\000",
 32233                   0,
 32234 mike  1.1.2.1 };
 32235               
 32236               static MetaProperty
 32237               _PRS_Revision_TechnicalStatus =
 32238               {
 32239                   /* flags */
 32240                   META_FLAG_PROPERTY|META_FLAG_READ,
 32241                   /* name */
 32242                   "TechnicalStatus",
 32243                   /* qualifiers */
 32244                   _PRS_Revision_TechnicalStatus_qualifiers,
 32245                   /* type */
 32246                   CIMTYPE_UINT8,
 32247                   /* subscript */
 32248                   -1,
 32249                   /* value */
 32250                   0,
 32251               };
 32252               
 32253               static const char*
 32254               _PRS_Revision_EditorialStatus_qualifiers[] =
 32255 mike  1.1.2.1 {
 32256                   /* ValueMap */
 32257                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 32258                   /* Values */
 32259                   "\062\000\006In_Progress\000Draft\000Reviewed\000Published\000Other\000Unknown\000",
 32260                   0,
 32261               };
 32262               
 32263               static MetaProperty
 32264               _PRS_Revision_EditorialStatus =
 32265               {
 32266                   /* flags */
 32267                   META_FLAG_PROPERTY|META_FLAG_READ,
 32268                   /* name */
 32269                   "EditorialStatus",
 32270                   /* qualifiers */
 32271                   _PRS_Revision_EditorialStatus_qualifiers,
 32272                   /* type */
 32273                   CIMTYPE_UINT8,
 32274                   /* subscript */
 32275                   -1,
 32276 mike  1.1.2.1     /* value */
 32277                   0,
 32278               };
 32279               
 32280               static const char*
 32281               _PRS_Revision_Description_qualifiers[] =
 32282               {
 32283                   /* Override */
 32284                   "\044Description",
 32285                   0,
 32286               };
 32287               
 32288               static MetaProperty
 32289               _PRS_Revision_Description =
 32290               {
 32291                   /* flags */
 32292                   META_FLAG_PROPERTY|META_FLAG_READ,
 32293                   /* name */
 32294                   "Description",
 32295                   /* qualifiers */
 32296                   _PRS_Revision_Description_qualifiers,
 32297 mike  1.1.2.1     /* type */
 32298                   CIMTYPE_STRING,
 32299                   /* subscript */
 32300                   -1,
 32301                   /* value */
 32302                   0,
 32303               };
 32304               
 32305               static MetaFeature*
 32306               _PRS_Revision_features[] =
 32307               {
 32308                   (MetaFeature*)&_PRS_Revision_RevisionDate,
 32309                   (MetaFeature*)&_PRS_Revision_ActivityName,
 32310                   (MetaFeature*)&_PRS_Revision_ActivityType,
 32311                   (MetaFeature*)&_PRS_Revision_TechnicalStatus,
 32312                   (MetaFeature*)&_PRS_Revision_EditorialStatus,
 32313                   (MetaFeature*)&_PRS_Revision_Description,
 32314                   0,
 32315               };
 32316               
 32317               static const char*
 32318 mike  1.1.2.1 __root_cimv2_PRS_Revision_qualifiers[] =
 32319               {
 32320                   /* UMLPackagePath */
 32321                   "\057PRS::Support",
 32322                   /* Version */
 32323                   "\0632.6.0",
 32324                   0,
 32325               };
 32326               
 32327               MetaClass
 32328               __root_cimv2_PRS_Revision =
 32329               {
 32330                   /* flags */
 32331                   META_FLAG_CLASS,
 32332                   /* name */
 32333                   "PRS_Revision",
 32334                   /* qualifiers */
 32335                   __root_cimv2_PRS_Revision_qualifiers,
 32336                   /* super */
 32337                   &__root_cimv2_PRS_ExchangeElement,
 32338                   /* features */
 32339 mike  1.1.2.1     _PRS_Revision_features,
 32340               };
 32341               
 32342               //==============================================================================
 32343               //
 32344               // Class: PRS_ServiceIncident
 32345               //
 32346               //==============================================================================
 32347               
 32348               static const char*
 32349               _PRS_ServiceIncident_RequesterID_qualifiers[] =
 32350               {
 32351                   0,
 32352               };
 32353               
 32354               static MetaProperty
 32355               _PRS_ServiceIncident_RequesterID =
 32356               {
 32357                   /* flags */
 32358                   META_FLAG_PROPERTY|META_FLAG_READ,
 32359                   /* name */
 32360 mike  1.1.2.1     "RequesterID",
 32361                   /* qualifiers */
 32362                   _PRS_ServiceIncident_RequesterID_qualifiers,
 32363                   /* type */
 32364                   CIMTYPE_STRING,
 32365                   /* subscript */
 32366                   -1,
 32367                   /* value */
 32368                   0,
 32369               };
 32370               
 32371               static const char*
 32372               _PRS_ServiceIncident_ProviderID_qualifiers[] =
 32373               {
 32374                   0,
 32375               };
 32376               
 32377               static MetaProperty
 32378               _PRS_ServiceIncident_ProviderID =
 32379               {
 32380                   /* flags */
 32381 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32382                   /* name */
 32383                   "ProviderID",
 32384                   /* qualifiers */
 32385                   _PRS_ServiceIncident_ProviderID_qualifiers,
 32386                   /* type */
 32387                   CIMTYPE_STRING,
 32388                   /* subscript */
 32389                   -1,
 32390                   /* value */
 32391                   0,
 32392               };
 32393               
 32394               static const char*
 32395               _PRS_ServiceIncident_CurrentState_qualifiers[] =
 32396               {
 32397                   /* ValueMap */
 32398                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\000254\000255\000",
 32399                   /* Values */
 32400                   "\062\000\012Beginning_State\000Not_Entitled\000Entitled\000Problem_Submitted\000Open_Requester\000Open_Provider\000Closed_Pending_Confirmation\000Closed\000Other\000Unknown\000",
 32401                   0,
 32402 mike  1.1.2.1 };
 32403               
 32404               static MetaProperty
 32405               _PRS_ServiceIncident_CurrentState =
 32406               {
 32407                   /* flags */
 32408                   META_FLAG_PROPERTY|META_FLAG_READ,
 32409                   /* name */
 32410                   "CurrentState",
 32411                   /* qualifiers */
 32412                   _PRS_ServiceIncident_CurrentState_qualifiers,
 32413                   /* type */
 32414                   CIMTYPE_UINT8,
 32415                   /* subscript */
 32416                   -1,
 32417                   /* value */
 32418                   0,
 32419               };
 32420               
 32421               static const char*
 32422               _PRS_ServiceIncident_RequesterSeverity_qualifiers[] =
 32423 mike  1.1.2.1 {
 32424                   /* ValueMap */
 32425                   "\061\000\0051\0002\0003\0004\0005\000",
 32426                   0,
 32427               };
 32428               
 32429               static MetaProperty
 32430               _PRS_ServiceIncident_RequesterSeverity =
 32431               {
 32432                   /* flags */
 32433                   META_FLAG_PROPERTY|META_FLAG_READ,
 32434                   /* name */
 32435                   "RequesterSeverity",
 32436                   /* qualifiers */
 32437                   _PRS_ServiceIncident_RequesterSeverity_qualifiers,
 32438                   /* type */
 32439                   CIMTYPE_UINT8,
 32440                   /* subscript */
 32441                   -1,
 32442                   /* value */
 32443                   0,
 32444 mike  1.1.2.1 };
 32445               
 32446               static const char*
 32447               _PRS_ServiceIncident_ProviderPriority_qualifiers[] =
 32448               {
 32449                   /* ValueMap */
 32450                   "\061\000\0051\0002\0003\0004\0005\000",
 32451                   0,
 32452               };
 32453               
 32454               static MetaProperty
 32455               _PRS_ServiceIncident_ProviderPriority =
 32456               {
 32457                   /* flags */
 32458                   META_FLAG_PROPERTY|META_FLAG_READ,
 32459                   /* name */
 32460                   "ProviderPriority",
 32461                   /* qualifiers */
 32462                   _PRS_ServiceIncident_ProviderPriority_qualifiers,
 32463                   /* type */
 32464                   CIMTYPE_UINT8,
 32465 mike  1.1.2.1     /* subscript */
 32466                   -1,
 32467                   /* value */
 32468                   0,
 32469               };
 32470               
 32471               static const char*
 32472               _PRS_ServiceIncident_ResponseTime_qualifiers[] =
 32473               {
 32474                   0,
 32475               };
 32476               
 32477               static MetaProperty
 32478               _PRS_ServiceIncident_ResponseTime =
 32479               {
 32480                   /* flags */
 32481                   META_FLAG_PROPERTY|META_FLAG_READ,
 32482                   /* name */
 32483                   "ResponseTime",
 32484                   /* qualifiers */
 32485                   _PRS_ServiceIncident_ResponseTime_qualifiers,
 32486 mike  1.1.2.1     /* type */
 32487                   CIMTYPE_DATETIME,
 32488                   /* subscript */
 32489                   -1,
 32490                   /* value */
 32491                   0,
 32492               };
 32493               
 32494               static const char*
 32495               _PRS_ServiceIncident_WorkflowStatus_qualifiers[] =
 32496               {
 32497                   0,
 32498               };
 32499               
 32500               static MetaProperty
 32501               _PRS_ServiceIncident_WorkflowStatus =
 32502               {
 32503                   /* flags */
 32504                   META_FLAG_PROPERTY|META_FLAG_READ,
 32505                   /* name */
 32506                   "WorkflowStatus",
 32507 mike  1.1.2.1     /* qualifiers */
 32508                   _PRS_ServiceIncident_WorkflowStatus_qualifiers,
 32509                   /* type */
 32510                   CIMTYPE_STRING,
 32511                   /* subscript */
 32512                   -1,
 32513                   /* value */
 32514                   0,
 32515               };
 32516               
 32517               static const char*
 32518               _PRS_ServiceIncident_Comment_qualifiers[] =
 32519               {
 32520                   0,
 32521               };
 32522               
 32523               static MetaProperty
 32524               _PRS_ServiceIncident_Comment =
 32525               {
 32526                   /* flags */
 32527                   META_FLAG_PROPERTY|META_FLAG_READ,
 32528 mike  1.1.2.1     /* name */
 32529                   "Comment",
 32530                   /* qualifiers */
 32531                   _PRS_ServiceIncident_Comment_qualifiers,
 32532                   /* type */
 32533                   CIMTYPE_STRING,
 32534                   /* subscript */
 32535                   -1,
 32536                   /* value */
 32537                   0,
 32538               };
 32539               
 32540               static const char*
 32541               _PRS_ServiceIncident_Entitled_qualifiers[] =
 32542               {
 32543                   /* ValueMap */
 32544                   "\061\000\0040\0001\000254\000255\000",
 32545                   /* Values */
 32546                   "\062\000\004Yes\000No\000Other\000Unknown\000",
 32547                   0,
 32548               };
 32549 mike  1.1.2.1 
 32550               static MetaProperty
 32551               _PRS_ServiceIncident_Entitled =
 32552               {
 32553                   /* flags */
 32554                   META_FLAG_PROPERTY|META_FLAG_READ,
 32555                   /* name */
 32556                   "Entitled",
 32557                   /* qualifiers */
 32558                   _PRS_ServiceIncident_Entitled_qualifiers,
 32559                   /* type */
 32560                   CIMTYPE_UINT8,
 32561                   /* subscript */
 32562                   -1,
 32563                   /* value */
 32564                   0,
 32565               };
 32566               
 32567               static const char*
 32568               _PRS_ServiceIncident_Acknowledge_qualifiers[] =
 32569               {
 32570 mike  1.1.2.1     /* ValueMap */
 32571                   "\061\000\0040\0001\000254\000255\000",
 32572                   /* Values */
 32573                   "\062\000\004Yes\000No\000Other\000Unknown\000",
 32574                   0,
 32575               };
 32576               
 32577               static MetaProperty
 32578               _PRS_ServiceIncident_Acknowledge =
 32579               {
 32580                   /* flags */
 32581                   META_FLAG_PROPERTY|META_FLAG_READ,
 32582                   /* name */
 32583                   "Acknowledge",
 32584                   /* qualifiers */
 32585                   _PRS_ServiceIncident_Acknowledge_qualifiers,
 32586                   /* type */
 32587                   CIMTYPE_UINT8,
 32588                   /* subscript */
 32589                   -1,
 32590                   /* value */
 32591 mike  1.1.2.1     0,
 32592               };
 32593               
 32594               static const char*
 32595               _PRS_ServiceIncident_TransactionName_qualifiers[] =
 32596               {
 32597                   /* Deprecated */
 32598                   "\013\000\001PRS_ServiceIncident.LastTransaction\000",
 32599                   0,
 32600               };
 32601               
 32602               static MetaProperty
 32603               _PRS_ServiceIncident_TransactionName =
 32604               {
 32605                   /* flags */
 32606                   META_FLAG_PROPERTY|META_FLAG_READ,
 32607                   /* name */
 32608                   "TransactionName",
 32609                   /* qualifiers */
 32610                   _PRS_ServiceIncident_TransactionName_qualifiers,
 32611                   /* type */
 32612 mike  1.1.2.1     CIMTYPE_STRING,
 32613                   /* subscript */
 32614                   -1,
 32615                   /* value */
 32616                   0,
 32617               };
 32618               
 32619               static const char*
 32620               _PRS_ServiceIncident_LastTransaction_qualifiers[] =
 32621               {
 32622                   /* ValueMap */
 32623                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 32624                   /* Values */
 32625                   "\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",
 32626                   0,
 32627               };
 32628               
 32629               static MetaProperty
 32630               _PRS_ServiceIncident_LastTransaction =
 32631               {
 32632                   /* flags */
 32633 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32634                   /* name */
 32635                   "LastTransaction",
 32636                   /* qualifiers */
 32637                   _PRS_ServiceIncident_LastTransaction_qualifiers,
 32638                   /* type */
 32639                   CIMTYPE_UINT8,
 32640                   /* subscript */
 32641                   -1,
 32642                   /* value */
 32643                   0,
 32644               };
 32645               
 32646               static MetaFeature*
 32647               _PRS_ServiceIncident_features[] =
 32648               {
 32649                   (MetaFeature*)&_PRS_ServiceIncident_RequesterID,
 32650                   (MetaFeature*)&_PRS_ServiceIncident_ProviderID,
 32651                   (MetaFeature*)&_PRS_ServiceIncident_CurrentState,
 32652                   (MetaFeature*)&_PRS_ServiceIncident_RequesterSeverity,
 32653                   (MetaFeature*)&_PRS_ServiceIncident_ProviderPriority,
 32654 mike  1.1.2.1     (MetaFeature*)&_PRS_ServiceIncident_ResponseTime,
 32655                   (MetaFeature*)&_PRS_ServiceIncident_WorkflowStatus,
 32656                   (MetaFeature*)&_PRS_ServiceIncident_Comment,
 32657                   (MetaFeature*)&_PRS_ServiceIncident_Entitled,
 32658                   (MetaFeature*)&_PRS_ServiceIncident_Acknowledge,
 32659                   (MetaFeature*)&_PRS_ServiceIncident_TransactionName,
 32660                   (MetaFeature*)&_PRS_ServiceIncident_LastTransaction,
 32661                   0,
 32662               };
 32663               
 32664               static const char*
 32665               __root_cimv2_PRS_ServiceIncident_qualifiers[] =
 32666               {
 32667                   /* UMLPackagePath */
 32668                   "\057PRS::Support",
 32669                   /* Version */
 32670                   "\0632.6.0",
 32671                   0,
 32672               };
 32673               
 32674               MetaClass
 32675 mike  1.1.2.1 __root_cimv2_PRS_ServiceIncident =
 32676               {
 32677                   /* flags */
 32678                   META_FLAG_CLASS,
 32679                   /* name */
 32680                   "PRS_ServiceIncident",
 32681                   /* qualifiers */
 32682                   __root_cimv2_PRS_ServiceIncident_qualifiers,
 32683                   /* super */
 32684                   &__root_cimv2_PRS_ExchangeElement,
 32685                   /* features */
 32686                   _PRS_ServiceIncident_features,
 32687               };
 32688               
 32689               //==============================================================================
 32690               //
 32691               // Class: PRS_Solution
 32692               //
 32693               //==============================================================================
 32694               
 32695               static const char*
 32696 mike  1.1.2.1 _PRS_Solution_Title_qualifiers[] =
 32697               {
 32698                   0,
 32699               };
 32700               
 32701               static MetaProperty
 32702               _PRS_Solution_Title =
 32703               {
 32704                   /* flags */
 32705                   META_FLAG_PROPERTY|META_FLAG_READ,
 32706                   /* name */
 32707                   "Title",
 32708                   /* qualifiers */
 32709                   _PRS_Solution_Title_qualifiers,
 32710                   /* type */
 32711                   CIMTYPE_STRING,
 32712                   /* subscript */
 32713                   -1,
 32714                   /* value */
 32715                   0,
 32716               };
 32717 mike  1.1.2.1 
 32718               static const char*
 32719               _PRS_Solution_SolutionAbstract_qualifiers[] =
 32720               {
 32721                   0,
 32722               };
 32723               
 32724               static MetaProperty
 32725               _PRS_Solution_SolutionAbstract =
 32726               {
 32727                   /* flags */
 32728                   META_FLAG_PROPERTY|META_FLAG_READ,
 32729                   /* name */
 32730                   "SolutionAbstract",
 32731                   /* qualifiers */
 32732                   _PRS_Solution_SolutionAbstract_qualifiers,
 32733                   /* type */
 32734                   CIMTYPE_STRING,
 32735                   /* subscript */
 32736                   -1,
 32737                   /* value */
 32738 mike  1.1.2.1     0,
 32739               };
 32740               
 32741               static const char*
 32742               _PRS_Solution_SolutionType_qualifiers[] =
 32743               {
 32744                   /* ValueMap */
 32745                   "\061\000\0050\0001\0002\000254\000255\000",
 32746                   /* Values */
 32747                   "\062\000\005Reference\000Diagnostic\000How To\000Other\000Unknown\000",
 32748                   0,
 32749               };
 32750               
 32751               static MetaProperty
 32752               _PRS_Solution_SolutionType =
 32753               {
 32754                   /* flags */
 32755                   META_FLAG_PROPERTY|META_FLAG_READ,
 32756                   /* name */
 32757                   "SolutionType",
 32758                   /* qualifiers */
 32759 mike  1.1.2.1     _PRS_Solution_SolutionType_qualifiers,
 32760                   /* type */
 32761                   CIMTYPE_UINT8,
 32762                   /* subscript */
 32763                   -1,
 32764                   /* value */
 32765                   0,
 32766               };
 32767               
 32768               static MetaFeature*
 32769               _PRS_Solution_features[] =
 32770               {
 32771                   (MetaFeature*)&_PRS_Solution_Title,
 32772                   (MetaFeature*)&_PRS_Solution_SolutionAbstract,
 32773                   (MetaFeature*)&_PRS_Solution_SolutionType,
 32774                   0,
 32775               };
 32776               
 32777               static const char*
 32778               __root_cimv2_PRS_Solution_qualifiers[] =
 32779               {
 32780 mike  1.1.2.1     /* UMLPackagePath */
 32781                   "\057PRS::Support",
 32782                   /* Version */
 32783                   "\0632.6.0",
 32784                   0,
 32785               };
 32786               
 32787               MetaClass
 32788               __root_cimv2_PRS_Solution =
 32789               {
 32790                   /* flags */
 32791                   META_FLAG_CLASS,
 32792                   /* name */
 32793                   "PRS_Solution",
 32794                   /* qualifiers */
 32795                   __root_cimv2_PRS_Solution_qualifiers,
 32796                   /* super */
 32797                   &__root_cimv2_PRS_ExchangeElement,
 32798                   /* features */
 32799                   _PRS_Solution_features,
 32800               };
 32801 mike  1.1.2.1 
 32802               //==============================================================================
 32803               //
 32804               // Class: PRS_SolutionElement
 32805               //
 32806               //==============================================================================
 32807               
 32808               static MetaFeature*
 32809               _PRS_SolutionElement_features[] =
 32810               {
 32811                   0,
 32812               };
 32813               
 32814               static const char*
 32815               __root_cimv2_PRS_SolutionElement_qualifiers[] =
 32816               {
 32817                   /* UMLPackagePath */
 32818                   "\057PRS::Support",
 32819                   /* Abstract */
 32820                   "\002\001",
 32821                   /* Version */
 32822 mike  1.1.2.1     "\0632.6.0",
 32823                   0,
 32824               };
 32825               
 32826               MetaClass
 32827               __root_cimv2_PRS_SolutionElement =
 32828               {
 32829                   /* flags */
 32830                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 32831                   /* name */
 32832                   "PRS_SolutionElement",
 32833                   /* qualifiers */
 32834                   __root_cimv2_PRS_SolutionElement_qualifiers,
 32835                   /* super */
 32836                   &__root_cimv2_PRS_ExchangeElement,
 32837                   /* features */
 32838                   _PRS_SolutionElement_features,
 32839               };
 32840               
 32841               //==============================================================================
 32842               //
 32843 mike  1.1.2.1 // Class: PRS_SolutionHasElement
 32844               //
 32845               //==============================================================================
 32846               
 32847               static const char*
 32848               _PRS_SolutionHasElement_Antecedent_qualifiers[] =
 32849               {
 32850                   /* Aggregate */
 32851                   "\003\001",
 32852                   /* Override */
 32853                   "\044Antecedent",
 32854                   /* Min */
 32855                   "\033\000\000\000\001",
 32856                   0,
 32857               };
 32858               
 32859               static MetaReference
 32860               _PRS_SolutionHasElement_Antecedent =
 32861               {
 32862                   /* flags */
 32863                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 32864 mike  1.1.2.1     /* name */
 32865                   "Antecedent",
 32866                   /* qualifiers */
 32867                   _PRS_SolutionHasElement_Antecedent_qualifiers,
 32868                   /* subscript */
 32869                   -1,
 32870                   /* refId */
 32871                   &__root_cimv2_PRS_Solution,
 32872               };
 32873               
 32874               static const char*
 32875               _PRS_SolutionHasElement_Dependent_qualifiers[] =
 32876               {
 32877                   /* Override */
 32878                   "\044Dependent",
 32879                   0,
 32880               };
 32881               
 32882               static MetaReference
 32883               _PRS_SolutionHasElement_Dependent =
 32884               {
 32885 mike  1.1.2.1     /* flags */
 32886                   META_FLAG_REFERENCE|META_FLAG_READ,
 32887                   /* name */
 32888                   "Dependent",
 32889                   /* qualifiers */
 32890                   _PRS_SolutionHasElement_Dependent_qualifiers,
 32891                   /* subscript */
 32892                   -1,
 32893                   /* refId */
 32894                   &__root_cimv2_PRS_SolutionElement,
 32895               };
 32896               
 32897               static MetaFeature*
 32898               _PRS_SolutionHasElement_features[] =
 32899               {
 32900                   (MetaFeature*)&_PRS_SolutionHasElement_Antecedent,
 32901                   (MetaFeature*)&_PRS_SolutionHasElement_Dependent,
 32902                   0,
 32903               };
 32904               
 32905               static const char*
 32906 mike  1.1.2.1 __root_cimv2_PRS_SolutionHasElement_qualifiers[] =
 32907               {
 32908                   /* ASSOCIATION */
 32909                   "\000\001",
 32910                   /* UMLPackagePath */
 32911                   "\057PRS::Support",
 32912                   /* Abstract */
 32913                   "\002\001",
 32914                   /* Aggregation */
 32915                   "\004\001",
 32916                   /* Version */
 32917                   "\0632.6.0",
 32918                   0,
 32919               };
 32920               
 32921               MetaClass
 32922               __root_cimv2_PRS_SolutionHasElement =
 32923               {
 32924                   /* flags */
 32925                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 32926                   /* name */
 32927 mike  1.1.2.1     "PRS_SolutionHasElement",
 32928                   /* qualifiers */
 32929                   __root_cimv2_PRS_SolutionHasElement_qualifiers,
 32930                   /* super */
 32931                   &__root_cimv2_CIM_Dependency,
 32932                   /* features */
 32933                   _PRS_SolutionHasElement_features,
 32934               };
 32935               
 32936               //==============================================================================
 32937               //
 32938               // Class: PRS_Statement
 32939               //
 32940               //==============================================================================
 32941               
 32942               static const char*
 32943               _PRS_Statement_StatementRole_qualifiers[] =
 32944               {
 32945                   /* ValueMap */
 32946                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 32947                   /* Values */
 32948 mike  1.1.2.1     "\062\000\016Description\000Symptom\000Error_Message\000Objective\000Evidence\000Cause\000Work_Around\000Fix\000Answer\000Keyword\000Changes\000Title\000Other\000Unknown\000",
 32949                   0,
 32950               };
 32951               
 32952               static MetaProperty
 32953               _PRS_Statement_StatementRole =
 32954               {
 32955                   /* flags */
 32956                   META_FLAG_PROPERTY|META_FLAG_READ,
 32957                   /* name */
 32958                   "StatementRole",
 32959                   /* qualifiers */
 32960                   _PRS_Statement_StatementRole_qualifiers,
 32961                   /* type */
 32962                   CIMTYPE_UINT8,
 32963                   /* subscript */
 32964                   -1,
 32965                   /* value */
 32966                   0,
 32967               };
 32968               
 32969 mike  1.1.2.1 static const char*
 32970               _PRS_Statement_Text_qualifiers[] =
 32971               {
 32972                   0,
 32973               };
 32974               
 32975               static MetaProperty
 32976               _PRS_Statement_Text =
 32977               {
 32978                   /* flags */
 32979                   META_FLAG_PROPERTY|META_FLAG_READ,
 32980                   /* name */
 32981                   "Text",
 32982                   /* qualifiers */
 32983                   _PRS_Statement_Text_qualifiers,
 32984                   /* type */
 32985                   CIMTYPE_STRING,
 32986                   /* subscript */
 32987                   -1,
 32988                   /* value */
 32989                   0,
 32990 mike  1.1.2.1 };
 32991               
 32992               static const char*
 32993               _PRS_Statement_StatementOperator_qualifiers[] =
 32994               {
 32995                   0,
 32996               };
 32997               
 32998               static MetaProperty
 32999               _PRS_Statement_StatementOperator =
 33000               {
 33001                   /* flags */
 33002                   META_FLAG_PROPERTY|META_FLAG_READ,
 33003                   /* name */
 33004                   "StatementOperator",
 33005                   /* qualifiers */
 33006                   _PRS_Statement_StatementOperator_qualifiers,
 33007                   /* type */
 33008                   CIMTYPE_STRING,
 33009                   /* subscript */
 33010                   -1,
 33011 mike  1.1.2.1     /* value */
 33012                   0,
 33013               };
 33014               
 33015               static const char*
 33016               _PRS_Statement_FeatureValue_qualifiers[] =
 33017               {
 33018                   0,
 33019               };
 33020               
 33021               static MetaProperty
 33022               _PRS_Statement_FeatureValue =
 33023               {
 33024                   /* flags */
 33025                   META_FLAG_PROPERTY|META_FLAG_READ,
 33026                   /* name */
 33027                   "FeatureValue",
 33028                   /* qualifiers */
 33029                   _PRS_Statement_FeatureValue_qualifiers,
 33030                   /* type */
 33031                   CIMTYPE_STRING,
 33032 mike  1.1.2.1     /* subscript */
 33033                   -1,
 33034                   /* value */
 33035                   0,
 33036               };
 33037               
 33038               static const char*
 33039               _PRS_Statement_Order_qualifiers[] =
 33040               {
 33041                   0,
 33042               };
 33043               
 33044               static MetaProperty
 33045               _PRS_Statement_Order =
 33046               {
 33047                   /* flags */
 33048                   META_FLAG_PROPERTY|META_FLAG_READ,
 33049                   /* name */
 33050                   "Order",
 33051                   /* qualifiers */
 33052                   _PRS_Statement_Order_qualifiers,
 33053 mike  1.1.2.1     /* type */
 33054                   CIMTYPE_STRING,
 33055                   /* subscript */
 33056                   -1,
 33057                   /* value */
 33058                   0,
 33059               };
 33060               
 33061               static const char*
 33062               _PRS_Statement_Relevance_qualifiers[] =
 33063               {
 33064                   /* MinValue */
 33065                   "\035\000\000\000\000\000\000\000\000",
 33066                   /* MaxValue */
 33067                   "\031\000\000\000\000\000\000\000\144",
 33068                   0,
 33069               };
 33070               
 33071               static MetaProperty
 33072               _PRS_Statement_Relevance =
 33073               {
 33074 mike  1.1.2.1     /* flags */
 33075                   META_FLAG_PROPERTY|META_FLAG_READ,
 33076                   /* name */
 33077                   "Relevance",
 33078                   /* qualifiers */
 33079                   _PRS_Statement_Relevance_qualifiers,
 33080                   /* type */
 33081                   CIMTYPE_UINT16,
 33082                   /* subscript */
 33083                   -1,
 33084                   /* value */
 33085                   0,
 33086               };
 33087               
 33088               static MetaFeature*
 33089               _PRS_Statement_features[] =
 33090               {
 33091                   (MetaFeature*)&_PRS_Statement_StatementRole,
 33092                   (MetaFeature*)&_PRS_Statement_Text,
 33093                   (MetaFeature*)&_PRS_Statement_StatementOperator,
 33094                   (MetaFeature*)&_PRS_Statement_FeatureValue,
 33095 mike  1.1.2.1     (MetaFeature*)&_PRS_Statement_Order,
 33096                   (MetaFeature*)&_PRS_Statement_Relevance,
 33097                   0,
 33098               };
 33099               
 33100               static const char*
 33101               __root_cimv2_PRS_Statement_qualifiers[] =
 33102               {
 33103                   /* UMLPackagePath */
 33104                   "\057PRS::Support",
 33105                   /* Version */
 33106                   "\0632.6.0",
 33107                   0,
 33108               };
 33109               
 33110               MetaClass
 33111               __root_cimv2_PRS_Statement =
 33112               {
 33113                   /* flags */
 33114                   META_FLAG_CLASS,
 33115                   /* name */
 33116 mike  1.1.2.1     "PRS_Statement",
 33117                   /* qualifiers */
 33118                   __root_cimv2_PRS_Statement_qualifiers,
 33119                   /* super */
 33120                   &__root_cimv2_PRS_ExpressionElement,
 33121                   /* features */
 33122                   _PRS_Statement_features,
 33123               };
 33124               
 33125               //==============================================================================
 33126               //
 33127               // Class: PRS_StatementFeature
 33128               //
 33129               //==============================================================================
 33130               
 33131               static const char*
 33132               _PRS_StatementFeature_Antecedent_qualifiers[] =
 33133               {
 33134                   /* Override */
 33135                   "\044Antecedent",
 33136                   0,
 33137 mike  1.1.2.1 };
 33138               
 33139               static MetaReference
 33140               _PRS_StatementFeature_Antecedent =
 33141               {
 33142                   /* flags */
 33143                   META_FLAG_REFERENCE|META_FLAG_READ,
 33144                   /* name */
 33145                   "Antecedent",
 33146                   /* qualifiers */
 33147                   _PRS_StatementFeature_Antecedent_qualifiers,
 33148                   /* subscript */
 33149                   -1,
 33150                   /* refId */
 33151                   &__root_cimv2_PRS_Statement,
 33152               };
 33153               
 33154               static const char*
 33155               _PRS_StatementFeature_Dependent_qualifiers[] =
 33156               {
 33157                   /* Override */
 33158 mike  1.1.2.1     "\044Dependent",
 33159                   0,
 33160               };
 33161               
 33162               static MetaReference
 33163               _PRS_StatementFeature_Dependent =
 33164               {
 33165                   /* flags */
 33166                   META_FLAG_REFERENCE|META_FLAG_READ,
 33167                   /* name */
 33168                   "Dependent",
 33169                   /* qualifiers */
 33170                   _PRS_StatementFeature_Dependent_qualifiers,
 33171                   /* subscript */
 33172                   -1,
 33173                   /* refId */
 33174                   &__root_cimv2_PRS_Feature,
 33175               };
 33176               
 33177               static MetaFeature*
 33178               _PRS_StatementFeature_features[] =
 33179 mike  1.1.2.1 {
 33180                   (MetaFeature*)&_PRS_StatementFeature_Antecedent,
 33181                   (MetaFeature*)&_PRS_StatementFeature_Dependent,
 33182                   0,
 33183               };
 33184               
 33185               static const char*
 33186               __root_cimv2_PRS_StatementFeature_qualifiers[] =
 33187               {
 33188                   /* ASSOCIATION */
 33189                   "\000\001",
 33190                   /* UMLPackagePath */
 33191                   "\057PRS::Support",
 33192                   /* Version */
 33193                   "\0632.6.0",
 33194                   0,
 33195               };
 33196               
 33197               MetaClass
 33198               __root_cimv2_PRS_StatementFeature =
 33199               {
 33200 mike  1.1.2.1     /* flags */
 33201                   META_FLAG_ASSOCIATION,
 33202                   /* name */
 33203                   "PRS_StatementFeature",
 33204                   /* qualifiers */
 33205                   __root_cimv2_PRS_StatementFeature_qualifiers,
 33206                   /* super */
 33207                   &__root_cimv2_CIM_Dependency,
 33208                   /* features */
 33209                   _PRS_StatementFeature_features,
 33210               };
 33211               
 33212               //==============================================================================
 33213               //
 33214               // Class: PRS_Transaction
 33215               //
 33216               //==============================================================================
 33217               
 33218               static const char*
 33219               _PRS_Transaction_TransactionType_qualifiers[] =
 33220               {
 33221 mike  1.1.2.1     /* ValueMap */
 33222                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 33223                   /* Values */
 33224                   "\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",
 33225                   0,
 33226               };
 33227               
 33228               static MetaProperty
 33229               _PRS_Transaction_TransactionType =
 33230               {
 33231                   /* flags */
 33232                   META_FLAG_PROPERTY|META_FLAG_READ,
 33233                   /* name */
 33234                   "TransactionType",
 33235                   /* qualifiers */
 33236                   _PRS_Transaction_TransactionType_qualifiers,
 33237                   /* type */
 33238                   CIMTYPE_UINT8,
 33239                   /* subscript */
 33240                   -1,
 33241                   /* value */
 33242 mike  1.1.2.1     0,
 33243               };
 33244               
 33245               static const char*
 33246               _PRS_Transaction_TransactionState_qualifiers[] =
 33247               {
 33248                   /* ValueMap */
 33249                   "\061\000\0040\0001\0002\0003\000",
 33250                   /* Values */
 33251                   "\062\000\004Open\000Working\000Closed\000Notification_Pending\000",
 33252                   0,
 33253               };
 33254               
 33255               static MetaProperty
 33256               _PRS_Transaction_TransactionState =
 33257               {
 33258                   /* flags */
 33259                   META_FLAG_PROPERTY|META_FLAG_READ,
 33260                   /* name */
 33261                   "TransactionState",
 33262                   /* qualifiers */
 33263 mike  1.1.2.1     _PRS_Transaction_TransactionState_qualifiers,
 33264                   /* type */
 33265                   CIMTYPE_UINT8,
 33266                   /* subscript */
 33267                   -1,
 33268                   /* value */
 33269                   0,
 33270               };
 33271               
 33272               static const char*
 33273               _PRS_Transaction_CompletionStatus_qualifiers[] =
 33274               {
 33275                   0,
 33276               };
 33277               
 33278               static MetaProperty
 33279               _PRS_Transaction_CompletionStatus =
 33280               {
 33281                   /* flags */
 33282                   META_FLAG_PROPERTY|META_FLAG_READ,
 33283                   /* name */
 33284 mike  1.1.2.1     "CompletionStatus",
 33285                   /* qualifiers */
 33286                   _PRS_Transaction_CompletionStatus_qualifiers,
 33287                   /* type */
 33288                   CIMTYPE_UINT32,
 33289                   /* subscript */
 33290                   -1,
 33291                   /* value */
 33292                   0,
 33293               };
 33294               
 33295               static MetaFeature*
 33296               _PRS_Transaction_features[] =
 33297               {
 33298                   (MetaFeature*)&_PRS_Transaction_TransactionType,
 33299                   (MetaFeature*)&_PRS_Transaction_TransactionState,
 33300                   (MetaFeature*)&_PRS_Transaction_CompletionStatus,
 33301                   0,
 33302               };
 33303               
 33304               static const char*
 33305 mike  1.1.2.1 __root_cimv2_PRS_Transaction_qualifiers[] =
 33306               {
 33307                   /* UMLPackagePath */
 33308                   "\057PRS::Support",
 33309                   /* Version */
 33310                   "\0632.6.0",
 33311                   0,
 33312               };
 33313               
 33314               MetaClass
 33315               __root_cimv2_PRS_Transaction =
 33316               {
 33317                   /* flags */
 33318                   META_FLAG_CLASS,
 33319                   /* name */
 33320                   "PRS_Transaction",
 33321                   /* qualifiers */
 33322                   __root_cimv2_PRS_Transaction_qualifiers,
 33323                   /* super */
 33324                   &__root_cimv2_PRS_ExchangeElement,
 33325                   /* features */
 33326 mike  1.1.2.1     _PRS_Transaction_features,
 33327               };
 33328               
 33329               //==============================================================================
 33330               //
 33331               // Class: CIM_AlertIndication
 33332               //
 33333               //==============================================================================
 33334               
 33335               static const char*
 33336               _CIM_AlertIndication_Description_qualifiers[] =
 33337               {
 33338                   /* MappingStrings */
 33339                   "\026\000\001Recommendation.ITU|X733.Additional text\000",
 33340                   0,
 33341               };
 33342               
 33343               static MetaProperty
 33344               _CIM_AlertIndication_Description =
 33345               {
 33346                   /* flags */
 33347 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 33348                   /* name */
 33349                   "Description",
 33350                   /* qualifiers */
 33351                   _CIM_AlertIndication_Description_qualifiers,
 33352                   /* type */
 33353                   CIMTYPE_STRING,
 33354                   /* subscript */
 33355                   -1,
 33356                   /* value */
 33357                   0,
 33358               };
 33359               
 33360               static const char*
 33361               _CIM_AlertIndication_AlertingManagedElement_qualifiers[] =
 33362               {
 33363                   /* ModelCorrespondence */
 33364                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
 33365                   0,
 33366               };
 33367               
 33368 mike  1.1.2.1 static MetaProperty
 33369               _CIM_AlertIndication_AlertingManagedElement =
 33370               {
 33371                   /* flags */
 33372                   META_FLAG_PROPERTY|META_FLAG_READ,
 33373                   /* name */
 33374                   "AlertingManagedElement",
 33375                   /* qualifiers */
 33376                   _CIM_AlertIndication_AlertingManagedElement_qualifiers,
 33377                   /* type */
 33378                   CIMTYPE_STRING,
 33379                   /* subscript */
 33380                   -1,
 33381                   /* value */
 33382                   0,
 33383               };
 33384               
 33385               static const char*
 33386               _CIM_AlertIndication_AlertingElementFormat_qualifiers[] =
 33387               {
 33388                   /* ValueMap */
 33389 mike  1.1.2.1     "\061\000\0030\0001\0002\000",
 33390                   /* Values */
 33391                   "\062\000\003Unknown\000Other\000CIMObjectPath\000",
 33392                   /* ModelCorrespondence */
 33393                   "\036\000\002CIM_AlertIndication.AlertingManagedElement\000CIM_AlertIndication.OtherAlertingElementFormat\000",
 33394                   0,
 33395               };
 33396               
 33397               static MetaProperty
 33398               _CIM_AlertIndication_AlertingElementFormat =
 33399               {
 33400                   /* flags */
 33401                   META_FLAG_PROPERTY|META_FLAG_READ,
 33402                   /* name */
 33403                   "AlertingElementFormat",
 33404                   /* qualifiers */
 33405                   _CIM_AlertIndication_AlertingElementFormat_qualifiers,
 33406                   /* type */
 33407                   CIMTYPE_UINT16,
 33408                   /* subscript */
 33409                   -1,
 33410 mike  1.1.2.1     /* value */
 33411                   "\000\000",
 33412               };
 33413               
 33414               static const char*
 33415               _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers[] =
 33416               {
 33417                   /* ModelCorrespondence */
 33418                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
 33419                   0,
 33420               };
 33421               
 33422               static MetaProperty
 33423               _CIM_AlertIndication_OtherAlertingElementFormat =
 33424               {
 33425                   /* flags */
 33426                   META_FLAG_PROPERTY|META_FLAG_READ,
 33427                   /* name */
 33428                   "OtherAlertingElementFormat",
 33429                   /* qualifiers */
 33430                   _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers,
 33431 mike  1.1.2.1     /* type */
 33432                   CIMTYPE_STRING,
 33433                   /* subscript */
 33434                   -1,
 33435                   /* value */
 33436                   0,
 33437               };
 33438               
 33439               static const char*
 33440               _CIM_AlertIndication_AlertType_qualifiers[] =
 33441               {
 33442                   /* Required */
 33443                   "\050\001",
 33444                   /* ValueMap */
 33445                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 33446                   /* Values */
 33447                   "\062\000\010Other\000Communications Alert\000Quality of Service Alert\000Processing Error\000Device Alert\000Environmental Alert\000Model Change\000Security Alert\000",
 33448                   /* MappingStrings */
 33449                   "\026\000\001Recommendation.ITU|X733.Event type\000",
 33450                   0,
 33451               };
 33452 mike  1.1.2.1 
 33453               static MetaProperty
 33454               _CIM_AlertIndication_AlertType =
 33455               {
 33456                   /* flags */
 33457                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33458                   /* name */
 33459                   "AlertType",
 33460                   /* qualifiers */
 33461                   _CIM_AlertIndication_AlertType_qualifiers,
 33462                   /* type */
 33463                   CIMTYPE_UINT16,
 33464                   /* subscript */
 33465                   -1,
 33466                   /* value */
 33467                   0,
 33468               };
 33469               
 33470               static const char*
 33471               _CIM_AlertIndication_OtherAlertType_qualifiers[] =
 33472               {
 33473 mike  1.1.2.1     /* ModelCorrespondence */
 33474                   "\036\000\001CIM_AlertIndication.AlertType\000",
 33475                   0,
 33476               };
 33477               
 33478               static MetaProperty
 33479               _CIM_AlertIndication_OtherAlertType =
 33480               {
 33481                   /* flags */
 33482                   META_FLAG_PROPERTY|META_FLAG_READ,
 33483                   /* name */
 33484                   "OtherAlertType",
 33485                   /* qualifiers */
 33486                   _CIM_AlertIndication_OtherAlertType_qualifiers,
 33487                   /* type */
 33488                   CIMTYPE_STRING,
 33489                   /* subscript */
 33490                   -1,
 33491                   /* value */
 33492                   0,
 33493               };
 33494 mike  1.1.2.1 
 33495               static const char*
 33496               _CIM_AlertIndication_PerceivedSeverity_qualifiers[] =
 33497               {
 33498                   /* Required */
 33499                   "\050\001",
 33500                   /* Override */
 33501                   "\044PerceivedSeverity",
 33502                   /* ValueMap */
 33503                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 33504                   /* Values */
 33505                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
 33506                   /* MappingStrings */
 33507                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
 33508                   0,
 33509               };
 33510               
 33511               static MetaProperty
 33512               _CIM_AlertIndication_PerceivedSeverity =
 33513               {
 33514                   /* flags */
 33515 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33516                   /* name */
 33517                   "PerceivedSeverity",
 33518                   /* qualifiers */
 33519                   _CIM_AlertIndication_PerceivedSeverity_qualifiers,
 33520                   /* type */
 33521                   CIMTYPE_UINT16,
 33522                   /* subscript */
 33523                   -1,
 33524                   /* value */
 33525                   0,
 33526               };
 33527               
 33528               static const char*
 33529               _CIM_AlertIndication_ProbableCause_qualifiers[] =
 33530               {
 33531                   /* Required */
 33532                   "\050\001",
 33533                   /* ValueMap */
 33534                   "\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",
 33535                   /* Values */
 33536 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",
 33537                   /* MappingStrings */
 33538                   "\026\000\003Recommendation.ITU|X733.Probable cause\000Recommendation.ITU|M3100.probableCause\000ITU-IANA-ALARM-TC\000",
 33539                   /* ModelCorrespondence */
 33540                   "\036\000\003CIM_AlertIndication.ProbableCauseDescription\000CIM_AlertIndication.EventID\000CIM_AlertIndication.EventTime\000",
 33541                   0,
 33542               };
 33543               
 33544               static MetaProperty
 33545               _CIM_AlertIndication_ProbableCause =
 33546               {
 33547                   /* flags */
 33548                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33549                   /* name */
 33550                   "ProbableCause",
 33551                   /* qualifiers */
 33552                   _CIM_AlertIndication_ProbableCause_qualifiers,
 33553                   /* type */
 33554                   CIMTYPE_UINT16,
 33555                   /* subscript */
 33556                   -1,
 33557 mike  1.1.2.1     /* value */
 33558                   0,
 33559               };
 33560               
 33561               static const char*
 33562               _CIM_AlertIndication_ProbableCauseDescription_qualifiers[] =
 33563               {
 33564                   /* ModelCorrespondence */
 33565                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33566                   0,
 33567               };
 33568               
 33569               static MetaProperty
 33570               _CIM_AlertIndication_ProbableCauseDescription =
 33571               {
 33572                   /* flags */
 33573                   META_FLAG_PROPERTY|META_FLAG_READ,
 33574                   /* name */
 33575                   "ProbableCauseDescription",
 33576                   /* qualifiers */
 33577                   _CIM_AlertIndication_ProbableCauseDescription_qualifiers,
 33578 mike  1.1.2.1     /* type */
 33579                   CIMTYPE_STRING,
 33580                   /* subscript */
 33581                   -1,
 33582                   /* value */
 33583                   0,
 33584               };
 33585               
 33586               static const char*
 33587               _CIM_AlertIndication_Trending_qualifiers[] =
 33588               {
 33589                   /* ValueMap */
 33590                   "\061\000\0050\0001\0002\0003\0004\000",
 33591                   /* Values */
 33592                   "\062\000\005Unknown\000Not Applicable\000Trending Up\000Trending Down\000No Change\000",
 33593                   /* MappingStrings */
 33594                   "\026\000\001Recommendation.ITU|X733.TrendIndication\000",
 33595                   0,
 33596               };
 33597               
 33598               static MetaProperty
 33599 mike  1.1.2.1 _CIM_AlertIndication_Trending =
 33600               {
 33601                   /* flags */
 33602                   META_FLAG_PROPERTY|META_FLAG_READ,
 33603                   /* name */
 33604                   "Trending",
 33605                   /* qualifiers */
 33606                   _CIM_AlertIndication_Trending_qualifiers,
 33607                   /* type */
 33608                   CIMTYPE_UINT16,
 33609                   /* subscript */
 33610                   -1,
 33611                   /* value */
 33612                   0,
 33613               };
 33614               
 33615               static const char*
 33616               _CIM_AlertIndication_RecommendedActions_qualifiers[] =
 33617               {
 33618                   /* MappingStrings */
 33619                   "\026\000\001Recommendation.ITU|X733.Proposed repair actions\000",
 33620 mike  1.1.2.1     0,
 33621               };
 33622               
 33623               static MetaProperty
 33624               _CIM_AlertIndication_RecommendedActions =
 33625               {
 33626                   /* flags */
 33627                   META_FLAG_PROPERTY|META_FLAG_READ,
 33628                   /* name */
 33629                   "RecommendedActions",
 33630                   /* qualifiers */
 33631                   _CIM_AlertIndication_RecommendedActions_qualifiers,
 33632                   /* type */
 33633                   CIMTYPE_STRING,
 33634                   /* subscript */
 33635                   0,
 33636                   /* value */
 33637                   0,
 33638               };
 33639               
 33640               static const char*
 33641 mike  1.1.2.1 _CIM_AlertIndication_EventID_qualifiers[] =
 33642               {
 33643                   /* ModelCorrespondence */
 33644                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33645                   0,
 33646               };
 33647               
 33648               static MetaProperty
 33649               _CIM_AlertIndication_EventID =
 33650               {
 33651                   /* flags */
 33652                   META_FLAG_PROPERTY|META_FLAG_READ,
 33653                   /* name */
 33654                   "EventID",
 33655                   /* qualifiers */
 33656                   _CIM_AlertIndication_EventID_qualifiers,
 33657                   /* type */
 33658                   CIMTYPE_STRING,
 33659                   /* subscript */
 33660                   -1,
 33661                   /* value */
 33662 mike  1.1.2.1     0,
 33663               };
 33664               
 33665               static const char*
 33666               _CIM_AlertIndication_EventTime_qualifiers[] =
 33667               {
 33668                   /* ModelCorrespondence */
 33669                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33670                   0,
 33671               };
 33672               
 33673               static MetaProperty
 33674               _CIM_AlertIndication_EventTime =
 33675               {
 33676                   /* flags */
 33677                   META_FLAG_PROPERTY|META_FLAG_READ,
 33678                   /* name */
 33679                   "EventTime",
 33680                   /* qualifiers */
 33681                   _CIM_AlertIndication_EventTime_qualifiers,
 33682                   /* type */
 33683 mike  1.1.2.1     CIMTYPE_DATETIME,
 33684                   /* subscript */
 33685                   -1,
 33686                   /* value */
 33687                   0,
 33688               };
 33689               
 33690               static const char*
 33691               _CIM_AlertIndication_SystemCreationClassName_qualifiers[] =
 33692               {
 33693                   /* MaxLen */
 33694                   "\030\000\000\001\000",
 33695                   0,
 33696               };
 33697               
 33698               static MetaProperty
 33699               _CIM_AlertIndication_SystemCreationClassName =
 33700               {
 33701                   /* flags */
 33702                   META_FLAG_PROPERTY|META_FLAG_READ,
 33703                   /* name */
 33704 mike  1.1.2.1     "SystemCreationClassName",
 33705                   /* qualifiers */
 33706                   _CIM_AlertIndication_SystemCreationClassName_qualifiers,
 33707                   /* type */
 33708                   CIMTYPE_STRING,
 33709                   /* subscript */
 33710                   -1,
 33711                   /* value */
 33712                   0,
 33713               };
 33714               
 33715               static const char*
 33716               _CIM_AlertIndication_SystemName_qualifiers[] =
 33717               {
 33718                   /* MaxLen */
 33719                   "\030\000\000\001\000",
 33720                   0,
 33721               };
 33722               
 33723               static MetaProperty
 33724               _CIM_AlertIndication_SystemName =
 33725 mike  1.1.2.1 {
 33726                   /* flags */
 33727                   META_FLAG_PROPERTY|META_FLAG_READ,
 33728                   /* name */
 33729                   "SystemName",
 33730                   /* qualifiers */
 33731                   _CIM_AlertIndication_SystemName_qualifiers,
 33732                   /* type */
 33733                   CIMTYPE_STRING,
 33734                   /* subscript */
 33735                   -1,
 33736                   /* value */
 33737                   0,
 33738               };
 33739               
 33740               static const char*
 33741               _CIM_AlertIndication_ProviderName_qualifiers[] =
 33742               {
 33743                   /* MaxLen */
 33744                   "\030\000\000\001\000",
 33745                   0,
 33746 mike  1.1.2.1 };
 33747               
 33748               static MetaProperty
 33749               _CIM_AlertIndication_ProviderName =
 33750               {
 33751                   /* flags */
 33752                   META_FLAG_PROPERTY|META_FLAG_READ,
 33753                   /* name */
 33754                   "ProviderName",
 33755                   /* qualifiers */
 33756                   _CIM_AlertIndication_ProviderName_qualifiers,
 33757                   /* type */
 33758                   CIMTYPE_STRING,
 33759                   /* subscript */
 33760                   -1,
 33761                   /* value */
 33762                   0,
 33763               };
 33764               
 33765               static MetaFeature*
 33766               _CIM_AlertIndication_features[] =
 33767 mike  1.1.2.1 {
 33768                   (MetaFeature*)&_CIM_AlertIndication_Description,
 33769                   (MetaFeature*)&_CIM_AlertIndication_AlertingManagedElement,
 33770                   (MetaFeature*)&_CIM_AlertIndication_AlertingElementFormat,
 33771                   (MetaFeature*)&_CIM_AlertIndication_OtherAlertingElementFormat,
 33772                   (MetaFeature*)&_CIM_AlertIndication_AlertType,
 33773                   (MetaFeature*)&_CIM_AlertIndication_OtherAlertType,
 33774                   (MetaFeature*)&_CIM_AlertIndication_PerceivedSeverity,
 33775                   (MetaFeature*)&_CIM_AlertIndication_ProbableCause,
 33776                   (MetaFeature*)&_CIM_AlertIndication_ProbableCauseDescription,
 33777                   (MetaFeature*)&_CIM_AlertIndication_Trending,
 33778                   (MetaFeature*)&_CIM_AlertIndication_RecommendedActions,
 33779                   (MetaFeature*)&_CIM_AlertIndication_EventID,
 33780                   (MetaFeature*)&_CIM_AlertIndication_EventTime,
 33781                   (MetaFeature*)&_CIM_AlertIndication_SystemCreationClassName,
 33782                   (MetaFeature*)&_CIM_AlertIndication_SystemName,
 33783                   (MetaFeature*)&_CIM_AlertIndication_ProviderName,
 33784                   0,
 33785               };
 33786               
 33787               static const char*
 33788 mike  1.1.2.1 __root_cimv2_CIM_AlertIndication_qualifiers[] =
 33789               {
 33790                   /* INDICATION */
 33791                   "\001\001",
 33792                   /* UMLPackagePath */
 33793                   "\057CIM::Event",
 33794                   /* Version */
 33795                   "\0632.10.0",
 33796                   0,
 33797               };
 33798               
 33799               MetaClass
 33800               __root_cimv2_CIM_AlertIndication =
 33801               {
 33802                   /* flags */
 33803                   META_FLAG_INDICATION,
 33804                   /* name */
 33805                   "CIM_AlertIndication",
 33806                   /* qualifiers */
 33807                   __root_cimv2_CIM_AlertIndication_qualifiers,
 33808                   /* super */
 33809 mike  1.1.2.1     &__root_cimv2_CIM_ProcessIndication,
 33810                   /* features */
 33811                   _CIM_AlertIndication_features,
 33812               };
 33813               
 33814               //==============================================================================
 33815               //
 33816               // Class: CIM_AlertInstIndication
 33817               //
 33818               //==============================================================================
 33819               
 33820               static const char*
 33821               _CIM_AlertInstIndication_AlertType_qualifiers[] =
 33822               {
 33823                   /* Override */
 33824                   "\044AlertType",
 33825                   0,
 33826               };
 33827               
 33828               static MetaProperty
 33829               _CIM_AlertInstIndication_AlertType =
 33830 mike  1.1.2.1 {
 33831                   /* flags */
 33832                   META_FLAG_PROPERTY|META_FLAG_READ,
 33833                   /* name */
 33834                   "AlertType",
 33835                   /* qualifiers */
 33836                   _CIM_AlertInstIndication_AlertType_qualifiers,
 33837                   /* type */
 33838                   CIMTYPE_UINT16,
 33839                   /* subscript */
 33840                   -1,
 33841                   /* value */
 33842                   "\000\007",
 33843               };
 33844               
 33845               static const char*
 33846               _CIM_AlertInstIndication_IndObject_qualifiers[] =
 33847               {
 33848                   /* Required */
 33849                   "\050\001",
 33850                   /* EmbeddedObject */
 33851 mike  1.1.2.1     "\020\001",
 33852                   0,
 33853               };
 33854               
 33855               static MetaProperty
 33856               _CIM_AlertInstIndication_IndObject =
 33857               {
 33858                   /* flags */
 33859                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
 33860                   /* name */
 33861                   "IndObject",
 33862                   /* qualifiers */
 33863                   _CIM_AlertInstIndication_IndObject_qualifiers,
 33864                   /* type */
 33865                   CIMTYPE_STRING,
 33866                   /* subscript */
 33867                   -1,
 33868                   /* value */
 33869                   0,
 33870               };
 33871               
 33872 mike  1.1.2.1 static MetaFeature*
 33873               _CIM_AlertInstIndication_features[] =
 33874               {
 33875                   (MetaFeature*)&_CIM_AlertInstIndication_AlertType,
 33876                   (MetaFeature*)&_CIM_AlertInstIndication_IndObject,
 33877                   0,
 33878               };
 33879               
 33880               static const char*
 33881               __root_cimv2_CIM_AlertInstIndication_qualifiers[] =
 33882               {
 33883                   /* INDICATION */
 33884                   "\001\001",
 33885                   /* UMLPackagePath */
 33886                   "\057CIM::Event",
 33887                   /* Version */
 33888                   "\0632.6.0",
 33889                   0,
 33890               };
 33891               
 33892               MetaClass
 33893 mike  1.1.2.1 __root_cimv2_CIM_AlertInstIndication =
 33894               {
 33895                   /* flags */
 33896                   META_FLAG_INDICATION,
 33897                   /* name */
 33898                   "CIM_AlertInstIndication",
 33899                   /* qualifiers */
 33900                   __root_cimv2_CIM_AlertInstIndication_qualifiers,
 33901                   /* super */
 33902                   &__root_cimv2_CIM_AlertIndication,
 33903                   /* features */
 33904                   _CIM_AlertInstIndication_features,
 33905               };
 33906               
 33907               //==============================================================================
 33908               //
 33909               // Class: CIM_AllocationSchedulingElement
 33910               //
 33911               //==============================================================================
 33912               
 33913               static const char*
 33914 mike  1.1.2.1 _CIM_AllocationSchedulingElement_AllocationUnits_qualifiers[] =
 33915               {
 33916                   /* ValueMap */
 33917                   "\061\000\0031\0002\0003\000",
 33918                   /* Values */
 33919                   "\062\000\003Bytes\000Packets\000Cells\000",
 33920                   0,
 33921               };
 33922               
 33923               static MetaProperty
 33924               _CIM_AllocationSchedulingElement_AllocationUnits =
 33925               {
 33926                   /* flags */
 33927                   META_FLAG_PROPERTY|META_FLAG_READ,
 33928                   /* name */
 33929                   "AllocationUnits",
 33930                   /* qualifiers */
 33931                   _CIM_AllocationSchedulingElement_AllocationUnits_qualifiers,
 33932                   /* type */
 33933                   CIMTYPE_UINT16,
 33934                   /* subscript */
 33935 mike  1.1.2.1     -1,
 33936                   /* value */
 33937                   0,
 33938               };
 33939               
 33940               static const char*
 33941               _CIM_AllocationSchedulingElement_BandwidthAllocation_qualifiers[] =
 33942               {
 33943                   /* ModelCorrespondence */
 33944                   "\036\000\001CIM_AllocationSchedulingElement.AllocationUnits\000",
 33945                   0,
 33946               };
 33947               
 33948               static MetaProperty
 33949               _CIM_AllocationSchedulingElement_BandwidthAllocation =
 33950               {
 33951                   /* flags */
 33952                   META_FLAG_PROPERTY|META_FLAG_READ,
 33953                   /* name */
 33954                   "BandwidthAllocation",
 33955                   /* qualifiers */
 33956 mike  1.1.2.1     _CIM_AllocationSchedulingElement_BandwidthAllocation_qualifiers,
 33957                   /* type */
 33958                   CIMTYPE_UINT32,
 33959                   /* subscript */
 33960                   -1,
 33961                   /* value */
 33962                   0,
 33963               };
 33964               
 33965               static const char*
 33966               _CIM_AllocationSchedulingElement_BurstAllocation_qualifiers[] =
 33967               {
 33968                   /* ModelCorrespondence */
 33969                   "\036\000\001CIM_AllocationSchedulingElement.AllocationUnits\000",
 33970                   0,
 33971               };
 33972               
 33973               static MetaProperty
 33974               _CIM_AllocationSchedulingElement_BurstAllocation =
 33975               {
 33976                   /* flags */
 33977 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 33978                   /* name */
 33979                   "BurstAllocation",
 33980                   /* qualifiers */
 33981                   _CIM_AllocationSchedulingElement_BurstAllocation_qualifiers,
 33982                   /* type */
 33983                   CIMTYPE_UINT32,
 33984                   /* subscript */
 33985                   -1,
 33986                   /* value */
 33987                   0,
 33988               };
 33989               
 33990               static const char*
 33991               _CIM_AllocationSchedulingElement_CanShare_qualifiers[] =
 33992               {
 33993                   0,
 33994               };
 33995               
 33996               static MetaProperty
 33997               _CIM_AllocationSchedulingElement_CanShare =
 33998 mike  1.1.2.1 {
 33999                   /* flags */
 34000                   META_FLAG_PROPERTY|META_FLAG_READ,
 34001                   /* name */
 34002                   "CanShare",
 34003                   /* qualifiers */
 34004                   _CIM_AllocationSchedulingElement_CanShare_qualifiers,
 34005                   /* type */
 34006                   CIMTYPE_BOOLEAN,
 34007                   /* subscript */
 34008                   -1,
 34009                   /* value */
 34010                   0,
 34011               };
 34012               
 34013               static const char*
 34014               _CIM_AllocationSchedulingElement_WorkFlexible_qualifiers[] =
 34015               {
 34016                   0,
 34017               };
 34018               
 34019 mike  1.1.2.1 static MetaProperty
 34020               _CIM_AllocationSchedulingElement_WorkFlexible =
 34021               {
 34022                   /* flags */
 34023                   META_FLAG_PROPERTY|META_FLAG_READ,
 34024                   /* name */
 34025                   "WorkFlexible",
 34026                   /* qualifiers */
 34027                   _CIM_AllocationSchedulingElement_WorkFlexible_qualifiers,
 34028                   /* type */
 34029                   CIMTYPE_BOOLEAN,
 34030                   /* subscript */
 34031                   -1,
 34032                   /* value */
 34033                   0,
 34034               };
 34035               
 34036               static MetaFeature*
 34037               _CIM_AllocationSchedulingElement_features[] =
 34038               {
 34039                   (MetaFeature*)&_CIM_AllocationSchedulingElement_AllocationUnits,
 34040 mike  1.1.2.1     (MetaFeature*)&_CIM_AllocationSchedulingElement_BandwidthAllocation,
 34041                   (MetaFeature*)&_CIM_AllocationSchedulingElement_BurstAllocation,
 34042                   (MetaFeature*)&_CIM_AllocationSchedulingElement_CanShare,
 34043                   (MetaFeature*)&_CIM_AllocationSchedulingElement_WorkFlexible,
 34044                   0,
 34045               };
 34046               
 34047               static const char*
 34048               __root_cimv2_CIM_AllocationSchedulingElement_qualifiers[] =
 34049               {
 34050                   /* UMLPackagePath */
 34051                   "\057CIM::Network::QoS",
 34052                   /* Version */
 34053                   "\0632.7.0",
 34054                   0,
 34055               };
 34056               
 34057               MetaClass
 34058               __root_cimv2_CIM_AllocationSchedulingElement =
 34059               {
 34060                   /* flags */
 34061 mike  1.1.2.1     META_FLAG_CLASS,
 34062                   /* name */
 34063                   "CIM_AllocationSchedulingElement",
 34064                   /* qualifiers */
 34065                   __root_cimv2_CIM_AllocationSchedulingElement_qualifiers,
 34066                   /* super */
 34067                   &__root_cimv2_CIM_SchedulingElement,
 34068                   /* features */
 34069                   _CIM_AllocationSchedulingElement_features,
 34070               };
 34071               
 34072               //==============================================================================
 34073               //
 34074               // Class: CIM_AssignedIdentity
 34075               //
 34076               //==============================================================================
 34077               
 34078               static const char*
 34079               _CIM_AssignedIdentity_IdentityInfo_qualifiers[] =
 34080               {
 34081                   /* Key */
 34082 mike  1.1.2.1     "\025\001",
 34083                   0,
 34084               };
 34085               
 34086               static MetaReference
 34087               _CIM_AssignedIdentity_IdentityInfo =
 34088               {
 34089                   /* flags */
 34090                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34091                   /* name */
 34092                   "IdentityInfo",
 34093                   /* qualifiers */
 34094                   _CIM_AssignedIdentity_IdentityInfo_qualifiers,
 34095                   /* subscript */
 34096                   -1,
 34097                   /* refId */
 34098                   &__root_cimv2_CIM_Identity,
 34099               };
 34100               
 34101               static const char*
 34102               _CIM_AssignedIdentity_ManagedElement_qualifiers[] =
 34103 mike  1.1.2.1 {
 34104                   /* Key */
 34105                   "\025\001",
 34106                   /* Max */
 34107                   "\027\000\000\000\001",
 34108                   0,
 34109               };
 34110               
 34111               static MetaReference
 34112               _CIM_AssignedIdentity_ManagedElement =
 34113               {
 34114                   /* flags */
 34115                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34116                   /* name */
 34117                   "ManagedElement",
 34118                   /* qualifiers */
 34119                   _CIM_AssignedIdentity_ManagedElement_qualifiers,
 34120                   /* subscript */
 34121                   -1,
 34122                   /* refId */
 34123                   &__root_cimv2_CIM_ManagedElement,
 34124 mike  1.1.2.1 };
 34125               
 34126               static MetaFeature*
 34127               _CIM_AssignedIdentity_features[] =
 34128               {
 34129                   (MetaFeature*)&_CIM_AssignedIdentity_IdentityInfo,
 34130                   (MetaFeature*)&_CIM_AssignedIdentity_ManagedElement,
 34131                   0,
 34132               };
 34133               
 34134               static const char*
 34135               __root_cimv2_CIM_AssignedIdentity_qualifiers[] =
 34136               {
 34137                   /* ASSOCIATION */
 34138                   "\000\001",
 34139                   /* UMLPackagePath */
 34140                   "\057CIM::User::Identity",
 34141                   /* Version */
 34142                   "\0632.8.0",
 34143                   0,
 34144               };
 34145 mike  1.1.2.1 
 34146               MetaClass
 34147               __root_cimv2_CIM_AssignedIdentity =
 34148               {
 34149                   /* flags */
 34150                   META_FLAG_ASSOCIATION,
 34151                   /* name */
 34152                   "CIM_AssignedIdentity",
 34153                   /* qualifiers */
 34154                   __root_cimv2_CIM_AssignedIdentity_qualifiers,
 34155                   /* super */
 34156                   0,
 34157                   /* features */
 34158                   _CIM_AssignedIdentity_features,
 34159               };
 34160               
 34161               //==============================================================================
 34162               //
 34163               // Class: CIM_AuthenticationCondition
 34164               //
 34165               //==============================================================================
 34166 mike  1.1.2.1 
 34167               static MetaFeature*
 34168               _CIM_AuthenticationCondition_features[] =
 34169               {
 34170                   0,
 34171               };
 34172               
 34173               static const char*
 34174               __root_cimv2_CIM_AuthenticationCondition_qualifiers[] =
 34175               {
 34176                   /* UMLPackagePath */
 34177                   "\057CIM::Policy",
 34178                   /* Abstract */
 34179                   "\002\001",
 34180                   /* Version */
 34181                   "\0632.8.0",
 34182                   0,
 34183               };
 34184               
 34185               MetaClass
 34186               __root_cimv2_CIM_AuthenticationCondition =
 34187 mike  1.1.2.1 {
 34188                   /* flags */
 34189                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 34190                   /* name */
 34191                   "CIM_AuthenticationCondition",
 34192                   /* qualifiers */
 34193                   __root_cimv2_CIM_AuthenticationCondition_qualifiers,
 34194                   /* super */
 34195                   &__root_cimv2_CIM_PolicyCondition,
 34196                   /* features */
 34197                   _CIM_AuthenticationCondition_features,
 34198               };
 34199               
 34200               //==============================================================================
 34201               //
 34202               // Class: CIM_AuthorizedPrivilege
 34203               //
 34204               //==============================================================================
 34205               
 34206               static MetaFeature*
 34207               _CIM_AuthorizedPrivilege_features[] =
 34208 mike  1.1.2.1 {
 34209                   0,
 34210               };
 34211               
 34212               static const char*
 34213               __root_cimv2_CIM_AuthorizedPrivilege_qualifiers[] =
 34214               {
 34215                   /* UMLPackagePath */
 34216                   "\057CIM::User::Privilege",
 34217                   /* Version */
 34218                   "\0632.8.0",
 34219                   0,
 34220               };
 34221               
 34222               MetaClass
 34223               __root_cimv2_CIM_AuthorizedPrivilege =
 34224               {
 34225                   /* flags */
 34226                   META_FLAG_CLASS,
 34227                   /* name */
 34228                   "CIM_AuthorizedPrivilege",
 34229 mike  1.1.2.1     /* qualifiers */
 34230                   __root_cimv2_CIM_AuthorizedPrivilege_qualifiers,
 34231                   /* super */
 34232                   &__root_cimv2_CIM_Privilege,
 34233                   /* features */
 34234                   _CIM_AuthorizedPrivilege_features,
 34235               };
 34236               
 34237               //==============================================================================
 34238               //
 34239               // Class: CIM_AuthorizedSubject
 34240               //
 34241               //==============================================================================
 34242               
 34243               static const char*
 34244               _CIM_AuthorizedSubject_Privilege_qualifiers[] =
 34245               {
 34246                   /* Key */
 34247                   "\025\001",
 34248                   0,
 34249               };
 34250 mike  1.1.2.1 
 34251               static MetaReference
 34252               _CIM_AuthorizedSubject_Privilege =
 34253               {
 34254                   /* flags */
 34255                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34256                   /* name */
 34257                   "Privilege",
 34258                   /* qualifiers */
 34259                   _CIM_AuthorizedSubject_Privilege_qualifiers,
 34260                   /* subscript */
 34261                   -1,
 34262                   /* refId */
 34263                   &__root_cimv2_CIM_AuthorizedPrivilege,
 34264               };
 34265               
 34266               static const char*
 34267               _CIM_AuthorizedSubject_PrivilegedElement_qualifiers[] =
 34268               {
 34269                   /* Key */
 34270                   "\025\001",
 34271 mike  1.1.2.1     0,
 34272               };
 34273               
 34274               static MetaReference
 34275               _CIM_AuthorizedSubject_PrivilegedElement =
 34276               {
 34277                   /* flags */
 34278                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34279                   /* name */
 34280                   "PrivilegedElement",
 34281                   /* qualifiers */
 34282                   _CIM_AuthorizedSubject_PrivilegedElement_qualifiers,
 34283                   /* subscript */
 34284                   -1,
 34285                   /* refId */
 34286                   &__root_cimv2_CIM_ManagedElement,
 34287               };
 34288               
 34289               static MetaFeature*
 34290               _CIM_AuthorizedSubject_features[] =
 34291               {
 34292 mike  1.1.2.1     (MetaFeature*)&_CIM_AuthorizedSubject_Privilege,
 34293                   (MetaFeature*)&_CIM_AuthorizedSubject_PrivilegedElement,
 34294                   0,
 34295               };
 34296               
 34297               static const char*
 34298               __root_cimv2_CIM_AuthorizedSubject_qualifiers[] =
 34299               {
 34300                   /* ASSOCIATION */
 34301                   "\000\001",
 34302                   /* UMLPackagePath */
 34303                   "\057CIM::User::Privilege",
 34304                   /* Version */
 34305                   "\0632.8.0",
 34306                   0,
 34307               };
 34308               
 34309               MetaClass
 34310               __root_cimv2_CIM_AuthorizedSubject =
 34311               {
 34312                   /* flags */
 34313 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 34314                   /* name */
 34315                   "CIM_AuthorizedSubject",
 34316                   /* qualifiers */
 34317                   __root_cimv2_CIM_AuthorizedSubject_qualifiers,
 34318                   /* super */
 34319                   0,
 34320                   /* features */
 34321                   _CIM_AuthorizedSubject_features,
 34322               };
 34323               
 34324               //==============================================================================
 34325               //
 34326               // Class: CIM_AuthorizedTarget
 34327               //
 34328               //==============================================================================
 34329               
 34330               static const char*
 34331               _CIM_AuthorizedTarget_Privilege_qualifiers[] =
 34332               {
 34333                   /* Key */
 34334 mike  1.1.2.1     "\025\001",
 34335                   0,
 34336               };
 34337               
 34338               static MetaReference
 34339               _CIM_AuthorizedTarget_Privilege =
 34340               {
 34341                   /* flags */
 34342                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34343                   /* name */
 34344                   "Privilege",
 34345                   /* qualifiers */
 34346                   _CIM_AuthorizedTarget_Privilege_qualifiers,
 34347                   /* subscript */
 34348                   -1,
 34349                   /* refId */
 34350                   &__root_cimv2_CIM_AuthorizedPrivilege,
 34351               };
 34352               
 34353               static const char*
 34354               _CIM_AuthorizedTarget_TargetElement_qualifiers[] =
 34355 mike  1.1.2.1 {
 34356                   /* Key */
 34357                   "\025\001",
 34358                   0,
 34359               };
 34360               
 34361               static MetaReference
 34362               _CIM_AuthorizedTarget_TargetElement =
 34363               {
 34364                   /* flags */
 34365                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34366                   /* name */
 34367                   "TargetElement",
 34368                   /* qualifiers */
 34369                   _CIM_AuthorizedTarget_TargetElement_qualifiers,
 34370                   /* subscript */
 34371                   -1,
 34372                   /* refId */
 34373                   &__root_cimv2_CIM_ManagedElement,
 34374               };
 34375               
 34376 mike  1.1.2.1 static MetaFeature*
 34377               _CIM_AuthorizedTarget_features[] =
 34378               {
 34379                   (MetaFeature*)&_CIM_AuthorizedTarget_Privilege,
 34380                   (MetaFeature*)&_CIM_AuthorizedTarget_TargetElement,
 34381                   0,
 34382               };
 34383               
 34384               static const char*
 34385               __root_cimv2_CIM_AuthorizedTarget_qualifiers[] =
 34386               {
 34387                   /* ASSOCIATION */
 34388                   "\000\001",
 34389                   /* UMLPackagePath */
 34390                   "\057CIM::User::Privilege",
 34391                   /* Version */
 34392                   "\0632.8.0",
 34393                   0,
 34394               };
 34395               
 34396               MetaClass
 34397 mike  1.1.2.1 __root_cimv2_CIM_AuthorizedTarget =
 34398               {
 34399                   /* flags */
 34400                   META_FLAG_ASSOCIATION,
 34401                   /* name */
 34402                   "CIM_AuthorizedTarget",
 34403                   /* qualifiers */
 34404                   __root_cimv2_CIM_AuthorizedTarget_qualifiers,
 34405                   /* super */
 34406                   0,
 34407                   /* features */
 34408                   _CIM_AuthorizedTarget_features,
 34409               };
 34410               
 34411               //==============================================================================
 34412               //
 34413               // Class: CIM_BGPCluster
 34414               //
 34415               //==============================================================================
 34416               
 34417               static const char*
 34418 mike  1.1.2.1 _CIM_BGPCluster_ClusterID_qualifiers[] =
 34419               {
 34420                   /* Key */
 34421                   "\025\001",
 34422                   0,
 34423               };
 34424               
 34425               static MetaProperty
 34426               _CIM_BGPCluster_ClusterID =
 34427               {
 34428                   /* flags */
 34429                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34430                   /* name */
 34431                   "ClusterID",
 34432                   /* qualifiers */
 34433                   _CIM_BGPCluster_ClusterID_qualifiers,
 34434                   /* type */
 34435                   CIMTYPE_UINT32,
 34436                   /* subscript */
 34437                   -1,
 34438                   /* value */
 34439 mike  1.1.2.1     0,
 34440               };
 34441               
 34442               static MetaFeature*
 34443               _CIM_BGPCluster_features[] =
 34444               {
 34445                   (MetaFeature*)&_CIM_BGPCluster_ClusterID,
 34446                   0,
 34447               };
 34448               
 34449               static const char*
 34450               __root_cimv2_CIM_BGPCluster_qualifiers[] =
 34451               {
 34452                   /* UMLPackagePath */
 34453                   "\057CIM::Network::BGP",
 34454                   /* Version */
 34455                   "\0632.6.0",
 34456                   0,
 34457               };
 34458               
 34459               MetaClass
 34460 mike  1.1.2.1 __root_cimv2_CIM_BGPCluster =
 34461               {
 34462                   /* flags */
 34463                   META_FLAG_CLASS,
 34464                   /* name */
 34465                   "CIM_BGPCluster",
 34466                   /* qualifiers */
 34467                   __root_cimv2_CIM_BGPCluster_qualifiers,
 34468                   /* super */
 34469                   &__root_cimv2_CIM_CollectionOfMSEs,
 34470                   /* features */
 34471                   _CIM_BGPCluster_features,
 34472               };
 34473               
 34474               //==============================================================================
 34475               //
 34476               // Class: CIM_BGPEndpointStatistics
 34477               //
 34478               //==============================================================================
 34479               
 34480               static const char*
 34481 mike  1.1.2.1 _CIM_BGPEndpointStatistics_InUpdates_qualifiers[] =
 34482               {
 34483                   /* Counter */
 34484                   "\012\001",
 34485                   /* MappingStrings */
 34486                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdates\000",
 34487                   0,
 34488               };
 34489               
 34490               static MetaProperty
 34491               _CIM_BGPEndpointStatistics_InUpdates =
 34492               {
 34493                   /* flags */
 34494                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34495                   /* name */
 34496                   "InUpdates",
 34497                   /* qualifiers */
 34498                   _CIM_BGPEndpointStatistics_InUpdates_qualifiers,
 34499                   /* type */
 34500                   CIMTYPE_UINT32,
 34501                   /* subscript */
 34502 mike  1.1.2.1     -1,
 34503                   /* value */
 34504                   0,
 34505               };
 34506               
 34507               static const char*
 34508               _CIM_BGPEndpointStatistics_OutUpdates_qualifiers[] =
 34509               {
 34510                   /* Counter */
 34511                   "\012\001",
 34512                   /* MappingStrings */
 34513                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutUpdates\000",
 34514                   0,
 34515               };
 34516               
 34517               static MetaProperty
 34518               _CIM_BGPEndpointStatistics_OutUpdates =
 34519               {
 34520                   /* flags */
 34521                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34522                   /* name */
 34523 mike  1.1.2.1     "OutUpdates",
 34524                   /* qualifiers */
 34525                   _CIM_BGPEndpointStatistics_OutUpdates_qualifiers,
 34526                   /* type */
 34527                   CIMTYPE_UINT32,
 34528                   /* subscript */
 34529                   -1,
 34530                   /* value */
 34531                   0,
 34532               };
 34533               
 34534               static const char*
 34535               _CIM_BGPEndpointStatistics_InTotalMessages_qualifiers[] =
 34536               {
 34537                   /* Counter */
 34538                   "\012\001",
 34539                   /* MappingStrings */
 34540                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInTotalMessages\000",
 34541                   0,
 34542               };
 34543               
 34544 mike  1.1.2.1 static MetaProperty
 34545               _CIM_BGPEndpointStatistics_InTotalMessages =
 34546               {
 34547                   /* flags */
 34548                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34549                   /* name */
 34550                   "InTotalMessages",
 34551                   /* qualifiers */
 34552                   _CIM_BGPEndpointStatistics_InTotalMessages_qualifiers,
 34553                   /* type */
 34554                   CIMTYPE_UINT32,
 34555                   /* subscript */
 34556                   -1,
 34557                   /* value */
 34558                   0,
 34559               };
 34560               
 34561               static const char*
 34562               _CIM_BGPEndpointStatistics_OutTotalMessages_qualifiers[] =
 34563               {
 34564                   /* Counter */
 34565 mike  1.1.2.1     "\012\001",
 34566                   /* MappingStrings */
 34567                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages\000",
 34568                   0,
 34569               };
 34570               
 34571               static MetaProperty
 34572               _CIM_BGPEndpointStatistics_OutTotalMessages =
 34573               {
 34574                   /* flags */
 34575                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34576                   /* name */
 34577                   "OutTotalMessages",
 34578                   /* qualifiers */
 34579                   _CIM_BGPEndpointStatistics_OutTotalMessages_qualifiers,
 34580                   /* type */
 34581                   CIMTYPE_UINT32,
 34582                   /* subscript */
 34583                   -1,
 34584                   /* value */
 34585                   0,
 34586 mike  1.1.2.1 };
 34587               
 34588               static const char*
 34589               _CIM_BGPEndpointStatistics_LastError_qualifiers[] =
 34590               {
 34591                   /* MappingStrings */
 34592                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLastError\000",
 34593                   0,
 34594               };
 34595               
 34596               static MetaProperty
 34597               _CIM_BGPEndpointStatistics_LastError =
 34598               {
 34599                   /* flags */
 34600                   META_FLAG_PROPERTY|META_FLAG_READ,
 34601                   /* name */
 34602                   "LastError",
 34603                   /* qualifiers */
 34604                   _CIM_BGPEndpointStatistics_LastError_qualifiers,
 34605                   /* type */
 34606                   CIMTYPE_UINT8,
 34607 mike  1.1.2.1     /* subscript */
 34608                   2,
 34609                   /* value */
 34610                   0,
 34611               };
 34612               
 34613               static const char*
 34614               _CIM_BGPEndpointStatistics_FsmEstablishedTransitions_qualifiers[] =
 34615               {
 34616                   /* Counter */
 34617                   "\012\001",
 34618                   /* MappingStrings */
 34619                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions\000",
 34620                   0,
 34621               };
 34622               
 34623               static MetaProperty
 34624               _CIM_BGPEndpointStatistics_FsmEstablishedTransitions =
 34625               {
 34626                   /* flags */
 34627                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34628 mike  1.1.2.1     /* name */
 34629                   "FsmEstablishedTransitions",
 34630                   /* qualifiers */
 34631                   _CIM_BGPEndpointStatistics_FsmEstablishedTransitions_qualifiers,
 34632                   /* type */
 34633                   CIMTYPE_UINT32,
 34634                   /* subscript */
 34635                   -1,
 34636                   /* value */
 34637                   0,
 34638               };
 34639               
 34640               static const char*
 34641               _CIM_BGPEndpointStatistics_FsmEstablishedTime_qualifiers[] =
 34642               {
 34643                   /* Units */
 34644                   "\060Seconds",
 34645                   /* Gauge */
 34646                   "\023\001",
 34647                   /* MappingStrings */
 34648                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime\000",
 34649 mike  1.1.2.1     0,
 34650               };
 34651               
 34652               static MetaProperty
 34653               _CIM_BGPEndpointStatistics_FsmEstablishedTime =
 34654               {
 34655                   /* flags */
 34656                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 34657                   /* name */
 34658                   "FsmEstablishedTime",
 34659                   /* qualifiers */
 34660                   _CIM_BGPEndpointStatistics_FsmEstablishedTime_qualifiers,
 34661                   /* type */
 34662                   CIMTYPE_UINT32,
 34663                   /* subscript */
 34664                   -1,
 34665                   /* value */
 34666                   0,
 34667               };
 34668               
 34669               static const char*
 34670 mike  1.1.2.1 _CIM_BGPEndpointStatistics_InUpdateElapsedTime_qualifiers[] =
 34671               {
 34672                   /* Units */
 34673                   "\060Seconds",
 34674                   /* Gauge */
 34675                   "\023\001",
 34676                   /* MappingStrings */
 34677                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime\000",
 34678                   0,
 34679               };
 34680               
 34681               static MetaProperty
 34682               _CIM_BGPEndpointStatistics_InUpdateElapsedTime =
 34683               {
 34684                   /* flags */
 34685                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 34686                   /* name */
 34687                   "InUpdateElapsedTime",
 34688                   /* qualifiers */
 34689                   _CIM_BGPEndpointStatistics_InUpdateElapsedTime_qualifiers,
 34690                   /* type */
 34691 mike  1.1.2.1     CIMTYPE_UINT32,
 34692                   /* subscript */
 34693                   -1,
 34694                   /* value */
 34695                   0,
 34696               };
 34697               
 34698               static MetaFeature*
 34699               _CIM_BGPEndpointStatistics_features[] =
 34700               {
 34701                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InUpdates,
 34702                   (MetaFeature*)&_CIM_BGPEndpointStatistics_OutUpdates,
 34703                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InTotalMessages,
 34704                   (MetaFeature*)&_CIM_BGPEndpointStatistics_OutTotalMessages,
 34705                   (MetaFeature*)&_CIM_BGPEndpointStatistics_LastError,
 34706                   (MetaFeature*)&_CIM_BGPEndpointStatistics_FsmEstablishedTransitions,
 34707                   (MetaFeature*)&_CIM_BGPEndpointStatistics_FsmEstablishedTime,
 34708                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InUpdateElapsedTime,
 34709                   0,
 34710               };
 34711               
 34712 mike  1.1.2.1 static const char*
 34713               __root_cimv2_CIM_BGPEndpointStatistics_qualifiers[] =
 34714               {
 34715                   /* UMLPackagePath */
 34716                   "\057CIM::Network::BGP",
 34717                   /* Version */
 34718                   "\0632.7.0",
 34719                   0,
 34720               };
 34721               
 34722               MetaClass
 34723               __root_cimv2_CIM_BGPEndpointStatistics =
 34724               {
 34725                   /* flags */
 34726                   META_FLAG_CLASS,
 34727                   /* name */
 34728                   "CIM_BGPEndpointStatistics",
 34729                   /* qualifiers */
 34730                   __root_cimv2_CIM_BGPEndpointStatistics_qualifiers,
 34731                   /* super */
 34732                   &__root_cimv2_CIM_StatisticalData,
 34733 mike  1.1.2.1     /* features */
 34734                   _CIM_BGPEndpointStatistics_features,
 34735               };
 34736               
 34737               //==============================================================================
 34738               //
 34739               // Class: CIM_BGPPeerGroup
 34740               //
 34741               //==============================================================================
 34742               
 34743               static const char*
 34744               _CIM_BGPPeerGroup_SystemCreationClassName_qualifiers[] =
 34745               {
 34746                   /* Key */
 34747                   "\025\001",
 34748                   /* Propagated */
 34749                   "\045CIM_AutonomousSystem.CreationClassName",
 34750                   /* MaxLen */
 34751                   "\030\000\000\001\000",
 34752                   0,
 34753               };
 34754 mike  1.1.2.1 
 34755               static MetaProperty
 34756               _CIM_BGPPeerGroup_SystemCreationClassName =
 34757               {
 34758                   /* flags */
 34759                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34760                   /* name */
 34761                   "SystemCreationClassName",
 34762                   /* qualifiers */
 34763                   _CIM_BGPPeerGroup_SystemCreationClassName_qualifiers,
 34764                   /* type */
 34765                   CIMTYPE_STRING,
 34766                   /* subscript */
 34767                   -1,
 34768                   /* value */
 34769                   0,
 34770               };
 34771               
 34772               static const char*
 34773               _CIM_BGPPeerGroup_SystemName_qualifiers[] =
 34774               {
 34775 mike  1.1.2.1     /* Key */
 34776                   "\025\001",
 34777                   /* Propagated */
 34778                   "\045CIM_AutonomousSystem.Name",
 34779                   /* MaxLen */
 34780                   "\030\000\000\001\000",
 34781                   0,
 34782               };
 34783               
 34784               static MetaProperty
 34785               _CIM_BGPPeerGroup_SystemName =
 34786               {
 34787                   /* flags */
 34788                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34789                   /* name */
 34790                   "SystemName",
 34791                   /* qualifiers */
 34792                   _CIM_BGPPeerGroup_SystemName_qualifiers,
 34793                   /* type */
 34794                   CIMTYPE_STRING,
 34795                   /* subscript */
 34796 mike  1.1.2.1     -1,
 34797                   /* value */
 34798                   0,
 34799               };
 34800               
 34801               static const char*
 34802               _CIM_BGPPeerGroup_CreationClassName_qualifiers[] =
 34803               {
 34804                   /* Key */
 34805                   "\025\001",
 34806                   0,
 34807               };
 34808               
 34809               static MetaProperty
 34810               _CIM_BGPPeerGroup_CreationClassName =
 34811               {
 34812                   /* flags */
 34813                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34814                   /* name */
 34815                   "CreationClassName",
 34816                   /* qualifiers */
 34817 mike  1.1.2.1     _CIM_BGPPeerGroup_CreationClassName_qualifiers,
 34818                   /* type */
 34819                   CIMTYPE_STRING,
 34820                   /* subscript */
 34821                   -1,
 34822                   /* value */
 34823                   0,
 34824               };
 34825               
 34826               static const char*
 34827               _CIM_BGPPeerGroup_Name_qualifiers[] =
 34828               {
 34829                   /* Key */
 34830                   "\025\001",
 34831                   /* MaxLen */
 34832                   "\030\000\000\001\000",
 34833                   0,
 34834               };
 34835               
 34836               static MetaProperty
 34837               _CIM_BGPPeerGroup_Name =
 34838 mike  1.1.2.1 {
 34839                   /* flags */
 34840                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34841                   /* name */
 34842                   "Name",
 34843                   /* qualifiers */
 34844                   _CIM_BGPPeerGroup_Name_qualifiers,
 34845                   /* type */
 34846                   CIMTYPE_STRING,
 34847                   /* subscript */
 34848                   -1,
 34849                   /* value */
 34850                   0,
 34851               };
 34852               
 34853               static const char*
 34854               _CIM_BGPPeerGroup_ConnectRetryInterval_qualifiers[] =
 34855               {
 34856                   /* Units */
 34857                   "\060Seconds",
 34858                   /* MappingStrings */
 34859 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgpConnectRetryInterval\000",
 34860                   0,
 34861               };
 34862               
 34863               static MetaProperty
 34864               _CIM_BGPPeerGroup_ConnectRetryInterval =
 34865               {
 34866                   /* flags */
 34867                   META_FLAG_PROPERTY|META_FLAG_READ,
 34868                   /* name */
 34869                   "ConnectRetryInterval",
 34870                   /* qualifiers */
 34871                   _CIM_BGPPeerGroup_ConnectRetryInterval_qualifiers,
 34872                   /* type */
 34873                   CIMTYPE_UINT32,
 34874                   /* subscript */
 34875                   -1,
 34876                   /* value */
 34877                   "\000\000\000\170",
 34878               };
 34879               
 34880 mike  1.1.2.1 static const char*
 34881               _CIM_BGPPeerGroup_HoldTimeConfigured_qualifiers[] =
 34882               {
 34883                   /* Units */
 34884                   "\060Seconds",
 34885                   /* MappingStrings */
 34886                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTimeConfigured\000",
 34887                   0,
 34888               };
 34889               
 34890               static MetaProperty
 34891               _CIM_BGPPeerGroup_HoldTimeConfigured =
 34892               {
 34893                   /* flags */
 34894                   META_FLAG_PROPERTY|META_FLAG_READ,
 34895                   /* name */
 34896                   "HoldTimeConfigured",
 34897                   /* qualifiers */
 34898                   _CIM_BGPPeerGroup_HoldTimeConfigured_qualifiers,
 34899                   /* type */
 34900                   CIMTYPE_UINT16,
 34901 mike  1.1.2.1     /* subscript */
 34902                   -1,
 34903                   /* value */
 34904                   "\000\132",
 34905               };
 34906               
 34907               static const char*
 34908               _CIM_BGPPeerGroup_KeepAliveConfigured_qualifiers[] =
 34909               {
 34910                   /* Units */
 34911                   "\060Seconds",
 34912                   /* MappingStrings */
 34913                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAliveConfigured\000",
 34914                   0,
 34915               };
 34916               
 34917               static MetaProperty
 34918               _CIM_BGPPeerGroup_KeepAliveConfigured =
 34919               {
 34920                   /* flags */
 34921                   META_FLAG_PROPERTY|META_FLAG_READ,
 34922 mike  1.1.2.1     /* name */
 34923                   "KeepAliveConfigured",
 34924                   /* qualifiers */
 34925                   _CIM_BGPPeerGroup_KeepAliveConfigured_qualifiers,
 34926                   /* type */
 34927                   CIMTYPE_UINT16,
 34928                   /* subscript */
 34929                   -1,
 34930                   /* value */
 34931                   "\000\036",
 34932               };
 34933               
 34934               static const char*
 34935               _CIM_BGPPeerGroup_MinASOriginationInterval_qualifiers[] =
 34936               {
 34937                   /* Units */
 34938                   "\060Seconds",
 34939                   /* MappingStrings */
 34940                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinASOriginationInterval\000",
 34941                   0,
 34942               };
 34943 mike  1.1.2.1 
 34944               static MetaProperty
 34945               _CIM_BGPPeerGroup_MinASOriginationInterval =
 34946               {
 34947                   /* flags */
 34948                   META_FLAG_PROPERTY|META_FLAG_READ,
 34949                   /* name */
 34950                   "MinASOriginationInterval",
 34951                   /* qualifiers */
 34952                   _CIM_BGPPeerGroup_MinASOriginationInterval_qualifiers,
 34953                   /* type */
 34954                   CIMTYPE_UINT16,
 34955                   /* subscript */
 34956                   -1,
 34957                   /* value */
 34958                   "\000\017",
 34959               };
 34960               
 34961               static const char*
 34962               _CIM_BGPPeerGroup_MinRouteAdvertisementInterval_qualifiers[] =
 34963               {
 34964 mike  1.1.2.1     /* Units */
 34965                   "\060Seconds",
 34966                   /* MappingStrings */
 34967                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinRouteAdvertisementInterval\000",
 34968                   0,
 34969               };
 34970               
 34971               static MetaProperty
 34972               _CIM_BGPPeerGroup_MinRouteAdvertisementInterval =
 34973               {
 34974                   /* flags */
 34975                   META_FLAG_PROPERTY|META_FLAG_READ,
 34976                   /* name */
 34977                   "MinRouteAdvertisementInterval",
 34978                   /* qualifiers */
 34979                   _CIM_BGPPeerGroup_MinRouteAdvertisementInterval_qualifiers,
 34980                   /* type */
 34981                   CIMTYPE_UINT16,
 34982                   /* subscript */
 34983                   -1,
 34984                   /* value */
 34985 mike  1.1.2.1     "\000\036",
 34986               };
 34987               
 34988               static MetaFeature*
 34989               _CIM_BGPPeerGroup_features[] =
 34990               {
 34991                   (MetaFeature*)&_CIM_BGPPeerGroup_SystemCreationClassName,
 34992                   (MetaFeature*)&_CIM_BGPPeerGroup_SystemName,
 34993                   (MetaFeature*)&_CIM_BGPPeerGroup_CreationClassName,
 34994                   (MetaFeature*)&_CIM_BGPPeerGroup_Name,
 34995                   (MetaFeature*)&_CIM_BGPPeerGroup_ConnectRetryInterval,
 34996                   (MetaFeature*)&_CIM_BGPPeerGroup_HoldTimeConfigured,
 34997                   (MetaFeature*)&_CIM_BGPPeerGroup_KeepAliveConfigured,
 34998                   (MetaFeature*)&_CIM_BGPPeerGroup_MinASOriginationInterval,
 34999                   (MetaFeature*)&_CIM_BGPPeerGroup_MinRouteAdvertisementInterval,
 35000                   0,
 35001               };
 35002               
 35003               static const char*
 35004               __root_cimv2_CIM_BGPPeerGroup_qualifiers[] =
 35005               {
 35006 mike  1.1.2.1     /* UMLPackagePath */
 35007                   "\057CIM::Network::BGP",
 35008                   /* Version */
 35009                   "\0632.7.0",
 35010                   0,
 35011               };
 35012               
 35013               MetaClass
 35014               __root_cimv2_CIM_BGPPeerGroup =
 35015               {
 35016                   /* flags */
 35017                   META_FLAG_CLASS,
 35018                   /* name */
 35019                   "CIM_BGPPeerGroup",
 35020                   /* qualifiers */
 35021                   __root_cimv2_CIM_BGPPeerGroup_qualifiers,
 35022                   /* super */
 35023                   &__root_cimv2_CIM_CollectionOfMSEs,
 35024                   /* features */
 35025                   _CIM_BGPPeerGroup_features,
 35026               };
 35027 mike  1.1.2.1 
 35028               //==============================================================================
 35029               //
 35030               // Class: CIM_BiometricAuthentication
 35031               //
 35032               //==============================================================================
 35033               
 35034               static const char*
 35035               _CIM_BiometricAuthentication_TypeOfBiometric_qualifiers[] =
 35036               {
 35037                   /* ValueMap */
 35038                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 35039                   /* Values */
 35040                   "\062\000\010Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
 35041                   /* ModelCorrespondence */
 35042                   "\036\000\001CIM_BiometricAuthentication.OtherBiometric\000",
 35043                   0,
 35044               };
 35045               
 35046               static MetaProperty
 35047               _CIM_BiometricAuthentication_TypeOfBiometric =
 35048 mike  1.1.2.1 {
 35049                   /* flags */
 35050                   META_FLAG_PROPERTY|META_FLAG_READ,
 35051                   /* name */
 35052                   "TypeOfBiometric",
 35053                   /* qualifiers */
 35054                   _CIM_BiometricAuthentication_TypeOfBiometric_qualifiers,
 35055                   /* type */
 35056                   CIMTYPE_UINT16,
 35057                   /* subscript */
 35058                   -1,
 35059                   /* value */
 35060                   0,
 35061               };
 35062               
 35063               static const char*
 35064               _CIM_BiometricAuthentication_OtherBiometric_qualifiers[] =
 35065               {
 35066                   /* ModelCorrespondence */
 35067                   "\036\000\001CIM_BiometricAuthentication.TypeOfBiometric\000",
 35068                   0,
 35069 mike  1.1.2.1 };
 35070               
 35071               static MetaProperty
 35072               _CIM_BiometricAuthentication_OtherBiometric =
 35073               {
 35074                   /* flags */
 35075                   META_FLAG_PROPERTY|META_FLAG_READ,
 35076                   /* name */
 35077                   "OtherBiometric",
 35078                   /* qualifiers */
 35079                   _CIM_BiometricAuthentication_OtherBiometric_qualifiers,
 35080                   /* type */
 35081                   CIMTYPE_STRING,
 35082                   /* subscript */
 35083                   -1,
 35084                   /* value */
 35085                   0,
 35086               };
 35087               
 35088               static const char*
 35089               _CIM_BiometricAuthentication_PersonalIdentifier_qualifiers[] =
 35090 mike  1.1.2.1 {
 35091                   0,
 35092               };
 35093               
 35094               static MetaProperty
 35095               _CIM_BiometricAuthentication_PersonalIdentifier =
 35096               {
 35097                   /* flags */
 35098                   META_FLAG_PROPERTY|META_FLAG_READ,
 35099                   /* name */
 35100                   "PersonalIdentifier",
 35101                   /* qualifiers */
 35102                   _CIM_BiometricAuthentication_PersonalIdentifier_qualifiers,
 35103                   /* type */
 35104                   CIMTYPE_STRING,
 35105                   /* subscript */
 35106                   -1,
 35107                   /* value */
 35108                   0,
 35109               };
 35110               
 35111 mike  1.1.2.1 static MetaFeature*
 35112               _CIM_BiometricAuthentication_features[] =
 35113               {
 35114                   (MetaFeature*)&_CIM_BiometricAuthentication_TypeOfBiometric,
 35115                   (MetaFeature*)&_CIM_BiometricAuthentication_OtherBiometric,
 35116                   (MetaFeature*)&_CIM_BiometricAuthentication_PersonalIdentifier,
 35117                   0,
 35118               };
 35119               
 35120               static const char*
 35121               __root_cimv2_CIM_BiometricAuthentication_qualifiers[] =
 35122               {
 35123                   /* UMLPackagePath */
 35124                   "\057CIM::Policy",
 35125                   /* Version */
 35126                   "\0632.8.0",
 35127                   0,
 35128               };
 35129               
 35130               MetaClass
 35131               __root_cimv2_CIM_BiometricAuthentication =
 35132 mike  1.1.2.1 {
 35133                   /* flags */
 35134                   META_FLAG_CLASS,
 35135                   /* name */
 35136                   "CIM_BiometricAuthentication",
 35137                   /* qualifiers */
 35138                   __root_cimv2_CIM_BiometricAuthentication_qualifiers,
 35139                   /* super */
 35140                   &__root_cimv2_CIM_AuthenticationCondition,
 35141                   /* features */
 35142                   _CIM_BiometricAuthentication_features,
 35143               };
 35144               
 35145               //==============================================================================
 35146               //
 35147               // Class: CIM_BlockStatisticsCapabilities
 35148               //
 35149               //==============================================================================
 35150               
 35151               static const char*
 35152               _CIM_BlockStatisticsCapabilities_ElementTypesSupported_qualifiers[] =
 35153 mike  1.1.2.1 {
 35154                   /* Required */
 35155                   "\050\001",
 35156                   /* Override */
 35157                   "\044ElementTypesSupported",
 35158                   /* ValueMap */
 35159                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 35160                   /* Values */
 35161                   "\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",
 35162                   0,
 35163               };
 35164               
 35165               static MetaProperty
 35166               _CIM_BlockStatisticsCapabilities_ElementTypesSupported =
 35167               {
 35168                   /* flags */
 35169                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35170                   /* name */
 35171                   "ElementTypesSupported",
 35172                   /* qualifiers */
 35173                   _CIM_BlockStatisticsCapabilities_ElementTypesSupported_qualifiers,
 35174 mike  1.1.2.1     /* type */
 35175                   CIMTYPE_UINT16,
 35176                   /* subscript */
 35177                   0,
 35178                   /* value */
 35179                   0,
 35180               };
 35181               
 35182               static const char*
 35183               _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported_qualifiers[] =
 35184               {
 35185                   /* Override */
 35186                   "\044SynchronousMethodsSupported",
 35187                   /* ValueMap */
 35188                   "\061\000\0102\0003\0004\0005\0006\0007\000..\0000x8000..\000",
 35189                   /* Values */
 35190                   "\062\000\010Execute Query\000Query Collection\000GetStatisticsCollection\000Manifest Creation\000Manifest Modification\000Manifest Removal\000DMTF Reserved\000Vendor Specific\000",
 35191                   0,
 35192               };
 35193               
 35194               static MetaProperty
 35195 mike  1.1.2.1 _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported =
 35196               {
 35197                   /* flags */
 35198                   META_FLAG_PROPERTY|META_FLAG_READ,
 35199                   /* name */
 35200                   "SynchronousMethodsSupported",
 35201                   /* qualifiers */
 35202                   _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported_qualifiers,
 35203                   /* type */
 35204                   CIMTYPE_UINT16,
 35205                   /* subscript */
 35206                   0,
 35207                   /* value */
 35208                   0,
 35209               };
 35210               
 35211               static const char*
 35212               _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported_qualifiers[] =
 35213               {
 35214                   /* Override */
 35215                   "\044AsynchronousMethodsSupported",
 35216 mike  1.1.2.1     /* ValueMap */
 35217                   "\061\000\0042\0003\000..\0000x8000..\000",
 35218                   /* Values */
 35219                   "\062\000\004GetStatisticsCollection\000Indications\000DMTF Reserved\000Vendor Specific\000",
 35220                   0,
 35221               };
 35222               
 35223               static MetaProperty
 35224               _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported =
 35225               {
 35226                   /* flags */
 35227                   META_FLAG_PROPERTY|META_FLAG_READ,
 35228                   /* name */
 35229                   "AsynchronousMethodsSupported",
 35230                   /* qualifiers */
 35231                   _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported_qualifiers,
 35232                   /* type */
 35233                   CIMTYPE_UINT16,
 35234                   /* subscript */
 35235                   0,
 35236                   /* value */
 35237 mike  1.1.2.1     0,
 35238               };
 35239               
 35240               static const char*
 35241               _CIM_BlockStatisticsCapabilities_ClockTickInterval_qualifiers[] =
 35242               {
 35243                   /* Units */
 35244                   "\060MicroSeconds",
 35245                   0,
 35246               };
 35247               
 35248               static MetaProperty
 35249               _CIM_BlockStatisticsCapabilities_ClockTickInterval =
 35250               {
 35251                   /* flags */
 35252                   META_FLAG_PROPERTY|META_FLAG_READ,
 35253                   /* name */
 35254                   "ClockTickInterval",
 35255                   /* qualifiers */
 35256                   _CIM_BlockStatisticsCapabilities_ClockTickInterval_qualifiers,
 35257                   /* type */
 35258 mike  1.1.2.1     CIMTYPE_UINT64,
 35259                   /* subscript */
 35260                   -1,
 35261                   /* value */
 35262                   0,
 35263               };
 35264               
 35265               static MetaFeature*
 35266               _CIM_BlockStatisticsCapabilities_features[] =
 35267               {
 35268                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_ElementTypesSupported,
 35269                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported,
 35270                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported,
 35271                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_ClockTickInterval,
 35272                   0,
 35273               };
 35274               
 35275               static const char*
 35276               __root_cimv2_CIM_BlockStatisticsCapabilities_qualifiers[] =
 35277               {
 35278                   /* UMLPackagePath */
 35279 mike  1.1.2.1     "\057CIM::Device::StorageStatistics",
 35280                   /* Version */
 35281                   "\0632.10.0",
 35282                   0,
 35283               };
 35284               
 35285               MetaClass
 35286               __root_cimv2_CIM_BlockStatisticsCapabilities =
 35287               {
 35288                   /* flags */
 35289                   META_FLAG_CLASS,
 35290                   /* name */
 35291                   "CIM_BlockStatisticsCapabilities",
 35292                   /* qualifiers */
 35293                   __root_cimv2_CIM_BlockStatisticsCapabilities_qualifiers,
 35294                   /* super */
 35295                   &__root_cimv2_CIM_StatisticsCapabilities,
 35296                   /* features */
 35297                   _CIM_BlockStatisticsCapabilities_features,
 35298               };
 35299               
 35300 mike  1.1.2.1 //==============================================================================
 35301               //
 35302               // Class: CIM_BlockStatisticsManifestCollection
 35303               //
 35304               //==============================================================================
 35305               
 35306               static const char*
 35307               _CIM_BlockStatisticsManifestCollection_ElementName_qualifiers[] =
 35308               {
 35309                   /* Override */
 35310                   "\044ElementName",
 35311                   0,
 35312               };
 35313               
 35314               static MetaProperty
 35315               _CIM_BlockStatisticsManifestCollection_ElementName =
 35316               {
 35317                   /* flags */
 35318                   META_FLAG_PROPERTY|META_FLAG_READ,
 35319                   /* name */
 35320                   "ElementName",
 35321 mike  1.1.2.1     /* qualifiers */
 35322                   _CIM_BlockStatisticsManifestCollection_ElementName_qualifiers,
 35323                   /* type */
 35324                   CIMTYPE_STRING,
 35325                   /* subscript */
 35326                   -1,
 35327                   /* value */
 35328                   0,
 35329               };
 35330               
 35331               static const char*
 35332               _CIM_BlockStatisticsManifestCollection_IsDefault_qualifiers[] =
 35333               {
 35334                   /* Required */
 35335                   "\050\001",
 35336                   0,
 35337               };
 35338               
 35339               static MetaProperty
 35340               _CIM_BlockStatisticsManifestCollection_IsDefault =
 35341               {
 35342 mike  1.1.2.1     /* flags */
 35343                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35344                   /* name */
 35345                   "IsDefault",
 35346                   /* qualifiers */
 35347                   _CIM_BlockStatisticsManifestCollection_IsDefault_qualifiers,
 35348                   /* type */
 35349                   CIMTYPE_BOOLEAN,
 35350                   /* subscript */
 35351                   -1,
 35352                   /* value */
 35353                   0,
 35354               };
 35355               
 35356               static MetaFeature*
 35357               _CIM_BlockStatisticsManifestCollection_features[] =
 35358               {
 35359                   (MetaFeature*)&_CIM_BlockStatisticsManifestCollection_ElementName,
 35360                   (MetaFeature*)&_CIM_BlockStatisticsManifestCollection_IsDefault,
 35361                   0,
 35362               };
 35363 mike  1.1.2.1 
 35364               static const char*
 35365               __root_cimv2_CIM_BlockStatisticsManifestCollection_qualifiers[] =
 35366               {
 35367                   /* UMLPackagePath */
 35368                   "\057CIM::Device::StorageStatistics",
 35369                   /* Version */
 35370                   "\0632.10.0",
 35371                   0,
 35372               };
 35373               
 35374               MetaClass
 35375               __root_cimv2_CIM_BlockStatisticsManifestCollection =
 35376               {
 35377                   /* flags */
 35378                   META_FLAG_CLASS,
 35379                   /* name */
 35380                   "CIM_BlockStatisticsManifestCollection",
 35381                   /* qualifiers */
 35382                   __root_cimv2_CIM_BlockStatisticsManifestCollection_qualifiers,
 35383                   /* super */
 35384 mike  1.1.2.1     &__root_cimv2_CIM_SystemSpecificCollection,
 35385                   /* features */
 35386                   _CIM_BlockStatisticsManifestCollection_features,
 35387               };
 35388               
 35389               //==============================================================================
 35390               //
 35391               // Class: CIM_BlockStorageStatisticalData
 35392               //
 35393               //==============================================================================
 35394               
 35395               static const char*
 35396               _CIM_BlockStorageStatisticalData_ElementType_qualifiers[] =
 35397               {
 35398                   /* Required */
 35399                   "\050\001",
 35400                   /* ValueMap */
 35401                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 35402                   /* Values */
 35403                   "\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",
 35404                   0,
 35405 mike  1.1.2.1 };
 35406               
 35407               static MetaProperty
 35408               _CIM_BlockStorageStatisticalData_ElementType =
 35409               {
 35410                   /* flags */
 35411                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35412                   /* name */
 35413                   "ElementType",
 35414                   /* qualifiers */
 35415                   _CIM_BlockStorageStatisticalData_ElementType_qualifiers,
 35416                   /* type */
 35417                   CIMTYPE_UINT16,
 35418                   /* subscript */
 35419                   -1,
 35420                   /* value */
 35421                   0,
 35422               };
 35423               
 35424               static const char*
 35425               _CIM_BlockStorageStatisticalData_TotalIOs_qualifiers[] =
 35426 mike  1.1.2.1 {
 35427                   /* Counter */
 35428                   "\012\001",
 35429                   0,
 35430               };
 35431               
 35432               static MetaProperty
 35433               _CIM_BlockStorageStatisticalData_TotalIOs =
 35434               {
 35435                   /* flags */
 35436                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35437                   /* name */
 35438                   "TotalIOs",
 35439                   /* qualifiers */
 35440                   _CIM_BlockStorageStatisticalData_TotalIOs_qualifiers,
 35441                   /* type */
 35442                   CIMTYPE_UINT64,
 35443                   /* subscript */
 35444                   -1,
 35445                   /* value */
 35446                   0,
 35447 mike  1.1.2.1 };
 35448               
 35449               static const char*
 35450               _CIM_BlockStorageStatisticalData_KBytesTransferred_qualifiers[] =
 35451               {
 35452                   /* Units */
 35453                   "\060KiloBytes",
 35454                   /* Counter */
 35455                   "\012\001",
 35456                   0,
 35457               };
 35458               
 35459               static MetaProperty
 35460               _CIM_BlockStorageStatisticalData_KBytesTransferred =
 35461               {
 35462                   /* flags */
 35463                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35464                   /* name */
 35465                   "KBytesTransferred",
 35466                   /* qualifiers */
 35467                   _CIM_BlockStorageStatisticalData_KBytesTransferred_qualifiers,
 35468 mike  1.1.2.1     /* type */
 35469                   CIMTYPE_UINT64,
 35470                   /* subscript */
 35471                   -1,
 35472                   /* value */
 35473                   0,
 35474               };
 35475               
 35476               static const char*
 35477               _CIM_BlockStorageStatisticalData_KBytesWritten_qualifiers[] =
 35478               {
 35479                   /* Units */
 35480                   "\060KiloBytes",
 35481                   /* Counter */
 35482                   "\012\001",
 35483                   0,
 35484               };
 35485               
 35486               static MetaProperty
 35487               _CIM_BlockStorageStatisticalData_KBytesWritten =
 35488               {
 35489 mike  1.1.2.1     /* flags */
 35490                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35491                   /* name */
 35492                   "KBytesWritten",
 35493                   /* qualifiers */
 35494                   _CIM_BlockStorageStatisticalData_KBytesWritten_qualifiers,
 35495                   /* type */
 35496                   CIMTYPE_UINT64,
 35497                   /* subscript */
 35498                   -1,
 35499                   /* value */
 35500                   0,
 35501               };
 35502               
 35503               static const char*
 35504               _CIM_BlockStorageStatisticalData_IOTimeCounter_qualifiers[] =
 35505               {
 35506                   /* Counter */
 35507                   "\012\001",
 35508                   0,
 35509               };
 35510 mike  1.1.2.1 
 35511               static MetaProperty
 35512               _CIM_BlockStorageStatisticalData_IOTimeCounter =
 35513               {
 35514                   /* flags */
 35515                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35516                   /* name */
 35517                   "IOTimeCounter",
 35518                   /* qualifiers */
 35519                   _CIM_BlockStorageStatisticalData_IOTimeCounter_qualifiers,
 35520                   /* type */
 35521                   CIMTYPE_UINT64,
 35522                   /* subscript */
 35523                   -1,
 35524                   /* value */
 35525                   0,
 35526               };
 35527               
 35528               static const char*
 35529               _CIM_BlockStorageStatisticalData_ReadIOs_qualifiers[] =
 35530               {
 35531 mike  1.1.2.1     /* Counter */
 35532                   "\012\001",
 35533                   0,
 35534               };
 35535               
 35536               static MetaProperty
 35537               _CIM_BlockStorageStatisticalData_ReadIOs =
 35538               {
 35539                   /* flags */
 35540                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35541                   /* name */
 35542                   "ReadIOs",
 35543                   /* qualifiers */
 35544                   _CIM_BlockStorageStatisticalData_ReadIOs_qualifiers,
 35545                   /* type */
 35546                   CIMTYPE_UINT64,
 35547                   /* subscript */
 35548                   -1,
 35549                   /* value */
 35550                   0,
 35551               };
 35552 mike  1.1.2.1 
 35553               static const char*
 35554               _CIM_BlockStorageStatisticalData_ReadHitIOs_qualifiers[] =
 35555               {
 35556                   /* Counter */
 35557                   "\012\001",
 35558                   0,
 35559               };
 35560               
 35561               static MetaProperty
 35562               _CIM_BlockStorageStatisticalData_ReadHitIOs =
 35563               {
 35564                   /* flags */
 35565                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35566                   /* name */
 35567                   "ReadHitIOs",
 35568                   /* qualifiers */
 35569                   _CIM_BlockStorageStatisticalData_ReadHitIOs_qualifiers,
 35570                   /* type */
 35571                   CIMTYPE_UINT64,
 35572                   /* subscript */
 35573 mike  1.1.2.1     -1,
 35574                   /* value */
 35575                   0,
 35576               };
 35577               
 35578               static const char*
 35579               _CIM_BlockStorageStatisticalData_ReadIOTimeCounter_qualifiers[] =
 35580               {
 35581                   /* Counter */
 35582                   "\012\001",
 35583                   0,
 35584               };
 35585               
 35586               static MetaProperty
 35587               _CIM_BlockStorageStatisticalData_ReadIOTimeCounter =
 35588               {
 35589                   /* flags */
 35590                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35591                   /* name */
 35592                   "ReadIOTimeCounter",
 35593                   /* qualifiers */
 35594 mike  1.1.2.1     _CIM_BlockStorageStatisticalData_ReadIOTimeCounter_qualifiers,
 35595                   /* type */
 35596                   CIMTYPE_UINT64,
 35597                   /* subscript */
 35598                   -1,
 35599                   /* value */
 35600                   0,
 35601               };
 35602               
 35603               static const char*
 35604               _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter_qualifiers[] =
 35605               {
 35606                   /* Counter */
 35607                   "\012\001",
 35608                   0,
 35609               };
 35610               
 35611               static MetaProperty
 35612               _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter =
 35613               {
 35614                   /* flags */
 35615 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35616                   /* name */
 35617                   "ReadHitIOTimeCounter",
 35618                   /* qualifiers */
 35619                   _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter_qualifiers,
 35620                   /* type */
 35621                   CIMTYPE_UINT64,
 35622                   /* subscript */
 35623                   -1,
 35624                   /* value */
 35625                   0,
 35626               };
 35627               
 35628               static const char*
 35629               _CIM_BlockStorageStatisticalData_KBytesRead_qualifiers[] =
 35630               {
 35631                   /* Units */
 35632                   "\060KiloBytes",
 35633                   /* Counter */
 35634                   "\012\001",
 35635                   0,
 35636 mike  1.1.2.1 };
 35637               
 35638               static MetaProperty
 35639               _CIM_BlockStorageStatisticalData_KBytesRead =
 35640               {
 35641                   /* flags */
 35642                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35643                   /* name */
 35644                   "KBytesRead",
 35645                   /* qualifiers */
 35646                   _CIM_BlockStorageStatisticalData_KBytesRead_qualifiers,
 35647                   /* type */
 35648                   CIMTYPE_UINT64,
 35649                   /* subscript */
 35650                   -1,
 35651                   /* value */
 35652                   0,
 35653               };
 35654               
 35655               static const char*
 35656               _CIM_BlockStorageStatisticalData_WriteIOs_qualifiers[] =
 35657 mike  1.1.2.1 {
 35658                   /* Counter */
 35659                   "\012\001",
 35660                   0,
 35661               };
 35662               
 35663               static MetaProperty
 35664               _CIM_BlockStorageStatisticalData_WriteIOs =
 35665               {
 35666                   /* flags */
 35667                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35668                   /* name */
 35669                   "WriteIOs",
 35670                   /* qualifiers */
 35671                   _CIM_BlockStorageStatisticalData_WriteIOs_qualifiers,
 35672                   /* type */
 35673                   CIMTYPE_UINT64,
 35674                   /* subscript */
 35675                   -1,
 35676                   /* value */
 35677                   0,
 35678 mike  1.1.2.1 };
 35679               
 35680               static const char*
 35681               _CIM_BlockStorageStatisticalData_WriteHitIOs_qualifiers[] =
 35682               {
 35683                   /* Counter */
 35684                   "\012\001",
 35685                   0,
 35686               };
 35687               
 35688               static MetaProperty
 35689               _CIM_BlockStorageStatisticalData_WriteHitIOs =
 35690               {
 35691                   /* flags */
 35692                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35693                   /* name */
 35694                   "WriteHitIOs",
 35695                   /* qualifiers */
 35696                   _CIM_BlockStorageStatisticalData_WriteHitIOs_qualifiers,
 35697                   /* type */
 35698                   CIMTYPE_UINT64,
 35699 mike  1.1.2.1     /* subscript */
 35700                   -1,
 35701                   /* value */
 35702                   0,
 35703               };
 35704               
 35705               static const char*
 35706               _CIM_BlockStorageStatisticalData_WriteIOTimeCounter_qualifiers[] =
 35707               {
 35708                   /* Counter */
 35709                   "\012\001",
 35710                   0,
 35711               };
 35712               
 35713               static MetaProperty
 35714               _CIM_BlockStorageStatisticalData_WriteIOTimeCounter =
 35715               {
 35716                   /* flags */
 35717                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35718                   /* name */
 35719                   "WriteIOTimeCounter",
 35720 mike  1.1.2.1     /* qualifiers */
 35721                   _CIM_BlockStorageStatisticalData_WriteIOTimeCounter_qualifiers,
 35722                   /* type */
 35723                   CIMTYPE_UINT64,
 35724                   /* subscript */
 35725                   -1,
 35726                   /* value */
 35727                   0,
 35728               };
 35729               
 35730               static const char*
 35731               _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter_qualifiers[] =
 35732               {
 35733                   /* Counter */
 35734                   "\012\001",
 35735                   0,
 35736               };
 35737               
 35738               static MetaProperty
 35739               _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter =
 35740               {
 35741 mike  1.1.2.1     /* flags */
 35742                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35743                   /* name */
 35744                   "WriteHitIOTimeCounter",
 35745                   /* qualifiers */
 35746                   _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter_qualifiers,
 35747                   /* type */
 35748                   CIMTYPE_UINT64,
 35749                   /* subscript */
 35750                   -1,
 35751                   /* value */
 35752                   0,
 35753               };
 35754               
 35755               static const char*
 35756               _CIM_BlockStorageStatisticalData_IdleTimeCounter_qualifiers[] =
 35757               {
 35758                   /* Counter */
 35759                   "\012\001",
 35760                   0,
 35761               };
 35762 mike  1.1.2.1 
 35763               static MetaProperty
 35764               _CIM_BlockStorageStatisticalData_IdleTimeCounter =
 35765               {
 35766                   /* flags */
 35767                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35768                   /* name */
 35769                   "IdleTimeCounter",
 35770                   /* qualifiers */
 35771                   _CIM_BlockStorageStatisticalData_IdleTimeCounter_qualifiers,
 35772                   /* type */
 35773                   CIMTYPE_UINT64,
 35774                   /* subscript */
 35775                   -1,
 35776                   /* value */
 35777                   0,
 35778               };
 35779               
 35780               static const char*
 35781               _CIM_BlockStorageStatisticalData_MaintOp_qualifiers[] =
 35782               {
 35783 mike  1.1.2.1     /* Counter */
 35784                   "\012\001",
 35785                   0,
 35786               };
 35787               
 35788               static MetaProperty
 35789               _CIM_BlockStorageStatisticalData_MaintOp =
 35790               {
 35791                   /* flags */
 35792                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35793                   /* name */
 35794                   "MaintOp",
 35795                   /* qualifiers */
 35796                   _CIM_BlockStorageStatisticalData_MaintOp_qualifiers,
 35797                   /* type */
 35798                   CIMTYPE_UINT64,
 35799                   /* subscript */
 35800                   -1,
 35801                   /* value */
 35802                   0,
 35803               };
 35804 mike  1.1.2.1 
 35805               static const char*
 35806               _CIM_BlockStorageStatisticalData_MaintTimeCounter_qualifiers[] =
 35807               {
 35808                   /* Counter */
 35809                   "\012\001",
 35810                   0,
 35811               };
 35812               
 35813               static MetaProperty
 35814               _CIM_BlockStorageStatisticalData_MaintTimeCounter =
 35815               {
 35816                   /* flags */
 35817                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35818                   /* name */
 35819                   "MaintTimeCounter",
 35820                   /* qualifiers */
 35821                   _CIM_BlockStorageStatisticalData_MaintTimeCounter_qualifiers,
 35822                   /* type */
 35823                   CIMTYPE_UINT64,
 35824                   /* subscript */
 35825 mike  1.1.2.1     -1,
 35826                   /* value */
 35827                   0,
 35828               };
 35829               
 35830               static MetaFeature*
 35831               _CIM_BlockStorageStatisticalData_features[] =
 35832               {
 35833                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ElementType,
 35834                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_TotalIOs,
 35835                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesTransferred,
 35836                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesWritten,
 35837                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_IOTimeCounter,
 35838                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadIOs,
 35839                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadHitIOs,
 35840                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadIOTimeCounter,
 35841                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter,
 35842                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesRead,
 35843                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteIOs,
 35844                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteHitIOs,
 35845                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteIOTimeCounter,
 35846 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter,
 35847                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_IdleTimeCounter,
 35848                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_MaintOp,
 35849                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_MaintTimeCounter,
 35850                   0,
 35851               };
 35852               
 35853               static const char*
 35854               __root_cimv2_CIM_BlockStorageStatisticalData_qualifiers[] =
 35855               {
 35856                   /* UMLPackagePath */
 35857                   "\057CIM::Device::StorageStatistics",
 35858                   /* Version */
 35859                   "\0632.10.0",
 35860                   0,
 35861               };
 35862               
 35863               MetaClass
 35864               __root_cimv2_CIM_BlockStorageStatisticalData =
 35865               {
 35866                   /* flags */
 35867 mike  1.1.2.1     META_FLAG_CLASS,
 35868                   /* name */
 35869                   "CIM_BlockStorageStatisticalData",
 35870                   /* qualifiers */
 35871                   __root_cimv2_CIM_BlockStorageStatisticalData_qualifiers,
 35872                   /* super */
 35873                   &__root_cimv2_CIM_StatisticalData,
 35874                   /* features */
 35875                   _CIM_BlockStorageStatisticalData_features,
 35876               };
 35877               
 35878               //==============================================================================
 35879               //
 35880               // Class: CIM_BufferPool
 35881               //
 35882               //==============================================================================
 35883               
 35884               static const char*
 35885               _CIM_BufferPool_CollectionID_qualifiers[] =
 35886               {
 35887                   /* Key */
 35888 mike  1.1.2.1     "\025\001",
 35889                   /* Override */
 35890                   "\044CollectionID",
 35891                   /* MaxLen */
 35892                   "\030\000\000\001\000",
 35893                   0,
 35894               };
 35895               
 35896               static MetaProperty
 35897               _CIM_BufferPool_CollectionID =
 35898               {
 35899                   /* flags */
 35900                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 35901                   /* name */
 35902                   "CollectionID",
 35903                   /* qualifiers */
 35904                   _CIM_BufferPool_CollectionID_qualifiers,
 35905                   /* type */
 35906                   CIMTYPE_STRING,
 35907                   /* subscript */
 35908                   -1,
 35909 mike  1.1.2.1     /* value */
 35910                   0,
 35911               };
 35912               
 35913               static const char*
 35914               _CIM_BufferPool_CreationClassName_qualifiers[] =
 35915               {
 35916                   /* Key */
 35917                   "\025\001",
 35918                   /* MaxLen */
 35919                   "\030\000\000\001\000",
 35920                   0,
 35921               };
 35922               
 35923               static MetaProperty
 35924               _CIM_BufferPool_CreationClassName =
 35925               {
 35926                   /* flags */
 35927                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 35928                   /* name */
 35929                   "CreationClassName",
 35930 mike  1.1.2.1     /* qualifiers */
 35931                   _CIM_BufferPool_CreationClassName_qualifiers,
 35932                   /* type */
 35933                   CIMTYPE_STRING,
 35934                   /* subscript */
 35935                   -1,
 35936                   /* value */
 35937                   0,
 35938               };
 35939               
 35940               static const char*
 35941               _CIM_BufferPool_Name_qualifiers[] =
 35942               {
 35943                   /* MaxLen */
 35944                   "\030\000\000\001\000",
 35945                   0,
 35946               };
 35947               
 35948               static MetaProperty
 35949               _CIM_BufferPool_Name =
 35950               {
 35951 mike  1.1.2.1     /* flags */
 35952                   META_FLAG_PROPERTY|META_FLAG_READ,
 35953                   /* name */
 35954                   "Name",
 35955                   /* qualifiers */
 35956                   _CIM_BufferPool_Name_qualifiers,
 35957                   /* type */
 35958                   CIMTYPE_STRING,
 35959                   /* subscript */
 35960                   -1,
 35961                   /* value */
 35962                   0,
 35963               };
 35964               
 35965               static const char*
 35966               _CIM_BufferPool_BufferSize_qualifiers[] =
 35967               {
 35968                   /* Deprecated */
 35969                   "\013\000\001CIM_BufferPool.SizeOfBuffers\000",
 35970                   /* Units */
 35971                   "\060Bytes",
 35972 mike  1.1.2.1     0,
 35973               };
 35974               
 35975               static MetaProperty
 35976               _CIM_BufferPool_BufferSize =
 35977               {
 35978                   /* flags */
 35979                   META_FLAG_PROPERTY|META_FLAG_READ,
 35980                   /* name */
 35981                   "BufferSize",
 35982                   /* qualifiers */
 35983                   _CIM_BufferPool_BufferSize_qualifiers,
 35984                   /* type */
 35985                   CIMTYPE_UINT16,
 35986                   /* subscript */
 35987                   -1,
 35988                   /* value */
 35989                   0,
 35990               };
 35991               
 35992               static const char*
 35993 mike  1.1.2.1 _CIM_BufferPool_SizeOfBuffers_qualifiers[] =
 35994               {
 35995                   /* Units */
 35996                   "\060Bytes",
 35997                   0,
 35998               };
 35999               
 36000               static MetaProperty
 36001               _CIM_BufferPool_SizeOfBuffers =
 36002               {
 36003                   /* flags */
 36004                   META_FLAG_PROPERTY|META_FLAG_READ,
 36005                   /* name */
 36006                   "SizeOfBuffers",
 36007                   /* qualifiers */
 36008                   _CIM_BufferPool_SizeOfBuffers_qualifiers,
 36009                   /* type */
 36010                   CIMTYPE_UINT32,
 36011                   /* subscript */
 36012                   -1,
 36013                   /* value */
 36014 mike  1.1.2.1     0,
 36015               };
 36016               
 36017               static const char*
 36018               _CIM_BufferPool_TotalBuffers_qualifiers[] =
 36019               {
 36020                   0,
 36021               };
 36022               
 36023               static MetaProperty
 36024               _CIM_BufferPool_TotalBuffers =
 36025               {
 36026                   /* flags */
 36027                   META_FLAG_PROPERTY|META_FLAG_READ,
 36028                   /* name */
 36029                   "TotalBuffers",
 36030                   /* qualifiers */
 36031                   _CIM_BufferPool_TotalBuffers_qualifiers,
 36032                   /* type */
 36033                   CIMTYPE_UINT32,
 36034                   /* subscript */
 36035 mike  1.1.2.1     -1,
 36036                   /* value */
 36037                   0,
 36038               };
 36039               
 36040               static const char*
 36041               _CIM_BufferPool_AvailableBuffers_qualifiers[] =
 36042               {
 36043                   0,
 36044               };
 36045               
 36046               static MetaProperty
 36047               _CIM_BufferPool_AvailableBuffers =
 36048               {
 36049                   /* flags */
 36050                   META_FLAG_PROPERTY|META_FLAG_READ,
 36051                   /* name */
 36052                   "AvailableBuffers",
 36053                   /* qualifiers */
 36054                   _CIM_BufferPool_AvailableBuffers_qualifiers,
 36055                   /* type */
 36056 mike  1.1.2.1     CIMTYPE_UINT32,
 36057                   /* subscript */
 36058                   -1,
 36059                   /* value */
 36060                   0,
 36061               };
 36062               
 36063               static const char*
 36064               _CIM_BufferPool_SharedBuffers_qualifiers[] =
 36065               {
 36066                   0,
 36067               };
 36068               
 36069               static MetaProperty
 36070               _CIM_BufferPool_SharedBuffers =
 36071               {
 36072                   /* flags */
 36073                   META_FLAG_PROPERTY|META_FLAG_READ,
 36074                   /* name */
 36075                   "SharedBuffers",
 36076                   /* qualifiers */
 36077 mike  1.1.2.1     _CIM_BufferPool_SharedBuffers_qualifiers,
 36078                   /* type */
 36079                   CIMTYPE_UINT32,
 36080                   /* subscript */
 36081                   -1,
 36082                   /* value */
 36083                   0,
 36084               };
 36085               
 36086               static MetaFeature*
 36087               _CIM_BufferPool_features[] =
 36088               {
 36089                   (MetaFeature*)&_CIM_BufferPool_CollectionID,
 36090                   (MetaFeature*)&_CIM_BufferPool_CreationClassName,
 36091                   (MetaFeature*)&_CIM_BufferPool_Name,
 36092                   (MetaFeature*)&_CIM_BufferPool_BufferSize,
 36093                   (MetaFeature*)&_CIM_BufferPool_SizeOfBuffers,
 36094                   (MetaFeature*)&_CIM_BufferPool_TotalBuffers,
 36095                   (MetaFeature*)&_CIM_BufferPool_AvailableBuffers,
 36096                   (MetaFeature*)&_CIM_BufferPool_SharedBuffers,
 36097                   0,
 36098 mike  1.1.2.1 };
 36099               
 36100               static const char*
 36101               __root_cimv2_CIM_BufferPool_qualifiers[] =
 36102               {
 36103                   /* UMLPackagePath */
 36104                   "\057CIM::Network::Buffers",
 36105                   /* Version */
 36106                   "\0632.6.0",
 36107                   0,
 36108               };
 36109               
 36110               MetaClass
 36111               __root_cimv2_CIM_BufferPool =
 36112               {
 36113                   /* flags */
 36114                   META_FLAG_CLASS,
 36115                   /* name */
 36116                   "CIM_BufferPool",
 36117                   /* qualifiers */
 36118                   __root_cimv2_CIM_BufferPool_qualifiers,
 36119 mike  1.1.2.1     /* super */
 36120                   &__root_cimv2_CIM_CollectionOfMSEs,
 36121                   /* features */
 36122                   _CIM_BufferPool_features,
 36123               };
 36124               
 36125               //==============================================================================
 36126               //
 36127               // Class: CIM_CIMOMStatisticalData
 36128               //
 36129               //==============================================================================
 36130               
 36131               static const char*
 36132               _CIM_CIMOMStatisticalData_InstanceID_qualifiers[] =
 36133               {
 36134                   /* Override */
 36135                   "\044InstanceID",
 36136                   0,
 36137               };
 36138               
 36139               static MetaProperty
 36140 mike  1.1.2.1 _CIM_CIMOMStatisticalData_InstanceID =
 36141               {
 36142                   /* flags */
 36143                   META_FLAG_PROPERTY|META_FLAG_READ,
 36144                   /* name */
 36145                   "InstanceID",
 36146                   /* qualifiers */
 36147                   _CIM_CIMOMStatisticalData_InstanceID_qualifiers,
 36148                   /* type */
 36149                   CIMTYPE_STRING,
 36150                   /* subscript */
 36151                   -1,
 36152                   /* value */
 36153                   0,
 36154               };
 36155               
 36156               static const char*
 36157               _CIM_CIMOMStatisticalData_OperationType_qualifiers[] =
 36158               {
 36159                   /* Required */
 36160                   "\050\001",
 36161 mike  1.1.2.1     /* ValueMap */
 36162                   "\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",
 36163                   /* Values */
 36164                   "\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",
 36165                   /* ModelCorrespondence */
 36166                   "\036\000\001CIM_CIMOMStatisticalData.OtherOperationType\000",
 36167                   0,
 36168               };
 36169               
 36170               static MetaProperty
 36171               _CIM_CIMOMStatisticalData_OperationType =
 36172               {
 36173                   /* flags */
 36174                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36175                   /* name */
 36176                   "OperationType",
 36177                   /* qualifiers */
 36178                   _CIM_CIMOMStatisticalData_OperationType_qualifiers,
 36179                   /* type */
 36180                   CIMTYPE_UINT16,
 36181                   /* subscript */
 36182 mike  1.1.2.1     -1,
 36183                   /* value */
 36184                   0,
 36185               };
 36186               
 36187               static const char*
 36188               _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers[] =
 36189               {
 36190                   /* MaxLen */
 36191                   "\030\000\000\000\100",
 36192                   /* ModelCorrespondence */
 36193                   "\036\000\001CIM_CIMOMStatisticalData.OperationType\000",
 36194                   0,
 36195               };
 36196               
 36197               static MetaProperty
 36198               _CIM_CIMOMStatisticalData_OtherOperationType =
 36199               {
 36200                   /* flags */
 36201                   META_FLAG_PROPERTY|META_FLAG_READ,
 36202                   /* name */
 36203 mike  1.1.2.1     "OtherOperationType",
 36204                   /* qualifiers */
 36205                   _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers,
 36206                   /* type */
 36207                   CIMTYPE_STRING,
 36208                   /* subscript */
 36209                   -1,
 36210                   /* value */
 36211                   0,
 36212               };
 36213               
 36214               static const char*
 36215               _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers[] =
 36216               {
 36217                   /* Required */
 36218                   "\050\001",
 36219                   /* Counter */
 36220                   "\012\001",
 36221                   0,
 36222               };
 36223               
 36224 mike  1.1.2.1 static MetaProperty
 36225               _CIM_CIMOMStatisticalData_NumberOfOperations =
 36226               {
 36227                   /* flags */
 36228                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ|META_FLAG_REQUIRED,
 36229                   /* name */
 36230                   "NumberOfOperations",
 36231                   /* qualifiers */
 36232                   _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers,
 36233                   /* type */
 36234                   CIMTYPE_UINT64,
 36235                   /* subscript */
 36236                   -1,
 36237                   /* value */
 36238                   0,
 36239               };
 36240               
 36241               static const char*
 36242               _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers[] =
 36243               {
 36244                   /* Required */
 36245 mike  1.1.2.1     "\050\001",
 36246                   0,
 36247               };
 36248               
 36249               static MetaProperty
 36250               _CIM_CIMOMStatisticalData_CimomElapsedTime =
 36251               {
 36252                   /* flags */
 36253                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36254                   /* name */
 36255                   "CimomElapsedTime",
 36256                   /* qualifiers */
 36257                   _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers,
 36258                   /* type */
 36259                   CIMTYPE_DATETIME,
 36260                   /* subscript */
 36261                   -1,
 36262                   /* value */
 36263                   0,
 36264               };
 36265               
 36266 mike  1.1.2.1 static const char*
 36267               _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers[] =
 36268               {
 36269                   /* Required */
 36270                   "\050\001",
 36271                   0,
 36272               };
 36273               
 36274               static MetaProperty
 36275               _CIM_CIMOMStatisticalData_ProviderElapsedTime =
 36276               {
 36277                   /* flags */
 36278                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36279                   /* name */
 36280                   "ProviderElapsedTime",
 36281                   /* qualifiers */
 36282                   _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers,
 36283                   /* type */
 36284                   CIMTYPE_DATETIME,
 36285                   /* subscript */
 36286                   -1,
 36287 mike  1.1.2.1     /* value */
 36288                   0,
 36289               };
 36290               
 36291               static const char*
 36292               _CIM_CIMOMStatisticalData_RequestSize_qualifiers[] =
 36293               {
 36294                   /* Units */
 36295                   "\060Bytes",
 36296                   /* Counter */
 36297                   "\012\001",
 36298                   0,
 36299               };
 36300               
 36301               static MetaProperty
 36302               _CIM_CIMOMStatisticalData_RequestSize =
 36303               {
 36304                   /* flags */
 36305                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 36306                   /* name */
 36307                   "RequestSize",
 36308 mike  1.1.2.1     /* qualifiers */
 36309                   _CIM_CIMOMStatisticalData_RequestSize_qualifiers,
 36310                   /* type */
 36311                   CIMTYPE_UINT64,
 36312                   /* subscript */
 36313                   -1,
 36314                   /* value */
 36315                   0,
 36316               };
 36317               
 36318               static const char*
 36319               _CIM_CIMOMStatisticalData_ResponseSize_qualifiers[] =
 36320               {
 36321                   /* Units */
 36322                   "\060Bytes",
 36323                   /* Counter */
 36324                   "\012\001",
 36325                   0,
 36326               };
 36327               
 36328               static MetaProperty
 36329 mike  1.1.2.1 _CIM_CIMOMStatisticalData_ResponseSize =
 36330               {
 36331                   /* flags */
 36332                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 36333                   /* name */
 36334                   "ResponseSize",
 36335                   /* qualifiers */
 36336                   _CIM_CIMOMStatisticalData_ResponseSize_qualifiers,
 36337                   /* type */
 36338                   CIMTYPE_UINT64,
 36339                   /* subscript */
 36340                   -1,
 36341                   /* value */
 36342                   0,
 36343               };
 36344               
 36345               static MetaFeature*
 36346               _CIM_CIMOMStatisticalData_features[] =
 36347               {
 36348                   (MetaFeature*)&_CIM_CIMOMStatisticalData_InstanceID,
 36349                   (MetaFeature*)&_CIM_CIMOMStatisticalData_OperationType,
 36350 mike  1.1.2.1     (MetaFeature*)&_CIM_CIMOMStatisticalData_OtherOperationType,
 36351                   (MetaFeature*)&_CIM_CIMOMStatisticalData_NumberOfOperations,
 36352                   (MetaFeature*)&_CIM_CIMOMStatisticalData_CimomElapsedTime,
 36353                   (MetaFeature*)&_CIM_CIMOMStatisticalData_ProviderElapsedTime,
 36354                   (MetaFeature*)&_CIM_CIMOMStatisticalData_RequestSize,
 36355                   (MetaFeature*)&_CIM_CIMOMStatisticalData_ResponseSize,
 36356                   0,
 36357               };
 36358               
 36359               static const char*
 36360               __root_cimv2_CIM_CIMOMStatisticalData_qualifiers[] =
 36361               {
 36362                   /* UMLPackagePath */
 36363                   "\057CIM::Interop",
 36364                   /* Version */
 36365                   "\0632.7.0",
 36366                   0,
 36367               };
 36368               
 36369               MetaClass
 36370               __root_cimv2_CIM_CIMOMStatisticalData =
 36371 mike  1.1.2.1 {
 36372                   /* flags */
 36373                   META_FLAG_CLASS,
 36374                   /* name */
 36375                   "CIM_CIMOMStatisticalData",
 36376                   /* qualifiers */
 36377                   __root_cimv2_CIM_CIMOMStatisticalData_qualifiers,
 36378                   /* super */
 36379                   &__root_cimv2_CIM_StatisticalData,
 36380                   /* features */
 36381                   _CIM_CIMOMStatisticalData_features,
 36382               };
 36383               
 36384               //==============================================================================
 36385               //
 36386               // Class: CIM_ClassCreation
 36387               //
 36388               //==============================================================================
 36389               
 36390               static MetaFeature*
 36391               _CIM_ClassCreation_features[] =
 36392 mike  1.1.2.1 {
 36393                   0,
 36394               };
 36395               
 36396               static const char*
 36397               __root_cimv2_CIM_ClassCreation_qualifiers[] =
 36398               {
 36399                   /* INDICATION */
 36400                   "\001\001",
 36401                   /* UMLPackagePath */
 36402                   "\057CIM::Event",
 36403                   /* Version */
 36404                   "\0632.6.0",
 36405                   0,
 36406               };
 36407               
 36408               MetaClass
 36409               __root_cimv2_CIM_ClassCreation =
 36410               {
 36411                   /* flags */
 36412                   META_FLAG_INDICATION,
 36413 mike  1.1.2.1     /* name */
 36414                   "CIM_ClassCreation",
 36415                   /* qualifiers */
 36416                   __root_cimv2_CIM_ClassCreation_qualifiers,
 36417                   /* super */
 36418                   &__root_cimv2_CIM_ClassIndication,
 36419                   /* features */
 36420                   _CIM_ClassCreation_features,
 36421               };
 36422               
 36423               //==============================================================================
 36424               //
 36425               // Class: CIM_ClassDeletion
 36426               //
 36427               //==============================================================================
 36428               
 36429               static MetaFeature*
 36430               _CIM_ClassDeletion_features[] =
 36431               {
 36432                   0,
 36433               };
 36434 mike  1.1.2.1 
 36435               static const char*
 36436               __root_cimv2_CIM_ClassDeletion_qualifiers[] =
 36437               {
 36438                   /* INDICATION */
 36439                   "\001\001",
 36440                   /* UMLPackagePath */
 36441                   "\057CIM::Event",
 36442                   /* Version */
 36443                   "\0632.6.0",
 36444                   0,
 36445               };
 36446               
 36447               MetaClass
 36448               __root_cimv2_CIM_ClassDeletion =
 36449               {
 36450                   /* flags */
 36451                   META_FLAG_INDICATION,
 36452                   /* name */
 36453                   "CIM_ClassDeletion",
 36454                   /* qualifiers */
 36455 mike  1.1.2.1     __root_cimv2_CIM_ClassDeletion_qualifiers,
 36456                   /* super */
 36457                   &__root_cimv2_CIM_ClassIndication,
 36458                   /* features */
 36459                   _CIM_ClassDeletion_features,
 36460               };
 36461               
 36462               //==============================================================================
 36463               //
 36464               // Class: CIM_CollectedBufferPool
 36465               //
 36466               //==============================================================================
 36467               
 36468               static const char*
 36469               _CIM_CollectedBufferPool_Collection_qualifiers[] =
 36470               {
 36471                   /* Aggregate */
 36472                   "\003\001",
 36473                   /* Override */
 36474                   "\044Collection",
 36475                   0,
 36476 mike  1.1.2.1 };
 36477               
 36478               static MetaReference
 36479               _CIM_CollectedBufferPool_Collection =
 36480               {
 36481                   /* flags */
 36482                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 36483                   /* name */
 36484                   "Collection",
 36485                   /* qualifiers */
 36486                   _CIM_CollectedBufferPool_Collection_qualifiers,
 36487                   /* subscript */
 36488                   -1,
 36489                   /* refId */
 36490                   &__root_cimv2_CIM_BufferPool,
 36491               };
 36492               
 36493               static const char*
 36494               _CIM_CollectedBufferPool_Member_qualifiers[] =
 36495               {
 36496                   /* Override */
 36497 mike  1.1.2.1     "\044Member",
 36498                   0,
 36499               };
 36500               
 36501               static MetaReference
 36502               _CIM_CollectedBufferPool_Member =
 36503               {
 36504                   /* flags */
 36505                   META_FLAG_REFERENCE|META_FLAG_READ,
 36506                   /* name */
 36507                   "Member",
 36508                   /* qualifiers */
 36509                   _CIM_CollectedBufferPool_Member_qualifiers,
 36510                   /* subscript */
 36511                   -1,
 36512                   /* refId */
 36513                   &__root_cimv2_CIM_BufferPool,
 36514               };
 36515               
 36516               static MetaFeature*
 36517               _CIM_CollectedBufferPool_features[] =
 36518 mike  1.1.2.1 {
 36519                   (MetaFeature*)&_CIM_CollectedBufferPool_Collection,
 36520                   (MetaFeature*)&_CIM_CollectedBufferPool_Member,
 36521                   0,
 36522               };
 36523               
 36524               static const char*
 36525               __root_cimv2_CIM_CollectedBufferPool_qualifiers[] =
 36526               {
 36527                   /* ASSOCIATION */
 36528                   "\000\001",
 36529                   /* UMLPackagePath */
 36530                   "\057CIM::Network::Buffers",
 36531                   /* Aggregation */
 36532                   "\004\001",
 36533                   /* Version */
 36534                   "\0632.6.0",
 36535                   0,
 36536               };
 36537               
 36538               MetaClass
 36539 mike  1.1.2.1 __root_cimv2_CIM_CollectedBufferPool =
 36540               {
 36541                   /* flags */
 36542                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36543                   /* name */
 36544                   "CIM_CollectedBufferPool",
 36545                   /* qualifiers */
 36546                   __root_cimv2_CIM_CollectedBufferPool_qualifiers,
 36547                   /* super */
 36548                   &__root_cimv2_CIM_MemberOfCollection,
 36549                   /* features */
 36550                   _CIM_CollectedBufferPool_features,
 36551               };
 36552               
 36553               //==============================================================================
 36554               //
 36555               // Class: CIM_CollectedCollections
 36556               //
 36557               //==============================================================================
 36558               
 36559               static const char*
 36560 mike  1.1.2.1 _CIM_CollectedCollections_Collection_qualifiers[] =
 36561               {
 36562                   /* Key */
 36563                   "\025\001",
 36564                   /* Aggregate */
 36565                   "\003\001",
 36566                   0,
 36567               };
 36568               
 36569               static MetaReference
 36570               _CIM_CollectedCollections_Collection =
 36571               {
 36572                   /* flags */
 36573                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 36574                   /* name */
 36575                   "Collection",
 36576                   /* qualifiers */
 36577                   _CIM_CollectedCollections_Collection_qualifiers,
 36578                   /* subscript */
 36579                   -1,
 36580                   /* refId */
 36581 mike  1.1.2.1     &__root_cimv2_CIM_CollectionOfMSEs,
 36582               };
 36583               
 36584               static const char*
 36585               _CIM_CollectedCollections_CollectionInCollection_qualifiers[] =
 36586               {
 36587                   /* Key */
 36588                   "\025\001",
 36589                   0,
 36590               };
 36591               
 36592               static MetaReference
 36593               _CIM_CollectedCollections_CollectionInCollection =
 36594               {
 36595                   /* flags */
 36596                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36597                   /* name */
 36598                   "CollectionInCollection",
 36599                   /* qualifiers */
 36600                   _CIM_CollectedCollections_CollectionInCollection_qualifiers,
 36601                   /* subscript */
 36602 mike  1.1.2.1     -1,
 36603                   /* refId */
 36604                   &__root_cimv2_CIM_CollectionOfMSEs,
 36605               };
 36606               
 36607               static MetaFeature*
 36608               _CIM_CollectedCollections_features[] =
 36609               {
 36610                   (MetaFeature*)&_CIM_CollectedCollections_Collection,
 36611                   (MetaFeature*)&_CIM_CollectedCollections_CollectionInCollection,
 36612                   0,
 36613               };
 36614               
 36615               static const char*
 36616               __root_cimv2_CIM_CollectedCollections_qualifiers[] =
 36617               {
 36618                   /* ASSOCIATION */
 36619                   "\000\001",
 36620                   /* UMLPackagePath */
 36621                   "\057CIM::Core::Collection",
 36622                   /* Aggregation */
 36623 mike  1.1.2.1     "\004\001",
 36624                   /* Version */
 36625                   "\0632.10.0",
 36626                   0,
 36627               };
 36628               
 36629               MetaClass
 36630               __root_cimv2_CIM_CollectedCollections =
 36631               {
 36632                   /* flags */
 36633                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36634                   /* name */
 36635                   "CIM_CollectedCollections",
 36636                   /* qualifiers */
 36637                   __root_cimv2_CIM_CollectedCollections_qualifiers,
 36638                   /* super */
 36639                   0,
 36640                   /* features */
 36641                   _CIM_CollectedCollections_features,
 36642               };
 36643               
 36644 mike  1.1.2.1 //==============================================================================
 36645               //
 36646               // Class: CIM_CollectedMSEs
 36647               //
 36648               //==============================================================================
 36649               
 36650               static const char*
 36651               _CIM_CollectedMSEs_Collection_qualifiers[] =
 36652               {
 36653                   /* Aggregate */
 36654                   "\003\001",
 36655                   /* Override */
 36656                   "\044Collection",
 36657                   0,
 36658               };
 36659               
 36660               static MetaReference
 36661               _CIM_CollectedMSEs_Collection =
 36662               {
 36663                   /* flags */
 36664                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 36665 mike  1.1.2.1     /* name */
 36666                   "Collection",
 36667                   /* qualifiers */
 36668                   _CIM_CollectedMSEs_Collection_qualifiers,
 36669                   /* subscript */
 36670                   -1,
 36671                   /* refId */
 36672                   &__root_cimv2_CIM_CollectionOfMSEs,
 36673               };
 36674               
 36675               static const char*
 36676               _CIM_CollectedMSEs_Member_qualifiers[] =
 36677               {
 36678                   /* Override */
 36679                   "\044Member",
 36680                   0,
 36681               };
 36682               
 36683               static MetaReference
 36684               _CIM_CollectedMSEs_Member =
 36685               {
 36686 mike  1.1.2.1     /* flags */
 36687                   META_FLAG_REFERENCE|META_FLAG_READ,
 36688                   /* name */
 36689                   "Member",
 36690                   /* qualifiers */
 36691                   _CIM_CollectedMSEs_Member_qualifiers,
 36692                   /* subscript */
 36693                   -1,
 36694                   /* refId */
 36695                   &__root_cimv2_CIM_ManagedSystemElement,
 36696               };
 36697               
 36698               static MetaFeature*
 36699               _CIM_CollectedMSEs_features[] =
 36700               {
 36701                   (MetaFeature*)&_CIM_CollectedMSEs_Collection,
 36702                   (MetaFeature*)&_CIM_CollectedMSEs_Member,
 36703                   0,
 36704               };
 36705               
 36706               static const char*
 36707 mike  1.1.2.1 __root_cimv2_CIM_CollectedMSEs_qualifiers[] =
 36708               {
 36709                   /* ASSOCIATION */
 36710                   "\000\001",
 36711                   /* UMLPackagePath */
 36712                   "\057CIM::Core::Collection",
 36713                   /* Aggregation */
 36714                   "\004\001",
 36715                   /* Version */
 36716                   "\0632.6.0",
 36717                   0,
 36718               };
 36719               
 36720               MetaClass
 36721               __root_cimv2_CIM_CollectedMSEs =
 36722               {
 36723                   /* flags */
 36724                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36725                   /* name */
 36726                   "CIM_CollectedMSEs",
 36727                   /* qualifiers */
 36728 mike  1.1.2.1     __root_cimv2_CIM_CollectedMSEs_qualifiers,
 36729                   /* super */
 36730                   &__root_cimv2_CIM_MemberOfCollection,
 36731                   /* features */
 36732                   _CIM_CollectedMSEs_features,
 36733               };
 36734               
 36735               //==============================================================================
 36736               //
 36737               // Class: CIM_CollectionConfiguration
 36738               //
 36739               //==============================================================================
 36740               
 36741               static const char*
 36742               _CIM_CollectionConfiguration_Collection_qualifiers[] =
 36743               {
 36744                   /* Deprecated */
 36745                   "\013\000\002CIM_ElementSettingData.ManagedElement\000CIM_CollectionSetting.Collection\000",
 36746                   /* Key */
 36747                   "\025\001",
 36748                   0,
 36749 mike  1.1.2.1 };
 36750               
 36751               static MetaReference
 36752               _CIM_CollectionConfiguration_Collection =
 36753               {
 36754                   /* flags */
 36755                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36756                   /* name */
 36757                   "Collection",
 36758                   /* qualifiers */
 36759                   _CIM_CollectionConfiguration_Collection_qualifiers,
 36760                   /* subscript */
 36761                   -1,
 36762                   /* refId */
 36763                   &__root_cimv2_CIM_CollectionOfMSEs,
 36764               };
 36765               
 36766               static const char*
 36767               _CIM_CollectionConfiguration_Configuration_qualifiers[] =
 36768               {
 36769                   /* Deprecated */
 36770 mike  1.1.2.1     "\013\000\002CIM_ElementSettingData.SettingData\000CIM_CollectionSetting.Setting\000",
 36771                   /* Key */
 36772                   "\025\001",
 36773                   0,
 36774               };
 36775               
 36776               static MetaReference
 36777               _CIM_CollectionConfiguration_Configuration =
 36778               {
 36779                   /* flags */
 36780                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36781                   /* name */
 36782                   "Configuration",
 36783                   /* qualifiers */
 36784                   _CIM_CollectionConfiguration_Configuration_qualifiers,
 36785                   /* subscript */
 36786                   -1,
 36787                   /* refId */
 36788                   &__root_cimv2_CIM_Configuration,
 36789               };
 36790               
 36791 mike  1.1.2.1 static MetaFeature*
 36792               _CIM_CollectionConfiguration_features[] =
 36793               {
 36794                   (MetaFeature*)&_CIM_CollectionConfiguration_Collection,
 36795                   (MetaFeature*)&_CIM_CollectionConfiguration_Configuration,
 36796                   0,
 36797               };
 36798               
 36799               static const char*
 36800               __root_cimv2_CIM_CollectionConfiguration_qualifiers[] =
 36801               {
 36802                   /* ASSOCIATION */
 36803                   "\000\001",
 36804                   /* Deprecated */
 36805                   "\013\000\002CIM_ElementSettingData\000CIM_CollectionSetting\000",
 36806                   /* UMLPackagePath */
 36807                   "\057CIM::Core::Settings",
 36808                   /* Version */
 36809                   "\0632.10.0",
 36810                   0,
 36811               };
 36812 mike  1.1.2.1 
 36813               MetaClass
 36814               __root_cimv2_CIM_CollectionConfiguration =
 36815               {
 36816                   /* flags */
 36817                   META_FLAG_ASSOCIATION,
 36818                   /* name */
 36819                   "CIM_CollectionConfiguration",
 36820                   /* qualifiers */
 36821                   __root_cimv2_CIM_CollectionConfiguration_qualifiers,
 36822                   /* super */
 36823                   0,
 36824                   /* features */
 36825                   _CIM_CollectionConfiguration_features,
 36826               };
 36827               
 36828               //==============================================================================
 36829               //
 36830               // Class: CIM_CollectionInOrganization
 36831               //
 36832               //==============================================================================
 36833 mike  1.1.2.1 
 36834               static const char*
 36835               _CIM_CollectionInOrganization_Parent_qualifiers[] =
 36836               {
 36837                   /* Key */
 36838                   "\025\001",
 36839                   /* Aggregate */
 36840                   "\003\001",
 36841                   /* Max */
 36842                   "\027\000\000\000\001",
 36843                   0,
 36844               };
 36845               
 36846               static MetaReference
 36847               _CIM_CollectionInOrganization_Parent =
 36848               {
 36849                   /* flags */
 36850                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 36851                   /* name */
 36852                   "Parent",
 36853                   /* qualifiers */
 36854 mike  1.1.2.1     _CIM_CollectionInOrganization_Parent_qualifiers,
 36855                   /* subscript */
 36856                   -1,
 36857                   /* refId */
 36858                   &__root_cimv2_CIM_OrganizationalEntity,
 36859               };
 36860               
 36861               static const char*
 36862               _CIM_CollectionInOrganization_Child_qualifiers[] =
 36863               {
 36864                   /* Key */
 36865                   "\025\001",
 36866                   0,
 36867               };
 36868               
 36869               static MetaReference
 36870               _CIM_CollectionInOrganization_Child =
 36871               {
 36872                   /* flags */
 36873                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36874                   /* name */
 36875 mike  1.1.2.1     "Child",
 36876                   /* qualifiers */
 36877                   _CIM_CollectionInOrganization_Child_qualifiers,
 36878                   /* subscript */
 36879                   -1,
 36880                   /* refId */
 36881                   &__root_cimv2_CIM_Collection,
 36882               };
 36883               
 36884               static MetaFeature*
 36885               _CIM_CollectionInOrganization_features[] =
 36886               {
 36887                   (MetaFeature*)&_CIM_CollectionInOrganization_Parent,
 36888                   (MetaFeature*)&_CIM_CollectionInOrganization_Child,
 36889                   0,
 36890               };
 36891               
 36892               static const char*
 36893               __root_cimv2_CIM_CollectionInOrganization_qualifiers[] =
 36894               {
 36895                   /* ASSOCIATION */
 36896 mike  1.1.2.1     "\000\001",
 36897                   /* UMLPackagePath */
 36898                   "\057CIM::User::Org",
 36899                   /* Aggregation */
 36900                   "\004\001",
 36901                   /* Version */
 36902                   "\0632.6.0",
 36903                   0,
 36904               };
 36905               
 36906               MetaClass
 36907               __root_cimv2_CIM_CollectionInOrganization =
 36908               {
 36909                   /* flags */
 36910                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36911                   /* name */
 36912                   "CIM_CollectionInOrganization",
 36913                   /* qualifiers */
 36914                   __root_cimv2_CIM_CollectionInOrganization_qualifiers,
 36915                   /* super */
 36916                   0,
 36917 mike  1.1.2.1     /* features */
 36918                   _CIM_CollectionInOrganization_features,
 36919               };
 36920               
 36921               //==============================================================================
 36922               //
 36923               // Class: CIM_CollectionSetting
 36924               //
 36925               //==============================================================================
 36926               
 36927               static const char*
 36928               _CIM_CollectionSetting_Collection_qualifiers[] =
 36929               {
 36930                   /* Key */
 36931                   "\025\001",
 36932                   0,
 36933               };
 36934               
 36935               static MetaReference
 36936               _CIM_CollectionSetting_Collection =
 36937               {
 36938 mike  1.1.2.1     /* flags */
 36939                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36940                   /* name */
 36941                   "Collection",
 36942                   /* qualifiers */
 36943                   _CIM_CollectionSetting_Collection_qualifiers,
 36944                   /* subscript */
 36945                   -1,
 36946                   /* refId */
 36947                   &__root_cimv2_CIM_CollectionOfMSEs,
 36948               };
 36949               
 36950               static const char*
 36951               _CIM_CollectionSetting_Setting_qualifiers[] =
 36952               {
 36953                   /* Key */
 36954                   "\025\001",
 36955                   0,
 36956               };
 36957               
 36958               static MetaReference
 36959 mike  1.1.2.1 _CIM_CollectionSetting_Setting =
 36960               {
 36961                   /* flags */
 36962                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36963                   /* name */
 36964                   "Setting",
 36965                   /* qualifiers */
 36966                   _CIM_CollectionSetting_Setting_qualifiers,
 36967                   /* subscript */
 36968                   -1,
 36969                   /* refId */
 36970                   &__root_cimv2_CIM_Setting,
 36971               };
 36972               
 36973               static MetaFeature*
 36974               _CIM_CollectionSetting_features[] =
 36975               {
 36976                   (MetaFeature*)&_CIM_CollectionSetting_Collection,
 36977                   (MetaFeature*)&_CIM_CollectionSetting_Setting,
 36978                   0,
 36979               };
 36980 mike  1.1.2.1 
 36981               static const char*
 36982               __root_cimv2_CIM_CollectionSetting_qualifiers[] =
 36983               {
 36984                   /* ASSOCIATION */
 36985                   "\000\001",
 36986                   /* UMLPackagePath */
 36987                   "\057CIM::Core::Settings",
 36988                   /* Version */
 36989                   "\0632.6.0",
 36990                   0,
 36991               };
 36992               
 36993               MetaClass
 36994               __root_cimv2_CIM_CollectionSetting =
 36995               {
 36996                   /* flags */
 36997                   META_FLAG_ASSOCIATION,
 36998                   /* name */
 36999                   "CIM_CollectionSetting",
 37000                   /* qualifiers */
 37001 mike  1.1.2.1     __root_cimv2_CIM_CollectionSetting_qualifiers,
 37002                   /* super */
 37003                   0,
 37004                   /* features */
 37005                   _CIM_CollectionSetting_features,
 37006               };
 37007               
 37008               //==============================================================================
 37009               //
 37010               // Class: CIM_CommonDatabaseSettingData
 37011               //
 37012               //==============================================================================
 37013               
 37014               static const char*
 37015               _CIM_CommonDatabaseSettingData_RecoverabilityOption_qualifiers[] =
 37016               {
 37017                   /* Write */
 37018                   "\065\001",
 37019                   /* ValueMap */
 37020                   "\061\000\0041\0002\0003\0004\000",
 37021                   /* Values */
 37022 mike  1.1.2.1     "\062\000\004Other\000Recoverable\000Non-Recoverable\000Rebuildable\000",
 37023                   /* ModelCorrespondence */
 37024                   "\036\000\002CIM_CommonDatabaseSettingData.OtherRecoverabilityOption\000CIM_CommonDatabaseCapabilities.RecoverabilityOptions\000",
 37025                   0,
 37026               };
 37027               
 37028               static MetaProperty
 37029               _CIM_CommonDatabaseSettingData_RecoverabilityOption =
 37030               {
 37031                   /* flags */
 37032                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 37033                   /* name */
 37034                   "RecoverabilityOption",
 37035                   /* qualifiers */
 37036                   _CIM_CommonDatabaseSettingData_RecoverabilityOption_qualifiers,
 37037                   /* type */
 37038                   CIMTYPE_UINT16,
 37039                   /* subscript */
 37040                   -1,
 37041                   /* value */
 37042                   0,
 37043 mike  1.1.2.1 };
 37044               
 37045               static const char*
 37046               _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption_qualifiers[] =
 37047               {
 37048                   /* Write */
 37049                   "\065\001",
 37050                   /* ModelCorrespondence */
 37051                   "\036\000\002CIM_CommonDatabaseSettingData.RecoverabilityOption\000CIM_CommonDatabaseCapabilities.OtherRecoverabilityOptions\000",
 37052                   0,
 37053               };
 37054               
 37055               static MetaProperty
 37056               _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption =
 37057               {
 37058                   /* flags */
 37059                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 37060                   /* name */
 37061                   "OtherRecoverabilityOption",
 37062                   /* qualifiers */
 37063                   _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption_qualifiers,
 37064 mike  1.1.2.1     /* type */
 37065                   CIMTYPE_STRING,
 37066                   /* subscript */
 37067                   -1,
 37068                   /* value */
 37069                   0,
 37070               };
 37071               
 37072               static MetaFeature*
 37073               _CIM_CommonDatabaseSettingData_features[] =
 37074               {
 37075                   (MetaFeature*)&_CIM_CommonDatabaseSettingData_RecoverabilityOption,
 37076                   (MetaFeature*)&_CIM_CommonDatabaseSettingData_OtherRecoverabilityOption,
 37077                   0,
 37078               };
 37079               
 37080               static const char*
 37081               __root_cimv2_CIM_CommonDatabaseSettingData_qualifiers[] =
 37082               {
 37083                   /* UMLPackagePath */
 37084                   "\057CIM::Database::Storage",
 37085 mike  1.1.2.1     /* Version */
 37086                   "\0632.8.0",
 37087                   0,
 37088               };
 37089               
 37090               MetaClass
 37091               __root_cimv2_CIM_CommonDatabaseSettingData =
 37092               {
 37093                   /* flags */
 37094                   META_FLAG_CLASS,
 37095                   /* name */
 37096                   "CIM_CommonDatabaseSettingData",
 37097                   /* qualifiers */
 37098                   __root_cimv2_CIM_CommonDatabaseSettingData_qualifiers,
 37099                   /* super */
 37100                   &__root_cimv2_CIM_SettingData,
 37101                   /* features */
 37102                   _CIM_CommonDatabaseSettingData_features,
 37103               };
 37104               
 37105               //==============================================================================
 37106 mike  1.1.2.1 //
 37107               // Class: CIM_CommonDatabaseStatistics
 37108               //
 37109               //==============================================================================
 37110               
 37111               static const char*
 37112               _CIM_CommonDatabaseStatistics_SizeUsed_qualifiers[] =
 37113               {
 37114                   /* MappingStrings */
 37115                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeUsed\000",
 37116                   0,
 37117               };
 37118               
 37119               static MetaProperty
 37120               _CIM_CommonDatabaseStatistics_SizeUsed =
 37121               {
 37122                   /* flags */
 37123                   META_FLAG_PROPERTY|META_FLAG_READ,
 37124                   /* name */
 37125                   "SizeUsed",
 37126                   /* qualifiers */
 37127 mike  1.1.2.1     _CIM_CommonDatabaseStatistics_SizeUsed_qualifiers,
 37128                   /* type */
 37129                   CIMTYPE_UINT32,
 37130                   /* subscript */
 37131                   -1,
 37132                   /* value */
 37133                   0,
 37134               };
 37135               
 37136               static MetaFeature*
 37137               _CIM_CommonDatabaseStatistics_features[] =
 37138               {
 37139                   (MetaFeature*)&_CIM_CommonDatabaseStatistics_SizeUsed,
 37140                   0,
 37141               };
 37142               
 37143               static const char*
 37144               __root_cimv2_CIM_CommonDatabaseStatistics_qualifiers[] =
 37145               {
 37146                   /* UMLPackagePath */
 37147                   "\057CIM::Database::Statistics",
 37148 mike  1.1.2.1     /* Version */
 37149                   "\0632.7.0",
 37150                   0,
 37151               };
 37152               
 37153               MetaClass
 37154               __root_cimv2_CIM_CommonDatabaseStatistics =
 37155               {
 37156                   /* flags */
 37157                   META_FLAG_CLASS,
 37158                   /* name */
 37159                   "CIM_CommonDatabaseStatistics",
 37160                   /* qualifiers */
 37161                   __root_cimv2_CIM_CommonDatabaseStatistics_qualifiers,
 37162                   /* super */
 37163                   &__root_cimv2_CIM_StatisticalData,
 37164                   /* features */
 37165                   _CIM_CommonDatabaseStatistics_features,
 37166               };
 37167               
 37168               //==============================================================================
 37169 mike  1.1.2.1 //
 37170               // Class: CIM_CompatibleProduct
 37171               //
 37172               //==============================================================================
 37173               
 37174               static const char*
 37175               _CIM_CompatibleProduct_Product_qualifiers[] =
 37176               {
 37177                   /* Key */
 37178                   "\025\001",
 37179                   0,
 37180               };
 37181               
 37182               static MetaReference
 37183               _CIM_CompatibleProduct_Product =
 37184               {
 37185                   /* flags */
 37186                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 37187                   /* name */
 37188                   "Product",
 37189                   /* qualifiers */
 37190 mike  1.1.2.1     _CIM_CompatibleProduct_Product_qualifiers,
 37191                   /* subscript */
 37192                   -1,
 37193                   /* refId */
 37194                   &__root_cimv2_CIM_Product,
 37195               };
 37196               
 37197               static const char*
 37198               _CIM_CompatibleProduct_CompatibleProduct_qualifiers[] =
 37199               {
 37200                   /* Key */
 37201                   "\025\001",
 37202                   0,
 37203               };
 37204               
 37205               static MetaReference
 37206               _CIM_CompatibleProduct_CompatibleProduct =
 37207               {
 37208                   /* flags */
 37209                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 37210                   /* name */
 37211 mike  1.1.2.1     "CompatibleProduct",
 37212                   /* qualifiers */
 37213                   _CIM_CompatibleProduct_CompatibleProduct_qualifiers,
 37214                   /* subscript */
 37215                   -1,
 37216                   /* refId */
 37217                   &__root_cimv2_CIM_Product,
 37218               };
 37219               
 37220               static const char*
 37221               _CIM_CompatibleProduct_CompatibilityDescription_qualifiers[] =
 37222               {
 37223                   0,
 37224               };
 37225               
 37226               static MetaProperty
 37227               _CIM_CompatibleProduct_CompatibilityDescription =
 37228               {
 37229                   /* flags */
 37230                   META_FLAG_PROPERTY|META_FLAG_READ,
 37231                   /* name */
 37232 mike  1.1.2.1     "CompatibilityDescription",
 37233                   /* qualifiers */
 37234                   _CIM_CompatibleProduct_CompatibilityDescription_qualifiers,
 37235                   /* type */
 37236                   CIMTYPE_STRING,
 37237                   /* subscript */
 37238                   -1,
 37239                   /* value */
 37240                   0,
 37241               };
 37242               
 37243               static MetaFeature*
 37244               _CIM_CompatibleProduct_features[] =
 37245               {
 37246                   (MetaFeature*)&_CIM_CompatibleProduct_Product,
 37247                   (MetaFeature*)&_CIM_CompatibleProduct_CompatibleProduct,
 37248                   (MetaFeature*)&_CIM_CompatibleProduct_CompatibilityDescription,
 37249                   0,
 37250               };
 37251               
 37252               static const char*
 37253 mike  1.1.2.1 __root_cimv2_CIM_CompatibleProduct_qualifiers[] =
 37254               {
 37255                   /* ASSOCIATION */
 37256                   "\000\001",
 37257                   /* UMLPackagePath */
 37258                   "\057CIM::Core::ProductFRU",
 37259                   /* Version */
 37260                   "\0632.6.0",
 37261                   0,
 37262               };
 37263               
 37264               MetaClass
 37265               __root_cimv2_CIM_CompatibleProduct =
 37266               {
 37267                   /* flags */
 37268                   META_FLAG_ASSOCIATION,
 37269                   /* name */
 37270                   "CIM_CompatibleProduct",
 37271                   /* qualifiers */
 37272                   __root_cimv2_CIM_CompatibleProduct_qualifiers,
 37273                   /* super */
 37274 mike  1.1.2.1     0,
 37275                   /* features */
 37276                   _CIM_CompatibleProduct_features,
 37277               };
 37278               
 37279               //==============================================================================
 37280               //
 37281               // Class: CIM_CompoundPolicyAction
 37282               //
 37283               //==============================================================================
 37284               
 37285               static const char*
 37286               _CIM_CompoundPolicyAction_SequencedActions_qualifiers[] =
 37287               {
 37288                   /* ValueMap */
 37289                   "\061\000\0031\0002\0003\000",
 37290                   /* Values */
 37291                   "\062\000\003Mandatory\000Recommended\000Dont Care\000",
 37292                   0,
 37293               };
 37294               
 37295 mike  1.1.2.1 static MetaProperty
 37296               _CIM_CompoundPolicyAction_SequencedActions =
 37297               {
 37298                   /* flags */
 37299                   META_FLAG_PROPERTY|META_FLAG_READ,
 37300                   /* name */
 37301                   "SequencedActions",
 37302                   /* qualifiers */
 37303                   _CIM_CompoundPolicyAction_SequencedActions_qualifiers,
 37304                   /* type */
 37305                   CIMTYPE_UINT16,
 37306                   /* subscript */
 37307                   -1,
 37308                   /* value */
 37309                   "\000\003",
 37310               };
 37311               
 37312               static const char*
 37313               _CIM_CompoundPolicyAction_ExecutionStrategy_qualifiers[] =
 37314               {
 37315                   /* ValueMap */
 37316 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
 37317                   /* Values */
 37318                   "\062\000\003Do Until Success\000Do All\000Do Until Failure\000",
 37319                   0,
 37320               };
 37321               
 37322               static MetaProperty
 37323               _CIM_CompoundPolicyAction_ExecutionStrategy =
 37324               {
 37325                   /* flags */
 37326                   META_FLAG_PROPERTY|META_FLAG_READ,
 37327                   /* name */
 37328                   "ExecutionStrategy",
 37329                   /* qualifiers */
 37330                   _CIM_CompoundPolicyAction_ExecutionStrategy_qualifiers,
 37331                   /* type */
 37332                   CIMTYPE_UINT16,
 37333                   /* subscript */
 37334                   -1,
 37335                   /* value */
 37336                   "\000\002",
 37337 mike  1.1.2.1 };
 37338               
 37339               static MetaFeature*
 37340               _CIM_CompoundPolicyAction_features[] =
 37341               {
 37342                   (MetaFeature*)&_CIM_CompoundPolicyAction_SequencedActions,
 37343                   (MetaFeature*)&_CIM_CompoundPolicyAction_ExecutionStrategy,
 37344                   0,
 37345               };
 37346               
 37347               static const char*
 37348               __root_cimv2_CIM_CompoundPolicyAction_qualifiers[] =
 37349               {
 37350                   /* UMLPackagePath */
 37351                   "\057CIM::Policy",
 37352                   /* Version */
 37353                   "\0632.6.0",
 37354                   0,
 37355               };
 37356               
 37357               MetaClass
 37358 mike  1.1.2.1 __root_cimv2_CIM_CompoundPolicyAction =
 37359               {
 37360                   /* flags */
 37361                   META_FLAG_CLASS,
 37362                   /* name */
 37363                   "CIM_CompoundPolicyAction",
 37364                   /* qualifiers */
 37365                   __root_cimv2_CIM_CompoundPolicyAction_qualifiers,
 37366                   /* super */
 37367                   &__root_cimv2_CIM_PolicyAction,
 37368                   /* features */
 37369                   _CIM_CompoundPolicyAction_features,
 37370               };
 37371               
 37372               //==============================================================================
 37373               //
 37374               // Class: CIM_CompoundPolicyCondition
 37375               //
 37376               //==============================================================================
 37377               
 37378               static const char*
 37379 mike  1.1.2.1 _CIM_CompoundPolicyCondition_ConditionListType_qualifiers[] =
 37380               {
 37381                   /* ValueMap */
 37382                   "\061\000\0021\0002\000",
 37383                   /* Values */
 37384                   "\062\000\002DNF\000CNF\000",
 37385                   0,
 37386               };
 37387               
 37388               static MetaProperty
 37389               _CIM_CompoundPolicyCondition_ConditionListType =
 37390               {
 37391                   /* flags */
 37392                   META_FLAG_PROPERTY|META_FLAG_READ,
 37393                   /* name */
 37394                   "ConditionListType",
 37395                   /* qualifiers */
 37396                   _CIM_CompoundPolicyCondition_ConditionListType_qualifiers,
 37397                   /* type */
 37398                   CIMTYPE_UINT16,
 37399                   /* subscript */
 37400 mike  1.1.2.1     -1,
 37401                   /* value */
 37402                   0,
 37403               };
 37404               
 37405               static MetaFeature*
 37406               _CIM_CompoundPolicyCondition_features[] =
 37407               {
 37408                   (MetaFeature*)&_CIM_CompoundPolicyCondition_ConditionListType,
 37409                   0,
 37410               };
 37411               
 37412               static const char*
 37413               __root_cimv2_CIM_CompoundPolicyCondition_qualifiers[] =
 37414               {
 37415                   /* UMLPackagePath */
 37416                   "\057CIM::Policy",
 37417                   /* Version */
 37418                   "\0632.7.0",
 37419                   0,
 37420               };
 37421 mike  1.1.2.1 
 37422               MetaClass
 37423               __root_cimv2_CIM_CompoundPolicyCondition =
 37424               {
 37425                   /* flags */
 37426                   META_FLAG_CLASS,
 37427                   /* name */
 37428                   "CIM_CompoundPolicyCondition",
 37429                   /* qualifiers */
 37430                   __root_cimv2_CIM_CompoundPolicyCondition_qualifiers,
 37431                   /* super */
 37432                   &__root_cimv2_CIM_PolicyCondition,
 37433                   /* features */
 37434                   _CIM_CompoundPolicyCondition_features,
 37435               };
 37436               
 37437               //==============================================================================
 37438               //
 37439               // Class: CIM_ConcreteDependency
 37440               //
 37441               //==============================================================================
 37442 mike  1.1.2.1 
 37443               static const char*
 37444               _CIM_ConcreteDependency_Antecedent_qualifiers[] =
 37445               {
 37446                   /* Override */
 37447                   "\044Antecedent",
 37448                   0,
 37449               };
 37450               
 37451               static MetaReference
 37452               _CIM_ConcreteDependency_Antecedent =
 37453               {
 37454                   /* flags */
 37455                   META_FLAG_REFERENCE|META_FLAG_READ,
 37456                   /* name */
 37457                   "Antecedent",
 37458                   /* qualifiers */
 37459                   _CIM_ConcreteDependency_Antecedent_qualifiers,
 37460                   /* subscript */
 37461                   -1,
 37462                   /* refId */
 37463 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 37464               };
 37465               
 37466               static const char*
 37467               _CIM_ConcreteDependency_Dependent_qualifiers[] =
 37468               {
 37469                   /* Override */
 37470                   "\044Dependent",
 37471                   0,
 37472               };
 37473               
 37474               static MetaReference
 37475               _CIM_ConcreteDependency_Dependent =
 37476               {
 37477                   /* flags */
 37478                   META_FLAG_REFERENCE|META_FLAG_READ,
 37479                   /* name */
 37480                   "Dependent",
 37481                   /* qualifiers */
 37482                   _CIM_ConcreteDependency_Dependent_qualifiers,
 37483                   /* subscript */
 37484 mike  1.1.2.1     -1,
 37485                   /* refId */
 37486                   &__root_cimv2_CIM_ManagedElement,
 37487               };
 37488               
 37489               static MetaFeature*
 37490               _CIM_ConcreteDependency_features[] =
 37491               {
 37492                   (MetaFeature*)&_CIM_ConcreteDependency_Antecedent,
 37493                   (MetaFeature*)&_CIM_ConcreteDependency_Dependent,
 37494                   0,
 37495               };
 37496               
 37497               static const char*
 37498               __root_cimv2_CIM_ConcreteDependency_qualifiers[] =
 37499               {
 37500                   /* ASSOCIATION */
 37501                   "\000\001",
 37502                   /* UMLPackagePath */
 37503                   "\057CIM::Core::CoreElements",
 37504                   /* Version */
 37505 mike  1.1.2.1     "\0632.10.0",
 37506                   0,
 37507               };
 37508               
 37509               MetaClass
 37510               __root_cimv2_CIM_ConcreteDependency =
 37511               {
 37512                   /* flags */
 37513                   META_FLAG_ASSOCIATION,
 37514                   /* name */
 37515                   "CIM_ConcreteDependency",
 37516                   /* qualifiers */
 37517                   __root_cimv2_CIM_ConcreteDependency_qualifiers,
 37518                   /* super */
 37519                   &__root_cimv2_CIM_Dependency,
 37520                   /* features */
 37521                   _CIM_ConcreteDependency_features,
 37522               };
 37523               
 37524               //==============================================================================
 37525               //
 37526 mike  1.1.2.1 // Class: CIM_ConcreteIdentity
 37527               //
 37528               //==============================================================================
 37529               
 37530               static const char*
 37531               _CIM_ConcreteIdentity_SystemElement_qualifiers[] =
 37532               {
 37533                   /* Override */
 37534                   "\044SystemElement",
 37535                   0,
 37536               };
 37537               
 37538               static MetaReference
 37539               _CIM_ConcreteIdentity_SystemElement =
 37540               {
 37541                   /* flags */
 37542                   META_FLAG_REFERENCE|META_FLAG_READ,
 37543                   /* name */
 37544                   "SystemElement",
 37545                   /* qualifiers */
 37546                   _CIM_ConcreteIdentity_SystemElement_qualifiers,
 37547 mike  1.1.2.1     /* subscript */
 37548                   -1,
 37549                   /* refId */
 37550                   &__root_cimv2_CIM_ManagedElement,
 37551               };
 37552               
 37553               static const char*
 37554               _CIM_ConcreteIdentity_SameElement_qualifiers[] =
 37555               {
 37556                   /* Override */
 37557                   "\044SameElement",
 37558                   0,
 37559               };
 37560               
 37561               static MetaReference
 37562               _CIM_ConcreteIdentity_SameElement =
 37563               {
 37564                   /* flags */
 37565                   META_FLAG_REFERENCE|META_FLAG_READ,
 37566                   /* name */
 37567                   "SameElement",
 37568 mike  1.1.2.1     /* qualifiers */
 37569                   _CIM_ConcreteIdentity_SameElement_qualifiers,
 37570                   /* subscript */
 37571                   -1,
 37572                   /* refId */
 37573                   &__root_cimv2_CIM_ManagedElement,
 37574               };
 37575               
 37576               static MetaFeature*
 37577               _CIM_ConcreteIdentity_features[] =
 37578               {
 37579                   (MetaFeature*)&_CIM_ConcreteIdentity_SystemElement,
 37580                   (MetaFeature*)&_CIM_ConcreteIdentity_SameElement,
 37581                   0,
 37582               };
 37583               
 37584               static const char*
 37585               __root_cimv2_CIM_ConcreteIdentity_qualifiers[] =
 37586               {
 37587                   /* ASSOCIATION */
 37588                   "\000\001",
 37589 mike  1.1.2.1     /* UMLPackagePath */
 37590                   "\057CIM::Core::CoreElements",
 37591                   /* Version */
 37592                   "\0632.10.0",
 37593                   0,
 37594               };
 37595               
 37596               MetaClass
 37597               __root_cimv2_CIM_ConcreteIdentity =
 37598               {
 37599                   /* flags */
 37600                   META_FLAG_ASSOCIATION,
 37601                   /* name */
 37602                   "CIM_ConcreteIdentity",
 37603                   /* qualifiers */
 37604                   __root_cimv2_CIM_ConcreteIdentity_qualifiers,
 37605                   /* super */
 37606                   &__root_cimv2_CIM_LogicalIdentity,
 37607                   /* features */
 37608                   _CIM_ConcreteIdentity_features,
 37609               };
 37610 mike  1.1.2.1 
 37611               //==============================================================================
 37612               //
 37613               // Class: CIM_ConfigurationCapacity
 37614               //
 37615               //==============================================================================
 37616               
 37617               static const char*
 37618               _CIM_ConfigurationCapacity_Name_qualifiers[] =
 37619               {
 37620                   /* Key */
 37621                   "\025\001",
 37622                   /* Override */
 37623                   "\044Name",
 37624                   0,
 37625               };
 37626               
 37627               static MetaProperty
 37628               _CIM_ConfigurationCapacity_Name =
 37629               {
 37630                   /* flags */
 37631 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 37632                   /* name */
 37633                   "Name",
 37634                   /* qualifiers */
 37635                   _CIM_ConfigurationCapacity_Name_qualifiers,
 37636                   /* type */
 37637                   CIMTYPE_STRING,
 37638                   /* subscript */
 37639                   -1,
 37640                   /* value */
 37641                   0,
 37642               };
 37643               
 37644               static const char*
 37645               _CIM_ConfigurationCapacity_ObjectType_qualifiers[] =
 37646               {
 37647                   /* Key */
 37648                   "\025\001",
 37649                   /* ValueMap */
 37650                   "\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",
 37651                   /* Values */
 37652 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",
 37653                   /* ModelCorrespondence */
 37654                   "\036\000\001CIM_ConfigurationCapacity.OtherTypeDescription\000",
 37655                   0,
 37656               };
 37657               
 37658               static MetaProperty
 37659               _CIM_ConfigurationCapacity_ObjectType =
 37660               {
 37661                   /* flags */
 37662                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 37663                   /* name */
 37664                   "ObjectType",
 37665                   /* qualifiers */
 37666                   _CIM_ConfigurationCapacity_ObjectType_qualifiers,
 37667                   /* type */
 37668                   CIMTYPE_UINT16,
 37669                   /* subscript */
 37670                   -1,
 37671                   /* value */
 37672                   0,
 37673 mike  1.1.2.1 };
 37674               
 37675               static const char*
 37676               _CIM_ConfigurationCapacity_OtherTypeDescription_qualifiers[] =
 37677               {
 37678                   /* MaxLen */
 37679                   "\030\000\000\000\100",
 37680                   /* ModelCorrespondence */
 37681                   "\036\000\001CIM_ConfigurationCapacity.ObjectType\000",
 37682                   0,
 37683               };
 37684               
 37685               static MetaProperty
 37686               _CIM_ConfigurationCapacity_OtherTypeDescription =
 37687               {
 37688                   /* flags */
 37689                   META_FLAG_PROPERTY|META_FLAG_READ,
 37690                   /* name */
 37691                   "OtherTypeDescription",
 37692                   /* qualifiers */
 37693                   _CIM_ConfigurationCapacity_OtherTypeDescription_qualifiers,
 37694 mike  1.1.2.1     /* type */
 37695                   CIMTYPE_STRING,
 37696                   /* subscript */
 37697                   -1,
 37698                   /* value */
 37699                   0,
 37700               };
 37701               
 37702               static const char*
 37703               _CIM_ConfigurationCapacity_MinimumCapacity_qualifiers[] =
 37704               {
 37705                   0,
 37706               };
 37707               
 37708               static MetaProperty
 37709               _CIM_ConfigurationCapacity_MinimumCapacity =
 37710               {
 37711                   /* flags */
 37712                   META_FLAG_PROPERTY|META_FLAG_READ,
 37713                   /* name */
 37714                   "MinimumCapacity",
 37715 mike  1.1.2.1     /* qualifiers */
 37716                   _CIM_ConfigurationCapacity_MinimumCapacity_qualifiers,
 37717                   /* type */
 37718                   CIMTYPE_UINT64,
 37719                   /* subscript */
 37720                   -1,
 37721                   /* value */
 37722                   0,
 37723               };
 37724               
 37725               static const char*
 37726               _CIM_ConfigurationCapacity_MaximumCapacity_qualifiers[] =
 37727               {
 37728                   0,
 37729               };
 37730               
 37731               static MetaProperty
 37732               _CIM_ConfigurationCapacity_MaximumCapacity =
 37733               {
 37734                   /* flags */
 37735                   META_FLAG_PROPERTY|META_FLAG_READ,
 37736 mike  1.1.2.1     /* name */
 37737                   "MaximumCapacity",
 37738                   /* qualifiers */
 37739                   _CIM_ConfigurationCapacity_MaximumCapacity_qualifiers,
 37740                   /* type */
 37741                   CIMTYPE_UINT64,
 37742                   /* subscript */
 37743                   -1,
 37744                   /* value */
 37745                   0,
 37746               };
 37747               
 37748               static const char*
 37749               _CIM_ConfigurationCapacity_Increment_qualifiers[] =
 37750               {
 37751                   0,
 37752               };
 37753               
 37754               static MetaProperty
 37755               _CIM_ConfigurationCapacity_Increment =
 37756               {
 37757 mike  1.1.2.1     /* flags */
 37758                   META_FLAG_PROPERTY|META_FLAG_READ,
 37759                   /* name */
 37760                   "Increment",
 37761                   /* qualifiers */
 37762                   _CIM_ConfigurationCapacity_Increment_qualifiers,
 37763                   /* type */
 37764                   CIMTYPE_UINT32,
 37765                   /* subscript */
 37766                   -1,
 37767                   /* value */
 37768                   0,
 37769               };
 37770               
 37771               static MetaFeature*
 37772               _CIM_ConfigurationCapacity_features[] =
 37773               {
 37774                   (MetaFeature*)&_CIM_ConfigurationCapacity_Name,
 37775                   (MetaFeature*)&_CIM_ConfigurationCapacity_ObjectType,
 37776                   (MetaFeature*)&_CIM_ConfigurationCapacity_OtherTypeDescription,
 37777                   (MetaFeature*)&_CIM_ConfigurationCapacity_MinimumCapacity,
 37778 mike  1.1.2.1     (MetaFeature*)&_CIM_ConfigurationCapacity_MaximumCapacity,
 37779                   (MetaFeature*)&_CIM_ConfigurationCapacity_Increment,
 37780                   0,
 37781               };
 37782               
 37783               static const char*
 37784               __root_cimv2_CIM_ConfigurationCapacity_qualifiers[] =
 37785               {
 37786                   /* UMLPackagePath */
 37787                   "\057CIM::Physical::Misc",
 37788                   /* Version */
 37789                   "\0632.6.0",
 37790                   0,
 37791               };
 37792               
 37793               MetaClass
 37794               __root_cimv2_CIM_ConfigurationCapacity =
 37795               {
 37796                   /* flags */
 37797                   META_FLAG_CLASS,
 37798                   /* name */
 37799 mike  1.1.2.1     "CIM_ConfigurationCapacity",
 37800                   /* qualifiers */
 37801                   __root_cimv2_CIM_ConfigurationCapacity_qualifiers,
 37802                   /* super */
 37803                   &__root_cimv2_CIM_PhysicalCapacity,
 37804                   /* features */
 37805                   _CIM_ConfigurationCapacity_features,
 37806               };
 37807               
 37808               //==============================================================================
 37809               //
 37810               // Class: CIM_ConnectivityCollection
 37811               //
 37812               //==============================================================================
 37813               
 37814               static const char*
 37815               _CIM_ConnectivityCollection_ConnectivityStatus_qualifiers[] =
 37816               {
 37817                   /* ValueMap */
 37818                   "\061\000\0040\0002\0003\0004\000",
 37819                   /* Values */
 37820 mike  1.1.2.1     "\062\000\004Unknown\000Connectivity/Up\000No Connectivity/Down\000Partitioned\000",
 37821                   0,
 37822               };
 37823               
 37824               static MetaProperty
 37825               _CIM_ConnectivityCollection_ConnectivityStatus =
 37826               {
 37827                   /* flags */
 37828                   META_FLAG_PROPERTY|META_FLAG_READ,
 37829                   /* name */
 37830                   "ConnectivityStatus",
 37831                   /* qualifiers */
 37832                   _CIM_ConnectivityCollection_ConnectivityStatus_qualifiers,
 37833                   /* type */
 37834                   CIMTYPE_UINT16,
 37835                   /* subscript */
 37836                   -1,
 37837                   /* value */
 37838                   0,
 37839               };
 37840               
 37841 mike  1.1.2.1 static MetaFeature*
 37842               _CIM_ConnectivityCollection_features[] =
 37843               {
 37844                   (MetaFeature*)&_CIM_ConnectivityCollection_ConnectivityStatus,
 37845                   0,
 37846               };
 37847               
 37848               static const char*
 37849               __root_cimv2_CIM_ConnectivityCollection_qualifiers[] =
 37850               {
 37851                   /* UMLPackagePath */
 37852                   "\057CIM::Network::Collections",
 37853                   /* Version */
 37854                   "\0632.7.0",
 37855                   0,
 37856               };
 37857               
 37858               MetaClass
 37859               __root_cimv2_CIM_ConnectivityCollection =
 37860               {
 37861                   /* flags */
 37862 mike  1.1.2.1     META_FLAG_CLASS,
 37863                   /* name */
 37864                   "CIM_ConnectivityCollection",
 37865                   /* qualifiers */
 37866                   __root_cimv2_CIM_ConnectivityCollection_qualifiers,
 37867                   /* super */
 37868                   &__root_cimv2_CIM_SystemSpecificCollection,
 37869                   /* features */
 37870                   _CIM_ConnectivityCollection_features,
 37871               };
 37872               
 37873               //==============================================================================
 37874               //
 37875               // Class: CIM_ConnectivityMembershipSettingData
 37876               //
 37877               //==============================================================================
 37878               
 37879               static const char*
 37880               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType_qualifiers[] =
 37881               {
 37882                   /* Required */
 37883 mike  1.1.2.1     "\050\001",
 37884                   /* ValueMap */
 37885                   "\061\000\0110\0001\0002\0003\0004\0005\0006\000..\0000x8000..\000",
 37886                   /* Values */
 37887                   "\062\000\011Unknown\000Other\000Permanent Address\000Network Address\000Switch Port ID\000Logical Port Group\000Connectivity Collection\000DMTF Reserved\000Vendor Reserved\000",
 37888                   /* ModelCorrespondence */
 37889                   "\036\000\002CIM_ConnectivityMembershipSettingData.ConnectivityMemberID\000CIM_ConnectivityMembershipSettingData.OtherConnectivityMemberType\000",
 37890                   0,
 37891               };
 37892               
 37893               static MetaProperty
 37894               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType =
 37895               {
 37896                   /* flags */
 37897                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 37898                   /* name */
 37899                   "ConnectivityMemberType",
 37900                   /* qualifiers */
 37901                   _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType_qualifiers,
 37902                   /* type */
 37903                   CIMTYPE_UINT16,
 37904 mike  1.1.2.1     /* subscript */
 37905                   -1,
 37906                   /* value */
 37907                   0,
 37908               };
 37909               
 37910               static const char*
 37911               _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType_qualifiers[] =
 37912               {
 37913                   /* ModelCorrespondence */
 37914                   "\036\000\001CIM_ConnectivityMembershipSettingData.ConnectivityMemberType\000",
 37915                   0,
 37916               };
 37917               
 37918               static MetaProperty
 37919               _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType =
 37920               {
 37921                   /* flags */
 37922                   META_FLAG_PROPERTY|META_FLAG_READ,
 37923                   /* name */
 37924                   "OtherConnectivityMemberType",
 37925 mike  1.1.2.1     /* qualifiers */
 37926                   _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType_qualifiers,
 37927                   /* type */
 37928                   CIMTYPE_STRING,
 37929                   /* subscript */
 37930                   -1,
 37931                   /* value */
 37932                   0,
 37933               };
 37934               
 37935               static const char*
 37936               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID_qualifiers[] =
 37937               {
 37938                   /* Required */
 37939                   "\050\001",
 37940                   /* ModelCorrespondence */
 37941                   "\036\000\001CIM_ConnectivityMembershipSettingData.ConnectivityMemberType\000",
 37942                   0,
 37943               };
 37944               
 37945               static MetaProperty
 37946 mike  1.1.2.1 _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID =
 37947               {
 37948                   /* flags */
 37949                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 37950                   /* name */
 37951                   "ConnectivityMemberID",
 37952                   /* qualifiers */
 37953                   _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID_qualifiers,
 37954                   /* type */
 37955                   CIMTYPE_STRING,
 37956                   /* subscript */
 37957                   -1,
 37958                   /* value */
 37959                   0,
 37960               };
 37961               
 37962               static MetaFeature*
 37963               _CIM_ConnectivityMembershipSettingData_features[] =
 37964               {
 37965                   (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_ConnectivityMemberType,
 37966                   (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType,
 37967 mike  1.1.2.1     (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_ConnectivityMemberID,
 37968                   0,
 37969               };
 37970               
 37971               static const char*
 37972               __root_cimv2_CIM_ConnectivityMembershipSettingData_qualifiers[] =
 37973               {
 37974                   /* UMLPackagePath */
 37975                   "\057CIM::Network::Collections",
 37976                   /* Version */
 37977                   "\0632.8.0",
 37978                   0,
 37979               };
 37980               
 37981               MetaClass
 37982               __root_cimv2_CIM_ConnectivityMembershipSettingData =
 37983               {
 37984                   /* flags */
 37985                   META_FLAG_CLASS,
 37986                   /* name */
 37987                   "CIM_ConnectivityMembershipSettingData",
 37988 mike  1.1.2.1     /* qualifiers */
 37989                   __root_cimv2_CIM_ConnectivityMembershipSettingData_qualifiers,
 37990                   /* super */
 37991                   &__root_cimv2_CIM_SettingData,
 37992                   /* features */
 37993                   _CIM_ConnectivityMembershipSettingData_features,
 37994               };
 37995               
 37996               //==============================================================================
 37997               //
 37998               // Class: CIM_ContainedLocation
 37999               //
 38000               //==============================================================================
 38001               
 38002               static const char*
 38003               _CIM_ContainedLocation_GroupComponent_qualifiers[] =
 38004               {
 38005                   /* Aggregate */
 38006                   "\003\001",
 38007                   /* Override */
 38008                   "\044GroupComponent",
 38009 mike  1.1.2.1     /* Max */
 38010                   "\027\000\000\000\001",
 38011                   0,
 38012               };
 38013               
 38014               static MetaReference
 38015               _CIM_ContainedLocation_GroupComponent =
 38016               {
 38017                   /* flags */
 38018                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 38019                   /* name */
 38020                   "GroupComponent",
 38021                   /* qualifiers */
 38022                   _CIM_ContainedLocation_GroupComponent_qualifiers,
 38023                   /* subscript */
 38024                   -1,
 38025                   /* refId */
 38026                   &__root_cimv2_CIM_Location,
 38027               };
 38028               
 38029               static const char*
 38030 mike  1.1.2.1 _CIM_ContainedLocation_PartComponent_qualifiers[] =
 38031               {
 38032                   /* Override */
 38033                   "\044PartComponent",
 38034                   0,
 38035               };
 38036               
 38037               static MetaReference
 38038               _CIM_ContainedLocation_PartComponent =
 38039               {
 38040                   /* flags */
 38041                   META_FLAG_REFERENCE|META_FLAG_READ,
 38042                   /* name */
 38043                   "PartComponent",
 38044                   /* qualifiers */
 38045                   _CIM_ContainedLocation_PartComponent_qualifiers,
 38046                   /* subscript */
 38047                   -1,
 38048                   /* refId */
 38049                   &__root_cimv2_CIM_Location,
 38050               };
 38051 mike  1.1.2.1 
 38052               static MetaFeature*
 38053               _CIM_ContainedLocation_features[] =
 38054               {
 38055                   (MetaFeature*)&_CIM_ContainedLocation_GroupComponent,
 38056                   (MetaFeature*)&_CIM_ContainedLocation_PartComponent,
 38057                   0,
 38058               };
 38059               
 38060               static const char*
 38061               __root_cimv2_CIM_ContainedLocation_qualifiers[] =
 38062               {
 38063                   /* ASSOCIATION */
 38064                   "\000\001",
 38065                   /* UMLPackagePath */
 38066                   "\057CIM::Core::Physical",
 38067                   /* Aggregation */
 38068                   "\004\001",
 38069                   /* Composition */
 38070                   "\011\001",
 38071                   /* Version */
 38072 mike  1.1.2.1     "\0632.7.0",
 38073                   0,
 38074               };
 38075               
 38076               MetaClass
 38077               __root_cimv2_CIM_ContainedLocation =
 38078               {
 38079                   /* flags */
 38080                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 38081                   /* name */
 38082                   "CIM_ContainedLocation",
 38083                   /* qualifiers */
 38084                   __root_cimv2_CIM_ContainedLocation_qualifiers,
 38085                   /* super */
 38086                   &__root_cimv2_CIM_Component,
 38087                   /* features */
 38088                   _CIM_ContainedLocation_features,
 38089               };
 38090               
 38091               //==============================================================================
 38092               //
 38093 mike  1.1.2.1 // Class: CIM_Container
 38094               //
 38095               //==============================================================================
 38096               
 38097               static const char*
 38098               _CIM_Container_GroupComponent_qualifiers[] =
 38099               {
 38100                   /* Aggregate */
 38101                   "\003\001",
 38102                   /* Override */
 38103                   "\044GroupComponent",
 38104                   /* Max */
 38105                   "\027\000\000\000\001",
 38106                   /* MappingStrings */
 38107                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalContainedIn\000",
 38108                   0,
 38109               };
 38110               
 38111               static MetaReference
 38112               _CIM_Container_GroupComponent =
 38113               {
 38114 mike  1.1.2.1     /* flags */
 38115                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 38116                   /* name */
 38117                   "GroupComponent",
 38118                   /* qualifiers */
 38119                   _CIM_Container_GroupComponent_qualifiers,
 38120                   /* subscript */
 38121                   -1,
 38122                   /* refId */
 38123                   &__root_cimv2_CIM_PhysicalPackage,
 38124               };
 38125               
 38126               static const char*
 38127               _CIM_Container_PartComponent_qualifiers[] =
 38128               {
 38129                   /* Override */
 38130                   "\044PartComponent",
 38131                   0,
 38132               };
 38133               
 38134               static MetaReference
 38135 mike  1.1.2.1 _CIM_Container_PartComponent =
 38136               {
 38137                   /* flags */
 38138                   META_FLAG_REFERENCE|META_FLAG_READ,
 38139                   /* name */
 38140                   "PartComponent",
 38141                   /* qualifiers */
 38142                   _CIM_Container_PartComponent_qualifiers,
 38143                   /* subscript */
 38144                   -1,
 38145                   /* refId */
 38146                   &__root_cimv2_CIM_PhysicalElement,
 38147               };
 38148               
 38149               static const char*
 38150               _CIM_Container_LocationWithinContainer_qualifiers[] =
 38151               {
 38152                   /* MappingStrings */
 38153                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalParentRelPos\000",
 38154                   0,
 38155               };
 38156 mike  1.1.2.1 
 38157               static MetaProperty
 38158               _CIM_Container_LocationWithinContainer =
 38159               {
 38160                   /* flags */
 38161                   META_FLAG_PROPERTY|META_FLAG_READ,
 38162                   /* name */
 38163                   "LocationWithinContainer",
 38164                   /* qualifiers */
 38165                   _CIM_Container_LocationWithinContainer_qualifiers,
 38166                   /* type */
 38167                   CIMTYPE_STRING,
 38168                   /* subscript */
 38169                   -1,
 38170                   /* value */
 38171                   0,
 38172               };
 38173               
 38174               static MetaFeature*
 38175               _CIM_Container_features[] =
 38176               {
 38177 mike  1.1.2.1     (MetaFeature*)&_CIM_Container_GroupComponent,
 38178                   (MetaFeature*)&_CIM_Container_PartComponent,
 38179                   (MetaFeature*)&_CIM_Container_LocationWithinContainer,
 38180                   0,
 38181               };
 38182               
 38183               static const char*
 38184               __root_cimv2_CIM_Container_qualifiers[] =
 38185               {
 38186                   /* ASSOCIATION */
 38187                   "\000\001",
 38188                   /* UMLPackagePath */
 38189                   "\057CIM::Physical::Package",
 38190                   /* Aggregation */
 38191                   "\004\001",
 38192                   /* Version */
 38193                   "\0632.6.0",
 38194                   0,
 38195               };
 38196               
 38197               MetaClass
 38198 mike  1.1.2.1 __root_cimv2_CIM_Container =
 38199               {
 38200                   /* flags */
 38201                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 38202                   /* name */
 38203                   "CIM_Container",
 38204                   /* qualifiers */
 38205                   __root_cimv2_CIM_Container_qualifiers,
 38206                   /* super */
 38207                   &__root_cimv2_CIM_Component,
 38208                   /* features */
 38209                   _CIM_Container_features,
 38210               };
 38211               
 38212               //==============================================================================
 38213               //
 38214               // Class: CIM_DatabaseResourceStatistics
 38215               //
 38216               //==============================================================================
 38217               
 38218               static const char*
 38219 mike  1.1.2.1 _CIM_DatabaseResourceStatistics_Current_qualifiers[] =
 38220               {
 38221                   /* Counter */
 38222                   "\012\001",
 38223                   /* MappingStrings */
 38224                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceCurrent\000",
 38225                   0,
 38226               };
 38227               
 38228               static MetaProperty
 38229               _CIM_DatabaseResourceStatistics_Current =
 38230               {
 38231                   /* flags */
 38232                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38233                   /* name */
 38234                   "Current",
 38235                   /* qualifiers */
 38236                   _CIM_DatabaseResourceStatistics_Current_qualifiers,
 38237                   /* type */
 38238                   CIMTYPE_UINT64,
 38239                   /* subscript */
 38240 mike  1.1.2.1     -1,
 38241                   /* value */
 38242                   0,
 38243               };
 38244               
 38245               static const char*
 38246               _CIM_DatabaseResourceStatistics_Limit_qualifiers[] =
 38247               {
 38248                   /* MappingStrings */
 38249                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceLimit\000",
 38250                   0,
 38251               };
 38252               
 38253               static MetaProperty
 38254               _CIM_DatabaseResourceStatistics_Limit =
 38255               {
 38256                   /* flags */
 38257                   META_FLAG_PROPERTY|META_FLAG_READ,
 38258                   /* name */
 38259                   "Limit",
 38260                   /* qualifiers */
 38261 mike  1.1.2.1     _CIM_DatabaseResourceStatistics_Limit_qualifiers,
 38262                   /* type */
 38263                   CIMTYPE_UINT64,
 38264                   /* subscript */
 38265                   -1,
 38266                   /* value */
 38267                   0,
 38268               };
 38269               
 38270               static const char*
 38271               _CIM_DatabaseResourceStatistics_Highwater_qualifiers[] =
 38272               {
 38273                   /* Counter */
 38274                   "\012\001",
 38275                   /* MappingStrings */
 38276                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceHighwater\000",
 38277                   0,
 38278               };
 38279               
 38280               static MetaProperty
 38281               _CIM_DatabaseResourceStatistics_Highwater =
 38282 mike  1.1.2.1 {
 38283                   /* flags */
 38284                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38285                   /* name */
 38286                   "Highwater",
 38287                   /* qualifiers */
 38288                   _CIM_DatabaseResourceStatistics_Highwater_qualifiers,
 38289                   /* type */
 38290                   CIMTYPE_UINT64,
 38291                   /* subscript */
 38292                   -1,
 38293                   /* value */
 38294                   0,
 38295               };
 38296               
 38297               static const char*
 38298               _CIM_DatabaseResourceStatistics_Failures_qualifiers[] =
 38299               {
 38300                   /* Counter */
 38301                   "\012\001",
 38302                   /* MappingStrings */
 38303 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceFailures\000",
 38304                   0,
 38305               };
 38306               
 38307               static MetaProperty
 38308               _CIM_DatabaseResourceStatistics_Failures =
 38309               {
 38310                   /* flags */
 38311                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38312                   /* name */
 38313                   "Failures",
 38314                   /* qualifiers */
 38315                   _CIM_DatabaseResourceStatistics_Failures_qualifiers,
 38316                   /* type */
 38317                   CIMTYPE_UINT32,
 38318                   /* subscript */
 38319                   -1,
 38320                   /* value */
 38321                   0,
 38322               };
 38323               
 38324 mike  1.1.2.1 static MetaFeature*
 38325               _CIM_DatabaseResourceStatistics_features[] =
 38326               {
 38327                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Current,
 38328                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Limit,
 38329                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Highwater,
 38330                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Failures,
 38331                   0,
 38332               };
 38333               
 38334               static const char*
 38335               __root_cimv2_CIM_DatabaseResourceStatistics_qualifiers[] =
 38336               {
 38337                   /* UMLPackagePath */
 38338                   "\057CIM::Database::Statistics",
 38339                   /* Version */
 38340                   "\0632.7.0",
 38341                   0,
 38342               };
 38343               
 38344               MetaClass
 38345 mike  1.1.2.1 __root_cimv2_CIM_DatabaseResourceStatistics =
 38346               {
 38347                   /* flags */
 38348                   META_FLAG_CLASS,
 38349                   /* name */
 38350                   "CIM_DatabaseResourceStatistics",
 38351                   /* qualifiers */
 38352                   __root_cimv2_CIM_DatabaseResourceStatistics_qualifiers,
 38353                   /* super */
 38354                   &__root_cimv2_CIM_StatisticalData,
 38355                   /* features */
 38356                   _CIM_DatabaseResourceStatistics_features,
 38357               };
 38358               
 38359               //==============================================================================
 38360               //
 38361               // Class: CIM_DatabaseServiceStatistics
 38362               //
 38363               //==============================================================================
 38364               
 38365               static const char*
 38366 mike  1.1.2.1 _CIM_DatabaseServiceStatistics_LastActivity_qualifiers[] =
 38367               {
 38368                   /* MappingStrings */
 38369                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastInboundActivity\000",
 38370                   0,
 38371               };
 38372               
 38373               static MetaProperty
 38374               _CIM_DatabaseServiceStatistics_LastActivity =
 38375               {
 38376                   /* flags */
 38377                   META_FLAG_PROPERTY|META_FLAG_READ,
 38378                   /* name */
 38379                   "LastActivity",
 38380                   /* qualifiers */
 38381                   _CIM_DatabaseServiceStatistics_LastActivity_qualifiers,
 38382                   /* type */
 38383                   CIMTYPE_DATETIME,
 38384                   /* subscript */
 38385                   -1,
 38386                   /* value */
 38387 mike  1.1.2.1     0,
 38388               };
 38389               
 38390               static const char*
 38391               _CIM_DatabaseServiceStatistics_ActiveConnections_qualifiers[] =
 38392               {
 38393                   /* Counter */
 38394                   "\012\001",
 38395                   /* MappingStrings */
 38396                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplInboundAssociation\000",
 38397                   0,
 38398               };
 38399               
 38400               static MetaProperty
 38401               _CIM_DatabaseServiceStatistics_ActiveConnections =
 38402               {
 38403                   /* flags */
 38404                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38405                   /* name */
 38406                   "ActiveConnections",
 38407                   /* qualifiers */
 38408 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_ActiveConnections_qualifiers,
 38409                   /* type */
 38410                   CIMTYPE_UINT64,
 38411                   /* subscript */
 38412                   -1,
 38413                   /* value */
 38414                   0,
 38415               };
 38416               
 38417               static const char*
 38418               _CIM_DatabaseServiceStatistics_CumulativeConnections_qualifiers[] =
 38419               {
 38420                   /* Counter */
 38421                   "\012\001",
 38422                   /* MappingStrings */
 38423                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplAccumulatedInboundAssociations\000",
 38424                   0,
 38425               };
 38426               
 38427               static MetaProperty
 38428               _CIM_DatabaseServiceStatistics_CumulativeConnections =
 38429 mike  1.1.2.1 {
 38430                   /* flags */
 38431                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38432                   /* name */
 38433                   "CumulativeConnections",
 38434                   /* qualifiers */
 38435                   _CIM_DatabaseServiceStatistics_CumulativeConnections_qualifiers,
 38436                   /* type */
 38437                   CIMTYPE_UINT64,
 38438                   /* subscript */
 38439                   -1,
 38440                   /* value */
 38441                   0,
 38442               };
 38443               
 38444               static const char*
 38445               _CIM_DatabaseServiceStatistics_RejectedConnections_qualifiers[] =
 38446               {
 38447                   /* Counter */
 38448                   "\012\001",
 38449                   /* MappingStrings */
 38450 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplRejectedInboundAssociations\000",
 38451                   0,
 38452               };
 38453               
 38454               static MetaProperty
 38455               _CIM_DatabaseServiceStatistics_RejectedConnections =
 38456               {
 38457                   /* flags */
 38458                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38459                   /* name */
 38460                   "RejectedConnections",
 38461                   /* qualifiers */
 38462                   _CIM_DatabaseServiceStatistics_RejectedConnections_qualifiers,
 38463                   /* type */
 38464                   CIMTYPE_UINT64,
 38465                   /* subscript */
 38466                   -1,
 38467                   /* value */
 38468                   0,
 38469               };
 38470               
 38471 mike  1.1.2.1 static const char*
 38472               _CIM_DatabaseServiceStatistics_CompletedTransactions_qualifiers[] =
 38473               {
 38474                   /* Counter */
 38475                   "\012\001",
 38476                   /* MappingStrings */
 38477                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoFinishedTransactions\000",
 38478                   0,
 38479               };
 38480               
 38481               static MetaProperty
 38482               _CIM_DatabaseServiceStatistics_CompletedTransactions =
 38483               {
 38484                   /* flags */
 38485                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38486                   /* name */
 38487                   "CompletedTransactions",
 38488                   /* qualifiers */
 38489                   _CIM_DatabaseServiceStatistics_CompletedTransactions_qualifiers,
 38490                   /* type */
 38491                   CIMTYPE_UINT64,
 38492 mike  1.1.2.1     /* subscript */
 38493                   -1,
 38494                   /* value */
 38495                   0,
 38496               };
 38497               
 38498               static const char*
 38499               _CIM_DatabaseServiceStatistics_DiskReads_qualifiers[] =
 38500               {
 38501                   /* Counter */
 38502                   "\012\001",
 38503                   /* MappingStrings */
 38504                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskReads\000",
 38505                   0,
 38506               };
 38507               
 38508               static MetaProperty
 38509               _CIM_DatabaseServiceStatistics_DiskReads =
 38510               {
 38511                   /* flags */
 38512                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38513 mike  1.1.2.1     /* name */
 38514                   "DiskReads",
 38515                   /* qualifiers */
 38516                   _CIM_DatabaseServiceStatistics_DiskReads_qualifiers,
 38517                   /* type */
 38518                   CIMTYPE_UINT64,
 38519                   /* subscript */
 38520                   -1,
 38521                   /* value */
 38522                   0,
 38523               };
 38524               
 38525               static const char*
 38526               _CIM_DatabaseServiceStatistics_DiskWrites_qualifiers[] =
 38527               {
 38528                   /* Counter */
 38529                   "\012\001",
 38530                   /* MappingStrings */
 38531                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskWrites\000",
 38532                   0,
 38533               };
 38534 mike  1.1.2.1 
 38535               static MetaProperty
 38536               _CIM_DatabaseServiceStatistics_DiskWrites =
 38537               {
 38538                   /* flags */
 38539                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38540                   /* name */
 38541                   "DiskWrites",
 38542                   /* qualifiers */
 38543                   _CIM_DatabaseServiceStatistics_DiskWrites_qualifiers,
 38544                   /* type */
 38545                   CIMTYPE_UINT64,
 38546                   /* subscript */
 38547                   -1,
 38548                   /* value */
 38549                   0,
 38550               };
 38551               
 38552               static const char*
 38553               _CIM_DatabaseServiceStatistics_LogicalReads_qualifiers[] =
 38554               {
 38555 mike  1.1.2.1     /* Counter */
 38556                   "\012\001",
 38557                   /* MappingStrings */
 38558                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLogicalReads\000",
 38559                   0,
 38560               };
 38561               
 38562               static MetaProperty
 38563               _CIM_DatabaseServiceStatistics_LogicalReads =
 38564               {
 38565                   /* flags */
 38566                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38567                   /* name */
 38568                   "LogicalReads",
 38569                   /* qualifiers */
 38570                   _CIM_DatabaseServiceStatistics_LogicalReads_qualifiers,
 38571                   /* type */
 38572                   CIMTYPE_UINT64,
 38573                   /* subscript */
 38574                   -1,
 38575                   /* value */
 38576 mike  1.1.2.1     0,
 38577               };
 38578               
 38579               static const char*
 38580               _CIM_DatabaseServiceStatistics_LogicalWrites_qualifiers[] =
 38581               {
 38582                   /* Counter */
 38583                   "\012\001",
 38584                   /* MappingStrings */
 38585                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLogicalWrites\000",
 38586                   0,
 38587               };
 38588               
 38589               static MetaProperty
 38590               _CIM_DatabaseServiceStatistics_LogicalWrites =
 38591               {
 38592                   /* flags */
 38593                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38594                   /* name */
 38595                   "LogicalWrites",
 38596                   /* qualifiers */
 38597 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_LogicalWrites_qualifiers,
 38598                   /* type */
 38599                   CIMTYPE_UINT64,
 38600                   /* subscript */
 38601                   -1,
 38602                   /* value */
 38603                   0,
 38604               };
 38605               
 38606               static const char*
 38607               _CIM_DatabaseServiceStatistics_PageReads_qualifiers[] =
 38608               {
 38609                   /* Counter */
 38610                   "\012\001",
 38611                   /* MappingStrings */
 38612                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoPageReads\000",
 38613                   0,
 38614               };
 38615               
 38616               static MetaProperty
 38617               _CIM_DatabaseServiceStatistics_PageReads =
 38618 mike  1.1.2.1 {
 38619                   /* flags */
 38620                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38621                   /* name */
 38622                   "PageReads",
 38623                   /* qualifiers */
 38624                   _CIM_DatabaseServiceStatistics_PageReads_qualifiers,
 38625                   /* type */
 38626                   CIMTYPE_UINT64,
 38627                   /* subscript */
 38628                   -1,
 38629                   /* value */
 38630                   0,
 38631               };
 38632               
 38633               static const char*
 38634               _CIM_DatabaseServiceStatistics_PageWrites_qualifiers[] =
 38635               {
 38636                   /* Counter */
 38637                   "\012\001",
 38638                   /* MappingStrings */
 38639 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoPageWrites\000",
 38640                   0,
 38641               };
 38642               
 38643               static MetaProperty
 38644               _CIM_DatabaseServiceStatistics_PageWrites =
 38645               {
 38646                   /* flags */
 38647                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38648                   /* name */
 38649                   "PageWrites",
 38650                   /* qualifiers */
 38651                   _CIM_DatabaseServiceStatistics_PageWrites_qualifiers,
 38652                   /* type */
 38653                   CIMTYPE_UINT64,
 38654                   /* subscript */
 38655                   -1,
 38656                   /* value */
 38657                   0,
 38658               };
 38659               
 38660 mike  1.1.2.1 static const char*
 38661               _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable_qualifiers[] =
 38662               {
 38663                   /* Counter */
 38664                   "\012\001",
 38665                   /* MappingStrings */
 38666                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskOutOfSpaces\000",
 38667                   0,
 38668               };
 38669               
 38670               static MetaProperty
 38671               _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable =
 38672               {
 38673                   /* flags */
 38674                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38675                   /* name */
 38676                   "DiskSpaceUnavailable",
 38677                   /* qualifiers */
 38678                   _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable_qualifiers,
 38679                   /* type */
 38680                   CIMTYPE_UINT64,
 38681 mike  1.1.2.1     /* subscript */
 38682                   -1,
 38683                   /* value */
 38684                   0,
 38685               };
 38686               
 38687               static const char*
 38688               _CIM_DatabaseServiceStatistics_RequestsHandled_qualifiers[] =
 38689               {
 38690                   /* Counter */
 38691                   "\012\001",
 38692                   /* MappingStrings */
 38693                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoHandledRequests\000",
 38694                   0,
 38695               };
 38696               
 38697               static MetaProperty
 38698               _CIM_DatabaseServiceStatistics_RequestsHandled =
 38699               {
 38700                   /* flags */
 38701                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38702 mike  1.1.2.1     /* name */
 38703                   "RequestsHandled",
 38704                   /* qualifiers */
 38705                   _CIM_DatabaseServiceStatistics_RequestsHandled_qualifiers,
 38706                   /* type */
 38707                   CIMTYPE_UINT64,
 38708                   /* subscript */
 38709                   -1,
 38710                   /* value */
 38711                   0,
 38712               };
 38713               
 38714               static const char*
 38715               _CIM_DatabaseServiceStatistics_RequestsReceived_qualifiers[] =
 38716               {
 38717                   /* Counter */
 38718                   "\012\001",
 38719                   /* MappingStrings */
 38720                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoRequestRecvs\000",
 38721                   0,
 38722               };
 38723 mike  1.1.2.1 
 38724               static MetaProperty
 38725               _CIM_DatabaseServiceStatistics_RequestsReceived =
 38726               {
 38727                   /* flags */
 38728                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38729                   /* name */
 38730                   "RequestsReceived",
 38731                   /* qualifiers */
 38732                   _CIM_DatabaseServiceStatistics_RequestsReceived_qualifiers,
 38733                   /* type */
 38734                   CIMTYPE_UINT64,
 38735                   /* subscript */
 38736                   -1,
 38737                   /* value */
 38738                   0,
 38739               };
 38740               
 38741               static const char*
 38742               _CIM_DatabaseServiceStatistics_RequestsSent_qualifiers[] =
 38743               {
 38744 mike  1.1.2.1     /* Counter */
 38745                   "\012\001",
 38746                   /* MappingStrings */
 38747                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoRequestsSent\000",
 38748                   0,
 38749               };
 38750               
 38751               static MetaProperty
 38752               _CIM_DatabaseServiceStatistics_RequestsSent =
 38753               {
 38754                   /* flags */
 38755                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38756                   /* name */
 38757                   "RequestsSent",
 38758                   /* qualifiers */
 38759                   _CIM_DatabaseServiceStatistics_RequestsSent_qualifiers,
 38760                   /* type */
 38761                   CIMTYPE_UINT64,
 38762                   /* subscript */
 38763                   -1,
 38764                   /* value */
 38765 mike  1.1.2.1     0,
 38766               };
 38767               
 38768               static const char*
 38769               _CIM_DatabaseServiceStatistics_HighwaterConnections_qualifiers[] =
 38770               {
 38771                   /* Counter */
 38772                   "\012\001",
 38773                   /* MappingStrings */
 38774                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoHighwaterInboundAssociations\000",
 38775                   0,
 38776               };
 38777               
 38778               static MetaProperty
 38779               _CIM_DatabaseServiceStatistics_HighwaterConnections =
 38780               {
 38781                   /* flags */
 38782                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38783                   /* name */
 38784                   "HighwaterConnections",
 38785                   /* qualifiers */
 38786 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_HighwaterConnections_qualifiers,
 38787                   /* type */
 38788                   CIMTYPE_UINT64,
 38789                   /* subscript */
 38790                   -1,
 38791                   /* value */
 38792                   0,
 38793               };
 38794               
 38795               static MetaFeature*
 38796               _CIM_DatabaseServiceStatistics_features[] =
 38797               {
 38798                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LastActivity,
 38799                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_ActiveConnections,
 38800                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_CumulativeConnections,
 38801                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RejectedConnections,
 38802                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_CompletedTransactions,
 38803                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskReads,
 38804                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskWrites,
 38805                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LogicalReads,
 38806                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LogicalWrites,
 38807 mike  1.1.2.1     (MetaFeature*)&_CIM_DatabaseServiceStatistics_PageReads,
 38808                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_PageWrites,
 38809                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskSpaceUnavailable,
 38810                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsHandled,
 38811                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsReceived,
 38812                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsSent,
 38813                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_HighwaterConnections,
 38814                   0,
 38815               };
 38816               
 38817               static const char*
 38818               __root_cimv2_CIM_DatabaseServiceStatistics_qualifiers[] =
 38819               {
 38820                   /* UMLPackagePath */
 38821                   "\057CIM::Database::Statistics",
 38822                   /* Version */
 38823                   "\0632.7.0",
 38824                   0,
 38825               };
 38826               
 38827               MetaClass
 38828 mike  1.1.2.1 __root_cimv2_CIM_DatabaseServiceStatistics =
 38829               {
 38830                   /* flags */
 38831                   META_FLAG_CLASS,
 38832                   /* name */
 38833                   "CIM_DatabaseServiceStatistics",
 38834                   /* qualifiers */
 38835                   __root_cimv2_CIM_DatabaseServiceStatistics_qualifiers,
 38836                   /* super */
 38837                   &__root_cimv2_CIM_StatisticalData,
 38838                   /* features */
 38839                   _CIM_DatabaseServiceStatistics_features,
 38840               };
 38841               
 38842               //==============================================================================
 38843               //
 38844               // Class: CIM_DeviceErrorCounts
 38845               //
 38846               //==============================================================================
 38847               
 38848               static const char*
 38849 mike  1.1.2.1 _CIM_DeviceErrorCounts_SystemCreationClassName_qualifiers[] =
 38850               {
 38851                   /* Key */
 38852                   "\025\001",
 38853                   /* Propagated */
 38854                   "\045CIM_LogicalDevice.SystemCreationClassName",
 38855                   /* MaxLen */
 38856                   "\030\000\000\001\000",
 38857                   0,
 38858               };
 38859               
 38860               static MetaProperty
 38861               _CIM_DeviceErrorCounts_SystemCreationClassName =
 38862               {
 38863                   /* flags */
 38864                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38865                   /* name */
 38866                   "SystemCreationClassName",
 38867                   /* qualifiers */
 38868                   _CIM_DeviceErrorCounts_SystemCreationClassName_qualifiers,
 38869                   /* type */
 38870 mike  1.1.2.1     CIMTYPE_STRING,
 38871                   /* subscript */
 38872                   -1,
 38873                   /* value */
 38874                   0,
 38875               };
 38876               
 38877               static const char*
 38878               _CIM_DeviceErrorCounts_SystemName_qualifiers[] =
 38879               {
 38880                   /* Key */
 38881                   "\025\001",
 38882                   /* Propagated */
 38883                   "\045CIM_LogicalDevice.SystemName",
 38884                   /* MaxLen */
 38885                   "\030\000\000\001\000",
 38886                   0,
 38887               };
 38888               
 38889               static MetaProperty
 38890               _CIM_DeviceErrorCounts_SystemName =
 38891 mike  1.1.2.1 {
 38892                   /* flags */
 38893                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38894                   /* name */
 38895                   "SystemName",
 38896                   /* qualifiers */
 38897                   _CIM_DeviceErrorCounts_SystemName_qualifiers,
 38898                   /* type */
 38899                   CIMTYPE_STRING,
 38900                   /* subscript */
 38901                   -1,
 38902                   /* value */
 38903                   0,
 38904               };
 38905               
 38906               static const char*
 38907               _CIM_DeviceErrorCounts_DeviceCreationClassName_qualifiers[] =
 38908               {
 38909                   /* Key */
 38910                   "\025\001",
 38911                   /* Propagated */
 38912 mike  1.1.2.1     "\045CIM_LogicalDevice.CreationClassName",
 38913                   /* MaxLen */
 38914                   "\030\000\000\001\000",
 38915                   0,
 38916               };
 38917               
 38918               static MetaProperty
 38919               _CIM_DeviceErrorCounts_DeviceCreationClassName =
 38920               {
 38921                   /* flags */
 38922                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38923                   /* name */
 38924                   "DeviceCreationClassName",
 38925                   /* qualifiers */
 38926                   _CIM_DeviceErrorCounts_DeviceCreationClassName_qualifiers,
 38927                   /* type */
 38928                   CIMTYPE_STRING,
 38929                   /* subscript */
 38930                   -1,
 38931                   /* value */
 38932                   0,
 38933 mike  1.1.2.1 };
 38934               
 38935               static const char*
 38936               _CIM_DeviceErrorCounts_DeviceID_qualifiers[] =
 38937               {
 38938                   /* Key */
 38939                   "\025\001",
 38940                   /* Propagated */
 38941                   "\045CIM_LogicalDevice.DeviceID",
 38942                   /* MaxLen */
 38943                   "\030\000\000\000\100",
 38944                   0,
 38945               };
 38946               
 38947               static MetaProperty
 38948               _CIM_DeviceErrorCounts_DeviceID =
 38949               {
 38950                   /* flags */
 38951                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38952                   /* name */
 38953                   "DeviceID",
 38954 mike  1.1.2.1     /* qualifiers */
 38955                   _CIM_DeviceErrorCounts_DeviceID_qualifiers,
 38956                   /* type */
 38957                   CIMTYPE_STRING,
 38958                   /* subscript */
 38959                   -1,
 38960                   /* value */
 38961                   0,
 38962               };
 38963               
 38964               static const char*
 38965               _CIM_DeviceErrorCounts_Name_qualifiers[] =
 38966               {
 38967                   /* Key */
 38968                   "\025\001",
 38969                   /* Override */
 38970                   "\044Name",
 38971                   /* MaxLen */
 38972                   "\030\000\000\001\000",
 38973                   0,
 38974               };
 38975 mike  1.1.2.1 
 38976               static MetaProperty
 38977               _CIM_DeviceErrorCounts_Name =
 38978               {
 38979                   /* flags */
 38980                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38981                   /* name */
 38982                   "Name",
 38983                   /* qualifiers */
 38984                   _CIM_DeviceErrorCounts_Name_qualifiers,
 38985                   /* type */
 38986                   CIMTYPE_STRING,
 38987                   /* subscript */
 38988                   -1,
 38989                   /* value */
 38990                   0,
 38991               };
 38992               
 38993               static const char*
 38994               _CIM_DeviceErrorCounts_IndeterminateErrorCount_qualifiers[] =
 38995               {
 38996 mike  1.1.2.1     /* Counter */
 38997                   "\012\001",
 38998                   0,
 38999               };
 39000               
 39001               static MetaProperty
 39002               _CIM_DeviceErrorCounts_IndeterminateErrorCount =
 39003               {
 39004                   /* flags */
 39005                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39006                   /* name */
 39007                   "IndeterminateErrorCount",
 39008                   /* qualifiers */
 39009                   _CIM_DeviceErrorCounts_IndeterminateErrorCount_qualifiers,
 39010                   /* type */
 39011                   CIMTYPE_UINT64,
 39012                   /* subscript */
 39013                   -1,
 39014                   /* value */
 39015                   0,
 39016               };
 39017 mike  1.1.2.1 
 39018               static const char*
 39019               _CIM_DeviceErrorCounts_CriticalErrorCount_qualifiers[] =
 39020               {
 39021                   /* Counter */
 39022                   "\012\001",
 39023                   /* MappingStrings */
 39024                   "\026\000\001MIF.DMTF|Operational State|006.7\000",
 39025                   0,
 39026               };
 39027               
 39028               static MetaProperty
 39029               _CIM_DeviceErrorCounts_CriticalErrorCount =
 39030               {
 39031                   /* flags */
 39032                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39033                   /* name */
 39034                   "CriticalErrorCount",
 39035                   /* qualifiers */
 39036                   _CIM_DeviceErrorCounts_CriticalErrorCount_qualifiers,
 39037                   /* type */
 39038 mike  1.1.2.1     CIMTYPE_UINT64,
 39039                   /* subscript */
 39040                   -1,
 39041                   /* value */
 39042                   0,
 39043               };
 39044               
 39045               static const char*
 39046               _CIM_DeviceErrorCounts_MajorErrorCount_qualifiers[] =
 39047               {
 39048                   /* Counter */
 39049                   "\012\001",
 39050                   /* MappingStrings */
 39051                   "\026\000\001MIF.DMTF|Operational State|006.8\000",
 39052                   0,
 39053               };
 39054               
 39055               static MetaProperty
 39056               _CIM_DeviceErrorCounts_MajorErrorCount =
 39057               {
 39058                   /* flags */
 39059 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39060                   /* name */
 39061                   "MajorErrorCount",
 39062                   /* qualifiers */
 39063                   _CIM_DeviceErrorCounts_MajorErrorCount_qualifiers,
 39064                   /* type */
 39065                   CIMTYPE_UINT64,
 39066                   /* subscript */
 39067                   -1,
 39068                   /* value */
 39069                   0,
 39070               };
 39071               
 39072               static const char*
 39073               _CIM_DeviceErrorCounts_MinorErrorCount_qualifiers[] =
 39074               {
 39075                   /* Counter */
 39076                   "\012\001",
 39077                   0,
 39078               };
 39079               
 39080 mike  1.1.2.1 static MetaProperty
 39081               _CIM_DeviceErrorCounts_MinorErrorCount =
 39082               {
 39083                   /* flags */
 39084                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39085                   /* name */
 39086                   "MinorErrorCount",
 39087                   /* qualifiers */
 39088                   _CIM_DeviceErrorCounts_MinorErrorCount_qualifiers,
 39089                   /* type */
 39090                   CIMTYPE_UINT64,
 39091                   /* subscript */
 39092                   -1,
 39093                   /* value */
 39094                   0,
 39095               };
 39096               
 39097               static const char*
 39098               _CIM_DeviceErrorCounts_WarningCount_qualifiers[] =
 39099               {
 39100                   /* Counter */
 39101 mike  1.1.2.1     "\012\001",
 39102                   /* MappingStrings */
 39103                   "\026\000\001MIF.DMTF|Operational State|006.9\000",
 39104                   0,
 39105               };
 39106               
 39107               static MetaProperty
 39108               _CIM_DeviceErrorCounts_WarningCount =
 39109               {
 39110                   /* flags */
 39111                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39112                   /* name */
 39113                   "WarningCount",
 39114                   /* qualifiers */
 39115                   _CIM_DeviceErrorCounts_WarningCount_qualifiers,
 39116                   /* type */
 39117                   CIMTYPE_UINT64,
 39118                   /* subscript */
 39119                   -1,
 39120                   /* value */
 39121                   0,
 39122 mike  1.1.2.1 };
 39123               
 39124               static const char*
 39125               _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter_qualifiers[] =
 39126               {
 39127                   /* IN */
 39128                   "\024\001",
 39129                   /* ValueMap */
 39130                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 39131                   /* Values */
 39132                   "\062\000\006All\000Indeterminate Error Counter\000Critical Error Counter\000Major Error Counter\000Minor Error Counter\000Warning Counter\000",
 39133                   0,
 39134               };
 39135               
 39136               static MetaProperty
 39137               _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter =
 39138               {
 39139                   /* flags */
 39140                   META_FLAG_PROPERTY|META_FLAG_IN,
 39141                   /* name */
 39142                   "SelectedCounter",
 39143 mike  1.1.2.1     /* qualifiers */
 39144                   _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter_qualifiers,
 39145                   /* type */
 39146                   CIMTYPE_UINT16,
 39147                   /* subscript */
 39148                   -1,
 39149                   /* value */
 39150                   0,
 39151               };
 39152               
 39153               static MetaFeature*
 39154               _CIM_DeviceErrorCounts_ResetCounter_parameters[] =
 39155               {
 39156                   (MetaFeature*)&_CIM_DeviceErrorCounts_ResetCounter_SelectedCounter,
 39157                   0,
 39158               };
 39159               
 39160               static const char*
 39161               _CIM_DeviceErrorCounts_ResetCounter_qualifiers[] =
 39162               {
 39163                   0,
 39164 mike  1.1.2.1 };
 39165               
 39166               static MetaMethod
 39167               _CIM_DeviceErrorCounts_ResetCounter =
 39168               {
 39169                   /* flags */
 39170                   META_FLAG_METHOD,
 39171                   /* name */
 39172                   "CIM_DeviceErrorCounts",
 39173                   /* qualifiers */
 39174                   _CIM_DeviceErrorCounts_ResetCounter_qualifiers,
 39175                   /* type */
 39176                   CIMTYPE_UINT32,
 39177                   /* parameters */
 39178                   _CIM_DeviceErrorCounts_ResetCounter_parameters,
 39179               };
 39180               
 39181               static MetaFeature*
 39182               _CIM_DeviceErrorCounts_features[] =
 39183               {
 39184                   (MetaFeature*)&_CIM_DeviceErrorCounts_SystemCreationClassName,
 39185 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceErrorCounts_SystemName,
 39186                   (MetaFeature*)&_CIM_DeviceErrorCounts_DeviceCreationClassName,
 39187                   (MetaFeature*)&_CIM_DeviceErrorCounts_DeviceID,
 39188                   (MetaFeature*)&_CIM_DeviceErrorCounts_Name,
 39189                   (MetaFeature*)&_CIM_DeviceErrorCounts_IndeterminateErrorCount,
 39190                   (MetaFeature*)&_CIM_DeviceErrorCounts_CriticalErrorCount,
 39191                   (MetaFeature*)&_CIM_DeviceErrorCounts_MajorErrorCount,
 39192                   (MetaFeature*)&_CIM_DeviceErrorCounts_MinorErrorCount,
 39193                   (MetaFeature*)&_CIM_DeviceErrorCounts_WarningCount,
 39194                   (MetaFeature*)&_CIM_DeviceErrorCounts_ResetCounter,
 39195                   0,
 39196               };
 39197               
 39198               static const char*
 39199               __root_cimv2_CIM_DeviceErrorCounts_qualifiers[] =
 39200               {
 39201                   /* UMLPackagePath */
 39202                   "\057CIM::Device::DeviceElements",
 39203                   /* Version */
 39204                   "\0632.10.0",
 39205                   0,
 39206 mike  1.1.2.1 };
 39207               
 39208               MetaClass
 39209               __root_cimv2_CIM_DeviceErrorCounts =
 39210               {
 39211                   /* flags */
 39212                   META_FLAG_CLASS,
 39213                   /* name */
 39214                   "CIM_DeviceErrorCounts",
 39215                   /* qualifiers */
 39216                   __root_cimv2_CIM_DeviceErrorCounts_qualifiers,
 39217                   /* super */
 39218                   &__root_cimv2_CIM_StatisticalInformation,
 39219                   /* features */
 39220                   _CIM_DeviceErrorCounts_features,
 39221               };
 39222               
 39223               //==============================================================================
 39224               //
 39225               // Class: CIM_DeviceErrorData
 39226               //
 39227 mike  1.1.2.1 //==============================================================================
 39228               
 39229               static const char*
 39230               _CIM_DeviceErrorData_IndeterminateErrorCount_qualifiers[] =
 39231               {
 39232                   /* Counter */
 39233                   "\012\001",
 39234                   0,
 39235               };
 39236               
 39237               static MetaProperty
 39238               _CIM_DeviceErrorData_IndeterminateErrorCount =
 39239               {
 39240                   /* flags */
 39241                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39242                   /* name */
 39243                   "IndeterminateErrorCount",
 39244                   /* qualifiers */
 39245                   _CIM_DeviceErrorData_IndeterminateErrorCount_qualifiers,
 39246                   /* type */
 39247                   CIMTYPE_UINT64,
 39248 mike  1.1.2.1     /* subscript */
 39249                   -1,
 39250                   /* value */
 39251                   0,
 39252               };
 39253               
 39254               static const char*
 39255               _CIM_DeviceErrorData_CriticalErrorCount_qualifiers[] =
 39256               {
 39257                   /* Counter */
 39258                   "\012\001",
 39259                   /* MappingStrings */
 39260                   "\026\000\001MIF.DMTF|Operational State|006.7\000",
 39261                   0,
 39262               };
 39263               
 39264               static MetaProperty
 39265               _CIM_DeviceErrorData_CriticalErrorCount =
 39266               {
 39267                   /* flags */
 39268                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39269 mike  1.1.2.1     /* name */
 39270                   "CriticalErrorCount",
 39271                   /* qualifiers */
 39272                   _CIM_DeviceErrorData_CriticalErrorCount_qualifiers,
 39273                   /* type */
 39274                   CIMTYPE_UINT64,
 39275                   /* subscript */
 39276                   -1,
 39277                   /* value */
 39278                   0,
 39279               };
 39280               
 39281               static const char*
 39282               _CIM_DeviceErrorData_MajorErrorCount_qualifiers[] =
 39283               {
 39284                   /* Counter */
 39285                   "\012\001",
 39286                   /* MappingStrings */
 39287                   "\026\000\001MIF.DMTF|Operational State|006.8\000",
 39288                   0,
 39289               };
 39290 mike  1.1.2.1 
 39291               static MetaProperty
 39292               _CIM_DeviceErrorData_MajorErrorCount =
 39293               {
 39294                   /* flags */
 39295                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39296                   /* name */
 39297                   "MajorErrorCount",
 39298                   /* qualifiers */
 39299                   _CIM_DeviceErrorData_MajorErrorCount_qualifiers,
 39300                   /* type */
 39301                   CIMTYPE_UINT64,
 39302                   /* subscript */
 39303                   -1,
 39304                   /* value */
 39305                   0,
 39306               };
 39307               
 39308               static const char*
 39309               _CIM_DeviceErrorData_MinorErrorCount_qualifiers[] =
 39310               {
 39311 mike  1.1.2.1     /* Counter */
 39312                   "\012\001",
 39313                   0,
 39314               };
 39315               
 39316               static MetaProperty
 39317               _CIM_DeviceErrorData_MinorErrorCount =
 39318               {
 39319                   /* flags */
 39320                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39321                   /* name */
 39322                   "MinorErrorCount",
 39323                   /* qualifiers */
 39324                   _CIM_DeviceErrorData_MinorErrorCount_qualifiers,
 39325                   /* type */
 39326                   CIMTYPE_UINT64,
 39327                   /* subscript */
 39328                   -1,
 39329                   /* value */
 39330                   0,
 39331               };
 39332 mike  1.1.2.1 
 39333               static const char*
 39334               _CIM_DeviceErrorData_WarningCount_qualifiers[] =
 39335               {
 39336                   /* Counter */
 39337                   "\012\001",
 39338                   /* MappingStrings */
 39339                   "\026\000\001MIF.DMTF|Operational State|006.9\000",
 39340                   0,
 39341               };
 39342               
 39343               static MetaProperty
 39344               _CIM_DeviceErrorData_WarningCount =
 39345               {
 39346                   /* flags */
 39347                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39348                   /* name */
 39349                   "WarningCount",
 39350                   /* qualifiers */
 39351                   _CIM_DeviceErrorData_WarningCount_qualifiers,
 39352                   /* type */
 39353 mike  1.1.2.1     CIMTYPE_UINT64,
 39354                   /* subscript */
 39355                   -1,
 39356                   /* value */
 39357                   0,
 39358               };
 39359               
 39360               static const char*
 39361               _CIM_DeviceErrorData_LastErrorCode_qualifiers[] =
 39362               {
 39363                   0,
 39364               };
 39365               
 39366               static MetaProperty
 39367               _CIM_DeviceErrorData_LastErrorCode =
 39368               {
 39369                   /* flags */
 39370                   META_FLAG_PROPERTY|META_FLAG_READ,
 39371                   /* name */
 39372                   "LastErrorCode",
 39373                   /* qualifiers */
 39374 mike  1.1.2.1     _CIM_DeviceErrorData_LastErrorCode_qualifiers,
 39375                   /* type */
 39376                   CIMTYPE_STRING,
 39377                   /* subscript */
 39378                   -1,
 39379                   /* value */
 39380                   0,
 39381               };
 39382               
 39383               static const char*
 39384               _CIM_DeviceErrorData_ErrorDescription_qualifiers[] =
 39385               {
 39386                   0,
 39387               };
 39388               
 39389               static MetaProperty
 39390               _CIM_DeviceErrorData_ErrorDescription =
 39391               {
 39392                   /* flags */
 39393                   META_FLAG_PROPERTY|META_FLAG_READ,
 39394                   /* name */
 39395 mike  1.1.2.1     "ErrorDescription",
 39396                   /* qualifiers */
 39397                   _CIM_DeviceErrorData_ErrorDescription_qualifiers,
 39398                   /* type */
 39399                   CIMTYPE_STRING,
 39400                   /* subscript */
 39401                   -1,
 39402                   /* value */
 39403                   0,
 39404               };
 39405               
 39406               static MetaFeature*
 39407               _CIM_DeviceErrorData_features[] =
 39408               {
 39409                   (MetaFeature*)&_CIM_DeviceErrorData_IndeterminateErrorCount,
 39410                   (MetaFeature*)&_CIM_DeviceErrorData_CriticalErrorCount,
 39411                   (MetaFeature*)&_CIM_DeviceErrorData_MajorErrorCount,
 39412                   (MetaFeature*)&_CIM_DeviceErrorData_MinorErrorCount,
 39413                   (MetaFeature*)&_CIM_DeviceErrorData_WarningCount,
 39414                   (MetaFeature*)&_CIM_DeviceErrorData_LastErrorCode,
 39415                   (MetaFeature*)&_CIM_DeviceErrorData_ErrorDescription,
 39416 mike  1.1.2.1     0,
 39417               };
 39418               
 39419               static const char*
 39420               __root_cimv2_CIM_DeviceErrorData_qualifiers[] =
 39421               {
 39422                   /* UMLPackagePath */
 39423                   "\057CIM::Device::DeviceElements",
 39424                   /* Version */
 39425                   "\0632.10.0",
 39426                   0,
 39427               };
 39428               
 39429               MetaClass
 39430               __root_cimv2_CIM_DeviceErrorData =
 39431               {
 39432                   /* flags */
 39433                   META_FLAG_CLASS,
 39434                   /* name */
 39435                   "CIM_DeviceErrorData",
 39436                   /* qualifiers */
 39437 mike  1.1.2.1     __root_cimv2_CIM_DeviceErrorData_qualifiers,
 39438                   /* super */
 39439                   &__root_cimv2_CIM_StatisticalData,
 39440                   /* features */
 39441                   _CIM_DeviceErrorData_features,
 39442               };
 39443               
 39444               //==============================================================================
 39445               //
 39446               // Class: CIM_DeviceStatisticalInformation
 39447               //
 39448               //==============================================================================
 39449               
 39450               static const char*
 39451               _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 39452               {
 39453                   /* Key */
 39454                   "\025\001",
 39455                   /* Propagated */
 39456                   "\045CIM_LogicalDevice.SystemCreationClassName",
 39457                   /* MaxLen */
 39458 mike  1.1.2.1     "\030\000\000\001\000",
 39459                   0,
 39460               };
 39461               
 39462               static MetaProperty
 39463               _CIM_DeviceStatisticalInformation_SystemCreationClassName =
 39464               {
 39465                   /* flags */
 39466                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39467                   /* name */
 39468                   "SystemCreationClassName",
 39469                   /* qualifiers */
 39470                   _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers,
 39471                   /* type */
 39472                   CIMTYPE_STRING,
 39473                   /* subscript */
 39474                   -1,
 39475                   /* value */
 39476                   0,
 39477               };
 39478               
 39479 mike  1.1.2.1 static const char*
 39480               _CIM_DeviceStatisticalInformation_SystemName_qualifiers[] =
 39481               {
 39482                   /* Key */
 39483                   "\025\001",
 39484                   /* Propagated */
 39485                   "\045CIM_LogicalDevice.SystemName",
 39486                   /* MaxLen */
 39487                   "\030\000\000\001\000",
 39488                   0,
 39489               };
 39490               
 39491               static MetaProperty
 39492               _CIM_DeviceStatisticalInformation_SystemName =
 39493               {
 39494                   /* flags */
 39495                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39496                   /* name */
 39497                   "SystemName",
 39498                   /* qualifiers */
 39499                   _CIM_DeviceStatisticalInformation_SystemName_qualifiers,
 39500 mike  1.1.2.1     /* type */
 39501                   CIMTYPE_STRING,
 39502                   /* subscript */
 39503                   -1,
 39504                   /* value */
 39505                   0,
 39506               };
 39507               
 39508               static const char*
 39509               _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers[] =
 39510               {
 39511                   /* Key */
 39512                   "\025\001",
 39513                   /* Propagated */
 39514                   "\045CIM_LogicalDevice.CreationClassName",
 39515                   /* MaxLen */
 39516                   "\030\000\000\001\000",
 39517                   0,
 39518               };
 39519               
 39520               static MetaProperty
 39521 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_DeviceCreationClassName =
 39522               {
 39523                   /* flags */
 39524                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39525                   /* name */
 39526                   "DeviceCreationClassName",
 39527                   /* qualifiers */
 39528                   _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers,
 39529                   /* type */
 39530                   CIMTYPE_STRING,
 39531                   /* subscript */
 39532                   -1,
 39533                   /* value */
 39534                   0,
 39535               };
 39536               
 39537               static const char*
 39538               _CIM_DeviceStatisticalInformation_DeviceID_qualifiers[] =
 39539               {
 39540                   /* Key */
 39541                   "\025\001",
 39542 mike  1.1.2.1     /* Propagated */
 39543                   "\045CIM_LogicalDevice.DeviceID",
 39544                   /* MaxLen */
 39545                   "\030\000\000\000\100",
 39546                   0,
 39547               };
 39548               
 39549               static MetaProperty
 39550               _CIM_DeviceStatisticalInformation_DeviceID =
 39551               {
 39552                   /* flags */
 39553                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39554                   /* name */
 39555                   "DeviceID",
 39556                   /* qualifiers */
 39557                   _CIM_DeviceStatisticalInformation_DeviceID_qualifiers,
 39558                   /* type */
 39559                   CIMTYPE_STRING,
 39560                   /* subscript */
 39561                   -1,
 39562                   /* value */
 39563 mike  1.1.2.1     0,
 39564               };
 39565               
 39566               static const char*
 39567               _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers[] =
 39568               {
 39569                   /* Key */
 39570                   "\025\001",
 39571                   /* MaxLen */
 39572                   "\030\000\000\001\000",
 39573                   0,
 39574               };
 39575               
 39576               static MetaProperty
 39577               _CIM_DeviceStatisticalInformation_CreationClassName =
 39578               {
 39579                   /* flags */
 39580                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39581                   /* name */
 39582                   "CreationClassName",
 39583                   /* qualifiers */
 39584 mike  1.1.2.1     _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers,
 39585                   /* type */
 39586                   CIMTYPE_STRING,
 39587                   /* subscript */
 39588                   -1,
 39589                   /* value */
 39590                   0,
 39591               };
 39592               
 39593               static const char*
 39594               _CIM_DeviceStatisticalInformation_Name_qualifiers[] =
 39595               {
 39596                   /* Key */
 39597                   "\025\001",
 39598                   /* Override */
 39599                   "\044Name",
 39600                   /* MaxLen */
 39601                   "\030\000\000\001\000",
 39602                   0,
 39603               };
 39604               
 39605 mike  1.1.2.1 static MetaProperty
 39606               _CIM_DeviceStatisticalInformation_Name =
 39607               {
 39608                   /* flags */
 39609                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39610                   /* name */
 39611                   "Name",
 39612                   /* qualifiers */
 39613                   _CIM_DeviceStatisticalInformation_Name_qualifiers,
 39614                   /* type */
 39615                   CIMTYPE_STRING,
 39616                   /* subscript */
 39617                   -1,
 39618                   /* value */
 39619                   0,
 39620               };
 39621               
 39622               static MetaFeature*
 39623               _CIM_DeviceStatisticalInformation_features[] =
 39624               {
 39625                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemCreationClassName,
 39626 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemName,
 39627                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceCreationClassName,
 39628                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceID,
 39629                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_CreationClassName,
 39630                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_Name,
 39631                   0,
 39632               };
 39633               
 39634               static const char*
 39635               __root_cimv2_CIM_DeviceStatisticalInformation_qualifiers[] =
 39636               {
 39637                   /* UMLPackagePath */
 39638                   "\057CIM::Core::Statistics",
 39639                   /* Version */
 39640                   "\0632.6.0",
 39641                   0,
 39642               };
 39643               
 39644               MetaClass
 39645               __root_cimv2_CIM_DeviceStatisticalInformation =
 39646               {
 39647 mike  1.1.2.1     /* flags */
 39648                   META_FLAG_CLASS,
 39649                   /* name */
 39650                   "CIM_DeviceStatisticalInformation",
 39651                   /* qualifiers */
 39652                   __root_cimv2_CIM_DeviceStatisticalInformation_qualifiers,
 39653                   /* super */
 39654                   &__root_cimv2_CIM_StatisticalInformation,
 39655                   /* features */
 39656                   _CIM_DeviceStatisticalInformation_features,
 39657               };
 39658               
 39659               //==============================================================================
 39660               //
 39661               // Class: CIM_DiagnosticRecord
 39662               //
 39663               //==============================================================================
 39664               
 39665               static const char*
 39666               _CIM_DiagnosticRecord_InstanceID_qualifiers[] =
 39667               {
 39668 mike  1.1.2.1     /* Key */
 39669                   "\025\001",
 39670                   0,
 39671               };
 39672               
 39673               static MetaProperty
 39674               _CIM_DiagnosticRecord_InstanceID =
 39675               {
 39676                   /* flags */
 39677                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39678                   /* name */
 39679                   "InstanceID",
 39680                   /* qualifiers */
 39681                   _CIM_DiagnosticRecord_InstanceID_qualifiers,
 39682                   /* type */
 39683                   CIMTYPE_STRING,
 39684                   /* subscript */
 39685                   -1,
 39686                   /* value */
 39687                   0,
 39688               };
 39689 mike  1.1.2.1 
 39690               static const char*
 39691               _CIM_DiagnosticRecord_ServiceName_qualifiers[] =
 39692               {
 39693                   /* Required */
 39694                   "\050\001",
 39695                   /* ModelCorrespondence */
 39696                   "\036\000\001CIM_DiagnosticService.Name\000",
 39697                   0,
 39698               };
 39699               
 39700               static MetaProperty
 39701               _CIM_DiagnosticRecord_ServiceName =
 39702               {
 39703                   /* flags */
 39704                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 39705                   /* name */
 39706                   "ServiceName",
 39707                   /* qualifiers */
 39708                   _CIM_DiagnosticRecord_ServiceName_qualifiers,
 39709                   /* type */
 39710 mike  1.1.2.1     CIMTYPE_STRING,
 39711                   /* subscript */
 39712                   -1,
 39713                   /* value */
 39714                   0,
 39715               };
 39716               
 39717               static const char*
 39718               _CIM_DiagnosticRecord_ManagedElementName_qualifiers[] =
 39719               {
 39720                   /* Required */
 39721                   "\050\001",
 39722                   /* ModelCorrespondence */
 39723                   "\036\000\001CIM_ManagedElement.ElementName\000",
 39724                   0,
 39725               };
 39726               
 39727               static MetaProperty
 39728               _CIM_DiagnosticRecord_ManagedElementName =
 39729               {
 39730                   /* flags */
 39731 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 39732                   /* name */
 39733                   "ManagedElementName",
 39734                   /* qualifiers */
 39735                   _CIM_DiagnosticRecord_ManagedElementName_qualifiers,
 39736                   /* type */
 39737                   CIMTYPE_STRING,
 39738                   /* subscript */
 39739                   -1,
 39740                   /* value */
 39741                   0,
 39742               };
 39743               
 39744               static const char*
 39745               _CIM_DiagnosticRecord_ExpirationDate_qualifiers[] =
 39746               {
 39747                   /* ModelCorrespondence */
 39748                   "\036\000\001CIM_DiagnosticSetting.ResultPersistence\000",
 39749                   0,
 39750               };
 39751               
 39752 mike  1.1.2.1 static MetaProperty
 39753               _CIM_DiagnosticRecord_ExpirationDate =
 39754               {
 39755                   /* flags */
 39756                   META_FLAG_PROPERTY|META_FLAG_READ,
 39757                   /* name */
 39758                   "ExpirationDate",
 39759                   /* qualifiers */
 39760                   _CIM_DiagnosticRecord_ExpirationDate_qualifiers,
 39761                   /* type */
 39762                   CIMTYPE_DATETIME,
 39763                   /* subscript */
 39764                   -1,
 39765                   /* value */
 39766                   0,
 39767               };
 39768               
 39769               static const char*
 39770               _CIM_DiagnosticRecord_RecordType_qualifiers[] =
 39771               {
 39772                   /* ValueMap */
 39773 mike  1.1.2.1     "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
 39774                   /* Values */
 39775                   "\062\000\017Unknown\000Other\000Results\000Subtests\000Actions\000Warnings\000Status\000Device Errors\000Service Errors\000Setting Data\000Statistics\000Hardware Configuration\000Software Configuration\000References\000Debug\000",
 39776                   /* ModelCorrespondence */
 39777                   "\036\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticRecord.OtherRecordTypeDescription\000",
 39778                   0,
 39779               };
 39780               
 39781               static MetaProperty
 39782               _CIM_DiagnosticRecord_RecordType =
 39783               {
 39784                   /* flags */
 39785                   META_FLAG_PROPERTY|META_FLAG_READ,
 39786                   /* name */
 39787                   "RecordType",
 39788                   /* qualifiers */
 39789                   _CIM_DiagnosticRecord_RecordType_qualifiers,
 39790                   /* type */
 39791                   CIMTYPE_UINT16,
 39792                   /* subscript */
 39793                   -1,
 39794 mike  1.1.2.1     /* value */
 39795                   0,
 39796               };
 39797               
 39798               static const char*
 39799               _CIM_DiagnosticRecord_OtherRecordTypeDescription_qualifiers[] =
 39800               {
 39801                   /* ModelCorrespondence */
 39802                   "\036\000\002CIM_DiagnosticSetting.OtherLogOptionsDescriptions\000CIM_DiagnosticRecord.RecordType\000",
 39803                   0,
 39804               };
 39805               
 39806               static MetaProperty
 39807               _CIM_DiagnosticRecord_OtherRecordTypeDescription =
 39808               {
 39809                   /* flags */
 39810                   META_FLAG_PROPERTY|META_FLAG_READ,
 39811                   /* name */
 39812                   "OtherRecordTypeDescription",
 39813                   /* qualifiers */
 39814                   _CIM_DiagnosticRecord_OtherRecordTypeDescription_qualifiers,
 39815 mike  1.1.2.1     /* type */
 39816                   CIMTYPE_STRING,
 39817                   /* subscript */
 39818                   -1,
 39819                   /* value */
 39820                   0,
 39821               };
 39822               
 39823               static const char*
 39824               _CIM_DiagnosticRecord_CreationTimeStamp_qualifiers[] =
 39825               {
 39826                   0,
 39827               };
 39828               
 39829               static MetaProperty
 39830               _CIM_DiagnosticRecord_CreationTimeStamp =
 39831               {
 39832                   /* flags */
 39833                   META_FLAG_PROPERTY|META_FLAG_READ,
 39834                   /* name */
 39835                   "CreationTimeStamp",
 39836 mike  1.1.2.1     /* qualifiers */
 39837                   _CIM_DiagnosticRecord_CreationTimeStamp_qualifiers,
 39838                   /* type */
 39839                   CIMTYPE_DATETIME,
 39840                   /* subscript */
 39841                   -1,
 39842                   /* value */
 39843                   0,
 39844               };
 39845               
 39846               static MetaFeature*
 39847               _CIM_DiagnosticRecord_features[] =
 39848               {
 39849                   (MetaFeature*)&_CIM_DiagnosticRecord_InstanceID,
 39850                   (MetaFeature*)&_CIM_DiagnosticRecord_ServiceName,
 39851                   (MetaFeature*)&_CIM_DiagnosticRecord_ManagedElementName,
 39852                   (MetaFeature*)&_CIM_DiagnosticRecord_ExpirationDate,
 39853                   (MetaFeature*)&_CIM_DiagnosticRecord_RecordType,
 39854                   (MetaFeature*)&_CIM_DiagnosticRecord_OtherRecordTypeDescription,
 39855                   (MetaFeature*)&_CIM_DiagnosticRecord_CreationTimeStamp,
 39856                   0,
 39857 mike  1.1.2.1 };
 39858               
 39859               static const char*
 39860               __root_cimv2_CIM_DiagnosticRecord_qualifiers[] =
 39861               {
 39862                   /* UMLPackagePath */
 39863                   "\057CIM::System::Diagnostics",
 39864                   /* Version */
 39865                   "\0632.10.0",
 39866                   0,
 39867               };
 39868               
 39869               MetaClass
 39870               __root_cimv2_CIM_DiagnosticRecord =
 39871               {
 39872                   /* flags */
 39873                   META_FLAG_CLASS,
 39874                   /* name */
 39875                   "CIM_DiagnosticRecord",
 39876                   /* qualifiers */
 39877                   __root_cimv2_CIM_DiagnosticRecord_qualifiers,
 39878 mike  1.1.2.1     /* super */
 39879                   &__root_cimv2_CIM_RecordForLog,
 39880                   /* features */
 39881                   _CIM_DiagnosticRecord_features,
 39882               };
 39883               
 39884               //==============================================================================
 39885               //
 39886               // Class: CIM_DiagnosticResultForMSE
 39887               //
 39888               //==============================================================================
 39889               
 39890               static const char*
 39891               _CIM_DiagnosticResultForMSE_Result_qualifiers[] =
 39892               {
 39893                   /* Deprecated */
 39894                   "\013\000\001No Value\000",
 39895                   /* Key */
 39896                   "\025\001",
 39897                   0,
 39898               };
 39899 mike  1.1.2.1 
 39900               static MetaReference
 39901               _CIM_DiagnosticResultForMSE_Result =
 39902               {
 39903                   /* flags */
 39904                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 39905                   /* name */
 39906                   "Result",
 39907                   /* qualifiers */
 39908                   _CIM_DiagnosticResultForMSE_Result_qualifiers,
 39909                   /* subscript */
 39910                   -1,
 39911                   /* refId */
 39912                   &__root_cimv2_CIM_DiagnosticResult,
 39913               };
 39914               
 39915               static const char*
 39916               _CIM_DiagnosticResultForMSE_SystemElement_qualifiers[] =
 39917               {
 39918                   /* Deprecated */
 39919                   "\013\000\001No Value\000",
 39920 mike  1.1.2.1     /* Key */
 39921                   "\025\001",
 39922                   0,
 39923               };
 39924               
 39925               static MetaReference
 39926               _CIM_DiagnosticResultForMSE_SystemElement =
 39927               {
 39928                   /* flags */
 39929                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 39930                   /* name */
 39931                   "SystemElement",
 39932                   /* qualifiers */
 39933                   _CIM_DiagnosticResultForMSE_SystemElement_qualifiers,
 39934                   /* subscript */
 39935                   -1,
 39936                   /* refId */
 39937                   &__root_cimv2_CIM_ManagedSystemElement,
 39938               };
 39939               
 39940               static MetaFeature*
 39941 mike  1.1.2.1 _CIM_DiagnosticResultForMSE_features[] =
 39942               {
 39943                   (MetaFeature*)&_CIM_DiagnosticResultForMSE_Result,
 39944                   (MetaFeature*)&_CIM_DiagnosticResultForMSE_SystemElement,
 39945                   0,
 39946               };
 39947               
 39948               static const char*
 39949               __root_cimv2_CIM_DiagnosticResultForMSE_qualifiers[] =
 39950               {
 39951                   /* ASSOCIATION */
 39952                   "\000\001",
 39953                   /* Deprecated */
 39954                   "\013\000\001No Value\000",
 39955                   /* UMLPackagePath */
 39956                   "\057CIM::System::Diagnostics",
 39957                   /* Version */
 39958                   "\0632.9.0",
 39959                   0,
 39960               };
 39961               
 39962 mike  1.1.2.1 MetaClass
 39963               __root_cimv2_CIM_DiagnosticResultForMSE =
 39964               {
 39965                   /* flags */
 39966                   META_FLAG_ASSOCIATION,
 39967                   /* name */
 39968                   "CIM_DiagnosticResultForMSE",
 39969                   /* qualifiers */
 39970                   __root_cimv2_CIM_DiagnosticResultForMSE_qualifiers,
 39971                   /* super */
 39972                   0,
 39973                   /* features */
 39974                   _CIM_DiagnosticResultForMSE_features,
 39975               };
 39976               
 39977               //==============================================================================
 39978               //
 39979               // Class: CIM_DiagnosticServiceRecord
 39980               //
 39981               //==============================================================================
 39982               
 39983 mike  1.1.2.1 static const char*
 39984               _CIM_DiagnosticServiceRecord_ErrorCode_qualifiers[] =
 39985               {
 39986                   /* ArrayType */
 39987                   "\005Indexed",
 39988                   /* ModelCorrespondence */
 39989                   "\036\000\001CIM_DiagnosticServiceRecord.ErrorCount\000",
 39990                   0,
 39991               };
 39992               
 39993               static MetaProperty
 39994               _CIM_DiagnosticServiceRecord_ErrorCode =
 39995               {
 39996                   /* flags */
 39997                   META_FLAG_PROPERTY|META_FLAG_READ,
 39998                   /* name */
 39999                   "ErrorCode",
 40000                   /* qualifiers */
 40001                   _CIM_DiagnosticServiceRecord_ErrorCode_qualifiers,
 40002                   /* type */
 40003                   CIMTYPE_STRING,
 40004 mike  1.1.2.1     /* subscript */
 40005                   0,
 40006                   /* value */
 40007                   0,
 40008               };
 40009               
 40010               static const char*
 40011               _CIM_DiagnosticServiceRecord_ErrorCount_qualifiers[] =
 40012               {
 40013                   /* ArrayType */
 40014                   "\005Indexed",
 40015                   /* ModelCorrespondence */
 40016                   "\036\000\001CIM_DiagnosticServiceRecord.ErrorCode\000",
 40017                   0,
 40018               };
 40019               
 40020               static MetaProperty
 40021               _CIM_DiagnosticServiceRecord_ErrorCount =
 40022               {
 40023                   /* flags */
 40024                   META_FLAG_PROPERTY|META_FLAG_READ,
 40025 mike  1.1.2.1     /* name */
 40026                   "ErrorCount",
 40027                   /* qualifiers */
 40028                   _CIM_DiagnosticServiceRecord_ErrorCount_qualifiers,
 40029                   /* type */
 40030                   CIMTYPE_UINT32,
 40031                   /* subscript */
 40032                   0,
 40033                   /* value */
 40034                   0,
 40035               };
 40036               
 40037               static const char*
 40038               _CIM_DiagnosticServiceRecord_LoopsFailed_qualifiers[] =
 40039               {
 40040                   0,
 40041               };
 40042               
 40043               static MetaProperty
 40044               _CIM_DiagnosticServiceRecord_LoopsFailed =
 40045               {
 40046 mike  1.1.2.1     /* flags */
 40047                   META_FLAG_PROPERTY|META_FLAG_READ,
 40048                   /* name */
 40049                   "LoopsFailed",
 40050                   /* qualifiers */
 40051                   _CIM_DiagnosticServiceRecord_LoopsFailed_qualifiers,
 40052                   /* type */
 40053                   CIMTYPE_UINT32,
 40054                   /* subscript */
 40055                   -1,
 40056                   /* value */
 40057                   0,
 40058               };
 40059               
 40060               static const char*
 40061               _CIM_DiagnosticServiceRecord_LoopsPassed_qualifiers[] =
 40062               {
 40063                   0,
 40064               };
 40065               
 40066               static MetaProperty
 40067 mike  1.1.2.1 _CIM_DiagnosticServiceRecord_LoopsPassed =
 40068               {
 40069                   /* flags */
 40070                   META_FLAG_PROPERTY|META_FLAG_READ,
 40071                   /* name */
 40072                   "LoopsPassed",
 40073                   /* qualifiers */
 40074                   _CIM_DiagnosticServiceRecord_LoopsPassed_qualifiers,
 40075                   /* type */
 40076                   CIMTYPE_UINT32,
 40077                   /* subscript */
 40078                   -1,
 40079                   /* value */
 40080                   0,
 40081               };
 40082               
 40083               static MetaFeature*
 40084               _CIM_DiagnosticServiceRecord_features[] =
 40085               {
 40086                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_ErrorCode,
 40087                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_ErrorCount,
 40088 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticServiceRecord_LoopsFailed,
 40089                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_LoopsPassed,
 40090                   0,
 40091               };
 40092               
 40093               static const char*
 40094               __root_cimv2_CIM_DiagnosticServiceRecord_qualifiers[] =
 40095               {
 40096                   /* UMLPackagePath */
 40097                   "\057CIM::System::Diagnostics",
 40098                   /* Version */
 40099                   "\0632.9.0",
 40100                   0,
 40101               };
 40102               
 40103               MetaClass
 40104               __root_cimv2_CIM_DiagnosticServiceRecord =
 40105               {
 40106                   /* flags */
 40107                   META_FLAG_CLASS,
 40108                   /* name */
 40109 mike  1.1.2.1     "CIM_DiagnosticServiceRecord",
 40110                   /* qualifiers */
 40111                   __root_cimv2_CIM_DiagnosticServiceRecord_qualifiers,
 40112                   /* super */
 40113                   &__root_cimv2_CIM_DiagnosticRecord,
 40114                   /* features */
 40115                   _CIM_DiagnosticServiceRecord_features,
 40116               };
 40117               
 40118               //==============================================================================
 40119               //
 40120               // Class: CIM_DiagnosticSetting
 40121               //
 40122               //==============================================================================
 40123               
 40124               static const char*
 40125               _CIM_DiagnosticSetting_SettingID_qualifiers[] =
 40126               {
 40127                   /* Key */
 40128                   "\025\001",
 40129                   /* Override */
 40130 mike  1.1.2.1     "\044SettingID",
 40131                   /* MaxLen */
 40132                   "\030\000\000\001\000",
 40133                   0,
 40134               };
 40135               
 40136               static MetaProperty
 40137               _CIM_DiagnosticSetting_SettingID =
 40138               {
 40139                   /* flags */
 40140                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 40141                   /* name */
 40142                   "SettingID",
 40143                   /* qualifiers */
 40144                   _CIM_DiagnosticSetting_SettingID_qualifiers,
 40145                   /* type */
 40146                   CIMTYPE_STRING,
 40147                   /* subscript */
 40148                   -1,
 40149                   /* value */
 40150                   0,
 40151 mike  1.1.2.1 };
 40152               
 40153               static const char*
 40154               _CIM_DiagnosticSetting_TestWarningLevel_qualifiers[] =
 40155               {
 40156                   /* Deprecated */
 40157                   "\013\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticSetting.VerbosityLevel\000",
 40158                   /* Write */
 40159                   "\065\001",
 40160                   /* ValueMap */
 40161                   "\061\000\0040\0001\0002\0003\000",
 40162                   /* Values */
 40163                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
 40164                   0,
 40165               };
 40166               
 40167               static MetaProperty
 40168               _CIM_DiagnosticSetting_TestWarningLevel =
 40169               {
 40170                   /* flags */
 40171                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40172 mike  1.1.2.1     /* name */
 40173                   "TestWarningLevel",
 40174                   /* qualifiers */
 40175                   _CIM_DiagnosticSetting_TestWarningLevel_qualifiers,
 40176                   /* type */
 40177                   CIMTYPE_UINT16,
 40178                   /* subscript */
 40179                   -1,
 40180                   /* value */
 40181                   0,
 40182               };
 40183               
 40184               static const char*
 40185               _CIM_DiagnosticSetting_ReportSoftErrors_qualifiers[] =
 40186               {
 40187                   /* Deprecated */
 40188                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
 40189                   /* Write */
 40190                   "\065\001",
 40191                   0,
 40192               };
 40193 mike  1.1.2.1 
 40194               static MetaProperty
 40195               _CIM_DiagnosticSetting_ReportSoftErrors =
 40196               {
 40197                   /* flags */
 40198                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40199                   /* name */
 40200                   "ReportSoftErrors",
 40201                   /* qualifiers */
 40202                   _CIM_DiagnosticSetting_ReportSoftErrors_qualifiers,
 40203                   /* type */
 40204                   CIMTYPE_BOOLEAN,
 40205                   /* subscript */
 40206                   -1,
 40207                   /* value */
 40208                   0,
 40209               };
 40210               
 40211               static const char*
 40212               _CIM_DiagnosticSetting_ReportStatusMessages_qualifiers[] =
 40213               {
 40214 mike  1.1.2.1     /* Deprecated */
 40215                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
 40216                   /* Write */
 40217                   "\065\001",
 40218                   0,
 40219               };
 40220               
 40221               static MetaProperty
 40222               _CIM_DiagnosticSetting_ReportStatusMessages =
 40223               {
 40224                   /* flags */
 40225                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40226                   /* name */
 40227                   "ReportStatusMessages",
 40228                   /* qualifiers */
 40229                   _CIM_DiagnosticSetting_ReportStatusMessages_qualifiers,
 40230                   /* type */
 40231                   CIMTYPE_BOOLEAN,
 40232                   /* subscript */
 40233                   -1,
 40234                   /* value */
 40235 mike  1.1.2.1     0,
 40236               };
 40237               
 40238               static const char*
 40239               _CIM_DiagnosticSetting_HaltOnError_qualifiers[] =
 40240               {
 40241                   /* Write */
 40242                   "\065\001",
 40243                   0,
 40244               };
 40245               
 40246               static MetaProperty
 40247               _CIM_DiagnosticSetting_HaltOnError =
 40248               {
 40249                   /* flags */
 40250                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40251                   /* name */
 40252                   "HaltOnError",
 40253                   /* qualifiers */
 40254                   _CIM_DiagnosticSetting_HaltOnError_qualifiers,
 40255                   /* type */
 40256 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 40257                   /* subscript */
 40258                   -1,
 40259                   /* value */
 40260                   0,
 40261               };
 40262               
 40263               static const char*
 40264               _CIM_DiagnosticSetting_QuickMode_qualifiers[] =
 40265               {
 40266                   /* Write */
 40267                   "\065\001",
 40268                   0,
 40269               };
 40270               
 40271               static MetaProperty
 40272               _CIM_DiagnosticSetting_QuickMode =
 40273               {
 40274                   /* flags */
 40275                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40276                   /* name */
 40277 mike  1.1.2.1     "QuickMode",
 40278                   /* qualifiers */
 40279                   _CIM_DiagnosticSetting_QuickMode_qualifiers,
 40280                   /* type */
 40281                   CIMTYPE_BOOLEAN,
 40282                   /* subscript */
 40283                   -1,
 40284                   /* value */
 40285                   0,
 40286               };
 40287               
 40288               static const char*
 40289               _CIM_DiagnosticSetting_PercentOfTestCoverage_qualifiers[] =
 40290               {
 40291                   /* Write */
 40292                   "\065\001",
 40293                   /* Units */
 40294                   "\060Percent",
 40295                   /* MinValue */
 40296                   "\035\000\000\000\000\000\000\000\000",
 40297                   /* MaxValue */
 40298 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
 40299                   /* ModelCorrespondence */
 40300                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedServiceModes\000",
 40301                   0,
 40302               };
 40303               
 40304               static MetaProperty
 40305               _CIM_DiagnosticSetting_PercentOfTestCoverage =
 40306               {
 40307                   /* flags */
 40308                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40309                   /* name */
 40310                   "PercentOfTestCoverage",
 40311                   /* qualifiers */
 40312                   _CIM_DiagnosticSetting_PercentOfTestCoverage_qualifiers,
 40313                   /* type */
 40314                   CIMTYPE_UINT8,
 40315                   /* subscript */
 40316                   -1,
 40317                   /* value */
 40318                   0,
 40319 mike  1.1.2.1 };
 40320               
 40321               static const char*
 40322               _CIM_DiagnosticSetting_LoopControlParameter_qualifiers[] =
 40323               {
 40324                   /* Write */
 40325                   "\065\001",
 40326                   /* ArrayType */
 40327                   "\005Indexed",
 40328                   /* ModelCorrespondence */
 40329                   "\036\000\001CIM_DiagnosticSetting.LoopControl\000",
 40330                   0,
 40331               };
 40332               
 40333               static MetaProperty
 40334               _CIM_DiagnosticSetting_LoopControlParameter =
 40335               {
 40336                   /* flags */
 40337                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40338                   /* name */
 40339                   "LoopControlParameter",
 40340 mike  1.1.2.1     /* qualifiers */
 40341                   _CIM_DiagnosticSetting_LoopControlParameter_qualifiers,
 40342                   /* type */
 40343                   CIMTYPE_STRING,
 40344                   /* subscript */
 40345                   0,
 40346                   /* value */
 40347                   0,
 40348               };
 40349               
 40350               static const char*
 40351               _CIM_DiagnosticSetting_LoopControl_qualifiers[] =
 40352               {
 40353                   /* Write */
 40354                   "\065\001",
 40355                   /* ValueMap */
 40356                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 40357                   /* Values */
 40358                   "\062\000\006Unknown\000Other\000Continuous\000Count\000Timer\000ErrorCount\000",
 40359                   /* ArrayType */
 40360                   "\005Indexed",
 40361 mike  1.1.2.1     /* ModelCorrespondence */
 40362                   "\036\000\003CIM_DiagnosticSetting.LoopControlParameter\000CIM_DiagnosticSetting.OtherLoopControlDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLoopControl\000",
 40363                   0,
 40364               };
 40365               
 40366               static MetaProperty
 40367               _CIM_DiagnosticSetting_LoopControl =
 40368               {
 40369                   /* flags */
 40370                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40371                   /* name */
 40372                   "LoopControl",
 40373                   /* qualifiers */
 40374                   _CIM_DiagnosticSetting_LoopControl_qualifiers,
 40375                   /* type */
 40376                   CIMTYPE_UINT16,
 40377                   /* subscript */
 40378                   0,
 40379                   /* value */
 40380                   0,
 40381               };
 40382 mike  1.1.2.1 
 40383               static const char*
 40384               _CIM_DiagnosticSetting_OtherLoopControlDescription_qualifiers[] =
 40385               {
 40386                   /* Deprecated */
 40387                   "\013\000\001CIM_DiagnosticSetting.OtherLoopControlDescriptions\000",
 40388                   /* Write */
 40389                   "\065\001",
 40390                   /* ModelCorrespondence */
 40391                   "\036\000\001CIM_DiagnosticSetting.LoopControlParameter\000",
 40392                   0,
 40393               };
 40394               
 40395               static MetaProperty
 40396               _CIM_DiagnosticSetting_OtherLoopControlDescription =
 40397               {
 40398                   /* flags */
 40399                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40400                   /* name */
 40401                   "OtherLoopControlDescription",
 40402                   /* qualifiers */
 40403 mike  1.1.2.1     _CIM_DiagnosticSetting_OtherLoopControlDescription_qualifiers,
 40404                   /* type */
 40405                   CIMTYPE_STRING,
 40406                   /* subscript */
 40407                   -1,
 40408                   /* value */
 40409                   0,
 40410               };
 40411               
 40412               static const char*
 40413               _CIM_DiagnosticSetting_OtherLoopControlDescriptions_qualifiers[] =
 40414               {
 40415                   /* Write */
 40416                   "\065\001",
 40417                   /* ArrayType */
 40418                   "\005Indexed",
 40419                   /* ModelCorrespondence */
 40420                   "\036\000\002CIM_DiagnosticSetting.LoopControlParameter\000CIM_DiagnosticSetting.LoopControl\000",
 40421                   0,
 40422               };
 40423               
 40424 mike  1.1.2.1 static MetaProperty
 40425               _CIM_DiagnosticSetting_OtherLoopControlDescriptions =
 40426               {
 40427                   /* flags */
 40428                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40429                   /* name */
 40430                   "OtherLoopControlDescriptions",
 40431                   /* qualifiers */
 40432                   _CIM_DiagnosticSetting_OtherLoopControlDescriptions_qualifiers,
 40433                   /* type */
 40434                   CIMTYPE_STRING,
 40435                   /* subscript */
 40436                   0,
 40437                   /* value */
 40438                   0,
 40439               };
 40440               
 40441               static const char*
 40442               _CIM_DiagnosticSetting_ResultPersistence_qualifiers[] =
 40443               {
 40444                   /* Write */
 40445 mike  1.1.2.1     "\065\001",
 40446                   /* Units */
 40447                   "\060Seconds",
 40448                   0,
 40449               };
 40450               
 40451               static MetaProperty
 40452               _CIM_DiagnosticSetting_ResultPersistence =
 40453               {
 40454                   /* flags */
 40455                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40456                   /* name */
 40457                   "ResultPersistence",
 40458                   /* qualifiers */
 40459                   _CIM_DiagnosticSetting_ResultPersistence_qualifiers,
 40460                   /* type */
 40461                   CIMTYPE_UINT32,
 40462                   /* subscript */
 40463                   -1,
 40464                   /* value */
 40465                   0,
 40466 mike  1.1.2.1 };
 40467               
 40468               static const char*
 40469               _CIM_DiagnosticSetting_LogOptions_qualifiers[] =
 40470               {
 40471                   /* Write */
 40472                   "\065\001",
 40473                   /* ValueMap */
 40474                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000",
 40475                   /* Values */
 40476                   "\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",
 40477                   /* ArrayType */
 40478                   "\005Indexed",
 40479                   /* ModelCorrespondence */
 40480                   "\036\000\004CIM_DiagnosticSetting.OtherLogOptionsDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000CIM_DiagnosticServiceRecord.RecordType\000CIM_DiagnosticSetting.VerbosityLevel\000",
 40481                   0,
 40482               };
 40483               
 40484               static MetaProperty
 40485               _CIM_DiagnosticSetting_LogOptions =
 40486               {
 40487 mike  1.1.2.1     /* flags */
 40488                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40489                   /* name */
 40490                   "LogOptions",
 40491                   /* qualifiers */
 40492                   _CIM_DiagnosticSetting_LogOptions_qualifiers,
 40493                   /* type */
 40494                   CIMTYPE_UINT16,
 40495                   /* subscript */
 40496                   0,
 40497                   /* value */
 40498                   0,
 40499               };
 40500               
 40501               static const char*
 40502               _CIM_DiagnosticSetting_OtherLogOptionsDescriptions_qualifiers[] =
 40503               {
 40504                   /* Write */
 40505                   "\065\001",
 40506                   /* ModelCorrespondence */
 40507                   "\036\000\001CIM_DiagnosticSetting.LogOptions\000",
 40508 mike  1.1.2.1     0,
 40509               };
 40510               
 40511               static MetaProperty
 40512               _CIM_DiagnosticSetting_OtherLogOptionsDescriptions =
 40513               {
 40514                   /* flags */
 40515                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40516                   /* name */
 40517                   "OtherLogOptionsDescriptions",
 40518                   /* qualifiers */
 40519                   _CIM_DiagnosticSetting_OtherLogOptionsDescriptions_qualifiers,
 40520                   /* type */
 40521                   CIMTYPE_STRING,
 40522                   /* subscript */
 40523                   0,
 40524                   /* value */
 40525                   0,
 40526               };
 40527               
 40528               static const char*
 40529 mike  1.1.2.1 _CIM_DiagnosticSetting_LogStorage_qualifiers[] =
 40530               {
 40531                   /* Write */
 40532                   "\065\001",
 40533                   /* ValueMap */
 40534                   "\061\000\0050\0001\0002\0003\0004\000",
 40535                   /* Values */
 40536                   "\062\000\005Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000",
 40537                   /* ArrayType */
 40538                   "\005Indexed",
 40539                   /* ModelCorrespondence */
 40540                   "\036\000\002CIM_DiagnosticSetting.OtherLogStorageDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLogStorage\000",
 40541                   0,
 40542               };
 40543               
 40544               static MetaProperty
 40545               _CIM_DiagnosticSetting_LogStorage =
 40546               {
 40547                   /* flags */
 40548                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40549                   /* name */
 40550 mike  1.1.2.1     "LogStorage",
 40551                   /* qualifiers */
 40552                   _CIM_DiagnosticSetting_LogStorage_qualifiers,
 40553                   /* type */
 40554                   CIMTYPE_UINT16,
 40555                   /* subscript */
 40556                   0,
 40557                   /* value */
 40558                   0,
 40559               };
 40560               
 40561               static const char*
 40562               _CIM_DiagnosticSetting_OtherLogStorageDescriptions_qualifiers[] =
 40563               {
 40564                   /* Write */
 40565                   "\065\001",
 40566                   /* ArrayType */
 40567                   "\005Indexed",
 40568                   /* ModelCorrespondence */
 40569                   "\036\000\001CIM_DiagnosticSetting.LogStorage\000",
 40570                   0,
 40571 mike  1.1.2.1 };
 40572               
 40573               static MetaProperty
 40574               _CIM_DiagnosticSetting_OtherLogStorageDescriptions =
 40575               {
 40576                   /* flags */
 40577                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40578                   /* name */
 40579                   "OtherLogStorageDescriptions",
 40580                   /* qualifiers */
 40581                   _CIM_DiagnosticSetting_OtherLogStorageDescriptions_qualifiers,
 40582                   /* type */
 40583                   CIMTYPE_STRING,
 40584                   /* subscript */
 40585                   0,
 40586                   /* value */
 40587                   0,
 40588               };
 40589               
 40590               static const char*
 40591               _CIM_DiagnosticSetting_VerbosityLevel_qualifiers[] =
 40592 mike  1.1.2.1 {
 40593                   /* Write */
 40594                   "\065\001",
 40595                   /* ValueMap */
 40596                   "\061\000\0032\0003\0004\000",
 40597                   /* Values */
 40598                   "\062\000\003Minimum\000Standard\000Full\000",
 40599                   /* ArrayType */
 40600                   "\005Indexed",
 40601                   /* ModelCorrespondence */
 40602                   "\036\000\001CIM_DiagnosticSetting.LogOptions\000",
 40603                   0,
 40604               };
 40605               
 40606               static MetaProperty
 40607               _CIM_DiagnosticSetting_VerbosityLevel =
 40608               {
 40609                   /* flags */
 40610                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40611                   /* name */
 40612                   "VerbosityLevel",
 40613 mike  1.1.2.1     /* qualifiers */
 40614                   _CIM_DiagnosticSetting_VerbosityLevel_qualifiers,
 40615                   /* type */
 40616                   CIMTYPE_UINT16,
 40617                   /* subscript */
 40618                   0,
 40619                   /* value */
 40620                   0,
 40621               };
 40622               
 40623               static const char*
 40624               _CIM_DiagnosticSetting_Locales_qualifiers[] =
 40625               {
 40626                   /* Write */
 40627                   "\065\001",
 40628                   /* ModelCorrespondence */
 40629                   "\036\000\001CIM_LocalizationCapabilities.SupportedOutputLocales\000",
 40630                   0,
 40631               };
 40632               
 40633               static MetaProperty
 40634 mike  1.1.2.1 _CIM_DiagnosticSetting_Locales =
 40635               {
 40636                   /* flags */
 40637                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40638                   /* name */
 40639                   "Locales",
 40640                   /* qualifiers */
 40641                   _CIM_DiagnosticSetting_Locales_qualifiers,
 40642                   /* type */
 40643                   CIMTYPE_STRING,
 40644                   /* subscript */
 40645                   0,
 40646                   /* value */
 40647                   0,
 40648               };
 40649               
 40650               static MetaFeature*
 40651               _CIM_DiagnosticSetting_features[] =
 40652               {
 40653                   (MetaFeature*)&_CIM_DiagnosticSetting_SettingID,
 40654                   (MetaFeature*)&_CIM_DiagnosticSetting_TestWarningLevel,
 40655 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticSetting_ReportSoftErrors,
 40656                   (MetaFeature*)&_CIM_DiagnosticSetting_ReportStatusMessages,
 40657                   (MetaFeature*)&_CIM_DiagnosticSetting_HaltOnError,
 40658                   (MetaFeature*)&_CIM_DiagnosticSetting_QuickMode,
 40659                   (MetaFeature*)&_CIM_DiagnosticSetting_PercentOfTestCoverage,
 40660                   (MetaFeature*)&_CIM_DiagnosticSetting_LoopControlParameter,
 40661                   (MetaFeature*)&_CIM_DiagnosticSetting_LoopControl,
 40662                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLoopControlDescription,
 40663                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLoopControlDescriptions,
 40664                   (MetaFeature*)&_CIM_DiagnosticSetting_ResultPersistence,
 40665                   (MetaFeature*)&_CIM_DiagnosticSetting_LogOptions,
 40666                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLogOptionsDescriptions,
 40667                   (MetaFeature*)&_CIM_DiagnosticSetting_LogStorage,
 40668                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLogStorageDescriptions,
 40669                   (MetaFeature*)&_CIM_DiagnosticSetting_VerbosityLevel,
 40670                   (MetaFeature*)&_CIM_DiagnosticSetting_Locales,
 40671                   0,
 40672               };
 40673               
 40674               static const char*
 40675               __root_cimv2_CIM_DiagnosticSetting_qualifiers[] =
 40676 mike  1.1.2.1 {
 40677                   /* UMLPackagePath */
 40678                   "\057CIM::System::Diagnostics",
 40679                   /* Version */
 40680                   "\0632.9.0",
 40681                   0,
 40682               };
 40683               
 40684               MetaClass
 40685               __root_cimv2_CIM_DiagnosticSetting =
 40686               {
 40687                   /* flags */
 40688                   META_FLAG_CLASS,
 40689                   /* name */
 40690                   "CIM_DiagnosticSetting",
 40691                   /* qualifiers */
 40692                   __root_cimv2_CIM_DiagnosticSetting_qualifiers,
 40693                   /* super */
 40694                   &__root_cimv2_CIM_Setting,
 40695                   /* features */
 40696                   _CIM_DiagnosticSetting_features,
 40697 mike  1.1.2.1 };
 40698               
 40699               //==============================================================================
 40700               //
 40701               // Class: CIM_DiagnosticSettingRecord
 40702               //
 40703               //==============================================================================
 40704               
 40705               static const char*
 40706               _CIM_DiagnosticSettingRecord_HaltOnError_qualifiers[] =
 40707               {
 40708                   0,
 40709               };
 40710               
 40711               static MetaProperty
 40712               _CIM_DiagnosticSettingRecord_HaltOnError =
 40713               {
 40714                   /* flags */
 40715                   META_FLAG_PROPERTY|META_FLAG_READ,
 40716                   /* name */
 40717                   "HaltOnError",
 40718 mike  1.1.2.1     /* qualifiers */
 40719                   _CIM_DiagnosticSettingRecord_HaltOnError_qualifiers,
 40720                   /* type */
 40721                   CIMTYPE_BOOLEAN,
 40722                   /* subscript */
 40723                   -1,
 40724                   /* value */
 40725                   0,
 40726               };
 40727               
 40728               static const char*
 40729               _CIM_DiagnosticSettingRecord_QuickMode_qualifiers[] =
 40730               {
 40731                   0,
 40732               };
 40733               
 40734               static MetaProperty
 40735               _CIM_DiagnosticSettingRecord_QuickMode =
 40736               {
 40737                   /* flags */
 40738                   META_FLAG_PROPERTY|META_FLAG_READ,
 40739 mike  1.1.2.1     /* name */
 40740                   "QuickMode",
 40741                   /* qualifiers */
 40742                   _CIM_DiagnosticSettingRecord_QuickMode_qualifiers,
 40743                   /* type */
 40744                   CIMTYPE_BOOLEAN,
 40745                   /* subscript */
 40746                   -1,
 40747                   /* value */
 40748                   0,
 40749               };
 40750               
 40751               static const char*
 40752               _CIM_DiagnosticSettingRecord_PercentOfTestCoverage_qualifiers[] =
 40753               {
 40754                   /* Units */
 40755                   "\060Percent",
 40756                   /* MinValue */
 40757                   "\035\000\000\000\000\000\000\000\000",
 40758                   /* MaxValue */
 40759                   "\031\000\000\000\000\000\000\000\144",
 40760 mike  1.1.2.1     0,
 40761               };
 40762               
 40763               static MetaProperty
 40764               _CIM_DiagnosticSettingRecord_PercentOfTestCoverage =
 40765               {
 40766                   /* flags */
 40767                   META_FLAG_PROPERTY|META_FLAG_READ,
 40768                   /* name */
 40769                   "PercentOfTestCoverage",
 40770                   /* qualifiers */
 40771                   _CIM_DiagnosticSettingRecord_PercentOfTestCoverage_qualifiers,
 40772                   /* type */
 40773                   CIMTYPE_UINT8,
 40774                   /* subscript */
 40775                   -1,
 40776                   /* value */
 40777                   0,
 40778               };
 40779               
 40780               static const char*
 40781 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_LoopControlParameter_qualifiers[] =
 40782               {
 40783                   /* ArrayType */
 40784                   "\005Indexed",
 40785                   0,
 40786               };
 40787               
 40788               static MetaProperty
 40789               _CIM_DiagnosticSettingRecord_LoopControlParameter =
 40790               {
 40791                   /* flags */
 40792                   META_FLAG_PROPERTY|META_FLAG_READ,
 40793                   /* name */
 40794                   "LoopControlParameter",
 40795                   /* qualifiers */
 40796                   _CIM_DiagnosticSettingRecord_LoopControlParameter_qualifiers,
 40797                   /* type */
 40798                   CIMTYPE_STRING,
 40799                   /* subscript */
 40800                   0,
 40801                   /* value */
 40802 mike  1.1.2.1     0,
 40803               };
 40804               
 40805               static const char*
 40806               _CIM_DiagnosticSettingRecord_LoopControl_qualifiers[] =
 40807               {
 40808                   /* ValueMap */
 40809                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 40810                   /* Values */
 40811                   "\062\000\006Unknown\000Other\000Continuous\000Count\000Timer\000Error Count\000",
 40812                   /* ArrayType */
 40813                   "\005Indexed",
 40814                   0,
 40815               };
 40816               
 40817               static MetaProperty
 40818               _CIM_DiagnosticSettingRecord_LoopControl =
 40819               {
 40820                   /* flags */
 40821                   META_FLAG_PROPERTY|META_FLAG_READ,
 40822                   /* name */
 40823 mike  1.1.2.1     "LoopControl",
 40824                   /* qualifiers */
 40825                   _CIM_DiagnosticSettingRecord_LoopControl_qualifiers,
 40826                   /* type */
 40827                   CIMTYPE_UINT16,
 40828                   /* subscript */
 40829                   0,
 40830                   /* value */
 40831                   0,
 40832               };
 40833               
 40834               static const char*
 40835               _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions_qualifiers[] =
 40836               {
 40837                   /* ArrayType */
 40838                   "\005Indexed",
 40839                   0,
 40840               };
 40841               
 40842               static MetaProperty
 40843               _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions =
 40844 mike  1.1.2.1 {
 40845                   /* flags */
 40846                   META_FLAG_PROPERTY|META_FLAG_READ,
 40847                   /* name */
 40848                   "OtherLoopControlDescriptions",
 40849                   /* qualifiers */
 40850                   _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions_qualifiers,
 40851                   /* type */
 40852                   CIMTYPE_STRING,
 40853                   /* subscript */
 40854                   0,
 40855                   /* value */
 40856                   0,
 40857               };
 40858               
 40859               static const char*
 40860               _CIM_DiagnosticSettingRecord_ResultPersistence_qualifiers[] =
 40861               {
 40862                   /* Units */
 40863                   "\060Seconds",
 40864                   0,
 40865 mike  1.1.2.1 };
 40866               
 40867               static MetaProperty
 40868               _CIM_DiagnosticSettingRecord_ResultPersistence =
 40869               {
 40870                   /* flags */
 40871                   META_FLAG_PROPERTY|META_FLAG_READ,
 40872                   /* name */
 40873                   "ResultPersistence",
 40874                   /* qualifiers */
 40875                   _CIM_DiagnosticSettingRecord_ResultPersistence_qualifiers,
 40876                   /* type */
 40877                   CIMTYPE_UINT32,
 40878                   /* subscript */
 40879                   -1,
 40880                   /* value */
 40881                   0,
 40882               };
 40883               
 40884               static const char*
 40885               _CIM_DiagnosticSettingRecord_LogOptions_qualifiers[] =
 40886 mike  1.1.2.1 {
 40887                   /* ValueMap */
 40888                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\0000x8000\000",
 40889                   /* Values */
 40890                   "\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",
 40891                   /* ArrayType */
 40892                   "\005Indexed",
 40893                   0,
 40894               };
 40895               
 40896               static MetaProperty
 40897               _CIM_DiagnosticSettingRecord_LogOptions =
 40898               {
 40899                   /* flags */
 40900                   META_FLAG_PROPERTY|META_FLAG_READ,
 40901                   /* name */
 40902                   "LogOptions",
 40903                   /* qualifiers */
 40904                   _CIM_DiagnosticSettingRecord_LogOptions_qualifiers,
 40905                   /* type */
 40906                   CIMTYPE_UINT16,
 40907 mike  1.1.2.1     /* subscript */
 40908                   0,
 40909                   /* value */
 40910                   0,
 40911               };
 40912               
 40913               static const char*
 40914               _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions_qualifiers[] =
 40915               {
 40916                   0,
 40917               };
 40918               
 40919               static MetaProperty
 40920               _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions =
 40921               {
 40922                   /* flags */
 40923                   META_FLAG_PROPERTY|META_FLAG_READ,
 40924                   /* name */
 40925                   "OtherLogOptionsDescriptions",
 40926                   /* qualifiers */
 40927                   _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions_qualifiers,
 40928 mike  1.1.2.1     /* type */
 40929                   CIMTYPE_STRING,
 40930                   /* subscript */
 40931                   0,
 40932                   /* value */
 40933                   0,
 40934               };
 40935               
 40936               static const char*
 40937               _CIM_DiagnosticSettingRecord_LogStorage_qualifiers[] =
 40938               {
 40939                   /* ValueMap */
 40940                   "\061\000\0050\0001\0002\0003\0004\000",
 40941                   /* Values */
 40942                   "\062\000\005Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000",
 40943                   /* ArrayType */
 40944                   "\005Indexed",
 40945                   0,
 40946               };
 40947               
 40948               static MetaProperty
 40949 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_LogStorage =
 40950               {
 40951                   /* flags */
 40952                   META_FLAG_PROPERTY|META_FLAG_READ,
 40953                   /* name */
 40954                   "LogStorage",
 40955                   /* qualifiers */
 40956                   _CIM_DiagnosticSettingRecord_LogStorage_qualifiers,
 40957                   /* type */
 40958                   CIMTYPE_UINT16,
 40959                   /* subscript */
 40960                   0,
 40961                   /* value */
 40962                   0,
 40963               };
 40964               
 40965               static const char*
 40966               _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions_qualifiers[] =
 40967               {
 40968                   /* ArrayType */
 40969                   "\005Indexed",
 40970 mike  1.1.2.1     0,
 40971               };
 40972               
 40973               static MetaProperty
 40974               _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions =
 40975               {
 40976                   /* flags */
 40977                   META_FLAG_PROPERTY|META_FLAG_READ,
 40978                   /* name */
 40979                   "OtherLogStorageDescriptions",
 40980                   /* qualifiers */
 40981                   _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions_qualifiers,
 40982                   /* type */
 40983                   CIMTYPE_STRING,
 40984                   /* subscript */
 40985                   0,
 40986                   /* value */
 40987                   0,
 40988               };
 40989               
 40990               static const char*
 40991 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_VerbosityLevel_qualifiers[] =
 40992               {
 40993                   /* ValueMap */
 40994                   "\061\000\0032\0003\0004\000",
 40995                   /* Values */
 40996                   "\062\000\003Minimum\000Standard\000Full\000",
 40997                   /* ArrayType */
 40998                   "\005Indexed",
 40999                   0,
 41000               };
 41001               
 41002               static MetaProperty
 41003               _CIM_DiagnosticSettingRecord_VerbosityLevel =
 41004               {
 41005                   /* flags */
 41006                   META_FLAG_PROPERTY|META_FLAG_READ,
 41007                   /* name */
 41008                   "VerbosityLevel",
 41009                   /* qualifiers */
 41010                   _CIM_DiagnosticSettingRecord_VerbosityLevel_qualifiers,
 41011                   /* type */
 41012 mike  1.1.2.1     CIMTYPE_UINT16,
 41013                   /* subscript */
 41014                   0,
 41015                   /* value */
 41016                   0,
 41017               };
 41018               
 41019               static MetaFeature*
 41020               _CIM_DiagnosticSettingRecord_features[] =
 41021               {
 41022                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_HaltOnError,
 41023                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_QuickMode,
 41024                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_PercentOfTestCoverage,
 41025                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LoopControlParameter,
 41026                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LoopControl,
 41027                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions,
 41028                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_ResultPersistence,
 41029                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LogOptions,
 41030                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions,
 41031                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LogStorage,
 41032                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions,
 41033 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticSettingRecord_VerbosityLevel,
 41034                   0,
 41035               };
 41036               
 41037               static const char*
 41038               __root_cimv2_CIM_DiagnosticSettingRecord_qualifiers[] =
 41039               {
 41040                   /* UMLPackagePath */
 41041                   "\057CIM::System::Diagnostics",
 41042                   /* Version */
 41043                   "\0632.11.0",
 41044                   0,
 41045               };
 41046               
 41047               MetaClass
 41048               __root_cimv2_CIM_DiagnosticSettingRecord =
 41049               {
 41050                   /* flags */
 41051                   META_FLAG_CLASS,
 41052                   /* name */
 41053                   "CIM_DiagnosticSettingRecord",
 41054 mike  1.1.2.1     /* qualifiers */
 41055                   __root_cimv2_CIM_DiagnosticSettingRecord_qualifiers,
 41056                   /* super */
 41057                   &__root_cimv2_CIM_DiagnosticRecord,
 41058                   /* features */
 41059                   _CIM_DiagnosticSettingRecord_features,
 41060               };
 41061               
 41062               //==============================================================================
 41063               //
 41064               // Class: CIM_DocumentAuthentication
 41065               //
 41066               //==============================================================================
 41067               
 41068               static const char*
 41069               _CIM_DocumentAuthentication_TypeOfDocument_qualifiers[] =
 41070               {
 41071                   /* ValueMap */
 41072                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 41073                   /* Values */
 41074                   "\062\000\007Other\000Passport\000Birth Certificate\000Credit Card\000Drivers License\000Membership Card\000Social Security Card\000",
 41075 mike  1.1.2.1     /* ModelCorrespondence */
 41076                   "\036\000\001CIM_DocumentAuthentication.OtherDocument\000",
 41077                   0,
 41078               };
 41079               
 41080               static MetaProperty
 41081               _CIM_DocumentAuthentication_TypeOfDocument =
 41082               {
 41083                   /* flags */
 41084                   META_FLAG_PROPERTY|META_FLAG_READ,
 41085                   /* name */
 41086                   "TypeOfDocument",
 41087                   /* qualifiers */
 41088                   _CIM_DocumentAuthentication_TypeOfDocument_qualifiers,
 41089                   /* type */
 41090                   CIMTYPE_UINT16,
 41091                   /* subscript */
 41092                   -1,
 41093                   /* value */
 41094                   0,
 41095               };
 41096 mike  1.1.2.1 
 41097               static const char*
 41098               _CIM_DocumentAuthentication_OtherDocument_qualifiers[] =
 41099               {
 41100                   /* ModelCorrespondence */
 41101                   "\036\000\001CIM_DocumentAuthentication.TypeOfDocument\000",
 41102                   0,
 41103               };
 41104               
 41105               static MetaProperty
 41106               _CIM_DocumentAuthentication_OtherDocument =
 41107               {
 41108                   /* flags */
 41109                   META_FLAG_PROPERTY|META_FLAG_READ,
 41110                   /* name */
 41111                   "OtherDocument",
 41112                   /* qualifiers */
 41113                   _CIM_DocumentAuthentication_OtherDocument_qualifiers,
 41114                   /* type */
 41115                   CIMTYPE_STRING,
 41116                   /* subscript */
 41117 mike  1.1.2.1     -1,
 41118                   /* value */
 41119                   0,
 41120               };
 41121               
 41122               static const char*
 41123               _CIM_DocumentAuthentication_DocumentIdentifier_qualifiers[] =
 41124               {
 41125                   0,
 41126               };
 41127               
 41128               static MetaProperty
 41129               _CIM_DocumentAuthentication_DocumentIdentifier =
 41130               {
 41131                   /* flags */
 41132                   META_FLAG_PROPERTY|META_FLAG_READ,
 41133                   /* name */
 41134                   "DocumentIdentifier",
 41135                   /* qualifiers */
 41136                   _CIM_DocumentAuthentication_DocumentIdentifier_qualifiers,
 41137                   /* type */
 41138 mike  1.1.2.1     CIMTYPE_STRING,
 41139                   /* subscript */
 41140                   -1,
 41141                   /* value */
 41142                   0,
 41143               };
 41144               
 41145               static MetaFeature*
 41146               _CIM_DocumentAuthentication_features[] =
 41147               {
 41148                   (MetaFeature*)&_CIM_DocumentAuthentication_TypeOfDocument,
 41149                   (MetaFeature*)&_CIM_DocumentAuthentication_OtherDocument,
 41150                   (MetaFeature*)&_CIM_DocumentAuthentication_DocumentIdentifier,
 41151                   0,
 41152               };
 41153               
 41154               static const char*
 41155               __root_cimv2_CIM_DocumentAuthentication_qualifiers[] =
 41156               {
 41157                   /* UMLPackagePath */
 41158                   "\057CIM::Policy",
 41159 mike  1.1.2.1     /* Version */
 41160                   "\0632.8.0",
 41161                   0,
 41162               };
 41163               
 41164               MetaClass
 41165               __root_cimv2_CIM_DocumentAuthentication =
 41166               {
 41167                   /* flags */
 41168                   META_FLAG_CLASS,
 41169                   /* name */
 41170                   "CIM_DocumentAuthentication",
 41171                   /* qualifiers */
 41172                   __root_cimv2_CIM_DocumentAuthentication_qualifiers,
 41173                   /* super */
 41174                   &__root_cimv2_CIM_AuthenticationCondition,
 41175                   /* features */
 41176                   _CIM_DocumentAuthentication_features,
 41177               };
 41178               
 41179               //==============================================================================
 41180 mike  1.1.2.1 //
 41181               // Class: CIM_ElementAsUser
 41182               //
 41183               //==============================================================================
 41184               
 41185               static const char*
 41186               _CIM_ElementAsUser_Antecedent_qualifiers[] =
 41187               {
 41188                   /* Deprecated */
 41189                   "\013\000\001CIM_AssignedIdentity.ManagedElement\000",
 41190                   /* Override */
 41191                   "\044Antecedent",
 41192                   /* Min */
 41193                   "\033\000\000\000\001",
 41194                   /* Max */
 41195                   "\027\000\000\000\001",
 41196                   0,
 41197               };
 41198               
 41199               static MetaReference
 41200               _CIM_ElementAsUser_Antecedent =
 41201 mike  1.1.2.1 {
 41202                   /* flags */
 41203                   META_FLAG_REFERENCE|META_FLAG_READ,
 41204                   /* name */
 41205                   "Antecedent",
 41206                   /* qualifiers */
 41207                   _CIM_ElementAsUser_Antecedent_qualifiers,
 41208                   /* subscript */
 41209                   -1,
 41210                   /* refId */
 41211                   &__root_cimv2_CIM_ManagedElement,
 41212               };
 41213               
 41214               static const char*
 41215               _CIM_ElementAsUser_Dependent_qualifiers[] =
 41216               {
 41217                   /* Deprecated */
 41218                   "\013\000\001CIM_AssignedIdentity.IdentityInfo\000",
 41219                   /* Override */
 41220                   "\044Dependent",
 41221                   0,
 41222 mike  1.1.2.1 };
 41223               
 41224               static MetaReference
 41225               _CIM_ElementAsUser_Dependent =
 41226               {
 41227                   /* flags */
 41228                   META_FLAG_REFERENCE|META_FLAG_READ,
 41229                   /* name */
 41230                   "Dependent",
 41231                   /* qualifiers */
 41232                   _CIM_ElementAsUser_Dependent_qualifiers,
 41233                   /* subscript */
 41234                   -1,
 41235                   /* refId */
 41236                   &__root_cimv2_CIM_UsersAccess,
 41237               };
 41238               
 41239               static MetaFeature*
 41240               _CIM_ElementAsUser_features[] =
 41241               {
 41242                   (MetaFeature*)&_CIM_ElementAsUser_Antecedent,
 41243 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementAsUser_Dependent,
 41244                   0,
 41245               };
 41246               
 41247               static const char*
 41248               __root_cimv2_CIM_ElementAsUser_qualifiers[] =
 41249               {
 41250                   /* ASSOCIATION */
 41251                   "\000\001",
 41252                   /* Deprecated */
 41253                   "\013\000\001CIM_AssignedIdentity\000",
 41254                   /* UMLPackagePath */
 41255                   "\057CIM::User::UsersAccess",
 41256                   /* Version */
 41257                   "\0632.8.0",
 41258                   0,
 41259               };
 41260               
 41261               MetaClass
 41262               __root_cimv2_CIM_ElementAsUser =
 41263               {
 41264 mike  1.1.2.1     /* flags */
 41265                   META_FLAG_ASSOCIATION,
 41266                   /* name */
 41267                   "CIM_ElementAsUser",
 41268                   /* qualifiers */
 41269                   __root_cimv2_CIM_ElementAsUser_qualifiers,
 41270                   /* super */
 41271                   &__root_cimv2_CIM_Dependency,
 41272                   /* features */
 41273                   _CIM_ElementAsUser_features,
 41274               };
 41275               
 41276               //==============================================================================
 41277               //
 41278               // Class: CIM_ElementCapacity
 41279               //
 41280               //==============================================================================
 41281               
 41282               static const char*
 41283               _CIM_ElementCapacity_Capacity_qualifiers[] =
 41284               {
 41285 mike  1.1.2.1     /* Key */
 41286                   "\025\001",
 41287                   0,
 41288               };
 41289               
 41290               static MetaReference
 41291               _CIM_ElementCapacity_Capacity =
 41292               {
 41293                   /* flags */
 41294                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41295                   /* name */
 41296                   "Capacity",
 41297                   /* qualifiers */
 41298                   _CIM_ElementCapacity_Capacity_qualifiers,
 41299                   /* subscript */
 41300                   -1,
 41301                   /* refId */
 41302                   &__root_cimv2_CIM_PhysicalCapacity,
 41303               };
 41304               
 41305               static const char*
 41306 mike  1.1.2.1 _CIM_ElementCapacity_Element_qualifiers[] =
 41307               {
 41308                   /* Key */
 41309                   "\025\001",
 41310                   /* Min */
 41311                   "\033\000\000\000\001",
 41312                   0,
 41313               };
 41314               
 41315               static MetaReference
 41316               _CIM_ElementCapacity_Element =
 41317               {
 41318                   /* flags */
 41319                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41320                   /* name */
 41321                   "Element",
 41322                   /* qualifiers */
 41323                   _CIM_ElementCapacity_Element_qualifiers,
 41324                   /* subscript */
 41325                   -1,
 41326                   /* refId */
 41327 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
 41328               };
 41329               
 41330               static MetaFeature*
 41331               _CIM_ElementCapacity_features[] =
 41332               {
 41333                   (MetaFeature*)&_CIM_ElementCapacity_Capacity,
 41334                   (MetaFeature*)&_CIM_ElementCapacity_Element,
 41335                   0,
 41336               };
 41337               
 41338               static const char*
 41339               __root_cimv2_CIM_ElementCapacity_qualifiers[] =
 41340               {
 41341                   /* ASSOCIATION */
 41342                   "\000\001",
 41343                   /* UMLPackagePath */
 41344                   "\057CIM::Physical::Misc",
 41345                   /* Version */
 41346                   "\0632.6.0",
 41347                   0,
 41348 mike  1.1.2.1 };
 41349               
 41350               MetaClass
 41351               __root_cimv2_CIM_ElementCapacity =
 41352               {
 41353                   /* flags */
 41354                   META_FLAG_ASSOCIATION,
 41355                   /* name */
 41356                   "CIM_ElementCapacity",
 41357                   /* qualifiers */
 41358                   __root_cimv2_CIM_ElementCapacity_qualifiers,
 41359                   /* super */
 41360                   0,
 41361                   /* features */
 41362                   _CIM_ElementCapacity_features,
 41363               };
 41364               
 41365               //==============================================================================
 41366               //
 41367               // Class: CIM_ElementConfiguration
 41368               //
 41369 mike  1.1.2.1 //==============================================================================
 41370               
 41371               static const char*
 41372               _CIM_ElementConfiguration_Element_qualifiers[] =
 41373               {
 41374                   /* Key */
 41375                   "\025\001",
 41376                   0,
 41377               };
 41378               
 41379               static MetaReference
 41380               _CIM_ElementConfiguration_Element =
 41381               {
 41382                   /* flags */
 41383                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41384                   /* name */
 41385                   "Element",
 41386                   /* qualifiers */
 41387                   _CIM_ElementConfiguration_Element_qualifiers,
 41388                   /* subscript */
 41389                   -1,
 41390 mike  1.1.2.1     /* refId */
 41391                   &__root_cimv2_CIM_ManagedSystemElement,
 41392               };
 41393               
 41394               static const char*
 41395               _CIM_ElementConfiguration_Configuration_qualifiers[] =
 41396               {
 41397                   /* Key */
 41398                   "\025\001",
 41399                   0,
 41400               };
 41401               
 41402               static MetaReference
 41403               _CIM_ElementConfiguration_Configuration =
 41404               {
 41405                   /* flags */
 41406                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41407                   /* name */
 41408                   "Configuration",
 41409                   /* qualifiers */
 41410                   _CIM_ElementConfiguration_Configuration_qualifiers,
 41411 mike  1.1.2.1     /* subscript */
 41412                   -1,
 41413                   /* refId */
 41414                   &__root_cimv2_CIM_Configuration,
 41415               };
 41416               
 41417               static MetaFeature*
 41418               _CIM_ElementConfiguration_features[] =
 41419               {
 41420                   (MetaFeature*)&_CIM_ElementConfiguration_Element,
 41421                   (MetaFeature*)&_CIM_ElementConfiguration_Configuration,
 41422                   0,
 41423               };
 41424               
 41425               static const char*
 41426               __root_cimv2_CIM_ElementConfiguration_qualifiers[] =
 41427               {
 41428                   /* ASSOCIATION */
 41429                   "\000\001",
 41430                   /* UMLPackagePath */
 41431                   "\057CIM::Core::Settings",
 41432 mike  1.1.2.1     /* Version */
 41433                   "\0632.6.0",
 41434                   0,
 41435               };
 41436               
 41437               MetaClass
 41438               __root_cimv2_CIM_ElementConfiguration =
 41439               {
 41440                   /* flags */
 41441                   META_FLAG_ASSOCIATION,
 41442                   /* name */
 41443                   "CIM_ElementConfiguration",
 41444                   /* qualifiers */
 41445                   __root_cimv2_CIM_ElementConfiguration_qualifiers,
 41446                   /* super */
 41447                   0,
 41448                   /* features */
 41449                   _CIM_ElementConfiguration_features,
 41450               };
 41451               
 41452               //==============================================================================
 41453 mike  1.1.2.1 //
 41454               // Class: CIM_ElementConformsToProfile
 41455               //
 41456               //==============================================================================
 41457               
 41458               static const char*
 41459               _CIM_ElementConformsToProfile_ConformantStandard_qualifiers[] =
 41460               {
 41461                   /* Key */
 41462                   "\025\001",
 41463                   0,
 41464               };
 41465               
 41466               static MetaReference
 41467               _CIM_ElementConformsToProfile_ConformantStandard =
 41468               {
 41469                   /* flags */
 41470                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41471                   /* name */
 41472                   "ConformantStandard",
 41473                   /* qualifiers */
 41474 mike  1.1.2.1     _CIM_ElementConformsToProfile_ConformantStandard_qualifiers,
 41475                   /* subscript */
 41476                   -1,
 41477                   /* refId */
 41478                   &__root_cimv2_CIM_RegisteredProfile,
 41479               };
 41480               
 41481               static const char*
 41482               _CIM_ElementConformsToProfile_ManagedElement_qualifiers[] =
 41483               {
 41484                   /* Key */
 41485                   "\025\001",
 41486                   0,
 41487               };
 41488               
 41489               static MetaReference
 41490               _CIM_ElementConformsToProfile_ManagedElement =
 41491               {
 41492                   /* flags */
 41493                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41494                   /* name */
 41495 mike  1.1.2.1     "ManagedElement",
 41496                   /* qualifiers */
 41497                   _CIM_ElementConformsToProfile_ManagedElement_qualifiers,
 41498                   /* subscript */
 41499                   -1,
 41500                   /* refId */
 41501                   &__root_cimv2_CIM_ManagedElement,
 41502               };
 41503               
 41504               static MetaFeature*
 41505               _CIM_ElementConformsToProfile_features[] =
 41506               {
 41507                   (MetaFeature*)&_CIM_ElementConformsToProfile_ConformantStandard,
 41508                   (MetaFeature*)&_CIM_ElementConformsToProfile_ManagedElement,
 41509                   0,
 41510               };
 41511               
 41512               static const char*
 41513               __root_cimv2_CIM_ElementConformsToProfile_qualifiers[] =
 41514               {
 41515                   /* ASSOCIATION */
 41516 mike  1.1.2.1     "\000\001",
 41517                   /* UMLPackagePath */
 41518                   "\057CIM::Interop",
 41519                   /* Version */
 41520                   "\0632.8.0",
 41521                   0,
 41522               };
 41523               
 41524               MetaClass
 41525               __root_cimv2_CIM_ElementConformsToProfile =
 41526               {
 41527                   /* flags */
 41528                   META_FLAG_ASSOCIATION,
 41529                   /* name */
 41530                   "CIM_ElementConformsToProfile",
 41531                   /* qualifiers */
 41532                   __root_cimv2_CIM_ElementConformsToProfile_qualifiers,
 41533                   /* super */
 41534                   0,
 41535                   /* features */
 41536                   _CIM_ElementConformsToProfile_features,
 41537 mike  1.1.2.1 };
 41538               
 41539               //==============================================================================
 41540               //
 41541               // Class: CIM_ElementLocation
 41542               //
 41543               //==============================================================================
 41544               
 41545               static const char*
 41546               _CIM_ElementLocation_Element_qualifiers[] =
 41547               {
 41548                   /* Key */
 41549                   "\025\001",
 41550                   0,
 41551               };
 41552               
 41553               static MetaReference
 41554               _CIM_ElementLocation_Element =
 41555               {
 41556                   /* flags */
 41557                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41558 mike  1.1.2.1     /* name */
 41559                   "Element",
 41560                   /* qualifiers */
 41561                   _CIM_ElementLocation_Element_qualifiers,
 41562                   /* subscript */
 41563                   -1,
 41564                   /* refId */
 41565                   &__root_cimv2_CIM_ManagedElement,
 41566               };
 41567               
 41568               static const char*
 41569               _CIM_ElementLocation_PhysicalLocation_qualifiers[] =
 41570               {
 41571                   /* Key */
 41572                   "\025\001",
 41573                   0,
 41574               };
 41575               
 41576               static MetaReference
 41577               _CIM_ElementLocation_PhysicalLocation =
 41578               {
 41579 mike  1.1.2.1     /* flags */
 41580                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41581                   /* name */
 41582                   "PhysicalLocation",
 41583                   /* qualifiers */
 41584                   _CIM_ElementLocation_PhysicalLocation_qualifiers,
 41585                   /* subscript */
 41586                   -1,
 41587                   /* refId */
 41588                   &__root_cimv2_CIM_Location,
 41589               };
 41590               
 41591               static MetaFeature*
 41592               _CIM_ElementLocation_features[] =
 41593               {
 41594                   (MetaFeature*)&_CIM_ElementLocation_Element,
 41595                   (MetaFeature*)&_CIM_ElementLocation_PhysicalLocation,
 41596                   0,
 41597               };
 41598               
 41599               static const char*
 41600 mike  1.1.2.1 __root_cimv2_CIM_ElementLocation_qualifiers[] =
 41601               {
 41602                   /* ASSOCIATION */
 41603                   "\000\001",
 41604                   /* UMLPackagePath */
 41605                   "\057CIM::Core::Physical",
 41606                   /* Version */
 41607                   "\0632.10.0",
 41608                   0,
 41609               };
 41610               
 41611               MetaClass
 41612               __root_cimv2_CIM_ElementLocation =
 41613               {
 41614                   /* flags */
 41615                   META_FLAG_ASSOCIATION,
 41616                   /* name */
 41617                   "CIM_ElementLocation",
 41618                   /* qualifiers */
 41619                   __root_cimv2_CIM_ElementLocation_qualifiers,
 41620                   /* super */
 41621 mike  1.1.2.1     0,
 41622                   /* features */
 41623                   _CIM_ElementLocation_features,
 41624               };
 41625               
 41626               //==============================================================================
 41627               //
 41628               // Class: CIM_ElementProfile
 41629               //
 41630               //==============================================================================
 41631               
 41632               static const char*
 41633               _CIM_ElementProfile_ManagedElement_qualifiers[] =
 41634               {
 41635                   /* Key */
 41636                   "\025\001",
 41637                   0,
 41638               };
 41639               
 41640               static MetaReference
 41641               _CIM_ElementProfile_ManagedElement =
 41642 mike  1.1.2.1 {
 41643                   /* flags */
 41644                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41645                   /* name */
 41646                   "ManagedElement",
 41647                   /* qualifiers */
 41648                   _CIM_ElementProfile_ManagedElement_qualifiers,
 41649                   /* subscript */
 41650                   -1,
 41651                   /* refId */
 41652                   &__root_cimv2_CIM_ManagedElement,
 41653               };
 41654               
 41655               static const char*
 41656               _CIM_ElementProfile_Profile_qualifiers[] =
 41657               {
 41658                   /* Key */
 41659                   "\025\001",
 41660                   0,
 41661               };
 41662               
 41663 mike  1.1.2.1 static MetaReference
 41664               _CIM_ElementProfile_Profile =
 41665               {
 41666                   /* flags */
 41667                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41668                   /* name */
 41669                   "Profile",
 41670                   /* qualifiers */
 41671                   _CIM_ElementProfile_Profile_qualifiers,
 41672                   /* subscript */
 41673                   -1,
 41674                   /* refId */
 41675                   &__root_cimv2_CIM_Profile,
 41676               };
 41677               
 41678               static MetaFeature*
 41679               _CIM_ElementProfile_features[] =
 41680               {
 41681                   (MetaFeature*)&_CIM_ElementProfile_ManagedElement,
 41682                   (MetaFeature*)&_CIM_ElementProfile_Profile,
 41683                   0,
 41684 mike  1.1.2.1 };
 41685               
 41686               static const char*
 41687               __root_cimv2_CIM_ElementProfile_qualifiers[] =
 41688               {
 41689                   /* ASSOCIATION */
 41690                   "\000\001",
 41691                   /* UMLPackagePath */
 41692                   "\057CIM::Core::Settings",
 41693                   /* Version */
 41694                   "\0632.7.0",
 41695                   0,
 41696               };
 41697               
 41698               MetaClass
 41699               __root_cimv2_CIM_ElementProfile =
 41700               {
 41701                   /* flags */
 41702                   META_FLAG_ASSOCIATION,
 41703                   /* name */
 41704                   "CIM_ElementProfile",
 41705 mike  1.1.2.1     /* qualifiers */
 41706                   __root_cimv2_CIM_ElementProfile_qualifiers,
 41707                   /* super */
 41708                   0,
 41709                   /* features */
 41710                   _CIM_ElementProfile_features,
 41711               };
 41712               
 41713               //==============================================================================
 41714               //
 41715               // Class: CIM_ElementSecuritySensitivity
 41716               //
 41717               //==============================================================================
 41718               
 41719               static const char*
 41720               _CIM_ElementSecuritySensitivity_SecurityLevel_qualifiers[] =
 41721               {
 41722                   /* Key */
 41723                   "\025\001",
 41724                   0,
 41725               };
 41726 mike  1.1.2.1 
 41727               static MetaReference
 41728               _CIM_ElementSecuritySensitivity_SecurityLevel =
 41729               {
 41730                   /* flags */
 41731                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41732                   /* name */
 41733                   "SecurityLevel",
 41734                   /* qualifiers */
 41735                   _CIM_ElementSecuritySensitivity_SecurityLevel_qualifiers,
 41736                   /* subscript */
 41737                   -1,
 41738                   /* refId */
 41739                   &__root_cimv2_CIM_SecuritySensitivity,
 41740               };
 41741               
 41742               static const char*
 41743               _CIM_ElementSecuritySensitivity_ManagedElement_qualifiers[] =
 41744               {
 41745                   /* Key */
 41746                   "\025\001",
 41747 mike  1.1.2.1     0,
 41748               };
 41749               
 41750               static MetaReference
 41751               _CIM_ElementSecuritySensitivity_ManagedElement =
 41752               {
 41753                   /* flags */
 41754                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41755                   /* name */
 41756                   "ManagedElement",
 41757                   /* qualifiers */
 41758                   _CIM_ElementSecuritySensitivity_ManagedElement_qualifiers,
 41759                   /* subscript */
 41760                   -1,
 41761                   /* refId */
 41762                   &__root_cimv2_CIM_ManagedElement,
 41763               };
 41764               
 41765               static MetaFeature*
 41766               _CIM_ElementSecuritySensitivity_features[] =
 41767               {
 41768 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSecuritySensitivity_SecurityLevel,
 41769                   (MetaFeature*)&_CIM_ElementSecuritySensitivity_ManagedElement,
 41770                   0,
 41771               };
 41772               
 41773               static const char*
 41774               __root_cimv2_CIM_ElementSecuritySensitivity_qualifiers[] =
 41775               {
 41776                   /* ASSOCIATION */
 41777                   "\000\001",
 41778                   /* UMLPackagePath */
 41779                   "\057CIM::User::SecurityLevel",
 41780                   /* Version */
 41781                   "\0632.8.0",
 41782                   0,
 41783               };
 41784               
 41785               MetaClass
 41786               __root_cimv2_CIM_ElementSecuritySensitivity =
 41787               {
 41788                   /* flags */
 41789 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 41790                   /* name */
 41791                   "CIM_ElementSecuritySensitivity",
 41792                   /* qualifiers */
 41793                   __root_cimv2_CIM_ElementSecuritySensitivity_qualifiers,
 41794                   /* super */
 41795                   0,
 41796                   /* features */
 41797                   _CIM_ElementSecuritySensitivity_features,
 41798               };
 41799               
 41800               //==============================================================================
 41801               //
 41802               // Class: CIM_ElementSetting
 41803               //
 41804               //==============================================================================
 41805               
 41806               static const char*
 41807               _CIM_ElementSetting_Element_qualifiers[] =
 41808               {
 41809                   /* Key */
 41810 mike  1.1.2.1     "\025\001",
 41811                   0,
 41812               };
 41813               
 41814               static MetaReference
 41815               _CIM_ElementSetting_Element =
 41816               {
 41817                   /* flags */
 41818                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41819                   /* name */
 41820                   "Element",
 41821                   /* qualifiers */
 41822                   _CIM_ElementSetting_Element_qualifiers,
 41823                   /* subscript */
 41824                   -1,
 41825                   /* refId */
 41826                   &__root_cimv2_CIM_ManagedSystemElement,
 41827               };
 41828               
 41829               static const char*
 41830               _CIM_ElementSetting_Setting_qualifiers[] =
 41831 mike  1.1.2.1 {
 41832                   /* Key */
 41833                   "\025\001",
 41834                   0,
 41835               };
 41836               
 41837               static MetaReference
 41838               _CIM_ElementSetting_Setting =
 41839               {
 41840                   /* flags */
 41841                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41842                   /* name */
 41843                   "Setting",
 41844                   /* qualifiers */
 41845                   _CIM_ElementSetting_Setting_qualifiers,
 41846                   /* subscript */
 41847                   -1,
 41848                   /* refId */
 41849                   &__root_cimv2_CIM_Setting,
 41850               };
 41851               
 41852 mike  1.1.2.1 static MetaFeature*
 41853               _CIM_ElementSetting_features[] =
 41854               {
 41855                   (MetaFeature*)&_CIM_ElementSetting_Element,
 41856                   (MetaFeature*)&_CIM_ElementSetting_Setting,
 41857                   0,
 41858               };
 41859               
 41860               static const char*
 41861               __root_cimv2_CIM_ElementSetting_qualifiers[] =
 41862               {
 41863                   /* ASSOCIATION */
 41864                   "\000\001",
 41865                   /* UMLPackagePath */
 41866                   "\057CIM::Core::Settings",
 41867                   /* Version */
 41868                   "\0632.10.0",
 41869                   0,
 41870               };
 41871               
 41872               MetaClass
 41873 mike  1.1.2.1 __root_cimv2_CIM_ElementSetting =
 41874               {
 41875                   /* flags */
 41876                   META_FLAG_ASSOCIATION,
 41877                   /* name */
 41878                   "CIM_ElementSetting",
 41879                   /* qualifiers */
 41880                   __root_cimv2_CIM_ElementSetting_qualifiers,
 41881                   /* super */
 41882                   0,
 41883                   /* features */
 41884                   _CIM_ElementSetting_features,
 41885               };
 41886               
 41887               //==============================================================================
 41888               //
 41889               // Class: CIM_ElementSettingData
 41890               //
 41891               //==============================================================================
 41892               
 41893               static const char*
 41894 mike  1.1.2.1 _CIM_ElementSettingData_ManagedElement_qualifiers[] =
 41895               {
 41896                   /* Key */
 41897                   "\025\001",
 41898                   0,
 41899               };
 41900               
 41901               static MetaReference
 41902               _CIM_ElementSettingData_ManagedElement =
 41903               {
 41904                   /* flags */
 41905                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41906                   /* name */
 41907                   "ManagedElement",
 41908                   /* qualifiers */
 41909                   _CIM_ElementSettingData_ManagedElement_qualifiers,
 41910                   /* subscript */
 41911                   -1,
 41912                   /* refId */
 41913                   &__root_cimv2_CIM_ManagedElement,
 41914               };
 41915 mike  1.1.2.1 
 41916               static const char*
 41917               _CIM_ElementSettingData_SettingData_qualifiers[] =
 41918               {
 41919                   /* Key */
 41920                   "\025\001",
 41921                   0,
 41922               };
 41923               
 41924               static MetaReference
 41925               _CIM_ElementSettingData_SettingData =
 41926               {
 41927                   /* flags */
 41928                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41929                   /* name */
 41930                   "SettingData",
 41931                   /* qualifiers */
 41932                   _CIM_ElementSettingData_SettingData_qualifiers,
 41933                   /* subscript */
 41934                   -1,
 41935                   /* refId */
 41936 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 41937               };
 41938               
 41939               static const char*
 41940               _CIM_ElementSettingData_IsDefault_qualifiers[] =
 41941               {
 41942                   /* ValueMap */
 41943                   "\061\000\0030\0001\0002\000",
 41944                   /* Values */
 41945                   "\062\000\003Unknown\000Is Default\000Is Not Default\000",
 41946                   0,
 41947               };
 41948               
 41949               static MetaProperty
 41950               _CIM_ElementSettingData_IsDefault =
 41951               {
 41952                   /* flags */
 41953                   META_FLAG_PROPERTY|META_FLAG_READ,
 41954                   /* name */
 41955                   "IsDefault",
 41956                   /* qualifiers */
 41957 mike  1.1.2.1     _CIM_ElementSettingData_IsDefault_qualifiers,
 41958                   /* type */
 41959                   CIMTYPE_UINT16,
 41960                   /* subscript */
 41961                   -1,
 41962                   /* value */
 41963                   0,
 41964               };
 41965               
 41966               static const char*
 41967               _CIM_ElementSettingData_IsCurrent_qualifiers[] =
 41968               {
 41969                   /* ValueMap */
 41970                   "\061\000\0030\0001\0002\000",
 41971                   /* Values */
 41972                   "\062\000\003Unknown\000Is Current\000Is Not Current\000",
 41973                   0,
 41974               };
 41975               
 41976               static MetaProperty
 41977               _CIM_ElementSettingData_IsCurrent =
 41978 mike  1.1.2.1 {
 41979                   /* flags */
 41980                   META_FLAG_PROPERTY|META_FLAG_READ,
 41981                   /* name */
 41982                   "IsCurrent",
 41983                   /* qualifiers */
 41984                   _CIM_ElementSettingData_IsCurrent_qualifiers,
 41985                   /* type */
 41986                   CIMTYPE_UINT16,
 41987                   /* subscript */
 41988                   -1,
 41989                   /* value */
 41990                   0,
 41991               };
 41992               
 41993               static MetaFeature*
 41994               _CIM_ElementSettingData_features[] =
 41995               {
 41996                   (MetaFeature*)&_CIM_ElementSettingData_ManagedElement,
 41997                   (MetaFeature*)&_CIM_ElementSettingData_SettingData,
 41998                   (MetaFeature*)&_CIM_ElementSettingData_IsDefault,
 41999 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSettingData_IsCurrent,
 42000                   0,
 42001               };
 42002               
 42003               static const char*
 42004               __root_cimv2_CIM_ElementSettingData_qualifiers[] =
 42005               {
 42006                   /* ASSOCIATION */
 42007                   "\000\001",
 42008                   /* UMLPackagePath */
 42009                   "\057CIM::Core::Settings",
 42010                   /* Version */
 42011                   "\0632.7.0",
 42012                   0,
 42013               };
 42014               
 42015               MetaClass
 42016               __root_cimv2_CIM_ElementSettingData =
 42017               {
 42018                   /* flags */
 42019                   META_FLAG_ASSOCIATION,
 42020 mike  1.1.2.1     /* name */
 42021                   "CIM_ElementSettingData",
 42022                   /* qualifiers */
 42023                   __root_cimv2_CIM_ElementSettingData_qualifiers,
 42024                   /* super */
 42025                   0,
 42026                   /* features */
 42027                   _CIM_ElementSettingData_features,
 42028               };
 42029               
 42030               //==============================================================================
 42031               //
 42032               // Class: CIM_ElementsLinked
 42033               //
 42034               //==============================================================================
 42035               
 42036               static const char*
 42037               _CIM_ElementsLinked_Antecedent_qualifiers[] =
 42038               {
 42039                   /* Override */
 42040                   "\044Antecedent",
 42041 mike  1.1.2.1     0,
 42042               };
 42043               
 42044               static MetaReference
 42045               _CIM_ElementsLinked_Antecedent =
 42046               {
 42047                   /* flags */
 42048                   META_FLAG_REFERENCE|META_FLAG_READ,
 42049                   /* name */
 42050                   "Antecedent",
 42051                   /* qualifiers */
 42052                   _CIM_ElementsLinked_Antecedent_qualifiers,
 42053                   /* subscript */
 42054                   -1,
 42055                   /* refId */
 42056                   &__root_cimv2_CIM_PhysicalLink,
 42057               };
 42058               
 42059               static const char*
 42060               _CIM_ElementsLinked_Dependent_qualifiers[] =
 42061               {
 42062 mike  1.1.2.1     /* Override */
 42063                   "\044Dependent",
 42064                   0,
 42065               };
 42066               
 42067               static MetaReference
 42068               _CIM_ElementsLinked_Dependent =
 42069               {
 42070                   /* flags */
 42071                   META_FLAG_REFERENCE|META_FLAG_READ,
 42072                   /* name */
 42073                   "Dependent",
 42074                   /* qualifiers */
 42075                   _CIM_ElementsLinked_Dependent_qualifiers,
 42076                   /* subscript */
 42077                   -1,
 42078                   /* refId */
 42079                   &__root_cimv2_CIM_PhysicalElement,
 42080               };
 42081               
 42082               static MetaFeature*
 42083 mike  1.1.2.1 _CIM_ElementsLinked_features[] =
 42084               {
 42085                   (MetaFeature*)&_CIM_ElementsLinked_Antecedent,
 42086                   (MetaFeature*)&_CIM_ElementsLinked_Dependent,
 42087                   0,
 42088               };
 42089               
 42090               static const char*
 42091               __root_cimv2_CIM_ElementsLinked_qualifiers[] =
 42092               {
 42093                   /* ASSOCIATION */
 42094                   "\000\001",
 42095                   /* UMLPackagePath */
 42096                   "\057CIM::Physical::Link",
 42097                   /* Version */
 42098                   "\0632.6.0",
 42099                   0,
 42100               };
 42101               
 42102               MetaClass
 42103               __root_cimv2_CIM_ElementsLinked =
 42104 mike  1.1.2.1 {
 42105                   /* flags */
 42106                   META_FLAG_ASSOCIATION,
 42107                   /* name */
 42108                   "CIM_ElementsLinked",
 42109                   /* qualifiers */
 42110                   __root_cimv2_CIM_ElementsLinked_qualifiers,
 42111                   /* super */
 42112                   &__root_cimv2_CIM_Dependency,
 42113                   /* features */
 42114                   _CIM_ElementsLinked_features,
 42115               };
 42116               
 42117               //==============================================================================
 42118               //
 42119               // Class: CIM_ElementStatisticalData
 42120               //
 42121               //==============================================================================
 42122               
 42123               static const char*
 42124               _CIM_ElementStatisticalData_ManagedElement_qualifiers[] =
 42125 mike  1.1.2.1 {
 42126                   /* Key */
 42127                   "\025\001",
 42128                   /* Min */
 42129                   "\033\000\000\000\001",
 42130                   /* Max */
 42131                   "\027\000\000\000\001",
 42132                   0,
 42133               };
 42134               
 42135               static MetaReference
 42136               _CIM_ElementStatisticalData_ManagedElement =
 42137               {
 42138                   /* flags */
 42139                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 42140                   /* name */
 42141                   "ManagedElement",
 42142                   /* qualifiers */
 42143                   _CIM_ElementStatisticalData_ManagedElement_qualifiers,
 42144                   /* subscript */
 42145                   -1,
 42146 mike  1.1.2.1     /* refId */
 42147                   &__root_cimv2_CIM_ManagedElement,
 42148               };
 42149               
 42150               static const char*
 42151               _CIM_ElementStatisticalData_Stats_qualifiers[] =
 42152               {
 42153                   /* Key */
 42154                   "\025\001",
 42155                   0,
 42156               };
 42157               
 42158               static MetaReference
 42159               _CIM_ElementStatisticalData_Stats =
 42160               {
 42161                   /* flags */
 42162                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 42163                   /* name */
 42164                   "Stats",
 42165                   /* qualifiers */
 42166                   _CIM_ElementStatisticalData_Stats_qualifiers,
 42167 mike  1.1.2.1     /* subscript */
 42168                   -1,
 42169                   /* refId */
 42170                   &__root_cimv2_CIM_StatisticalData,
 42171               };
 42172               
 42173               static MetaFeature*
 42174               _CIM_ElementStatisticalData_features[] =
 42175               {
 42176                   (MetaFeature*)&_CIM_ElementStatisticalData_ManagedElement,
 42177                   (MetaFeature*)&_CIM_ElementStatisticalData_Stats,
 42178                   0,
 42179               };
 42180               
 42181               static const char*
 42182               __root_cimv2_CIM_ElementStatisticalData_qualifiers[] =
 42183               {
 42184                   /* ASSOCIATION */
 42185                   "\000\001",
 42186                   /* UMLPackagePath */
 42187                   "\057CIM::Core::Statistics",
 42188 mike  1.1.2.1     /* Version */
 42189                   "\0632.7.0",
 42190                   0,
 42191               };
 42192               
 42193               MetaClass
 42194               __root_cimv2_CIM_ElementStatisticalData =
 42195               {
 42196                   /* flags */
 42197                   META_FLAG_ASSOCIATION,
 42198                   /* name */
 42199                   "CIM_ElementStatisticalData",
 42200                   /* qualifiers */
 42201                   __root_cimv2_CIM_ElementStatisticalData_qualifiers,
 42202                   /* super */
 42203                   0,
 42204                   /* features */
 42205                   _CIM_ElementStatisticalData_features,
 42206               };
 42207               
 42208               //==============================================================================
 42209 mike  1.1.2.1 //
 42210               // Class: CIM_FCAdapterEventCounters
 42211               //
 42212               //==============================================================================
 42213               
 42214               static const char*
 42215               _CIM_FCAdapterEventCounters_ABTSFramesReceived_qualifiers[] =
 42216               {
 42217                   /* Deprecated */
 42218                   "\013\000\001No value\000",
 42219                   /* Counter */
 42220                   "\012\001",
 42221                   0,
 42222               };
 42223               
 42224               static MetaProperty
 42225               _CIM_FCAdapterEventCounters_ABTSFramesReceived =
 42226               {
 42227                   /* flags */
 42228                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42229                   /* name */
 42230 mike  1.1.2.1     "ABTSFramesReceived",
 42231                   /* qualifiers */
 42232                   _CIM_FCAdapterEventCounters_ABTSFramesReceived_qualifiers,
 42233                   /* type */
 42234                   CIMTYPE_UINT64,
 42235                   /* subscript */
 42236                   -1,
 42237                   /* value */
 42238                   0,
 42239               };
 42240               
 42241               static const char*
 42242               _CIM_FCAdapterEventCounters_ABTSFramesSent_qualifiers[] =
 42243               {
 42244                   /* Deprecated */
 42245                   "\013\000\001No value\000",
 42246                   /* Counter */
 42247                   "\012\001",
 42248                   0,
 42249               };
 42250               
 42251 mike  1.1.2.1 static MetaProperty
 42252               _CIM_FCAdapterEventCounters_ABTSFramesSent =
 42253               {
 42254                   /* flags */
 42255                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42256                   /* name */
 42257                   "ABTSFramesSent",
 42258                   /* qualifiers */
 42259                   _CIM_FCAdapterEventCounters_ABTSFramesSent_qualifiers,
 42260                   /* type */
 42261                   CIMTYPE_UINT64,
 42262                   /* subscript */
 42263                   -1,
 42264                   /* value */
 42265                   0,
 42266               };
 42267               
 42268               static const char*
 42269               _CIM_FCAdapterEventCounters_FBSYsReceived_qualifiers[] =
 42270               {
 42271                   /* Deprecated */
 42272 mike  1.1.2.1     "\013\000\001No value\000",
 42273                   /* Counter */
 42274                   "\012\001",
 42275                   0,
 42276               };
 42277               
 42278               static MetaProperty
 42279               _CIM_FCAdapterEventCounters_FBSYsReceived =
 42280               {
 42281                   /* flags */
 42282                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42283                   /* name */
 42284                   "FBSYsReceived",
 42285                   /* qualifiers */
 42286                   _CIM_FCAdapterEventCounters_FBSYsReceived_qualifiers,
 42287                   /* type */
 42288                   CIMTYPE_UINT64,
 42289                   /* subscript */
 42290                   -1,
 42291                   /* value */
 42292                   0,
 42293 mike  1.1.2.1 };
 42294               
 42295               static const char*
 42296               _CIM_FCAdapterEventCounters_PBSYsReceived_qualifiers[] =
 42297               {
 42298                   /* Deprecated */
 42299                   "\013\000\001No value\000",
 42300                   /* Counter */
 42301                   "\012\001",
 42302                   0,
 42303               };
 42304               
 42305               static MetaProperty
 42306               _CIM_FCAdapterEventCounters_PBSYsReceived =
 42307               {
 42308                   /* flags */
 42309                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42310                   /* name */
 42311                   "PBSYsReceived",
 42312                   /* qualifiers */
 42313                   _CIM_FCAdapterEventCounters_PBSYsReceived_qualifiers,
 42314 mike  1.1.2.1     /* type */
 42315                   CIMTYPE_UINT64,
 42316                   /* subscript */
 42317                   -1,
 42318                   /* value */
 42319                   0,
 42320               };
 42321               
 42322               static const char*
 42323               _CIM_FCAdapterEventCounters_PBSYsSent_qualifiers[] =
 42324               {
 42325                   /* Deprecated */
 42326                   "\013\000\001No value\000",
 42327                   /* Counter */
 42328                   "\012\001",
 42329                   0,
 42330               };
 42331               
 42332               static MetaProperty
 42333               _CIM_FCAdapterEventCounters_PBSYsSent =
 42334               {
 42335 mike  1.1.2.1     /* flags */
 42336                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42337                   /* name */
 42338                   "PBSYsSent",
 42339                   /* qualifiers */
 42340                   _CIM_FCAdapterEventCounters_PBSYsSent_qualifiers,
 42341                   /* type */
 42342                   CIMTYPE_UINT64,
 42343                   /* subscript */
 42344                   -1,
 42345                   /* value */
 42346                   0,
 42347               };
 42348               
 42349               static const char*
 42350               _CIM_FCAdapterEventCounters_FRJTsReceived_qualifiers[] =
 42351               {
 42352                   /* Deprecated */
 42353                   "\013\000\001No value\000",
 42354                   /* Counter */
 42355                   "\012\001",
 42356 mike  1.1.2.1     0,
 42357               };
 42358               
 42359               static MetaProperty
 42360               _CIM_FCAdapterEventCounters_FRJTsReceived =
 42361               {
 42362                   /* flags */
 42363                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42364                   /* name */
 42365                   "FRJTsReceived",
 42366                   /* qualifiers */
 42367                   _CIM_FCAdapterEventCounters_FRJTsReceived_qualifiers,
 42368                   /* type */
 42369                   CIMTYPE_UINT64,
 42370                   /* subscript */
 42371                   -1,
 42372                   /* value */
 42373                   0,
 42374               };
 42375               
 42376               static const char*
 42377 mike  1.1.2.1 _CIM_FCAdapterEventCounters_PRJTsReceived_qualifiers[] =
 42378               {
 42379                   /* Deprecated */
 42380                   "\013\000\001No value\000",
 42381                   /* Counter */
 42382                   "\012\001",
 42383                   0,
 42384               };
 42385               
 42386               static MetaProperty
 42387               _CIM_FCAdapterEventCounters_PRJTsReceived =
 42388               {
 42389                   /* flags */
 42390                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42391                   /* name */
 42392                   "PRJTsReceived",
 42393                   /* qualifiers */
 42394                   _CIM_FCAdapterEventCounters_PRJTsReceived_qualifiers,
 42395                   /* type */
 42396                   CIMTYPE_UINT64,
 42397                   /* subscript */
 42398 mike  1.1.2.1     -1,
 42399                   /* value */
 42400                   0,
 42401               };
 42402               
 42403               static const char*
 42404               _CIM_FCAdapterEventCounters_PRJTsSent_qualifiers[] =
 42405               {
 42406                   /* Deprecated */
 42407                   "\013\000\001No value\000",
 42408                   /* Counter */
 42409                   "\012\001",
 42410                   0,
 42411               };
 42412               
 42413               static MetaProperty
 42414               _CIM_FCAdapterEventCounters_PRJTsSent =
 42415               {
 42416                   /* flags */
 42417                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42418                   /* name */
 42419 mike  1.1.2.1     "PRJTsSent",
 42420                   /* qualifiers */
 42421                   _CIM_FCAdapterEventCounters_PRJTsSent_qualifiers,
 42422                   /* type */
 42423                   CIMTYPE_UINT64,
 42424                   /* subscript */
 42425                   -1,
 42426                   /* value */
 42427                   0,
 42428               };
 42429               
 42430               static const char*
 42431               _CIM_FCAdapterEventCounters_PRLIsRejected_qualifiers[] =
 42432               {
 42433                   /* Deprecated */
 42434                   "\013\000\001No value\000",
 42435                   /* Counter */
 42436                   "\012\001",
 42437                   0,
 42438               };
 42439               
 42440 mike  1.1.2.1 static MetaProperty
 42441               _CIM_FCAdapterEventCounters_PRLIsRejected =
 42442               {
 42443                   /* flags */
 42444                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42445                   /* name */
 42446                   "PRLIsRejected",
 42447                   /* qualifiers */
 42448                   _CIM_FCAdapterEventCounters_PRLIsRejected_qualifiers,
 42449                   /* type */
 42450                   CIMTYPE_UINT64,
 42451                   /* subscript */
 42452                   -1,
 42453                   /* value */
 42454                   0,
 42455               };
 42456               
 42457               static const char*
 42458               _CIM_FCAdapterEventCounters_PRLOsRejected_qualifiers[] =
 42459               {
 42460                   /* Deprecated */
 42461 mike  1.1.2.1     "\013\000\001No value\000",
 42462                   /* Counter */
 42463                   "\012\001",
 42464                   0,
 42465               };
 42466               
 42467               static MetaProperty
 42468               _CIM_FCAdapterEventCounters_PRLOsRejected =
 42469               {
 42470                   /* flags */
 42471                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42472                   /* name */
 42473                   "PRLOsRejected",
 42474                   /* qualifiers */
 42475                   _CIM_FCAdapterEventCounters_PRLOsRejected_qualifiers,
 42476                   /* type */
 42477                   CIMTYPE_UINT64,
 42478                   /* subscript */
 42479                   -1,
 42480                   /* value */
 42481                   0,
 42482 mike  1.1.2.1 };
 42483               
 42484               static const char*
 42485               _CIM_FCAdapterEventCounters_ABTSFramesRejected_qualifiers[] =
 42486               {
 42487                   /* Deprecated */
 42488                   "\013\000\001No value\000",
 42489                   /* Counter */
 42490                   "\012\001",
 42491                   0,
 42492               };
 42493               
 42494               static MetaProperty
 42495               _CIM_FCAdapterEventCounters_ABTSFramesRejected =
 42496               {
 42497                   /* flags */
 42498                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42499                   /* name */
 42500                   "ABTSFramesRejected",
 42501                   /* qualifiers */
 42502                   _CIM_FCAdapterEventCounters_ABTSFramesRejected_qualifiers,
 42503 mike  1.1.2.1     /* type */
 42504                   CIMTYPE_UINT64,
 42505                   /* subscript */
 42506                   -1,
 42507                   /* value */
 42508                   0,
 42509               };
 42510               
 42511               static const char*
 42512               _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter_qualifiers[] =
 42513               {
 42514                   /* IN */
 42515                   "\024\001",
 42516                   /* ValueMap */
 42517                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 42518                   /* Values */
 42519                   "\062\000\014All\000ABTSFramesReceived\000ABTSFramesSent\000FBSYReceived\000PBSYReceived\000PBSYSent\000FRJTReceived\000PRJTReceived\000PRJTSent\000PRLIRejected\000PRLORejected\000ABTSFramesRejected\000",
 42520                   0,
 42521               };
 42522               
 42523               static MetaProperty
 42524 mike  1.1.2.1 _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter =
 42525               {
 42526                   /* flags */
 42527                   META_FLAG_PROPERTY|META_FLAG_IN,
 42528                   /* name */
 42529                   "SelectedCounter",
 42530                   /* qualifiers */
 42531                   _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter_qualifiers,
 42532                   /* type */
 42533                   CIMTYPE_UINT16,
 42534                   /* subscript */
 42535                   -1,
 42536                   /* value */
 42537                   0,
 42538               };
 42539               
 42540               static MetaFeature*
 42541               _CIM_FCAdapterEventCounters_ResetCounter_parameters[] =
 42542               {
 42543                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter,
 42544                   0,
 42545 mike  1.1.2.1 };
 42546               
 42547               static const char*
 42548               _CIM_FCAdapterEventCounters_ResetCounter_qualifiers[] =
 42549               {
 42550                   /* Deprecated */
 42551                   "\013\000\001CIM_FCPortStatistics.ResetSelectedStats()\000",
 42552                   0,
 42553               };
 42554               
 42555               static MetaMethod
 42556               _CIM_FCAdapterEventCounters_ResetCounter =
 42557               {
 42558                   /* flags */
 42559                   META_FLAG_METHOD,
 42560                   /* name */
 42561                   "CIM_FCAdapterEventCounters",
 42562                   /* qualifiers */
 42563                   _CIM_FCAdapterEventCounters_ResetCounter_qualifiers,
 42564                   /* type */
 42565                   CIMTYPE_UINT32,
 42566 mike  1.1.2.1     /* parameters */
 42567                   _CIM_FCAdapterEventCounters_ResetCounter_parameters,
 42568               };
 42569               
 42570               static MetaFeature*
 42571               _CIM_FCAdapterEventCounters_features[] =
 42572               {
 42573                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesReceived,
 42574                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesSent,
 42575                   (MetaFeature*)&_CIM_FCAdapterEventCounters_FBSYsReceived,
 42576                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PBSYsReceived,
 42577                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PBSYsSent,
 42578                   (MetaFeature*)&_CIM_FCAdapterEventCounters_FRJTsReceived,
 42579                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRJTsReceived,
 42580                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRJTsSent,
 42581                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRLIsRejected,
 42582                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRLOsRejected,
 42583                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesRejected,
 42584                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ResetCounter,
 42585                   0,
 42586               };
 42587 mike  1.1.2.1 
 42588               static const char*
 42589               __root_cimv2_CIM_FCAdapterEventCounters_qualifiers[] =
 42590               {
 42591                   /* Deprecated */
 42592                   "\013\000\001CIM_FCPortStatistics\000",
 42593                   /* UMLPackagePath */
 42594                   "\057CIM::Device::NetworkAdapter",
 42595                   /* Version */
 42596                   "\0632.10.0",
 42597                   0,
 42598               };
 42599               
 42600               MetaClass
 42601               __root_cimv2_CIM_FCAdapterEventCounters =
 42602               {
 42603                   /* flags */
 42604                   META_FLAG_CLASS,
 42605                   /* name */
 42606                   "CIM_FCAdapterEventCounters",
 42607                   /* qualifiers */
 42608 mike  1.1.2.1     __root_cimv2_CIM_FCAdapterEventCounters_qualifiers,
 42609                   /* super */
 42610                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 42611                   /* features */
 42612                   _CIM_FCAdapterEventCounters_features,
 42613               };
 42614               
 42615               //==============================================================================
 42616               //
 42617               // Class: CIM_FCPortCapabilities
 42618               //
 42619               //==============================================================================
 42620               
 42621               static const char*
 42622               _CIM_FCPortCapabilities_RequestedTypesSupported_qualifiers[] =
 42623               {
 42624                   /* ValueMap */
 42625                   "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00016000..65535\000",
 42626                   /* Values */
 42627                   "\062\000\013G\000GL\000E\000F\000FX\000B\000NX\000N\000NL\000DMTF Reserved\000Vendor Reserved\000",
 42628                   /* MappingStrings */
 42629 mike  1.1.2.1     "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_PORT_CONFIG_CAPS_T.ConfigurablePortTypes\000",
 42630                   /* ModelCorrespondence */
 42631                   "\036\000\001CIM_FCPortSettings.RequestedType\000",
 42632                   0,
 42633               };
 42634               
 42635               static MetaProperty
 42636               _CIM_FCPortCapabilities_RequestedTypesSupported =
 42637               {
 42638                   /* flags */
 42639                   META_FLAG_PROPERTY|META_FLAG_READ,
 42640                   /* name */
 42641                   "RequestedTypesSupported",
 42642                   /* qualifiers */
 42643                   _CIM_FCPortCapabilities_RequestedTypesSupported_qualifiers,
 42644                   /* type */
 42645                   CIMTYPE_UINT16,
 42646                   /* subscript */
 42647                   0,
 42648                   /* value */
 42649                   0,
 42650 mike  1.1.2.1 };
 42651               
 42652               static MetaFeature*
 42653               _CIM_FCPortCapabilities_features[] =
 42654               {
 42655                   (MetaFeature*)&_CIM_FCPortCapabilities_RequestedTypesSupported,
 42656                   0,
 42657               };
 42658               
 42659               static const char*
 42660               __root_cimv2_CIM_FCPortCapabilities_qualifiers[] =
 42661               {
 42662                   /* UMLPackagePath */
 42663                   "\057CIM::Device::FC",
 42664                   /* Version */
 42665                   "\0632.11.0",
 42666                   0,
 42667               };
 42668               
 42669               MetaClass
 42670               __root_cimv2_CIM_FCPortCapabilities =
 42671 mike  1.1.2.1 {
 42672                   /* flags */
 42673                   META_FLAG_CLASS,
 42674                   /* name */
 42675                   "CIM_FCPortCapabilities",
 42676                   /* qualifiers */
 42677                   __root_cimv2_CIM_FCPortCapabilities_qualifiers,
 42678                   /* super */
 42679                   &__root_cimv2_CIM_LogicalPortCapabilities,
 42680                   /* features */
 42681                   _CIM_FCPortCapabilities_features,
 42682               };
 42683               
 42684               //==============================================================================
 42685               //
 42686               // Class: CIM_FCPortRateStatistics
 42687               //
 42688               //==============================================================================
 42689               
 42690               static const char*
 42691               _CIM_FCPortRateStatistics_TxFrameRate_qualifiers[] =
 42692 mike  1.1.2.1 {
 42693                   /* MappingStrings */
 42694                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFRR\000",
 42695                   /* ModelCorrespondence */
 42696                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42697                   0,
 42698               };
 42699               
 42700               static MetaProperty
 42701               _CIM_FCPortRateStatistics_TxFrameRate =
 42702               {
 42703                   /* flags */
 42704                   META_FLAG_PROPERTY|META_FLAG_READ,
 42705                   /* name */
 42706                   "TxFrameRate",
 42707                   /* qualifiers */
 42708                   _CIM_FCPortRateStatistics_TxFrameRate_qualifiers,
 42709                   /* type */
 42710                   CIMTYPE_UINT64,
 42711                   /* subscript */
 42712                   -1,
 42713 mike  1.1.2.1     /* value */
 42714                   0,
 42715               };
 42716               
 42717               static const char*
 42718               _CIM_FCPortRateStatistics_RxFrameRate_qualifiers[] =
 42719               {
 42720                   /* MappingStrings */
 42721                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFRR\000",
 42722                   /* ModelCorrespondence */
 42723                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42724                   0,
 42725               };
 42726               
 42727               static MetaProperty
 42728               _CIM_FCPortRateStatistics_RxFrameRate =
 42729               {
 42730                   /* flags */
 42731                   META_FLAG_PROPERTY|META_FLAG_READ,
 42732                   /* name */
 42733                   "RxFrameRate",
 42734 mike  1.1.2.1     /* qualifiers */
 42735                   _CIM_FCPortRateStatistics_RxFrameRate_qualifiers,
 42736                   /* type */
 42737                   CIMTYPE_UINT64,
 42738                   /* subscript */
 42739                   -1,
 42740                   /* value */
 42741                   0,
 42742               };
 42743               
 42744               static const char*
 42745               _CIM_FCPortRateStatistics_MaxTxFrameRate_qualifiers[] =
 42746               {
 42747                   /* MappingStrings */
 42748                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFPR\000",
 42749                   /* ModelCorrespondence */
 42750                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42751                   0,
 42752               };
 42753               
 42754               static MetaProperty
 42755 mike  1.1.2.1 _CIM_FCPortRateStatistics_MaxTxFrameRate =
 42756               {
 42757                   /* flags */
 42758                   META_FLAG_PROPERTY|META_FLAG_READ,
 42759                   /* name */
 42760                   "MaxTxFrameRate",
 42761                   /* qualifiers */
 42762                   _CIM_FCPortRateStatistics_MaxTxFrameRate_qualifiers,
 42763                   /* type */
 42764                   CIMTYPE_UINT64,
 42765                   /* subscript */
 42766                   -1,
 42767                   /* value */
 42768                   0,
 42769               };
 42770               
 42771               static const char*
 42772               _CIM_FCPortRateStatistics_MaxRxFrameRate_qualifiers[] =
 42773               {
 42774                   /* MappingStrings */
 42775                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFPR\000",
 42776 mike  1.1.2.1     /* ModelCorrespondence */
 42777                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42778                   0,
 42779               };
 42780               
 42781               static MetaProperty
 42782               _CIM_FCPortRateStatistics_MaxRxFrameRate =
 42783               {
 42784                   /* flags */
 42785                   META_FLAG_PROPERTY|META_FLAG_READ,
 42786                   /* name */
 42787                   "MaxRxFrameRate",
 42788                   /* qualifiers */
 42789                   _CIM_FCPortRateStatistics_MaxRxFrameRate_qualifiers,
 42790                   /* type */
 42791                   CIMTYPE_UINT64,
 42792                   /* subscript */
 42793                   -1,
 42794                   /* value */
 42795                   0,
 42796               };
 42797 mike  1.1.2.1 
 42798               static const char*
 42799               _CIM_FCPortRateStatistics_TxRate_qualifiers[] =
 42800               {
 42801                   /* MappingStrings */
 42802                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_TBYR\000",
 42803                   /* ModelCorrespondence */
 42804                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42805                   0,
 42806               };
 42807               
 42808               static MetaProperty
 42809               _CIM_FCPortRateStatistics_TxRate =
 42810               {
 42811                   /* flags */
 42812                   META_FLAG_PROPERTY|META_FLAG_READ,
 42813                   /* name */
 42814                   "TxRate",
 42815                   /* qualifiers */
 42816                   _CIM_FCPortRateStatistics_TxRate_qualifiers,
 42817                   /* type */
 42818 mike  1.1.2.1     CIMTYPE_UINT64,
 42819                   /* subscript */
 42820                   -1,
 42821                   /* value */
 42822                   0,
 42823               };
 42824               
 42825               static const char*
 42826               _CIM_FCPortRateStatistics_RxRate_qualifiers[] =
 42827               {
 42828                   /* MappingStrings */
 42829                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RBYR\000",
 42830                   /* ModelCorrespondence */
 42831                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42832                   0,
 42833               };
 42834               
 42835               static MetaProperty
 42836               _CIM_FCPortRateStatistics_RxRate =
 42837               {
 42838                   /* flags */
 42839 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 42840                   /* name */
 42841                   "RxRate",
 42842                   /* qualifiers */
 42843                   _CIM_FCPortRateStatistics_RxRate_qualifiers,
 42844                   /* type */
 42845                   CIMTYPE_UINT64,
 42846                   /* subscript */
 42847                   -1,
 42848                   /* value */
 42849                   0,
 42850               };
 42851               
 42852               static const char*
 42853               _CIM_FCPortRateStatistics_PeakTxRate_qualifiers[] =
 42854               {
 42855                   /* MappingStrings */
 42856                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_TBPR\000",
 42857                   /* ModelCorrespondence */
 42858                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42859                   0,
 42860 mike  1.1.2.1 };
 42861               
 42862               static MetaProperty
 42863               _CIM_FCPortRateStatistics_PeakTxRate =
 42864               {
 42865                   /* flags */
 42866                   META_FLAG_PROPERTY|META_FLAG_READ,
 42867                   /* name */
 42868                   "PeakTxRate",
 42869                   /* qualifiers */
 42870                   _CIM_FCPortRateStatistics_PeakTxRate_qualifiers,
 42871                   /* type */
 42872                   CIMTYPE_UINT64,
 42873                   /* subscript */
 42874                   -1,
 42875                   /* value */
 42876                   0,
 42877               };
 42878               
 42879               static const char*
 42880               _CIM_FCPortRateStatistics_PeakRxRate_qualifiers[] =
 42881 mike  1.1.2.1 {
 42882                   /* MappingStrings */
 42883                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_RBPR\000",
 42884                   /* ModelCorrespondence */
 42885                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42886                   0,
 42887               };
 42888               
 42889               static MetaProperty
 42890               _CIM_FCPortRateStatistics_PeakRxRate =
 42891               {
 42892                   /* flags */
 42893                   META_FLAG_PROPERTY|META_FLAG_READ,
 42894                   /* name */
 42895                   "PeakRxRate",
 42896                   /* qualifiers */
 42897                   _CIM_FCPortRateStatistics_PeakRxRate_qualifiers,
 42898                   /* type */
 42899                   CIMTYPE_UINT64,
 42900                   /* subscript */
 42901                   -1,
 42902 mike  1.1.2.1     /* value */
 42903                   0,
 42904               };
 42905               
 42906               static MetaFeature*
 42907               _CIM_FCPortRateStatistics_features[] =
 42908               {
 42909                   (MetaFeature*)&_CIM_FCPortRateStatistics_TxFrameRate,
 42910                   (MetaFeature*)&_CIM_FCPortRateStatistics_RxFrameRate,
 42911                   (MetaFeature*)&_CIM_FCPortRateStatistics_MaxTxFrameRate,
 42912                   (MetaFeature*)&_CIM_FCPortRateStatistics_MaxRxFrameRate,
 42913                   (MetaFeature*)&_CIM_FCPortRateStatistics_TxRate,
 42914                   (MetaFeature*)&_CIM_FCPortRateStatistics_RxRate,
 42915                   (MetaFeature*)&_CIM_FCPortRateStatistics_PeakTxRate,
 42916                   (MetaFeature*)&_CIM_FCPortRateStatistics_PeakRxRate,
 42917                   0,
 42918               };
 42919               
 42920               static const char*
 42921               __root_cimv2_CIM_FCPortRateStatistics_qualifiers[] =
 42922               {
 42923 mike  1.1.2.1     /* UMLPackagePath */
 42924                   "\057CIM::Device::FC",
 42925                   /* Version */
 42926                   "\0632.10.0",
 42927                   0,
 42928               };
 42929               
 42930               MetaClass
 42931               __root_cimv2_CIM_FCPortRateStatistics =
 42932               {
 42933                   /* flags */
 42934                   META_FLAG_CLASS,
 42935                   /* name */
 42936                   "CIM_FCPortRateStatistics",
 42937                   /* qualifiers */
 42938                   __root_cimv2_CIM_FCPortRateStatistics_qualifiers,
 42939                   /* super */
 42940                   &__root_cimv2_CIM_StatisticalData,
 42941                   /* features */
 42942                   _CIM_FCPortRateStatistics_features,
 42943               };
 42944 mike  1.1.2.1 
 42945               //==============================================================================
 42946               //
 42947               // Class: CIM_FCSwitchSettings
 42948               //
 42949               //==============================================================================
 42950               
 42951               static const char*
 42952               _CIM_FCSwitchSettings_PreferredDomainID_qualifiers[] =
 42953               {
 42954                   /* Write */
 42955                   "\065\001",
 42956                   /* MinValue */
 42957                   "\035\000\000\000\000\000\000\000\001",
 42958                   /* MaxValue */
 42959                   "\031\000\000\000\000\000\000\000\357",
 42960                   /* MappingStrings */
 42961                   "\026\000\002FC-SWAPI.INCITS-T11|UcUnitConfigGetDomainID\000GC-GS.INCITS-T11|InterconnectElement|DomainIdentifier\000",
 42962                   /* ModelCorrespondence */
 42963                   "\036\000\001CIM_FCSwitchSettings.DomainIDLocked\000",
 42964                   0,
 42965 mike  1.1.2.1 };
 42966               
 42967               static MetaProperty
 42968               _CIM_FCSwitchSettings_PreferredDomainID =
 42969               {
 42970                   /* flags */
 42971                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 42972                   /* name */
 42973                   "PreferredDomainID",
 42974                   /* qualifiers */
 42975                   _CIM_FCSwitchSettings_PreferredDomainID_qualifiers,
 42976                   /* type */
 42977                   CIMTYPE_UINT8,
 42978                   /* subscript */
 42979                   -1,
 42980                   /* value */
 42981                   0,
 42982               };
 42983               
 42984               static const char*
 42985               _CIM_FCSwitchSettings_DomainIDLocked_qualifiers[] =
 42986 mike  1.1.2.1 {
 42987                   /* Write */
 42988                   "\065\001",
 42989                   /* MappingStrings */
 42990                   "\026\000\001FC-SWAPI.INCITS-T11|UcUnitConfigGetDomainIDLocked\000",
 42991                   /* ModelCorrespondence */
 42992                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
 42993                   0,
 42994               };
 42995               
 42996               static MetaProperty
 42997               _CIM_FCSwitchSettings_DomainIDLocked =
 42998               {
 42999                   /* flags */
 43000                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 43001                   /* name */
 43002                   "DomainIDLocked",
 43003                   /* qualifiers */
 43004                   _CIM_FCSwitchSettings_DomainIDLocked_qualifiers,
 43005                   /* type */
 43006                   CIMTYPE_BOOLEAN,
 43007 mike  1.1.2.1     /* subscript */
 43008                   -1,
 43009                   /* value */
 43010                   0,
 43011               };
 43012               
 43013               static const char*
 43014               _CIM_FCSwitchSettings_PrincipalPriority_qualifiers[] =
 43015               {
 43016                   /* Write */
 43017                   "\065\001",
 43018                   /* ValueMap */
 43019                   "\061\000\0032\0003\0004\000",
 43020                   /* Values */
 43021                   "\062\000\003Principal\000Subordinate\000Any\000",
 43022                   /* MappingStrings */
 43023                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_PRINCIPAL_PRIORITY_T\000",
 43024                   0,
 43025               };
 43026               
 43027               static MetaProperty
 43028 mike  1.1.2.1 _CIM_FCSwitchSettings_PrincipalPriority =
 43029               {
 43030                   /* flags */
 43031                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 43032                   /* name */
 43033                   "PrincipalPriority",
 43034                   /* qualifiers */
 43035                   _CIM_FCSwitchSettings_PrincipalPriority_qualifiers,
 43036                   /* type */
 43037                   CIMTYPE_UINT16,
 43038                   /* subscript */
 43039                   -1,
 43040                   /* value */
 43041                   "\000\003",
 43042               };
 43043               
 43044               static MetaFeature*
 43045               _CIM_FCSwitchSettings_features[] =
 43046               {
 43047                   (MetaFeature*)&_CIM_FCSwitchSettings_PreferredDomainID,
 43048                   (MetaFeature*)&_CIM_FCSwitchSettings_DomainIDLocked,
 43049 mike  1.1.2.1     (MetaFeature*)&_CIM_FCSwitchSettings_PrincipalPriority,
 43050                   0,
 43051               };
 43052               
 43053               static const char*
 43054               __root_cimv2_CIM_FCSwitchSettings_qualifiers[] =
 43055               {
 43056                   /* UMLPackagePath */
 43057                   "\057CIM::Device::FC",
 43058                   /* Version */
 43059                   "\0632.11.0",
 43060                   0,
 43061               };
 43062               
 43063               MetaClass
 43064               __root_cimv2_CIM_FCSwitchSettings =
 43065               {
 43066                   /* flags */
 43067                   META_FLAG_CLASS,
 43068                   /* name */
 43069                   "CIM_FCSwitchSettings",
 43070 mike  1.1.2.1     /* qualifiers */
 43071                   __root_cimv2_CIM_FCSwitchSettings_qualifiers,
 43072                   /* super */
 43073                   &__root_cimv2_CIM_SettingData,
 43074                   /* features */
 43075                   _CIM_FCSwitchSettings_features,
 43076               };
 43077               
 43078               //==============================================================================
 43079               //
 43080               // Class: CIM_FibrePortEventCounters
 43081               //
 43082               //==============================================================================
 43083               
 43084               static const char*
 43085               _CIM_FibrePortEventCounters_PLOGIsReceived_qualifiers[] =
 43086               {
 43087                   /* Deprecated */
 43088                   "\013\000\001No value\000",
 43089                   /* Counter */
 43090                   "\012\001",
 43091 mike  1.1.2.1     0,
 43092               };
 43093               
 43094               static MetaProperty
 43095               _CIM_FibrePortEventCounters_PLOGIsReceived =
 43096               {
 43097                   /* flags */
 43098                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43099                   /* name */
 43100                   "PLOGIsReceived",
 43101                   /* qualifiers */
 43102                   _CIM_FibrePortEventCounters_PLOGIsReceived_qualifiers,
 43103                   /* type */
 43104                   CIMTYPE_UINT64,
 43105                   /* subscript */
 43106                   -1,
 43107                   /* value */
 43108                   0,
 43109               };
 43110               
 43111               static const char*
 43112 mike  1.1.2.1 _CIM_FibrePortEventCounters_PLOGIsSent_qualifiers[] =
 43113               {
 43114                   /* Deprecated */
 43115                   "\013\000\001No value\000",
 43116                   /* Counter */
 43117                   "\012\001",
 43118                   0,
 43119               };
 43120               
 43121               static MetaProperty
 43122               _CIM_FibrePortEventCounters_PLOGIsSent =
 43123               {
 43124                   /* flags */
 43125                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43126                   /* name */
 43127                   "PLOGIsSent",
 43128                   /* qualifiers */
 43129                   _CIM_FibrePortEventCounters_PLOGIsSent_qualifiers,
 43130                   /* type */
 43131                   CIMTYPE_UINT64,
 43132                   /* subscript */
 43133 mike  1.1.2.1     -1,
 43134                   /* value */
 43135                   0,
 43136               };
 43137               
 43138               static const char*
 43139               _CIM_FibrePortEventCounters_EOFAbortsReceived_qualifiers[] =
 43140               {
 43141                   /* Deprecated */
 43142                   "\013\000\001No value\000",
 43143                   /* Counter */
 43144                   "\012\001",
 43145                   0,
 43146               };
 43147               
 43148               static MetaProperty
 43149               _CIM_FibrePortEventCounters_EOFAbortsReceived =
 43150               {
 43151                   /* flags */
 43152                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43153                   /* name */
 43154 mike  1.1.2.1     "EOFAbortsReceived",
 43155                   /* qualifiers */
 43156                   _CIM_FibrePortEventCounters_EOFAbortsReceived_qualifiers,
 43157                   /* type */
 43158                   CIMTYPE_UINT64,
 43159                   /* subscript */
 43160                   -1,
 43161                   /* value */
 43162                   0,
 43163               };
 43164               
 43165               static const char*
 43166               _CIM_FibrePortEventCounters_EOFAbortsTransmitted_qualifiers[] =
 43167               {
 43168                   /* Deprecated */
 43169                   "\013\000\001No value\000",
 43170                   /* Counter */
 43171                   "\012\001",
 43172                   0,
 43173               };
 43174               
 43175 mike  1.1.2.1 static MetaProperty
 43176               _CIM_FibrePortEventCounters_EOFAbortsTransmitted =
 43177               {
 43178                   /* flags */
 43179                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43180                   /* name */
 43181                   "EOFAbortsTransmitted",
 43182                   /* qualifiers */
 43183                   _CIM_FibrePortEventCounters_EOFAbortsTransmitted_qualifiers,
 43184                   /* type */
 43185                   CIMTYPE_UINT64,
 43186                   /* subscript */
 43187                   -1,
 43188                   /* value */
 43189                   0,
 43190               };
 43191               
 43192               static const char*
 43193               _CIM_FibrePortEventCounters_PLOGOsReceived_qualifiers[] =
 43194               {
 43195                   /* Deprecated */
 43196 mike  1.1.2.1     "\013\000\001No value\000",
 43197                   /* Counter */
 43198                   "\012\001",
 43199                   0,
 43200               };
 43201               
 43202               static MetaProperty
 43203               _CIM_FibrePortEventCounters_PLOGOsReceived =
 43204               {
 43205                   /* flags */
 43206                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43207                   /* name */
 43208                   "PLOGOsReceived",
 43209                   /* qualifiers */
 43210                   _CIM_FibrePortEventCounters_PLOGOsReceived_qualifiers,
 43211                   /* type */
 43212                   CIMTYPE_UINT64,
 43213                   /* subscript */
 43214                   -1,
 43215                   /* value */
 43216                   0,
 43217 mike  1.1.2.1 };
 43218               
 43219               static const char*
 43220               _CIM_FibrePortEventCounters_PLOGOsSent_qualifiers[] =
 43221               {
 43222                   /* Deprecated */
 43223                   "\013\000\001No value\000",
 43224                   /* Counter */
 43225                   "\012\001",
 43226                   0,
 43227               };
 43228               
 43229               static MetaProperty
 43230               _CIM_FibrePortEventCounters_PLOGOsSent =
 43231               {
 43232                   /* flags */
 43233                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43234                   /* name */
 43235                   "PLOGOsSent",
 43236                   /* qualifiers */
 43237                   _CIM_FibrePortEventCounters_PLOGOsSent_qualifiers,
 43238 mike  1.1.2.1     /* type */
 43239                   CIMTYPE_UINT64,
 43240                   /* subscript */
 43241                   -1,
 43242                   /* value */
 43243                   0,
 43244               };
 43245               
 43246               static const char*
 43247               _CIM_FibrePortEventCounters_PLOGIsRejected_qualifiers[] =
 43248               {
 43249                   /* Deprecated */
 43250                   "\013\000\001No value\000",
 43251                   /* Counter */
 43252                   "\012\001",
 43253                   0,
 43254               };
 43255               
 43256               static MetaProperty
 43257               _CIM_FibrePortEventCounters_PLOGIsRejected =
 43258               {
 43259 mike  1.1.2.1     /* flags */
 43260                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43261                   /* name */
 43262                   "PLOGIsRejected",
 43263                   /* qualifiers */
 43264                   _CIM_FibrePortEventCounters_PLOGIsRejected_qualifiers,
 43265                   /* type */
 43266                   CIMTYPE_UINT64,
 43267                   /* subscript */
 43268                   -1,
 43269                   /* value */
 43270                   0,
 43271               };
 43272               
 43273               static const char*
 43274               _CIM_FibrePortEventCounters_PLOGOsRejected_qualifiers[] =
 43275               {
 43276                   /* Deprecated */
 43277                   "\013\000\001No value\000",
 43278                   /* Counter */
 43279                   "\012\001",
 43280 mike  1.1.2.1     0,
 43281               };
 43282               
 43283               static MetaProperty
 43284               _CIM_FibrePortEventCounters_PLOGOsRejected =
 43285               {
 43286                   /* flags */
 43287                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43288                   /* name */
 43289                   "PLOGOsRejected",
 43290                   /* qualifiers */
 43291                   _CIM_FibrePortEventCounters_PLOGOsRejected_qualifiers,
 43292                   /* type */
 43293                   CIMTYPE_UINT64,
 43294                   /* subscript */
 43295                   -1,
 43296                   /* value */
 43297                   0,
 43298               };
 43299               
 43300               static const char*
 43301 mike  1.1.2.1 _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter_qualifiers[] =
 43302               {
 43303                   /* IN */
 43304                   "\024\001",
 43305                   /* ValueMap */
 43306                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 43307                   /* Values */
 43308                   "\062\000\011All\000PLOGIsReceived\000PLOGIsSent\000EOFAbortsReceived\000EOFAbortsTransmitted\000PLOGOsReceived\000PLOGOsSent\000PLOGIsRejected\000PLOGOsRejected\000",
 43309                   0,
 43310               };
 43311               
 43312               static MetaProperty
 43313               _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter =
 43314               {
 43315                   /* flags */
 43316                   META_FLAG_PROPERTY|META_FLAG_IN,
 43317                   /* name */
 43318                   "SelectedCounter",
 43319                   /* qualifiers */
 43320                   _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter_qualifiers,
 43321                   /* type */
 43322 mike  1.1.2.1     CIMTYPE_UINT16,
 43323                   /* subscript */
 43324                   -1,
 43325                   /* value */
 43326                   0,
 43327               };
 43328               
 43329               static MetaFeature*
 43330               _CIM_FibrePortEventCounters_ResetCounter_parameters[] =
 43331               {
 43332                   (MetaFeature*)&_CIM_FibrePortEventCounters_ResetCounter_SelectedCounter,
 43333                   0,
 43334               };
 43335               
 43336               static const char*
 43337               _CIM_FibrePortEventCounters_ResetCounter_qualifiers[] =
 43338               {
 43339                   /* Deprecated */
 43340                   "\013\000\001CIM_FCPortStatistics.ResetSelectedStats\000",
 43341                   0,
 43342               };
 43343 mike  1.1.2.1 
 43344               static MetaMethod
 43345               _CIM_FibrePortEventCounters_ResetCounter =
 43346               {
 43347                   /* flags */
 43348                   META_FLAG_METHOD,
 43349                   /* name */
 43350                   "CIM_FibrePortEventCounters",
 43351                   /* qualifiers */
 43352                   _CIM_FibrePortEventCounters_ResetCounter_qualifiers,
 43353                   /* type */
 43354                   CIMTYPE_UINT32,
 43355                   /* parameters */
 43356                   _CIM_FibrePortEventCounters_ResetCounter_parameters,
 43357               };
 43358               
 43359               static MetaFeature*
 43360               _CIM_FibrePortEventCounters_features[] =
 43361               {
 43362                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsReceived,
 43363                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsSent,
 43364 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortEventCounters_EOFAbortsReceived,
 43365                   (MetaFeature*)&_CIM_FibrePortEventCounters_EOFAbortsTransmitted,
 43366                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsReceived,
 43367                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsSent,
 43368                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsRejected,
 43369                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsRejected,
 43370                   (MetaFeature*)&_CIM_FibrePortEventCounters_ResetCounter,
 43371                   0,
 43372               };
 43373               
 43374               static const char*
 43375               __root_cimv2_CIM_FibrePortEventCounters_qualifiers[] =
 43376               {
 43377                   /* Deprecated */
 43378                   "\013\000\001CIM_FCPortStatistics\000",
 43379                   /* UMLPackagePath */
 43380                   "\057CIM::Device::NetworkAdapter",
 43381                   /* Version */
 43382                   "\0632.10.0",
 43383                   0,
 43384               };
 43385 mike  1.1.2.1 
 43386               MetaClass
 43387               __root_cimv2_CIM_FibrePortEventCounters =
 43388               {
 43389                   /* flags */
 43390                   META_FLAG_CLASS,
 43391                   /* name */
 43392                   "CIM_FibrePortEventCounters",
 43393                   /* qualifiers */
 43394                   __root_cimv2_CIM_FibrePortEventCounters_qualifiers,
 43395                   /* super */
 43396                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 43397                   /* features */
 43398                   _CIM_FibrePortEventCounters_features,
 43399               };
 43400               
 43401               //==============================================================================
 43402               //
 43403               // Class: CIM_FRUIncludesProduct
 43404               //
 43405               //==============================================================================
 43406 mike  1.1.2.1 
 43407               static const char*
 43408               _CIM_FRUIncludesProduct_FRU_qualifiers[] =
 43409               {
 43410                   /* Key */
 43411                   "\025\001",
 43412                   /* Aggregate */
 43413                   "\003\001",
 43414                   /* Max */
 43415                   "\027\000\000\000\001",
 43416                   0,
 43417               };
 43418               
 43419               static MetaReference
 43420               _CIM_FRUIncludesProduct_FRU =
 43421               {
 43422                   /* flags */
 43423                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 43424                   /* name */
 43425                   "FRU",
 43426                   /* qualifiers */
 43427 mike  1.1.2.1     _CIM_FRUIncludesProduct_FRU_qualifiers,
 43428                   /* subscript */
 43429                   -1,
 43430                   /* refId */
 43431                   &__root_cimv2_CIM_FRU,
 43432               };
 43433               
 43434               static const char*
 43435               _CIM_FRUIncludesProduct_Component_qualifiers[] =
 43436               {
 43437                   /* Key */
 43438                   "\025\001",
 43439                   0,
 43440               };
 43441               
 43442               static MetaReference
 43443               _CIM_FRUIncludesProduct_Component =
 43444               {
 43445                   /* flags */
 43446                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 43447                   /* name */
 43448 mike  1.1.2.1     "Component",
 43449                   /* qualifiers */
 43450                   _CIM_FRUIncludesProduct_Component_qualifiers,
 43451                   /* subscript */
 43452                   -1,
 43453                   /* refId */
 43454                   &__root_cimv2_CIM_Product,
 43455               };
 43456               
 43457               static MetaFeature*
 43458               _CIM_FRUIncludesProduct_features[] =
 43459               {
 43460                   (MetaFeature*)&_CIM_FRUIncludesProduct_FRU,
 43461                   (MetaFeature*)&_CIM_FRUIncludesProduct_Component,
 43462                   0,
 43463               };
 43464               
 43465               static const char*
 43466               __root_cimv2_CIM_FRUIncludesProduct_qualifiers[] =
 43467               {
 43468                   /* ASSOCIATION */
 43469 mike  1.1.2.1     "\000\001",
 43470                   /* UMLPackagePath */
 43471                   "\057CIM::Core::ProductFRU",
 43472                   /* Aggregation */
 43473                   "\004\001",
 43474                   /* Composition */
 43475                   "\011\001",
 43476                   /* Version */
 43477                   "\0632.7.0",
 43478                   0,
 43479               };
 43480               
 43481               MetaClass
 43482               __root_cimv2_CIM_FRUIncludesProduct =
 43483               {
 43484                   /* flags */
 43485                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43486                   /* name */
 43487                   "CIM_FRUIncludesProduct",
 43488                   /* qualifiers */
 43489                   __root_cimv2_CIM_FRUIncludesProduct_qualifiers,
 43490 mike  1.1.2.1     /* super */
 43491                   0,
 43492                   /* features */
 43493                   _CIM_FRUIncludesProduct_features,
 43494               };
 43495               
 43496               //==============================================================================
 43497               //
 43498               // Class: CIM_FRUPhysicalElements
 43499               //
 43500               //==============================================================================
 43501               
 43502               static const char*
 43503               _CIM_FRUPhysicalElements_FRU_qualifiers[] =
 43504               {
 43505                   /* Key */
 43506                   "\025\001",
 43507                   /* Aggregate */
 43508                   "\003\001",
 43509                   /* Max */
 43510                   "\027\000\000\000\001",
 43511 mike  1.1.2.1     0,
 43512               };
 43513               
 43514               static MetaReference
 43515               _CIM_FRUPhysicalElements_FRU =
 43516               {
 43517                   /* flags */
 43518                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 43519                   /* name */
 43520                   "FRU",
 43521                   /* qualifiers */
 43522                   _CIM_FRUPhysicalElements_FRU_qualifiers,
 43523                   /* subscript */
 43524                   -1,
 43525                   /* refId */
 43526                   &__root_cimv2_CIM_FRU,
 43527               };
 43528               
 43529               static const char*
 43530               _CIM_FRUPhysicalElements_Component_qualifiers[] =
 43531               {
 43532 mike  1.1.2.1     /* Key */
 43533                   "\025\001",
 43534                   0,
 43535               };
 43536               
 43537               static MetaReference
 43538               _CIM_FRUPhysicalElements_Component =
 43539               {
 43540                   /* flags */
 43541                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 43542                   /* name */
 43543                   "Component",
 43544                   /* qualifiers */
 43545                   _CIM_FRUPhysicalElements_Component_qualifiers,
 43546                   /* subscript */
 43547                   -1,
 43548                   /* refId */
 43549                   &__root_cimv2_CIM_PhysicalElement,
 43550               };
 43551               
 43552               static MetaFeature*
 43553 mike  1.1.2.1 _CIM_FRUPhysicalElements_features[] =
 43554               {
 43555                   (MetaFeature*)&_CIM_FRUPhysicalElements_FRU,
 43556                   (MetaFeature*)&_CIM_FRUPhysicalElements_Component,
 43557                   0,
 43558               };
 43559               
 43560               static const char*
 43561               __root_cimv2_CIM_FRUPhysicalElements_qualifiers[] =
 43562               {
 43563                   /* ASSOCIATION */
 43564                   "\000\001",
 43565                   /* UMLPackagePath */
 43566                   "\057CIM::Core::ProductFRU",
 43567                   /* Aggregation */
 43568                   "\004\001",
 43569                   /* Composition */
 43570                   "\011\001",
 43571                   /* Version */
 43572                   "\0632.7.0",
 43573                   0,
 43574 mike  1.1.2.1 };
 43575               
 43576               MetaClass
 43577               __root_cimv2_CIM_FRUPhysicalElements =
 43578               {
 43579                   /* flags */
 43580                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43581                   /* name */
 43582                   "CIM_FRUPhysicalElements",
 43583                   /* qualifiers */
 43584                   __root_cimv2_CIM_FRUPhysicalElements_qualifiers,
 43585                   /* super */
 43586                   0,
 43587                   /* features */
 43588                   _CIM_FRUPhysicalElements_features,
 43589               };
 43590               
 43591               //==============================================================================
 43592               //
 43593               // Class: CIM_GatewayPathID
 43594               //
 43595 mike  1.1.2.1 //==============================================================================
 43596               
 43597               static const char*
 43598               _CIM_GatewayPathID_GatewayID_qualifiers[] =
 43599               {
 43600                   /* Required */
 43601                   "\050\001",
 43602                   /* ModelCorrespondence */
 43603                   "\036\000\002CIM_GatewayPathID.GatewayIDType\000CIM_GatewayPathID.OtherGatewayIDType\000",
 43604                   0,
 43605               };
 43606               
 43607               static MetaProperty
 43608               _CIM_GatewayPathID_GatewayID =
 43609               {
 43610                   /* flags */
 43611                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 43612                   /* name */
 43613                   "GatewayID",
 43614                   /* qualifiers */
 43615                   _CIM_GatewayPathID_GatewayID_qualifiers,
 43616 mike  1.1.2.1     /* type */
 43617                   CIMTYPE_STRING,
 43618                   /* subscript */
 43619                   -1,
 43620                   /* value */
 43621                   0,
 43622               };
 43623               
 43624               static const char*
 43625               _CIM_GatewayPathID_GatewayIDType_qualifiers[] =
 43626               {
 43627                   /* Required */
 43628                   "\050\001",
 43629                   /* ValueMap */
 43630                   "\061\000\0051\0002\0003\0004\0005\000",
 43631                   /* Values */
 43632                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
 43633                   /* ModelCorrespondence */
 43634                   "\036\000\001CIM_GatewayPathID.GatewayID\000",
 43635                   0,
 43636               };
 43637 mike  1.1.2.1 
 43638               static MetaProperty
 43639               _CIM_GatewayPathID_GatewayIDType =
 43640               {
 43641                   /* flags */
 43642                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 43643                   /* name */
 43644                   "GatewayIDType",
 43645                   /* qualifiers */
 43646                   _CIM_GatewayPathID_GatewayIDType_qualifiers,
 43647                   /* type */
 43648                   CIMTYPE_UINT16,
 43649                   /* subscript */
 43650                   -1,
 43651                   /* value */
 43652                   0,
 43653               };
 43654               
 43655               static const char*
 43656               _CIM_GatewayPathID_OtherGatewayIDType_qualifiers[] =
 43657               {
 43658 mike  1.1.2.1     /* ModelCorrespondence */
 43659                   "\036\000\001CIM_GatewayPathID.GatewayID\000",
 43660                   0,
 43661               };
 43662               
 43663               static MetaProperty
 43664               _CIM_GatewayPathID_OtherGatewayIDType =
 43665               {
 43666                   /* flags */
 43667                   META_FLAG_PROPERTY|META_FLAG_READ,
 43668                   /* name */
 43669                   "OtherGatewayIDType",
 43670                   /* qualifiers */
 43671                   _CIM_GatewayPathID_OtherGatewayIDType_qualifiers,
 43672                   /* type */
 43673                   CIMTYPE_STRING,
 43674                   /* subscript */
 43675                   -1,
 43676                   /* value */
 43677                   0,
 43678               };
 43679 mike  1.1.2.1 
 43680               static MetaFeature*
 43681               _CIM_GatewayPathID_features[] =
 43682               {
 43683                   (MetaFeature*)&_CIM_GatewayPathID_GatewayID,
 43684                   (MetaFeature*)&_CIM_GatewayPathID_GatewayIDType,
 43685                   (MetaFeature*)&_CIM_GatewayPathID_OtherGatewayIDType,
 43686                   0,
 43687               };
 43688               
 43689               static const char*
 43690               __root_cimv2_CIM_GatewayPathID_qualifiers[] =
 43691               {
 43692                   /* UMLPackagePath */
 43693                   "\057CIM::User::StorageHardwareID",
 43694                   /* Version */
 43695                   "\0632.8.1000",
 43696                   0,
 43697               };
 43698               
 43699               MetaClass
 43700 mike  1.1.2.1 __root_cimv2_CIM_GatewayPathID =
 43701               {
 43702                   /* flags */
 43703                   META_FLAG_CLASS,
 43704                   /* name */
 43705                   "CIM_GatewayPathID",
 43706                   /* qualifiers */
 43707                   __root_cimv2_CIM_GatewayPathID_qualifiers,
 43708                   /* super */
 43709                   &__root_cimv2_CIM_StorageHardwareID,
 43710                   /* features */
 43711                   _CIM_GatewayPathID_features,
 43712               };
 43713               
 43714               //==============================================================================
 43715               //
 43716               // Class: CIM_GroupInDiskGroup
 43717               //
 43718               //==============================================================================
 43719               
 43720               static const char*
 43721 mike  1.1.2.1 _CIM_GroupInDiskGroup_Collection_qualifiers[] =
 43722               {
 43723                   /* Aggregate */
 43724                   "\003\001",
 43725                   /* Override */
 43726                   "\044Collection",
 43727                   /* Max */
 43728                   "\027\000\000\000\001",
 43729                   0,
 43730               };
 43731               
 43732               static MetaReference
 43733               _CIM_GroupInDiskGroup_Collection =
 43734               {
 43735                   /* flags */
 43736                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 43737                   /* name */
 43738                   "Collection",
 43739                   /* qualifiers */
 43740                   _CIM_GroupInDiskGroup_Collection_qualifiers,
 43741                   /* subscript */
 43742 mike  1.1.2.1     -1,
 43743                   /* refId */
 43744                   &__root_cimv2_CIM_DiskGroup,
 43745               };
 43746               
 43747               static const char*
 43748               _CIM_GroupInDiskGroup_CollectionInCollection_qualifiers[] =
 43749               {
 43750                   /* Override */
 43751                   "\044CollectionInCollection",
 43752                   0,
 43753               };
 43754               
 43755               static MetaReference
 43756               _CIM_GroupInDiskGroup_CollectionInCollection =
 43757               {
 43758                   /* flags */
 43759                   META_FLAG_REFERENCE|META_FLAG_READ,
 43760                   /* name */
 43761                   "CollectionInCollection",
 43762                   /* qualifiers */
 43763 mike  1.1.2.1     _CIM_GroupInDiskGroup_CollectionInCollection_qualifiers,
 43764                   /* subscript */
 43765                   -1,
 43766                   /* refId */
 43767                   &__root_cimv2_CIM_DiskGroup,
 43768               };
 43769               
 43770               static MetaFeature*
 43771               _CIM_GroupInDiskGroup_features[] =
 43772               {
 43773                   (MetaFeature*)&_CIM_GroupInDiskGroup_Collection,
 43774                   (MetaFeature*)&_CIM_GroupInDiskGroup_CollectionInCollection,
 43775                   0,
 43776               };
 43777               
 43778               static const char*
 43779               __root_cimv2_CIM_GroupInDiskGroup_qualifiers[] =
 43780               {
 43781                   /* ASSOCIATION */
 43782                   "\000\001",
 43783                   /* UMLPackagePath */
 43784 mike  1.1.2.1     "\057CIM::Device::DiskGroup",
 43785                   /* Aggregation */
 43786                   "\004\001",
 43787                   /* Version */
 43788                   "\0632.10.0",
 43789                   0,
 43790               };
 43791               
 43792               MetaClass
 43793               __root_cimv2_CIM_GroupInDiskGroup =
 43794               {
 43795                   /* flags */
 43796                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43797                   /* name */
 43798                   "CIM_GroupInDiskGroup",
 43799                   /* qualifiers */
 43800                   __root_cimv2_CIM_GroupInDiskGroup_qualifiers,
 43801                   /* super */
 43802                   &__root_cimv2_CIM_CollectedCollections,
 43803                   /* features */
 43804                   _CIM_GroupInDiskGroup_features,
 43805 mike  1.1.2.1 };
 43806               
 43807               //==============================================================================
 43808               //
 43809               // Class: CIM_IKEAction
 43810               //
 43811               //==============================================================================
 43812               
 43813               static const char*
 43814               _CIM_IKEAction_ExchangeMode_qualifiers[] =
 43815               {
 43816                   /* ValueMap */
 43817                   "\061\000\0032\0003\0004\000",
 43818                   /* Values */
 43819                   "\062\000\003Base\000Main\000Aggressive\000",
 43820                   /* MappingStrings */
 43821                   "\026\000\001IPSP Policy Model.IETF|IKEAction.ExchangeMode\000",
 43822                   0,
 43823               };
 43824               
 43825               static MetaProperty
 43826 mike  1.1.2.1 _CIM_IKEAction_ExchangeMode =
 43827               {
 43828                   /* flags */
 43829                   META_FLAG_PROPERTY|META_FLAG_READ,
 43830                   /* name */
 43831                   "ExchangeMode",
 43832                   /* qualifiers */
 43833                   _CIM_IKEAction_ExchangeMode_qualifiers,
 43834                   /* type */
 43835                   CIMTYPE_UINT16,
 43836                   /* subscript */
 43837                   -1,
 43838                   /* value */
 43839                   0,
 43840               };
 43841               
 43842               static const char*
 43843               _CIM_IKEAction_UseIKEIdentityType_qualifiers[] =
 43844               {
 43845                   /* ValueMap */
 43846                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 43847 mike  1.1.2.1     /* Values */
 43848                   "\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",
 43849                   /* MappingStrings */
 43850                   "\026\000\002IPSP Policy Model.IETF|IKEAction.UseIKEIdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
 43851                   /* ModelCorrespondence */
 43852                   "\036\000\001CIM_IPNetworkIdentity.IdentityType\000",
 43853                   0,
 43854               };
 43855               
 43856               static MetaProperty
 43857               _CIM_IKEAction_UseIKEIdentityType =
 43858               {
 43859                   /* flags */
 43860                   META_FLAG_PROPERTY|META_FLAG_READ,
 43861                   /* name */
 43862                   "UseIKEIdentityType",
 43863                   /* qualifiers */
 43864                   _CIM_IKEAction_UseIKEIdentityType_qualifiers,
 43865                   /* type */
 43866                   CIMTYPE_UINT16,
 43867                   /* subscript */
 43868 mike  1.1.2.1     -1,
 43869                   /* value */
 43870                   0,
 43871               };
 43872               
 43873               static const char*
 43874               _CIM_IKEAction_VendorID_qualifiers[] =
 43875               {
 43876                   /* MappingStrings */
 43877                   "\026\000\001IPSP Policy Model.IETF|IKEAction.VendorID\000",
 43878                   0,
 43879               };
 43880               
 43881               static MetaProperty
 43882               _CIM_IKEAction_VendorID =
 43883               {
 43884                   /* flags */
 43885                   META_FLAG_PROPERTY|META_FLAG_READ,
 43886                   /* name */
 43887                   "VendorID",
 43888                   /* qualifiers */
 43889 mike  1.1.2.1     _CIM_IKEAction_VendorID_qualifiers,
 43890                   /* type */
 43891                   CIMTYPE_STRING,
 43892                   /* subscript */
 43893                   -1,
 43894                   /* value */
 43895                   "",
 43896               };
 43897               
 43898               static const char*
 43899               _CIM_IKEAction_AggressiveModeGroupID_qualifiers[] =
 43900               {
 43901                   /* ValueMap */
 43902                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 43903                   /* Values */
 43904                   "\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",
 43905                   /* MappingStrings */
 43906                   "\026\000\002IPSP Policy Model.IETF|IKEAction.AggressiveModeGroupID\000RFC2412.IETF|Appendix E\000",
 43907                   /* ModelCorrespondence */
 43908                   "\036\000\001CIM_IKEAction.VendorID\000",
 43909                   0,
 43910 mike  1.1.2.1 };
 43911               
 43912               static MetaProperty
 43913               _CIM_IKEAction_AggressiveModeGroupID =
 43914               {
 43915                   /* flags */
 43916                   META_FLAG_PROPERTY|META_FLAG_READ,
 43917                   /* name */
 43918                   "AggressiveModeGroupID",
 43919                   /* qualifiers */
 43920                   _CIM_IKEAction_AggressiveModeGroupID_qualifiers,
 43921                   /* type */
 43922                   CIMTYPE_UINT16,
 43923                   /* subscript */
 43924                   -1,
 43925                   /* value */
 43926                   0,
 43927               };
 43928               
 43929               static MetaFeature*
 43930               _CIM_IKEAction_features[] =
 43931 mike  1.1.2.1 {
 43932                   (MetaFeature*)&_CIM_IKEAction_ExchangeMode,
 43933                   (MetaFeature*)&_CIM_IKEAction_UseIKEIdentityType,
 43934                   (MetaFeature*)&_CIM_IKEAction_VendorID,
 43935                   (MetaFeature*)&_CIM_IKEAction_AggressiveModeGroupID,
 43936                   0,
 43937               };
 43938               
 43939               static const char*
 43940               __root_cimv2_CIM_IKEAction_qualifiers[] =
 43941               {
 43942                   /* UMLPackagePath */
 43943                   "\057CIM::IPsecPolicy",
 43944                   /* Version */
 43945                   "\0632.8.0",
 43946                   /* MappingStrings */
 43947                   "\026\000\001IPSP Policy Model.IETF|IKEAction\000",
 43948                   0,
 43949               };
 43950               
 43951               MetaClass
 43952 mike  1.1.2.1 __root_cimv2_CIM_IKEAction =
 43953               {
 43954                   /* flags */
 43955                   META_FLAG_CLASS,
 43956                   /* name */
 43957                   "CIM_IKEAction",
 43958                   /* qualifiers */
 43959                   __root_cimv2_CIM_IKEAction_qualifiers,
 43960                   /* super */
 43961                   &__root_cimv2_CIM_SANegotiationAction,
 43962                   /* features */
 43963                   _CIM_IKEAction_features,
 43964               };
 43965               
 43966               //==============================================================================
 43967               //
 43968               // Class: CIM_IndicationHandler
 43969               //
 43970               //==============================================================================
 43971               
 43972               static const char*
 43973 mike  1.1.2.1 _CIM_IndicationHandler_Owner_qualifiers[] =
 43974               {
 43975                   /* Deprecated */
 43976                   "\013\000\001No value\000",
 43977                   0,
 43978               };
 43979               
 43980               static MetaProperty
 43981               _CIM_IndicationHandler_Owner =
 43982               {
 43983                   /* flags */
 43984                   META_FLAG_PROPERTY|META_FLAG_READ,
 43985                   /* name */
 43986                   "Owner",
 43987                   /* qualifiers */
 43988                   _CIM_IndicationHandler_Owner_qualifiers,
 43989                   /* type */
 43990                   CIMTYPE_STRING,
 43991                   /* subscript */
 43992                   -1,
 43993                   /* value */
 43994 mike  1.1.2.1     0,
 43995               };
 43996               
 43997               static MetaFeature*
 43998               _CIM_IndicationHandler_features[] =
 43999               {
 44000                   (MetaFeature*)&_CIM_IndicationHandler_Owner,
 44001                   0,
 44002               };
 44003               
 44004               static const char*
 44005               __root_cimv2_CIM_IndicationHandler_qualifiers[] =
 44006               {
 44007                   /* Deprecated */
 44008                   "\013\000\001CIM_ListenerDestination\000",
 44009                   /* UMLPackagePath */
 44010                   "\057CIM::Event",
 44011                   /* Abstract */
 44012                   "\002\001",
 44013                   /* Version */
 44014                   "\0632.8.0",
 44015 mike  1.1.2.1     0,
 44016               };
 44017               
 44018               MetaClass
 44019               __root_cimv2_CIM_IndicationHandler =
 44020               {
 44021                   /* flags */
 44022                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 44023                   /* name */
 44024                   "CIM_IndicationHandler",
 44025                   /* qualifiers */
 44026                   __root_cimv2_CIM_IndicationHandler_qualifiers,
 44027                   /* super */
 44028                   &__root_cimv2_CIM_ListenerDestination,
 44029                   /* features */
 44030                   _CIM_IndicationHandler_features,
 44031               };
 44032               
 44033               //==============================================================================
 44034               //
 44035               // Class: CIM_IndicationHandlerCIMXML
 44036 mike  1.1.2.1 //
 44037               //==============================================================================
 44038               
 44039               static const char*
 44040               _CIM_IndicationHandlerCIMXML_Destination_qualifiers[] =
 44041               {
 44042                   /* Deprecated */
 44043                   "\013\000\001CIM_ListenerDestinationCIMXML.Destination\000",
 44044                   /* Required */
 44045                   "\050\001",
 44046                   0,
 44047               };
 44048               
 44049               static MetaProperty
 44050               _CIM_IndicationHandlerCIMXML_Destination =
 44051               {
 44052                   /* flags */
 44053                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 44054                   /* name */
 44055                   "Destination",
 44056                   /* qualifiers */
 44057 mike  1.1.2.1     _CIM_IndicationHandlerCIMXML_Destination_qualifiers,
 44058                   /* type */
 44059                   CIMTYPE_STRING,
 44060                   /* subscript */
 44061                   -1,
 44062                   /* value */
 44063                   0,
 44064               };
 44065               
 44066               static MetaFeature*
 44067               _CIM_IndicationHandlerCIMXML_features[] =
 44068               {
 44069                   (MetaFeature*)&_CIM_IndicationHandlerCIMXML_Destination,
 44070                   0,
 44071               };
 44072               
 44073               static const char*
 44074               __root_cimv2_CIM_IndicationHandlerCIMXML_qualifiers[] =
 44075               {
 44076                   /* Deprecated */
 44077                   "\013\000\001CIM_ListenerDestinationCIMXML\000",
 44078 mike  1.1.2.1     /* UMLPackagePath */
 44079                   "\057CIM::Event",
 44080                   /* Version */
 44081                   "\0632.8.0",
 44082                   0,
 44083               };
 44084               
 44085               MetaClass
 44086               __root_cimv2_CIM_IndicationHandlerCIMXML =
 44087               {
 44088                   /* flags */
 44089                   META_FLAG_CLASS,
 44090                   /* name */
 44091                   "CIM_IndicationHandlerCIMXML",
 44092                   /* qualifiers */
 44093                   __root_cimv2_CIM_IndicationHandlerCIMXML_qualifiers,
 44094                   /* super */
 44095                   &__root_cimv2_CIM_IndicationHandler,
 44096                   /* features */
 44097                   _CIM_IndicationHandlerCIMXML_features,
 44098               };
 44099 mike  1.1.2.1 
 44100               //==============================================================================
 44101               //
 44102               // Class: CIM_IndicationSubscription
 44103               //
 44104               //==============================================================================
 44105               
 44106               static const char*
 44107               _CIM_IndicationSubscription_Filter_qualifiers[] =
 44108               {
 44109                   /* Key */
 44110                   "\025\001",
 44111                   0,
 44112               };
 44113               
 44114               static MetaReference
 44115               _CIM_IndicationSubscription_Filter =
 44116               {
 44117                   /* flags */
 44118                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 44119                   /* name */
 44120 mike  1.1.2.1     "Filter",
 44121                   /* qualifiers */
 44122                   _CIM_IndicationSubscription_Filter_qualifiers,
 44123                   /* subscript */
 44124                   -1,
 44125                   /* refId */
 44126                   &__root_cimv2_CIM_IndicationFilter,
 44127               };
 44128               
 44129               static const char*
 44130               _CIM_IndicationSubscription_Handler_qualifiers[] =
 44131               {
 44132                   /* Key */
 44133                   "\025\001",
 44134                   0,
 44135               };
 44136               
 44137               static MetaReference
 44138               _CIM_IndicationSubscription_Handler =
 44139               {
 44140                   /* flags */
 44141 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 44142                   /* name */
 44143                   "Handler",
 44144                   /* qualifiers */
 44145                   _CIM_IndicationSubscription_Handler_qualifiers,
 44146                   /* subscript */
 44147                   -1,
 44148                   /* refId */
 44149                   &__root_cimv2_CIM_ListenerDestination,
 44150               };
 44151               
 44152               static const char*
 44153               _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers[] =
 44154               {
 44155                   /* ValueMap */
 44156                   "\061\000\0041\0002\0003\0004\000",
 44157                   /* Values */
 44158                   "\062\000\004Other\000Ignore\000Disable\000Remove\000",
 44159                   0,
 44160               };
 44161               
 44162 mike  1.1.2.1 static MetaProperty
 44163               _CIM_IndicationSubscription_OnFatalErrorPolicy =
 44164               {
 44165                   /* flags */
 44166                   META_FLAG_PROPERTY|META_FLAG_READ,
 44167                   /* name */
 44168                   "OnFatalErrorPolicy",
 44169                   /* qualifiers */
 44170                   _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers,
 44171                   /* type */
 44172                   CIMTYPE_UINT16,
 44173                   /* subscript */
 44174                   -1,
 44175                   /* value */
 44176                   0,
 44177               };
 44178               
 44179               static const char*
 44180               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers[] =
 44181               {
 44182                   0,
 44183 mike  1.1.2.1 };
 44184               
 44185               static MetaProperty
 44186               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy =
 44187               {
 44188                   /* flags */
 44189                   META_FLAG_PROPERTY|META_FLAG_READ,
 44190                   /* name */
 44191                   "OtherOnFatalErrorPolicy",
 44192                   /* qualifiers */
 44193                   _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers,
 44194                   /* type */
 44195                   CIMTYPE_STRING,
 44196                   /* subscript */
 44197                   -1,
 44198                   /* value */
 44199                   0,
 44200               };
 44201               
 44202               static const char*
 44203               _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers[] =
 44204 mike  1.1.2.1 {
 44205                   /* Units */
 44206                   "\060Seconds",
 44207                   0,
 44208               };
 44209               
 44210               static MetaProperty
 44211               _CIM_IndicationSubscription_FailureTriggerTimeInterval =
 44212               {
 44213                   /* flags */
 44214                   META_FLAG_PROPERTY|META_FLAG_READ,
 44215                   /* name */
 44216                   "FailureTriggerTimeInterval",
 44217                   /* qualifiers */
 44218                   _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers,
 44219                   /* type */
 44220                   CIMTYPE_UINT64,
 44221                   /* subscript */
 44222                   -1,
 44223                   /* value */
 44224                   0,
 44225 mike  1.1.2.1 };
 44226               
 44227               static const char*
 44228               _CIM_IndicationSubscription_SubscriptionState_qualifiers[] =
 44229               {
 44230                   /* Write */
 44231                   "\065\001",
 44232                   /* ValueMap */
 44233                   "\061\000\0050\0001\0002\0003\0004\000",
 44234                   /* Values */
 44235                   "\062\000\005Unknown\000Other\000Enabled\000Enabled Degraded\000Disabled\000",
 44236                   0,
 44237               };
 44238               
 44239               static MetaProperty
 44240               _CIM_IndicationSubscription_SubscriptionState =
 44241               {
 44242                   /* flags */
 44243                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 44244                   /* name */
 44245                   "SubscriptionState",
 44246 mike  1.1.2.1     /* qualifiers */
 44247                   _CIM_IndicationSubscription_SubscriptionState_qualifiers,
 44248                   /* type */
 44249                   CIMTYPE_UINT16,
 44250                   /* subscript */
 44251                   -1,
 44252                   /* value */
 44253                   0,
 44254               };
 44255               
 44256               static const char*
 44257               _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers[] =
 44258               {
 44259                   0,
 44260               };
 44261               
 44262               static MetaProperty
 44263               _CIM_IndicationSubscription_OtherSubscriptionState =
 44264               {
 44265                   /* flags */
 44266                   META_FLAG_PROPERTY|META_FLAG_READ,
 44267 mike  1.1.2.1     /* name */
 44268                   "OtherSubscriptionState",
 44269                   /* qualifiers */
 44270                   _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers,
 44271                   /* type */
 44272                   CIMTYPE_STRING,
 44273                   /* subscript */
 44274                   -1,
 44275                   /* value */
 44276                   0,
 44277               };
 44278               
 44279               static const char*
 44280               _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers[] =
 44281               {
 44282                   0,
 44283               };
 44284               
 44285               static MetaProperty
 44286               _CIM_IndicationSubscription_TimeOfLastStateChange =
 44287               {
 44288 mike  1.1.2.1     /* flags */
 44289                   META_FLAG_PROPERTY|META_FLAG_READ,
 44290                   /* name */
 44291                   "TimeOfLastStateChange",
 44292                   /* qualifiers */
 44293                   _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers,
 44294                   /* type */
 44295                   CIMTYPE_DATETIME,
 44296                   /* subscript */
 44297                   -1,
 44298                   /* value */
 44299                   0,
 44300               };
 44301               
 44302               static const char*
 44303               _CIM_IndicationSubscription_SubscriptionDuration_qualifiers[] =
 44304               {
 44305                   /* Write */
 44306                   "\065\001",
 44307                   /* Units */
 44308                   "\060Seconds",
 44309 mike  1.1.2.1     0,
 44310               };
 44311               
 44312               static MetaProperty
 44313               _CIM_IndicationSubscription_SubscriptionDuration =
 44314               {
 44315                   /* flags */
 44316                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 44317                   /* name */
 44318                   "SubscriptionDuration",
 44319                   /* qualifiers */
 44320                   _CIM_IndicationSubscription_SubscriptionDuration_qualifiers,
 44321                   /* type */
 44322                   CIMTYPE_UINT64,
 44323                   /* subscript */
 44324                   -1,
 44325                   /* value */
 44326                   0,
 44327               };
 44328               
 44329               static const char*
 44330 mike  1.1.2.1 _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers[] =
 44331               {
 44332                   0,
 44333               };
 44334               
 44335               static MetaProperty
 44336               _CIM_IndicationSubscription_SubscriptionStartTime =
 44337               {
 44338                   /* flags */
 44339                   META_FLAG_PROPERTY|META_FLAG_READ,
 44340                   /* name */
 44341                   "SubscriptionStartTime",
 44342                   /* qualifiers */
 44343                   _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers,
 44344                   /* type */
 44345                   CIMTYPE_DATETIME,
 44346                   /* subscript */
 44347                   -1,
 44348                   /* value */
 44349                   0,
 44350               };
 44351 mike  1.1.2.1 
 44352               static const char*
 44353               _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers[] =
 44354               {
 44355                   /* Units */
 44356                   "\060Seconds",
 44357                   0,
 44358               };
 44359               
 44360               static MetaProperty
 44361               _CIM_IndicationSubscription_SubscriptionTimeRemaining =
 44362               {
 44363                   /* flags */
 44364                   META_FLAG_PROPERTY|META_FLAG_READ,
 44365                   /* name */
 44366                   "SubscriptionTimeRemaining",
 44367                   /* qualifiers */
 44368                   _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers,
 44369                   /* type */
 44370                   CIMTYPE_UINT64,
 44371                   /* subscript */
 44372 mike  1.1.2.1     -1,
 44373                   /* value */
 44374                   0,
 44375               };
 44376               
 44377               static const char*
 44378               _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers[] =
 44379               {
 44380                   /* ValueMap */
 44381                   "\061\000\0050\0001\0002\0003\0004\000",
 44382                   /* Values */
 44383                   "\062\000\005Unknown\000Other\000None\000Suppress\000Delay\000",
 44384                   0,
 44385               };
 44386               
 44387               static MetaProperty
 44388               _CIM_IndicationSubscription_RepeatNotificationPolicy =
 44389               {
 44390                   /* flags */
 44391                   META_FLAG_PROPERTY|META_FLAG_READ,
 44392                   /* name */
 44393 mike  1.1.2.1     "RepeatNotificationPolicy",
 44394                   /* qualifiers */
 44395                   _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers,
 44396                   /* type */
 44397                   CIMTYPE_UINT16,
 44398                   /* subscript */
 44399                   -1,
 44400                   /* value */
 44401                   0,
 44402               };
 44403               
 44404               static const char*
 44405               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers[] =
 44406               {
 44407                   0,
 44408               };
 44409               
 44410               static MetaProperty
 44411               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy =
 44412               {
 44413                   /* flags */
 44414 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 44415                   /* name */
 44416                   "OtherRepeatNotificationPolicy",
 44417                   /* qualifiers */
 44418                   _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers,
 44419                   /* type */
 44420                   CIMTYPE_STRING,
 44421                   /* subscript */
 44422                   -1,
 44423                   /* value */
 44424                   0,
 44425               };
 44426               
 44427               static const char*
 44428               _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers[] =
 44429               {
 44430                   /* Units */
 44431                   "\060Seconds",
 44432                   0,
 44433               };
 44434               
 44435 mike  1.1.2.1 static MetaProperty
 44436               _CIM_IndicationSubscription_RepeatNotificationInterval =
 44437               {
 44438                   /* flags */
 44439                   META_FLAG_PROPERTY|META_FLAG_READ,
 44440                   /* name */
 44441                   "RepeatNotificationInterval",
 44442                   /* qualifiers */
 44443                   _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers,
 44444                   /* type */
 44445                   CIMTYPE_UINT64,
 44446                   /* subscript */
 44447                   -1,
 44448                   /* value */
 44449                   0,
 44450               };
 44451               
 44452               static const char*
 44453               _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers[] =
 44454               {
 44455                   /* Units */
 44456 mike  1.1.2.1     "\060Seconds",
 44457                   0,
 44458               };
 44459               
 44460               static MetaProperty
 44461               _CIM_IndicationSubscription_RepeatNotificationGap =
 44462               {
 44463                   /* flags */
 44464                   META_FLAG_PROPERTY|META_FLAG_READ,
 44465                   /* name */
 44466                   "RepeatNotificationGap",
 44467                   /* qualifiers */
 44468                   _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers,
 44469                   /* type */
 44470                   CIMTYPE_UINT64,
 44471                   /* subscript */
 44472                   -1,
 44473                   /* value */
 44474                   0,
 44475               };
 44476               
 44477 mike  1.1.2.1 static const char*
 44478               _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers[] =
 44479               {
 44480                   0,
 44481               };
 44482               
 44483               static MetaProperty
 44484               _CIM_IndicationSubscription_RepeatNotificationCount =
 44485               {
 44486                   /* flags */
 44487                   META_FLAG_PROPERTY|META_FLAG_READ,
 44488                   /* name */
 44489                   "RepeatNotificationCount",
 44490                   /* qualifiers */
 44491                   _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers,
 44492                   /* type */
 44493                   CIMTYPE_UINT16,
 44494                   /* subscript */
 44495                   -1,
 44496                   /* value */
 44497                   0,
 44498 mike  1.1.2.1 };
 44499               
 44500               static MetaFeature*
 44501               _CIM_IndicationSubscription_features[] =
 44502               {
 44503                   (MetaFeature*)&_CIM_IndicationSubscription_Filter,
 44504                   (MetaFeature*)&_CIM_IndicationSubscription_Handler,
 44505                   (MetaFeature*)&_CIM_IndicationSubscription_OnFatalErrorPolicy,
 44506                   (MetaFeature*)&_CIM_IndicationSubscription_OtherOnFatalErrorPolicy,
 44507                   (MetaFeature*)&_CIM_IndicationSubscription_FailureTriggerTimeInterval,
 44508                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionState,
 44509                   (MetaFeature*)&_CIM_IndicationSubscription_OtherSubscriptionState,
 44510                   (MetaFeature*)&_CIM_IndicationSubscription_TimeOfLastStateChange,
 44511                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionDuration,
 44512                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionStartTime,
 44513                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionTimeRemaining,
 44514                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationPolicy,
 44515                   (MetaFeature*)&_CIM_IndicationSubscription_OtherRepeatNotificationPolicy,
 44516                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationInterval,
 44517                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationGap,
 44518                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationCount,
 44519 mike  1.1.2.1     0,
 44520               };
 44521               
 44522               static const char*
 44523               __root_cimv2_CIM_IndicationSubscription_qualifiers[] =
 44524               {
 44525                   /* ASSOCIATION */
 44526                   "\000\001",
 44527                   /* UMLPackagePath */
 44528                   "\057CIM::Event",
 44529                   /* Version */
 44530                   "\0632.7.0",
 44531                   0,
 44532               };
 44533               
 44534               MetaClass
 44535               __root_cimv2_CIM_IndicationSubscription =
 44536               {
 44537                   /* flags */
 44538                   META_FLAG_ASSOCIATION,
 44539                   /* name */
 44540 mike  1.1.2.1     "CIM_IndicationSubscription",
 44541                   /* qualifiers */
 44542                   __root_cimv2_CIM_IndicationSubscription_qualifiers,
 44543                   /* super */
 44544                   0,
 44545                   /* features */
 44546                   _CIM_IndicationSubscription_features,
 44547               };
 44548               
 44549               //==============================================================================
 44550               //
 44551               // Class: CIM_InstalledProductImage
 44552               //
 44553               //==============================================================================
 44554               
 44555               static const char*
 44556               _CIM_InstalledProductImage_Product_qualifiers[] =
 44557               {
 44558                   /* Key */
 44559                   "\025\001",
 44560                   /* Aggregate */
 44561 mike  1.1.2.1     "\003\001",
 44562                   /* Min */
 44563                   "\033\000\000\000\001",
 44564                   /* Max */
 44565                   "\027\000\000\000\001",
 44566                   0,
 44567               };
 44568               
 44569               static MetaReference
 44570               _CIM_InstalledProductImage_Product =
 44571               {
 44572                   /* flags */
 44573                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 44574                   /* name */
 44575                   "Product",
 44576                   /* qualifiers */
 44577                   _CIM_InstalledProductImage_Product_qualifiers,
 44578                   /* subscript */
 44579                   -1,
 44580                   /* refId */
 44581                   &__root_cimv2_CIM_Product,
 44582 mike  1.1.2.1 };
 44583               
 44584               static const char*
 44585               _CIM_InstalledProductImage_Collection_qualifiers[] =
 44586               {
 44587                   /* Key */
 44588                   "\025\001",
 44589                   /* Weak */
 44590                   "\064\001",
 44591                   0,
 44592               };
 44593               
 44594               static MetaReference
 44595               _CIM_InstalledProductImage_Collection =
 44596               {
 44597                   /* flags */
 44598                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 44599                   /* name */
 44600                   "Collection",
 44601                   /* qualifiers */
 44602                   _CIM_InstalledProductImage_Collection_qualifiers,
 44603 mike  1.1.2.1     /* subscript */
 44604                   -1,
 44605                   /* refId */
 44606                   &__root_cimv2_CIM_InstalledProduct,
 44607               };
 44608               
 44609               static MetaFeature*
 44610               _CIM_InstalledProductImage_features[] =
 44611               {
 44612                   (MetaFeature*)&_CIM_InstalledProductImage_Product,
 44613                   (MetaFeature*)&_CIM_InstalledProductImage_Collection,
 44614                   0,
 44615               };
 44616               
 44617               static const char*
 44618               __root_cimv2_CIM_InstalledProductImage_qualifiers[] =
 44619               {
 44620                   /* ASSOCIATION */
 44621                   "\000\001",
 44622                   /* UMLPackagePath */
 44623                   "\057CIM::Application::InstalledProduct",
 44624 mike  1.1.2.1     /* Aggregation */
 44625                   "\004\001",
 44626                   /* Version */
 44627                   "\0632.6.0",
 44628                   0,
 44629               };
 44630               
 44631               MetaClass
 44632               __root_cimv2_CIM_InstalledProductImage =
 44633               {
 44634                   /* flags */
 44635                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 44636                   /* name */
 44637                   "CIM_InstalledProductImage",
 44638                   /* qualifiers */
 44639                   __root_cimv2_CIM_InstalledProductImage_qualifiers,
 44640                   /* super */
 44641                   0,
 44642                   /* features */
 44643                   _CIM_InstalledProductImage_features,
 44644               };
 44645 mike  1.1.2.1 
 44646               //==============================================================================
 44647               //
 44648               // Class: CIM_InstCreation
 44649               //
 44650               //==============================================================================
 44651               
 44652               static MetaFeature*
 44653               _CIM_InstCreation_features[] =
 44654               {
 44655                   0,
 44656               };
 44657               
 44658               static const char*
 44659               __root_cimv2_CIM_InstCreation_qualifiers[] =
 44660               {
 44661                   /* INDICATION */
 44662                   "\001\001",
 44663                   /* UMLPackagePath */
 44664                   "\057CIM::Event",
 44665                   /* Version */
 44666 mike  1.1.2.1     "\0632.6.0",
 44667                   0,
 44668               };
 44669               
 44670               MetaClass
 44671               __root_cimv2_CIM_InstCreation =
 44672               {
 44673                   /* flags */
 44674                   META_FLAG_INDICATION,
 44675                   /* name */
 44676                   "CIM_InstCreation",
 44677                   /* qualifiers */
 44678                   __root_cimv2_CIM_InstCreation_qualifiers,
 44679                   /* super */
 44680                   &__root_cimv2_CIM_InstIndication,
 44681                   /* features */
 44682                   _CIM_InstCreation_features,
 44683               };
 44684               
 44685               //==============================================================================
 44686               //
 44687 mike  1.1.2.1 // Class: CIM_InstDeletion
 44688               //
 44689               //==============================================================================
 44690               
 44691               static MetaFeature*
 44692               _CIM_InstDeletion_features[] =
 44693               {
 44694                   0,
 44695               };
 44696               
 44697               static const char*
 44698               __root_cimv2_CIM_InstDeletion_qualifiers[] =
 44699               {
 44700                   /* INDICATION */
 44701                   "\001\001",
 44702                   /* UMLPackagePath */
 44703                   "\057CIM::Event",
 44704                   /* Version */
 44705                   "\0632.6.0",
 44706                   0,
 44707               };
 44708 mike  1.1.2.1 
 44709               MetaClass
 44710               __root_cimv2_CIM_InstDeletion =
 44711               {
 44712                   /* flags */
 44713                   META_FLAG_INDICATION,
 44714                   /* name */
 44715                   "CIM_InstDeletion",
 44716                   /* qualifiers */
 44717                   __root_cimv2_CIM_InstDeletion_qualifiers,
 44718                   /* super */
 44719                   &__root_cimv2_CIM_InstIndication,
 44720                   /* features */
 44721                   _CIM_InstDeletion_features,
 44722               };
 44723               
 44724               //==============================================================================
 44725               //
 44726               // Class: CIM_IPConnectivitySubnet
 44727               //
 44728               //==============================================================================
 44729 mike  1.1.2.1 
 44730               static const char*
 44731               _CIM_IPConnectivitySubnet_SubnetNumber_qualifiers[] =
 44732               {
 44733                   /* ModelCorrespondence */
 44734                   "\036\000\001CIM_IPConnectivitySubnet.AddressType\000",
 44735                   0,
 44736               };
 44737               
 44738               static MetaProperty
 44739               _CIM_IPConnectivitySubnet_SubnetNumber =
 44740               {
 44741                   /* flags */
 44742                   META_FLAG_PROPERTY|META_FLAG_READ,
 44743                   /* name */
 44744                   "SubnetNumber",
 44745                   /* qualifiers */
 44746                   _CIM_IPConnectivitySubnet_SubnetNumber_qualifiers,
 44747                   /* type */
 44748                   CIMTYPE_STRING,
 44749                   /* subscript */
 44750 mike  1.1.2.1     -1,
 44751                   /* value */
 44752                   0,
 44753               };
 44754               
 44755               static const char*
 44756               _CIM_IPConnectivitySubnet_SubnetMask_qualifiers[] =
 44757               {
 44758                   0,
 44759               };
 44760               
 44761               static MetaProperty
 44762               _CIM_IPConnectivitySubnet_SubnetMask =
 44763               {
 44764                   /* flags */
 44765                   META_FLAG_PROPERTY|META_FLAG_READ,
 44766                   /* name */
 44767                   "SubnetMask",
 44768                   /* qualifiers */
 44769                   _CIM_IPConnectivitySubnet_SubnetMask_qualifiers,
 44770                   /* type */
 44771 mike  1.1.2.1     CIMTYPE_STRING,
 44772                   /* subscript */
 44773                   -1,
 44774                   /* value */
 44775                   0,
 44776               };
 44777               
 44778               static const char*
 44779               _CIM_IPConnectivitySubnet_PrefixLength_qualifiers[] =
 44780               {
 44781                   0,
 44782               };
 44783               
 44784               static MetaProperty
 44785               _CIM_IPConnectivitySubnet_PrefixLength =
 44786               {
 44787                   /* flags */
 44788                   META_FLAG_PROPERTY|META_FLAG_READ,
 44789                   /* name */
 44790                   "PrefixLength",
 44791                   /* qualifiers */
 44792 mike  1.1.2.1     _CIM_IPConnectivitySubnet_PrefixLength_qualifiers,
 44793                   /* type */
 44794                   CIMTYPE_UINT8,
 44795                   /* subscript */
 44796                   -1,
 44797                   /* value */
 44798                   0,
 44799               };
 44800               
 44801               static const char*
 44802               _CIM_IPConnectivitySubnet_AddressType_qualifiers[] =
 44803               {
 44804                   /* ValueMap */
 44805                   "\061\000\0030\0001\0002\000",
 44806                   /* Values */
 44807                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 44808                   0,
 44809               };
 44810               
 44811               static MetaProperty
 44812               _CIM_IPConnectivitySubnet_AddressType =
 44813 mike  1.1.2.1 {
 44814                   /* flags */
 44815                   META_FLAG_PROPERTY|META_FLAG_READ,
 44816                   /* name */
 44817                   "AddressType",
 44818                   /* qualifiers */
 44819                   _CIM_IPConnectivitySubnet_AddressType_qualifiers,
 44820                   /* type */
 44821                   CIMTYPE_UINT16,
 44822                   /* subscript */
 44823                   -1,
 44824                   /* value */
 44825                   0,
 44826               };
 44827               
 44828               static MetaFeature*
 44829               _CIM_IPConnectivitySubnet_features[] =
 44830               {
 44831                   (MetaFeature*)&_CIM_IPConnectivitySubnet_SubnetNumber,
 44832                   (MetaFeature*)&_CIM_IPConnectivitySubnet_SubnetMask,
 44833                   (MetaFeature*)&_CIM_IPConnectivitySubnet_PrefixLength,
 44834 mike  1.1.2.1     (MetaFeature*)&_CIM_IPConnectivitySubnet_AddressType,
 44835                   0,
 44836               };
 44837               
 44838               static const char*
 44839               __root_cimv2_CIM_IPConnectivitySubnet_qualifiers[] =
 44840               {
 44841                   /* UMLPackagePath */
 44842                   "\057CIM::Network::Collections",
 44843                   /* Version */
 44844                   "\0632.7.0",
 44845                   0,
 44846               };
 44847               
 44848               MetaClass
 44849               __root_cimv2_CIM_IPConnectivitySubnet =
 44850               {
 44851                   /* flags */
 44852                   META_FLAG_CLASS,
 44853                   /* name */
 44854                   "CIM_IPConnectivitySubnet",
 44855 mike  1.1.2.1     /* qualifiers */
 44856                   __root_cimv2_CIM_IPConnectivitySubnet_qualifiers,
 44857                   /* super */
 44858                   &__root_cimv2_CIM_ConnectivityCollection,
 44859                   /* features */
 44860                   _CIM_IPConnectivitySubnet_features,
 44861               };
 44862               
 44863               //==============================================================================
 44864               //
 44865               // Class: CIM_IPsecAction
 44866               //
 44867               //==============================================================================
 44868               
 44869               static const char*
 44870               _CIM_IPsecAction_UsePFS_qualifiers[] =
 44871               {
 44872                   /* MappingStrings */
 44873                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.UsePFS\000",
 44874                   /* ModelCorrespondence */
 44875                   "\036\000\001CIM_IPsecSAEndpoint.PFSInUse\000",
 44876 mike  1.1.2.1     0,
 44877               };
 44878               
 44879               static MetaProperty
 44880               _CIM_IPsecAction_UsePFS =
 44881               {
 44882                   /* flags */
 44883                   META_FLAG_PROPERTY|META_FLAG_READ,
 44884                   /* name */
 44885                   "UsePFS",
 44886                   /* qualifiers */
 44887                   _CIM_IPsecAction_UsePFS_qualifiers,
 44888                   /* type */
 44889                   CIMTYPE_BOOLEAN,
 44890                   /* subscript */
 44891                   -1,
 44892                   /* value */
 44893                   0,
 44894               };
 44895               
 44896               static const char*
 44897 mike  1.1.2.1 _CIM_IPsecAction_UsePhase1Group_qualifiers[] =
 44898               {
 44899                   /* MappingStrings */
 44900                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.UseIKEGroup\000",
 44901                   0,
 44902               };
 44903               
 44904               static MetaProperty
 44905               _CIM_IPsecAction_UsePhase1Group =
 44906               {
 44907                   /* flags */
 44908                   META_FLAG_PROPERTY|META_FLAG_READ,
 44909                   /* name */
 44910                   "UsePhase1Group",
 44911                   /* qualifiers */
 44912                   _CIM_IPsecAction_UsePhase1Group_qualifiers,
 44913                   /* type */
 44914                   CIMTYPE_BOOLEAN,
 44915                   /* subscript */
 44916                   -1,
 44917                   /* value */
 44918 mike  1.1.2.1     0,
 44919               };
 44920               
 44921               static const char*
 44922               _CIM_IPsecAction_GroupId_qualifiers[] =
 44923               {
 44924                   /* ValueMap */
 44925                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 44926                   /* Values */
 44927                   "\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",
 44928                   /* MappingStrings */
 44929                   "\026\000\002IPSP Policy Model.IETF|IPsecAction.GroupID\000RFC2412.IETF|Appendix E\000",
 44930                   /* ModelCorrespondence */
 44931                   "\036\000\002CIM_IPsecAction.VendorID\000CIM_IKESAEndpoint.GroupID\000",
 44932                   0,
 44933               };
 44934               
 44935               static MetaProperty
 44936               _CIM_IPsecAction_GroupId =
 44937               {
 44938                   /* flags */
 44939 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 44940                   /* name */
 44941                   "GroupId",
 44942                   /* qualifiers */
 44943                   _CIM_IPsecAction_GroupId_qualifiers,
 44944                   /* type */
 44945                   CIMTYPE_UINT16,
 44946                   /* subscript */
 44947                   -1,
 44948                   /* value */
 44949                   0,
 44950               };
 44951               
 44952               static const char*
 44953               _CIM_IPsecAction_VendorID_qualifiers[] =
 44954               {
 44955                   /* MappingStrings */
 44956                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.VendorID\000",
 44957                   /* ModelCorrespondence */
 44958                   "\036\000\002CIM_IPsecAction.GroupId\000CIM_IKESAEndpoint.VendorID\000",
 44959                   0,
 44960 mike  1.1.2.1 };
 44961               
 44962               static MetaProperty
 44963               _CIM_IPsecAction_VendorID =
 44964               {
 44965                   /* flags */
 44966                   META_FLAG_PROPERTY|META_FLAG_READ,
 44967                   /* name */
 44968                   "VendorID",
 44969                   /* qualifiers */
 44970                   _CIM_IPsecAction_VendorID_qualifiers,
 44971                   /* type */
 44972                   CIMTYPE_STRING,
 44973                   /* subscript */
 44974                   -1,
 44975                   /* value */
 44976                   0,
 44977               };
 44978               
 44979               static const char*
 44980               _CIM_IPsecAction_Granularity_qualifiers[] =
 44981 mike  1.1.2.1 {
 44982                   /* ValueMap */
 44983                   "\061\000\0051\0002\0003\0004\0005\000",
 44984                   /* Values */
 44985                   "\062\000\005Other\000Subnet\000Address\000Protocol\000Port\000",
 44986                   /* MappingStrings */
 44987                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.Granularity\000",
 44988                   /* ModelCorrespondence */
 44989                   "\036\000\001CIM_IPsecAction.OtherGranularity\000",
 44990                   0,
 44991               };
 44992               
 44993               static MetaProperty
 44994               _CIM_IPsecAction_Granularity =
 44995               {
 44996                   /* flags */
 44997                   META_FLAG_PROPERTY|META_FLAG_READ,
 44998                   /* name */
 44999                   "Granularity",
 45000                   /* qualifiers */
 45001                   _CIM_IPsecAction_Granularity_qualifiers,
 45002 mike  1.1.2.1     /* type */
 45003                   CIMTYPE_UINT16,
 45004                   /* subscript */
 45005                   -1,
 45006                   /* value */
 45007                   0,
 45008               };
 45009               
 45010               static const char*
 45011               _CIM_IPsecAction_OtherGranularity_qualifiers[] =
 45012               {
 45013                   /* ModelCorrespondence */
 45014                   "\036\000\001CIM_IPsecAction.Granularity\000",
 45015                   0,
 45016               };
 45017               
 45018               static MetaProperty
 45019               _CIM_IPsecAction_OtherGranularity =
 45020               {
 45021                   /* flags */
 45022                   META_FLAG_PROPERTY|META_FLAG_READ,
 45023 mike  1.1.2.1     /* name */
 45024                   "OtherGranularity",
 45025                   /* qualifiers */
 45026                   _CIM_IPsecAction_OtherGranularity_qualifiers,
 45027                   /* type */
 45028                   CIMTYPE_STRING,
 45029                   /* subscript */
 45030                   -1,
 45031                   /* value */
 45032                   0,
 45033               };
 45034               
 45035               static MetaFeature*
 45036               _CIM_IPsecAction_features[] =
 45037               {
 45038                   (MetaFeature*)&_CIM_IPsecAction_UsePFS,
 45039                   (MetaFeature*)&_CIM_IPsecAction_UsePhase1Group,
 45040                   (MetaFeature*)&_CIM_IPsecAction_GroupId,
 45041                   (MetaFeature*)&_CIM_IPsecAction_VendorID,
 45042                   (MetaFeature*)&_CIM_IPsecAction_Granularity,
 45043                   (MetaFeature*)&_CIM_IPsecAction_OtherGranularity,
 45044 mike  1.1.2.1     0,
 45045               };
 45046               
 45047               static const char*
 45048               __root_cimv2_CIM_IPsecAction_qualifiers[] =
 45049               {
 45050                   /* UMLPackagePath */
 45051                   "\057CIM::IPsecPolicy",
 45052                   /* Version */
 45053                   "\0632.8.0",
 45054                   /* MappingStrings */
 45055                   "\026\000\001IPSP Policy Model.IETF|IPsecAction\000",
 45056                   0,
 45057               };
 45058               
 45059               MetaClass
 45060               __root_cimv2_CIM_IPsecAction =
 45061               {
 45062                   /* flags */
 45063                   META_FLAG_CLASS,
 45064                   /* name */
 45065 mike  1.1.2.1     "CIM_IPsecAction",
 45066                   /* qualifiers */
 45067                   __root_cimv2_CIM_IPsecAction_qualifiers,
 45068                   /* super */
 45069                   &__root_cimv2_CIM_SANegotiationAction,
 45070                   /* features */
 45071                   _CIM_IPsecAction_features,
 45072               };
 45073               
 45074               //==============================================================================
 45075               //
 45076               // Class: CIM_IPsecTransportAction
 45077               //
 45078               //==============================================================================
 45079               
 45080               static MetaFeature*
 45081               _CIM_IPsecTransportAction_features[] =
 45082               {
 45083                   0,
 45084               };
 45085               
 45086 mike  1.1.2.1 static const char*
 45087               __root_cimv2_CIM_IPsecTransportAction_qualifiers[] =
 45088               {
 45089                   /* UMLPackagePath */
 45090                   "\057CIM::IPsecPolicy",
 45091                   /* Version */
 45092                   "\0632.8.0",
 45093                   /* MappingStrings */
 45094                   "\026\000\001IPSP Policy Model.IETF|IPsecTransportAction\000",
 45095                   0,
 45096               };
 45097               
 45098               MetaClass
 45099               __root_cimv2_CIM_IPsecTransportAction =
 45100               {
 45101                   /* flags */
 45102                   META_FLAG_CLASS,
 45103                   /* name */
 45104                   "CIM_IPsecTransportAction",
 45105                   /* qualifiers */
 45106                   __root_cimv2_CIM_IPsecTransportAction_qualifiers,
 45107 mike  1.1.2.1     /* super */
 45108                   &__root_cimv2_CIM_IPsecAction,
 45109                   /* features */
 45110                   _CIM_IPsecTransportAction_features,
 45111               };
 45112               
 45113               //==============================================================================
 45114               //
 45115               // Class: CIM_IPsecTunnelAction
 45116               //
 45117               //==============================================================================
 45118               
 45119               static const char*
 45120               _CIM_IPsecTunnelAction_DFHandling_qualifiers[] =
 45121               {
 45122                   /* ValueMap */
 45123                   "\061\000\0032\0003\0004\000",
 45124                   /* Values */
 45125                   "\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",
 45126                   /* MappingStrings */
 45127                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction.DFHandling\000",
 45128 mike  1.1.2.1     /* ModelCorrespondence */
 45129                   "\036\000\001CIM_IPsecSAEndpoint.DFHandling\000",
 45130                   0,
 45131               };
 45132               
 45133               static MetaProperty
 45134               _CIM_IPsecTunnelAction_DFHandling =
 45135               {
 45136                   /* flags */
 45137                   META_FLAG_PROPERTY|META_FLAG_READ,
 45138                   /* name */
 45139                   "DFHandling",
 45140                   /* qualifiers */
 45141                   _CIM_IPsecTunnelAction_DFHandling_qualifiers,
 45142                   /* type */
 45143                   CIMTYPE_UINT16,
 45144                   /* subscript */
 45145                   -1,
 45146                   /* value */
 45147                   0,
 45148               };
 45149 mike  1.1.2.1 
 45150               static MetaFeature*
 45151               _CIM_IPsecTunnelAction_features[] =
 45152               {
 45153                   (MetaFeature*)&_CIM_IPsecTunnelAction_DFHandling,
 45154                   0,
 45155               };
 45156               
 45157               static const char*
 45158               __root_cimv2_CIM_IPsecTunnelAction_qualifiers[] =
 45159               {
 45160                   /* UMLPackagePath */
 45161                   "\057CIM::IPsecPolicy",
 45162                   /* Version */
 45163                   "\0632.8.0",
 45164                   /* MappingStrings */
 45165                   "\026\000\001IPSP Policy Model.IETF|IPsecTunnelAction\000",
 45166                   0,
 45167               };
 45168               
 45169               MetaClass
 45170 mike  1.1.2.1 __root_cimv2_CIM_IPsecTunnelAction =
 45171               {
 45172                   /* flags */
 45173                   META_FLAG_CLASS,
 45174                   /* name */
 45175                   "CIM_IPsecTunnelAction",
 45176                   /* qualifiers */
 45177                   __root_cimv2_CIM_IPsecTunnelAction_qualifiers,
 45178                   /* super */
 45179                   &__root_cimv2_CIM_IPsecAction,
 45180                   /* features */
 45181                   _CIM_IPsecTunnelAction_features,
 45182               };
 45183               
 45184               //==============================================================================
 45185               //
 45186               // Class: CIM_IPSubnet
 45187               //
 45188               //==============================================================================
 45189               
 45190               static const char*
 45191 mike  1.1.2.1 _CIM_IPSubnet_SubnetNumber_qualifiers[] =
 45192               {
 45193                   /* Deprecated */
 45194                   "\013\000\001CIM_IPConnectivitySubnet.SubnetNumber\000",
 45195                   0,
 45196               };
 45197               
 45198               static MetaProperty
 45199               _CIM_IPSubnet_SubnetNumber =
 45200               {
 45201                   /* flags */
 45202                   META_FLAG_PROPERTY|META_FLAG_READ,
 45203                   /* name */
 45204                   "SubnetNumber",
 45205                   /* qualifiers */
 45206                   _CIM_IPSubnet_SubnetNumber_qualifiers,
 45207                   /* type */
 45208                   CIMTYPE_STRING,
 45209                   /* subscript */
 45210                   -1,
 45211                   /* value */
 45212 mike  1.1.2.1     0,
 45213               };
 45214               
 45215               static const char*
 45216               _CIM_IPSubnet_SubnetMask_qualifiers[] =
 45217               {
 45218                   /* Deprecated */
 45219                   "\013\000\001CIM_IPConnectivitySubnet.SubnetMask\000",
 45220                   0,
 45221               };
 45222               
 45223               static MetaProperty
 45224               _CIM_IPSubnet_SubnetMask =
 45225               {
 45226                   /* flags */
 45227                   META_FLAG_PROPERTY|META_FLAG_READ,
 45228                   /* name */
 45229                   "SubnetMask",
 45230                   /* qualifiers */
 45231                   _CIM_IPSubnet_SubnetMask_qualifiers,
 45232                   /* type */
 45233 mike  1.1.2.1     CIMTYPE_STRING,
 45234                   /* subscript */
 45235                   -1,
 45236                   /* value */
 45237                   0,
 45238               };
 45239               
 45240               static const char*
 45241               _CIM_IPSubnet_PrefixLength_qualifiers[] =
 45242               {
 45243                   /* Deprecated */
 45244                   "\013\000\001CIM_IPConnectivitySubnet.PrefixLength\000",
 45245                   0,
 45246               };
 45247               
 45248               static MetaProperty
 45249               _CIM_IPSubnet_PrefixLength =
 45250               {
 45251                   /* flags */
 45252                   META_FLAG_PROPERTY|META_FLAG_READ,
 45253                   /* name */
 45254 mike  1.1.2.1     "PrefixLength",
 45255                   /* qualifiers */
 45256                   _CIM_IPSubnet_PrefixLength_qualifiers,
 45257                   /* type */
 45258                   CIMTYPE_UINT8,
 45259                   /* subscript */
 45260                   -1,
 45261                   /* value */
 45262                   0,
 45263               };
 45264               
 45265               static const char*
 45266               _CIM_IPSubnet_AddressType_qualifiers[] =
 45267               {
 45268                   /* Deprecated */
 45269                   "\013\000\001CIM_IPConnectivitySubnet.AddressType\000",
 45270                   /* ValueMap */
 45271                   "\061\000\0030\0001\0002\000",
 45272                   /* Values */
 45273                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 45274                   0,
 45275 mike  1.1.2.1 };
 45276               
 45277               static MetaProperty
 45278               _CIM_IPSubnet_AddressType =
 45279               {
 45280                   /* flags */
 45281                   META_FLAG_PROPERTY|META_FLAG_READ,
 45282                   /* name */
 45283                   "AddressType",
 45284                   /* qualifiers */
 45285                   _CIM_IPSubnet_AddressType_qualifiers,
 45286                   /* type */
 45287                   CIMTYPE_UINT16,
 45288                   /* subscript */
 45289                   -1,
 45290                   /* value */
 45291                   0,
 45292               };
 45293               
 45294               static MetaFeature*
 45295               _CIM_IPSubnet_features[] =
 45296 mike  1.1.2.1 {
 45297                   (MetaFeature*)&_CIM_IPSubnet_SubnetNumber,
 45298                   (MetaFeature*)&_CIM_IPSubnet_SubnetMask,
 45299                   (MetaFeature*)&_CIM_IPSubnet_PrefixLength,
 45300                   (MetaFeature*)&_CIM_IPSubnet_AddressType,
 45301                   0,
 45302               };
 45303               
 45304               static const char*
 45305               __root_cimv2_CIM_IPSubnet_qualifiers[] =
 45306               {
 45307                   /* Deprecated */
 45308                   "\013\000\001CIM_IPConnectivitySubnet\000",
 45309                   /* UMLPackagePath */
 45310                   "\057CIM::Network::Collections",
 45311                   /* Version */
 45312                   "\0632.7.0",
 45313                   0,
 45314               };
 45315               
 45316               MetaClass
 45317 mike  1.1.2.1 __root_cimv2_CIM_IPSubnet =
 45318               {
 45319                   /* flags */
 45320                   META_FLAG_CLASS,
 45321                   /* name */
 45322                   "CIM_IPSubnet",
 45323                   /* qualifiers */
 45324                   __root_cimv2_CIM_IPSubnet_qualifiers,
 45325                   /* super */
 45326                   &__root_cimv2_CIM_LogicalNetwork,
 45327                   /* features */
 45328                   _CIM_IPSubnet_features,
 45329               };
 45330               
 45331               //==============================================================================
 45332               //
 45333               // Class: CIM_IPXConnectivityNetwork
 45334               //
 45335               //==============================================================================
 45336               
 45337               static const char*
 45338 mike  1.1.2.1 _CIM_IPXConnectivityNetwork_NetworkNumber_qualifiers[] =
 45339               {
 45340                   0,
 45341               };
 45342               
 45343               static MetaProperty
 45344               _CIM_IPXConnectivityNetwork_NetworkNumber =
 45345               {
 45346                   /* flags */
 45347                   META_FLAG_PROPERTY|META_FLAG_READ,
 45348                   /* name */
 45349                   "NetworkNumber",
 45350                   /* qualifiers */
 45351                   _CIM_IPXConnectivityNetwork_NetworkNumber_qualifiers,
 45352                   /* type */
 45353                   CIMTYPE_STRING,
 45354                   /* subscript */
 45355                   -1,
 45356                   /* value */
 45357                   0,
 45358               };
 45359 mike  1.1.2.1 
 45360               static MetaFeature*
 45361               _CIM_IPXConnectivityNetwork_features[] =
 45362               {
 45363                   (MetaFeature*)&_CIM_IPXConnectivityNetwork_NetworkNumber,
 45364                   0,
 45365               };
 45366               
 45367               static const char*
 45368               __root_cimv2_CIM_IPXConnectivityNetwork_qualifiers[] =
 45369               {
 45370                   /* UMLPackagePath */
 45371                   "\057CIM::Network::Collections",
 45372                   /* Version */
 45373                   "\0632.7.0",
 45374                   0,
 45375               };
 45376               
 45377               MetaClass
 45378               __root_cimv2_CIM_IPXConnectivityNetwork =
 45379               {
 45380 mike  1.1.2.1     /* flags */
 45381                   META_FLAG_CLASS,
 45382                   /* name */
 45383                   "CIM_IPXConnectivityNetwork",
 45384                   /* qualifiers */
 45385                   __root_cimv2_CIM_IPXConnectivityNetwork_qualifiers,
 45386                   /* super */
 45387                   &__root_cimv2_CIM_ConnectivityCollection,
 45388                   /* features */
 45389                   _CIM_IPXConnectivityNetwork_features,
 45390               };
 45391               
 45392               //==============================================================================
 45393               //
 45394               // Class: CIM_IPXNetwork
 45395               //
 45396               //==============================================================================
 45397               
 45398               static const char*
 45399               _CIM_IPXNetwork_NetworkNumber_qualifiers[] =
 45400               {
 45401 mike  1.1.2.1     /* Deprecated */
 45402                   "\013\000\001CIM_IPXConnectivityNetwork.NetworkNumber\000",
 45403                   0,
 45404               };
 45405               
 45406               static MetaProperty
 45407               _CIM_IPXNetwork_NetworkNumber =
 45408               {
 45409                   /* flags */
 45410                   META_FLAG_PROPERTY|META_FLAG_READ,
 45411                   /* name */
 45412                   "NetworkNumber",
 45413                   /* qualifiers */
 45414                   _CIM_IPXNetwork_NetworkNumber_qualifiers,
 45415                   /* type */
 45416                   CIMTYPE_STRING,
 45417                   /* subscript */
 45418                   -1,
 45419                   /* value */
 45420                   0,
 45421               };
 45422 mike  1.1.2.1 
 45423               static MetaFeature*
 45424               _CIM_IPXNetwork_features[] =
 45425               {
 45426                   (MetaFeature*)&_CIM_IPXNetwork_NetworkNumber,
 45427                   0,
 45428               };
 45429               
 45430               static const char*
 45431               __root_cimv2_CIM_IPXNetwork_qualifiers[] =
 45432               {
 45433                   /* Deprecated */
 45434                   "\013\000\001CIM_IPXConnectivityNetwork\000",
 45435                   /* UMLPackagePath */
 45436                   "\057CIM::Network::Collections",
 45437                   /* Version */
 45438                   "\0632.7.0",
 45439                   0,
 45440               };
 45441               
 45442               MetaClass
 45443 mike  1.1.2.1 __root_cimv2_CIM_IPXNetwork =
 45444               {
 45445                   /* flags */
 45446                   META_FLAG_CLASS,
 45447                   /* name */
 45448                   "CIM_IPXNetwork",
 45449                   /* qualifiers */
 45450                   __root_cimv2_CIM_IPXNetwork_qualifiers,
 45451                   /* super */
 45452                   &__root_cimv2_CIM_LogicalNetwork,
 45453                   /* features */
 45454                   _CIM_IPXNetwork_features,
 45455               };
 45456               
 45457               //==============================================================================
 45458               //
 45459               // Class: CIM_iSCSIConnectionSettings
 45460               //
 45461               //==============================================================================
 45462               
 45463               static const char*
 45464 mike  1.1.2.1 _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength_qualifiers[] =
 45465               {
 45466                   /* Write */
 45467                   "\065\001",
 45468                   /* Units */
 45469                   "\060Bytes",
 45470                   /* MinValue */
 45471                   "\035\000\000\000\000\000\000\002\000",
 45472                   /* MaxValue */
 45473                   "\031\000\000\000\000\000\377\377\377",
 45474                   /* MappingStrings */
 45475                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalMaxRecvDataSegLength\000",
 45476                   /* ModelCorrespondence */
 45477                   "\036\000\001CIM_iSCSIConnection.MaxReceiveDataSegmentLength\000",
 45478                   0,
 45479               };
 45480               
 45481               static MetaProperty
 45482               _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength =
 45483               {
 45484                   /* flags */
 45485 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45486                   /* name */
 45487                   "MaxReceiveDataSegmentLength",
 45488                   /* qualifiers */
 45489                   _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength_qualifiers,
 45490                   /* type */
 45491                   CIMTYPE_UINT32,
 45492                   /* subscript */
 45493                   -1,
 45494                   /* value */
 45495                   "\000\000\040\000",
 45496               };
 45497               
 45498               static const char*
 45499               _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod_qualifiers[] =
 45500               {
 45501                   /* Write */
 45502                   "\065\001",
 45503                   /* ValueMap */
 45504                   "\061\000\0031\0002\0003\000",
 45505                   /* Values */
 45506 mike  1.1.2.1     "\062\000\003Other\000No Digest\000CRC32C\000",
 45507                   /* MappingStrings */
 45508                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalPrimaryHdrDigest\000",
 45509                   /* ModelCorrespondence */
 45510                   "\036\000\002CIM_iSCSIConnection.HeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherPrimaryHeaderDigestMethod\000",
 45511                   0,
 45512               };
 45513               
 45514               static MetaProperty
 45515               _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod =
 45516               {
 45517                   /* flags */
 45518                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45519                   /* name */
 45520                   "PrimaryHeaderDigestMethod",
 45521                   /* qualifiers */
 45522                   _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod_qualifiers,
 45523                   /* type */
 45524                   CIMTYPE_UINT16,
 45525                   /* subscript */
 45526                   -1,
 45527 mike  1.1.2.1     /* value */
 45528                   "\000\003",
 45529               };
 45530               
 45531               static const char*
 45532               _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod_qualifiers[] =
 45533               {
 45534                   /* Write */
 45535                   "\065\001",
 45536                   /* ModelCorrespondence */
 45537                   "\036\000\002CIM_iSCSIConnection.OtherHeaderDigestMethod\000CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000",
 45538                   0,
 45539               };
 45540               
 45541               static MetaProperty
 45542               _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod =
 45543               {
 45544                   /* flags */
 45545                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45546                   /* name */
 45547                   "OtherPrimaryHeaderDigestMethod",
 45548 mike  1.1.2.1     /* qualifiers */
 45549                   _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod_qualifiers,
 45550                   /* type */
 45551                   CIMTYPE_STRING,
 45552                   /* subscript */
 45553                   -1,
 45554                   /* value */
 45555                   0,
 45556               };
 45557               
 45558               static const char*
 45559               _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod_qualifiers[] =
 45560               {
 45561                   /* Write */
 45562                   "\065\001",
 45563                   /* ValueMap */
 45564                   "\061\000\0031\0002\0003\000",
 45565                   /* Values */
 45566                   "\062\000\003Other\000No Digest\000CRC32C\000",
 45567                   /* MappingStrings */
 45568                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalPrimaryDataDigest\000",
 45569 mike  1.1.2.1     /* ModelCorrespondence */
 45570                   "\036\000\002CIM_iSCSIConnection.DataDigestMethod\000CIM_iSCSIConnectionSettings.OtherPrimaryDataDigestMethod\000",
 45571                   0,
 45572               };
 45573               
 45574               static MetaProperty
 45575               _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod =
 45576               {
 45577                   /* flags */
 45578                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45579                   /* name */
 45580                   "PrimaryDataDigestMethod",
 45581                   /* qualifiers */
 45582                   _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod_qualifiers,
 45583                   /* type */
 45584                   CIMTYPE_UINT16,
 45585                   /* subscript */
 45586                   -1,
 45587                   /* value */
 45588                   "\000\003",
 45589               };
 45590 mike  1.1.2.1 
 45591               static const char*
 45592               _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod_qualifiers[] =
 45593               {
 45594                   /* Write */
 45595                   "\065\001",
 45596                   /* ModelCorrespondence */
 45597                   "\036\000\002CIM_iSCSIConnection.OtherDataDigestMethod\000CIM_iSCSIConnectionSettings.PrimaryDataDigestMethod\000",
 45598                   0,
 45599               };
 45600               
 45601               static MetaProperty
 45602               _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod =
 45603               {
 45604                   /* flags */
 45605                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45606                   /* name */
 45607                   "OtherPrimaryDataDigestMethod",
 45608                   /* qualifiers */
 45609                   _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod_qualifiers,
 45610                   /* type */
 45611 mike  1.1.2.1     CIMTYPE_STRING,
 45612                   /* subscript */
 45613                   -1,
 45614                   /* value */
 45615                   0,
 45616               };
 45617               
 45618               static const char*
 45619               _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod_qualifiers[] =
 45620               {
 45621                   /* Write */
 45622                   "\065\001",
 45623                   /* ValueMap */
 45624                   "\061\000\0041\0002\0003\0004\000",
 45625                   /* Values */
 45626                   "\062\000\004Other\000No Digest\000CRC32C\000No Secondary Preference\000",
 45627                   /* MappingStrings */
 45628                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalSecondaryHdrDigest\000",
 45629                   /* ModelCorrespondence */
 45630                   "\036\000\002CIM_iSCSIConnection.HeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryHeaderDigestMethod\000",
 45631                   0,
 45632 mike  1.1.2.1 };
 45633               
 45634               static MetaProperty
 45635               _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod =
 45636               {
 45637                   /* flags */
 45638                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45639                   /* name */
 45640                   "SecondaryHeaderDigestMethod",
 45641                   /* qualifiers */
 45642                   _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod_qualifiers,
 45643                   /* type */
 45644                   CIMTYPE_UINT16,
 45645                   /* subscript */
 45646                   -1,
 45647                   /* value */
 45648                   "\000\002",
 45649               };
 45650               
 45651               static const char*
 45652               _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod_qualifiers[] =
 45653 mike  1.1.2.1 {
 45654                   /* Write */
 45655                   "\065\001",
 45656                   /* ModelCorrespondence */
 45657                   "\036\000\002CIM_iSCSIConnection.OtherHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000",
 45658                   0,
 45659               };
 45660               
 45661               static MetaProperty
 45662               _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod =
 45663               {
 45664                   /* flags */
 45665                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45666                   /* name */
 45667                   "OtherSecondaryHeaderDigestMethod",
 45668                   /* qualifiers */
 45669                   _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod_qualifiers,
 45670                   /* type */
 45671                   CIMTYPE_STRING,
 45672                   /* subscript */
 45673                   -1,
 45674 mike  1.1.2.1     /* value */
 45675                   0,
 45676               };
 45677               
 45678               static const char*
 45679               _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod_qualifiers[] =
 45680               {
 45681                   /* Write */
 45682                   "\065\001",
 45683                   /* ValueMap */
 45684                   "\061\000\0041\0002\0003\0004\000",
 45685                   /* Values */
 45686                   "\062\000\004Other\000No Digest\000CRC32C\000No Secondary Preference\000",
 45687                   /* MappingStrings */
 45688                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalSecondaryDataDigest\000",
 45689                   /* ModelCorrespondence */
 45690                   "\036\000\002CIM_iSCSIConnection.DataDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryDataDigestMethod\000",
 45691                   0,
 45692               };
 45693               
 45694               static MetaProperty
 45695 mike  1.1.2.1 _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod =
 45696               {
 45697                   /* flags */
 45698                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45699                   /* name */
 45700                   "SecondaryDataDigestMethod",
 45701                   /* qualifiers */
 45702                   _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod_qualifiers,
 45703                   /* type */
 45704                   CIMTYPE_UINT16,
 45705                   /* subscript */
 45706                   -1,
 45707                   /* value */
 45708                   "\000\002",
 45709               };
 45710               
 45711               static const char*
 45712               _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod_qualifiers[] =
 45713               {
 45714                   /* Write */
 45715                   "\065\001",
 45716 mike  1.1.2.1     /* ModelCorrespondence */
 45717                   "\036\000\002CIM_iSCSIConnection.OtherDataDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryDataDigestMethod\000",
 45718                   0,
 45719               };
 45720               
 45721               static MetaProperty
 45722               _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod =
 45723               {
 45724                   /* flags */
 45725                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45726                   /* name */
 45727                   "OtherSecondaryDataDigestMethod",
 45728                   /* qualifiers */
 45729                   _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod_qualifiers,
 45730                   /* type */
 45731                   CIMTYPE_STRING,
 45732                   /* subscript */
 45733                   -1,
 45734                   /* value */
 45735                   0,
 45736               };
 45737 mike  1.1.2.1 
 45738               static const char*
 45739               _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive_qualifiers[] =
 45740               {
 45741                   /* Write */
 45742                   "\065\001",
 45743                   /* MappingStrings */
 45744                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalRecvMarker\000",
 45745                   /* ModelCorrespondence */
 45746                   "\036\000\001CIM_iSCSIConnection.ReceivingMarkers\000",
 45747                   0,
 45748               };
 45749               
 45750               static MetaProperty
 45751               _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive =
 45752               {
 45753                   /* flags */
 45754                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45755                   /* name */
 45756                   "RequestingMarkersOnReceive",
 45757                   /* qualifiers */
 45758 mike  1.1.2.1     _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive_qualifiers,
 45759                   /* type */
 45760                   CIMTYPE_BOOLEAN,
 45761                   /* subscript */
 45762                   -1,
 45763                   /* value */
 45764                   "\000",
 45765               };
 45766               
 45767               static const char*
 45768               _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod_qualifiers[] =
 45769               {
 45770                   /* ValueMap */
 45771                   "\061\000\0052\0003\0004\0005\0006\000",
 45772                   /* Values */
 45773                   "\062\000\005None\000No Authentication\000SRP\000CHAP\000Kerberos\000",
 45774                   /* MappingStrings */
 45775                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
 45776                   /* ModelCorrespondence */
 45777                   "\036\000\003CIM_iSCSICapabilities.AuthenticationMethodsSupported\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
 45778                   0,
 45779 mike  1.1.2.1 };
 45780               
 45781               static MetaProperty
 45782               _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod =
 45783               {
 45784                   /* flags */
 45785                   META_FLAG_PROPERTY|META_FLAG_READ,
 45786                   /* name */
 45787                   "PrimaryAuthenticationMethod",
 45788                   /* qualifiers */
 45789                   _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod_qualifiers,
 45790                   /* type */
 45791                   CIMTYPE_UINT16,
 45792                   /* subscript */
 45793                   -1,
 45794                   /* value */
 45795                   "\000\005",
 45796               };
 45797               
 45798               static const char*
 45799               _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod_qualifiers[] =
 45800 mike  1.1.2.1 {
 45801                   /* ValueMap */
 45802                   "\061\000\0052\0003\0004\0005\0006\000",
 45803                   /* Values */
 45804                   "\062\000\005None\000No Authentication\000SRP\000CHAP\000Kerberos\000",
 45805                   /* MappingStrings */
 45806                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
 45807                   /* ModelCorrespondence */
 45808                   "\036\000\003CIM_iSCSICapabilities.AuthenticationMethodsSupported\000CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
 45809                   0,
 45810               };
 45811               
 45812               static MetaProperty
 45813               _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod =
 45814               {
 45815                   /* flags */
 45816                   META_FLAG_PROPERTY|META_FLAG_READ,
 45817                   /* name */
 45818                   "SecondaryAuthenticationMethod",
 45819                   /* qualifiers */
 45820                   _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod_qualifiers,
 45821 mike  1.1.2.1     /* type */
 45822                   CIMTYPE_UINT16,
 45823                   /* subscript */
 45824                   -1,
 45825                   /* value */
 45826                   "\000\003",
 45827               };
 45828               
 45829               static MetaFeature*
 45830               _CIM_iSCSIConnectionSettings_features[] =
 45831               {
 45832                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength,
 45833                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod,
 45834                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod,
 45835                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod,
 45836                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod,
 45837                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod,
 45838                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod,
 45839                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod,
 45840                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod,
 45841                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive,
 45842 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod,
 45843                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod,
 45844                   0,
 45845               };
 45846               
 45847               static const char*
 45848               __root_cimv2_CIM_iSCSIConnectionSettings_qualifiers[] =
 45849               {
 45850                   /* UMLPackagePath */
 45851                   "\057CIM::Network::iSCSI",
 45852                   /* Version */
 45853                   "\0632.11.0",
 45854                   0,
 45855               };
 45856               
 45857               MetaClass
 45858               __root_cimv2_CIM_iSCSIConnectionSettings =
 45859               {
 45860                   /* flags */
 45861                   META_FLAG_CLASS,
 45862                   /* name */
 45863 mike  1.1.2.1     "CIM_iSCSIConnectionSettings",
 45864                   /* qualifiers */
 45865                   __root_cimv2_CIM_iSCSIConnectionSettings_qualifiers,
 45866                   /* super */
 45867                   &__root_cimv2_CIM_SettingData,
 45868                   /* features */
 45869                   _CIM_iSCSIConnectionSettings_features,
 45870               };
 45871               
 45872               //==============================================================================
 45873               //
 45874               // Class: CIM_iSCSILoginStatistics
 45875               //
 45876               //==============================================================================
 45877               
 45878               static const char*
 45879               _CIM_iSCSILoginStatistics_LoginFailures_qualifiers[] =
 45880               {
 45881                   /* Counter */
 45882                   "\012\001",
 45883                   /* MappingStrings */
 45884 mike  1.1.2.1     "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginFailures\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginFailures\000",
 45885                   0,
 45886               };
 45887               
 45888               static MetaProperty
 45889               _CIM_iSCSILoginStatistics_LoginFailures =
 45890               {
 45891                   /* flags */
 45892                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 45893                   /* name */
 45894                   "LoginFailures",
 45895                   /* qualifiers */
 45896                   _CIM_iSCSILoginStatistics_LoginFailures_qualifiers,
 45897                   /* type */
 45898                   CIMTYPE_UINT64,
 45899                   /* subscript */
 45900                   -1,
 45901                   /* value */
 45902                   0,
 45903               };
 45904               
 45905 mike  1.1.2.1 static const char*
 45906               _CIM_iSCSILoginStatistics_LastLoginFailureTime_qualifiers[] =
 45907               {
 45908                   /* MappingStrings */
 45909                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastFailureTime\000MIB.IETF|iSCSI-MIB.iscsiTgtLastFailureTime\000",
 45910                   /* ModelCorrespondence */
 45911                   "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000",
 45912                   0,
 45913               };
 45914               
 45915               static MetaProperty
 45916               _CIM_iSCSILoginStatistics_LastLoginFailureTime =
 45917               {
 45918                   /* flags */
 45919                   META_FLAG_PROPERTY|META_FLAG_READ,
 45920                   /* name */
 45921                   "LastLoginFailureTime",
 45922                   /* qualifiers */
 45923                   _CIM_iSCSILoginStatistics_LastLoginFailureTime_qualifiers,
 45924                   /* type */
 45925                   CIMTYPE_DATETIME,
 45926 mike  1.1.2.1     /* subscript */
 45927                   -1,
 45928                   /* value */
 45929                   0,
 45930               };
 45931               
 45932               static const char*
 45933               _CIM_iSCSILoginStatistics_LastLoginFailureType_qualifiers[] =
 45934               {
 45935                   /* ValueMap */
 45936                   "\061\000\0051\0002\0003\0004\0005\000",
 45937                   /* Values */
 45938                   "\062\000\005Other\000Negotiate\000Authenticate\000Authorize\000Redirect\000",
 45939                   /* MappingStrings */
 45940                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastFailureType\000MIB.IETF|iSCSI-MIB.iscsiTgtLastFailureType\000",
 45941                   /* ModelCorrespondence */
 45942                   "\036\000\003CIM_iSCSILoginStatistics.OtherLastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureTime\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000",
 45943                   0,
 45944               };
 45945               
 45946               static MetaProperty
 45947 mike  1.1.2.1 _CIM_iSCSILoginStatistics_LastLoginFailureType =
 45948               {
 45949                   /* flags */
 45950                   META_FLAG_PROPERTY|META_FLAG_READ,
 45951                   /* name */
 45952                   "LastLoginFailureType",
 45953                   /* qualifiers */
 45954                   _CIM_iSCSILoginStatistics_LastLoginFailureType_qualifiers,
 45955                   /* type */
 45956                   CIMTYPE_UINT16,
 45957                   /* subscript */
 45958                   -1,
 45959                   /* value */
 45960                   0,
 45961               };
 45962               
 45963               static const char*
 45964               _CIM_iSCSILoginStatistics_OtherLastLoginFailureType_qualifiers[] =
 45965               {
 45966                   /* ModelCorrespondence */
 45967                   "\036\000\001CIM_iSCSILoginStatistics.LastLoginFailureType\000",
 45968 mike  1.1.2.1     0,
 45969               };
 45970               
 45971               static MetaProperty
 45972               _CIM_iSCSILoginStatistics_OtherLastLoginFailureType =
 45973               {
 45974                   /* flags */
 45975                   META_FLAG_PROPERTY|META_FLAG_READ,
 45976                   /* name */
 45977                   "OtherLastLoginFailureType",
 45978                   /* qualifiers */
 45979                   _CIM_iSCSILoginStatistics_OtherLastLoginFailureType_qualifiers,
 45980                   /* type */
 45981                   CIMTYPE_STRING,
 45982                   /* subscript */
 45983                   -1,
 45984                   /* value */
 45985                   0,
 45986               };
 45987               
 45988               static const char*
 45989 mike  1.1.2.1 _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName_qualifiers[] =
 45990               {
 45991                   /* MappingStrings */
 45992                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureName\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureName\000",
 45993                   /* ModelCorrespondence */
 45994                   "\036\000\004CIM_iSCSILoginStatistics.LastLoginFailureTime\000CIM_iSCSILoginStatistics.LastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddressType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddress\000",
 45995                   0,
 45996               };
 45997               
 45998               static MetaProperty
 45999               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName =
 46000               {
 46001                   /* flags */
 46002                   META_FLAG_PROPERTY|META_FLAG_READ,
 46003                   /* name */
 46004                   "LastLoginFailureRemoteNodeName",
 46005                   /* qualifiers */
 46006                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName_qualifiers,
 46007                   /* type */
 46008                   CIMTYPE_STRING,
 46009                   /* subscript */
 46010 mike  1.1.2.1     -1,
 46011                   /* value */
 46012                   0,
 46013               };
 46014               
 46015               static const char*
 46016               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType_qualifiers[] =
 46017               {
 46018                   /* ValueMap */
 46019                   "\061\000\0021\0002\000",
 46020                   /* Values */
 46021                   "\062\000\002IPv4\000IPv6\000",
 46022                   /* MappingStrings */
 46023                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureAddrType\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureAddrType\000",
 46024                   /* ModelCorrespondence */
 46025                   "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddress\000",
 46026                   0,
 46027               };
 46028               
 46029               static MetaProperty
 46030               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType =
 46031 mike  1.1.2.1 {
 46032                   /* flags */
 46033                   META_FLAG_PROPERTY|META_FLAG_READ,
 46034                   /* name */
 46035                   "LastLoginFailureRemoteAddressType",
 46036                   /* qualifiers */
 46037                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType_qualifiers,
 46038                   /* type */
 46039                   CIMTYPE_UINT16,
 46040                   /* subscript */
 46041                   -1,
 46042                   /* value */
 46043                   0,
 46044               };
 46045               
 46046               static const char*
 46047               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress_qualifiers[] =
 46048               {
 46049                   /* MappingStrings */
 46050                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureAddr\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureAddr\000",
 46051                   /* ModelCorrespondence */
 46052 mike  1.1.2.1     "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddressType\000",
 46053                   0,
 46054               };
 46055               
 46056               static MetaProperty
 46057               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress =
 46058               {
 46059                   /* flags */
 46060                   META_FLAG_PROPERTY|META_FLAG_READ,
 46061                   /* name */
 46062                   "LastLoginFailureRemoteAddress",
 46063                   /* qualifiers */
 46064                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress_qualifiers,
 46065                   /* type */
 46066                   CIMTYPE_UINT32,
 46067                   /* subscript */
 46068                   -1,
 46069                   /* value */
 46070                   0,
 46071               };
 46072               
 46073 mike  1.1.2.1 static const char*
 46074               _CIM_iSCSILoginStatistics_SuccessfulLogins_qualifiers[] =
 46075               {
 46076                   /* Counter */
 46077                   "\012\001",
 46078                   /* MappingStrings */
 46079                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAcceptRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAccepts\000",
 46080                   0,
 46081               };
 46082               
 46083               static MetaProperty
 46084               _CIM_iSCSILoginStatistics_SuccessfulLogins =
 46085               {
 46086                   /* flags */
 46087                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46088                   /* name */
 46089                   "SuccessfulLogins",
 46090                   /* qualifiers */
 46091                   _CIM_iSCSILoginStatistics_SuccessfulLogins_qualifiers,
 46092                   /* type */
 46093                   CIMTYPE_UINT64,
 46094 mike  1.1.2.1     /* subscript */
 46095                   -1,
 46096                   /* value */
 46097                   0,
 46098               };
 46099               
 46100               static const char*
 46101               _CIM_iSCSILoginStatistics_NegotiationLoginFailures_qualifiers[] =
 46102               {
 46103                   /* Counter */
 46104                   "\012\001",
 46105                   /* MappingStrings */
 46106                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginNegotiateFails\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginNegotiateFails\000",
 46107                   0,
 46108               };
 46109               
 46110               static MetaProperty
 46111               _CIM_iSCSILoginStatistics_NegotiationLoginFailures =
 46112               {
 46113                   /* flags */
 46114                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46115 mike  1.1.2.1     /* name */
 46116                   "NegotiationLoginFailures",
 46117                   /* qualifiers */
 46118                   _CIM_iSCSILoginStatistics_NegotiationLoginFailures_qualifiers,
 46119                   /* type */
 46120                   CIMTYPE_UINT64,
 46121                   /* subscript */
 46122                   -1,
 46123                   /* value */
 46124                   0,
 46125               };
 46126               
 46127               static const char*
 46128               _CIM_iSCSILoginStatistics_AuthenticationLoginFailures_qualifiers[] =
 46129               {
 46130                   /* Counter */
 46131                   "\012\001",
 46132                   /* MappingStrings */
 46133                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAuthenticateFails\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAuthenticateFails\000",
 46134                   0,
 46135               };
 46136 mike  1.1.2.1 
 46137               static MetaProperty
 46138               _CIM_iSCSILoginStatistics_AuthenticationLoginFailures =
 46139               {
 46140                   /* flags */
 46141                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46142                   /* name */
 46143                   "AuthenticationLoginFailures",
 46144                   /* qualifiers */
 46145                   _CIM_iSCSILoginStatistics_AuthenticationLoginFailures_qualifiers,
 46146                   /* type */
 46147                   CIMTYPE_UINT64,
 46148                   /* subscript */
 46149                   -1,
 46150                   /* value */
 46151                   0,
 46152               };
 46153               
 46154               static const char*
 46155               _CIM_iSCSILoginStatistics_AuthorizationLoginFailures_qualifiers[] =
 46156               {
 46157 mike  1.1.2.1     /* Counter */
 46158                   "\012\001",
 46159                   /* MappingStrings */
 46160                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAuthFailRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAuthorizeFails\000",
 46161                   0,
 46162               };
 46163               
 46164               static MetaProperty
 46165               _CIM_iSCSILoginStatistics_AuthorizationLoginFailures =
 46166               {
 46167                   /* flags */
 46168                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46169                   /* name */
 46170                   "AuthorizationLoginFailures",
 46171                   /* qualifiers */
 46172                   _CIM_iSCSILoginStatistics_AuthorizationLoginFailures_qualifiers,
 46173                   /* type */
 46174                   CIMTYPE_UINT64,
 46175                   /* subscript */
 46176                   -1,
 46177                   /* value */
 46178 mike  1.1.2.1     0,
 46179               };
 46180               
 46181               static const char*
 46182               _CIM_iSCSILoginStatistics_LoginRedirects_qualifiers[] =
 46183               {
 46184                   /* Counter */
 46185                   "\012\001",
 46186                   /* MappingStrings */
 46187                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginRedirectRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginRedirects\000",
 46188                   0,
 46189               };
 46190               
 46191               static MetaProperty
 46192               _CIM_iSCSILoginStatistics_LoginRedirects =
 46193               {
 46194                   /* flags */
 46195                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46196                   /* name */
 46197                   "LoginRedirects",
 46198                   /* qualifiers */
 46199 mike  1.1.2.1     _CIM_iSCSILoginStatistics_LoginRedirects_qualifiers,
 46200                   /* type */
 46201                   CIMTYPE_UINT64,
 46202                   /* subscript */
 46203                   -1,
 46204                   /* value */
 46205                   0,
 46206               };
 46207               
 46208               static const char*
 46209               _CIM_iSCSILoginStatistics_OtherLoginFailures_qualifiers[] =
 46210               {
 46211                   /* Counter */
 46212                   "\012\001",
 46213                   /* MappingStrings */
 46214                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginOtherFailRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginOtherFails\000",
 46215                   0,
 46216               };
 46217               
 46218               static MetaProperty
 46219               _CIM_iSCSILoginStatistics_OtherLoginFailures =
 46220 mike  1.1.2.1 {
 46221                   /* flags */
 46222                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46223                   /* name */
 46224                   "OtherLoginFailures",
 46225                   /* qualifiers */
 46226                   _CIM_iSCSILoginStatistics_OtherLoginFailures_qualifiers,
 46227                   /* type */
 46228                   CIMTYPE_UINT64,
 46229                   /* subscript */
 46230                   -1,
 46231                   /* value */
 46232                   0,
 46233               };
 46234               
 46235               static const char*
 46236               _CIM_iSCSILoginStatistics_NormalLogouts_qualifiers[] =
 46237               {
 46238                   /* Counter */
 46239                   "\012\001",
 46240                   /* MappingStrings */
 46241 mike  1.1.2.1     "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLogoutNormals\000MIB.IETF|iSCSI-MIB.iscsiTgtLogoutNormals\000",
 46242                   0,
 46243               };
 46244               
 46245               static MetaProperty
 46246               _CIM_iSCSILoginStatistics_NormalLogouts =
 46247               {
 46248                   /* flags */
 46249                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46250                   /* name */
 46251                   "NormalLogouts",
 46252                   /* qualifiers */
 46253                   _CIM_iSCSILoginStatistics_NormalLogouts_qualifiers,
 46254                   /* type */
 46255                   CIMTYPE_UINT64,
 46256                   /* subscript */
 46257                   -1,
 46258                   /* value */
 46259                   0,
 46260               };
 46261               
 46262 mike  1.1.2.1 static const char*
 46263               _CIM_iSCSILoginStatistics_OtherLogouts_qualifiers[] =
 46264               {
 46265                   /* Counter */
 46266                   "\012\001",
 46267                   /* MappingStrings */
 46268                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLogoutOthers\000MIB.IETF|iSCSI-MIB.iscsiTgtLogoutOthers\000",
 46269                   0,
 46270               };
 46271               
 46272               static MetaProperty
 46273               _CIM_iSCSILoginStatistics_OtherLogouts =
 46274               {
 46275                   /* flags */
 46276                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46277                   /* name */
 46278                   "OtherLogouts",
 46279                   /* qualifiers */
 46280                   _CIM_iSCSILoginStatistics_OtherLogouts_qualifiers,
 46281                   /* type */
 46282                   CIMTYPE_UINT64,
 46283 mike  1.1.2.1     /* subscript */
 46284                   -1,
 46285                   /* value */
 46286                   0,
 46287               };
 46288               
 46289               static MetaFeature*
 46290               _CIM_iSCSILoginStatistics_features[] =
 46291               {
 46292                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LoginFailures,
 46293                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureTime,
 46294                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureType,
 46295                   (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLastLoginFailureType,
 46296                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName,
 46297                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType,
 46298                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress,
 46299                   (MetaFeature*)&_CIM_iSCSILoginStatistics_SuccessfulLogins,
 46300                   (MetaFeature*)&_CIM_iSCSILoginStatistics_NegotiationLoginFailures,
 46301                   (MetaFeature*)&_CIM_iSCSILoginStatistics_AuthenticationLoginFailures,
 46302                   (MetaFeature*)&_CIM_iSCSILoginStatistics_AuthorizationLoginFailures,
 46303                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LoginRedirects,
 46304 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLoginFailures,
 46305                   (MetaFeature*)&_CIM_iSCSILoginStatistics_NormalLogouts,
 46306                   (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLogouts,
 46307                   0,
 46308               };
 46309               
 46310               static const char*
 46311               __root_cimv2_CIM_iSCSILoginStatistics_qualifiers[] =
 46312               {
 46313                   /* UMLPackagePath */
 46314                   "\057CIM::Network::iSCSI",
 46315                   /* Version */
 46316                   "\0632.11.0",
 46317                   0,
 46318               };
 46319               
 46320               MetaClass
 46321               __root_cimv2_CIM_iSCSILoginStatistics =
 46322               {
 46323                   /* flags */
 46324                   META_FLAG_CLASS,
 46325 mike  1.1.2.1     /* name */
 46326                   "CIM_iSCSILoginStatistics",
 46327                   /* qualifiers */
 46328                   __root_cimv2_CIM_iSCSILoginStatistics_qualifiers,
 46329                   /* super */
 46330                   &__root_cimv2_CIM_StatisticalData,
 46331                   /* features */
 46332                   _CIM_iSCSILoginStatistics_features,
 46333               };
 46334               
 46335               //==============================================================================
 46336               //
 46337               // Class: CIM_iSCSISessionFailures
 46338               //
 46339               //==============================================================================
 46340               
 46341               static const char*
 46342               _CIM_iSCSISessionFailures_SessionFailures_qualifiers[] =
 46343               {
 46344                   /* Counter */
 46345                   "\012\001",
 46346 mike  1.1.2.1     /* MappingStrings */
 46347                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnFailures\000",
 46348                   0,
 46349               };
 46350               
 46351               static MetaProperty
 46352               _CIM_iSCSISessionFailures_SessionFailures =
 46353               {
 46354                   /* flags */
 46355                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46356                   /* name */
 46357                   "SessionFailures",
 46358                   /* qualifiers */
 46359                   _CIM_iSCSISessionFailures_SessionFailures_qualifiers,
 46360                   /* type */
 46361                   CIMTYPE_UINT64,
 46362                   /* subscript */
 46363                   -1,
 46364                   /* value */
 46365                   0,
 46366               };
 46367 mike  1.1.2.1 
 46368               static const char*
 46369               _CIM_iSCSISessionFailures_LastSessionFailureType_qualifiers[] =
 46370               {
 46371                   /* ValueMap */
 46372                   "\061\000\0041\0002\0003\0004\000",
 46373                   /* Values */
 46374                   "\062\000\004Other\000Digest\000Timeout\000Format\000",
 46375                   /* MappingStrings */
 46376                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstLastSsnFailureType\000",
 46377                   /* ModelCorrespondence */
 46378                   "\036\000\002CIM_iSCSISessionFailures.OtherLastSessionFailureType\000CIM_iSCSISessionFailures.LastSessionFailureRemoteNodeName\000",
 46379                   0,
 46380               };
 46381               
 46382               static MetaProperty
 46383               _CIM_iSCSISessionFailures_LastSessionFailureType =
 46384               {
 46385                   /* flags */
 46386                   META_FLAG_PROPERTY|META_FLAG_READ,
 46387                   /* name */
 46388 mike  1.1.2.1     "LastSessionFailureType",
 46389                   /* qualifiers */
 46390                   _CIM_iSCSISessionFailures_LastSessionFailureType_qualifiers,
 46391                   /* type */
 46392                   CIMTYPE_UINT16,
 46393                   /* subscript */
 46394                   -1,
 46395                   /* value */
 46396                   0,
 46397               };
 46398               
 46399               static const char*
 46400               _CIM_iSCSISessionFailures_OtherLastSessionFailureType_qualifiers[] =
 46401               {
 46402                   /* ModelCorrespondence */
 46403                   "\036\000\001CIM_iSCSISessionFailures.LastSessionFailureType\000",
 46404                   0,
 46405               };
 46406               
 46407               static MetaProperty
 46408               _CIM_iSCSISessionFailures_OtherLastSessionFailureType =
 46409 mike  1.1.2.1 {
 46410                   /* flags */
 46411                   META_FLAG_PROPERTY|META_FLAG_READ,
 46412                   /* name */
 46413                   "OtherLastSessionFailureType",
 46414                   /* qualifiers */
 46415                   _CIM_iSCSISessionFailures_OtherLastSessionFailureType_qualifiers,
 46416                   /* type */
 46417                   CIMTYPE_STRING,
 46418                   /* subscript */
 46419                   -1,
 46420                   /* value */
 46421                   0,
 46422               };
 46423               
 46424               static const char*
 46425               _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName_qualifiers[] =
 46426               {
 46427                   /* MappingStrings */
 46428                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstLastSsnRmtNodeName\000",
 46429                   /* ModelCorrespondence */
 46430 mike  1.1.2.1     "\036\000\001CIM_iSCSISessionFailures.LastSessionFailureType\000",
 46431                   0,
 46432               };
 46433               
 46434               static MetaProperty
 46435               _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName =
 46436               {
 46437                   /* flags */
 46438                   META_FLAG_PROPERTY|META_FLAG_READ,
 46439                   /* name */
 46440                   "LastSessionFailureRemoteNodeName",
 46441                   /* qualifiers */
 46442                   _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName_qualifiers,
 46443                   /* type */
 46444                   CIMTYPE_STRING,
 46445                   /* subscript */
 46446                   -1,
 46447                   /* value */
 46448                   0,
 46449               };
 46450               
 46451 mike  1.1.2.1 static const char*
 46452               _CIM_iSCSISessionFailures_SessionDigestFailures_qualifiers[] =
 46453               {
 46454                   /* Counter */
 46455                   "\012\001",
 46456                   /* MappingStrings */
 46457                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnDigestErrors\000",
 46458                   0,
 46459               };
 46460               
 46461               static MetaProperty
 46462               _CIM_iSCSISessionFailures_SessionDigestFailures =
 46463               {
 46464                   /* flags */
 46465                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46466                   /* name */
 46467                   "SessionDigestFailures",
 46468                   /* qualifiers */
 46469                   _CIM_iSCSISessionFailures_SessionDigestFailures_qualifiers,
 46470                   /* type */
 46471                   CIMTYPE_UINT64,
 46472 mike  1.1.2.1     /* subscript */
 46473                   -1,
 46474                   /* value */
 46475                   0,
 46476               };
 46477               
 46478               static const char*
 46479               _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures_qualifiers[] =
 46480               {
 46481                   /* Counter */
 46482                   "\012\001",
 46483                   /* MappingStrings */
 46484                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnCxnTimeoutErrors\000",
 46485                   0,
 46486               };
 46487               
 46488               static MetaProperty
 46489               _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures =
 46490               {
 46491                   /* flags */
 46492                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46493 mike  1.1.2.1     /* name */
 46494                   "SessionConnectionTimeoutFailures",
 46495                   /* qualifiers */
 46496                   _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures_qualifiers,
 46497                   /* type */
 46498                   CIMTYPE_UINT64,
 46499                   /* subscript */
 46500                   -1,
 46501                   /* value */
 46502                   0,
 46503               };
 46504               
 46505               static const char*
 46506               _CIM_iSCSISessionFailures_SessionFormatErrors_qualifiers[] =
 46507               {
 46508                   /* Counter */
 46509                   "\012\001",
 46510                   /* MappingStrings */
 46511                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnFormatErrors\000",
 46512                   0,
 46513               };
 46514 mike  1.1.2.1 
 46515               static MetaProperty
 46516               _CIM_iSCSISessionFailures_SessionFormatErrors =
 46517               {
 46518                   /* flags */
 46519                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46520                   /* name */
 46521                   "SessionFormatErrors",
 46522                   /* qualifiers */
 46523                   _CIM_iSCSISessionFailures_SessionFormatErrors_qualifiers,
 46524                   /* type */
 46525                   CIMTYPE_UINT64,
 46526                   /* subscript */
 46527                   -1,
 46528                   /* value */
 46529                   0,
 46530               };
 46531               
 46532               static MetaFeature*
 46533               _CIM_iSCSISessionFailures_features[] =
 46534               {
 46535 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISessionFailures_SessionFailures,
 46536                   (MetaFeature*)&_CIM_iSCSISessionFailures_LastSessionFailureType,
 46537                   (MetaFeature*)&_CIM_iSCSISessionFailures_OtherLastSessionFailureType,
 46538                   (MetaFeature*)&_CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName,
 46539                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionDigestFailures,
 46540                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures,
 46541                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionFormatErrors,
 46542                   0,
 46543               };
 46544               
 46545               static const char*
 46546               __root_cimv2_CIM_iSCSISessionFailures_qualifiers[] =
 46547               {
 46548                   /* UMLPackagePath */
 46549                   "\057CIM::Network::iSCSI",
 46550                   /* Version */
 46551                   "\0632.11.0",
 46552                   0,
 46553               };
 46554               
 46555               MetaClass
 46556 mike  1.1.2.1 __root_cimv2_CIM_iSCSISessionFailures =
 46557               {
 46558                   /* flags */
 46559                   META_FLAG_CLASS,
 46560                   /* name */
 46561                   "CIM_iSCSISessionFailures",
 46562                   /* qualifiers */
 46563                   __root_cimv2_CIM_iSCSISessionFailures_qualifiers,
 46564                   /* super */
 46565                   &__root_cimv2_CIM_StatisticalData,
 46566                   /* features */
 46567                   _CIM_iSCSISessionFailures_features,
 46568               };
 46569               
 46570               //==============================================================================
 46571               //
 46572               // Class: CIM_iSCSISessionSettings
 46573               //
 46574               //==============================================================================
 46575               
 46576               static const char*
 46577 mike  1.1.2.1 _CIM_iSCSISessionSettings_MaxConnectionsPerSession_qualifiers[] =
 46578               {
 46579                   /* Write */
 46580                   "\065\001",
 46581                   /* MinValue */
 46582                   "\035\000\000\000\000\000\000\000\001",
 46583                   /* MaxValue */
 46584                   "\031\000\000\000\000\000\000\377\377",
 46585                   /* MappingStrings */
 46586                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxConnections\000",
 46587                   /* ModelCorrespondence */
 46588                   "\036\000\001CIM_iSCSISession.MaxConnectionsPerSession\000",
 46589                   0,
 46590               };
 46591               
 46592               static MetaProperty
 46593               _CIM_iSCSISessionSettings_MaxConnectionsPerSession =
 46594               {
 46595                   /* flags */
 46596                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46597                   /* name */
 46598 mike  1.1.2.1     "MaxConnectionsPerSession",
 46599                   /* qualifiers */
 46600                   _CIM_iSCSISessionSettings_MaxConnectionsPerSession_qualifiers,
 46601                   /* type */
 46602                   CIMTYPE_UINT32,
 46603                   /* subscript */
 46604                   -1,
 46605                   /* value */
 46606                   "\000\000\000\001",
 46607               };
 46608               
 46609               static const char*
 46610               _CIM_iSCSISessionSettings_InitialR2TPreference_qualifiers[] =
 46611               {
 46612                   /* Write */
 46613                   "\065\001",
 46614                   /* MappingStrings */
 46615                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeInitialR2T\000",
 46616                   /* ModelCorrespondence */
 46617                   "\036\000\001CIM_iSCSISession.InitialR2T\000",
 46618                   0,
 46619 mike  1.1.2.1 };
 46620               
 46621               static MetaProperty
 46622               _CIM_iSCSISessionSettings_InitialR2TPreference =
 46623               {
 46624                   /* flags */
 46625                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46626                   /* name */
 46627                   "InitialR2TPreference",
 46628                   /* qualifiers */
 46629                   _CIM_iSCSISessionSettings_InitialR2TPreference_qualifiers,
 46630                   /* type */
 46631                   CIMTYPE_BOOLEAN,
 46632                   /* subscript */
 46633                   -1,
 46634                   /* value */
 46635                   "\001",
 46636               };
 46637               
 46638               static const char*
 46639               _CIM_iSCSISessionSettings_ImmediateDataPreference_qualifiers[] =
 46640 mike  1.1.2.1 {
 46641                   /* Write */
 46642                   "\065\001",
 46643                   /* MappingStrings */
 46644                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeImmediateData\000",
 46645                   /* ModelCorrespondence */
 46646                   "\036\000\001CIM_iSCSISession.ImmediateData\000",
 46647                   0,
 46648               };
 46649               
 46650               static MetaProperty
 46651               _CIM_iSCSISessionSettings_ImmediateDataPreference =
 46652               {
 46653                   /* flags */
 46654                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46655                   /* name */
 46656                   "ImmediateDataPreference",
 46657                   /* qualifiers */
 46658                   _CIM_iSCSISessionSettings_ImmediateDataPreference_qualifiers,
 46659                   /* type */
 46660                   CIMTYPE_BOOLEAN,
 46661 mike  1.1.2.1     /* subscript */
 46662                   -1,
 46663                   /* value */
 46664                   "\001",
 46665               };
 46666               
 46667               static const char*
 46668               _CIM_iSCSISessionSettings_MaxOutstandingR2T_qualifiers[] =
 46669               {
 46670                   /* Write */
 46671                   "\065\001",
 46672                   /* MinValue */
 46673                   "\035\000\000\000\000\000\000\000\001",
 46674                   /* MaxValue */
 46675                   "\031\000\000\000\000\000\000\377\377",
 46676                   /* MappingStrings */
 46677                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxOutstandingR2T\000",
 46678                   /* ModelCorrespondence */
 46679                   "\036\000\001CIM_iSCSISession.MaxOutstandingR2T\000",
 46680                   0,
 46681               };
 46682 mike  1.1.2.1 
 46683               static MetaProperty
 46684               _CIM_iSCSISessionSettings_MaxOutstandingR2T =
 46685               {
 46686                   /* flags */
 46687                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46688                   /* name */
 46689                   "MaxOutstandingR2T",
 46690                   /* qualifiers */
 46691                   _CIM_iSCSISessionSettings_MaxOutstandingR2T_qualifiers,
 46692                   /* type */
 46693                   CIMTYPE_UINT32,
 46694                   /* subscript */
 46695                   -1,
 46696                   /* value */
 46697                   "\000\000\000\001",
 46698               };
 46699               
 46700               static const char*
 46701               _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength_qualifiers[] =
 46702               {
 46703 mike  1.1.2.1     /* Write */
 46704                   "\065\001",
 46705                   /* Units */
 46706                   "\060Bytes",
 46707                   /* MinValue */
 46708                   "\035\000\000\000\000\000\000\002\000",
 46709                   /* MaxValue */
 46710                   "\031\000\000\000\000\000\377\377\377",
 46711                   /* MappingStrings */
 46712                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeFirstBurstLength\000",
 46713                   /* ModelCorrespondence */
 46714                   "\036\000\001CIM_iSCSISession.MaxUnsolicitedFirstDataBurstLength\000",
 46715                   0,
 46716               };
 46717               
 46718               static MetaProperty
 46719               _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength =
 46720               {
 46721                   /* flags */
 46722                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46723                   /* name */
 46724 mike  1.1.2.1     "MaxUnsolicitedFirstDataBurstLength",
 46725                   /* qualifiers */
 46726                   _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength_qualifiers,
 46727                   /* type */
 46728                   CIMTYPE_UINT32,
 46729                   /* subscript */
 46730                   -1,
 46731                   /* value */
 46732                   "\000\001\000\000",
 46733               };
 46734               
 46735               static const char*
 46736               _CIM_iSCSISessionSettings_MaxDataBurstLength_qualifiers[] =
 46737               {
 46738                   /* Write */
 46739                   "\065\001",
 46740                   /* Units */
 46741                   "\060Bytes",
 46742                   /* MinValue */
 46743                   "\035\000\000\000\000\000\000\002\000",
 46744                   /* MaxValue */
 46745 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
 46746                   /* MappingStrings */
 46747                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxBurstLength\000",
 46748                   /* ModelCorrespondence */
 46749                   "\036\000\001CIM_iSCSISession.MaxDataBurstLength\000",
 46750                   0,
 46751               };
 46752               
 46753               static MetaProperty
 46754               _CIM_iSCSISessionSettings_MaxDataBurstLength =
 46755               {
 46756                   /* flags */
 46757                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46758                   /* name */
 46759                   "MaxDataBurstLength",
 46760                   /* qualifiers */
 46761                   _CIM_iSCSISessionSettings_MaxDataBurstLength_qualifiers,
 46762                   /* type */
 46763                   CIMTYPE_UINT32,
 46764                   /* subscript */
 46765                   -1,
 46766 mike  1.1.2.1     /* value */
 46767                   "\000\004\000\000",
 46768               };
 46769               
 46770               static const char*
 46771               _CIM_iSCSISessionSettings_DataSequenceInOrderPreference_qualifiers[] =
 46772               {
 46773                   /* Write */
 46774                   "\065\001",
 46775                   /* MappingStrings */
 46776                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDataSequenceInOrder\000",
 46777                   /* ModelCorrespondence */
 46778                   "\036\000\001CIM_iSCSISession.DataSequenceInOrder\000",
 46779                   0,
 46780               };
 46781               
 46782               static MetaProperty
 46783               _CIM_iSCSISessionSettings_DataSequenceInOrderPreference =
 46784               {
 46785                   /* flags */
 46786                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46787 mike  1.1.2.1     /* name */
 46788                   "DataSequenceInOrderPreference",
 46789                   /* qualifiers */
 46790                   _CIM_iSCSISessionSettings_DataSequenceInOrderPreference_qualifiers,
 46791                   /* type */
 46792                   CIMTYPE_BOOLEAN,
 46793                   /* subscript */
 46794                   -1,
 46795                   /* value */
 46796                   "\001",
 46797               };
 46798               
 46799               static const char*
 46800               _CIM_iSCSISessionSettings_DataPDUInOrderPreference_qualifiers[] =
 46801               {
 46802                   /* Write */
 46803                   "\065\001",
 46804                   /* MappingStrings */
 46805                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDataPDUInOrder\000",
 46806                   /* ModelCorrespondence */
 46807                   "\036\000\001CIM_iSCSISession.DataPDUInOrder\000",
 46808 mike  1.1.2.1     0,
 46809               };
 46810               
 46811               static MetaProperty
 46812               _CIM_iSCSISessionSettings_DataPDUInOrderPreference =
 46813               {
 46814                   /* flags */
 46815                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46816                   /* name */
 46817                   "DataPDUInOrderPreference",
 46818                   /* qualifiers */
 46819                   _CIM_iSCSISessionSettings_DataPDUInOrderPreference_qualifiers,
 46820                   /* type */
 46821                   CIMTYPE_BOOLEAN,
 46822                   /* subscript */
 46823                   -1,
 46824                   /* value */
 46825                   "\001",
 46826               };
 46827               
 46828               static const char*
 46829 mike  1.1.2.1 _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference_qualifiers[] =
 46830               {
 46831                   /* Write */
 46832                   "\065\001",
 46833                   /* Units */
 46834                   "\060Seconds",
 46835                   /* MinValue */
 46836                   "\035\000\000\000\000\000\000\000\000",
 46837                   /* MaxValue */
 46838                   "\031\000\000\000\000\000\000\016\020",
 46839                   /* MappingStrings */
 46840                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Wait\000",
 46841                   /* ModelCorrespondence */
 46842                   "\036\000\001CIM_iSCSISession.DefaultTimeToWait\000",
 46843                   0,
 46844               };
 46845               
 46846               static MetaProperty
 46847               _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference =
 46848               {
 46849                   /* flags */
 46850 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46851                   /* name */
 46852                   "DefaultTimeToWaitPreference",
 46853                   /* qualifiers */
 46854                   _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference_qualifiers,
 46855                   /* type */
 46856                   CIMTYPE_UINT32,
 46857                   /* subscript */
 46858                   -1,
 46859                   /* value */
 46860                   "\000\000\000\002",
 46861               };
 46862               
 46863               static const char*
 46864               _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference_qualifiers[] =
 46865               {
 46866                   /* Write */
 46867                   "\065\001",
 46868                   /* Units */
 46869                   "\060Seconds",
 46870                   /* MinValue */
 46871 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
 46872                   /* MaxValue */
 46873                   "\031\000\000\000\000\000\000\016\020",
 46874                   /* MappingStrings */
 46875                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Retain\000",
 46876                   /* ModelCorrespondence */
 46877                   "\036\000\001CIM_iSCSISession.DefaultTimeToRetain\000",
 46878                   0,
 46879               };
 46880               
 46881               static MetaProperty
 46882               _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference =
 46883               {
 46884                   /* flags */
 46885                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46886                   /* name */
 46887                   "DefaultTimeToRetainPreference",
 46888                   /* qualifiers */
 46889                   _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference_qualifiers,
 46890                   /* type */
 46891                   CIMTYPE_UINT32,
 46892 mike  1.1.2.1     /* subscript */
 46893                   -1,
 46894                   /* value */
 46895                   "\000\000\000\024",
 46896               };
 46897               
 46898               static const char*
 46899               _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference_qualifiers[] =
 46900               {
 46901                   /* Write */
 46902                   "\065\001",
 46903                   /* MinValue */
 46904                   "\035\000\000\000\000\000\000\000\000",
 46905                   /* MaxValue */
 46906                   "\031\000\000\000\000\000\000\000\377",
 46907                   /* MappingStrings */
 46908                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeErrorRecoveryLevel\000",
 46909                   /* ModelCorrespondence */
 46910                   "\036\000\001CIM_iSCSISession.ErrorRecoveryLevel\000",
 46911                   0,
 46912               };
 46913 mike  1.1.2.1 
 46914               static MetaProperty
 46915               _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference =
 46916               {
 46917                   /* flags */
 46918                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46919                   /* name */
 46920                   "ErrorRecoveryLevelPreference",
 46921                   /* qualifiers */
 46922                   _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference_qualifiers,
 46923                   /* type */
 46924                   CIMTYPE_UINT32,
 46925                   /* subscript */
 46926                   -1,
 46927                   /* value */
 46928                   "\000\000\000\000",
 46929               };
 46930               
 46931               static MetaFeature*
 46932               _CIM_iSCSISessionSettings_features[] =
 46933               {
 46934 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISessionSettings_MaxConnectionsPerSession,
 46935                   (MetaFeature*)&_CIM_iSCSISessionSettings_InitialR2TPreference,
 46936                   (MetaFeature*)&_CIM_iSCSISessionSettings_ImmediateDataPreference,
 46937                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxOutstandingR2T,
 46938                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength,
 46939                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxDataBurstLength,
 46940                   (MetaFeature*)&_CIM_iSCSISessionSettings_DataSequenceInOrderPreference,
 46941                   (MetaFeature*)&_CIM_iSCSISessionSettings_DataPDUInOrderPreference,
 46942                   (MetaFeature*)&_CIM_iSCSISessionSettings_DefaultTimeToWaitPreference,
 46943                   (MetaFeature*)&_CIM_iSCSISessionSettings_DefaultTimeToRetainPreference,
 46944                   (MetaFeature*)&_CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference,
 46945                   0,
 46946               };
 46947               
 46948               static const char*
 46949               __root_cimv2_CIM_iSCSISessionSettings_qualifiers[] =
 46950               {
 46951                   /* UMLPackagePath */
 46952                   "\057CIM::Network::iSCSI",
 46953                   /* Version */
 46954                   "\0632.11.0",
 46955 mike  1.1.2.1     0,
 46956               };
 46957               
 46958               MetaClass
 46959               __root_cimv2_CIM_iSCSISessionSettings =
 46960               {
 46961                   /* flags */
 46962                   META_FLAG_CLASS,
 46963                   /* name */
 46964                   "CIM_iSCSISessionSettings",
 46965                   /* qualifiers */
 46966                   __root_cimv2_CIM_iSCSISessionSettings_qualifiers,
 46967                   /* super */
 46968                   &__root_cimv2_CIM_SettingData,
 46969                   /* features */
 46970                   _CIM_iSCSISessionSettings_features,
 46971               };
 46972               
 46973               //==============================================================================
 46974               //
 46975               // Class: CIM_J2eeNotification
 46976 mike  1.1.2.1 //
 46977               //==============================================================================
 46978               
 46979               static const char*
 46980               _CIM_J2eeNotification_IndicationIdentifier_qualifiers[] =
 46981               {
 46982                   /* Override */
 46983                   "\044IndicationIdentifier",
 46984                   /* MappingStrings */
 46985                   "\026\000\001JSR77.JCP|JSR77.4.2.1.1 source|V1.0\000",
 46986                   /* ModelCorrespondence */
 46987                   "\036\000\001CIM_J2eeManagedObject.InstanceID\000",
 46988                   0,
 46989               };
 46990               
 46991               static MetaProperty
 46992               _CIM_J2eeNotification_IndicationIdentifier =
 46993               {
 46994                   /* flags */
 46995                   META_FLAG_PROPERTY|META_FLAG_READ,
 46996                   /* name */
 46997 mike  1.1.2.1     "IndicationIdentifier",
 46998                   /* qualifiers */
 46999                   _CIM_J2eeNotification_IndicationIdentifier_qualifiers,
 47000                   /* type */
 47001                   CIMTYPE_STRING,
 47002                   /* subscript */
 47003                   -1,
 47004                   /* value */
 47005                   0,
 47006               };
 47007               
 47008               static const char*
 47009               _CIM_J2eeNotification_SequenceNumber_qualifiers[] =
 47010               {
 47011                   /* MappingStrings */
 47012                   "\026\000\001JSR77.JCP|JSR77.4.2.1.3 sequence|V1.0\000",
 47013                   0,
 47014               };
 47015               
 47016               static MetaProperty
 47017               _CIM_J2eeNotification_SequenceNumber =
 47018 mike  1.1.2.1 {
 47019                   /* flags */
 47020                   META_FLAG_PROPERTY|META_FLAG_READ,
 47021                   /* name */
 47022                   "SequenceNumber",
 47023                   /* qualifiers */
 47024                   _CIM_J2eeNotification_SequenceNumber_qualifiers,
 47025                   /* type */
 47026                   CIMTYPE_SINT64,
 47027                   /* subscript */
 47028                   -1,
 47029                   /* value */
 47030                   0,
 47031               };
 47032               
 47033               static const char*
 47034               _CIM_J2eeNotification_IndicationType_qualifiers[] =
 47035               {
 47036                   /* ValueMap */
 47037                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 47038                   /* Values */
 47039 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",
 47040                   /* MappingStrings */
 47041                   "\026\000\001JSR77.JCP|JSR77.4.2.1.4 type|V1.0\000",
 47042                   /* ModelCorrespondence */
 47043                   "\036\000\001CIM_J2eeNotification.OtherIndicationType\000",
 47044                   0,
 47045               };
 47046               
 47047               static MetaProperty
 47048               _CIM_J2eeNotification_IndicationType =
 47049               {
 47050                   /* flags */
 47051                   META_FLAG_PROPERTY|META_FLAG_READ,
 47052                   /* name */
 47053                   "IndicationType",
 47054                   /* qualifiers */
 47055                   _CIM_J2eeNotification_IndicationType_qualifiers,
 47056                   /* type */
 47057                   CIMTYPE_UINT16,
 47058                   /* subscript */
 47059                   -1,
 47060 mike  1.1.2.1     /* value */
 47061                   0,
 47062               };
 47063               
 47064               static const char*
 47065               _CIM_J2eeNotification_OtherIndicationType_qualifiers[] =
 47066               {
 47067                   /* ModelCorrespondence */
 47068                   "\036\000\001CIM_J2eeNotification.IndicationType\000",
 47069                   0,
 47070               };
 47071               
 47072               static MetaProperty
 47073               _CIM_J2eeNotification_OtherIndicationType =
 47074               {
 47075                   /* flags */
 47076                   META_FLAG_PROPERTY|META_FLAG_READ,
 47077                   /* name */
 47078                   "OtherIndicationType",
 47079                   /* qualifiers */
 47080                   _CIM_J2eeNotification_OtherIndicationType_qualifiers,
 47081 mike  1.1.2.1     /* type */
 47082                   CIMTYPE_STRING,
 47083                   /* subscript */
 47084                   -1,
 47085                   /* value */
 47086                   0,
 47087               };
 47088               
 47089               static const char*
 47090               _CIM_J2eeNotification_Message_qualifiers[] =
 47091               {
 47092                   0,
 47093               };
 47094               
 47095               static MetaProperty
 47096               _CIM_J2eeNotification_Message =
 47097               {
 47098                   /* flags */
 47099                   META_FLAG_PROPERTY|META_FLAG_READ,
 47100                   /* name */
 47101                   "Message",
 47102 mike  1.1.2.1     /* qualifiers */
 47103                   _CIM_J2eeNotification_Message_qualifiers,
 47104                   /* type */
 47105                   CIMTYPE_STRING,
 47106                   /* subscript */
 47107                   -1,
 47108                   /* value */
 47109                   0,
 47110               };
 47111               
 47112               static const char*
 47113               _CIM_J2eeNotification_UserData_qualifiers[] =
 47114               {
 47115                   /* OctetString */
 47116                   "\042\001",
 47117                   0,
 47118               };
 47119               
 47120               static MetaProperty
 47121               _CIM_J2eeNotification_UserData =
 47122               {
 47123 mike  1.1.2.1     /* flags */
 47124                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 47125                   /* name */
 47126                   "UserData",
 47127                   /* qualifiers */
 47128                   _CIM_J2eeNotification_UserData_qualifiers,
 47129                   /* type */
 47130                   CIMTYPE_STRING,
 47131                   /* subscript */
 47132                   -1,
 47133                   /* value */
 47134                   0,
 47135               };
 47136               
 47137               static MetaFeature*
 47138               _CIM_J2eeNotification_features[] =
 47139               {
 47140                   (MetaFeature*)&_CIM_J2eeNotification_IndicationIdentifier,
 47141                   (MetaFeature*)&_CIM_J2eeNotification_SequenceNumber,
 47142                   (MetaFeature*)&_CIM_J2eeNotification_IndicationType,
 47143                   (MetaFeature*)&_CIM_J2eeNotification_OtherIndicationType,
 47144 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeNotification_Message,
 47145                   (MetaFeature*)&_CIM_J2eeNotification_UserData,
 47146                   0,
 47147               };
 47148               
 47149               static const char*
 47150               __root_cimv2_CIM_J2eeNotification_qualifiers[] =
 47151               {
 47152                   /* INDICATION */
 47153                   "\001\001",
 47154                   /* UMLPackagePath */
 47155                   "\057CIM::Application::J2eeAppServer",
 47156                   /* Version */
 47157                   "\0632.8.0",
 47158                   0,
 47159               };
 47160               
 47161               MetaClass
 47162               __root_cimv2_CIM_J2eeNotification =
 47163               {
 47164                   /* flags */
 47165 mike  1.1.2.1     META_FLAG_INDICATION,
 47166                   /* name */
 47167                   "CIM_J2eeNotification",
 47168                   /* qualifiers */
 47169                   __root_cimv2_CIM_J2eeNotification_qualifiers,
 47170                   /* super */
 47171                   &__root_cimv2_CIM_ProcessIndication,
 47172                   /* features */
 47173                   _CIM_J2eeNotification_features,
 47174               };
 47175               
 47176               //==============================================================================
 47177               //
 47178               // Class: CIM_J2eeStatistic
 47179               //
 47180               //==============================================================================
 47181               
 47182               static MetaFeature*
 47183               _CIM_J2eeStatistic_GetStartTime_parameters[] =
 47184               {
 47185                   0,
 47186 mike  1.1.2.1 };
 47187               
 47188               static const char*
 47189               _CIM_J2eeStatistic_GetStartTime_qualifiers[] =
 47190               {
 47191                   /* MappingStrings */
 47192                   "\026\000\001JSR77.JCP|JSR77.6.4.1.4 getStartTime|V1.0\000",
 47193                   /* ModelCorrespondence */
 47194                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 47195                   0,
 47196               };
 47197               
 47198               static MetaMethod
 47199               _CIM_J2eeStatistic_GetStartTime =
 47200               {
 47201                   /* flags */
 47202                   META_FLAG_METHOD,
 47203                   /* name */
 47204                   "CIM_J2eeStatistic",
 47205                   /* qualifiers */
 47206                   _CIM_J2eeStatistic_GetStartTime_qualifiers,
 47207 mike  1.1.2.1     /* type */
 47208                   CIMTYPE_UINT64,
 47209                   /* parameters */
 47210                   _CIM_J2eeStatistic_GetStartTime_parameters,
 47211               };
 47212               
 47213               static MetaFeature*
 47214               _CIM_J2eeStatistic_GetLastSampleTime_parameters[] =
 47215               {
 47216                   0,
 47217               };
 47218               
 47219               static const char*
 47220               _CIM_J2eeStatistic_GetLastSampleTime_qualifiers[] =
 47221               {
 47222                   /* MappingStrings */
 47223                   "\026\000\001JSR77.JCP|JSR77.6.4.1.5 getLastSampleTime|V1.0\000",
 47224                   /* ModelCorrespondence */
 47225                   "\036\000\001CIM_StatisticalData.StatisticTime\000",
 47226                   0,
 47227               };
 47228 mike  1.1.2.1 
 47229               static MetaMethod
 47230               _CIM_J2eeStatistic_GetLastSampleTime =
 47231               {
 47232                   /* flags */
 47233                   META_FLAG_METHOD,
 47234                   /* name */
 47235                   "CIM_J2eeStatistic",
 47236                   /* qualifiers */
 47237                   _CIM_J2eeStatistic_GetLastSampleTime_qualifiers,
 47238                   /* type */
 47239                   CIMTYPE_UINT64,
 47240                   /* parameters */
 47241                   _CIM_J2eeStatistic_GetLastSampleTime_parameters,
 47242               };
 47243               
 47244               static MetaFeature*
 47245               _CIM_J2eeStatistic_features[] =
 47246               {
 47247                   (MetaFeature*)&_CIM_J2eeStatistic_GetStartTime,
 47248                   (MetaFeature*)&_CIM_J2eeStatistic_GetLastSampleTime,
 47249 mike  1.1.2.1     0,
 47250               };
 47251               
 47252               static const char*
 47253               __root_cimv2_CIM_J2eeStatistic_qualifiers[] =
 47254               {
 47255                   /* UMLPackagePath */
 47256                   "\057CIM::Application::J2eeAppServerStats",
 47257                   /* Abstract */
 47258                   "\002\001",
 47259                   /* Version */
 47260                   "\0632.8.0",
 47261                   0,
 47262               };
 47263               
 47264               MetaClass
 47265               __root_cimv2_CIM_J2eeStatistic =
 47266               {
 47267                   /* flags */
 47268                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 47269                   /* name */
 47270 mike  1.1.2.1     "CIM_J2eeStatistic",
 47271                   /* qualifiers */
 47272                   __root_cimv2_CIM_J2eeStatistic_qualifiers,
 47273                   /* super */
 47274                   &__root_cimv2_CIM_StatisticalData,
 47275                   /* features */
 47276                   _CIM_J2eeStatistic_features,
 47277               };
 47278               
 47279               //==============================================================================
 47280               //
 47281               // Class: CIM_J2eeURLStats
 47282               //
 47283               //==============================================================================
 47284               
 47285               static MetaFeature*
 47286               _CIM_J2eeURLStats_features[] =
 47287               {
 47288                   0,
 47289               };
 47290               
 47291 mike  1.1.2.1 static const char*
 47292               __root_cimv2_CIM_J2eeURLStats_qualifiers[] =
 47293               {
 47294                   /* UMLPackagePath */
 47295                   "\057CIM::Application::J2eeAppServerStats",
 47296                   /* Abstract */
 47297                   "\002\001",
 47298                   /* Version */
 47299                   "\0632.8.0",
 47300                   0,
 47301               };
 47302               
 47303               MetaClass
 47304               __root_cimv2_CIM_J2eeURLStats =
 47305               {
 47306                   /* flags */
 47307                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 47308                   /* name */
 47309                   "CIM_J2eeURLStats",
 47310                   /* qualifiers */
 47311                   __root_cimv2_CIM_J2eeURLStats_qualifiers,
 47312 mike  1.1.2.1     /* super */
 47313                   &__root_cimv2_CIM_J2eeStatistic,
 47314                   /* features */
 47315                   _CIM_J2eeURLStats_features,
 47316               };
 47317               
 47318               //==============================================================================
 47319               //
 47320               // Class: CIM_JobSettingData
 47321               //
 47322               //==============================================================================
 47323               
 47324               static const char*
 47325               _CIM_JobSettingData_DeleteOnCompletion_qualifiers[] =
 47326               {
 47327                   /* Write */
 47328                   "\065\001",
 47329                   /* ModelCorrespondence */
 47330                   "\036\000\001CIM_Job.DeleteOnCompletion\000",
 47331                   0,
 47332               };
 47333 mike  1.1.2.1 
 47334               static MetaProperty
 47335               _CIM_JobSettingData_DeleteOnCompletion =
 47336               {
 47337                   /* flags */
 47338                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 47339                   /* name */
 47340                   "DeleteOnCompletion",
 47341                   /* qualifiers */
 47342                   _CIM_JobSettingData_DeleteOnCompletion_qualifiers,
 47343                   /* type */
 47344                   CIMTYPE_BOOLEAN,
 47345                   /* subscript */
 47346                   -1,
 47347                   /* value */
 47348                   0,
 47349               };
 47350               
 47351               static const char*
 47352               _CIM_JobSettingData_RecoveryAction_qualifiers[] =
 47353               {
 47354 mike  1.1.2.1     /* ValueMap */
 47355                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 47356                   /* Values */
 47357                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
 47358                   /* ModelCorrespondence */
 47359                   "\036\000\002CIM_JobSettingData.OtherRecoveryAction\000CIM_Job.RecoveryAction\000",
 47360                   0,
 47361               };
 47362               
 47363               static MetaProperty
 47364               _CIM_JobSettingData_RecoveryAction =
 47365               {
 47366                   /* flags */
 47367                   META_FLAG_PROPERTY|META_FLAG_READ,
 47368                   /* name */
 47369                   "RecoveryAction",
 47370                   /* qualifiers */
 47371                   _CIM_JobSettingData_RecoveryAction_qualifiers,
 47372                   /* type */
 47373                   CIMTYPE_UINT16,
 47374                   /* subscript */
 47375 mike  1.1.2.1     -1,
 47376                   /* value */
 47377                   0,
 47378               };
 47379               
 47380               static const char*
 47381               _CIM_JobSettingData_OtherRecoveryAction_qualifiers[] =
 47382               {
 47383                   /* ModelCorrespondence */
 47384                   "\036\000\002CIM_JobSettingData.RecoveryAction\000CIM_Job.OtherRecoveryAction\000",
 47385                   0,
 47386               };
 47387               
 47388               static MetaProperty
 47389               _CIM_JobSettingData_OtherRecoveryAction =
 47390               {
 47391                   /* flags */
 47392                   META_FLAG_PROPERTY|META_FLAG_READ,
 47393                   /* name */
 47394                   "OtherRecoveryAction",
 47395                   /* qualifiers */
 47396 mike  1.1.2.1     _CIM_JobSettingData_OtherRecoveryAction_qualifiers,
 47397                   /* type */
 47398                   CIMTYPE_STRING,
 47399                   /* subscript */
 47400                   -1,
 47401                   /* value */
 47402                   0,
 47403               };
 47404               
 47405               static MetaFeature*
 47406               _CIM_JobSettingData_features[] =
 47407               {
 47408                   (MetaFeature*)&_CIM_JobSettingData_DeleteOnCompletion,
 47409                   (MetaFeature*)&_CIM_JobSettingData_RecoveryAction,
 47410                   (MetaFeature*)&_CIM_JobSettingData_OtherRecoveryAction,
 47411                   0,
 47412               };
 47413               
 47414               static const char*
 47415               __root_cimv2_CIM_JobSettingData_qualifiers[] =
 47416               {
 47417 mike  1.1.2.1     /* UMLPackagePath */
 47418                   "\057CIM::System::Processing",
 47419                   /* Version */
 47420                   "\0632.9.0",
 47421                   0,
 47422               };
 47423               
 47424               MetaClass
 47425               __root_cimv2_CIM_JobSettingData =
 47426               {
 47427                   /* flags */
 47428                   META_FLAG_CLASS,
 47429                   /* name */
 47430                   "CIM_JobSettingData",
 47431                   /* qualifiers */
 47432                   __root_cimv2_CIM_JobSettingData_qualifiers,
 47433                   /* super */
 47434                   &__root_cimv2_CIM_SettingData,
 47435                   /* features */
 47436                   _CIM_JobSettingData_features,
 47437               };
 47438 mike  1.1.2.1 
 47439               //==============================================================================
 47440               //
 47441               // Class: CIM_KerberosAuthentication
 47442               //
 47443               //==============================================================================
 47444               
 47445               static const char*
 47446               _CIM_KerberosAuthentication_UserName_qualifiers[] =
 47447               {
 47448                   0,
 47449               };
 47450               
 47451               static MetaProperty
 47452               _CIM_KerberosAuthentication_UserName =
 47453               {
 47454                   /* flags */
 47455                   META_FLAG_PROPERTY|META_FLAG_READ,
 47456                   /* name */
 47457                   "UserName",
 47458                   /* qualifiers */
 47459 mike  1.1.2.1     _CIM_KerberosAuthentication_UserName_qualifiers,
 47460                   /* type */
 47461                   CIMTYPE_STRING,
 47462                   /* subscript */
 47463                   -1,
 47464                   /* value */
 47465                   0,
 47466               };
 47467               
 47468               static MetaFeature*
 47469               _CIM_KerberosAuthentication_features[] =
 47470               {
 47471                   (MetaFeature*)&_CIM_KerberosAuthentication_UserName,
 47472                   0,
 47473               };
 47474               
 47475               static const char*
 47476               __root_cimv2_CIM_KerberosAuthentication_qualifiers[] =
 47477               {
 47478                   /* UMLPackagePath */
 47479                   "\057CIM::Policy",
 47480 mike  1.1.2.1     /* Version */
 47481                   "\0632.8.0",
 47482                   0,
 47483               };
 47484               
 47485               MetaClass
 47486               __root_cimv2_CIM_KerberosAuthentication =
 47487               {
 47488                   /* flags */
 47489                   META_FLAG_CLASS,
 47490                   /* name */
 47491                   "CIM_KerberosAuthentication",
 47492                   /* qualifiers */
 47493                   __root_cimv2_CIM_KerberosAuthentication_qualifiers,
 47494                   /* super */
 47495                   &__root_cimv2_CIM_AuthenticationCondition,
 47496                   /* features */
 47497                   _CIM_KerberosAuthentication_features,
 47498               };
 47499               
 47500               //==============================================================================
 47501 mike  1.1.2.1 //
 47502               // Class: CIM_LabelReaderStatData
 47503               //
 47504               //==============================================================================
 47505               
 47506               static const char*
 47507               _CIM_LabelReaderStatData_ScanSuccesses_qualifiers[] =
 47508               {
 47509                   /* Counter */
 47510                   "\012\001",
 47511                   0,
 47512               };
 47513               
 47514               static MetaProperty
 47515               _CIM_LabelReaderStatData_ScanSuccesses =
 47516               {
 47517                   /* flags */
 47518                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47519                   /* name */
 47520                   "ScanSuccesses",
 47521                   /* qualifiers */
 47522 mike  1.1.2.1     _CIM_LabelReaderStatData_ScanSuccesses_qualifiers,
 47523                   /* type */
 47524                   CIMTYPE_UINT64,
 47525                   /* subscript */
 47526                   -1,
 47527                   /* value */
 47528                   0,
 47529               };
 47530               
 47531               static const char*
 47532               _CIM_LabelReaderStatData_ScanFailures_qualifiers[] =
 47533               {
 47534                   /* Counter */
 47535                   "\012\001",
 47536                   0,
 47537               };
 47538               
 47539               static MetaProperty
 47540               _CIM_LabelReaderStatData_ScanFailures =
 47541               {
 47542                   /* flags */
 47543 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47544                   /* name */
 47545                   "ScanFailures",
 47546                   /* qualifiers */
 47547                   _CIM_LabelReaderStatData_ScanFailures_qualifiers,
 47548                   /* type */
 47549                   CIMTYPE_UINT64,
 47550                   /* subscript */
 47551                   -1,
 47552                   /* value */
 47553                   0,
 47554               };
 47555               
 47556               static const char*
 47557               _CIM_LabelReaderStatData_ScanRetries_qualifiers[] =
 47558               {
 47559                   /* Counter */
 47560                   "\012\001",
 47561                   0,
 47562               };
 47563               
 47564 mike  1.1.2.1 static MetaProperty
 47565               _CIM_LabelReaderStatData_ScanRetries =
 47566               {
 47567                   /* flags */
 47568                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47569                   /* name */
 47570                   "ScanRetries",
 47571                   /* qualifiers */
 47572                   _CIM_LabelReaderStatData_ScanRetries_qualifiers,
 47573                   /* type */
 47574                   CIMTYPE_UINT64,
 47575                   /* subscript */
 47576                   -1,
 47577                   /* value */
 47578                   0,
 47579               };
 47580               
 47581               static MetaFeature*
 47582               _CIM_LabelReaderStatData_features[] =
 47583               {
 47584                   (MetaFeature*)&_CIM_LabelReaderStatData_ScanSuccesses,
 47585 mike  1.1.2.1     (MetaFeature*)&_CIM_LabelReaderStatData_ScanFailures,
 47586                   (MetaFeature*)&_CIM_LabelReaderStatData_ScanRetries,
 47587                   0,
 47588               };
 47589               
 47590               static const char*
 47591               __root_cimv2_CIM_LabelReaderStatData_qualifiers[] =
 47592               {
 47593                   /* UMLPackagePath */
 47594                   "\057CIM::Device::StorageLib",
 47595                   /* Version */
 47596                   "\0632.7.0",
 47597                   0,
 47598               };
 47599               
 47600               MetaClass
 47601               __root_cimv2_CIM_LabelReaderStatData =
 47602               {
 47603                   /* flags */
 47604                   META_FLAG_CLASS,
 47605                   /* name */
 47606 mike  1.1.2.1     "CIM_LabelReaderStatData",
 47607                   /* qualifiers */
 47608                   __root_cimv2_CIM_LabelReaderStatData_qualifiers,
 47609                   /* super */
 47610                   &__root_cimv2_CIM_StatisticalData,
 47611                   /* features */
 47612                   _CIM_LabelReaderStatData_features,
 47613               };
 47614               
 47615               //==============================================================================
 47616               //
 47617               // Class: CIM_LabelReaderStatInfo
 47618               //
 47619               //==============================================================================
 47620               
 47621               static const char*
 47622               _CIM_LabelReaderStatInfo_ScanSuccesses_qualifiers[] =
 47623               {
 47624                   /* Counter */
 47625                   "\012\001",
 47626                   0,
 47627 mike  1.1.2.1 };
 47628               
 47629               static MetaProperty
 47630               _CIM_LabelReaderStatInfo_ScanSuccesses =
 47631               {
 47632                   /* flags */
 47633                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47634                   /* name */
 47635                   "ScanSuccesses",
 47636                   /* qualifiers */
 47637                   _CIM_LabelReaderStatInfo_ScanSuccesses_qualifiers,
 47638                   /* type */
 47639                   CIMTYPE_UINT64,
 47640                   /* subscript */
 47641                   -1,
 47642                   /* value */
 47643                   0,
 47644               };
 47645               
 47646               static const char*
 47647               _CIM_LabelReaderStatInfo_ScanFailures_qualifiers[] =
 47648 mike  1.1.2.1 {
 47649                   /* Counter */
 47650                   "\012\001",
 47651                   0,
 47652               };
 47653               
 47654               static MetaProperty
 47655               _CIM_LabelReaderStatInfo_ScanFailures =
 47656               {
 47657                   /* flags */
 47658                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47659                   /* name */
 47660                   "ScanFailures",
 47661                   /* qualifiers */
 47662                   _CIM_LabelReaderStatInfo_ScanFailures_qualifiers,
 47663                   /* type */
 47664                   CIMTYPE_UINT64,
 47665                   /* subscript */
 47666                   -1,
 47667                   /* value */
 47668                   0,
 47669 mike  1.1.2.1 };
 47670               
 47671               static const char*
 47672               _CIM_LabelReaderStatInfo_ScanRetries_qualifiers[] =
 47673               {
 47674                   /* Counter */
 47675                   "\012\001",
 47676                   0,
 47677               };
 47678               
 47679               static MetaProperty
 47680               _CIM_LabelReaderStatInfo_ScanRetries =
 47681               {
 47682                   /* flags */
 47683                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47684                   /* name */
 47685                   "ScanRetries",
 47686                   /* qualifiers */
 47687                   _CIM_LabelReaderStatInfo_ScanRetries_qualifiers,
 47688                   /* type */
 47689                   CIMTYPE_UINT64,
 47690 mike  1.1.2.1     /* subscript */
 47691                   -1,
 47692                   /* value */
 47693                   0,
 47694               };
 47695               
 47696               static const char*
 47697               _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 47698               {
 47699                   /* IN */
 47700                   "\024\001",
 47701                   /* ValueMap */
 47702                   "\061\000\0040\0001\0002\0003\000",
 47703                   /* Values */
 47704                   "\062\000\004All\000Scan Successes\000Scan Failures\000Scan Retries\000",
 47705                   0,
 47706               };
 47707               
 47708               static MetaProperty
 47709               _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter =
 47710               {
 47711 mike  1.1.2.1     /* flags */
 47712                   META_FLAG_PROPERTY|META_FLAG_IN,
 47713                   /* name */
 47714                   "SelectedCounter",
 47715                   /* qualifiers */
 47716                   _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter_qualifiers,
 47717                   /* type */
 47718                   CIMTYPE_UINT16,
 47719                   /* subscript */
 47720                   -1,
 47721                   /* value */
 47722                   0,
 47723               };
 47724               
 47725               static MetaFeature*
 47726               _CIM_LabelReaderStatInfo_ResetCounter_parameters[] =
 47727               {
 47728                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter,
 47729                   0,
 47730               };
 47731               
 47732 mike  1.1.2.1 static const char*
 47733               _CIM_LabelReaderStatInfo_ResetCounter_qualifiers[] =
 47734               {
 47735                   0,
 47736               };
 47737               
 47738               static MetaMethod
 47739               _CIM_LabelReaderStatInfo_ResetCounter =
 47740               {
 47741                   /* flags */
 47742                   META_FLAG_METHOD,
 47743                   /* name */
 47744                   "CIM_LabelReaderStatInfo",
 47745                   /* qualifiers */
 47746                   _CIM_LabelReaderStatInfo_ResetCounter_qualifiers,
 47747                   /* type */
 47748                   CIMTYPE_UINT32,
 47749                   /* parameters */
 47750                   _CIM_LabelReaderStatInfo_ResetCounter_parameters,
 47751               };
 47752               
 47753 mike  1.1.2.1 static MetaFeature*
 47754               _CIM_LabelReaderStatInfo_features[] =
 47755               {
 47756                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanSuccesses,
 47757                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanFailures,
 47758                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanRetries,
 47759                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ResetCounter,
 47760                   0,
 47761               };
 47762               
 47763               static const char*
 47764               __root_cimv2_CIM_LabelReaderStatInfo_qualifiers[] =
 47765               {
 47766                   /* UMLPackagePath */
 47767                   "\057CIM::Device::StorageLib",
 47768                   /* Version */
 47769                   "\0632.6.0",
 47770                   0,
 47771               };
 47772               
 47773               MetaClass
 47774 mike  1.1.2.1 __root_cimv2_CIM_LabelReaderStatInfo =
 47775               {
 47776                   /* flags */
 47777                   META_FLAG_CLASS,
 47778                   /* name */
 47779                   "CIM_LabelReaderStatInfo",
 47780                   /* qualifiers */
 47781                   __root_cimv2_CIM_LabelReaderStatInfo_qualifiers,
 47782                   /* super */
 47783                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 47784                   /* features */
 47785                   _CIM_LabelReaderStatInfo_features,
 47786               };
 47787               
 47788               //==============================================================================
 47789               //
 47790               // Class: CIM_LANConnectivitySegment
 47791               //
 47792               //==============================================================================
 47793               
 47794               static const char*
 47795 mike  1.1.2.1 _CIM_LANConnectivitySegment_LANID_qualifiers[] =
 47796               {
 47797                   /* MaxLen */
 47798                   "\030\000\000\000\100",
 47799                   /* ModelCorrespondence */
 47800                   "\036\000\001CIM_LANEndpoint.LANID\000",
 47801                   0,
 47802               };
 47803               
 47804               static MetaProperty
 47805               _CIM_LANConnectivitySegment_LANID =
 47806               {
 47807                   /* flags */
 47808                   META_FLAG_PROPERTY|META_FLAG_READ,
 47809                   /* name */
 47810                   "LANID",
 47811                   /* qualifiers */
 47812                   _CIM_LANConnectivitySegment_LANID_qualifiers,
 47813                   /* type */
 47814                   CIMTYPE_STRING,
 47815                   /* subscript */
 47816 mike  1.1.2.1     -1,
 47817                   /* value */
 47818                   0,
 47819               };
 47820               
 47821               static const char*
 47822               _CIM_LANConnectivitySegment_ConnectivityType_qualifiers[] =
 47823               {
 47824                   /* ValueMap */
 47825                   "\061\000\0050\0001\0002\0003\0004\000",
 47826                   /* Values */
 47827                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
 47828                   /* ModelCorrespondence */
 47829                   "\036\000\001CIM_LANConnectivitySegment.OtherTypeDescription\000",
 47830                   0,
 47831               };
 47832               
 47833               static MetaProperty
 47834               _CIM_LANConnectivitySegment_ConnectivityType =
 47835               {
 47836                   /* flags */
 47837 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 47838                   /* name */
 47839                   "ConnectivityType",
 47840                   /* qualifiers */
 47841                   _CIM_LANConnectivitySegment_ConnectivityType_qualifiers,
 47842                   /* type */
 47843                   CIMTYPE_UINT16,
 47844                   /* subscript */
 47845                   -1,
 47846                   /* value */
 47847                   0,
 47848               };
 47849               
 47850               static const char*
 47851               _CIM_LANConnectivitySegment_OtherTypeDescription_qualifiers[] =
 47852               {
 47853                   /* ModelCorrespondence */
 47854                   "\036\000\001CIM_LANConnectivitySegment.ConnectivityType\000",
 47855                   0,
 47856               };
 47857               
 47858 mike  1.1.2.1 static MetaProperty
 47859               _CIM_LANConnectivitySegment_OtherTypeDescription =
 47860               {
 47861                   /* flags */
 47862                   META_FLAG_PROPERTY|META_FLAG_READ,
 47863                   /* name */
 47864                   "OtherTypeDescription",
 47865                   /* qualifiers */
 47866                   _CIM_LANConnectivitySegment_OtherTypeDescription_qualifiers,
 47867                   /* type */
 47868                   CIMTYPE_STRING,
 47869                   /* subscript */
 47870                   -1,
 47871                   /* value */
 47872                   0,
 47873               };
 47874               
 47875               static MetaFeature*
 47876               _CIM_LANConnectivitySegment_features[] =
 47877               {
 47878                   (MetaFeature*)&_CIM_LANConnectivitySegment_LANID,
 47879 mike  1.1.2.1     (MetaFeature*)&_CIM_LANConnectivitySegment_ConnectivityType,
 47880                   (MetaFeature*)&_CIM_LANConnectivitySegment_OtherTypeDescription,
 47881                   0,
 47882               };
 47883               
 47884               static const char*
 47885               __root_cimv2_CIM_LANConnectivitySegment_qualifiers[] =
 47886               {
 47887                   /* UMLPackagePath */
 47888                   "\057CIM::Network::Collections",
 47889                   /* Version */
 47890                   "\0632.7.0",
 47891                   0,
 47892               };
 47893               
 47894               MetaClass
 47895               __root_cimv2_CIM_LANConnectivitySegment =
 47896               {
 47897                   /* flags */
 47898                   META_FLAG_CLASS,
 47899                   /* name */
 47900 mike  1.1.2.1     "CIM_LANConnectivitySegment",
 47901                   /* qualifiers */
 47902                   __root_cimv2_CIM_LANConnectivitySegment_qualifiers,
 47903                   /* super */
 47904                   &__root_cimv2_CIM_ConnectivityCollection,
 47905                   /* features */
 47906                   _CIM_LANConnectivitySegment_features,
 47907               };
 47908               
 47909               //==============================================================================
 47910               //
 47911               // Class: CIM_LANSegment
 47912               //
 47913               //==============================================================================
 47914               
 47915               static const char*
 47916               _CIM_LANSegment_LANID_qualifiers[] =
 47917               {
 47918                   /* Deprecated */
 47919                   "\013\000\001CIM_LANConnectivitySegment.LANID\000",
 47920                   /* MaxLen */
 47921 mike  1.1.2.1     "\030\000\000\000\100",
 47922                   /* ModelCorrespondence */
 47923                   "\036\000\001CIM_LANEndpoint.LANID\000",
 47924                   0,
 47925               };
 47926               
 47927               static MetaProperty
 47928               _CIM_LANSegment_LANID =
 47929               {
 47930                   /* flags */
 47931                   META_FLAG_PROPERTY|META_FLAG_READ,
 47932                   /* name */
 47933                   "LANID",
 47934                   /* qualifiers */
 47935                   _CIM_LANSegment_LANID_qualifiers,
 47936                   /* type */
 47937                   CIMTYPE_STRING,
 47938                   /* subscript */
 47939                   -1,
 47940                   /* value */
 47941                   0,
 47942 mike  1.1.2.1 };
 47943               
 47944               static const char*
 47945               _CIM_LANSegment_LANType_qualifiers[] =
 47946               {
 47947                   /* Deprecated */
 47948                   "\013\000\001CIM_LANConnectivitySegment.ConnectivityType\000",
 47949                   /* ValueMap */
 47950                   "\061\000\0050\0001\0002\0003\0004\000",
 47951                   /* Values */
 47952                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
 47953                   /* ModelCorrespondence */
 47954                   "\036\000\001CIM_LANEndpoint.LANType\000",
 47955                   0,
 47956               };
 47957               
 47958               static MetaProperty
 47959               _CIM_LANSegment_LANType =
 47960               {
 47961                   /* flags */
 47962                   META_FLAG_PROPERTY|META_FLAG_READ,
 47963 mike  1.1.2.1     /* name */
 47964                   "LANType",
 47965                   /* qualifiers */
 47966                   _CIM_LANSegment_LANType_qualifiers,
 47967                   /* type */
 47968                   CIMTYPE_UINT16,
 47969                   /* subscript */
 47970                   -1,
 47971                   /* value */
 47972                   0,
 47973               };
 47974               
 47975               static const char*
 47976               _CIM_LANSegment_OtherLANType_qualifiers[] =
 47977               {
 47978                   /* Deprecated */
 47979                   "\013\000\001CIM_LANConnectivitySegment.OtherTypeDescription\000",
 47980                   /* MaxLen */
 47981                   "\030\000\000\000\100",
 47982                   /* ModelCorrespondence */
 47983                   "\036\000\001CIM_LANSegment.LANType\000",
 47984 mike  1.1.2.1     0,
 47985               };
 47986               
 47987               static MetaProperty
 47988               _CIM_LANSegment_OtherLANType =
 47989               {
 47990                   /* flags */
 47991                   META_FLAG_PROPERTY|META_FLAG_READ,
 47992                   /* name */
 47993                   "OtherLANType",
 47994                   /* qualifiers */
 47995                   _CIM_LANSegment_OtherLANType_qualifiers,
 47996                   /* type */
 47997                   CIMTYPE_STRING,
 47998                   /* subscript */
 47999                   -1,
 48000                   /* value */
 48001                   0,
 48002               };
 48003               
 48004               static MetaFeature*
 48005 mike  1.1.2.1 _CIM_LANSegment_features[] =
 48006               {
 48007                   (MetaFeature*)&_CIM_LANSegment_LANID,
 48008                   (MetaFeature*)&_CIM_LANSegment_LANType,
 48009                   (MetaFeature*)&_CIM_LANSegment_OtherLANType,
 48010                   0,
 48011               };
 48012               
 48013               static const char*
 48014               __root_cimv2_CIM_LANSegment_qualifiers[] =
 48015               {
 48016                   /* Deprecated */
 48017                   "\013\000\001CIM_LANConnectivitySegment\000",
 48018                   /* UMLPackagePath */
 48019                   "\057CIM::Network::Collections",
 48020                   /* Version */
 48021                   "\0632.7.0",
 48022                   0,
 48023               };
 48024               
 48025               MetaClass
 48026 mike  1.1.2.1 __root_cimv2_CIM_LANSegment =
 48027               {
 48028                   /* flags */
 48029                   META_FLAG_CLASS,
 48030                   /* name */
 48031                   "CIM_LANSegment",
 48032                   /* qualifiers */
 48033                   __root_cimv2_CIM_LANSegment_qualifiers,
 48034                   /* super */
 48035                   &__root_cimv2_CIM_LogicalNetwork,
 48036                   /* features */
 48037                   _CIM_LANSegment_features,
 48038               };
 48039               
 48040               //==============================================================================
 48041               //
 48042               // Class: CIM_LogicalElement
 48043               //
 48044               //==============================================================================
 48045               
 48046               static MetaFeature*
 48047 mike  1.1.2.1 _CIM_LogicalElement_features[] =
 48048               {
 48049                   0,
 48050               };
 48051               
 48052               static const char*
 48053               __root_cimv2_CIM_LogicalElement_qualifiers[] =
 48054               {
 48055                   /* UMLPackagePath */
 48056                   "\057CIM::Core::CoreElements",
 48057                   /* Abstract */
 48058                   "\002\001",
 48059                   /* Version */
 48060                   "\0632.6.0",
 48061                   0,
 48062               };
 48063               
 48064               MetaClass
 48065               __root_cimv2_CIM_LogicalElement =
 48066               {
 48067                   /* flags */
 48068 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 48069                   /* name */
 48070                   "CIM_LogicalElement",
 48071                   /* qualifiers */
 48072                   __root_cimv2_CIM_LogicalElement_qualifiers,
 48073                   /* super */
 48074                   &__root_cimv2_CIM_ManagedSystemElement,
 48075                   /* features */
 48076                   _CIM_LogicalElement_features,
 48077               };
 48078               
 48079               //==============================================================================
 48080               //
 48081               // Class: CIM_LogicalElementPerformsUoW
 48082               //
 48083               //==============================================================================
 48084               
 48085               static const char*
 48086               _CIM_LogicalElementPerformsUoW_Antecedent_qualifiers[] =
 48087               {
 48088                   /* Override */
 48089 mike  1.1.2.1     "\044Antecedent",
 48090                   0,
 48091               };
 48092               
 48093               static MetaReference
 48094               _CIM_LogicalElementPerformsUoW_Antecedent =
 48095               {
 48096                   /* flags */
 48097                   META_FLAG_REFERENCE|META_FLAG_READ,
 48098                   /* name */
 48099                   "Antecedent",
 48100                   /* qualifiers */
 48101                   _CIM_LogicalElementPerformsUoW_Antecedent_qualifiers,
 48102                   /* subscript */
 48103                   -1,
 48104                   /* refId */
 48105                   &__root_cimv2_CIM_LogicalElement,
 48106               };
 48107               
 48108               static const char*
 48109               _CIM_LogicalElementPerformsUoW_Dependent_qualifiers[] =
 48110 mike  1.1.2.1 {
 48111                   /* Override */
 48112                   "\044Dependent",
 48113                   0,
 48114               };
 48115               
 48116               static MetaReference
 48117               _CIM_LogicalElementPerformsUoW_Dependent =
 48118               {
 48119                   /* flags */
 48120                   META_FLAG_REFERENCE|META_FLAG_READ,
 48121                   /* name */
 48122                   "Dependent",
 48123                   /* qualifiers */
 48124                   _CIM_LogicalElementPerformsUoW_Dependent_qualifiers,
 48125                   /* subscript */
 48126                   -1,
 48127                   /* refId */
 48128                   &__root_cimv2_CIM_UnitOfWork,
 48129               };
 48130               
 48131 mike  1.1.2.1 static MetaFeature*
 48132               _CIM_LogicalElementPerformsUoW_features[] =
 48133               {
 48134                   (MetaFeature*)&_CIM_LogicalElementPerformsUoW_Antecedent,
 48135                   (MetaFeature*)&_CIM_LogicalElementPerformsUoW_Dependent,
 48136                   0,
 48137               };
 48138               
 48139               static const char*
 48140               __root_cimv2_CIM_LogicalElementPerformsUoW_qualifiers[] =
 48141               {
 48142                   /* ASSOCIATION */
 48143                   "\000\001",
 48144                   /* UMLPackagePath */
 48145                   "\057CIM::Metrics::UnitOfWork",
 48146                   /* Version */
 48147                   "\0632.6.0",
 48148                   0,
 48149               };
 48150               
 48151               MetaClass
 48152 mike  1.1.2.1 __root_cimv2_CIM_LogicalElementPerformsUoW =
 48153               {
 48154                   /* flags */
 48155                   META_FLAG_ASSOCIATION,
 48156                   /* name */
 48157                   "CIM_LogicalElementPerformsUoW",
 48158                   /* qualifiers */
 48159                   __root_cimv2_CIM_LogicalElementPerformsUoW_qualifiers,
 48160                   /* super */
 48161                   &__root_cimv2_CIM_Dependency,
 48162                   /* features */
 48163                   _CIM_LogicalElementPerformsUoW_features,
 48164               };
 48165               
 48166               //==============================================================================
 48167               //
 48168               // Class: CIM_LogicalFile
 48169               //
 48170               //==============================================================================
 48171               
 48172               static const char*
 48173 mike  1.1.2.1 _CIM_LogicalFile_CSCreationClassName_qualifiers[] =
 48174               {
 48175                   /* Key */
 48176                   "\025\001",
 48177                   /* Propagated */
 48178                   "\045CIM_FileSystem.CSCreationClassName",
 48179                   /* MaxLen */
 48180                   "\030\000\000\001\000",
 48181                   0,
 48182               };
 48183               
 48184               static MetaProperty
 48185               _CIM_LogicalFile_CSCreationClassName =
 48186               {
 48187                   /* flags */
 48188                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48189                   /* name */
 48190                   "CSCreationClassName",
 48191                   /* qualifiers */
 48192                   _CIM_LogicalFile_CSCreationClassName_qualifiers,
 48193                   /* type */
 48194 mike  1.1.2.1     CIMTYPE_STRING,
 48195                   /* subscript */
 48196                   -1,
 48197                   /* value */
 48198                   0,
 48199               };
 48200               
 48201               static const char*
 48202               _CIM_LogicalFile_CSName_qualifiers[] =
 48203               {
 48204                   /* Key */
 48205                   "\025\001",
 48206                   /* Propagated */
 48207                   "\045CIM_FileSystem.CSName",
 48208                   /* MaxLen */
 48209                   "\030\000\000\001\000",
 48210                   0,
 48211               };
 48212               
 48213               static MetaProperty
 48214               _CIM_LogicalFile_CSName =
 48215 mike  1.1.2.1 {
 48216                   /* flags */
 48217                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48218                   /* name */
 48219                   "CSName",
 48220                   /* qualifiers */
 48221                   _CIM_LogicalFile_CSName_qualifiers,
 48222                   /* type */
 48223                   CIMTYPE_STRING,
 48224                   /* subscript */
 48225                   -1,
 48226                   /* value */
 48227                   0,
 48228               };
 48229               
 48230               static const char*
 48231               _CIM_LogicalFile_FSCreationClassName_qualifiers[] =
 48232               {
 48233                   /* Key */
 48234                   "\025\001",
 48235                   /* Propagated */
 48236 mike  1.1.2.1     "\045CIM_FileSystem.CreationClassName",
 48237                   /* MaxLen */
 48238                   "\030\000\000\001\000",
 48239                   0,
 48240               };
 48241               
 48242               static MetaProperty
 48243               _CIM_LogicalFile_FSCreationClassName =
 48244               {
 48245                   /* flags */
 48246                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48247                   /* name */
 48248                   "FSCreationClassName",
 48249                   /* qualifiers */
 48250                   _CIM_LogicalFile_FSCreationClassName_qualifiers,
 48251                   /* type */
 48252                   CIMTYPE_STRING,
 48253                   /* subscript */
 48254                   -1,
 48255                   /* value */
 48256                   0,
 48257 mike  1.1.2.1 };
 48258               
 48259               static const char*
 48260               _CIM_LogicalFile_FSName_qualifiers[] =
 48261               {
 48262                   /* Key */
 48263                   "\025\001",
 48264                   /* Propagated */
 48265                   "\045CIM_FileSystem.Name",
 48266                   /* MaxLen */
 48267                   "\030\000\000\001\000",
 48268                   0,
 48269               };
 48270               
 48271               static MetaProperty
 48272               _CIM_LogicalFile_FSName =
 48273               {
 48274                   /* flags */
 48275                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48276                   /* name */
 48277                   "FSName",
 48278 mike  1.1.2.1     /* qualifiers */
 48279                   _CIM_LogicalFile_FSName_qualifiers,
 48280                   /* type */
 48281                   CIMTYPE_STRING,
 48282                   /* subscript */
 48283                   -1,
 48284                   /* value */
 48285                   0,
 48286               };
 48287               
 48288               static const char*
 48289               _CIM_LogicalFile_CreationClassName_qualifiers[] =
 48290               {
 48291                   /* Key */
 48292                   "\025\001",
 48293                   /* MaxLen */
 48294                   "\030\000\000\001\000",
 48295                   0,
 48296               };
 48297               
 48298               static MetaProperty
 48299 mike  1.1.2.1 _CIM_LogicalFile_CreationClassName =
 48300               {
 48301                   /* flags */
 48302                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48303                   /* name */
 48304                   "CreationClassName",
 48305                   /* qualifiers */
 48306                   _CIM_LogicalFile_CreationClassName_qualifiers,
 48307                   /* type */
 48308                   CIMTYPE_STRING,
 48309                   /* subscript */
 48310                   -1,
 48311                   /* value */
 48312                   0,
 48313               };
 48314               
 48315               static const char*
 48316               _CIM_LogicalFile_Name_qualifiers[] =
 48317               {
 48318                   /* Key */
 48319                   "\025\001",
 48320 mike  1.1.2.1     /* Override */
 48321                   "\044Name",
 48322                   /* MaxLen */
 48323                   "\030\000\000\004\000",
 48324                   0,
 48325               };
 48326               
 48327               static MetaProperty
 48328               _CIM_LogicalFile_Name =
 48329               {
 48330                   /* flags */
 48331                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48332                   /* name */
 48333                   "Name",
 48334                   /* qualifiers */
 48335                   _CIM_LogicalFile_Name_qualifiers,
 48336                   /* type */
 48337                   CIMTYPE_STRING,
 48338                   /* subscript */
 48339                   -1,
 48340                   /* value */
 48341 mike  1.1.2.1     0,
 48342               };
 48343               
 48344               static const char*
 48345               _CIM_LogicalFile_FileSize_qualifiers[] =
 48346               {
 48347                   /* Units */
 48348                   "\060Bytes",
 48349                   /* Gauge */
 48350                   "\023\001",
 48351                   0,
 48352               };
 48353               
 48354               static MetaProperty
 48355               _CIM_LogicalFile_FileSize =
 48356               {
 48357                   /* flags */
 48358                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 48359                   /* name */
 48360                   "FileSize",
 48361                   /* qualifiers */
 48362 mike  1.1.2.1     _CIM_LogicalFile_FileSize_qualifiers,
 48363                   /* type */
 48364                   CIMTYPE_UINT64,
 48365                   /* subscript */
 48366                   -1,
 48367                   /* value */
 48368                   0,
 48369               };
 48370               
 48371               static const char*
 48372               _CIM_LogicalFile_CreationDate_qualifiers[] =
 48373               {
 48374                   0,
 48375               };
 48376               
 48377               static MetaProperty
 48378               _CIM_LogicalFile_CreationDate =
 48379               {
 48380                   /* flags */
 48381                   META_FLAG_PROPERTY|META_FLAG_READ,
 48382                   /* name */
 48383 mike  1.1.2.1     "CreationDate",
 48384                   /* qualifiers */
 48385                   _CIM_LogicalFile_CreationDate_qualifiers,
 48386                   /* type */
 48387                   CIMTYPE_DATETIME,
 48388                   /* subscript */
 48389                   -1,
 48390                   /* value */
 48391                   0,
 48392               };
 48393               
 48394               static const char*
 48395               _CIM_LogicalFile_LastModified_qualifiers[] =
 48396               {
 48397                   0,
 48398               };
 48399               
 48400               static MetaProperty
 48401               _CIM_LogicalFile_LastModified =
 48402               {
 48403                   /* flags */
 48404 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 48405                   /* name */
 48406                   "LastModified",
 48407                   /* qualifiers */
 48408                   _CIM_LogicalFile_LastModified_qualifiers,
 48409                   /* type */
 48410                   CIMTYPE_DATETIME,
 48411                   /* subscript */
 48412                   -1,
 48413                   /* value */
 48414                   0,
 48415               };
 48416               
 48417               static const char*
 48418               _CIM_LogicalFile_LastAccessed_qualifiers[] =
 48419               {
 48420                   0,
 48421               };
 48422               
 48423               static MetaProperty
 48424               _CIM_LogicalFile_LastAccessed =
 48425 mike  1.1.2.1 {
 48426                   /* flags */
 48427                   META_FLAG_PROPERTY|META_FLAG_READ,
 48428                   /* name */
 48429                   "LastAccessed",
 48430                   /* qualifiers */
 48431                   _CIM_LogicalFile_LastAccessed_qualifiers,
 48432                   /* type */
 48433                   CIMTYPE_DATETIME,
 48434                   /* subscript */
 48435                   -1,
 48436                   /* value */
 48437                   0,
 48438               };
 48439               
 48440               static const char*
 48441               _CIM_LogicalFile_Readable_qualifiers[] =
 48442               {
 48443                   0,
 48444               };
 48445               
 48446 mike  1.1.2.1 static MetaProperty
 48447               _CIM_LogicalFile_Readable =
 48448               {
 48449                   /* flags */
 48450                   META_FLAG_PROPERTY|META_FLAG_READ,
 48451                   /* name */
 48452                   "Readable",
 48453                   /* qualifiers */
 48454                   _CIM_LogicalFile_Readable_qualifiers,
 48455                   /* type */
 48456                   CIMTYPE_BOOLEAN,
 48457                   /* subscript */
 48458                   -1,
 48459                   /* value */
 48460                   0,
 48461               };
 48462               
 48463               static const char*
 48464               _CIM_LogicalFile_Writeable_qualifiers[] =
 48465               {
 48466                   0,
 48467 mike  1.1.2.1 };
 48468               
 48469               static MetaProperty
 48470               _CIM_LogicalFile_Writeable =
 48471               {
 48472                   /* flags */
 48473                   META_FLAG_PROPERTY|META_FLAG_READ,
 48474                   /* name */
 48475                   "Writeable",
 48476                   /* qualifiers */
 48477                   _CIM_LogicalFile_Writeable_qualifiers,
 48478                   /* type */
 48479                   CIMTYPE_BOOLEAN,
 48480                   /* subscript */
 48481                   -1,
 48482                   /* value */
 48483                   0,
 48484               };
 48485               
 48486               static const char*
 48487               _CIM_LogicalFile_Executable_qualifiers[] =
 48488 mike  1.1.2.1 {
 48489                   0,
 48490               };
 48491               
 48492               static MetaProperty
 48493               _CIM_LogicalFile_Executable =
 48494               {
 48495                   /* flags */
 48496                   META_FLAG_PROPERTY|META_FLAG_READ,
 48497                   /* name */
 48498                   "Executable",
 48499                   /* qualifiers */
 48500                   _CIM_LogicalFile_Executable_qualifiers,
 48501                   /* type */
 48502                   CIMTYPE_BOOLEAN,
 48503                   /* subscript */
 48504                   -1,
 48505                   /* value */
 48506                   0,
 48507               };
 48508               
 48509 mike  1.1.2.1 static const char*
 48510               _CIM_LogicalFile_CompressionMethod_qualifiers[] =
 48511               {
 48512                   0,
 48513               };
 48514               
 48515               static MetaProperty
 48516               _CIM_LogicalFile_CompressionMethod =
 48517               {
 48518                   /* flags */
 48519                   META_FLAG_PROPERTY|META_FLAG_READ,
 48520                   /* name */
 48521                   "CompressionMethod",
 48522                   /* qualifiers */
 48523                   _CIM_LogicalFile_CompressionMethod_qualifiers,
 48524                   /* type */
 48525                   CIMTYPE_STRING,
 48526                   /* subscript */
 48527                   -1,
 48528                   /* value */
 48529                   0,
 48530 mike  1.1.2.1 };
 48531               
 48532               static const char*
 48533               _CIM_LogicalFile_EncryptionMethod_qualifiers[] =
 48534               {
 48535                   0,
 48536               };
 48537               
 48538               static MetaProperty
 48539               _CIM_LogicalFile_EncryptionMethod =
 48540               {
 48541                   /* flags */
 48542                   META_FLAG_PROPERTY|META_FLAG_READ,
 48543                   /* name */
 48544                   "EncryptionMethod",
 48545                   /* qualifiers */
 48546                   _CIM_LogicalFile_EncryptionMethod_qualifiers,
 48547                   /* type */
 48548                   CIMTYPE_STRING,
 48549                   /* subscript */
 48550                   -1,
 48551 mike  1.1.2.1     /* value */
 48552                   0,
 48553               };
 48554               
 48555               static const char*
 48556               _CIM_LogicalFile_InUseCount_qualifiers[] =
 48557               {
 48558                   /* Counter */
 48559                   "\012\001",
 48560                   0,
 48561               };
 48562               
 48563               static MetaProperty
 48564               _CIM_LogicalFile_InUseCount =
 48565               {
 48566                   /* flags */
 48567                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 48568                   /* name */
 48569                   "InUseCount",
 48570                   /* qualifiers */
 48571                   _CIM_LogicalFile_InUseCount_qualifiers,
 48572 mike  1.1.2.1     /* type */
 48573                   CIMTYPE_UINT64,
 48574                   /* subscript */
 48575                   -1,
 48576                   /* value */
 48577                   0,
 48578               };
 48579               
 48580               static MetaFeature*
 48581               _CIM_LogicalFile_features[] =
 48582               {
 48583                   (MetaFeature*)&_CIM_LogicalFile_CSCreationClassName,
 48584                   (MetaFeature*)&_CIM_LogicalFile_CSName,
 48585                   (MetaFeature*)&_CIM_LogicalFile_FSCreationClassName,
 48586                   (MetaFeature*)&_CIM_LogicalFile_FSName,
 48587                   (MetaFeature*)&_CIM_LogicalFile_CreationClassName,
 48588                   (MetaFeature*)&_CIM_LogicalFile_Name,
 48589                   (MetaFeature*)&_CIM_LogicalFile_FileSize,
 48590                   (MetaFeature*)&_CIM_LogicalFile_CreationDate,
 48591                   (MetaFeature*)&_CIM_LogicalFile_LastModified,
 48592                   (MetaFeature*)&_CIM_LogicalFile_LastAccessed,
 48593 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalFile_Readable,
 48594                   (MetaFeature*)&_CIM_LogicalFile_Writeable,
 48595                   (MetaFeature*)&_CIM_LogicalFile_Executable,
 48596                   (MetaFeature*)&_CIM_LogicalFile_CompressionMethod,
 48597                   (MetaFeature*)&_CIM_LogicalFile_EncryptionMethod,
 48598                   (MetaFeature*)&_CIM_LogicalFile_InUseCount,
 48599                   0,
 48600               };
 48601               
 48602               static const char*
 48603               __root_cimv2_CIM_LogicalFile_qualifiers[] =
 48604               {
 48605                   /* UMLPackagePath */
 48606                   "\057CIM::System::FileElements",
 48607                   /* Version */
 48608                   "\0632.6.0",
 48609                   0,
 48610               };
 48611               
 48612               MetaClass
 48613               __root_cimv2_CIM_LogicalFile =
 48614 mike  1.1.2.1 {
 48615                   /* flags */
 48616                   META_FLAG_CLASS,
 48617                   /* name */
 48618                   "CIM_LogicalFile",
 48619                   /* qualifiers */
 48620                   __root_cimv2_CIM_LogicalFile_qualifiers,
 48621                   /* super */
 48622                   &__root_cimv2_CIM_LogicalElement,
 48623                   /* features */
 48624                   _CIM_LogicalFile_features,
 48625               };
 48626               
 48627               //==============================================================================
 48628               //
 48629               // Class: CIM_LogicalPortGroup
 48630               //
 48631               //==============================================================================
 48632               
 48633               static const char*
 48634               _CIM_LogicalPortGroup_Name_qualifiers[] =
 48635 mike  1.1.2.1 {
 48636                   /* MaxLen */
 48637                   "\030\000\000\001\000",
 48638                   /* ModelCorrespondence */
 48639                   "\036\000\001CIM_LogicalPortGroup.NameFormat\000",
 48640                   0,
 48641               };
 48642               
 48643               static MetaProperty
 48644               _CIM_LogicalPortGroup_Name =
 48645               {
 48646                   /* flags */
 48647                   META_FLAG_PROPERTY|META_FLAG_READ,
 48648                   /* name */
 48649                   "Name",
 48650                   /* qualifiers */
 48651                   _CIM_LogicalPortGroup_Name_qualifiers,
 48652                   /* type */
 48653                   CIMTYPE_STRING,
 48654                   /* subscript */
 48655                   -1,
 48656 mike  1.1.2.1     /* value */
 48657                   0,
 48658               };
 48659               
 48660               static const char*
 48661               _CIM_LogicalPortGroup_NameFormat_qualifiers[] =
 48662               {
 48663                   /* ValueMap */
 48664                   "\061\000\004Unknown\000Other\000WWN\000GUID\000",
 48665                   /* MaxLen */
 48666                   "\030\000\000\000\100",
 48667                   /* ModelCorrespondence */
 48668                   "\036\000\002CIM_LogicalPortGroup.Name\000CIM_LogicalPortGroup.OtherNameFormat\000",
 48669                   0,
 48670               };
 48671               
 48672               static MetaProperty
 48673               _CIM_LogicalPortGroup_NameFormat =
 48674               {
 48675                   /* flags */
 48676                   META_FLAG_PROPERTY|META_FLAG_READ,
 48677 mike  1.1.2.1     /* name */
 48678                   "NameFormat",
 48679                   /* qualifiers */
 48680                   _CIM_LogicalPortGroup_NameFormat_qualifiers,
 48681                   /* type */
 48682                   CIMTYPE_STRING,
 48683                   /* subscript */
 48684                   -1,
 48685                   /* value */
 48686                   0,
 48687               };
 48688               
 48689               static const char*
 48690               _CIM_LogicalPortGroup_OtherNameFormat_qualifiers[] =
 48691               {
 48692                   /* ModelCorrespondence */
 48693                   "\036\000\001CIM_LogicalPortGroup.Name\000",
 48694                   0,
 48695               };
 48696               
 48697               static MetaProperty
 48698 mike  1.1.2.1 _CIM_LogicalPortGroup_OtherNameFormat =
 48699               {
 48700                   /* flags */
 48701                   META_FLAG_PROPERTY|META_FLAG_READ,
 48702                   /* name */
 48703                   "OtherNameFormat",
 48704                   /* qualifiers */
 48705                   _CIM_LogicalPortGroup_OtherNameFormat_qualifiers,
 48706                   /* type */
 48707                   CIMTYPE_STRING,
 48708                   /* subscript */
 48709                   -1,
 48710                   /* value */
 48711                   0,
 48712               };
 48713               
 48714               static MetaFeature*
 48715               _CIM_LogicalPortGroup_features[] =
 48716               {
 48717                   (MetaFeature*)&_CIM_LogicalPortGroup_Name,
 48718                   (MetaFeature*)&_CIM_LogicalPortGroup_NameFormat,
 48719 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalPortGroup_OtherNameFormat,
 48720                   0,
 48721               };
 48722               
 48723               static const char*
 48724               __root_cimv2_CIM_LogicalPortGroup_qualifiers[] =
 48725               {
 48726                   /* UMLPackagePath */
 48727                   "\057CIM::Device::Ports",
 48728                   /* Version */
 48729                   "\0632.10.0",
 48730                   0,
 48731               };
 48732               
 48733               MetaClass
 48734               __root_cimv2_CIM_LogicalPortGroup =
 48735               {
 48736                   /* flags */
 48737                   META_FLAG_CLASS,
 48738                   /* name */
 48739                   "CIM_LogicalPortGroup",
 48740 mike  1.1.2.1     /* qualifiers */
 48741                   __root_cimv2_CIM_LogicalPortGroup_qualifiers,
 48742                   /* super */
 48743                   &__root_cimv2_CIM_SystemSpecificCollection,
 48744                   /* features */
 48745                   _CIM_LogicalPortGroup_features,
 48746               };
 48747               
 48748               //==============================================================================
 48749               //
 48750               // Class: CIM_LogicalPortSettings
 48751               //
 48752               //==============================================================================
 48753               
 48754               static const char*
 48755               _CIM_LogicalPortSettings_RequestedSpeed_qualifiers[] =
 48756               {
 48757                   /* Write */
 48758                   "\065\001",
 48759                   /* Units */
 48760                   "\060Bits per Second",
 48761 mike  1.1.2.1     /* MappingStrings */
 48762                   "\026\000\001FC-SWAPI.INCITS-T11|UcPortConfigSetLinkSpeed\000",
 48763                   /* ModelCorrespondence */
 48764                   "\036\000\001CIM_LogicalPort.Speed\000",
 48765                   0,
 48766               };
 48767               
 48768               static MetaProperty
 48769               _CIM_LogicalPortSettings_RequestedSpeed =
 48770               {
 48771                   /* flags */
 48772                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 48773                   /* name */
 48774                   "RequestedSpeed",
 48775                   /* qualifiers */
 48776                   _CIM_LogicalPortSettings_RequestedSpeed_qualifiers,
 48777                   /* type */
 48778                   CIMTYPE_UINT64,
 48779                   /* subscript */
 48780                   -1,
 48781                   /* value */
 48782 mike  1.1.2.1     0,
 48783               };
 48784               
 48785               static const char*
 48786               _CIM_LogicalPortSettings_AutoSenseSpeed_qualifiers[] =
 48787               {
 48788                   /* Write */
 48789                   "\065\001",
 48790                   /* MappingStrings */
 48791                   "\026\000\001FC-SWAPI.INCITS-T11|UcPortConfigSetLinkSpeed\000",
 48792                   /* ModelCorrespondence */
 48793                   "\036\000\002CIM_LogicalPort.Speed\000CIM_LogicalPortCapabilities.AutoSenseSpeedConfigurable\000",
 48794                   0,
 48795               };
 48796               
 48797               static MetaProperty
 48798               _CIM_LogicalPortSettings_AutoSenseSpeed =
 48799               {
 48800                   /* flags */
 48801                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 48802                   /* name */
 48803 mike  1.1.2.1     "AutoSenseSpeed",
 48804                   /* qualifiers */
 48805                   _CIM_LogicalPortSettings_AutoSenseSpeed_qualifiers,
 48806                   /* type */
 48807                   CIMTYPE_BOOLEAN,
 48808                   /* subscript */
 48809                   -1,
 48810                   /* value */
 48811                   0,
 48812               };
 48813               
 48814               static MetaFeature*
 48815               _CIM_LogicalPortSettings_features[] =
 48816               {
 48817                   (MetaFeature*)&_CIM_LogicalPortSettings_RequestedSpeed,
 48818                   (MetaFeature*)&_CIM_LogicalPortSettings_AutoSenseSpeed,
 48819                   0,
 48820               };
 48821               
 48822               static const char*
 48823               __root_cimv2_CIM_LogicalPortSettings_qualifiers[] =
 48824 mike  1.1.2.1 {
 48825                   /* UMLPackagePath */
 48826                   "\057CIM::Device::Ports",
 48827                   /* Version */
 48828                   "\0632.11.0",
 48829                   0,
 48830               };
 48831               
 48832               MetaClass
 48833               __root_cimv2_CIM_LogicalPortSettings =
 48834               {
 48835                   /* flags */
 48836                   META_FLAG_CLASS,
 48837                   /* name */
 48838                   "CIM_LogicalPortSettings",
 48839                   /* qualifiers */
 48840                   __root_cimv2_CIM_LogicalPortSettings_qualifiers,
 48841                   /* super */
 48842                   &__root_cimv2_CIM_SettingData,
 48843                   /* features */
 48844                   _CIM_LogicalPortSettings_features,
 48845 mike  1.1.2.1 };
 48846               
 48847               //==============================================================================
 48848               //
 48849               // Class: CIM_LogRecord
 48850               //
 48851               //==============================================================================
 48852               
 48853               static const char*
 48854               _CIM_LogRecord_LogCreationClassName_qualifiers[] =
 48855               {
 48856                   /* Key */
 48857                   "\025\001",
 48858                   /* Propagated */
 48859                   "\045CIM_MessageLog.CreationClassName",
 48860                   /* MaxLen */
 48861                   "\030\000\000\001\000",
 48862                   0,
 48863               };
 48864               
 48865               static MetaProperty
 48866 mike  1.1.2.1 _CIM_LogRecord_LogCreationClassName =
 48867               {
 48868                   /* flags */
 48869                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48870                   /* name */
 48871                   "LogCreationClassName",
 48872                   /* qualifiers */
 48873                   _CIM_LogRecord_LogCreationClassName_qualifiers,
 48874                   /* type */
 48875                   CIMTYPE_STRING,
 48876                   /* subscript */
 48877                   -1,
 48878                   /* value */
 48879                   0,
 48880               };
 48881               
 48882               static const char*
 48883               _CIM_LogRecord_LogName_qualifiers[] =
 48884               {
 48885                   /* Key */
 48886                   "\025\001",
 48887 mike  1.1.2.1     /* Propagated */
 48888                   "\045CIM_MessageLog.Name",
 48889                   /* MaxLen */
 48890                   "\030\000\000\001\000",
 48891                   0,
 48892               };
 48893               
 48894               static MetaProperty
 48895               _CIM_LogRecord_LogName =
 48896               {
 48897                   /* flags */
 48898                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48899                   /* name */
 48900                   "LogName",
 48901                   /* qualifiers */
 48902                   _CIM_LogRecord_LogName_qualifiers,
 48903                   /* type */
 48904                   CIMTYPE_STRING,
 48905                   /* subscript */
 48906                   -1,
 48907                   /* value */
 48908 mike  1.1.2.1     0,
 48909               };
 48910               
 48911               static const char*
 48912               _CIM_LogRecord_CreationClassName_qualifiers[] =
 48913               {
 48914                   /* Key */
 48915                   "\025\001",
 48916                   /* MaxLen */
 48917                   "\030\000\000\001\000",
 48918                   0,
 48919               };
 48920               
 48921               static MetaProperty
 48922               _CIM_LogRecord_CreationClassName =
 48923               {
 48924                   /* flags */
 48925                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48926                   /* name */
 48927                   "CreationClassName",
 48928                   /* qualifiers */
 48929 mike  1.1.2.1     _CIM_LogRecord_CreationClassName_qualifiers,
 48930                   /* type */
 48931                   CIMTYPE_STRING,
 48932                   /* subscript */
 48933                   -1,
 48934                   /* value */
 48935                   0,
 48936               };
 48937               
 48938               static const char*
 48939               _CIM_LogRecord_RecordID_qualifiers[] =
 48940               {
 48941                   /* Key */
 48942                   "\025\001",
 48943                   /* MaxLen */
 48944                   "\030\000\000\001\000",
 48945                   0,
 48946               };
 48947               
 48948               static MetaProperty
 48949               _CIM_LogRecord_RecordID =
 48950 mike  1.1.2.1 {
 48951                   /* flags */
 48952                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48953                   /* name */
 48954                   "RecordID",
 48955                   /* qualifiers */
 48956                   _CIM_LogRecord_RecordID_qualifiers,
 48957                   /* type */
 48958                   CIMTYPE_STRING,
 48959                   /* subscript */
 48960                   -1,
 48961                   /* value */
 48962                   0,
 48963               };
 48964               
 48965               static const char*
 48966               _CIM_LogRecord_MessageTimestamp_qualifiers[] =
 48967               {
 48968                   /* Key */
 48969                   "\025\001",
 48970                   0,
 48971 mike  1.1.2.1 };
 48972               
 48973               static MetaProperty
 48974               _CIM_LogRecord_MessageTimestamp =
 48975               {
 48976                   /* flags */
 48977                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48978                   /* name */
 48979                   "MessageTimestamp",
 48980                   /* qualifiers */
 48981                   _CIM_LogRecord_MessageTimestamp_qualifiers,
 48982                   /* type */
 48983                   CIMTYPE_DATETIME,
 48984                   /* subscript */
 48985                   -1,
 48986                   /* value */
 48987                   0,
 48988               };
 48989               
 48990               static const char*
 48991               _CIM_LogRecord_DataFormat_qualifiers[] =
 48992 mike  1.1.2.1 {
 48993                   /* Deprecated */
 48994                   "\013\000\001CIM_LogRecord.RecordFormat\000",
 48995                   0,
 48996               };
 48997               
 48998               static MetaProperty
 48999               _CIM_LogRecord_DataFormat =
 49000               {
 49001                   /* flags */
 49002                   META_FLAG_PROPERTY|META_FLAG_READ,
 49003                   /* name */
 49004                   "DataFormat",
 49005                   /* qualifiers */
 49006                   _CIM_LogRecord_DataFormat_qualifiers,
 49007                   /* type */
 49008                   CIMTYPE_STRING,
 49009                   /* subscript */
 49010                   -1,
 49011                   /* value */
 49012                   0,
 49013 mike  1.1.2.1 };
 49014               
 49015               static MetaFeature*
 49016               _CIM_LogRecord_features[] =
 49017               {
 49018                   (MetaFeature*)&_CIM_LogRecord_LogCreationClassName,
 49019                   (MetaFeature*)&_CIM_LogRecord_LogName,
 49020                   (MetaFeature*)&_CIM_LogRecord_CreationClassName,
 49021                   (MetaFeature*)&_CIM_LogRecord_RecordID,
 49022                   (MetaFeature*)&_CIM_LogRecord_MessageTimestamp,
 49023                   (MetaFeature*)&_CIM_LogRecord_DataFormat,
 49024                   0,
 49025               };
 49026               
 49027               static const char*
 49028               __root_cimv2_CIM_LogRecord_qualifiers[] =
 49029               {
 49030                   /* UMLPackagePath */
 49031                   "\057CIM::System::Logs",
 49032                   /* Version */
 49033                   "\0632.11.0",
 49034 mike  1.1.2.1     0,
 49035               };
 49036               
 49037               MetaClass
 49038               __root_cimv2_CIM_LogRecord =
 49039               {
 49040                   /* flags */
 49041                   META_FLAG_CLASS,
 49042                   /* name */
 49043                   "CIM_LogRecord",
 49044                   /* qualifiers */
 49045                   __root_cimv2_CIM_LogRecord_qualifiers,
 49046                   /* super */
 49047                   &__root_cimv2_CIM_RecordForLog,
 49048                   /* features */
 49049                   _CIM_LogRecord_features,
 49050               };
 49051               
 49052               //==============================================================================
 49053               //
 49054               // Class: CIM_MediaAccessStatData
 49055 mike  1.1.2.1 //
 49056               //==============================================================================
 49057               
 49058               static const char*
 49059               _CIM_MediaAccessStatData_ReadOperations_qualifiers[] =
 49060               {
 49061                   /* Counter */
 49062                   "\012\001",
 49063                   0,
 49064               };
 49065               
 49066               static MetaProperty
 49067               _CIM_MediaAccessStatData_ReadOperations =
 49068               {
 49069                   /* flags */
 49070                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49071                   /* name */
 49072                   "ReadOperations",
 49073                   /* qualifiers */
 49074                   _CIM_MediaAccessStatData_ReadOperations_qualifiers,
 49075                   /* type */
 49076 mike  1.1.2.1     CIMTYPE_UINT64,
 49077                   /* subscript */
 49078                   -1,
 49079                   /* value */
 49080                   0,
 49081               };
 49082               
 49083               static const char*
 49084               _CIM_MediaAccessStatData_UnrecoverableReadOperations_qualifiers[] =
 49085               {
 49086                   /* Counter */
 49087                   "\012\001",
 49088                   0,
 49089               };
 49090               
 49091               static MetaProperty
 49092               _CIM_MediaAccessStatData_UnrecoverableReadOperations =
 49093               {
 49094                   /* flags */
 49095                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49096                   /* name */
 49097 mike  1.1.2.1     "UnrecoverableReadOperations",
 49098                   /* qualifiers */
 49099                   _CIM_MediaAccessStatData_UnrecoverableReadOperations_qualifiers,
 49100                   /* type */
 49101                   CIMTYPE_UINT64,
 49102                   /* subscript */
 49103                   -1,
 49104                   /* value */
 49105                   0,
 49106               };
 49107               
 49108               static const char*
 49109               _CIM_MediaAccessStatData_WriteOperations_qualifiers[] =
 49110               {
 49111                   /* Counter */
 49112                   "\012\001",
 49113                   0,
 49114               };
 49115               
 49116               static MetaProperty
 49117               _CIM_MediaAccessStatData_WriteOperations =
 49118 mike  1.1.2.1 {
 49119                   /* flags */
 49120                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49121                   /* name */
 49122                   "WriteOperations",
 49123                   /* qualifiers */
 49124                   _CIM_MediaAccessStatData_WriteOperations_qualifiers,
 49125                   /* type */
 49126                   CIMTYPE_UINT64,
 49127                   /* subscript */
 49128                   -1,
 49129                   /* value */
 49130                   0,
 49131               };
 49132               
 49133               static const char*
 49134               _CIM_MediaAccessStatData_UnrecoverableWriteOperations_qualifiers[] =
 49135               {
 49136                   /* Counter */
 49137                   "\012\001",
 49138                   0,
 49139 mike  1.1.2.1 };
 49140               
 49141               static MetaProperty
 49142               _CIM_MediaAccessStatData_UnrecoverableWriteOperations =
 49143               {
 49144                   /* flags */
 49145                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49146                   /* name */
 49147                   "UnrecoverableWriteOperations",
 49148                   /* qualifiers */
 49149                   _CIM_MediaAccessStatData_UnrecoverableWriteOperations_qualifiers,
 49150                   /* type */
 49151                   CIMTYPE_UINT64,
 49152                   /* subscript */
 49153                   -1,
 49154                   /* value */
 49155                   0,
 49156               };
 49157               
 49158               static const char*
 49159               _CIM_MediaAccessStatData_RecoveredReadOperations_qualifiers[] =
 49160 mike  1.1.2.1 {
 49161                   /* Counter */
 49162                   "\012\001",
 49163                   0,
 49164               };
 49165               
 49166               static MetaProperty
 49167               _CIM_MediaAccessStatData_RecoveredReadOperations =
 49168               {
 49169                   /* flags */
 49170                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49171                   /* name */
 49172                   "RecoveredReadOperations",
 49173                   /* qualifiers */
 49174                   _CIM_MediaAccessStatData_RecoveredReadOperations_qualifiers,
 49175                   /* type */
 49176                   CIMTYPE_UINT64,
 49177                   /* subscript */
 49178                   -1,
 49179                   /* value */
 49180                   0,
 49181 mike  1.1.2.1 };
 49182               
 49183               static const char*
 49184               _CIM_MediaAccessStatData_RecoveredWriteOperations_qualifiers[] =
 49185               {
 49186                   /* Counter */
 49187                   "\012\001",
 49188                   0,
 49189               };
 49190               
 49191               static MetaProperty
 49192               _CIM_MediaAccessStatData_RecoveredWriteOperations =
 49193               {
 49194                   /* flags */
 49195                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49196                   /* name */
 49197                   "RecoveredWriteOperations",
 49198                   /* qualifiers */
 49199                   _CIM_MediaAccessStatData_RecoveredWriteOperations_qualifiers,
 49200                   /* type */
 49201                   CIMTYPE_UINT64,
 49202 mike  1.1.2.1     /* subscript */
 49203                   -1,
 49204                   /* value */
 49205                   0,
 49206               };
 49207               
 49208               static const char*
 49209               _CIM_MediaAccessStatData_RecoveredSeekOperations_qualifiers[] =
 49210               {
 49211                   /* Counter */
 49212                   "\012\001",
 49213                   0,
 49214               };
 49215               
 49216               static MetaProperty
 49217               _CIM_MediaAccessStatData_RecoveredSeekOperations =
 49218               {
 49219                   /* flags */
 49220                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49221                   /* name */
 49222                   "RecoveredSeekOperations",
 49223 mike  1.1.2.1     /* qualifiers */
 49224                   _CIM_MediaAccessStatData_RecoveredSeekOperations_qualifiers,
 49225                   /* type */
 49226                   CIMTYPE_UINT64,
 49227                   /* subscript */
 49228                   -1,
 49229                   /* value */
 49230                   0,
 49231               };
 49232               
 49233               static const char*
 49234               _CIM_MediaAccessStatData_UnrecoverableSeekOperations_qualifiers[] =
 49235               {
 49236                   /* Counter */
 49237                   "\012\001",
 49238                   0,
 49239               };
 49240               
 49241               static MetaProperty
 49242               _CIM_MediaAccessStatData_UnrecoverableSeekOperations =
 49243               {
 49244 mike  1.1.2.1     /* flags */
 49245                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49246                   /* name */
 49247                   "UnrecoverableSeekOperations",
 49248                   /* qualifiers */
 49249                   _CIM_MediaAccessStatData_UnrecoverableSeekOperations_qualifiers,
 49250                   /* type */
 49251                   CIMTYPE_UINT64,
 49252                   /* subscript */
 49253                   -1,
 49254                   /* value */
 49255                   0,
 49256               };
 49257               
 49258               static MetaFeature*
 49259               _CIM_MediaAccessStatData_features[] =
 49260               {
 49261                   (MetaFeature*)&_CIM_MediaAccessStatData_ReadOperations,
 49262                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableReadOperations,
 49263                   (MetaFeature*)&_CIM_MediaAccessStatData_WriteOperations,
 49264                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableWriteOperations,
 49265 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredReadOperations,
 49266                   (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredWriteOperations,
 49267                   (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredSeekOperations,
 49268                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableSeekOperations,
 49269                   0,
 49270               };
 49271               
 49272               static const char*
 49273               __root_cimv2_CIM_MediaAccessStatData_qualifiers[] =
 49274               {
 49275                   /* UMLPackagePath */
 49276                   "\057CIM::Device::StorageDevices",
 49277                   /* Version */
 49278                   "\0632.7.0",
 49279                   0,
 49280               };
 49281               
 49282               MetaClass
 49283               __root_cimv2_CIM_MediaAccessStatData =
 49284               {
 49285                   /* flags */
 49286 mike  1.1.2.1     META_FLAG_CLASS,
 49287                   /* name */
 49288                   "CIM_MediaAccessStatData",
 49289                   /* qualifiers */
 49290                   __root_cimv2_CIM_MediaAccessStatData_qualifiers,
 49291                   /* super */
 49292                   &__root_cimv2_CIM_StatisticalData,
 49293                   /* features */
 49294                   _CIM_MediaAccessStatData_features,
 49295               };
 49296               
 49297               //==============================================================================
 49298               //
 49299               // Class: CIM_MediaAccessStatInfo
 49300               //
 49301               //==============================================================================
 49302               
 49303               static const char*
 49304               _CIM_MediaAccessStatInfo_ReadOperations_qualifiers[] =
 49305               {
 49306                   /* Counter */
 49307 mike  1.1.2.1     "\012\001",
 49308                   0,
 49309               };
 49310               
 49311               static MetaProperty
 49312               _CIM_MediaAccessStatInfo_ReadOperations =
 49313               {
 49314                   /* flags */
 49315                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49316                   /* name */
 49317                   "ReadOperations",
 49318                   /* qualifiers */
 49319                   _CIM_MediaAccessStatInfo_ReadOperations_qualifiers,
 49320                   /* type */
 49321                   CIMTYPE_UINT64,
 49322                   /* subscript */
 49323                   -1,
 49324                   /* value */
 49325                   0,
 49326               };
 49327               
 49328 mike  1.1.2.1 static const char*
 49329               _CIM_MediaAccessStatInfo_UnrecoverableReadOperations_qualifiers[] =
 49330               {
 49331                   /* Counter */
 49332                   "\012\001",
 49333                   0,
 49334               };
 49335               
 49336               static MetaProperty
 49337               _CIM_MediaAccessStatInfo_UnrecoverableReadOperations =
 49338               {
 49339                   /* flags */
 49340                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49341                   /* name */
 49342                   "UnrecoverableReadOperations",
 49343                   /* qualifiers */
 49344                   _CIM_MediaAccessStatInfo_UnrecoverableReadOperations_qualifiers,
 49345                   /* type */
 49346                   CIMTYPE_UINT64,
 49347                   /* subscript */
 49348                   -1,
 49349 mike  1.1.2.1     /* value */
 49350                   0,
 49351               };
 49352               
 49353               static const char*
 49354               _CIM_MediaAccessStatInfo_WriteOperations_qualifiers[] =
 49355               {
 49356                   /* Counter */
 49357                   "\012\001",
 49358                   0,
 49359               };
 49360               
 49361               static MetaProperty
 49362               _CIM_MediaAccessStatInfo_WriteOperations =
 49363               {
 49364                   /* flags */
 49365                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49366                   /* name */
 49367                   "WriteOperations",
 49368                   /* qualifiers */
 49369                   _CIM_MediaAccessStatInfo_WriteOperations_qualifiers,
 49370 mike  1.1.2.1     /* type */
 49371                   CIMTYPE_UINT64,
 49372                   /* subscript */
 49373                   -1,
 49374                   /* value */
 49375                   0,
 49376               };
 49377               
 49378               static const char*
 49379               _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations_qualifiers[] =
 49380               {
 49381                   /* Counter */
 49382                   "\012\001",
 49383                   0,
 49384               };
 49385               
 49386               static MetaProperty
 49387               _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations =
 49388               {
 49389                   /* flags */
 49390                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49391 mike  1.1.2.1     /* name */
 49392                   "UnrecoverableWriteOperations",
 49393                   /* qualifiers */
 49394                   _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations_qualifiers,
 49395                   /* type */
 49396                   CIMTYPE_UINT64,
 49397                   /* subscript */
 49398                   -1,
 49399                   /* value */
 49400                   0,
 49401               };
 49402               
 49403               static const char*
 49404               _CIM_MediaAccessStatInfo_RecoveredReadOperations_qualifiers[] =
 49405               {
 49406                   /* Counter */
 49407                   "\012\001",
 49408                   0,
 49409               };
 49410               
 49411               static MetaProperty
 49412 mike  1.1.2.1 _CIM_MediaAccessStatInfo_RecoveredReadOperations =
 49413               {
 49414                   /* flags */
 49415                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49416                   /* name */
 49417                   "RecoveredReadOperations",
 49418                   /* qualifiers */
 49419                   _CIM_MediaAccessStatInfo_RecoveredReadOperations_qualifiers,
 49420                   /* type */
 49421                   CIMTYPE_UINT64,
 49422                   /* subscript */
 49423                   -1,
 49424                   /* value */
 49425                   0,
 49426               };
 49427               
 49428               static const char*
 49429               _CIM_MediaAccessStatInfo_RecoveredWriteOperations_qualifiers[] =
 49430               {
 49431                   /* Counter */
 49432                   "\012\001",
 49433 mike  1.1.2.1     0,
 49434               };
 49435               
 49436               static MetaProperty
 49437               _CIM_MediaAccessStatInfo_RecoveredWriteOperations =
 49438               {
 49439                   /* flags */
 49440                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49441                   /* name */
 49442                   "RecoveredWriteOperations",
 49443                   /* qualifiers */
 49444                   _CIM_MediaAccessStatInfo_RecoveredWriteOperations_qualifiers,
 49445                   /* type */
 49446                   CIMTYPE_UINT64,
 49447                   /* subscript */
 49448                   -1,
 49449                   /* value */
 49450                   0,
 49451               };
 49452               
 49453               static const char*
 49454 mike  1.1.2.1 _CIM_MediaAccessStatInfo_RecoveredSeekOperations_qualifiers[] =
 49455               {
 49456                   /* Counter */
 49457                   "\012\001",
 49458                   0,
 49459               };
 49460               
 49461               static MetaProperty
 49462               _CIM_MediaAccessStatInfo_RecoveredSeekOperations =
 49463               {
 49464                   /* flags */
 49465                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49466                   /* name */
 49467                   "RecoveredSeekOperations",
 49468                   /* qualifiers */
 49469                   _CIM_MediaAccessStatInfo_RecoveredSeekOperations_qualifiers,
 49470                   /* type */
 49471                   CIMTYPE_UINT64,
 49472                   /* subscript */
 49473                   -1,
 49474                   /* value */
 49475 mike  1.1.2.1     0,
 49476               };
 49477               
 49478               static const char*
 49479               _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations_qualifiers[] =
 49480               {
 49481                   /* Counter */
 49482                   "\012\001",
 49483                   0,
 49484               };
 49485               
 49486               static MetaProperty
 49487               _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations =
 49488               {
 49489                   /* flags */
 49490                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49491                   /* name */
 49492                   "UnrecoverableSeekOperations",
 49493                   /* qualifiers */
 49494                   _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations_qualifiers,
 49495                   /* type */
 49496 mike  1.1.2.1     CIMTYPE_UINT64,
 49497                   /* subscript */
 49498                   -1,
 49499                   /* value */
 49500                   0,
 49501               };
 49502               
 49503               static const char*
 49504               _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 49505               {
 49506                   /* IN */
 49507                   "\024\001",
 49508                   /* ValueMap */
 49509                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 49510                   /* Values */
 49511                   "\062\000\011All\000Read Operations\000Unrecoverable Read Operations\000Write Operations\000Unrecoverable Write Operations\000Recovered Read Operations\000Recovered Write Operations\000Recovered Seeks\000Unrecoverable Seeks\000",
 49512                   0,
 49513               };
 49514               
 49515               static MetaProperty
 49516               _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter =
 49517 mike  1.1.2.1 {
 49518                   /* flags */
 49519                   META_FLAG_PROPERTY|META_FLAG_IN,
 49520                   /* name */
 49521                   "SelectedCounter",
 49522                   /* qualifiers */
 49523                   _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter_qualifiers,
 49524                   /* type */
 49525                   CIMTYPE_UINT16,
 49526                   /* subscript */
 49527                   -1,
 49528                   /* value */
 49529                   0,
 49530               };
 49531               
 49532               static MetaFeature*
 49533               _CIM_MediaAccessStatInfo_ResetCounter_parameters[] =
 49534               {
 49535                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter,
 49536                   0,
 49537               };
 49538 mike  1.1.2.1 
 49539               static const char*
 49540               _CIM_MediaAccessStatInfo_ResetCounter_qualifiers[] =
 49541               {
 49542                   0,
 49543               };
 49544               
 49545               static MetaMethod
 49546               _CIM_MediaAccessStatInfo_ResetCounter =
 49547               {
 49548                   /* flags */
 49549                   META_FLAG_METHOD,
 49550                   /* name */
 49551                   "CIM_MediaAccessStatInfo",
 49552                   /* qualifiers */
 49553                   _CIM_MediaAccessStatInfo_ResetCounter_qualifiers,
 49554                   /* type */
 49555                   CIMTYPE_UINT32,
 49556                   /* parameters */
 49557                   _CIM_MediaAccessStatInfo_ResetCounter_parameters,
 49558               };
 49559 mike  1.1.2.1 
 49560               static MetaFeature*
 49561               _CIM_MediaAccessStatInfo_features[] =
 49562               {
 49563                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ReadOperations,
 49564                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableReadOperations,
 49565                   (MetaFeature*)&_CIM_MediaAccessStatInfo_WriteOperations,
 49566                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableWriteOperations,
 49567                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredReadOperations,
 49568                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredWriteOperations,
 49569                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredSeekOperations,
 49570                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableSeekOperations,
 49571                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ResetCounter,
 49572                   0,
 49573               };
 49574               
 49575               static const char*
 49576               __root_cimv2_CIM_MediaAccessStatInfo_qualifiers[] =
 49577               {
 49578                   /* UMLPackagePath */
 49579                   "\057CIM::Device::StorageDevices",
 49580 mike  1.1.2.1     /* Version */
 49581                   "\0632.6.0",
 49582                   0,
 49583               };
 49584               
 49585               MetaClass
 49586               __root_cimv2_CIM_MediaAccessStatInfo =
 49587               {
 49588                   /* flags */
 49589                   META_FLAG_CLASS,
 49590                   /* name */
 49591                   "CIM_MediaAccessStatInfo",
 49592                   /* qualifiers */
 49593                   __root_cimv2_CIM_MediaAccessStatInfo_qualifiers,
 49594                   /* super */
 49595                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 49596                   /* features */
 49597                   _CIM_MediaAccessStatInfo_features,
 49598               };
 49599               
 49600               //==============================================================================
 49601 mike  1.1.2.1 //
 49602               // Class: CIM_MediaPhysicalStatData
 49603               //
 49604               //==============================================================================
 49605               
 49606               static const char*
 49607               _CIM_MediaPhysicalStatData_ScanSuccesses_qualifiers[] =
 49608               {
 49609                   /* Counter */
 49610                   "\012\001",
 49611                   0,
 49612               };
 49613               
 49614               static MetaProperty
 49615               _CIM_MediaPhysicalStatData_ScanSuccesses =
 49616               {
 49617                   /* flags */
 49618                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49619                   /* name */
 49620                   "ScanSuccesses",
 49621                   /* qualifiers */
 49622 mike  1.1.2.1     _CIM_MediaPhysicalStatData_ScanSuccesses_qualifiers,
 49623                   /* type */
 49624                   CIMTYPE_UINT64,
 49625                   /* subscript */
 49626                   -1,
 49627                   /* value */
 49628                   0,
 49629               };
 49630               
 49631               static const char*
 49632               _CIM_MediaPhysicalStatData_ScanFailures_qualifiers[] =
 49633               {
 49634                   /* Counter */
 49635                   "\012\001",
 49636                   0,
 49637               };
 49638               
 49639               static MetaProperty
 49640               _CIM_MediaPhysicalStatData_ScanFailures =
 49641               {
 49642                   /* flags */
 49643 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49644                   /* name */
 49645                   "ScanFailures",
 49646                   /* qualifiers */
 49647                   _CIM_MediaPhysicalStatData_ScanFailures_qualifiers,
 49648                   /* type */
 49649                   CIMTYPE_UINT64,
 49650                   /* subscript */
 49651                   -1,
 49652                   /* value */
 49653                   0,
 49654               };
 49655               
 49656               static const char*
 49657               _CIM_MediaPhysicalStatData_ScanRetries_qualifiers[] =
 49658               {
 49659                   /* Counter */
 49660                   "\012\001",
 49661                   0,
 49662               };
 49663               
 49664 mike  1.1.2.1 static MetaProperty
 49665               _CIM_MediaPhysicalStatData_ScanRetries =
 49666               {
 49667                   /* flags */
 49668                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49669                   /* name */
 49670                   "ScanRetries",
 49671                   /* qualifiers */
 49672                   _CIM_MediaPhysicalStatData_ScanRetries_qualifiers,
 49673                   /* type */
 49674                   CIMTYPE_UINT64,
 49675                   /* subscript */
 49676                   -1,
 49677                   /* value */
 49678                   0,
 49679               };
 49680               
 49681               static const char*
 49682               _CIM_MediaPhysicalStatData_PickSuccesses_qualifiers[] =
 49683               {
 49684                   /* Counter */
 49685 mike  1.1.2.1     "\012\001",
 49686                   0,
 49687               };
 49688               
 49689               static MetaProperty
 49690               _CIM_MediaPhysicalStatData_PickSuccesses =
 49691               {
 49692                   /* flags */
 49693                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49694                   /* name */
 49695                   "PickSuccesses",
 49696                   /* qualifiers */
 49697                   _CIM_MediaPhysicalStatData_PickSuccesses_qualifiers,
 49698                   /* type */
 49699                   CIMTYPE_UINT64,
 49700                   /* subscript */
 49701                   -1,
 49702                   /* value */
 49703                   0,
 49704               };
 49705               
 49706 mike  1.1.2.1 static const char*
 49707               _CIM_MediaPhysicalStatData_PickFailures_qualifiers[] =
 49708               {
 49709                   /* Counter */
 49710                   "\012\001",
 49711                   0,
 49712               };
 49713               
 49714               static MetaProperty
 49715               _CIM_MediaPhysicalStatData_PickFailures =
 49716               {
 49717                   /* flags */
 49718                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49719                   /* name */
 49720                   "PickFailures",
 49721                   /* qualifiers */
 49722                   _CIM_MediaPhysicalStatData_PickFailures_qualifiers,
 49723                   /* type */
 49724                   CIMTYPE_UINT64,
 49725                   /* subscript */
 49726                   -1,
 49727 mike  1.1.2.1     /* value */
 49728                   0,
 49729               };
 49730               
 49731               static const char*
 49732               _CIM_MediaPhysicalStatData_PickRetries_qualifiers[] =
 49733               {
 49734                   /* Counter */
 49735                   "\012\001",
 49736                   0,
 49737               };
 49738               
 49739               static MetaProperty
 49740               _CIM_MediaPhysicalStatData_PickRetries =
 49741               {
 49742                   /* flags */
 49743                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49744                   /* name */
 49745                   "PickRetries",
 49746                   /* qualifiers */
 49747                   _CIM_MediaPhysicalStatData_PickRetries_qualifiers,
 49748 mike  1.1.2.1     /* type */
 49749                   CIMTYPE_UINT64,
 49750                   /* subscript */
 49751                   -1,
 49752                   /* value */
 49753                   0,
 49754               };
 49755               
 49756               static const char*
 49757               _CIM_MediaPhysicalStatData_PutSuccesses_qualifiers[] =
 49758               {
 49759                   /* Counter */
 49760                   "\012\001",
 49761                   0,
 49762               };
 49763               
 49764               static MetaProperty
 49765               _CIM_MediaPhysicalStatData_PutSuccesses =
 49766               {
 49767                   /* flags */
 49768                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49769 mike  1.1.2.1     /* name */
 49770                   "PutSuccesses",
 49771                   /* qualifiers */
 49772                   _CIM_MediaPhysicalStatData_PutSuccesses_qualifiers,
 49773                   /* type */
 49774                   CIMTYPE_UINT64,
 49775                   /* subscript */
 49776                   -1,
 49777                   /* value */
 49778                   0,
 49779               };
 49780               
 49781               static const char*
 49782               _CIM_MediaPhysicalStatData_PutFailures_qualifiers[] =
 49783               {
 49784                   /* Counter */
 49785                   "\012\001",
 49786                   0,
 49787               };
 49788               
 49789               static MetaProperty
 49790 mike  1.1.2.1 _CIM_MediaPhysicalStatData_PutFailures =
 49791               {
 49792                   /* flags */
 49793                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49794                   /* name */
 49795                   "PutFailures",
 49796                   /* qualifiers */
 49797                   _CIM_MediaPhysicalStatData_PutFailures_qualifiers,
 49798                   /* type */
 49799                   CIMTYPE_UINT64,
 49800                   /* subscript */
 49801                   -1,
 49802                   /* value */
 49803                   0,
 49804               };
 49805               
 49806               static const char*
 49807               _CIM_MediaPhysicalStatData_PutRetries_qualifiers[] =
 49808               {
 49809                   /* Counter */
 49810                   "\012\001",
 49811 mike  1.1.2.1     0,
 49812               };
 49813               
 49814               static MetaProperty
 49815               _CIM_MediaPhysicalStatData_PutRetries =
 49816               {
 49817                   /* flags */
 49818                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49819                   /* name */
 49820                   "PutRetries",
 49821                   /* qualifiers */
 49822                   _CIM_MediaPhysicalStatData_PutRetries_qualifiers,
 49823                   /* type */
 49824                   CIMTYPE_UINT64,
 49825                   /* subscript */
 49826                   -1,
 49827                   /* value */
 49828                   0,
 49829               };
 49830               
 49831               static MetaFeature*
 49832 mike  1.1.2.1 _CIM_MediaPhysicalStatData_features[] =
 49833               {
 49834                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanSuccesses,
 49835                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanFailures,
 49836                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanRetries,
 49837                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickSuccesses,
 49838                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickFailures,
 49839                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickRetries,
 49840                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutSuccesses,
 49841                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutFailures,
 49842                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutRetries,
 49843                   0,
 49844               };
 49845               
 49846               static const char*
 49847               __root_cimv2_CIM_MediaPhysicalStatData_qualifiers[] =
 49848               {
 49849                   /* UMLPackagePath */
 49850                   "\057CIM::Physical::StoragePackage",
 49851                   /* Version */
 49852                   "\0632.7.0",
 49853 mike  1.1.2.1     0,
 49854               };
 49855               
 49856               MetaClass
 49857               __root_cimv2_CIM_MediaPhysicalStatData =
 49858               {
 49859                   /* flags */
 49860                   META_FLAG_CLASS,
 49861                   /* name */
 49862                   "CIM_MediaPhysicalStatData",
 49863                   /* qualifiers */
 49864                   __root_cimv2_CIM_MediaPhysicalStatData_qualifiers,
 49865                   /* super */
 49866                   &__root_cimv2_CIM_StatisticalData,
 49867                   /* features */
 49868                   _CIM_MediaPhysicalStatData_features,
 49869               };
 49870               
 49871               //==============================================================================
 49872               //
 49873               // Class: CIM_MemoryCapacity
 49874 mike  1.1.2.1 //
 49875               //==============================================================================
 49876               
 49877               static const char*
 49878               _CIM_MemoryCapacity_Name_qualifiers[] =
 49879               {
 49880                   /* Key */
 49881                   "\025\001",
 49882                   /* Override */
 49883                   "\044Name",
 49884                   0,
 49885               };
 49886               
 49887               static MetaProperty
 49888               _CIM_MemoryCapacity_Name =
 49889               {
 49890                   /* flags */
 49891                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 49892                   /* name */
 49893                   "Name",
 49894                   /* qualifiers */
 49895 mike  1.1.2.1     _CIM_MemoryCapacity_Name_qualifiers,
 49896                   /* type */
 49897                   CIMTYPE_STRING,
 49898                   /* subscript */
 49899                   -1,
 49900                   /* value */
 49901                   0,
 49902               };
 49903               
 49904               static const char*
 49905               _CIM_MemoryCapacity_MemoryType_qualifiers[] =
 49906               {
 49907                   /* Key */
 49908                   "\025\001",
 49909                   /* ValueMap */
 49910                   "\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",
 49911                   /* Values */
 49912                   "\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",
 49913                   /* ModelCorrespondence */
 49914                   "\036\000\001CIM_PhysicalMemory.MemoryType\000",
 49915                   0,
 49916 mike  1.1.2.1 };
 49917               
 49918               static MetaProperty
 49919               _CIM_MemoryCapacity_MemoryType =
 49920               {
 49921                   /* flags */
 49922                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 49923                   /* name */
 49924                   "MemoryType",
 49925                   /* qualifiers */
 49926                   _CIM_MemoryCapacity_MemoryType_qualifiers,
 49927                   /* type */
 49928                   CIMTYPE_UINT16,
 49929                   /* subscript */
 49930                   -1,
 49931                   /* value */
 49932                   0,
 49933               };
 49934               
 49935               static const char*
 49936               _CIM_MemoryCapacity_MinimumMemoryCapacity_qualifiers[] =
 49937 mike  1.1.2.1 {
 49938                   /* Units */
 49939                   "\060KiloBytes",
 49940                   0,
 49941               };
 49942               
 49943               static MetaProperty
 49944               _CIM_MemoryCapacity_MinimumMemoryCapacity =
 49945               {
 49946                   /* flags */
 49947                   META_FLAG_PROPERTY|META_FLAG_READ,
 49948                   /* name */
 49949                   "MinimumMemoryCapacity",
 49950                   /* qualifiers */
 49951                   _CIM_MemoryCapacity_MinimumMemoryCapacity_qualifiers,
 49952                   /* type */
 49953                   CIMTYPE_UINT64,
 49954                   /* subscript */
 49955                   -1,
 49956                   /* value */
 49957                   0,
 49958 mike  1.1.2.1 };
 49959               
 49960               static const char*
 49961               _CIM_MemoryCapacity_MaximumMemoryCapacity_qualifiers[] =
 49962               {
 49963                   /* Units */
 49964                   "\060KiloBytes",
 49965                   0,
 49966               };
 49967               
 49968               static MetaProperty
 49969               _CIM_MemoryCapacity_MaximumMemoryCapacity =
 49970               {
 49971                   /* flags */
 49972                   META_FLAG_PROPERTY|META_FLAG_READ,
 49973                   /* name */
 49974                   "MaximumMemoryCapacity",
 49975                   /* qualifiers */
 49976                   _CIM_MemoryCapacity_MaximumMemoryCapacity_qualifiers,
 49977                   /* type */
 49978                   CIMTYPE_UINT64,
 49979 mike  1.1.2.1     /* subscript */
 49980                   -1,
 49981                   /* value */
 49982                   0,
 49983               };
 49984               
 49985               static MetaFeature*
 49986               _CIM_MemoryCapacity_features[] =
 49987               {
 49988                   (MetaFeature*)&_CIM_MemoryCapacity_Name,
 49989                   (MetaFeature*)&_CIM_MemoryCapacity_MemoryType,
 49990                   (MetaFeature*)&_CIM_MemoryCapacity_MinimumMemoryCapacity,
 49991                   (MetaFeature*)&_CIM_MemoryCapacity_MaximumMemoryCapacity,
 49992                   0,
 49993               };
 49994               
 49995               static const char*
 49996               __root_cimv2_CIM_MemoryCapacity_qualifiers[] =
 49997               {
 49998                   /* UMLPackagePath */
 49999                   "\057CIM::Physical::Misc",
 50000 mike  1.1.2.1     /* Version */
 50001                   "\0632.9.0",
 50002                   0,
 50003               };
 50004               
 50005               MetaClass
 50006               __root_cimv2_CIM_MemoryCapacity =
 50007               {
 50008                   /* flags */
 50009                   META_FLAG_CLASS,
 50010                   /* name */
 50011                   "CIM_MemoryCapacity",
 50012                   /* qualifiers */
 50013                   __root_cimv2_CIM_MemoryCapacity_qualifiers,
 50014                   /* super */
 50015                   &__root_cimv2_CIM_PhysicalCapacity,
 50016                   /* features */
 50017                   _CIM_MemoryCapacity_features,
 50018               };
 50019               
 50020               //==============================================================================
 50021 mike  1.1.2.1 //
 50022               // Class: CIM_MemoryError
 50023               //
 50024               //==============================================================================
 50025               
 50026               static const char*
 50027               _CIM_MemoryError_StartingAddress_qualifiers[] =
 50028               {
 50029                   /* Override */
 50030                   "\044StartingAddress",
 50031                   /* MappingStrings */
 50032                   "\026\000\002MIF.DMTF|Memory Device|005.19\000MIF.DMTF|Physical Memory Array|001.14\000",
 50033                   0,
 50034               };
 50035               
 50036               static MetaProperty
 50037               _CIM_MemoryError_StartingAddress =
 50038               {
 50039                   /* flags */
 50040                   META_FLAG_PROPERTY|META_FLAG_READ,
 50041                   /* name */
 50042 mike  1.1.2.1     "StartingAddress",
 50043                   /* qualifiers */
 50044                   _CIM_MemoryError_StartingAddress_qualifiers,
 50045                   /* type */
 50046                   CIMTYPE_UINT64,
 50047                   /* subscript */
 50048                   -1,
 50049                   /* value */
 50050                   0,
 50051               };
 50052               
 50053               static const char*
 50054               _CIM_MemoryError_ErrorInfo_qualifiers[] =
 50055               {
 50056                   /* ValueMap */
 50057                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 50058                   /* Values */
 50059                   "\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",
 50060                   /* MappingStrings */
 50061                   "\026\000\002MIF.DMTF|Memory Device|005.12\000MIF.DMTF|Physical Memory Array|001.8\000",
 50062                   /* ModelCorrespondence */
 50063 mike  1.1.2.1     "\036\000\001CIM_Memory.OtherErrorDescription\000",
 50064                   0,
 50065               };
 50066               
 50067               static MetaProperty
 50068               _CIM_MemoryError_ErrorInfo =
 50069               {
 50070                   /* flags */
 50071                   META_FLAG_PROPERTY|META_FLAG_READ,
 50072                   /* name */
 50073                   "ErrorInfo",
 50074                   /* qualifiers */
 50075                   _CIM_MemoryError_ErrorInfo_qualifiers,
 50076                   /* type */
 50077                   CIMTYPE_UINT16,
 50078                   /* subscript */
 50079                   -1,
 50080                   /* value */
 50081                   0,
 50082               };
 50083               
 50084 mike  1.1.2.1 static const char*
 50085               _CIM_MemoryError_OtherErrorDescription_qualifiers[] =
 50086               {
 50087                   /* ModelCorrespondence */
 50088                   "\036\000\001CIM_Memory.ErrorInfo\000",
 50089                   0,
 50090               };
 50091               
 50092               static MetaProperty
 50093               _CIM_MemoryError_OtherErrorDescription =
 50094               {
 50095                   /* flags */
 50096                   META_FLAG_PROPERTY|META_FLAG_READ,
 50097                   /* name */
 50098                   "OtherErrorDescription",
 50099                   /* qualifiers */
 50100                   _CIM_MemoryError_OtherErrorDescription_qualifiers,
 50101                   /* type */
 50102                   CIMTYPE_STRING,
 50103                   /* subscript */
 50104                   -1,
 50105 mike  1.1.2.1     /* value */
 50106                   0,
 50107               };
 50108               
 50109               static const char*
 50110               _CIM_MemoryError_CorrectableError_qualifiers[] =
 50111               {
 50112                   /* MappingStrings */
 50113                   "\026\000\001MIF.DMTF|Physical Memory Array|001.8\000",
 50114                   0,
 50115               };
 50116               
 50117               static MetaProperty
 50118               _CIM_MemoryError_CorrectableError =
 50119               {
 50120                   /* flags */
 50121                   META_FLAG_PROPERTY|META_FLAG_READ,
 50122                   /* name */
 50123                   "CorrectableError",
 50124                   /* qualifiers */
 50125                   _CIM_MemoryError_CorrectableError_qualifiers,
 50126 mike  1.1.2.1     /* type */
 50127                   CIMTYPE_BOOLEAN,
 50128                   /* subscript */
 50129                   -1,
 50130                   /* value */
 50131                   0,
 50132               };
 50133               
 50134               static const char*
 50135               _CIM_MemoryError_ErrorTime_qualifiers[] =
 50136               {
 50137                   0,
 50138               };
 50139               
 50140               static MetaProperty
 50141               _CIM_MemoryError_ErrorTime =
 50142               {
 50143                   /* flags */
 50144                   META_FLAG_PROPERTY|META_FLAG_READ,
 50145                   /* name */
 50146                   "ErrorTime",
 50147 mike  1.1.2.1     /* qualifiers */
 50148                   _CIM_MemoryError_ErrorTime_qualifiers,
 50149                   /* type */
 50150                   CIMTYPE_DATETIME,
 50151                   /* subscript */
 50152                   -1,
 50153                   /* value */
 50154                   0,
 50155               };
 50156               
 50157               static const char*
 50158               _CIM_MemoryError_ErrorAccess_qualifiers[] =
 50159               {
 50160                   /* ValueMap */
 50161                   "\061\000\0050\0001\0002\0003\0004\000",
 50162                   /* Values */
 50163                   "\062\000\005Unknown\000Other\000Read\000Write\000Partial Write\000",
 50164                   /* MappingStrings */
 50165                   "\026\000\001MIF.DMTF|Physical Memory Array|001.10\000",
 50166                   0,
 50167               };
 50168 mike  1.1.2.1 
 50169               static MetaProperty
 50170               _CIM_MemoryError_ErrorAccess =
 50171               {
 50172                   /* flags */
 50173                   META_FLAG_PROPERTY|META_FLAG_READ,
 50174                   /* name */
 50175                   "ErrorAccess",
 50176                   /* qualifiers */
 50177                   _CIM_MemoryError_ErrorAccess_qualifiers,
 50178                   /* type */
 50179                   CIMTYPE_UINT16,
 50180                   /* subscript */
 50181                   -1,
 50182                   /* value */
 50183                   0,
 50184               };
 50185               
 50186               static const char*
 50187               _CIM_MemoryError_ErrorTransferSize_qualifiers[] =
 50188               {
 50189 mike  1.1.2.1     /* Units */
 50190                   "\060Bits",
 50191                   /* MappingStrings */
 50192                   "\026\000\001MIF.DMTF|Physical Memory Array|001.11\000",
 50193                   0,
 50194               };
 50195               
 50196               static MetaProperty
 50197               _CIM_MemoryError_ErrorTransferSize =
 50198               {
 50199                   /* flags */
 50200                   META_FLAG_PROPERTY|META_FLAG_READ,
 50201                   /* name */
 50202                   "ErrorTransferSize",
 50203                   /* qualifiers */
 50204                   _CIM_MemoryError_ErrorTransferSize_qualifiers,
 50205                   /* type */
 50206                   CIMTYPE_UINT32,
 50207                   /* subscript */
 50208                   -1,
 50209                   /* value */
 50210 mike  1.1.2.1     0,
 50211               };
 50212               
 50213               static const char*
 50214               _CIM_MemoryError_ErrorData_qualifiers[] =
 50215               {
 50216                   /* OctetString */
 50217                   "\042\001",
 50218                   /* MappingStrings */
 50219                   "\026\000\001MIF.DMTF|Physical Memory Array|001.12\000",
 50220                   /* ArrayType */
 50221                   "\005Indexed",
 50222                   0,
 50223               };
 50224               
 50225               static MetaProperty
 50226               _CIM_MemoryError_ErrorData =
 50227               {
 50228                   /* flags */
 50229                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 50230                   /* name */
 50231 mike  1.1.2.1     "ErrorData",
 50232                   /* qualifiers */
 50233                   _CIM_MemoryError_ErrorData_qualifiers,
 50234                   /* type */
 50235                   CIMTYPE_UINT8,
 50236                   /* subscript */
 50237                   64,
 50238                   /* value */
 50239                   0,
 50240               };
 50241               
 50242               static const char*
 50243               _CIM_MemoryError_ErrorDataOrder_qualifiers[] =
 50244               {
 50245                   /* ValueMap */
 50246                   "\061\000\0030\0001\0002\000",
 50247                   /* Values */
 50248                   "\062\000\003Unknown\000Least Significant Byte First\000Most Significant Byte First\000",
 50249                   0,
 50250               };
 50251               
 50252 mike  1.1.2.1 static MetaProperty
 50253               _CIM_MemoryError_ErrorDataOrder =
 50254               {
 50255                   /* flags */
 50256                   META_FLAG_PROPERTY|META_FLAG_READ,
 50257                   /* name */
 50258                   "ErrorDataOrder",
 50259                   /* qualifiers */
 50260                   _CIM_MemoryError_ErrorDataOrder_qualifiers,
 50261                   /* type */
 50262                   CIMTYPE_UINT16,
 50263                   /* subscript */
 50264                   -1,
 50265                   /* value */
 50266                   0,
 50267               };
 50268               
 50269               static const char*
 50270               _CIM_MemoryError_SystemLevelAddress_qualifiers[] =
 50271               {
 50272                   0,
 50273 mike  1.1.2.1 };
 50274               
 50275               static MetaProperty
 50276               _CIM_MemoryError_SystemLevelAddress =
 50277               {
 50278                   /* flags */
 50279                   META_FLAG_PROPERTY|META_FLAG_READ,
 50280                   /* name */
 50281                   "SystemLevelAddress",
 50282                   /* qualifiers */
 50283                   _CIM_MemoryError_SystemLevelAddress_qualifiers,
 50284                   /* type */
 50285                   CIMTYPE_BOOLEAN,
 50286                   /* subscript */
 50287                   -1,
 50288                   /* value */
 50289                   0,
 50290               };
 50291               
 50292               static const char*
 50293               _CIM_MemoryError_ErrorResolution_qualifiers[] =
 50294 mike  1.1.2.1 {
 50295                   /* Units */
 50296                   "\060Bytes",
 50297                   /* MappingStrings */
 50298                   "\026\000\002MIF.DMTF|Memory Device|005.21\000MIF.DMTF|Physical Memory Array|001.15\000",
 50299                   0,
 50300               };
 50301               
 50302               static MetaProperty
 50303               _CIM_MemoryError_ErrorResolution =
 50304               {
 50305                   /* flags */
 50306                   META_FLAG_PROPERTY|META_FLAG_READ,
 50307                   /* name */
 50308                   "ErrorResolution",
 50309                   /* qualifiers */
 50310                   _CIM_MemoryError_ErrorResolution_qualifiers,
 50311                   /* type */
 50312                   CIMTYPE_UINT64,
 50313                   /* subscript */
 50314                   -1,
 50315 mike  1.1.2.1     /* value */
 50316                   0,
 50317               };
 50318               
 50319               static const char*
 50320               _CIM_MemoryError_AdditionalErrorData_qualifiers[] =
 50321               {
 50322                   /* OctetString */
 50323                   "\042\001",
 50324                   /* MappingStrings */
 50325                   "\026\000\002MIF.DMTF|Memory Device|005.18\000MIF.DMTF|Physical Memory Array|001.13\000",
 50326                   0,
 50327               };
 50328               
 50329               static MetaProperty
 50330               _CIM_MemoryError_AdditionalErrorData =
 50331               {
 50332                   /* flags */
 50333                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 50334                   /* name */
 50335                   "AdditionalErrorData",
 50336 mike  1.1.2.1     /* qualifiers */
 50337                   _CIM_MemoryError_AdditionalErrorData_qualifiers,
 50338                   /* type */
 50339                   CIMTYPE_UINT8,
 50340                   /* subscript */
 50341                   64,
 50342                   /* value */
 50343                   0,
 50344               };
 50345               
 50346               static MetaFeature*
 50347               _CIM_MemoryError_features[] =
 50348               {
 50349                   (MetaFeature*)&_CIM_MemoryError_StartingAddress,
 50350                   (MetaFeature*)&_CIM_MemoryError_ErrorInfo,
 50351                   (MetaFeature*)&_CIM_MemoryError_OtherErrorDescription,
 50352                   (MetaFeature*)&_CIM_MemoryError_CorrectableError,
 50353                   (MetaFeature*)&_CIM_MemoryError_ErrorTime,
 50354                   (MetaFeature*)&_CIM_MemoryError_ErrorAccess,
 50355                   (MetaFeature*)&_CIM_MemoryError_ErrorTransferSize,
 50356                   (MetaFeature*)&_CIM_MemoryError_ErrorData,
 50357 mike  1.1.2.1     (MetaFeature*)&_CIM_MemoryError_ErrorDataOrder,
 50358                   (MetaFeature*)&_CIM_MemoryError_SystemLevelAddress,
 50359                   (MetaFeature*)&_CIM_MemoryError_ErrorResolution,
 50360                   (MetaFeature*)&_CIM_MemoryError_AdditionalErrorData,
 50361                   0,
 50362               };
 50363               
 50364               static const char*
 50365               __root_cimv2_CIM_MemoryError_qualifiers[] =
 50366               {
 50367                   /* UMLPackagePath */
 50368                   "\057CIM::Device::Memory",
 50369                   /* Version */
 50370                   "\0632.8.0",
 50371                   0,
 50372               };
 50373               
 50374               MetaClass
 50375               __root_cimv2_CIM_MemoryError =
 50376               {
 50377                   /* flags */
 50378 mike  1.1.2.1     META_FLAG_CLASS,
 50379                   /* name */
 50380                   "CIM_MemoryError",
 50381                   /* qualifiers */
 50382                   __root_cimv2_CIM_MemoryError_qualifiers,
 50383                   /* super */
 50384                   &__root_cimv2_CIM_StorageError,
 50385                   /* features */
 50386                   _CIM_MemoryError_features,
 50387               };
 50388               
 50389               //==============================================================================
 50390               //
 50391               // Class: CIM_MonitorResolution
 50392               //
 50393               //==============================================================================
 50394               
 50395               static const char*
 50396               _CIM_MonitorResolution_SettingID_qualifiers[] =
 50397               {
 50398                   /* Key */
 50399 mike  1.1.2.1     "\025\001",
 50400                   /* Override */
 50401                   "\044SettingID",
 50402                   /* MaxLen */
 50403                   "\030\000\000\001\000",
 50404                   0,
 50405               };
 50406               
 50407               static MetaProperty
 50408               _CIM_MonitorResolution_SettingID =
 50409               {
 50410                   /* flags */
 50411                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 50412                   /* name */
 50413                   "SettingID",
 50414                   /* qualifiers */
 50415                   _CIM_MonitorResolution_SettingID_qualifiers,
 50416                   /* type */
 50417                   CIMTYPE_STRING,
 50418                   /* subscript */
 50419                   -1,
 50420 mike  1.1.2.1     /* value */
 50421                   0,
 50422               };
 50423               
 50424               static const char*
 50425               _CIM_MonitorResolution_HorizontalResolution_qualifiers[] =
 50426               {
 50427                   /* Units */
 50428                   "\060Pixels",
 50429                   /* MappingStrings */
 50430                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.2\000",
 50431                   /* ModelCorrespondence */
 50432                   "\036\000\001CIM_VideoController.CurrentHorizontalResolution\000",
 50433                   0,
 50434               };
 50435               
 50436               static MetaProperty
 50437               _CIM_MonitorResolution_HorizontalResolution =
 50438               {
 50439                   /* flags */
 50440                   META_FLAG_PROPERTY|META_FLAG_READ,
 50441 mike  1.1.2.1     /* name */
 50442                   "HorizontalResolution",
 50443                   /* qualifiers */
 50444                   _CIM_MonitorResolution_HorizontalResolution_qualifiers,
 50445                   /* type */
 50446                   CIMTYPE_UINT32,
 50447                   /* subscript */
 50448                   -1,
 50449                   /* value */
 50450                   0,
 50451               };
 50452               
 50453               static const char*
 50454               _CIM_MonitorResolution_VerticalResolution_qualifiers[] =
 50455               {
 50456                   /* Units */
 50457                   "\060Pixels",
 50458                   /* MappingStrings */
 50459                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.3\000",
 50460                   /* ModelCorrespondence */
 50461                   "\036\000\001CIM_VideoController.CurrentVerticalResolution\000",
 50462 mike  1.1.2.1     0,
 50463               };
 50464               
 50465               static MetaProperty
 50466               _CIM_MonitorResolution_VerticalResolution =
 50467               {
 50468                   /* flags */
 50469                   META_FLAG_PROPERTY|META_FLAG_READ,
 50470                   /* name */
 50471                   "VerticalResolution",
 50472                   /* qualifiers */
 50473                   _CIM_MonitorResolution_VerticalResolution_qualifiers,
 50474                   /* type */
 50475                   CIMTYPE_UINT32,
 50476                   /* subscript */
 50477                   -1,
 50478                   /* value */
 50479                   0,
 50480               };
 50481               
 50482               static const char*
 50483 mike  1.1.2.1 _CIM_MonitorResolution_RefreshRate_qualifiers[] =
 50484               {
 50485                   /* Units */
 50486                   "\060Hertz",
 50487                   /* MappingStrings */
 50488                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.4\000",
 50489                   /* ModelCorrespondence */
 50490                   "\036\000\001CIM_VideoController.CurrentRefreshRate\000",
 50491                   0,
 50492               };
 50493               
 50494               static MetaProperty
 50495               _CIM_MonitorResolution_RefreshRate =
 50496               {
 50497                   /* flags */
 50498                   META_FLAG_PROPERTY|META_FLAG_READ,
 50499                   /* name */
 50500                   "RefreshRate",
 50501                   /* qualifiers */
 50502                   _CIM_MonitorResolution_RefreshRate_qualifiers,
 50503                   /* type */
 50504 mike  1.1.2.1     CIMTYPE_UINT32,
 50505                   /* subscript */
 50506                   -1,
 50507                   /* value */
 50508                   0,
 50509               };
 50510               
 50511               static const char*
 50512               _CIM_MonitorResolution_MinRefreshRate_qualifiers[] =
 50513               {
 50514                   /* Units */
 50515                   "\060Hertz",
 50516                   /* MappingStrings */
 50517                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.6\000",
 50518                   /* ModelCorrespondence */
 50519                   "\036\000\001CIM_VideoController.MinRefreshRate\000",
 50520                   0,
 50521               };
 50522               
 50523               static MetaProperty
 50524               _CIM_MonitorResolution_MinRefreshRate =
 50525 mike  1.1.2.1 {
 50526                   /* flags */
 50527                   META_FLAG_PROPERTY|META_FLAG_READ,
 50528                   /* name */
 50529                   "MinRefreshRate",
 50530                   /* qualifiers */
 50531                   _CIM_MonitorResolution_MinRefreshRate_qualifiers,
 50532                   /* type */
 50533                   CIMTYPE_UINT32,
 50534                   /* subscript */
 50535                   -1,
 50536                   /* value */
 50537                   0,
 50538               };
 50539               
 50540               static const char*
 50541               _CIM_MonitorResolution_MaxRefreshRate_qualifiers[] =
 50542               {
 50543                   /* Units */
 50544                   "\060Hertz",
 50545                   /* MappingStrings */
 50546 mike  1.1.2.1     "\026\000\001MIF.DMTF|Monitor Resolutions|002.7\000",
 50547                   /* ModelCorrespondence */
 50548                   "\036\000\001CIM_VideoController.MaxRefreshRate\000",
 50549                   0,
 50550               };
 50551               
 50552               static MetaProperty
 50553               _CIM_MonitorResolution_MaxRefreshRate =
 50554               {
 50555                   /* flags */
 50556                   META_FLAG_PROPERTY|META_FLAG_READ,
 50557                   /* name */
 50558                   "MaxRefreshRate",
 50559                   /* qualifiers */
 50560                   _CIM_MonitorResolution_MaxRefreshRate_qualifiers,
 50561                   /* type */
 50562                   CIMTYPE_UINT32,
 50563                   /* subscript */
 50564                   -1,
 50565                   /* value */
 50566                   0,
 50567 mike  1.1.2.1 };
 50568               
 50569               static const char*
 50570               _CIM_MonitorResolution_ScanMode_qualifiers[] =
 50571               {
 50572                   /* ValueMap */
 50573                   "\061\000\0051\0002\0003\0004\0005\000",
 50574                   /* Values */
 50575                   "\062\000\005Other\000Unknown\000Not Supported\000Non-Interlaced Operation\000Interlaced Operation\000",
 50576                   /* MappingStrings */
 50577                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.5\000",
 50578                   /* ModelCorrespondence */
 50579                   "\036\000\001CIM_VideoController.CurrentScanMode\000",
 50580                   0,
 50581               };
 50582               
 50583               static MetaProperty
 50584               _CIM_MonitorResolution_ScanMode =
 50585               {
 50586                   /* flags */
 50587                   META_FLAG_PROPERTY|META_FLAG_READ,
 50588 mike  1.1.2.1     /* name */
 50589                   "ScanMode",
 50590                   /* qualifiers */
 50591                   _CIM_MonitorResolution_ScanMode_qualifiers,
 50592                   /* type */
 50593                   CIMTYPE_UINT16,
 50594                   /* subscript */
 50595                   -1,
 50596                   /* value */
 50597                   0,
 50598               };
 50599               
 50600               static MetaFeature*
 50601               _CIM_MonitorResolution_features[] =
 50602               {
 50603                   (MetaFeature*)&_CIM_MonitorResolution_SettingID,
 50604                   (MetaFeature*)&_CIM_MonitorResolution_HorizontalResolution,
 50605                   (MetaFeature*)&_CIM_MonitorResolution_VerticalResolution,
 50606                   (MetaFeature*)&_CIM_MonitorResolution_RefreshRate,
 50607                   (MetaFeature*)&_CIM_MonitorResolution_MinRefreshRate,
 50608                   (MetaFeature*)&_CIM_MonitorResolution_MaxRefreshRate,
 50609 mike  1.1.2.1     (MetaFeature*)&_CIM_MonitorResolution_ScanMode,
 50610                   0,
 50611               };
 50612               
 50613               static const char*
 50614               __root_cimv2_CIM_MonitorResolution_qualifiers[] =
 50615               {
 50616                   /* UMLPackagePath */
 50617                   "\057CIM::Device::UserDevices",
 50618                   /* Version */
 50619                   "\0632.6.0",
 50620                   0,
 50621               };
 50622               
 50623               MetaClass
 50624               __root_cimv2_CIM_MonitorResolution =
 50625               {
 50626                   /* flags */
 50627                   META_FLAG_CLASS,
 50628                   /* name */
 50629                   "CIM_MonitorResolution",
 50630 mike  1.1.2.1     /* qualifiers */
 50631                   __root_cimv2_CIM_MonitorResolution_qualifiers,
 50632                   /* super */
 50633                   &__root_cimv2_CIM_Setting,
 50634                   /* features */
 50635                   _CIM_MonitorResolution_features,
 50636               };
 50637               
 50638               //==============================================================================
 50639               //
 50640               // Class: CIM_MoreGroupInfo
 50641               //
 50642               //==============================================================================
 50643               
 50644               static const char*
 50645               _CIM_MoreGroupInfo_Antecedent_qualifiers[] =
 50646               {
 50647                   /* Override */
 50648                   "\044Antecedent",
 50649                   /* Min */
 50650                   "\033\000\000\000\001",
 50651 mike  1.1.2.1     /* Max */
 50652                   "\027\000\000\000\001",
 50653                   0,
 50654               };
 50655               
 50656               static MetaReference
 50657               _CIM_MoreGroupInfo_Antecedent =
 50658               {
 50659                   /* flags */
 50660                   META_FLAG_REFERENCE|META_FLAG_READ,
 50661                   /* name */
 50662                   "Antecedent",
 50663                   /* qualifiers */
 50664                   _CIM_MoreGroupInfo_Antecedent_qualifiers,
 50665                   /* subscript */
 50666                   -1,
 50667                   /* refId */
 50668                   &__root_cimv2_CIM_Group,
 50669               };
 50670               
 50671               static const char*
 50672 mike  1.1.2.1 _CIM_MoreGroupInfo_Dependent_qualifiers[] =
 50673               {
 50674                   /* Override */
 50675                   "\044Dependent",
 50676                   /* Max */
 50677                   "\027\000\000\000\001",
 50678                   0,
 50679               };
 50680               
 50681               static MetaReference
 50682               _CIM_MoreGroupInfo_Dependent =
 50683               {
 50684                   /* flags */
 50685                   META_FLAG_REFERENCE|META_FLAG_READ,
 50686                   /* name */
 50687                   "Dependent",
 50688                   /* qualifiers */
 50689                   _CIM_MoreGroupInfo_Dependent_qualifiers,
 50690                   /* subscript */
 50691                   -1,
 50692                   /* refId */
 50693 mike  1.1.2.1     &__root_cimv2_CIM_OtherGroupInformation,
 50694               };
 50695               
 50696               static MetaFeature*
 50697               _CIM_MoreGroupInfo_features[] =
 50698               {
 50699                   (MetaFeature*)&_CIM_MoreGroupInfo_Antecedent,
 50700                   (MetaFeature*)&_CIM_MoreGroupInfo_Dependent,
 50701                   0,
 50702               };
 50703               
 50704               static const char*
 50705               __root_cimv2_CIM_MoreGroupInfo_qualifiers[] =
 50706               {
 50707                   /* ASSOCIATION */
 50708                   "\000\001",
 50709                   /* UMLPackagePath */
 50710                   "\057CIM::User::Group",
 50711                   /* Version */
 50712                   "\0632.7.0",
 50713                   0,
 50714 mike  1.1.2.1 };
 50715               
 50716               MetaClass
 50717               __root_cimv2_CIM_MoreGroupInfo =
 50718               {
 50719                   /* flags */
 50720                   META_FLAG_ASSOCIATION,
 50721                   /* name */
 50722                   "CIM_MoreGroupInfo",
 50723                   /* qualifiers */
 50724                   __root_cimv2_CIM_MoreGroupInfo_qualifiers,
 50725                   /* super */
 50726                   &__root_cimv2_CIM_Dependency,
 50727                   /* features */
 50728                   _CIM_MoreGroupInfo_features,
 50729               };
 50730               
 50731               //==============================================================================
 50732               //
 50733               // Class: CIM_MoreOrgUnitInfo
 50734               //
 50735 mike  1.1.2.1 //==============================================================================
 50736               
 50737               static const char*
 50738               _CIM_MoreOrgUnitInfo_Antecedent_qualifiers[] =
 50739               {
 50740                   /* Override */
 50741                   "\044Antecedent",
 50742                   /* Min */
 50743                   "\033\000\000\000\001",
 50744                   /* Max */
 50745                   "\027\000\000\000\001",
 50746                   0,
 50747               };
 50748               
 50749               static MetaReference
 50750               _CIM_MoreOrgUnitInfo_Antecedent =
 50751               {
 50752                   /* flags */
 50753                   META_FLAG_REFERENCE|META_FLAG_READ,
 50754                   /* name */
 50755                   "Antecedent",
 50756 mike  1.1.2.1     /* qualifiers */
 50757                   _CIM_MoreOrgUnitInfo_Antecedent_qualifiers,
 50758                   /* subscript */
 50759                   -1,
 50760                   /* refId */
 50761                   &__root_cimv2_CIM_OrgUnit,
 50762               };
 50763               
 50764               static const char*
 50765               _CIM_MoreOrgUnitInfo_Dependent_qualifiers[] =
 50766               {
 50767                   /* Override */
 50768                   "\044Dependent",
 50769                   /* Max */
 50770                   "\027\000\000\000\001",
 50771                   0,
 50772               };
 50773               
 50774               static MetaReference
 50775               _CIM_MoreOrgUnitInfo_Dependent =
 50776               {
 50777 mike  1.1.2.1     /* flags */
 50778                   META_FLAG_REFERENCE|META_FLAG_READ,
 50779                   /* name */
 50780                   "Dependent",
 50781                   /* qualifiers */
 50782                   _CIM_MoreOrgUnitInfo_Dependent_qualifiers,
 50783                   /* subscript */
 50784                   -1,
 50785                   /* refId */
 50786                   &__root_cimv2_CIM_OtherOrgUnitInformation,
 50787               };
 50788               
 50789               static MetaFeature*
 50790               _CIM_MoreOrgUnitInfo_features[] =
 50791               {
 50792                   (MetaFeature*)&_CIM_MoreOrgUnitInfo_Antecedent,
 50793                   (MetaFeature*)&_CIM_MoreOrgUnitInfo_Dependent,
 50794                   0,
 50795               };
 50796               
 50797               static const char*
 50798 mike  1.1.2.1 __root_cimv2_CIM_MoreOrgUnitInfo_qualifiers[] =
 50799               {
 50800                   /* ASSOCIATION */
 50801                   "\000\001",
 50802                   /* UMLPackagePath */
 50803                   "\057CIM::User::Org",
 50804                   /* Version */
 50805                   "\0632.7.0",
 50806                   0,
 50807               };
 50808               
 50809               MetaClass
 50810               __root_cimv2_CIM_MoreOrgUnitInfo =
 50811               {
 50812                   /* flags */
 50813                   META_FLAG_ASSOCIATION,
 50814                   /* name */
 50815                   "CIM_MoreOrgUnitInfo",
 50816                   /* qualifiers */
 50817                   __root_cimv2_CIM_MoreOrgUnitInfo_qualifiers,
 50818                   /* super */
 50819 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 50820                   /* features */
 50821                   _CIM_MoreOrgUnitInfo_features,
 50822               };
 50823               
 50824               //==============================================================================
 50825               //
 50826               // Class: CIM_MoreRoleInfo
 50827               //
 50828               //==============================================================================
 50829               
 50830               static const char*
 50831               _CIM_MoreRoleInfo_Antecedent_qualifiers[] =
 50832               {
 50833                   /* Override */
 50834                   "\044Antecedent",
 50835                   /* Min */
 50836                   "\033\000\000\000\001",
 50837                   /* Max */
 50838                   "\027\000\000\000\001",
 50839                   0,
 50840 mike  1.1.2.1 };
 50841               
 50842               static MetaReference
 50843               _CIM_MoreRoleInfo_Antecedent =
 50844               {
 50845                   /* flags */
 50846                   META_FLAG_REFERENCE|META_FLAG_READ,
 50847                   /* name */
 50848                   "Antecedent",
 50849                   /* qualifiers */
 50850                   _CIM_MoreRoleInfo_Antecedent_qualifiers,
 50851                   /* subscript */
 50852                   -1,
 50853                   /* refId */
 50854                   &__root_cimv2_CIM_Role,
 50855               };
 50856               
 50857               static const char*
 50858               _CIM_MoreRoleInfo_Dependent_qualifiers[] =
 50859               {
 50860                   /* Override */
 50861 mike  1.1.2.1     "\044Dependent",
 50862                   /* Max */
 50863                   "\027\000\000\000\001",
 50864                   0,
 50865               };
 50866               
 50867               static MetaReference
 50868               _CIM_MoreRoleInfo_Dependent =
 50869               {
 50870                   /* flags */
 50871                   META_FLAG_REFERENCE|META_FLAG_READ,
 50872                   /* name */
 50873                   "Dependent",
 50874                   /* qualifiers */
 50875                   _CIM_MoreRoleInfo_Dependent_qualifiers,
 50876                   /* subscript */
 50877                   -1,
 50878                   /* refId */
 50879                   &__root_cimv2_CIM_OtherRoleInformation,
 50880               };
 50881               
 50882 mike  1.1.2.1 static MetaFeature*
 50883               _CIM_MoreRoleInfo_features[] =
 50884               {
 50885                   (MetaFeature*)&_CIM_MoreRoleInfo_Antecedent,
 50886                   (MetaFeature*)&_CIM_MoreRoleInfo_Dependent,
 50887                   0,
 50888               };
 50889               
 50890               static const char*
 50891               __root_cimv2_CIM_MoreRoleInfo_qualifiers[] =
 50892               {
 50893                   /* ASSOCIATION */
 50894                   "\000\001",
 50895                   /* UMLPackagePath */
 50896                   "\057CIM::User::Role",
 50897                   /* Version */
 50898                   "\0632.7.0",
 50899                   0,
 50900               };
 50901               
 50902               MetaClass
 50903 mike  1.1.2.1 __root_cimv2_CIM_MoreRoleInfo =
 50904               {
 50905                   /* flags */
 50906                   META_FLAG_ASSOCIATION,
 50907                   /* name */
 50908                   "CIM_MoreRoleInfo",
 50909                   /* qualifiers */
 50910                   __root_cimv2_CIM_MoreRoleInfo_qualifiers,
 50911                   /* super */
 50912                   &__root_cimv2_CIM_Dependency,
 50913                   /* features */
 50914                   _CIM_MoreRoleInfo_features,
 50915               };
 50916               
 50917               //==============================================================================
 50918               //
 50919               // Class: CIM_NamedAddressCollection
 50920               //
 50921               //==============================================================================
 50922               
 50923               static const char*
 50924 mike  1.1.2.1 _CIM_NamedAddressCollection_CollectionAlias_qualifiers[] =
 50925               {
 50926                   /* Required */
 50927                   "\050\001",
 50928                   /* Write */
 50929                   "\065\001",
 50930                   0,
 50931               };
 50932               
 50933               static MetaProperty
 50934               _CIM_NamedAddressCollection_CollectionAlias =
 50935               {
 50936                   /* flags */
 50937                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 50938                   /* name */
 50939                   "CollectionAlias",
 50940                   /* qualifiers */
 50941                   _CIM_NamedAddressCollection_CollectionAlias_qualifiers,
 50942                   /* type */
 50943                   CIMTYPE_STRING,
 50944                   /* subscript */
 50945 mike  1.1.2.1     -1,
 50946                   /* value */
 50947                   0,
 50948               };
 50949               
 50950               static MetaFeature*
 50951               _CIM_NamedAddressCollection_features[] =
 50952               {
 50953                   (MetaFeature*)&_CIM_NamedAddressCollection_CollectionAlias,
 50954                   0,
 50955               };
 50956               
 50957               static const char*
 50958               __root_cimv2_CIM_NamedAddressCollection_qualifiers[] =
 50959               {
 50960                   /* UMLPackagePath */
 50961                   "\057CIM::Network::Collections",
 50962                   /* Version */
 50963                   "\0632.7.0",
 50964                   0,
 50965               };
 50966 mike  1.1.2.1 
 50967               MetaClass
 50968               __root_cimv2_CIM_NamedAddressCollection =
 50969               {
 50970                   /* flags */
 50971                   META_FLAG_CLASS,
 50972                   /* name */
 50973                   "CIM_NamedAddressCollection",
 50974                   /* qualifiers */
 50975                   __root_cimv2_CIM_NamedAddressCollection_qualifiers,
 50976                   /* super */
 50977                   &__root_cimv2_CIM_SystemSpecificCollection,
 50978                   /* features */
 50979                   _CIM_NamedAddressCollection_features,
 50980               };
 50981               
 50982               //==============================================================================
 50983               //
 50984               // Class: CIM_NetworkingIDAuthentication
 50985               //
 50986               //==============================================================================
 50987 mike  1.1.2.1 
 50988               static const char*
 50989               _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName_qualifiers[] =
 50990               {
 50991                   0,
 50992               };
 50993               
 50994               static MetaProperty
 50995               _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName =
 50996               {
 50997                   /* flags */
 50998                   META_FLAG_PROPERTY|META_FLAG_READ,
 50999                   /* name */
 51000                   "NetworkingIdentityClassName",
 51001                   /* qualifiers */
 51002                   _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName_qualifiers,
 51003                   /* type */
 51004                   CIMTYPE_STRING,
 51005                   /* subscript */
 51006                   -1,
 51007                   /* value */
 51008 mike  1.1.2.1     0,
 51009               };
 51010               
 51011               static MetaFeature*
 51012               _CIM_NetworkingIDAuthentication_features[] =
 51013               {
 51014                   (MetaFeature*)&_CIM_NetworkingIDAuthentication_NetworkingIdentityClassName,
 51015                   0,
 51016               };
 51017               
 51018               static const char*
 51019               __root_cimv2_CIM_NetworkingIDAuthentication_qualifiers[] =
 51020               {
 51021                   /* UMLPackagePath */
 51022                   "\057CIM::Policy",
 51023                   /* Version */
 51024                   "\0632.8.0",
 51025                   0,
 51026               };
 51027               
 51028               MetaClass
 51029 mike  1.1.2.1 __root_cimv2_CIM_NetworkingIDAuthentication =
 51030               {
 51031                   /* flags */
 51032                   META_FLAG_CLASS,
 51033                   /* name */
 51034                   "CIM_NetworkingIDAuthentication",
 51035                   /* qualifiers */
 51036                   __root_cimv2_CIM_NetworkingIDAuthentication_qualifiers,
 51037                   /* super */
 51038                   &__root_cimv2_CIM_AuthenticationCondition,
 51039                   /* features */
 51040                   _CIM_NetworkingIDAuthentication_features,
 51041               };
 51042               
 51043               //==============================================================================
 51044               //
 51045               // Class: CIM_NetworkPacketAction
 51046               //
 51047               //==============================================================================
 51048               
 51049               static const char*
 51050 mike  1.1.2.1 _CIM_NetworkPacketAction_PacketAction_qualifiers[] =
 51051               {
 51052                   /* ValueMap */
 51053                   "\061\000\0041\0002\0003\0004\000",
 51054                   /* Values */
 51055                   "\062\000\004Other\000Processed\000Bypassed\000Discarded\000",
 51056                   /* MappingStrings */
 51057                   "\026\000\002IPSP Policy Model.IETF|IPsecBypassAction\000IPSP Policy Model.IETF|IPsecDiscardAction\000",
 51058                   /* ModelCorrespondence */
 51059                   "\036\000\001CIM_NetworkPacketAction.OtherAction\000",
 51060                   0,
 51061               };
 51062               
 51063               static MetaProperty
 51064               _CIM_NetworkPacketAction_PacketAction =
 51065               {
 51066                   /* flags */
 51067                   META_FLAG_PROPERTY|META_FLAG_READ,
 51068                   /* name */
 51069                   "PacketAction",
 51070                   /* qualifiers */
 51071 mike  1.1.2.1     _CIM_NetworkPacketAction_PacketAction_qualifiers,
 51072                   /* type */
 51073                   CIMTYPE_UINT16,
 51074                   /* subscript */
 51075                   -1,
 51076                   /* value */
 51077                   0,
 51078               };
 51079               
 51080               static const char*
 51081               _CIM_NetworkPacketAction_OtherAction_qualifiers[] =
 51082               {
 51083                   /* ModelCorrespondence */
 51084                   "\036\000\001CIM_NetworkPacketAction.PacketAction\000",
 51085                   0,
 51086               };
 51087               
 51088               static MetaProperty
 51089               _CIM_NetworkPacketAction_OtherAction =
 51090               {
 51091                   /* flags */
 51092 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 51093                   /* name */
 51094                   "OtherAction",
 51095                   /* qualifiers */
 51096                   _CIM_NetworkPacketAction_OtherAction_qualifiers,
 51097                   /* type */
 51098                   CIMTYPE_STRING,
 51099                   /* subscript */
 51100                   -1,
 51101                   /* value */
 51102                   0,
 51103               };
 51104               
 51105               static MetaFeature*
 51106               _CIM_NetworkPacketAction_features[] =
 51107               {
 51108                   (MetaFeature*)&_CIM_NetworkPacketAction_PacketAction,
 51109                   (MetaFeature*)&_CIM_NetworkPacketAction_OtherAction,
 51110                   0,
 51111               };
 51112               
 51113 mike  1.1.2.1 static const char*
 51114               __root_cimv2_CIM_NetworkPacketAction_qualifiers[] =
 51115               {
 51116                   /* UMLPackagePath */
 51117                   "\057CIM::Policy",
 51118                   /* Version */
 51119                   "\0632.8.0",
 51120                   0,
 51121               };
 51122               
 51123               MetaClass
 51124               __root_cimv2_CIM_NetworkPacketAction =
 51125               {
 51126                   /* flags */
 51127                   META_FLAG_CLASS,
 51128                   /* name */
 51129                   "CIM_NetworkPacketAction",
 51130                   /* qualifiers */
 51131                   __root_cimv2_CIM_NetworkPacketAction_qualifiers,
 51132                   /* super */
 51133                   &__root_cimv2_CIM_PolicyAction,
 51134 mike  1.1.2.1     /* features */
 51135                   _CIM_NetworkPacketAction_features,
 51136               };
 51137               
 51138               //==============================================================================
 51139               //
 51140               // Class: CIM_NetworkPortStatistics
 51141               //
 51142               //==============================================================================
 51143               
 51144               static const char*
 51145               _CIM_NetworkPortStatistics_BytesTransmitted_qualifiers[] =
 51146               {
 51147                   /* Units */
 51148                   "\060Bytes",
 51149                   /* Counter */
 51150                   "\012\001",
 51151                   /* MappingStrings */
 51152                   "\026\000\002MIB.IETF|MIB-II.ifOutOctets\000MIF.DMTF|Network Adapter 802 Port|001.7\000",
 51153                   0,
 51154               };
 51155 mike  1.1.2.1 
 51156               static MetaProperty
 51157               _CIM_NetworkPortStatistics_BytesTransmitted =
 51158               {
 51159                   /* flags */
 51160                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51161                   /* name */
 51162                   "BytesTransmitted",
 51163                   /* qualifiers */
 51164                   _CIM_NetworkPortStatistics_BytesTransmitted_qualifiers,
 51165                   /* type */
 51166                   CIMTYPE_UINT64,
 51167                   /* subscript */
 51168                   -1,
 51169                   /* value */
 51170                   0,
 51171               };
 51172               
 51173               static const char*
 51174               _CIM_NetworkPortStatistics_BytesReceived_qualifiers[] =
 51175               {
 51176 mike  1.1.2.1     /* Units */
 51177                   "\060Bytes",
 51178                   /* Counter */
 51179                   "\012\001",
 51180                   /* MappingStrings */
 51181                   "\026\000\002MIB.IETF|MIB-II.ifInOctets\000MIF.DMTF|Network Adapter 802 Port|001.9\000",
 51182                   0,
 51183               };
 51184               
 51185               static MetaProperty
 51186               _CIM_NetworkPortStatistics_BytesReceived =
 51187               {
 51188                   /* flags */
 51189                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51190                   /* name */
 51191                   "BytesReceived",
 51192                   /* qualifiers */
 51193                   _CIM_NetworkPortStatistics_BytesReceived_qualifiers,
 51194                   /* type */
 51195                   CIMTYPE_UINT64,
 51196                   /* subscript */
 51197 mike  1.1.2.1     -1,
 51198                   /* value */
 51199                   0,
 51200               };
 51201               
 51202               static const char*
 51203               _CIM_NetworkPortStatistics_PacketsTransmitted_qualifiers[] =
 51204               {
 51205                   /* Counter */
 51206                   "\012\001",
 51207                   0,
 51208               };
 51209               
 51210               static MetaProperty
 51211               _CIM_NetworkPortStatistics_PacketsTransmitted =
 51212               {
 51213                   /* flags */
 51214                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51215                   /* name */
 51216                   "PacketsTransmitted",
 51217                   /* qualifiers */
 51218 mike  1.1.2.1     _CIM_NetworkPortStatistics_PacketsTransmitted_qualifiers,
 51219                   /* type */
 51220                   CIMTYPE_UINT64,
 51221                   /* subscript */
 51222                   -1,
 51223                   /* value */
 51224                   0,
 51225               };
 51226               
 51227               static const char*
 51228               _CIM_NetworkPortStatistics_PacketsReceived_qualifiers[] =
 51229               {
 51230                   /* Counter */
 51231                   "\012\001",
 51232                   0,
 51233               };
 51234               
 51235               static MetaProperty
 51236               _CIM_NetworkPortStatistics_PacketsReceived =
 51237               {
 51238                   /* flags */
 51239 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51240                   /* name */
 51241                   "PacketsReceived",
 51242                   /* qualifiers */
 51243                   _CIM_NetworkPortStatistics_PacketsReceived_qualifiers,
 51244                   /* type */
 51245                   CIMTYPE_UINT64,
 51246                   /* subscript */
 51247                   -1,
 51248                   /* value */
 51249                   0,
 51250               };
 51251               
 51252               static MetaFeature*
 51253               _CIM_NetworkPortStatistics_features[] =
 51254               {
 51255                   (MetaFeature*)&_CIM_NetworkPortStatistics_BytesTransmitted,
 51256                   (MetaFeature*)&_CIM_NetworkPortStatistics_BytesReceived,
 51257                   (MetaFeature*)&_CIM_NetworkPortStatistics_PacketsTransmitted,
 51258                   (MetaFeature*)&_CIM_NetworkPortStatistics_PacketsReceived,
 51259                   0,
 51260 mike  1.1.2.1 };
 51261               
 51262               static const char*
 51263               __root_cimv2_CIM_NetworkPortStatistics_qualifiers[] =
 51264               {
 51265                   /* UMLPackagePath */
 51266                   "\057CIM::Device::Ports",
 51267                   /* Version */
 51268                   "\0632.10.0",
 51269                   0,
 51270               };
 51271               
 51272               MetaClass
 51273               __root_cimv2_CIM_NetworkPortStatistics =
 51274               {
 51275                   /* flags */
 51276                   META_FLAG_CLASS,
 51277                   /* name */
 51278                   "CIM_NetworkPortStatistics",
 51279                   /* qualifiers */
 51280                   __root_cimv2_CIM_NetworkPortStatistics_qualifiers,
 51281 mike  1.1.2.1     /* super */
 51282                   &__root_cimv2_CIM_StatisticalData,
 51283                   /* features */
 51284                   _CIM_NetworkPortStatistics_features,
 51285               };
 51286               
 51287               //==============================================================================
 51288               //
 51289               // Class: CIM_NextHopIPRoute
 51290               //
 51291               //==============================================================================
 51292               
 51293               static const char*
 51294               _CIM_NextHopIPRoute_RouteDerivation_qualifiers[] =
 51295               {
 51296                   /* ValueMap */
 51297                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 51298                   /* Values */
 51299                   "\062\000\014Unknown\000Other\000Connected\000User-Defined\000IGRP\000EIGRP\000RIP\000Hello\000EGP\000BGP\000ISIS\000OSPF\000",
 51300                   /* ModelCorrespondence */
 51301                   "\036\000\001CIM_NextHopIPRoute.OtherDerivation\000",
 51302 mike  1.1.2.1     0,
 51303               };
 51304               
 51305               static MetaProperty
 51306               _CIM_NextHopIPRoute_RouteDerivation =
 51307               {
 51308                   /* flags */
 51309                   META_FLAG_PROPERTY|META_FLAG_READ,
 51310                   /* name */
 51311                   "RouteDerivation",
 51312                   /* qualifiers */
 51313                   _CIM_NextHopIPRoute_RouteDerivation_qualifiers,
 51314                   /* type */
 51315                   CIMTYPE_UINT16,
 51316                   /* subscript */
 51317                   -1,
 51318                   /* value */
 51319                   0,
 51320               };
 51321               
 51322               static const char*
 51323 mike  1.1.2.1 _CIM_NextHopIPRoute_OtherDerivation_qualifiers[] =
 51324               {
 51325                   /* ModelCorrespondence */
 51326                   "\036\000\001CIM_NextHopIPRoute.RouteDerivation\000",
 51327                   0,
 51328               };
 51329               
 51330               static MetaProperty
 51331               _CIM_NextHopIPRoute_OtherDerivation =
 51332               {
 51333                   /* flags */
 51334                   META_FLAG_PROPERTY|META_FLAG_READ,
 51335                   /* name */
 51336                   "OtherDerivation",
 51337                   /* qualifiers */
 51338                   _CIM_NextHopIPRoute_OtherDerivation_qualifiers,
 51339                   /* type */
 51340                   CIMTYPE_STRING,
 51341                   /* subscript */
 51342                   -1,
 51343                   /* value */
 51344 mike  1.1.2.1     0,
 51345               };
 51346               
 51347               static const char*
 51348               _CIM_NextHopIPRoute_DestinationMask_qualifiers[] =
 51349               {
 51350                   0,
 51351               };
 51352               
 51353               static MetaProperty
 51354               _CIM_NextHopIPRoute_DestinationMask =
 51355               {
 51356                   /* flags */
 51357                   META_FLAG_PROPERTY|META_FLAG_READ,
 51358                   /* name */
 51359                   "DestinationMask",
 51360                   /* qualifiers */
 51361                   _CIM_NextHopIPRoute_DestinationMask_qualifiers,
 51362                   /* type */
 51363                   CIMTYPE_STRING,
 51364                   /* subscript */
 51365 mike  1.1.2.1     -1,
 51366                   /* value */
 51367                   0,
 51368               };
 51369               
 51370               static const char*
 51371               _CIM_NextHopIPRoute_PrefixLength_qualifiers[] =
 51372               {
 51373                   0,
 51374               };
 51375               
 51376               static MetaProperty
 51377               _CIM_NextHopIPRoute_PrefixLength =
 51378               {
 51379                   /* flags */
 51380                   META_FLAG_PROPERTY|META_FLAG_READ,
 51381                   /* name */
 51382                   "PrefixLength",
 51383                   /* qualifiers */
 51384                   _CIM_NextHopIPRoute_PrefixLength_qualifiers,
 51385                   /* type */
 51386 mike  1.1.2.1     CIMTYPE_UINT8,
 51387                   /* subscript */
 51388                   -1,
 51389                   /* value */
 51390                   0,
 51391               };
 51392               
 51393               static const char*
 51394               _CIM_NextHopIPRoute_AddressType_qualifiers[] =
 51395               {
 51396                   /* ValueMap */
 51397                   "\061\000\0030\0001\0002\000",
 51398                   /* Values */
 51399                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 51400                   0,
 51401               };
 51402               
 51403               static MetaProperty
 51404               _CIM_NextHopIPRoute_AddressType =
 51405               {
 51406                   /* flags */
 51407 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 51408                   /* name */
 51409                   "AddressType",
 51410                   /* qualifiers */
 51411                   _CIM_NextHopIPRoute_AddressType_qualifiers,
 51412                   /* type */
 51413                   CIMTYPE_UINT16,
 51414                   /* subscript */
 51415                   -1,
 51416                   /* value */
 51417                   0,
 51418               };
 51419               
 51420               static MetaFeature*
 51421               _CIM_NextHopIPRoute_features[] =
 51422               {
 51423                   (MetaFeature*)&_CIM_NextHopIPRoute_RouteDerivation,
 51424                   (MetaFeature*)&_CIM_NextHopIPRoute_OtherDerivation,
 51425                   (MetaFeature*)&_CIM_NextHopIPRoute_DestinationMask,
 51426                   (MetaFeature*)&_CIM_NextHopIPRoute_PrefixLength,
 51427                   (MetaFeature*)&_CIM_NextHopIPRoute_AddressType,
 51428 mike  1.1.2.1     0,
 51429               };
 51430               
 51431               static const char*
 51432               __root_cimv2_CIM_NextHopIPRoute_qualifiers[] =
 51433               {
 51434                   /* UMLPackagePath */
 51435                   "\057CIM::Network::Routes",
 51436                   /* Version */
 51437                   "\0632.7.0",
 51438                   0,
 51439               };
 51440               
 51441               MetaClass
 51442               __root_cimv2_CIM_NextHopIPRoute =
 51443               {
 51444                   /* flags */
 51445                   META_FLAG_CLASS,
 51446                   /* name */
 51447                   "CIM_NextHopIPRoute",
 51448                   /* qualifiers */
 51449 mike  1.1.2.1     __root_cimv2_CIM_NextHopIPRoute_qualifiers,
 51450                   /* super */
 51451                   &__root_cimv2_CIM_NextHopRoute,
 51452                   /* features */
 51453                   _CIM_NextHopIPRoute_features,
 51454               };
 51455               
 51456               //==============================================================================
 51457               //
 51458               // Class: CIM_NextHopRouting
 51459               //
 51460               //==============================================================================
 51461               
 51462               static const char*
 51463               _CIM_NextHopRouting_DestinationAddress_qualifiers[] =
 51464               {
 51465                   /* Deprecated */
 51466                   "\013\000\001CIM_NextHopRoute.DestinationAddress\000",
 51467                   0,
 51468               };
 51469               
 51470 mike  1.1.2.1 static MetaProperty
 51471               _CIM_NextHopRouting_DestinationAddress =
 51472               {
 51473                   /* flags */
 51474                   META_FLAG_PROPERTY|META_FLAG_READ,
 51475                   /* name */
 51476                   "DestinationAddress",
 51477                   /* qualifiers */
 51478                   _CIM_NextHopRouting_DestinationAddress_qualifiers,
 51479                   /* type */
 51480                   CIMTYPE_STRING,
 51481                   /* subscript */
 51482                   -1,
 51483                   /* value */
 51484                   0,
 51485               };
 51486               
 51487               static const char*
 51488               _CIM_NextHopRouting_DestinationMask_qualifiers[] =
 51489               {
 51490                   /* Deprecated */
 51491 mike  1.1.2.1     "\013\000\001no value\000",
 51492                   0,
 51493               };
 51494               
 51495               static MetaProperty
 51496               _CIM_NextHopRouting_DestinationMask =
 51497               {
 51498                   /* flags */
 51499                   META_FLAG_PROPERTY|META_FLAG_READ,
 51500                   /* name */
 51501                   "DestinationMask",
 51502                   /* qualifiers */
 51503                   _CIM_NextHopRouting_DestinationMask_qualifiers,
 51504                   /* type */
 51505                   CIMTYPE_STRING,
 51506                   /* subscript */
 51507                   -1,
 51508                   /* value */
 51509                   0,
 51510               };
 51511               
 51512 mike  1.1.2.1 static const char*
 51513               _CIM_NextHopRouting_NextHop_qualifiers[] =
 51514               {
 51515                   /* Deprecated */
 51516                   "\013\000\002CIM_AssociatedNextHop.Antecedent\000CIM_RouteUsesEndpoint.Antecedent\000",
 51517                   0,
 51518               };
 51519               
 51520               static MetaProperty
 51521               _CIM_NextHopRouting_NextHop =
 51522               {
 51523                   /* flags */
 51524                   META_FLAG_PROPERTY|META_FLAG_READ,
 51525                   /* name */
 51526                   "NextHop",
 51527                   /* qualifiers */
 51528                   _CIM_NextHopRouting_NextHop_qualifiers,
 51529                   /* type */
 51530                   CIMTYPE_STRING,
 51531                   /* subscript */
 51532                   -1,
 51533 mike  1.1.2.1     /* value */
 51534                   0,
 51535               };
 51536               
 51537               static const char*
 51538               _CIM_NextHopRouting_IsStatic_qualifiers[] =
 51539               {
 51540                   /* Deprecated */
 51541                   "\013\000\001CIM_NextHopRoute.IsStatic\000",
 51542                   0,
 51543               };
 51544               
 51545               static MetaProperty
 51546               _CIM_NextHopRouting_IsStatic =
 51547               {
 51548                   /* flags */
 51549                   META_FLAG_PROPERTY|META_FLAG_READ,
 51550                   /* name */
 51551                   "IsStatic",
 51552                   /* qualifiers */
 51553                   _CIM_NextHopRouting_IsStatic_qualifiers,
 51554 mike  1.1.2.1     /* type */
 51555                   CIMTYPE_BOOLEAN,
 51556                   /* subscript */
 51557                   -1,
 51558                   /* value */
 51559                   0,
 51560               };
 51561               
 51562               static MetaFeature*
 51563               _CIM_NextHopRouting_features[] =
 51564               {
 51565                   (MetaFeature*)&_CIM_NextHopRouting_DestinationAddress,
 51566                   (MetaFeature*)&_CIM_NextHopRouting_DestinationMask,
 51567                   (MetaFeature*)&_CIM_NextHopRouting_NextHop,
 51568                   (MetaFeature*)&_CIM_NextHopRouting_IsStatic,
 51569                   0,
 51570               };
 51571               
 51572               static const char*
 51573               __root_cimv2_CIM_NextHopRouting_qualifiers[] =
 51574               {
 51575 mike  1.1.2.1     /* Deprecated */
 51576                   "\013\000\001CIM_NextHopRoute\000",
 51577                   /* UMLPackagePath */
 51578                   "\057CIM::Network::Routes",
 51579                   /* Abstract */
 51580                   "\002\001",
 51581                   /* Version */
 51582                   "\0632.7.0",
 51583                   0,
 51584               };
 51585               
 51586               MetaClass
 51587               __root_cimv2_CIM_NextHopRouting =
 51588               {
 51589                   /* flags */
 51590                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 51591                   /* name */
 51592                   "CIM_NextHopRouting",
 51593                   /* qualifiers */
 51594                   __root_cimv2_CIM_NextHopRouting_qualifiers,
 51595                   /* super */
 51596 mike  1.1.2.1     &__root_cimv2_CIM_LogicalElement,
 51597                   /* features */
 51598                   _CIM_NextHopRouting_features,
 51599               };
 51600               
 51601               //==============================================================================
 51602               //
 51603               // Class: CIM_Organization
 51604               //
 51605               //==============================================================================
 51606               
 51607               static const char*
 51608               _CIM_Organization_CreationClassName_qualifiers[] =
 51609               {
 51610                   /* Key */
 51611                   "\025\001",
 51612                   /* MaxLen */
 51613                   "\030\000\000\001\000",
 51614                   0,
 51615               };
 51616               
 51617 mike  1.1.2.1 static MetaProperty
 51618               _CIM_Organization_CreationClassName =
 51619               {
 51620                   /* flags */
 51621                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51622                   /* name */
 51623                   "CreationClassName",
 51624                   /* qualifiers */
 51625                   _CIM_Organization_CreationClassName_qualifiers,
 51626                   /* type */
 51627                   CIMTYPE_STRING,
 51628                   /* subscript */
 51629                   -1,
 51630                   /* value */
 51631                   0,
 51632               };
 51633               
 51634               static const char*
 51635               _CIM_Organization_Name_qualifiers[] =
 51636               {
 51637                   /* Key */
 51638 mike  1.1.2.1     "\025\001",
 51639                   /* MaxLen */
 51640                   "\030\000\000\004\000",
 51641                   0,
 51642               };
 51643               
 51644               static MetaProperty
 51645               _CIM_Organization_Name =
 51646               {
 51647                   /* flags */
 51648                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51649                   /* name */
 51650                   "Name",
 51651                   /* qualifiers */
 51652                   _CIM_Organization_Name_qualifiers,
 51653                   /* type */
 51654                   CIMTYPE_STRING,
 51655                   /* subscript */
 51656                   -1,
 51657                   /* value */
 51658                   0,
 51659 mike  1.1.2.1 };
 51660               
 51661               static const char*
 51662               _CIM_Organization_BusinessCategory_qualifiers[] =
 51663               {
 51664                   /* MaxLen */
 51665                   "\030\000\000\000\200",
 51666                   0,
 51667               };
 51668               
 51669               static MetaProperty
 51670               _CIM_Organization_BusinessCategory =
 51671               {
 51672                   /* flags */
 51673                   META_FLAG_PROPERTY|META_FLAG_READ,
 51674                   /* name */
 51675                   "BusinessCategory",
 51676                   /* qualifiers */
 51677                   _CIM_Organization_BusinessCategory_qualifiers,
 51678                   /* type */
 51679                   CIMTYPE_STRING,
 51680 mike  1.1.2.1     /* subscript */
 51681                   -1,
 51682                   /* value */
 51683                   0,
 51684               };
 51685               
 51686               static const char*
 51687               _CIM_Organization_FacsimileTelephoneNumber_qualifiers[] =
 51688               {
 51689                   0,
 51690               };
 51691               
 51692               static MetaProperty
 51693               _CIM_Organization_FacsimileTelephoneNumber =
 51694               {
 51695                   /* flags */
 51696                   META_FLAG_PROPERTY|META_FLAG_READ,
 51697                   /* name */
 51698                   "FacsimileTelephoneNumber",
 51699                   /* qualifiers */
 51700                   _CIM_Organization_FacsimileTelephoneNumber_qualifiers,
 51701 mike  1.1.2.1     /* type */
 51702                   CIMTYPE_STRING,
 51703                   /* subscript */
 51704                   -1,
 51705                   /* value */
 51706                   0,
 51707               };
 51708               
 51709               static const char*
 51710               _CIM_Organization_LocalityName_qualifiers[] =
 51711               {
 51712                   0,
 51713               };
 51714               
 51715               static MetaProperty
 51716               _CIM_Organization_LocalityName =
 51717               {
 51718                   /* flags */
 51719                   META_FLAG_PROPERTY|META_FLAG_READ,
 51720                   /* name */
 51721                   "LocalityName",
 51722 mike  1.1.2.1     /* qualifiers */
 51723                   _CIM_Organization_LocalityName_qualifiers,
 51724                   /* type */
 51725                   CIMTYPE_STRING,
 51726                   /* subscript */
 51727                   -1,
 51728                   /* value */
 51729                   0,
 51730               };
 51731               
 51732               static const char*
 51733               _CIM_Organization_Mail_qualifiers[] =
 51734               {
 51735                   0,
 51736               };
 51737               
 51738               static MetaProperty
 51739               _CIM_Organization_Mail =
 51740               {
 51741                   /* flags */
 51742                   META_FLAG_PROPERTY|META_FLAG_READ,
 51743 mike  1.1.2.1     /* name */
 51744                   "Mail",
 51745                   /* qualifiers */
 51746                   _CIM_Organization_Mail_qualifiers,
 51747                   /* type */
 51748                   CIMTYPE_STRING,
 51749                   /* subscript */
 51750                   -1,
 51751                   /* value */
 51752                   0,
 51753               };
 51754               
 51755               static const char*
 51756               _CIM_Organization_OrganizationName_qualifiers[] =
 51757               {
 51758                   /* Required */
 51759                   "\050\001",
 51760                   0,
 51761               };
 51762               
 51763               static MetaProperty
 51764 mike  1.1.2.1 _CIM_Organization_OrganizationName =
 51765               {
 51766                   /* flags */
 51767                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 51768                   /* name */
 51769                   "OrganizationName",
 51770                   /* qualifiers */
 51771                   _CIM_Organization_OrganizationName_qualifiers,
 51772                   /* type */
 51773                   CIMTYPE_STRING,
 51774                   /* subscript */
 51775                   -1,
 51776                   /* value */
 51777                   0,
 51778               };
 51779               
 51780               static const char*
 51781               _CIM_Organization_PostalAddress_qualifiers[] =
 51782               {
 51783                   0,
 51784               };
 51785 mike  1.1.2.1 
 51786               static MetaProperty
 51787               _CIM_Organization_PostalAddress =
 51788               {
 51789                   /* flags */
 51790                   META_FLAG_PROPERTY|META_FLAG_READ,
 51791                   /* name */
 51792                   "PostalAddress",
 51793                   /* qualifiers */
 51794                   _CIM_Organization_PostalAddress_qualifiers,
 51795                   /* type */
 51796                   CIMTYPE_STRING,
 51797                   /* subscript */
 51798                   0,
 51799                   /* value */
 51800                   0,
 51801               };
 51802               
 51803               static const char*
 51804               _CIM_Organization_PostalCode_qualifiers[] =
 51805               {
 51806 mike  1.1.2.1     /* MaxLen */
 51807                   "\030\000\000\000\050",
 51808                   0,
 51809               };
 51810               
 51811               static MetaProperty
 51812               _CIM_Organization_PostalCode =
 51813               {
 51814                   /* flags */
 51815                   META_FLAG_PROPERTY|META_FLAG_READ,
 51816                   /* name */
 51817                   "PostalCode",
 51818                   /* qualifiers */
 51819                   _CIM_Organization_PostalCode_qualifiers,
 51820                   /* type */
 51821                   CIMTYPE_STRING,
 51822                   /* subscript */
 51823                   -1,
 51824                   /* value */
 51825                   0,
 51826               };
 51827 mike  1.1.2.1 
 51828               static const char*
 51829               _CIM_Organization_StateOrProvince_qualifiers[] =
 51830               {
 51831                   0,
 51832               };
 51833               
 51834               static MetaProperty
 51835               _CIM_Organization_StateOrProvince =
 51836               {
 51837                   /* flags */
 51838                   META_FLAG_PROPERTY|META_FLAG_READ,
 51839                   /* name */
 51840                   "StateOrProvince",
 51841                   /* qualifiers */
 51842                   _CIM_Organization_StateOrProvince_qualifiers,
 51843                   /* type */
 51844                   CIMTYPE_STRING,
 51845                   /* subscript */
 51846                   -1,
 51847                   /* value */
 51848 mike  1.1.2.1     0,
 51849               };
 51850               
 51851               static const char*
 51852               _CIM_Organization_TelephoneNumber_qualifiers[] =
 51853               {
 51854                   /* MaxLen */
 51855                   "\030\000\000\000\040",
 51856                   0,
 51857               };
 51858               
 51859               static MetaProperty
 51860               _CIM_Organization_TelephoneNumber =
 51861               {
 51862                   /* flags */
 51863                   META_FLAG_PROPERTY|META_FLAG_READ,
 51864                   /* name */
 51865                   "TelephoneNumber",
 51866                   /* qualifiers */
 51867                   _CIM_Organization_TelephoneNumber_qualifiers,
 51868                   /* type */
 51869 mike  1.1.2.1     CIMTYPE_STRING,
 51870                   /* subscript */
 51871                   -1,
 51872                   /* value */
 51873                   0,
 51874               };
 51875               
 51876               static MetaFeature*
 51877               _CIM_Organization_features[] =
 51878               {
 51879                   (MetaFeature*)&_CIM_Organization_CreationClassName,
 51880                   (MetaFeature*)&_CIM_Organization_Name,
 51881                   (MetaFeature*)&_CIM_Organization_BusinessCategory,
 51882                   (MetaFeature*)&_CIM_Organization_FacsimileTelephoneNumber,
 51883                   (MetaFeature*)&_CIM_Organization_LocalityName,
 51884                   (MetaFeature*)&_CIM_Organization_Mail,
 51885                   (MetaFeature*)&_CIM_Organization_OrganizationName,
 51886                   (MetaFeature*)&_CIM_Organization_PostalAddress,
 51887                   (MetaFeature*)&_CIM_Organization_PostalCode,
 51888                   (MetaFeature*)&_CIM_Organization_StateOrProvince,
 51889                   (MetaFeature*)&_CIM_Organization_TelephoneNumber,
 51890 mike  1.1.2.1     0,
 51891               };
 51892               
 51893               static const char*
 51894               __root_cimv2_CIM_Organization_qualifiers[] =
 51895               {
 51896                   /* UMLPackagePath */
 51897                   "\057CIM::User::Org",
 51898                   /* Version */
 51899                   "\0632.6.0",
 51900                   0,
 51901               };
 51902               
 51903               MetaClass
 51904               __root_cimv2_CIM_Organization =
 51905               {
 51906                   /* flags */
 51907                   META_FLAG_CLASS,
 51908                   /* name */
 51909                   "CIM_Organization",
 51910                   /* qualifiers */
 51911 mike  1.1.2.1     __root_cimv2_CIM_Organization_qualifiers,
 51912                   /* super */
 51913                   &__root_cimv2_CIM_OrganizationalEntity,
 51914                   /* features */
 51915                   _CIM_Organization_features,
 51916               };
 51917               
 51918               //==============================================================================
 51919               //
 51920               // Class: CIM_OSPFAreaConfiguration
 51921               //
 51922               //==============================================================================
 51923               
 51924               static const char*
 51925               _CIM_OSPFAreaConfiguration_InstanceID_qualifiers[] =
 51926               {
 51927                   /* Key */
 51928                   "\025\001",
 51929                   0,
 51930               };
 51931               
 51932 mike  1.1.2.1 static MetaProperty
 51933               _CIM_OSPFAreaConfiguration_InstanceID =
 51934               {
 51935                   /* flags */
 51936                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51937                   /* name */
 51938                   "InstanceID",
 51939                   /* qualifiers */
 51940                   _CIM_OSPFAreaConfiguration_InstanceID_qualifiers,
 51941                   /* type */
 51942                   CIMTYPE_STRING,
 51943                   /* subscript */
 51944                   -1,
 51945                   /* value */
 51946                   0,
 51947               };
 51948               
 51949               static const char*
 51950               _CIM_OSPFAreaConfiguration_StubDefaultCost_qualifiers[] =
 51951               {
 51952                   /* MappingStrings */
 51953 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfStubMetric\000",
 51954                   0,
 51955               };
 51956               
 51957               static MetaProperty
 51958               _CIM_OSPFAreaConfiguration_StubDefaultCost =
 51959               {
 51960                   /* flags */
 51961                   META_FLAG_PROPERTY|META_FLAG_READ,
 51962                   /* name */
 51963                   "StubDefaultCost",
 51964                   /* qualifiers */
 51965                   _CIM_OSPFAreaConfiguration_StubDefaultCost_qualifiers,
 51966                   /* type */
 51967                   CIMTYPE_UINT32,
 51968                   /* subscript */
 51969                   -1,
 51970                   /* value */
 51971                   0,
 51972               };
 51973               
 51974 mike  1.1.2.1 static const char*
 51975               _CIM_OSPFAreaConfiguration_StubMetricType_qualifiers[] =
 51976               {
 51977                   /* ValueMap */
 51978                   "\061\000\0032\0003\0004\000",
 51979                   /* Values */
 51980                   "\062\000\003OSPF Metric\000Comparable Cost\000NonComparable\000",
 51981                   /* MappingStrings */
 51982                   "\026\000\001MIB.IETF|OSPF-MIB.ospfStubMetricType\000",
 51983                   0,
 51984               };
 51985               
 51986               static MetaProperty
 51987               _CIM_OSPFAreaConfiguration_StubMetricType =
 51988               {
 51989                   /* flags */
 51990                   META_FLAG_PROPERTY|META_FLAG_READ,
 51991                   /* name */
 51992                   "StubMetricType",
 51993                   /* qualifiers */
 51994                   _CIM_OSPFAreaConfiguration_StubMetricType_qualifiers,
 51995 mike  1.1.2.1     /* type */
 51996                   CIMTYPE_UINT16,
 51997                   /* subscript */
 51998                   -1,
 51999                   /* value */
 52000                   0,
 52001               };
 52002               
 52003               static MetaFeature*
 52004               _CIM_OSPFAreaConfiguration_features[] =
 52005               {
 52006                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_InstanceID,
 52007                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_StubDefaultCost,
 52008                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_StubMetricType,
 52009                   0,
 52010               };
 52011               
 52012               static const char*
 52013               __root_cimv2_CIM_OSPFAreaConfiguration_qualifiers[] =
 52014               {
 52015                   /* UMLPackagePath */
 52016 mike  1.1.2.1     "\057CIM::Network::OSPF",
 52017                   /* Version */
 52018                   "\0632.7.0",
 52019                   0,
 52020               };
 52021               
 52022               MetaClass
 52023               __root_cimv2_CIM_OSPFAreaConfiguration =
 52024               {
 52025                   /* flags */
 52026                   META_FLAG_CLASS,
 52027                   /* name */
 52028                   "CIM_OSPFAreaConfiguration",
 52029                   /* qualifiers */
 52030                   __root_cimv2_CIM_OSPFAreaConfiguration_qualifiers,
 52031                   /* super */
 52032                   &__root_cimv2_CIM_LogicalElement,
 52033                   /* features */
 52034                   _CIM_OSPFAreaConfiguration_features,
 52035               };
 52036               
 52037 mike  1.1.2.1 //==============================================================================
 52038               //
 52039               // Class: CIM_OSPFLink
 52040               //
 52041               //==============================================================================
 52042               
 52043               static const char*
 52044               _CIM_OSPFLink_LinkType_qualifiers[] =
 52045               {
 52046                   /* Required */
 52047                   "\050\001",
 52048                   /* ValueMap */
 52049                   "\061\000\0042\0003\0004\0005\000",
 52050                   /* Values */
 52051                   "\062\000\004Point-To-Point\000Point-To-Multipoint\000Broadcast\000NBMA\000",
 52052                   0,
 52053               };
 52054               
 52055               static MetaProperty
 52056               _CIM_OSPFLink_LinkType =
 52057               {
 52058 mike  1.1.2.1     /* flags */
 52059                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 52060                   /* name */
 52061                   "LinkType",
 52062                   /* qualifiers */
 52063                   _CIM_OSPFLink_LinkType_qualifiers,
 52064                   /* type */
 52065                   CIMTYPE_UINT16,
 52066                   /* subscript */
 52067                   -1,
 52068                   /* value */
 52069                   0,
 52070               };
 52071               
 52072               static const char*
 52073               _CIM_OSPFLink_HelloInterval_qualifiers[] =
 52074               {
 52075                   /* Units */
 52076                   "\060Seconds",
 52077                   /* MappingStrings */
 52078                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfHelloInterval\000",
 52079 mike  1.1.2.1     0,
 52080               };
 52081               
 52082               static MetaProperty
 52083               _CIM_OSPFLink_HelloInterval =
 52084               {
 52085                   /* flags */
 52086                   META_FLAG_PROPERTY|META_FLAG_READ,
 52087                   /* name */
 52088                   "HelloInterval",
 52089                   /* qualifiers */
 52090                   _CIM_OSPFLink_HelloInterval_qualifiers,
 52091                   /* type */
 52092                   CIMTYPE_UINT32,
 52093                   /* subscript */
 52094                   -1,
 52095                   /* value */
 52096                   0,
 52097               };
 52098               
 52099               static const char*
 52100 mike  1.1.2.1 _CIM_OSPFLink_RouterDeadInterval_qualifiers[] =
 52101               {
 52102                   /* Units */
 52103                   "\060Seconds",
 52104                   /* MappingStrings */
 52105                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRtrDeadInterval\000",
 52106                   0,
 52107               };
 52108               
 52109               static MetaProperty
 52110               _CIM_OSPFLink_RouterDeadInterval =
 52111               {
 52112                   /* flags */
 52113                   META_FLAG_PROPERTY|META_FLAG_READ,
 52114                   /* name */
 52115                   "RouterDeadInterval",
 52116                   /* qualifiers */
 52117                   _CIM_OSPFLink_RouterDeadInterval_qualifiers,
 52118                   /* type */
 52119                   CIMTYPE_UINT32,
 52120                   /* subscript */
 52121 mike  1.1.2.1     -1,
 52122                   /* value */
 52123                   0,
 52124               };
 52125               
 52126               static const char*
 52127               _CIM_OSPFLink_MulticastForwarding_qualifiers[] =
 52128               {
 52129                   /* Required */
 52130                   "\050\001",
 52131                   /* ValueMap */
 52132                   "\061\000\0032\0003\0004\000",
 52133                   /* Values */
 52134                   "\062\000\003Disabled\000Data-link Multicast\000Data-link Unicast\000",
 52135                   /* MappingStrings */
 52136                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfMulticastForwarding\000",
 52137                   0,
 52138               };
 52139               
 52140               static MetaProperty
 52141               _CIM_OSPFLink_MulticastForwarding =
 52142 mike  1.1.2.1 {
 52143                   /* flags */
 52144                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 52145                   /* name */
 52146                   "MulticastForwarding",
 52147                   /* qualifiers */
 52148                   _CIM_OSPFLink_MulticastForwarding_qualifiers,
 52149                   /* type */
 52150                   CIMTYPE_UINT16,
 52151                   /* subscript */
 52152                   -1,
 52153                   /* value */
 52154                   0,
 52155               };
 52156               
 52157               static MetaFeature*
 52158               _CIM_OSPFLink_features[] =
 52159               {
 52160                   (MetaFeature*)&_CIM_OSPFLink_LinkType,
 52161                   (MetaFeature*)&_CIM_OSPFLink_HelloInterval,
 52162                   (MetaFeature*)&_CIM_OSPFLink_RouterDeadInterval,
 52163 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFLink_MulticastForwarding,
 52164                   0,
 52165               };
 52166               
 52167               static const char*
 52168               __root_cimv2_CIM_OSPFLink_qualifiers[] =
 52169               {
 52170                   /* UMLPackagePath */
 52171                   "\057CIM::Network::OSPF",
 52172                   /* Version */
 52173                   "\0632.7.0",
 52174                   0,
 52175               };
 52176               
 52177               MetaClass
 52178               __root_cimv2_CIM_OSPFLink =
 52179               {
 52180                   /* flags */
 52181                   META_FLAG_CLASS,
 52182                   /* name */
 52183                   "CIM_OSPFLink",
 52184 mike  1.1.2.1     /* qualifiers */
 52185                   __root_cimv2_CIM_OSPFLink_qualifiers,
 52186                   /* super */
 52187                   &__root_cimv2_CIM_ConnectivityCollection,
 52188                   /* features */
 52189                   _CIM_OSPFLink_features,
 52190               };
 52191               
 52192               //==============================================================================
 52193               //
 52194               // Class: CIM_PackageLocation
 52195               //
 52196               //==============================================================================
 52197               
 52198               static const char*
 52199               _CIM_PackageLocation_LocationCoordinates_qualifiers[] =
 52200               {
 52201                   0,
 52202               };
 52203               
 52204               static MetaProperty
 52205 mike  1.1.2.1 _CIM_PackageLocation_LocationCoordinates =
 52206               {
 52207                   /* flags */
 52208                   META_FLAG_PROPERTY|META_FLAG_READ,
 52209                   /* name */
 52210                   "LocationCoordinates",
 52211                   /* qualifiers */
 52212                   _CIM_PackageLocation_LocationCoordinates_qualifiers,
 52213                   /* type */
 52214                   CIMTYPE_STRING,
 52215                   /* subscript */
 52216                   -1,
 52217                   /* value */
 52218                   0,
 52219               };
 52220               
 52221               static MetaFeature*
 52222               _CIM_PackageLocation_features[] =
 52223               {
 52224                   (MetaFeature*)&_CIM_PackageLocation_LocationCoordinates,
 52225                   0,
 52226 mike  1.1.2.1 };
 52227               
 52228               static const char*
 52229               __root_cimv2_CIM_PackageLocation_qualifiers[] =
 52230               {
 52231                   /* UMLPackagePath */
 52232                   "\057CIM::Physical::Package",
 52233                   /* Version */
 52234                   "\0632.8.0",
 52235                   0,
 52236               };
 52237               
 52238               MetaClass
 52239               __root_cimv2_CIM_PackageLocation =
 52240               {
 52241                   /* flags */
 52242                   META_FLAG_CLASS,
 52243                   /* name */
 52244                   "CIM_PackageLocation",
 52245                   /* qualifiers */
 52246                   __root_cimv2_CIM_PackageLocation_qualifiers,
 52247 mike  1.1.2.1     /* super */
 52248                   &__root_cimv2_CIM_PhysicalPackage,
 52249                   /* features */
 52250                   _CIM_PackageLocation_features,
 52251               };
 52252               
 52253               //==============================================================================
 52254               //
 52255               // Class: CIM_PacketFilterCondition
 52256               //
 52257               //==============================================================================
 52258               
 52259               static MetaFeature*
 52260               _CIM_PacketFilterCondition_features[] =
 52261               {
 52262                   0,
 52263               };
 52264               
 52265               static const char*
 52266               __root_cimv2_CIM_PacketFilterCondition_qualifiers[] =
 52267               {
 52268 mike  1.1.2.1     /* UMLPackagePath */
 52269                   "\057CIM::Policy",
 52270                   /* Version */
 52271                   "\0632.8.0",
 52272                   /* MappingStrings */
 52273                   "\026\000\001IPSP Policy Model.IETF|SACondition\000",
 52274                   0,
 52275               };
 52276               
 52277               MetaClass
 52278               __root_cimv2_CIM_PacketFilterCondition =
 52279               {
 52280                   /* flags */
 52281                   META_FLAG_CLASS,
 52282                   /* name */
 52283                   "CIM_PacketFilterCondition",
 52284                   /* qualifiers */
 52285                   __root_cimv2_CIM_PacketFilterCondition_qualifiers,
 52286                   /* super */
 52287                   &__root_cimv2_CIM_PolicyCondition,
 52288                   /* features */
 52289 mike  1.1.2.1     _CIM_PacketFilterCondition_features,
 52290               };
 52291               
 52292               //==============================================================================
 52293               //
 52294               // Class: CIM_ParticipatesInSet
 52295               //
 52296               //==============================================================================
 52297               
 52298               static const char*
 52299               _CIM_ParticipatesInSet_Set_qualifiers[] =
 52300               {
 52301                   /* Key */
 52302                   "\025\001",
 52303                   /* Aggregate */
 52304                   "\003\001",
 52305                   0,
 52306               };
 52307               
 52308               static MetaReference
 52309               _CIM_ParticipatesInSet_Set =
 52310 mike  1.1.2.1 {
 52311                   /* flags */
 52312                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 52313                   /* name */
 52314                   "Set",
 52315                   /* qualifiers */
 52316                   _CIM_ParticipatesInSet_Set_qualifiers,
 52317                   /* subscript */
 52318                   -1,
 52319                   /* refId */
 52320                   &__root_cimv2_CIM_ReplacementSet,
 52321               };
 52322               
 52323               static const char*
 52324               _CIM_ParticipatesInSet_Element_qualifiers[] =
 52325               {
 52326                   /* Key */
 52327                   "\025\001",
 52328                   0,
 52329               };
 52330               
 52331 mike  1.1.2.1 static MetaReference
 52332               _CIM_ParticipatesInSet_Element =
 52333               {
 52334                   /* flags */
 52335                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 52336                   /* name */
 52337                   "Element",
 52338                   /* qualifiers */
 52339                   _CIM_ParticipatesInSet_Element_qualifiers,
 52340                   /* subscript */
 52341                   -1,
 52342                   /* refId */
 52343                   &__root_cimv2_CIM_PhysicalElement,
 52344               };
 52345               
 52346               static MetaFeature*
 52347               _CIM_ParticipatesInSet_features[] =
 52348               {
 52349                   (MetaFeature*)&_CIM_ParticipatesInSet_Set,
 52350                   (MetaFeature*)&_CIM_ParticipatesInSet_Element,
 52351                   0,
 52352 mike  1.1.2.1 };
 52353               
 52354               static const char*
 52355               __root_cimv2_CIM_ParticipatesInSet_qualifiers[] =
 52356               {
 52357                   /* ASSOCIATION */
 52358                   "\000\001",
 52359                   /* UMLPackagePath */
 52360                   "\057CIM::Physical::Misc",
 52361                   /* Aggregation */
 52362                   "\004\001",
 52363                   /* Version */
 52364                   "\0632.6.0",
 52365                   0,
 52366               };
 52367               
 52368               MetaClass
 52369               __root_cimv2_CIM_ParticipatesInSet =
 52370               {
 52371                   /* flags */
 52372                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 52373 mike  1.1.2.1     /* name */
 52374                   "CIM_ParticipatesInSet",
 52375                   /* qualifiers */
 52376                   __root_cimv2_CIM_ParticipatesInSet_qualifiers,
 52377                   /* super */
 52378                   0,
 52379                   /* features */
 52380                   _CIM_ParticipatesInSet_features,
 52381               };
 52382               
 52383               //==============================================================================
 52384               //
 52385               // Class: CIM_PhysicalComponent
 52386               //
 52387               //==============================================================================
 52388               
 52389               static const char*
 52390               _CIM_PhysicalComponent_RemovalConditions_qualifiers[] =
 52391               {
 52392                   /* ValueMap */
 52393                   "\061\000\0040\0002\0003\0004\000",
 52394 mike  1.1.2.1     /* Values */
 52395                   "\062\000\004Unknown\000Not Applicable\000Removable when off\000Removable when on or off\000",
 52396                   0,
 52397               };
 52398               
 52399               static MetaProperty
 52400               _CIM_PhysicalComponent_RemovalConditions =
 52401               {
 52402                   /* flags */
 52403                   META_FLAG_PROPERTY|META_FLAG_READ,
 52404                   /* name */
 52405                   "RemovalConditions",
 52406                   /* qualifiers */
 52407                   _CIM_PhysicalComponent_RemovalConditions_qualifiers,
 52408                   /* type */
 52409                   CIMTYPE_UINT16,
 52410                   /* subscript */
 52411                   -1,
 52412                   /* value */
 52413                   "\000\002",
 52414               };
 52415 mike  1.1.2.1 
 52416               static const char*
 52417               _CIM_PhysicalComponent_Removable_qualifiers[] =
 52418               {
 52419                   /* Deprecated */
 52420                   "\013\000\001CIM_PhysicalComponent.RemovalConditions\000",
 52421                   0,
 52422               };
 52423               
 52424               static MetaProperty
 52425               _CIM_PhysicalComponent_Removable =
 52426               {
 52427                   /* flags */
 52428                   META_FLAG_PROPERTY|META_FLAG_READ,
 52429                   /* name */
 52430                   "Removable",
 52431                   /* qualifiers */
 52432                   _CIM_PhysicalComponent_Removable_qualifiers,
 52433                   /* type */
 52434                   CIMTYPE_BOOLEAN,
 52435                   /* subscript */
 52436 mike  1.1.2.1     -1,
 52437                   /* value */
 52438                   0,
 52439               };
 52440               
 52441               static const char*
 52442               _CIM_PhysicalComponent_Replaceable_qualifiers[] =
 52443               {
 52444                   /* Deprecated */
 52445                   "\013\000\001No Value\000",
 52446                   0,
 52447               };
 52448               
 52449               static MetaProperty
 52450               _CIM_PhysicalComponent_Replaceable =
 52451               {
 52452                   /* flags */
 52453                   META_FLAG_PROPERTY|META_FLAG_READ,
 52454                   /* name */
 52455                   "Replaceable",
 52456                   /* qualifiers */
 52457 mike  1.1.2.1     _CIM_PhysicalComponent_Replaceable_qualifiers,
 52458                   /* type */
 52459                   CIMTYPE_BOOLEAN,
 52460                   /* subscript */
 52461                   -1,
 52462                   /* value */
 52463                   0,
 52464               };
 52465               
 52466               static const char*
 52467               _CIM_PhysicalComponent_HotSwappable_qualifiers[] =
 52468               {
 52469                   /* Deprecated */
 52470                   "\013\000\001CIM_PhysicalComponent.RemovalConditions\000",
 52471                   0,
 52472               };
 52473               
 52474               static MetaProperty
 52475               _CIM_PhysicalComponent_HotSwappable =
 52476               {
 52477                   /* flags */
 52478 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 52479                   /* name */
 52480                   "HotSwappable",
 52481                   /* qualifiers */
 52482                   _CIM_PhysicalComponent_HotSwappable_qualifiers,
 52483                   /* type */
 52484                   CIMTYPE_BOOLEAN,
 52485                   /* subscript */
 52486                   -1,
 52487                   /* value */
 52488                   0,
 52489               };
 52490               
 52491               static MetaFeature*
 52492               _CIM_PhysicalComponent_features[] =
 52493               {
 52494                   (MetaFeature*)&_CIM_PhysicalComponent_RemovalConditions,
 52495                   (MetaFeature*)&_CIM_PhysicalComponent_Removable,
 52496                   (MetaFeature*)&_CIM_PhysicalComponent_Replaceable,
 52497                   (MetaFeature*)&_CIM_PhysicalComponent_HotSwappable,
 52498                   0,
 52499 mike  1.1.2.1 };
 52500               
 52501               static const char*
 52502               __root_cimv2_CIM_PhysicalComponent_qualifiers[] =
 52503               {
 52504                   /* UMLPackagePath */
 52505                   "\057CIM::Physical::Component",
 52506                   /* Version */
 52507                   "\0632.8.0",
 52508                   0,
 52509               };
 52510               
 52511               MetaClass
 52512               __root_cimv2_CIM_PhysicalComponent =
 52513               {
 52514                   /* flags */
 52515                   META_FLAG_CLASS,
 52516                   /* name */
 52517                   "CIM_PhysicalComponent",
 52518                   /* qualifiers */
 52519                   __root_cimv2_CIM_PhysicalComponent_qualifiers,
 52520 mike  1.1.2.1     /* super */
 52521                   &__root_cimv2_CIM_PhysicalElement,
 52522                   /* features */
 52523                   _CIM_PhysicalComponent_features,
 52524               };
 52525               
 52526               //==============================================================================
 52527               //
 52528               // Class: CIM_PhysicalConnector
 52529               //
 52530               //==============================================================================
 52531               
 52532               static const char*
 52533               _CIM_PhysicalConnector_ConnectorPinout_qualifiers[] =
 52534               {
 52535                   /* ModelCorrespondence */
 52536                   "\036\000\001CIM_PhysicalConnector.NumPhysicalPins\000",
 52537                   0,
 52538               };
 52539               
 52540               static MetaProperty
 52541 mike  1.1.2.1 _CIM_PhysicalConnector_ConnectorPinout =
 52542               {
 52543                   /* flags */
 52544                   META_FLAG_PROPERTY|META_FLAG_READ,
 52545                   /* name */
 52546                   "ConnectorPinout",
 52547                   /* qualifiers */
 52548                   _CIM_PhysicalConnector_ConnectorPinout_qualifiers,
 52549                   /* type */
 52550                   CIMTYPE_STRING,
 52551                   /* subscript */
 52552                   -1,
 52553                   /* value */
 52554                   0,
 52555               };
 52556               
 52557               static const char*
 52558               _CIM_PhysicalConnector_ConnectorType_qualifiers[] =
 52559               {
 52560                   /* Deprecated */
 52561                   "\013\000\004CIM_PhysicalConnector.ConnectorGender\000CIM_PhysicalConnector.ConnectorElectricalCharacteristics\000CIM_PhysicalConnector.NumPhysicalPins\000CIM_PhysicalConnector.ConnectorLayout\000",
 52562 mike  1.1.2.1     /* ValueMap */
 52563                   "\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",
 52564                   /* Values */
 52565                   "\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",
 52566                   /* MappingStrings */
 52567                   "\026\000\001MIF.DMTF|Bus Port|004.10\000",
 52568                   /* ArrayType */
 52569                   "\005Indexed",
 52570                   /* ModelCorrespondence */
 52571                   "\036\000\001CIM_PhysicalConnector.OtherTypeDescription\000",
 52572                   0,
 52573               };
 52574               
 52575               static MetaProperty
 52576               _CIM_PhysicalConnector_ConnectorType =
 52577               {
 52578                   /* flags */
 52579                   META_FLAG_PROPERTY|META_FLAG_READ,
 52580                   /* name */
 52581                   "ConnectorType",
 52582                   /* qualifiers */
 52583 mike  1.1.2.1     _CIM_PhysicalConnector_ConnectorType_qualifiers,
 52584                   /* type */
 52585                   CIMTYPE_UINT16,
 52586                   /* subscript */
 52587                   0,
 52588                   /* value */
 52589                   0,
 52590               };
 52591               
 52592               static const char*
 52593               _CIM_PhysicalConnector_OtherTypeDescription_qualifiers[] =
 52594               {
 52595                   /* Deprecated */
 52596                   "\013\000\001CIM_PhysicalConnector.ConnectorDescription\000",
 52597                   /* MappingStrings */
 52598                   "\026\000\001MIF.DMTF|Bus Port|004.11\000",
 52599                   /* ModelCorrespondence */
 52600                   "\036\000\001CIM_PhysicalConnector.ConnectorType\000",
 52601                   0,
 52602               };
 52603               
 52604 mike  1.1.2.1 static MetaProperty
 52605               _CIM_PhysicalConnector_OtherTypeDescription =
 52606               {
 52607                   /* flags */
 52608                   META_FLAG_PROPERTY|META_FLAG_READ,
 52609                   /* name */
 52610                   "OtherTypeDescription",
 52611                   /* qualifiers */
 52612                   _CIM_PhysicalConnector_OtherTypeDescription_qualifiers,
 52613                   /* type */
 52614                   CIMTYPE_STRING,
 52615                   /* subscript */
 52616                   -1,
 52617                   /* value */
 52618                   0,
 52619               };
 52620               
 52621               static const char*
 52622               _CIM_PhysicalConnector_ConnectorGender_qualifiers[] =
 52623               {
 52624                   /* ValueMap */
 52625 mike  1.1.2.1     "\061\000\0030\0002\0003\000",
 52626                   /* Values */
 52627                   "\062\000\003Unknown\000Male\000Female\000",
 52628                   0,
 52629               };
 52630               
 52631               static MetaProperty
 52632               _CIM_PhysicalConnector_ConnectorGender =
 52633               {
 52634                   /* flags */
 52635                   META_FLAG_PROPERTY|META_FLAG_READ,
 52636                   /* name */
 52637                   "ConnectorGender",
 52638                   /* qualifiers */
 52639                   _CIM_PhysicalConnector_ConnectorGender_qualifiers,
 52640                   /* type */
 52641                   CIMTYPE_UINT16,
 52642                   /* subscript */
 52643                   -1,
 52644                   /* value */
 52645                   0,
 52646 mike  1.1.2.1 };
 52647               
 52648               static const char*
 52649               _CIM_PhysicalConnector_ConnectorElectricalCharacteristics_qualifiers[] =
 52650               {
 52651                   /* ValueMap */
 52652                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 52653                   /* Values */
 52654                   "\062\000\011Unknown\000Other\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000Copper\000Shielded\000Unshielded\000",
 52655                   /* ArrayType */
 52656                   "\005Indexed",
 52657                   /* ModelCorrespondence */
 52658                   "\036\000\001CIM_PhysicalConnector.OtherElectricalCharacteristics\000",
 52659                   0,
 52660               };
 52661               
 52662               static MetaProperty
 52663               _CIM_PhysicalConnector_ConnectorElectricalCharacteristics =
 52664               {
 52665                   /* flags */
 52666                   META_FLAG_PROPERTY|META_FLAG_READ,
 52667 mike  1.1.2.1     /* name */
 52668                   "ConnectorElectricalCharacteristics",
 52669                   /* qualifiers */
 52670                   _CIM_PhysicalConnector_ConnectorElectricalCharacteristics_qualifiers,
 52671                   /* type */
 52672                   CIMTYPE_UINT16,
 52673                   /* subscript */
 52674                   0,
 52675                   /* value */
 52676                   0,
 52677               };
 52678               
 52679               static const char*
 52680               _CIM_PhysicalConnector_OtherElectricalCharacteristics_qualifiers[] =
 52681               {
 52682                   /* ArrayType */
 52683                   "\005Indexed",
 52684                   /* ModelCorrespondence */
 52685                   "\036\000\001CIM_PhysicalConnector.ConnectorElectricalCharacteristics\000",
 52686                   0,
 52687               };
 52688 mike  1.1.2.1 
 52689               static MetaProperty
 52690               _CIM_PhysicalConnector_OtherElectricalCharacteristics =
 52691               {
 52692                   /* flags */
 52693                   META_FLAG_PROPERTY|META_FLAG_READ,
 52694                   /* name */
 52695                   "OtherElectricalCharacteristics",
 52696                   /* qualifiers */
 52697                   _CIM_PhysicalConnector_OtherElectricalCharacteristics_qualifiers,
 52698                   /* type */
 52699                   CIMTYPE_STRING,
 52700                   /* subscript */
 52701                   0,
 52702                   /* value */
 52703                   0,
 52704               };
 52705               
 52706               static const char*
 52707               _CIM_PhysicalConnector_NumPhysicalPins_qualifiers[] =
 52708               {
 52709 mike  1.1.2.1     /* ModelCorrespondence */
 52710                   "\036\000\001CIM_PhysicalConnector.ConnectorPinout\000",
 52711                   0,
 52712               };
 52713               
 52714               static MetaProperty
 52715               _CIM_PhysicalConnector_NumPhysicalPins =
 52716               {
 52717                   /* flags */
 52718                   META_FLAG_PROPERTY|META_FLAG_READ,
 52719                   /* name */
 52720                   "NumPhysicalPins",
 52721                   /* qualifiers */
 52722                   _CIM_PhysicalConnector_NumPhysicalPins_qualifiers,
 52723                   /* type */
 52724                   CIMTYPE_UINT32,
 52725                   /* subscript */
 52726                   -1,
 52727                   /* value */
 52728                   0,
 52729               };
 52730 mike  1.1.2.1 
 52731               static const char*
 52732               _CIM_PhysicalConnector_ConnectorLayout_qualifiers[] =
 52733               {
 52734                   /* ValueMap */
 52735                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00017..32567\00032568..65535\000",
 52736                   /* Values */
 52737                   "\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",
 52738                   /* ModelCorrespondence */
 52739                   "\036\000\001CIM_PhysicalConnector.ConnectorDescription\000",
 52740                   0,
 52741               };
 52742               
 52743               static MetaProperty
 52744               _CIM_PhysicalConnector_ConnectorLayout =
 52745               {
 52746                   /* flags */
 52747                   META_FLAG_PROPERTY|META_FLAG_READ,
 52748                   /* name */
 52749                   "ConnectorLayout",
 52750                   /* qualifiers */
 52751 mike  1.1.2.1     _CIM_PhysicalConnector_ConnectorLayout_qualifiers,
 52752                   /* type */
 52753                   CIMTYPE_UINT16,
 52754                   /* subscript */
 52755                   -1,
 52756                   /* value */
 52757                   0,
 52758               };
 52759               
 52760               static const char*
 52761               _CIM_PhysicalConnector_ConnectorDescription_qualifiers[] =
 52762               {
 52763                   /* MappingStrings */
 52764                   "\026\000\001MIF.DMTF|Bus Port|004.11\000",
 52765                   /* ModelCorrespondence */
 52766                   "\036\000\001CIM_PhysicalConnector.ConnectorLayout\000",
 52767                   0,
 52768               };
 52769               
 52770               static MetaProperty
 52771               _CIM_PhysicalConnector_ConnectorDescription =
 52772 mike  1.1.2.1 {
 52773                   /* flags */
 52774                   META_FLAG_PROPERTY|META_FLAG_READ,
 52775                   /* name */
 52776                   "ConnectorDescription",
 52777                   /* qualifiers */
 52778                   _CIM_PhysicalConnector_ConnectorDescription_qualifiers,
 52779                   /* type */
 52780                   CIMTYPE_STRING,
 52781                   /* subscript */
 52782                   -1,
 52783                   /* value */
 52784                   0,
 52785               };
 52786               
 52787               static MetaFeature*
 52788               _CIM_PhysicalConnector_features[] =
 52789               {
 52790                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorPinout,
 52791                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorType,
 52792                   (MetaFeature*)&_CIM_PhysicalConnector_OtherTypeDescription,
 52793 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalConnector_ConnectorGender,
 52794                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorElectricalCharacteristics,
 52795                   (MetaFeature*)&_CIM_PhysicalConnector_OtherElectricalCharacteristics,
 52796                   (MetaFeature*)&_CIM_PhysicalConnector_NumPhysicalPins,
 52797                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorLayout,
 52798                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorDescription,
 52799                   0,
 52800               };
 52801               
 52802               static const char*
 52803               __root_cimv2_CIM_PhysicalConnector_qualifiers[] =
 52804               {
 52805                   /* UMLPackagePath */
 52806                   "\057CIM::Physical::Package",
 52807                   /* Version */
 52808                   "\0632.8.1000",
 52809                   0,
 52810               };
 52811               
 52812               MetaClass
 52813               __root_cimv2_CIM_PhysicalConnector =
 52814 mike  1.1.2.1 {
 52815                   /* flags */
 52816                   META_FLAG_CLASS,
 52817                   /* name */
 52818                   "CIM_PhysicalConnector",
 52819                   /* qualifiers */
 52820                   __root_cimv2_CIM_PhysicalConnector_qualifiers,
 52821                   /* super */
 52822                   &__root_cimv2_CIM_PhysicalElement,
 52823                   /* features */
 52824                   _CIM_PhysicalConnector_features,
 52825               };
 52826               
 52827               //==============================================================================
 52828               //
 52829               // Class: CIM_PhysicalCredentialAuthentication
 52830               //
 52831               //==============================================================================
 52832               
 52833               static const char*
 52834               _CIM_PhysicalCredentialAuthentication_TypeOfCredential_qualifiers[] =
 52835 mike  1.1.2.1 {
 52836                   /* ValueMap */
 52837                   "\061\000\0041\0002\0003\0004\000",
 52838                   /* Values */
 52839                   "\062\000\004Other\000Magnetic Stripe Card\000Smart Card\000Password Generator Card\000",
 52840                   /* ModelCorrespondence */
 52841                   "\036\000\001CIM_PhysicalCredentialAuthentication.OtherCredential\000",
 52842                   0,
 52843               };
 52844               
 52845               static MetaProperty
 52846               _CIM_PhysicalCredentialAuthentication_TypeOfCredential =
 52847               {
 52848                   /* flags */
 52849                   META_FLAG_PROPERTY|META_FLAG_READ,
 52850                   /* name */
 52851                   "TypeOfCredential",
 52852                   /* qualifiers */
 52853                   _CIM_PhysicalCredentialAuthentication_TypeOfCredential_qualifiers,
 52854                   /* type */
 52855                   CIMTYPE_UINT16,
 52856 mike  1.1.2.1     /* subscript */
 52857                   -1,
 52858                   /* value */
 52859                   0,
 52860               };
 52861               
 52862               static const char*
 52863               _CIM_PhysicalCredentialAuthentication_OtherCredential_qualifiers[] =
 52864               {
 52865                   /* ModelCorrespondence */
 52866                   "\036\000\001CIM_PhysicalCredentialAuthentication.TypeOfCredential\000",
 52867                   0,
 52868               };
 52869               
 52870               static MetaProperty
 52871               _CIM_PhysicalCredentialAuthentication_OtherCredential =
 52872               {
 52873                   /* flags */
 52874                   META_FLAG_PROPERTY|META_FLAG_READ,
 52875                   /* name */
 52876                   "OtherCredential",
 52877 mike  1.1.2.1     /* qualifiers */
 52878                   _CIM_PhysicalCredentialAuthentication_OtherCredential_qualifiers,
 52879                   /* type */
 52880                   CIMTYPE_STRING,
 52881                   /* subscript */
 52882                   -1,
 52883                   /* value */
 52884                   0,
 52885               };
 52886               
 52887               static const char*
 52888               _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier_qualifiers[] =
 52889               {
 52890                   0,
 52891               };
 52892               
 52893               static MetaProperty
 52894               _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier =
 52895               {
 52896                   /* flags */
 52897                   META_FLAG_PROPERTY|META_FLAG_READ,
 52898 mike  1.1.2.1     /* name */
 52899                   "PhysicalIdentifier",
 52900                   /* qualifiers */
 52901                   _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier_qualifiers,
 52902                   /* type */
 52903                   CIMTYPE_STRING,
 52904                   /* subscript */
 52905                   -1,
 52906                   /* value */
 52907                   0,
 52908               };
 52909               
 52910               static MetaFeature*
 52911               _CIM_PhysicalCredentialAuthentication_features[] =
 52912               {
 52913                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_TypeOfCredential,
 52914                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_OtherCredential,
 52915                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_PhysicalIdentifier,
 52916                   0,
 52917               };
 52918               
 52919 mike  1.1.2.1 static const char*
 52920               __root_cimv2_CIM_PhysicalCredentialAuthentication_qualifiers[] =
 52921               {
 52922                   /* UMLPackagePath */
 52923                   "\057CIM::Policy",
 52924                   /* Version */
 52925                   "\0632.8.0",
 52926                   0,
 52927               };
 52928               
 52929               MetaClass
 52930               __root_cimv2_CIM_PhysicalCredentialAuthentication =
 52931               {
 52932                   /* flags */
 52933                   META_FLAG_CLASS,
 52934                   /* name */
 52935                   "CIM_PhysicalCredentialAuthentication",
 52936                   /* qualifiers */
 52937                   __root_cimv2_CIM_PhysicalCredentialAuthentication_qualifiers,
 52938                   /* super */
 52939                   &__root_cimv2_CIM_AuthenticationCondition,
 52940 mike  1.1.2.1     /* features */
 52941                   _CIM_PhysicalCredentialAuthentication_features,
 52942               };
 52943               
 52944               //==============================================================================
 52945               //
 52946               // Class: CIM_PhysicalElementLocation
 52947               //
 52948               //==============================================================================
 52949               
 52950               static const char*
 52951               _CIM_PhysicalElementLocation_Element_qualifiers[] =
 52952               {
 52953                   /* Override */
 52954                   "\044Element",
 52955                   0,
 52956               };
 52957               
 52958               static MetaReference
 52959               _CIM_PhysicalElementLocation_Element =
 52960               {
 52961 mike  1.1.2.1     /* flags */
 52962                   META_FLAG_REFERENCE|META_FLAG_READ,
 52963                   /* name */
 52964                   "Element",
 52965                   /* qualifiers */
 52966                   _CIM_PhysicalElementLocation_Element_qualifiers,
 52967                   /* subscript */
 52968                   -1,
 52969                   /* refId */
 52970                   &__root_cimv2_CIM_PhysicalElement,
 52971               };
 52972               
 52973               static const char*
 52974               _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers[] =
 52975               {
 52976                   /* Override */
 52977                   "\044PhysicalLocation",
 52978                   /* Max */
 52979                   "\027\000\000\000\001",
 52980                   0,
 52981               };
 52982 mike  1.1.2.1 
 52983               static MetaReference
 52984               _CIM_PhysicalElementLocation_PhysicalLocation =
 52985               {
 52986                   /* flags */
 52987                   META_FLAG_REFERENCE|META_FLAG_READ,
 52988                   /* name */
 52989                   "PhysicalLocation",
 52990                   /* qualifiers */
 52991                   _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers,
 52992                   /* subscript */
 52993                   -1,
 52994                   /* refId */
 52995                   &__root_cimv2_CIM_Location,
 52996               };
 52997               
 52998               static MetaFeature*
 52999               _CIM_PhysicalElementLocation_features[] =
 53000               {
 53001                   (MetaFeature*)&_CIM_PhysicalElementLocation_Element,
 53002                   (MetaFeature*)&_CIM_PhysicalElementLocation_PhysicalLocation,
 53003 mike  1.1.2.1     0,
 53004               };
 53005               
 53006               static const char*
 53007               __root_cimv2_CIM_PhysicalElementLocation_qualifiers[] =
 53008               {
 53009                   /* ASSOCIATION */
 53010                   "\000\001",
 53011                   /* UMLPackagePath */
 53012                   "\057CIM::Core::Physical",
 53013                   /* Version */
 53014                   "\0632.10.0",
 53015                   0,
 53016               };
 53017               
 53018               MetaClass
 53019               __root_cimv2_CIM_PhysicalElementLocation =
 53020               {
 53021                   /* flags */
 53022                   META_FLAG_ASSOCIATION,
 53023                   /* name */
 53024 mike  1.1.2.1     "CIM_PhysicalElementLocation",
 53025                   /* qualifiers */
 53026                   __root_cimv2_CIM_PhysicalElementLocation_qualifiers,
 53027                   /* super */
 53028                   &__root_cimv2_CIM_ElementLocation,
 53029                   /* features */
 53030                   _CIM_PhysicalElementLocation_features,
 53031               };
 53032               
 53033               //==============================================================================
 53034               //
 53035               // Class: CIM_PhysicalFrame
 53036               //
 53037               //==============================================================================
 53038               
 53039               static const char*
 53040               _CIM_PhysicalFrame_CableManagementStrategy_qualifiers[] =
 53041               {
 53042                   0,
 53043               };
 53044               
 53045 mike  1.1.2.1 static MetaProperty
 53046               _CIM_PhysicalFrame_CableManagementStrategy =
 53047               {
 53048                   /* flags */
 53049                   META_FLAG_PROPERTY|META_FLAG_READ,
 53050                   /* name */
 53051                   "CableManagementStrategy",
 53052                   /* qualifiers */
 53053                   _CIM_PhysicalFrame_CableManagementStrategy_qualifiers,
 53054                   /* type */
 53055                   CIMTYPE_STRING,
 53056                   /* subscript */
 53057                   -1,
 53058                   /* value */
 53059                   0,
 53060               };
 53061               
 53062               static const char*
 53063               _CIM_PhysicalFrame_ServicePhilosophy_qualifiers[] =
 53064               {
 53065                   /* ValueMap */
 53066 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 53067                   /* Values */
 53068                   "\062\000\011Unknown\000Other\000Service From Top\000Service From Front\000Service From Back\000Service From Side\000Sliding Trays\000Removable Sides\000Moveable\000",
 53069                   /* ArrayType */
 53070                   "\005Indexed",
 53071                   /* ModelCorrespondence */
 53072                   "\036\000\001CIM_PhysicalFrame.ServiceDescriptions\000",
 53073                   0,
 53074               };
 53075               
 53076               static MetaProperty
 53077               _CIM_PhysicalFrame_ServicePhilosophy =
 53078               {
 53079                   /* flags */
 53080                   META_FLAG_PROPERTY|META_FLAG_READ,
 53081                   /* name */
 53082                   "ServicePhilosophy",
 53083                   /* qualifiers */
 53084                   _CIM_PhysicalFrame_ServicePhilosophy_qualifiers,
 53085                   /* type */
 53086                   CIMTYPE_UINT16,
 53087 mike  1.1.2.1     /* subscript */
 53088                   0,
 53089                   /* value */
 53090                   0,
 53091               };
 53092               
 53093               static const char*
 53094               _CIM_PhysicalFrame_ServiceDescriptions_qualifiers[] =
 53095               {
 53096                   /* ArrayType */
 53097                   "\005Indexed",
 53098                   /* ModelCorrespondence */
 53099                   "\036\000\001CIM_PhysicalFrame.ServicePhilosophy\000",
 53100                   0,
 53101               };
 53102               
 53103               static MetaProperty
 53104               _CIM_PhysicalFrame_ServiceDescriptions =
 53105               {
 53106                   /* flags */
 53107                   META_FLAG_PROPERTY|META_FLAG_READ,
 53108 mike  1.1.2.1     /* name */
 53109                   "ServiceDescriptions",
 53110                   /* qualifiers */
 53111                   _CIM_PhysicalFrame_ServiceDescriptions_qualifiers,
 53112                   /* type */
 53113                   CIMTYPE_STRING,
 53114                   /* subscript */
 53115                   0,
 53116                   /* value */
 53117                   0,
 53118               };
 53119               
 53120               static const char*
 53121               _CIM_PhysicalFrame_LockPresent_qualifiers[] =
 53122               {
 53123                   0,
 53124               };
 53125               
 53126               static MetaProperty
 53127               _CIM_PhysicalFrame_LockPresent =
 53128               {
 53129 mike  1.1.2.1     /* flags */
 53130                   META_FLAG_PROPERTY|META_FLAG_READ,
 53131                   /* name */
 53132                   "LockPresent",
 53133                   /* qualifiers */
 53134                   _CIM_PhysicalFrame_LockPresent_qualifiers,
 53135                   /* type */
 53136                   CIMTYPE_BOOLEAN,
 53137                   /* subscript */
 53138                   -1,
 53139                   /* value */
 53140                   0,
 53141               };
 53142               
 53143               static const char*
 53144               _CIM_PhysicalFrame_AudibleAlarm_qualifiers[] =
 53145               {
 53146                   0,
 53147               };
 53148               
 53149               static MetaProperty
 53150 mike  1.1.2.1 _CIM_PhysicalFrame_AudibleAlarm =
 53151               {
 53152                   /* flags */
 53153                   META_FLAG_PROPERTY|META_FLAG_READ,
 53154                   /* name */
 53155                   "AudibleAlarm",
 53156                   /* qualifiers */
 53157                   _CIM_PhysicalFrame_AudibleAlarm_qualifiers,
 53158                   /* type */
 53159                   CIMTYPE_BOOLEAN,
 53160                   /* subscript */
 53161                   -1,
 53162                   /* value */
 53163                   0,
 53164               };
 53165               
 53166               static const char*
 53167               _CIM_PhysicalFrame_VisibleAlarm_qualifiers[] =
 53168               {
 53169                   0,
 53170               };
 53171 mike  1.1.2.1 
 53172               static MetaProperty
 53173               _CIM_PhysicalFrame_VisibleAlarm =
 53174               {
 53175                   /* flags */
 53176                   META_FLAG_PROPERTY|META_FLAG_READ,
 53177                   /* name */
 53178                   "VisibleAlarm",
 53179                   /* qualifiers */
 53180                   _CIM_PhysicalFrame_VisibleAlarm_qualifiers,
 53181                   /* type */
 53182                   CIMTYPE_BOOLEAN,
 53183                   /* subscript */
 53184                   -1,
 53185                   /* value */
 53186                   0,
 53187               };
 53188               
 53189               static const char*
 53190               _CIM_PhysicalFrame_SecurityBreach_qualifiers[] =
 53191               {
 53192 mike  1.1.2.1     /* ValueMap */
 53193                   "\061\000\0051\0002\0003\0004\0005\000",
 53194                   /* Values */
 53195                   "\062\000\005Other\000Unknown\000No Breach\000Breach Attempted\000Breach Successful\000",
 53196                   /* MappingStrings */
 53197                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.12\000",
 53198                   /* ModelCorrespondence */
 53199                   "\036\000\001CIM_PhysicalFrame.BreachDescription\000",
 53200                   0,
 53201               };
 53202               
 53203               static MetaProperty
 53204               _CIM_PhysicalFrame_SecurityBreach =
 53205               {
 53206                   /* flags */
 53207                   META_FLAG_PROPERTY|META_FLAG_READ,
 53208                   /* name */
 53209                   "SecurityBreach",
 53210                   /* qualifiers */
 53211                   _CIM_PhysicalFrame_SecurityBreach_qualifiers,
 53212                   /* type */
 53213 mike  1.1.2.1     CIMTYPE_UINT16,
 53214                   /* subscript */
 53215                   -1,
 53216                   /* value */
 53217                   0,
 53218               };
 53219               
 53220               static const char*
 53221               _CIM_PhysicalFrame_BreachDescription_qualifiers[] =
 53222               {
 53223                   /* ModelCorrespondence */
 53224                   "\036\000\001CIM_PhysicalFrame.SecurityBreach\000",
 53225                   0,
 53226               };
 53227               
 53228               static MetaProperty
 53229               _CIM_PhysicalFrame_BreachDescription =
 53230               {
 53231                   /* flags */
 53232                   META_FLAG_PROPERTY|META_FLAG_READ,
 53233                   /* name */
 53234 mike  1.1.2.1     "BreachDescription",
 53235                   /* qualifiers */
 53236                   _CIM_PhysicalFrame_BreachDescription_qualifiers,
 53237                   /* type */
 53238                   CIMTYPE_STRING,
 53239                   /* subscript */
 53240                   -1,
 53241                   /* value */
 53242                   0,
 53243               };
 53244               
 53245               static const char*
 53246               _CIM_PhysicalFrame_IsLocked_qualifiers[] =
 53247               {
 53248                   0,
 53249               };
 53250               
 53251               static MetaProperty
 53252               _CIM_PhysicalFrame_IsLocked =
 53253               {
 53254                   /* flags */
 53255 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 53256                   /* name */
 53257                   "IsLocked",
 53258                   /* qualifiers */
 53259                   _CIM_PhysicalFrame_IsLocked_qualifiers,
 53260                   /* type */
 53261                   CIMTYPE_BOOLEAN,
 53262                   /* subscript */
 53263                   -1,
 53264                   /* value */
 53265                   0,
 53266               };
 53267               
 53268               static MetaFeature*
 53269               _CIM_PhysicalFrame_features[] =
 53270               {
 53271                   (MetaFeature*)&_CIM_PhysicalFrame_CableManagementStrategy,
 53272                   (MetaFeature*)&_CIM_PhysicalFrame_ServicePhilosophy,
 53273                   (MetaFeature*)&_CIM_PhysicalFrame_ServiceDescriptions,
 53274                   (MetaFeature*)&_CIM_PhysicalFrame_LockPresent,
 53275                   (MetaFeature*)&_CIM_PhysicalFrame_AudibleAlarm,
 53276 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalFrame_VisibleAlarm,
 53277                   (MetaFeature*)&_CIM_PhysicalFrame_SecurityBreach,
 53278                   (MetaFeature*)&_CIM_PhysicalFrame_BreachDescription,
 53279                   (MetaFeature*)&_CIM_PhysicalFrame_IsLocked,
 53280                   0,
 53281               };
 53282               
 53283               static const char*
 53284               __root_cimv2_CIM_PhysicalFrame_qualifiers[] =
 53285               {
 53286                   /* UMLPackagePath */
 53287                   "\057CIM::Physical::Package",
 53288                   /* Version */
 53289                   "\0632.7.0",
 53290                   0,
 53291               };
 53292               
 53293               MetaClass
 53294               __root_cimv2_CIM_PhysicalFrame =
 53295               {
 53296                   /* flags */
 53297 mike  1.1.2.1     META_FLAG_CLASS,
 53298                   /* name */
 53299                   "CIM_PhysicalFrame",
 53300                   /* qualifiers */
 53301                   __root_cimv2_CIM_PhysicalFrame_qualifiers,
 53302                   /* super */
 53303                   &__root_cimv2_CIM_PhysicalPackage,
 53304                   /* features */
 53305                   _CIM_PhysicalFrame_features,
 53306               };
 53307               
 53308               //==============================================================================
 53309               //
 53310               // Class: CIM_PhysicalMedia
 53311               //
 53312               //==============================================================================
 53313               
 53314               static const char*
 53315               _CIM_PhysicalMedia_Capacity_qualifiers[] =
 53316               {
 53317                   /* Units */
 53318 mike  1.1.2.1     "\060Bytes",
 53319                   0,
 53320               };
 53321               
 53322               static MetaProperty
 53323               _CIM_PhysicalMedia_Capacity =
 53324               {
 53325                   /* flags */
 53326                   META_FLAG_PROPERTY|META_FLAG_READ,
 53327                   /* name */
 53328                   "Capacity",
 53329                   /* qualifiers */
 53330                   _CIM_PhysicalMedia_Capacity_qualifiers,
 53331                   /* type */
 53332                   CIMTYPE_UINT64,
 53333                   /* subscript */
 53334                   -1,
 53335                   /* value */
 53336                   0,
 53337               };
 53338               
 53339 mike  1.1.2.1 static const char*
 53340               _CIM_PhysicalMedia_MediaType_qualifiers[] =
 53341               {
 53342                   /* ValueMap */
 53343                   "\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",
 53344                   /* Values */
 53345                   "\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",
 53346                   /* ModelCorrespondence */
 53347                   "\036\000\001CIM_PhysicalMedia.MediaDescription\000",
 53348                   0,
 53349               };
 53350               
 53351               static MetaProperty
 53352               _CIM_PhysicalMedia_MediaType =
 53353               {
 53354                   /* flags */
 53355                   META_FLAG_PROPERTY|META_FLAG_READ,
 53356                   /* name */
 53357                   "MediaType",
 53358                   /* qualifiers */
 53359                   _CIM_PhysicalMedia_MediaType_qualifiers,
 53360 mike  1.1.2.1     /* type */
 53361                   CIMTYPE_UINT16,
 53362                   /* subscript */
 53363                   -1,
 53364                   /* value */
 53365                   0,
 53366               };
 53367               
 53368               static const char*
 53369               _CIM_PhysicalMedia_MediaDescription_qualifiers[] =
 53370               {
 53371                   /* ModelCorrespondence */
 53372                   "\036\000\001CIM_PhysicalMedia.MediaType\000",
 53373                   0,
 53374               };
 53375               
 53376               static MetaProperty
 53377               _CIM_PhysicalMedia_MediaDescription =
 53378               {
 53379                   /* flags */
 53380                   META_FLAG_PROPERTY|META_FLAG_READ,
 53381 mike  1.1.2.1     /* name */
 53382                   "MediaDescription",
 53383                   /* qualifiers */
 53384                   _CIM_PhysicalMedia_MediaDescription_qualifiers,
 53385                   /* type */
 53386                   CIMTYPE_STRING,
 53387                   /* subscript */
 53388                   -1,
 53389                   /* value */
 53390                   0,
 53391               };
 53392               
 53393               static const char*
 53394               _CIM_PhysicalMedia_WriteProtectOn_qualifiers[] =
 53395               {
 53396                   0,
 53397               };
 53398               
 53399               static MetaProperty
 53400               _CIM_PhysicalMedia_WriteProtectOn =
 53401               {
 53402 mike  1.1.2.1     /* flags */
 53403                   META_FLAG_PROPERTY|META_FLAG_READ,
 53404                   /* name */
 53405                   "WriteProtectOn",
 53406                   /* qualifiers */
 53407                   _CIM_PhysicalMedia_WriteProtectOn_qualifiers,
 53408                   /* type */
 53409                   CIMTYPE_BOOLEAN,
 53410                   /* subscript */
 53411                   -1,
 53412                   /* value */
 53413                   0,
 53414               };
 53415               
 53416               static const char*
 53417               _CIM_PhysicalMedia_CleanerMedia_qualifiers[] =
 53418               {
 53419                   0,
 53420               };
 53421               
 53422               static MetaProperty
 53423 mike  1.1.2.1 _CIM_PhysicalMedia_CleanerMedia =
 53424               {
 53425                   /* flags */
 53426                   META_FLAG_PROPERTY|META_FLAG_READ,
 53427                   /* name */
 53428                   "CleanerMedia",
 53429                   /* qualifiers */
 53430                   _CIM_PhysicalMedia_CleanerMedia_qualifiers,
 53431                   /* type */
 53432                   CIMTYPE_BOOLEAN,
 53433                   /* subscript */
 53434                   -1,
 53435                   /* value */
 53436                   0,
 53437               };
 53438               
 53439               static const char*
 53440               _CIM_PhysicalMedia_MediaSize_qualifiers[] =
 53441               {
 53442                   /* Units */
 53443                   "\060Inches",
 53444 mike  1.1.2.1     0,
 53445               };
 53446               
 53447               static MetaProperty
 53448               _CIM_PhysicalMedia_MediaSize =
 53449               {
 53450                   /* flags */
 53451                   META_FLAG_PROPERTY|META_FLAG_READ,
 53452                   /* name */
 53453                   "MediaSize",
 53454                   /* qualifiers */
 53455                   _CIM_PhysicalMedia_MediaSize_qualifiers,
 53456                   /* type */
 53457                   CIMTYPE_REAL32,
 53458                   /* subscript */
 53459                   -1,
 53460                   /* value */
 53461                   0,
 53462               };
 53463               
 53464               static const char*
 53465 mike  1.1.2.1 _CIM_PhysicalMedia_MaxMounts_qualifiers[] =
 53466               {
 53467                   0,
 53468               };
 53469               
 53470               static MetaProperty
 53471               _CIM_PhysicalMedia_MaxMounts =
 53472               {
 53473                   /* flags */
 53474                   META_FLAG_PROPERTY|META_FLAG_READ,
 53475                   /* name */
 53476                   "MaxMounts",
 53477                   /* qualifiers */
 53478                   _CIM_PhysicalMedia_MaxMounts_qualifiers,
 53479                   /* type */
 53480                   CIMTYPE_UINT64,
 53481                   /* subscript */
 53482                   -1,
 53483                   /* value */
 53484                   0,
 53485               };
 53486 mike  1.1.2.1 
 53487               static const char*
 53488               _CIM_PhysicalMedia_MountCount_qualifiers[] =
 53489               {
 53490                   /* Counter */
 53491                   "\012\001",
 53492                   /* ModelCorrespondence */
 53493                   "\036\000\001CIM_PhysicalMedia.MaxMounts\000",
 53494                   0,
 53495               };
 53496               
 53497               static MetaProperty
 53498               _CIM_PhysicalMedia_MountCount =
 53499               {
 53500                   /* flags */
 53501                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 53502                   /* name */
 53503                   "MountCount",
 53504                   /* qualifiers */
 53505                   _CIM_PhysicalMedia_MountCount_qualifiers,
 53506                   /* type */
 53507 mike  1.1.2.1     CIMTYPE_UINT64,
 53508                   /* subscript */
 53509                   -1,
 53510                   /* value */
 53511                   0,
 53512               };
 53513               
 53514               static const char*
 53515               _CIM_PhysicalMedia_DualSided_qualifiers[] =
 53516               {
 53517                   0,
 53518               };
 53519               
 53520               static MetaProperty
 53521               _CIM_PhysicalMedia_DualSided =
 53522               {
 53523                   /* flags */
 53524                   META_FLAG_PROPERTY|META_FLAG_READ,
 53525                   /* name */
 53526                   "DualSided",
 53527                   /* qualifiers */
 53528 mike  1.1.2.1     _CIM_PhysicalMedia_DualSided_qualifiers,
 53529                   /* type */
 53530                   CIMTYPE_BOOLEAN,
 53531                   /* subscript */
 53532                   -1,
 53533                   /* value */
 53534                   0,
 53535               };
 53536               
 53537               static const char*
 53538               _CIM_PhysicalMedia_PhysicalLabels_qualifiers[] =
 53539               {
 53540                   /* ArrayType */
 53541                   "\005Indexed",
 53542                   /* ModelCorrespondence */
 53543                   "\036\000\002CIM_PhysicalMedia.LabelStates\000CIM_PhysicalMedia.LabelFormats\000",
 53544                   0,
 53545               };
 53546               
 53547               static MetaProperty
 53548               _CIM_PhysicalMedia_PhysicalLabels =
 53549 mike  1.1.2.1 {
 53550                   /* flags */
 53551                   META_FLAG_PROPERTY|META_FLAG_READ,
 53552                   /* name */
 53553                   "PhysicalLabels",
 53554                   /* qualifiers */
 53555                   _CIM_PhysicalMedia_PhysicalLabels_qualifiers,
 53556                   /* type */
 53557                   CIMTYPE_STRING,
 53558                   /* subscript */
 53559                   0,
 53560                   /* value */
 53561                   0,
 53562               };
 53563               
 53564               static const char*
 53565               _CIM_PhysicalMedia_LabelStates_qualifiers[] =
 53566               {
 53567                   /* ValueMap */
 53568                   "\061\000\0030\0001\0002\000",
 53569                   /* Values */
 53570 mike  1.1.2.1     "\062\000\003OK/Readable\000Unreadable\000Upside Down\000",
 53571                   /* ArrayType */
 53572                   "\005Indexed",
 53573                   /* ModelCorrespondence */
 53574                   "\036\000\001CIM_PhysicalMedia.PhysicalLabels\000",
 53575                   0,
 53576               };
 53577               
 53578               static MetaProperty
 53579               _CIM_PhysicalMedia_LabelStates =
 53580               {
 53581                   /* flags */
 53582                   META_FLAG_PROPERTY|META_FLAG_READ,
 53583                   /* name */
 53584                   "LabelStates",
 53585                   /* qualifiers */
 53586                   _CIM_PhysicalMedia_LabelStates_qualifiers,
 53587                   /* type */
 53588                   CIMTYPE_UINT16,
 53589                   /* subscript */
 53590                   0,
 53591 mike  1.1.2.1     /* value */
 53592                   0,
 53593               };
 53594               
 53595               static const char*
 53596               _CIM_PhysicalMedia_LabelFormats_qualifiers[] =
 53597               {
 53598                   /* ValueMap */
 53599                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 53600                   /* Values */
 53601                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
 53602                   /* ArrayType */
 53603                   "\005Indexed",
 53604                   /* ModelCorrespondence */
 53605                   "\036\000\001CIM_PhysicalMedia.PhysicalLabels\000",
 53606                   0,
 53607               };
 53608               
 53609               static MetaProperty
 53610               _CIM_PhysicalMedia_LabelFormats =
 53611               {
 53612 mike  1.1.2.1     /* flags */
 53613                   META_FLAG_PROPERTY|META_FLAG_READ,
 53614                   /* name */
 53615                   "LabelFormats",
 53616                   /* qualifiers */
 53617                   _CIM_PhysicalMedia_LabelFormats_qualifiers,
 53618                   /* type */
 53619                   CIMTYPE_UINT16,
 53620                   /* subscript */
 53621                   0,
 53622                   /* value */
 53623                   0,
 53624               };
 53625               
 53626               static const char*
 53627               _CIM_PhysicalMedia_TimeOfLastMount_qualifiers[] =
 53628               {
 53629                   0,
 53630               };
 53631               
 53632               static MetaProperty
 53633 mike  1.1.2.1 _CIM_PhysicalMedia_TimeOfLastMount =
 53634               {
 53635                   /* flags */
 53636                   META_FLAG_PROPERTY|META_FLAG_READ,
 53637                   /* name */
 53638                   "TimeOfLastMount",
 53639                   /* qualifiers */
 53640                   _CIM_PhysicalMedia_TimeOfLastMount_qualifiers,
 53641                   /* type */
 53642                   CIMTYPE_DATETIME,
 53643                   /* subscript */
 53644                   -1,
 53645                   /* value */
 53646                   0,
 53647               };
 53648               
 53649               static const char*
 53650               _CIM_PhysicalMedia_TotalMountTime_qualifiers[] =
 53651               {
 53652                   /* Units */
 53653                   "\060Seconds",
 53654 mike  1.1.2.1     0,
 53655               };
 53656               
 53657               static MetaProperty
 53658               _CIM_PhysicalMedia_TotalMountTime =
 53659               {
 53660                   /* flags */
 53661                   META_FLAG_PROPERTY|META_FLAG_READ,
 53662                   /* name */
 53663                   "TotalMountTime",
 53664                   /* qualifiers */
 53665                   _CIM_PhysicalMedia_TotalMountTime_qualifiers,
 53666                   /* type */
 53667                   CIMTYPE_UINT64,
 53668                   /* subscript */
 53669                   -1,
 53670                   /* value */
 53671                   0,
 53672               };
 53673               
 53674               static MetaFeature*
 53675 mike  1.1.2.1 _CIM_PhysicalMedia_features[] =
 53676               {
 53677                   (MetaFeature*)&_CIM_PhysicalMedia_Capacity,
 53678                   (MetaFeature*)&_CIM_PhysicalMedia_MediaType,
 53679                   (MetaFeature*)&_CIM_PhysicalMedia_MediaDescription,
 53680                   (MetaFeature*)&_CIM_PhysicalMedia_WriteProtectOn,
 53681                   (MetaFeature*)&_CIM_PhysicalMedia_CleanerMedia,
 53682                   (MetaFeature*)&_CIM_PhysicalMedia_MediaSize,
 53683                   (MetaFeature*)&_CIM_PhysicalMedia_MaxMounts,
 53684                   (MetaFeature*)&_CIM_PhysicalMedia_MountCount,
 53685                   (MetaFeature*)&_CIM_PhysicalMedia_DualSided,
 53686                   (MetaFeature*)&_CIM_PhysicalMedia_PhysicalLabels,
 53687                   (MetaFeature*)&_CIM_PhysicalMedia_LabelStates,
 53688                   (MetaFeature*)&_CIM_PhysicalMedia_LabelFormats,
 53689                   (MetaFeature*)&_CIM_PhysicalMedia_TimeOfLastMount,
 53690                   (MetaFeature*)&_CIM_PhysicalMedia_TotalMountTime,
 53691                   0,
 53692               };
 53693               
 53694               static const char*
 53695               __root_cimv2_CIM_PhysicalMedia_qualifiers[] =
 53696 mike  1.1.2.1 {
 53697                   /* UMLPackagePath */
 53698                   "\057CIM::Physical::PhysicalMedia",
 53699                   /* Version */
 53700                   "\0632.6.0",
 53701                   0,
 53702               };
 53703               
 53704               MetaClass
 53705               __root_cimv2_CIM_PhysicalMedia =
 53706               {
 53707                   /* flags */
 53708                   META_FLAG_CLASS,
 53709                   /* name */
 53710                   "CIM_PhysicalMedia",
 53711                   /* qualifiers */
 53712                   __root_cimv2_CIM_PhysicalMedia_qualifiers,
 53713                   /* super */
 53714                   &__root_cimv2_CIM_PhysicalComponent,
 53715                   /* features */
 53716                   _CIM_PhysicalMedia_features,
 53717 mike  1.1.2.1 };
 53718               
 53719               //==============================================================================
 53720               //
 53721               // Class: CIM_PhysicalStatisticalInformation
 53722               //
 53723               //==============================================================================
 53724               
 53725               static const char*
 53726               _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers[] =
 53727               {
 53728                   /* Key */
 53729                   "\025\001",
 53730                   /* Propagated */
 53731                   "\045CIM_PhysicalElement.CreationClassName",
 53732                   /* MaxLen */
 53733                   "\030\000\000\001\000",
 53734                   0,
 53735               };
 53736               
 53737               static MetaProperty
 53738 mike  1.1.2.1 _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName =
 53739               {
 53740                   /* flags */
 53741                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53742                   /* name */
 53743                   "PhysicalCreationClassName",
 53744                   /* qualifiers */
 53745                   _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers,
 53746                   /* type */
 53747                   CIMTYPE_STRING,
 53748                   /* subscript */
 53749                   -1,
 53750                   /* value */
 53751                   0,
 53752               };
 53753               
 53754               static const char*
 53755               _CIM_PhysicalStatisticalInformation_Tag_qualifiers[] =
 53756               {
 53757                   /* Key */
 53758                   "\025\001",
 53759 mike  1.1.2.1     /* Propagated */
 53760                   "\045CIM_PhysicalElement.Tag",
 53761                   /* MaxLen */
 53762                   "\030\000\000\001\000",
 53763                   0,
 53764               };
 53765               
 53766               static MetaProperty
 53767               _CIM_PhysicalStatisticalInformation_Tag =
 53768               {
 53769                   /* flags */
 53770                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53771                   /* name */
 53772                   "Tag",
 53773                   /* qualifiers */
 53774                   _CIM_PhysicalStatisticalInformation_Tag_qualifiers,
 53775                   /* type */
 53776                   CIMTYPE_STRING,
 53777                   /* subscript */
 53778                   -1,
 53779                   /* value */
 53780 mike  1.1.2.1     0,
 53781               };
 53782               
 53783               static const char*
 53784               _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers[] =
 53785               {
 53786                   /* Key */
 53787                   "\025\001",
 53788                   /* MaxLen */
 53789                   "\030\000\000\001\000",
 53790                   0,
 53791               };
 53792               
 53793               static MetaProperty
 53794               _CIM_PhysicalStatisticalInformation_CreationClassName =
 53795               {
 53796                   /* flags */
 53797                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53798                   /* name */
 53799                   "CreationClassName",
 53800                   /* qualifiers */
 53801 mike  1.1.2.1     _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers,
 53802                   /* type */
 53803                   CIMTYPE_STRING,
 53804                   /* subscript */
 53805                   -1,
 53806                   /* value */
 53807                   0,
 53808               };
 53809               
 53810               static const char*
 53811               _CIM_PhysicalStatisticalInformation_Name_qualifiers[] =
 53812               {
 53813                   /* Key */
 53814                   "\025\001",
 53815                   /* Override */
 53816                   "\044Name",
 53817                   /* MaxLen */
 53818                   "\030\000\000\001\000",
 53819                   0,
 53820               };
 53821               
 53822 mike  1.1.2.1 static MetaProperty
 53823               _CIM_PhysicalStatisticalInformation_Name =
 53824               {
 53825                   /* flags */
 53826                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53827                   /* name */
 53828                   "Name",
 53829                   /* qualifiers */
 53830                   _CIM_PhysicalStatisticalInformation_Name_qualifiers,
 53831                   /* type */
 53832                   CIMTYPE_STRING,
 53833                   /* subscript */
 53834                   -1,
 53835                   /* value */
 53836                   0,
 53837               };
 53838               
 53839               static MetaFeature*
 53840               _CIM_PhysicalStatisticalInformation_features[] =
 53841               {
 53842                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_PhysicalCreationClassName,
 53843 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Tag,
 53844                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_CreationClassName,
 53845                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Name,
 53846                   0,
 53847               };
 53848               
 53849               static const char*
 53850               __root_cimv2_CIM_PhysicalStatisticalInformation_qualifiers[] =
 53851               {
 53852                   /* UMLPackagePath */
 53853                   "\057CIM::Core::Statistics",
 53854                   /* Version */
 53855                   "\0632.6.0",
 53856                   0,
 53857               };
 53858               
 53859               MetaClass
 53860               __root_cimv2_CIM_PhysicalStatisticalInformation =
 53861               {
 53862                   /* flags */
 53863                   META_FLAG_CLASS,
 53864 mike  1.1.2.1     /* name */
 53865                   "CIM_PhysicalStatisticalInformation",
 53866                   /* qualifiers */
 53867                   __root_cimv2_CIM_PhysicalStatisticalInformation_qualifiers,
 53868                   /* super */
 53869                   &__root_cimv2_CIM_StatisticalInformation,
 53870                   /* features */
 53871                   _CIM_PhysicalStatisticalInformation_features,
 53872               };
 53873               
 53874               //==============================================================================
 53875               //
 53876               // Class: CIM_PhysicalStatistics
 53877               //
 53878               //==============================================================================
 53879               
 53880               static const char*
 53881               _CIM_PhysicalStatistics_Stats_qualifiers[] =
 53882               {
 53883                   /* Override */
 53884                   "\044Stats",
 53885 mike  1.1.2.1     /* Weak */
 53886                   "\064\001",
 53887                   0,
 53888               };
 53889               
 53890               static MetaReference
 53891               _CIM_PhysicalStatistics_Stats =
 53892               {
 53893                   /* flags */
 53894                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 53895                   /* name */
 53896                   "Stats",
 53897                   /* qualifiers */
 53898                   _CIM_PhysicalStatistics_Stats_qualifiers,
 53899                   /* subscript */
 53900                   -1,
 53901                   /* refId */
 53902                   &__root_cimv2_CIM_PhysicalStatisticalInformation,
 53903               };
 53904               
 53905               static const char*
 53906 mike  1.1.2.1 _CIM_PhysicalStatistics_Element_qualifiers[] =
 53907               {
 53908                   /* Override */
 53909                   "\044Element",
 53910                   /* Min */
 53911                   "\033\000\000\000\001",
 53912                   /* Max */
 53913                   "\027\000\000\000\001",
 53914                   0,
 53915               };
 53916               
 53917               static MetaReference
 53918               _CIM_PhysicalStatistics_Element =
 53919               {
 53920                   /* flags */
 53921                   META_FLAG_REFERENCE|META_FLAG_READ,
 53922                   /* name */
 53923                   "Element",
 53924                   /* qualifiers */
 53925                   _CIM_PhysicalStatistics_Element_qualifiers,
 53926                   /* subscript */
 53927 mike  1.1.2.1     -1,
 53928                   /* refId */
 53929                   &__root_cimv2_CIM_PhysicalElement,
 53930               };
 53931               
 53932               static MetaFeature*
 53933               _CIM_PhysicalStatistics_features[] =
 53934               {
 53935                   (MetaFeature*)&_CIM_PhysicalStatistics_Stats,
 53936                   (MetaFeature*)&_CIM_PhysicalStatistics_Element,
 53937                   0,
 53938               };
 53939               
 53940               static const char*
 53941               __root_cimv2_CIM_PhysicalStatistics_qualifiers[] =
 53942               {
 53943                   /* ASSOCIATION */
 53944                   "\000\001",
 53945                   /* UMLPackagePath */
 53946                   "\057CIM::Core::Statistics",
 53947                   /* Version */
 53948 mike  1.1.2.1     "\0632.6.0",
 53949                   0,
 53950               };
 53951               
 53952               MetaClass
 53953               __root_cimv2_CIM_PhysicalStatistics =
 53954               {
 53955                   /* flags */
 53956                   META_FLAG_ASSOCIATION,
 53957                   /* name */
 53958                   "CIM_PhysicalStatistics",
 53959                   /* qualifiers */
 53960                   __root_cimv2_CIM_PhysicalStatistics_qualifiers,
 53961                   /* super */
 53962                   &__root_cimv2_CIM_Statistics,
 53963                   /* features */
 53964                   _CIM_PhysicalStatistics_features,
 53965               };
 53966               
 53967               //==============================================================================
 53968               //
 53969 mike  1.1.2.1 // Class: CIM_PhysicalTape
 53970               //
 53971               //==============================================================================
 53972               
 53973               static const char*
 53974               _CIM_PhysicalTape_TapeLength_qualifiers[] =
 53975               {
 53976                   /* Units */
 53977                   "\060Feet",
 53978                   0,
 53979               };
 53980               
 53981               static MetaProperty
 53982               _CIM_PhysicalTape_TapeLength =
 53983               {
 53984                   /* flags */
 53985                   META_FLAG_PROPERTY|META_FLAG_READ,
 53986                   /* name */
 53987                   "TapeLength",
 53988                   /* qualifiers */
 53989                   _CIM_PhysicalTape_TapeLength_qualifiers,
 53990 mike  1.1.2.1     /* type */
 53991                   CIMTYPE_REAL32,
 53992                   /* subscript */
 53993                   -1,
 53994                   /* value */
 53995                   0,
 53996               };
 53997               
 53998               static const char*
 53999               _CIM_PhysicalTape_UnloadAnywhere_qualifiers[] =
 54000               {
 54001                   0,
 54002               };
 54003               
 54004               static MetaProperty
 54005               _CIM_PhysicalTape_UnloadAnywhere =
 54006               {
 54007                   /* flags */
 54008                   META_FLAG_PROPERTY|META_FLAG_READ,
 54009                   /* name */
 54010                   "UnloadAnywhere",
 54011 mike  1.1.2.1     /* qualifiers */
 54012                   _CIM_PhysicalTape_UnloadAnywhere_qualifiers,
 54013                   /* type */
 54014                   CIMTYPE_BOOLEAN,
 54015                   /* subscript */
 54016                   -1,
 54017                   /* value */
 54018                   0,
 54019               };
 54020               
 54021               static MetaFeature*
 54022               _CIM_PhysicalTape_features[] =
 54023               {
 54024                   (MetaFeature*)&_CIM_PhysicalTape_TapeLength,
 54025                   (MetaFeature*)&_CIM_PhysicalTape_UnloadAnywhere,
 54026                   0,
 54027               };
 54028               
 54029               static const char*
 54030               __root_cimv2_CIM_PhysicalTape_qualifiers[] =
 54031               {
 54032 mike  1.1.2.1     /* UMLPackagePath */
 54033                   "\057CIM::Physical::PhysicalMedia",
 54034                   /* Version */
 54035                   "\0632.6.0",
 54036                   0,
 54037               };
 54038               
 54039               MetaClass
 54040               __root_cimv2_CIM_PhysicalTape =
 54041               {
 54042                   /* flags */
 54043                   META_FLAG_CLASS,
 54044                   /* name */
 54045                   "CIM_PhysicalTape",
 54046                   /* qualifiers */
 54047                   __root_cimv2_CIM_PhysicalTape_qualifiers,
 54048                   /* super */
 54049                   &__root_cimv2_CIM_PhysicalMedia,
 54050                   /* features */
 54051                   _CIM_PhysicalTape_features,
 54052               };
 54053 mike  1.1.2.1 
 54054               //==============================================================================
 54055               //
 54056               // Class: CIM_PickerStatData
 54057               //
 54058               //==============================================================================
 54059               
 54060               static const char*
 54061               _CIM_PickerStatData_PickSuccesses_qualifiers[] =
 54062               {
 54063                   /* Counter */
 54064                   "\012\001",
 54065                   0,
 54066               };
 54067               
 54068               static MetaProperty
 54069               _CIM_PickerStatData_PickSuccesses =
 54070               {
 54071                   /* flags */
 54072                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54073                   /* name */
 54074 mike  1.1.2.1     "PickSuccesses",
 54075                   /* qualifiers */
 54076                   _CIM_PickerStatData_PickSuccesses_qualifiers,
 54077                   /* type */
 54078                   CIMTYPE_UINT64,
 54079                   /* subscript */
 54080                   -1,
 54081                   /* value */
 54082                   0,
 54083               };
 54084               
 54085               static const char*
 54086               _CIM_PickerStatData_PickFailures_qualifiers[] =
 54087               {
 54088                   /* Counter */
 54089                   "\012\001",
 54090                   0,
 54091               };
 54092               
 54093               static MetaProperty
 54094               _CIM_PickerStatData_PickFailures =
 54095 mike  1.1.2.1 {
 54096                   /* flags */
 54097                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54098                   /* name */
 54099                   "PickFailures",
 54100                   /* qualifiers */
 54101                   _CIM_PickerStatData_PickFailures_qualifiers,
 54102                   /* type */
 54103                   CIMTYPE_UINT64,
 54104                   /* subscript */
 54105                   -1,
 54106                   /* value */
 54107                   0,
 54108               };
 54109               
 54110               static const char*
 54111               _CIM_PickerStatData_PickRetries_qualifiers[] =
 54112               {
 54113                   /* Counter */
 54114                   "\012\001",
 54115                   0,
 54116 mike  1.1.2.1 };
 54117               
 54118               static MetaProperty
 54119               _CIM_PickerStatData_PickRetries =
 54120               {
 54121                   /* flags */
 54122                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54123                   /* name */
 54124                   "PickRetries",
 54125                   /* qualifiers */
 54126                   _CIM_PickerStatData_PickRetries_qualifiers,
 54127                   /* type */
 54128                   CIMTYPE_UINT64,
 54129                   /* subscript */
 54130                   -1,
 54131                   /* value */
 54132                   0,
 54133               };
 54134               
 54135               static const char*
 54136               _CIM_PickerStatData_PutSuccesses_qualifiers[] =
 54137 mike  1.1.2.1 {
 54138                   /* Counter */
 54139                   "\012\001",
 54140                   0,
 54141               };
 54142               
 54143               static MetaProperty
 54144               _CIM_PickerStatData_PutSuccesses =
 54145               {
 54146                   /* flags */
 54147                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54148                   /* name */
 54149                   "PutSuccesses",
 54150                   /* qualifiers */
 54151                   _CIM_PickerStatData_PutSuccesses_qualifiers,
 54152                   /* type */
 54153                   CIMTYPE_UINT64,
 54154                   /* subscript */
 54155                   -1,
 54156                   /* value */
 54157                   0,
 54158 mike  1.1.2.1 };
 54159               
 54160               static const char*
 54161               _CIM_PickerStatData_PutFailures_qualifiers[] =
 54162               {
 54163                   /* Counter */
 54164                   "\012\001",
 54165                   0,
 54166               };
 54167               
 54168               static MetaProperty
 54169               _CIM_PickerStatData_PutFailures =
 54170               {
 54171                   /* flags */
 54172                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54173                   /* name */
 54174                   "PutFailures",
 54175                   /* qualifiers */
 54176                   _CIM_PickerStatData_PutFailures_qualifiers,
 54177                   /* type */
 54178                   CIMTYPE_UINT64,
 54179 mike  1.1.2.1     /* subscript */
 54180                   -1,
 54181                   /* value */
 54182                   0,
 54183               };
 54184               
 54185               static const char*
 54186               _CIM_PickerStatData_PutRetries_qualifiers[] =
 54187               {
 54188                   /* Counter */
 54189                   "\012\001",
 54190                   0,
 54191               };
 54192               
 54193               static MetaProperty
 54194               _CIM_PickerStatData_PutRetries =
 54195               {
 54196                   /* flags */
 54197                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54198                   /* name */
 54199                   "PutRetries",
 54200 mike  1.1.2.1     /* qualifiers */
 54201                   _CIM_PickerStatData_PutRetries_qualifiers,
 54202                   /* type */
 54203                   CIMTYPE_UINT64,
 54204                   /* subscript */
 54205                   -1,
 54206                   /* value */
 54207                   0,
 54208               };
 54209               
 54210               static MetaFeature*
 54211               _CIM_PickerStatData_features[] =
 54212               {
 54213                   (MetaFeature*)&_CIM_PickerStatData_PickSuccesses,
 54214                   (MetaFeature*)&_CIM_PickerStatData_PickFailures,
 54215                   (MetaFeature*)&_CIM_PickerStatData_PickRetries,
 54216                   (MetaFeature*)&_CIM_PickerStatData_PutSuccesses,
 54217                   (MetaFeature*)&_CIM_PickerStatData_PutFailures,
 54218                   (MetaFeature*)&_CIM_PickerStatData_PutRetries,
 54219                   0,
 54220               };
 54221 mike  1.1.2.1 
 54222               static const char*
 54223               __root_cimv2_CIM_PickerStatData_qualifiers[] =
 54224               {
 54225                   /* UMLPackagePath */
 54226                   "\057CIM::Device::StorageLib",
 54227                   /* Version */
 54228                   "\0632.7.0",
 54229                   0,
 54230               };
 54231               
 54232               MetaClass
 54233               __root_cimv2_CIM_PickerStatData =
 54234               {
 54235                   /* flags */
 54236                   META_FLAG_CLASS,
 54237                   /* name */
 54238                   "CIM_PickerStatData",
 54239                   /* qualifiers */
 54240                   __root_cimv2_CIM_PickerStatData_qualifiers,
 54241                   /* super */
 54242 mike  1.1.2.1     &__root_cimv2_CIM_StatisticalData,
 54243                   /* features */
 54244                   _CIM_PickerStatData_features,
 54245               };
 54246               
 54247               //==============================================================================
 54248               //
 54249               // Class: CIM_PickerStatInfo
 54250               //
 54251               //==============================================================================
 54252               
 54253               static const char*
 54254               _CIM_PickerStatInfo_PickSuccesses_qualifiers[] =
 54255               {
 54256                   /* Counter */
 54257                   "\012\001",
 54258                   0,
 54259               };
 54260               
 54261               static MetaProperty
 54262               _CIM_PickerStatInfo_PickSuccesses =
 54263 mike  1.1.2.1 {
 54264                   /* flags */
 54265                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54266                   /* name */
 54267                   "PickSuccesses",
 54268                   /* qualifiers */
 54269                   _CIM_PickerStatInfo_PickSuccesses_qualifiers,
 54270                   /* type */
 54271                   CIMTYPE_UINT64,
 54272                   /* subscript */
 54273                   -1,
 54274                   /* value */
 54275                   0,
 54276               };
 54277               
 54278               static const char*
 54279               _CIM_PickerStatInfo_PickFailures_qualifiers[] =
 54280               {
 54281                   /* Counter */
 54282                   "\012\001",
 54283                   0,
 54284 mike  1.1.2.1 };
 54285               
 54286               static MetaProperty
 54287               _CIM_PickerStatInfo_PickFailures =
 54288               {
 54289                   /* flags */
 54290                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54291                   /* name */
 54292                   "PickFailures",
 54293                   /* qualifiers */
 54294                   _CIM_PickerStatInfo_PickFailures_qualifiers,
 54295                   /* type */
 54296                   CIMTYPE_UINT64,
 54297                   /* subscript */
 54298                   -1,
 54299                   /* value */
 54300                   0,
 54301               };
 54302               
 54303               static const char*
 54304               _CIM_PickerStatInfo_PickRetries_qualifiers[] =
 54305 mike  1.1.2.1 {
 54306                   /* Counter */
 54307                   "\012\001",
 54308                   0,
 54309               };
 54310               
 54311               static MetaProperty
 54312               _CIM_PickerStatInfo_PickRetries =
 54313               {
 54314                   /* flags */
 54315                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54316                   /* name */
 54317                   "PickRetries",
 54318                   /* qualifiers */
 54319                   _CIM_PickerStatInfo_PickRetries_qualifiers,
 54320                   /* type */
 54321                   CIMTYPE_UINT64,
 54322                   /* subscript */
 54323                   -1,
 54324                   /* value */
 54325                   0,
 54326 mike  1.1.2.1 };
 54327               
 54328               static const char*
 54329               _CIM_PickerStatInfo_PutSuccesses_qualifiers[] =
 54330               {
 54331                   /* Counter */
 54332                   "\012\001",
 54333                   0,
 54334               };
 54335               
 54336               static MetaProperty
 54337               _CIM_PickerStatInfo_PutSuccesses =
 54338               {
 54339                   /* flags */
 54340                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54341                   /* name */
 54342                   "PutSuccesses",
 54343                   /* qualifiers */
 54344                   _CIM_PickerStatInfo_PutSuccesses_qualifiers,
 54345                   /* type */
 54346                   CIMTYPE_UINT64,
 54347 mike  1.1.2.1     /* subscript */
 54348                   -1,
 54349                   /* value */
 54350                   0,
 54351               };
 54352               
 54353               static const char*
 54354               _CIM_PickerStatInfo_PutFailures_qualifiers[] =
 54355               {
 54356                   /* Counter */
 54357                   "\012\001",
 54358                   0,
 54359               };
 54360               
 54361               static MetaProperty
 54362               _CIM_PickerStatInfo_PutFailures =
 54363               {
 54364                   /* flags */
 54365                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54366                   /* name */
 54367                   "PutFailures",
 54368 mike  1.1.2.1     /* qualifiers */
 54369                   _CIM_PickerStatInfo_PutFailures_qualifiers,
 54370                   /* type */
 54371                   CIMTYPE_UINT64,
 54372                   /* subscript */
 54373                   -1,
 54374                   /* value */
 54375                   0,
 54376               };
 54377               
 54378               static const char*
 54379               _CIM_PickerStatInfo_PutRetries_qualifiers[] =
 54380               {
 54381                   /* Counter */
 54382                   "\012\001",
 54383                   0,
 54384               };
 54385               
 54386               static MetaProperty
 54387               _CIM_PickerStatInfo_PutRetries =
 54388               {
 54389 mike  1.1.2.1     /* flags */
 54390                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54391                   /* name */
 54392                   "PutRetries",
 54393                   /* qualifiers */
 54394                   _CIM_PickerStatInfo_PutRetries_qualifiers,
 54395                   /* type */
 54396                   CIMTYPE_UINT64,
 54397                   /* subscript */
 54398                   -1,
 54399                   /* value */
 54400                   0,
 54401               };
 54402               
 54403               static const char*
 54404               _CIM_PickerStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 54405               {
 54406                   /* IN */
 54407                   "\024\001",
 54408                   /* ValueMap */
 54409                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 54410 mike  1.1.2.1     /* Values */
 54411                   "\062\000\007All\000Pick Successes\000Pick Failures\000Pick Retries\000Put Successes\000Put Failures\000Put Retries\000",
 54412                   0,
 54413               };
 54414               
 54415               static MetaProperty
 54416               _CIM_PickerStatInfo_ResetCounter_SelectedCounter =
 54417               {
 54418                   /* flags */
 54419                   META_FLAG_PROPERTY|META_FLAG_IN,
 54420                   /* name */
 54421                   "SelectedCounter",
 54422                   /* qualifiers */
 54423                   _CIM_PickerStatInfo_ResetCounter_SelectedCounter_qualifiers,
 54424                   /* type */
 54425                   CIMTYPE_UINT16,
 54426                   /* subscript */
 54427                   -1,
 54428                   /* value */
 54429                   0,
 54430               };
 54431 mike  1.1.2.1 
 54432               static MetaFeature*
 54433               _CIM_PickerStatInfo_ResetCounter_parameters[] =
 54434               {
 54435                   (MetaFeature*)&_CIM_PickerStatInfo_ResetCounter_SelectedCounter,
 54436                   0,
 54437               };
 54438               
 54439               static const char*
 54440               _CIM_PickerStatInfo_ResetCounter_qualifiers[] =
 54441               {
 54442                   0,
 54443               };
 54444               
 54445               static MetaMethod
 54446               _CIM_PickerStatInfo_ResetCounter =
 54447               {
 54448                   /* flags */
 54449                   META_FLAG_METHOD,
 54450                   /* name */
 54451                   "CIM_PickerStatInfo",
 54452 mike  1.1.2.1     /* qualifiers */
 54453                   _CIM_PickerStatInfo_ResetCounter_qualifiers,
 54454                   /* type */
 54455                   CIMTYPE_UINT32,
 54456                   /* parameters */
 54457                   _CIM_PickerStatInfo_ResetCounter_parameters,
 54458               };
 54459               
 54460               static MetaFeature*
 54461               _CIM_PickerStatInfo_features[] =
 54462               {
 54463                   (MetaFeature*)&_CIM_PickerStatInfo_PickSuccesses,
 54464                   (MetaFeature*)&_CIM_PickerStatInfo_PickFailures,
 54465                   (MetaFeature*)&_CIM_PickerStatInfo_PickRetries,
 54466                   (MetaFeature*)&_CIM_PickerStatInfo_PutSuccesses,
 54467                   (MetaFeature*)&_CIM_PickerStatInfo_PutFailures,
 54468                   (MetaFeature*)&_CIM_PickerStatInfo_PutRetries,
 54469                   (MetaFeature*)&_CIM_PickerStatInfo_ResetCounter,
 54470                   0,
 54471               };
 54472               
 54473 mike  1.1.2.1 static const char*
 54474               __root_cimv2_CIM_PickerStatInfo_qualifiers[] =
 54475               {
 54476                   /* UMLPackagePath */
 54477                   "\057CIM::Device::StorageLib",
 54478                   /* Version */
 54479                   "\0632.6.0",
 54480                   0,
 54481               };
 54482               
 54483               MetaClass
 54484               __root_cimv2_CIM_PickerStatInfo =
 54485               {
 54486                   /* flags */
 54487                   META_FLAG_CLASS,
 54488                   /* name */
 54489                   "CIM_PickerStatInfo",
 54490                   /* qualifiers */
 54491                   __root_cimv2_CIM_PickerStatInfo_qualifiers,
 54492                   /* super */
 54493                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 54494 mike  1.1.2.1     /* features */
 54495                   _CIM_PickerStatInfo_features,
 54496               };
 54497               
 54498               //==============================================================================
 54499               //
 54500               // Class: CIM_PolicyActionStructure
 54501               //
 54502               //==============================================================================
 54503               
 54504               static const char*
 54505               _CIM_PolicyActionStructure_GroupComponent_qualifiers[] =
 54506               {
 54507                   /* Aggregate */
 54508                   "\003\001",
 54509                   /* Override */
 54510                   "\044GroupComponent",
 54511                   0,
 54512               };
 54513               
 54514               static MetaReference
 54515 mike  1.1.2.1 _CIM_PolicyActionStructure_GroupComponent =
 54516               {
 54517                   /* flags */
 54518                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54519                   /* name */
 54520                   "GroupComponent",
 54521                   /* qualifiers */
 54522                   _CIM_PolicyActionStructure_GroupComponent_qualifiers,
 54523                   /* subscript */
 54524                   -1,
 54525                   /* refId */
 54526                   &__root_cimv2_CIM_Policy,
 54527               };
 54528               
 54529               static const char*
 54530               _CIM_PolicyActionStructure_PartComponent_qualifiers[] =
 54531               {
 54532                   /* Override */
 54533                   "\044PartComponent",
 54534                   0,
 54535               };
 54536 mike  1.1.2.1 
 54537               static MetaReference
 54538               _CIM_PolicyActionStructure_PartComponent =
 54539               {
 54540                   /* flags */
 54541                   META_FLAG_REFERENCE|META_FLAG_READ,
 54542                   /* name */
 54543                   "PartComponent",
 54544                   /* qualifiers */
 54545                   _CIM_PolicyActionStructure_PartComponent_qualifiers,
 54546                   /* subscript */
 54547                   -1,
 54548                   /* refId */
 54549                   &__root_cimv2_CIM_PolicyAction,
 54550               };
 54551               
 54552               static const char*
 54553               _CIM_PolicyActionStructure_ActionOrder_qualifiers[] =
 54554               {
 54555                   0,
 54556               };
 54557 mike  1.1.2.1 
 54558               static MetaProperty
 54559               _CIM_PolicyActionStructure_ActionOrder =
 54560               {
 54561                   /* flags */
 54562                   META_FLAG_PROPERTY|META_FLAG_READ,
 54563                   /* name */
 54564                   "ActionOrder",
 54565                   /* qualifiers */
 54566                   _CIM_PolicyActionStructure_ActionOrder_qualifiers,
 54567                   /* type */
 54568                   CIMTYPE_UINT16,
 54569                   /* subscript */
 54570                   -1,
 54571                   /* value */
 54572                   0,
 54573               };
 54574               
 54575               static MetaFeature*
 54576               _CIM_PolicyActionStructure_features[] =
 54577               {
 54578 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyActionStructure_GroupComponent,
 54579                   (MetaFeature*)&_CIM_PolicyActionStructure_PartComponent,
 54580                   (MetaFeature*)&_CIM_PolicyActionStructure_ActionOrder,
 54581                   0,
 54582               };
 54583               
 54584               static const char*
 54585               __root_cimv2_CIM_PolicyActionStructure_qualifiers[] =
 54586               {
 54587                   /* ASSOCIATION */
 54588                   "\000\001",
 54589                   /* UMLPackagePath */
 54590                   "\057CIM::Policy",
 54591                   /* Abstract */
 54592                   "\002\001",
 54593                   /* Aggregation */
 54594                   "\004\001",
 54595                   /* Version */
 54596                   "\0632.6.0",
 54597                   0,
 54598               };
 54599 mike  1.1.2.1 
 54600               MetaClass
 54601               __root_cimv2_CIM_PolicyActionStructure =
 54602               {
 54603                   /* flags */
 54604                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 54605                   /* name */
 54606                   "CIM_PolicyActionStructure",
 54607                   /* qualifiers */
 54608                   __root_cimv2_CIM_PolicyActionStructure_qualifiers,
 54609                   /* super */
 54610                   &__root_cimv2_CIM_PolicyComponent,
 54611                   /* features */
 54612                   _CIM_PolicyActionStructure_features,
 54613               };
 54614               
 54615               //==============================================================================
 54616               //
 54617               // Class: CIM_PolicyConditionInPolicyCondition
 54618               //
 54619               //==============================================================================
 54620 mike  1.1.2.1 
 54621               static const char*
 54622               _CIM_PolicyConditionInPolicyCondition_GroupComponent_qualifiers[] =
 54623               {
 54624                   /* Aggregate */
 54625                   "\003\001",
 54626                   /* Override */
 54627                   "\044GroupComponent",
 54628                   0,
 54629               };
 54630               
 54631               static MetaReference
 54632               _CIM_PolicyConditionInPolicyCondition_GroupComponent =
 54633               {
 54634                   /* flags */
 54635                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54636                   /* name */
 54637                   "GroupComponent",
 54638                   /* qualifiers */
 54639                   _CIM_PolicyConditionInPolicyCondition_GroupComponent_qualifiers,
 54640                   /* subscript */
 54641 mike  1.1.2.1     -1,
 54642                   /* refId */
 54643                   &__root_cimv2_CIM_CompoundPolicyCondition,
 54644               };
 54645               
 54646               static const char*
 54647               _CIM_PolicyConditionInPolicyCondition_PartComponent_qualifiers[] =
 54648               {
 54649                   /* Override */
 54650                   "\044PartComponent",
 54651                   0,
 54652               };
 54653               
 54654               static MetaReference
 54655               _CIM_PolicyConditionInPolicyCondition_PartComponent =
 54656               {
 54657                   /* flags */
 54658                   META_FLAG_REFERENCE|META_FLAG_READ,
 54659                   /* name */
 54660                   "PartComponent",
 54661                   /* qualifiers */
 54662 mike  1.1.2.1     _CIM_PolicyConditionInPolicyCondition_PartComponent_qualifiers,
 54663                   /* subscript */
 54664                   -1,
 54665                   /* refId */
 54666                   &__root_cimv2_CIM_PolicyCondition,
 54667               };
 54668               
 54669               static MetaFeature*
 54670               _CIM_PolicyConditionInPolicyCondition_features[] =
 54671               {
 54672                   (MetaFeature*)&_CIM_PolicyConditionInPolicyCondition_GroupComponent,
 54673                   (MetaFeature*)&_CIM_PolicyConditionInPolicyCondition_PartComponent,
 54674                   0,
 54675               };
 54676               
 54677               static const char*
 54678               __root_cimv2_CIM_PolicyConditionInPolicyCondition_qualifiers[] =
 54679               {
 54680                   /* ASSOCIATION */
 54681                   "\000\001",
 54682                   /* UMLPackagePath */
 54683 mike  1.1.2.1     "\057CIM::Policy",
 54684                   /* Aggregation */
 54685                   "\004\001",
 54686                   /* Version */
 54687                   "\0632.7.0",
 54688                   0,
 54689               };
 54690               
 54691               MetaClass
 54692               __root_cimv2_CIM_PolicyConditionInPolicyCondition =
 54693               {
 54694                   /* flags */
 54695                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 54696                   /* name */
 54697                   "CIM_PolicyConditionInPolicyCondition",
 54698                   /* qualifiers */
 54699                   __root_cimv2_CIM_PolicyConditionInPolicyCondition_qualifiers,
 54700                   /* super */
 54701                   &__root_cimv2_CIM_PolicyConditionStructure,
 54702                   /* features */
 54703                   _CIM_PolicyConditionInPolicyCondition_features,
 54704 mike  1.1.2.1 };
 54705               
 54706               //==============================================================================
 54707               //
 54708               // Class: CIM_PolicyGroup
 54709               //
 54710               //==============================================================================
 54711               
 54712               static const char*
 54713               _CIM_PolicyGroup_SystemCreationClassName_qualifiers[] =
 54714               {
 54715                   /* Key */
 54716                   "\025\001",
 54717                   /* Propagated */
 54718                   "\045CIM_System.CreationClassName",
 54719                   /* MaxLen */
 54720                   "\030\000\000\001\000",
 54721                   0,
 54722               };
 54723               
 54724               static MetaProperty
 54725 mike  1.1.2.1 _CIM_PolicyGroup_SystemCreationClassName =
 54726               {
 54727                   /* flags */
 54728                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54729                   /* name */
 54730                   "SystemCreationClassName",
 54731                   /* qualifiers */
 54732                   _CIM_PolicyGroup_SystemCreationClassName_qualifiers,
 54733                   /* type */
 54734                   CIMTYPE_STRING,
 54735                   /* subscript */
 54736                   -1,
 54737                   /* value */
 54738                   0,
 54739               };
 54740               
 54741               static const char*
 54742               _CIM_PolicyGroup_SystemName_qualifiers[] =
 54743               {
 54744                   /* Key */
 54745                   "\025\001",
 54746 mike  1.1.2.1     /* Propagated */
 54747                   "\045CIM_System.Name",
 54748                   /* MaxLen */
 54749                   "\030\000\000\001\000",
 54750                   0,
 54751               };
 54752               
 54753               static MetaProperty
 54754               _CIM_PolicyGroup_SystemName =
 54755               {
 54756                   /* flags */
 54757                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54758                   /* name */
 54759                   "SystemName",
 54760                   /* qualifiers */
 54761                   _CIM_PolicyGroup_SystemName_qualifiers,
 54762                   /* type */
 54763                   CIMTYPE_STRING,
 54764                   /* subscript */
 54765                   -1,
 54766                   /* value */
 54767 mike  1.1.2.1     0,
 54768               };
 54769               
 54770               static const char*
 54771               _CIM_PolicyGroup_CreationClassName_qualifiers[] =
 54772               {
 54773                   /* Key */
 54774                   "\025\001",
 54775                   /* MaxLen */
 54776                   "\030\000\000\001\000",
 54777                   0,
 54778               };
 54779               
 54780               static MetaProperty
 54781               _CIM_PolicyGroup_CreationClassName =
 54782               {
 54783                   /* flags */
 54784                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54785                   /* name */
 54786                   "CreationClassName",
 54787                   /* qualifiers */
 54788 mike  1.1.2.1     _CIM_PolicyGroup_CreationClassName_qualifiers,
 54789                   /* type */
 54790                   CIMTYPE_STRING,
 54791                   /* subscript */
 54792                   -1,
 54793                   /* value */
 54794                   0,
 54795               };
 54796               
 54797               static const char*
 54798               _CIM_PolicyGroup_PolicyGroupName_qualifiers[] =
 54799               {
 54800                   /* Key */
 54801                   "\025\001",
 54802                   /* MaxLen */
 54803                   "\030\000\000\001\000",
 54804                   0,
 54805               };
 54806               
 54807               static MetaProperty
 54808               _CIM_PolicyGroup_PolicyGroupName =
 54809 mike  1.1.2.1 {
 54810                   /* flags */
 54811                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54812                   /* name */
 54813                   "PolicyGroupName",
 54814                   /* qualifiers */
 54815                   _CIM_PolicyGroup_PolicyGroupName_qualifiers,
 54816                   /* type */
 54817                   CIMTYPE_STRING,
 54818                   /* subscript */
 54819                   -1,
 54820                   /* value */
 54821                   0,
 54822               };
 54823               
 54824               static MetaFeature*
 54825               _CIM_PolicyGroup_features[] =
 54826               {
 54827                   (MetaFeature*)&_CIM_PolicyGroup_SystemCreationClassName,
 54828                   (MetaFeature*)&_CIM_PolicyGroup_SystemName,
 54829                   (MetaFeature*)&_CIM_PolicyGroup_CreationClassName,
 54830 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyGroup_PolicyGroupName,
 54831                   0,
 54832               };
 54833               
 54834               static const char*
 54835               __root_cimv2_CIM_PolicyGroup_qualifiers[] =
 54836               {
 54837                   /* UMLPackagePath */
 54838                   "\057CIM::Policy",
 54839                   /* Version */
 54840                   "\0632.6.0",
 54841                   0,
 54842               };
 54843               
 54844               MetaClass
 54845               __root_cimv2_CIM_PolicyGroup =
 54846               {
 54847                   /* flags */
 54848                   META_FLAG_CLASS,
 54849                   /* name */
 54850                   "CIM_PolicyGroup",
 54851 mike  1.1.2.1     /* qualifiers */
 54852                   __root_cimv2_CIM_PolicyGroup_qualifiers,
 54853                   /* super */
 54854                   &__root_cimv2_CIM_PolicySet,
 54855                   /* features */
 54856                   _CIM_PolicyGroup_features,
 54857               };
 54858               
 54859               //==============================================================================
 54860               //
 54861               // Class: CIM_PolicyGroupInPolicyGroup
 54862               //
 54863               //==============================================================================
 54864               
 54865               static const char*
 54866               _CIM_PolicyGroupInPolicyGroup_GroupComponent_qualifiers[] =
 54867               {
 54868                   /* Deprecated */
 54869                   "\013\000\001CIM_PolicySetComponent.GroupComponent\000",
 54870                   /* Aggregate */
 54871                   "\003\001",
 54872 mike  1.1.2.1     /* Override */
 54873                   "\044GroupComponent",
 54874                   0,
 54875               };
 54876               
 54877               static MetaReference
 54878               _CIM_PolicyGroupInPolicyGroup_GroupComponent =
 54879               {
 54880                   /* flags */
 54881                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54882                   /* name */
 54883                   "GroupComponent",
 54884                   /* qualifiers */
 54885                   _CIM_PolicyGroupInPolicyGroup_GroupComponent_qualifiers,
 54886                   /* subscript */
 54887                   -1,
 54888                   /* refId */
 54889                   &__root_cimv2_CIM_PolicyGroup,
 54890               };
 54891               
 54892               static const char*
 54893 mike  1.1.2.1 _CIM_PolicyGroupInPolicyGroup_PartComponent_qualifiers[] =
 54894               {
 54895                   /* Deprecated */
 54896                   "\013\000\001CIM_PolicySetComponent.PartComponent\000",
 54897                   /* Override */
 54898                   "\044PartComponent",
 54899                   0,
 54900               };
 54901               
 54902               static MetaReference
 54903               _CIM_PolicyGroupInPolicyGroup_PartComponent =
 54904               {
 54905                   /* flags */
 54906                   META_FLAG_REFERENCE|META_FLAG_READ,
 54907                   /* name */
 54908                   "PartComponent",
 54909                   /* qualifiers */
 54910                   _CIM_PolicyGroupInPolicyGroup_PartComponent_qualifiers,
 54911                   /* subscript */
 54912                   -1,
 54913                   /* refId */
 54914 mike  1.1.2.1     &__root_cimv2_CIM_PolicyGroup,
 54915               };
 54916               
 54917               static MetaFeature*
 54918               _CIM_PolicyGroupInPolicyGroup_features[] =
 54919               {
 54920                   (MetaFeature*)&_CIM_PolicyGroupInPolicyGroup_GroupComponent,
 54921                   (MetaFeature*)&_CIM_PolicyGroupInPolicyGroup_PartComponent,
 54922                   0,
 54923               };
 54924               
 54925               static const char*
 54926               __root_cimv2_CIM_PolicyGroupInPolicyGroup_qualifiers[] =
 54927               {
 54928                   /* ASSOCIATION */
 54929                   "\000\001",
 54930                   /* Deprecated */
 54931                   "\013\000\001CIM_PolicySetComponent\000",
 54932                   /* UMLPackagePath */
 54933                   "\057CIM::Policy",
 54934                   /* Aggregation */
 54935 mike  1.1.2.1     "\004\001",
 54936                   /* Version */
 54937                   "\0632.7.0",
 54938                   0,
 54939               };
 54940               
 54941               MetaClass
 54942               __root_cimv2_CIM_PolicyGroupInPolicyGroup =
 54943               {
 54944                   /* flags */
 54945                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 54946                   /* name */
 54947                   "CIM_PolicyGroupInPolicyGroup",
 54948                   /* qualifiers */
 54949                   __root_cimv2_CIM_PolicyGroupInPolicyGroup_qualifiers,
 54950                   /* super */
 54951                   &__root_cimv2_CIM_PolicyComponent,
 54952                   /* features */
 54953                   _CIM_PolicyGroupInPolicyGroup_features,
 54954               };
 54955               
 54956 mike  1.1.2.1 //==============================================================================
 54957               //
 54958               // Class: CIM_PolicyRoleCollection
 54959               //
 54960               //==============================================================================
 54961               
 54962               static const char*
 54963               _CIM_PolicyRoleCollection_PolicyRole_qualifiers[] =
 54964               {
 54965                   /* Required */
 54966                   "\050\001",
 54967                   0,
 54968               };
 54969               
 54970               static MetaProperty
 54971               _CIM_PolicyRoleCollection_PolicyRole =
 54972               {
 54973                   /* flags */
 54974                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 54975                   /* name */
 54976                   "PolicyRole",
 54977 mike  1.1.2.1     /* qualifiers */
 54978                   _CIM_PolicyRoleCollection_PolicyRole_qualifiers,
 54979                   /* type */
 54980                   CIMTYPE_STRING,
 54981                   /* subscript */
 54982                   -1,
 54983                   /* value */
 54984                   0,
 54985               };
 54986               
 54987               static const char*
 54988               _CIM_PolicyRoleCollection_ActivatePolicySet_Element_qualifiers[] =
 54989               {
 54990                   /* IN */
 54991                   "\024\001",
 54992                   0,
 54993               };
 54994               
 54995               static MetaReference
 54996               _CIM_PolicyRoleCollection_ActivatePolicySet_Element =
 54997               {
 54998 mike  1.1.2.1     /* flags */
 54999                   META_FLAG_REFERENCE|META_FLAG_IN,
 55000                   /* name */
 55001                   "Element",
 55002                   /* qualifiers */
 55003                   _CIM_PolicyRoleCollection_ActivatePolicySet_Element_qualifiers,
 55004                   /* subscript */
 55005                   -1,
 55006                   /* ref */
 55007                   &__root_cimv2_CIM_ManagedElement,
 55008               };
 55009               
 55010               static MetaFeature*
 55011               _CIM_PolicyRoleCollection_ActivatePolicySet_parameters[] =
 55012               {
 55013                   (MetaFeature*)&_CIM_PolicyRoleCollection_ActivatePolicySet_Element,
 55014                   0,
 55015               };
 55016               
 55017               static const char*
 55018               _CIM_PolicyRoleCollection_ActivatePolicySet_qualifiers[] =
 55019 mike  1.1.2.1 {
 55020                   /* ValueMap */
 55021                   "\061\000\0070\0001\0002\0003\0004\000..\0000x8000..\000",
 55022                   /* Values */
 55023                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
 55024                   0,
 55025               };
 55026               
 55027               static MetaMethod
 55028               _CIM_PolicyRoleCollection_ActivatePolicySet =
 55029               {
 55030                   /* flags */
 55031                   META_FLAG_METHOD,
 55032                   /* name */
 55033                   "CIM_PolicyRoleCollection",
 55034                   /* qualifiers */
 55035                   _CIM_PolicyRoleCollection_ActivatePolicySet_qualifiers,
 55036                   /* type */
 55037                   CIMTYPE_UINT32,
 55038                   /* parameters */
 55039                   _CIM_PolicyRoleCollection_ActivatePolicySet_parameters,
 55040 mike  1.1.2.1 };
 55041               
 55042               static const char*
 55043               _CIM_PolicyRoleCollection_DeactivatePolicySet_Element_qualifiers[] =
 55044               {
 55045                   /* IN */
 55046                   "\024\001",
 55047                   0,
 55048               };
 55049               
 55050               static MetaReference
 55051               _CIM_PolicyRoleCollection_DeactivatePolicySet_Element =
 55052               {
 55053                   /* flags */
 55054                   META_FLAG_REFERENCE|META_FLAG_IN,
 55055                   /* name */
 55056                   "Element",
 55057                   /* qualifiers */
 55058                   _CIM_PolicyRoleCollection_DeactivatePolicySet_Element_qualifiers,
 55059                   /* subscript */
 55060                   -1,
 55061 mike  1.1.2.1     /* ref */
 55062                   &__root_cimv2_CIM_ManagedElement,
 55063               };
 55064               
 55065               static MetaFeature*
 55066               _CIM_PolicyRoleCollection_DeactivatePolicySet_parameters[] =
 55067               {
 55068                   (MetaFeature*)&_CIM_PolicyRoleCollection_DeactivatePolicySet_Element,
 55069                   0,
 55070               };
 55071               
 55072               static const char*
 55073               _CIM_PolicyRoleCollection_DeactivatePolicySet_qualifiers[] =
 55074               {
 55075                   /* ValueMap */
 55076                   "\061\000\0070\0001\0002\0003\0004\000..\0000x8000..0xFFFF\000",
 55077                   /* Values */
 55078                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
 55079                   0,
 55080               };
 55081               
 55082 mike  1.1.2.1 static MetaMethod
 55083               _CIM_PolicyRoleCollection_DeactivatePolicySet =
 55084               {
 55085                   /* flags */
 55086                   META_FLAG_METHOD,
 55087                   /* name */
 55088                   "CIM_PolicyRoleCollection",
 55089                   /* qualifiers */
 55090                   _CIM_PolicyRoleCollection_DeactivatePolicySet_qualifiers,
 55091                   /* type */
 55092                   CIMTYPE_UINT32,
 55093                   /* parameters */
 55094                   _CIM_PolicyRoleCollection_DeactivatePolicySet_parameters,
 55095               };
 55096               
 55097               static MetaFeature*
 55098               _CIM_PolicyRoleCollection_features[] =
 55099               {
 55100                   (MetaFeature*)&_CIM_PolicyRoleCollection_PolicyRole,
 55101                   (MetaFeature*)&_CIM_PolicyRoleCollection_ActivatePolicySet,
 55102                   (MetaFeature*)&_CIM_PolicyRoleCollection_DeactivatePolicySet,
 55103 mike  1.1.2.1     0,
 55104               };
 55105               
 55106               static const char*
 55107               __root_cimv2_CIM_PolicyRoleCollection_qualifiers[] =
 55108               {
 55109                   /* UMLPackagePath */
 55110                   "\057CIM::Policy",
 55111                   /* Version */
 55112                   "\0632.8.0",
 55113                   0,
 55114               };
 55115               
 55116               MetaClass
 55117               __root_cimv2_CIM_PolicyRoleCollection =
 55118               {
 55119                   /* flags */
 55120                   META_FLAG_CLASS,
 55121                   /* name */
 55122                   "CIM_PolicyRoleCollection",
 55123                   /* qualifiers */
 55124 mike  1.1.2.1     __root_cimv2_CIM_PolicyRoleCollection_qualifiers,
 55125                   /* super */
 55126                   &__root_cimv2_CIM_SystemSpecificCollection,
 55127                   /* features */
 55128                   _CIM_PolicyRoleCollection_features,
 55129               };
 55130               
 55131               //==============================================================================
 55132               //
 55133               // Class: CIM_PolicyRule
 55134               //
 55135               //==============================================================================
 55136               
 55137               static const char*
 55138               _CIM_PolicyRule_SystemCreationClassName_qualifiers[] =
 55139               {
 55140                   /* Key */
 55141                   "\025\001",
 55142                   /* Propagated */
 55143                   "\045CIM_System.CreationClassName",
 55144                   /* MaxLen */
 55145 mike  1.1.2.1     "\030\000\000\001\000",
 55146                   0,
 55147               };
 55148               
 55149               static MetaProperty
 55150               _CIM_PolicyRule_SystemCreationClassName =
 55151               {
 55152                   /* flags */
 55153                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55154                   /* name */
 55155                   "SystemCreationClassName",
 55156                   /* qualifiers */
 55157                   _CIM_PolicyRule_SystemCreationClassName_qualifiers,
 55158                   /* type */
 55159                   CIMTYPE_STRING,
 55160                   /* subscript */
 55161                   -1,
 55162                   /* value */
 55163                   0,
 55164               };
 55165               
 55166 mike  1.1.2.1 static const char*
 55167               _CIM_PolicyRule_SystemName_qualifiers[] =
 55168               {
 55169                   /* Key */
 55170                   "\025\001",
 55171                   /* Propagated */
 55172                   "\045CIM_System.Name",
 55173                   /* MaxLen */
 55174                   "\030\000\000\001\000",
 55175                   0,
 55176               };
 55177               
 55178               static MetaProperty
 55179               _CIM_PolicyRule_SystemName =
 55180               {
 55181                   /* flags */
 55182                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55183                   /* name */
 55184                   "SystemName",
 55185                   /* qualifiers */
 55186                   _CIM_PolicyRule_SystemName_qualifiers,
 55187 mike  1.1.2.1     /* type */
 55188                   CIMTYPE_STRING,
 55189                   /* subscript */
 55190                   -1,
 55191                   /* value */
 55192                   0,
 55193               };
 55194               
 55195               static const char*
 55196               _CIM_PolicyRule_CreationClassName_qualifiers[] =
 55197               {
 55198                   /* Key */
 55199                   "\025\001",
 55200                   /* MaxLen */
 55201                   "\030\000\000\001\000",
 55202                   0,
 55203               };
 55204               
 55205               static MetaProperty
 55206               _CIM_PolicyRule_CreationClassName =
 55207               {
 55208 mike  1.1.2.1     /* flags */
 55209                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55210                   /* name */
 55211                   "CreationClassName",
 55212                   /* qualifiers */
 55213                   _CIM_PolicyRule_CreationClassName_qualifiers,
 55214                   /* type */
 55215                   CIMTYPE_STRING,
 55216                   /* subscript */
 55217                   -1,
 55218                   /* value */
 55219                   0,
 55220               };
 55221               
 55222               static const char*
 55223               _CIM_PolicyRule_PolicyRuleName_qualifiers[] =
 55224               {
 55225                   /* Key */
 55226                   "\025\001",
 55227                   /* MaxLen */
 55228                   "\030\000\000\001\000",
 55229 mike  1.1.2.1     0,
 55230               };
 55231               
 55232               static MetaProperty
 55233               _CIM_PolicyRule_PolicyRuleName =
 55234               {
 55235                   /* flags */
 55236                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55237                   /* name */
 55238                   "PolicyRuleName",
 55239                   /* qualifiers */
 55240                   _CIM_PolicyRule_PolicyRuleName_qualifiers,
 55241                   /* type */
 55242                   CIMTYPE_STRING,
 55243                   /* subscript */
 55244                   -1,
 55245                   /* value */
 55246                   0,
 55247               };
 55248               
 55249               static const char*
 55250 mike  1.1.2.1 _CIM_PolicyRule_ConditionListType_qualifiers[] =
 55251               {
 55252                   /* ValueMap */
 55253                   "\061\000\0030\0001\0002\000",
 55254                   /* Values */
 55255                   "\062\000\003Unconditional Rule\000DNF\000CNF\000",
 55256                   0,
 55257               };
 55258               
 55259               static MetaProperty
 55260               _CIM_PolicyRule_ConditionListType =
 55261               {
 55262                   /* flags */
 55263                   META_FLAG_PROPERTY|META_FLAG_READ,
 55264                   /* name */
 55265                   "ConditionListType",
 55266                   /* qualifiers */
 55267                   _CIM_PolicyRule_ConditionListType_qualifiers,
 55268                   /* type */
 55269                   CIMTYPE_UINT16,
 55270                   /* subscript */
 55271 mike  1.1.2.1     -1,
 55272                   /* value */
 55273                   "\000\001",
 55274               };
 55275               
 55276               static const char*
 55277               _CIM_PolicyRule_RuleUsage_qualifiers[] =
 55278               {
 55279                   0,
 55280               };
 55281               
 55282               static MetaProperty
 55283               _CIM_PolicyRule_RuleUsage =
 55284               {
 55285                   /* flags */
 55286                   META_FLAG_PROPERTY|META_FLAG_READ,
 55287                   /* name */
 55288                   "RuleUsage",
 55289                   /* qualifiers */
 55290                   _CIM_PolicyRule_RuleUsage_qualifiers,
 55291                   /* type */
 55292 mike  1.1.2.1     CIMTYPE_STRING,
 55293                   /* subscript */
 55294                   -1,
 55295                   /* value */
 55296                   0,
 55297               };
 55298               
 55299               static const char*
 55300               _CIM_PolicyRule_Priority_qualifiers[] =
 55301               {
 55302                   /* Deprecated */
 55303                   "\013\000\001CIM_PolicySetComponent.Priority\000",
 55304                   0,
 55305               };
 55306               
 55307               static MetaProperty
 55308               _CIM_PolicyRule_Priority =
 55309               {
 55310                   /* flags */
 55311                   META_FLAG_PROPERTY|META_FLAG_READ,
 55312                   /* name */
 55313 mike  1.1.2.1     "Priority",
 55314                   /* qualifiers */
 55315                   _CIM_PolicyRule_Priority_qualifiers,
 55316                   /* type */
 55317                   CIMTYPE_UINT16,
 55318                   /* subscript */
 55319                   -1,
 55320                   /* value */
 55321                   "\000\000",
 55322               };
 55323               
 55324               static const char*
 55325               _CIM_PolicyRule_Mandatory_qualifiers[] =
 55326               {
 55327                   /* Deprecated */
 55328                   "\013\000\001No Value\000",
 55329                   0,
 55330               };
 55331               
 55332               static MetaProperty
 55333               _CIM_PolicyRule_Mandatory =
 55334 mike  1.1.2.1 {
 55335                   /* flags */
 55336                   META_FLAG_PROPERTY|META_FLAG_READ,
 55337                   /* name */
 55338                   "Mandatory",
 55339                   /* qualifiers */
 55340                   _CIM_PolicyRule_Mandatory_qualifiers,
 55341                   /* type */
 55342                   CIMTYPE_BOOLEAN,
 55343                   /* subscript */
 55344                   -1,
 55345                   /* value */
 55346                   0,
 55347               };
 55348               
 55349               static const char*
 55350               _CIM_PolicyRule_SequencedActions_qualifiers[] =
 55351               {
 55352                   /* ValueMap */
 55353                   "\061\000\0031\0002\0003\000",
 55354                   /* Values */
 55355 mike  1.1.2.1     "\062\000\003Mandatory\000Recommended\000Dont Care\000",
 55356                   0,
 55357               };
 55358               
 55359               static MetaProperty
 55360               _CIM_PolicyRule_SequencedActions =
 55361               {
 55362                   /* flags */
 55363                   META_FLAG_PROPERTY|META_FLAG_READ,
 55364                   /* name */
 55365                   "SequencedActions",
 55366                   /* qualifiers */
 55367                   _CIM_PolicyRule_SequencedActions_qualifiers,
 55368                   /* type */
 55369                   CIMTYPE_UINT16,
 55370                   /* subscript */
 55371                   -1,
 55372                   /* value */
 55373                   "\000\003",
 55374               };
 55375               
 55376 mike  1.1.2.1 static const char*
 55377               _CIM_PolicyRule_ExecutionStrategy_qualifiers[] =
 55378               {
 55379                   /* ValueMap */
 55380                   "\061\000\0031\0002\0003\000",
 55381                   /* Values */
 55382                   "\062\000\003Do Until Success\000Do All\000Do Until Failure\000",
 55383                   0,
 55384               };
 55385               
 55386               static MetaProperty
 55387               _CIM_PolicyRule_ExecutionStrategy =
 55388               {
 55389                   /* flags */
 55390                   META_FLAG_PROPERTY|META_FLAG_READ,
 55391                   /* name */
 55392                   "ExecutionStrategy",
 55393                   /* qualifiers */
 55394                   _CIM_PolicyRule_ExecutionStrategy_qualifiers,
 55395                   /* type */
 55396                   CIMTYPE_UINT16,
 55397 mike  1.1.2.1     /* subscript */
 55398                   -1,
 55399                   /* value */
 55400                   0,
 55401               };
 55402               
 55403               static MetaFeature*
 55404               _CIM_PolicyRule_features[] =
 55405               {
 55406                   (MetaFeature*)&_CIM_PolicyRule_SystemCreationClassName,
 55407                   (MetaFeature*)&_CIM_PolicyRule_SystemName,
 55408                   (MetaFeature*)&_CIM_PolicyRule_CreationClassName,
 55409                   (MetaFeature*)&_CIM_PolicyRule_PolicyRuleName,
 55410                   (MetaFeature*)&_CIM_PolicyRule_ConditionListType,
 55411                   (MetaFeature*)&_CIM_PolicyRule_RuleUsage,
 55412                   (MetaFeature*)&_CIM_PolicyRule_Priority,
 55413                   (MetaFeature*)&_CIM_PolicyRule_Mandatory,
 55414                   (MetaFeature*)&_CIM_PolicyRule_SequencedActions,
 55415                   (MetaFeature*)&_CIM_PolicyRule_ExecutionStrategy,
 55416                   0,
 55417               };
 55418 mike  1.1.2.1 
 55419               static const char*
 55420               __root_cimv2_CIM_PolicyRule_qualifiers[] =
 55421               {
 55422                   /* UMLPackagePath */
 55423                   "\057CIM::Policy",
 55424                   /* Version */
 55425                   "\0632.7.0",
 55426                   0,
 55427               };
 55428               
 55429               MetaClass
 55430               __root_cimv2_CIM_PolicyRule =
 55431               {
 55432                   /* flags */
 55433                   META_FLAG_CLASS,
 55434                   /* name */
 55435                   "CIM_PolicyRule",
 55436                   /* qualifiers */
 55437                   __root_cimv2_CIM_PolicyRule_qualifiers,
 55438                   /* super */
 55439 mike  1.1.2.1     &__root_cimv2_CIM_PolicySet,
 55440                   /* features */
 55441                   _CIM_PolicyRule_features,
 55442               };
 55443               
 55444               //==============================================================================
 55445               //
 55446               // Class: CIM_PolicyRuleInPolicyGroup
 55447               //
 55448               //==============================================================================
 55449               
 55450               static const char*
 55451               _CIM_PolicyRuleInPolicyGroup_GroupComponent_qualifiers[] =
 55452               {
 55453                   /* Deprecated */
 55454                   "\013\000\001CIM_PolicySetComponent.GroupComponent\000",
 55455                   /* Aggregate */
 55456                   "\003\001",
 55457                   /* Override */
 55458                   "\044GroupComponent",
 55459                   0,
 55460 mike  1.1.2.1 };
 55461               
 55462               static MetaReference
 55463               _CIM_PolicyRuleInPolicyGroup_GroupComponent =
 55464               {
 55465                   /* flags */
 55466                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55467                   /* name */
 55468                   "GroupComponent",
 55469                   /* qualifiers */
 55470                   _CIM_PolicyRuleInPolicyGroup_GroupComponent_qualifiers,
 55471                   /* subscript */
 55472                   -1,
 55473                   /* refId */
 55474                   &__root_cimv2_CIM_PolicyGroup,
 55475               };
 55476               
 55477               static const char*
 55478               _CIM_PolicyRuleInPolicyGroup_PartComponent_qualifiers[] =
 55479               {
 55480                   /* Deprecated */
 55481 mike  1.1.2.1     "\013\000\001CIM_PolicySetComponent.PartComponent\000",
 55482                   /* Override */
 55483                   "\044PartComponent",
 55484                   0,
 55485               };
 55486               
 55487               static MetaReference
 55488               _CIM_PolicyRuleInPolicyGroup_PartComponent =
 55489               {
 55490                   /* flags */
 55491                   META_FLAG_REFERENCE|META_FLAG_READ,
 55492                   /* name */
 55493                   "PartComponent",
 55494                   /* qualifiers */
 55495                   _CIM_PolicyRuleInPolicyGroup_PartComponent_qualifiers,
 55496                   /* subscript */
 55497                   -1,
 55498                   /* refId */
 55499                   &__root_cimv2_CIM_PolicyRule,
 55500               };
 55501               
 55502 mike  1.1.2.1 static MetaFeature*
 55503               _CIM_PolicyRuleInPolicyGroup_features[] =
 55504               {
 55505                   (MetaFeature*)&_CIM_PolicyRuleInPolicyGroup_GroupComponent,
 55506                   (MetaFeature*)&_CIM_PolicyRuleInPolicyGroup_PartComponent,
 55507                   0,
 55508               };
 55509               
 55510               static const char*
 55511               __root_cimv2_CIM_PolicyRuleInPolicyGroup_qualifiers[] =
 55512               {
 55513                   /* ASSOCIATION */
 55514                   "\000\001",
 55515                   /* Deprecated */
 55516                   "\013\000\001CIM_PolicySetComponent\000",
 55517                   /* UMLPackagePath */
 55518                   "\057CIM::Policy",
 55519                   /* Aggregation */
 55520                   "\004\001",
 55521                   /* Version */
 55522                   "\0632.7.0",
 55523 mike  1.1.2.1     0,
 55524               };
 55525               
 55526               MetaClass
 55527               __root_cimv2_CIM_PolicyRuleInPolicyGroup =
 55528               {
 55529                   /* flags */
 55530                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55531                   /* name */
 55532                   "CIM_PolicyRuleInPolicyGroup",
 55533                   /* qualifiers */
 55534                   __root_cimv2_CIM_PolicyRuleInPolicyGroup_qualifiers,
 55535                   /* super */
 55536                   &__root_cimv2_CIM_PolicyComponent,
 55537                   /* features */
 55538                   _CIM_PolicyRuleInPolicyGroup_features,
 55539               };
 55540               
 55541               //==============================================================================
 55542               //
 55543               // Class: CIM_PolicyRuleValidityPeriod
 55544 mike  1.1.2.1 //
 55545               //==============================================================================
 55546               
 55547               static const char*
 55548               _CIM_PolicyRuleValidityPeriod_GroupComponent_qualifiers[] =
 55549               {
 55550                   /* Deprecated */
 55551                   "\013\000\001CIM_PolicySetValidityPeriod.GroupComponent\000",
 55552                   /* Aggregate */
 55553                   "\003\001",
 55554                   /* Override */
 55555                   "\044GroupComponent",
 55556                   0,
 55557               };
 55558               
 55559               static MetaReference
 55560               _CIM_PolicyRuleValidityPeriod_GroupComponent =
 55561               {
 55562                   /* flags */
 55563                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55564                   /* name */
 55565 mike  1.1.2.1     "GroupComponent",
 55566                   /* qualifiers */
 55567                   _CIM_PolicyRuleValidityPeriod_GroupComponent_qualifiers,
 55568                   /* subscript */
 55569                   -1,
 55570                   /* refId */
 55571                   &__root_cimv2_CIM_PolicyRule,
 55572               };
 55573               
 55574               static const char*
 55575               _CIM_PolicyRuleValidityPeriod_PartComponent_qualifiers[] =
 55576               {
 55577                   /* Deprecated */
 55578                   "\013\000\001CIM_PolicySetValidityPeriod.PartComponent\000",
 55579                   /* Override */
 55580                   "\044PartComponent",
 55581                   0,
 55582               };
 55583               
 55584               static MetaReference
 55585               _CIM_PolicyRuleValidityPeriod_PartComponent =
 55586 mike  1.1.2.1 {
 55587                   /* flags */
 55588                   META_FLAG_REFERENCE|META_FLAG_READ,
 55589                   /* name */
 55590                   "PartComponent",
 55591                   /* qualifiers */
 55592                   _CIM_PolicyRuleValidityPeriod_PartComponent_qualifiers,
 55593                   /* subscript */
 55594                   -1,
 55595                   /* refId */
 55596                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
 55597               };
 55598               
 55599               static MetaFeature*
 55600               _CIM_PolicyRuleValidityPeriod_features[] =
 55601               {
 55602                   (MetaFeature*)&_CIM_PolicyRuleValidityPeriod_GroupComponent,
 55603                   (MetaFeature*)&_CIM_PolicyRuleValidityPeriod_PartComponent,
 55604                   0,
 55605               };
 55606               
 55607 mike  1.1.2.1 static const char*
 55608               __root_cimv2_CIM_PolicyRuleValidityPeriod_qualifiers[] =
 55609               {
 55610                   /* ASSOCIATION */
 55611                   "\000\001",
 55612                   /* Deprecated */
 55613                   "\013\000\001CIM_PolicySetValidityPeriod\000",
 55614                   /* UMLPackagePath */
 55615                   "\057CIM::Policy",
 55616                   /* Aggregation */
 55617                   "\004\001",
 55618                   /* Version */
 55619                   "\0632.7.0",
 55620                   0,
 55621               };
 55622               
 55623               MetaClass
 55624               __root_cimv2_CIM_PolicyRuleValidityPeriod =
 55625               {
 55626                   /* flags */
 55627                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55628 mike  1.1.2.1     /* name */
 55629                   "CIM_PolicyRuleValidityPeriod",
 55630                   /* qualifiers */
 55631                   __root_cimv2_CIM_PolicyRuleValidityPeriod_qualifiers,
 55632                   /* super */
 55633                   &__root_cimv2_CIM_PolicyComponent,
 55634                   /* features */
 55635                   _CIM_PolicyRuleValidityPeriod_features,
 55636               };
 55637               
 55638               //==============================================================================
 55639               //
 55640               // Class: CIM_PolicySetInRoleCollection
 55641               //
 55642               //==============================================================================
 55643               
 55644               static const char*
 55645               _CIM_PolicySetInRoleCollection_Collection_qualifiers[] =
 55646               {
 55647                   /* Aggregate */
 55648                   "\003\001",
 55649 mike  1.1.2.1     /* Override */
 55650                   "\044Collection",
 55651                   0,
 55652               };
 55653               
 55654               static MetaReference
 55655               _CIM_PolicySetInRoleCollection_Collection =
 55656               {
 55657                   /* flags */
 55658                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55659                   /* name */
 55660                   "Collection",
 55661                   /* qualifiers */
 55662                   _CIM_PolicySetInRoleCollection_Collection_qualifiers,
 55663                   /* subscript */
 55664                   -1,
 55665                   /* refId */
 55666                   &__root_cimv2_CIM_PolicyRoleCollection,
 55667               };
 55668               
 55669               static const char*
 55670 mike  1.1.2.1 _CIM_PolicySetInRoleCollection_Member_qualifiers[] =
 55671               {
 55672                   /* Override */
 55673                   "\044Member",
 55674                   0,
 55675               };
 55676               
 55677               static MetaReference
 55678               _CIM_PolicySetInRoleCollection_Member =
 55679               {
 55680                   /* flags */
 55681                   META_FLAG_REFERENCE|META_FLAG_READ,
 55682                   /* name */
 55683                   "Member",
 55684                   /* qualifiers */
 55685                   _CIM_PolicySetInRoleCollection_Member_qualifiers,
 55686                   /* subscript */
 55687                   -1,
 55688                   /* refId */
 55689                   &__root_cimv2_CIM_PolicySet,
 55690               };
 55691 mike  1.1.2.1 
 55692               static MetaFeature*
 55693               _CIM_PolicySetInRoleCollection_features[] =
 55694               {
 55695                   (MetaFeature*)&_CIM_PolicySetInRoleCollection_Collection,
 55696                   (MetaFeature*)&_CIM_PolicySetInRoleCollection_Member,
 55697                   0,
 55698               };
 55699               
 55700               static const char*
 55701               __root_cimv2_CIM_PolicySetInRoleCollection_qualifiers[] =
 55702               {
 55703                   /* ASSOCIATION */
 55704                   "\000\001",
 55705                   /* UMLPackagePath */
 55706                   "\057CIM::Policy",
 55707                   /* Aggregation */
 55708                   "\004\001",
 55709                   /* Version */
 55710                   "\0632.8.0",
 55711                   0,
 55712 mike  1.1.2.1 };
 55713               
 55714               MetaClass
 55715               __root_cimv2_CIM_PolicySetInRoleCollection =
 55716               {
 55717                   /* flags */
 55718                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55719                   /* name */
 55720                   "CIM_PolicySetInRoleCollection",
 55721                   /* qualifiers */
 55722                   __root_cimv2_CIM_PolicySetInRoleCollection_qualifiers,
 55723                   /* super */
 55724                   &__root_cimv2_CIM_MemberOfCollection,
 55725                   /* features */
 55726                   _CIM_PolicySetInRoleCollection_features,
 55727               };
 55728               
 55729               //==============================================================================
 55730               //
 55731               // Class: CIM_PolicySetValidityPeriod
 55732               //
 55733 mike  1.1.2.1 //==============================================================================
 55734               
 55735               static const char*
 55736               _CIM_PolicySetValidityPeriod_GroupComponent_qualifiers[] =
 55737               {
 55738                   /* Aggregate */
 55739                   "\003\001",
 55740                   /* Override */
 55741                   "\044GroupComponent",
 55742                   0,
 55743               };
 55744               
 55745               static MetaReference
 55746               _CIM_PolicySetValidityPeriod_GroupComponent =
 55747               {
 55748                   /* flags */
 55749                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55750                   /* name */
 55751                   "GroupComponent",
 55752                   /* qualifiers */
 55753                   _CIM_PolicySetValidityPeriod_GroupComponent_qualifiers,
 55754 mike  1.1.2.1     /* subscript */
 55755                   -1,
 55756                   /* refId */
 55757                   &__root_cimv2_CIM_PolicySet,
 55758               };
 55759               
 55760               static const char*
 55761               _CIM_PolicySetValidityPeriod_PartComponent_qualifiers[] =
 55762               {
 55763                   /* Override */
 55764                   "\044PartComponent",
 55765                   0,
 55766               };
 55767               
 55768               static MetaReference
 55769               _CIM_PolicySetValidityPeriod_PartComponent =
 55770               {
 55771                   /* flags */
 55772                   META_FLAG_REFERENCE|META_FLAG_READ,
 55773                   /* name */
 55774                   "PartComponent",
 55775 mike  1.1.2.1     /* qualifiers */
 55776                   _CIM_PolicySetValidityPeriod_PartComponent_qualifiers,
 55777                   /* subscript */
 55778                   -1,
 55779                   /* refId */
 55780                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
 55781               };
 55782               
 55783               static MetaFeature*
 55784               _CIM_PolicySetValidityPeriod_features[] =
 55785               {
 55786                   (MetaFeature*)&_CIM_PolicySetValidityPeriod_GroupComponent,
 55787                   (MetaFeature*)&_CIM_PolicySetValidityPeriod_PartComponent,
 55788                   0,
 55789               };
 55790               
 55791               static const char*
 55792               __root_cimv2_CIM_PolicySetValidityPeriod_qualifiers[] =
 55793               {
 55794                   /* ASSOCIATION */
 55795                   "\000\001",
 55796 mike  1.1.2.1     /* UMLPackagePath */
 55797                   "\057CIM::Policy",
 55798                   /* Aggregation */
 55799                   "\004\001",
 55800                   /* Version */
 55801                   "\0632.7.0",
 55802                   0,
 55803               };
 55804               
 55805               MetaClass
 55806               __root_cimv2_CIM_PolicySetValidityPeriod =
 55807               {
 55808                   /* flags */
 55809                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55810                   /* name */
 55811                   "CIM_PolicySetValidityPeriod",
 55812                   /* qualifiers */
 55813                   __root_cimv2_CIM_PolicySetValidityPeriod_qualifiers,
 55814                   /* super */
 55815                   &__root_cimv2_CIM_PolicyComponent,
 55816                   /* features */
 55817 mike  1.1.2.1     _CIM_PolicySetValidityPeriod_features,
 55818               };
 55819               
 55820               //==============================================================================
 55821               //
 55822               // Class: CIM_PreconfiguredSAAction
 55823               //
 55824               //==============================================================================
 55825               
 55826               static const char*
 55827               _CIM_PreconfiguredSAAction_LifetimeKilobytes_qualifiers[] =
 55828               {
 55829                   /* Units */
 55830                   "\060KiloBytes",
 55831                   /* MappingStrings */
 55832                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredSAAction.LifetimeKilobytes\000",
 55833                   /* ModelCorrespondence */
 55834                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 55835                   0,
 55836               };
 55837               
 55838 mike  1.1.2.1 static MetaProperty
 55839               _CIM_PreconfiguredSAAction_LifetimeKilobytes =
 55840               {
 55841                   /* flags */
 55842                   META_FLAG_PROPERTY|META_FLAG_READ,
 55843                   /* name */
 55844                   "LifetimeKilobytes",
 55845                   /* qualifiers */
 55846                   _CIM_PreconfiguredSAAction_LifetimeKilobytes_qualifiers,
 55847                   /* type */
 55848                   CIMTYPE_UINT64,
 55849                   /* subscript */
 55850                   -1,
 55851                   /* value */
 55852                   0,
 55853               };
 55854               
 55855               static MetaFeature*
 55856               _CIM_PreconfiguredSAAction_features[] =
 55857               {
 55858                   (MetaFeature*)&_CIM_PreconfiguredSAAction_LifetimeKilobytes,
 55859 mike  1.1.2.1     0,
 55860               };
 55861               
 55862               static const char*
 55863               __root_cimv2_CIM_PreconfiguredSAAction_qualifiers[] =
 55864               {
 55865                   /* UMLPackagePath */
 55866                   "\057CIM::IPsecPolicy",
 55867                   /* Version */
 55868                   "\0632.8.0",
 55869                   /* MappingStrings */
 55870                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredSAAction\000",
 55871                   0,
 55872               };
 55873               
 55874               MetaClass
 55875               __root_cimv2_CIM_PreconfiguredSAAction =
 55876               {
 55877                   /* flags */
 55878                   META_FLAG_CLASS,
 55879                   /* name */
 55880 mike  1.1.2.1     "CIM_PreconfiguredSAAction",
 55881                   /* qualifiers */
 55882                   __root_cimv2_CIM_PreconfiguredSAAction_qualifiers,
 55883                   /* super */
 55884                   &__root_cimv2_CIM_SAStaticAction,
 55885                   /* features */
 55886                   _CIM_PreconfiguredSAAction_features,
 55887               };
 55888               
 55889               //==============================================================================
 55890               //
 55891               // Class: CIM_PreconfiguredTransportAction
 55892               //
 55893               //==============================================================================
 55894               
 55895               static MetaFeature*
 55896               _CIM_PreconfiguredTransportAction_features[] =
 55897               {
 55898                   0,
 55899               };
 55900               
 55901 mike  1.1.2.1 static const char*
 55902               __root_cimv2_CIM_PreconfiguredTransportAction_qualifiers[] =
 55903               {
 55904                   /* UMLPackagePath */
 55905                   "\057CIM::IPsecPolicy",
 55906                   /* Version */
 55907                   "\0632.8.0",
 55908                   /* MappingStrings */
 55909                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTransportAction\000",
 55910                   0,
 55911               };
 55912               
 55913               MetaClass
 55914               __root_cimv2_CIM_PreconfiguredTransportAction =
 55915               {
 55916                   /* flags */
 55917                   META_FLAG_CLASS,
 55918                   /* name */
 55919                   "CIM_PreconfiguredTransportAction",
 55920                   /* qualifiers */
 55921                   __root_cimv2_CIM_PreconfiguredTransportAction_qualifiers,
 55922 mike  1.1.2.1     /* super */
 55923                   &__root_cimv2_CIM_PreconfiguredSAAction,
 55924                   /* features */
 55925                   _CIM_PreconfiguredTransportAction_features,
 55926               };
 55927               
 55928               //==============================================================================
 55929               //
 55930               // Class: CIM_PreconfiguredTunnelAction
 55931               //
 55932               //==============================================================================
 55933               
 55934               static const char*
 55935               _CIM_PreconfiguredTunnelAction_DFHandling_qualifiers[] =
 55936               {
 55937                   /* ValueMap */
 55938                   "\061\000\0032\0003\0004\000",
 55939                   /* Values */
 55940                   "\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",
 55941                   /* MappingStrings */
 55942                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction.DFHandling\000",
 55943 mike  1.1.2.1     /* ModelCorrespondence */
 55944                   "\036\000\001CIM_IPsecSAEndpoint.DFHandling\000",
 55945                   0,
 55946               };
 55947               
 55948               static MetaProperty
 55949               _CIM_PreconfiguredTunnelAction_DFHandling =
 55950               {
 55951                   /* flags */
 55952                   META_FLAG_PROPERTY|META_FLAG_READ,
 55953                   /* name */
 55954                   "DFHandling",
 55955                   /* qualifiers */
 55956                   _CIM_PreconfiguredTunnelAction_DFHandling_qualifiers,
 55957                   /* type */
 55958                   CIMTYPE_UINT16,
 55959                   /* subscript */
 55960                   -1,
 55961                   /* value */
 55962                   0,
 55963               };
 55964 mike  1.1.2.1 
 55965               static MetaFeature*
 55966               _CIM_PreconfiguredTunnelAction_features[] =
 55967               {
 55968                   (MetaFeature*)&_CIM_PreconfiguredTunnelAction_DFHandling,
 55969                   0,
 55970               };
 55971               
 55972               static const char*
 55973               __root_cimv2_CIM_PreconfiguredTunnelAction_qualifiers[] =
 55974               {
 55975                   /* UMLPackagePath */
 55976                   "\057CIM::IPsecPolicy",
 55977                   /* Version */
 55978                   "\0632.8.0",
 55979                   /* MappingStrings */
 55980                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction\000",
 55981                   0,
 55982               };
 55983               
 55984               MetaClass
 55985 mike  1.1.2.1 __root_cimv2_CIM_PreconfiguredTunnelAction =
 55986               {
 55987                   /* flags */
 55988                   META_FLAG_CLASS,
 55989                   /* name */
 55990                   "CIM_PreconfiguredTunnelAction",
 55991                   /* qualifiers */
 55992                   __root_cimv2_CIM_PreconfiguredTunnelAction_qualifiers,
 55993                   /* super */
 55994                   &__root_cimv2_CIM_PreconfiguredSAAction,
 55995                   /* features */
 55996                   _CIM_PreconfiguredTunnelAction_features,
 55997               };
 55998               
 55999               //==============================================================================
 56000               //
 56001               // Class: CIM_PrioritySchedulingElement
 56002               //
 56003               //==============================================================================
 56004               
 56005               static const char*
 56006 mike  1.1.2.1 _CIM_PrioritySchedulingElement_WorkConserving_qualifiers[] =
 56007               {
 56008                   /* Override */
 56009                   "\044WorkConserving",
 56010                   0,
 56011               };
 56012               
 56013               static MetaProperty
 56014               _CIM_PrioritySchedulingElement_WorkConserving =
 56015               {
 56016                   /* flags */
 56017                   META_FLAG_PROPERTY|META_FLAG_READ,
 56018                   /* name */
 56019                   "WorkConserving",
 56020                   /* qualifiers */
 56021                   _CIM_PrioritySchedulingElement_WorkConserving_qualifiers,
 56022                   /* type */
 56023                   CIMTYPE_BOOLEAN,
 56024                   /* subscript */
 56025                   -1,
 56026                   /* value */
 56027 mike  1.1.2.1     "\001",
 56028               };
 56029               
 56030               static const char*
 56031               _CIM_PrioritySchedulingElement_Priority_qualifiers[] =
 56032               {
 56033                   0,
 56034               };
 56035               
 56036               static MetaProperty
 56037               _CIM_PrioritySchedulingElement_Priority =
 56038               {
 56039                   /* flags */
 56040                   META_FLAG_PROPERTY|META_FLAG_READ,
 56041                   /* name */
 56042                   "Priority",
 56043                   /* qualifiers */
 56044                   _CIM_PrioritySchedulingElement_Priority_qualifiers,
 56045                   /* type */
 56046                   CIMTYPE_UINT16,
 56047                   /* subscript */
 56048 mike  1.1.2.1     -1,
 56049                   /* value */
 56050                   0,
 56051               };
 56052               
 56053               static MetaFeature*
 56054               _CIM_PrioritySchedulingElement_features[] =
 56055               {
 56056                   (MetaFeature*)&_CIM_PrioritySchedulingElement_WorkConserving,
 56057                   (MetaFeature*)&_CIM_PrioritySchedulingElement_Priority,
 56058                   0,
 56059               };
 56060               
 56061               static const char*
 56062               __root_cimv2_CIM_PrioritySchedulingElement_qualifiers[] =
 56063               {
 56064                   /* UMLPackagePath */
 56065                   "\057CIM::Network::QoS",
 56066                   /* Version */
 56067                   "\0632.7.0",
 56068                   0,
 56069 mike  1.1.2.1 };
 56070               
 56071               MetaClass
 56072               __root_cimv2_CIM_PrioritySchedulingElement =
 56073               {
 56074                   /* flags */
 56075                   META_FLAG_CLASS,
 56076                   /* name */
 56077                   "CIM_PrioritySchedulingElement",
 56078                   /* qualifiers */
 56079                   __root_cimv2_CIM_PrioritySchedulingElement_qualifiers,
 56080                   /* super */
 56081                   &__root_cimv2_CIM_SchedulingElement,
 56082                   /* features */
 56083                   _CIM_PrioritySchedulingElement_features,
 56084               };
 56085               
 56086               //==============================================================================
 56087               //
 56088               // Class: CIM_ProductSupport
 56089               //
 56090 mike  1.1.2.1 //==============================================================================
 56091               
 56092               static const char*
 56093               _CIM_ProductSupport_Product_qualifiers[] =
 56094               {
 56095                   /* Key */
 56096                   "\025\001",
 56097                   0,
 56098               };
 56099               
 56100               static MetaReference
 56101               _CIM_ProductSupport_Product =
 56102               {
 56103                   /* flags */
 56104                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 56105                   /* name */
 56106                   "Product",
 56107                   /* qualifiers */
 56108                   _CIM_ProductSupport_Product_qualifiers,
 56109                   /* subscript */
 56110                   -1,
 56111 mike  1.1.2.1     /* refId */
 56112                   &__root_cimv2_CIM_Product,
 56113               };
 56114               
 56115               static const char*
 56116               _CIM_ProductSupport_Support_qualifiers[] =
 56117               {
 56118                   /* Key */
 56119                   "\025\001",
 56120                   0,
 56121               };
 56122               
 56123               static MetaReference
 56124               _CIM_ProductSupport_Support =
 56125               {
 56126                   /* flags */
 56127                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 56128                   /* name */
 56129                   "Support",
 56130                   /* qualifiers */
 56131                   _CIM_ProductSupport_Support_qualifiers,
 56132 mike  1.1.2.1     /* subscript */
 56133                   -1,
 56134                   /* refId */
 56135                   &__root_cimv2_CIM_SupportAccess,
 56136               };
 56137               
 56138               static MetaFeature*
 56139               _CIM_ProductSupport_features[] =
 56140               {
 56141                   (MetaFeature*)&_CIM_ProductSupport_Product,
 56142                   (MetaFeature*)&_CIM_ProductSupport_Support,
 56143                   0,
 56144               };
 56145               
 56146               static const char*
 56147               __root_cimv2_CIM_ProductSupport_qualifiers[] =
 56148               {
 56149                   /* ASSOCIATION */
 56150                   "\000\001",
 56151                   /* UMLPackagePath */
 56152                   "\057CIM::Core::ProductFRU",
 56153 mike  1.1.2.1     /* Version */
 56154                   "\0632.6.0",
 56155                   0,
 56156               };
 56157               
 56158               MetaClass
 56159               __root_cimv2_CIM_ProductSupport =
 56160               {
 56161                   /* flags */
 56162                   META_FLAG_ASSOCIATION,
 56163                   /* name */
 56164                   "CIM_ProductSupport",
 56165                   /* qualifiers */
 56166                   __root_cimv2_CIM_ProductSupport_qualifiers,
 56167                   /* super */
 56168                   0,
 56169                   /* features */
 56170                   _CIM_ProductSupport_features,
 56171               };
 56172               
 56173               //==============================================================================
 56174 mike  1.1.2.1 //
 56175               // Class: CIM_PublicPrivateKeyAuthentication
 56176               //
 56177               //==============================================================================
 56178               
 56179               static const char*
 56180               _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey_qualifiers[] =
 56181               {
 56182                   0,
 56183               };
 56184               
 56185               static MetaProperty
 56186               _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey =
 56187               {
 56188                   /* flags */
 56189                   META_FLAG_PROPERTY|META_FLAG_READ,
 56190                   /* name */
 56191                   "SelfIssuedKey",
 56192                   /* qualifiers */
 56193                   _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey_qualifiers,
 56194                   /* type */
 56195 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 56196                   /* subscript */
 56197                   -1,
 56198                   /* value */
 56199                   0,
 56200               };
 56201               
 56202               static const char*
 56203               _CIM_PublicPrivateKeyAuthentication_DistinguishedName_qualifiers[] =
 56204               {
 56205                   0,
 56206               };
 56207               
 56208               static MetaProperty
 56209               _CIM_PublicPrivateKeyAuthentication_DistinguishedName =
 56210               {
 56211                   /* flags */
 56212                   META_FLAG_PROPERTY|META_FLAG_READ,
 56213                   /* name */
 56214                   "DistinguishedName",
 56215                   /* qualifiers */
 56216 mike  1.1.2.1     _CIM_PublicPrivateKeyAuthentication_DistinguishedName_qualifiers,
 56217                   /* type */
 56218                   CIMTYPE_STRING,
 56219                   /* subscript */
 56220                   -1,
 56221                   /* value */
 56222                   0,
 56223               };
 56224               
 56225               static const char*
 56226               _CIM_PublicPrivateKeyAuthentication_PublicKey_qualifiers[] =
 56227               {
 56228                   0,
 56229               };
 56230               
 56231               static MetaProperty
 56232               _CIM_PublicPrivateKeyAuthentication_PublicKey =
 56233               {
 56234                   /* flags */
 56235                   META_FLAG_PROPERTY|META_FLAG_READ,
 56236                   /* name */
 56237 mike  1.1.2.1     "PublicKey",
 56238                   /* qualifiers */
 56239                   _CIM_PublicPrivateKeyAuthentication_PublicKey_qualifiers,
 56240                   /* type */
 56241                   CIMTYPE_STRING,
 56242                   /* subscript */
 56243                   -1,
 56244                   /* value */
 56245                   0,
 56246               };
 56247               
 56248               static MetaFeature*
 56249               _CIM_PublicPrivateKeyAuthentication_features[] =
 56250               {
 56251                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_SelfIssuedKey,
 56252                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_DistinguishedName,
 56253                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_PublicKey,
 56254                   0,
 56255               };
 56256               
 56257               static const char*
 56258 mike  1.1.2.1 __root_cimv2_CIM_PublicPrivateKeyAuthentication_qualifiers[] =
 56259               {
 56260                   /* UMLPackagePath */
 56261                   "\057CIM::Policy",
 56262                   /* Version */
 56263                   "\0632.8.0",
 56264                   0,
 56265               };
 56266               
 56267               MetaClass
 56268               __root_cimv2_CIM_PublicPrivateKeyAuthentication =
 56269               {
 56270                   /* flags */
 56271                   META_FLAG_CLASS,
 56272                   /* name */
 56273                   "CIM_PublicPrivateKeyAuthentication",
 56274                   /* qualifiers */
 56275                   __root_cimv2_CIM_PublicPrivateKeyAuthentication_qualifiers,
 56276                   /* super */
 56277                   &__root_cimv2_CIM_AuthenticationCondition,
 56278                   /* features */
 56279 mike  1.1.2.1     _CIM_PublicPrivateKeyAuthentication_features,
 56280               };
 56281               
 56282               //==============================================================================
 56283               //
 56284               // Class: CIM_PublicPrivateKeyPair
 56285               //
 56286               //==============================================================================
 56287               
 56288               static const char*
 56289               _CIM_PublicPrivateKeyPair_Antecedent_qualifiers[] =
 56290               {
 56291                   /* Deprecated */
 56292                   "\013\000\001CIM_AuthenticationCondition\000",
 56293                   /* Override */
 56294                   "\044Antecedent",
 56295                   0,
 56296               };
 56297               
 56298               static MetaReference
 56299               _CIM_PublicPrivateKeyPair_Antecedent =
 56300 mike  1.1.2.1 {
 56301                   /* flags */
 56302                   META_FLAG_REFERENCE|META_FLAG_READ,
 56303                   /* name */
 56304                   "Antecedent",
 56305                   /* qualifiers */
 56306                   _CIM_PublicPrivateKeyPair_Antecedent_qualifiers,
 56307                   /* subscript */
 56308                   -1,
 56309                   /* refId */
 56310                   &__root_cimv2_CIM_PublicKeyCertificate,
 56311               };
 56312               
 56313               static const char*
 56314               _CIM_PublicPrivateKeyPair_Dependent_qualifiers[] =
 56315               {
 56316                   /* Deprecated */
 56317                   "\013\000\001CIM_Identity\000",
 56318                   /* Override */
 56319                   "\044Dependent",
 56320                   0,
 56321 mike  1.1.2.1 };
 56322               
 56323               static MetaReference
 56324               _CIM_PublicPrivateKeyPair_Dependent =
 56325               {
 56326                   /* flags */
 56327                   META_FLAG_REFERENCE|META_FLAG_READ,
 56328                   /* name */
 56329                   "Dependent",
 56330                   /* qualifiers */
 56331                   _CIM_PublicPrivateKeyPair_Dependent_qualifiers,
 56332                   /* subscript */
 56333                   -1,
 56334                   /* refId */
 56335                   &__root_cimv2_CIM_UsersAccess,
 56336               };
 56337               
 56338               static const char*
 56339               _CIM_PublicPrivateKeyPair_Use_qualifiers[] =
 56340               {
 56341                   /* Deprecated */
 56342 mike  1.1.2.1     "\013\000\001No value\000",
 56343                   /* ValueMap */
 56344                   "\061\000\0020\0001\000",
 56345                   /* Values */
 56346                   "\062\000\002SignOnly\000ConfidentialityOrSignature\000",
 56347                   0,
 56348               };
 56349               
 56350               static MetaProperty
 56351               _CIM_PublicPrivateKeyPair_Use =
 56352               {
 56353                   /* flags */
 56354                   META_FLAG_PROPERTY|META_FLAG_READ,
 56355                   /* name */
 56356                   "Use",
 56357                   /* qualifiers */
 56358                   _CIM_PublicPrivateKeyPair_Use_qualifiers,
 56359                   /* type */
 56360                   CIMTYPE_UINT16,
 56361                   /* subscript */
 56362                   -1,
 56363 mike  1.1.2.1     /* value */
 56364                   0,
 56365               };
 56366               
 56367               static const char*
 56368               _CIM_PublicPrivateKeyPair_NonRepudiation_qualifiers[] =
 56369               {
 56370                   /* Deprecated */
 56371                   "\013\000\001No value\000",
 56372                   0,
 56373               };
 56374               
 56375               static MetaProperty
 56376               _CIM_PublicPrivateKeyPair_NonRepudiation =
 56377               {
 56378                   /* flags */
 56379                   META_FLAG_PROPERTY|META_FLAG_READ,
 56380                   /* name */
 56381                   "NonRepudiation",
 56382                   /* qualifiers */
 56383                   _CIM_PublicPrivateKeyPair_NonRepudiation_qualifiers,
 56384 mike  1.1.2.1     /* type */
 56385                   CIMTYPE_BOOLEAN,
 56386                   /* subscript */
 56387                   -1,
 56388                   /* value */
 56389                   0,
 56390               };
 56391               
 56392               static const char*
 56393               _CIM_PublicPrivateKeyPair_BackedUp_qualifiers[] =
 56394               {
 56395                   /* Deprecated */
 56396                   "\013\000\001No value\000",
 56397                   0,
 56398               };
 56399               
 56400               static MetaProperty
 56401               _CIM_PublicPrivateKeyPair_BackedUp =
 56402               {
 56403                   /* flags */
 56404                   META_FLAG_PROPERTY|META_FLAG_READ,
 56405 mike  1.1.2.1     /* name */
 56406                   "BackedUp",
 56407                   /* qualifiers */
 56408                   _CIM_PublicPrivateKeyPair_BackedUp_qualifiers,
 56409                   /* type */
 56410                   CIMTYPE_BOOLEAN,
 56411                   /* subscript */
 56412                   -1,
 56413                   /* value */
 56414                   0,
 56415               };
 56416               
 56417               static const char*
 56418               _CIM_PublicPrivateKeyPair_Repository_qualifiers[] =
 56419               {
 56420                   /* Deprecated */
 56421                   "\013\000\001No value\000",
 56422                   0,
 56423               };
 56424               
 56425               static MetaProperty
 56426 mike  1.1.2.1 _CIM_PublicPrivateKeyPair_Repository =
 56427               {
 56428                   /* flags */
 56429                   META_FLAG_PROPERTY|META_FLAG_READ,
 56430                   /* name */
 56431                   "Repository",
 56432                   /* qualifiers */
 56433                   _CIM_PublicPrivateKeyPair_Repository_qualifiers,
 56434                   /* type */
 56435                   CIMTYPE_STRING,
 56436                   /* subscript */
 56437                   -1,
 56438                   /* value */
 56439                   0,
 56440               };
 56441               
 56442               static MetaFeature*
 56443               _CIM_PublicPrivateKeyPair_features[] =
 56444               {
 56445                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Antecedent,
 56446                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Dependent,
 56447 mike  1.1.2.1     (MetaFeature*)&_CIM_PublicPrivateKeyPair_Use,
 56448                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_NonRepudiation,
 56449                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_BackedUp,
 56450                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Repository,
 56451                   0,
 56452               };
 56453               
 56454               static const char*
 56455               __root_cimv2_CIM_PublicPrivateKeyPair_qualifiers[] =
 56456               {
 56457                   /* ASSOCIATION */
 56458                   "\000\001",
 56459                   /* Deprecated */
 56460                   "\013\000\001CIM_AuthenticationCondition\000",
 56461                   /* UMLPackagePath */
 56462                   "\057CIM::User::UsersAccess",
 56463                   /* Version */
 56464                   "\0632.8.0",
 56465                   0,
 56466               };
 56467               
 56468 mike  1.1.2.1 MetaClass
 56469               __root_cimv2_CIM_PublicPrivateKeyPair =
 56470               {
 56471                   /* flags */
 56472                   META_FLAG_ASSOCIATION,
 56473                   /* name */
 56474                   "CIM_PublicPrivateKeyPair",
 56475                   /* qualifiers */
 56476                   __root_cimv2_CIM_PublicPrivateKeyPair_qualifiers,
 56477                   /* super */
 56478                   &__root_cimv2_CIM_UsersCredential,
 56479                   /* features */
 56480                   _CIM_PublicPrivateKeyPair_features,
 56481               };
 56482               
 56483               //==============================================================================
 56484               //
 56485               // Class: CIM_Rack
 56486               //
 56487               //==============================================================================
 56488               
 56489 mike  1.1.2.1 static const char*
 56490               _CIM_Rack_Height_qualifiers[] =
 56491               {
 56492                   /* Override */
 56493                   "\044Height",
 56494                   /* Units */
 56495                   "\060Us",
 56496                   0,
 56497               };
 56498               
 56499               static MetaProperty
 56500               _CIM_Rack_Height =
 56501               {
 56502                   /* flags */
 56503                   META_FLAG_PROPERTY|META_FLAG_READ,
 56504                   /* name */
 56505                   "Height",
 56506                   /* qualifiers */
 56507                   _CIM_Rack_Height_qualifiers,
 56508                   /* type */
 56509                   CIMTYPE_REAL32,
 56510 mike  1.1.2.1     /* subscript */
 56511                   -1,
 56512                   /* value */
 56513                   0,
 56514               };
 56515               
 56516               static const char*
 56517               _CIM_Rack_TypeOfRack_qualifiers[] =
 56518               {
 56519                   /* ValueMap */
 56520                   "\061\000\0050\0001\0002\0003\0004\000",
 56521                   /* Values */
 56522                   "\062\000\005Unknown\000Standard 19 Inch\000Telco\000Equipment Shelf\000Non-Standard\000",
 56523                   /* ModelCorrespondence */
 56524                   "\036\000\001CIM_Rack.CountryDesignation\000",
 56525                   0,
 56526               };
 56527               
 56528               static MetaProperty
 56529               _CIM_Rack_TypeOfRack =
 56530               {
 56531 mike  1.1.2.1     /* flags */
 56532                   META_FLAG_PROPERTY|META_FLAG_READ,
 56533                   /* name */
 56534                   "TypeOfRack",
 56535                   /* qualifiers */
 56536                   _CIM_Rack_TypeOfRack_qualifiers,
 56537                   /* type */
 56538                   CIMTYPE_UINT16,
 56539                   /* subscript */
 56540                   -1,
 56541                   /* value */
 56542                   0,
 56543               };
 56544               
 56545               static const char*
 56546               _CIM_Rack_CountryDesignation_qualifiers[] =
 56547               {
 56548                   /* ModelCorrespondence */
 56549                   "\036\000\001CIM_Rack.TypeOfRack\000",
 56550                   0,
 56551               };
 56552 mike  1.1.2.1 
 56553               static MetaProperty
 56554               _CIM_Rack_CountryDesignation =
 56555               {
 56556                   /* flags */
 56557                   META_FLAG_PROPERTY|META_FLAG_READ,
 56558                   /* name */
 56559                   "CountryDesignation",
 56560                   /* qualifiers */
 56561                   _CIM_Rack_CountryDesignation_qualifiers,
 56562                   /* type */
 56563                   CIMTYPE_STRING,
 56564                   /* subscript */
 56565                   -1,
 56566                   /* value */
 56567                   0,
 56568               };
 56569               
 56570               static MetaFeature*
 56571               _CIM_Rack_features[] =
 56572               {
 56573 mike  1.1.2.1     (MetaFeature*)&_CIM_Rack_Height,
 56574                   (MetaFeature*)&_CIM_Rack_TypeOfRack,
 56575                   (MetaFeature*)&_CIM_Rack_CountryDesignation,
 56576                   0,
 56577               };
 56578               
 56579               static const char*
 56580               __root_cimv2_CIM_Rack_qualifiers[] =
 56581               {
 56582                   /* UMLPackagePath */
 56583                   "\057CIM::Physical::Package",
 56584                   /* Version */
 56585                   "\0632.6.0",
 56586                   0,
 56587               };
 56588               
 56589               MetaClass
 56590               __root_cimv2_CIM_Rack =
 56591               {
 56592                   /* flags */
 56593                   META_FLAG_CLASS,
 56594 mike  1.1.2.1     /* name */
 56595                   "CIM_Rack",
 56596                   /* qualifiers */
 56597                   __root_cimv2_CIM_Rack_qualifiers,
 56598                   /* super */
 56599                   &__root_cimv2_CIM_PhysicalFrame,
 56600                   /* features */
 56601                   _CIM_Rack_features,
 56602               };
 56603               
 56604               //==============================================================================
 56605               //
 56606               // Class: CIM_RangeOfIPAddresses
 56607               //
 56608               //==============================================================================
 56609               
 56610               static const char*
 56611               _CIM_RangeOfIPAddresses_StartAddress_qualifiers[] =
 56612               {
 56613                   /* ModelCorrespondence */
 56614                   "\036\000\001CIM_RangeOfIPAddresses.AddressType\000",
 56615 mike  1.1.2.1     0,
 56616               };
 56617               
 56618               static MetaProperty
 56619               _CIM_RangeOfIPAddresses_StartAddress =
 56620               {
 56621                   /* flags */
 56622                   META_FLAG_PROPERTY|META_FLAG_READ,
 56623                   /* name */
 56624                   "StartAddress",
 56625                   /* qualifiers */
 56626                   _CIM_RangeOfIPAddresses_StartAddress_qualifiers,
 56627                   /* type */
 56628                   CIMTYPE_STRING,
 56629                   /* subscript */
 56630                   -1,
 56631                   /* value */
 56632                   0,
 56633               };
 56634               
 56635               static const char*
 56636 mike  1.1.2.1 _CIM_RangeOfIPAddresses_EndAddress_qualifiers[] =
 56637               {
 56638                   /* ModelCorrespondence */
 56639                   "\036\000\001CIM_RangeOfIPAddresses.AddressType\000",
 56640                   0,
 56641               };
 56642               
 56643               static MetaProperty
 56644               _CIM_RangeOfIPAddresses_EndAddress =
 56645               {
 56646                   /* flags */
 56647                   META_FLAG_PROPERTY|META_FLAG_READ,
 56648                   /* name */
 56649                   "EndAddress",
 56650                   /* qualifiers */
 56651                   _CIM_RangeOfIPAddresses_EndAddress_qualifiers,
 56652                   /* type */
 56653                   CIMTYPE_STRING,
 56654                   /* subscript */
 56655                   -1,
 56656                   /* value */
 56657 mike  1.1.2.1     0,
 56658               };
 56659               
 56660               static const char*
 56661               _CIM_RangeOfIPAddresses_AddressType_qualifiers[] =
 56662               {
 56663                   /* ValueMap */
 56664                   "\061\000\0030\0001\0002\000",
 56665                   /* Values */
 56666                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 56667                   0,
 56668               };
 56669               
 56670               static MetaProperty
 56671               _CIM_RangeOfIPAddresses_AddressType =
 56672               {
 56673                   /* flags */
 56674                   META_FLAG_PROPERTY|META_FLAG_READ,
 56675                   /* name */
 56676                   "AddressType",
 56677                   /* qualifiers */
 56678 mike  1.1.2.1     _CIM_RangeOfIPAddresses_AddressType_qualifiers,
 56679                   /* type */
 56680                   CIMTYPE_UINT16,
 56681                   /* subscript */
 56682                   -1,
 56683                   /* value */
 56684                   0,
 56685               };
 56686               
 56687               static MetaFeature*
 56688               _CIM_RangeOfIPAddresses_features[] =
 56689               {
 56690                   (MetaFeature*)&_CIM_RangeOfIPAddresses_StartAddress,
 56691                   (MetaFeature*)&_CIM_RangeOfIPAddresses_EndAddress,
 56692                   (MetaFeature*)&_CIM_RangeOfIPAddresses_AddressType,
 56693                   0,
 56694               };
 56695               
 56696               static const char*
 56697               __root_cimv2_CIM_RangeOfIPAddresses_qualifiers[] =
 56698               {
 56699 mike  1.1.2.1     /* UMLPackagePath */
 56700                   "\057CIM::Network::Collections",
 56701                   /* Version */
 56702                   "\0632.7.0",
 56703                   0,
 56704               };
 56705               
 56706               MetaClass
 56707               __root_cimv2_CIM_RangeOfIPAddresses =
 56708               {
 56709                   /* flags */
 56710                   META_FLAG_CLASS,
 56711                   /* name */
 56712                   "CIM_RangeOfIPAddresses",
 56713                   /* qualifiers */
 56714                   __root_cimv2_CIM_RangeOfIPAddresses_qualifiers,
 56715                   /* super */
 56716                   &__root_cimv2_CIM_SystemSpecificCollection,
 56717                   /* features */
 56718                   _CIM_RangeOfIPAddresses_features,
 56719               };
 56720 mike  1.1.2.1 
 56721               //==============================================================================
 56722               //
 56723               // Class: CIM_RangesOfConfiguration
 56724               //
 56725               //==============================================================================
 56726               
 56727               static const char*
 56728               _CIM_RangesOfConfiguration_Antecedent_qualifiers[] =
 56729               {
 56730                   /* Override */
 56731                   "\044Antecedent",
 56732                   0,
 56733               };
 56734               
 56735               static MetaReference
 56736               _CIM_RangesOfConfiguration_Antecedent =
 56737               {
 56738                   /* flags */
 56739                   META_FLAG_REFERENCE|META_FLAG_READ,
 56740                   /* name */
 56741 mike  1.1.2.1     "Antecedent",
 56742                   /* qualifiers */
 56743                   _CIM_RangesOfConfiguration_Antecedent_qualifiers,
 56744                   /* subscript */
 56745                   -1,
 56746                   /* refId */
 56747                   &__root_cimv2_CIM_RangeOfIPAddresses,
 56748               };
 56749               
 56750               static const char*
 56751               _CIM_RangesOfConfiguration_Dependent_qualifiers[] =
 56752               {
 56753                   /* Override */
 56754                   "\044Dependent",
 56755                   0,
 56756               };
 56757               
 56758               static MetaReference
 56759               _CIM_RangesOfConfiguration_Dependent =
 56760               {
 56761                   /* flags */
 56762 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 56763                   /* name */
 56764                   "Dependent",
 56765                   /* qualifiers */
 56766                   _CIM_RangesOfConfiguration_Dependent_qualifiers,
 56767                   /* subscript */
 56768                   -1,
 56769                   /* refId */
 56770                   &__root_cimv2_CIM_OSPFAreaConfiguration,
 56771               };
 56772               
 56773               static const char*
 56774               _CIM_RangesOfConfiguration_EnableAdvertise_qualifiers[] =
 56775               {
 56776                   0,
 56777               };
 56778               
 56779               static MetaProperty
 56780               _CIM_RangesOfConfiguration_EnableAdvertise =
 56781               {
 56782                   /* flags */
 56783 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 56784                   /* name */
 56785                   "EnableAdvertise",
 56786                   /* qualifiers */
 56787                   _CIM_RangesOfConfiguration_EnableAdvertise_qualifiers,
 56788                   /* type */
 56789                   CIMTYPE_BOOLEAN,
 56790                   /* subscript */
 56791                   -1,
 56792                   /* value */
 56793                   0,
 56794               };
 56795               
 56796               static MetaFeature*
 56797               _CIM_RangesOfConfiguration_features[] =
 56798               {
 56799                   (MetaFeature*)&_CIM_RangesOfConfiguration_Antecedent,
 56800                   (MetaFeature*)&_CIM_RangesOfConfiguration_Dependent,
 56801                   (MetaFeature*)&_CIM_RangesOfConfiguration_EnableAdvertise,
 56802                   0,
 56803               };
 56804 mike  1.1.2.1 
 56805               static const char*
 56806               __root_cimv2_CIM_RangesOfConfiguration_qualifiers[] =
 56807               {
 56808                   /* ASSOCIATION */
 56809                   "\000\001",
 56810                   /* UMLPackagePath */
 56811                   "\057CIM::Network::OSPF",
 56812                   /* Version */
 56813                   "\0632.7.0",
 56814                   0,
 56815               };
 56816               
 56817               MetaClass
 56818               __root_cimv2_CIM_RangesOfConfiguration =
 56819               {
 56820                   /* flags */
 56821                   META_FLAG_ASSOCIATION,
 56822                   /* name */
 56823                   "CIM_RangesOfConfiguration",
 56824                   /* qualifiers */
 56825 mike  1.1.2.1     __root_cimv2_CIM_RangesOfConfiguration_qualifiers,
 56826                   /* super */
 56827                   &__root_cimv2_CIM_Dependency,
 56828                   /* features */
 56829                   _CIM_RangesOfConfiguration_features,
 56830               };
 56831               
 56832               //==============================================================================
 56833               //
 56834               // Class: CIM_RecordAppliesToElement
 56835               //
 56836               //==============================================================================
 56837               
 56838               static const char*
 56839               _CIM_RecordAppliesToElement_Antecedent_qualifiers[] =
 56840               {
 56841                   /* Override */
 56842                   "\044Antecedent",
 56843                   0,
 56844               };
 56845               
 56846 mike  1.1.2.1 static MetaReference
 56847               _CIM_RecordAppliesToElement_Antecedent =
 56848               {
 56849                   /* flags */
 56850                   META_FLAG_REFERENCE|META_FLAG_READ,
 56851                   /* name */
 56852                   "Antecedent",
 56853                   /* qualifiers */
 56854                   _CIM_RecordAppliesToElement_Antecedent_qualifiers,
 56855                   /* subscript */
 56856                   -1,
 56857                   /* refId */
 56858                   &__root_cimv2_CIM_RecordForLog,
 56859               };
 56860               
 56861               static const char*
 56862               _CIM_RecordAppliesToElement_Dependent_qualifiers[] =
 56863               {
 56864                   /* Override */
 56865                   "\044Dependent",
 56866                   0,
 56867 mike  1.1.2.1 };
 56868               
 56869               static MetaReference
 56870               _CIM_RecordAppliesToElement_Dependent =
 56871               {
 56872                   /* flags */
 56873                   META_FLAG_REFERENCE|META_FLAG_READ,
 56874                   /* name */
 56875                   "Dependent",
 56876                   /* qualifiers */
 56877                   _CIM_RecordAppliesToElement_Dependent_qualifiers,
 56878                   /* subscript */
 56879                   -1,
 56880                   /* refId */
 56881                   &__root_cimv2_CIM_ManagedElement,
 56882               };
 56883               
 56884               static MetaFeature*
 56885               _CIM_RecordAppliesToElement_features[] =
 56886               {
 56887                   (MetaFeature*)&_CIM_RecordAppliesToElement_Antecedent,
 56888 mike  1.1.2.1     (MetaFeature*)&_CIM_RecordAppliesToElement_Dependent,
 56889                   0,
 56890               };
 56891               
 56892               static const char*
 56893               __root_cimv2_CIM_RecordAppliesToElement_qualifiers[] =
 56894               {
 56895                   /* ASSOCIATION */
 56896                   "\000\001",
 56897                   /* UMLPackagePath */
 56898                   "\057CIM::System::Logs",
 56899                   /* Version */
 56900                   "\0632.9.0",
 56901                   0,
 56902               };
 56903               
 56904               MetaClass
 56905               __root_cimv2_CIM_RecordAppliesToElement =
 56906               {
 56907                   /* flags */
 56908                   META_FLAG_ASSOCIATION,
 56909 mike  1.1.2.1     /* name */
 56910                   "CIM_RecordAppliesToElement",
 56911                   /* qualifiers */
 56912                   __root_cimv2_CIM_RecordAppliesToElement_qualifiers,
 56913                   /* super */
 56914                   &__root_cimv2_CIM_Dependency,
 56915                   /* features */
 56916                   _CIM_RecordAppliesToElement_features,
 56917               };
 56918               
 56919               //==============================================================================
 56920               //
 56921               // Class: CIM_RedundancyGroup
 56922               //
 56923               //==============================================================================
 56924               
 56925               static const char*
 56926               _CIM_RedundancyGroup_CreationClassName_qualifiers[] =
 56927               {
 56928                   /* Deprecated */
 56929                   "\013\000\001No Value\000",
 56930 mike  1.1.2.1     /* Key */
 56931                   "\025\001",
 56932                   /* MaxLen */
 56933                   "\030\000\000\001\000",
 56934                   0,
 56935               };
 56936               
 56937               static MetaProperty
 56938               _CIM_RedundancyGroup_CreationClassName =
 56939               {
 56940                   /* flags */
 56941                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 56942                   /* name */
 56943                   "CreationClassName",
 56944                   /* qualifiers */
 56945                   _CIM_RedundancyGroup_CreationClassName_qualifiers,
 56946                   /* type */
 56947                   CIMTYPE_STRING,
 56948                   /* subscript */
 56949                   -1,
 56950                   /* value */
 56951 mike  1.1.2.1     0,
 56952               };
 56953               
 56954               static const char*
 56955               _CIM_RedundancyGroup_Name_qualifiers[] =
 56956               {
 56957                   /* Deprecated */
 56958                   "\013\000\001CIM_RedundancySet.InstanceID\000",
 56959                   /* Key */
 56960                   "\025\001",
 56961                   /* Override */
 56962                   "\044Name",
 56963                   /* MaxLen */
 56964                   "\030\000\000\001\000",
 56965                   0,
 56966               };
 56967               
 56968               static MetaProperty
 56969               _CIM_RedundancyGroup_Name =
 56970               {
 56971                   /* flags */
 56972 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 56973                   /* name */
 56974                   "Name",
 56975                   /* qualifiers */
 56976                   _CIM_RedundancyGroup_Name_qualifiers,
 56977                   /* type */
 56978                   CIMTYPE_STRING,
 56979                   /* subscript */
 56980                   -1,
 56981                   /* value */
 56982                   0,
 56983               };
 56984               
 56985               static const char*
 56986               _CIM_RedundancyGroup_RedundancyStatus_qualifiers[] =
 56987               {
 56988                   /* Deprecated */
 56989                   "\013\000\001CIM_RedundancySet.RedundancyStatus\000",
 56990                   /* ValueMap */
 56991                   "\061\000\0050\0001\0002\0003\0004\000",
 56992                   /* Values */
 56993 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000",
 56994                   0,
 56995               };
 56996               
 56997               static MetaProperty
 56998               _CIM_RedundancyGroup_RedundancyStatus =
 56999               {
 57000                   /* flags */
 57001                   META_FLAG_PROPERTY|META_FLAG_READ,
 57002                   /* name */
 57003                   "RedundancyStatus",
 57004                   /* qualifiers */
 57005                   _CIM_RedundancyGroup_RedundancyStatus_qualifiers,
 57006                   /* type */
 57007                   CIMTYPE_UINT16,
 57008                   /* subscript */
 57009                   -1,
 57010                   /* value */
 57011                   0,
 57012               };
 57013               
 57014 mike  1.1.2.1 static MetaFeature*
 57015               _CIM_RedundancyGroup_features[] =
 57016               {
 57017                   (MetaFeature*)&_CIM_RedundancyGroup_CreationClassName,
 57018                   (MetaFeature*)&_CIM_RedundancyGroup_Name,
 57019                   (MetaFeature*)&_CIM_RedundancyGroup_RedundancyStatus,
 57020                   0,
 57021               };
 57022               
 57023               static const char*
 57024               __root_cimv2_CIM_RedundancyGroup_qualifiers[] =
 57025               {
 57026                   /* Deprecated */
 57027                   "\013\000\001CIM_RedundancySet\000",
 57028                   /* UMLPackagePath */
 57029                   "\057CIM::Core::Redundancy",
 57030                   /* Version */
 57031                   "\0632.13.0",
 57032                   0,
 57033               };
 57034               
 57035 mike  1.1.2.1 MetaClass
 57036               __root_cimv2_CIM_RedundancyGroup =
 57037               {
 57038                   /* flags */
 57039                   META_FLAG_CLASS,
 57040                   /* name */
 57041                   "CIM_RedundancyGroup",
 57042                   /* qualifiers */
 57043                   __root_cimv2_CIM_RedundancyGroup_qualifiers,
 57044                   /* super */
 57045                   &__root_cimv2_CIM_LogicalElement,
 57046                   /* features */
 57047                   _CIM_RedundancyGroup_features,
 57048               };
 57049               
 57050               //==============================================================================
 57051               //
 57052               // Class: CIM_RedundancySet
 57053               //
 57054               //==============================================================================
 57055               
 57056 mike  1.1.2.1 static const char*
 57057               _CIM_RedundancySet_RedundancyStatus_qualifiers[] =
 57058               {
 57059                   /* ValueMap */
 57060                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 57061                   /* Values */
 57062                   "\062\000\006Unknown\000DMTF Reserved\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000Overall Failure\000",
 57063                   /* ModelCorrespondence */
 57064                   "\036\000\001CIM_RedundancySet.MinNumberNeeded\000",
 57065                   0,
 57066               };
 57067               
 57068               static MetaProperty
 57069               _CIM_RedundancySet_RedundancyStatus =
 57070               {
 57071                   /* flags */
 57072                   META_FLAG_PROPERTY|META_FLAG_READ,
 57073                   /* name */
 57074                   "RedundancyStatus",
 57075                   /* qualifiers */
 57076                   _CIM_RedundancySet_RedundancyStatus_qualifiers,
 57077 mike  1.1.2.1     /* type */
 57078                   CIMTYPE_UINT16,
 57079                   /* subscript */
 57080                   -1,
 57081                   /* value */
 57082                   0,
 57083               };
 57084               
 57085               static const char*
 57086               _CIM_RedundancySet_TypeOfSet_qualifiers[] =
 57087               {
 57088                   /* ValueMap */
 57089                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 57090                   /* Values */
 57091                   "\062\000\010Unknown\000Other\000N+1\000Load Balanced\000Sparing\000Limited Sparing\000DMTF Reserved\000Vendor Reserved\000",
 57092                   /* ArrayType */
 57093                   "\005Indexed",
 57094                   /* ModelCorrespondence */
 57095                   "\036\000\001CIM_RedundancySet.OtherTypeOfSet\000",
 57096                   0,
 57097               };
 57098 mike  1.1.2.1 
 57099               static MetaProperty
 57100               _CIM_RedundancySet_TypeOfSet =
 57101               {
 57102                   /* flags */
 57103                   META_FLAG_PROPERTY|META_FLAG_READ,
 57104                   /* name */
 57105                   "TypeOfSet",
 57106                   /* qualifiers */
 57107                   _CIM_RedundancySet_TypeOfSet_qualifiers,
 57108                   /* type */
 57109                   CIMTYPE_UINT16,
 57110                   /* subscript */
 57111                   0,
 57112                   /* value */
 57113                   0,
 57114               };
 57115               
 57116               static const char*
 57117               _CIM_RedundancySet_MinNumberNeeded_qualifiers[] =
 57118               {
 57119 mike  1.1.2.1     /* MinValue */
 57120                   "\035\000\000\000\000\000\000\000\000",
 57121                   0,
 57122               };
 57123               
 57124               static MetaProperty
 57125               _CIM_RedundancySet_MinNumberNeeded =
 57126               {
 57127                   /* flags */
 57128                   META_FLAG_PROPERTY|META_FLAG_READ,
 57129                   /* name */
 57130                   "MinNumberNeeded",
 57131                   /* qualifiers */
 57132                   _CIM_RedundancySet_MinNumberNeeded_qualifiers,
 57133                   /* type */
 57134                   CIMTYPE_UINT32,
 57135                   /* subscript */
 57136                   -1,
 57137                   /* value */
 57138                   0,
 57139               };
 57140 mike  1.1.2.1 
 57141               static const char*
 57142               _CIM_RedundancySet_MaxNumberSupported_qualifiers[] =
 57143               {
 57144                   0,
 57145               };
 57146               
 57147               static MetaProperty
 57148               _CIM_RedundancySet_MaxNumberSupported =
 57149               {
 57150                   /* flags */
 57151                   META_FLAG_PROPERTY|META_FLAG_READ,
 57152                   /* name */
 57153                   "MaxNumberSupported",
 57154                   /* qualifiers */
 57155                   _CIM_RedundancySet_MaxNumberSupported_qualifiers,
 57156                   /* type */
 57157                   CIMTYPE_UINT32,
 57158                   /* subscript */
 57159                   -1,
 57160                   /* value */
 57161 mike  1.1.2.1     0,
 57162               };
 57163               
 57164               static const char*
 57165               _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers[] =
 57166               {
 57167                   0,
 57168               };
 57169               
 57170               static MetaProperty
 57171               _CIM_RedundancySet_VendorIdentifyingInfo =
 57172               {
 57173                   /* flags */
 57174                   META_FLAG_PROPERTY|META_FLAG_READ,
 57175                   /* name */
 57176                   "VendorIdentifyingInfo",
 57177                   /* qualifiers */
 57178                   _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers,
 57179                   /* type */
 57180                   CIMTYPE_STRING,
 57181                   /* subscript */
 57182 mike  1.1.2.1     -1,
 57183                   /* value */
 57184                   0,
 57185               };
 57186               
 57187               static const char*
 57188               _CIM_RedundancySet_OtherTypeOfSet_qualifiers[] =
 57189               {
 57190                   /* ArrayType */
 57191                   "\005Indexed",
 57192                   /* ModelCorrespondence */
 57193                   "\036\000\001CIM_RedundancySet.TypeOfSet\000",
 57194                   0,
 57195               };
 57196               
 57197               static MetaProperty
 57198               _CIM_RedundancySet_OtherTypeOfSet =
 57199               {
 57200                   /* flags */
 57201                   META_FLAG_PROPERTY|META_FLAG_READ,
 57202                   /* name */
 57203 mike  1.1.2.1     "OtherTypeOfSet",
 57204                   /* qualifiers */
 57205                   _CIM_RedundancySet_OtherTypeOfSet_qualifiers,
 57206                   /* type */
 57207                   CIMTYPE_STRING,
 57208                   /* subscript */
 57209                   0,
 57210                   /* value */
 57211                   0,
 57212               };
 57213               
 57214               static const char*
 57215               _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers[] =
 57216               {
 57217                   /* Write */
 57218                   "\065\001",
 57219                   /* ValueMap */
 57220                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 57221                   /* Values */
 57222                   "\062\000\010Unknown\000Other\000No Load Balancing\000Round Robin\000Least Blocks\000Least IO\000Address Region\000Product Specific\000",
 57223                   /* ModelCorrespondence */
 57224 mike  1.1.2.1     "\036\000\001CIM_RedundancySet.OtherLoadBalanceAlgorithm\000",
 57225                   0,
 57226               };
 57227               
 57228               static MetaProperty
 57229               _CIM_RedundancySet_LoadBalanceAlgorithm =
 57230               {
 57231                   /* flags */
 57232                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 57233                   /* name */
 57234                   "LoadBalanceAlgorithm",
 57235                   /* qualifiers */
 57236                   _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers,
 57237                   /* type */
 57238                   CIMTYPE_UINT16,
 57239                   /* subscript */
 57240                   -1,
 57241                   /* value */
 57242                   "\000\002",
 57243               };
 57244               
 57245 mike  1.1.2.1 static const char*
 57246               _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers[] =
 57247               {
 57248                   /* Write */
 57249                   "\065\001",
 57250                   /* ModelCorrespondence */
 57251                   "\036\000\001CIM_RedundancySet.LoadBalanceAlgorithm\000",
 57252                   0,
 57253               };
 57254               
 57255               static MetaProperty
 57256               _CIM_RedundancySet_OtherLoadBalanceAlgorithm =
 57257               {
 57258                   /* flags */
 57259                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 57260                   /* name */
 57261                   "OtherLoadBalanceAlgorithm",
 57262                   /* qualifiers */
 57263                   _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers,
 57264                   /* type */
 57265                   CIMTYPE_STRING,
 57266 mike  1.1.2.1     /* subscript */
 57267                   -1,
 57268                   /* value */
 57269                   0,
 57270               };
 57271               
 57272               static const char*
 57273               _CIM_RedundancySet_Failover_FailoverFrom_qualifiers[] =
 57274               {
 57275                   /* IN */
 57276                   "\024\001",
 57277                   0,
 57278               };
 57279               
 57280               static MetaReference
 57281               _CIM_RedundancySet_Failover_FailoverFrom =
 57282               {
 57283                   /* flags */
 57284                   META_FLAG_REFERENCE|META_FLAG_IN,
 57285                   /* name */
 57286                   "FailoverFrom",
 57287 mike  1.1.2.1     /* qualifiers */
 57288                   _CIM_RedundancySet_Failover_FailoverFrom_qualifiers,
 57289                   /* subscript */
 57290                   -1,
 57291                   /* ref */
 57292                   &__root_cimv2_CIM_ManagedElement,
 57293               };
 57294               
 57295               static const char*
 57296               _CIM_RedundancySet_Failover_FailoverTo_qualifiers[] =
 57297               {
 57298                   /* IN */
 57299                   "\024\001",
 57300                   0,
 57301               };
 57302               
 57303               static MetaReference
 57304               _CIM_RedundancySet_Failover_FailoverTo =
 57305               {
 57306                   /* flags */
 57307                   META_FLAG_REFERENCE|META_FLAG_IN,
 57308 mike  1.1.2.1     /* name */
 57309                   "FailoverTo",
 57310                   /* qualifiers */
 57311                   _CIM_RedundancySet_Failover_FailoverTo_qualifiers,
 57312                   /* subscript */
 57313                   -1,
 57314                   /* ref */
 57315                   &__root_cimv2_CIM_ManagedElement,
 57316               };
 57317               
 57318               static MetaFeature*
 57319               _CIM_RedundancySet_Failover_parameters[] =
 57320               {
 57321                   (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverFrom,
 57322                   (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverTo,
 57323                   0,
 57324               };
 57325               
 57326               static const char*
 57327               _CIM_RedundancySet_Failover_qualifiers[] =
 57328               {
 57329 mike  1.1.2.1     /* ValueMap */
 57330                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
 57331                   /* Values */
 57332                   "\062\000\007Completed with No Error\000Not Supported\000Unknown/Unspecified Error\000Busy/In Use\000Paramter Error\000DMTF Reserved\000Vendor Reserved\000",
 57333                   0,
 57334               };
 57335               
 57336               static MetaMethod
 57337               _CIM_RedundancySet_Failover =
 57338               {
 57339                   /* flags */
 57340                   META_FLAG_METHOD,
 57341                   /* name */
 57342                   "CIM_RedundancySet",
 57343                   /* qualifiers */
 57344                   _CIM_RedundancySet_Failover_qualifiers,
 57345                   /* type */
 57346                   CIMTYPE_UINT32,
 57347                   /* parameters */
 57348                   _CIM_RedundancySet_Failover_parameters,
 57349               };
 57350 mike  1.1.2.1 
 57351               static MetaFeature*
 57352               _CIM_RedundancySet_features[] =
 57353               {
 57354                   (MetaFeature*)&_CIM_RedundancySet_RedundancyStatus,
 57355                   (MetaFeature*)&_CIM_RedundancySet_TypeOfSet,
 57356                   (MetaFeature*)&_CIM_RedundancySet_MinNumberNeeded,
 57357                   (MetaFeature*)&_CIM_RedundancySet_MaxNumberSupported,
 57358                   (MetaFeature*)&_CIM_RedundancySet_VendorIdentifyingInfo,
 57359                   (MetaFeature*)&_CIM_RedundancySet_OtherTypeOfSet,
 57360                   (MetaFeature*)&_CIM_RedundancySet_LoadBalanceAlgorithm,
 57361                   (MetaFeature*)&_CIM_RedundancySet_OtherLoadBalanceAlgorithm,
 57362                   (MetaFeature*)&_CIM_RedundancySet_Failover,
 57363                   0,
 57364               };
 57365               
 57366               static const char*
 57367               __root_cimv2_CIM_RedundancySet_qualifiers[] =
 57368               {
 57369                   /* UMLPackagePath */
 57370                   "\057CIM::Core::Redundancy",
 57371 mike  1.1.2.1     /* Version */
 57372                   "\0632.10.0",
 57373                   0,
 57374               };
 57375               
 57376               MetaClass
 57377               __root_cimv2_CIM_RedundancySet =
 57378               {
 57379                   /* flags */
 57380                   META_FLAG_CLASS,
 57381                   /* name */
 57382                   "CIM_RedundancySet",
 57383                   /* qualifiers */
 57384                   __root_cimv2_CIM_RedundancySet_qualifiers,
 57385                   /* super */
 57386                   &__root_cimv2_CIM_SystemSpecificCollection,
 57387                   /* features */
 57388                   _CIM_RedundancySet_features,
 57389               };
 57390               
 57391               //==============================================================================
 57392 mike  1.1.2.1 //
 57393               // Class: CIM_ReferencedProfile
 57394               //
 57395               //==============================================================================
 57396               
 57397               static const char*
 57398               _CIM_ReferencedProfile_Antecedent_qualifiers[] =
 57399               {
 57400                   /* Override */
 57401                   "\044Antecedent",
 57402                   0,
 57403               };
 57404               
 57405               static MetaReference
 57406               _CIM_ReferencedProfile_Antecedent =
 57407               {
 57408                   /* flags */
 57409                   META_FLAG_REFERENCE|META_FLAG_READ,
 57410                   /* name */
 57411                   "Antecedent",
 57412                   /* qualifiers */
 57413 mike  1.1.2.1     _CIM_ReferencedProfile_Antecedent_qualifiers,
 57414                   /* subscript */
 57415                   -1,
 57416                   /* refId */
 57417                   &__root_cimv2_CIM_RegisteredProfile,
 57418               };
 57419               
 57420               static const char*
 57421               _CIM_ReferencedProfile_Dependent_qualifiers[] =
 57422               {
 57423                   /* Override */
 57424                   "\044Dependent",
 57425                   0,
 57426               };
 57427               
 57428               static MetaReference
 57429               _CIM_ReferencedProfile_Dependent =
 57430               {
 57431                   /* flags */
 57432                   META_FLAG_REFERENCE|META_FLAG_READ,
 57433                   /* name */
 57434 mike  1.1.2.1     "Dependent",
 57435                   /* qualifiers */
 57436                   _CIM_ReferencedProfile_Dependent_qualifiers,
 57437                   /* subscript */
 57438                   -1,
 57439                   /* refId */
 57440                   &__root_cimv2_CIM_RegisteredProfile,
 57441               };
 57442               
 57443               static MetaFeature*
 57444               _CIM_ReferencedProfile_features[] =
 57445               {
 57446                   (MetaFeature*)&_CIM_ReferencedProfile_Antecedent,
 57447                   (MetaFeature*)&_CIM_ReferencedProfile_Dependent,
 57448                   0,
 57449               };
 57450               
 57451               static const char*
 57452               __root_cimv2_CIM_ReferencedProfile_qualifiers[] =
 57453               {
 57454                   /* ASSOCIATION */
 57455 mike  1.1.2.1     "\000\001",
 57456                   /* UMLPackagePath */
 57457                   "\057CIM::Interop",
 57458                   /* Version */
 57459                   "\0632.8.0",
 57460                   0,
 57461               };
 57462               
 57463               MetaClass
 57464               __root_cimv2_CIM_ReferencedProfile =
 57465               {
 57466                   /* flags */
 57467                   META_FLAG_ASSOCIATION,
 57468                   /* name */
 57469                   "CIM_ReferencedProfile",
 57470                   /* qualifiers */
 57471                   __root_cimv2_CIM_ReferencedProfile_qualifiers,
 57472                   /* super */
 57473                   &__root_cimv2_CIM_Dependency,
 57474                   /* features */
 57475                   _CIM_ReferencedProfile_features,
 57476 mike  1.1.2.1 };
 57477               
 57478               //==============================================================================
 57479               //
 57480               // Class: CIM_RelatedStatisticalData
 57481               //
 57482               //==============================================================================
 57483               
 57484               static const char*
 57485               _CIM_RelatedStatisticalData_Stats_qualifiers[] =
 57486               {
 57487                   /* Key */
 57488                   "\025\001",
 57489                   0,
 57490               };
 57491               
 57492               static MetaReference
 57493               _CIM_RelatedStatisticalData_Stats =
 57494               {
 57495                   /* flags */
 57496                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57497 mike  1.1.2.1     /* name */
 57498                   "Stats",
 57499                   /* qualifiers */
 57500                   _CIM_RelatedStatisticalData_Stats_qualifiers,
 57501                   /* subscript */
 57502                   -1,
 57503                   /* refId */
 57504                   &__root_cimv2_CIM_StatisticalData,
 57505               };
 57506               
 57507               static const char*
 57508               _CIM_RelatedStatisticalData_RelatedStats_qualifiers[] =
 57509               {
 57510                   /* Key */
 57511                   "\025\001",
 57512                   0,
 57513               };
 57514               
 57515               static MetaReference
 57516               _CIM_RelatedStatisticalData_RelatedStats =
 57517               {
 57518 mike  1.1.2.1     /* flags */
 57519                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57520                   /* name */
 57521                   "RelatedStats",
 57522                   /* qualifiers */
 57523                   _CIM_RelatedStatisticalData_RelatedStats_qualifiers,
 57524                   /* subscript */
 57525                   -1,
 57526                   /* refId */
 57527                   &__root_cimv2_CIM_StatisticalData,
 57528               };
 57529               
 57530               static const char*
 57531               _CIM_RelatedStatisticalData_Description_qualifiers[] =
 57532               {
 57533                   0,
 57534               };
 57535               
 57536               static MetaProperty
 57537               _CIM_RelatedStatisticalData_Description =
 57538               {
 57539 mike  1.1.2.1     /* flags */
 57540                   META_FLAG_PROPERTY|META_FLAG_READ,
 57541                   /* name */
 57542                   "Description",
 57543                   /* qualifiers */
 57544                   _CIM_RelatedStatisticalData_Description_qualifiers,
 57545                   /* type */
 57546                   CIMTYPE_STRING,
 57547                   /* subscript */
 57548                   -1,
 57549                   /* value */
 57550                   0,
 57551               };
 57552               
 57553               static MetaFeature*
 57554               _CIM_RelatedStatisticalData_features[] =
 57555               {
 57556                   (MetaFeature*)&_CIM_RelatedStatisticalData_Stats,
 57557                   (MetaFeature*)&_CIM_RelatedStatisticalData_RelatedStats,
 57558                   (MetaFeature*)&_CIM_RelatedStatisticalData_Description,
 57559                   0,
 57560 mike  1.1.2.1 };
 57561               
 57562               static const char*
 57563               __root_cimv2_CIM_RelatedStatisticalData_qualifiers[] =
 57564               {
 57565                   /* ASSOCIATION */
 57566                   "\000\001",
 57567                   /* UMLPackagePath */
 57568                   "\057CIM::Core::Statistics",
 57569                   /* Version */
 57570                   "\0632.7.0",
 57571                   0,
 57572               };
 57573               
 57574               MetaClass
 57575               __root_cimv2_CIM_RelatedStatisticalData =
 57576               {
 57577                   /* flags */
 57578                   META_FLAG_ASSOCIATION,
 57579                   /* name */
 57580                   "CIM_RelatedStatisticalData",
 57581 mike  1.1.2.1     /* qualifiers */
 57582                   __root_cimv2_CIM_RelatedStatisticalData_qualifiers,
 57583                   /* super */
 57584                   0,
 57585                   /* features */
 57586                   _CIM_RelatedStatisticalData_features,
 57587               };
 57588               
 57589               //==============================================================================
 57590               //
 57591               // Class: CIM_RelatedStatistics
 57592               //
 57593               //==============================================================================
 57594               
 57595               static const char*
 57596               _CIM_RelatedStatistics_Stats_qualifiers[] =
 57597               {
 57598                   /* Key */
 57599                   "\025\001",
 57600                   0,
 57601               };
 57602 mike  1.1.2.1 
 57603               static MetaReference
 57604               _CIM_RelatedStatistics_Stats =
 57605               {
 57606                   /* flags */
 57607                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57608                   /* name */
 57609                   "Stats",
 57610                   /* qualifiers */
 57611                   _CIM_RelatedStatistics_Stats_qualifiers,
 57612                   /* subscript */
 57613                   -1,
 57614                   /* refId */
 57615                   &__root_cimv2_CIM_StatisticalInformation,
 57616               };
 57617               
 57618               static const char*
 57619               _CIM_RelatedStatistics_RelatedStats_qualifiers[] =
 57620               {
 57621                   /* Key */
 57622                   "\025\001",
 57623 mike  1.1.2.1     0,
 57624               };
 57625               
 57626               static MetaReference
 57627               _CIM_RelatedStatistics_RelatedStats =
 57628               {
 57629                   /* flags */
 57630                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57631                   /* name */
 57632                   "RelatedStats",
 57633                   /* qualifiers */
 57634                   _CIM_RelatedStatistics_RelatedStats_qualifiers,
 57635                   /* subscript */
 57636                   -1,
 57637                   /* refId */
 57638                   &__root_cimv2_CIM_StatisticalInformation,
 57639               };
 57640               
 57641               static MetaFeature*
 57642               _CIM_RelatedStatistics_features[] =
 57643               {
 57644 mike  1.1.2.1     (MetaFeature*)&_CIM_RelatedStatistics_Stats,
 57645                   (MetaFeature*)&_CIM_RelatedStatistics_RelatedStats,
 57646                   0,
 57647               };
 57648               
 57649               static const char*
 57650               __root_cimv2_CIM_RelatedStatistics_qualifiers[] =
 57651               {
 57652                   /* ASSOCIATION */
 57653                   "\000\001",
 57654                   /* UMLPackagePath */
 57655                   "\057CIM::Core::Statistics",
 57656                   /* Version */
 57657                   "\0632.6.0",
 57658                   0,
 57659               };
 57660               
 57661               MetaClass
 57662               __root_cimv2_CIM_RelatedStatistics =
 57663               {
 57664                   /* flags */
 57665 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 57666                   /* name */
 57667                   "CIM_RelatedStatistics",
 57668                   /* qualifiers */
 57669                   __root_cimv2_CIM_RelatedStatistics_qualifiers,
 57670                   /* super */
 57671                   0,
 57672                   /* features */
 57673                   _CIM_RelatedStatistics_features,
 57674               };
 57675               
 57676               //==============================================================================
 57677               //
 57678               // Class: CIM_RoutingPolicy
 57679               //
 57680               //==============================================================================
 57681               
 57682               static const char*
 57683               _CIM_RoutingPolicy_SystemCreationClassName_qualifiers[] =
 57684               {
 57685                   /* Key */
 57686 mike  1.1.2.1     "\025\001",
 57687                   /* Propagated */
 57688                   "\045CIM_ComputerSystem.CreationClassName",
 57689                   /* MaxLen */
 57690                   "\030\000\000\001\000",
 57691                   0,
 57692               };
 57693               
 57694               static MetaProperty
 57695               _CIM_RoutingPolicy_SystemCreationClassName =
 57696               {
 57697                   /* flags */
 57698                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57699                   /* name */
 57700                   "SystemCreationClassName",
 57701                   /* qualifiers */
 57702                   _CIM_RoutingPolicy_SystemCreationClassName_qualifiers,
 57703                   /* type */
 57704                   CIMTYPE_STRING,
 57705                   /* subscript */
 57706                   -1,
 57707 mike  1.1.2.1     /* value */
 57708                   0,
 57709               };
 57710               
 57711               static const char*
 57712               _CIM_RoutingPolicy_SystemName_qualifiers[] =
 57713               {
 57714                   /* Key */
 57715                   "\025\001",
 57716                   /* Propagated */
 57717                   "\045CIM_ComputerSystem.Name",
 57718                   /* MaxLen */
 57719                   "\030\000\000\001\000",
 57720                   0,
 57721               };
 57722               
 57723               static MetaProperty
 57724               _CIM_RoutingPolicy_SystemName =
 57725               {
 57726                   /* flags */
 57727                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57728 mike  1.1.2.1     /* name */
 57729                   "SystemName",
 57730                   /* qualifiers */
 57731                   _CIM_RoutingPolicy_SystemName_qualifiers,
 57732                   /* type */
 57733                   CIMTYPE_STRING,
 57734                   /* subscript */
 57735                   -1,
 57736                   /* value */
 57737                   0,
 57738               };
 57739               
 57740               static const char*
 57741               _CIM_RoutingPolicy_CreationClassName_qualifiers[] =
 57742               {
 57743                   /* Key */
 57744                   "\025\001",
 57745                   /* MaxLen */
 57746                   "\030\000\000\001\000",
 57747                   0,
 57748               };
 57749 mike  1.1.2.1 
 57750               static MetaProperty
 57751               _CIM_RoutingPolicy_CreationClassName =
 57752               {
 57753                   /* flags */
 57754                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57755                   /* name */
 57756                   "CreationClassName",
 57757                   /* qualifiers */
 57758                   _CIM_RoutingPolicy_CreationClassName_qualifiers,
 57759                   /* type */
 57760                   CIMTYPE_STRING,
 57761                   /* subscript */
 57762                   -1,
 57763                   /* value */
 57764                   0,
 57765               };
 57766               
 57767               static const char*
 57768               _CIM_RoutingPolicy_Name_qualifiers[] =
 57769               {
 57770 mike  1.1.2.1     /* Key */
 57771                   "\025\001",
 57772                   /* Override */
 57773                   "\044Name",
 57774                   /* MaxLen */
 57775                   "\030\000\000\001\000",
 57776                   0,
 57777               };
 57778               
 57779               static MetaProperty
 57780               _CIM_RoutingPolicy_Name =
 57781               {
 57782                   /* flags */
 57783                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57784                   /* name */
 57785                   "Name",
 57786                   /* qualifiers */
 57787                   _CIM_RoutingPolicy_Name_qualifiers,
 57788                   /* type */
 57789                   CIMTYPE_STRING,
 57790                   /* subscript */
 57791 mike  1.1.2.1     -1,
 57792                   /* value */
 57793                   0,
 57794               };
 57795               
 57796               static const char*
 57797               _CIM_RoutingPolicy_Action_qualifiers[] =
 57798               {
 57799                   /* ValueMap */
 57800                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 57801                   /* Values */
 57802                   "\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",
 57803                   0,
 57804               };
 57805               
 57806               static MetaProperty
 57807               _CIM_RoutingPolicy_Action =
 57808               {
 57809                   /* flags */
 57810                   META_FLAG_PROPERTY|META_FLAG_READ,
 57811                   /* name */
 57812 mike  1.1.2.1     "Action",
 57813                   /* qualifiers */
 57814                   _CIM_RoutingPolicy_Action_qualifiers,
 57815                   /* type */
 57816                   CIMTYPE_UINT16,
 57817                   /* subscript */
 57818                   -1,
 57819                   /* value */
 57820                   0,
 57821               };
 57822               
 57823               static const char*
 57824               _CIM_RoutingPolicy_AttributeAction_qualifiers[] =
 57825               {
 57826                   /* ValueMap */
 57827                   "\061\000\0031\0002\0003\000",
 57828                   /* Values */
 57829                   "\062\000\003Replace\000Prepend\000Append\000",
 57830                   /* ModelCorrespondence */
 57831                   "\036\000\001CIM_RoutingPolicy.BGPAction\000",
 57832                   0,
 57833 mike  1.1.2.1 };
 57834               
 57835               static MetaProperty
 57836               _CIM_RoutingPolicy_AttributeAction =
 57837               {
 57838                   /* flags */
 57839                   META_FLAG_PROPERTY|META_FLAG_READ,
 57840                   /* name */
 57841                   "AttributeAction",
 57842                   /* qualifiers */
 57843                   _CIM_RoutingPolicy_AttributeAction_qualifiers,
 57844                   /* type */
 57845                   CIMTYPE_UINT16,
 57846                   /* subscript */
 57847                   -1,
 57848                   /* value */
 57849                   0,
 57850               };
 57851               
 57852               static const char*
 57853               _CIM_RoutingPolicy_BGPAction_qualifiers[] =
 57854 mike  1.1.2.1 {
 57855                   /* ValueMap */
 57856                   "\061\000\0121\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 57857                   /* Values */
 57858                   "\062\000\012Origin\000AS_Path\000NEXT_HOP\000Multi_Exit_Disc\000Local_Pref\000Atomic_Aggregate\000Aggregator\000Community\000Originator_ID\000Cluster_List\000",
 57859                   /* ModelCorrespondence */
 57860                   "\036\000\001CIM_RoutingPolicy.BGPValue\000",
 57861                   0,
 57862               };
 57863               
 57864               static MetaProperty
 57865               _CIM_RoutingPolicy_BGPAction =
 57866               {
 57867                   /* flags */
 57868                   META_FLAG_PROPERTY|META_FLAG_READ,
 57869                   /* name */
 57870                   "BGPAction",
 57871                   /* qualifiers */
 57872                   _CIM_RoutingPolicy_BGPAction_qualifiers,
 57873                   /* type */
 57874                   CIMTYPE_UINT16,
 57875 mike  1.1.2.1     /* subscript */
 57876                   -1,
 57877                   /* value */
 57878                   0,
 57879               };
 57880               
 57881               static const char*
 57882               _CIM_RoutingPolicy_BGPValue_qualifiers[] =
 57883               {
 57884                   /* ModelCorrespondence */
 57885                   "\036\000\001CIM_RoutingPolicy.BGPAction\000",
 57886                   0,
 57887               };
 57888               
 57889               static MetaProperty
 57890               _CIM_RoutingPolicy_BGPValue =
 57891               {
 57892                   /* flags */
 57893                   META_FLAG_PROPERTY|META_FLAG_READ,
 57894                   /* name */
 57895                   "BGPValue",
 57896 mike  1.1.2.1     /* qualifiers */
 57897                   _CIM_RoutingPolicy_BGPValue_qualifiers,
 57898                   /* type */
 57899                   CIMTYPE_STRING,
 57900                   /* subscript */
 57901                   -1,
 57902                   /* value */
 57903                   0,
 57904               };
 57905               
 57906               static const char*
 57907               _CIM_RoutingPolicy_RemarkAction_qualifiers[] =
 57908               {
 57909                   /* ValueMap */
 57910                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 57911                   /* Values */
 57912                   "\062\000\007Change DSCP\000Change ToS\000Change 802.1Q Value\000Change CIR\000Change CBR\000Change ABR\000Change VBR\000",
 57913                   /* ModelCorrespondence */
 57914                   "\036\000\001CIM_RoutingPolicy.RemarkValue\000",
 57915                   0,
 57916               };
 57917 mike  1.1.2.1 
 57918               static MetaProperty
 57919               _CIM_RoutingPolicy_RemarkAction =
 57920               {
 57921                   /* flags */
 57922                   META_FLAG_PROPERTY|META_FLAG_READ,
 57923                   /* name */
 57924                   "RemarkAction",
 57925                   /* qualifiers */
 57926                   _CIM_RoutingPolicy_RemarkAction_qualifiers,
 57927                   /* type */
 57928                   CIMTYPE_UINT16,
 57929                   /* subscript */
 57930                   -1,
 57931                   /* value */
 57932                   0,
 57933               };
 57934               
 57935               static const char*
 57936               _CIM_RoutingPolicy_RemarkValue_qualifiers[] =
 57937               {
 57938 mike  1.1.2.1     /* ModelCorrespondence */
 57939                   "\036\000\001CIM_RoutingPolicy.RemarkAction\000",
 57940                   0,
 57941               };
 57942               
 57943               static MetaProperty
 57944               _CIM_RoutingPolicy_RemarkValue =
 57945               {
 57946                   /* flags */
 57947                   META_FLAG_PROPERTY|META_FLAG_READ,
 57948                   /* name */
 57949                   "RemarkValue",
 57950                   /* qualifiers */
 57951                   _CIM_RoutingPolicy_RemarkValue_qualifiers,
 57952                   /* type */
 57953                   CIMTYPE_STRING,
 57954                   /* subscript */
 57955                   -1,
 57956                   /* value */
 57957                   0,
 57958               };
 57959 mike  1.1.2.1 
 57960               static const char*
 57961               _CIM_RoutingPolicy_ConditioningAction_qualifiers[] =
 57962               {
 57963                   /* ValueMap */
 57964                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 57965                   /* Values */
 57966                   "\062\000\007Other\000Input Flow Policing\000Output Flow Policing\000Input Aggregate Policing\000Output Aggregate Policing\000Police By Marking Down\000Police By Dropping Down\000",
 57967                   /* ModelCorrespondence */
 57968                   "\036\000\002CIM_RoutingPolicy.ConditioningValue\000CIM_RoutingPolicy.OtherConditioningAction\000",
 57969                   0,
 57970               };
 57971               
 57972               static MetaProperty
 57973               _CIM_RoutingPolicy_ConditioningAction =
 57974               {
 57975                   /* flags */
 57976                   META_FLAG_PROPERTY|META_FLAG_READ,
 57977                   /* name */
 57978                   "ConditioningAction",
 57979                   /* qualifiers */
 57980 mike  1.1.2.1     _CIM_RoutingPolicy_ConditioningAction_qualifiers,
 57981                   /* type */
 57982                   CIMTYPE_UINT16,
 57983                   /* subscript */
 57984                   -1,
 57985                   /* value */
 57986                   0,
 57987               };
 57988               
 57989               static const char*
 57990               _CIM_RoutingPolicy_OtherConditioningAction_qualifiers[] =
 57991               {
 57992                   /* ModelCorrespondence */
 57993                   "\036\000\001CIM_RoutingPolicy.ConditioningAction\000",
 57994                   0,
 57995               };
 57996               
 57997               static MetaProperty
 57998               _CIM_RoutingPolicy_OtherConditioningAction =
 57999               {
 58000                   /* flags */
 58001 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 58002                   /* name */
 58003                   "OtherConditioningAction",
 58004                   /* qualifiers */
 58005                   _CIM_RoutingPolicy_OtherConditioningAction_qualifiers,
 58006                   /* type */
 58007                   CIMTYPE_STRING,
 58008                   /* subscript */
 58009                   -1,
 58010                   /* value */
 58011                   0,
 58012               };
 58013               
 58014               static const char*
 58015               _CIM_RoutingPolicy_ConditioningValue_qualifiers[] =
 58016               {
 58017                   /* ModelCorrespondence */
 58018                   "\036\000\001CIM_RoutingPolicy.ConditioningAction\000",
 58019                   0,
 58020               };
 58021               
 58022 mike  1.1.2.1 static MetaProperty
 58023               _CIM_RoutingPolicy_ConditioningValue =
 58024               {
 58025                   /* flags */
 58026                   META_FLAG_PROPERTY|META_FLAG_READ,
 58027                   /* name */
 58028                   "ConditioningValue",
 58029                   /* qualifiers */
 58030                   _CIM_RoutingPolicy_ConditioningValue_qualifiers,
 58031                   /* type */
 58032                   CIMTYPE_STRING,
 58033                   /* subscript */
 58034                   -1,
 58035                   /* value */
 58036                   0,
 58037               };
 58038               
 58039               static MetaFeature*
 58040               _CIM_RoutingPolicy_features[] =
 58041               {
 58042                   (MetaFeature*)&_CIM_RoutingPolicy_SystemCreationClassName,
 58043 mike  1.1.2.1     (MetaFeature*)&_CIM_RoutingPolicy_SystemName,
 58044                   (MetaFeature*)&_CIM_RoutingPolicy_CreationClassName,
 58045                   (MetaFeature*)&_CIM_RoutingPolicy_Name,
 58046                   (MetaFeature*)&_CIM_RoutingPolicy_Action,
 58047                   (MetaFeature*)&_CIM_RoutingPolicy_AttributeAction,
 58048                   (MetaFeature*)&_CIM_RoutingPolicy_BGPAction,
 58049                   (MetaFeature*)&_CIM_RoutingPolicy_BGPValue,
 58050                   (MetaFeature*)&_CIM_RoutingPolicy_RemarkAction,
 58051                   (MetaFeature*)&_CIM_RoutingPolicy_RemarkValue,
 58052                   (MetaFeature*)&_CIM_RoutingPolicy_ConditioningAction,
 58053                   (MetaFeature*)&_CIM_RoutingPolicy_OtherConditioningAction,
 58054                   (MetaFeature*)&_CIM_RoutingPolicy_ConditioningValue,
 58055                   0,
 58056               };
 58057               
 58058               static const char*
 58059               __root_cimv2_CIM_RoutingPolicy_qualifiers[] =
 58060               {
 58061                   /* UMLPackagePath */
 58062                   "\057CIM::Network::RoutingForwarding",
 58063                   /* Version */
 58064 mike  1.1.2.1     "\0632.7.0",
 58065                   0,
 58066               };
 58067               
 58068               MetaClass
 58069               __root_cimv2_CIM_RoutingPolicy =
 58070               {
 58071                   /* flags */
 58072                   META_FLAG_CLASS,
 58073                   /* name */
 58074                   "CIM_RoutingPolicy",
 58075                   /* qualifiers */
 58076                   __root_cimv2_CIM_RoutingPolicy_qualifiers,
 58077                   /* super */
 58078                   &__root_cimv2_CIM_LogicalElement,
 58079                   /* features */
 58080                   _CIM_RoutingPolicy_features,
 58081               };
 58082               
 58083               //==============================================================================
 58084               //
 58085 mike  1.1.2.1 // Class: CIM_SAEndpointConnectionStatistics
 58086               //
 58087               //==============================================================================
 58088               
 58089               static const char*
 58090               _CIM_SAEndpointConnectionStatistics_ByteCount_qualifiers[] =
 58091               {
 58092                   /* Units */
 58093                   "\060Bytes",
 58094                   /* Counter */
 58095                   "\012\001",
 58096                   0,
 58097               };
 58098               
 58099               static MetaProperty
 58100               _CIM_SAEndpointConnectionStatistics_ByteCount =
 58101               {
 58102                   /* flags */
 58103                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 58104                   /* name */
 58105                   "ByteCount",
 58106 mike  1.1.2.1     /* qualifiers */
 58107                   _CIM_SAEndpointConnectionStatistics_ByteCount_qualifiers,
 58108                   /* type */
 58109                   CIMTYPE_UINT64,
 58110                   /* subscript */
 58111                   -1,
 58112                   /* value */
 58113                   0,
 58114               };
 58115               
 58116               static const char*
 58117               _CIM_SAEndpointConnectionStatistics_LastAccessed_qualifiers[] =
 58118               {
 58119                   0,
 58120               };
 58121               
 58122               static MetaProperty
 58123               _CIM_SAEndpointConnectionStatistics_LastAccessed =
 58124               {
 58125                   /* flags */
 58126                   META_FLAG_PROPERTY|META_FLAG_READ,
 58127 mike  1.1.2.1     /* name */
 58128                   "LastAccessed",
 58129                   /* qualifiers */
 58130                   _CIM_SAEndpointConnectionStatistics_LastAccessed_qualifiers,
 58131                   /* type */
 58132                   CIMTYPE_DATETIME,
 58133                   /* subscript */
 58134                   -1,
 58135                   /* value */
 58136                   0,
 58137               };
 58138               
 58139               static MetaFeature*
 58140               _CIM_SAEndpointConnectionStatistics_features[] =
 58141               {
 58142                   (MetaFeature*)&_CIM_SAEndpointConnectionStatistics_ByteCount,
 58143                   (MetaFeature*)&_CIM_SAEndpointConnectionStatistics_LastAccessed,
 58144                   0,
 58145               };
 58146               
 58147               static const char*
 58148 mike  1.1.2.1 __root_cimv2_CIM_SAEndpointConnectionStatistics_qualifiers[] =
 58149               {
 58150                   /* UMLPackagePath */
 58151                   "\057CIM::Network::IPsec",
 58152                   /* Version */
 58153                   "\0632.8.0",
 58154                   0,
 58155               };
 58156               
 58157               MetaClass
 58158               __root_cimv2_CIM_SAEndpointConnectionStatistics =
 58159               {
 58160                   /* flags */
 58161                   META_FLAG_CLASS,
 58162                   /* name */
 58163                   "CIM_SAEndpointConnectionStatistics",
 58164                   /* qualifiers */
 58165                   __root_cimv2_CIM_SAEndpointConnectionStatistics_qualifiers,
 58166                   /* super */
 58167                   &__root_cimv2_CIM_StatisticalData,
 58168                   /* features */
 58169 mike  1.1.2.1     _CIM_SAEndpointConnectionStatistics_features,
 58170               };
 58171               
 58172               //==============================================================================
 58173               //
 58174               // Class: CIM_SAEndpointRefreshSettings
 58175               //
 58176               //==============================================================================
 58177               
 58178               static const char*
 58179               _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage_qualifiers[] =
 58180               {
 58181                   /* Write */
 58182                   "\065\001",
 58183                   /* Units */
 58184                   "\060Percent",
 58185                   /* MinValue */
 58186                   "\035\000\000\000\000\000\000\000\000",
 58187                   /* MaxValue */
 58188                   "\031\000\000\000\000\000\000\000\144",
 58189                   /* ModelCorrespondence */
 58190 mike  1.1.2.1     "\036\000\001CIM_SecurityAssociationEndpoint.RefreshThresholdSecondsPercentage\000",
 58191                   0,
 58192               };
 58193               
 58194               static MetaProperty
 58195               _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage =
 58196               {
 58197                   /* flags */
 58198                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 58199                   /* name */
 58200                   "RefreshThresholdSecondsPercentage",
 58201                   /* qualifiers */
 58202                   _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage_qualifiers,
 58203                   /* type */
 58204                   CIMTYPE_UINT8,
 58205                   /* subscript */
 58206                   -1,
 58207                   /* value */
 58208                   0,
 58209               };
 58210               
 58211 mike  1.1.2.1 static const char*
 58212               _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage_qualifiers[] =
 58213               {
 58214                   /* Write */
 58215                   "\065\001",
 58216                   /* Units */
 58217                   "\060Percent",
 58218                   /* MinValue */
 58219                   "\035\000\000\000\000\000\000\000\000",
 58220                   /* MaxValue */
 58221                   "\031\000\000\000\000\000\000\000\144",
 58222                   /* ModelCorrespondence */
 58223                   "\036\000\001CIM_SecurityAssociationEndpoint.RefreshThresholdKbytesPercentage\000",
 58224                   0,
 58225               };
 58226               
 58227               static MetaProperty
 58228               _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage =
 58229               {
 58230                   /* flags */
 58231                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 58232 mike  1.1.2.1     /* name */
 58233                   "RefreshThresholdKbytesPercentage",
 58234                   /* qualifiers */
 58235                   _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage_qualifiers,
 58236                   /* type */
 58237                   CIMTYPE_UINT8,
 58238                   /* subscript */
 58239                   -1,
 58240                   /* value */
 58241                   0,
 58242               };
 58243               
 58244               static MetaFeature*
 58245               _CIM_SAEndpointRefreshSettings_features[] =
 58246               {
 58247                   (MetaFeature*)&_CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage,
 58248                   (MetaFeature*)&_CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage,
 58249                   0,
 58250               };
 58251               
 58252               static const char*
 58253 mike  1.1.2.1 __root_cimv2_CIM_SAEndpointRefreshSettings_qualifiers[] =
 58254               {
 58255                   /* UMLPackagePath */
 58256                   "\057CIM::Network::IPsec",
 58257                   /* Version */
 58258                   "\0632.8.0",
 58259                   0,
 58260               };
 58261               
 58262               MetaClass
 58263               __root_cimv2_CIM_SAEndpointRefreshSettings =
 58264               {
 58265                   /* flags */
 58266                   META_FLAG_CLASS,
 58267                   /* name */
 58268                   "CIM_SAEndpointRefreshSettings",
 58269                   /* qualifiers */
 58270                   __root_cimv2_CIM_SAEndpointRefreshSettings_qualifiers,
 58271                   /* super */
 58272                   &__root_cimv2_CIM_SettingData,
 58273                   /* features */
 58274 mike  1.1.2.1     _CIM_SAEndpointRefreshSettings_features,
 58275               };
 58276               
 58277               //==============================================================================
 58278               //
 58279               // Class: CIM_SAPStatisticalInformation
 58280               //
 58281               //==============================================================================
 58282               
 58283               static const char*
 58284               _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers[] =
 58285               {
 58286                   /* Key */
 58287                   "\025\001",
 58288                   /* Propagated */
 58289                   "\045CIM_ServiceAccessPoint.SystemCreationClassName",
 58290                   /* MaxLen */
 58291                   "\030\000\000\001\000",
 58292                   0,
 58293               };
 58294               
 58295 mike  1.1.2.1 static MetaProperty
 58296               _CIM_SAPStatisticalInformation_SystemCreationClassName =
 58297               {
 58298                   /* flags */
 58299                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58300                   /* name */
 58301                   "SystemCreationClassName",
 58302                   /* qualifiers */
 58303                   _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers,
 58304                   /* type */
 58305                   CIMTYPE_STRING,
 58306                   /* subscript */
 58307                   -1,
 58308                   /* value */
 58309                   0,
 58310               };
 58311               
 58312               static const char*
 58313               _CIM_SAPStatisticalInformation_SystemName_qualifiers[] =
 58314               {
 58315                   /* Key */
 58316 mike  1.1.2.1     "\025\001",
 58317                   /* Propagated */
 58318                   "\045CIM_ServiceAccessPoint.SystemName",
 58319                   /* MaxLen */
 58320                   "\030\000\000\001\000",
 58321                   0,
 58322               };
 58323               
 58324               static MetaProperty
 58325               _CIM_SAPStatisticalInformation_SystemName =
 58326               {
 58327                   /* flags */
 58328                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58329                   /* name */
 58330                   "SystemName",
 58331                   /* qualifiers */
 58332                   _CIM_SAPStatisticalInformation_SystemName_qualifiers,
 58333                   /* type */
 58334                   CIMTYPE_STRING,
 58335                   /* subscript */
 58336                   -1,
 58337 mike  1.1.2.1     /* value */
 58338                   0,
 58339               };
 58340               
 58341               static const char*
 58342               _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers[] =
 58343               {
 58344                   /* Key */
 58345                   "\025\001",
 58346                   /* Propagated */
 58347                   "\045CIM_ServiceAccessPoint.CreationClassName",
 58348                   /* MaxLen */
 58349                   "\030\000\000\001\000",
 58350                   0,
 58351               };
 58352               
 58353               static MetaProperty
 58354               _CIM_SAPStatisticalInformation_SAPCreationClassName =
 58355               {
 58356                   /* flags */
 58357                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58358 mike  1.1.2.1     /* name */
 58359                   "SAPCreationClassName",
 58360                   /* qualifiers */
 58361                   _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers,
 58362                   /* type */
 58363                   CIMTYPE_STRING,
 58364                   /* subscript */
 58365                   -1,
 58366                   /* value */
 58367                   0,
 58368               };
 58369               
 58370               static const char*
 58371               _CIM_SAPStatisticalInformation_SAPName_qualifiers[] =
 58372               {
 58373                   /* Key */
 58374                   "\025\001",
 58375                   /* Propagated */
 58376                   "\045CIM_ServiceAccessPoint.Name",
 58377                   /* MaxLen */
 58378                   "\030\000\000\001\000",
 58379 mike  1.1.2.1     0,
 58380               };
 58381               
 58382               static MetaProperty
 58383               _CIM_SAPStatisticalInformation_SAPName =
 58384               {
 58385                   /* flags */
 58386                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58387                   /* name */
 58388                   "SAPName",
 58389                   /* qualifiers */
 58390                   _CIM_SAPStatisticalInformation_SAPName_qualifiers,
 58391                   /* type */
 58392                   CIMTYPE_STRING,
 58393                   /* subscript */
 58394                   -1,
 58395                   /* value */
 58396                   0,
 58397               };
 58398               
 58399               static const char*
 58400 mike  1.1.2.1 _CIM_SAPStatisticalInformation_CreationClassName_qualifiers[] =
 58401               {
 58402                   /* Key */
 58403                   "\025\001",
 58404                   /* MaxLen */
 58405                   "\030\000\000\001\000",
 58406                   0,
 58407               };
 58408               
 58409               static MetaProperty
 58410               _CIM_SAPStatisticalInformation_CreationClassName =
 58411               {
 58412                   /* flags */
 58413                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58414                   /* name */
 58415                   "CreationClassName",
 58416                   /* qualifiers */
 58417                   _CIM_SAPStatisticalInformation_CreationClassName_qualifiers,
 58418                   /* type */
 58419                   CIMTYPE_STRING,
 58420                   /* subscript */
 58421 mike  1.1.2.1     -1,
 58422                   /* value */
 58423                   0,
 58424               };
 58425               
 58426               static const char*
 58427               _CIM_SAPStatisticalInformation_Name_qualifiers[] =
 58428               {
 58429                   /* Key */
 58430                   "\025\001",
 58431                   /* Override */
 58432                   "\044Name",
 58433                   /* MaxLen */
 58434                   "\030\000\000\001\000",
 58435                   0,
 58436               };
 58437               
 58438               static MetaProperty
 58439               _CIM_SAPStatisticalInformation_Name =
 58440               {
 58441                   /* flags */
 58442 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58443                   /* name */
 58444                   "Name",
 58445                   /* qualifiers */
 58446                   _CIM_SAPStatisticalInformation_Name_qualifiers,
 58447                   /* type */
 58448                   CIMTYPE_STRING,
 58449                   /* subscript */
 58450                   -1,
 58451                   /* value */
 58452                   0,
 58453               };
 58454               
 58455               static MetaFeature*
 58456               _CIM_SAPStatisticalInformation_features[] =
 58457               {
 58458                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemCreationClassName,
 58459                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemName,
 58460                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPCreationClassName,
 58461                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPName,
 58462                   (MetaFeature*)&_CIM_SAPStatisticalInformation_CreationClassName,
 58463 mike  1.1.2.1     (MetaFeature*)&_CIM_SAPStatisticalInformation_Name,
 58464                   0,
 58465               };
 58466               
 58467               static const char*
 58468               __root_cimv2_CIM_SAPStatisticalInformation_qualifiers[] =
 58469               {
 58470                   /* UMLPackagePath */
 58471                   "\057CIM::Core::Statistics",
 58472                   /* Version */
 58473                   "\0632.6.0",
 58474                   0,
 58475               };
 58476               
 58477               MetaClass
 58478               __root_cimv2_CIM_SAPStatisticalInformation =
 58479               {
 58480                   /* flags */
 58481                   META_FLAG_CLASS,
 58482                   /* name */
 58483                   "CIM_SAPStatisticalInformation",
 58484 mike  1.1.2.1     /* qualifiers */
 58485                   __root_cimv2_CIM_SAPStatisticalInformation_qualifiers,
 58486                   /* super */
 58487                   &__root_cimv2_CIM_StatisticalInformation,
 58488                   /* features */
 58489                   _CIM_SAPStatisticalInformation_features,
 58490               };
 58491               
 58492               //==============================================================================
 58493               //
 58494               // Class: CIM_SARule
 58495               //
 58496               //==============================================================================
 58497               
 58498               static const char*
 58499               _CIM_SARule_LimitNegotiation_qualifiers[] =
 58500               {
 58501                   /* ValueMap */
 58502                   "\061\000\0031\0002\0003\000",
 58503                   /* Values */
 58504                   "\062\000\003Initiator-Only\000Responder-Only\000Either\000",
 58505 mike  1.1.2.1     /* MappingStrings */
 58506                   "\026\000\001IPSP Policy Model.IETF|SARule.LimitNegotiation\000",
 58507                   0,
 58508               };
 58509               
 58510               static MetaProperty
 58511               _CIM_SARule_LimitNegotiation =
 58512               {
 58513                   /* flags */
 58514                   META_FLAG_PROPERTY|META_FLAG_READ,
 58515                   /* name */
 58516                   "LimitNegotiation",
 58517                   /* qualifiers */
 58518                   _CIM_SARule_LimitNegotiation_qualifiers,
 58519                   /* type */
 58520                   CIMTYPE_UINT16,
 58521                   /* subscript */
 58522                   -1,
 58523                   /* value */
 58524                   0,
 58525               };
 58526 mike  1.1.2.1 
 58527               static MetaFeature*
 58528               _CIM_SARule_features[] =
 58529               {
 58530                   (MetaFeature*)&_CIM_SARule_LimitNegotiation,
 58531                   0,
 58532               };
 58533               
 58534               static const char*
 58535               __root_cimv2_CIM_SARule_qualifiers[] =
 58536               {
 58537                   /* UMLPackagePath */
 58538                   "\057CIM::IPsecPolicy",
 58539                   /* Version */
 58540                   "\0632.8.0",
 58541                   /* MappingStrings */
 58542                   "\026\000\001IPSP Policy Model.IETF|SARule\000",
 58543                   0,
 58544               };
 58545               
 58546               MetaClass
 58547 mike  1.1.2.1 __root_cimv2_CIM_SARule =
 58548               {
 58549                   /* flags */
 58550                   META_FLAG_CLASS,
 58551                   /* name */
 58552                   "CIM_SARule",
 58553                   /* qualifiers */
 58554                   __root_cimv2_CIM_SARule_qualifiers,
 58555                   /* super */
 58556                   &__root_cimv2_CIM_PolicyRule,
 58557                   /* features */
 58558                   _CIM_SARule_features,
 58559               };
 58560               
 58561               //==============================================================================
 58562               //
 58563               // Class: CIM_ScopedSettingData
 58564               //
 58565               //==============================================================================
 58566               
 58567               static MetaFeature*
 58568 mike  1.1.2.1 _CIM_ScopedSettingData_features[] =
 58569               {
 58570                   0,
 58571               };
 58572               
 58573               static const char*
 58574               __root_cimv2_CIM_ScopedSettingData_qualifiers[] =
 58575               {
 58576                   /* UMLPackagePath */
 58577                   "\057CIM::Core::Settings",
 58578                   /* Abstract */
 58579                   "\002\001",
 58580                   /* Version */
 58581                   "\0632.10.0",
 58582                   0,
 58583               };
 58584               
 58585               MetaClass
 58586               __root_cimv2_CIM_ScopedSettingData =
 58587               {
 58588                   /* flags */
 58589 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 58590                   /* name */
 58591                   "CIM_ScopedSettingData",
 58592                   /* qualifiers */
 58593                   __root_cimv2_CIM_ScopedSettingData_qualifiers,
 58594                   /* super */
 58595                   &__root_cimv2_CIM_SettingData,
 58596                   /* features */
 58597                   _CIM_ScopedSettingData_features,
 58598               };
 58599               
 58600               //==============================================================================
 58601               //
 58602               // Class: CIM_ServiceStatisticalInformation
 58603               //
 58604               //==============================================================================
 58605               
 58606               static const char*
 58607               _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 58608               {
 58609                   /* Key */
 58610 mike  1.1.2.1     "\025\001",
 58611                   /* Propagated */
 58612                   "\045CIM_Service.SystemCreationClassName",
 58613                   /* MaxLen */
 58614                   "\030\000\000\001\000",
 58615                   0,
 58616               };
 58617               
 58618               static MetaProperty
 58619               _CIM_ServiceStatisticalInformation_SystemCreationClassName =
 58620               {
 58621                   /* flags */
 58622                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58623                   /* name */
 58624                   "SystemCreationClassName",
 58625                   /* qualifiers */
 58626                   _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers,
 58627                   /* type */
 58628                   CIMTYPE_STRING,
 58629                   /* subscript */
 58630                   -1,
 58631 mike  1.1.2.1     /* value */
 58632                   0,
 58633               };
 58634               
 58635               static const char*
 58636               _CIM_ServiceStatisticalInformation_SystemName_qualifiers[] =
 58637               {
 58638                   /* Key */
 58639                   "\025\001",
 58640                   /* Propagated */
 58641                   "\045CIM_Service.SystemName",
 58642                   /* MaxLen */
 58643                   "\030\000\000\001\000",
 58644                   0,
 58645               };
 58646               
 58647               static MetaProperty
 58648               _CIM_ServiceStatisticalInformation_SystemName =
 58649               {
 58650                   /* flags */
 58651                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58652 mike  1.1.2.1     /* name */
 58653                   "SystemName",
 58654                   /* qualifiers */
 58655                   _CIM_ServiceStatisticalInformation_SystemName_qualifiers,
 58656                   /* type */
 58657                   CIMTYPE_STRING,
 58658                   /* subscript */
 58659                   -1,
 58660                   /* value */
 58661                   0,
 58662               };
 58663               
 58664               static const char*
 58665               _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers[] =
 58666               {
 58667                   /* Key */
 58668                   "\025\001",
 58669                   /* Propagated */
 58670                   "\045CIM_Service.CreationClassName",
 58671                   /* MaxLen */
 58672                   "\030\000\000\001\000",
 58673 mike  1.1.2.1     0,
 58674               };
 58675               
 58676               static MetaProperty
 58677               _CIM_ServiceStatisticalInformation_ServiceCreationClassName =
 58678               {
 58679                   /* flags */
 58680                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58681                   /* name */
 58682                   "ServiceCreationClassName",
 58683                   /* qualifiers */
 58684                   _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers,
 58685                   /* type */
 58686                   CIMTYPE_STRING,
 58687                   /* subscript */
 58688                   -1,
 58689                   /* value */
 58690                   0,
 58691               };
 58692               
 58693               static const char*
 58694 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_ServiceName_qualifiers[] =
 58695               {
 58696                   /* Key */
 58697                   "\025\001",
 58698                   /* Propagated */
 58699                   "\045CIM_Service.Name",
 58700                   /* MaxLen */
 58701                   "\030\000\000\001\000",
 58702                   0,
 58703               };
 58704               
 58705               static MetaProperty
 58706               _CIM_ServiceStatisticalInformation_ServiceName =
 58707               {
 58708                   /* flags */
 58709                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58710                   /* name */
 58711                   "ServiceName",
 58712                   /* qualifiers */
 58713                   _CIM_ServiceStatisticalInformation_ServiceName_qualifiers,
 58714                   /* type */
 58715 mike  1.1.2.1     CIMTYPE_STRING,
 58716                   /* subscript */
 58717                   -1,
 58718                   /* value */
 58719                   0,
 58720               };
 58721               
 58722               static const char*
 58723               _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers[] =
 58724               {
 58725                   /* Key */
 58726                   "\025\001",
 58727                   /* MaxLen */
 58728                   "\030\000\000\001\000",
 58729                   0,
 58730               };
 58731               
 58732               static MetaProperty
 58733               _CIM_ServiceStatisticalInformation_CreationClassName =
 58734               {
 58735                   /* flags */
 58736 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58737                   /* name */
 58738                   "CreationClassName",
 58739                   /* qualifiers */
 58740                   _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers,
 58741                   /* type */
 58742                   CIMTYPE_STRING,
 58743                   /* subscript */
 58744                   -1,
 58745                   /* value */
 58746                   0,
 58747               };
 58748               
 58749               static const char*
 58750               _CIM_ServiceStatisticalInformation_Name_qualifiers[] =
 58751               {
 58752                   /* Key */
 58753                   "\025\001",
 58754                   /* Override */
 58755                   "\044Name",
 58756                   /* MaxLen */
 58757 mike  1.1.2.1     "\030\000\000\001\000",
 58758                   0,
 58759               };
 58760               
 58761               static MetaProperty
 58762               _CIM_ServiceStatisticalInformation_Name =
 58763               {
 58764                   /* flags */
 58765                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58766                   /* name */
 58767                   "Name",
 58768                   /* qualifiers */
 58769                   _CIM_ServiceStatisticalInformation_Name_qualifiers,
 58770                   /* type */
 58771                   CIMTYPE_STRING,
 58772                   /* subscript */
 58773                   -1,
 58774                   /* value */
 58775                   0,
 58776               };
 58777               
 58778 mike  1.1.2.1 static MetaFeature*
 58779               _CIM_ServiceStatisticalInformation_features[] =
 58780               {
 58781                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemCreationClassName,
 58782                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemName,
 58783                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceCreationClassName,
 58784                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceName,
 58785                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_CreationClassName,
 58786                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_Name,
 58787                   0,
 58788               };
 58789               
 58790               static const char*
 58791               __root_cimv2_CIM_ServiceStatisticalInformation_qualifiers[] =
 58792               {
 58793                   /* UMLPackagePath */
 58794                   "\057CIM::Core::Statistics",
 58795                   /* Version */
 58796                   "\0632.6.0",
 58797                   0,
 58798               };
 58799 mike  1.1.2.1 
 58800               MetaClass
 58801               __root_cimv2_CIM_ServiceStatisticalInformation =
 58802               {
 58803                   /* flags */
 58804                   META_FLAG_CLASS,
 58805                   /* name */
 58806                   "CIM_ServiceStatisticalInformation",
 58807                   /* qualifiers */
 58808                   __root_cimv2_CIM_ServiceStatisticalInformation_qualifiers,
 58809                   /* super */
 58810                   &__root_cimv2_CIM_StatisticalInformation,
 58811                   /* features */
 58812                   _CIM_ServiceStatisticalInformation_features,
 58813               };
 58814               
 58815               //==============================================================================
 58816               //
 58817               // Class: CIM_SettingAssociatedToCapabilities
 58818               //
 58819               //==============================================================================
 58820 mike  1.1.2.1 
 58821               static const char*
 58822               _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers[] =
 58823               {
 58824                   /* Override */
 58825                   "\044Antecedent",
 58826                   0,
 58827               };
 58828               
 58829               static MetaReference
 58830               _CIM_SettingAssociatedToCapabilities_Antecedent =
 58831               {
 58832                   /* flags */
 58833                   META_FLAG_REFERENCE|META_FLAG_READ,
 58834                   /* name */
 58835                   "Antecedent",
 58836                   /* qualifiers */
 58837                   _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers,
 58838                   /* subscript */
 58839                   -1,
 58840                   /* refId */
 58841 mike  1.1.2.1     &__root_cimv2_CIM_Capabilities,
 58842               };
 58843               
 58844               static const char*
 58845               _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers[] =
 58846               {
 58847                   /* Override */
 58848                   "\044Dependent",
 58849                   0,
 58850               };
 58851               
 58852               static MetaReference
 58853               _CIM_SettingAssociatedToCapabilities_Dependent =
 58854               {
 58855                   /* flags */
 58856                   META_FLAG_REFERENCE|META_FLAG_READ,
 58857                   /* name */
 58858                   "Dependent",
 58859                   /* qualifiers */
 58860                   _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers,
 58861                   /* subscript */
 58862 mike  1.1.2.1     -1,
 58863                   /* refId */
 58864                   &__root_cimv2_CIM_SettingData,
 58865               };
 58866               
 58867               static const char*
 58868               _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers[] =
 58869               {
 58870                   /* Required */
 58871                   "\050\001",
 58872                   0,
 58873               };
 58874               
 58875               static MetaProperty
 58876               _CIM_SettingAssociatedToCapabilities_DefaultSetting =
 58877               {
 58878                   /* flags */
 58879                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 58880                   /* name */
 58881                   "DefaultSetting",
 58882                   /* qualifiers */
 58883 mike  1.1.2.1     _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers,
 58884                   /* type */
 58885                   CIMTYPE_BOOLEAN,
 58886                   /* subscript */
 58887                   -1,
 58888                   /* value */
 58889                   "\000",
 58890               };
 58891               
 58892               static MetaFeature*
 58893               _CIM_SettingAssociatedToCapabilities_features[] =
 58894               {
 58895                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Antecedent,
 58896                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Dependent,
 58897                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_DefaultSetting,
 58898                   0,
 58899               };
 58900               
 58901               static const char*
 58902               __root_cimv2_CIM_SettingAssociatedToCapabilities_qualifiers[] =
 58903               {
 58904 mike  1.1.2.1     /* ASSOCIATION */
 58905                   "\000\001",
 58906                   /* UMLPackagePath */
 58907                   "\057CIM::System::FilesystemServices",
 58908                   /* Version */
 58909                   "\0632.11.0",
 58910                   0,
 58911               };
 58912               
 58913               MetaClass
 58914               __root_cimv2_CIM_SettingAssociatedToCapabilities =
 58915               {
 58916                   /* flags */
 58917                   META_FLAG_ASSOCIATION,
 58918                   /* name */
 58919                   "CIM_SettingAssociatedToCapabilities",
 58920                   /* qualifiers */
 58921                   __root_cimv2_CIM_SettingAssociatedToCapabilities_qualifiers,
 58922                   /* super */
 58923                   &__root_cimv2_CIM_Dependency,
 58924                   /* features */
 58925 mike  1.1.2.1     _CIM_SettingAssociatedToCapabilities_features,
 58926               };
 58927               
 58928               //==============================================================================
 58929               //
 58930               // Class: CIM_SharedSecretAuthentication
 58931               //
 58932               //==============================================================================
 58933               
 58934               static const char*
 58935               _CIM_SharedSecretAuthentication_IDOfPrincipal_qualifiers[] =
 58936               {
 58937                   0,
 58938               };
 58939               
 58940               static MetaProperty
 58941               _CIM_SharedSecretAuthentication_IDOfPrincipal =
 58942               {
 58943                   /* flags */
 58944                   META_FLAG_PROPERTY|META_FLAG_READ,
 58945                   /* name */
 58946 mike  1.1.2.1     "IDOfPrincipal",
 58947                   /* qualifiers */
 58948                   _CIM_SharedSecretAuthentication_IDOfPrincipal_qualifiers,
 58949                   /* type */
 58950                   CIMTYPE_STRING,
 58951                   /* subscript */
 58952                   -1,
 58953                   /* value */
 58954                   0,
 58955               };
 58956               
 58957               static const char*
 58958               _CIM_SharedSecretAuthentication_ContextOfSecret_qualifiers[] =
 58959               {
 58960                   0,
 58961               };
 58962               
 58963               static MetaProperty
 58964               _CIM_SharedSecretAuthentication_ContextOfSecret =
 58965               {
 58966                   /* flags */
 58967 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 58968                   /* name */
 58969                   "ContextOfSecret",
 58970                   /* qualifiers */
 58971                   _CIM_SharedSecretAuthentication_ContextOfSecret_qualifiers,
 58972                   /* type */
 58973                   CIMTYPE_STRING,
 58974                   /* subscript */
 58975                   -1,
 58976                   /* value */
 58977                   0,
 58978               };
 58979               
 58980               static MetaFeature*
 58981               _CIM_SharedSecretAuthentication_features[] =
 58982               {
 58983                   (MetaFeature*)&_CIM_SharedSecretAuthentication_IDOfPrincipal,
 58984                   (MetaFeature*)&_CIM_SharedSecretAuthentication_ContextOfSecret,
 58985                   0,
 58986               };
 58987               
 58988 mike  1.1.2.1 static const char*
 58989               __root_cimv2_CIM_SharedSecretAuthentication_qualifiers[] =
 58990               {
 58991                   /* UMLPackagePath */
 58992                   "\057CIM::Policy",
 58993                   /* Version */
 58994                   "\0632.8.0",
 58995                   0,
 58996               };
 58997               
 58998               MetaClass
 58999               __root_cimv2_CIM_SharedSecretAuthentication =
 59000               {
 59001                   /* flags */
 59002                   META_FLAG_CLASS,
 59003                   /* name */
 59004                   "CIM_SharedSecretAuthentication",
 59005                   /* qualifiers */
 59006                   __root_cimv2_CIM_SharedSecretAuthentication_qualifiers,
 59007                   /* super */
 59008                   &__root_cimv2_CIM_AuthenticationCondition,
 59009 mike  1.1.2.1     /* features */
 59010                   _CIM_SharedSecretAuthentication_features,
 59011               };
 59012               
 59013               //==============================================================================
 59014               //
 59015               // Class: CIM_Slot
 59016               //
 59017               //==============================================================================
 59018               
 59019               static const char*
 59020               _CIM_Slot_ConnectorType_qualifiers[] =
 59021               {
 59022                   /* Override */
 59023                   "\044ConnectorType",
 59024                   /* MappingStrings */
 59025                   "\026\000\001MIF.DMTF|System Slot|005.2\000",
 59026                   0,
 59027               };
 59028               
 59029               static MetaProperty
 59030 mike  1.1.2.1 _CIM_Slot_ConnectorType =
 59031               {
 59032                   /* flags */
 59033                   META_FLAG_PROPERTY|META_FLAG_READ,
 59034                   /* name */
 59035                   "ConnectorType",
 59036                   /* qualifiers */
 59037                   _CIM_Slot_ConnectorType_qualifiers,
 59038                   /* type */
 59039                   CIMTYPE_UINT16,
 59040                   /* subscript */
 59041                   0,
 59042                   /* value */
 59043                   0,
 59044               };
 59045               
 59046               static const char*
 59047               _CIM_Slot_PoweredOn_qualifiers[] =
 59048               {
 59049                   /* Override */
 59050                   "\044PoweredOn",
 59051 mike  1.1.2.1     /* MappingStrings */
 59052                   "\026\000\001MIF.DMTF|System Slot|005.13\000",
 59053                   0,
 59054               };
 59055               
 59056               static MetaProperty
 59057               _CIM_Slot_PoweredOn =
 59058               {
 59059                   /* flags */
 59060                   META_FLAG_PROPERTY|META_FLAG_READ,
 59061                   /* name */
 59062                   "PoweredOn",
 59063                   /* qualifiers */
 59064                   _CIM_Slot_PoweredOn_qualifiers,
 59065                   /* type */
 59066                   CIMTYPE_BOOLEAN,
 59067                   /* subscript */
 59068                   -1,
 59069                   /* value */
 59070                   0,
 59071               };
 59072 mike  1.1.2.1 
 59073               static const char*
 59074               _CIM_Slot_SupportsHotPlug_qualifiers[] =
 59075               {
 59076                   0,
 59077               };
 59078               
 59079               static MetaProperty
 59080               _CIM_Slot_SupportsHotPlug =
 59081               {
 59082                   /* flags */
 59083                   META_FLAG_PROPERTY|META_FLAG_READ,
 59084                   /* name */
 59085                   "SupportsHotPlug",
 59086                   /* qualifiers */
 59087                   _CIM_Slot_SupportsHotPlug_qualifiers,
 59088                   /* type */
 59089                   CIMTYPE_BOOLEAN,
 59090                   /* subscript */
 59091                   -1,
 59092                   /* value */
 59093 mike  1.1.2.1     0,
 59094               };
 59095               
 59096               static const char*
 59097               _CIM_Slot_HeightAllowed_qualifiers[] =
 59098               {
 59099                   /* Units */
 59100                   "\060Inches",
 59101                   0,
 59102               };
 59103               
 59104               static MetaProperty
 59105               _CIM_Slot_HeightAllowed =
 59106               {
 59107                   /* flags */
 59108                   META_FLAG_PROPERTY|META_FLAG_READ,
 59109                   /* name */
 59110                   "HeightAllowed",
 59111                   /* qualifiers */
 59112                   _CIM_Slot_HeightAllowed_qualifiers,
 59113                   /* type */
 59114 mike  1.1.2.1     CIMTYPE_REAL32,
 59115                   /* subscript */
 59116                   -1,
 59117                   /* value */
 59118                   0,
 59119               };
 59120               
 59121               static const char*
 59122               _CIM_Slot_LengthAllowed_qualifiers[] =
 59123               {
 59124                   /* Units */
 59125                   "\060Inches",
 59126                   0,
 59127               };
 59128               
 59129               static MetaProperty
 59130               _CIM_Slot_LengthAllowed =
 59131               {
 59132                   /* flags */
 59133                   META_FLAG_PROPERTY|META_FLAG_READ,
 59134                   /* name */
 59135 mike  1.1.2.1     "LengthAllowed",
 59136                   /* qualifiers */
 59137                   _CIM_Slot_LengthAllowed_qualifiers,
 59138                   /* type */
 59139                   CIMTYPE_REAL32,
 59140                   /* subscript */
 59141                   -1,
 59142                   /* value */
 59143                   0,
 59144               };
 59145               
 59146               static const char*
 59147               _CIM_Slot_MaxDataWidth_qualifiers[] =
 59148               {
 59149                   /* Units */
 59150                   "\060Bits",
 59151                   /* ValueMap */
 59152                   "\061\000\0070\0001\0008\00016\00032\00064\000128\000",
 59153                   /* MappingStrings */
 59154                   "\026\000\001MIF.DMTF|System Slot|005.3\000",
 59155                   0,
 59156 mike  1.1.2.1 };
 59157               
 59158               static MetaProperty
 59159               _CIM_Slot_MaxDataWidth =
 59160               {
 59161                   /* flags */
 59162                   META_FLAG_PROPERTY|META_FLAG_READ,
 59163                   /* name */
 59164                   "MaxDataWidth",
 59165                   /* qualifiers */
 59166                   _CIM_Slot_MaxDataWidth_qualifiers,
 59167                   /* type */
 59168                   CIMTYPE_UINT16,
 59169                   /* subscript */
 59170                   -1,
 59171                   /* value */
 59172                   0,
 59173               };
 59174               
 59175               static const char*
 59176               _CIM_Slot_VccMixedVoltageSupport_qualifiers[] =
 59177 mike  1.1.2.1 {
 59178                   /* ValueMap */
 59179                   "\061\000\0040\0001\0002\0003\000",
 59180                   /* Values */
 59181                   "\062\000\004Unknown\000Other\0003.3V\0005V\000",
 59182                   /* MappingStrings */
 59183                   "\026\000\001MIF.DMTF|System Slot|005.9\000",
 59184                   0,
 59185               };
 59186               
 59187               static MetaProperty
 59188               _CIM_Slot_VccMixedVoltageSupport =
 59189               {
 59190                   /* flags */
 59191                   META_FLAG_PROPERTY|META_FLAG_READ,
 59192                   /* name */
 59193                   "VccMixedVoltageSupport",
 59194                   /* qualifiers */
 59195                   _CIM_Slot_VccMixedVoltageSupport_qualifiers,
 59196                   /* type */
 59197                   CIMTYPE_UINT16,
 59198 mike  1.1.2.1     /* subscript */
 59199                   0,
 59200                   /* value */
 59201                   0,
 59202               };
 59203               
 59204               static const char*
 59205               _CIM_Slot_VppMixedVoltageSupport_qualifiers[] =
 59206               {
 59207                   /* ValueMap */
 59208                   "\061\000\0050\0001\0002\0003\0004\000",
 59209                   /* Values */
 59210                   "\062\000\005Unknown\000Other\0003.3V\0005V\00012V\000",
 59211                   /* MappingStrings */
 59212                   "\026\000\001MIF.DMTF|System Slot|005.10\000",
 59213                   0,
 59214               };
 59215               
 59216               static MetaProperty
 59217               _CIM_Slot_VppMixedVoltageSupport =
 59218               {
 59219 mike  1.1.2.1     /* flags */
 59220                   META_FLAG_PROPERTY|META_FLAG_READ,
 59221                   /* name */
 59222                   "VppMixedVoltageSupport",
 59223                   /* qualifiers */
 59224                   _CIM_Slot_VppMixedVoltageSupport_qualifiers,
 59225                   /* type */
 59226                   CIMTYPE_UINT16,
 59227                   /* subscript */
 59228                   0,
 59229                   /* value */
 59230                   0,
 59231               };
 59232               
 59233               static const char*
 59234               _CIM_Slot_ThermalRating_qualifiers[] =
 59235               {
 59236                   /* Units */
 59237                   "\060MilliWatts",
 59238                   /* MappingStrings */
 59239                   "\026\000\001MIF.DMTF|System Slot|005.11\000",
 59240 mike  1.1.2.1     0,
 59241               };
 59242               
 59243               static MetaProperty
 59244               _CIM_Slot_ThermalRating =
 59245               {
 59246                   /* flags */
 59247                   META_FLAG_PROPERTY|META_FLAG_READ,
 59248                   /* name */
 59249                   "ThermalRating",
 59250                   /* qualifiers */
 59251                   _CIM_Slot_ThermalRating_qualifiers,
 59252                   /* type */
 59253                   CIMTYPE_UINT32,
 59254                   /* subscript */
 59255                   -1,
 59256                   /* value */
 59257                   0,
 59258               };
 59259               
 59260               static const char*
 59261 mike  1.1.2.1 _CIM_Slot_SpecialPurpose_qualifiers[] =
 59262               {
 59263                   /* ModelCorrespondence */
 59264                   "\036\000\001CIM_Slot.PurposeDescription\000",
 59265                   0,
 59266               };
 59267               
 59268               static MetaProperty
 59269               _CIM_Slot_SpecialPurpose =
 59270               {
 59271                   /* flags */
 59272                   META_FLAG_PROPERTY|META_FLAG_READ,
 59273                   /* name */
 59274                   "SpecialPurpose",
 59275                   /* qualifiers */
 59276                   _CIM_Slot_SpecialPurpose_qualifiers,
 59277                   /* type */
 59278                   CIMTYPE_BOOLEAN,
 59279                   /* subscript */
 59280                   -1,
 59281                   /* value */
 59282 mike  1.1.2.1     0,
 59283               };
 59284               
 59285               static const char*
 59286               _CIM_Slot_PurposeDescription_qualifiers[] =
 59287               {
 59288                   /* ModelCorrespondence */
 59289                   "\036\000\001CIM_Slot.SpecialPurpose\000",
 59290                   0,
 59291               };
 59292               
 59293               static MetaProperty
 59294               _CIM_Slot_PurposeDescription =
 59295               {
 59296                   /* flags */
 59297                   META_FLAG_PROPERTY|META_FLAG_READ,
 59298                   /* name */
 59299                   "PurposeDescription",
 59300                   /* qualifiers */
 59301                   _CIM_Slot_PurposeDescription_qualifiers,
 59302                   /* type */
 59303 mike  1.1.2.1     CIMTYPE_STRING,
 59304                   /* subscript */
 59305                   -1,
 59306                   /* value */
 59307                   0,
 59308               };
 59309               
 59310               static const char*
 59311               _CIM_Slot_Number_qualifiers[] =
 59312               {
 59313                   /* MappingStrings */
 59314                   "\026\000\001MIF.DMTF|System Slot|005.1\000",
 59315                   0,
 59316               };
 59317               
 59318               static MetaProperty
 59319               _CIM_Slot_Number =
 59320               {
 59321                   /* flags */
 59322                   META_FLAG_PROPERTY|META_FLAG_READ,
 59323                   /* name */
 59324 mike  1.1.2.1     "Number",
 59325                   /* qualifiers */
 59326                   _CIM_Slot_Number_qualifiers,
 59327                   /* type */
 59328                   CIMTYPE_UINT16,
 59329                   /* subscript */
 59330                   -1,
 59331                   /* value */
 59332                   0,
 59333               };
 59334               
 59335               static const char*
 59336               _CIM_Slot_Powered_qualifiers[] =
 59337               {
 59338                   /* Deprecated */
 59339                   "\013\000\001CIM_PhysicalElement.PoweredOn\000",
 59340                   /* MappingStrings */
 59341                   "\026\000\001MIF.DMTF|System Slot|005.13\000",
 59342                   0,
 59343               };
 59344               
 59345 mike  1.1.2.1 static MetaProperty
 59346               _CIM_Slot_Powered =
 59347               {
 59348                   /* flags */
 59349                   META_FLAG_PROPERTY|META_FLAG_READ,
 59350                   /* name */
 59351                   "Powered",
 59352                   /* qualifiers */
 59353                   _CIM_Slot_Powered_qualifiers,
 59354                   /* type */
 59355                   CIMTYPE_BOOLEAN,
 59356                   /* subscript */
 59357                   -1,
 59358                   /* value */
 59359                   0,
 59360               };
 59361               
 59362               static const char*
 59363               _CIM_Slot_OpenSwitch_qualifiers[] =
 59364               {
 59365                   /* MappingStrings */
 59366 mike  1.1.2.1     "\026\000\001MIF.DMTF|System Slot|005.15\000",
 59367                   0,
 59368               };
 59369               
 59370               static MetaProperty
 59371               _CIM_Slot_OpenSwitch =
 59372               {
 59373                   /* flags */
 59374                   META_FLAG_PROPERTY|META_FLAG_READ,
 59375                   /* name */
 59376                   "OpenSwitch",
 59377                   /* qualifiers */
 59378                   _CIM_Slot_OpenSwitch_qualifiers,
 59379                   /* type */
 59380                   CIMTYPE_BOOLEAN,
 59381                   /* subscript */
 59382                   -1,
 59383                   /* value */
 59384                   0,
 59385               };
 59386               
 59387 mike  1.1.2.1 static MetaFeature*
 59388               _CIM_Slot_features[] =
 59389               {
 59390                   (MetaFeature*)&_CIM_Slot_ConnectorType,
 59391                   (MetaFeature*)&_CIM_Slot_PoweredOn,
 59392                   (MetaFeature*)&_CIM_Slot_SupportsHotPlug,
 59393                   (MetaFeature*)&_CIM_Slot_HeightAllowed,
 59394                   (MetaFeature*)&_CIM_Slot_LengthAllowed,
 59395                   (MetaFeature*)&_CIM_Slot_MaxDataWidth,
 59396                   (MetaFeature*)&_CIM_Slot_VccMixedVoltageSupport,
 59397                   (MetaFeature*)&_CIM_Slot_VppMixedVoltageSupport,
 59398                   (MetaFeature*)&_CIM_Slot_ThermalRating,
 59399                   (MetaFeature*)&_CIM_Slot_SpecialPurpose,
 59400                   (MetaFeature*)&_CIM_Slot_PurposeDescription,
 59401                   (MetaFeature*)&_CIM_Slot_Number,
 59402                   (MetaFeature*)&_CIM_Slot_Powered,
 59403                   (MetaFeature*)&_CIM_Slot_OpenSwitch,
 59404                   0,
 59405               };
 59406               
 59407               static const char*
 59408 mike  1.1.2.1 __root_cimv2_CIM_Slot_qualifiers[] =
 59409               {
 59410                   /* UMLPackagePath */
 59411                   "\057CIM::Physical::Connector",
 59412                   /* Version */
 59413                   "\0632.7.0",
 59414                   0,
 59415               };
 59416               
 59417               MetaClass
 59418               __root_cimv2_CIM_Slot =
 59419               {
 59420                   /* flags */
 59421                   META_FLAG_CLASS,
 59422                   /* name */
 59423                   "CIM_Slot",
 59424                   /* qualifiers */
 59425                   __root_cimv2_CIM_Slot_qualifiers,
 59426                   /* super */
 59427                   &__root_cimv2_CIM_PhysicalConnector,
 59428                   /* features */
 59429 mike  1.1.2.1     _CIM_Slot_features,
 59430               };
 59431               
 59432               //==============================================================================
 59433               //
 59434               // Class: CIM_SoftwareElement
 59435               //
 59436               //==============================================================================
 59437               
 59438               static const char*
 59439               _CIM_SoftwareElement_Name_qualifiers[] =
 59440               {
 59441                   /* Key */
 59442                   "\025\001",
 59443                   /* Override */
 59444                   "\044Name",
 59445                   /* MaxLen */
 59446                   "\030\000\000\001\000",
 59447                   0,
 59448               };
 59449               
 59450 mike  1.1.2.1 static MetaProperty
 59451               _CIM_SoftwareElement_Name =
 59452               {
 59453                   /* flags */
 59454                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59455                   /* name */
 59456                   "Name",
 59457                   /* qualifiers */
 59458                   _CIM_SoftwareElement_Name_qualifiers,
 59459                   /* type */
 59460                   CIMTYPE_STRING,
 59461                   /* subscript */
 59462                   -1,
 59463                   /* value */
 59464                   0,
 59465               };
 59466               
 59467               static const char*
 59468               _CIM_SoftwareElement_Version_qualifiers[] =
 59469               {
 59470                   /* Key */
 59471 mike  1.1.2.1     "\025\001",
 59472                   /* MaxLen */
 59473                   "\030\000\000\000\100",
 59474                   /* MappingStrings */
 59475                   "\026\000\001MIF.DMTF|SubComponent Software |001.4\000",
 59476                   0,
 59477               };
 59478               
 59479               static MetaProperty
 59480               _CIM_SoftwareElement_Version =
 59481               {
 59482                   /* flags */
 59483                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59484                   /* name */
 59485                   "Version",
 59486                   /* qualifiers */
 59487                   _CIM_SoftwareElement_Version_qualifiers,
 59488                   /* type */
 59489                   CIMTYPE_STRING,
 59490                   /* subscript */
 59491                   -1,
 59492 mike  1.1.2.1     /* value */
 59493                   0,
 59494               };
 59495               
 59496               static const char*
 59497               _CIM_SoftwareElement_SoftwareElementState_qualifiers[] =
 59498               {
 59499                   /* Key */
 59500                   "\025\001",
 59501                   /* ValueMap */
 59502                   "\061\000\0040\0001\0002\0003\000",
 59503                   /* Values */
 59504                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
 59505                   0,
 59506               };
 59507               
 59508               static MetaProperty
 59509               _CIM_SoftwareElement_SoftwareElementState =
 59510               {
 59511                   /* flags */
 59512                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59513 mike  1.1.2.1     /* name */
 59514                   "SoftwareElementState",
 59515                   /* qualifiers */
 59516                   _CIM_SoftwareElement_SoftwareElementState_qualifiers,
 59517                   /* type */
 59518                   CIMTYPE_UINT16,
 59519                   /* subscript */
 59520                   -1,
 59521                   /* value */
 59522                   0,
 59523               };
 59524               
 59525               static const char*
 59526               _CIM_SoftwareElement_SoftwareElementID_qualifiers[] =
 59527               {
 59528                   /* Key */
 59529                   "\025\001",
 59530                   /* MaxLen */
 59531                   "\030\000\000\001\000",
 59532                   0,
 59533               };
 59534 mike  1.1.2.1 
 59535               static MetaProperty
 59536               _CIM_SoftwareElement_SoftwareElementID =
 59537               {
 59538                   /* flags */
 59539                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59540                   /* name */
 59541                   "SoftwareElementID",
 59542                   /* qualifiers */
 59543                   _CIM_SoftwareElement_SoftwareElementID_qualifiers,
 59544                   /* type */
 59545                   CIMTYPE_STRING,
 59546                   /* subscript */
 59547                   -1,
 59548                   /* value */
 59549                   0,
 59550               };
 59551               
 59552               static const char*
 59553               _CIM_SoftwareElement_TargetOperatingSystem_qualifiers[] =
 59554               {
 59555 mike  1.1.2.1     /* Key */
 59556                   "\025\001",
 59557                   /* ValueMap */
 59558                   "\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",
 59559                   /* Values */
 59560                   "\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",
 59561                   /* MappingStrings */
 59562                   "\026\000\001MIF.DMTF|SubComponent Software|001.8\000",
 59563                   /* ModelCorrespondence */
 59564                   "\036\000\001CIM_OperatingSystem.OSType\000",
 59565                   0,
 59566               };
 59567               
 59568               static MetaProperty
 59569               _CIM_SoftwareElement_TargetOperatingSystem =
 59570               {
 59571                   /* flags */
 59572                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59573                   /* name */
 59574                   "TargetOperatingSystem",
 59575                   /* qualifiers */
 59576 mike  1.1.2.1     _CIM_SoftwareElement_TargetOperatingSystem_qualifiers,
 59577                   /* type */
 59578                   CIMTYPE_UINT16,
 59579                   /* subscript */
 59580                   -1,
 59581                   /* value */
 59582                   0,
 59583               };
 59584               
 59585               static const char*
 59586               _CIM_SoftwareElement_OtherTargetOS_qualifiers[] =
 59587               {
 59588                   /* MaxLen */
 59589                   "\030\000\000\000\100",
 59590                   /* ModelCorrespondence */
 59591                   "\036\000\001CIM_OperatingSystem.OtherTypeDescription\000",
 59592                   0,
 59593               };
 59594               
 59595               static MetaProperty
 59596               _CIM_SoftwareElement_OtherTargetOS =
 59597 mike  1.1.2.1 {
 59598                   /* flags */
 59599                   META_FLAG_PROPERTY|META_FLAG_READ,
 59600                   /* name */
 59601                   "OtherTargetOS",
 59602                   /* qualifiers */
 59603                   _CIM_SoftwareElement_OtherTargetOS_qualifiers,
 59604                   /* type */
 59605                   CIMTYPE_STRING,
 59606                   /* subscript */
 59607                   -1,
 59608                   /* value */
 59609                   0,
 59610               };
 59611               
 59612               static const char*
 59613               _CIM_SoftwareElement_Manufacturer_qualifiers[] =
 59614               {
 59615                   /* MaxLen */
 59616                   "\030\000\000\001\000",
 59617                   /* MappingStrings */
 59618 mike  1.1.2.1     "\026\000\001MIF.DMTF|SubComponent Software|001.3\000",
 59619                   0,
 59620               };
 59621               
 59622               static MetaProperty
 59623               _CIM_SoftwareElement_Manufacturer =
 59624               {
 59625                   /* flags */
 59626                   META_FLAG_PROPERTY|META_FLAG_READ,
 59627                   /* name */
 59628                   "Manufacturer",
 59629                   /* qualifiers */
 59630                   _CIM_SoftwareElement_Manufacturer_qualifiers,
 59631                   /* type */
 59632                   CIMTYPE_STRING,
 59633                   /* subscript */
 59634                   -1,
 59635                   /* value */
 59636                   0,
 59637               };
 59638               
 59639 mike  1.1.2.1 static const char*
 59640               _CIM_SoftwareElement_BuildNumber_qualifiers[] =
 59641               {
 59642                   /* MaxLen */
 59643                   "\030\000\000\000\100",
 59644                   /* MappingStrings */
 59645                   "\026\000\001MIF.DMTF|Software Component Information|002.4\000",
 59646                   0,
 59647               };
 59648               
 59649               static MetaProperty
 59650               _CIM_SoftwareElement_BuildNumber =
 59651               {
 59652                   /* flags */
 59653                   META_FLAG_PROPERTY|META_FLAG_READ,
 59654                   /* name */
 59655                   "BuildNumber",
 59656                   /* qualifiers */
 59657                   _CIM_SoftwareElement_BuildNumber_qualifiers,
 59658                   /* type */
 59659                   CIMTYPE_STRING,
 59660 mike  1.1.2.1     /* subscript */
 59661                   -1,
 59662                   /* value */
 59663                   0,
 59664               };
 59665               
 59666               static const char*
 59667               _CIM_SoftwareElement_SerialNumber_qualifiers[] =
 59668               {
 59669                   /* MaxLen */
 59670                   "\030\000\000\000\100",
 59671                   /* MappingStrings */
 59672                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 59673                   0,
 59674               };
 59675               
 59676               static MetaProperty
 59677               _CIM_SoftwareElement_SerialNumber =
 59678               {
 59679                   /* flags */
 59680                   META_FLAG_PROPERTY|META_FLAG_READ,
 59681 mike  1.1.2.1     /* name */
 59682                   "SerialNumber",
 59683                   /* qualifiers */
 59684                   _CIM_SoftwareElement_SerialNumber_qualifiers,
 59685                   /* type */
 59686                   CIMTYPE_STRING,
 59687                   /* subscript */
 59688                   -1,
 59689                   /* value */
 59690                   0,
 59691               };
 59692               
 59693               static const char*
 59694               _CIM_SoftwareElement_CodeSet_qualifiers[] =
 59695               {
 59696                   /* MaxLen */
 59697                   "\030\000\000\000\100",
 59698                   0,
 59699               };
 59700               
 59701               static MetaProperty
 59702 mike  1.1.2.1 _CIM_SoftwareElement_CodeSet =
 59703               {
 59704                   /* flags */
 59705                   META_FLAG_PROPERTY|META_FLAG_READ,
 59706                   /* name */
 59707                   "CodeSet",
 59708                   /* qualifiers */
 59709                   _CIM_SoftwareElement_CodeSet_qualifiers,
 59710                   /* type */
 59711                   CIMTYPE_STRING,
 59712                   /* subscript */
 59713                   -1,
 59714                   /* value */
 59715                   0,
 59716               };
 59717               
 59718               static const char*
 59719               _CIM_SoftwareElement_IdentificationCode_qualifiers[] =
 59720               {
 59721                   /* MaxLen */
 59722                   "\030\000\000\000\100",
 59723 mike  1.1.2.1     /* MappingStrings */
 59724                   "\026\000\001MIF.DMTF|SubComponent Software|001.6\000",
 59725                   0,
 59726               };
 59727               
 59728               static MetaProperty
 59729               _CIM_SoftwareElement_IdentificationCode =
 59730               {
 59731                   /* flags */
 59732                   META_FLAG_PROPERTY|META_FLAG_READ,
 59733                   /* name */
 59734                   "IdentificationCode",
 59735                   /* qualifiers */
 59736                   _CIM_SoftwareElement_IdentificationCode_qualifiers,
 59737                   /* type */
 59738                   CIMTYPE_STRING,
 59739                   /* subscript */
 59740                   -1,
 59741                   /* value */
 59742                   0,
 59743               };
 59744 mike  1.1.2.1 
 59745               static const char*
 59746               _CIM_SoftwareElement_LanguageEdition_qualifiers[] =
 59747               {
 59748                   /* MaxLen */
 59749                   "\030\000\000\000\040",
 59750                   /* MappingStrings */
 59751                   "\026\000\001MIF.DMTF|SubComponent Software|001.7\000",
 59752                   0,
 59753               };
 59754               
 59755               static MetaProperty
 59756               _CIM_SoftwareElement_LanguageEdition =
 59757               {
 59758                   /* flags */
 59759                   META_FLAG_PROPERTY|META_FLAG_READ,
 59760                   /* name */
 59761                   "LanguageEdition",
 59762                   /* qualifiers */
 59763                   _CIM_SoftwareElement_LanguageEdition_qualifiers,
 59764                   /* type */
 59765 mike  1.1.2.1     CIMTYPE_STRING,
 59766                   /* subscript */
 59767                   -1,
 59768                   /* value */
 59769                   0,
 59770               };
 59771               
 59772               static MetaFeature*
 59773               _CIM_SoftwareElement_features[] =
 59774               {
 59775                   (MetaFeature*)&_CIM_SoftwareElement_Name,
 59776                   (MetaFeature*)&_CIM_SoftwareElement_Version,
 59777                   (MetaFeature*)&_CIM_SoftwareElement_SoftwareElementState,
 59778                   (MetaFeature*)&_CIM_SoftwareElement_SoftwareElementID,
 59779                   (MetaFeature*)&_CIM_SoftwareElement_TargetOperatingSystem,
 59780                   (MetaFeature*)&_CIM_SoftwareElement_OtherTargetOS,
 59781                   (MetaFeature*)&_CIM_SoftwareElement_Manufacturer,
 59782                   (MetaFeature*)&_CIM_SoftwareElement_BuildNumber,
 59783                   (MetaFeature*)&_CIM_SoftwareElement_SerialNumber,
 59784                   (MetaFeature*)&_CIM_SoftwareElement_CodeSet,
 59785                   (MetaFeature*)&_CIM_SoftwareElement_IdentificationCode,
 59786 mike  1.1.2.1     (MetaFeature*)&_CIM_SoftwareElement_LanguageEdition,
 59787                   0,
 59788               };
 59789               
 59790               static const char*
 59791               __root_cimv2_CIM_SoftwareElement_qualifiers[] =
 59792               {
 59793                   /* UMLPackagePath */
 59794                   "\057CIM::Application::DeploymentModel",
 59795                   /* Version */
 59796                   "\0632.7.0",
 59797                   0,
 59798               };
 59799               
 59800               MetaClass
 59801               __root_cimv2_CIM_SoftwareElement =
 59802               {
 59803                   /* flags */
 59804                   META_FLAG_CLASS,
 59805                   /* name */
 59806                   "CIM_SoftwareElement",
 59807 mike  1.1.2.1     /* qualifiers */
 59808                   __root_cimv2_CIM_SoftwareElement_qualifiers,
 59809                   /* super */
 59810                   &__root_cimv2_CIM_LogicalElement,
 59811                   /* features */
 59812                   _CIM_SoftwareElement_features,
 59813               };
 59814               
 59815               //==============================================================================
 59816               //
 59817               // Class: CIM_SoftwareElementComponent
 59818               //
 59819               //==============================================================================
 59820               
 59821               static const char*
 59822               _CIM_SoftwareElementComponent_GroupComponent_qualifiers[] =
 59823               {
 59824                   /* Aggregate */
 59825                   "\003\001",
 59826                   /* Override */
 59827                   "\044GroupComponent",
 59828 mike  1.1.2.1     /* Min */
 59829                   "\033\000\000\000\001",
 59830                   /* Max */
 59831                   "\027\000\000\000\001",
 59832                   0,
 59833               };
 59834               
 59835               static MetaReference
 59836               _CIM_SoftwareElementComponent_GroupComponent =
 59837               {
 59838                   /* flags */
 59839                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 59840                   /* name */
 59841                   "GroupComponent",
 59842                   /* qualifiers */
 59843                   _CIM_SoftwareElementComponent_GroupComponent_qualifiers,
 59844                   /* subscript */
 59845                   -1,
 59846                   /* refId */
 59847                   &__root_cimv2_CIM_SoftwareElement,
 59848               };
 59849 mike  1.1.2.1 
 59850               static const char*
 59851               _CIM_SoftwareElementComponent_PartComponent_qualifiers[] =
 59852               {
 59853                   /* Override */
 59854                   "\044PartComponent",
 59855                   0,
 59856               };
 59857               
 59858               static MetaReference
 59859               _CIM_SoftwareElementComponent_PartComponent =
 59860               {
 59861                   /* flags */
 59862                   META_FLAG_REFERENCE|META_FLAG_READ,
 59863                   /* name */
 59864                   "PartComponent",
 59865                   /* qualifiers */
 59866                   _CIM_SoftwareElementComponent_PartComponent_qualifiers,
 59867                   /* subscript */
 59868                   -1,
 59869                   /* refId */
 59870 mike  1.1.2.1     &__root_cimv2_CIM_SoftwareElement,
 59871               };
 59872               
 59873               static MetaFeature*
 59874               _CIM_SoftwareElementComponent_features[] =
 59875               {
 59876                   (MetaFeature*)&_CIM_SoftwareElementComponent_GroupComponent,
 59877                   (MetaFeature*)&_CIM_SoftwareElementComponent_PartComponent,
 59878                   0,
 59879               };
 59880               
 59881               static const char*
 59882               __root_cimv2_CIM_SoftwareElementComponent_qualifiers[] =
 59883               {
 59884                   /* ASSOCIATION */
 59885                   "\000\001",
 59886                   /* UMLPackagePath */
 59887                   "\057CIM::Application::DeploymentModel",
 59888                   /* Aggregation */
 59889                   "\004\001",
 59890                   /* Version */
 59891 mike  1.1.2.1     "\0632.8.0",
 59892                   0,
 59893               };
 59894               
 59895               MetaClass
 59896               __root_cimv2_CIM_SoftwareElementComponent =
 59897               {
 59898                   /* flags */
 59899                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 59900                   /* name */
 59901                   "CIM_SoftwareElementComponent",
 59902                   /* qualifiers */
 59903                   __root_cimv2_CIM_SoftwareElementComponent_qualifiers,
 59904                   /* super */
 59905                   &__root_cimv2_CIM_Component,
 59906                   /* features */
 59907                   _CIM_SoftwareElementComponent_features,
 59908               };
 59909               
 59910               //==============================================================================
 59911               //
 59912 mike  1.1.2.1 // Class: CIM_SoftwareFeature
 59913               //
 59914               //==============================================================================
 59915               
 59916               static const char*
 59917               _CIM_SoftwareFeature_IdentifyingNumber_qualifiers[] =
 59918               {
 59919                   /* Key */
 59920                   "\025\001",
 59921                   /* Propagated */
 59922                   "\045CIM_Product.IdentifyingNumber",
 59923                   /* MaxLen */
 59924                   "\030\000\000\000\100",
 59925                   0,
 59926               };
 59927               
 59928               static MetaProperty
 59929               _CIM_SoftwareFeature_IdentifyingNumber =
 59930               {
 59931                   /* flags */
 59932                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59933 mike  1.1.2.1     /* name */
 59934                   "IdentifyingNumber",
 59935                   /* qualifiers */
 59936                   _CIM_SoftwareFeature_IdentifyingNumber_qualifiers,
 59937                   /* type */
 59938                   CIMTYPE_STRING,
 59939                   /* subscript */
 59940                   -1,
 59941                   /* value */
 59942                   0,
 59943               };
 59944               
 59945               static const char*
 59946               _CIM_SoftwareFeature_ProductName_qualifiers[] =
 59947               {
 59948                   /* Key */
 59949                   "\025\001",
 59950                   /* Propagated */
 59951                   "\045CIM_Product.Name",
 59952                   /* MaxLen */
 59953                   "\030\000\000\001\000",
 59954 mike  1.1.2.1     0,
 59955               };
 59956               
 59957               static MetaProperty
 59958               _CIM_SoftwareFeature_ProductName =
 59959               {
 59960                   /* flags */
 59961                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59962                   /* name */
 59963                   "ProductName",
 59964                   /* qualifiers */
 59965                   _CIM_SoftwareFeature_ProductName_qualifiers,
 59966                   /* type */
 59967                   CIMTYPE_STRING,
 59968                   /* subscript */
 59969                   -1,
 59970                   /* value */
 59971                   0,
 59972               };
 59973               
 59974               static const char*
 59975 mike  1.1.2.1 _CIM_SoftwareFeature_Vendor_qualifiers[] =
 59976               {
 59977                   /* Key */
 59978                   "\025\001",
 59979                   /* Propagated */
 59980                   "\045CIM_Product.Vendor",
 59981                   /* MaxLen */
 59982                   "\030\000\000\001\000",
 59983                   0,
 59984               };
 59985               
 59986               static MetaProperty
 59987               _CIM_SoftwareFeature_Vendor =
 59988               {
 59989                   /* flags */
 59990                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59991                   /* name */
 59992                   "Vendor",
 59993                   /* qualifiers */
 59994                   _CIM_SoftwareFeature_Vendor_qualifiers,
 59995                   /* type */
 59996 mike  1.1.2.1     CIMTYPE_STRING,
 59997                   /* subscript */
 59998                   -1,
 59999                   /* value */
 60000                   0,
 60001               };
 60002               
 60003               static const char*
 60004               _CIM_SoftwareFeature_Version_qualifiers[] =
 60005               {
 60006                   /* Key */
 60007                   "\025\001",
 60008                   /* Propagated */
 60009                   "\045CIM_Product.Version",
 60010                   /* MaxLen */
 60011                   "\030\000\000\000\100",
 60012                   0,
 60013               };
 60014               
 60015               static MetaProperty
 60016               _CIM_SoftwareFeature_Version =
 60017 mike  1.1.2.1 {
 60018                   /* flags */
 60019                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60020                   /* name */
 60021                   "Version",
 60022                   /* qualifiers */
 60023                   _CIM_SoftwareFeature_Version_qualifiers,
 60024                   /* type */
 60025                   CIMTYPE_STRING,
 60026                   /* subscript */
 60027                   -1,
 60028                   /* value */
 60029                   0,
 60030               };
 60031               
 60032               static const char*
 60033               _CIM_SoftwareFeature_Name_qualifiers[] =
 60034               {
 60035                   /* Key */
 60036                   "\025\001",
 60037                   /* Override */
 60038 mike  1.1.2.1     "\044Name",
 60039                   /* MaxLen */
 60040                   "\030\000\000\001\000",
 60041                   0,
 60042               };
 60043               
 60044               static MetaProperty
 60045               _CIM_SoftwareFeature_Name =
 60046               {
 60047                   /* flags */
 60048                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60049                   /* name */
 60050                   "Name",
 60051                   /* qualifiers */
 60052                   _CIM_SoftwareFeature_Name_qualifiers,
 60053                   /* type */
 60054                   CIMTYPE_STRING,
 60055                   /* subscript */
 60056                   -1,
 60057                   /* value */
 60058                   0,
 60059 mike  1.1.2.1 };
 60060               
 60061               static MetaFeature*
 60062               _CIM_SoftwareFeature_features[] =
 60063               {
 60064                   (MetaFeature*)&_CIM_SoftwareFeature_IdentifyingNumber,
 60065                   (MetaFeature*)&_CIM_SoftwareFeature_ProductName,
 60066                   (MetaFeature*)&_CIM_SoftwareFeature_Vendor,
 60067                   (MetaFeature*)&_CIM_SoftwareFeature_Version,
 60068                   (MetaFeature*)&_CIM_SoftwareFeature_Name,
 60069                   0,
 60070               };
 60071               
 60072               static const char*
 60073               __root_cimv2_CIM_SoftwareFeature_qualifiers[] =
 60074               {
 60075                   /* UMLPackagePath */
 60076                   "\057CIM::Application::DeploymentModel",
 60077                   /* Version */
 60078                   "\0632.6.0",
 60079                   0,
 60080 mike  1.1.2.1 };
 60081               
 60082               MetaClass
 60083               __root_cimv2_CIM_SoftwareFeature =
 60084               {
 60085                   /* flags */
 60086                   META_FLAG_CLASS,
 60087                   /* name */
 60088                   "CIM_SoftwareFeature",
 60089                   /* qualifiers */
 60090                   __root_cimv2_CIM_SoftwareFeature_qualifiers,
 60091                   /* super */
 60092                   &__root_cimv2_CIM_LogicalElement,
 60093                   /* features */
 60094                   _CIM_SoftwareFeature_features,
 60095               };
 60096               
 60097               //==============================================================================
 60098               //
 60099               // Class: CIM_SoftwareFeatureComponent
 60100               //
 60101 mike  1.1.2.1 //==============================================================================
 60102               
 60103               static const char*
 60104               _CIM_SoftwareFeatureComponent_GroupComponent_qualifiers[] =
 60105               {
 60106                   /* Aggregate */
 60107                   "\003\001",
 60108                   /* Override */
 60109                   "\044GroupComponent",
 60110                   0,
 60111               };
 60112               
 60113               static MetaReference
 60114               _CIM_SoftwareFeatureComponent_GroupComponent =
 60115               {
 60116                   /* flags */
 60117                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 60118                   /* name */
 60119                   "GroupComponent",
 60120                   /* qualifiers */
 60121                   _CIM_SoftwareFeatureComponent_GroupComponent_qualifiers,
 60122 mike  1.1.2.1     /* subscript */
 60123                   -1,
 60124                   /* refId */
 60125                   &__root_cimv2_CIM_SoftwareFeature,
 60126               };
 60127               
 60128               static const char*
 60129               _CIM_SoftwareFeatureComponent_PartComponent_qualifiers[] =
 60130               {
 60131                   /* Override */
 60132                   "\044PartComponent",
 60133                   0,
 60134               };
 60135               
 60136               static MetaReference
 60137               _CIM_SoftwareFeatureComponent_PartComponent =
 60138               {
 60139                   /* flags */
 60140                   META_FLAG_REFERENCE|META_FLAG_READ,
 60141                   /* name */
 60142                   "PartComponent",
 60143 mike  1.1.2.1     /* qualifiers */
 60144                   _CIM_SoftwareFeatureComponent_PartComponent_qualifiers,
 60145                   /* subscript */
 60146                   -1,
 60147                   /* refId */
 60148                   &__root_cimv2_CIM_SoftwareFeature,
 60149               };
 60150               
 60151               static MetaFeature*
 60152               _CIM_SoftwareFeatureComponent_features[] =
 60153               {
 60154                   (MetaFeature*)&_CIM_SoftwareFeatureComponent_GroupComponent,
 60155                   (MetaFeature*)&_CIM_SoftwareFeatureComponent_PartComponent,
 60156                   0,
 60157               };
 60158               
 60159               static const char*
 60160               __root_cimv2_CIM_SoftwareFeatureComponent_qualifiers[] =
 60161               {
 60162                   /* ASSOCIATION */
 60163                   "\000\001",
 60164 mike  1.1.2.1     /* UMLPackagePath */
 60165                   "\057CIM::Application::DeploymentModel",
 60166                   /* Aggregation */
 60167                   "\004\001",
 60168                   /* Version */
 60169                   "\0632.6.0",
 60170                   0,
 60171               };
 60172               
 60173               MetaClass
 60174               __root_cimv2_CIM_SoftwareFeatureComponent =
 60175               {
 60176                   /* flags */
 60177                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 60178                   /* name */
 60179                   "CIM_SoftwareFeatureComponent",
 60180                   /* qualifiers */
 60181                   __root_cimv2_CIM_SoftwareFeatureComponent_qualifiers,
 60182                   /* super */
 60183                   &__root_cimv2_CIM_Component,
 60184                   /* features */
 60185 mike  1.1.2.1     _CIM_SoftwareFeatureComponent_features,
 60186               };
 60187               
 60188               //==============================================================================
 60189               //
 60190               // Class: CIM_SoftwareFeatureSoftwareElements
 60191               //
 60192               //==============================================================================
 60193               
 60194               static const char*
 60195               _CIM_SoftwareFeatureSoftwareElements_GroupComponent_qualifiers[] =
 60196               {
 60197                   /* Aggregate */
 60198                   "\003\001",
 60199                   /* Override */
 60200                   "\044GroupComponent",
 60201                   0,
 60202               };
 60203               
 60204               static MetaReference
 60205               _CIM_SoftwareFeatureSoftwareElements_GroupComponent =
 60206 mike  1.1.2.1 {
 60207                   /* flags */
 60208                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 60209                   /* name */
 60210                   "GroupComponent",
 60211                   /* qualifiers */
 60212                   _CIM_SoftwareFeatureSoftwareElements_GroupComponent_qualifiers,
 60213                   /* subscript */
 60214                   -1,
 60215                   /* refId */
 60216                   &__root_cimv2_CIM_SoftwareFeature,
 60217               };
 60218               
 60219               static const char*
 60220               _CIM_SoftwareFeatureSoftwareElements_PartComponent_qualifiers[] =
 60221               {
 60222                   /* Override */
 60223                   "\044PartComponent",
 60224                   0,
 60225               };
 60226               
 60227 mike  1.1.2.1 static MetaReference
 60228               _CIM_SoftwareFeatureSoftwareElements_PartComponent =
 60229               {
 60230                   /* flags */
 60231                   META_FLAG_REFERENCE|META_FLAG_READ,
 60232                   /* name */
 60233                   "PartComponent",
 60234                   /* qualifiers */
 60235                   _CIM_SoftwareFeatureSoftwareElements_PartComponent_qualifiers,
 60236                   /* subscript */
 60237                   -1,
 60238                   /* refId */
 60239                   &__root_cimv2_CIM_SoftwareElement,
 60240               };
 60241               
 60242               static MetaFeature*
 60243               _CIM_SoftwareFeatureSoftwareElements_features[] =
 60244               {
 60245                   (MetaFeature*)&_CIM_SoftwareFeatureSoftwareElements_GroupComponent,
 60246                   (MetaFeature*)&_CIM_SoftwareFeatureSoftwareElements_PartComponent,
 60247                   0,
 60248 mike  1.1.2.1 };
 60249               
 60250               static const char*
 60251               __root_cimv2_CIM_SoftwareFeatureSoftwareElements_qualifiers[] =
 60252               {
 60253                   /* ASSOCIATION */
 60254                   "\000\001",
 60255                   /* UMLPackagePath */
 60256                   "\057CIM::Application::DeploymentModel",
 60257                   /* Aggregation */
 60258                   "\004\001",
 60259                   /* Version */
 60260                   "\0632.6.0",
 60261                   0,
 60262               };
 60263               
 60264               MetaClass
 60265               __root_cimv2_CIM_SoftwareFeatureSoftwareElements =
 60266               {
 60267                   /* flags */
 60268                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 60269 mike  1.1.2.1     /* name */
 60270                   "CIM_SoftwareFeatureSoftwareElements",
 60271                   /* qualifiers */
 60272                   __root_cimv2_CIM_SoftwareFeatureSoftwareElements_qualifiers,
 60273                   /* super */
 60274                   &__root_cimv2_CIM_Component,
 60275                   /* features */
 60276                   _CIM_SoftwareFeatureSoftwareElements_features,
 60277               };
 60278               
 60279               //==============================================================================
 60280               //
 60281               // Class: CIM_SoftwareIdentity
 60282               //
 60283               //==============================================================================
 60284               
 60285               static const char*
 60286               _CIM_SoftwareIdentity_InstanceID_qualifiers[] =
 60287               {
 60288                   /* Key */
 60289                   "\025\001",
 60290 mike  1.1.2.1     0,
 60291               };
 60292               
 60293               static MetaProperty
 60294               _CIM_SoftwareIdentity_InstanceID =
 60295               {
 60296                   /* flags */
 60297                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60298                   /* name */
 60299                   "InstanceID",
 60300                   /* qualifiers */
 60301                   _CIM_SoftwareIdentity_InstanceID_qualifiers,
 60302                   /* type */
 60303                   CIMTYPE_STRING,
 60304                   /* subscript */
 60305                   -1,
 60306                   /* value */
 60307                   0,
 60308               };
 60309               
 60310               static const char*
 60311 mike  1.1.2.1 _CIM_SoftwareIdentity_MajorVersion_qualifiers[] =
 60312               {
 60313                   0,
 60314               };
 60315               
 60316               static MetaProperty
 60317               _CIM_SoftwareIdentity_MajorVersion =
 60318               {
 60319                   /* flags */
 60320                   META_FLAG_PROPERTY|META_FLAG_READ,
 60321                   /* name */
 60322                   "MajorVersion",
 60323                   /* qualifiers */
 60324                   _CIM_SoftwareIdentity_MajorVersion_qualifiers,
 60325                   /* type */
 60326                   CIMTYPE_UINT16,
 60327                   /* subscript */
 60328                   -1,
 60329                   /* value */
 60330                   0,
 60331               };
 60332 mike  1.1.2.1 
 60333               static const char*
 60334               _CIM_SoftwareIdentity_MinorVersion_qualifiers[] =
 60335               {
 60336                   0,
 60337               };
 60338               
 60339               static MetaProperty
 60340               _CIM_SoftwareIdentity_MinorVersion =
 60341               {
 60342                   /* flags */
 60343                   META_FLAG_PROPERTY|META_FLAG_READ,
 60344                   /* name */
 60345                   "MinorVersion",
 60346                   /* qualifiers */
 60347                   _CIM_SoftwareIdentity_MinorVersion_qualifiers,
 60348                   /* type */
 60349                   CIMTYPE_UINT16,
 60350                   /* subscript */
 60351                   -1,
 60352                   /* value */
 60353 mike  1.1.2.1     0,
 60354               };
 60355               
 60356               static const char*
 60357               _CIM_SoftwareIdentity_RevisionNumber_qualifiers[] =
 60358               {
 60359                   0,
 60360               };
 60361               
 60362               static MetaProperty
 60363               _CIM_SoftwareIdentity_RevisionNumber =
 60364               {
 60365                   /* flags */
 60366                   META_FLAG_PROPERTY|META_FLAG_READ,
 60367                   /* name */
 60368                   "RevisionNumber",
 60369                   /* qualifiers */
 60370                   _CIM_SoftwareIdentity_RevisionNumber_qualifiers,
 60371                   /* type */
 60372                   CIMTYPE_UINT16,
 60373                   /* subscript */
 60374 mike  1.1.2.1     -1,
 60375                   /* value */
 60376                   0,
 60377               };
 60378               
 60379               static const char*
 60380               _CIM_SoftwareIdentity_BuildNumber_qualifiers[] =
 60381               {
 60382                   0,
 60383               };
 60384               
 60385               static MetaProperty
 60386               _CIM_SoftwareIdentity_BuildNumber =
 60387               {
 60388                   /* flags */
 60389                   META_FLAG_PROPERTY|META_FLAG_READ,
 60390                   /* name */
 60391                   "BuildNumber",
 60392                   /* qualifiers */
 60393                   _CIM_SoftwareIdentity_BuildNumber_qualifiers,
 60394                   /* type */
 60395 mike  1.1.2.1     CIMTYPE_UINT16,
 60396                   /* subscript */
 60397                   -1,
 60398                   /* value */
 60399                   0,
 60400               };
 60401               
 60402               static const char*
 60403               _CIM_SoftwareIdentity_VersionString_qualifiers[] =
 60404               {
 60405                   0,
 60406               };
 60407               
 60408               static MetaProperty
 60409               _CIM_SoftwareIdentity_VersionString =
 60410               {
 60411                   /* flags */
 60412                   META_FLAG_PROPERTY|META_FLAG_READ,
 60413                   /* name */
 60414                   "VersionString",
 60415                   /* qualifiers */
 60416 mike  1.1.2.1     _CIM_SoftwareIdentity_VersionString_qualifiers,
 60417                   /* type */
 60418                   CIMTYPE_STRING,
 60419                   /* subscript */
 60420                   -1,
 60421                   /* value */
 60422                   0,
 60423               };
 60424               
 60425               static const char*
 60426               _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers[] =
 60427               {
 60428                   0,
 60429               };
 60430               
 60431               static MetaProperty
 60432               _CIM_SoftwareIdentity_TargetOperatingSystems =
 60433               {
 60434                   /* flags */
 60435                   META_FLAG_PROPERTY|META_FLAG_READ,
 60436                   /* name */
 60437 mike  1.1.2.1     "TargetOperatingSystems",
 60438                   /* qualifiers */
 60439                   _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers,
 60440                   /* type */
 60441                   CIMTYPE_STRING,
 60442                   /* subscript */
 60443                   0,
 60444                   /* value */
 60445                   0,
 60446               };
 60447               
 60448               static const char*
 60449               _CIM_SoftwareIdentity_Manufacturer_qualifiers[] =
 60450               {
 60451                   0,
 60452               };
 60453               
 60454               static MetaProperty
 60455               _CIM_SoftwareIdentity_Manufacturer =
 60456               {
 60457                   /* flags */
 60458 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 60459                   /* name */
 60460                   "Manufacturer",
 60461                   /* qualifiers */
 60462                   _CIM_SoftwareIdentity_Manufacturer_qualifiers,
 60463                   /* type */
 60464                   CIMTYPE_STRING,
 60465                   /* subscript */
 60466                   -1,
 60467                   /* value */
 60468                   0,
 60469               };
 60470               
 60471               static const char*
 60472               _CIM_SoftwareIdentity_Languages_qualifiers[] =
 60473               {
 60474                   0,
 60475               };
 60476               
 60477               static MetaProperty
 60478               _CIM_SoftwareIdentity_Languages =
 60479 mike  1.1.2.1 {
 60480                   /* flags */
 60481                   META_FLAG_PROPERTY|META_FLAG_READ,
 60482                   /* name */
 60483                   "Languages",
 60484                   /* qualifiers */
 60485                   _CIM_SoftwareIdentity_Languages_qualifiers,
 60486                   /* type */
 60487                   CIMTYPE_STRING,
 60488                   /* subscript */
 60489                   0,
 60490                   /* value */
 60491                   0,
 60492               };
 60493               
 60494               static const char*
 60495               _CIM_SoftwareIdentity_Classifications_qualifiers[] =
 60496               {
 60497                   /* ValueMap */
 60498                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000..\0000x8000..0xFFFF\000",
 60499                   /* Values */
 60500 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",
 60501                   /* ArrayType */
 60502                   "\005Indexed",
 60503                   /* ModelCorrespondence */
 60504                   "\036\000\001CIM_SoftwareIdentity.ClassificationDescriptions\000",
 60505                   0,
 60506               };
 60507               
 60508               static MetaProperty
 60509               _CIM_SoftwareIdentity_Classifications =
 60510               {
 60511                   /* flags */
 60512                   META_FLAG_PROPERTY|META_FLAG_READ,
 60513                   /* name */
 60514                   "Classifications",
 60515                   /* qualifiers */
 60516                   _CIM_SoftwareIdentity_Classifications_qualifiers,
 60517                   /* type */
 60518                   CIMTYPE_UINT16,
 60519                   /* subscript */
 60520                   0,
 60521 mike  1.1.2.1     /* value */
 60522                   0,
 60523               };
 60524               
 60525               static const char*
 60526               _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers[] =
 60527               {
 60528                   /* ArrayType */
 60529                   "\005Indexed",
 60530                   /* ModelCorrespondence */
 60531                   "\036\000\001CIM_SoftwareIdentity.Classifications\000",
 60532                   0,
 60533               };
 60534               
 60535               static MetaProperty
 60536               _CIM_SoftwareIdentity_ClassificationDescriptions =
 60537               {
 60538                   /* flags */
 60539                   META_FLAG_PROPERTY|META_FLAG_READ,
 60540                   /* name */
 60541                   "ClassificationDescriptions",
 60542 mike  1.1.2.1     /* qualifiers */
 60543                   _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers,
 60544                   /* type */
 60545                   CIMTYPE_STRING,
 60546                   /* subscript */
 60547                   0,
 60548                   /* value */
 60549                   0,
 60550               };
 60551               
 60552               static const char*
 60553               _CIM_SoftwareIdentity_SerialNumber_qualifiers[] =
 60554               {
 60555                   0,
 60556               };
 60557               
 60558               static MetaProperty
 60559               _CIM_SoftwareIdentity_SerialNumber =
 60560               {
 60561                   /* flags */
 60562                   META_FLAG_PROPERTY|META_FLAG_READ,
 60563 mike  1.1.2.1     /* name */
 60564                   "SerialNumber",
 60565                   /* qualifiers */
 60566                   _CIM_SoftwareIdentity_SerialNumber_qualifiers,
 60567                   /* type */
 60568                   CIMTYPE_STRING,
 60569                   /* subscript */
 60570                   -1,
 60571                   /* value */
 60572                   0,
 60573               };
 60574               
 60575               static const char*
 60576               _CIM_SoftwareIdentity_ReleaseDate_qualifiers[] =
 60577               {
 60578                   0,
 60579               };
 60580               
 60581               static MetaProperty
 60582               _CIM_SoftwareIdentity_ReleaseDate =
 60583               {
 60584 mike  1.1.2.1     /* flags */
 60585                   META_FLAG_PROPERTY|META_FLAG_READ,
 60586                   /* name */
 60587                   "ReleaseDate",
 60588                   /* qualifiers */
 60589                   _CIM_SoftwareIdentity_ReleaseDate_qualifiers,
 60590                   /* type */
 60591                   CIMTYPE_DATETIME,
 60592                   /* subscript */
 60593                   -1,
 60594                   /* value */
 60595                   0,
 60596               };
 60597               
 60598               static MetaFeature*
 60599               _CIM_SoftwareIdentity_features[] =
 60600               {
 60601                   (MetaFeature*)&_CIM_SoftwareIdentity_InstanceID,
 60602                   (MetaFeature*)&_CIM_SoftwareIdentity_MajorVersion,
 60603                   (MetaFeature*)&_CIM_SoftwareIdentity_MinorVersion,
 60604                   (MetaFeature*)&_CIM_SoftwareIdentity_RevisionNumber,
 60605 mike  1.1.2.1     (MetaFeature*)&_CIM_SoftwareIdentity_BuildNumber,
 60606                   (MetaFeature*)&_CIM_SoftwareIdentity_VersionString,
 60607                   (MetaFeature*)&_CIM_SoftwareIdentity_TargetOperatingSystems,
 60608                   (MetaFeature*)&_CIM_SoftwareIdentity_Manufacturer,
 60609                   (MetaFeature*)&_CIM_SoftwareIdentity_Languages,
 60610                   (MetaFeature*)&_CIM_SoftwareIdentity_Classifications,
 60611                   (MetaFeature*)&_CIM_SoftwareIdentity_ClassificationDescriptions,
 60612                   (MetaFeature*)&_CIM_SoftwareIdentity_SerialNumber,
 60613                   (MetaFeature*)&_CIM_SoftwareIdentity_ReleaseDate,
 60614                   0,
 60615               };
 60616               
 60617               static const char*
 60618               __root_cimv2_CIM_SoftwareIdentity_qualifiers[] =
 60619               {
 60620                   /* UMLPackagePath */
 60621                   "\057CIM::Core::Software",
 60622                   /* Version */
 60623                   "\0632.13.0",
 60624                   0,
 60625               };
 60626 mike  1.1.2.1 
 60627               MetaClass
 60628               __root_cimv2_CIM_SoftwareIdentity =
 60629               {
 60630                   /* flags */
 60631                   META_FLAG_CLASS,
 60632                   /* name */
 60633                   "CIM_SoftwareIdentity",
 60634                   /* qualifiers */
 60635                   __root_cimv2_CIM_SoftwareIdentity_qualifiers,
 60636                   /* super */
 60637                   &__root_cimv2_CIM_LogicalElement,
 60638                   /* features */
 60639                   _CIM_SoftwareIdentity_features,
 60640               };
 60641               
 60642               //==============================================================================
 60643               //
 60644               // Class: CIM_SpanningTreeStatistics
 60645               //
 60646               //==============================================================================
 60647 mike  1.1.2.1 
 60648               static const char*
 60649               _CIM_SpanningTreeStatistics_TimeSinceTopologyChange_qualifiers[] =
 60650               {
 60651                   /* Units */
 60652                   "\060Hundredths of Seconds",
 60653                   /* MappingStrings */
 60654                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpTimeSinceTopologyChange\000",
 60655                   0,
 60656               };
 60657               
 60658               static MetaProperty
 60659               _CIM_SpanningTreeStatistics_TimeSinceTopologyChange =
 60660               {
 60661                   /* flags */
 60662                   META_FLAG_PROPERTY|META_FLAG_READ,
 60663                   /* name */
 60664                   "TimeSinceTopologyChange",
 60665                   /* qualifiers */
 60666                   _CIM_SpanningTreeStatistics_TimeSinceTopologyChange_qualifiers,
 60667                   /* type */
 60668 mike  1.1.2.1     CIMTYPE_UINT32,
 60669                   /* subscript */
 60670                   -1,
 60671                   /* value */
 60672                   0,
 60673               };
 60674               
 60675               static const char*
 60676               _CIM_SpanningTreeStatistics_TopChanges_qualifiers[] =
 60677               {
 60678                   /* Counter */
 60679                   "\012\001",
 60680                   /* MappingStrings */
 60681                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpTopChanges\000",
 60682                   0,
 60683               };
 60684               
 60685               static MetaProperty
 60686               _CIM_SpanningTreeStatistics_TopChanges =
 60687               {
 60688                   /* flags */
 60689 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 60690                   /* name */
 60691                   "TopChanges",
 60692                   /* qualifiers */
 60693                   _CIM_SpanningTreeStatistics_TopChanges_qualifiers,
 60694                   /* type */
 60695                   CIMTYPE_UINT32,
 60696                   /* subscript */
 60697                   -1,
 60698                   /* value */
 60699                   0,
 60700               };
 60701               
 60702               static MetaFeature*
 60703               _CIM_SpanningTreeStatistics_features[] =
 60704               {
 60705                   (MetaFeature*)&_CIM_SpanningTreeStatistics_TimeSinceTopologyChange,
 60706                   (MetaFeature*)&_CIM_SpanningTreeStatistics_TopChanges,
 60707                   0,
 60708               };
 60709               
 60710 mike  1.1.2.1 static const char*
 60711               __root_cimv2_CIM_SpanningTreeStatistics_qualifiers[] =
 60712               {
 60713                   /* UMLPackagePath */
 60714                   "\057CIM::Network::SwitchingBridging",
 60715                   /* Version */
 60716                   "\0632.7.0",
 60717                   0,
 60718               };
 60719               
 60720               MetaClass
 60721               __root_cimv2_CIM_SpanningTreeStatistics =
 60722               {
 60723                   /* flags */
 60724                   META_FLAG_CLASS,
 60725                   /* name */
 60726                   "CIM_SpanningTreeStatistics",
 60727                   /* qualifiers */
 60728                   __root_cimv2_CIM_SpanningTreeStatistics_qualifiers,
 60729                   /* super */
 60730                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 60731 mike  1.1.2.1     /* features */
 60732                   _CIM_SpanningTreeStatistics_features,
 60733               };
 60734               
 60735               //==============================================================================
 60736               //
 60737               // Class: CIM_SpareGroup
 60738               //
 60739               //==============================================================================
 60740               
 60741               static const char*
 60742               _CIM_SpareGroup_Failover_FailoverFrom_qualifiers[] =
 60743               {
 60744                   /* IN */
 60745                   "\024\001",
 60746                   0,
 60747               };
 60748               
 60749               static MetaReference
 60750               _CIM_SpareGroup_Failover_FailoverFrom =
 60751               {
 60752 mike  1.1.2.1     /* flags */
 60753                   META_FLAG_REFERENCE|META_FLAG_IN,
 60754                   /* name */
 60755                   "FailoverFrom",
 60756                   /* qualifiers */
 60757                   _CIM_SpareGroup_Failover_FailoverFrom_qualifiers,
 60758                   /* subscript */
 60759                   -1,
 60760                   /* ref */
 60761                   &__root_cimv2_CIM_ManagedSystemElement,
 60762               };
 60763               
 60764               static const char*
 60765               _CIM_SpareGroup_Failover_FailoverTo_qualifiers[] =
 60766               {
 60767                   /* IN */
 60768                   "\024\001",
 60769                   0,
 60770               };
 60771               
 60772               static MetaReference
 60773 mike  1.1.2.1 _CIM_SpareGroup_Failover_FailoverTo =
 60774               {
 60775                   /* flags */
 60776                   META_FLAG_REFERENCE|META_FLAG_IN,
 60777                   /* name */
 60778                   "FailoverTo",
 60779                   /* qualifiers */
 60780                   _CIM_SpareGroup_Failover_FailoverTo_qualifiers,
 60781                   /* subscript */
 60782                   -1,
 60783                   /* ref */
 60784                   &__root_cimv2_CIM_ManagedSystemElement,
 60785               };
 60786               
 60787               static MetaFeature*
 60788               _CIM_SpareGroup_Failover_parameters[] =
 60789               {
 60790                   (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverFrom,
 60791                   (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverTo,
 60792                   0,
 60793               };
 60794 mike  1.1.2.1 
 60795               static const char*
 60796               _CIM_SpareGroup_Failover_qualifiers[] =
 60797               {
 60798                   /* Deprecated */
 60799                   "\013\000\001CIM_RedundancySet.FailOver()\000",
 60800                   0,
 60801               };
 60802               
 60803               static MetaMethod
 60804               _CIM_SpareGroup_Failover =
 60805               {
 60806                   /* flags */
 60807                   META_FLAG_METHOD,
 60808                   /* name */
 60809                   "CIM_SpareGroup",
 60810                   /* qualifiers */
 60811                   _CIM_SpareGroup_Failover_qualifiers,
 60812                   /* type */
 60813                   CIMTYPE_UINT32,
 60814                   /* parameters */
 60815 mike  1.1.2.1     _CIM_SpareGroup_Failover_parameters,
 60816               };
 60817               
 60818               static MetaFeature*
 60819               _CIM_SpareGroup_features[] =
 60820               {
 60821                   (MetaFeature*)&_CIM_SpareGroup_Failover,
 60822                   0,
 60823               };
 60824               
 60825               static const char*
 60826               __root_cimv2_CIM_SpareGroup_qualifiers[] =
 60827               {
 60828                   /* Deprecated */
 60829                   "\013\000\001CIM_RedundancySet\000",
 60830                   /* UMLPackagePath */
 60831                   "\057CIM::Core::Redundancy",
 60832                   /* Version */
 60833                   "\0632.13.0",
 60834                   0,
 60835               };
 60836 mike  1.1.2.1 
 60837               MetaClass
 60838               __root_cimv2_CIM_SpareGroup =
 60839               {
 60840                   /* flags */
 60841                   META_FLAG_CLASS,
 60842                   /* name */
 60843                   "CIM_SpareGroup",
 60844                   /* qualifiers */
 60845                   __root_cimv2_CIM_SpareGroup_qualifiers,
 60846                   /* super */
 60847                   &__root_cimv2_CIM_RedundancyGroup,
 60848                   /* features */
 60849                   _CIM_SpareGroup_features,
 60850               };
 60851               
 60852               //==============================================================================
 60853               //
 60854               // Class: CIM_StaticForwardingEntry
 60855               //
 60856               //==============================================================================
 60857 mike  1.1.2.1 
 60858               static const char*
 60859               _CIM_StaticForwardingEntry_SystemCreationClassName_qualifiers[] =
 60860               {
 60861                   /* Key */
 60862                   "\025\001",
 60863                   /* Propagated */
 60864                   "\045CIM_System.CreationClassName",
 60865                   /* MaxLen */
 60866                   "\030\000\000\001\000",
 60867                   0,
 60868               };
 60869               
 60870               static MetaProperty
 60871               _CIM_StaticForwardingEntry_SystemCreationClassName =
 60872               {
 60873                   /* flags */
 60874                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60875                   /* name */
 60876                   "SystemCreationClassName",
 60877                   /* qualifiers */
 60878 mike  1.1.2.1     _CIM_StaticForwardingEntry_SystemCreationClassName_qualifiers,
 60879                   /* type */
 60880                   CIMTYPE_STRING,
 60881                   /* subscript */
 60882                   -1,
 60883                   /* value */
 60884                   0,
 60885               };
 60886               
 60887               static const char*
 60888               _CIM_StaticForwardingEntry_SystemName_qualifiers[] =
 60889               {
 60890                   /* Key */
 60891                   "\025\001",
 60892                   /* Propagated */
 60893                   "\045CIM_System.Name",
 60894                   /* MaxLen */
 60895                   "\030\000\000\001\000",
 60896                   0,
 60897               };
 60898               
 60899 mike  1.1.2.1 static MetaProperty
 60900               _CIM_StaticForwardingEntry_SystemName =
 60901               {
 60902                   /* flags */
 60903                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60904                   /* name */
 60905                   "SystemName",
 60906                   /* qualifiers */
 60907                   _CIM_StaticForwardingEntry_SystemName_qualifiers,
 60908                   /* type */
 60909                   CIMTYPE_STRING,
 60910                   /* subscript */
 60911                   -1,
 60912                   /* value */
 60913                   0,
 60914               };
 60915               
 60916               static const char*
 60917               _CIM_StaticForwardingEntry_ServiceCreationClassName_qualifiers[] =
 60918               {
 60919                   /* Key */
 60920 mike  1.1.2.1     "\025\001",
 60921                   /* Propagated */
 60922                   "\045CIM_Service.CreationClassName",
 60923                   /* MaxLen */
 60924                   "\030\000\000\001\000",
 60925                   0,
 60926               };
 60927               
 60928               static MetaProperty
 60929               _CIM_StaticForwardingEntry_ServiceCreationClassName =
 60930               {
 60931                   /* flags */
 60932                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60933                   /* name */
 60934                   "ServiceCreationClassName",
 60935                   /* qualifiers */
 60936                   _CIM_StaticForwardingEntry_ServiceCreationClassName_qualifiers,
 60937                   /* type */
 60938                   CIMTYPE_STRING,
 60939                   /* subscript */
 60940                   -1,
 60941 mike  1.1.2.1     /* value */
 60942                   0,
 60943               };
 60944               
 60945               static const char*
 60946               _CIM_StaticForwardingEntry_ServiceName_qualifiers[] =
 60947               {
 60948                   /* Key */
 60949                   "\025\001",
 60950                   /* Propagated */
 60951                   "\045CIM_Service.Name",
 60952                   /* MaxLen */
 60953                   "\030\000\000\001\000",
 60954                   0,
 60955               };
 60956               
 60957               static MetaProperty
 60958               _CIM_StaticForwardingEntry_ServiceName =
 60959               {
 60960                   /* flags */
 60961                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60962 mike  1.1.2.1     /* name */
 60963                   "ServiceName",
 60964                   /* qualifiers */
 60965                   _CIM_StaticForwardingEntry_ServiceName_qualifiers,
 60966                   /* type */
 60967                   CIMTYPE_STRING,
 60968                   /* subscript */
 60969                   -1,
 60970                   /* value */
 60971                   0,
 60972               };
 60973               
 60974               static const char*
 60975               _CIM_StaticForwardingEntry_CreationClassName_qualifiers[] =
 60976               {
 60977                   /* Key */
 60978                   "\025\001",
 60979                   /* MaxLen */
 60980                   "\030\000\000\001\000",
 60981                   0,
 60982               };
 60983 mike  1.1.2.1 
 60984               static MetaProperty
 60985               _CIM_StaticForwardingEntry_CreationClassName =
 60986               {
 60987                   /* flags */
 60988                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60989                   /* name */
 60990                   "CreationClassName",
 60991                   /* qualifiers */
 60992                   _CIM_StaticForwardingEntry_CreationClassName_qualifiers,
 60993                   /* type */
 60994                   CIMTYPE_STRING,
 60995                   /* subscript */
 60996                   -1,
 60997                   /* value */
 60998                   0,
 60999               };
 61000               
 61001               static const char*
 61002               _CIM_StaticForwardingEntry_MACAddress_qualifiers[] =
 61003               {
 61004 mike  1.1.2.1     /* Key */
 61005                   "\025\001",
 61006                   /* MaxLen */
 61007                   "\030\000\000\000\014",
 61008                   /* MappingStrings */
 61009                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStaticAddress\000",
 61010                   0,
 61011               };
 61012               
 61013               static MetaProperty
 61014               _CIM_StaticForwardingEntry_MACAddress =
 61015               {
 61016                   /* flags */
 61017                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 61018                   /* name */
 61019                   "MACAddress",
 61020                   /* qualifiers */
 61021                   _CIM_StaticForwardingEntry_MACAddress_qualifiers,
 61022                   /* type */
 61023                   CIMTYPE_STRING,
 61024                   /* subscript */
 61025 mike  1.1.2.1     -1,
 61026                   /* value */
 61027                   0,
 61028               };
 61029               
 61030               static const char*
 61031               _CIM_StaticForwardingEntry_StaticStatus_qualifiers[] =
 61032               {
 61033                   /* ValueMap */
 61034                   "\061\000\0051\0002\0003\0004\0005\000",
 61035                   /* Values */
 61036                   "\062\000\005Other\000Invalid\000Permanent\000DeleteOnReset\000DeleteOnTimeout\000",
 61037                   /* MappingStrings */
 61038                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStaticStatus\000",
 61039                   0,
 61040               };
 61041               
 61042               static MetaProperty
 61043               _CIM_StaticForwardingEntry_StaticStatus =
 61044               {
 61045                   /* flags */
 61046 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61047                   /* name */
 61048                   "StaticStatus",
 61049                   /* qualifiers */
 61050                   _CIM_StaticForwardingEntry_StaticStatus_qualifiers,
 61051                   /* type */
 61052                   CIMTYPE_UINT16,
 61053                   /* subscript */
 61054                   -1,
 61055                   /* value */
 61056                   0,
 61057               };
 61058               
 61059               static const char*
 61060               _CIM_StaticForwardingEntry_AllowedToGo_qualifiers[] =
 61061               {
 61062                   0,
 61063               };
 61064               
 61065               static MetaProperty
 61066               _CIM_StaticForwardingEntry_AllowedToGo =
 61067 mike  1.1.2.1 {
 61068                   /* flags */
 61069                   META_FLAG_PROPERTY|META_FLAG_READ,
 61070                   /* name */
 61071                   "AllowedToGo",
 61072                   /* qualifiers */
 61073                   _CIM_StaticForwardingEntry_AllowedToGo_qualifiers,
 61074                   /* type */
 61075                   CIMTYPE_UINT16,
 61076                   /* subscript */
 61077                   0,
 61078                   /* value */
 61079                   0,
 61080               };
 61081               
 61082               static MetaFeature*
 61083               _CIM_StaticForwardingEntry_features[] =
 61084               {
 61085                   (MetaFeature*)&_CIM_StaticForwardingEntry_SystemCreationClassName,
 61086                   (MetaFeature*)&_CIM_StaticForwardingEntry_SystemName,
 61087                   (MetaFeature*)&_CIM_StaticForwardingEntry_ServiceCreationClassName,
 61088 mike  1.1.2.1     (MetaFeature*)&_CIM_StaticForwardingEntry_ServiceName,
 61089                   (MetaFeature*)&_CIM_StaticForwardingEntry_CreationClassName,
 61090                   (MetaFeature*)&_CIM_StaticForwardingEntry_MACAddress,
 61091                   (MetaFeature*)&_CIM_StaticForwardingEntry_StaticStatus,
 61092                   (MetaFeature*)&_CIM_StaticForwardingEntry_AllowedToGo,
 61093                   0,
 61094               };
 61095               
 61096               static const char*
 61097               __root_cimv2_CIM_StaticForwardingEntry_qualifiers[] =
 61098               {
 61099                   /* UMLPackagePath */
 61100                   "\057CIM::Network::SwitchingBridging",
 61101                   /* Version */
 61102                   "\0632.7.0",
 61103                   0,
 61104               };
 61105               
 61106               MetaClass
 61107               __root_cimv2_CIM_StaticForwardingEntry =
 61108               {
 61109 mike  1.1.2.1     /* flags */
 61110                   META_FLAG_CLASS,
 61111                   /* name */
 61112                   "CIM_StaticForwardingEntry",
 61113                   /* qualifiers */
 61114                   __root_cimv2_CIM_StaticForwardingEntry_qualifiers,
 61115                   /* super */
 61116                   &__root_cimv2_CIM_LogicalElement,
 61117                   /* features */
 61118                   _CIM_StaticForwardingEntry_features,
 61119               };
 61120               
 61121               //==============================================================================
 61122               //
 61123               // Class: CIM_StatisticsCollection
 61124               //
 61125               //==============================================================================
 61126               
 61127               static const char*
 61128               _CIM_StatisticsCollection_SampleInterval_qualifiers[] =
 61129               {
 61130 mike  1.1.2.1     0,
 61131               };
 61132               
 61133               static MetaProperty
 61134               _CIM_StatisticsCollection_SampleInterval =
 61135               {
 61136                   /* flags */
 61137                   META_FLAG_PROPERTY|META_FLAG_READ,
 61138                   /* name */
 61139                   "SampleInterval",
 61140                   /* qualifiers */
 61141                   _CIM_StatisticsCollection_SampleInterval_qualifiers,
 61142                   /* type */
 61143                   CIMTYPE_DATETIME,
 61144                   /* subscript */
 61145                   -1,
 61146                   /* value */
 61147                   "00000000000000.000000:000",
 61148               };
 61149               
 61150               static const char*
 61151 mike  1.1.2.1 _CIM_StatisticsCollection_TimeLastSampled_qualifiers[] =
 61152               {
 61153                   0,
 61154               };
 61155               
 61156               static MetaProperty
 61157               _CIM_StatisticsCollection_TimeLastSampled =
 61158               {
 61159                   /* flags */
 61160                   META_FLAG_PROPERTY|META_FLAG_READ,
 61161                   /* name */
 61162                   "TimeLastSampled",
 61163                   /* qualifiers */
 61164                   _CIM_StatisticsCollection_TimeLastSampled_qualifiers,
 61165                   /* type */
 61166                   CIMTYPE_DATETIME,
 61167                   /* subscript */
 61168                   -1,
 61169                   /* value */
 61170                   0,
 61171               };
 61172 mike  1.1.2.1 
 61173               static MetaFeature*
 61174               _CIM_StatisticsCollection_features[] =
 61175               {
 61176                   (MetaFeature*)&_CIM_StatisticsCollection_SampleInterval,
 61177                   (MetaFeature*)&_CIM_StatisticsCollection_TimeLastSampled,
 61178                   0,
 61179               };
 61180               
 61181               static const char*
 61182               __root_cimv2_CIM_StatisticsCollection_qualifiers[] =
 61183               {
 61184                   /* UMLPackagePath */
 61185                   "\057CIM::Core::Statistics",
 61186                   /* Version */
 61187                   "\0632.8.1000",
 61188                   0,
 61189               };
 61190               
 61191               MetaClass
 61192               __root_cimv2_CIM_StatisticsCollection =
 61193 mike  1.1.2.1 {
 61194                   /* flags */
 61195                   META_FLAG_CLASS,
 61196                   /* name */
 61197                   "CIM_StatisticsCollection",
 61198                   /* qualifiers */
 61199                   __root_cimv2_CIM_StatisticsCollection_qualifiers,
 61200                   /* super */
 61201                   &__root_cimv2_CIM_SystemSpecificCollection,
 61202                   /* features */
 61203                   _CIM_StatisticsCollection_features,
 61204               };
 61205               
 61206               //==============================================================================
 61207               //
 61208               // Class: CIM_StorageCapabilities
 61209               //
 61210               //==============================================================================
 61211               
 61212               static const char*
 61213               _CIM_StorageCapabilities_ElementType_qualifiers[] =
 61214 mike  1.1.2.1 {
 61215                   /* ValueMap */
 61216                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 61217                   /* Values */
 61218                   "\062\000\010Unknown\000Reserved\000Any Type\000StorageVolume\000StorageExtent\000StoragePool\000StorageConfigurationService\000LogicalDisk\000",
 61219                   0,
 61220               };
 61221               
 61222               static MetaProperty
 61223               _CIM_StorageCapabilities_ElementType =
 61224               {
 61225                   /* flags */
 61226                   META_FLAG_PROPERTY|META_FLAG_READ,
 61227                   /* name */
 61228                   "ElementType",
 61229                   /* qualifiers */
 61230                   _CIM_StorageCapabilities_ElementType_qualifiers,
 61231                   /* type */
 61232                   CIMTYPE_UINT16,
 61233                   /* subscript */
 61234                   -1,
 61235 mike  1.1.2.1     /* value */
 61236                   0,
 61237               };
 61238               
 61239               static const char*
 61240               _CIM_StorageCapabilities_NoSinglePointOfFailure_qualifiers[] =
 61241               {
 61242                   /* ModelCorrespondence */
 61243                   "\036\000\001CIM_StorageCapabilities.NoSinglePointOfFailureDefault\000",
 61244                   0,
 61245               };
 61246               
 61247               static MetaProperty
 61248               _CIM_StorageCapabilities_NoSinglePointOfFailure =
 61249               {
 61250                   /* flags */
 61251                   META_FLAG_PROPERTY|META_FLAG_READ,
 61252                   /* name */
 61253                   "NoSinglePointOfFailure",
 61254                   /* qualifiers */
 61255                   _CIM_StorageCapabilities_NoSinglePointOfFailure_qualifiers,
 61256 mike  1.1.2.1     /* type */
 61257                   CIMTYPE_BOOLEAN,
 61258                   /* subscript */
 61259                   -1,
 61260                   /* value */
 61261                   0,
 61262               };
 61263               
 61264               static const char*
 61265               _CIM_StorageCapabilities_NoSinglePointOfFailureDefault_qualifiers[] =
 61266               {
 61267                   /* ModelCorrespondence */
 61268                   "\036\000\001CIM_StorageCapabilities.NoSinglePointOfFailure\000",
 61269                   0,
 61270               };
 61271               
 61272               static MetaProperty
 61273               _CIM_StorageCapabilities_NoSinglePointOfFailureDefault =
 61274               {
 61275                   /* flags */
 61276                   META_FLAG_PROPERTY|META_FLAG_READ,
 61277 mike  1.1.2.1     /* name */
 61278                   "NoSinglePointOfFailureDefault",
 61279                   /* qualifiers */
 61280                   _CIM_StorageCapabilities_NoSinglePointOfFailureDefault_qualifiers,
 61281                   /* type */
 61282                   CIMTYPE_BOOLEAN,
 61283                   /* subscript */
 61284                   -1,
 61285                   /* value */
 61286                   0,
 61287               };
 61288               
 61289               static const char*
 61290               _CIM_StorageCapabilities_DataRedundancyMax_qualifiers[] =
 61291               {
 61292                   /* MinValue */
 61293                   "\035\000\000\000\000\000\000\000\001",
 61294                   /* ModelCorrespondence */
 61295                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMin\000CIM_StorageCapabilities.DataRedundancyDefault\000",
 61296                   0,
 61297               };
 61298 mike  1.1.2.1 
 61299               static MetaProperty
 61300               _CIM_StorageCapabilities_DataRedundancyMax =
 61301               {
 61302                   /* flags */
 61303                   META_FLAG_PROPERTY|META_FLAG_READ,
 61304                   /* name */
 61305                   "DataRedundancyMax",
 61306                   /* qualifiers */
 61307                   _CIM_StorageCapabilities_DataRedundancyMax_qualifiers,
 61308                   /* type */
 61309                   CIMTYPE_UINT16,
 61310                   /* subscript */
 61311                   -1,
 61312                   /* value */
 61313                   0,
 61314               };
 61315               
 61316               static const char*
 61317               _CIM_StorageCapabilities_DataRedundancyMin_qualifiers[] =
 61318               {
 61319 mike  1.1.2.1     /* MinValue */
 61320                   "\035\000\000\000\000\000\000\000\001",
 61321                   /* ModelCorrespondence */
 61322                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMax\000CIM_StorageCapabilities.DataRedundancyDefault\000",
 61323                   0,
 61324               };
 61325               
 61326               static MetaProperty
 61327               _CIM_StorageCapabilities_DataRedundancyMin =
 61328               {
 61329                   /* flags */
 61330                   META_FLAG_PROPERTY|META_FLAG_READ,
 61331                   /* name */
 61332                   "DataRedundancyMin",
 61333                   /* qualifiers */
 61334                   _CIM_StorageCapabilities_DataRedundancyMin_qualifiers,
 61335                   /* type */
 61336                   CIMTYPE_UINT16,
 61337                   /* subscript */
 61338                   -1,
 61339                   /* value */
 61340 mike  1.1.2.1     0,
 61341               };
 61342               
 61343               static const char*
 61344               _CIM_StorageCapabilities_DataRedundancyDefault_qualifiers[] =
 61345               {
 61346                   /* MinValue */
 61347                   "\035\000\000\000\000\000\000\000\001",
 61348                   /* ModelCorrespondence */
 61349                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMax\000CIM_StorageCapabilities.DataRedundancyMin\000",
 61350                   0,
 61351               };
 61352               
 61353               static MetaProperty
 61354               _CIM_StorageCapabilities_DataRedundancyDefault =
 61355               {
 61356                   /* flags */
 61357                   META_FLAG_PROPERTY|META_FLAG_READ,
 61358                   /* name */
 61359                   "DataRedundancyDefault",
 61360                   /* qualifiers */
 61361 mike  1.1.2.1     _CIM_StorageCapabilities_DataRedundancyDefault_qualifiers,
 61362                   /* type */
 61363                   CIMTYPE_UINT16,
 61364                   /* subscript */
 61365                   -1,
 61366                   /* value */
 61367                   0,
 61368               };
 61369               
 61370               static const char*
 61371               _CIM_StorageCapabilities_PackageRedundancyMax_qualifiers[] =
 61372               {
 61373                   /* ModelCorrespondence */
 61374                   "\036\000\002CIM_StorageCapabilities.PackageRedundancyMin\000CIM_StorageCapabilities.PackageRedundancyDefault\000",
 61375                   0,
 61376               };
 61377               
 61378               static MetaProperty
 61379               _CIM_StorageCapabilities_PackageRedundancyMax =
 61380               {
 61381                   /* flags */
 61382 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61383                   /* name */
 61384                   "PackageRedundancyMax",
 61385                   /* qualifiers */
 61386                   _CIM_StorageCapabilities_PackageRedundancyMax_qualifiers,
 61387                   /* type */
 61388                   CIMTYPE_UINT16,
 61389                   /* subscript */
 61390                   -1,
 61391                   /* value */
 61392                   0,
 61393               };
 61394               
 61395               static const char*
 61396               _CIM_StorageCapabilities_PackageRedundancyMin_qualifiers[] =
 61397               {
 61398                   /* ModelCorrespondence */
 61399                   "\036\000\002CIM_StorageCapabilities.PackageRedundancyMax\000CIM_StorageCapabilities.PackageRedundancyDefault\000",
 61400                   0,
 61401               };
 61402               
 61403 mike  1.1.2.1 static MetaProperty
 61404               _CIM_StorageCapabilities_PackageRedundancyMin =
 61405               {
 61406                   /* flags */
 61407                   META_FLAG_PROPERTY|META_FLAG_READ,
 61408                   /* name */
 61409                   "PackageRedundancyMin",
 61410                   /* qualifiers */
 61411                   _CIM_StorageCapabilities_PackageRedundancyMin_qualifiers,
 61412                   /* type */
 61413                   CIMTYPE_UINT16,
 61414                   /* subscript */
 61415                   -1,
 61416                   /* value */
 61417                   0,
 61418               };
 61419               
 61420               static const char*
 61421               _CIM_StorageCapabilities_PackageRedundancyDefault_qualifiers[] =
 61422               {
 61423                   /* ModelCorrespondence */
 61424 mike  1.1.2.1     "\036\000\002CIM_StorageCapabilities.PackageRedundancyMin\000CIM_StorageCapabilities.PackageRedundancyMax\000",
 61425                   0,
 61426               };
 61427               
 61428               static MetaProperty
 61429               _CIM_StorageCapabilities_PackageRedundancyDefault =
 61430               {
 61431                   /* flags */
 61432                   META_FLAG_PROPERTY|META_FLAG_READ,
 61433                   /* name */
 61434                   "PackageRedundancyDefault",
 61435                   /* qualifiers */
 61436                   _CIM_StorageCapabilities_PackageRedundancyDefault_qualifiers,
 61437                   /* type */
 61438                   CIMTYPE_UINT16,
 61439                   /* subscript */
 61440                   -1,
 61441                   /* value */
 61442                   0,
 61443               };
 61444               
 61445 mike  1.1.2.1 static const char*
 61446               _CIM_StorageCapabilities_DeltaReservationMax_qualifiers[] =
 61447               {
 61448                   /* Units */
 61449                   "\060Percentage",
 61450                   /* MinValue */
 61451                   "\035\000\000\000\000\000\000\000\000",
 61452                   /* MaxValue */
 61453                   "\031\000\000\000\000\000\000\000\144",
 61454                   /* ModelCorrespondence */
 61455                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMin\000CIM_StorageCapabilities.DeltaReservationDefault\000",
 61456                   0,
 61457               };
 61458               
 61459               static MetaProperty
 61460               _CIM_StorageCapabilities_DeltaReservationMax =
 61461               {
 61462                   /* flags */
 61463                   META_FLAG_PROPERTY|META_FLAG_READ,
 61464                   /* name */
 61465                   "DeltaReservationMax",
 61466 mike  1.1.2.1     /* qualifiers */
 61467                   _CIM_StorageCapabilities_DeltaReservationMax_qualifiers,
 61468                   /* type */
 61469                   CIMTYPE_UINT16,
 61470                   /* subscript */
 61471                   -1,
 61472                   /* value */
 61473                   0,
 61474               };
 61475               
 61476               static const char*
 61477               _CIM_StorageCapabilities_DeltaReservationMin_qualifiers[] =
 61478               {
 61479                   /* Units */
 61480                   "\060Percentage",
 61481                   /* MinValue */
 61482                   "\035\000\000\000\000\000\000\000\000",
 61483                   /* MaxValue */
 61484                   "\031\000\000\000\000\000\000\000\144",
 61485                   /* ModelCorrespondence */
 61486                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMax\000CIM_StorageCapabilities.DeltaReservationDefault\000",
 61487 mike  1.1.2.1     0,
 61488               };
 61489               
 61490               static MetaProperty
 61491               _CIM_StorageCapabilities_DeltaReservationMin =
 61492               {
 61493                   /* flags */
 61494                   META_FLAG_PROPERTY|META_FLAG_READ,
 61495                   /* name */
 61496                   "DeltaReservationMin",
 61497                   /* qualifiers */
 61498                   _CIM_StorageCapabilities_DeltaReservationMin_qualifiers,
 61499                   /* type */
 61500                   CIMTYPE_UINT16,
 61501                   /* subscript */
 61502                   -1,
 61503                   /* value */
 61504                   0,
 61505               };
 61506               
 61507               static const char*
 61508 mike  1.1.2.1 _CIM_StorageCapabilities_DeltaReservationDefault_qualifiers[] =
 61509               {
 61510                   /* Units */
 61511                   "\060Percentage",
 61512                   /* MinValue */
 61513                   "\035\000\000\000\000\000\000\000\000",
 61514                   /* MaxValue */
 61515                   "\031\000\000\000\000\000\000\000\144",
 61516                   /* ModelCorrespondence */
 61517                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMax\000CIM_StorageCapabilities.DeltaReservationMin\000",
 61518                   0,
 61519               };
 61520               
 61521               static MetaProperty
 61522               _CIM_StorageCapabilities_DeltaReservationDefault =
 61523               {
 61524                   /* flags */
 61525                   META_FLAG_PROPERTY|META_FLAG_READ,
 61526                   /* name */
 61527                   "DeltaReservationDefault",
 61528                   /* qualifiers */
 61529 mike  1.1.2.1     _CIM_StorageCapabilities_DeltaReservationDefault_qualifiers,
 61530                   /* type */
 61531                   CIMTYPE_UINT16,
 61532                   /* subscript */
 61533                   -1,
 61534                   /* value */
 61535                   0,
 61536               };
 61537               
 61538               static const char*
 61539               _CIM_StorageCapabilities_ExtentStripeLengthDefault_qualifiers[] =
 61540               {
 61541                   /* MinValue */
 61542                   "\035\000\000\000\000\000\000\000\001",
 61543                   0,
 61544               };
 61545               
 61546               static MetaProperty
 61547               _CIM_StorageCapabilities_ExtentStripeLengthDefault =
 61548               {
 61549                   /* flags */
 61550 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61551                   /* name */
 61552                   "ExtentStripeLengthDefault",
 61553                   /* qualifiers */
 61554                   _CIM_StorageCapabilities_ExtentStripeLengthDefault_qualifiers,
 61555                   /* type */
 61556                   CIMTYPE_UINT16,
 61557                   /* subscript */
 61558                   -1,
 61559                   /* value */
 61560                   0,
 61561               };
 61562               
 61563               static const char*
 61564               _CIM_StorageCapabilities_ParityLayoutDefault_qualifiers[] =
 61565               {
 61566                   /* ValueMap */
 61567                   "\061\000\0022\0003\000",
 61568                   /* Values */
 61569                   "\062\000\002Non-Rotated Parity\000Rotated Parity\000",
 61570                   0,
 61571 mike  1.1.2.1 };
 61572               
 61573               static MetaProperty
 61574               _CIM_StorageCapabilities_ParityLayoutDefault =
 61575               {
 61576                   /* flags */
 61577                   META_FLAG_PROPERTY|META_FLAG_READ,
 61578                   /* name */
 61579                   "ParityLayoutDefault",
 61580                   /* qualifiers */
 61581                   _CIM_StorageCapabilities_ParityLayoutDefault_qualifiers,
 61582                   /* type */
 61583                   CIMTYPE_UINT16,
 61584                   /* subscript */
 61585                   -1,
 61586                   /* value */
 61587                   0,
 61588               };
 61589               
 61590               static const char*
 61591               _CIM_StorageCapabilities_UserDataStripeDepthDefault_qualifiers[] =
 61592 mike  1.1.2.1 {
 61593                   /* Units */
 61594                   "\060Bytes",
 61595                   /* MinValue */
 61596                   "\035\000\000\000\000\000\000\000\001",
 61597                   0,
 61598               };
 61599               
 61600               static MetaProperty
 61601               _CIM_StorageCapabilities_UserDataStripeDepthDefault =
 61602               {
 61603                   /* flags */
 61604                   META_FLAG_PROPERTY|META_FLAG_READ,
 61605                   /* name */
 61606                   "UserDataStripeDepthDefault",
 61607                   /* qualifiers */
 61608                   _CIM_StorageCapabilities_UserDataStripeDepthDefault_qualifiers,
 61609                   /* type */
 61610                   CIMTYPE_UINT64,
 61611                   /* subscript */
 61612                   -1,
 61613 mike  1.1.2.1     /* value */
 61614                   0,
 61615               };
 61616               
 61617               static const char*
 61618               _CIM_StorageCapabilities_CreateSetting_SettingType_qualifiers[] =
 61619               {
 61620                   /* IN */
 61621                   "\024\001",
 61622                   /* ValueMap */
 61623                   "\061\000\0022\0003\000",
 61624                   /* Values */
 61625                   "\062\000\002Default\000Goal\000",
 61626                   0,
 61627               };
 61628               
 61629               static MetaProperty
 61630               _CIM_StorageCapabilities_CreateSetting_SettingType =
 61631               {
 61632                   /* flags */
 61633                   META_FLAG_PROPERTY|META_FLAG_IN,
 61634 mike  1.1.2.1     /* name */
 61635                   "SettingType",
 61636                   /* qualifiers */
 61637                   _CIM_StorageCapabilities_CreateSetting_SettingType_qualifiers,
 61638                   /* type */
 61639                   CIMTYPE_UINT16,
 61640                   /* subscript */
 61641                   -1,
 61642                   /* value */
 61643                   0,
 61644               };
 61645               
 61646               static const char*
 61647               _CIM_StorageCapabilities_CreateSetting_NewSetting_qualifiers[] =
 61648               {
 61649                   /* IN */
 61650                   "\024\000",
 61651                   /* OUT */
 61652                   "\043\001",
 61653                   0,
 61654               };
 61655 mike  1.1.2.1 
 61656               static MetaReference
 61657               _CIM_StorageCapabilities_CreateSetting_NewSetting =
 61658               {
 61659                   /* flags */
 61660                   META_FLAG_REFERENCE|META_FLAG_OUT,
 61661                   /* name */
 61662                   "NewSetting",
 61663                   /* qualifiers */
 61664                   _CIM_StorageCapabilities_CreateSetting_NewSetting_qualifiers,
 61665                   /* subscript */
 61666                   -1,
 61667                   /* ref */
 61668                   &__root_cimv2_CIM_StorageSetting,
 61669               };
 61670               
 61671               static MetaFeature*
 61672               _CIM_StorageCapabilities_CreateSetting_parameters[] =
 61673               {
 61674                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting_SettingType,
 61675                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting_NewSetting,
 61676 mike  1.1.2.1     0,
 61677               };
 61678               
 61679               static const char*
 61680               _CIM_StorageCapabilities_CreateSetting_qualifiers[] =
 61681               {
 61682                   /* ValueMap */
 61683                   "\061\000\0100\0001\0002\0003\0004\0005\000..\00032768..65535\000",
 61684                   /* Values */
 61685                   "\062\000\010Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Vendor Specific\000",
 61686                   0,
 61687               };
 61688               
 61689               static MetaMethod
 61690               _CIM_StorageCapabilities_CreateSetting =
 61691               {
 61692                   /* flags */
 61693                   META_FLAG_METHOD,
 61694                   /* name */
 61695                   "CIM_StorageCapabilities",
 61696                   /* qualifiers */
 61697 mike  1.1.2.1     _CIM_StorageCapabilities_CreateSetting_qualifiers,
 61698                   /* type */
 61699                   CIMTYPE_UINT32,
 61700                   /* parameters */
 61701                   _CIM_StorageCapabilities_CreateSetting_parameters,
 61702               };
 61703               
 61704               static const char*
 61705               _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout_qualifiers[] =
 61706               {
 61707                   /* IN */
 61708                   "\024\000",
 61709                   /* OUT */
 61710                   "\043\001",
 61711                   /* ValueMap */
 61712                   "\061\000\0022\0003\000",
 61713                   /* Values */
 61714                   "\062\000\002Non-Rotated Parity\000Rotated Parity\000",
 61715                   /* ArrayType */
 61716                   "\005Indexed",
 61717                   0,
 61718 mike  1.1.2.1 };
 61719               
 61720               static MetaProperty
 61721               _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout =
 61722               {
 61723                   /* flags */
 61724                   META_FLAG_PROPERTY|META_FLAG_OUT,
 61725                   /* name */
 61726                   "ParityLayout",
 61727                   /* qualifiers */
 61728                   _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout_qualifiers,
 61729                   /* type */
 61730                   CIMTYPE_UINT16,
 61731                   /* subscript */
 61732                   0,
 61733                   /* value */
 61734                   0,
 61735               };
 61736               
 61737               static MetaFeature*
 61738               _CIM_StorageCapabilities_GetSupportedParityLayouts_parameters[] =
 61739 mike  1.1.2.1 {
 61740                   (MetaFeature*)&_CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout,
 61741                   0,
 61742               };
 61743               
 61744               static const char*
 61745               _CIM_StorageCapabilities_GetSupportedParityLayouts_qualifiers[] =
 61746               {
 61747                   /* ValueMap */
 61748                   "\061\000\0030\0001\0002\000",
 61749                   /* Values */
 61750                   "\062\000\003Method completed OK\000Method not supported\000Choice not aavailable for this capability\000",
 61751                   0,
 61752               };
 61753               
 61754               static MetaMethod
 61755               _CIM_StorageCapabilities_GetSupportedParityLayouts =
 61756               {
 61757                   /* flags */
 61758                   META_FLAG_METHOD,
 61759                   /* name */
 61760 mike  1.1.2.1     "CIM_StorageCapabilities",
 61761                   /* qualifiers */
 61762                   _CIM_StorageCapabilities_GetSupportedParityLayouts_qualifiers,
 61763                   /* type */
 61764                   CIMTYPE_UINT32,
 61765                   /* parameters */
 61766                   _CIM_StorageCapabilities_GetSupportedParityLayouts_parameters,
 61767               };
 61768               
 61769               static MetaFeature*
 61770               _CIM_StorageCapabilities_features[] =
 61771               {
 61772                   (MetaFeature*)&_CIM_StorageCapabilities_ElementType,
 61773                   (MetaFeature*)&_CIM_StorageCapabilities_NoSinglePointOfFailure,
 61774                   (MetaFeature*)&_CIM_StorageCapabilities_NoSinglePointOfFailureDefault,
 61775                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyMax,
 61776                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyMin,
 61777                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyDefault,
 61778                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyMax,
 61779                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyMin,
 61780                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyDefault,
 61781 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationMax,
 61782                   (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationMin,
 61783                   (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationDefault,
 61784                   (MetaFeature*)&_CIM_StorageCapabilities_ExtentStripeLengthDefault,
 61785                   (MetaFeature*)&_CIM_StorageCapabilities_ParityLayoutDefault,
 61786                   (MetaFeature*)&_CIM_StorageCapabilities_UserDataStripeDepthDefault,
 61787                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting,
 61788                   (MetaFeature*)&_CIM_StorageCapabilities_GetSupportedParityLayouts,
 61789                   0,
 61790               };
 61791               
 61792               static const char*
 61793               __root_cimv2_CIM_StorageCapabilities_qualifiers[] =
 61794               {
 61795                   /* UMLPackagePath */
 61796                   "\057CIM::Device::StorageServices",
 61797                   /* Version */
 61798                   "\0632.11.0",
 61799                   0,
 61800               };
 61801               
 61802 mike  1.1.2.1 MetaClass
 61803               __root_cimv2_CIM_StorageCapabilities =
 61804               {
 61805                   /* flags */
 61806                   META_FLAG_CLASS,
 61807                   /* name */
 61808                   "CIM_StorageCapabilities",
 61809                   /* qualifiers */
 61810                   __root_cimv2_CIM_StorageCapabilities_qualifiers,
 61811                   /* super */
 61812                   &__root_cimv2_CIM_Capabilities,
 61813                   /* features */
 61814                   _CIM_StorageCapabilities_features,
 61815               };
 61816               
 61817               //==============================================================================
 61818               //
 61819               // Class: CIM_StorageMediaLocation
 61820               //
 61821               //==============================================================================
 61822               
 61823 mike  1.1.2.1 static const char*
 61824               _CIM_StorageMediaLocation_LocationType_qualifiers[] =
 61825               {
 61826                   /* ValueMap */
 61827                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
 61828                   /* Values */
 61829                   "\062\000\012Unknown\000Other\000Slot\000Magazine\000MediaAccessDevice\000InterLibrary Port\000Limited Access Port\000Door\000Shelf\000Vault\000",
 61830                   0,
 61831               };
 61832               
 61833               static MetaProperty
 61834               _CIM_StorageMediaLocation_LocationType =
 61835               {
 61836                   /* flags */
 61837                   META_FLAG_PROPERTY|META_FLAG_READ,
 61838                   /* name */
 61839                   "LocationType",
 61840                   /* qualifiers */
 61841                   _CIM_StorageMediaLocation_LocationType_qualifiers,
 61842                   /* type */
 61843                   CIMTYPE_UINT16,
 61844 mike  1.1.2.1     /* subscript */
 61845                   -1,
 61846                   /* value */
 61847                   0,
 61848               };
 61849               
 61850               static const char*
 61851               _CIM_StorageMediaLocation_MediaTypesSupported_qualifiers[] =
 61852               {
 61853                   /* ValueMap */
 61854                   "\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",
 61855                   /* Values */
 61856                   "\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",
 61857                   /* ArrayType */
 61858                   "\005Indexed",
 61859                   /* ModelCorrespondence */
 61860                   "\036\000\002CIM_PhysicalMedia.MediaType\000CIM_StorageMediaLocation.MediaSizesSupported\000",
 61861                   0,
 61862               };
 61863               
 61864               static MetaProperty
 61865 mike  1.1.2.1 _CIM_StorageMediaLocation_MediaTypesSupported =
 61866               {
 61867                   /* flags */
 61868                   META_FLAG_PROPERTY|META_FLAG_READ,
 61869                   /* name */
 61870                   "MediaTypesSupported",
 61871                   /* qualifiers */
 61872                   _CIM_StorageMediaLocation_MediaTypesSupported_qualifiers,
 61873                   /* type */
 61874                   CIMTYPE_UINT16,
 61875                   /* subscript */
 61876                   0,
 61877                   /* value */
 61878                   0,
 61879               };
 61880               
 61881               static const char*
 61882               _CIM_StorageMediaLocation_MediaSizesSupported_qualifiers[] =
 61883               {
 61884                   /* Units */
 61885                   "\060Inches",
 61886 mike  1.1.2.1     /* ArrayType */
 61887                   "\005Indexed",
 61888                   /* ModelCorrespondence */
 61889                   "\036\000\003CIM_PhysicalMedia.MediaType\000CIM_StorageMediaLocation.MediaSizesSupported\000CIM_StorageMediaLocation.TypeDescriptions\000",
 61890                   0,
 61891               };
 61892               
 61893               static MetaProperty
 61894               _CIM_StorageMediaLocation_MediaSizesSupported =
 61895               {
 61896                   /* flags */
 61897                   META_FLAG_PROPERTY|META_FLAG_READ,
 61898                   /* name */
 61899                   "MediaSizesSupported",
 61900                   /* qualifiers */
 61901                   _CIM_StorageMediaLocation_MediaSizesSupported_qualifiers,
 61902                   /* type */
 61903                   CIMTYPE_REAL32,
 61904                   /* subscript */
 61905                   0,
 61906                   /* value */
 61907 mike  1.1.2.1     0,
 61908               };
 61909               
 61910               static const char*
 61911               _CIM_StorageMediaLocation_MediaCapacity_qualifiers[] =
 61912               {
 61913                   0,
 61914               };
 61915               
 61916               static MetaProperty
 61917               _CIM_StorageMediaLocation_MediaCapacity =
 61918               {
 61919                   /* flags */
 61920                   META_FLAG_PROPERTY|META_FLAG_READ,
 61921                   /* name */
 61922                   "MediaCapacity",
 61923                   /* qualifiers */
 61924                   _CIM_StorageMediaLocation_MediaCapacity_qualifiers,
 61925                   /* type */
 61926                   CIMTYPE_UINT32,
 61927                   /* subscript */
 61928 mike  1.1.2.1     -1,
 61929                   /* value */
 61930                   0,
 61931               };
 61932               
 61933               static const char*
 61934               _CIM_StorageMediaLocation_TypeDescriptions_qualifiers[] =
 61935               {
 61936                   /* ArrayType */
 61937                   "\005Indexed",
 61938                   /* ModelCorrespondence */
 61939                   "\036\000\001CIM_StorageMediaLocation.MediaTypesSupported\000",
 61940                   0,
 61941               };
 61942               
 61943               static MetaProperty
 61944               _CIM_StorageMediaLocation_TypeDescriptions =
 61945               {
 61946                   /* flags */
 61947                   META_FLAG_PROPERTY|META_FLAG_READ,
 61948                   /* name */
 61949 mike  1.1.2.1     "TypeDescriptions",
 61950                   /* qualifiers */
 61951                   _CIM_StorageMediaLocation_TypeDescriptions_qualifiers,
 61952                   /* type */
 61953                   CIMTYPE_STRING,
 61954                   /* subscript */
 61955                   0,
 61956                   /* value */
 61957                   0,
 61958               };
 61959               
 61960               static MetaFeature*
 61961               _CIM_StorageMediaLocation_features[] =
 61962               {
 61963                   (MetaFeature*)&_CIM_StorageMediaLocation_LocationType,
 61964                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaTypesSupported,
 61965                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaSizesSupported,
 61966                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaCapacity,
 61967                   (MetaFeature*)&_CIM_StorageMediaLocation_TypeDescriptions,
 61968                   0,
 61969               };
 61970 mike  1.1.2.1 
 61971               static const char*
 61972               __root_cimv2_CIM_StorageMediaLocation_qualifiers[] =
 61973               {
 61974                   /* UMLPackagePath */
 61975                   "\057CIM::Physical::StoragePackage",
 61976                   /* Version */
 61977                   "\0632.8.0",
 61978                   0,
 61979               };
 61980               
 61981               MetaClass
 61982               __root_cimv2_CIM_StorageMediaLocation =
 61983               {
 61984                   /* flags */
 61985                   META_FLAG_CLASS,
 61986                   /* name */
 61987                   "CIM_StorageMediaLocation",
 61988                   /* qualifiers */
 61989                   __root_cimv2_CIM_StorageMediaLocation_qualifiers,
 61990                   /* super */
 61991 mike  1.1.2.1     &__root_cimv2_CIM_PackageLocation,
 61992                   /* features */
 61993                   _CIM_StorageMediaLocation_features,
 61994               };
 61995               
 61996               //==============================================================================
 61997               //
 61998               // Class: CIM_StorageRedundancyGroup
 61999               //
 62000               //==============================================================================
 62001               
 62002               static const char*
 62003               _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers[] =
 62004               {
 62005                   /* Deprecated */
 62006                   "\013\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
 62007                   /* ValueMap */
 62008                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 62009                   /* Values */
 62010                   "\062\000\010None\000Other\000Unknown\000Copy\000XOR\000P+Q\000S\000P+S\000",
 62011                   /* MappingStrings */
 62012 mike  1.1.2.1     "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
 62013                   0,
 62014               };
 62015               
 62016               static MetaProperty
 62017               _CIM_StorageRedundancyGroup_TypeOfAlgorithm =
 62018               {
 62019                   /* flags */
 62020                   META_FLAG_PROPERTY|META_FLAG_READ,
 62021                   /* name */
 62022                   "TypeOfAlgorithm",
 62023                   /* qualifiers */
 62024                   _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers,
 62025                   /* type */
 62026                   CIMTYPE_UINT16,
 62027                   /* subscript */
 62028                   -1,
 62029                   /* value */
 62030                   0,
 62031               };
 62032               
 62033 mike  1.1.2.1 static const char*
 62034               _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers[] =
 62035               {
 62036                   /* Deprecated */
 62037                   "\013\000\001No Value\000",
 62038                   /* ValueMap */
 62039                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 62040                   /* Values */
 62041                   "\062\000\011No Additional Status\000Reconfig In Progress\000Data Lost\000Not Currently Configured\000Protected Rebuild\000Redundancy Disabled\000Unprotected Rebuild\000Recalculating\000Verifying\000",
 62042                   0,
 62043               };
 62044               
 62045               static MetaProperty
 62046               _CIM_StorageRedundancyGroup_StorageRedundancy =
 62047               {
 62048                   /* flags */
 62049                   META_FLAG_PROPERTY|META_FLAG_READ,
 62050                   /* name */
 62051                   "StorageRedundancy",
 62052                   /* qualifiers */
 62053                   _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers,
 62054 mike  1.1.2.1     /* type */
 62055                   CIMTYPE_UINT16,
 62056                   /* subscript */
 62057                   -1,
 62058                   /* value */
 62059                   0,
 62060               };
 62061               
 62062               static const char*
 62063               _CIM_StorageRedundancyGroup_IsStriped_qualifiers[] =
 62064               {
 62065                   /* Deprecated */
 62066                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
 62067                   0,
 62068               };
 62069               
 62070               static MetaProperty
 62071               _CIM_StorageRedundancyGroup_IsStriped =
 62072               {
 62073                   /* flags */
 62074                   META_FLAG_PROPERTY|META_FLAG_READ,
 62075 mike  1.1.2.1     /* name */
 62076                   "IsStriped",
 62077                   /* qualifiers */
 62078                   _CIM_StorageRedundancyGroup_IsStriped_qualifiers,
 62079                   /* type */
 62080                   CIMTYPE_BOOLEAN,
 62081                   /* subscript */
 62082                   -1,
 62083                   /* value */
 62084                   0,
 62085               };
 62086               
 62087               static const char*
 62088               _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers[] =
 62089               {
 62090                   /* Deprecated */
 62091                   "\013\000\001CIM_CompositeExtent.IsConcatenated\000",
 62092                   0,
 62093               };
 62094               
 62095               static MetaProperty
 62096 mike  1.1.2.1 _CIM_StorageRedundancyGroup_IsConcatenated =
 62097               {
 62098                   /* flags */
 62099                   META_FLAG_PROPERTY|META_FLAG_READ,
 62100                   /* name */
 62101                   "IsConcatenated",
 62102                   /* qualifiers */
 62103                   _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers,
 62104                   /* type */
 62105                   CIMTYPE_BOOLEAN,
 62106                   /* subscript */
 62107                   -1,
 62108                   /* value */
 62109                   0,
 62110               };
 62111               
 62112               static MetaFeature*
 62113               _CIM_StorageRedundancyGroup_features[] =
 62114               {
 62115                   (MetaFeature*)&_CIM_StorageRedundancyGroup_TypeOfAlgorithm,
 62116                   (MetaFeature*)&_CIM_StorageRedundancyGroup_StorageRedundancy,
 62117 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageRedundancyGroup_IsStriped,
 62118                   (MetaFeature*)&_CIM_StorageRedundancyGroup_IsConcatenated,
 62119                   0,
 62120               };
 62121               
 62122               static const char*
 62123               __root_cimv2_CIM_StorageRedundancyGroup_qualifiers[] =
 62124               {
 62125                   /* Deprecated */
 62126                   "\013\000\001CIM_StorageRedundancySet\000",
 62127                   /* UMLPackagePath */
 62128                   "\057CIM::Core::Redundancy",
 62129                   /* Version */
 62130                   "\0632.13.0",
 62131                   0,
 62132               };
 62133               
 62134               MetaClass
 62135               __root_cimv2_CIM_StorageRedundancyGroup =
 62136               {
 62137                   /* flags */
 62138 mike  1.1.2.1     META_FLAG_CLASS,
 62139                   /* name */
 62140                   "CIM_StorageRedundancyGroup",
 62141                   /* qualifiers */
 62142                   __root_cimv2_CIM_StorageRedundancyGroup_qualifiers,
 62143                   /* super */
 62144                   &__root_cimv2_CIM_RedundancyGroup,
 62145                   /* features */
 62146                   _CIM_StorageRedundancyGroup_features,
 62147               };
 62148               
 62149               //==============================================================================
 62150               //
 62151               // Class: CIM_StorageRedundancySet
 62152               //
 62153               //==============================================================================
 62154               
 62155               static const char*
 62156               _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers[] =
 62157               {
 62158                   /* ValueMap */
 62159 mike  1.1.2.1     "\061\000\0070\0001\0003\0004\0005\0006\0007\000",
 62160                   /* Values */
 62161                   "\062\000\007Unknown\000Other\000Copy\000XOR\000P+Q\000S\000P+S\000",
 62162                   /* MappingStrings */
 62163                   "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
 62164                   /* ModelCorrespondence */
 62165                   "\036\000\001CIM_StorageRedundancySet.OtherAlgorithm\000",
 62166                   0,
 62167               };
 62168               
 62169               static MetaProperty
 62170               _CIM_StorageRedundancySet_TypeOfAlgorithm =
 62171               {
 62172                   /* flags */
 62173                   META_FLAG_PROPERTY|META_FLAG_READ,
 62174                   /* name */
 62175                   "TypeOfAlgorithm",
 62176                   /* qualifiers */
 62177                   _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers,
 62178                   /* type */
 62179                   CIMTYPE_UINT16,
 62180 mike  1.1.2.1     /* subscript */
 62181                   -1,
 62182                   /* value */
 62183                   0,
 62184               };
 62185               
 62186               static const char*
 62187               _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers[] =
 62188               {
 62189                   /* ModelCorrespondence */
 62190                   "\036\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
 62191                   0,
 62192               };
 62193               
 62194               static MetaProperty
 62195               _CIM_StorageRedundancySet_OtherAlgorithm =
 62196               {
 62197                   /* flags */
 62198                   META_FLAG_PROPERTY|META_FLAG_READ,
 62199                   /* name */
 62200                   "OtherAlgorithm",
 62201 mike  1.1.2.1     /* qualifiers */
 62202                   _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers,
 62203                   /* type */
 62204                   CIMTYPE_STRING,
 62205                   /* subscript */
 62206                   -1,
 62207                   /* value */
 62208                   0,
 62209               };
 62210               
 62211               static MetaFeature*
 62212               _CIM_StorageRedundancySet_features[] =
 62213               {
 62214                   (MetaFeature*)&_CIM_StorageRedundancySet_TypeOfAlgorithm,
 62215                   (MetaFeature*)&_CIM_StorageRedundancySet_OtherAlgorithm,
 62216                   0,
 62217               };
 62218               
 62219               static const char*
 62220               __root_cimv2_CIM_StorageRedundancySet_qualifiers[] =
 62221               {
 62222 mike  1.1.2.1     /* UMLPackagePath */
 62223                   "\057CIM::Core::Redundancy",
 62224                   /* Version */
 62225                   "\0632.8.1000",
 62226                   0,
 62227               };
 62228               
 62229               MetaClass
 62230               __root_cimv2_CIM_StorageRedundancySet =
 62231               {
 62232                   /* flags */
 62233                   META_FLAG_CLASS,
 62234                   /* name */
 62235                   "CIM_StorageRedundancySet",
 62236                   /* qualifiers */
 62237                   __root_cimv2_CIM_StorageRedundancySet_qualifiers,
 62238                   /* super */
 62239                   &__root_cimv2_CIM_RedundancySet,
 62240                   /* features */
 62241                   _CIM_StorageRedundancySet_features,
 62242               };
 62243 mike  1.1.2.1 
 62244               //==============================================================================
 62245               //
 62246               // Class: CIM_StorageSettingsGeneratedFromCapabilities
 62247               //
 62248               //==============================================================================
 62249               
 62250               static const char*
 62251               _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent_qualifiers[] =
 62252               {
 62253                   /* Override */
 62254                   "\044Antecedent",
 62255                   /* Max */
 62256                   "\027\000\000\000\001",
 62257                   0,
 62258               };
 62259               
 62260               static MetaReference
 62261               _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent =
 62262               {
 62263                   /* flags */
 62264 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 62265                   /* name */
 62266                   "Antecedent",
 62267                   /* qualifiers */
 62268                   _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent_qualifiers,
 62269                   /* subscript */
 62270                   -1,
 62271                   /* refId */
 62272                   &__root_cimv2_CIM_StorageCapabilities,
 62273               };
 62274               
 62275               static const char*
 62276               _CIM_StorageSettingsGeneratedFromCapabilities_Dependent_qualifiers[] =
 62277               {
 62278                   /* Override */
 62279                   "\044Dependent",
 62280                   0,
 62281               };
 62282               
 62283               static MetaReference
 62284               _CIM_StorageSettingsGeneratedFromCapabilities_Dependent =
 62285 mike  1.1.2.1 {
 62286                   /* flags */
 62287                   META_FLAG_REFERENCE|META_FLAG_READ,
 62288                   /* name */
 62289                   "Dependent",
 62290                   /* qualifiers */
 62291                   _CIM_StorageSettingsGeneratedFromCapabilities_Dependent_qualifiers,
 62292                   /* subscript */
 62293                   -1,
 62294                   /* refId */
 62295                   &__root_cimv2_CIM_StorageSetting,
 62296               };
 62297               
 62298               static MetaFeature*
 62299               _CIM_StorageSettingsGeneratedFromCapabilities_features[] =
 62300               {
 62301                   (MetaFeature*)&_CIM_StorageSettingsGeneratedFromCapabilities_Antecedent,
 62302                   (MetaFeature*)&_CIM_StorageSettingsGeneratedFromCapabilities_Dependent,
 62303                   0,
 62304               };
 62305               
 62306 mike  1.1.2.1 static const char*
 62307               __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities_qualifiers[] =
 62308               {
 62309                   /* ASSOCIATION */
 62310                   "\000\001",
 62311                   /* UMLPackagePath */
 62312                   "\057CIM::Device::StorageServices",
 62313                   /* Version */
 62314                   "\0632.10.0",
 62315                   0,
 62316               };
 62317               
 62318               MetaClass
 62319               __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities =
 62320               {
 62321                   /* flags */
 62322                   META_FLAG_ASSOCIATION,
 62323                   /* name */
 62324                   "CIM_StorageSettingsGeneratedFromCapabilities",
 62325                   /* qualifiers */
 62326                   __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities_qualifiers,
 62327 mike  1.1.2.1     /* super */
 62328                   &__root_cimv2_CIM_SettingAssociatedToCapabilities,
 62329                   /* features */
 62330                   _CIM_StorageSettingsGeneratedFromCapabilities_features,
 62331               };
 62332               
 62333               //==============================================================================
 62334               //
 62335               // Class: CIM_StorageSynchronized
 62336               //
 62337               //==============================================================================
 62338               
 62339               static const char*
 62340               _CIM_StorageSynchronized_SystemElement_qualifiers[] =
 62341               {
 62342                   /* Override */
 62343                   "\044SystemElement",
 62344                   0,
 62345               };
 62346               
 62347               static MetaReference
 62348 mike  1.1.2.1 _CIM_StorageSynchronized_SystemElement =
 62349               {
 62350                   /* flags */
 62351                   META_FLAG_REFERENCE|META_FLAG_READ,
 62352                   /* name */
 62353                   "SystemElement",
 62354                   /* qualifiers */
 62355                   _CIM_StorageSynchronized_SystemElement_qualifiers,
 62356                   /* subscript */
 62357                   -1,
 62358                   /* refId */
 62359                   &__root_cimv2_CIM_ManagedElement,
 62360               };
 62361               
 62362               static const char*
 62363               _CIM_StorageSynchronized_SyncedElement_qualifiers[] =
 62364               {
 62365                   /* Override */
 62366                   "\044SyncedElement",
 62367                   0,
 62368               };
 62369 mike  1.1.2.1 
 62370               static MetaReference
 62371               _CIM_StorageSynchronized_SyncedElement =
 62372               {
 62373                   /* flags */
 62374                   META_FLAG_REFERENCE|META_FLAG_READ,
 62375                   /* name */
 62376                   "SyncedElement",
 62377                   /* qualifiers */
 62378                   _CIM_StorageSynchronized_SyncedElement_qualifiers,
 62379                   /* subscript */
 62380                   -1,
 62381                   /* refId */
 62382                   &__root_cimv2_CIM_ManagedElement,
 62383               };
 62384               
 62385               static const char*
 62386               _CIM_StorageSynchronized_CopyType_qualifiers[] =
 62387               {
 62388                   /* ValueMap */
 62389                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 62390 mike  1.1.2.1     /* Values */
 62391                   "\062\000\005Async\000Sync\000UnSyncAssoc\000DMTF Reserved\000Vendor Specific\000",
 62392                   0,
 62393               };
 62394               
 62395               static MetaProperty
 62396               _CIM_StorageSynchronized_CopyType =
 62397               {
 62398                   /* flags */
 62399                   META_FLAG_PROPERTY|META_FLAG_READ,
 62400                   /* name */
 62401                   "CopyType",
 62402                   /* qualifiers */
 62403                   _CIM_StorageSynchronized_CopyType_qualifiers,
 62404                   /* type */
 62405                   CIMTYPE_UINT16,
 62406                   /* subscript */
 62407                   -1,
 62408                   /* value */
 62409                   0,
 62410               };
 62411 mike  1.1.2.1 
 62412               static const char*
 62413               _CIM_StorageSynchronized_ReplicaType_qualifiers[] =
 62414               {
 62415                   /* ValueMap */
 62416                   "\061\000\0070\0002\0003\0004\0005\000..\0000x8000..\000",
 62417                   /* Values */
 62418                   "\062\000\007Not Specified\000Full Copy\000Before Delta\000After Delta\000Log\000DMTF Reserved\000Vendor Specific\000",
 62419                   0,
 62420               };
 62421               
 62422               static MetaProperty
 62423               _CIM_StorageSynchronized_ReplicaType =
 62424               {
 62425                   /* flags */
 62426                   META_FLAG_PROPERTY|META_FLAG_READ,
 62427                   /* name */
 62428                   "ReplicaType",
 62429                   /* qualifiers */
 62430                   _CIM_StorageSynchronized_ReplicaType_qualifiers,
 62431                   /* type */
 62432 mike  1.1.2.1     CIMTYPE_UINT16,
 62433                   /* subscript */
 62434                   -1,
 62435                   /* value */
 62436                   0,
 62437               };
 62438               
 62439               static const char*
 62440               _CIM_StorageSynchronized_SyncState_qualifiers[] =
 62441               {
 62442                   /* ValueMap */
 62443                   "\061\000\0162\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..\000",
 62444                   /* Values */
 62445                   "\062\000\016Initialized\000PrepareInProgress\000Prepared\000ResyncInProgress\000Synchronized\000Fracture In Progress\000QuiesceInProgress\000Quiesced\000Restore In Progresss\000Idle\000Broken\000Fractured\000DMTF Reserved\000Vendor Specific\000",
 62446                   0,
 62447               };
 62448               
 62449               static MetaProperty
 62450               _CIM_StorageSynchronized_SyncState =
 62451               {
 62452                   /* flags */
 62453 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 62454                   /* name */
 62455                   "SyncState",
 62456                   /* qualifiers */
 62457                   _CIM_StorageSynchronized_SyncState_qualifiers,
 62458                   /* type */
 62459                   CIMTYPE_UINT16,
 62460                   /* subscript */
 62461                   -1,
 62462                   /* value */
 62463                   0,
 62464               };
 62465               
 62466               static MetaFeature*
 62467               _CIM_StorageSynchronized_features[] =
 62468               {
 62469                   (MetaFeature*)&_CIM_StorageSynchronized_SystemElement,
 62470                   (MetaFeature*)&_CIM_StorageSynchronized_SyncedElement,
 62471                   (MetaFeature*)&_CIM_StorageSynchronized_CopyType,
 62472                   (MetaFeature*)&_CIM_StorageSynchronized_ReplicaType,
 62473                   (MetaFeature*)&_CIM_StorageSynchronized_SyncState,
 62474 mike  1.1.2.1     0,
 62475               };
 62476               
 62477               static const char*
 62478               __root_cimv2_CIM_StorageSynchronized_qualifiers[] =
 62479               {
 62480                   /* ASSOCIATION */
 62481                   "\000\001",
 62482                   /* UMLPackagePath */
 62483                   "\057CIM::Device::StorageServices",
 62484                   /* Version */
 62485                   "\0632.8.0",
 62486                   0,
 62487               };
 62488               
 62489               MetaClass
 62490               __root_cimv2_CIM_StorageSynchronized =
 62491               {
 62492                   /* flags */
 62493                   META_FLAG_ASSOCIATION,
 62494                   /* name */
 62495 mike  1.1.2.1     "CIM_StorageSynchronized",
 62496                   /* qualifiers */
 62497                   __root_cimv2_CIM_StorageSynchronized_qualifiers,
 62498                   /* super */
 62499                   &__root_cimv2_CIM_Synchronized,
 62500                   /* features */
 62501                   _CIM_StorageSynchronized_features,
 62502               };
 62503               
 62504               //==============================================================================
 62505               //
 62506               // Class: CIM_SubProfileRequiresProfile
 62507               //
 62508               //==============================================================================
 62509               
 62510               static const char*
 62511               _CIM_SubProfileRequiresProfile_Antecedent_qualifiers[] =
 62512               {
 62513                   /* Override */
 62514                   "\044Antecedent",
 62515                   /* Min */
 62516 mike  1.1.2.1     "\033\000\000\000\001",
 62517                   0,
 62518               };
 62519               
 62520               static MetaReference
 62521               _CIM_SubProfileRequiresProfile_Antecedent =
 62522               {
 62523                   /* flags */
 62524                   META_FLAG_REFERENCE|META_FLAG_READ,
 62525                   /* name */
 62526                   "Antecedent",
 62527                   /* qualifiers */
 62528                   _CIM_SubProfileRequiresProfile_Antecedent_qualifiers,
 62529                   /* subscript */
 62530                   -1,
 62531                   /* refId */
 62532                   &__root_cimv2_CIM_RegisteredProfile,
 62533               };
 62534               
 62535               static const char*
 62536               _CIM_SubProfileRequiresProfile_Dependent_qualifiers[] =
 62537 mike  1.1.2.1 {
 62538                   /* Override */
 62539                   "\044Dependent",
 62540                   0,
 62541               };
 62542               
 62543               static MetaReference
 62544               _CIM_SubProfileRequiresProfile_Dependent =
 62545               {
 62546                   /* flags */
 62547                   META_FLAG_REFERENCE|META_FLAG_READ,
 62548                   /* name */
 62549                   "Dependent",
 62550                   /* qualifiers */
 62551                   _CIM_SubProfileRequiresProfile_Dependent_qualifiers,
 62552                   /* subscript */
 62553                   -1,
 62554                   /* refId */
 62555                   &__root_cimv2_CIM_RegisteredSubProfile,
 62556               };
 62557               
 62558 mike  1.1.2.1 static MetaFeature*
 62559               _CIM_SubProfileRequiresProfile_features[] =
 62560               {
 62561                   (MetaFeature*)&_CIM_SubProfileRequiresProfile_Antecedent,
 62562                   (MetaFeature*)&_CIM_SubProfileRequiresProfile_Dependent,
 62563                   0,
 62564               };
 62565               
 62566               static const char*
 62567               __root_cimv2_CIM_SubProfileRequiresProfile_qualifiers[] =
 62568               {
 62569                   /* ASSOCIATION */
 62570                   "\000\001",
 62571                   /* UMLPackagePath */
 62572                   "\057CIM::Interop",
 62573                   /* Version */
 62574                   "\0632.8.0",
 62575                   0,
 62576               };
 62577               
 62578               MetaClass
 62579 mike  1.1.2.1 __root_cimv2_CIM_SubProfileRequiresProfile =
 62580               {
 62581                   /* flags */
 62582                   META_FLAG_ASSOCIATION,
 62583                   /* name */
 62584                   "CIM_SubProfileRequiresProfile",
 62585                   /* qualifiers */
 62586                   __root_cimv2_CIM_SubProfileRequiresProfile_qualifiers,
 62587                   /* super */
 62588                   &__root_cimv2_CIM_ReferencedProfile,
 62589                   /* features */
 62590                   _CIM_SubProfileRequiresProfile_features,
 62591               };
 62592               
 62593               //==============================================================================
 62594               //
 62595               // Class: CIM_SubUoW
 62596               //
 62597               //==============================================================================
 62598               
 62599               static const char*
 62600 mike  1.1.2.1 _CIM_SubUoW_Antecedent_qualifiers[] =
 62601               {
 62602                   /* Override */
 62603                   "\044Antecedent",
 62604                   /* Max */
 62605                   "\027\000\000\000\001",
 62606                   0,
 62607               };
 62608               
 62609               static MetaReference
 62610               _CIM_SubUoW_Antecedent =
 62611               {
 62612                   /* flags */
 62613                   META_FLAG_REFERENCE|META_FLAG_READ,
 62614                   /* name */
 62615                   "Antecedent",
 62616                   /* qualifiers */
 62617                   _CIM_SubUoW_Antecedent_qualifiers,
 62618                   /* subscript */
 62619                   -1,
 62620                   /* refId */
 62621 mike  1.1.2.1     &__root_cimv2_CIM_UnitOfWork,
 62622               };
 62623               
 62624               static const char*
 62625               _CIM_SubUoW_Dependent_qualifiers[] =
 62626               {
 62627                   /* Override */
 62628                   "\044Dependent",
 62629                   0,
 62630               };
 62631               
 62632               static MetaReference
 62633               _CIM_SubUoW_Dependent =
 62634               {
 62635                   /* flags */
 62636                   META_FLAG_REFERENCE|META_FLAG_READ,
 62637                   /* name */
 62638                   "Dependent",
 62639                   /* qualifiers */
 62640                   _CIM_SubUoW_Dependent_qualifiers,
 62641                   /* subscript */
 62642 mike  1.1.2.1     -1,
 62643                   /* refId */
 62644                   &__root_cimv2_CIM_UnitOfWork,
 62645               };
 62646               
 62647               static MetaFeature*
 62648               _CIM_SubUoW_features[] =
 62649               {
 62650                   (MetaFeature*)&_CIM_SubUoW_Antecedent,
 62651                   (MetaFeature*)&_CIM_SubUoW_Dependent,
 62652                   0,
 62653               };
 62654               
 62655               static const char*
 62656               __root_cimv2_CIM_SubUoW_qualifiers[] =
 62657               {
 62658                   /* ASSOCIATION */
 62659                   "\000\001",
 62660                   /* UMLPackagePath */
 62661                   "\057CIM::Metrics::UnitOfWork",
 62662                   /* Version */
 62663 mike  1.1.2.1     "\0632.6.0",
 62664                   0,
 62665               };
 62666               
 62667               MetaClass
 62668               __root_cimv2_CIM_SubUoW =
 62669               {
 62670                   /* flags */
 62671                   META_FLAG_ASSOCIATION,
 62672                   /* name */
 62673                   "CIM_SubUoW",
 62674                   /* qualifiers */
 62675                   __root_cimv2_CIM_SubUoW_qualifiers,
 62676                   /* super */
 62677                   &__root_cimv2_CIM_Dependency,
 62678                   /* features */
 62679                   _CIM_SubUoW_features,
 62680               };
 62681               
 62682               //==============================================================================
 62683               //
 62684 mike  1.1.2.1 // Class: CIM_SwitchPortSourceRoutingStatistics
 62685               //
 62686               //==============================================================================
 62687               
 62688               static const char*
 62689               _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames_qualifiers[] =
 62690               {
 62691                   /* Counter */
 62692                   "\012\001",
 62693                   /* MappingStrings */
 62694                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSpecInFrames\000",
 62695                   0,
 62696               };
 62697               
 62698               static MetaProperty
 62699               _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames =
 62700               {
 62701                   /* flags */
 62702                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62703                   /* name */
 62704                   "SpecInFrames",
 62705 mike  1.1.2.1     /* qualifiers */
 62706                   _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames_qualifiers,
 62707                   /* type */
 62708                   CIMTYPE_UINT32,
 62709                   /* subscript */
 62710                   -1,
 62711                   /* value */
 62712                   0,
 62713               };
 62714               
 62715               static const char*
 62716               _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames_qualifiers[] =
 62717               {
 62718                   /* Counter */
 62719                   "\012\001",
 62720                   /* MappingStrings */
 62721                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSpecOutFrames\000",
 62722                   0,
 62723               };
 62724               
 62725               static MetaProperty
 62726 mike  1.1.2.1 _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames =
 62727               {
 62728                   /* flags */
 62729                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62730                   /* name */
 62731                   "SpecOutFrames",
 62732                   /* qualifiers */
 62733                   _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames_qualifiers,
 62734                   /* type */
 62735                   CIMTYPE_UINT32,
 62736                   /* subscript */
 62737                   -1,
 62738                   /* value */
 62739                   0,
 62740               };
 62741               
 62742               static const char*
 62743               _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames_qualifiers[] =
 62744               {
 62745                   /* Counter */
 62746                   "\012\001",
 62747 mike  1.1.2.1     /* MappingStrings */
 62748                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortApeInFrames\000",
 62749                   0,
 62750               };
 62751               
 62752               static MetaProperty
 62753               _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames =
 62754               {
 62755                   /* flags */
 62756                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62757                   /* name */
 62758                   "ApeInFrames",
 62759                   /* qualifiers */
 62760                   _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames_qualifiers,
 62761                   /* type */
 62762                   CIMTYPE_UINT32,
 62763                   /* subscript */
 62764                   -1,
 62765                   /* value */
 62766                   0,
 62767               };
 62768 mike  1.1.2.1 
 62769               static const char*
 62770               _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames_qualifiers[] =
 62771               {
 62772                   /* Counter */
 62773                   "\012\001",
 62774                   /* MappingStrings */
 62775                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortApeOutFrames\000",
 62776                   0,
 62777               };
 62778               
 62779               static MetaProperty
 62780               _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames =
 62781               {
 62782                   /* flags */
 62783                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62784                   /* name */
 62785                   "ApeOutFrames",
 62786                   /* qualifiers */
 62787                   _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames_qualifiers,
 62788                   /* type */
 62789 mike  1.1.2.1     CIMTYPE_UINT32,
 62790                   /* subscript */
 62791                   -1,
 62792                   /* value */
 62793                   0,
 62794               };
 62795               
 62796               static const char*
 62797               _CIM_SwitchPortSourceRoutingStatistics_SteInFrames_qualifiers[] =
 62798               {
 62799                   /* Counter */
 62800                   "\012\001",
 62801                   /* MappingStrings */
 62802                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSteInFrames\000",
 62803                   0,
 62804               };
 62805               
 62806               static MetaProperty
 62807               _CIM_SwitchPortSourceRoutingStatistics_SteInFrames =
 62808               {
 62809                   /* flags */
 62810 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62811                   /* name */
 62812                   "SteInFrames",
 62813                   /* qualifiers */
 62814                   _CIM_SwitchPortSourceRoutingStatistics_SteInFrames_qualifiers,
 62815                   /* type */
 62816                   CIMTYPE_UINT32,
 62817                   /* subscript */
 62818                   -1,
 62819                   /* value */
 62820                   0,
 62821               };
 62822               
 62823               static const char*
 62824               _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames_qualifiers[] =
 62825               {
 62826                   /* Counter */
 62827                   "\012\001",
 62828                   /* MappingStrings */
 62829                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSteOutFrames\000",
 62830                   0,
 62831 mike  1.1.2.1 };
 62832               
 62833               static MetaProperty
 62834               _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames =
 62835               {
 62836                   /* flags */
 62837                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62838                   /* name */
 62839                   "SteOutFrames",
 62840                   /* qualifiers */
 62841                   _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames_qualifiers,
 62842                   /* type */
 62843                   CIMTYPE_UINT32,
 62844                   /* subscript */
 62845                   -1,
 62846                   /* value */
 62847                   0,
 62848               };
 62849               
 62850               static const char*
 62851               _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards_qualifiers[] =
 62852 mike  1.1.2.1 {
 62853                   /* Counter */
 62854                   "\012\001",
 62855                   /* MappingStrings */
 62856                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSegmentMismatchDiscards\000",
 62857                   0,
 62858               };
 62859               
 62860               static MetaProperty
 62861               _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards =
 62862               {
 62863                   /* flags */
 62864                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62865                   /* name */
 62866                   "SegmentMismatchDiscards",
 62867                   /* qualifiers */
 62868                   _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards_qualifiers,
 62869                   /* type */
 62870                   CIMTYPE_UINT32,
 62871                   /* subscript */
 62872                   -1,
 62873 mike  1.1.2.1     /* value */
 62874                   0,
 62875               };
 62876               
 62877               static const char*
 62878               _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards_qualifiers[] =
 62879               {
 62880                   /* Counter */
 62881                   "\012\001",
 62882                   /* MappingStrings */
 62883                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortDuplicateSegmentDiscards\000",
 62884                   0,
 62885               };
 62886               
 62887               static MetaProperty
 62888               _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards =
 62889               {
 62890                   /* flags */
 62891                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62892                   /* name */
 62893                   "DuplicateSegmentDiscards",
 62894 mike  1.1.2.1     /* qualifiers */
 62895                   _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards_qualifiers,
 62896                   /* type */
 62897                   CIMTYPE_UINT32,
 62898                   /* subscript */
 62899                   -1,
 62900                   /* value */
 62901                   0,
 62902               };
 62903               
 62904               static const char*
 62905               _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards_qualifiers[] =
 62906               {
 62907                   /* Counter */
 62908                   "\012\001",
 62909                   /* MappingStrings */
 62910                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortHopCountExceedsDiscards\000",
 62911                   0,
 62912               };
 62913               
 62914               static MetaProperty
 62915 mike  1.1.2.1 _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards =
 62916               {
 62917                   /* flags */
 62918                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62919                   /* name */
 62920                   "HopCountExceedsDiscards",
 62921                   /* qualifiers */
 62922                   _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards_qualifiers,
 62923                   /* type */
 62924                   CIMTYPE_UINT32,
 62925                   /* subscript */
 62926                   -1,
 62927                   /* value */
 62928                   0,
 62929               };
 62930               
 62931               static const char*
 62932               _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors_qualifiers[] =
 62933               {
 62934                   /* Counter */
 62935                   "\012\001",
 62936 mike  1.1.2.1     /* MappingStrings */
 62937                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortDupLanIdOrTreeErrors\000",
 62938                   0,
 62939               };
 62940               
 62941               static MetaProperty
 62942               _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors =
 62943               {
 62944                   /* flags */
 62945                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62946                   /* name */
 62947                   "DupLanIdOrTreeErrors",
 62948                   /* qualifiers */
 62949                   _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors_qualifiers,
 62950                   /* type */
 62951                   CIMTYPE_UINT32,
 62952                   /* subscript */
 62953                   -1,
 62954                   /* value */
 62955                   0,
 62956               };
 62957 mike  1.1.2.1 
 62958               static const char*
 62959               _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches_qualifiers[] =
 62960               {
 62961                   /* Counter */
 62962                   "\012\001",
 62963                   /* MappingStrings */
 62964                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortLanIdMismatches\000",
 62965                   0,
 62966               };
 62967               
 62968               static MetaProperty
 62969               _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches =
 62970               {
 62971                   /* flags */
 62972                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62973                   /* name */
 62974                   "LanIdMismatches",
 62975                   /* qualifiers */
 62976                   _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches_qualifiers,
 62977                   /* type */
 62978 mike  1.1.2.1     CIMTYPE_UINT32,
 62979                   /* subscript */
 62980                   -1,
 62981                   /* value */
 62982                   0,
 62983               };
 62984               
 62985               static MetaFeature*
 62986               _CIM_SwitchPortSourceRoutingStatistics_features[] =
 62987               {
 62988                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SpecInFrames,
 62989                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames,
 62990                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_ApeInFrames,
 62991                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames,
 62992                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SteInFrames,
 62993                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SteOutFrames,
 62994                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards,
 62995                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards,
 62996                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards,
 62997                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors,
 62998                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches,
 62999 mike  1.1.2.1     0,
 63000               };
 63001               
 63002               static const char*
 63003               __root_cimv2_CIM_SwitchPortSourceRoutingStatistics_qualifiers[] =
 63004               {
 63005                   /* UMLPackagePath */
 63006                   "\057CIM::Network::SwitchingBridging",
 63007                   /* Version */
 63008                   "\0632.7.0",
 63009                   0,
 63010               };
 63011               
 63012               MetaClass
 63013               __root_cimv2_CIM_SwitchPortSourceRoutingStatistics =
 63014               {
 63015                   /* flags */
 63016                   META_FLAG_CLASS,
 63017                   /* name */
 63018                   "CIM_SwitchPortSourceRoutingStatistics",
 63019                   /* qualifiers */
 63020 mike  1.1.2.1     __root_cimv2_CIM_SwitchPortSourceRoutingStatistics_qualifiers,
 63021                   /* super */
 63022                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63023                   /* features */
 63024                   _CIM_SwitchPortSourceRoutingStatistics_features,
 63025               };
 63026               
 63027               //==============================================================================
 63028               //
 63029               // Class: CIM_SwitchPortSpanningTreeStatistics
 63030               //
 63031               //==============================================================================
 63032               
 63033               static const char*
 63034               _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions_qualifiers[] =
 63035               {
 63036                   /* Counter */
 63037                   "\012\001",
 63038                   /* MappingStrings */
 63039                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortForwardTransitions\000",
 63040                   0,
 63041 mike  1.1.2.1 };
 63042               
 63043               static MetaProperty
 63044               _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions =
 63045               {
 63046                   /* flags */
 63047                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63048                   /* name */
 63049                   "ForwardTransitions",
 63050                   /* qualifiers */
 63051                   _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions_qualifiers,
 63052                   /* type */
 63053                   CIMTYPE_UINT32,
 63054                   /* subscript */
 63055                   -1,
 63056                   /* value */
 63057                   0,
 63058               };
 63059               
 63060               static MetaFeature*
 63061               _CIM_SwitchPortSpanningTreeStatistics_features[] =
 63062 mike  1.1.2.1 {
 63063                   (MetaFeature*)&_CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions,
 63064                   0,
 63065               };
 63066               
 63067               static const char*
 63068               __root_cimv2_CIM_SwitchPortSpanningTreeStatistics_qualifiers[] =
 63069               {
 63070                   /* UMLPackagePath */
 63071                   "\057CIM::Network::SwitchingBridging",
 63072                   /* Version */
 63073                   "\0632.7.0",
 63074                   0,
 63075               };
 63076               
 63077               MetaClass
 63078               __root_cimv2_CIM_SwitchPortSpanningTreeStatistics =
 63079               {
 63080                   /* flags */
 63081                   META_FLAG_CLASS,
 63082                   /* name */
 63083 mike  1.1.2.1     "CIM_SwitchPortSpanningTreeStatistics",
 63084                   /* qualifiers */
 63085                   __root_cimv2_CIM_SwitchPortSpanningTreeStatistics_qualifiers,
 63086                   /* super */
 63087                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63088                   /* features */
 63089                   _CIM_SwitchPortSpanningTreeStatistics_features,
 63090               };
 63091               
 63092               //==============================================================================
 63093               //
 63094               // Class: CIM_SwitchPortStatistics
 63095               //
 63096               //==============================================================================
 63097               
 63098               static const char*
 63099               _CIM_SwitchPortStatistics_DelayExceededDiscards_qualifiers[] =
 63100               {
 63101                   /* Counter */
 63102                   "\012\001",
 63103                   /* MappingStrings */
 63104 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBasePortDelayExceededDiscards\000",
 63105                   0,
 63106               };
 63107               
 63108               static MetaProperty
 63109               _CIM_SwitchPortStatistics_DelayExceededDiscards =
 63110               {
 63111                   /* flags */
 63112                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63113                   /* name */
 63114                   "DelayExceededDiscards",
 63115                   /* qualifiers */
 63116                   _CIM_SwitchPortStatistics_DelayExceededDiscards_qualifiers,
 63117                   /* type */
 63118                   CIMTYPE_UINT32,
 63119                   /* subscript */
 63120                   -1,
 63121                   /* value */
 63122                   0,
 63123               };
 63124               
 63125 mike  1.1.2.1 static const char*
 63126               _CIM_SwitchPortStatistics_MtuExceededDiscards_qualifiers[] =
 63127               {
 63128                   /* Counter */
 63129                   "\012\001",
 63130                   /* MappingStrings */
 63131                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBasePortMtuExceededDiscards\000",
 63132                   0,
 63133               };
 63134               
 63135               static MetaProperty
 63136               _CIM_SwitchPortStatistics_MtuExceededDiscards =
 63137               {
 63138                   /* flags */
 63139                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63140                   /* name */
 63141                   "MtuExceededDiscards",
 63142                   /* qualifiers */
 63143                   _CIM_SwitchPortStatistics_MtuExceededDiscards_qualifiers,
 63144                   /* type */
 63145                   CIMTYPE_UINT32,
 63146 mike  1.1.2.1     /* subscript */
 63147                   -1,
 63148                   /* value */
 63149                   0,
 63150               };
 63151               
 63152               static MetaFeature*
 63153               _CIM_SwitchPortStatistics_features[] =
 63154               {
 63155                   (MetaFeature*)&_CIM_SwitchPortStatistics_DelayExceededDiscards,
 63156                   (MetaFeature*)&_CIM_SwitchPortStatistics_MtuExceededDiscards,
 63157                   0,
 63158               };
 63159               
 63160               static const char*
 63161               __root_cimv2_CIM_SwitchPortStatistics_qualifiers[] =
 63162               {
 63163                   /* UMLPackagePath */
 63164                   "\057CIM::Network::SwitchingBridging",
 63165                   /* Version */
 63166                   "\0632.7.0",
 63167 mike  1.1.2.1     0,
 63168               };
 63169               
 63170               MetaClass
 63171               __root_cimv2_CIM_SwitchPortStatistics =
 63172               {
 63173                   /* flags */
 63174                   META_FLAG_CLASS,
 63175                   /* name */
 63176                   "CIM_SwitchPortStatistics",
 63177                   /* qualifiers */
 63178                   __root_cimv2_CIM_SwitchPortStatistics_qualifiers,
 63179                   /* super */
 63180                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63181                   /* features */
 63182                   _CIM_SwitchPortStatistics_features,
 63183               };
 63184               
 63185               //==============================================================================
 63186               //
 63187               // Class: CIM_SwitchPortTransparentBridgingStatistics
 63188 mike  1.1.2.1 //
 63189               //==============================================================================
 63190               
 63191               static const char*
 63192               _CIM_SwitchPortTransparentBridgingStatistics_InFrames_qualifiers[] =
 63193               {
 63194                   /* Counter */
 63195                   "\012\001",
 63196                   /* MappingStrings */
 63197                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortInFrames\000",
 63198                   0,
 63199               };
 63200               
 63201               static MetaProperty
 63202               _CIM_SwitchPortTransparentBridgingStatistics_InFrames =
 63203               {
 63204                   /* flags */
 63205                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63206                   /* name */
 63207                   "InFrames",
 63208                   /* qualifiers */
 63209 mike  1.1.2.1     _CIM_SwitchPortTransparentBridgingStatistics_InFrames_qualifiers,
 63210                   /* type */
 63211                   CIMTYPE_UINT32,
 63212                   /* subscript */
 63213                   -1,
 63214                   /* value */
 63215                   0,
 63216               };
 63217               
 63218               static const char*
 63219               _CIM_SwitchPortTransparentBridgingStatistics_OutFrames_qualifiers[] =
 63220               {
 63221                   /* Counter */
 63222                   "\012\001",
 63223                   /* MappingStrings */
 63224                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortOutFrames\000",
 63225                   0,
 63226               };
 63227               
 63228               static MetaProperty
 63229               _CIM_SwitchPortTransparentBridgingStatistics_OutFrames =
 63230 mike  1.1.2.1 {
 63231                   /* flags */
 63232                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63233                   /* name */
 63234                   "OutFrames",
 63235                   /* qualifiers */
 63236                   _CIM_SwitchPortTransparentBridgingStatistics_OutFrames_qualifiers,
 63237                   /* type */
 63238                   CIMTYPE_UINT32,
 63239                   /* subscript */
 63240                   -1,
 63241                   /* value */
 63242                   0,
 63243               };
 63244               
 63245               static const char*
 63246               _CIM_SwitchPortTransparentBridgingStatistics_InDiscards_qualifiers[] =
 63247               {
 63248                   /* Counter */
 63249                   "\012\001",
 63250                   /* MappingStrings */
 63251 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortInDiscards\000",
 63252                   0,
 63253               };
 63254               
 63255               static MetaProperty
 63256               _CIM_SwitchPortTransparentBridgingStatistics_InDiscards =
 63257               {
 63258                   /* flags */
 63259                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63260                   /* name */
 63261                   "InDiscards",
 63262                   /* qualifiers */
 63263                   _CIM_SwitchPortTransparentBridgingStatistics_InDiscards_qualifiers,
 63264                   /* type */
 63265                   CIMTYPE_UINT32,
 63266                   /* subscript */
 63267                   -1,
 63268                   /* value */
 63269                   0,
 63270               };
 63271               
 63272 mike  1.1.2.1 static MetaFeature*
 63273               _CIM_SwitchPortTransparentBridgingStatistics_features[] =
 63274               {
 63275                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_InFrames,
 63276                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_OutFrames,
 63277                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_InDiscards,
 63278                   0,
 63279               };
 63280               
 63281               static const char*
 63282               __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics_qualifiers[] =
 63283               {
 63284                   /* UMLPackagePath */
 63285                   "\057CIM::Network::SwitchingBridging",
 63286                   /* Version */
 63287                   "\0632.7.0",
 63288                   0,
 63289               };
 63290               
 63291               MetaClass
 63292               __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics =
 63293 mike  1.1.2.1 {
 63294                   /* flags */
 63295                   META_FLAG_CLASS,
 63296                   /* name */
 63297                   "CIM_SwitchPortTransparentBridgingStatistics",
 63298                   /* qualifiers */
 63299                   __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics_qualifiers,
 63300                   /* super */
 63301                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63302                   /* features */
 63303                   _CIM_SwitchPortTransparentBridgingStatistics_features,
 63304               };
 63305               
 63306               //==============================================================================
 63307               //
 63308               // Class: CIM_SymbolicLink
 63309               //
 63310               //==============================================================================
 63311               
 63312               static const char*
 63313               _CIM_SymbolicLink_TargetFile_qualifiers[] =
 63314 mike  1.1.2.1 {
 63315                   /* Required */
 63316                   "\050\001",
 63317                   0,
 63318               };
 63319               
 63320               static MetaProperty
 63321               _CIM_SymbolicLink_TargetFile =
 63322               {
 63323                   /* flags */
 63324                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 63325                   /* name */
 63326                   "TargetFile",
 63327                   /* qualifiers */
 63328                   _CIM_SymbolicLink_TargetFile_qualifiers,
 63329                   /* type */
 63330                   CIMTYPE_STRING,
 63331                   /* subscript */
 63332                   -1,
 63333                   /* value */
 63334                   0,
 63335 mike  1.1.2.1 };
 63336               
 63337               static MetaFeature*
 63338               _CIM_SymbolicLink_features[] =
 63339               {
 63340                   (MetaFeature*)&_CIM_SymbolicLink_TargetFile,
 63341                   0,
 63342               };
 63343               
 63344               static const char*
 63345               __root_cimv2_CIM_SymbolicLink_qualifiers[] =
 63346               {
 63347                   /* UMLPackagePath */
 63348                   "\057CIM::System::FileElements",
 63349                   /* Version */
 63350                   "\0632.6.0",
 63351                   0,
 63352               };
 63353               
 63354               MetaClass
 63355               __root_cimv2_CIM_SymbolicLink =
 63356 mike  1.1.2.1 {
 63357                   /* flags */
 63358                   META_FLAG_CLASS,
 63359                   /* name */
 63360                   "CIM_SymbolicLink",
 63361                   /* qualifiers */
 63362                   __root_cimv2_CIM_SymbolicLink_qualifiers,
 63363                   /* super */
 63364                   &__root_cimv2_CIM_LogicalFile,
 63365                   /* features */
 63366                   _CIM_SymbolicLink_features,
 63367               };
 63368               
 63369               //==============================================================================
 63370               //
 63371               // Class: CIM_ThresholdIndication
 63372               //
 63373               //==============================================================================
 63374               
 63375               static const char*
 63376               _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers[] =
 63377 mike  1.1.2.1 {
 63378                   /* MappingStrings */
 63379                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63380                   0,
 63381               };
 63382               
 63383               static MetaProperty
 63384               _CIM_ThresholdIndication_ThresholdIdentifier =
 63385               {
 63386                   /* flags */
 63387                   META_FLAG_PROPERTY|META_FLAG_READ,
 63388                   /* name */
 63389                   "ThresholdIdentifier",
 63390                   /* qualifiers */
 63391                   _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers,
 63392                   /* type */
 63393                   CIMTYPE_STRING,
 63394                   /* subscript */
 63395                   -1,
 63396                   /* value */
 63397                   0,
 63398 mike  1.1.2.1 };
 63399               
 63400               static const char*
 63401               _CIM_ThresholdIndication_ThresholdValue_qualifiers[] =
 63402               {
 63403                   /* MappingStrings */
 63404                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63405                   0,
 63406               };
 63407               
 63408               static MetaProperty
 63409               _CIM_ThresholdIndication_ThresholdValue =
 63410               {
 63411                   /* flags */
 63412                   META_FLAG_PROPERTY|META_FLAG_READ,
 63413                   /* name */
 63414                   "ThresholdValue",
 63415                   /* qualifiers */
 63416                   _CIM_ThresholdIndication_ThresholdValue_qualifiers,
 63417                   /* type */
 63418                   CIMTYPE_STRING,
 63419 mike  1.1.2.1     /* subscript */
 63420                   -1,
 63421                   /* value */
 63422                   0,
 63423               };
 63424               
 63425               static const char*
 63426               _CIM_ThresholdIndication_ObservedValue_qualifiers[] =
 63427               {
 63428                   /* MappingStrings */
 63429                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63430                   0,
 63431               };
 63432               
 63433               static MetaProperty
 63434               _CIM_ThresholdIndication_ObservedValue =
 63435               {
 63436                   /* flags */
 63437                   META_FLAG_PROPERTY|META_FLAG_READ,
 63438                   /* name */
 63439                   "ObservedValue",
 63440 mike  1.1.2.1     /* qualifiers */
 63441                   _CIM_ThresholdIndication_ObservedValue_qualifiers,
 63442                   /* type */
 63443                   CIMTYPE_STRING,
 63444                   /* subscript */
 63445                   -1,
 63446                   /* value */
 63447                   0,
 63448               };
 63449               
 63450               static MetaFeature*
 63451               _CIM_ThresholdIndication_features[] =
 63452               {
 63453                   (MetaFeature*)&_CIM_ThresholdIndication_ThresholdIdentifier,
 63454                   (MetaFeature*)&_CIM_ThresholdIndication_ThresholdValue,
 63455                   (MetaFeature*)&_CIM_ThresholdIndication_ObservedValue,
 63456                   0,
 63457               };
 63458               
 63459               static const char*
 63460               __root_cimv2_CIM_ThresholdIndication_qualifiers[] =
 63461 mike  1.1.2.1 {
 63462                   /* INDICATION */
 63463                   "\001\001",
 63464                   /* UMLPackagePath */
 63465                   "\057CIM::Event",
 63466                   /* Version */
 63467                   "\0632.6.0",
 63468                   0,
 63469               };
 63470               
 63471               MetaClass
 63472               __root_cimv2_CIM_ThresholdIndication =
 63473               {
 63474                   /* flags */
 63475                   META_FLAG_INDICATION,
 63476                   /* name */
 63477                   "CIM_ThresholdIndication",
 63478                   /* qualifiers */
 63479                   __root_cimv2_CIM_ThresholdIndication_qualifiers,
 63480                   /* super */
 63481                   &__root_cimv2_CIM_AlertIndication,
 63482 mike  1.1.2.1     /* features */
 63483                   _CIM_ThresholdIndication_features,
 63484               };
 63485               
 63486               //==============================================================================
 63487               //
 63488               // Class: CIM_TokenRingPortStatistics
 63489               //
 63490               //==============================================================================
 63491               
 63492               static const char*
 63493               _CIM_TokenRingPortStatistics_BurstErrors_qualifiers[] =
 63494               {
 63495                   /* Counter */
 63496                   "\012\001",
 63497                   /* MappingStrings */
 63498                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsBurstErrors\000",
 63499                   0,
 63500               };
 63501               
 63502               static MetaProperty
 63503 mike  1.1.2.1 _CIM_TokenRingPortStatistics_BurstErrors =
 63504               {
 63505                   /* flags */
 63506                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63507                   /* name */
 63508                   "BurstErrors",
 63509                   /* qualifiers */
 63510                   _CIM_TokenRingPortStatistics_BurstErrors_qualifiers,
 63511                   /* type */
 63512                   CIMTYPE_UINT32,
 63513                   /* subscript */
 63514                   -1,
 63515                   /* value */
 63516                   0,
 63517               };
 63518               
 63519               static const char*
 63520               _CIM_TokenRingPortStatistics_ACErrors_qualifiers[] =
 63521               {
 63522                   /* Counter */
 63523                   "\012\001",
 63524 mike  1.1.2.1     /* MappingStrings */
 63525                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsACErrors\000",
 63526                   0,
 63527               };
 63528               
 63529               static MetaProperty
 63530               _CIM_TokenRingPortStatistics_ACErrors =
 63531               {
 63532                   /* flags */
 63533                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63534                   /* name */
 63535                   "ACErrors",
 63536                   /* qualifiers */
 63537                   _CIM_TokenRingPortStatistics_ACErrors_qualifiers,
 63538                   /* type */
 63539                   CIMTYPE_UINT32,
 63540                   /* subscript */
 63541                   -1,
 63542                   /* value */
 63543                   0,
 63544               };
 63545 mike  1.1.2.1 
 63546               static const char*
 63547               _CIM_TokenRingPortStatistics_AbortTransErrors_qualifiers[] =
 63548               {
 63549                   /* Counter */
 63550                   "\012\001",
 63551                   /* MappingStrings */
 63552                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsAbortTransErrors\000",
 63553                   0,
 63554               };
 63555               
 63556               static MetaProperty
 63557               _CIM_TokenRingPortStatistics_AbortTransErrors =
 63558               {
 63559                   /* flags */
 63560                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63561                   /* name */
 63562                   "AbortTransErrors",
 63563                   /* qualifiers */
 63564                   _CIM_TokenRingPortStatistics_AbortTransErrors_qualifiers,
 63565                   /* type */
 63566 mike  1.1.2.1     CIMTYPE_UINT32,
 63567                   /* subscript */
 63568                   -1,
 63569                   /* value */
 63570                   0,
 63571               };
 63572               
 63573               static const char*
 63574               _CIM_TokenRingPortStatistics_InternalErrors_qualifiers[] =
 63575               {
 63576                   /* Counter */
 63577                   "\012\001",
 63578                   /* MappingStrings */
 63579                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsInternalErrors\000",
 63580                   0,
 63581               };
 63582               
 63583               static MetaProperty
 63584               _CIM_TokenRingPortStatistics_InternalErrors =
 63585               {
 63586                   /* flags */
 63587 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63588                   /* name */
 63589                   "InternalErrors",
 63590                   /* qualifiers */
 63591                   _CIM_TokenRingPortStatistics_InternalErrors_qualifiers,
 63592                   /* type */
 63593                   CIMTYPE_UINT32,
 63594                   /* subscript */
 63595                   -1,
 63596                   /* value */
 63597                   0,
 63598               };
 63599               
 63600               static const char*
 63601               _CIM_TokenRingPortStatistics_LostFrameErrors_qualifiers[] =
 63602               {
 63603                   /* Counter */
 63604                   "\012\001",
 63605                   /* MappingStrings */
 63606                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLostFrameErrors\000",
 63607                   0,
 63608 mike  1.1.2.1 };
 63609               
 63610               static MetaProperty
 63611               _CIM_TokenRingPortStatistics_LostFrameErrors =
 63612               {
 63613                   /* flags */
 63614                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63615                   /* name */
 63616                   "LostFrameErrors",
 63617                   /* qualifiers */
 63618                   _CIM_TokenRingPortStatistics_LostFrameErrors_qualifiers,
 63619                   /* type */
 63620                   CIMTYPE_UINT32,
 63621                   /* subscript */
 63622                   -1,
 63623                   /* value */
 63624                   0,
 63625               };
 63626               
 63627               static const char*
 63628               _CIM_TokenRingPortStatistics_ReceiveCongestions_qualifiers[] =
 63629 mike  1.1.2.1 {
 63630                   /* Counter */
 63631                   "\012\001",
 63632                   /* MappingStrings */
 63633                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsReceiveCongestions\000",
 63634                   0,
 63635               };
 63636               
 63637               static MetaProperty
 63638               _CIM_TokenRingPortStatistics_ReceiveCongestions =
 63639               {
 63640                   /* flags */
 63641                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63642                   /* name */
 63643                   "ReceiveCongestions",
 63644                   /* qualifiers */
 63645                   _CIM_TokenRingPortStatistics_ReceiveCongestions_qualifiers,
 63646                   /* type */
 63647                   CIMTYPE_UINT32,
 63648                   /* subscript */
 63649                   -1,
 63650 mike  1.1.2.1     /* value */
 63651                   0,
 63652               };
 63653               
 63654               static const char*
 63655               _CIM_TokenRingPortStatistics_FrameCopiedErrors_qualifiers[] =
 63656               {
 63657                   /* Counter */
 63658                   "\012\001",
 63659                   /* MappingStrings */
 63660                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFrameCopiedErrors\000",
 63661                   0,
 63662               };
 63663               
 63664               static MetaProperty
 63665               _CIM_TokenRingPortStatistics_FrameCopiedErrors =
 63666               {
 63667                   /* flags */
 63668                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63669                   /* name */
 63670                   "FrameCopiedErrors",
 63671 mike  1.1.2.1     /* qualifiers */
 63672                   _CIM_TokenRingPortStatistics_FrameCopiedErrors_qualifiers,
 63673                   /* type */
 63674                   CIMTYPE_UINT32,
 63675                   /* subscript */
 63676                   -1,
 63677                   /* value */
 63678                   0,
 63679               };
 63680               
 63681               static const char*
 63682               _CIM_TokenRingPortStatistics_TokenErrors_qualifiers[] =
 63683               {
 63684                   /* Counter */
 63685                   "\012\001",
 63686                   /* MappingStrings */
 63687                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsTokenErrors\000",
 63688                   0,
 63689               };
 63690               
 63691               static MetaProperty
 63692 mike  1.1.2.1 _CIM_TokenRingPortStatistics_TokenErrors =
 63693               {
 63694                   /* flags */
 63695                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63696                   /* name */
 63697                   "TokenErrors",
 63698                   /* qualifiers */
 63699                   _CIM_TokenRingPortStatistics_TokenErrors_qualifiers,
 63700                   /* type */
 63701                   CIMTYPE_UINT32,
 63702                   /* subscript */
 63703                   -1,
 63704                   /* value */
 63705                   0,
 63706               };
 63707               
 63708               static const char*
 63709               _CIM_TokenRingPortStatistics_SoftErrors_qualifiers[] =
 63710               {
 63711                   /* Counter */
 63712                   "\012\001",
 63713 mike  1.1.2.1     /* MappingStrings */
 63714                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSoftErrors\000",
 63715                   0,
 63716               };
 63717               
 63718               static MetaProperty
 63719               _CIM_TokenRingPortStatistics_SoftErrors =
 63720               {
 63721                   /* flags */
 63722                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63723                   /* name */
 63724                   "SoftErrors",
 63725                   /* qualifiers */
 63726                   _CIM_TokenRingPortStatistics_SoftErrors_qualifiers,
 63727                   /* type */
 63728                   CIMTYPE_UINT32,
 63729                   /* subscript */
 63730                   -1,
 63731                   /* value */
 63732                   0,
 63733               };
 63734 mike  1.1.2.1 
 63735               static const char*
 63736               _CIM_TokenRingPortStatistics_HardErrors_qualifiers[] =
 63737               {
 63738                   /* Counter */
 63739                   "\012\001",
 63740                   /* MappingStrings */
 63741                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsHardErrors\000",
 63742                   0,
 63743               };
 63744               
 63745               static MetaProperty
 63746               _CIM_TokenRingPortStatistics_HardErrors =
 63747               {
 63748                   /* flags */
 63749                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63750                   /* name */
 63751                   "HardErrors",
 63752                   /* qualifiers */
 63753                   _CIM_TokenRingPortStatistics_HardErrors_qualifiers,
 63754                   /* type */
 63755 mike  1.1.2.1     CIMTYPE_UINT32,
 63756                   /* subscript */
 63757                   -1,
 63758                   /* value */
 63759                   0,
 63760               };
 63761               
 63762               static const char*
 63763               _CIM_TokenRingPortStatistics_SignalLossCount_qualifiers[] =
 63764               {
 63765                   /* Counter */
 63766                   "\012\001",
 63767                   /* MappingStrings */
 63768                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSignalLoss\000",
 63769                   0,
 63770               };
 63771               
 63772               static MetaProperty
 63773               _CIM_TokenRingPortStatistics_SignalLossCount =
 63774               {
 63775                   /* flags */
 63776 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63777                   /* name */
 63778                   "SignalLossCount",
 63779                   /* qualifiers */
 63780                   _CIM_TokenRingPortStatistics_SignalLossCount_qualifiers,
 63781                   /* type */
 63782                   CIMTYPE_UINT32,
 63783                   /* subscript */
 63784                   -1,
 63785                   /* value */
 63786                   0,
 63787               };
 63788               
 63789               static const char*
 63790               _CIM_TokenRingPortStatistics_TransmittedBeacons_qualifiers[] =
 63791               {
 63792                   /* Counter */
 63793                   "\012\001",
 63794                   /* MappingStrings */
 63795                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsTransmitBeacons\000",
 63796                   0,
 63797 mike  1.1.2.1 };
 63798               
 63799               static MetaProperty
 63800               _CIM_TokenRingPortStatistics_TransmittedBeacons =
 63801               {
 63802                   /* flags */
 63803                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63804                   /* name */
 63805                   "TransmittedBeacons",
 63806                   /* qualifiers */
 63807                   _CIM_TokenRingPortStatistics_TransmittedBeacons_qualifiers,
 63808                   /* type */
 63809                   CIMTYPE_UINT32,
 63810                   /* subscript */
 63811                   -1,
 63812                   /* value */
 63813                   0,
 63814               };
 63815               
 63816               static const char*
 63817               _CIM_TokenRingPortStatistics_Recoverys_qualifiers[] =
 63818 mike  1.1.2.1 {
 63819                   /* Counter */
 63820                   "\012\001",
 63821                   /* MappingStrings */
 63822                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsRecoverys\000",
 63823                   0,
 63824               };
 63825               
 63826               static MetaProperty
 63827               _CIM_TokenRingPortStatistics_Recoverys =
 63828               {
 63829                   /* flags */
 63830                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63831                   /* name */
 63832                   "Recoverys",
 63833                   /* qualifiers */
 63834                   _CIM_TokenRingPortStatistics_Recoverys_qualifiers,
 63835                   /* type */
 63836                   CIMTYPE_UINT32,
 63837                   /* subscript */
 63838                   -1,
 63839 mike  1.1.2.1     /* value */
 63840                   0,
 63841               };
 63842               
 63843               static const char*
 63844               _CIM_TokenRingPortStatistics_LobeWires_qualifiers[] =
 63845               {
 63846                   /* Counter */
 63847                   "\012\001",
 63848                   /* MappingStrings */
 63849                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLobeWires\000",
 63850                   0,
 63851               };
 63852               
 63853               static MetaProperty
 63854               _CIM_TokenRingPortStatistics_LobeWires =
 63855               {
 63856                   /* flags */
 63857                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63858                   /* name */
 63859                   "LobeWires",
 63860 mike  1.1.2.1     /* qualifiers */
 63861                   _CIM_TokenRingPortStatistics_LobeWires_qualifiers,
 63862                   /* type */
 63863                   CIMTYPE_UINT32,
 63864                   /* subscript */
 63865                   -1,
 63866                   /* value */
 63867                   0,
 63868               };
 63869               
 63870               static const char*
 63871               _CIM_TokenRingPortStatistics_Removes_qualifiers[] =
 63872               {
 63873                   /* Counter */
 63874                   "\012\001",
 63875                   /* MappingStrings */
 63876                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsRemoves\000",
 63877                   0,
 63878               };
 63879               
 63880               static MetaProperty
 63881 mike  1.1.2.1 _CIM_TokenRingPortStatistics_Removes =
 63882               {
 63883                   /* flags */
 63884                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63885                   /* name */
 63886                   "Removes",
 63887                   /* qualifiers */
 63888                   _CIM_TokenRingPortStatistics_Removes_qualifiers,
 63889                   /* type */
 63890                   CIMTYPE_UINT32,
 63891                   /* subscript */
 63892                   -1,
 63893                   /* value */
 63894                   0,
 63895               };
 63896               
 63897               static const char*
 63898               _CIM_TokenRingPortStatistics_Singles_qualifiers[] =
 63899               {
 63900                   /* Counter */
 63901                   "\012\001",
 63902 mike  1.1.2.1     /* MappingStrings */
 63903                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSingles\000",
 63904                   0,
 63905               };
 63906               
 63907               static MetaProperty
 63908               _CIM_TokenRingPortStatistics_Singles =
 63909               {
 63910                   /* flags */
 63911                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63912                   /* name */
 63913                   "Singles",
 63914                   /* qualifiers */
 63915                   _CIM_TokenRingPortStatistics_Singles_qualifiers,
 63916                   /* type */
 63917                   CIMTYPE_UINT32,
 63918                   /* subscript */
 63919                   -1,
 63920                   /* value */
 63921                   0,
 63922               };
 63923 mike  1.1.2.1 
 63924               static const char*
 63925               _CIM_TokenRingPortStatistics_FrequencyErrors_qualifiers[] =
 63926               {
 63927                   /* Counter */
 63928                   "\012\001",
 63929                   /* MappingStrings */
 63930                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFreqErrors\000",
 63931                   0,
 63932               };
 63933               
 63934               static MetaProperty
 63935               _CIM_TokenRingPortStatistics_FrequencyErrors =
 63936               {
 63937                   /* flags */
 63938                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63939                   /* name */
 63940                   "FrequencyErrors",
 63941                   /* qualifiers */
 63942                   _CIM_TokenRingPortStatistics_FrequencyErrors_qualifiers,
 63943                   /* type */
 63944 mike  1.1.2.1     CIMTYPE_UINT32,
 63945                   /* subscript */
 63946                   -1,
 63947                   /* value */
 63948                   0,
 63949               };
 63950               
 63951               static MetaFeature*
 63952               _CIM_TokenRingPortStatistics_features[] =
 63953               {
 63954                   (MetaFeature*)&_CIM_TokenRingPortStatistics_BurstErrors,
 63955                   (MetaFeature*)&_CIM_TokenRingPortStatistics_ACErrors,
 63956                   (MetaFeature*)&_CIM_TokenRingPortStatistics_AbortTransErrors,
 63957                   (MetaFeature*)&_CIM_TokenRingPortStatistics_InternalErrors,
 63958                   (MetaFeature*)&_CIM_TokenRingPortStatistics_LostFrameErrors,
 63959                   (MetaFeature*)&_CIM_TokenRingPortStatistics_ReceiveCongestions,
 63960                   (MetaFeature*)&_CIM_TokenRingPortStatistics_FrameCopiedErrors,
 63961                   (MetaFeature*)&_CIM_TokenRingPortStatistics_TokenErrors,
 63962                   (MetaFeature*)&_CIM_TokenRingPortStatistics_SoftErrors,
 63963                   (MetaFeature*)&_CIM_TokenRingPortStatistics_HardErrors,
 63964                   (MetaFeature*)&_CIM_TokenRingPortStatistics_SignalLossCount,
 63965 mike  1.1.2.1     (MetaFeature*)&_CIM_TokenRingPortStatistics_TransmittedBeacons,
 63966                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Recoverys,
 63967                   (MetaFeature*)&_CIM_TokenRingPortStatistics_LobeWires,
 63968                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Removes,
 63969                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Singles,
 63970                   (MetaFeature*)&_CIM_TokenRingPortStatistics_FrequencyErrors,
 63971                   0,
 63972               };
 63973               
 63974               static const char*
 63975               __root_cimv2_CIM_TokenRingPortStatistics_qualifiers[] =
 63976               {
 63977                   /* UMLPackagePath */
 63978                   "\057CIM::Device::Ports",
 63979                   /* Version */
 63980                   "\0632.10.0",
 63981                   0,
 63982               };
 63983               
 63984               MetaClass
 63985               __root_cimv2_CIM_TokenRingPortStatistics =
 63986 mike  1.1.2.1 {
 63987                   /* flags */
 63988                   META_FLAG_CLASS,
 63989                   /* name */
 63990                   "CIM_TokenRingPortStatistics",
 63991                   /* qualifiers */
 63992                   __root_cimv2_CIM_TokenRingPortStatistics_qualifiers,
 63993                   /* super */
 63994                   &__root_cimv2_CIM_NetworkPortStatistics,
 63995                   /* features */
 63996                   _CIM_TokenRingPortStatistics_features,
 63997               };
 63998               
 63999               //==============================================================================
 64000               //
 64001               // Class: CIM_TransparentBridgingStatistics
 64002               //
 64003               //==============================================================================
 64004               
 64005               static const char*
 64006               _CIM_TransparentBridgingStatistics_LearnedEntryDiscards_qualifiers[] =
 64007 mike  1.1.2.1 {
 64008                   /* Counter */
 64009                   "\012\001",
 64010                   /* MappingStrings */
 64011                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpLearnedEntryDiscards\000",
 64012                   0,
 64013               };
 64014               
 64015               static MetaProperty
 64016               _CIM_TransparentBridgingStatistics_LearnedEntryDiscards =
 64017               {
 64018                   /* flags */
 64019                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 64020                   /* name */
 64021                   "LearnedEntryDiscards",
 64022                   /* qualifiers */
 64023                   _CIM_TransparentBridgingStatistics_LearnedEntryDiscards_qualifiers,
 64024                   /* type */
 64025                   CIMTYPE_UINT32,
 64026                   /* subscript */
 64027                   -1,
 64028 mike  1.1.2.1     /* value */
 64029                   0,
 64030               };
 64031               
 64032               static MetaFeature*
 64033               _CIM_TransparentBridgingStatistics_features[] =
 64034               {
 64035                   (MetaFeature*)&_CIM_TransparentBridgingStatistics_LearnedEntryDiscards,
 64036                   0,
 64037               };
 64038               
 64039               static const char*
 64040               __root_cimv2_CIM_TransparentBridgingStatistics_qualifiers[] =
 64041               {
 64042                   /* UMLPackagePath */
 64043                   "\057CIM::Network::SwitchingBridging",
 64044                   /* Version */
 64045                   "\0632.7.0",
 64046                   0,
 64047               };
 64048               
 64049 mike  1.1.2.1 MetaClass
 64050               __root_cimv2_CIM_TransparentBridgingStatistics =
 64051               {
 64052                   /* flags */
 64053                   META_FLAG_CLASS,
 64054                   /* name */
 64055                   "CIM_TransparentBridgingStatistics",
 64056                   /* qualifiers */
 64057                   __root_cimv2_CIM_TransparentBridgingStatistics_qualifiers,
 64058                   /* super */
 64059                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 64060                   /* features */
 64061                   _CIM_TransparentBridgingStatistics_features,
 64062               };
 64063               
 64064               //==============================================================================
 64065               //
 64066               // Class: CIM_UnitOfWorkDefinition
 64067               //
 64068               //==============================================================================
 64069               
 64070 mike  1.1.2.1 static const char*
 64071               _CIM_UnitOfWorkDefinition_Name_qualifiers[] =
 64072               {
 64073                   /* Override */
 64074                   "\044Name",
 64075                   0,
 64076               };
 64077               
 64078               static MetaProperty
 64079               _CIM_UnitOfWorkDefinition_Name =
 64080               {
 64081                   /* flags */
 64082                   META_FLAG_PROPERTY|META_FLAG_READ,
 64083                   /* name */
 64084                   "Name",
 64085                   /* qualifiers */
 64086                   _CIM_UnitOfWorkDefinition_Name_qualifiers,
 64087                   /* type */
 64088                   CIMTYPE_STRING,
 64089                   /* subscript */
 64090                   -1,
 64091 mike  1.1.2.1     /* value */
 64092                   0,
 64093               };
 64094               
 64095               static const char*
 64096               _CIM_UnitOfWorkDefinition_Context_qualifiers[] =
 64097               {
 64098                   0,
 64099               };
 64100               
 64101               static MetaProperty
 64102               _CIM_UnitOfWorkDefinition_Context =
 64103               {
 64104                   /* flags */
 64105                   META_FLAG_PROPERTY|META_FLAG_READ,
 64106                   /* name */
 64107                   "Context",
 64108                   /* qualifiers */
 64109                   _CIM_UnitOfWorkDefinition_Context_qualifiers,
 64110                   /* type */
 64111                   CIMTYPE_STRING,
 64112 mike  1.1.2.1     /* subscript */
 64113                   -1,
 64114                   /* value */
 64115                   0,
 64116               };
 64117               
 64118               static const char*
 64119               _CIM_UnitOfWorkDefinition_Id_qualifiers[] =
 64120               {
 64121                   /* Key */
 64122                   "\025\001",
 64123                   /* MaxLen */
 64124                   "\030\000\000\000\020",
 64125                   0,
 64126               };
 64127               
 64128               static MetaProperty
 64129               _CIM_UnitOfWorkDefinition_Id =
 64130               {
 64131                   /* flags */
 64132                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64133 mike  1.1.2.1     /* name */
 64134                   "Id",
 64135                   /* qualifiers */
 64136                   _CIM_UnitOfWorkDefinition_Id_qualifiers,
 64137                   /* type */
 64138                   CIMTYPE_STRING,
 64139                   /* subscript */
 64140                   -1,
 64141                   /* value */
 64142                   0,
 64143               };
 64144               
 64145               static const char*
 64146               _CIM_UnitOfWorkDefinition_TraceLevelTypeId_qualifiers[] =
 64147               {
 64148                   /* MaxLen */
 64149                   "\030\000\000\000\020",
 64150                   /* ModelCorrespondence */
 64151                   "\036\000\001CIM_TraceLevelType.InstanceID\000",
 64152                   0,
 64153               };
 64154 mike  1.1.2.1 
 64155               static MetaProperty
 64156               _CIM_UnitOfWorkDefinition_TraceLevelTypeId =
 64157               {
 64158                   /* flags */
 64159                   META_FLAG_PROPERTY|META_FLAG_READ,
 64160                   /* name */
 64161                   "TraceLevelTypeId",
 64162                   /* qualifiers */
 64163                   _CIM_UnitOfWorkDefinition_TraceLevelTypeId_qualifiers,
 64164                   /* type */
 64165                   CIMTYPE_STRING,
 64166                   /* subscript */
 64167                   -1,
 64168                   /* value */
 64169                   0,
 64170               };
 64171               
 64172               static MetaFeature*
 64173               _CIM_UnitOfWorkDefinition_features[] =
 64174               {
 64175 mike  1.1.2.1     (MetaFeature*)&_CIM_UnitOfWorkDefinition_Name,
 64176                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_Context,
 64177                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_Id,
 64178                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_TraceLevelTypeId,
 64179                   0,
 64180               };
 64181               
 64182               static const char*
 64183               __root_cimv2_CIM_UnitOfWorkDefinition_qualifiers[] =
 64184               {
 64185                   /* UMLPackagePath */
 64186                   "\057CIM::Metrics::UnitOfWork",
 64187                   /* Version */
 64188                   "\0632.7.0",
 64189                   0,
 64190               };
 64191               
 64192               MetaClass
 64193               __root_cimv2_CIM_UnitOfWorkDefinition =
 64194               {
 64195                   /* flags */
 64196 mike  1.1.2.1     META_FLAG_CLASS,
 64197                   /* name */
 64198                   "CIM_UnitOfWorkDefinition",
 64199                   /* qualifiers */
 64200                   __root_cimv2_CIM_UnitOfWorkDefinition_qualifiers,
 64201                   /* super */
 64202                   &__root_cimv2_CIM_LogicalElement,
 64203                   /* features */
 64204                   _CIM_UnitOfWorkDefinition_features,
 64205               };
 64206               
 64207               //==============================================================================
 64208               //
 64209               // Class: CIM_UnixFile
 64210               //
 64211               //==============================================================================
 64212               
 64213               static const char*
 64214               _CIM_UnixFile_CSCreationClassName_qualifiers[] =
 64215               {
 64216                   /* Key */
 64217 mike  1.1.2.1     "\025\001",
 64218                   /* Propagated */
 64219                   "\045CIM_LogicalFile.CSCreationClassName",
 64220                   /* MaxLen */
 64221                   "\030\000\000\001\000",
 64222                   0,
 64223               };
 64224               
 64225               static MetaProperty
 64226               _CIM_UnixFile_CSCreationClassName =
 64227               {
 64228                   /* flags */
 64229                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64230                   /* name */
 64231                   "CSCreationClassName",
 64232                   /* qualifiers */
 64233                   _CIM_UnixFile_CSCreationClassName_qualifiers,
 64234                   /* type */
 64235                   CIMTYPE_STRING,
 64236                   /* subscript */
 64237                   -1,
 64238 mike  1.1.2.1     /* value */
 64239                   0,
 64240               };
 64241               
 64242               static const char*
 64243               _CIM_UnixFile_CSName_qualifiers[] =
 64244               {
 64245                   /* Key */
 64246                   "\025\001",
 64247                   /* Propagated */
 64248                   "\045CIM_LogicalFile.CSName",
 64249                   /* MaxLen */
 64250                   "\030\000\000\001\000",
 64251                   0,
 64252               };
 64253               
 64254               static MetaProperty
 64255               _CIM_UnixFile_CSName =
 64256               {
 64257                   /* flags */
 64258                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64259 mike  1.1.2.1     /* name */
 64260                   "CSName",
 64261                   /* qualifiers */
 64262                   _CIM_UnixFile_CSName_qualifiers,
 64263                   /* type */
 64264                   CIMTYPE_STRING,
 64265                   /* subscript */
 64266                   -1,
 64267                   /* value */
 64268                   0,
 64269               };
 64270               
 64271               static const char*
 64272               _CIM_UnixFile_FSCreationClassName_qualifiers[] =
 64273               {
 64274                   /* Key */
 64275                   "\025\001",
 64276                   /* Propagated */
 64277                   "\045CIM_LogicalFile.FSCreationClassName",
 64278                   /* MaxLen */
 64279                   "\030\000\000\001\000",
 64280 mike  1.1.2.1     0,
 64281               };
 64282               
 64283               static MetaProperty
 64284               _CIM_UnixFile_FSCreationClassName =
 64285               {
 64286                   /* flags */
 64287                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64288                   /* name */
 64289                   "FSCreationClassName",
 64290                   /* qualifiers */
 64291                   _CIM_UnixFile_FSCreationClassName_qualifiers,
 64292                   /* type */
 64293                   CIMTYPE_STRING,
 64294                   /* subscript */
 64295                   -1,
 64296                   /* value */
 64297                   0,
 64298               };
 64299               
 64300               static const char*
 64301 mike  1.1.2.1 _CIM_UnixFile_FSName_qualifiers[] =
 64302               {
 64303                   /* Key */
 64304                   "\025\001",
 64305                   /* Propagated */
 64306                   "\045CIM_LogicalFile.FSName",
 64307                   /* MaxLen */
 64308                   "\030\000\000\001\000",
 64309                   0,
 64310               };
 64311               
 64312               static MetaProperty
 64313               _CIM_UnixFile_FSName =
 64314               {
 64315                   /* flags */
 64316                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64317                   /* name */
 64318                   "FSName",
 64319                   /* qualifiers */
 64320                   _CIM_UnixFile_FSName_qualifiers,
 64321                   /* type */
 64322 mike  1.1.2.1     CIMTYPE_STRING,
 64323                   /* subscript */
 64324                   -1,
 64325                   /* value */
 64326                   0,
 64327               };
 64328               
 64329               static const char*
 64330               _CIM_UnixFile_LFCreationClassName_qualifiers[] =
 64331               {
 64332                   /* Key */
 64333                   "\025\001",
 64334                   /* Propagated */
 64335                   "\045CIM_LogicalFile.CreationClassName",
 64336                   /* MaxLen */
 64337                   "\030\000\000\001\000",
 64338                   0,
 64339               };
 64340               
 64341               static MetaProperty
 64342               _CIM_UnixFile_LFCreationClassName =
 64343 mike  1.1.2.1 {
 64344                   /* flags */
 64345                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64346                   /* name */
 64347                   "LFCreationClassName",
 64348                   /* qualifiers */
 64349                   _CIM_UnixFile_LFCreationClassName_qualifiers,
 64350                   /* type */
 64351                   CIMTYPE_STRING,
 64352                   /* subscript */
 64353                   -1,
 64354                   /* value */
 64355                   0,
 64356               };
 64357               
 64358               static const char*
 64359               _CIM_UnixFile_LFName_qualifiers[] =
 64360               {
 64361                   /* Key */
 64362                   "\025\001",
 64363                   /* Propagated */
 64364 mike  1.1.2.1     "\045CIM_LogicalFile.Name",
 64365                   /* MaxLen */
 64366                   "\030\000\000\004\000",
 64367                   0,
 64368               };
 64369               
 64370               static MetaProperty
 64371               _CIM_UnixFile_LFName =
 64372               {
 64373                   /* flags */
 64374                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64375                   /* name */
 64376                   "LFName",
 64377                   /* qualifiers */
 64378                   _CIM_UnixFile_LFName_qualifiers,
 64379                   /* type */
 64380                   CIMTYPE_STRING,
 64381                   /* subscript */
 64382                   -1,
 64383                   /* value */
 64384                   0,
 64385 mike  1.1.2.1 };
 64386               
 64387               static const char*
 64388               _CIM_UnixFile_UserID_qualifiers[] =
 64389               {
 64390                   /* Required */
 64391                   "\050\001",
 64392                   0,
 64393               };
 64394               
 64395               static MetaProperty
 64396               _CIM_UnixFile_UserID =
 64397               {
 64398                   /* flags */
 64399                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 64400                   /* name */
 64401                   "UserID",
 64402                   /* qualifiers */
 64403                   _CIM_UnixFile_UserID_qualifiers,
 64404                   /* type */
 64405                   CIMTYPE_STRING,
 64406 mike  1.1.2.1     /* subscript */
 64407                   -1,
 64408                   /* value */
 64409                   0,
 64410               };
 64411               
 64412               static const char*
 64413               _CIM_UnixFile_GroupID_qualifiers[] =
 64414               {
 64415                   /* Required */
 64416                   "\050\001",
 64417                   0,
 64418               };
 64419               
 64420               static MetaProperty
 64421               _CIM_UnixFile_GroupID =
 64422               {
 64423                   /* flags */
 64424                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 64425                   /* name */
 64426                   "GroupID",
 64427 mike  1.1.2.1     /* qualifiers */
 64428                   _CIM_UnixFile_GroupID_qualifiers,
 64429                   /* type */
 64430                   CIMTYPE_STRING,
 64431                   /* subscript */
 64432                   -1,
 64433                   /* value */
 64434                   0,
 64435               };
 64436               
 64437               static const char*
 64438               _CIM_UnixFile_SaveText_qualifiers[] =
 64439               {
 64440                   0,
 64441               };
 64442               
 64443               static MetaProperty
 64444               _CIM_UnixFile_SaveText =
 64445               {
 64446                   /* flags */
 64447                   META_FLAG_PROPERTY|META_FLAG_READ,
 64448 mike  1.1.2.1     /* name */
 64449                   "SaveText",
 64450                   /* qualifiers */
 64451                   _CIM_UnixFile_SaveText_qualifiers,
 64452                   /* type */
 64453                   CIMTYPE_BOOLEAN,
 64454                   /* subscript */
 64455                   -1,
 64456                   /* value */
 64457                   0,
 64458               };
 64459               
 64460               static const char*
 64461               _CIM_UnixFile_LinkCount_qualifiers[] =
 64462               {
 64463                   /* Counter */
 64464                   "\012\001",
 64465                   0,
 64466               };
 64467               
 64468               static MetaProperty
 64469 mike  1.1.2.1 _CIM_UnixFile_LinkCount =
 64470               {
 64471                   /* flags */
 64472                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 64473                   /* name */
 64474                   "LinkCount",
 64475                   /* qualifiers */
 64476                   _CIM_UnixFile_LinkCount_qualifiers,
 64477                   /* type */
 64478                   CIMTYPE_UINT64,
 64479                   /* subscript */
 64480                   -1,
 64481                   /* value */
 64482                   0,
 64483               };
 64484               
 64485               static const char*
 64486               _CIM_UnixFile_FileInodeNumber_qualifiers[] =
 64487               {
 64488                   /* MappingStrings */
 64489                   "\026\000\001UNIX.TOG|ls -i\000",
 64490 mike  1.1.2.1     0,
 64491               };
 64492               
 64493               static MetaProperty
 64494               _CIM_UnixFile_FileInodeNumber =
 64495               {
 64496                   /* flags */
 64497                   META_FLAG_PROPERTY|META_FLAG_READ,
 64498                   /* name */
 64499                   "FileInodeNumber",
 64500                   /* qualifiers */
 64501                   _CIM_UnixFile_FileInodeNumber_qualifiers,
 64502                   /* type */
 64503                   CIMTYPE_STRING,
 64504                   /* subscript */
 64505                   -1,
 64506                   /* value */
 64507                   0,
 64508               };
 64509               
 64510               static const char*
 64511 mike  1.1.2.1 _CIM_UnixFile_SetUid_qualifiers[] =
 64512               {
 64513                   0,
 64514               };
 64515               
 64516               static MetaProperty
 64517               _CIM_UnixFile_SetUid =
 64518               {
 64519                   /* flags */
 64520                   META_FLAG_PROPERTY|META_FLAG_READ,
 64521                   /* name */
 64522                   "SetUid",
 64523                   /* qualifiers */
 64524                   _CIM_UnixFile_SetUid_qualifiers,
 64525                   /* type */
 64526                   CIMTYPE_BOOLEAN,
 64527                   /* subscript */
 64528                   -1,
 64529                   /* value */
 64530                   0,
 64531               };
 64532 mike  1.1.2.1 
 64533               static const char*
 64534               _CIM_UnixFile_SetGid_qualifiers[] =
 64535               {
 64536                   0,
 64537               };
 64538               
 64539               static MetaProperty
 64540               _CIM_UnixFile_SetGid =
 64541               {
 64542                   /* flags */
 64543                   META_FLAG_PROPERTY|META_FLAG_READ,
 64544                   /* name */
 64545                   "SetGid",
 64546                   /* qualifiers */
 64547                   _CIM_UnixFile_SetGid_qualifiers,
 64548                   /* type */
 64549                   CIMTYPE_BOOLEAN,
 64550                   /* subscript */
 64551                   -1,
 64552                   /* value */
 64553 mike  1.1.2.1     0,
 64554               };
 64555               
 64556               static const char*
 64557               _CIM_UnixFile_LastModifiedInode_qualifiers[] =
 64558               {
 64559                   0,
 64560               };
 64561               
 64562               static MetaProperty
 64563               _CIM_UnixFile_LastModifiedInode =
 64564               {
 64565                   /* flags */
 64566                   META_FLAG_PROPERTY|META_FLAG_READ,
 64567                   /* name */
 64568                   "LastModifiedInode",
 64569                   /* qualifiers */
 64570                   _CIM_UnixFile_LastModifiedInode_qualifiers,
 64571                   /* type */
 64572                   CIMTYPE_DATETIME,
 64573                   /* subscript */
 64574 mike  1.1.2.1     -1,
 64575                   /* value */
 64576                   0,
 64577               };
 64578               
 64579               static const char*
 64580               _CIM_UnixFile_LinkMax_qualifiers[] =
 64581               {
 64582                   /* MinValue */
 64583                   "\035\000\000\000\000\000\000\000\010",
 64584                   /* MappingStrings */
 64585                   "\026\000\001POSIX.TOG|pathconf|_PC_LINK_MAX\000",
 64586                   0,
 64587               };
 64588               
 64589               static MetaProperty
 64590               _CIM_UnixFile_LinkMax =
 64591               {
 64592                   /* flags */
 64593                   META_FLAG_PROPERTY|META_FLAG_READ,
 64594                   /* name */
 64595 mike  1.1.2.1     "LinkMax",
 64596                   /* qualifiers */
 64597                   _CIM_UnixFile_LinkMax_qualifiers,
 64598                   /* type */
 64599                   CIMTYPE_UINT64,
 64600                   /* subscript */
 64601                   -1,
 64602                   /* value */
 64603                   0,
 64604               };
 64605               
 64606               static const char*
 64607               _CIM_UnixFile_NameMax_qualifiers[] =
 64608               {
 64609                   /* Units */
 64610                   "\060Bytes",
 64611                   /* MinValue */
 64612                   "\035\000\000\000\000\000\000\000\016",
 64613                   /* MappingStrings */
 64614                   "\026\000\001POSIX.TOG|pathconf|_POSIX_NAME_MAX\000",
 64615                   0,
 64616 mike  1.1.2.1 };
 64617               
 64618               static MetaProperty
 64619               _CIM_UnixFile_NameMax =
 64620               {
 64621                   /* flags */
 64622                   META_FLAG_PROPERTY|META_FLAG_READ,
 64623                   /* name */
 64624                   "NameMax",
 64625                   /* qualifiers */
 64626                   _CIM_UnixFile_NameMax_qualifiers,
 64627                   /* type */
 64628                   CIMTYPE_UINT64,
 64629                   /* subscript */
 64630                   -1,
 64631                   /* value */
 64632                   0,
 64633               };
 64634               
 64635               static const char*
 64636               _CIM_UnixFile_PathMax_qualifiers[] =
 64637 mike  1.1.2.1 {
 64638                   /* Units */
 64639                   "\060Bytes",
 64640                   /* MinValue */
 64641                   "\035\000\000\000\000\000\000\000\377",
 64642                   /* MappingStrings */
 64643                   "\026\000\001POSIX.TOG|pathconf|_POSIX_PATH_MAX\000",
 64644                   0,
 64645               };
 64646               
 64647               static MetaProperty
 64648               _CIM_UnixFile_PathMax =
 64649               {
 64650                   /* flags */
 64651                   META_FLAG_PROPERTY|META_FLAG_READ,
 64652                   /* name */
 64653                   "PathMax",
 64654                   /* qualifiers */
 64655                   _CIM_UnixFile_PathMax_qualifiers,
 64656                   /* type */
 64657                   CIMTYPE_UINT64,
 64658 mike  1.1.2.1     /* subscript */
 64659                   -1,
 64660                   /* value */
 64661                   0,
 64662               };
 64663               
 64664               static const char*
 64665               _CIM_UnixFile_PosixChownRestricted_qualifiers[] =
 64666               {
 64667                   /* MappingStrings */
 64668                   "\026\000\001POSIX.TOG|pathconf|_PC_CHOWN_RESTRICTED\000",
 64669                   0,
 64670               };
 64671               
 64672               static MetaProperty
 64673               _CIM_UnixFile_PosixChownRestricted =
 64674               {
 64675                   /* flags */
 64676                   META_FLAG_PROPERTY|META_FLAG_READ,
 64677                   /* name */
 64678                   "PosixChownRestricted",
 64679 mike  1.1.2.1     /* qualifiers */
 64680                   _CIM_UnixFile_PosixChownRestricted_qualifiers,
 64681                   /* type */
 64682                   CIMTYPE_UINT64,
 64683                   /* subscript */
 64684                   -1,
 64685                   /* value */
 64686                   0,
 64687               };
 64688               
 64689               static const char*
 64690               _CIM_UnixFile_PosixNoTrunc_qualifiers[] =
 64691               {
 64692                   /* MappingStrings */
 64693                   "\026\000\001POSIX.TOG|pathconf|_PC_NO_TRUNC\000",
 64694                   /* ModelCorrespondence */
 64695                   "\036\000\001CIM_UnixFile.NameMax\000",
 64696                   0,
 64697               };
 64698               
 64699               static MetaProperty
 64700 mike  1.1.2.1 _CIM_UnixFile_PosixNoTrunc =
 64701               {
 64702                   /* flags */
 64703                   META_FLAG_PROPERTY|META_FLAG_READ,
 64704                   /* name */
 64705                   "PosixNoTrunc",
 64706                   /* qualifiers */
 64707                   _CIM_UnixFile_PosixNoTrunc_qualifiers,
 64708                   /* type */
 64709                   CIMTYPE_UINT64,
 64710                   /* subscript */
 64711                   -1,
 64712                   /* value */
 64713                   0,
 64714               };
 64715               
 64716               static const char*
 64717               _CIM_UnixFile_PosixAsyncIo_qualifiers[] =
 64718               {
 64719                   /* MappingStrings */
 64720                   "\026\000\001POSIX.TOG|pathconf|_PC_ASYNC_IO\000",
 64721 mike  1.1.2.1     0,
 64722               };
 64723               
 64724               static MetaProperty
 64725               _CIM_UnixFile_PosixAsyncIo =
 64726               {
 64727                   /* flags */
 64728                   META_FLAG_PROPERTY|META_FLAG_READ,
 64729                   /* name */
 64730                   "PosixAsyncIo",
 64731                   /* qualifiers */
 64732                   _CIM_UnixFile_PosixAsyncIo_qualifiers,
 64733                   /* type */
 64734                   CIMTYPE_UINT64,
 64735                   /* subscript */
 64736                   -1,
 64737                   /* value */
 64738                   0,
 64739               };
 64740               
 64741               static const char*
 64742 mike  1.1.2.1 _CIM_UnixFile_PosixPrioIo_qualifiers[] =
 64743               {
 64744                   /* MappingStrings */
 64745                   "\026\000\001POSIX.TOG|pathconf|_PC_PRIO_IO\000",
 64746                   0,
 64747               };
 64748               
 64749               static MetaProperty
 64750               _CIM_UnixFile_PosixPrioIo =
 64751               {
 64752                   /* flags */
 64753                   META_FLAG_PROPERTY|META_FLAG_READ,
 64754                   /* name */
 64755                   "PosixPrioIo",
 64756                   /* qualifiers */
 64757                   _CIM_UnixFile_PosixPrioIo_qualifiers,
 64758                   /* type */
 64759                   CIMTYPE_UINT64,
 64760                   /* subscript */
 64761                   -1,
 64762                   /* value */
 64763 mike  1.1.2.1     0,
 64764               };
 64765               
 64766               static const char*
 64767               _CIM_UnixFile_PosixSyncIo_qualifiers[] =
 64768               {
 64769                   /* MappingStrings */
 64770                   "\026\000\001POSIX.TOG|pathconf|_PC_SYNC_IO\000",
 64771                   0,
 64772               };
 64773               
 64774               static MetaProperty
 64775               _CIM_UnixFile_PosixSyncIo =
 64776               {
 64777                   /* flags */
 64778                   META_FLAG_PROPERTY|META_FLAG_READ,
 64779                   /* name */
 64780                   "PosixSyncIo",
 64781                   /* qualifiers */
 64782                   _CIM_UnixFile_PosixSyncIo_qualifiers,
 64783                   /* type */
 64784 mike  1.1.2.1     CIMTYPE_UINT64,
 64785                   /* subscript */
 64786                   -1,
 64787                   /* value */
 64788                   0,
 64789               };
 64790               
 64791               static MetaFeature*
 64792               _CIM_UnixFile_features[] =
 64793               {
 64794                   (MetaFeature*)&_CIM_UnixFile_CSCreationClassName,
 64795                   (MetaFeature*)&_CIM_UnixFile_CSName,
 64796                   (MetaFeature*)&_CIM_UnixFile_FSCreationClassName,
 64797                   (MetaFeature*)&_CIM_UnixFile_FSName,
 64798                   (MetaFeature*)&_CIM_UnixFile_LFCreationClassName,
 64799                   (MetaFeature*)&_CIM_UnixFile_LFName,
 64800                   (MetaFeature*)&_CIM_UnixFile_UserID,
 64801                   (MetaFeature*)&_CIM_UnixFile_GroupID,
 64802                   (MetaFeature*)&_CIM_UnixFile_SaveText,
 64803                   (MetaFeature*)&_CIM_UnixFile_LinkCount,
 64804                   (MetaFeature*)&_CIM_UnixFile_FileInodeNumber,
 64805 mike  1.1.2.1     (MetaFeature*)&_CIM_UnixFile_SetUid,
 64806                   (MetaFeature*)&_CIM_UnixFile_SetGid,
 64807                   (MetaFeature*)&_CIM_UnixFile_LastModifiedInode,
 64808                   (MetaFeature*)&_CIM_UnixFile_LinkMax,
 64809                   (MetaFeature*)&_CIM_UnixFile_NameMax,
 64810                   (MetaFeature*)&_CIM_UnixFile_PathMax,
 64811                   (MetaFeature*)&_CIM_UnixFile_PosixChownRestricted,
 64812                   (MetaFeature*)&_CIM_UnixFile_PosixNoTrunc,
 64813                   (MetaFeature*)&_CIM_UnixFile_PosixAsyncIo,
 64814                   (MetaFeature*)&_CIM_UnixFile_PosixPrioIo,
 64815                   (MetaFeature*)&_CIM_UnixFile_PosixSyncIo,
 64816                   0,
 64817               };
 64818               
 64819               static const char*
 64820               __root_cimv2_CIM_UnixFile_qualifiers[] =
 64821               {
 64822                   /* UMLPackagePath */
 64823                   "\057CIM::System::Unix",
 64824                   /* Version */
 64825                   "\0632.6.0",
 64826 mike  1.1.2.1     0,
 64827               };
 64828               
 64829               MetaClass
 64830               __root_cimv2_CIM_UnixFile =
 64831               {
 64832                   /* flags */
 64833                   META_FLAG_CLASS,
 64834                   /* name */
 64835                   "CIM_UnixFile",
 64836                   /* qualifiers */
 64837                   __root_cimv2_CIM_UnixFile_qualifiers,
 64838                   /* super */
 64839                   &__root_cimv2_CIM_LogicalElement,
 64840                   /* features */
 64841                   _CIM_UnixFile_features,
 64842               };
 64843               
 64844               //==============================================================================
 64845               //
 64846               // Class: CIM_UoWDefTraceLevelType
 64847 mike  1.1.2.1 //
 64848               //==============================================================================
 64849               
 64850               static const char*
 64851               _CIM_UoWDefTraceLevelType_TraceLevelType_qualifiers[] =
 64852               {
 64853                   /* Key */
 64854                   "\025\001",
 64855                   /* Max */
 64856                   "\027\000\000\000\001",
 64857                   0,
 64858               };
 64859               
 64860               static MetaReference
 64861               _CIM_UoWDefTraceLevelType_TraceLevelType =
 64862               {
 64863                   /* flags */
 64864                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 64865                   /* name */
 64866                   "TraceLevelType",
 64867                   /* qualifiers */
 64868 mike  1.1.2.1     _CIM_UoWDefTraceLevelType_TraceLevelType_qualifiers,
 64869                   /* subscript */
 64870                   -1,
 64871                   /* refId */
 64872                   &__root_cimv2_CIM_TraceLevelType,
 64873               };
 64874               
 64875               static const char*
 64876               _CIM_UoWDefTraceLevelType_UoWDefn_qualifiers[] =
 64877               {
 64878                   /* Key */
 64879                   "\025\001",
 64880                   0,
 64881               };
 64882               
 64883               static MetaReference
 64884               _CIM_UoWDefTraceLevelType_UoWDefn =
 64885               {
 64886                   /* flags */
 64887                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 64888                   /* name */
 64889 mike  1.1.2.1     "UoWDefn",
 64890                   /* qualifiers */
 64891                   _CIM_UoWDefTraceLevelType_UoWDefn_qualifiers,
 64892                   /* subscript */
 64893                   -1,
 64894                   /* refId */
 64895                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 64896               };
 64897               
 64898               static MetaFeature*
 64899               _CIM_UoWDefTraceLevelType_features[] =
 64900               {
 64901                   (MetaFeature*)&_CIM_UoWDefTraceLevelType_TraceLevelType,
 64902                   (MetaFeature*)&_CIM_UoWDefTraceLevelType_UoWDefn,
 64903                   0,
 64904               };
 64905               
 64906               static const char*
 64907               __root_cimv2_CIM_UoWDefTraceLevelType_qualifiers[] =
 64908               {
 64909                   /* ASSOCIATION */
 64910 mike  1.1.2.1     "\000\001",
 64911                   /* UMLPackagePath */
 64912                   "\057CIM::Metrics::UnitOfWork",
 64913                   /* Version */
 64914                   "\0632.7.0",
 64915                   0,
 64916               };
 64917               
 64918               MetaClass
 64919               __root_cimv2_CIM_UoWDefTraceLevelType =
 64920               {
 64921                   /* flags */
 64922                   META_FLAG_ASSOCIATION,
 64923                   /* name */
 64924                   "CIM_UoWDefTraceLevelType",
 64925                   /* qualifiers */
 64926                   __root_cimv2_CIM_UoWDefTraceLevelType_qualifiers,
 64927                   /* super */
 64928                   0,
 64929                   /* features */
 64930                   _CIM_UoWDefTraceLevelType_features,
 64931 mike  1.1.2.1 };
 64932               
 64933               //==============================================================================
 64934               //
 64935               // Class: CIM_UoWMetricDefinition
 64936               //
 64937               //==============================================================================
 64938               
 64939               static const char*
 64940               _CIM_UoWMetricDefinition_Antecedent_qualifiers[] =
 64941               {
 64942                   /* Override */
 64943                   "\044Antecedent",
 64944                   /* Min */
 64945                   "\033\000\000\000\001",
 64946                   0,
 64947               };
 64948               
 64949               static MetaReference
 64950               _CIM_UoWMetricDefinition_Antecedent =
 64951               {
 64952 mike  1.1.2.1     /* flags */
 64953                   META_FLAG_REFERENCE|META_FLAG_READ,
 64954                   /* name */
 64955                   "Antecedent",
 64956                   /* qualifiers */
 64957                   _CIM_UoWMetricDefinition_Antecedent_qualifiers,
 64958                   /* subscript */
 64959                   -1,
 64960                   /* refId */
 64961                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 64962               };
 64963               
 64964               static const char*
 64965               _CIM_UoWMetricDefinition_Dependent_qualifiers[] =
 64966               {
 64967                   /* Override */
 64968                   "\044Dependent",
 64969                   0,
 64970               };
 64971               
 64972               static MetaReference
 64973 mike  1.1.2.1 _CIM_UoWMetricDefinition_Dependent =
 64974               {
 64975                   /* flags */
 64976                   META_FLAG_REFERENCE|META_FLAG_READ,
 64977                   /* name */
 64978                   "Dependent",
 64979                   /* qualifiers */
 64980                   _CIM_UoWMetricDefinition_Dependent_qualifiers,
 64981                   /* subscript */
 64982                   -1,
 64983                   /* refId */
 64984                   &__root_cimv2_CIM_MetricDefinition,
 64985               };
 64986               
 64987               static MetaFeature*
 64988               _CIM_UoWMetricDefinition_features[] =
 64989               {
 64990                   (MetaFeature*)&_CIM_UoWMetricDefinition_Antecedent,
 64991                   (MetaFeature*)&_CIM_UoWMetricDefinition_Dependent,
 64992                   0,
 64993               };
 64994 mike  1.1.2.1 
 64995               static const char*
 64996               __root_cimv2_CIM_UoWMetricDefinition_qualifiers[] =
 64997               {
 64998                   /* ASSOCIATION */
 64999                   "\000\001",
 65000                   /* UMLPackagePath */
 65001                   "\057CIM::Metrics::UnitOfWork",
 65002                   /* Version */
 65003                   "\0632.6.0",
 65004                   0,
 65005               };
 65006               
 65007               MetaClass
 65008               __root_cimv2_CIM_UoWMetricDefinition =
 65009               {
 65010                   /* flags */
 65011                   META_FLAG_ASSOCIATION,
 65012                   /* name */
 65013                   "CIM_UoWMetricDefinition",
 65014                   /* qualifiers */
 65015 mike  1.1.2.1     __root_cimv2_CIM_UoWMetricDefinition_qualifiers,
 65016                   /* super */
 65017                   &__root_cimv2_CIM_Dependency,
 65018                   /* features */
 65019                   _CIM_UoWMetricDefinition_features,
 65020               };
 65021               
 65022               //==============================================================================
 65023               //
 65024               // Class: CIM_UserContact
 65025               //
 65026               //==============================================================================
 65027               
 65028               static const char*
 65029               _CIM_UserContact_CreationClassName_qualifiers[] =
 65030               {
 65031                   /* Key */
 65032                   "\025\001",
 65033                   /* MaxLen */
 65034                   "\030\000\000\001\000",
 65035                   0,
 65036 mike  1.1.2.1 };
 65037               
 65038               static MetaProperty
 65039               _CIM_UserContact_CreationClassName =
 65040               {
 65041                   /* flags */
 65042                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 65043                   /* name */
 65044                   "CreationClassName",
 65045                   /* qualifiers */
 65046                   _CIM_UserContact_CreationClassName_qualifiers,
 65047                   /* type */
 65048                   CIMTYPE_STRING,
 65049                   /* subscript */
 65050                   -1,
 65051                   /* value */
 65052                   0,
 65053               };
 65054               
 65055               static const char*
 65056               _CIM_UserContact_Name_qualifiers[] =
 65057 mike  1.1.2.1 {
 65058                   /* Key */
 65059                   "\025\001",
 65060                   /* MaxLen */
 65061                   "\030\000\000\004\000",
 65062                   0,
 65063               };
 65064               
 65065               static MetaProperty
 65066               _CIM_UserContact_Name =
 65067               {
 65068                   /* flags */
 65069                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 65070                   /* name */
 65071                   "Name",
 65072                   /* qualifiers */
 65073                   _CIM_UserContact_Name_qualifiers,
 65074                   /* type */
 65075                   CIMTYPE_STRING,
 65076                   /* subscript */
 65077                   -1,
 65078 mike  1.1.2.1     /* value */
 65079                   0,
 65080               };
 65081               
 65082               static const char*
 65083               _CIM_UserContact_GivenName_qualifiers[] =
 65084               {
 65085                   0,
 65086               };
 65087               
 65088               static MetaProperty
 65089               _CIM_UserContact_GivenName =
 65090               {
 65091                   /* flags */
 65092                   META_FLAG_PROPERTY|META_FLAG_READ,
 65093                   /* name */
 65094                   "GivenName",
 65095                   /* qualifiers */
 65096                   _CIM_UserContact_GivenName_qualifiers,
 65097                   /* type */
 65098                   CIMTYPE_STRING,
 65099 mike  1.1.2.1     /* subscript */
 65100                   -1,
 65101                   /* value */
 65102                   0,
 65103               };
 65104               
 65105               static const char*
 65106               _CIM_UserContact_Surname_qualifiers[] =
 65107               {
 65108                   /* Required */
 65109                   "\050\001",
 65110                   0,
 65111               };
 65112               
 65113               static MetaProperty
 65114               _CIM_UserContact_Surname =
 65115               {
 65116                   /* flags */
 65117                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65118                   /* name */
 65119                   "Surname",
 65120 mike  1.1.2.1     /* qualifiers */
 65121                   _CIM_UserContact_Surname_qualifiers,
 65122                   /* type */
 65123                   CIMTYPE_STRING,
 65124                   /* subscript */
 65125                   -1,
 65126                   /* value */
 65127                   0,
 65128               };
 65129               
 65130               static const char*
 65131               _CIM_UserContact_Mail_qualifiers[] =
 65132               {
 65133                   0,
 65134               };
 65135               
 65136               static MetaProperty
 65137               _CIM_UserContact_Mail =
 65138               {
 65139                   /* flags */
 65140                   META_FLAG_PROPERTY|META_FLAG_READ,
 65141 mike  1.1.2.1     /* name */
 65142                   "Mail",
 65143                   /* qualifiers */
 65144                   _CIM_UserContact_Mail_qualifiers,
 65145                   /* type */
 65146                   CIMTYPE_STRING,
 65147                   /* subscript */
 65148                   -1,
 65149                   /* value */
 65150                   0,
 65151               };
 65152               
 65153               static const char*
 65154               _CIM_UserContact_UserID_qualifiers[] =
 65155               {
 65156                   0,
 65157               };
 65158               
 65159               static MetaProperty
 65160               _CIM_UserContact_UserID =
 65161               {
 65162 mike  1.1.2.1     /* flags */
 65163                   META_FLAG_PROPERTY|META_FLAG_READ,
 65164                   /* name */
 65165                   "UserID",
 65166                   /* qualifiers */
 65167                   _CIM_UserContact_UserID_qualifiers,
 65168                   /* type */
 65169                   CIMTYPE_STRING,
 65170                   /* subscript */
 65171                   -1,
 65172                   /* value */
 65173                   0,
 65174               };
 65175               
 65176               static const char*
 65177               _CIM_UserContact_LocalityName_qualifiers[] =
 65178               {
 65179                   0,
 65180               };
 65181               
 65182               static MetaProperty
 65183 mike  1.1.2.1 _CIM_UserContact_LocalityName =
 65184               {
 65185                   /* flags */
 65186                   META_FLAG_PROPERTY|META_FLAG_READ,
 65187                   /* name */
 65188                   "LocalityName",
 65189                   /* qualifiers */
 65190                   _CIM_UserContact_LocalityName_qualifiers,
 65191                   /* type */
 65192                   CIMTYPE_STRING,
 65193                   /* subscript */
 65194                   -1,
 65195                   /* value */
 65196                   0,
 65197               };
 65198               
 65199               static const char*
 65200               _CIM_UserContact_PostalAddress_qualifiers[] =
 65201               {
 65202                   0,
 65203               };
 65204 mike  1.1.2.1 
 65205               static MetaProperty
 65206               _CIM_UserContact_PostalAddress =
 65207               {
 65208                   /* flags */
 65209                   META_FLAG_PROPERTY|META_FLAG_READ,
 65210                   /* name */
 65211                   "PostalAddress",
 65212                   /* qualifiers */
 65213                   _CIM_UserContact_PostalAddress_qualifiers,
 65214                   /* type */
 65215                   CIMTYPE_STRING,
 65216                   /* subscript */
 65217                   0,
 65218                   /* value */
 65219                   0,
 65220               };
 65221               
 65222               static const char*
 65223               _CIM_UserContact_StateOrProvince_qualifiers[] =
 65224               {
 65225 mike  1.1.2.1     0,
 65226               };
 65227               
 65228               static MetaProperty
 65229               _CIM_UserContact_StateOrProvince =
 65230               {
 65231                   /* flags */
 65232                   META_FLAG_PROPERTY|META_FLAG_READ,
 65233                   /* name */
 65234                   "StateOrProvince",
 65235                   /* qualifiers */
 65236                   _CIM_UserContact_StateOrProvince_qualifiers,
 65237                   /* type */
 65238                   CIMTYPE_STRING,
 65239                   /* subscript */
 65240                   -1,
 65241                   /* value */
 65242                   0,
 65243               };
 65244               
 65245               static const char*
 65246 mike  1.1.2.1 _CIM_UserContact_PostalCode_qualifiers[] =
 65247               {
 65248                   /* MaxLen */
 65249                   "\030\000\000\000\050",
 65250                   0,
 65251               };
 65252               
 65253               static MetaProperty
 65254               _CIM_UserContact_PostalCode =
 65255               {
 65256                   /* flags */
 65257                   META_FLAG_PROPERTY|META_FLAG_READ,
 65258                   /* name */
 65259                   "PostalCode",
 65260                   /* qualifiers */
 65261                   _CIM_UserContact_PostalCode_qualifiers,
 65262                   /* type */
 65263                   CIMTYPE_STRING,
 65264                   /* subscript */
 65265                   -1,
 65266                   /* value */
 65267 mike  1.1.2.1     0,
 65268               };
 65269               
 65270               static const char*
 65271               _CIM_UserContact_TelephoneNumber_qualifiers[] =
 65272               {
 65273                   /* MaxLen */
 65274                   "\030\000\000\000\040",
 65275                   0,
 65276               };
 65277               
 65278               static MetaProperty
 65279               _CIM_UserContact_TelephoneNumber =
 65280               {
 65281                   /* flags */
 65282                   META_FLAG_PROPERTY|META_FLAG_READ,
 65283                   /* name */
 65284                   "TelephoneNumber",
 65285                   /* qualifiers */
 65286                   _CIM_UserContact_TelephoneNumber_qualifiers,
 65287                   /* type */
 65288 mike  1.1.2.1     CIMTYPE_STRING,
 65289                   /* subscript */
 65290                   -1,
 65291                   /* value */
 65292                   0,
 65293               };
 65294               
 65295               static MetaFeature*
 65296               _CIM_UserContact_features[] =
 65297               {
 65298                   (MetaFeature*)&_CIM_UserContact_CreationClassName,
 65299                   (MetaFeature*)&_CIM_UserContact_Name,
 65300                   (MetaFeature*)&_CIM_UserContact_GivenName,
 65301                   (MetaFeature*)&_CIM_UserContact_Surname,
 65302                   (MetaFeature*)&_CIM_UserContact_Mail,
 65303                   (MetaFeature*)&_CIM_UserContact_UserID,
 65304                   (MetaFeature*)&_CIM_UserContact_LocalityName,
 65305                   (MetaFeature*)&_CIM_UserContact_PostalAddress,
 65306                   (MetaFeature*)&_CIM_UserContact_StateOrProvince,
 65307                   (MetaFeature*)&_CIM_UserContact_PostalCode,
 65308                   (MetaFeature*)&_CIM_UserContact_TelephoneNumber,
 65309 mike  1.1.2.1     0,
 65310               };
 65311               
 65312               static const char*
 65313               __root_cimv2_CIM_UserContact_qualifiers[] =
 65314               {
 65315                   /* UMLPackagePath */
 65316                   "\057CIM::User::Org",
 65317                   /* Version */
 65318                   "\0632.8.0",
 65319                   0,
 65320               };
 65321               
 65322               MetaClass
 65323               __root_cimv2_CIM_UserContact =
 65324               {
 65325                   /* flags */
 65326                   META_FLAG_CLASS,
 65327                   /* name */
 65328                   "CIM_UserContact",
 65329                   /* qualifiers */
 65330 mike  1.1.2.1     __root_cimv2_CIM_UserContact_qualifiers,
 65331                   /* super */
 65332                   &__root_cimv2_CIM_UserEntity,
 65333                   /* features */
 65334                   _CIM_UserContact_features,
 65335               };
 65336               
 65337               //==============================================================================
 65338               //
 65339               // Class: CIM_VideoBIOSElement
 65340               //
 65341               //==============================================================================
 65342               
 65343               static const char*
 65344               _CIM_VideoBIOSElement_Version_qualifiers[] =
 65345               {
 65346                   /* Override */
 65347                   "\044Version",
 65348                   /* MappingStrings */
 65349                   "\026\000\001MIF.DMTF|Video BIOS|001.3\000",
 65350                   0,
 65351 mike  1.1.2.1 };
 65352               
 65353               static MetaProperty
 65354               _CIM_VideoBIOSElement_Version =
 65355               {
 65356                   /* flags */
 65357                   META_FLAG_PROPERTY|META_FLAG_READ,
 65358                   /* name */
 65359                   "Version",
 65360                   /* qualifiers */
 65361                   _CIM_VideoBIOSElement_Version_qualifiers,
 65362                   /* type */
 65363                   CIMTYPE_STRING,
 65364                   /* subscript */
 65365                   -1,
 65366                   /* value */
 65367                   0,
 65368               };
 65369               
 65370               static const char*
 65371               _CIM_VideoBIOSElement_Manufacturer_qualifiers[] =
 65372 mike  1.1.2.1 {
 65373                   /* Override */
 65374                   "\044Manufacturer",
 65375                   /* MappingStrings */
 65376                   "\026\000\001MIF.DMTF|Video BIOS|001.2\000",
 65377                   0,
 65378               };
 65379               
 65380               static MetaProperty
 65381               _CIM_VideoBIOSElement_Manufacturer =
 65382               {
 65383                   /* flags */
 65384                   META_FLAG_PROPERTY|META_FLAG_READ,
 65385                   /* name */
 65386                   "Manufacturer",
 65387                   /* qualifiers */
 65388                   _CIM_VideoBIOSElement_Manufacturer_qualifiers,
 65389                   /* type */
 65390                   CIMTYPE_STRING,
 65391                   /* subscript */
 65392                   -1,
 65393 mike  1.1.2.1     /* value */
 65394                   0,
 65395               };
 65396               
 65397               static const char*
 65398               _CIM_VideoBIOSElement_IsShadowed_qualifiers[] =
 65399               {
 65400                   /* MappingStrings */
 65401                   "\026\000\001MIF.DMTF|Video BIOS|001.5\000",
 65402                   0,
 65403               };
 65404               
 65405               static MetaProperty
 65406               _CIM_VideoBIOSElement_IsShadowed =
 65407               {
 65408                   /* flags */
 65409                   META_FLAG_PROPERTY|META_FLAG_READ,
 65410                   /* name */
 65411                   "IsShadowed",
 65412                   /* qualifiers */
 65413                   _CIM_VideoBIOSElement_IsShadowed_qualifiers,
 65414 mike  1.1.2.1     /* type */
 65415                   CIMTYPE_BOOLEAN,
 65416                   /* subscript */
 65417                   -1,
 65418                   /* value */
 65419                   0,
 65420               };
 65421               
 65422               static const char*
 65423               _CIM_VideoBIOSElement_ReleaseDate_qualifiers[] =
 65424               {
 65425                   /* MappingStrings */
 65426                   "\026\000\001MIF.DMTF|Video BIOS|001.4\000",
 65427                   0,
 65428               };
 65429               
 65430               static MetaProperty
 65431               _CIM_VideoBIOSElement_ReleaseDate =
 65432               {
 65433                   /* flags */
 65434                   META_FLAG_PROPERTY|META_FLAG_READ,
 65435 mike  1.1.2.1     /* name */
 65436                   "ReleaseDate",
 65437                   /* qualifiers */
 65438                   _CIM_VideoBIOSElement_ReleaseDate_qualifiers,
 65439                   /* type */
 65440                   CIMTYPE_DATETIME,
 65441                   /* subscript */
 65442                   -1,
 65443                   /* value */
 65444                   0,
 65445               };
 65446               
 65447               static MetaFeature*
 65448               _CIM_VideoBIOSElement_features[] =
 65449               {
 65450                   (MetaFeature*)&_CIM_VideoBIOSElement_Version,
 65451                   (MetaFeature*)&_CIM_VideoBIOSElement_Manufacturer,
 65452                   (MetaFeature*)&_CIM_VideoBIOSElement_IsShadowed,
 65453                   (MetaFeature*)&_CIM_VideoBIOSElement_ReleaseDate,
 65454                   0,
 65455               };
 65456 mike  1.1.2.1 
 65457               static const char*
 65458               __root_cimv2_CIM_VideoBIOSElement_qualifiers[] =
 65459               {
 65460                   /* UMLPackagePath */
 65461                   "\057CIM::Application::BIOS",
 65462                   /* Version */
 65463                   "\0632.6.0",
 65464                   0,
 65465               };
 65466               
 65467               MetaClass
 65468               __root_cimv2_CIM_VideoBIOSElement =
 65469               {
 65470                   /* flags */
 65471                   META_FLAG_CLASS,
 65472                   /* name */
 65473                   "CIM_VideoBIOSElement",
 65474                   /* qualifiers */
 65475                   __root_cimv2_CIM_VideoBIOSElement_qualifiers,
 65476                   /* super */
 65477 mike  1.1.2.1     &__root_cimv2_CIM_SoftwareElement,
 65478                   /* features */
 65479                   _CIM_VideoBIOSElement_features,
 65480               };
 65481               
 65482               //==============================================================================
 65483               //
 65484               // Class: CIM_VideoBIOSFeature
 65485               //
 65486               //==============================================================================
 65487               
 65488               static const char*
 65489               _CIM_VideoBIOSFeature_Characteristics_qualifiers[] =
 65490               {
 65491                   /* ValueMap */
 65492                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 65493                   /* Values */
 65494                   "\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",
 65495                   /* MappingStrings */
 65496                   "\026\000\001MIF.DMTF|Video BIOS Characteristic|001.3\000",
 65497                   /* ArrayType */
 65498 mike  1.1.2.1     "\005Indexed",
 65499                   /* ModelCorrespondence */
 65500                   "\036\000\001CIM_VideoBIOSFeature.CharacteristicDescriptions\000",
 65501                   0,
 65502               };
 65503               
 65504               static MetaProperty
 65505               _CIM_VideoBIOSFeature_Characteristics =
 65506               {
 65507                   /* flags */
 65508                   META_FLAG_PROPERTY|META_FLAG_READ,
 65509                   /* name */
 65510                   "Characteristics",
 65511                   /* qualifiers */
 65512                   _CIM_VideoBIOSFeature_Characteristics_qualifiers,
 65513                   /* type */
 65514                   CIMTYPE_UINT16,
 65515                   /* subscript */
 65516                   0,
 65517                   /* value */
 65518                   0,
 65519 mike  1.1.2.1 };
 65520               
 65521               static const char*
 65522               _CIM_VideoBIOSFeature_CharacteristicDescriptions_qualifiers[] =
 65523               {
 65524                   /* MappingStrings */
 65525                   "\026\000\001MIF.DMTF|Video BIOS Characteristic|001.4\000",
 65526                   /* ArrayType */
 65527                   "\005Indexed",
 65528                   /* ModelCorrespondence */
 65529                   "\036\000\001CIM_VideoBIOSFeature.Characteristics\000",
 65530                   0,
 65531               };
 65532               
 65533               static MetaProperty
 65534               _CIM_VideoBIOSFeature_CharacteristicDescriptions =
 65535               {
 65536                   /* flags */
 65537                   META_FLAG_PROPERTY|META_FLAG_READ,
 65538                   /* name */
 65539                   "CharacteristicDescriptions",
 65540 mike  1.1.2.1     /* qualifiers */
 65541                   _CIM_VideoBIOSFeature_CharacteristicDescriptions_qualifiers,
 65542                   /* type */
 65543                   CIMTYPE_STRING,
 65544                   /* subscript */
 65545                   0,
 65546                   /* value */
 65547                   0,
 65548               };
 65549               
 65550               static MetaFeature*
 65551               _CIM_VideoBIOSFeature_features[] =
 65552               {
 65553                   (MetaFeature*)&_CIM_VideoBIOSFeature_Characteristics,
 65554                   (MetaFeature*)&_CIM_VideoBIOSFeature_CharacteristicDescriptions,
 65555                   0,
 65556               };
 65557               
 65558               static const char*
 65559               __root_cimv2_CIM_VideoBIOSFeature_qualifiers[] =
 65560               {
 65561 mike  1.1.2.1     /* UMLPackagePath */
 65562                   "\057CIM::Application::BIOS",
 65563                   /* Version */
 65564                   "\0632.6.0",
 65565                   0,
 65566               };
 65567               
 65568               MetaClass
 65569               __root_cimv2_CIM_VideoBIOSFeature =
 65570               {
 65571                   /* flags */
 65572                   META_FLAG_CLASS,
 65573                   /* name */
 65574                   "CIM_VideoBIOSFeature",
 65575                   /* qualifiers */
 65576                   __root_cimv2_CIM_VideoBIOSFeature_qualifiers,
 65577                   /* super */
 65578                   &__root_cimv2_CIM_SoftwareFeature,
 65579                   /* features */
 65580                   _CIM_VideoBIOSFeature_features,
 65581               };
 65582 mike  1.1.2.1 
 65583               //==============================================================================
 65584               //
 65585               // Class: CIM_VideoBIOSFeatureVideoBIOSElements
 65586               //
 65587               //==============================================================================
 65588               
 65589               static const char*
 65590               _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent_qualifiers[] =
 65591               {
 65592                   /* Aggregate */
 65593                   "\003\001",
 65594                   /* Override */
 65595                   "\044GroupComponent",
 65596                   0,
 65597               };
 65598               
 65599               static MetaReference
 65600               _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent =
 65601               {
 65602                   /* flags */
 65603 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 65604                   /* name */
 65605                   "GroupComponent",
 65606                   /* qualifiers */
 65607                   _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent_qualifiers,
 65608                   /* subscript */
 65609                   -1,
 65610                   /* refId */
 65611                   &__root_cimv2_CIM_VideoBIOSFeature,
 65612               };
 65613               
 65614               static const char*
 65615               _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent_qualifiers[] =
 65616               {
 65617                   /* Override */
 65618                   "\044PartComponent",
 65619                   0,
 65620               };
 65621               
 65622               static MetaReference
 65623               _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent =
 65624 mike  1.1.2.1 {
 65625                   /* flags */
 65626                   META_FLAG_REFERENCE|META_FLAG_READ,
 65627                   /* name */
 65628                   "PartComponent",
 65629                   /* qualifiers */
 65630                   _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent_qualifiers,
 65631                   /* subscript */
 65632                   -1,
 65633                   /* refId */
 65634                   &__root_cimv2_CIM_VideoBIOSElement,
 65635               };
 65636               
 65637               static MetaFeature*
 65638               _CIM_VideoBIOSFeatureVideoBIOSElements_features[] =
 65639               {
 65640                   (MetaFeature*)&_CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent,
 65641                   (MetaFeature*)&_CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent,
 65642                   0,
 65643               };
 65644               
 65645 mike  1.1.2.1 static const char*
 65646               __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements_qualifiers[] =
 65647               {
 65648                   /* ASSOCIATION */
 65649                   "\000\001",
 65650                   /* UMLPackagePath */
 65651                   "\057CIM::Application::BIOS",
 65652                   /* Aggregation */
 65653                   "\004\001",
 65654                   /* Version */
 65655                   "\0632.6.0",
 65656                   0,
 65657               };
 65658               
 65659               MetaClass
 65660               __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements =
 65661               {
 65662                   /* flags */
 65663                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 65664                   /* name */
 65665                   "CIM_VideoBIOSFeatureVideoBIOSElements",
 65666 mike  1.1.2.1     /* qualifiers */
 65667                   __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements_qualifiers,
 65668                   /* super */
 65669                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
 65670                   /* features */
 65671                   _CIM_VideoBIOSFeatureVideoBIOSElements_features,
 65672               };
 65673               
 65674               //==============================================================================
 65675               //
 65676               // Class: CIM_Zone
 65677               //
 65678               //==============================================================================
 65679               
 65680               static const char*
 65681               _CIM_Zone_ElementName_qualifiers[] =
 65682               {
 65683                   /* Required */
 65684                   "\050\001",
 65685                   /* Override */
 65686                   "\044ElementName",
 65687 mike  1.1.2.1     /* Write */
 65688                   "\065\001",
 65689                   0,
 65690               };
 65691               
 65692               static MetaProperty
 65693               _CIM_Zone_ElementName =
 65694               {
 65695                   /* flags */
 65696                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65697                   /* name */
 65698                   "ElementName",
 65699                   /* qualifiers */
 65700                   _CIM_Zone_ElementName_qualifiers,
 65701                   /* type */
 65702                   CIMTYPE_STRING,
 65703                   /* subscript */
 65704                   -1,
 65705                   /* value */
 65706                   0,
 65707               };
 65708 mike  1.1.2.1 
 65709               static const char*
 65710               _CIM_Zone_Active_qualifiers[] =
 65711               {
 65712                   /* Required */
 65713                   "\050\001",
 65714                   0,
 65715               };
 65716               
 65717               static MetaProperty
 65718               _CIM_Zone_Active =
 65719               {
 65720                   /* flags */
 65721                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65722                   /* name */
 65723                   "Active",
 65724                   /* qualifiers */
 65725                   _CIM_Zone_Active_qualifiers,
 65726                   /* type */
 65727                   CIMTYPE_BOOLEAN,
 65728                   /* subscript */
 65729 mike  1.1.2.1     -1,
 65730                   /* value */
 65731                   0,
 65732               };
 65733               
 65734               static const char*
 65735               _CIM_Zone_ZoneType_qualifiers[] =
 65736               {
 65737                   /* Required */
 65738                   "\050\001",
 65739                   /* ValueMap */
 65740                   "\061\000\0060\0001\0002\0003\000..\00032768..65535\000",
 65741                   /* Values */
 65742                   "\062\000\006Unknown\000Other\000Default\000Protocol\000DMTF Reserved\000Vendor Reserved\000",
 65743                   /* ModelCorrespondence */
 65744                   "\036\000\001CIM_Zone.OtherZoneTypeDescription\000",
 65745                   0,
 65746               };
 65747               
 65748               static MetaProperty
 65749               _CIM_Zone_ZoneType =
 65750 mike  1.1.2.1 {
 65751                   /* flags */
 65752                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65753                   /* name */
 65754                   "ZoneType",
 65755                   /* qualifiers */
 65756                   _CIM_Zone_ZoneType_qualifiers,
 65757                   /* type */
 65758                   CIMTYPE_UINT16,
 65759                   /* subscript */
 65760                   -1,
 65761                   /* value */
 65762                   0,
 65763               };
 65764               
 65765               static const char*
 65766               _CIM_Zone_OtherZoneTypeDescription_qualifiers[] =
 65767               {
 65768                   /* ModelCorrespondence */
 65769                   "\036\000\001CIM_Zone.ZoneType\000",
 65770                   0,
 65771 mike  1.1.2.1 };
 65772               
 65773               static MetaProperty
 65774               _CIM_Zone_OtherZoneTypeDescription =
 65775               {
 65776                   /* flags */
 65777                   META_FLAG_PROPERTY|META_FLAG_READ,
 65778                   /* name */
 65779                   "OtherZoneTypeDescription",
 65780                   /* qualifiers */
 65781                   _CIM_Zone_OtherZoneTypeDescription_qualifiers,
 65782                   /* type */
 65783                   CIMTYPE_STRING,
 65784                   /* subscript */
 65785                   -1,
 65786                   /* value */
 65787                   0,
 65788               };
 65789               
 65790               static const char*
 65791               _CIM_Zone_ZoneSubType_qualifiers[] =
 65792 mike  1.1.2.1 {
 65793                   /* ValueMap */
 65794                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
 65795                   /* Values */
 65796                   "\062\000\007Unknown\000Other\000SCSI\000VI\000IP\000DMTF Reserved\000Vendor Reserved\000",
 65797                   /* ModelCorrespondence */
 65798                   "\036\000\001CIM_Zone.OtherZoneSubTypeDescription\000",
 65799                   0,
 65800               };
 65801               
 65802               static MetaProperty
 65803               _CIM_Zone_ZoneSubType =
 65804               {
 65805                   /* flags */
 65806                   META_FLAG_PROPERTY|META_FLAG_READ,
 65807                   /* name */
 65808                   "ZoneSubType",
 65809                   /* qualifiers */
 65810                   _CIM_Zone_ZoneSubType_qualifiers,
 65811                   /* type */
 65812                   CIMTYPE_UINT16,
 65813 mike  1.1.2.1     /* subscript */
 65814                   -1,
 65815                   /* value */
 65816                   0,
 65817               };
 65818               
 65819               static const char*
 65820               _CIM_Zone_OtherZoneSubTypeDescription_qualifiers[] =
 65821               {
 65822                   /* ModelCorrespondence */
 65823                   "\036\000\001CIM_Zone.ZoneSubType\000",
 65824                   0,
 65825               };
 65826               
 65827               static MetaProperty
 65828               _CIM_Zone_OtherZoneSubTypeDescription =
 65829               {
 65830                   /* flags */
 65831                   META_FLAG_PROPERTY|META_FLAG_READ,
 65832                   /* name */
 65833                   "OtherZoneSubTypeDescription",
 65834 mike  1.1.2.1     /* qualifiers */
 65835                   _CIM_Zone_OtherZoneSubTypeDescription_qualifiers,
 65836                   /* type */
 65837                   CIMTYPE_STRING,
 65838                   /* subscript */
 65839                   -1,
 65840                   /* value */
 65841                   0,
 65842               };
 65843               
 65844               static MetaFeature*
 65845               _CIM_Zone_features[] =
 65846               {
 65847                   (MetaFeature*)&_CIM_Zone_ElementName,
 65848                   (MetaFeature*)&_CIM_Zone_Active,
 65849                   (MetaFeature*)&_CIM_Zone_ZoneType,
 65850                   (MetaFeature*)&_CIM_Zone_OtherZoneTypeDescription,
 65851                   (MetaFeature*)&_CIM_Zone_ZoneSubType,
 65852                   (MetaFeature*)&_CIM_Zone_OtherZoneSubTypeDescription,
 65853                   0,
 65854               };
 65855 mike  1.1.2.1 
 65856               static const char*
 65857               __root_cimv2_CIM_Zone_qualifiers[] =
 65858               {
 65859                   /* UMLPackagePath */
 65860                   "\057CIM::Device::FC",
 65861                   /* Version */
 65862                   "\0632.10.0",
 65863                   0,
 65864               };
 65865               
 65866               MetaClass
 65867               __root_cimv2_CIM_Zone =
 65868               {
 65869                   /* flags */
 65870                   META_FLAG_CLASS,
 65871                   /* name */
 65872                   "CIM_Zone",
 65873                   /* qualifiers */
 65874                   __root_cimv2_CIM_Zone_qualifiers,
 65875                   /* super */
 65876 mike  1.1.2.1     &__root_cimv2_CIM_ConnectivityCollection,
 65877                   /* features */
 65878                   _CIM_Zone_features,
 65879               };
 65880               
 65881               //==============================================================================
 65882               //
 65883               // Class: CIM_ZoneMembershipSettingData
 65884               //
 65885               //==============================================================================
 65886               
 65887               static const char*
 65888               _CIM_ZoneMembershipSettingData_ConnectivityMemberType_qualifiers[] =
 65889               {
 65890                   /* Override */
 65891                   "\044ConnectivityMemberType",
 65892                   0,
 65893               };
 65894               
 65895               static MetaProperty
 65896               _CIM_ZoneMembershipSettingData_ConnectivityMemberType =
 65897 mike  1.1.2.1 {
 65898                   /* flags */
 65899                   META_FLAG_PROPERTY|META_FLAG_READ,
 65900                   /* name */
 65901                   "ConnectivityMemberType",
 65902                   /* qualifiers */
 65903                   _CIM_ZoneMembershipSettingData_ConnectivityMemberType_qualifiers,
 65904                   /* type */
 65905                   CIMTYPE_UINT16,
 65906                   /* subscript */
 65907                   -1,
 65908                   /* value */
 65909                   0,
 65910               };
 65911               
 65912               static MetaFeature*
 65913               _CIM_ZoneMembershipSettingData_features[] =
 65914               {
 65915                   (MetaFeature*)&_CIM_ZoneMembershipSettingData_ConnectivityMemberType,
 65916                   0,
 65917               };
 65918 mike  1.1.2.1 
 65919               static const char*
 65920               __root_cimv2_CIM_ZoneMembershipSettingData_qualifiers[] =
 65921               {
 65922                   /* UMLPackagePath */
 65923                   "\057CIM::Device::FC",
 65924                   /* Version */
 65925                   "\0632.10.0",
 65926                   0,
 65927               };
 65928               
 65929               MetaClass
 65930               __root_cimv2_CIM_ZoneMembershipSettingData =
 65931               {
 65932                   /* flags */
 65933                   META_FLAG_CLASS,
 65934                   /* name */
 65935                   "CIM_ZoneMembershipSettingData",
 65936                   /* qualifiers */
 65937                   __root_cimv2_CIM_ZoneMembershipSettingData_qualifiers,
 65938                   /* super */
 65939 mike  1.1.2.1     &__root_cimv2_CIM_ConnectivityMembershipSettingData,
 65940                   /* features */
 65941                   _CIM_ZoneMembershipSettingData_features,
 65942               };
 65943               
 65944               //==============================================================================
 65945               //
 65946               // Class: CIM_ZoneSet
 65947               //
 65948               //==============================================================================
 65949               
 65950               static const char*
 65951               _CIM_ZoneSet_ElementName_qualifiers[] =
 65952               {
 65953                   /* Required */
 65954                   "\050\001",
 65955                   /* Override */
 65956                   "\044ElementName",
 65957                   /* Write */
 65958                   "\065\001",
 65959                   0,
 65960 mike  1.1.2.1 };
 65961               
 65962               static MetaProperty
 65963               _CIM_ZoneSet_ElementName =
 65964               {
 65965                   /* flags */
 65966                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65967                   /* name */
 65968                   "ElementName",
 65969                   /* qualifiers */
 65970                   _CIM_ZoneSet_ElementName_qualifiers,
 65971                   /* type */
 65972                   CIMTYPE_STRING,
 65973                   /* subscript */
 65974                   -1,
 65975                   /* value */
 65976                   0,
 65977               };
 65978               
 65979               static const char*
 65980               _CIM_ZoneSet_Active_qualifiers[] =
 65981 mike  1.1.2.1 {
 65982                   /* Required */
 65983                   "\050\001",
 65984                   /* Write */
 65985                   "\065\001",
 65986                   0,
 65987               };
 65988               
 65989               static MetaProperty
 65990               _CIM_ZoneSet_Active =
 65991               {
 65992                   /* flags */
 65993                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65994                   /* name */
 65995                   "Active",
 65996                   /* qualifiers */
 65997                   _CIM_ZoneSet_Active_qualifiers,
 65998                   /* type */
 65999                   CIMTYPE_BOOLEAN,
 66000                   /* subscript */
 66001                   -1,
 66002 mike  1.1.2.1     /* value */
 66003                   0,
 66004               };
 66005               
 66006               static MetaFeature*
 66007               _CIM_ZoneSet_features[] =
 66008               {
 66009                   (MetaFeature*)&_CIM_ZoneSet_ElementName,
 66010                   (MetaFeature*)&_CIM_ZoneSet_Active,
 66011                   0,
 66012               };
 66013               
 66014               static const char*
 66015               __root_cimv2_CIM_ZoneSet_qualifiers[] =
 66016               {
 66017                   /* UMLPackagePath */
 66018                   "\057CIM::Device::FC",
 66019                   /* Version */
 66020                   "\0632.10.0",
 66021                   0,
 66022               };
 66023 mike  1.1.2.1 
 66024               MetaClass
 66025               __root_cimv2_CIM_ZoneSet =
 66026               {
 66027                   /* flags */
 66028                   META_FLAG_CLASS,
 66029                   /* name */
 66030                   "CIM_ZoneSet",
 66031                   /* qualifiers */
 66032                   __root_cimv2_CIM_ZoneSet_qualifiers,
 66033                   /* super */
 66034                   &__root_cimv2_CIM_ConnectivityCollection,
 66035                   /* features */
 66036                   _CIM_ZoneSet_features,
 66037               };
 66038               
 66039               //==============================================================================
 66040               //
 66041               // Class: PRS_Activity
 66042               //
 66043               //==============================================================================
 66044 mike  1.1.2.1 
 66045               static const char*
 66046               _PRS_Activity_ParameterList_qualifiers[] =
 66047               {
 66048                   /* Deprecated */
 66049                   "\013\000\003PRS_Activity.NewKeys\000PRS_Activity.Deleted\000PRS_Activity.Modified\000",
 66050                   0,
 66051               };
 66052               
 66053               static MetaProperty
 66054               _PRS_Activity_ParameterList =
 66055               {
 66056                   /* flags */
 66057                   META_FLAG_PROPERTY|META_FLAG_READ,
 66058                   /* name */
 66059                   "ParameterList",
 66060                   /* qualifiers */
 66061                   _PRS_Activity_ParameterList_qualifiers,
 66062                   /* type */
 66063                   CIMTYPE_STRING,
 66064                   /* subscript */
 66065 mike  1.1.2.1     -1,
 66066                   /* value */
 66067                   0,
 66068               };
 66069               
 66070               static const char*
 66071               _PRS_Activity_NewKeys_qualifiers[] =
 66072               {
 66073                   0,
 66074               };
 66075               
 66076               static MetaProperty
 66077               _PRS_Activity_NewKeys =
 66078               {
 66079                   /* flags */
 66080                   META_FLAG_PROPERTY|META_FLAG_READ,
 66081                   /* name */
 66082                   "NewKeys",
 66083                   /* qualifiers */
 66084                   _PRS_Activity_NewKeys_qualifiers,
 66085                   /* type */
 66086 mike  1.1.2.1     CIMTYPE_STRING,
 66087                   /* subscript */
 66088                   -1,
 66089                   /* value */
 66090                   0,
 66091               };
 66092               
 66093               static const char*
 66094               _PRS_Activity_Deleted_qualifiers[] =
 66095               {
 66096                   0,
 66097               };
 66098               
 66099               static MetaProperty
 66100               _PRS_Activity_Deleted =
 66101               {
 66102                   /* flags */
 66103                   META_FLAG_PROPERTY|META_FLAG_READ,
 66104                   /* name */
 66105                   "Deleted",
 66106                   /* qualifiers */
 66107 mike  1.1.2.1     _PRS_Activity_Deleted_qualifiers,
 66108                   /* type */
 66109                   CIMTYPE_STRING,
 66110                   /* subscript */
 66111                   -1,
 66112                   /* value */
 66113                   0,
 66114               };
 66115               
 66116               static const char*
 66117               _PRS_Activity_Modified_qualifiers[] =
 66118               {
 66119                   0,
 66120               };
 66121               
 66122               static MetaProperty
 66123               _PRS_Activity_Modified =
 66124               {
 66125                   /* flags */
 66126                   META_FLAG_PROPERTY|META_FLAG_READ,
 66127                   /* name */
 66128 mike  1.1.2.1     "Modified",
 66129                   /* qualifiers */
 66130                   _PRS_Activity_Modified_qualifiers,
 66131                   /* type */
 66132                   CIMTYPE_STRING,
 66133                   /* subscript */
 66134                   -1,
 66135                   /* value */
 66136                   0,
 66137               };
 66138               
 66139               static const char*
 66140               _PRS_Activity_LocalDate_qualifiers[] =
 66141               {
 66142                   0,
 66143               };
 66144               
 66145               static MetaProperty
 66146               _PRS_Activity_LocalDate =
 66147               {
 66148                   /* flags */
 66149 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 66150                   /* name */
 66151                   "LocalDate",
 66152                   /* qualifiers */
 66153                   _PRS_Activity_LocalDate_qualifiers,
 66154                   /* type */
 66155                   CIMTYPE_DATETIME,
 66156                   /* subscript */
 66157                   -1,
 66158                   /* value */
 66159                   0,
 66160               };
 66161               
 66162               static const char*
 66163               _PRS_Activity_ActionLog_qualifiers[] =
 66164               {
 66165                   0,
 66166               };
 66167               
 66168               static MetaProperty
 66169               _PRS_Activity_ActionLog =
 66170 mike  1.1.2.1 {
 66171                   /* flags */
 66172                   META_FLAG_PROPERTY|META_FLAG_READ,
 66173                   /* name */
 66174                   "ActionLog",
 66175                   /* qualifiers */
 66176                   _PRS_Activity_ActionLog_qualifiers,
 66177                   /* type */
 66178                   CIMTYPE_STRING,
 66179                   /* subscript */
 66180                   -1,
 66181                   /* value */
 66182                   0,
 66183               };
 66184               
 66185               static MetaFeature*
 66186               _PRS_Activity_features[] =
 66187               {
 66188                   (MetaFeature*)&_PRS_Activity_ParameterList,
 66189                   (MetaFeature*)&_PRS_Activity_NewKeys,
 66190                   (MetaFeature*)&_PRS_Activity_Deleted,
 66191 mike  1.1.2.1     (MetaFeature*)&_PRS_Activity_Modified,
 66192                   (MetaFeature*)&_PRS_Activity_LocalDate,
 66193                   (MetaFeature*)&_PRS_Activity_ActionLog,
 66194                   0,
 66195               };
 66196               
 66197               static const char*
 66198               __root_cimv2_PRS_Activity_qualifiers[] =
 66199               {
 66200                   /* UMLPackagePath */
 66201                   "\057PRS::Support",
 66202                   /* Version */
 66203                   "\0632.6.0",
 66204                   0,
 66205               };
 66206               
 66207               MetaClass
 66208               __root_cimv2_PRS_Activity =
 66209               {
 66210                   /* flags */
 66211                   META_FLAG_CLASS,
 66212 mike  1.1.2.1     /* name */
 66213                   "PRS_Activity",
 66214                   /* qualifiers */
 66215                   __root_cimv2_PRS_Activity_qualifiers,
 66216                   /* super */
 66217                   &__root_cimv2_PRS_ExchangeElement,
 66218                   /* features */
 66219                   _PRS_Activity_features,
 66220               };
 66221               
 66222               //==============================================================================
 66223               //
 66224               // Class: PRS_ActivityResource
 66225               //
 66226               //==============================================================================
 66227               
 66228               static const char*
 66229               _PRS_ActivityResource_Antecedent_qualifiers[] =
 66230               {
 66231                   /* Aggregate */
 66232                   "\003\001",
 66233 mike  1.1.2.1     /* Override */
 66234                   "\044Antecedent",
 66235                   /* Min */
 66236                   "\033\000\000\000\001",
 66237                   /* Max */
 66238                   "\027\000\000\000\001",
 66239                   0,
 66240               };
 66241               
 66242               static MetaReference
 66243               _PRS_ActivityResource_Antecedent =
 66244               {
 66245                   /* flags */
 66246                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 66247                   /* name */
 66248                   "Antecedent",
 66249                   /* qualifiers */
 66250                   _PRS_ActivityResource_Antecedent_qualifiers,
 66251                   /* subscript */
 66252                   -1,
 66253                   /* refId */
 66254 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
 66255               };
 66256               
 66257               static const char*
 66258               _PRS_ActivityResource_Dependent_qualifiers[] =
 66259               {
 66260                   /* Override */
 66261                   "\044Dependent",
 66262                   0,
 66263               };
 66264               
 66265               static MetaReference
 66266               _PRS_ActivityResource_Dependent =
 66267               {
 66268                   /* flags */
 66269                   META_FLAG_REFERENCE|META_FLAG_READ,
 66270                   /* name */
 66271                   "Dependent",
 66272                   /* qualifiers */
 66273                   _PRS_ActivityResource_Dependent_qualifiers,
 66274                   /* subscript */
 66275 mike  1.1.2.1     -1,
 66276                   /* refId */
 66277                   &__root_cimv2_PRS_Resource,
 66278               };
 66279               
 66280               static MetaFeature*
 66281               _PRS_ActivityResource_features[] =
 66282               {
 66283                   (MetaFeature*)&_PRS_ActivityResource_Antecedent,
 66284                   (MetaFeature*)&_PRS_ActivityResource_Dependent,
 66285                   0,
 66286               };
 66287               
 66288               static const char*
 66289               __root_cimv2_PRS_ActivityResource_qualifiers[] =
 66290               {
 66291                   /* ASSOCIATION */
 66292                   "\000\001",
 66293                   /* UMLPackagePath */
 66294                   "\057PRS::Support",
 66295                   /* Aggregation */
 66296 mike  1.1.2.1     "\004\001",
 66297                   /* Version */
 66298                   "\0632.6.0",
 66299                   0,
 66300               };
 66301               
 66302               MetaClass
 66303               __root_cimv2_PRS_ActivityResource =
 66304               {
 66305                   /* flags */
 66306                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 66307                   /* name */
 66308                   "PRS_ActivityResource",
 66309                   /* qualifiers */
 66310                   __root_cimv2_PRS_ActivityResource_qualifiers,
 66311                   /* super */
 66312                   &__root_cimv2_CIM_Dependency,
 66313                   /* features */
 66314                   _PRS_ActivityResource_features,
 66315               };
 66316               
 66317 mike  1.1.2.1 //==============================================================================
 66318               //
 66319               // Class: PRS_ActivityTransaction
 66320               //
 66321               //==============================================================================
 66322               
 66323               static const char*
 66324               _PRS_ActivityTransaction_Antecedent_qualifiers[] =
 66325               {
 66326                   /* Override */
 66327                   "\044Antecedent",
 66328                   /* Min */
 66329                   "\033\000\000\000\001",
 66330                   /* Max */
 66331                   "\027\000\000\000\001",
 66332                   0,
 66333               };
 66334               
 66335               static MetaReference
 66336               _PRS_ActivityTransaction_Antecedent =
 66337               {
 66338 mike  1.1.2.1     /* flags */
 66339                   META_FLAG_REFERENCE|META_FLAG_READ,
 66340                   /* name */
 66341                   "Antecedent",
 66342                   /* qualifiers */
 66343                   _PRS_ActivityTransaction_Antecedent_qualifiers,
 66344                   /* subscript */
 66345                   -1,
 66346                   /* refId */
 66347                   &__root_cimv2_PRS_Activity,
 66348               };
 66349               
 66350               static const char*
 66351               _PRS_ActivityTransaction_Dependent_qualifiers[] =
 66352               {
 66353                   /* Override */
 66354                   "\044Dependent",
 66355                   /* Min */
 66356                   "\033\000\000\000\001",
 66357                   /* Max */
 66358                   "\027\000\000\000\001",
 66359 mike  1.1.2.1     0,
 66360               };
 66361               
 66362               static MetaReference
 66363               _PRS_ActivityTransaction_Dependent =
 66364               {
 66365                   /* flags */
 66366                   META_FLAG_REFERENCE|META_FLAG_READ,
 66367                   /* name */
 66368                   "Dependent",
 66369                   /* qualifiers */
 66370                   _PRS_ActivityTransaction_Dependent_qualifiers,
 66371                   /* subscript */
 66372                   -1,
 66373                   /* refId */
 66374                   &__root_cimv2_PRS_Transaction,
 66375               };
 66376               
 66377               static MetaFeature*
 66378               _PRS_ActivityTransaction_features[] =
 66379               {
 66380 mike  1.1.2.1     (MetaFeature*)&_PRS_ActivityTransaction_Antecedent,
 66381                   (MetaFeature*)&_PRS_ActivityTransaction_Dependent,
 66382                   0,
 66383               };
 66384               
 66385               static const char*
 66386               __root_cimv2_PRS_ActivityTransaction_qualifiers[] =
 66387               {
 66388                   /* ASSOCIATION */
 66389                   "\000\001",
 66390                   /* UMLPackagePath */
 66391                   "\057PRS::Support",
 66392                   /* Version */
 66393                   "\0632.6.0",
 66394                   0,
 66395               };
 66396               
 66397               MetaClass
 66398               __root_cimv2_PRS_ActivityTransaction =
 66399               {
 66400                   /* flags */
 66401 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 66402                   /* name */
 66403                   "PRS_ActivityTransaction",
 66404                   /* qualifiers */
 66405                   __root_cimv2_PRS_ActivityTransaction_qualifiers,
 66406                   /* super */
 66407                   &__root_cimv2_CIM_Dependency,
 66408                   /* features */
 66409                   _PRS_ActivityTransaction_features,
 66410               };
 66411               
 66412               //==============================================================================
 66413               //
 66414               // Class: PRS_Address
 66415               //
 66416               //==============================================================================
 66417               
 66418               static const char*
 66419               _PRS_Address_AddressType_qualifiers[] =
 66420               {
 66421                   /* ValueMap */
 66422 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\000254\000255\000",
 66423                   /* Values */
 66424                   "\062\000\006Primary\000Shipping\000Billing\000Service\000Other\000Unknown\000",
 66425                   0,
 66426               };
 66427               
 66428               static MetaProperty
 66429               _PRS_Address_AddressType =
 66430               {
 66431                   /* flags */
 66432                   META_FLAG_PROPERTY|META_FLAG_READ,
 66433                   /* name */
 66434                   "AddressType",
 66435                   /* qualifiers */
 66436                   _PRS_Address_AddressType_qualifiers,
 66437                   /* type */
 66438                   CIMTYPE_UINT8,
 66439                   /* subscript */
 66440                   -1,
 66441                   /* value */
 66442                   0,
 66443 mike  1.1.2.1 };
 66444               
 66445               static const char*
 66446               _PRS_Address_Address1_qualifiers[] =
 66447               {
 66448                   0,
 66449               };
 66450               
 66451               static MetaProperty
 66452               _PRS_Address_Address1 =
 66453               {
 66454                   /* flags */
 66455                   META_FLAG_PROPERTY|META_FLAG_READ,
 66456                   /* name */
 66457                   "Address1",
 66458                   /* qualifiers */
 66459                   _PRS_Address_Address1_qualifiers,
 66460                   /* type */
 66461                   CIMTYPE_STRING,
 66462                   /* subscript */
 66463                   -1,
 66464 mike  1.1.2.1     /* value */
 66465                   0,
 66466               };
 66467               
 66468               static const char*
 66469               _PRS_Address_Address2_qualifiers[] =
 66470               {
 66471                   0,
 66472               };
 66473               
 66474               static MetaProperty
 66475               _PRS_Address_Address2 =
 66476               {
 66477                   /* flags */
 66478                   META_FLAG_PROPERTY|META_FLAG_READ,
 66479                   /* name */
 66480                   "Address2",
 66481                   /* qualifiers */
 66482                   _PRS_Address_Address2_qualifiers,
 66483                   /* type */
 66484                   CIMTYPE_STRING,
 66485 mike  1.1.2.1     /* subscript */
 66486                   -1,
 66487                   /* value */
 66488                   0,
 66489               };
 66490               
 66491               static const char*
 66492               _PRS_Address_Address3_qualifiers[] =
 66493               {
 66494                   0,
 66495               };
 66496               
 66497               static MetaProperty
 66498               _PRS_Address_Address3 =
 66499               {
 66500                   /* flags */
 66501                   META_FLAG_PROPERTY|META_FLAG_READ,
 66502                   /* name */
 66503                   "Address3",
 66504                   /* qualifiers */
 66505                   _PRS_Address_Address3_qualifiers,
 66506 mike  1.1.2.1     /* type */
 66507                   CIMTYPE_STRING,
 66508                   /* subscript */
 66509                   -1,
 66510                   /* value */
 66511                   0,
 66512               };
 66513               
 66514               static const char*
 66515               _PRS_Address_Address4_qualifiers[] =
 66516               {
 66517                   0,
 66518               };
 66519               
 66520               static MetaProperty
 66521               _PRS_Address_Address4 =
 66522               {
 66523                   /* flags */
 66524                   META_FLAG_PROPERTY|META_FLAG_READ,
 66525                   /* name */
 66526                   "Address4",
 66527 mike  1.1.2.1     /* qualifiers */
 66528                   _PRS_Address_Address4_qualifiers,
 66529                   /* type */
 66530                   CIMTYPE_STRING,
 66531                   /* subscript */
 66532                   -1,
 66533                   /* value */
 66534                   0,
 66535               };
 66536               
 66537               static const char*
 66538               _PRS_Address_City_qualifiers[] =
 66539               {
 66540                   0,
 66541               };
 66542               
 66543               static MetaProperty
 66544               _PRS_Address_City =
 66545               {
 66546                   /* flags */
 66547                   META_FLAG_PROPERTY|META_FLAG_READ,
 66548 mike  1.1.2.1     /* name */
 66549                   "City",
 66550                   /* qualifiers */
 66551                   _PRS_Address_City_qualifiers,
 66552                   /* type */
 66553                   CIMTYPE_STRING,
 66554                   /* subscript */
 66555                   -1,
 66556                   /* value */
 66557                   0,
 66558               };
 66559               
 66560               static const char*
 66561               _PRS_Address_Region_qualifiers[] =
 66562               {
 66563                   0,
 66564               };
 66565               
 66566               static MetaProperty
 66567               _PRS_Address_Region =
 66568               {
 66569 mike  1.1.2.1     /* flags */
 66570                   META_FLAG_PROPERTY|META_FLAG_READ,
 66571                   /* name */
 66572                   "Region",
 66573                   /* qualifiers */
 66574                   _PRS_Address_Region_qualifiers,
 66575                   /* type */
 66576                   CIMTYPE_STRING,
 66577                   /* subscript */
 66578                   -1,
 66579                   /* value */
 66580                   0,
 66581               };
 66582               
 66583               static const char*
 66584               _PRS_Address_PostalCode_qualifiers[] =
 66585               {
 66586                   0,
 66587               };
 66588               
 66589               static MetaProperty
 66590 mike  1.1.2.1 _PRS_Address_PostalCode =
 66591               {
 66592                   /* flags */
 66593                   META_FLAG_PROPERTY|META_FLAG_READ,
 66594                   /* name */
 66595                   "PostalCode",
 66596                   /* qualifiers */
 66597                   _PRS_Address_PostalCode_qualifiers,
 66598                   /* type */
 66599                   CIMTYPE_STRING,
 66600                   /* subscript */
 66601                   -1,
 66602                   /* value */
 66603                   0,
 66604               };
 66605               
 66606               static const char*
 66607               _PRS_Address_TimeZone_qualifiers[] =
 66608               {
 66609                   0,
 66610               };
 66611 mike  1.1.2.1 
 66612               static MetaProperty
 66613               _PRS_Address_TimeZone =
 66614               {
 66615                   /* flags */
 66616                   META_FLAG_PROPERTY|META_FLAG_READ,
 66617                   /* name */
 66618                   "TimeZone",
 66619                   /* qualifiers */
 66620                   _PRS_Address_TimeZone_qualifiers,
 66621                   /* type */
 66622                   CIMTYPE_STRING,
 66623                   /* subscript */
 66624                   -1,
 66625                   /* value */
 66626                   0,
 66627               };
 66628               
 66629               static const char*
 66630               _PRS_Address_Country_qualifiers[] =
 66631               {
 66632 mike  1.1.2.1     0,
 66633               };
 66634               
 66635               static MetaProperty
 66636               _PRS_Address_Country =
 66637               {
 66638                   /* flags */
 66639                   META_FLAG_PROPERTY|META_FLAG_READ,
 66640                   /* name */
 66641                   "Country",
 66642                   /* qualifiers */
 66643                   _PRS_Address_Country_qualifiers,
 66644                   /* type */
 66645                   CIMTYPE_STRING,
 66646                   /* subscript */
 66647                   -1,
 66648                   /* value */
 66649                   0,
 66650               };
 66651               
 66652               static MetaFeature*
 66653 mike  1.1.2.1 _PRS_Address_features[] =
 66654               {
 66655                   (MetaFeature*)&_PRS_Address_AddressType,
 66656                   (MetaFeature*)&_PRS_Address_Address1,
 66657                   (MetaFeature*)&_PRS_Address_Address2,
 66658                   (MetaFeature*)&_PRS_Address_Address3,
 66659                   (MetaFeature*)&_PRS_Address_Address4,
 66660                   (MetaFeature*)&_PRS_Address_City,
 66661                   (MetaFeature*)&_PRS_Address_Region,
 66662                   (MetaFeature*)&_PRS_Address_PostalCode,
 66663                   (MetaFeature*)&_PRS_Address_TimeZone,
 66664                   (MetaFeature*)&_PRS_Address_Country,
 66665                   0,
 66666               };
 66667               
 66668               static const char*
 66669               __root_cimv2_PRS_Address_qualifiers[] =
 66670               {
 66671                   /* UMLPackagePath */
 66672                   "\057PRS::Support",
 66673                   /* Version */
 66674 mike  1.1.2.1     "\0632.6.0",
 66675                   0,
 66676               };
 66677               
 66678               MetaClass
 66679               __root_cimv2_PRS_Address =
 66680               {
 66681                   /* flags */
 66682                   META_FLAG_CLASS,
 66683                   /* name */
 66684                   "PRS_Address",
 66685                   /* qualifiers */
 66686                   __root_cimv2_PRS_Address_qualifiers,
 66687                   /* super */
 66688                   &__root_cimv2_PRS_ExchangeElement,
 66689                   /* features */
 66690                   _PRS_Address_features,
 66691               };
 66692               
 66693               //==============================================================================
 66694               //
 66695 mike  1.1.2.1 // Class: PRS_AddressLocation
 66696               //
 66697               //==============================================================================
 66698               
 66699               static const char*
 66700               _PRS_AddressLocation_Antecedent_qualifiers[] =
 66701               {
 66702                   /* Override */
 66703                   "\044Antecedent",
 66704                   /* Min */
 66705                   "\033\000\000\000\001",
 66706                   0,
 66707               };
 66708               
 66709               static MetaReference
 66710               _PRS_AddressLocation_Antecedent =
 66711               {
 66712                   /* flags */
 66713                   META_FLAG_REFERENCE|META_FLAG_READ,
 66714                   /* name */
 66715                   "Antecedent",
 66716 mike  1.1.2.1     /* qualifiers */
 66717                   _PRS_AddressLocation_Antecedent_qualifiers,
 66718                   /* subscript */
 66719                   -1,
 66720                   /* refId */
 66721                   &__root_cimv2_PRS_Address,
 66722               };
 66723               
 66724               static const char*
 66725               _PRS_AddressLocation_Dependent_qualifiers[] =
 66726               {
 66727                   /* Override */
 66728                   "\044Dependent",
 66729                   0,
 66730               };
 66731               
 66732               static MetaReference
 66733               _PRS_AddressLocation_Dependent =
 66734               {
 66735                   /* flags */
 66736                   META_FLAG_REFERENCE|META_FLAG_READ,
 66737 mike  1.1.2.1     /* name */
 66738                   "Dependent",
 66739                   /* qualifiers */
 66740                   _PRS_AddressLocation_Dependent_qualifiers,
 66741                   /* subscript */
 66742                   -1,
 66743                   /* refId */
 66744                   &__root_cimv2_PRS_Location,
 66745               };
 66746               
 66747               static MetaFeature*
 66748               _PRS_AddressLocation_features[] =
 66749               {
 66750                   (MetaFeature*)&_PRS_AddressLocation_Antecedent,
 66751                   (MetaFeature*)&_PRS_AddressLocation_Dependent,
 66752                   0,
 66753               };
 66754               
 66755               static const char*
 66756               __root_cimv2_PRS_AddressLocation_qualifiers[] =
 66757               {
 66758 mike  1.1.2.1     /* ASSOCIATION */
 66759                   "\000\001",
 66760                   /* UMLPackagePath */
 66761                   "\057PRS::Support",
 66762                   /* Version */
 66763                   "\0632.6.0",
 66764                   0,
 66765               };
 66766               
 66767               MetaClass
 66768               __root_cimv2_PRS_AddressLocation =
 66769               {
 66770                   /* flags */
 66771                   META_FLAG_ASSOCIATION,
 66772                   /* name */
 66773                   "PRS_AddressLocation",
 66774                   /* qualifiers */
 66775                   __root_cimv2_PRS_AddressLocation_qualifiers,
 66776                   /* super */
 66777                   &__root_cimv2_CIM_Dependency,
 66778                   /* features */
 66779 mike  1.1.2.1     _PRS_AddressLocation_features,
 66780               };
 66781               
 66782               //==============================================================================
 66783               //
 66784               // Class: PRS_Administrative
 66785               //
 66786               //==============================================================================
 66787               
 66788               static const char*
 66789               _PRS_Administrative_ComplianceLevel_qualifiers[] =
 66790               {
 66791                   /* ValueMap */
 66792                   "\061\000\0030\0001\0002\000",
 66793                   0,
 66794               };
 66795               
 66796               static MetaProperty
 66797               _PRS_Administrative_ComplianceLevel =
 66798               {
 66799                   /* flags */
 66800 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 66801                   /* name */
 66802                   "ComplianceLevel",
 66803                   /* qualifiers */
 66804                   _PRS_Administrative_ComplianceLevel_qualifiers,
 66805                   /* type */
 66806                   CIMTYPE_UINT16,
 66807                   /* subscript */
 66808                   -1,
 66809                   /* value */
 66810                   0,
 66811               };
 66812               
 66813               static const char*
 66814               _PRS_Administrative_DocumentStatus_qualifiers[] =
 66815               {
 66816                   /* ValueMap */
 66817                   "\061\000\0050\0001\0002\000254\000255\000",
 66818                   /* Values */
 66819                   "\062\000\005Draft\000Reviewed\000Published\000Other\000Unknown\000",
 66820                   0,
 66821 mike  1.1.2.1 };
 66822               
 66823               static MetaProperty
 66824               _PRS_Administrative_DocumentStatus =
 66825               {
 66826                   /* flags */
 66827                   META_FLAG_PROPERTY|META_FLAG_READ,
 66828                   /* name */
 66829                   "DocumentStatus",
 66830                   /* qualifiers */
 66831                   _PRS_Administrative_DocumentStatus_qualifiers,
 66832                   /* type */
 66833                   CIMTYPE_UINT8,
 66834                   /* subscript */
 66835                   -1,
 66836                   /* value */
 66837                   0,
 66838               };
 66839               
 66840               static const char*
 66841               _PRS_Administrative_Distribution_qualifiers[] =
 66842 mike  1.1.2.1 {
 66843                   /* ValueMap */
 66844                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 66845                   /* Values */
 66846                   "\062\000\006Proprietary\000Internal\000Partner\000Public\000Other\000Unknown\000",
 66847                   0,
 66848               };
 66849               
 66850               static MetaProperty
 66851               _PRS_Administrative_Distribution =
 66852               {
 66853                   /* flags */
 66854                   META_FLAG_PROPERTY|META_FLAG_READ,
 66855                   /* name */
 66856                   "Distribution",
 66857                   /* qualifiers */
 66858                   _PRS_Administrative_Distribution_qualifiers,
 66859                   /* type */
 66860                   CIMTYPE_UINT8,
 66861                   /* subscript */
 66862                   -1,
 66863 mike  1.1.2.1     /* value */
 66864                   0,
 66865               };
 66866               
 66867               static const char*
 66868               _PRS_Administrative_Language_qualifiers[] =
 66869               {
 66870                   0,
 66871               };
 66872               
 66873               static MetaProperty
 66874               _PRS_Administrative_Language =
 66875               {
 66876                   /* flags */
 66877                   META_FLAG_PROPERTY|META_FLAG_READ,
 66878                   /* name */
 66879                   "Language",
 66880                   /* qualifiers */
 66881                   _PRS_Administrative_Language_qualifiers,
 66882                   /* type */
 66883                   CIMTYPE_STRING,
 66884 mike  1.1.2.1     /* subscript */
 66885                   -1,
 66886                   /* value */
 66887                   0,
 66888               };
 66889               
 66890               static const char*
 66891               _PRS_Administrative_Copyright_qualifiers[] =
 66892               {
 66893                   0,
 66894               };
 66895               
 66896               static MetaProperty
 66897               _PRS_Administrative_Copyright =
 66898               {
 66899                   /* flags */
 66900                   META_FLAG_PROPERTY|META_FLAG_READ,
 66901                   /* name */
 66902                   "Copyright",
 66903                   /* qualifiers */
 66904                   _PRS_Administrative_Copyright_qualifiers,
 66905 mike  1.1.2.1     /* type */
 66906                   CIMTYPE_STRING,
 66907                   /* subscript */
 66908                   -1,
 66909                   /* value */
 66910                   0,
 66911               };
 66912               
 66913               static const char*
 66914               _PRS_Administrative_Disclaimer_qualifiers[] =
 66915               {
 66916                   0,
 66917               };
 66918               
 66919               static MetaProperty
 66920               _PRS_Administrative_Disclaimer =
 66921               {
 66922                   /* flags */
 66923                   META_FLAG_PROPERTY|META_FLAG_READ,
 66924                   /* name */
 66925                   "Disclaimer",
 66926 mike  1.1.2.1     /* qualifiers */
 66927                   _PRS_Administrative_Disclaimer_qualifiers,
 66928                   /* type */
 66929                   CIMTYPE_STRING,
 66930                   /* subscript */
 66931                   -1,
 66932                   /* value */
 66933                   0,
 66934               };
 66935               
 66936               static const char*
 66937               _PRS_Administrative_Rights_qualifiers[] =
 66938               {
 66939                   0,
 66940               };
 66941               
 66942               static MetaProperty
 66943               _PRS_Administrative_Rights =
 66944               {
 66945                   /* flags */
 66946                   META_FLAG_PROPERTY|META_FLAG_READ,
 66947 mike  1.1.2.1     /* name */
 66948                   "Rights",
 66949                   /* qualifiers */
 66950                   _PRS_Administrative_Rights_qualifiers,
 66951                   /* type */
 66952                   CIMTYPE_STRING,
 66953                   /* subscript */
 66954                   -1,
 66955                   /* value */
 66956                   0,
 66957               };
 66958               
 66959               static MetaFeature*
 66960               _PRS_Administrative_features[] =
 66961               {
 66962                   (MetaFeature*)&_PRS_Administrative_ComplianceLevel,
 66963                   (MetaFeature*)&_PRS_Administrative_DocumentStatus,
 66964                   (MetaFeature*)&_PRS_Administrative_Distribution,
 66965                   (MetaFeature*)&_PRS_Administrative_Language,
 66966                   (MetaFeature*)&_PRS_Administrative_Copyright,
 66967                   (MetaFeature*)&_PRS_Administrative_Disclaimer,
 66968 mike  1.1.2.1     (MetaFeature*)&_PRS_Administrative_Rights,
 66969                   0,
 66970               };
 66971               
 66972               static const char*
 66973               __root_cimv2_PRS_Administrative_qualifiers[] =
 66974               {
 66975                   /* UMLPackagePath */
 66976                   "\057PRS::Support",
 66977                   /* Version */
 66978                   "\0632.6.0",
 66979                   0,
 66980               };
 66981               
 66982               MetaClass
 66983               __root_cimv2_PRS_Administrative =
 66984               {
 66985                   /* flags */
 66986                   META_FLAG_CLASS,
 66987                   /* name */
 66988                   "PRS_Administrative",
 66989 mike  1.1.2.1     /* qualifiers */
 66990                   __root_cimv2_PRS_Administrative_qualifiers,
 66991                   /* super */
 66992                   &__root_cimv2_PRS_ExchangeElement,
 66993                   /* features */
 66994                   _PRS_Administrative_features,
 66995               };
 66996               
 66997               //==============================================================================
 66998               //
 66999               // Class: PRS_AdministrativeRevision
 67000               //
 67001               //==============================================================================
 67002               
 67003               static const char*
 67004               _PRS_AdministrativeRevision_Antecedent_qualifiers[] =
 67005               {
 67006                   /* Aggregate */
 67007                   "\003\001",
 67008                   /* Override */
 67009                   "\044Antecedent",
 67010 mike  1.1.2.1     /* Min */
 67011                   "\033\000\000\000\001",
 67012                   /* Max */
 67013                   "\027\000\000\000\001",
 67014                   0,
 67015               };
 67016               
 67017               static MetaReference
 67018               _PRS_AdministrativeRevision_Antecedent =
 67019               {
 67020                   /* flags */
 67021                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 67022                   /* name */
 67023                   "Antecedent",
 67024                   /* qualifiers */
 67025                   _PRS_AdministrativeRevision_Antecedent_qualifiers,
 67026                   /* subscript */
 67027                   -1,
 67028                   /* refId */
 67029                   &__root_cimv2_PRS_Administrative,
 67030               };
 67031 mike  1.1.2.1 
 67032               static const char*
 67033               _PRS_AdministrativeRevision_Dependent_qualifiers[] =
 67034               {
 67035                   /* Override */
 67036                   "\044Dependent",
 67037                   0,
 67038               };
 67039               
 67040               static MetaReference
 67041               _PRS_AdministrativeRevision_Dependent =
 67042               {
 67043                   /* flags */
 67044                   META_FLAG_REFERENCE|META_FLAG_READ,
 67045                   /* name */
 67046                   "Dependent",
 67047                   /* qualifiers */
 67048                   _PRS_AdministrativeRevision_Dependent_qualifiers,
 67049                   /* subscript */
 67050                   -1,
 67051                   /* refId */
 67052 mike  1.1.2.1     &__root_cimv2_PRS_Revision,
 67053               };
 67054               
 67055               static MetaFeature*
 67056               _PRS_AdministrativeRevision_features[] =
 67057               {
 67058                   (MetaFeature*)&_PRS_AdministrativeRevision_Antecedent,
 67059                   (MetaFeature*)&_PRS_AdministrativeRevision_Dependent,
 67060                   0,
 67061               };
 67062               
 67063               static const char*
 67064               __root_cimv2_PRS_AdministrativeRevision_qualifiers[] =
 67065               {
 67066                   /* ASSOCIATION */
 67067                   "\000\001",
 67068                   /* UMLPackagePath */
 67069                   "\057PRS::Support",
 67070                   /* Aggregation */
 67071                   "\004\001",
 67072                   /* Version */
 67073 mike  1.1.2.1     "\0632.8.0",
 67074                   0,
 67075               };
 67076               
 67077               MetaClass
 67078               __root_cimv2_PRS_AdministrativeRevision =
 67079               {
 67080                   /* flags */
 67081                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 67082                   /* name */
 67083                   "PRS_AdministrativeRevision",
 67084                   /* qualifiers */
 67085                   __root_cimv2_PRS_AdministrativeRevision_qualifiers,
 67086                   /* super */
 67087                   &__root_cimv2_CIM_HostedDependency,
 67088                   /* features */
 67089                   _PRS_AdministrativeRevision_features,
 67090               };
 67091               
 67092               //==============================================================================
 67093               //
 67094 mike  1.1.2.1 // Class: PRS_Agreement
 67095               //
 67096               //==============================================================================
 67097               
 67098               static const char*
 67099               _PRS_Agreement_ContractID_qualifiers[] =
 67100               {
 67101                   0,
 67102               };
 67103               
 67104               static MetaProperty
 67105               _PRS_Agreement_ContractID =
 67106               {
 67107                   /* flags */
 67108                   META_FLAG_PROPERTY|META_FLAG_READ,
 67109                   /* name */
 67110                   "ContractID",
 67111                   /* qualifiers */
 67112                   _PRS_Agreement_ContractID_qualifiers,
 67113                   /* type */
 67114                   CIMTYPE_STRING,
 67115 mike  1.1.2.1     /* subscript */
 67116                   -1,
 67117                   /* value */
 67118                   0,
 67119               };
 67120               
 67121               static const char*
 67122               _PRS_Agreement_AgreementType_qualifiers[] =
 67123               {
 67124                   0,
 67125               };
 67126               
 67127               static MetaProperty
 67128               _PRS_Agreement_AgreementType =
 67129               {
 67130                   /* flags */
 67131                   META_FLAG_PROPERTY|META_FLAG_READ,
 67132                   /* name */
 67133                   "AgreementType",
 67134                   /* qualifiers */
 67135                   _PRS_Agreement_AgreementType_qualifiers,
 67136 mike  1.1.2.1     /* type */
 67137                   CIMTYPE_STRING,
 67138                   /* subscript */
 67139                   -1,
 67140                   /* value */
 67141                   0,
 67142               };
 67143               
 67144               static MetaFeature*
 67145               _PRS_Agreement_features[] =
 67146               {
 67147                   (MetaFeature*)&_PRS_Agreement_ContractID,
 67148                   (MetaFeature*)&_PRS_Agreement_AgreementType,
 67149                   0,
 67150               };
 67151               
 67152               static const char*
 67153               __root_cimv2_PRS_Agreement_qualifiers[] =
 67154               {
 67155                   /* UMLPackagePath */
 67156                   "\057PRS::Support",
 67157 mike  1.1.2.1     /* Version */
 67158                   "\0632.6.0",
 67159                   0,
 67160               };
 67161               
 67162               MetaClass
 67163               __root_cimv2_PRS_Agreement =
 67164               {
 67165                   /* flags */
 67166                   META_FLAG_CLASS,
 67167                   /* name */
 67168                   "PRS_Agreement",
 67169                   /* qualifiers */
 67170                   __root_cimv2_PRS_Agreement_qualifiers,
 67171                   /* super */
 67172                   &__root_cimv2_PRS_ExchangeElement,
 67173                   /* features */
 67174                   _PRS_Agreement_features,
 67175               };
 67176               
 67177               //==============================================================================
 67178 mike  1.1.2.1 //
 67179               // Class: PRS_Attachment
 67180               //
 67181               //==============================================================================
 67182               
 67183               static const char*
 67184               _PRS_Attachment_AttachmentReference_qualifiers[] =
 67185               {
 67186                   0,
 67187               };
 67188               
 67189               static MetaProperty
 67190               _PRS_Attachment_AttachmentReference =
 67191               {
 67192                   /* flags */
 67193                   META_FLAG_PROPERTY|META_FLAG_READ,
 67194                   /* name */
 67195                   "AttachmentReference",
 67196                   /* qualifiers */
 67197                   _PRS_Attachment_AttachmentReference_qualifiers,
 67198                   /* type */
 67199 mike  1.1.2.1     CIMTYPE_STRING,
 67200                   /* subscript */
 67201                   -1,
 67202                   /* value */
 67203                   0,
 67204               };
 67205               
 67206               static const char*
 67207               _PRS_Attachment_Protocol_qualifiers[] =
 67208               {
 67209                   0,
 67210               };
 67211               
 67212               static MetaProperty
 67213               _PRS_Attachment_Protocol =
 67214               {
 67215                   /* flags */
 67216                   META_FLAG_PROPERTY|META_FLAG_READ,
 67217                   /* name */
 67218                   "Protocol",
 67219                   /* qualifiers */
 67220 mike  1.1.2.1     _PRS_Attachment_Protocol_qualifiers,
 67221                   /* type */
 67222                   CIMTYPE_STRING,
 67223                   /* subscript */
 67224                   -1,
 67225                   /* value */
 67226                   0,
 67227               };
 67228               
 67229               static const char*
 67230               _PRS_Attachment_Format_qualifiers[] =
 67231               {
 67232                   0,
 67233               };
 67234               
 67235               static MetaProperty
 67236               _PRS_Attachment_Format =
 67237               {
 67238                   /* flags */
 67239                   META_FLAG_PROPERTY|META_FLAG_READ,
 67240                   /* name */
 67241 mike  1.1.2.1     "Format",
 67242                   /* qualifiers */
 67243                   _PRS_Attachment_Format_qualifiers,
 67244                   /* type */
 67245                   CIMTYPE_STRING,
 67246                   /* subscript */
 67247                   -1,
 67248                   /* value */
 67249                   0,
 67250               };
 67251               
 67252               static const char*
 67253               _PRS_Attachment_AttachmentSize_qualifiers[] =
 67254               {
 67255                   0,
 67256               };
 67257               
 67258               static MetaProperty
 67259               _PRS_Attachment_AttachmentSize =
 67260               {
 67261                   /* flags */
 67262 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 67263                   /* name */
 67264                   "AttachmentSize",
 67265                   /* qualifiers */
 67266                   _PRS_Attachment_AttachmentSize_qualifiers,
 67267                   /* type */
 67268                   CIMTYPE_STRING,
 67269                   /* subscript */
 67270                   -1,
 67271                   /* value */
 67272                   0,
 67273               };
 67274               
 67275               static const char*
 67276               _PRS_Attachment_AttachmentObject_qualifiers[] =
 67277               {
 67278                   0,
 67279               };
 67280               
 67281               static MetaProperty
 67282               _PRS_Attachment_AttachmentObject =
 67283 mike  1.1.2.1 {
 67284                   /* flags */
 67285                   META_FLAG_PROPERTY|META_FLAG_READ,
 67286                   /* name */
 67287                   "AttachmentObject",
 67288                   /* qualifiers */
 67289                   _PRS_Attachment_AttachmentObject_qualifiers,
 67290                   /* type */
 67291                   CIMTYPE_STRING,
 67292                   /* subscript */
 67293                   -1,
 67294                   /* value */
 67295                   0,
 67296               };
 67297               
 67298               static const char*
 67299               _PRS_Attachment_AttachmentType_qualifiers[] =
 67300               {
 67301                   /* ValueMap */
 67302                   "\061\000\0050\0001\0002\000254\000255\000",
 67303                   /* Values */
 67304 mike  1.1.2.1     "\062\000\005Instructions\000Background\000Log\000Unknown\000Undefined\000",
 67305                   0,
 67306               };
 67307               
 67308               static MetaProperty
 67309               _PRS_Attachment_AttachmentType =
 67310               {
 67311                   /* flags */
 67312                   META_FLAG_PROPERTY|META_FLAG_READ,
 67313                   /* name */
 67314                   "AttachmentType",
 67315                   /* qualifiers */
 67316                   _PRS_Attachment_AttachmentType_qualifiers,
 67317                   /* type */
 67318                   CIMTYPE_UINT8,
 67319                   /* subscript */
 67320                   -1,
 67321                   /* value */
 67322                   0,
 67323               };
 67324               
 67325 mike  1.1.2.1 static const char*
 67326               _PRS_Attachment_AttachmentName_qualifiers[] =
 67327               {
 67328                   0,
 67329               };
 67330               
 67331               static MetaProperty
 67332               _PRS_Attachment_AttachmentName =
 67333               {
 67334                   /* flags */
 67335                   META_FLAG_PROPERTY|META_FLAG_READ,
 67336                   /* name */
 67337                   "AttachmentName",
 67338                   /* qualifiers */
 67339                   _PRS_Attachment_AttachmentName_qualifiers,
 67340                   /* type */
 67341                   CIMTYPE_STRING,
 67342                   /* subscript */
 67343                   -1,
 67344                   /* value */
 67345                   0,
 67346 mike  1.1.2.1 };
 67347               
 67348               static MetaFeature*
 67349               _PRS_Attachment_features[] =
 67350               {
 67351                   (MetaFeature*)&_PRS_Attachment_AttachmentReference,
 67352                   (MetaFeature*)&_PRS_Attachment_Protocol,
 67353                   (MetaFeature*)&_PRS_Attachment_Format,
 67354                   (MetaFeature*)&_PRS_Attachment_AttachmentSize,
 67355                   (MetaFeature*)&_PRS_Attachment_AttachmentObject,
 67356                   (MetaFeature*)&_PRS_Attachment_AttachmentType,
 67357                   (MetaFeature*)&_PRS_Attachment_AttachmentName,
 67358                   0,
 67359               };
 67360               
 67361               static const char*
 67362               __root_cimv2_PRS_Attachment_qualifiers[] =
 67363               {
 67364                   /* UMLPackagePath */
 67365                   "\057PRS::Support",
 67366                   /* Version */
 67367 mike  1.1.2.1     "\0632.6.0",
 67368                   0,
 67369               };
 67370               
 67371               MetaClass
 67372               __root_cimv2_PRS_Attachment =
 67373               {
 67374                   /* flags */
 67375                   META_FLAG_CLASS,
 67376                   /* name */
 67377                   "PRS_Attachment",
 67378                   /* qualifiers */
 67379                   __root_cimv2_PRS_Attachment_qualifiers,
 67380                   /* super */
 67381                   &__root_cimv2_PRS_ExchangeElement,
 67382                   /* features */
 67383                   _PRS_Attachment_features,
 67384               };
 67385               
 67386               //==============================================================================
 67387               //
 67388 mike  1.1.2.1 // Class: PRS_Category
 67389               //
 67390               //==============================================================================
 67391               
 67392               static const char*
 67393               _PRS_Category_CategoryContents_qualifiers[] =
 67394               {
 67395                   0,
 67396               };
 67397               
 67398               static MetaProperty
 67399               _PRS_Category_CategoryContents =
 67400               {
 67401                   /* flags */
 67402                   META_FLAG_PROPERTY|META_FLAG_READ,
 67403                   /* name */
 67404                   "CategoryContents",
 67405                   /* qualifiers */
 67406                   _PRS_Category_CategoryContents_qualifiers,
 67407                   /* type */
 67408                   CIMTYPE_STRING,
 67409 mike  1.1.2.1     /* subscript */
 67410                   -1,
 67411                   /* value */
 67412                   0,
 67413               };
 67414               
 67415               static const char*
 67416               _PRS_Category_CategoryType_qualifiers[] =
 67417               {
 67418                   0,
 67419               };
 67420               
 67421               static MetaProperty
 67422               _PRS_Category_CategoryType =
 67423               {
 67424                   /* flags */
 67425                   META_FLAG_PROPERTY|META_FLAG_READ,
 67426                   /* name */
 67427                   "CategoryType",
 67428                   /* qualifiers */
 67429                   _PRS_Category_CategoryType_qualifiers,
 67430 mike  1.1.2.1     /* type */
 67431                   CIMTYPE_STRING,
 67432                   /* subscript */
 67433                   -1,
 67434                   /* value */
 67435                   0,
 67436               };
 67437               
 67438               static MetaFeature*
 67439               _PRS_Category_features[] =
 67440               {
 67441                   (MetaFeature*)&_PRS_Category_CategoryContents,
 67442                   (MetaFeature*)&_PRS_Category_CategoryType,
 67443                   0,
 67444               };
 67445               
 67446               static const char*
 67447               __root_cimv2_PRS_Category_qualifiers[] =
 67448               {
 67449                   /* UMLPackagePath */
 67450                   "\057PRS::Support",
 67451 mike  1.1.2.1     /* Version */
 67452                   "\0632.6.0",
 67453                   0,
 67454               };
 67455               
 67456               MetaClass
 67457               __root_cimv2_PRS_Category =
 67458               {
 67459                   /* flags */
 67460                   META_FLAG_CLASS,
 67461                   /* name */
 67462                   "PRS_Category",
 67463                   /* qualifiers */
 67464                   __root_cimv2_PRS_Category_qualifiers,
 67465                   /* super */
 67466                   &__root_cimv2_PRS_ExchangeElement,
 67467                   /* features */
 67468                   _PRS_Category_features,
 67469               };
 67470               
 67471               //==============================================================================
 67472 mike  1.1.2.1 //
 67473               // Class: PRS_CategoryParentChild
 67474               //
 67475               //==============================================================================
 67476               
 67477               static const char*
 67478               _PRS_CategoryParentChild_Antecedent_qualifiers[] =
 67479               {
 67480                   /* Override */
 67481                   "\044Antecedent",
 67482                   0,
 67483               };
 67484               
 67485               static MetaReference
 67486               _PRS_CategoryParentChild_Antecedent =
 67487               {
 67488                   /* flags */
 67489                   META_FLAG_REFERENCE|META_FLAG_READ,
 67490                   /* name */
 67491                   "Antecedent",
 67492                   /* qualifiers */
 67493 mike  1.1.2.1     _PRS_CategoryParentChild_Antecedent_qualifiers,
 67494                   /* subscript */
 67495                   -1,
 67496                   /* refId */
 67497                   &__root_cimv2_PRS_Category,
 67498               };
 67499               
 67500               static const char*
 67501               _PRS_CategoryParentChild_Dependent_qualifiers[] =
 67502               {
 67503                   /* Override */
 67504                   "\044Dependent",
 67505                   0,
 67506               };
 67507               
 67508               static MetaReference
 67509               _PRS_CategoryParentChild_Dependent =
 67510               {
 67511                   /* flags */
 67512                   META_FLAG_REFERENCE|META_FLAG_READ,
 67513                   /* name */
 67514 mike  1.1.2.1     "Dependent",
 67515                   /* qualifiers */
 67516                   _PRS_CategoryParentChild_Dependent_qualifiers,
 67517                   /* subscript */
 67518                   -1,
 67519                   /* refId */
 67520                   &__root_cimv2_PRS_Category,
 67521               };
 67522               
 67523               static MetaFeature*
 67524               _PRS_CategoryParentChild_features[] =
 67525               {
 67526                   (MetaFeature*)&_PRS_CategoryParentChild_Antecedent,
 67527                   (MetaFeature*)&_PRS_CategoryParentChild_Dependent,
 67528                   0,
 67529               };
 67530               
 67531               static const char*
 67532               __root_cimv2_PRS_CategoryParentChild_qualifiers[] =
 67533               {
 67534                   /* ASSOCIATION */
 67535 mike  1.1.2.1     "\000\001",
 67536                   /* UMLPackagePath */
 67537                   "\057PRS::Support",
 67538                   /* Version */
 67539                   "\0632.8.0",
 67540                   0,
 67541               };
 67542               
 67543               MetaClass
 67544               __root_cimv2_PRS_CategoryParentChild =
 67545               {
 67546                   /* flags */
 67547                   META_FLAG_ASSOCIATION,
 67548                   /* name */
 67549                   "PRS_CategoryParentChild",
 67550                   /* qualifiers */
 67551                   __root_cimv2_PRS_CategoryParentChild_qualifiers,
 67552                   /* super */
 67553                   &__root_cimv2_CIM_HostedDependency,
 67554                   /* features */
 67555                   _PRS_CategoryParentChild_features,
 67556 mike  1.1.2.1 };
 67557               
 67558               //==============================================================================
 67559               //
 67560               // Class: PRS_Contact
 67561               //
 67562               //==============================================================================
 67563               
 67564               static MetaFeature*
 67565               _PRS_Contact_features[] =
 67566               {
 67567                   0,
 67568               };
 67569               
 67570               static const char*
 67571               __root_cimv2_PRS_Contact_qualifiers[] =
 67572               {
 67573                   /* UMLPackagePath */
 67574                   "\057PRS::Support",
 67575                   /* Version */
 67576                   "\0632.6.0",
 67577 mike  1.1.2.1     0,
 67578               };
 67579               
 67580               MetaClass
 67581               __root_cimv2_PRS_Contact =
 67582               {
 67583                   /* flags */
 67584                   META_FLAG_CLASS,
 67585                   /* name */
 67586                   "PRS_Contact",
 67587                   /* qualifiers */
 67588                   __root_cimv2_PRS_Contact_qualifiers,
 67589                   /* super */
 67590                   &__root_cimv2_PRS_ExchangeElement,
 67591                   /* features */
 67592                   _PRS_Contact_features,
 67593               };
 67594               
 67595               //==============================================================================
 67596               //
 67597               // Class: PRS_ContactItem
 67598 mike  1.1.2.1 //
 67599               //==============================================================================
 67600               
 67601               static MetaFeature*
 67602               _PRS_ContactItem_features[] =
 67603               {
 67604                   0,
 67605               };
 67606               
 67607               static const char*
 67608               __root_cimv2_PRS_ContactItem_qualifiers[] =
 67609               {
 67610                   /* UMLPackagePath */
 67611                   "\057PRS::Support",
 67612                   /* Abstract */
 67613                   "\002\001",
 67614                   /* Version */
 67615                   "\0632.6.0",
 67616                   0,
 67617               };
 67618               
 67619 mike  1.1.2.1 MetaClass
 67620               __root_cimv2_PRS_ContactItem =
 67621               {
 67622                   /* flags */
 67623                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 67624                   /* name */
 67625                   "PRS_ContactItem",
 67626                   /* qualifiers */
 67627                   __root_cimv2_PRS_ContactItem_qualifiers,
 67628                   /* super */
 67629                   &__root_cimv2_PRS_ExchangeElement,
 67630                   /* features */
 67631                   _PRS_ContactItem_features,
 67632               };
 67633               
 67634               //==============================================================================
 67635               //
 67636               // Class: PRS_ContactItemAddress
 67637               //
 67638               //==============================================================================
 67639               
 67640 mike  1.1.2.1 static const char*
 67641               _PRS_ContactItemAddress_Antecedent_qualifiers[] =
 67642               {
 67643                   /* Override */
 67644                   "\044Antecedent",
 67645                   /* Min */
 67646                   "\033\000\000\000\001",
 67647                   0,
 67648               };
 67649               
 67650               static MetaReference
 67651               _PRS_ContactItemAddress_Antecedent =
 67652               {
 67653                   /* flags */
 67654                   META_FLAG_REFERENCE|META_FLAG_READ,
 67655                   /* name */
 67656                   "Antecedent",
 67657                   /* qualifiers */
 67658                   _PRS_ContactItemAddress_Antecedent_qualifiers,
 67659                   /* subscript */
 67660                   -1,
 67661 mike  1.1.2.1     /* refId */
 67662                   &__root_cimv2_PRS_ContactItem,
 67663               };
 67664               
 67665               static const char*
 67666               _PRS_ContactItemAddress_Dependent_qualifiers[] =
 67667               {
 67668                   /* Override */
 67669                   "\044Dependent",
 67670                   0,
 67671               };
 67672               
 67673               static MetaReference
 67674               _PRS_ContactItemAddress_Dependent =
 67675               {
 67676                   /* flags */
 67677                   META_FLAG_REFERENCE|META_FLAG_READ,
 67678                   /* name */
 67679                   "Dependent",
 67680                   /* qualifiers */
 67681                   _PRS_ContactItemAddress_Dependent_qualifiers,
 67682 mike  1.1.2.1     /* subscript */
 67683                   -1,
 67684                   /* refId */
 67685                   &__root_cimv2_PRS_Address,
 67686               };
 67687               
 67688               static MetaFeature*
 67689               _PRS_ContactItemAddress_features[] =
 67690               {
 67691                   (MetaFeature*)&_PRS_ContactItemAddress_Antecedent,
 67692                   (MetaFeature*)&_PRS_ContactItemAddress_Dependent,
 67693                   0,
 67694               };
 67695               
 67696               static const char*
 67697               __root_cimv2_PRS_ContactItemAddress_qualifiers[] =
 67698               {
 67699                   /* ASSOCIATION */
 67700                   "\000\001",
 67701                   /* UMLPackagePath */
 67702                   "\057PRS::Support",
 67703 mike  1.1.2.1     /* Version */
 67704                   "\0632.6.0",
 67705                   0,
 67706               };
 67707               
 67708               MetaClass
 67709               __root_cimv2_PRS_ContactItemAddress =
 67710               {
 67711                   /* flags */
 67712                   META_FLAG_ASSOCIATION,
 67713                   /* name */
 67714                   "PRS_ContactItemAddress",
 67715                   /* qualifiers */
 67716                   __root_cimv2_PRS_ContactItemAddress_qualifiers,
 67717                   /* super */
 67718                   &__root_cimv2_CIM_Dependency,
 67719                   /* features */
 67720                   _PRS_ContactItemAddress_features,
 67721               };
 67722               
 67723               //==============================================================================
 67724 mike  1.1.2.1 //
 67725               // Class: PRS_Expression
 67726               //
 67727               //==============================================================================
 67728               
 67729               static const char*
 67730               _PRS_Expression_Relation_qualifiers[] =
 67731               {
 67732                   0,
 67733               };
 67734               
 67735               static MetaProperty
 67736               _PRS_Expression_Relation =
 67737               {
 67738                   /* flags */
 67739                   META_FLAG_PROPERTY|META_FLAG_READ,
 67740                   /* name */
 67741                   "Relation",
 67742                   /* qualifiers */
 67743                   _PRS_Expression_Relation_qualifiers,
 67744                   /* type */
 67745 mike  1.1.2.1     CIMTYPE_STRING,
 67746                   /* subscript */
 67747                   -1,
 67748                   /* value */
 67749                   0,
 67750               };
 67751               
 67752               static MetaFeature*
 67753               _PRS_Expression_features[] =
 67754               {
 67755                   (MetaFeature*)&_PRS_Expression_Relation,
 67756                   0,
 67757               };
 67758               
 67759               static const char*
 67760               __root_cimv2_PRS_Expression_qualifiers[] =
 67761               {
 67762                   /* UMLPackagePath */
 67763                   "\057PRS::Support",
 67764                   /* Version */
 67765                   "\0632.6.0",
 67766 mike  1.1.2.1     0,
 67767               };
 67768               
 67769               MetaClass
 67770               __root_cimv2_PRS_Expression =
 67771               {
 67772                   /* flags */
 67773                   META_FLAG_CLASS,
 67774                   /* name */
 67775                   "PRS_Expression",
 67776                   /* qualifiers */
 67777                   __root_cimv2_PRS_Expression_qualifiers,
 67778                   /* super */
 67779                   &__root_cimv2_PRS_ExpressionElement,
 67780                   /* features */
 67781                   _PRS_Expression_features,
 67782               };
 67783               
 67784               //==============================================================================
 67785               //
 67786               // Class: PRS_ExpressionLink
 67787 mike  1.1.2.1 //
 67788               //==============================================================================
 67789               
 67790               static const char*
 67791               _PRS_ExpressionLink_Antecedent_qualifiers[] =
 67792               {
 67793                   /* Aggregate */
 67794                   "\003\001",
 67795                   /* Override */
 67796                   "\044Antecedent",
 67797                   /* Min */
 67798                   "\033\000\000\000\001",
 67799                   0,
 67800               };
 67801               
 67802               static MetaReference
 67803               _PRS_ExpressionLink_Antecedent =
 67804               {
 67805                   /* flags */
 67806                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 67807                   /* name */
 67808 mike  1.1.2.1     "Antecedent",
 67809                   /* qualifiers */
 67810                   _PRS_ExpressionLink_Antecedent_qualifiers,
 67811                   /* subscript */
 67812                   -1,
 67813                   /* refId */
 67814                   &__root_cimv2_PRS_Expression,
 67815               };
 67816               
 67817               static const char*
 67818               _PRS_ExpressionLink_Dependent_qualifiers[] =
 67819               {
 67820                   /* Override */
 67821                   "\044Dependent",
 67822                   /* Min */
 67823                   "\033\000\000\000\001",
 67824                   0,
 67825               };
 67826               
 67827               static MetaReference
 67828               _PRS_ExpressionLink_Dependent =
 67829 mike  1.1.2.1 {
 67830                   /* flags */
 67831                   META_FLAG_REFERENCE|META_FLAG_READ,
 67832                   /* name */
 67833                   "Dependent",
 67834                   /* qualifiers */
 67835                   _PRS_ExpressionLink_Dependent_qualifiers,
 67836                   /* subscript */
 67837                   -1,
 67838                   /* refId */
 67839                   &__root_cimv2_PRS_ExpressionElement,
 67840               };
 67841               
 67842               static MetaFeature*
 67843               _PRS_ExpressionLink_features[] =
 67844               {
 67845                   (MetaFeature*)&_PRS_ExpressionLink_Antecedent,
 67846                   (MetaFeature*)&_PRS_ExpressionLink_Dependent,
 67847                   0,
 67848               };
 67849               
 67850 mike  1.1.2.1 static const char*
 67851               __root_cimv2_PRS_ExpressionLink_qualifiers[] =
 67852               {
 67853                   /* ASSOCIATION */
 67854                   "\000\001",
 67855                   /* UMLPackagePath */
 67856                   "\057PRS::Support",
 67857                   /* Aggregation */
 67858                   "\004\001",
 67859                   /* Version */
 67860                   "\0632.8.0",
 67861                   0,
 67862               };
 67863               
 67864               MetaClass
 67865               __root_cimv2_PRS_ExpressionLink =
 67866               {
 67867                   /* flags */
 67868                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 67869                   /* name */
 67870                   "PRS_ExpressionLink",
 67871 mike  1.1.2.1     /* qualifiers */
 67872                   __root_cimv2_PRS_ExpressionLink_qualifiers,
 67873                   /* super */
 67874                   &__root_cimv2_CIM_HostedDependency,
 67875                   /* features */
 67876                   _PRS_ExpressionLink_features,
 67877               };
 67878               
 67879               //==============================================================================
 67880               //
 67881               // Class: PRS_FeatureResource
 67882               //
 67883               //==============================================================================
 67884               
 67885               static const char*
 67886               _PRS_FeatureResource_Antecedent_qualifiers[] =
 67887               {
 67888                   /* Override */
 67889                   "\044Antecedent",
 67890                   0,
 67891               };
 67892 mike  1.1.2.1 
 67893               static MetaReference
 67894               _PRS_FeatureResource_Antecedent =
 67895               {
 67896                   /* flags */
 67897                   META_FLAG_REFERENCE|META_FLAG_READ,
 67898                   /* name */
 67899                   "Antecedent",
 67900                   /* qualifiers */
 67901                   _PRS_FeatureResource_Antecedent_qualifiers,
 67902                   /* subscript */
 67903                   -1,
 67904                   /* refId */
 67905                   &__root_cimv2_PRS_Feature,
 67906               };
 67907               
 67908               static const char*
 67909               _PRS_FeatureResource_Dependent_qualifiers[] =
 67910               {
 67911                   /* Override */
 67912                   "\044Dependent",
 67913 mike  1.1.2.1     0,
 67914               };
 67915               
 67916               static MetaReference
 67917               _PRS_FeatureResource_Dependent =
 67918               {
 67919                   /* flags */
 67920                   META_FLAG_REFERENCE|META_FLAG_READ,
 67921                   /* name */
 67922                   "Dependent",
 67923                   /* qualifiers */
 67924                   _PRS_FeatureResource_Dependent_qualifiers,
 67925                   /* subscript */
 67926                   -1,
 67927                   /* refId */
 67928                   &__root_cimv2_PRS_Resource,
 67929               };
 67930               
 67931               static MetaFeature*
 67932               _PRS_FeatureResource_features[] =
 67933               {
 67934 mike  1.1.2.1     (MetaFeature*)&_PRS_FeatureResource_Antecedent,
 67935                   (MetaFeature*)&_PRS_FeatureResource_Dependent,
 67936                   0,
 67937               };
 67938               
 67939               static const char*
 67940               __root_cimv2_PRS_FeatureResource_qualifiers[] =
 67941               {
 67942                   /* ASSOCIATION */
 67943                   "\000\001",
 67944                   /* UMLPackagePath */
 67945                   "\057PRS::Support",
 67946                   /* Version */
 67947                   "\0632.6.0",
 67948                   0,
 67949               };
 67950               
 67951               MetaClass
 67952               __root_cimv2_PRS_FeatureResource =
 67953               {
 67954                   /* flags */
 67955 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 67956                   /* name */
 67957                   "PRS_FeatureResource",
 67958                   /* qualifiers */
 67959                   __root_cimv2_PRS_FeatureResource_qualifiers,
 67960                   /* super */
 67961                   &__root_cimv2_CIM_Dependency,
 67962                   /* features */
 67963                   _PRS_FeatureResource_features,
 67964               };
 67965               
 67966               //==============================================================================
 67967               //
 67968               // Class: PRS_Organization
 67969               //
 67970               //==============================================================================
 67971               
 67972               static const char*
 67973               _PRS_Organization_Name_qualifiers[] =
 67974               {
 67975                   0,
 67976 mike  1.1.2.1 };
 67977               
 67978               static MetaProperty
 67979               _PRS_Organization_Name =
 67980               {
 67981                   /* flags */
 67982                   META_FLAG_PROPERTY|META_FLAG_READ,
 67983                   /* name */
 67984                   "Name",
 67985                   /* qualifiers */
 67986                   _PRS_Organization_Name_qualifiers,
 67987                   /* type */
 67988                   CIMTYPE_STRING,
 67989                   /* subscript */
 67990                   -1,
 67991                   /* value */
 67992                   0,
 67993               };
 67994               
 67995               static const char*
 67996               _PRS_Organization_Business_qualifiers[] =
 67997 mike  1.1.2.1 {
 67998                   0,
 67999               };
 68000               
 68001               static MetaProperty
 68002               _PRS_Organization_Business =
 68003               {
 68004                   /* flags */
 68005                   META_FLAG_PROPERTY|META_FLAG_READ,
 68006                   /* name */
 68007                   "Business",
 68008                   /* qualifiers */
 68009                   _PRS_Organization_Business_qualifiers,
 68010                   /* type */
 68011                   CIMTYPE_STRING,
 68012                   /* subscript */
 68013                   -1,
 68014                   /* value */
 68015                   0,
 68016               };
 68017               
 68018 mike  1.1.2.1 static MetaFeature*
 68019               _PRS_Organization_features[] =
 68020               {
 68021                   (MetaFeature*)&_PRS_Organization_Name,
 68022                   (MetaFeature*)&_PRS_Organization_Business,
 68023                   0,
 68024               };
 68025               
 68026               static const char*
 68027               __root_cimv2_PRS_Organization_qualifiers[] =
 68028               {
 68029                   /* UMLPackagePath */
 68030                   "\057PRS::Support",
 68031                   /* Version */
 68032                   "\0632.6.0",
 68033                   0,
 68034               };
 68035               
 68036               MetaClass
 68037               __root_cimv2_PRS_Organization =
 68038               {
 68039 mike  1.1.2.1     /* flags */
 68040                   META_FLAG_CLASS,
 68041                   /* name */
 68042                   "PRS_Organization",
 68043                   /* qualifiers */
 68044                   __root_cimv2_PRS_Organization_qualifiers,
 68045                   /* super */
 68046                   &__root_cimv2_PRS_ContactItem,
 68047                   /* features */
 68048                   _PRS_Organization_features,
 68049               };
 68050               
 68051               //==============================================================================
 68052               //
 68053               // Class: PRS_Person
 68054               //
 68055               //==============================================================================
 68056               
 68057               static const char*
 68058               _PRS_Person_FirstName_qualifiers[] =
 68059               {
 68060 mike  1.1.2.1     0,
 68061               };
 68062               
 68063               static MetaProperty
 68064               _PRS_Person_FirstName =
 68065               {
 68066                   /* flags */
 68067                   META_FLAG_PROPERTY|META_FLAG_READ,
 68068                   /* name */
 68069                   "FirstName",
 68070                   /* qualifiers */
 68071                   _PRS_Person_FirstName_qualifiers,
 68072                   /* type */
 68073                   CIMTYPE_STRING,
 68074                   /* subscript */
 68075                   -1,
 68076                   /* value */
 68077                   0,
 68078               };
 68079               
 68080               static const char*
 68081 mike  1.1.2.1 _PRS_Person_LastName_qualifiers[] =
 68082               {
 68083                   0,
 68084               };
 68085               
 68086               static MetaProperty
 68087               _PRS_Person_LastName =
 68088               {
 68089                   /* flags */
 68090                   META_FLAG_PROPERTY|META_FLAG_READ,
 68091                   /* name */
 68092                   "LastName",
 68093                   /* qualifiers */
 68094                   _PRS_Person_LastName_qualifiers,
 68095                   /* type */
 68096                   CIMTYPE_STRING,
 68097                   /* subscript */
 68098                   -1,
 68099                   /* value */
 68100                   0,
 68101               };
 68102 mike  1.1.2.1 
 68103               static const char*
 68104               _PRS_Person_Salutation_qualifiers[] =
 68105               {
 68106                   0,
 68107               };
 68108               
 68109               static MetaProperty
 68110               _PRS_Person_Salutation =
 68111               {
 68112                   /* flags */
 68113                   META_FLAG_PROPERTY|META_FLAG_READ,
 68114                   /* name */
 68115                   "Salutation",
 68116                   /* qualifiers */
 68117                   _PRS_Person_Salutation_qualifiers,
 68118                   /* type */
 68119                   CIMTYPE_STRING,
 68120                   /* subscript */
 68121                   -1,
 68122                   /* value */
 68123 mike  1.1.2.1     0,
 68124               };
 68125               
 68126               static const char*
 68127               _PRS_Person_Title_qualifiers[] =
 68128               {
 68129                   0,
 68130               };
 68131               
 68132               static MetaProperty
 68133               _PRS_Person_Title =
 68134               {
 68135                   /* flags */
 68136                   META_FLAG_PROPERTY|META_FLAG_READ,
 68137                   /* name */
 68138                   "Title",
 68139                   /* qualifiers */
 68140                   _PRS_Person_Title_qualifiers,
 68141                   /* type */
 68142                   CIMTYPE_STRING,
 68143                   /* subscript */
 68144 mike  1.1.2.1     -1,
 68145                   /* value */
 68146                   0,
 68147               };
 68148               
 68149               static const char*
 68150               _PRS_Person_ContactType_qualifiers[] =
 68151               {
 68152                   0,
 68153               };
 68154               
 68155               static MetaProperty
 68156               _PRS_Person_ContactType =
 68157               {
 68158                   /* flags */
 68159                   META_FLAG_PROPERTY|META_FLAG_READ,
 68160                   /* name */
 68161                   "ContactType",
 68162                   /* qualifiers */
 68163                   _PRS_Person_ContactType_qualifiers,
 68164                   /* type */
 68165 mike  1.1.2.1     CIMTYPE_STRING,
 68166                   /* subscript */
 68167                   -1,
 68168                   /* value */
 68169                   0,
 68170               };
 68171               
 68172               static const char*
 68173               _PRS_Person_CommunicationMode_qualifiers[] =
 68174               {
 68175                   /* ValueMap */
 68176                   "\061\000\0070\0001\0002\0003\0004\000254\000255\000",
 68177                   /* Values */
 68178                   "\062\000\007Primary_Voice\000Alternate_Voice\000Fax\000Email\000URL\000Other\000Unknown\000",
 68179                   0,
 68180               };
 68181               
 68182               static MetaProperty
 68183               _PRS_Person_CommunicationMode =
 68184               {
 68185                   /* flags */
 68186 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 68187                   /* name */
 68188                   "CommunicationMode",
 68189                   /* qualifiers */
 68190                   _PRS_Person_CommunicationMode_qualifiers,
 68191                   /* type */
 68192                   CIMTYPE_UINT8,
 68193                   /* subscript */
 68194                   -1,
 68195                   /* value */
 68196                   0,
 68197               };
 68198               
 68199               static MetaFeature*
 68200               _PRS_Person_features[] =
 68201               {
 68202                   (MetaFeature*)&_PRS_Person_FirstName,
 68203                   (MetaFeature*)&_PRS_Person_LastName,
 68204                   (MetaFeature*)&_PRS_Person_Salutation,
 68205                   (MetaFeature*)&_PRS_Person_Title,
 68206                   (MetaFeature*)&_PRS_Person_ContactType,
 68207 mike  1.1.2.1     (MetaFeature*)&_PRS_Person_CommunicationMode,
 68208                   0,
 68209               };
 68210               
 68211               static const char*
 68212               __root_cimv2_PRS_Person_qualifiers[] =
 68213               {
 68214                   /* UMLPackagePath */
 68215                   "\057PRS::Support",
 68216                   /* Version */
 68217                   "\0632.6.0",
 68218                   0,
 68219               };
 68220               
 68221               MetaClass
 68222               __root_cimv2_PRS_Person =
 68223               {
 68224                   /* flags */
 68225                   META_FLAG_CLASS,
 68226                   /* name */
 68227                   "PRS_Person",
 68228 mike  1.1.2.1     /* qualifiers */
 68229                   __root_cimv2_PRS_Person_qualifiers,
 68230                   /* super */
 68231                   &__root_cimv2_PRS_ContactItem,
 68232                   /* features */
 68233                   _PRS_Person_features,
 68234               };
 68235               
 68236               //==============================================================================
 68237               //
 68238               // Class: PRS_Problem
 68239               //
 68240               //==============================================================================
 68241               
 68242               static const char*
 68243               _PRS_Problem_Likelihood_qualifiers[] =
 68244               {
 68245                   /* MinValue */
 68246                   "\035\000\000\000\000\000\000\000\000",
 68247                   /* MaxValue */
 68248                   "\031\000\000\000\000\000\000\000\144",
 68249 mike  1.1.2.1     0,
 68250               };
 68251               
 68252               static MetaProperty
 68253               _PRS_Problem_Likelihood =
 68254               {
 68255                   /* flags */
 68256                   META_FLAG_PROPERTY|META_FLAG_READ,
 68257                   /* name */
 68258                   "Likelihood",
 68259                   /* qualifiers */
 68260                   _PRS_Problem_Likelihood_qualifiers,
 68261                   /* type */
 68262                   CIMTYPE_UINT16,
 68263                   /* subscript */
 68264                   -1,
 68265                   /* value */
 68266                   0,
 68267               };
 68268               
 68269               static const char*
 68270 mike  1.1.2.1 _PRS_Problem_Impact_qualifiers[] =
 68271               {
 68272                   /* MinValue */
 68273                   "\035\000\000\000\000\000\000\000\000",
 68274                   /* MaxValue */
 68275                   "\031\000\000\000\000\000\000\000\144",
 68276                   0,
 68277               };
 68278               
 68279               static MetaProperty
 68280               _PRS_Problem_Impact =
 68281               {
 68282                   /* flags */
 68283                   META_FLAG_PROPERTY|META_FLAG_READ,
 68284                   /* name */
 68285                   "Impact",
 68286                   /* qualifiers */
 68287                   _PRS_Problem_Impact_qualifiers,
 68288                   /* type */
 68289                   CIMTYPE_UINT16,
 68290                   /* subscript */
 68291 mike  1.1.2.1     -1,
 68292                   /* value */
 68293                   0,
 68294               };
 68295               
 68296               static MetaFeature*
 68297               _PRS_Problem_features[] =
 68298               {
 68299                   (MetaFeature*)&_PRS_Problem_Likelihood,
 68300                   (MetaFeature*)&_PRS_Problem_Impact,
 68301                   0,
 68302               };
 68303               
 68304               static const char*
 68305               __root_cimv2_PRS_Problem_qualifiers[] =
 68306               {
 68307                   /* UMLPackagePath */
 68308                   "\057PRS::Support",
 68309                   /* Version */
 68310                   "\0632.6.0",
 68311                   0,
 68312 mike  1.1.2.1 };
 68313               
 68314               MetaClass
 68315               __root_cimv2_PRS_Problem =
 68316               {
 68317                   /* flags */
 68318                   META_FLAG_CLASS,
 68319                   /* name */
 68320                   "PRS_Problem",
 68321                   /* qualifiers */
 68322                   __root_cimv2_PRS_Problem_qualifiers,
 68323                   /* super */
 68324                   &__root_cimv2_PRS_SolutionElement,
 68325                   /* features */
 68326                   _PRS_Problem_features,
 68327               };
 68328               
 68329               //==============================================================================
 68330               //
 68331               // Class: PRS_ProductAsset
 68332               //
 68333 mike  1.1.2.1 //==============================================================================
 68334               
 68335               static const char*
 68336               _PRS_ProductAsset_Antecedent_qualifiers[] =
 68337               {
 68338                   /* Override */
 68339                   "\044Antecedent",
 68340                   0,
 68341               };
 68342               
 68343               static MetaReference
 68344               _PRS_ProductAsset_Antecedent =
 68345               {
 68346                   /* flags */
 68347                   META_FLAG_REFERENCE|META_FLAG_READ,
 68348                   /* name */
 68349                   "Antecedent",
 68350                   /* qualifiers */
 68351                   _PRS_ProductAsset_Antecedent_qualifiers,
 68352                   /* subscript */
 68353                   -1,
 68354 mike  1.1.2.1     /* refId */
 68355                   &__root_cimv2_PRS_Product,
 68356               };
 68357               
 68358               static const char*
 68359               _PRS_ProductAsset_Dependent_qualifiers[] =
 68360               {
 68361                   /* Override */
 68362                   "\044Dependent",
 68363                   0,
 68364               };
 68365               
 68366               static MetaReference
 68367               _PRS_ProductAsset_Dependent =
 68368               {
 68369                   /* flags */
 68370                   META_FLAG_REFERENCE|META_FLAG_READ,
 68371                   /* name */
 68372                   "Dependent",
 68373                   /* qualifiers */
 68374                   _PRS_ProductAsset_Dependent_qualifiers,
 68375 mike  1.1.2.1     /* subscript */
 68376                   -1,
 68377                   /* refId */
 68378                   &__root_cimv2_PRS_Expression,
 68379               };
 68380               
 68381               static MetaFeature*
 68382               _PRS_ProductAsset_features[] =
 68383               {
 68384                   (MetaFeature*)&_PRS_ProductAsset_Antecedent,
 68385                   (MetaFeature*)&_PRS_ProductAsset_Dependent,
 68386                   0,
 68387               };
 68388               
 68389               static const char*
 68390               __root_cimv2_PRS_ProductAsset_qualifiers[] =
 68391               {
 68392                   /* ASSOCIATION */
 68393                   "\000\001",
 68394                   /* UMLPackagePath */
 68395                   "\057PRS::Support",
 68396 mike  1.1.2.1     /* Version */
 68397                   "\0632.6.0",
 68398                   0,
 68399               };
 68400               
 68401               MetaClass
 68402               __root_cimv2_PRS_ProductAsset =
 68403               {
 68404                   /* flags */
 68405                   META_FLAG_ASSOCIATION,
 68406                   /* name */
 68407                   "PRS_ProductAsset",
 68408                   /* qualifiers */
 68409                   __root_cimv2_PRS_ProductAsset_qualifiers,
 68410                   /* super */
 68411                   &__root_cimv2_CIM_Dependency,
 68412                   /* features */
 68413                   _PRS_ProductAsset_features,
 68414               };
 68415               
 68416               //==============================================================================
 68417 mike  1.1.2.1 //
 68418               // Class: PRS_Reference
 68419               //
 68420               //==============================================================================
 68421               
 68422               static MetaFeature*
 68423               _PRS_Reference_features[] =
 68424               {
 68425                   0,
 68426               };
 68427               
 68428               static const char*
 68429               __root_cimv2_PRS_Reference_qualifiers[] =
 68430               {
 68431                   /* UMLPackagePath */
 68432                   "\057PRS::Support",
 68433                   /* Version */
 68434                   "\0632.6.0",
 68435                   0,
 68436               };
 68437               
 68438 mike  1.1.2.1 MetaClass
 68439               __root_cimv2_PRS_Reference =
 68440               {
 68441                   /* flags */
 68442                   META_FLAG_CLASS,
 68443                   /* name */
 68444                   "PRS_Reference",
 68445                   /* qualifiers */
 68446                   __root_cimv2_PRS_Reference_qualifiers,
 68447                   /* super */
 68448                   &__root_cimv2_PRS_SolutionElement,
 68449                   /* features */
 68450                   _PRS_Reference_features,
 68451               };
 68452               
 68453               //==============================================================================
 68454               //
 68455               // Class: PRS_Resolution
 68456               //
 68457               //==============================================================================
 68458               
 68459 mike  1.1.2.1 static const char*
 68460               _PRS_Resolution_Confidence_qualifiers[] =
 68461               {
 68462                   /* MinValue */
 68463                   "\035\000\000\000\000\000\000\000\000",
 68464                   /* MaxValue */
 68465                   "\031\000\000\000\000\000\000\000\144",
 68466                   0,
 68467               };
 68468               
 68469               static MetaProperty
 68470               _PRS_Resolution_Confidence =
 68471               {
 68472                   /* flags */
 68473                   META_FLAG_PROPERTY|META_FLAG_READ,
 68474                   /* name */
 68475                   "Confidence",
 68476                   /* qualifiers */
 68477                   _PRS_Resolution_Confidence_qualifiers,
 68478                   /* type */
 68479                   CIMTYPE_UINT16,
 68480 mike  1.1.2.1     /* subscript */
 68481                   -1,
 68482                   /* value */
 68483                   0,
 68484               };
 68485               
 68486               static MetaFeature*
 68487               _PRS_Resolution_features[] =
 68488               {
 68489                   (MetaFeature*)&_PRS_Resolution_Confidence,
 68490                   0,
 68491               };
 68492               
 68493               static const char*
 68494               __root_cimv2_PRS_Resolution_qualifiers[] =
 68495               {
 68496                   /* UMLPackagePath */
 68497                   "\057PRS::Support",
 68498                   /* Version */
 68499                   "\0632.6.0",
 68500                   0,
 68501 mike  1.1.2.1 };
 68502               
 68503               MetaClass
 68504               __root_cimv2_PRS_Resolution =
 68505               {
 68506                   /* flags */
 68507                   META_FLAG_CLASS,
 68508                   /* name */
 68509                   "PRS_Resolution",
 68510                   /* qualifiers */
 68511                   __root_cimv2_PRS_Resolution_qualifiers,
 68512                   /* super */
 68513                   &__root_cimv2_PRS_SolutionElement,
 68514                   /* features */
 68515                   _PRS_Resolution_features,
 68516               };
 68517               
 68518               //==============================================================================
 68519               //
 68520               // Class: PRS_ResolutionResource
 68521               //
 68522 mike  1.1.2.1 //==============================================================================
 68523               
 68524               static const char*
 68525               _PRS_ResolutionResource_Antecedent_qualifiers[] =
 68526               {
 68527                   /* Override */
 68528                   "\044Antecedent",
 68529                   0,
 68530               };
 68531               
 68532               static MetaReference
 68533               _PRS_ResolutionResource_Antecedent =
 68534               {
 68535                   /* flags */
 68536                   META_FLAG_REFERENCE|META_FLAG_READ,
 68537                   /* name */
 68538                   "Antecedent",
 68539                   /* qualifiers */
 68540                   _PRS_ResolutionResource_Antecedent_qualifiers,
 68541                   /* subscript */
 68542                   -1,
 68543 mike  1.1.2.1     /* refId */
 68544                   &__root_cimv2_PRS_Resource,
 68545               };
 68546               
 68547               static const char*
 68548               _PRS_ResolutionResource_Dependent_qualifiers[] =
 68549               {
 68550                   /* Override */
 68551                   "\044Dependent",
 68552                   0,
 68553               };
 68554               
 68555               static MetaReference
 68556               _PRS_ResolutionResource_Dependent =
 68557               {
 68558                   /* flags */
 68559                   META_FLAG_REFERENCE|META_FLAG_READ,
 68560                   /* name */
 68561                   "Dependent",
 68562                   /* qualifiers */
 68563                   _PRS_ResolutionResource_Dependent_qualifiers,
 68564 mike  1.1.2.1     /* subscript */
 68565                   -1,
 68566                   /* refId */
 68567                   &__root_cimv2_PRS_Resolution,
 68568               };
 68569               
 68570               static MetaFeature*
 68571               _PRS_ResolutionResource_features[] =
 68572               {
 68573                   (MetaFeature*)&_PRS_ResolutionResource_Antecedent,
 68574                   (MetaFeature*)&_PRS_ResolutionResource_Dependent,
 68575                   0,
 68576               };
 68577               
 68578               static const char*
 68579               __root_cimv2_PRS_ResolutionResource_qualifiers[] =
 68580               {
 68581                   /* ASSOCIATION */
 68582                   "\000\001",
 68583                   /* UMLPackagePath */
 68584                   "\057PRS::Support",
 68585 mike  1.1.2.1     /* Version */
 68586                   "\0632.6.0",
 68587                   0,
 68588               };
 68589               
 68590               MetaClass
 68591               __root_cimv2_PRS_ResolutionResource =
 68592               {
 68593                   /* flags */
 68594                   META_FLAG_ASSOCIATION,
 68595                   /* name */
 68596                   "PRS_ResolutionResource",
 68597                   /* qualifiers */
 68598                   __root_cimv2_PRS_ResolutionResource_qualifiers,
 68599                   /* super */
 68600                   &__root_cimv2_CIM_Dependency,
 68601                   /* features */
 68602                   _PRS_ResolutionResource_features,
 68603               };
 68604               
 68605               //==============================================================================
 68606 mike  1.1.2.1 //
 68607               // Class: PRS_RevisionContact
 68608               //
 68609               //==============================================================================
 68610               
 68611               static const char*
 68612               _PRS_RevisionContact_Antecedent_qualifiers[] =
 68613               {
 68614                   /* Aggregate */
 68615                   "\003\001",
 68616                   /* Override */
 68617                   "\044Antecedent",
 68618                   0,
 68619               };
 68620               
 68621               static MetaReference
 68622               _PRS_RevisionContact_Antecedent =
 68623               {
 68624                   /* flags */
 68625                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 68626                   /* name */
 68627 mike  1.1.2.1     "Antecedent",
 68628                   /* qualifiers */
 68629                   _PRS_RevisionContact_Antecedent_qualifiers,
 68630                   /* subscript */
 68631                   -1,
 68632                   /* refId */
 68633                   &__root_cimv2_PRS_Revision,
 68634               };
 68635               
 68636               static const char*
 68637               _PRS_RevisionContact_Dependent_qualifiers[] =
 68638               {
 68639                   /* Override */
 68640                   "\044Dependent",
 68641                   /* Min */
 68642                   "\033\000\000\000\001",
 68643                   0,
 68644               };
 68645               
 68646               static MetaReference
 68647               _PRS_RevisionContact_Dependent =
 68648 mike  1.1.2.1 {
 68649                   /* flags */
 68650                   META_FLAG_REFERENCE|META_FLAG_READ,
 68651                   /* name */
 68652                   "Dependent",
 68653                   /* qualifiers */
 68654                   _PRS_RevisionContact_Dependent_qualifiers,
 68655                   /* subscript */
 68656                   -1,
 68657                   /* refId */
 68658                   &__root_cimv2_PRS_Contact,
 68659               };
 68660               
 68661               static MetaFeature*
 68662               _PRS_RevisionContact_features[] =
 68663               {
 68664                   (MetaFeature*)&_PRS_RevisionContact_Antecedent,
 68665                   (MetaFeature*)&_PRS_RevisionContact_Dependent,
 68666                   0,
 68667               };
 68668               
 68669 mike  1.1.2.1 static const char*
 68670               __root_cimv2_PRS_RevisionContact_qualifiers[] =
 68671               {
 68672                   /* ASSOCIATION */
 68673                   "\000\001",
 68674                   /* UMLPackagePath */
 68675                   "\057PRS::Support",
 68676                   /* Aggregation */
 68677                   "\004\001",
 68678                   /* Version */
 68679                   "\0632.6.0",
 68680                   0,
 68681               };
 68682               
 68683               MetaClass
 68684               __root_cimv2_PRS_RevisionContact =
 68685               {
 68686                   /* flags */
 68687                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 68688                   /* name */
 68689                   "PRS_RevisionContact",
 68690 mike  1.1.2.1     /* qualifiers */
 68691                   __root_cimv2_PRS_RevisionContact_qualifiers,
 68692                   /* super */
 68693                   &__root_cimv2_CIM_Dependency,
 68694                   /* features */
 68695                   _PRS_RevisionContact_features,
 68696               };
 68697               
 68698               //==============================================================================
 68699               //
 68700               // Class: PRS_ServiceActivity
 68701               //
 68702               //==============================================================================
 68703               
 68704               static const char*
 68705               _PRS_ServiceActivity_Antecedent_qualifiers[] =
 68706               {
 68707                   /* Aggregate */
 68708                   "\003\001",
 68709                   /* Override */
 68710                   "\044Antecedent",
 68711 mike  1.1.2.1     /* Min */
 68712                   "\033\000\000\000\001",
 68713                   /* Max */
 68714                   "\027\000\000\000\001",
 68715                   0,
 68716               };
 68717               
 68718               static MetaReference
 68719               _PRS_ServiceActivity_Antecedent =
 68720               {
 68721                   /* flags */
 68722                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 68723                   /* name */
 68724                   "Antecedent",
 68725                   /* qualifiers */
 68726                   _PRS_ServiceActivity_Antecedent_qualifiers,
 68727                   /* subscript */
 68728                   -1,
 68729                   /* refId */
 68730                   &__root_cimv2_PRS_ServiceIncident,
 68731               };
 68732 mike  1.1.2.1 
 68733               static const char*
 68734               _PRS_ServiceActivity_Dependent_qualifiers[] =
 68735               {
 68736                   /* Override */
 68737                   "\044Dependent",
 68738                   0,
 68739               };
 68740               
 68741               static MetaReference
 68742               _PRS_ServiceActivity_Dependent =
 68743               {
 68744                   /* flags */
 68745                   META_FLAG_REFERENCE|META_FLAG_READ,
 68746                   /* name */
 68747                   "Dependent",
 68748                   /* qualifiers */
 68749                   _PRS_ServiceActivity_Dependent_qualifiers,
 68750                   /* subscript */
 68751                   -1,
 68752                   /* refId */
 68753 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
 68754               };
 68755               
 68756               static MetaFeature*
 68757               _PRS_ServiceActivity_features[] =
 68758               {
 68759                   (MetaFeature*)&_PRS_ServiceActivity_Antecedent,
 68760                   (MetaFeature*)&_PRS_ServiceActivity_Dependent,
 68761                   0,
 68762               };
 68763               
 68764               static const char*
 68765               __root_cimv2_PRS_ServiceActivity_qualifiers[] =
 68766               {
 68767                   /* ASSOCIATION */
 68768                   "\000\001",
 68769                   /* UMLPackagePath */
 68770                   "\057PRS::Support",
 68771                   /* Aggregation */
 68772                   "\004\001",
 68773                   /* Version */
 68774 mike  1.1.2.1     "\0632.6.0",
 68775                   0,
 68776               };
 68777               
 68778               MetaClass
 68779               __root_cimv2_PRS_ServiceActivity =
 68780               {
 68781                   /* flags */
 68782                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 68783                   /* name */
 68784                   "PRS_ServiceActivity",
 68785                   /* qualifiers */
 68786                   __root_cimv2_PRS_ServiceActivity_qualifiers,
 68787                   /* super */
 68788                   &__root_cimv2_CIM_Dependency,
 68789                   /* features */
 68790                   _PRS_ServiceActivity_features,
 68791               };
 68792               
 68793               //==============================================================================
 68794               //
 68795 mike  1.1.2.1 // Class: PRS_ServiceAgreement
 68796               //
 68797               //==============================================================================
 68798               
 68799               static const char*
 68800               _PRS_ServiceAgreement_Antecedent_qualifiers[] =
 68801               {
 68802                   /* Override */
 68803                   "\044Antecedent",
 68804                   0,
 68805               };
 68806               
 68807               static MetaReference
 68808               _PRS_ServiceAgreement_Antecedent =
 68809               {
 68810                   /* flags */
 68811                   META_FLAG_REFERENCE|META_FLAG_READ,
 68812                   /* name */
 68813                   "Antecedent",
 68814                   /* qualifiers */
 68815                   _PRS_ServiceAgreement_Antecedent_qualifiers,
 68816 mike  1.1.2.1     /* subscript */
 68817                   -1,
 68818                   /* refId */
 68819                   &__root_cimv2_PRS_ServiceIncident,
 68820               };
 68821               
 68822               static const char*
 68823               _PRS_ServiceAgreement_Dependent_qualifiers[] =
 68824               {
 68825                   /* Override */
 68826                   "\044Dependent",
 68827                   /* Min */
 68828                   "\033\000\000\000\001",
 68829                   /* Max */
 68830                   "\027\000\000\000\001",
 68831                   0,
 68832               };
 68833               
 68834               static MetaReference
 68835               _PRS_ServiceAgreement_Dependent =
 68836               {
 68837 mike  1.1.2.1     /* flags */
 68838                   META_FLAG_REFERENCE|META_FLAG_READ,
 68839                   /* name */
 68840                   "Dependent",
 68841                   /* qualifiers */
 68842                   _PRS_ServiceAgreement_Dependent_qualifiers,
 68843                   /* subscript */
 68844                   -1,
 68845                   /* refId */
 68846                   &__root_cimv2_PRS_Agreement,
 68847               };
 68848               
 68849               static MetaFeature*
 68850               _PRS_ServiceAgreement_features[] =
 68851               {
 68852                   (MetaFeature*)&_PRS_ServiceAgreement_Antecedent,
 68853                   (MetaFeature*)&_PRS_ServiceAgreement_Dependent,
 68854                   0,
 68855               };
 68856               
 68857               static const char*
 68858 mike  1.1.2.1 __root_cimv2_PRS_ServiceAgreement_qualifiers[] =
 68859               {
 68860                   /* ASSOCIATION */
 68861                   "\000\001",
 68862                   /* UMLPackagePath */
 68863                   "\057PRS::Support",
 68864                   /* Version */
 68865                   "\0632.6.0",
 68866                   0,
 68867               };
 68868               
 68869               MetaClass
 68870               __root_cimv2_PRS_ServiceAgreement =
 68871               {
 68872                   /* flags */
 68873                   META_FLAG_ASSOCIATION,
 68874                   /* name */
 68875                   "PRS_ServiceAgreement",
 68876                   /* qualifiers */
 68877                   __root_cimv2_PRS_ServiceAgreement_qualifiers,
 68878                   /* super */
 68879 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 68880                   /* features */
 68881                   _PRS_ServiceAgreement_features,
 68882               };
 68883               
 68884               //==============================================================================
 68885               //
 68886               // Class: PRS_ServiceProblem
 68887               //
 68888               //==============================================================================
 68889               
 68890               static const char*
 68891               _PRS_ServiceProblem_Antecedent_qualifiers[] =
 68892               {
 68893                   /* Override */
 68894                   "\044Antecedent",
 68895                   /* Min */
 68896                   "\033\000\000\000\001",
 68897                   0,
 68898               };
 68899               
 68900 mike  1.1.2.1 static MetaReference
 68901               _PRS_ServiceProblem_Antecedent =
 68902               {
 68903                   /* flags */
 68904                   META_FLAG_REFERENCE|META_FLAG_READ,
 68905                   /* name */
 68906                   "Antecedent",
 68907                   /* qualifiers */
 68908                   _PRS_ServiceProblem_Antecedent_qualifiers,
 68909                   /* subscript */
 68910                   -1,
 68911                   /* refId */
 68912                   &__root_cimv2_PRS_ServiceIncident,
 68913               };
 68914               
 68915               static const char*
 68916               _PRS_ServiceProblem_Dependent_qualifiers[] =
 68917               {
 68918                   /* Override */
 68919                   "\044Dependent",
 68920                   /* Max */
 68921 mike  1.1.2.1     "\027\000\000\000\001",
 68922                   0,
 68923               };
 68924               
 68925               static MetaReference
 68926               _PRS_ServiceProblem_Dependent =
 68927               {
 68928                   /* flags */
 68929                   META_FLAG_REFERENCE|META_FLAG_READ,
 68930                   /* name */
 68931                   "Dependent",
 68932                   /* qualifiers */
 68933                   _PRS_ServiceProblem_Dependent_qualifiers,
 68934                   /* subscript */
 68935                   -1,
 68936                   /* refId */
 68937                   &__root_cimv2_PRS_Problem,
 68938               };
 68939               
 68940               static MetaFeature*
 68941               _PRS_ServiceProblem_features[] =
 68942 mike  1.1.2.1 {
 68943                   (MetaFeature*)&_PRS_ServiceProblem_Antecedent,
 68944                   (MetaFeature*)&_PRS_ServiceProblem_Dependent,
 68945                   0,
 68946               };
 68947               
 68948               static const char*
 68949               __root_cimv2_PRS_ServiceProblem_qualifiers[] =
 68950               {
 68951                   /* ASSOCIATION */
 68952                   "\000\001",
 68953                   /* UMLPackagePath */
 68954                   "\057PRS::Support",
 68955                   /* Version */
 68956                   "\0632.6.0",
 68957                   0,
 68958               };
 68959               
 68960               MetaClass
 68961               __root_cimv2_PRS_ServiceProblem =
 68962               {
 68963 mike  1.1.2.1     /* flags */
 68964                   META_FLAG_ASSOCIATION,
 68965                   /* name */
 68966                   "PRS_ServiceProblem",
 68967                   /* qualifiers */
 68968                   __root_cimv2_PRS_ServiceProblem_qualifiers,
 68969                   /* super */
 68970                   &__root_cimv2_CIM_Dependency,
 68971                   /* features */
 68972                   _PRS_ServiceProblem_features,
 68973               };
 68974               
 68975               //==============================================================================
 68976               //
 68977               // Class: PRS_ServiceProvider
 68978               //
 68979               //==============================================================================
 68980               
 68981               static const char*
 68982               _PRS_ServiceProvider_Antecedent_qualifiers[] =
 68983               {
 68984 mike  1.1.2.1     /* Override */
 68985                   "\044Antecedent",
 68986                   0,
 68987               };
 68988               
 68989               static MetaReference
 68990               _PRS_ServiceProvider_Antecedent =
 68991               {
 68992                   /* flags */
 68993                   META_FLAG_REFERENCE|META_FLAG_READ,
 68994                   /* name */
 68995                   "Antecedent",
 68996                   /* qualifiers */
 68997                   _PRS_ServiceProvider_Antecedent_qualifiers,
 68998                   /* subscript */
 68999                   -1,
 69000                   /* refId */
 69001                   &__root_cimv2_PRS_ServiceIncident,
 69002               };
 69003               
 69004               static const char*
 69005 mike  1.1.2.1 _PRS_ServiceProvider_Dependent_qualifiers[] =
 69006               {
 69007                   /* Override */
 69008                   "\044Dependent",
 69009                   /* Min */
 69010                   "\033\000\000\000\001",
 69011                   /* Max */
 69012                   "\027\000\000\000\001",
 69013                   0,
 69014               };
 69015               
 69016               static MetaReference
 69017               _PRS_ServiceProvider_Dependent =
 69018               {
 69019                   /* flags */
 69020                   META_FLAG_REFERENCE|META_FLAG_READ,
 69021                   /* name */
 69022                   "Dependent",
 69023                   /* qualifiers */
 69024                   _PRS_ServiceProvider_Dependent_qualifiers,
 69025                   /* subscript */
 69026 mike  1.1.2.1     -1,
 69027                   /* refId */
 69028                   &__root_cimv2_PRS_Contact,
 69029               };
 69030               
 69031               static MetaFeature*
 69032               _PRS_ServiceProvider_features[] =
 69033               {
 69034                   (MetaFeature*)&_PRS_ServiceProvider_Antecedent,
 69035                   (MetaFeature*)&_PRS_ServiceProvider_Dependent,
 69036                   0,
 69037               };
 69038               
 69039               static const char*
 69040               __root_cimv2_PRS_ServiceProvider_qualifiers[] =
 69041               {
 69042                   /* ASSOCIATION */
 69043                   "\000\001",
 69044                   /* UMLPackagePath */
 69045                   "\057PRS::Support",
 69046                   /* Version */
 69047 mike  1.1.2.1     "\0632.6.0",
 69048                   0,
 69049               };
 69050               
 69051               MetaClass
 69052               __root_cimv2_PRS_ServiceProvider =
 69053               {
 69054                   /* flags */
 69055                   META_FLAG_ASSOCIATION,
 69056                   /* name */
 69057                   "PRS_ServiceProvider",
 69058                   /* qualifiers */
 69059                   __root_cimv2_PRS_ServiceProvider_qualifiers,
 69060                   /* super */
 69061                   &__root_cimv2_CIM_Dependency,
 69062                   /* features */
 69063                   _PRS_ServiceProvider_features,
 69064               };
 69065               
 69066               //==============================================================================
 69067               //
 69068 mike  1.1.2.1 // Class: PRS_ServiceRequester
 69069               //
 69070               //==============================================================================
 69071               
 69072               static const char*
 69073               _PRS_ServiceRequester_Antecedent_qualifiers[] =
 69074               {
 69075                   /* Override */
 69076                   "\044Antecedent",
 69077                   0,
 69078               };
 69079               
 69080               static MetaReference
 69081               _PRS_ServiceRequester_Antecedent =
 69082               {
 69083                   /* flags */
 69084                   META_FLAG_REFERENCE|META_FLAG_READ,
 69085                   /* name */
 69086                   "Antecedent",
 69087                   /* qualifiers */
 69088                   _PRS_ServiceRequester_Antecedent_qualifiers,
 69089 mike  1.1.2.1     /* subscript */
 69090                   -1,
 69091                   /* refId */
 69092                   &__root_cimv2_PRS_ServiceIncident,
 69093               };
 69094               
 69095               static const char*
 69096               _PRS_ServiceRequester_Dependent_qualifiers[] =
 69097               {
 69098                   /* Override */
 69099                   "\044Dependent",
 69100                   /* Min */
 69101                   "\033\000\000\000\001",
 69102                   /* Max */
 69103                   "\027\000\000\000\001",
 69104                   0,
 69105               };
 69106               
 69107               static MetaReference
 69108               _PRS_ServiceRequester_Dependent =
 69109               {
 69110 mike  1.1.2.1     /* flags */
 69111                   META_FLAG_REFERENCE|META_FLAG_READ,
 69112                   /* name */
 69113                   "Dependent",
 69114                   /* qualifiers */
 69115                   _PRS_ServiceRequester_Dependent_qualifiers,
 69116                   /* subscript */
 69117                   -1,
 69118                   /* refId */
 69119                   &__root_cimv2_PRS_Contact,
 69120               };
 69121               
 69122               static MetaFeature*
 69123               _PRS_ServiceRequester_features[] =
 69124               {
 69125                   (MetaFeature*)&_PRS_ServiceRequester_Antecedent,
 69126                   (MetaFeature*)&_PRS_ServiceRequester_Dependent,
 69127                   0,
 69128               };
 69129               
 69130               static const char*
 69131 mike  1.1.2.1 __root_cimv2_PRS_ServiceRequester_qualifiers[] =
 69132               {
 69133                   /* ASSOCIATION */
 69134                   "\000\001",
 69135                   /* UMLPackagePath */
 69136                   "\057PRS::Support",
 69137                   /* Version */
 69138                   "\0632.6.0",
 69139                   0,
 69140               };
 69141               
 69142               MetaClass
 69143               __root_cimv2_PRS_ServiceRequester =
 69144               {
 69145                   /* flags */
 69146                   META_FLAG_ASSOCIATION,
 69147                   /* name */
 69148                   "PRS_ServiceRequester",
 69149                   /* qualifiers */
 69150                   __root_cimv2_PRS_ServiceRequester_qualifiers,
 69151                   /* super */
 69152 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 69153                   /* features */
 69154                   _PRS_ServiceRequester_features,
 69155               };
 69156               
 69157               //==============================================================================
 69158               //
 69159               // Class: PRS_ServiceResolutionSolution
 69160               //
 69161               //==============================================================================
 69162               
 69163               static const char*
 69164               _PRS_ServiceResolutionSolution_Antecedent_qualifiers[] =
 69165               {
 69166                   /* Aggregate */
 69167                   "\003\001",
 69168                   /* Override */
 69169                   "\044Antecedent",
 69170                   0,
 69171               };
 69172               
 69173 mike  1.1.2.1 static MetaReference
 69174               _PRS_ServiceResolutionSolution_Antecedent =
 69175               {
 69176                   /* flags */
 69177                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69178                   /* name */
 69179                   "Antecedent",
 69180                   /* qualifiers */
 69181                   _PRS_ServiceResolutionSolution_Antecedent_qualifiers,
 69182                   /* subscript */
 69183                   -1,
 69184                   /* refId */
 69185                   &__root_cimv2_PRS_ServiceIncident,
 69186               };
 69187               
 69188               static const char*
 69189               _PRS_ServiceResolutionSolution_Dependent_qualifiers[] =
 69190               {
 69191                   /* Override */
 69192                   "\044Dependent",
 69193                   0,
 69194 mike  1.1.2.1 };
 69195               
 69196               static MetaReference
 69197               _PRS_ServiceResolutionSolution_Dependent =
 69198               {
 69199                   /* flags */
 69200                   META_FLAG_REFERENCE|META_FLAG_READ,
 69201                   /* name */
 69202                   "Dependent",
 69203                   /* qualifiers */
 69204                   _PRS_ServiceResolutionSolution_Dependent_qualifiers,
 69205                   /* subscript */
 69206                   -1,
 69207                   /* refId */
 69208                   &__root_cimv2_PRS_Solution,
 69209               };
 69210               
 69211               static MetaFeature*
 69212               _PRS_ServiceResolutionSolution_features[] =
 69213               {
 69214                   (MetaFeature*)&_PRS_ServiceResolutionSolution_Antecedent,
 69215 mike  1.1.2.1     (MetaFeature*)&_PRS_ServiceResolutionSolution_Dependent,
 69216                   0,
 69217               };
 69218               
 69219               static const char*
 69220               __root_cimv2_PRS_ServiceResolutionSolution_qualifiers[] =
 69221               {
 69222                   /* ASSOCIATION */
 69223                   "\000\001",
 69224                   /* UMLPackagePath */
 69225                   "\057PRS::Support",
 69226                   /* Aggregation */
 69227                   "\004\001",
 69228                   /* Version */
 69229                   "\0632.6.0",
 69230                   0,
 69231               };
 69232               
 69233               MetaClass
 69234               __root_cimv2_PRS_ServiceResolutionSolution =
 69235               {
 69236 mike  1.1.2.1     /* flags */
 69237                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69238                   /* name */
 69239                   "PRS_ServiceResolutionSolution",
 69240                   /* qualifiers */
 69241                   __root_cimv2_PRS_ServiceResolutionSolution_qualifiers,
 69242                   /* super */
 69243                   &__root_cimv2_CIM_Dependency,
 69244                   /* features */
 69245                   _PRS_ServiceResolutionSolution_features,
 69246               };
 69247               
 69248               //==============================================================================
 69249               //
 69250               // Class: PRS_SolutionCategory
 69251               //
 69252               //==============================================================================
 69253               
 69254               static const char*
 69255               _PRS_SolutionCategory_Antecedent_qualifiers[] =
 69256               {
 69257 mike  1.1.2.1     /* Override */
 69258                   "\044Antecedent",
 69259                   /* Min */
 69260                   "\033\000\000\000\001",
 69261                   0,
 69262               };
 69263               
 69264               static MetaReference
 69265               _PRS_SolutionCategory_Antecedent =
 69266               {
 69267                   /* flags */
 69268                   META_FLAG_REFERENCE|META_FLAG_READ,
 69269                   /* name */
 69270                   "Antecedent",
 69271                   /* qualifiers */
 69272                   _PRS_SolutionCategory_Antecedent_qualifiers,
 69273                   /* subscript */
 69274                   -1,
 69275                   /* refId */
 69276                   &__root_cimv2_PRS_Solution,
 69277               };
 69278 mike  1.1.2.1 
 69279               static const char*
 69280               _PRS_SolutionCategory_Dependent_qualifiers[] =
 69281               {
 69282                   /* Override */
 69283                   "\044Dependent",
 69284                   0,
 69285               };
 69286               
 69287               static MetaReference
 69288               _PRS_SolutionCategory_Dependent =
 69289               {
 69290                   /* flags */
 69291                   META_FLAG_REFERENCE|META_FLAG_READ,
 69292                   /* name */
 69293                   "Dependent",
 69294                   /* qualifiers */
 69295                   _PRS_SolutionCategory_Dependent_qualifiers,
 69296                   /* subscript */
 69297                   -1,
 69298                   /* refId */
 69299 mike  1.1.2.1     &__root_cimv2_PRS_Category,
 69300               };
 69301               
 69302               static MetaFeature*
 69303               _PRS_SolutionCategory_features[] =
 69304               {
 69305                   (MetaFeature*)&_PRS_SolutionCategory_Antecedent,
 69306                   (MetaFeature*)&_PRS_SolutionCategory_Dependent,
 69307                   0,
 69308               };
 69309               
 69310               static const char*
 69311               __root_cimv2_PRS_SolutionCategory_qualifiers[] =
 69312               {
 69313                   /* ASSOCIATION */
 69314                   "\000\001",
 69315                   /* UMLPackagePath */
 69316                   "\057PRS::Support",
 69317                   /* Version */
 69318                   "\0632.6.0",
 69319                   0,
 69320 mike  1.1.2.1 };
 69321               
 69322               MetaClass
 69323               __root_cimv2_PRS_SolutionCategory =
 69324               {
 69325                   /* flags */
 69326                   META_FLAG_ASSOCIATION,
 69327                   /* name */
 69328                   "PRS_SolutionCategory",
 69329                   /* qualifiers */
 69330                   __root_cimv2_PRS_SolutionCategory_qualifiers,
 69331                   /* super */
 69332                   &__root_cimv2_CIM_Dependency,
 69333                   /* features */
 69334                   _PRS_SolutionCategory_features,
 69335               };
 69336               
 69337               //==============================================================================
 69338               //
 69339               // Class: PRS_SolutionExpression
 69340               //
 69341 mike  1.1.2.1 //==============================================================================
 69342               
 69343               static const char*
 69344               _PRS_SolutionExpression_Antecedent_qualifiers[] =
 69345               {
 69346                   /* Aggregate */
 69347                   "\003\001",
 69348                   /* Override */
 69349                   "\044Antecedent",
 69350                   /* Min */
 69351                   "\033\000\000\000\001",
 69352                   0,
 69353               };
 69354               
 69355               static MetaReference
 69356               _PRS_SolutionExpression_Antecedent =
 69357               {
 69358                   /* flags */
 69359                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69360                   /* name */
 69361                   "Antecedent",
 69362 mike  1.1.2.1     /* qualifiers */
 69363                   _PRS_SolutionExpression_Antecedent_qualifiers,
 69364                   /* subscript */
 69365                   -1,
 69366                   /* refId */
 69367                   &__root_cimv2_PRS_SolutionElement,
 69368               };
 69369               
 69370               static const char*
 69371               _PRS_SolutionExpression_Dependent_qualifiers[] =
 69372               {
 69373                   /* Override */
 69374                   "\044Dependent",
 69375                   /* Min */
 69376                   "\033\000\000\000\001",
 69377                   0,
 69378               };
 69379               
 69380               static MetaReference
 69381               _PRS_SolutionExpression_Dependent =
 69382               {
 69383 mike  1.1.2.1     /* flags */
 69384                   META_FLAG_REFERENCE|META_FLAG_READ,
 69385                   /* name */
 69386                   "Dependent",
 69387                   /* qualifiers */
 69388                   _PRS_SolutionExpression_Dependent_qualifiers,
 69389                   /* subscript */
 69390                   -1,
 69391                   /* refId */
 69392                   &__root_cimv2_PRS_Expression,
 69393               };
 69394               
 69395               static MetaFeature*
 69396               _PRS_SolutionExpression_features[] =
 69397               {
 69398                   (MetaFeature*)&_PRS_SolutionExpression_Antecedent,
 69399                   (MetaFeature*)&_PRS_SolutionExpression_Dependent,
 69400                   0,
 69401               };
 69402               
 69403               static const char*
 69404 mike  1.1.2.1 __root_cimv2_PRS_SolutionExpression_qualifiers[] =
 69405               {
 69406                   /* ASSOCIATION */
 69407                   "\000\001",
 69408                   /* UMLPackagePath */
 69409                   "\057PRS::Support",
 69410                   /* Aggregation */
 69411                   "\004\001",
 69412                   /* Version */
 69413                   "\0632.6.0",
 69414                   0,
 69415               };
 69416               
 69417               MetaClass
 69418               __root_cimv2_PRS_SolutionExpression =
 69419               {
 69420                   /* flags */
 69421                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69422                   /* name */
 69423                   "PRS_SolutionExpression",
 69424                   /* qualifiers */
 69425 mike  1.1.2.1     __root_cimv2_PRS_SolutionExpression_qualifiers,
 69426                   /* super */
 69427                   &__root_cimv2_CIM_Dependency,
 69428                   /* features */
 69429                   _PRS_SolutionExpression_features,
 69430               };
 69431               
 69432               //==============================================================================
 69433               //
 69434               // Class: PRS_SolutionProblem
 69435               //
 69436               //==============================================================================
 69437               
 69438               static const char*
 69439               _PRS_SolutionProblem_Antecedent_qualifiers[] =
 69440               {
 69441                   /* Aggregate */
 69442                   "\003\001",
 69443                   /* Override */
 69444                   "\044Antecedent",
 69445                   /* Min */
 69446 mike  1.1.2.1     "\033\000\000\000\001",
 69447                   0,
 69448               };
 69449               
 69450               static MetaReference
 69451               _PRS_SolutionProblem_Antecedent =
 69452               {
 69453                   /* flags */
 69454                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69455                   /* name */
 69456                   "Antecedent",
 69457                   /* qualifiers */
 69458                   _PRS_SolutionProblem_Antecedent_qualifiers,
 69459                   /* subscript */
 69460                   -1,
 69461                   /* refId */
 69462                   &__root_cimv2_PRS_Solution,
 69463               };
 69464               
 69465               static const char*
 69466               _PRS_SolutionProblem_Dependent_qualifiers[] =
 69467 mike  1.1.2.1 {
 69468                   /* Override */
 69469                   "\044Dependent",
 69470                   0,
 69471               };
 69472               
 69473               static MetaReference
 69474               _PRS_SolutionProblem_Dependent =
 69475               {
 69476                   /* flags */
 69477                   META_FLAG_REFERENCE|META_FLAG_READ,
 69478                   /* name */
 69479                   "Dependent",
 69480                   /* qualifiers */
 69481                   _PRS_SolutionProblem_Dependent_qualifiers,
 69482                   /* subscript */
 69483                   -1,
 69484                   /* refId */
 69485                   &__root_cimv2_PRS_Problem,
 69486               };
 69487               
 69488 mike  1.1.2.1 static MetaFeature*
 69489               _PRS_SolutionProblem_features[] =
 69490               {
 69491                   (MetaFeature*)&_PRS_SolutionProblem_Antecedent,
 69492                   (MetaFeature*)&_PRS_SolutionProblem_Dependent,
 69493                   0,
 69494               };
 69495               
 69496               static const char*
 69497               __root_cimv2_PRS_SolutionProblem_qualifiers[] =
 69498               {
 69499                   /* ASSOCIATION */
 69500                   "\000\001",
 69501                   /* UMLPackagePath */
 69502                   "\057PRS::Support",
 69503                   /* Aggregation */
 69504                   "\004\001",
 69505                   /* Version */
 69506                   "\0632.6.0",
 69507                   0,
 69508               };
 69509 mike  1.1.2.1 
 69510               MetaClass
 69511               __root_cimv2_PRS_SolutionProblem =
 69512               {
 69513                   /* flags */
 69514                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69515                   /* name */
 69516                   "PRS_SolutionProblem",
 69517                   /* qualifiers */
 69518                   __root_cimv2_PRS_SolutionProblem_qualifiers,
 69519                   /* super */
 69520                   &__root_cimv2_PRS_SolutionHasElement,
 69521                   /* features */
 69522                   _PRS_SolutionProblem_features,
 69523               };
 69524               
 69525               //==============================================================================
 69526               //
 69527               // Class: PRS_SolutionReference
 69528               //
 69529               //==============================================================================
 69530 mike  1.1.2.1 
 69531               static const char*
 69532               _PRS_SolutionReference_Antecedent_qualifiers[] =
 69533               {
 69534                   /* Aggregate */
 69535                   "\003\001",
 69536                   /* Override */
 69537                   "\044Antecedent",
 69538                   /* Min */
 69539                   "\033\000\000\000\001",
 69540                   0,
 69541               };
 69542               
 69543               static MetaReference
 69544               _PRS_SolutionReference_Antecedent =
 69545               {
 69546                   /* flags */
 69547                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69548                   /* name */
 69549                   "Antecedent",
 69550                   /* qualifiers */
 69551 mike  1.1.2.1     _PRS_SolutionReference_Antecedent_qualifiers,
 69552                   /* subscript */
 69553                   -1,
 69554                   /* refId */
 69555                   &__root_cimv2_PRS_Solution,
 69556               };
 69557               
 69558               static const char*
 69559               _PRS_SolutionReference_Dependent_qualifiers[] =
 69560               {
 69561                   /* Override */
 69562                   "\044Dependent",
 69563                   0,
 69564               };
 69565               
 69566               static MetaReference
 69567               _PRS_SolutionReference_Dependent =
 69568               {
 69569                   /* flags */
 69570                   META_FLAG_REFERENCE|META_FLAG_READ,
 69571                   /* name */
 69572 mike  1.1.2.1     "Dependent",
 69573                   /* qualifiers */
 69574                   _PRS_SolutionReference_Dependent_qualifiers,
 69575                   /* subscript */
 69576                   -1,
 69577                   /* refId */
 69578                   &__root_cimv2_PRS_Reference,
 69579               };
 69580               
 69581               static MetaFeature*
 69582               _PRS_SolutionReference_features[] =
 69583               {
 69584                   (MetaFeature*)&_PRS_SolutionReference_Antecedent,
 69585                   (MetaFeature*)&_PRS_SolutionReference_Dependent,
 69586                   0,
 69587               };
 69588               
 69589               static const char*
 69590               __root_cimv2_PRS_SolutionReference_qualifiers[] =
 69591               {
 69592                   /* ASSOCIATION */
 69593 mike  1.1.2.1     "\000\001",
 69594                   /* UMLPackagePath */
 69595                   "\057PRS::Support",
 69596                   /* Aggregation */
 69597                   "\004\001",
 69598                   /* Version */
 69599                   "\0632.6.0",
 69600                   0,
 69601               };
 69602               
 69603               MetaClass
 69604               __root_cimv2_PRS_SolutionReference =
 69605               {
 69606                   /* flags */
 69607                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69608                   /* name */
 69609                   "PRS_SolutionReference",
 69610                   /* qualifiers */
 69611                   __root_cimv2_PRS_SolutionReference_qualifiers,
 69612                   /* super */
 69613                   &__root_cimv2_PRS_SolutionHasElement,
 69614 mike  1.1.2.1     /* features */
 69615                   _PRS_SolutionReference_features,
 69616               };
 69617               
 69618               //==============================================================================
 69619               //
 69620               // Class: PRS_SolutionResolution
 69621               //
 69622               //==============================================================================
 69623               
 69624               static const char*
 69625               _PRS_SolutionResolution_Antecedent_qualifiers[] =
 69626               {
 69627                   /* Aggregate */
 69628                   "\003\001",
 69629                   /* Override */
 69630                   "\044Antecedent",
 69631                   /* Min */
 69632                   "\033\000\000\000\001",
 69633                   0,
 69634               };
 69635 mike  1.1.2.1 
 69636               static MetaReference
 69637               _PRS_SolutionResolution_Antecedent =
 69638               {
 69639                   /* flags */
 69640                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69641                   /* name */
 69642                   "Antecedent",
 69643                   /* qualifiers */
 69644                   _PRS_SolutionResolution_Antecedent_qualifiers,
 69645                   /* subscript */
 69646                   -1,
 69647                   /* refId */
 69648                   &__root_cimv2_PRS_Solution,
 69649               };
 69650               
 69651               static const char*
 69652               _PRS_SolutionResolution_Dependent_qualifiers[] =
 69653               {
 69654                   /* Override */
 69655                   "\044Dependent",
 69656 mike  1.1.2.1     0,
 69657               };
 69658               
 69659               static MetaReference
 69660               _PRS_SolutionResolution_Dependent =
 69661               {
 69662                   /* flags */
 69663                   META_FLAG_REFERENCE|META_FLAG_READ,
 69664                   /* name */
 69665                   "Dependent",
 69666                   /* qualifiers */
 69667                   _PRS_SolutionResolution_Dependent_qualifiers,
 69668                   /* subscript */
 69669                   -1,
 69670                   /* refId */
 69671                   &__root_cimv2_PRS_Resolution,
 69672               };
 69673               
 69674               static MetaFeature*
 69675               _PRS_SolutionResolution_features[] =
 69676               {
 69677 mike  1.1.2.1     (MetaFeature*)&_PRS_SolutionResolution_Antecedent,
 69678                   (MetaFeature*)&_PRS_SolutionResolution_Dependent,
 69679                   0,
 69680               };
 69681               
 69682               static const char*
 69683               __root_cimv2_PRS_SolutionResolution_qualifiers[] =
 69684               {
 69685                   /* ASSOCIATION */
 69686                   "\000\001",
 69687                   /* UMLPackagePath */
 69688                   "\057PRS::Support",
 69689                   /* Aggregation */
 69690                   "\004\001",
 69691                   /* Version */
 69692                   "\0632.6.0",
 69693                   0,
 69694               };
 69695               
 69696               MetaClass
 69697               __root_cimv2_PRS_SolutionResolution =
 69698 mike  1.1.2.1 {
 69699                   /* flags */
 69700                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69701                   /* name */
 69702                   "PRS_SolutionResolution",
 69703                   /* qualifiers */
 69704                   __root_cimv2_PRS_SolutionResolution_qualifiers,
 69705                   /* super */
 69706                   &__root_cimv2_PRS_SolutionHasElement,
 69707                   /* features */
 69708                   _PRS_SolutionResolution_features,
 69709               };
 69710               
 69711               //==============================================================================
 69712               //
 69713               // Class: CIM_AccessControlInformation
 69714               //
 69715               //==============================================================================
 69716               
 69717               static const char*
 69718               _CIM_AccessControlInformation_SystemCreationClassName_qualifiers[] =
 69719 mike  1.1.2.1 {
 69720                   /* Deprecated */
 69721                   "\013\000\001No value\000",
 69722                   /* Key */
 69723                   "\025\001",
 69724                   /* Propagated */
 69725                   "\045CIM_System.CreationClassName",
 69726                   /* MaxLen */
 69727                   "\030\000\000\001\000",
 69728                   0,
 69729               };
 69730               
 69731               static MetaProperty
 69732               _CIM_AccessControlInformation_SystemCreationClassName =
 69733               {
 69734                   /* flags */
 69735                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69736                   /* name */
 69737                   "SystemCreationClassName",
 69738                   /* qualifiers */
 69739                   _CIM_AccessControlInformation_SystemCreationClassName_qualifiers,
 69740 mike  1.1.2.1     /* type */
 69741                   CIMTYPE_STRING,
 69742                   /* subscript */
 69743                   -1,
 69744                   /* value */
 69745                   0,
 69746               };
 69747               
 69748               static const char*
 69749               _CIM_AccessControlInformation_SystemName_qualifiers[] =
 69750               {
 69751                   /* Deprecated */
 69752                   "\013\000\001No value\000",
 69753                   /* Key */
 69754                   "\025\001",
 69755                   /* Propagated */
 69756                   "\045CIM_System.Name",
 69757                   /* MaxLen */
 69758                   "\030\000\000\001\000",
 69759                   0,
 69760               };
 69761 mike  1.1.2.1 
 69762               static MetaProperty
 69763               _CIM_AccessControlInformation_SystemName =
 69764               {
 69765                   /* flags */
 69766                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69767                   /* name */
 69768                   "SystemName",
 69769                   /* qualifiers */
 69770                   _CIM_AccessControlInformation_SystemName_qualifiers,
 69771                   /* type */
 69772                   CIMTYPE_STRING,
 69773                   /* subscript */
 69774                   -1,
 69775                   /* value */
 69776                   0,
 69777               };
 69778               
 69779               static const char*
 69780               _CIM_AccessControlInformation_CreationClassName_qualifiers[] =
 69781               {
 69782 mike  1.1.2.1     /* Deprecated */
 69783                   "\013\000\001No value\000",
 69784                   /* Key */
 69785                   "\025\001",
 69786                   /* MaxLen */
 69787                   "\030\000\000\001\000",
 69788                   0,
 69789               };
 69790               
 69791               static MetaProperty
 69792               _CIM_AccessControlInformation_CreationClassName =
 69793               {
 69794                   /* flags */
 69795                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69796                   /* name */
 69797                   "CreationClassName",
 69798                   /* qualifiers */
 69799                   _CIM_AccessControlInformation_CreationClassName_qualifiers,
 69800                   /* type */
 69801                   CIMTYPE_STRING,
 69802                   /* subscript */
 69803 mike  1.1.2.1     -1,
 69804                   /* value */
 69805                   0,
 69806               };
 69807               
 69808               static const char*
 69809               _CIM_AccessControlInformation_Name_qualifiers[] =
 69810               {
 69811                   /* Deprecated */
 69812                   "\013\000\001CIM_AuthorizedPrivilege.InstanceID\000",
 69813                   /* Key */
 69814                   "\025\001",
 69815                   /* Override */
 69816                   "\044Name",
 69817                   /* MaxLen */
 69818                   "\030\000\000\001\000",
 69819                   0,
 69820               };
 69821               
 69822               static MetaProperty
 69823               _CIM_AccessControlInformation_Name =
 69824 mike  1.1.2.1 {
 69825                   /* flags */
 69826                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69827                   /* name */
 69828                   "Name",
 69829                   /* qualifiers */
 69830                   _CIM_AccessControlInformation_Name_qualifiers,
 69831                   /* type */
 69832                   CIMTYPE_STRING,
 69833                   /* subscript */
 69834                   -1,
 69835                   /* value */
 69836                   0,
 69837               };
 69838               
 69839               static const char*
 69840               _CIM_AccessControlInformation_SecurityClassification_qualifiers[] =
 69841               {
 69842                   /* Deprecated */
 69843                   "\013\000\001CIM_SecuritySensitivity.SecurityLevel\000",
 69844                   0,
 69845 mike  1.1.2.1 };
 69846               
 69847               static MetaProperty
 69848               _CIM_AccessControlInformation_SecurityClassification =
 69849               {
 69850                   /* flags */
 69851                   META_FLAG_PROPERTY|META_FLAG_READ,
 69852                   /* name */
 69853                   "SecurityClassification",
 69854                   /* qualifiers */
 69855                   _CIM_AccessControlInformation_SecurityClassification_qualifiers,
 69856                   /* type */
 69857                   CIMTYPE_STRING,
 69858                   /* subscript */
 69859                   -1,
 69860                   /* value */
 69861                   0,
 69862               };
 69863               
 69864               static const char*
 69865               _CIM_AccessControlInformation_AccessType_qualifiers[] =
 69866 mike  1.1.2.1 {
 69867                   /* Deprecated */
 69868                   "\013\000\001CIM_AuthorizedPrivilege.Activities\000",
 69869                   /* ArrayType */
 69870                   "\005Indexed",
 69871                   /* ModelCorrespondence */
 69872                   "\036\000\002CIM_AccessControlInformation.AccessQualifier\000CIM_AccessControlInformation.Permission\000",
 69873                   0,
 69874               };
 69875               
 69876               static MetaProperty
 69877               _CIM_AccessControlInformation_AccessType =
 69878               {
 69879                   /* flags */
 69880                   META_FLAG_PROPERTY|META_FLAG_READ,
 69881                   /* name */
 69882                   "AccessType",
 69883                   /* qualifiers */
 69884                   _CIM_AccessControlInformation_AccessType_qualifiers,
 69885                   /* type */
 69886                   CIMTYPE_STRING,
 69887 mike  1.1.2.1     /* subscript */
 69888                   0,
 69889                   /* value */
 69890                   0,
 69891               };
 69892               
 69893               static const char*
 69894               _CIM_AccessControlInformation_AccessQualifier_qualifiers[] =
 69895               {
 69896                   /* Deprecated */
 69897                   "\013\000\001CIM_AuthorizedPrivilege.ActivityQualifiers\000",
 69898                   /* ArrayType */
 69899                   "\005Indexed",
 69900                   /* ModelCorrespondence */
 69901                   "\036\000\002CIM_AccessControlInformation.AccessType\000CIM_AccessControlInformation.Permission\000",
 69902                   0,
 69903               };
 69904               
 69905               static MetaProperty
 69906               _CIM_AccessControlInformation_AccessQualifier =
 69907               {
 69908 mike  1.1.2.1     /* flags */
 69909                   META_FLAG_PROPERTY|META_FLAG_READ,
 69910                   /* name */
 69911                   "AccessQualifier",
 69912                   /* qualifiers */
 69913                   _CIM_AccessControlInformation_AccessQualifier_qualifiers,
 69914                   /* type */
 69915                   CIMTYPE_STRING,
 69916                   /* subscript */
 69917                   0,
 69918                   /* value */
 69919                   0,
 69920               };
 69921               
 69922               static const char*
 69923               _CIM_AccessControlInformation_Permission_qualifiers[] =
 69924               {
 69925                   /* Deprecated */
 69926                   "\013\000\001CIM_AuthorizedPrivilege\000",
 69927                   /* ValueMap */
 69928                   "\061\000\004Unknown\000Allow\000Deny\000Manage\000",
 69929 mike  1.1.2.1     /* ArrayType */
 69930                   "\005Indexed",
 69931                   /* ModelCorrespondence */
 69932                   "\036\000\002CIM_AccessControlInformation.AccessType\000CIM_AccessControlInformation.AccessQualifier\000",
 69933                   0,
 69934               };
 69935               
 69936               static MetaProperty
 69937               _CIM_AccessControlInformation_Permission =
 69938               {
 69939                   /* flags */
 69940                   META_FLAG_PROPERTY|META_FLAG_READ,
 69941                   /* name */
 69942                   "Permission",
 69943                   /* qualifiers */
 69944                   _CIM_AccessControlInformation_Permission_qualifiers,
 69945                   /* type */
 69946                   CIMTYPE_STRING,
 69947                   /* subscript */
 69948                   0,
 69949                   /* value */
 69950 mike  1.1.2.1     0,
 69951               };
 69952               
 69953               static MetaFeature*
 69954               _CIM_AccessControlInformation_features[] =
 69955               {
 69956                   (MetaFeature*)&_CIM_AccessControlInformation_SystemCreationClassName,
 69957                   (MetaFeature*)&_CIM_AccessControlInformation_SystemName,
 69958                   (MetaFeature*)&_CIM_AccessControlInformation_CreationClassName,
 69959                   (MetaFeature*)&_CIM_AccessControlInformation_Name,
 69960                   (MetaFeature*)&_CIM_AccessControlInformation_SecurityClassification,
 69961                   (MetaFeature*)&_CIM_AccessControlInformation_AccessType,
 69962                   (MetaFeature*)&_CIM_AccessControlInformation_AccessQualifier,
 69963                   (MetaFeature*)&_CIM_AccessControlInformation_Permission,
 69964                   0,
 69965               };
 69966               
 69967               static const char*
 69968               __root_cimv2_CIM_AccessControlInformation_qualifiers[] =
 69969               {
 69970                   /* Deprecated */
 69971 mike  1.1.2.1     "\013\000\002CIM_AuthorizedPrivilege\000CIM_SecuritySensitivity\000",
 69972                   /* UMLPackagePath */
 69973                   "\057CIM::User::AccessControl",
 69974                   /* Version */
 69975                   "\0632.8.0",
 69976                   0,
 69977               };
 69978               
 69979               MetaClass
 69980               __root_cimv2_CIM_AccessControlInformation =
 69981               {
 69982                   /* flags */
 69983                   META_FLAG_CLASS,
 69984                   /* name */
 69985                   "CIM_AccessControlInformation",
 69986                   /* qualifiers */
 69987                   __root_cimv2_CIM_AccessControlInformation_qualifiers,
 69988                   /* super */
 69989                   &__root_cimv2_CIM_LogicalElement,
 69990                   /* features */
 69991                   _CIM_AccessControlInformation_features,
 69992 mike  1.1.2.1 };
 69993               
 69994               //==============================================================================
 69995               //
 69996               // Class: CIM_Account
 69997               //
 69998               //==============================================================================
 69999               
 70000               static const char*
 70001               _CIM_Account_SystemCreationClassName_qualifiers[] =
 70002               {
 70003                   /* Key */
 70004                   "\025\001",
 70005                   /* Propagated */
 70006                   "\045CIM_System.CreationClassName",
 70007                   /* MaxLen */
 70008                   "\030\000\000\001\000",
 70009                   0,
 70010               };
 70011               
 70012               static MetaProperty
 70013 mike  1.1.2.1 _CIM_Account_SystemCreationClassName =
 70014               {
 70015                   /* flags */
 70016                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70017                   /* name */
 70018                   "SystemCreationClassName",
 70019                   /* qualifiers */
 70020                   _CIM_Account_SystemCreationClassName_qualifiers,
 70021                   /* type */
 70022                   CIMTYPE_STRING,
 70023                   /* subscript */
 70024                   -1,
 70025                   /* value */
 70026                   0,
 70027               };
 70028               
 70029               static const char*
 70030               _CIM_Account_SystemName_qualifiers[] =
 70031               {
 70032                   /* Key */
 70033                   "\025\001",
 70034 mike  1.1.2.1     /* Propagated */
 70035                   "\045CIM_System.Name",
 70036                   /* MaxLen */
 70037                   "\030\000\000\001\000",
 70038                   0,
 70039               };
 70040               
 70041               static MetaProperty
 70042               _CIM_Account_SystemName =
 70043               {
 70044                   /* flags */
 70045                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70046                   /* name */
 70047                   "SystemName",
 70048                   /* qualifiers */
 70049                   _CIM_Account_SystemName_qualifiers,
 70050                   /* type */
 70051                   CIMTYPE_STRING,
 70052                   /* subscript */
 70053                   -1,
 70054                   /* value */
 70055 mike  1.1.2.1     0,
 70056               };
 70057               
 70058               static const char*
 70059               _CIM_Account_CreationClassName_qualifiers[] =
 70060               {
 70061                   /* Key */
 70062                   "\025\001",
 70063                   /* MaxLen */
 70064                   "\030\000\000\001\000",
 70065                   0,
 70066               };
 70067               
 70068               static MetaProperty
 70069               _CIM_Account_CreationClassName =
 70070               {
 70071                   /* flags */
 70072                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70073                   /* name */
 70074                   "CreationClassName",
 70075                   /* qualifiers */
 70076 mike  1.1.2.1     _CIM_Account_CreationClassName_qualifiers,
 70077                   /* type */
 70078                   CIMTYPE_STRING,
 70079                   /* subscript */
 70080                   -1,
 70081                   /* value */
 70082                   0,
 70083               };
 70084               
 70085               static const char*
 70086               _CIM_Account_Name_qualifiers[] =
 70087               {
 70088                   /* Key */
 70089                   "\025\001",
 70090                   /* Override */
 70091                   "\044Name",
 70092                   /* MaxLen */
 70093                   "\030\000\000\004\000",
 70094                   0,
 70095               };
 70096               
 70097 mike  1.1.2.1 static MetaProperty
 70098               _CIM_Account_Name =
 70099               {
 70100                   /* flags */
 70101                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70102                   /* name */
 70103                   "Name",
 70104                   /* qualifiers */
 70105                   _CIM_Account_Name_qualifiers,
 70106                   /* type */
 70107                   CIMTYPE_STRING,
 70108                   /* subscript */
 70109                   -1,
 70110                   /* value */
 70111                   0,
 70112               };
 70113               
 70114               static const char*
 70115               _CIM_Account_UserID_qualifiers[] =
 70116               {
 70117                   /* MaxLen */
 70118 mike  1.1.2.1     "\030\000\000\001\000",
 70119                   0,
 70120               };
 70121               
 70122               static MetaProperty
 70123               _CIM_Account_UserID =
 70124               {
 70125                   /* flags */
 70126                   META_FLAG_PROPERTY|META_FLAG_READ,
 70127                   /* name */
 70128                   "UserID",
 70129                   /* qualifiers */
 70130                   _CIM_Account_UserID_qualifiers,
 70131                   /* type */
 70132                   CIMTYPE_STRING,
 70133                   /* subscript */
 70134                   -1,
 70135                   /* value */
 70136                   0,
 70137               };
 70138               
 70139 mike  1.1.2.1 static const char*
 70140               _CIM_Account_ObjectClass_qualifiers[] =
 70141               {
 70142                   0,
 70143               };
 70144               
 70145               static MetaProperty
 70146               _CIM_Account_ObjectClass =
 70147               {
 70148                   /* flags */
 70149                   META_FLAG_PROPERTY|META_FLAG_READ,
 70150                   /* name */
 70151                   "ObjectClass",
 70152                   /* qualifiers */
 70153                   _CIM_Account_ObjectClass_qualifiers,
 70154                   /* type */
 70155                   CIMTYPE_STRING,
 70156                   /* subscript */
 70157                   0,
 70158                   /* value */
 70159                   0,
 70160 mike  1.1.2.1 };
 70161               
 70162               static const char*
 70163               _CIM_Account_Descriptions_qualifiers[] =
 70164               {
 70165                   /* MaxLen */
 70166                   "\030\000\000\004\000",
 70167                   0,
 70168               };
 70169               
 70170               static MetaProperty
 70171               _CIM_Account_Descriptions =
 70172               {
 70173                   /* flags */
 70174                   META_FLAG_PROPERTY|META_FLAG_READ,
 70175                   /* name */
 70176                   "Descriptions",
 70177                   /* qualifiers */
 70178                   _CIM_Account_Descriptions_qualifiers,
 70179                   /* type */
 70180                   CIMTYPE_STRING,
 70181 mike  1.1.2.1     /* subscript */
 70182                   0,
 70183                   /* value */
 70184                   0,
 70185               };
 70186               
 70187               static const char*
 70188               _CIM_Account_Host_qualifiers[] =
 70189               {
 70190                   0,
 70191               };
 70192               
 70193               static MetaProperty
 70194               _CIM_Account_Host =
 70195               {
 70196                   /* flags */
 70197                   META_FLAG_PROPERTY|META_FLAG_READ,
 70198                   /* name */
 70199                   "Host",
 70200                   /* qualifiers */
 70201                   _CIM_Account_Host_qualifiers,
 70202 mike  1.1.2.1     /* type */
 70203                   CIMTYPE_STRING,
 70204                   /* subscript */
 70205                   0,
 70206                   /* value */
 70207                   0,
 70208               };
 70209               
 70210               static const char*
 70211               _CIM_Account_LocalityName_qualifiers[] =
 70212               {
 70213                   0,
 70214               };
 70215               
 70216               static MetaProperty
 70217               _CIM_Account_LocalityName =
 70218               {
 70219                   /* flags */
 70220                   META_FLAG_PROPERTY|META_FLAG_READ,
 70221                   /* name */
 70222                   "LocalityName",
 70223 mike  1.1.2.1     /* qualifiers */
 70224                   _CIM_Account_LocalityName_qualifiers,
 70225                   /* type */
 70226                   CIMTYPE_STRING,
 70227                   /* subscript */
 70228                   0,
 70229                   /* value */
 70230                   0,
 70231               };
 70232               
 70233               static const char*
 70234               _CIM_Account_OrganizationName_qualifiers[] =
 70235               {
 70236                   /* Required */
 70237                   "\050\001",
 70238                   0,
 70239               };
 70240               
 70241               static MetaProperty
 70242               _CIM_Account_OrganizationName =
 70243               {
 70244 mike  1.1.2.1     /* flags */
 70245                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 70246                   /* name */
 70247                   "OrganizationName",
 70248                   /* qualifiers */
 70249                   _CIM_Account_OrganizationName_qualifiers,
 70250                   /* type */
 70251                   CIMTYPE_STRING,
 70252                   /* subscript */
 70253                   0,
 70254                   /* value */
 70255                   0,
 70256               };
 70257               
 70258               static const char*
 70259               _CIM_Account_OU_qualifiers[] =
 70260               {
 70261                   0,
 70262               };
 70263               
 70264               static MetaProperty
 70265 mike  1.1.2.1 _CIM_Account_OU =
 70266               {
 70267                   /* flags */
 70268                   META_FLAG_PROPERTY|META_FLAG_READ,
 70269                   /* name */
 70270                   "OU",
 70271                   /* qualifiers */
 70272                   _CIM_Account_OU_qualifiers,
 70273                   /* type */
 70274                   CIMTYPE_STRING,
 70275                   /* subscript */
 70276                   0,
 70277                   /* value */
 70278                   0,
 70279               };
 70280               
 70281               static const char*
 70282               _CIM_Account_SeeAlso_qualifiers[] =
 70283               {
 70284                   0,
 70285               };
 70286 mike  1.1.2.1 
 70287               static MetaProperty
 70288               _CIM_Account_SeeAlso =
 70289               {
 70290                   /* flags */
 70291                   META_FLAG_PROPERTY|META_FLAG_READ,
 70292                   /* name */
 70293                   "SeeAlso",
 70294                   /* qualifiers */
 70295                   _CIM_Account_SeeAlso_qualifiers,
 70296                   /* type */
 70297                   CIMTYPE_STRING,
 70298                   /* subscript */
 70299                   0,
 70300                   /* value */
 70301                   0,
 70302               };
 70303               
 70304               static const char*
 70305               _CIM_Account_UserCertificate_qualifiers[] =
 70306               {
 70307 mike  1.1.2.1     /* OctetString */
 70308                   "\042\001",
 70309                   0,
 70310               };
 70311               
 70312               static MetaProperty
 70313               _CIM_Account_UserCertificate =
 70314               {
 70315                   /* flags */
 70316                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 70317                   /* name */
 70318                   "UserCertificate",
 70319                   /* qualifiers */
 70320                   _CIM_Account_UserCertificate_qualifiers,
 70321                   /* type */
 70322                   CIMTYPE_STRING,
 70323                   /* subscript */
 70324                   0,
 70325                   /* value */
 70326                   0,
 70327               };
 70328 mike  1.1.2.1 
 70329               static const char*
 70330               _CIM_Account_UserPassword_qualifiers[] =
 70331               {
 70332                   /* OctetString */
 70333                   "\042\001",
 70334                   0,
 70335               };
 70336               
 70337               static MetaProperty
 70338               _CIM_Account_UserPassword =
 70339               {
 70340                   /* flags */
 70341                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 70342                   /* name */
 70343                   "UserPassword",
 70344                   /* qualifiers */
 70345                   _CIM_Account_UserPassword_qualifiers,
 70346                   /* type */
 70347                   CIMTYPE_STRING,
 70348                   /* subscript */
 70349 mike  1.1.2.1     0,
 70350                   /* value */
 70351                   0,
 70352               };
 70353               
 70354               static MetaFeature*
 70355               _CIM_Account_features[] =
 70356               {
 70357                   (MetaFeature*)&_CIM_Account_SystemCreationClassName,
 70358                   (MetaFeature*)&_CIM_Account_SystemName,
 70359                   (MetaFeature*)&_CIM_Account_CreationClassName,
 70360                   (MetaFeature*)&_CIM_Account_Name,
 70361                   (MetaFeature*)&_CIM_Account_UserID,
 70362                   (MetaFeature*)&_CIM_Account_ObjectClass,
 70363                   (MetaFeature*)&_CIM_Account_Descriptions,
 70364                   (MetaFeature*)&_CIM_Account_Host,
 70365                   (MetaFeature*)&_CIM_Account_LocalityName,
 70366                   (MetaFeature*)&_CIM_Account_OrganizationName,
 70367                   (MetaFeature*)&_CIM_Account_OU,
 70368                   (MetaFeature*)&_CIM_Account_SeeAlso,
 70369                   (MetaFeature*)&_CIM_Account_UserCertificate,
 70370 mike  1.1.2.1     (MetaFeature*)&_CIM_Account_UserPassword,
 70371                   0,
 70372               };
 70373               
 70374               static const char*
 70375               __root_cimv2_CIM_Account_qualifiers[] =
 70376               {
 70377                   /* UMLPackagePath */
 70378                   "\057CIM::User::Account",
 70379                   /* Version */
 70380                   "\0632.8.0",
 70381                   0,
 70382               };
 70383               
 70384               MetaClass
 70385               __root_cimv2_CIM_Account =
 70386               {
 70387                   /* flags */
 70388                   META_FLAG_CLASS,
 70389                   /* name */
 70390                   "CIM_Account",
 70391 mike  1.1.2.1     /* qualifiers */
 70392                   __root_cimv2_CIM_Account_qualifiers,
 70393                   /* super */
 70394                   &__root_cimv2_CIM_LogicalElement,
 70395                   /* features */
 70396                   _CIM_Account_features,
 70397               };
 70398               
 70399               //==============================================================================
 70400               //
 70401               // Class: CIM_AccountAuthentication
 70402               //
 70403               //==============================================================================
 70404               
 70405               static const char*
 70406               _CIM_AccountAuthentication_AccountID_qualifiers[] =
 70407               {
 70408                   0,
 70409               };
 70410               
 70411               static MetaProperty
 70412 mike  1.1.2.1 _CIM_AccountAuthentication_AccountID =
 70413               {
 70414                   /* flags */
 70415                   META_FLAG_PROPERTY|META_FLAG_READ,
 70416                   /* name */
 70417                   "AccountID",
 70418                   /* qualifiers */
 70419                   _CIM_AccountAuthentication_AccountID_qualifiers,
 70420                   /* type */
 70421                   CIMTYPE_STRING,
 70422                   /* subscript */
 70423                   -1,
 70424                   /* value */
 70425                   0,
 70426               };
 70427               
 70428               static const char*
 70429               _CIM_AccountAuthentication_AccountContext_qualifiers[] =
 70430               {
 70431                   0,
 70432               };
 70433 mike  1.1.2.1 
 70434               static MetaProperty
 70435               _CIM_AccountAuthentication_AccountContext =
 70436               {
 70437                   /* flags */
 70438                   META_FLAG_PROPERTY|META_FLAG_READ,
 70439                   /* name */
 70440                   "AccountContext",
 70441                   /* qualifiers */
 70442                   _CIM_AccountAuthentication_AccountContext_qualifiers,
 70443                   /* type */
 70444                   CIMTYPE_STRING,
 70445                   /* subscript */
 70446                   -1,
 70447                   /* value */
 70448                   0,
 70449               };
 70450               
 70451               static MetaFeature*
 70452               _CIM_AccountAuthentication_features[] =
 70453               {
 70454 mike  1.1.2.1     (MetaFeature*)&_CIM_AccountAuthentication_AccountID,
 70455                   (MetaFeature*)&_CIM_AccountAuthentication_AccountContext,
 70456                   0,
 70457               };
 70458               
 70459               static const char*
 70460               __root_cimv2_CIM_AccountAuthentication_qualifiers[] =
 70461               {
 70462                   /* UMLPackagePath */
 70463                   "\057CIM::Policy",
 70464                   /* Version */
 70465                   "\0632.8.0",
 70466                   0,
 70467               };
 70468               
 70469               MetaClass
 70470               __root_cimv2_CIM_AccountAuthentication =
 70471               {
 70472                   /* flags */
 70473                   META_FLAG_CLASS,
 70474                   /* name */
 70475 mike  1.1.2.1     "CIM_AccountAuthentication",
 70476                   /* qualifiers */
 70477                   __root_cimv2_CIM_AccountAuthentication_qualifiers,
 70478                   /* super */
 70479                   &__root_cimv2_CIM_AuthenticationCondition,
 70480                   /* features */
 70481                   _CIM_AccountAuthentication_features,
 70482               };
 70483               
 70484               //==============================================================================
 70485               //
 70486               // Class: CIM_AccountIdentity
 70487               //
 70488               //==============================================================================
 70489               
 70490               static const char*
 70491               _CIM_AccountIdentity_SystemElement_qualifiers[] =
 70492               {
 70493                   /* Override */
 70494                   "\044SystemElement",
 70495                   0,
 70496 mike  1.1.2.1 };
 70497               
 70498               static MetaReference
 70499               _CIM_AccountIdentity_SystemElement =
 70500               {
 70501                   /* flags */
 70502                   META_FLAG_REFERENCE|META_FLAG_READ,
 70503                   /* name */
 70504                   "SystemElement",
 70505                   /* qualifiers */
 70506                   _CIM_AccountIdentity_SystemElement_qualifiers,
 70507                   /* subscript */
 70508                   -1,
 70509                   /* refId */
 70510                   &__root_cimv2_CIM_Account,
 70511               };
 70512               
 70513               static const char*
 70514               _CIM_AccountIdentity_SameElement_qualifiers[] =
 70515               {
 70516                   /* Override */
 70517 mike  1.1.2.1     "\044SameElement",
 70518                   0,
 70519               };
 70520               
 70521               static MetaReference
 70522               _CIM_AccountIdentity_SameElement =
 70523               {
 70524                   /* flags */
 70525                   META_FLAG_REFERENCE|META_FLAG_READ,
 70526                   /* name */
 70527                   "SameElement",
 70528                   /* qualifiers */
 70529                   _CIM_AccountIdentity_SameElement_qualifiers,
 70530                   /* subscript */
 70531                   -1,
 70532                   /* refId */
 70533                   &__root_cimv2_CIM_Identity,
 70534               };
 70535               
 70536               static MetaFeature*
 70537               _CIM_AccountIdentity_features[] =
 70538 mike  1.1.2.1 {
 70539                   (MetaFeature*)&_CIM_AccountIdentity_SystemElement,
 70540                   (MetaFeature*)&_CIM_AccountIdentity_SameElement,
 70541                   0,
 70542               };
 70543               
 70544               static const char*
 70545               __root_cimv2_CIM_AccountIdentity_qualifiers[] =
 70546               {
 70547                   /* ASSOCIATION */
 70548                   "\000\001",
 70549                   /* UMLPackagePath */
 70550                   "\057CIM::User::Account",
 70551                   /* Version */
 70552                   "\0632.8.0",
 70553                   0,
 70554               };
 70555               
 70556               MetaClass
 70557               __root_cimv2_CIM_AccountIdentity =
 70558               {
 70559 mike  1.1.2.1     /* flags */
 70560                   META_FLAG_ASSOCIATION,
 70561                   /* name */
 70562                   "CIM_AccountIdentity",
 70563                   /* qualifiers */
 70564                   __root_cimv2_CIM_AccountIdentity_qualifiers,
 70565                   /* super */
 70566                   &__root_cimv2_CIM_LogicalIdentity,
 70567                   /* features */
 70568                   _CIM_AccountIdentity_features,
 70569               };
 70570               
 70571               //==============================================================================
 70572               //
 70573               // Class: CIM_AccountMapsToAccount
 70574               //
 70575               //==============================================================================
 70576               
 70577               static const char*
 70578               _CIM_AccountMapsToAccount_Antecedent_qualifiers[] =
 70579               {
 70580 mike  1.1.2.1     /* Override */
 70581                   "\044Antecedent",
 70582                   0,
 70583               };
 70584               
 70585               static MetaReference
 70586               _CIM_AccountMapsToAccount_Antecedent =
 70587               {
 70588                   /* flags */
 70589                   META_FLAG_REFERENCE|META_FLAG_READ,
 70590                   /* name */
 70591                   "Antecedent",
 70592                   /* qualifiers */
 70593                   _CIM_AccountMapsToAccount_Antecedent_qualifiers,
 70594                   /* subscript */
 70595                   -1,
 70596                   /* refId */
 70597                   &__root_cimv2_CIM_Account,
 70598               };
 70599               
 70600               static const char*
 70601 mike  1.1.2.1 _CIM_AccountMapsToAccount_Dependent_qualifiers[] =
 70602               {
 70603                   /* Override */
 70604                   "\044Dependent",
 70605                   0,
 70606               };
 70607               
 70608               static MetaReference
 70609               _CIM_AccountMapsToAccount_Dependent =
 70610               {
 70611                   /* flags */
 70612                   META_FLAG_REFERENCE|META_FLAG_READ,
 70613                   /* name */
 70614                   "Dependent",
 70615                   /* qualifiers */
 70616                   _CIM_AccountMapsToAccount_Dependent_qualifiers,
 70617                   /* subscript */
 70618                   -1,
 70619                   /* refId */
 70620                   &__root_cimv2_CIM_Account,
 70621               };
 70622 mike  1.1.2.1 
 70623               static MetaFeature*
 70624               _CIM_AccountMapsToAccount_features[] =
 70625               {
 70626                   (MetaFeature*)&_CIM_AccountMapsToAccount_Antecedent,
 70627                   (MetaFeature*)&_CIM_AccountMapsToAccount_Dependent,
 70628                   0,
 70629               };
 70630               
 70631               static const char*
 70632               __root_cimv2_CIM_AccountMapsToAccount_qualifiers[] =
 70633               {
 70634                   /* ASSOCIATION */
 70635                   "\000\001",
 70636                   /* UMLPackagePath */
 70637                   "\057CIM::User::Account",
 70638                   /* Version */
 70639                   "\0632.6.0",
 70640                   0,
 70641               };
 70642               
 70643 mike  1.1.2.1 MetaClass
 70644               __root_cimv2_CIM_AccountMapsToAccount =
 70645               {
 70646                   /* flags */
 70647                   META_FLAG_ASSOCIATION,
 70648                   /* name */
 70649                   "CIM_AccountMapsToAccount",
 70650                   /* qualifiers */
 70651                   __root_cimv2_CIM_AccountMapsToAccount_qualifiers,
 70652                   /* super */
 70653                   &__root_cimv2_CIM_Dependency,
 70654                   /* features */
 70655                   _CIM_AccountMapsToAccount_features,
 70656               };
 70657               
 70658               //==============================================================================
 70659               //
 70660               // Class: CIM_ActsAsSpare
 70661               //
 70662               //==============================================================================
 70663               
 70664 mike  1.1.2.1 static const char*
 70665               _CIM_ActsAsSpare_Group_qualifiers[] =
 70666               {
 70667                   /* Deprecated */
 70668                   "\013\000\001CIM_IsSpare.Dependent\000",
 70669                   /* Key */
 70670                   "\025\001",
 70671                   0,
 70672               };
 70673               
 70674               static MetaReference
 70675               _CIM_ActsAsSpare_Group =
 70676               {
 70677                   /* flags */
 70678                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70679                   /* name */
 70680                   "Group",
 70681                   /* qualifiers */
 70682                   _CIM_ActsAsSpare_Group_qualifiers,
 70683                   /* subscript */
 70684                   -1,
 70685 mike  1.1.2.1     /* refId */
 70686                   &__root_cimv2_CIM_SpareGroup,
 70687               };
 70688               
 70689               static const char*
 70690               _CIM_ActsAsSpare_Spare_qualifiers[] =
 70691               {
 70692                   /* Deprecated */
 70693                   "\013\000\001CIM_IsSpare.Antecedent\000",
 70694                   /* Key */
 70695                   "\025\001",
 70696                   0,
 70697               };
 70698               
 70699               static MetaReference
 70700               _CIM_ActsAsSpare_Spare =
 70701               {
 70702                   /* flags */
 70703                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70704                   /* name */
 70705                   "Spare",
 70706 mike  1.1.2.1     /* qualifiers */
 70707                   _CIM_ActsAsSpare_Spare_qualifiers,
 70708                   /* subscript */
 70709                   -1,
 70710                   /* refId */
 70711                   &__root_cimv2_CIM_ManagedSystemElement,
 70712               };
 70713               
 70714               static const char*
 70715               _CIM_ActsAsSpare_HotStandby_qualifiers[] =
 70716               {
 70717                   /* Deprecated */
 70718                   "\013\000\001CIM_IsSpare.SpareStatus\000",
 70719                   0,
 70720               };
 70721               
 70722               static MetaProperty
 70723               _CIM_ActsAsSpare_HotStandby =
 70724               {
 70725                   /* flags */
 70726                   META_FLAG_PROPERTY|META_FLAG_READ,
 70727 mike  1.1.2.1     /* name */
 70728                   "HotStandby",
 70729                   /* qualifiers */
 70730                   _CIM_ActsAsSpare_HotStandby_qualifiers,
 70731                   /* type */
 70732                   CIMTYPE_BOOLEAN,
 70733                   /* subscript */
 70734                   -1,
 70735                   /* value */
 70736                   0,
 70737               };
 70738               
 70739               static MetaFeature*
 70740               _CIM_ActsAsSpare_features[] =
 70741               {
 70742                   (MetaFeature*)&_CIM_ActsAsSpare_Group,
 70743                   (MetaFeature*)&_CIM_ActsAsSpare_Spare,
 70744                   (MetaFeature*)&_CIM_ActsAsSpare_HotStandby,
 70745                   0,
 70746               };
 70747               
 70748 mike  1.1.2.1 static const char*
 70749               __root_cimv2_CIM_ActsAsSpare_qualifiers[] =
 70750               {
 70751                   /* ASSOCIATION */
 70752                   "\000\001",
 70753                   /* Deprecated */
 70754                   "\013\000\001CIM_IsSpare\000",
 70755                   /* UMLPackagePath */
 70756                   "\057CIM::Core::Redundancy",
 70757                   /* Version */
 70758                   "\0632.13.0",
 70759                   0,
 70760               };
 70761               
 70762               MetaClass
 70763               __root_cimv2_CIM_ActsAsSpare =
 70764               {
 70765                   /* flags */
 70766                   META_FLAG_ASSOCIATION,
 70767                   /* name */
 70768                   "CIM_ActsAsSpare",
 70769 mike  1.1.2.1     /* qualifiers */
 70770                   __root_cimv2_CIM_ActsAsSpare_qualifiers,
 70771                   /* super */
 70772                   0,
 70773                   /* features */
 70774                   _CIM_ActsAsSpare_features,
 70775               };
 70776               
 70777               //==============================================================================
 70778               //
 70779               // Class: CIM_AdjacentSlots
 70780               //
 70781               //==============================================================================
 70782               
 70783               static const char*
 70784               _CIM_AdjacentSlots_SlotA_qualifiers[] =
 70785               {
 70786                   /* Key */
 70787                   "\025\001",
 70788                   0,
 70789               };
 70790 mike  1.1.2.1 
 70791               static MetaReference
 70792               _CIM_AdjacentSlots_SlotA =
 70793               {
 70794                   /* flags */
 70795                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70796                   /* name */
 70797                   "SlotA",
 70798                   /* qualifiers */
 70799                   _CIM_AdjacentSlots_SlotA_qualifiers,
 70800                   /* subscript */
 70801                   -1,
 70802                   /* refId */
 70803                   &__root_cimv2_CIM_Slot,
 70804               };
 70805               
 70806               static const char*
 70807               _CIM_AdjacentSlots_SlotB_qualifiers[] =
 70808               {
 70809                   /* Key */
 70810                   "\025\001",
 70811 mike  1.1.2.1     0,
 70812               };
 70813               
 70814               static MetaReference
 70815               _CIM_AdjacentSlots_SlotB =
 70816               {
 70817                   /* flags */
 70818                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70819                   /* name */
 70820                   "SlotB",
 70821                   /* qualifiers */
 70822                   _CIM_AdjacentSlots_SlotB_qualifiers,
 70823                   /* subscript */
 70824                   -1,
 70825                   /* refId */
 70826                   &__root_cimv2_CIM_Slot,
 70827               };
 70828               
 70829               static const char*
 70830               _CIM_AdjacentSlots_DistanceBetweenSlots_qualifiers[] =
 70831               {
 70832 mike  1.1.2.1     /* Units */
 70833                   "\060Inches",
 70834                   0,
 70835               };
 70836               
 70837               static MetaProperty
 70838               _CIM_AdjacentSlots_DistanceBetweenSlots =
 70839               {
 70840                   /* flags */
 70841                   META_FLAG_PROPERTY|META_FLAG_READ,
 70842                   /* name */
 70843                   "DistanceBetweenSlots",
 70844                   /* qualifiers */
 70845                   _CIM_AdjacentSlots_DistanceBetweenSlots_qualifiers,
 70846                   /* type */
 70847                   CIMTYPE_REAL32,
 70848                   /* subscript */
 70849                   -1,
 70850                   /* value */
 70851                   0,
 70852               };
 70853 mike  1.1.2.1 
 70854               static const char*
 70855               _CIM_AdjacentSlots_SharedSlots_qualifiers[] =
 70856               {
 70857                   0,
 70858               };
 70859               
 70860               static MetaProperty
 70861               _CIM_AdjacentSlots_SharedSlots =
 70862               {
 70863                   /* flags */
 70864                   META_FLAG_PROPERTY|META_FLAG_READ,
 70865                   /* name */
 70866                   "SharedSlots",
 70867                   /* qualifiers */
 70868                   _CIM_AdjacentSlots_SharedSlots_qualifiers,
 70869                   /* type */
 70870                   CIMTYPE_BOOLEAN,
 70871                   /* subscript */
 70872                   -1,
 70873                   /* value */
 70874 mike  1.1.2.1     0,
 70875               };
 70876               
 70877               static MetaFeature*
 70878               _CIM_AdjacentSlots_features[] =
 70879               {
 70880                   (MetaFeature*)&_CIM_AdjacentSlots_SlotA,
 70881                   (MetaFeature*)&_CIM_AdjacentSlots_SlotB,
 70882                   (MetaFeature*)&_CIM_AdjacentSlots_DistanceBetweenSlots,
 70883                   (MetaFeature*)&_CIM_AdjacentSlots_SharedSlots,
 70884                   0,
 70885               };
 70886               
 70887               static const char*
 70888               __root_cimv2_CIM_AdjacentSlots_qualifiers[] =
 70889               {
 70890                   /* ASSOCIATION */
 70891                   "\000\001",
 70892                   /* UMLPackagePath */
 70893                   "\057CIM::Physical::Connector",
 70894                   /* Version */
 70895 mike  1.1.2.1     "\0632.6.0",
 70896                   0,
 70897               };
 70898               
 70899               MetaClass
 70900               __root_cimv2_CIM_AdjacentSlots =
 70901               {
 70902                   /* flags */
 70903                   META_FLAG_ASSOCIATION,
 70904                   /* name */
 70905                   "CIM_AdjacentSlots",
 70906                   /* qualifiers */
 70907                   __root_cimv2_CIM_AdjacentSlots_qualifiers,
 70908                   /* super */
 70909                   0,
 70910                   /* features */
 70911                   _CIM_AdjacentSlots_features,
 70912               };
 70913               
 70914               //==============================================================================
 70915               //
 70916 mike  1.1.2.1 // Class: CIM_AdministrativeDistance
 70917               //
 70918               //==============================================================================
 70919               
 70920               static const char*
 70921               _CIM_AdministrativeDistance_SystemCreationClassName_qualifiers[] =
 70922               {
 70923                   /* Key */
 70924                   "\025\001",
 70925                   /* Propagated */
 70926                   "\045CIM_AdminDomain.CreationClassName",
 70927                   /* MaxLen */
 70928                   "\030\000\000\001\000",
 70929                   0,
 70930               };
 70931               
 70932               static MetaProperty
 70933               _CIM_AdministrativeDistance_SystemCreationClassName =
 70934               {
 70935                   /* flags */
 70936                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70937 mike  1.1.2.1     /* name */
 70938                   "SystemCreationClassName",
 70939                   /* qualifiers */
 70940                   _CIM_AdministrativeDistance_SystemCreationClassName_qualifiers,
 70941                   /* type */
 70942                   CIMTYPE_STRING,
 70943                   /* subscript */
 70944                   -1,
 70945                   /* value */
 70946                   0,
 70947               };
 70948               
 70949               static const char*
 70950               _CIM_AdministrativeDistance_SystemName_qualifiers[] =
 70951               {
 70952                   /* Key */
 70953                   "\025\001",
 70954                   /* Propagated */
 70955                   "\045CIM_AdminDomain.Name",
 70956                   /* MaxLen */
 70957                   "\030\000\000\001\000",
 70958 mike  1.1.2.1     0,
 70959               };
 70960               
 70961               static MetaProperty
 70962               _CIM_AdministrativeDistance_SystemName =
 70963               {
 70964                   /* flags */
 70965                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70966                   /* name */
 70967                   "SystemName",
 70968                   /* qualifiers */
 70969                   _CIM_AdministrativeDistance_SystemName_qualifiers,
 70970                   /* type */
 70971                   CIMTYPE_STRING,
 70972                   /* subscript */
 70973                   -1,
 70974                   /* value */
 70975                   0,
 70976               };
 70977               
 70978               static const char*
 70979 mike  1.1.2.1 _CIM_AdministrativeDistance_CreationClassName_qualifiers[] =
 70980               {
 70981                   /* Key */
 70982                   "\025\001",
 70983                   0,
 70984               };
 70985               
 70986               static MetaProperty
 70987               _CIM_AdministrativeDistance_CreationClassName =
 70988               {
 70989                   /* flags */
 70990                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70991                   /* name */
 70992                   "CreationClassName",
 70993                   /* qualifiers */
 70994                   _CIM_AdministrativeDistance_CreationClassName_qualifiers,
 70995                   /* type */
 70996                   CIMTYPE_STRING,
 70997                   /* subscript */
 70998                   -1,
 70999                   /* value */
 71000 mike  1.1.2.1     0,
 71001               };
 71002               
 71003               static const char*
 71004               _CIM_AdministrativeDistance_Name_qualifiers[] =
 71005               {
 71006                   /* Key */
 71007                   "\025\001",
 71008                   /* Override */
 71009                   "\044Name",
 71010                   /* MaxLen */
 71011                   "\030\000\000\001\000",
 71012                   0,
 71013               };
 71014               
 71015               static MetaProperty
 71016               _CIM_AdministrativeDistance_Name =
 71017               {
 71018                   /* flags */
 71019                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71020                   /* name */
 71021 mike  1.1.2.1     "Name",
 71022                   /* qualifiers */
 71023                   _CIM_AdministrativeDistance_Name_qualifiers,
 71024                   /* type */
 71025                   CIMTYPE_STRING,
 71026                   /* subscript */
 71027                   -1,
 71028                   /* value */
 71029                   0,
 71030               };
 71031               
 71032               static const char*
 71033               _CIM_AdministrativeDistance_DirectConnect_qualifiers[] =
 71034               {
 71035                   0,
 71036               };
 71037               
 71038               static MetaProperty
 71039               _CIM_AdministrativeDistance_DirectConnect =
 71040               {
 71041                   /* flags */
 71042 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 71043                   /* name */
 71044                   "DirectConnect",
 71045                   /* qualifiers */
 71046                   _CIM_AdministrativeDistance_DirectConnect_qualifiers,
 71047                   /* type */
 71048                   CIMTYPE_UINT8,
 71049                   /* subscript */
 71050                   -1,
 71051                   /* value */
 71052                   "\000",
 71053               };
 71054               
 71055               static const char*
 71056               _CIM_AdministrativeDistance_Static_qualifiers[] =
 71057               {
 71058                   0,
 71059               };
 71060               
 71061               static MetaProperty
 71062               _CIM_AdministrativeDistance_Static =
 71063 mike  1.1.2.1 {
 71064                   /* flags */
 71065                   META_FLAG_PROPERTY|META_FLAG_READ,
 71066                   /* name */
 71067                   "Static",
 71068                   /* qualifiers */
 71069                   _CIM_AdministrativeDistance_Static_qualifiers,
 71070                   /* type */
 71071                   CIMTYPE_UINT8,
 71072                   /* subscript */
 71073                   -1,
 71074                   /* value */
 71075                   "\001",
 71076               };
 71077               
 71078               static const char*
 71079               _CIM_AdministrativeDistance_EBGP_qualifiers[] =
 71080               {
 71081                   0,
 71082               };
 71083               
 71084 mike  1.1.2.1 static MetaProperty
 71085               _CIM_AdministrativeDistance_EBGP =
 71086               {
 71087                   /* flags */
 71088                   META_FLAG_PROPERTY|META_FLAG_READ,
 71089                   /* name */
 71090                   "EBGP",
 71091                   /* qualifiers */
 71092                   _CIM_AdministrativeDistance_EBGP_qualifiers,
 71093                   /* type */
 71094                   CIMTYPE_UINT8,
 71095                   /* subscript */
 71096                   -1,
 71097                   /* value */
 71098                   "\024",
 71099               };
 71100               
 71101               static const char*
 71102               _CIM_AdministrativeDistance_EIGRPInternal_qualifiers[] =
 71103               {
 71104                   0,
 71105 mike  1.1.2.1 };
 71106               
 71107               static MetaProperty
 71108               _CIM_AdministrativeDistance_EIGRPInternal =
 71109               {
 71110                   /* flags */
 71111                   META_FLAG_PROPERTY|META_FLAG_READ,
 71112                   /* name */
 71113                   "EIGRPInternal",
 71114                   /* qualifiers */
 71115                   _CIM_AdministrativeDistance_EIGRPInternal_qualifiers,
 71116                   /* type */
 71117                   CIMTYPE_UINT8,
 71118                   /* subscript */
 71119                   -1,
 71120                   /* value */
 71121                   "\132",
 71122               };
 71123               
 71124               static const char*
 71125               _CIM_AdministrativeDistance_IGRP_qualifiers[] =
 71126 mike  1.1.2.1 {
 71127                   0,
 71128               };
 71129               
 71130               static MetaProperty
 71131               _CIM_AdministrativeDistance_IGRP =
 71132               {
 71133                   /* flags */
 71134                   META_FLAG_PROPERTY|META_FLAG_READ,
 71135                   /* name */
 71136                   "IGRP",
 71137                   /* qualifiers */
 71138                   _CIM_AdministrativeDistance_IGRP_qualifiers,
 71139                   /* type */
 71140                   CIMTYPE_UINT8,
 71141                   /* subscript */
 71142                   -1,
 71143                   /* value */
 71144                   "\144",
 71145               };
 71146               
 71147 mike  1.1.2.1 static const char*
 71148               _CIM_AdministrativeDistance_OSPF_qualifiers[] =
 71149               {
 71150                   0,
 71151               };
 71152               
 71153               static MetaProperty
 71154               _CIM_AdministrativeDistance_OSPF =
 71155               {
 71156                   /* flags */
 71157                   META_FLAG_PROPERTY|META_FLAG_READ,
 71158                   /* name */
 71159                   "OSPF",
 71160                   /* qualifiers */
 71161                   _CIM_AdministrativeDistance_OSPF_qualifiers,
 71162                   /* type */
 71163                   CIMTYPE_UINT8,
 71164                   /* subscript */
 71165                   -1,
 71166                   /* value */
 71167                   "\156",
 71168 mike  1.1.2.1 };
 71169               
 71170               static const char*
 71171               _CIM_AdministrativeDistance_ISIS_qualifiers[] =
 71172               {
 71173                   0,
 71174               };
 71175               
 71176               static MetaProperty
 71177               _CIM_AdministrativeDistance_ISIS =
 71178               {
 71179                   /* flags */
 71180                   META_FLAG_PROPERTY|META_FLAG_READ,
 71181                   /* name */
 71182                   "ISIS",
 71183                   /* qualifiers */
 71184                   _CIM_AdministrativeDistance_ISIS_qualifiers,
 71185                   /* type */
 71186                   CIMTYPE_UINT8,
 71187                   /* subscript */
 71188                   -1,
 71189 mike  1.1.2.1     /* value */
 71190                   "\163",
 71191               };
 71192               
 71193               static const char*
 71194               _CIM_AdministrativeDistance_RIP_qualifiers[] =
 71195               {
 71196                   0,
 71197               };
 71198               
 71199               static MetaProperty
 71200               _CIM_AdministrativeDistance_RIP =
 71201               {
 71202                   /* flags */
 71203                   META_FLAG_PROPERTY|META_FLAG_READ,
 71204                   /* name */
 71205                   "RIP",
 71206                   /* qualifiers */
 71207                   _CIM_AdministrativeDistance_RIP_qualifiers,
 71208                   /* type */
 71209                   CIMTYPE_UINT8,
 71210 mike  1.1.2.1     /* subscript */
 71211                   -1,
 71212                   /* value */
 71213                   "\170",
 71214               };
 71215               
 71216               static const char*
 71217               _CIM_AdministrativeDistance_EGP_qualifiers[] =
 71218               {
 71219                   0,
 71220               };
 71221               
 71222               static MetaProperty
 71223               _CIM_AdministrativeDistance_EGP =
 71224               {
 71225                   /* flags */
 71226                   META_FLAG_PROPERTY|META_FLAG_READ,
 71227                   /* name */
 71228                   "EGP",
 71229                   /* qualifiers */
 71230                   _CIM_AdministrativeDistance_EGP_qualifiers,
 71231 mike  1.1.2.1     /* type */
 71232                   CIMTYPE_UINT8,
 71233                   /* subscript */
 71234                   -1,
 71235                   /* value */
 71236                   "\214",
 71237               };
 71238               
 71239               static const char*
 71240               _CIM_AdministrativeDistance_EIGRPExternal_qualifiers[] =
 71241               {
 71242                   0,
 71243               };
 71244               
 71245               static MetaProperty
 71246               _CIM_AdministrativeDistance_EIGRPExternal =
 71247               {
 71248                   /* flags */
 71249                   META_FLAG_PROPERTY|META_FLAG_READ,
 71250                   /* name */
 71251                   "EIGRPExternal",
 71252 mike  1.1.2.1     /* qualifiers */
 71253                   _CIM_AdministrativeDistance_EIGRPExternal_qualifiers,
 71254                   /* type */
 71255                   CIMTYPE_UINT8,
 71256                   /* subscript */
 71257                   -1,
 71258                   /* value */
 71259                   "\252",
 71260               };
 71261               
 71262               static const char*
 71263               _CIM_AdministrativeDistance_IBGP_qualifiers[] =
 71264               {
 71265                   0,
 71266               };
 71267               
 71268               static MetaProperty
 71269               _CIM_AdministrativeDistance_IBGP =
 71270               {
 71271                   /* flags */
 71272                   META_FLAG_PROPERTY|META_FLAG_READ,
 71273 mike  1.1.2.1     /* name */
 71274                   "IBGP",
 71275                   /* qualifiers */
 71276                   _CIM_AdministrativeDistance_IBGP_qualifiers,
 71277                   /* type */
 71278                   CIMTYPE_UINT8,
 71279                   /* subscript */
 71280                   -1,
 71281                   /* value */
 71282                   "\310",
 71283               };
 71284               
 71285               static const char*
 71286               _CIM_AdministrativeDistance_BGPLocal_qualifiers[] =
 71287               {
 71288                   0,
 71289               };
 71290               
 71291               static MetaProperty
 71292               _CIM_AdministrativeDistance_BGPLocal =
 71293               {
 71294 mike  1.1.2.1     /* flags */
 71295                   META_FLAG_PROPERTY|META_FLAG_READ,
 71296                   /* name */
 71297                   "BGPLocal",
 71298                   /* qualifiers */
 71299                   _CIM_AdministrativeDistance_BGPLocal_qualifiers,
 71300                   /* type */
 71301                   CIMTYPE_UINT8,
 71302                   /* subscript */
 71303                   -1,
 71304                   /* value */
 71305                   "\310",
 71306               };
 71307               
 71308               static const char*
 71309               _CIM_AdministrativeDistance_Unknown_qualifiers[] =
 71310               {
 71311                   0,
 71312               };
 71313               
 71314               static MetaProperty
 71315 mike  1.1.2.1 _CIM_AdministrativeDistance_Unknown =
 71316               {
 71317                   /* flags */
 71318                   META_FLAG_PROPERTY|META_FLAG_READ,
 71319                   /* name */
 71320                   "Unknown",
 71321                   /* qualifiers */
 71322                   _CIM_AdministrativeDistance_Unknown_qualifiers,
 71323                   /* type */
 71324                   CIMTYPE_UINT8,
 71325                   /* subscript */
 71326                   -1,
 71327                   /* value */
 71328                   "\377",
 71329               };
 71330               
 71331               static MetaFeature*
 71332               _CIM_AdministrativeDistance_features[] =
 71333               {
 71334                   (MetaFeature*)&_CIM_AdministrativeDistance_SystemCreationClassName,
 71335                   (MetaFeature*)&_CIM_AdministrativeDistance_SystemName,
 71336 mike  1.1.2.1     (MetaFeature*)&_CIM_AdministrativeDistance_CreationClassName,
 71337                   (MetaFeature*)&_CIM_AdministrativeDistance_Name,
 71338                   (MetaFeature*)&_CIM_AdministrativeDistance_DirectConnect,
 71339                   (MetaFeature*)&_CIM_AdministrativeDistance_Static,
 71340                   (MetaFeature*)&_CIM_AdministrativeDistance_EBGP,
 71341                   (MetaFeature*)&_CIM_AdministrativeDistance_EIGRPInternal,
 71342                   (MetaFeature*)&_CIM_AdministrativeDistance_IGRP,
 71343                   (MetaFeature*)&_CIM_AdministrativeDistance_OSPF,
 71344                   (MetaFeature*)&_CIM_AdministrativeDistance_ISIS,
 71345                   (MetaFeature*)&_CIM_AdministrativeDistance_RIP,
 71346                   (MetaFeature*)&_CIM_AdministrativeDistance_EGP,
 71347                   (MetaFeature*)&_CIM_AdministrativeDistance_EIGRPExternal,
 71348                   (MetaFeature*)&_CIM_AdministrativeDistance_IBGP,
 71349                   (MetaFeature*)&_CIM_AdministrativeDistance_BGPLocal,
 71350                   (MetaFeature*)&_CIM_AdministrativeDistance_Unknown,
 71351                   0,
 71352               };
 71353               
 71354               static const char*
 71355               __root_cimv2_CIM_AdministrativeDistance_qualifiers[] =
 71356               {
 71357 mike  1.1.2.1     /* UMLPackagePath */
 71358                   "\057CIM::Network::Routes",
 71359                   /* Version */
 71360                   "\0632.7.0",
 71361                   0,
 71362               };
 71363               
 71364               MetaClass
 71365               __root_cimv2_CIM_AdministrativeDistance =
 71366               {
 71367                   /* flags */
 71368                   META_FLAG_CLASS,
 71369                   /* name */
 71370                   "CIM_AdministrativeDistance",
 71371                   /* qualifiers */
 71372                   __root_cimv2_CIM_AdministrativeDistance_qualifiers,
 71373                   /* super */
 71374                   &__root_cimv2_CIM_LogicalElement,
 71375                   /* features */
 71376                   _CIM_AdministrativeDistance_features,
 71377               };
 71378 mike  1.1.2.1 
 71379               //==============================================================================
 71380               //
 71381               // Class: CIM_AGPSoftwareFeature
 71382               //
 71383               //==============================================================================
 71384               
 71385               static const char*
 71386               _CIM_AGPSoftwareFeature_Characteristics_qualifiers[] =
 71387               {
 71388                   /* ValueMap */
 71389                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 71390                   /* Values */
 71391                   "\062\000\007Unknown\000Other\000OS support\000Hardware Acceleration\000Hardware Blit\000OpenGL Support\000Cache Coherency\000",
 71392                   /* ArrayType */
 71393                   "\005Indexed",
 71394                   /* ModelCorrespondence */
 71395                   "\036\000\001CIM_AGPSoftwareFeature.CharacteristicDescriptions\000",
 71396                   0,
 71397               };
 71398               
 71399 mike  1.1.2.1 static MetaProperty
 71400               _CIM_AGPSoftwareFeature_Characteristics =
 71401               {
 71402                   /* flags */
 71403                   META_FLAG_PROPERTY|META_FLAG_READ,
 71404                   /* name */
 71405                   "Characteristics",
 71406                   /* qualifiers */
 71407                   _CIM_AGPSoftwareFeature_Characteristics_qualifiers,
 71408                   /* type */
 71409                   CIMTYPE_UINT16,
 71410                   /* subscript */
 71411                   0,
 71412                   /* value */
 71413                   0,
 71414               };
 71415               
 71416               static const char*
 71417               _CIM_AGPSoftwareFeature_CharacteristicDescriptions_qualifiers[] =
 71418               {
 71419                   /* ArrayType */
 71420 mike  1.1.2.1     "\005Indexed",
 71421                   /* ModelCorrespondence */
 71422                   "\036\000\001CIM_AGPSoftwareFeature.Characteristics\000",
 71423                   0,
 71424               };
 71425               
 71426               static MetaProperty
 71427               _CIM_AGPSoftwareFeature_CharacteristicDescriptions =
 71428               {
 71429                   /* flags */
 71430                   META_FLAG_PROPERTY|META_FLAG_READ,
 71431                   /* name */
 71432                   "CharacteristicDescriptions",
 71433                   /* qualifiers */
 71434                   _CIM_AGPSoftwareFeature_CharacteristicDescriptions_qualifiers,
 71435                   /* type */
 71436                   CIMTYPE_STRING,
 71437                   /* subscript */
 71438                   0,
 71439                   /* value */
 71440                   0,
 71441 mike  1.1.2.1 };
 71442               
 71443               static MetaFeature*
 71444               _CIM_AGPSoftwareFeature_features[] =
 71445               {
 71446                   (MetaFeature*)&_CIM_AGPSoftwareFeature_Characteristics,
 71447                   (MetaFeature*)&_CIM_AGPSoftwareFeature_CharacteristicDescriptions,
 71448                   0,
 71449               };
 71450               
 71451               static const char*
 71452               __root_cimv2_CIM_AGPSoftwareFeature_qualifiers[] =
 71453               {
 71454                   /* UMLPackagePath */
 71455                   "\057CIM::Application::BIOS",
 71456                   /* Version */
 71457                   "\0632.6.0",
 71458                   0,
 71459               };
 71460               
 71461               MetaClass
 71462 mike  1.1.2.1 __root_cimv2_CIM_AGPSoftwareFeature =
 71463               {
 71464                   /* flags */
 71465                   META_FLAG_CLASS,
 71466                   /* name */
 71467                   "CIM_AGPSoftwareFeature",
 71468                   /* qualifiers */
 71469                   __root_cimv2_CIM_AGPSoftwareFeature_qualifiers,
 71470                   /* super */
 71471                   &__root_cimv2_CIM_SoftwareFeature,
 71472                   /* features */
 71473                   _CIM_AGPSoftwareFeature_features,
 71474               };
 71475               
 71476               //==============================================================================
 71477               //
 71478               // Class: CIM_AssociatedBlockStatisticsManifestCollection
 71479               //
 71480               //==============================================================================
 71481               
 71482               static const char*
 71483 mike  1.1.2.1 _CIM_AssociatedBlockStatisticsManifestCollection_Statistics_qualifiers[] =
 71484               {
 71485                   /* Key */
 71486                   "\025\001",
 71487                   /* Min */
 71488                   "\033\000\000\000\001",
 71489                   /* Max */
 71490                   "\027\000\000\000\001",
 71491                   0,
 71492               };
 71493               
 71494               static MetaReference
 71495               _CIM_AssociatedBlockStatisticsManifestCollection_Statistics =
 71496               {
 71497                   /* flags */
 71498                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 71499                   /* name */
 71500                   "Statistics",
 71501                   /* qualifiers */
 71502                   _CIM_AssociatedBlockStatisticsManifestCollection_Statistics_qualifiers,
 71503                   /* subscript */
 71504 mike  1.1.2.1     -1,
 71505                   /* refId */
 71506                   &__root_cimv2_CIM_StatisticsCollection,
 71507               };
 71508               
 71509               static const char*
 71510               _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection_qualifiers[] =
 71511               {
 71512                   /* Key */
 71513                   "\025\001",
 71514                   0,
 71515               };
 71516               
 71517               static MetaReference
 71518               _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection =
 71519               {
 71520                   /* flags */
 71521                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 71522                   /* name */
 71523                   "ManifestCollection",
 71524                   /* qualifiers */
 71525 mike  1.1.2.1     _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection_qualifiers,
 71526                   /* subscript */
 71527                   -1,
 71528                   /* refId */
 71529                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
 71530               };
 71531               
 71532               static MetaFeature*
 71533               _CIM_AssociatedBlockStatisticsManifestCollection_features[] =
 71534               {
 71535                   (MetaFeature*)&_CIM_AssociatedBlockStatisticsManifestCollection_Statistics,
 71536                   (MetaFeature*)&_CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection,
 71537                   0,
 71538               };
 71539               
 71540               static const char*
 71541               __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection_qualifiers[] =
 71542               {
 71543                   /* ASSOCIATION */
 71544                   "\000\001",
 71545                   /* UMLPackagePath */
 71546 mike  1.1.2.1     "\057CIM::Device::StorageStatistics",
 71547                   /* Version */
 71548                   "\0632.10.0",
 71549                   0,
 71550               };
 71551               
 71552               MetaClass
 71553               __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection =
 71554               {
 71555                   /* flags */
 71556                   META_FLAG_ASSOCIATION,
 71557                   /* name */
 71558                   "CIM_AssociatedBlockStatisticsManifestCollection",
 71559                   /* qualifiers */
 71560                   __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection_qualifiers,
 71561                   /* super */
 71562                   0,
 71563                   /* features */
 71564                   _CIM_AssociatedBlockStatisticsManifestCollection_features,
 71565               };
 71566               
 71567 mike  1.1.2.1 //==============================================================================
 71568               //
 71569               // Class: CIM_AuthenticationRequirement
 71570               //
 71571               //==============================================================================
 71572               
 71573               static const char*
 71574               _CIM_AuthenticationRequirement_SystemCreationClassName_qualifiers[] =
 71575               {
 71576                   /* Deprecated */
 71577                   "\013\000\001CIM_AuthenticationRule.SystemCreationClassName\000",
 71578                   /* Key */
 71579                   "\025\001",
 71580                   /* Propagated */
 71581                   "\045CIM_System.CreationClassName",
 71582                   /* MaxLen */
 71583                   "\030\000\000\001\000",
 71584                   0,
 71585               };
 71586               
 71587               static MetaProperty
 71588 mike  1.1.2.1 _CIM_AuthenticationRequirement_SystemCreationClassName =
 71589               {
 71590                   /* flags */
 71591                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71592                   /* name */
 71593                   "SystemCreationClassName",
 71594                   /* qualifiers */
 71595                   _CIM_AuthenticationRequirement_SystemCreationClassName_qualifiers,
 71596                   /* type */
 71597                   CIMTYPE_STRING,
 71598                   /* subscript */
 71599                   -1,
 71600                   /* value */
 71601                   0,
 71602               };
 71603               
 71604               static const char*
 71605               _CIM_AuthenticationRequirement_SystemName_qualifiers[] =
 71606               {
 71607                   /* Deprecated */
 71608                   "\013\000\001CIM_AuthenticationRule.SystemName\000",
 71609 mike  1.1.2.1     /* Key */
 71610                   "\025\001",
 71611                   /* Propagated */
 71612                   "\045CIM_System.Name",
 71613                   /* MaxLen */
 71614                   "\030\000\000\001\000",
 71615                   0,
 71616               };
 71617               
 71618               static MetaProperty
 71619               _CIM_AuthenticationRequirement_SystemName =
 71620               {
 71621                   /* flags */
 71622                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71623                   /* name */
 71624                   "SystemName",
 71625                   /* qualifiers */
 71626                   _CIM_AuthenticationRequirement_SystemName_qualifiers,
 71627                   /* type */
 71628                   CIMTYPE_STRING,
 71629                   /* subscript */
 71630 mike  1.1.2.1     -1,
 71631                   /* value */
 71632                   0,
 71633               };
 71634               
 71635               static const char*
 71636               _CIM_AuthenticationRequirement_CreationClassName_qualifiers[] =
 71637               {
 71638                   /* Deprecated */
 71639                   "\013\000\001CIM_AuthenticationRule.CreationClassName\000",
 71640                   /* Key */
 71641                   "\025\001",
 71642                   /* MaxLen */
 71643                   "\030\000\000\001\000",
 71644                   0,
 71645               };
 71646               
 71647               static MetaProperty
 71648               _CIM_AuthenticationRequirement_CreationClassName =
 71649               {
 71650                   /* flags */
 71651 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71652                   /* name */
 71653                   "CreationClassName",
 71654                   /* qualifiers */
 71655                   _CIM_AuthenticationRequirement_CreationClassName_qualifiers,
 71656                   /* type */
 71657                   CIMTYPE_STRING,
 71658                   /* subscript */
 71659                   -1,
 71660                   /* value */
 71661                   0,
 71662               };
 71663               
 71664               static const char*
 71665               _CIM_AuthenticationRequirement_Name_qualifiers[] =
 71666               {
 71667                   /* Deprecated */
 71668                   "\013\000\001CIM_AuthenticationRule.PolicyRuleName\000",
 71669                   /* Key */
 71670                   "\025\001",
 71671                   /* Override */
 71672 mike  1.1.2.1     "\044Name",
 71673                   /* MaxLen */
 71674                   "\030\000\000\001\000",
 71675                   0,
 71676               };
 71677               
 71678               static MetaProperty
 71679               _CIM_AuthenticationRequirement_Name =
 71680               {
 71681                   /* flags */
 71682                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71683                   /* name */
 71684                   "Name",
 71685                   /* qualifiers */
 71686                   _CIM_AuthenticationRequirement_Name_qualifiers,
 71687                   /* type */
 71688                   CIMTYPE_STRING,
 71689                   /* subscript */
 71690                   -1,
 71691                   /* value */
 71692                   0,
 71693 mike  1.1.2.1 };
 71694               
 71695               static const char*
 71696               _CIM_AuthenticationRequirement_SecurityClassification_qualifiers[] =
 71697               {
 71698                   /* Deprecated */
 71699                   "\013\000\001CIM_SecuritySensitivity.SecurityLevel\000",
 71700                   0,
 71701               };
 71702               
 71703               static MetaProperty
 71704               _CIM_AuthenticationRequirement_SecurityClassification =
 71705               {
 71706                   /* flags */
 71707                   META_FLAG_PROPERTY|META_FLAG_READ,
 71708                   /* name */
 71709                   "SecurityClassification",
 71710                   /* qualifiers */
 71711                   _CIM_AuthenticationRequirement_SecurityClassification_qualifiers,
 71712                   /* type */
 71713                   CIMTYPE_STRING,
 71714 mike  1.1.2.1     /* subscript */
 71715                   -1,
 71716                   /* value */
 71717                   0,
 71718               };
 71719               
 71720               static MetaFeature*
 71721               _CIM_AuthenticationRequirement_features[] =
 71722               {
 71723                   (MetaFeature*)&_CIM_AuthenticationRequirement_SystemCreationClassName,
 71724                   (MetaFeature*)&_CIM_AuthenticationRequirement_SystemName,
 71725                   (MetaFeature*)&_CIM_AuthenticationRequirement_CreationClassName,
 71726                   (MetaFeature*)&_CIM_AuthenticationRequirement_Name,
 71727                   (MetaFeature*)&_CIM_AuthenticationRequirement_SecurityClassification,
 71728                   0,
 71729               };
 71730               
 71731               static const char*
 71732               __root_cimv2_CIM_AuthenticationRequirement_qualifiers[] =
 71733               {
 71734                   /* Deprecated */
 71735 mike  1.1.2.1     "\013\000\003CIM_AuthenticationCondition\000CIM_AuthenticationRule\000CIM_SecuritySensitivity\000",
 71736                   /* UMLPackagePath */
 71737                   "\057CIM::User::AuthenticationReqmt",
 71738                   /* Version */
 71739                   "\0632.8.0",
 71740                   0,
 71741               };
 71742               
 71743               MetaClass
 71744               __root_cimv2_CIM_AuthenticationRequirement =
 71745               {
 71746                   /* flags */
 71747                   META_FLAG_CLASS,
 71748                   /* name */
 71749                   "CIM_AuthenticationRequirement",
 71750                   /* qualifiers */
 71751                   __root_cimv2_CIM_AuthenticationRequirement_qualifiers,
 71752                   /* super */
 71753                   &__root_cimv2_CIM_LogicalElement,
 71754                   /* features */
 71755                   _CIM_AuthenticationRequirement_features,
 71756 mike  1.1.2.1 };
 71757               
 71758               //==============================================================================
 71759               //
 71760               // Class: CIM_AuthenticationRule
 71761               //
 71762               //==============================================================================
 71763               
 71764               static MetaFeature*
 71765               _CIM_AuthenticationRule_features[] =
 71766               {
 71767                   0,
 71768               };
 71769               
 71770               static const char*
 71771               __root_cimv2_CIM_AuthenticationRule_qualifiers[] =
 71772               {
 71773                   /* UMLPackagePath */
 71774                   "\057CIM::Policy",
 71775                   /* Version */
 71776                   "\0632.8.0",
 71777 mike  1.1.2.1     0,
 71778               };
 71779               
 71780               MetaClass
 71781               __root_cimv2_CIM_AuthenticationRule =
 71782               {
 71783                   /* flags */
 71784                   META_FLAG_CLASS,
 71785                   /* name */
 71786                   "CIM_AuthenticationRule",
 71787                   /* qualifiers */
 71788                   __root_cimv2_CIM_AuthenticationRule_qualifiers,
 71789                   /* super */
 71790                   &__root_cimv2_CIM_PolicyRule,
 71791                   /* features */
 71792                   _CIM_AuthenticationRule_features,
 71793               };
 71794               
 71795               //==============================================================================
 71796               //
 71797               // Class: CIM_AuthenticationTarget
 71798 mike  1.1.2.1 //
 71799               //==============================================================================
 71800               
 71801               static const char*
 71802               _CIM_AuthenticationTarget_Antecedent_qualifiers[] =
 71803               {
 71804                   /* Deprecated */
 71805                   "\013\000\001CIM_PolicySetAppliesToElement.PolicySet\000",
 71806                   /* Override */
 71807                   "\044Antecedent",
 71808                   0,
 71809               };
 71810               
 71811               static MetaReference
 71812               _CIM_AuthenticationTarget_Antecedent =
 71813               {
 71814                   /* flags */
 71815                   META_FLAG_REFERENCE|META_FLAG_READ,
 71816                   /* name */
 71817                   "Antecedent",
 71818                   /* qualifiers */
 71819 mike  1.1.2.1     _CIM_AuthenticationTarget_Antecedent_qualifiers,
 71820                   /* subscript */
 71821                   -1,
 71822                   /* refId */
 71823                   &__root_cimv2_CIM_AuthenticationRequirement,
 71824               };
 71825               
 71826               static const char*
 71827               _CIM_AuthenticationTarget_Dependent_qualifiers[] =
 71828               {
 71829                   /* Deprecated */
 71830                   "\013\000\001CIM_PolicySetAppliesToElement.ManagedElement\000",
 71831                   /* Override */
 71832                   "\044Dependent",
 71833                   0,
 71834               };
 71835               
 71836               static MetaReference
 71837               _CIM_AuthenticationTarget_Dependent =
 71838               {
 71839                   /* flags */
 71840 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 71841                   /* name */
 71842                   "Dependent",
 71843                   /* qualifiers */
 71844                   _CIM_AuthenticationTarget_Dependent_qualifiers,
 71845                   /* subscript */
 71846                   -1,
 71847                   /* refId */
 71848                   &__root_cimv2_CIM_ManagedElement,
 71849               };
 71850               
 71851               static MetaFeature*
 71852               _CIM_AuthenticationTarget_features[] =
 71853               {
 71854                   (MetaFeature*)&_CIM_AuthenticationTarget_Antecedent,
 71855                   (MetaFeature*)&_CIM_AuthenticationTarget_Dependent,
 71856                   0,
 71857               };
 71858               
 71859               static const char*
 71860               __root_cimv2_CIM_AuthenticationTarget_qualifiers[] =
 71861 mike  1.1.2.1 {
 71862                   /* ASSOCIATION */
 71863                   "\000\001",
 71864                   /* Deprecated */
 71865                   "\013\000\001CIM_PolicySetAppliesToElement\000",
 71866                   /* UMLPackagePath */
 71867                   "\057CIM::User::AuthenticationReqmt",
 71868                   /* Version */
 71869                   "\0632.8.0",
 71870                   0,
 71871               };
 71872               
 71873               MetaClass
 71874               __root_cimv2_CIM_AuthenticationTarget =
 71875               {
 71876                   /* flags */
 71877                   META_FLAG_ASSOCIATION,
 71878                   /* name */
 71879                   "CIM_AuthenticationTarget",
 71880                   /* qualifiers */
 71881                   __root_cimv2_CIM_AuthenticationTarget_qualifiers,
 71882 mike  1.1.2.1     /* super */
 71883                   &__root_cimv2_CIM_Dependency,
 71884                   /* features */
 71885                   _CIM_AuthenticationTarget_features,
 71886               };
 71887               
 71888               //==============================================================================
 71889               //
 71890               // Class: CIM_AuthorizationSubject
 71891               //
 71892               //==============================================================================
 71893               
 71894               static const char*
 71895               _CIM_AuthorizationSubject_Antecedent_qualifiers[] =
 71896               {
 71897                   /* Deprecated */
 71898                   "\013\000\001CIM_AuthorizedSubject.Privilege\000",
 71899                   /* Override */
 71900                   "\044Antecedent",
 71901                   0,
 71902               };
 71903 mike  1.1.2.1 
 71904               static MetaReference
 71905               _CIM_AuthorizationSubject_Antecedent =
 71906               {
 71907                   /* flags */
 71908                   META_FLAG_REFERENCE|META_FLAG_READ,
 71909                   /* name */
 71910                   "Antecedent",
 71911                   /* qualifiers */
 71912                   _CIM_AuthorizationSubject_Antecedent_qualifiers,
 71913                   /* subscript */
 71914                   -1,
 71915                   /* refId */
 71916                   &__root_cimv2_CIM_AccessControlInformation,
 71917               };
 71918               
 71919               static const char*
 71920               _CIM_AuthorizationSubject_Dependent_qualifiers[] =
 71921               {
 71922                   /* Deprecated */
 71923                   "\013\000\001CIM_AuthorizedSubject.PrivilegedElement\000",
 71924 mike  1.1.2.1     /* Override */
 71925                   "\044Dependent",
 71926                   0,
 71927               };
 71928               
 71929               static MetaReference
 71930               _CIM_AuthorizationSubject_Dependent =
 71931               {
 71932                   /* flags */
 71933                   META_FLAG_REFERENCE|META_FLAG_READ,
 71934                   /* name */
 71935                   "Dependent",
 71936                   /* qualifiers */
 71937                   _CIM_AuthorizationSubject_Dependent_qualifiers,
 71938                   /* subscript */
 71939                   -1,
 71940                   /* refId */
 71941                   &__root_cimv2_CIM_ManagedElement,
 71942               };
 71943               
 71944               static MetaFeature*
 71945 mike  1.1.2.1 _CIM_AuthorizationSubject_features[] =
 71946               {
 71947                   (MetaFeature*)&_CIM_AuthorizationSubject_Antecedent,
 71948                   (MetaFeature*)&_CIM_AuthorizationSubject_Dependent,
 71949                   0,
 71950               };
 71951               
 71952               static const char*
 71953               __root_cimv2_CIM_AuthorizationSubject_qualifiers[] =
 71954               {
 71955                   /* ASSOCIATION */
 71956                   "\000\001",
 71957                   /* Deprecated */
 71958                   "\013\000\001CIM_AuthorizedSubject\000",
 71959                   /* UMLPackagePath */
 71960                   "\057CIM::User::AccessControl",
 71961                   /* Version */
 71962                   "\0632.8.0",
 71963                   0,
 71964               };
 71965               
 71966 mike  1.1.2.1 MetaClass
 71967               __root_cimv2_CIM_AuthorizationSubject =
 71968               {
 71969                   /* flags */
 71970                   META_FLAG_ASSOCIATION,
 71971                   /* name */
 71972                   "CIM_AuthorizationSubject",
 71973                   /* qualifiers */
 71974                   __root_cimv2_CIM_AuthorizationSubject_qualifiers,
 71975                   /* super */
 71976                   &__root_cimv2_CIM_Dependency,
 71977                   /* features */
 71978                   _CIM_AuthorizationSubject_features,
 71979               };
 71980               
 71981               //==============================================================================
 71982               //
 71983               // Class: CIM_AuthorizationTarget
 71984               //
 71985               //==============================================================================
 71986               
 71987 mike  1.1.2.1 static const char*
 71988               _CIM_AuthorizationTarget_Antecedent_qualifiers[] =
 71989               {
 71990                   /* Deprecated */
 71991                   "\013\000\001CIM_AuthorizedTarget.Privilege\000",
 71992                   /* Override */
 71993                   "\044Antecedent",
 71994                   0,
 71995               };
 71996               
 71997               static MetaReference
 71998               _CIM_AuthorizationTarget_Antecedent =
 71999               {
 72000                   /* flags */
 72001                   META_FLAG_REFERENCE|META_FLAG_READ,
 72002                   /* name */
 72003                   "Antecedent",
 72004                   /* qualifiers */
 72005                   _CIM_AuthorizationTarget_Antecedent_qualifiers,
 72006                   /* subscript */
 72007                   -1,
 72008 mike  1.1.2.1     /* refId */
 72009                   &__root_cimv2_CIM_AccessControlInformation,
 72010               };
 72011               
 72012               static const char*
 72013               _CIM_AuthorizationTarget_Dependent_qualifiers[] =
 72014               {
 72015                   /* Deprecated */
 72016                   "\013\000\001CIM_AuthorizedTarget.TargetElement\000",
 72017                   /* Override */
 72018                   "\044Dependent",
 72019                   0,
 72020               };
 72021               
 72022               static MetaReference
 72023               _CIM_AuthorizationTarget_Dependent =
 72024               {
 72025                   /* flags */
 72026                   META_FLAG_REFERENCE|META_FLAG_READ,
 72027                   /* name */
 72028                   "Dependent",
 72029 mike  1.1.2.1     /* qualifiers */
 72030                   _CIM_AuthorizationTarget_Dependent_qualifiers,
 72031                   /* subscript */
 72032                   -1,
 72033                   /* refId */
 72034                   &__root_cimv2_CIM_ManagedElement,
 72035               };
 72036               
 72037               static MetaFeature*
 72038               _CIM_AuthorizationTarget_features[] =
 72039               {
 72040                   (MetaFeature*)&_CIM_AuthorizationTarget_Antecedent,
 72041                   (MetaFeature*)&_CIM_AuthorizationTarget_Dependent,
 72042                   0,
 72043               };
 72044               
 72045               static const char*
 72046               __root_cimv2_CIM_AuthorizationTarget_qualifiers[] =
 72047               {
 72048                   /* ASSOCIATION */
 72049                   "\000\001",
 72050 mike  1.1.2.1     /* Deprecated */
 72051                   "\013\000\001CIM_AuthorizedTarget\000",
 72052                   /* UMLPackagePath */
 72053                   "\057CIM::User::AccessControl",
 72054                   /* Version */
 72055                   "\0632.8.0",
 72056                   0,
 72057               };
 72058               
 72059               MetaClass
 72060               __root_cimv2_CIM_AuthorizationTarget =
 72061               {
 72062                   /* flags */
 72063                   META_FLAG_ASSOCIATION,
 72064                   /* name */
 72065                   "CIM_AuthorizationTarget",
 72066                   /* qualifiers */
 72067                   __root_cimv2_CIM_AuthorizationTarget_qualifiers,
 72068                   /* super */
 72069                   &__root_cimv2_CIM_Dependency,
 72070                   /* features */
 72071 mike  1.1.2.1     _CIM_AuthorizationTarget_features,
 72072               };
 72073               
 72074               //==============================================================================
 72075               //
 72076               // Class: CIM_BGPAttributes
 72077               //
 72078               //==============================================================================
 72079               
 72080               static const char*
 72081               _CIM_BGPAttributes_SystemCreationClassName_qualifiers[] =
 72082               {
 72083                   /* Key */
 72084                   "\025\001",
 72085                   /* Propagated */
 72086                   "\045CIM_AutonomousSystem.CreationClassName",
 72087                   /* MaxLen */
 72088                   "\030\000\000\001\000",
 72089                   0,
 72090               };
 72091               
 72092 mike  1.1.2.1 static MetaProperty
 72093               _CIM_BGPAttributes_SystemCreationClassName =
 72094               {
 72095                   /* flags */
 72096                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72097                   /* name */
 72098                   "SystemCreationClassName",
 72099                   /* qualifiers */
 72100                   _CIM_BGPAttributes_SystemCreationClassName_qualifiers,
 72101                   /* type */
 72102                   CIMTYPE_STRING,
 72103                   /* subscript */
 72104                   -1,
 72105                   /* value */
 72106                   0,
 72107               };
 72108               
 72109               static const char*
 72110               _CIM_BGPAttributes_SystemName_qualifiers[] =
 72111               {
 72112                   /* Key */
 72113 mike  1.1.2.1     "\025\001",
 72114                   /* Propagated */
 72115                   "\045CIM_AutonomousSystem.Name",
 72116                   /* MaxLen */
 72117                   "\030\000\000\001\000",
 72118                   0,
 72119               };
 72120               
 72121               static MetaProperty
 72122               _CIM_BGPAttributes_SystemName =
 72123               {
 72124                   /* flags */
 72125                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72126                   /* name */
 72127                   "SystemName",
 72128                   /* qualifiers */
 72129                   _CIM_BGPAttributes_SystemName_qualifiers,
 72130                   /* type */
 72131                   CIMTYPE_STRING,
 72132                   /* subscript */
 72133                   -1,
 72134 mike  1.1.2.1     /* value */
 72135                   0,
 72136               };
 72137               
 72138               static const char*
 72139               _CIM_BGPAttributes_Version_qualifiers[] =
 72140               {
 72141                   /* Key */
 72142                   "\025\001",
 72143                   0,
 72144               };
 72145               
 72146               static MetaProperty
 72147               _CIM_BGPAttributes_Version =
 72148               {
 72149                   /* flags */
 72150                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72151                   /* name */
 72152                   "Version",
 72153                   /* qualifiers */
 72154                   _CIM_BGPAttributes_Version_qualifiers,
 72155 mike  1.1.2.1     /* type */
 72156                   CIMTYPE_STRING,
 72157                   /* subscript */
 72158                   -1,
 72159                   /* value */
 72160                   0,
 72161               };
 72162               
 72163               static const char*
 72164               _CIM_BGPAttributes_LocalPreference_qualifiers[] =
 72165               {
 72166                   /* MappingStrings */
 72167                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrLocalPref\000",
 72168                   0,
 72169               };
 72170               
 72171               static MetaProperty
 72172               _CIM_BGPAttributes_LocalPreference =
 72173               {
 72174                   /* flags */
 72175                   META_FLAG_PROPERTY|META_FLAG_READ,
 72176 mike  1.1.2.1     /* name */
 72177                   "LocalPreference",
 72178                   /* qualifiers */
 72179                   _CIM_BGPAttributes_LocalPreference_qualifiers,
 72180                   /* type */
 72181                   CIMTYPE_UINT16,
 72182                   /* subscript */
 72183                   -1,
 72184                   /* value */
 72185                   0,
 72186               };
 72187               
 72188               static const char*
 72189               _CIM_BGPAttributes_ASPath_qualifiers[] =
 72190               {
 72191                   /* MappingStrings */
 72192                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrASPath\000",
 72193                   0,
 72194               };
 72195               
 72196               static MetaProperty
 72197 mike  1.1.2.1 _CIM_BGPAttributes_ASPath =
 72198               {
 72199                   /* flags */
 72200                   META_FLAG_PROPERTY|META_FLAG_READ,
 72201                   /* name */
 72202                   "ASPath",
 72203                   /* qualifiers */
 72204                   _CIM_BGPAttributes_ASPath_qualifiers,
 72205                   /* type */
 72206                   CIMTYPE_STRING,
 72207                   /* subscript */
 72208                   -1,
 72209                   /* value */
 72210                   0,
 72211               };
 72212               
 72213               static const char*
 72214               _CIM_BGPAttributes_AsSet_qualifiers[] =
 72215               {
 72216                   0,
 72217               };
 72218 mike  1.1.2.1 
 72219               static MetaProperty
 72220               _CIM_BGPAttributes_AsSet =
 72221               {
 72222                   /* flags */
 72223                   META_FLAG_PROPERTY|META_FLAG_READ,
 72224                   /* name */
 72225                   "AsSet",
 72226                   /* qualifiers */
 72227                   _CIM_BGPAttributes_AsSet_qualifiers,
 72228                   /* type */
 72229                   CIMTYPE_STRING,
 72230                   /* subscript */
 72231                   -1,
 72232                   /* value */
 72233                   0,
 72234               };
 72235               
 72236               static const char*
 72237               _CIM_BGPAttributes_NextHop_qualifiers[] =
 72238               {
 72239 mike  1.1.2.1     /* MappingStrings */
 72240                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrNextHop\000",
 72241                   0,
 72242               };
 72243               
 72244               static MetaProperty
 72245               _CIM_BGPAttributes_NextHop =
 72246               {
 72247                   /* flags */
 72248                   META_FLAG_PROPERTY|META_FLAG_READ,
 72249                   /* name */
 72250                   "NextHop",
 72251                   /* qualifiers */
 72252                   _CIM_BGPAttributes_NextHop_qualifiers,
 72253                   /* type */
 72254                   CIMTYPE_STRING,
 72255                   /* subscript */
 72256                   -1,
 72257                   /* value */
 72258                   0,
 72259               };
 72260 mike  1.1.2.1 
 72261               static const char*
 72262               _CIM_BGPAttributes_NextHopSelf_qualifiers[] =
 72263               {
 72264                   0,
 72265               };
 72266               
 72267               static MetaProperty
 72268               _CIM_BGPAttributes_NextHopSelf =
 72269               {
 72270                   /* flags */
 72271                   META_FLAG_PROPERTY|META_FLAG_READ,
 72272                   /* name */
 72273                   "NextHopSelf",
 72274                   /* qualifiers */
 72275                   _CIM_BGPAttributes_NextHopSelf_qualifiers,
 72276                   /* type */
 72277                   CIMTYPE_STRING,
 72278                   /* subscript */
 72279                   -1,
 72280                   /* value */
 72281 mike  1.1.2.1     0,
 72282               };
 72283               
 72284               static const char*
 72285               _CIM_BGPAttributes_MED_qualifiers[] =
 72286               {
 72287                   /* MappingStrings */
 72288                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrMultiExitDisc\000",
 72289                   0,
 72290               };
 72291               
 72292               static MetaProperty
 72293               _CIM_BGPAttributes_MED =
 72294               {
 72295                   /* flags */
 72296                   META_FLAG_PROPERTY|META_FLAG_READ,
 72297                   /* name */
 72298                   "MED",
 72299                   /* qualifiers */
 72300                   _CIM_BGPAttributes_MED_qualifiers,
 72301                   /* type */
 72302 mike  1.1.2.1     CIMTYPE_UINT32,
 72303                   /* subscript */
 72304                   -1,
 72305                   /* value */
 72306                   0,
 72307               };
 72308               
 72309               static const char*
 72310               _CIM_BGPAttributes_BGPCommunityValue_qualifiers[] =
 72311               {
 72312                   0,
 72313               };
 72314               
 72315               static MetaProperty
 72316               _CIM_BGPAttributes_BGPCommunityValue =
 72317               {
 72318                   /* flags */
 72319                   META_FLAG_PROPERTY|META_FLAG_READ,
 72320                   /* name */
 72321                   "BGPCommunityValue",
 72322                   /* qualifiers */
 72323 mike  1.1.2.1     _CIM_BGPAttributes_BGPCommunityValue_qualifiers,
 72324                   /* type */
 72325                   CIMTYPE_UINT32,
 72326                   /* subscript */
 72327                   -1,
 72328                   /* value */
 72329                   0,
 72330               };
 72331               
 72332               static const char*
 72333               _CIM_BGPAttributes_AtomicAggregate_qualifiers[] =
 72334               {
 72335                   /* MappingStrings */
 72336                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAtomicAggregate\000",
 72337                   0,
 72338               };
 72339               
 72340               static MetaProperty
 72341               _CIM_BGPAttributes_AtomicAggregate =
 72342               {
 72343                   /* flags */
 72344 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 72345                   /* name */
 72346                   "AtomicAggregate",
 72347                   /* qualifiers */
 72348                   _CIM_BGPAttributes_AtomicAggregate_qualifiers,
 72349                   /* type */
 72350                   CIMTYPE_BOOLEAN,
 72351                   /* subscript */
 72352                   -1,
 72353                   /* value */
 72354                   0,
 72355               };
 72356               
 72357               static const char*
 72358               _CIM_BGPAttributes_Aggregator_qualifiers[] =
 72359               {
 72360                   /* MappingStrings */
 72361                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAS\000",
 72362                   0,
 72363               };
 72364               
 72365 mike  1.1.2.1 static MetaProperty
 72366               _CIM_BGPAttributes_Aggregator =
 72367               {
 72368                   /* flags */
 72369                   META_FLAG_PROPERTY|META_FLAG_READ,
 72370                   /* name */
 72371                   "Aggregator",
 72372                   /* qualifiers */
 72373                   _CIM_BGPAttributes_Aggregator_qualifiers,
 72374                   /* type */
 72375                   CIMTYPE_STRING,
 72376                   /* subscript */
 72377                   -1,
 72378                   /* value */
 72379                   0,
 72380               };
 72381               
 72382               static const char*
 72383               _CIM_BGPAttributes_Origin_qualifiers[] =
 72384               {
 72385                   /* ValueMap */
 72386 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
 72387                   /* Values */
 72388                   "\062\000\003IGP\000EGP\000INCOMPLETE\000",
 72389                   /* MappingStrings */
 72390                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrOrigin\000",
 72391                   0,
 72392               };
 72393               
 72394               static MetaProperty
 72395               _CIM_BGPAttributes_Origin =
 72396               {
 72397                   /* flags */
 72398                   META_FLAG_PROPERTY|META_FLAG_READ,
 72399                   /* name */
 72400                   "Origin",
 72401                   /* qualifiers */
 72402                   _CIM_BGPAttributes_Origin_qualifiers,
 72403                   /* type */
 72404                   CIMTYPE_UINT16,
 72405                   /* subscript */
 72406                   -1,
 72407 mike  1.1.2.1     /* value */
 72408                   0,
 72409               };
 72410               
 72411               static const char*
 72412               _CIM_BGPAttributes_OriginatorID_qualifiers[] =
 72413               {
 72414                   0,
 72415               };
 72416               
 72417               static MetaProperty
 72418               _CIM_BGPAttributes_OriginatorID =
 72419               {
 72420                   /* flags */
 72421                   META_FLAG_PROPERTY|META_FLAG_READ,
 72422                   /* name */
 72423                   "OriginatorID",
 72424                   /* qualifiers */
 72425                   _CIM_BGPAttributes_OriginatorID_qualifiers,
 72426                   /* type */
 72427                   CIMTYPE_STRING,
 72428 mike  1.1.2.1     /* subscript */
 72429                   -1,
 72430                   /* value */
 72431                   0,
 72432               };
 72433               
 72434               static MetaFeature*
 72435               _CIM_BGPAttributes_features[] =
 72436               {
 72437                   (MetaFeature*)&_CIM_BGPAttributes_SystemCreationClassName,
 72438                   (MetaFeature*)&_CIM_BGPAttributes_SystemName,
 72439                   (MetaFeature*)&_CIM_BGPAttributes_Version,
 72440                   (MetaFeature*)&_CIM_BGPAttributes_LocalPreference,
 72441                   (MetaFeature*)&_CIM_BGPAttributes_ASPath,
 72442                   (MetaFeature*)&_CIM_BGPAttributes_AsSet,
 72443                   (MetaFeature*)&_CIM_BGPAttributes_NextHop,
 72444                   (MetaFeature*)&_CIM_BGPAttributes_NextHopSelf,
 72445                   (MetaFeature*)&_CIM_BGPAttributes_MED,
 72446                   (MetaFeature*)&_CIM_BGPAttributes_BGPCommunityValue,
 72447                   (MetaFeature*)&_CIM_BGPAttributes_AtomicAggregate,
 72448                   (MetaFeature*)&_CIM_BGPAttributes_Aggregator,
 72449 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPAttributes_Origin,
 72450                   (MetaFeature*)&_CIM_BGPAttributes_OriginatorID,
 72451                   0,
 72452               };
 72453               
 72454               static const char*
 72455               __root_cimv2_CIM_BGPAttributes_qualifiers[] =
 72456               {
 72457                   /* UMLPackagePath */
 72458                   "\057CIM::Network::BGP",
 72459                   /* Version */
 72460                   "\0632.7.0",
 72461                   0,
 72462               };
 72463               
 72464               MetaClass
 72465               __root_cimv2_CIM_BGPAttributes =
 72466               {
 72467                   /* flags */
 72468                   META_FLAG_CLASS,
 72469                   /* name */
 72470 mike  1.1.2.1     "CIM_BGPAttributes",
 72471                   /* qualifiers */
 72472                   __root_cimv2_CIM_BGPAttributes_qualifiers,
 72473                   /* super */
 72474                   &__root_cimv2_CIM_LogicalElement,
 72475                   /* features */
 72476                   _CIM_BGPAttributes_features,
 72477               };
 72478               
 72479               //==============================================================================
 72480               //
 72481               // Class: CIM_BGPPathAttributes
 72482               //
 72483               //==============================================================================
 72484               
 72485               static const char*
 72486               _CIM_BGPPathAttributes_ASNumbers_qualifiers[] =
 72487               {
 72488                   /* Key */
 72489                   "\025\001",
 72490                   /* MaxLen */
 72491 mike  1.1.2.1     "\030\000\000\002\000",
 72492                   0,
 72493               };
 72494               
 72495               static MetaProperty
 72496               _CIM_BGPPathAttributes_ASNumbers =
 72497               {
 72498                   /* flags */
 72499                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72500                   /* name */
 72501                   "ASNumbers",
 72502                   /* qualifiers */
 72503                   _CIM_BGPPathAttributes_ASNumbers_qualifiers,
 72504                   /* type */
 72505                   CIMTYPE_STRING,
 72506                   /* subscript */
 72507                   -1,
 72508                   /* value */
 72509                   0,
 72510               };
 72511               
 72512 mike  1.1.2.1 static const char*
 72513               _CIM_BGPPathAttributes_PathAttrNextHop_qualifiers[] =
 72514               {
 72515                   /* Key */
 72516                   "\025\001",
 72517                   /* MaxLen */
 72518                   "\030\000\000\000\040",
 72519                   /* MappingStrings */
 72520                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrNextHop\000",
 72521                   0,
 72522               };
 72523               
 72524               static MetaProperty
 72525               _CIM_BGPPathAttributes_PathAttrNextHop =
 72526               {
 72527                   /* flags */
 72528                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72529                   /* name */
 72530                   "PathAttrNextHop",
 72531                   /* qualifiers */
 72532                   _CIM_BGPPathAttributes_PathAttrNextHop_qualifiers,
 72533 mike  1.1.2.1     /* type */
 72534                   CIMTYPE_STRING,
 72535                   /* subscript */
 72536                   -1,
 72537                   /* value */
 72538                   0,
 72539               };
 72540               
 72541               static const char*
 72542               _CIM_BGPPathAttributes_PathAttrASPathSegment_qualifiers[] =
 72543               {
 72544                   /* OctetString */
 72545                   "\042\001",
 72546                   /* MappingStrings */
 72547                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrASPathSegment\000",
 72548                   0,
 72549               };
 72550               
 72551               static MetaProperty
 72552               _CIM_BGPPathAttributes_PathAttrASPathSegment =
 72553               {
 72554 mike  1.1.2.1     /* flags */
 72555                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 72556                   /* name */
 72557                   "PathAttrASPathSegment",
 72558                   /* qualifiers */
 72559                   _CIM_BGPPathAttributes_PathAttrASPathSegment_qualifiers,
 72560                   /* type */
 72561                   CIMTYPE_UINT8,
 72562                   /* subscript */
 72563                   0,
 72564                   /* value */
 72565                   0,
 72566               };
 72567               
 72568               static const char*
 72569               _CIM_BGPPathAttributes_PathAttrOrigin_qualifiers[] =
 72570               {
 72571                   /* ValueMap */
 72572                   "\061\000\0031\0002\0003\000",
 72573                   /* Values */
 72574                   "\062\000\003IGP\000EGP\000Incomplete\000",
 72575 mike  1.1.2.1     /* MappingStrings */
 72576                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrOrigin\000",
 72577                   0,
 72578               };
 72579               
 72580               static MetaProperty
 72581               _CIM_BGPPathAttributes_PathAttrOrigin =
 72582               {
 72583                   /* flags */
 72584                   META_FLAG_PROPERTY|META_FLAG_READ,
 72585                   /* name */
 72586                   "PathAttrOrigin",
 72587                   /* qualifiers */
 72588                   _CIM_BGPPathAttributes_PathAttrOrigin_qualifiers,
 72589                   /* type */
 72590                   CIMTYPE_UINT16,
 72591                   /* subscript */
 72592                   -1,
 72593                   /* value */
 72594                   0,
 72595               };
 72596 mike  1.1.2.1 
 72597               static const char*
 72598               _CIM_BGPPathAttributes_PathAttrMultiExitDisc_qualifiers[] =
 72599               {
 72600                   /* MappingStrings */
 72601                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrMultiExitDisc\000",
 72602                   0,
 72603               };
 72604               
 72605               static MetaProperty
 72606               _CIM_BGPPathAttributes_PathAttrMultiExitDisc =
 72607               {
 72608                   /* flags */
 72609                   META_FLAG_PROPERTY|META_FLAG_READ,
 72610                   /* name */
 72611                   "PathAttrMultiExitDisc",
 72612                   /* qualifiers */
 72613                   _CIM_BGPPathAttributes_PathAttrMultiExitDisc_qualifiers,
 72614                   /* type */
 72615                   CIMTYPE_SINT32,
 72616                   /* subscript */
 72617 mike  1.1.2.1     -1,
 72618                   /* value */
 72619                   0,
 72620               };
 72621               
 72622               static const char*
 72623               _CIM_BGPPathAttributes_PathAttrLocalPref_qualifiers[] =
 72624               {
 72625                   /* MappingStrings */
 72626                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrLocalPref\000",
 72627                   0,
 72628               };
 72629               
 72630               static MetaProperty
 72631               _CIM_BGPPathAttributes_PathAttrLocalPref =
 72632               {
 72633                   /* flags */
 72634                   META_FLAG_PROPERTY|META_FLAG_READ,
 72635                   /* name */
 72636                   "PathAttrLocalPref",
 72637                   /* qualifiers */
 72638 mike  1.1.2.1     _CIM_BGPPathAttributes_PathAttrLocalPref_qualifiers,
 72639                   /* type */
 72640                   CIMTYPE_SINT32,
 72641                   /* subscript */
 72642                   -1,
 72643                   /* value */
 72644                   0,
 72645               };
 72646               
 72647               static const char*
 72648               _CIM_BGPPathAttributes_PathAttrAtomicAggregate_qualifiers[] =
 72649               {
 72650                   /* ValueMap */
 72651                   "\061\000\0030\0001\0002\000",
 72652                   /* Values */
 72653                   "\062\000\003Unknown\000Less Specific Not Selected\000Less Specific Selected\000",
 72654                   /* MappingStrings */
 72655                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAtomicAggregate\000",
 72656                   0,
 72657               };
 72658               
 72659 mike  1.1.2.1 static MetaProperty
 72660               _CIM_BGPPathAttributes_PathAttrAtomicAggregate =
 72661               {
 72662                   /* flags */
 72663                   META_FLAG_PROPERTY|META_FLAG_READ,
 72664                   /* name */
 72665                   "PathAttrAtomicAggregate",
 72666                   /* qualifiers */
 72667                   _CIM_BGPPathAttributes_PathAttrAtomicAggregate_qualifiers,
 72668                   /* type */
 72669                   CIMTYPE_UINT32,
 72670                   /* subscript */
 72671                   -1,
 72672                   /* value */
 72673                   0,
 72674               };
 72675               
 72676               static const char*
 72677               _CIM_BGPPathAttributes_PathAttrAggregatorAS_qualifiers[] =
 72678               {
 72679                   /* MappingStrings */
 72680 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAS\000",
 72681                   0,
 72682               };
 72683               
 72684               static MetaProperty
 72685               _CIM_BGPPathAttributes_PathAttrAggregatorAS =
 72686               {
 72687                   /* flags */
 72688                   META_FLAG_PROPERTY|META_FLAG_READ,
 72689                   /* name */
 72690                   "PathAttrAggregatorAS",
 72691                   /* qualifiers */
 72692                   _CIM_BGPPathAttributes_PathAttrAggregatorAS_qualifiers,
 72693                   /* type */
 72694                   CIMTYPE_UINT16,
 72695                   /* subscript */
 72696                   -1,
 72697                   /* value */
 72698                   0,
 72699               };
 72700               
 72701 mike  1.1.2.1 static const char*
 72702               _CIM_BGPPathAttributes_PathAttrAggregatorAddr_qualifiers[] =
 72703               {
 72704                   /* MappingStrings */
 72705                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAddr\000",
 72706                   0,
 72707               };
 72708               
 72709               static MetaProperty
 72710               _CIM_BGPPathAttributes_PathAttrAggregatorAddr =
 72711               {
 72712                   /* flags */
 72713                   META_FLAG_PROPERTY|META_FLAG_READ,
 72714                   /* name */
 72715                   "PathAttrAggregatorAddr",
 72716                   /* qualifiers */
 72717                   _CIM_BGPPathAttributes_PathAttrAggregatorAddr_qualifiers,
 72718                   /* type */
 72719                   CIMTYPE_STRING,
 72720                   /* subscript */
 72721                   -1,
 72722 mike  1.1.2.1     /* value */
 72723                   0,
 72724               };
 72725               
 72726               static const char*
 72727               _CIM_BGPPathAttributes_PathAttrCalcLocalPref_qualifiers[] =
 72728               {
 72729                   /* MappingStrings */
 72730                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrCalcLocalPref\000",
 72731                   0,
 72732               };
 72733               
 72734               static MetaProperty
 72735               _CIM_BGPPathAttributes_PathAttrCalcLocalPref =
 72736               {
 72737                   /* flags */
 72738                   META_FLAG_PROPERTY|META_FLAG_READ,
 72739                   /* name */
 72740                   "PathAttrCalcLocalPref",
 72741                   /* qualifiers */
 72742                   _CIM_BGPPathAttributes_PathAttrCalcLocalPref_qualifiers,
 72743 mike  1.1.2.1     /* type */
 72744                   CIMTYPE_SINT16,
 72745                   /* subscript */
 72746                   -1,
 72747                   /* value */
 72748                   0,
 72749               };
 72750               
 72751               static const char*
 72752               _CIM_BGPPathAttributes_PathAttrBest_qualifiers[] =
 72753               {
 72754                   /* ValueMap */
 72755                   "\061\000\0030\0001\0002\000",
 72756                   /* Values */
 72757                   "\062\000\003Unknown\000False\000True\000",
 72758                   /* MappingStrings */
 72759                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrBest\000",
 72760                   0,
 72761               };
 72762               
 72763               static MetaProperty
 72764 mike  1.1.2.1 _CIM_BGPPathAttributes_PathAttrBest =
 72765               {
 72766                   /* flags */
 72767                   META_FLAG_PROPERTY|META_FLAG_READ,
 72768                   /* name */
 72769                   "PathAttrBest",
 72770                   /* qualifiers */
 72771                   _CIM_BGPPathAttributes_PathAttrBest_qualifiers,
 72772                   /* type */
 72773                   CIMTYPE_UINT16,
 72774                   /* subscript */
 72775                   -1,
 72776                   /* value */
 72777                   0,
 72778               };
 72779               
 72780               static const char*
 72781               _CIM_BGPPathAttributes_PathAttrUnknown_qualifiers[] =
 72782               {
 72783                   /* OctetString */
 72784                   "\042\001",
 72785 mike  1.1.2.1     /* MappingStrings */
 72786                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrUnknown\000",
 72787                   /* ModelCorrespondence */
 72788                   "\036\000\001CIM_BGPPathAttributes.PathAttrUnknownNumber\000",
 72789                   0,
 72790               };
 72791               
 72792               static MetaProperty
 72793               _CIM_BGPPathAttributes_PathAttrUnknown =
 72794               {
 72795                   /* flags */
 72796                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 72797                   /* name */
 72798                   "PathAttrUnknown",
 72799                   /* qualifiers */
 72800                   _CIM_BGPPathAttributes_PathAttrUnknown_qualifiers,
 72801                   /* type */
 72802                   CIMTYPE_STRING,
 72803                   /* subscript */
 72804                   0,
 72805                   /* value */
 72806 mike  1.1.2.1     0,
 72807               };
 72808               
 72809               static const char*
 72810               _CIM_BGPPathAttributes_PathAttrUnknownNumber_qualifiers[] =
 72811               {
 72812                   /* MappingStrings */
 72813                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrUnknown\000",
 72814                   /* ModelCorrespondence */
 72815                   "\036\000\001CIM_BGPPathAttributes.PathAttrUnknown\000",
 72816                   0,
 72817               };
 72818               
 72819               static MetaProperty
 72820               _CIM_BGPPathAttributes_PathAttrUnknownNumber =
 72821               {
 72822                   /* flags */
 72823                   META_FLAG_PROPERTY|META_FLAG_READ,
 72824                   /* name */
 72825                   "PathAttrUnknownNumber",
 72826                   /* qualifiers */
 72827 mike  1.1.2.1     _CIM_BGPPathAttributes_PathAttrUnknownNumber_qualifiers,
 72828                   /* type */
 72829                   CIMTYPE_UINT16,
 72830                   /* subscript */
 72831                   -1,
 72832                   /* value */
 72833                   0,
 72834               };
 72835               
 72836               static MetaFeature*
 72837               _CIM_BGPPathAttributes_features[] =
 72838               {
 72839                   (MetaFeature*)&_CIM_BGPPathAttributes_ASNumbers,
 72840                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrNextHop,
 72841                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrASPathSegment,
 72842                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrOrigin,
 72843                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrMultiExitDisc,
 72844                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrLocalPref,
 72845                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAtomicAggregate,
 72846                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAggregatorAS,
 72847                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAggregatorAddr,
 72848 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrCalcLocalPref,
 72849                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrBest,
 72850                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrUnknown,
 72851                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrUnknownNumber,
 72852                   0,
 72853               };
 72854               
 72855               static const char*
 72856               __root_cimv2_CIM_BGPPathAttributes_qualifiers[] =
 72857               {
 72858                   /* UMLPackagePath */
 72859                   "\057CIM::Network::BGP",
 72860                   /* Version */
 72861                   "\0632.7.0",
 72862                   0,
 72863               };
 72864               
 72865               MetaClass
 72866               __root_cimv2_CIM_BGPPathAttributes =
 72867               {
 72868                   /* flags */
 72869 mike  1.1.2.1     META_FLAG_CLASS,
 72870                   /* name */
 72871                   "CIM_BGPPathAttributes",
 72872                   /* qualifiers */
 72873                   __root_cimv2_CIM_BGPPathAttributes_qualifiers,
 72874                   /* super */
 72875                   &__root_cimv2_CIM_LogicalElement,
 72876                   /* features */
 72877                   _CIM_BGPPathAttributes_features,
 72878               };
 72879               
 72880               //==============================================================================
 72881               //
 72882               // Class: CIM_BGPRouteMap
 72883               //
 72884               //==============================================================================
 72885               
 72886               static const char*
 72887               _CIM_BGPRouteMap_SystemCreationClassName_qualifiers[] =
 72888               {
 72889                   /* Key */
 72890 mike  1.1.2.1     "\025\001",
 72891                   /* Propagated */
 72892                   "\045CIM_AutonomousSystem.CreationClassName",
 72893                   /* MaxLen */
 72894                   "\030\000\000\001\000",
 72895                   0,
 72896               };
 72897               
 72898               static MetaProperty
 72899               _CIM_BGPRouteMap_SystemCreationClassName =
 72900               {
 72901                   /* flags */
 72902                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72903                   /* name */
 72904                   "SystemCreationClassName",
 72905                   /* qualifiers */
 72906                   _CIM_BGPRouteMap_SystemCreationClassName_qualifiers,
 72907                   /* type */
 72908                   CIMTYPE_STRING,
 72909                   /* subscript */
 72910                   -1,
 72911 mike  1.1.2.1     /* value */
 72912                   0,
 72913               };
 72914               
 72915               static const char*
 72916               _CIM_BGPRouteMap_SystemName_qualifiers[] =
 72917               {
 72918                   /* Key */
 72919                   "\025\001",
 72920                   /* Propagated */
 72921                   "\045CIM_AutonomousSystem.Name",
 72922                   /* MaxLen */
 72923                   "\030\000\000\001\000",
 72924                   0,
 72925               };
 72926               
 72927               static MetaProperty
 72928               _CIM_BGPRouteMap_SystemName =
 72929               {
 72930                   /* flags */
 72931                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72932 mike  1.1.2.1     /* name */
 72933                   "SystemName",
 72934                   /* qualifiers */
 72935                   _CIM_BGPRouteMap_SystemName_qualifiers,
 72936                   /* type */
 72937                   CIMTYPE_STRING,
 72938                   /* subscript */
 72939                   -1,
 72940                   /* value */
 72941                   0,
 72942               };
 72943               
 72944               static const char*
 72945               _CIM_BGPRouteMap_CreationClassName_qualifiers[] =
 72946               {
 72947                   /* Key */
 72948                   "\025\001",
 72949                   0,
 72950               };
 72951               
 72952               static MetaProperty
 72953 mike  1.1.2.1 _CIM_BGPRouteMap_CreationClassName =
 72954               {
 72955                   /* flags */
 72956                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72957                   /* name */
 72958                   "CreationClassName",
 72959                   /* qualifiers */
 72960                   _CIM_BGPRouteMap_CreationClassName_qualifiers,
 72961                   /* type */
 72962                   CIMTYPE_STRING,
 72963                   /* subscript */
 72964                   -1,
 72965                   /* value */
 72966                   0,
 72967               };
 72968               
 72969               static const char*
 72970               _CIM_BGPRouteMap_Name_qualifiers[] =
 72971               {
 72972                   /* Key */
 72973                   "\025\001",
 72974 mike  1.1.2.1     /* Override */
 72975                   "\044Name",
 72976                   /* MaxLen */
 72977                   "\030\000\000\001\000",
 72978                   0,
 72979               };
 72980               
 72981               static MetaProperty
 72982               _CIM_BGPRouteMap_Name =
 72983               {
 72984                   /* flags */
 72985                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72986                   /* name */
 72987                   "Name",
 72988                   /* qualifiers */
 72989                   _CIM_BGPRouteMap_Name_qualifiers,
 72990                   /* type */
 72991                   CIMTYPE_STRING,
 72992                   /* subscript */
 72993                   -1,
 72994                   /* value */
 72995 mike  1.1.2.1     0,
 72996               };
 72997               
 72998               static const char*
 72999               _CIM_BGPRouteMap_Direction_qualifiers[] =
 73000               {
 73001                   /* ValueMap */
 73002                   "\061\000\0031\0002\0003\000",
 73003                   /* Values */
 73004                   "\062\000\003Input\000Output\000Both\000",
 73005                   0,
 73006               };
 73007               
 73008               static MetaProperty
 73009               _CIM_BGPRouteMap_Direction =
 73010               {
 73011                   /* flags */
 73012                   META_FLAG_PROPERTY|META_FLAG_READ,
 73013                   /* name */
 73014                   "Direction",
 73015                   /* qualifiers */
 73016 mike  1.1.2.1     _CIM_BGPRouteMap_Direction_qualifiers,
 73017                   /* type */
 73018                   CIMTYPE_UINT16,
 73019                   /* subscript */
 73020                   -1,
 73021                   /* value */
 73022                   0,
 73023               };
 73024               
 73025               static const char*
 73026               _CIM_BGPRouteMap_Action_qualifiers[] =
 73027               {
 73028                   /* ValueMap */
 73029                   "\061\000\0021\0002\000",
 73030                   /* Values */
 73031                   "\062\000\002Permit\000Deny\000",
 73032                   0,
 73033               };
 73034               
 73035               static MetaProperty
 73036               _CIM_BGPRouteMap_Action =
 73037 mike  1.1.2.1 {
 73038                   /* flags */
 73039                   META_FLAG_PROPERTY|META_FLAG_READ,
 73040                   /* name */
 73041                   "Action",
 73042                   /* qualifiers */
 73043                   _CIM_BGPRouteMap_Action_qualifiers,
 73044                   /* type */
 73045                   CIMTYPE_UINT16,
 73046                   /* subscript */
 73047                   -1,
 73048                   /* value */
 73049                   0,
 73050               };
 73051               
 73052               static const char*
 73053               _CIM_BGPRouteMap_MatchConditionType_qualifiers[] =
 73054               {
 73055                   /* ValueMap */
 73056                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 73057                   /* Values */
 73058 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",
 73059                   /* ModelCorrespondence */
 73060                   "\036\000\001CIM_BGPRouteMap.OtherMatchConditionType\000",
 73061                   0,
 73062               };
 73063               
 73064               static MetaProperty
 73065               _CIM_BGPRouteMap_MatchConditionType =
 73066               {
 73067                   /* flags */
 73068                   META_FLAG_PROPERTY|META_FLAG_READ,
 73069                   /* name */
 73070                   "MatchConditionType",
 73071                   /* qualifiers */
 73072                   _CIM_BGPRouteMap_MatchConditionType_qualifiers,
 73073                   /* type */
 73074                   CIMTYPE_UINT16,
 73075                   /* subscript */
 73076                   -1,
 73077                   /* value */
 73078                   0,
 73079 mike  1.1.2.1 };
 73080               
 73081               static const char*
 73082               _CIM_BGPRouteMap_OtherMatchConditionType_qualifiers[] =
 73083               {
 73084                   /* ModelCorrespondence */
 73085                   "\036\000\001CIM_BGPRouteMap.MatchConditionType\000",
 73086                   0,
 73087               };
 73088               
 73089               static MetaProperty
 73090               _CIM_BGPRouteMap_OtherMatchConditionType =
 73091               {
 73092                   /* flags */
 73093                   META_FLAG_PROPERTY|META_FLAG_READ,
 73094                   /* name */
 73095                   "OtherMatchConditionType",
 73096                   /* qualifiers */
 73097                   _CIM_BGPRouteMap_OtherMatchConditionType_qualifiers,
 73098                   /* type */
 73099                   CIMTYPE_STRING,
 73100 mike  1.1.2.1     /* subscript */
 73101                   -1,
 73102                   /* value */
 73103                   0,
 73104               };
 73105               
 73106               static const char*
 73107               _CIM_BGPRouteMap_SetMetricType_qualifiers[] =
 73108               {
 73109                   /* ValueMap */
 73110                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 73111                   /* Values */
 73112                   "\062\000\011Origin\000AS_Path\000NEXT_HOP\000Multi_Exit_Disc\000Local_Pref\000Atomic_Aggregate\000Aggregator\000Community\000Originator_ID\000",
 73113                   /* ModelCorrespondence */
 73114                   "\036\000\001CIM_BGPRouteMap.SetMetricValue\000",
 73115                   0,
 73116               };
 73117               
 73118               static MetaProperty
 73119               _CIM_BGPRouteMap_SetMetricType =
 73120               {
 73121 mike  1.1.2.1     /* flags */
 73122                   META_FLAG_PROPERTY|META_FLAG_READ,
 73123                   /* name */
 73124                   "SetMetricType",
 73125                   /* qualifiers */
 73126                   _CIM_BGPRouteMap_SetMetricType_qualifiers,
 73127                   /* type */
 73128                   CIMTYPE_UINT16,
 73129                   /* subscript */
 73130                   -1,
 73131                   /* value */
 73132                   0,
 73133               };
 73134               
 73135               static const char*
 73136               _CIM_BGPRouteMap_SetMetricValue_qualifiers[] =
 73137               {
 73138                   0,
 73139               };
 73140               
 73141               static MetaProperty
 73142 mike  1.1.2.1 _CIM_BGPRouteMap_SetMetricValue =
 73143               {
 73144                   /* flags */
 73145                   META_FLAG_PROPERTY|META_FLAG_READ,
 73146                   /* name */
 73147                   "SetMetricValue",
 73148                   /* qualifiers */
 73149                   _CIM_BGPRouteMap_SetMetricValue_qualifiers,
 73150                   /* type */
 73151                   CIMTYPE_STRING,
 73152                   /* subscript */
 73153                   -1,
 73154                   /* value */
 73155                   0,
 73156               };
 73157               
 73158               static MetaFeature*
 73159               _CIM_BGPRouteMap_features[] =
 73160               {
 73161                   (MetaFeature*)&_CIM_BGPRouteMap_SystemCreationClassName,
 73162                   (MetaFeature*)&_CIM_BGPRouteMap_SystemName,
 73163 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPRouteMap_CreationClassName,
 73164                   (MetaFeature*)&_CIM_BGPRouteMap_Name,
 73165                   (MetaFeature*)&_CIM_BGPRouteMap_Direction,
 73166                   (MetaFeature*)&_CIM_BGPRouteMap_Action,
 73167                   (MetaFeature*)&_CIM_BGPRouteMap_MatchConditionType,
 73168                   (MetaFeature*)&_CIM_BGPRouteMap_OtherMatchConditionType,
 73169                   (MetaFeature*)&_CIM_BGPRouteMap_SetMetricType,
 73170                   (MetaFeature*)&_CIM_BGPRouteMap_SetMetricValue,
 73171                   0,
 73172               };
 73173               
 73174               static const char*
 73175               __root_cimv2_CIM_BGPRouteMap_qualifiers[] =
 73176               {
 73177                   /* UMLPackagePath */
 73178                   "\057CIM::Network::BGP",
 73179                   /* Version */
 73180                   "\0632.7.0",
 73181                   0,
 73182               };
 73183               
 73184 mike  1.1.2.1 MetaClass
 73185               __root_cimv2_CIM_BGPRouteMap =
 73186               {
 73187                   /* flags */
 73188                   META_FLAG_CLASS,
 73189                   /* name */
 73190                   "CIM_BGPRouteMap",
 73191                   /* qualifiers */
 73192                   __root_cimv2_CIM_BGPRouteMap_qualifiers,
 73193                   /* super */
 73194                   &__root_cimv2_CIM_LogicalElement,
 73195                   /* features */
 73196                   _CIM_BGPRouteMap_features,
 73197               };
 73198               
 73199               //==============================================================================
 73200               //
 73201               // Class: CIM_BGPRouteMapsInRoutingPolicy
 73202               //
 73203               //==============================================================================
 73204               
 73205 mike  1.1.2.1 static const char*
 73206               _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent_qualifiers[] =
 73207               {
 73208                   /* Aggregate */
 73209                   "\003\001",
 73210                   /* Override */
 73211                   "\044GroupComponent",
 73212                   0,
 73213               };
 73214               
 73215               static MetaReference
 73216               _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent =
 73217               {
 73218                   /* flags */
 73219                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 73220                   /* name */
 73221                   "GroupComponent",
 73222                   /* qualifiers */
 73223                   _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent_qualifiers,
 73224                   /* subscript */
 73225                   -1,
 73226 mike  1.1.2.1     /* refId */
 73227                   &__root_cimv2_CIM_RoutingPolicy,
 73228               };
 73229               
 73230               static const char*
 73231               _CIM_BGPRouteMapsInRoutingPolicy_PartComponent_qualifiers[] =
 73232               {
 73233                   /* Override */
 73234                   "\044PartComponent",
 73235                   0,
 73236               };
 73237               
 73238               static MetaReference
 73239               _CIM_BGPRouteMapsInRoutingPolicy_PartComponent =
 73240               {
 73241                   /* flags */
 73242                   META_FLAG_REFERENCE|META_FLAG_READ,
 73243                   /* name */
 73244                   "PartComponent",
 73245                   /* qualifiers */
 73246                   _CIM_BGPRouteMapsInRoutingPolicy_PartComponent_qualifiers,
 73247 mike  1.1.2.1     /* subscript */
 73248                   -1,
 73249                   /* refId */
 73250                   &__root_cimv2_CIM_BGPRouteMap,
 73251               };
 73252               
 73253               static const char*
 73254               _CIM_BGPRouteMapsInRoutingPolicy_MapSequence_qualifiers[] =
 73255               {
 73256                   0,
 73257               };
 73258               
 73259               static MetaProperty
 73260               _CIM_BGPRouteMapsInRoutingPolicy_MapSequence =
 73261               {
 73262                   /* flags */
 73263                   META_FLAG_PROPERTY|META_FLAG_READ,
 73264                   /* name */
 73265                   "MapSequence",
 73266                   /* qualifiers */
 73267                   _CIM_BGPRouteMapsInRoutingPolicy_MapSequence_qualifiers,
 73268 mike  1.1.2.1     /* type */
 73269                   CIMTYPE_UINT16,
 73270                   /* subscript */
 73271                   -1,
 73272                   /* value */
 73273                   0,
 73274               };
 73275               
 73276               static MetaFeature*
 73277               _CIM_BGPRouteMapsInRoutingPolicy_features[] =
 73278               {
 73279                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_GroupComponent,
 73280                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_PartComponent,
 73281                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_MapSequence,
 73282                   0,
 73283               };
 73284               
 73285               static const char*
 73286               __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy_qualifiers[] =
 73287               {
 73288                   /* ASSOCIATION */
 73289 mike  1.1.2.1     "\000\001",
 73290                   /* UMLPackagePath */
 73291                   "\057CIM::Network::BGP",
 73292                   /* Aggregation */
 73293                   "\004\001",
 73294                   /* Version */
 73295                   "\0632.6.0",
 73296                   0,
 73297               };
 73298               
 73299               MetaClass
 73300               __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy =
 73301               {
 73302                   /* flags */
 73303                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 73304                   /* name */
 73305                   "CIM_BGPRouteMapsInRoutingPolicy",
 73306                   /* qualifiers */
 73307                   __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy_qualifiers,
 73308                   /* super */
 73309                   &__root_cimv2_CIM_Component,
 73310 mike  1.1.2.1     /* features */
 73311                   _CIM_BGPRouteMapsInRoutingPolicy_features,
 73312               };
 73313               
 73314               //==============================================================================
 73315               //
 73316               // Class: CIM_BGPStatistics
 73317               //
 73318               //==============================================================================
 73319               
 73320               static const char*
 73321               _CIM_BGPStatistics_InUpdates_qualifiers[] =
 73322               {
 73323                   /* Deprecated */
 73324                   "\013\000\001CIM_BGPEndpointStatistics.InUpdates\000",
 73325                   /* Counter */
 73326                   "\012\001",
 73327                   /* MappingStrings */
 73328                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdates\000",
 73329                   0,
 73330               };
 73331 mike  1.1.2.1 
 73332               static MetaProperty
 73333               _CIM_BGPStatistics_InUpdates =
 73334               {
 73335                   /* flags */
 73336                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73337                   /* name */
 73338                   "InUpdates",
 73339                   /* qualifiers */
 73340                   _CIM_BGPStatistics_InUpdates_qualifiers,
 73341                   /* type */
 73342                   CIMTYPE_UINT32,
 73343                   /* subscript */
 73344                   -1,
 73345                   /* value */
 73346                   0,
 73347               };
 73348               
 73349               static const char*
 73350               _CIM_BGPStatistics_OutUpdates_qualifiers[] =
 73351               {
 73352 mike  1.1.2.1     /* Deprecated */
 73353                   "\013\000\001CIM_BGPEndpointStatistics.OutUpdates\000",
 73354                   /* Counter */
 73355                   "\012\001",
 73356                   /* MappingStrings */
 73357                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutUpdates\000",
 73358                   0,
 73359               };
 73360               
 73361               static MetaProperty
 73362               _CIM_BGPStatistics_OutUpdates =
 73363               {
 73364                   /* flags */
 73365                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73366                   /* name */
 73367                   "OutUpdates",
 73368                   /* qualifiers */
 73369                   _CIM_BGPStatistics_OutUpdates_qualifiers,
 73370                   /* type */
 73371                   CIMTYPE_UINT32,
 73372                   /* subscript */
 73373 mike  1.1.2.1     -1,
 73374                   /* value */
 73375                   0,
 73376               };
 73377               
 73378               static const char*
 73379               _CIM_BGPStatistics_InTotalMessages_qualifiers[] =
 73380               {
 73381                   /* Deprecated */
 73382                   "\013\000\001CIM_BGPEndpointStatistics.InTotalMessages\000",
 73383                   /* Counter */
 73384                   "\012\001",
 73385                   /* MappingStrings */
 73386                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInTotalMessages\000",
 73387                   0,
 73388               };
 73389               
 73390               static MetaProperty
 73391               _CIM_BGPStatistics_InTotalMessages =
 73392               {
 73393                   /* flags */
 73394 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73395                   /* name */
 73396                   "InTotalMessages",
 73397                   /* qualifiers */
 73398                   _CIM_BGPStatistics_InTotalMessages_qualifiers,
 73399                   /* type */
 73400                   CIMTYPE_UINT32,
 73401                   /* subscript */
 73402                   -1,
 73403                   /* value */
 73404                   0,
 73405               };
 73406               
 73407               static const char*
 73408               _CIM_BGPStatistics_OutTotalMessages_qualifiers[] =
 73409               {
 73410                   /* Deprecated */
 73411                   "\013\000\001CIM_BGPEndpointStatistics.OutTotalMessages\000",
 73412                   /* Counter */
 73413                   "\012\001",
 73414                   /* MappingStrings */
 73415 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages\000",
 73416                   0,
 73417               };
 73418               
 73419               static MetaProperty
 73420               _CIM_BGPStatistics_OutTotalMessages =
 73421               {
 73422                   /* flags */
 73423                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73424                   /* name */
 73425                   "OutTotalMessages",
 73426                   /* qualifiers */
 73427                   _CIM_BGPStatistics_OutTotalMessages_qualifiers,
 73428                   /* type */
 73429                   CIMTYPE_UINT32,
 73430                   /* subscript */
 73431                   -1,
 73432                   /* value */
 73433                   0,
 73434               };
 73435               
 73436 mike  1.1.2.1 static const char*
 73437               _CIM_BGPStatistics_LastError_qualifiers[] =
 73438               {
 73439                   /* Deprecated */
 73440                   "\013\000\001CIM_BGPEndpointStatistics.LastError\000",
 73441                   /* MappingStrings */
 73442                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLastError\000",
 73443                   0,
 73444               };
 73445               
 73446               static MetaProperty
 73447               _CIM_BGPStatistics_LastError =
 73448               {
 73449                   /* flags */
 73450                   META_FLAG_PROPERTY|META_FLAG_READ,
 73451                   /* name */
 73452                   "LastError",
 73453                   /* qualifiers */
 73454                   _CIM_BGPStatistics_LastError_qualifiers,
 73455                   /* type */
 73456                   CIMTYPE_UINT8,
 73457 mike  1.1.2.1     /* subscript */
 73458                   2,
 73459                   /* value */
 73460                   0,
 73461               };
 73462               
 73463               static const char*
 73464               _CIM_BGPStatistics_FsmEstablishedTransitions_qualifiers[] =
 73465               {
 73466                   /* Deprecated */
 73467                   "\013\000\001CIM_BGPEndpointStatistics.FsmEstablishedTransitions\000",
 73468                   /* Counter */
 73469                   "\012\001",
 73470                   /* MappingStrings */
 73471                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions\000",
 73472                   0,
 73473               };
 73474               
 73475               static MetaProperty
 73476               _CIM_BGPStatistics_FsmEstablishedTransitions =
 73477               {
 73478 mike  1.1.2.1     /* flags */
 73479                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73480                   /* name */
 73481                   "FsmEstablishedTransitions",
 73482                   /* qualifiers */
 73483                   _CIM_BGPStatistics_FsmEstablishedTransitions_qualifiers,
 73484                   /* type */
 73485                   CIMTYPE_UINT32,
 73486                   /* subscript */
 73487                   -1,
 73488                   /* value */
 73489                   0,
 73490               };
 73491               
 73492               static const char*
 73493               _CIM_BGPStatistics_FsmEstablishedTime_qualifiers[] =
 73494               {
 73495                   /* Deprecated */
 73496                   "\013\000\001CIM_BGPEndpointStatistics.FsmEstablishedTime\000",
 73497                   /* Units */
 73498                   "\060Seconds",
 73499 mike  1.1.2.1     /* Gauge */
 73500                   "\023\001",
 73501                   /* MappingStrings */
 73502                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime\000",
 73503                   0,
 73504               };
 73505               
 73506               static MetaProperty
 73507               _CIM_BGPStatistics_FsmEstablishedTime =
 73508               {
 73509                   /* flags */
 73510                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 73511                   /* name */
 73512                   "FsmEstablishedTime",
 73513                   /* qualifiers */
 73514                   _CIM_BGPStatistics_FsmEstablishedTime_qualifiers,
 73515                   /* type */
 73516                   CIMTYPE_UINT32,
 73517                   /* subscript */
 73518                   -1,
 73519                   /* value */
 73520 mike  1.1.2.1     0,
 73521               };
 73522               
 73523               static const char*
 73524               _CIM_BGPStatistics_InUpdateElapsedTime_qualifiers[] =
 73525               {
 73526                   /* Deprecated */
 73527                   "\013\000\001CIM_BGPEndpointStatistics.InUpdateElapsedTime\000",
 73528                   /* Units */
 73529                   "\060Seconds",
 73530                   /* Gauge */
 73531                   "\023\001",
 73532                   /* MappingStrings */
 73533                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime\000",
 73534                   0,
 73535               };
 73536               
 73537               static MetaProperty
 73538               _CIM_BGPStatistics_InUpdateElapsedTime =
 73539               {
 73540                   /* flags */
 73541 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 73542                   /* name */
 73543                   "InUpdateElapsedTime",
 73544                   /* qualifiers */
 73545                   _CIM_BGPStatistics_InUpdateElapsedTime_qualifiers,
 73546                   /* type */
 73547                   CIMTYPE_UINT32,
 73548                   /* subscript */
 73549                   -1,
 73550                   /* value */
 73551                   0,
 73552               };
 73553               
 73554               static MetaFeature*
 73555               _CIM_BGPStatistics_features[] =
 73556               {
 73557                   (MetaFeature*)&_CIM_BGPStatistics_InUpdates,
 73558                   (MetaFeature*)&_CIM_BGPStatistics_OutUpdates,
 73559                   (MetaFeature*)&_CIM_BGPStatistics_InTotalMessages,
 73560                   (MetaFeature*)&_CIM_BGPStatistics_OutTotalMessages,
 73561                   (MetaFeature*)&_CIM_BGPStatistics_LastError,
 73562 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPStatistics_FsmEstablishedTransitions,
 73563                   (MetaFeature*)&_CIM_BGPStatistics_FsmEstablishedTime,
 73564                   (MetaFeature*)&_CIM_BGPStatistics_InUpdateElapsedTime,
 73565                   0,
 73566               };
 73567               
 73568               static const char*
 73569               __root_cimv2_CIM_BGPStatistics_qualifiers[] =
 73570               {
 73571                   /* Deprecated */
 73572                   "\013\000\001CIM_BGPEndpointStatistics\000",
 73573                   /* UMLPackagePath */
 73574                   "\057CIM::Network::BGP",
 73575                   /* Version */
 73576                   "\0632.7.0",
 73577                   0,
 73578               };
 73579               
 73580               MetaClass
 73581               __root_cimv2_CIM_BGPStatistics =
 73582               {
 73583 mike  1.1.2.1     /* flags */
 73584                   META_FLAG_CLASS,
 73585                   /* name */
 73586                   "CIM_BGPStatistics",
 73587                   /* qualifiers */
 73588                   __root_cimv2_CIM_BGPStatistics_qualifiers,
 73589                   /* super */
 73590                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 73591                   /* features */
 73592                   _CIM_BGPStatistics_features,
 73593               };
 73594               
 73595               //==============================================================================
 73596               //
 73597               // Class: CIM_BIOSElement
 73598               //
 73599               //==============================================================================
 73600               
 73601               static const char*
 73602               _CIM_BIOSElement_Version_qualifiers[] =
 73603               {
 73604 mike  1.1.2.1     /* Override */
 73605                   "\044Version",
 73606                   /* MappingStrings */
 73607                   "\026\000\001MIF.DMTF|System BIOS|001.3\000",
 73608                   0,
 73609               };
 73610               
 73611               static MetaProperty
 73612               _CIM_BIOSElement_Version =
 73613               {
 73614                   /* flags */
 73615                   META_FLAG_PROPERTY|META_FLAG_READ,
 73616                   /* name */
 73617                   "Version",
 73618                   /* qualifiers */
 73619                   _CIM_BIOSElement_Version_qualifiers,
 73620                   /* type */
 73621                   CIMTYPE_STRING,
 73622                   /* subscript */
 73623                   -1,
 73624                   /* value */
 73625 mike  1.1.2.1     0,
 73626               };
 73627               
 73628               static const char*
 73629               _CIM_BIOSElement_Manufacturer_qualifiers[] =
 73630               {
 73631                   /* Override */
 73632                   "\044Manufacturer",
 73633                   /* MappingStrings */
 73634                   "\026\000\001MIF.DMTF|System BIOS|001.2\000",
 73635                   0,
 73636               };
 73637               
 73638               static MetaProperty
 73639               _CIM_BIOSElement_Manufacturer =
 73640               {
 73641                   /* flags */
 73642                   META_FLAG_PROPERTY|META_FLAG_READ,
 73643                   /* name */
 73644                   "Manufacturer",
 73645                   /* qualifiers */
 73646 mike  1.1.2.1     _CIM_BIOSElement_Manufacturer_qualifiers,
 73647                   /* type */
 73648                   CIMTYPE_STRING,
 73649                   /* subscript */
 73650                   -1,
 73651                   /* value */
 73652                   0,
 73653               };
 73654               
 73655               static const char*
 73656               _CIM_BIOSElement_PrimaryBIOS_qualifiers[] =
 73657               {
 73658                   /* MappingStrings */
 73659                   "\026\000\001MIF.DMTF|System BIOS|001.9\000",
 73660                   0,
 73661               };
 73662               
 73663               static MetaProperty
 73664               _CIM_BIOSElement_PrimaryBIOS =
 73665               {
 73666                   /* flags */
 73667 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 73668                   /* name */
 73669                   "PrimaryBIOS",
 73670                   /* qualifiers */
 73671                   _CIM_BIOSElement_PrimaryBIOS_qualifiers,
 73672                   /* type */
 73673                   CIMTYPE_BOOLEAN,
 73674                   /* subscript */
 73675                   -1,
 73676                   /* value */
 73677                   0,
 73678               };
 73679               
 73680               static const char*
 73681               _CIM_BIOSElement_ListOfLanguages_qualifiers[] =
 73682               {
 73683                   0,
 73684               };
 73685               
 73686               static MetaProperty
 73687               _CIM_BIOSElement_ListOfLanguages =
 73688 mike  1.1.2.1 {
 73689                   /* flags */
 73690                   META_FLAG_PROPERTY|META_FLAG_READ,
 73691                   /* name */
 73692                   "ListOfLanguages",
 73693                   /* qualifiers */
 73694                   _CIM_BIOSElement_ListOfLanguages_qualifiers,
 73695                   /* type */
 73696                   CIMTYPE_STRING,
 73697                   /* subscript */
 73698                   0,
 73699                   /* value */
 73700                   0,
 73701               };
 73702               
 73703               static const char*
 73704               _CIM_BIOSElement_CurrentLanguage_qualifiers[] =
 73705               {
 73706                   /* ModelCorrespondence */
 73707                   "\036\000\001CIM_BIOSElement.ListOfLanguages\000",
 73708                   0,
 73709 mike  1.1.2.1 };
 73710               
 73711               static MetaProperty
 73712               _CIM_BIOSElement_CurrentLanguage =
 73713               {
 73714                   /* flags */
 73715                   META_FLAG_PROPERTY|META_FLAG_READ,
 73716                   /* name */
 73717                   "CurrentLanguage",
 73718                   /* qualifiers */
 73719                   _CIM_BIOSElement_CurrentLanguage_qualifiers,
 73720                   /* type */
 73721                   CIMTYPE_STRING,
 73722                   /* subscript */
 73723                   -1,
 73724                   /* value */
 73725                   0,
 73726               };
 73727               
 73728               static const char*
 73729               _CIM_BIOSElement_LoadedStartingAddress_qualifiers[] =
 73730 mike  1.1.2.1 {
 73731                   /* MappingStrings */
 73732                   "\026\000\001MIF.DMTF|System BIOS|001.5\000",
 73733                   0,
 73734               };
 73735               
 73736               static MetaProperty
 73737               _CIM_BIOSElement_LoadedStartingAddress =
 73738               {
 73739                   /* flags */
 73740                   META_FLAG_PROPERTY|META_FLAG_READ,
 73741                   /* name */
 73742                   "LoadedStartingAddress",
 73743                   /* qualifiers */
 73744                   _CIM_BIOSElement_LoadedStartingAddress_qualifiers,
 73745                   /* type */
 73746                   CIMTYPE_UINT64,
 73747                   /* subscript */
 73748                   -1,
 73749                   /* value */
 73750                   0,
 73751 mike  1.1.2.1 };
 73752               
 73753               static const char*
 73754               _CIM_BIOSElement_LoadedEndingAddress_qualifiers[] =
 73755               {
 73756                   /* MappingStrings */
 73757                   "\026\000\001MIF.DMTF|System BIOS|001.6\000",
 73758                   0,
 73759               };
 73760               
 73761               static MetaProperty
 73762               _CIM_BIOSElement_LoadedEndingAddress =
 73763               {
 73764                   /* flags */
 73765                   META_FLAG_PROPERTY|META_FLAG_READ,
 73766                   /* name */
 73767                   "LoadedEndingAddress",
 73768                   /* qualifiers */
 73769                   _CIM_BIOSElement_LoadedEndingAddress_qualifiers,
 73770                   /* type */
 73771                   CIMTYPE_UINT64,
 73772 mike  1.1.2.1     /* subscript */
 73773                   -1,
 73774                   /* value */
 73775                   0,
 73776               };
 73777               
 73778               static const char*
 73779               _CIM_BIOSElement_LoadUtilityInformation_qualifiers[] =
 73780               {
 73781                   /* MaxLen */
 73782                   "\030\000\000\000\100",
 73783                   /* MappingStrings */
 73784                   "\026\000\001MIF.DMTF|System BIOS|001.7\000",
 73785                   0,
 73786               };
 73787               
 73788               static MetaProperty
 73789               _CIM_BIOSElement_LoadUtilityInformation =
 73790               {
 73791                   /* flags */
 73792                   META_FLAG_PROPERTY|META_FLAG_READ,
 73793 mike  1.1.2.1     /* name */
 73794                   "LoadUtilityInformation",
 73795                   /* qualifiers */
 73796                   _CIM_BIOSElement_LoadUtilityInformation_qualifiers,
 73797                   /* type */
 73798                   CIMTYPE_STRING,
 73799                   /* subscript */
 73800                   -1,
 73801                   /* value */
 73802                   0,
 73803               };
 73804               
 73805               static const char*
 73806               _CIM_BIOSElement_ReleaseDate_qualifiers[] =
 73807               {
 73808                   /* MappingStrings */
 73809                   "\026\000\001MIF.DMTF|System BIOS|001.8\000",
 73810                   0,
 73811               };
 73812               
 73813               static MetaProperty
 73814 mike  1.1.2.1 _CIM_BIOSElement_ReleaseDate =
 73815               {
 73816                   /* flags */
 73817                   META_FLAG_PROPERTY|META_FLAG_READ,
 73818                   /* name */
 73819                   "ReleaseDate",
 73820                   /* qualifiers */
 73821                   _CIM_BIOSElement_ReleaseDate_qualifiers,
 73822                   /* type */
 73823                   CIMTYPE_DATETIME,
 73824                   /* subscript */
 73825                   -1,
 73826                   /* value */
 73827                   0,
 73828               };
 73829               
 73830               static MetaFeature*
 73831               _CIM_BIOSElement_features[] =
 73832               {
 73833                   (MetaFeature*)&_CIM_BIOSElement_Version,
 73834                   (MetaFeature*)&_CIM_BIOSElement_Manufacturer,
 73835 mike  1.1.2.1     (MetaFeature*)&_CIM_BIOSElement_PrimaryBIOS,
 73836                   (MetaFeature*)&_CIM_BIOSElement_ListOfLanguages,
 73837                   (MetaFeature*)&_CIM_BIOSElement_CurrentLanguage,
 73838                   (MetaFeature*)&_CIM_BIOSElement_LoadedStartingAddress,
 73839                   (MetaFeature*)&_CIM_BIOSElement_LoadedEndingAddress,
 73840                   (MetaFeature*)&_CIM_BIOSElement_LoadUtilityInformation,
 73841                   (MetaFeature*)&_CIM_BIOSElement_ReleaseDate,
 73842                   0,
 73843               };
 73844               
 73845               static const char*
 73846               __root_cimv2_CIM_BIOSElement_qualifiers[] =
 73847               {
 73848                   /* UMLPackagePath */
 73849                   "\057CIM::Application::BIOS",
 73850                   /* Version */
 73851                   "\0632.6.0",
 73852                   0,
 73853               };
 73854               
 73855               MetaClass
 73856 mike  1.1.2.1 __root_cimv2_CIM_BIOSElement =
 73857               {
 73858                   /* flags */
 73859                   META_FLAG_CLASS,
 73860                   /* name */
 73861                   "CIM_BIOSElement",
 73862                   /* qualifiers */
 73863                   __root_cimv2_CIM_BIOSElement_qualifiers,
 73864                   /* super */
 73865                   &__root_cimv2_CIM_SoftwareElement,
 73866                   /* features */
 73867                   _CIM_BIOSElement_features,
 73868               };
 73869               
 73870               //==============================================================================
 73871               //
 73872               // Class: CIM_BIOSFeature
 73873               //
 73874               //==============================================================================
 73875               
 73876               static const char*
 73877 mike  1.1.2.1 _CIM_BIOSFeature_Characteristics_qualifiers[] =
 73878               {
 73879                   /* ValueMap */
 73880                   "\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",
 73881                   /* Values */
 73882                   "\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",
 73883                   /* MappingStrings */
 73884                   "\026\000\001MIF.DMTF|BIOS Characteristic|004.3\000",
 73885                   /* ArrayType */
 73886                   "\005Indexed",
 73887                   /* ModelCorrespondence */
 73888                   "\036\000\001CIM_BIOSFeature.CharacteristicDescriptions\000",
 73889                   0,
 73890               };
 73891               
 73892               static MetaProperty
 73893               _CIM_BIOSFeature_Characteristics =
 73894               {
 73895                   /* flags */
 73896                   META_FLAG_PROPERTY|META_FLAG_READ,
 73897                   /* name */
 73898 mike  1.1.2.1     "Characteristics",
 73899                   /* qualifiers */
 73900                   _CIM_BIOSFeature_Characteristics_qualifiers,
 73901                   /* type */
 73902                   CIMTYPE_UINT16,
 73903                   /* subscript */
 73904                   0,
 73905                   /* value */
 73906                   0,
 73907               };
 73908               
 73909               static const char*
 73910               _CIM_BIOSFeature_CharacteristicDescriptions_qualifiers[] =
 73911               {
 73912                   /* MappingStrings */
 73913                   "\026\000\001MIF.DMTF|BIOS Characteristic|004.4\000",
 73914                   /* ArrayType */
 73915                   "\005Indexed",
 73916                   /* ModelCorrespondence */
 73917                   "\036\000\001CIM_BIOSFeature.Characteristics\000",
 73918                   0,
 73919 mike  1.1.2.1 };
 73920               
 73921               static MetaProperty
 73922               _CIM_BIOSFeature_CharacteristicDescriptions =
 73923               {
 73924                   /* flags */
 73925                   META_FLAG_PROPERTY|META_FLAG_READ,
 73926                   /* name */
 73927                   "CharacteristicDescriptions",
 73928                   /* qualifiers */
 73929                   _CIM_BIOSFeature_CharacteristicDescriptions_qualifiers,
 73930                   /* type */
 73931                   CIMTYPE_STRING,
 73932                   /* subscript */
 73933                   0,
 73934                   /* value */
 73935                   0,
 73936               };
 73937               
 73938               static MetaFeature*
 73939               _CIM_BIOSFeature_features[] =
 73940 mike  1.1.2.1 {
 73941                   (MetaFeature*)&_CIM_BIOSFeature_Characteristics,
 73942                   (MetaFeature*)&_CIM_BIOSFeature_CharacteristicDescriptions,
 73943                   0,
 73944               };
 73945               
 73946               static const char*
 73947               __root_cimv2_CIM_BIOSFeature_qualifiers[] =
 73948               {
 73949                   /* UMLPackagePath */
 73950                   "\057CIM::Application::BIOS",
 73951                   /* Version */
 73952                   "\0632.6.0",
 73953                   0,
 73954               };
 73955               
 73956               MetaClass
 73957               __root_cimv2_CIM_BIOSFeature =
 73958               {
 73959                   /* flags */
 73960                   META_FLAG_CLASS,
 73961 mike  1.1.2.1     /* name */
 73962                   "CIM_BIOSFeature",
 73963                   /* qualifiers */
 73964                   __root_cimv2_CIM_BIOSFeature_qualifiers,
 73965                   /* super */
 73966                   &__root_cimv2_CIM_SoftwareFeature,
 73967                   /* features */
 73968                   _CIM_BIOSFeature_features,
 73969               };
 73970               
 73971               //==============================================================================
 73972               //
 73973               // Class: CIM_BIOSFeatureBIOSElements
 73974               //
 73975               //==============================================================================
 73976               
 73977               static const char*
 73978               _CIM_BIOSFeatureBIOSElements_GroupComponent_qualifiers[] =
 73979               {
 73980                   /* Aggregate */
 73981                   "\003\001",
 73982 mike  1.1.2.1     /* Override */
 73983                   "\044GroupComponent",
 73984                   0,
 73985               };
 73986               
 73987               static MetaReference
 73988               _CIM_BIOSFeatureBIOSElements_GroupComponent =
 73989               {
 73990                   /* flags */
 73991                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 73992                   /* name */
 73993                   "GroupComponent",
 73994                   /* qualifiers */
 73995                   _CIM_BIOSFeatureBIOSElements_GroupComponent_qualifiers,
 73996                   /* subscript */
 73997                   -1,
 73998                   /* refId */
 73999                   &__root_cimv2_CIM_BIOSFeature,
 74000               };
 74001               
 74002               static const char*
 74003 mike  1.1.2.1 _CIM_BIOSFeatureBIOSElements_PartComponent_qualifiers[] =
 74004               {
 74005                   /* Override */
 74006                   "\044PartComponent",
 74007                   0,
 74008               };
 74009               
 74010               static MetaReference
 74011               _CIM_BIOSFeatureBIOSElements_PartComponent =
 74012               {
 74013                   /* flags */
 74014                   META_FLAG_REFERENCE|META_FLAG_READ,
 74015                   /* name */
 74016                   "PartComponent",
 74017                   /* qualifiers */
 74018                   _CIM_BIOSFeatureBIOSElements_PartComponent_qualifiers,
 74019                   /* subscript */
 74020                   -1,
 74021                   /* refId */
 74022                   &__root_cimv2_CIM_BIOSElement,
 74023               };
 74024 mike  1.1.2.1 
 74025               static MetaFeature*
 74026               _CIM_BIOSFeatureBIOSElements_features[] =
 74027               {
 74028                   (MetaFeature*)&_CIM_BIOSFeatureBIOSElements_GroupComponent,
 74029                   (MetaFeature*)&_CIM_BIOSFeatureBIOSElements_PartComponent,
 74030                   0,
 74031               };
 74032               
 74033               static const char*
 74034               __root_cimv2_CIM_BIOSFeatureBIOSElements_qualifiers[] =
 74035               {
 74036                   /* ASSOCIATION */
 74037                   "\000\001",
 74038                   /* UMLPackagePath */
 74039                   "\057CIM::Application::BIOS",
 74040                   /* Aggregation */
 74041                   "\004\001",
 74042                   /* Version */
 74043                   "\0632.6.0",
 74044                   0,
 74045 mike  1.1.2.1 };
 74046               
 74047               MetaClass
 74048               __root_cimv2_CIM_BIOSFeatureBIOSElements =
 74049               {
 74050                   /* flags */
 74051                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74052                   /* name */
 74053                   "CIM_BIOSFeatureBIOSElements",
 74054                   /* qualifiers */
 74055                   __root_cimv2_CIM_BIOSFeatureBIOSElements_qualifiers,
 74056                   /* super */
 74057                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
 74058                   /* features */
 74059                   _CIM_BIOSFeatureBIOSElements_features,
 74060               };
 74061               
 74062               //==============================================================================
 74063               //
 74064               // Class: CIM_BoundedPrioritySchedulingElement
 74065               //
 74066 mike  1.1.2.1 //==============================================================================
 74067               
 74068               static const char*
 74069               _CIM_BoundedPrioritySchedulingElement_WorkConserving_qualifiers[] =
 74070               {
 74071                   /* Override */
 74072                   "\044WorkConserving",
 74073                   0,
 74074               };
 74075               
 74076               static MetaProperty
 74077               _CIM_BoundedPrioritySchedulingElement_WorkConserving =
 74078               {
 74079                   /* flags */
 74080                   META_FLAG_PROPERTY|META_FLAG_READ,
 74081                   /* name */
 74082                   "WorkConserving",
 74083                   /* qualifiers */
 74084                   _CIM_BoundedPrioritySchedulingElement_WorkConserving_qualifiers,
 74085                   /* type */
 74086                   CIMTYPE_BOOLEAN,
 74087 mike  1.1.2.1     /* subscript */
 74088                   -1,
 74089                   /* value */
 74090                   "\001",
 74091               };
 74092               
 74093               static const char*
 74094               _CIM_BoundedPrioritySchedulingElement_BandwidthBound_qualifiers[] =
 74095               {
 74096                   /* Units */
 74097                   "\060KiloBits per Second",
 74098                   0,
 74099               };
 74100               
 74101               static MetaProperty
 74102               _CIM_BoundedPrioritySchedulingElement_BandwidthBound =
 74103               {
 74104                   /* flags */
 74105                   META_FLAG_PROPERTY|META_FLAG_READ,
 74106                   /* name */
 74107                   "BandwidthBound",
 74108 mike  1.1.2.1     /* qualifiers */
 74109                   _CIM_BoundedPrioritySchedulingElement_BandwidthBound_qualifiers,
 74110                   /* type */
 74111                   CIMTYPE_UINT32,
 74112                   /* subscript */
 74113                   -1,
 74114                   /* value */
 74115                   0,
 74116               };
 74117               
 74118               static MetaFeature*
 74119               _CIM_BoundedPrioritySchedulingElement_features[] =
 74120               {
 74121                   (MetaFeature*)&_CIM_BoundedPrioritySchedulingElement_WorkConserving,
 74122                   (MetaFeature*)&_CIM_BoundedPrioritySchedulingElement_BandwidthBound,
 74123                   0,
 74124               };
 74125               
 74126               static const char*
 74127               __root_cimv2_CIM_BoundedPrioritySchedulingElement_qualifiers[] =
 74128               {
 74129 mike  1.1.2.1     /* UMLPackagePath */
 74130                   "\057CIM::Network::QoS",
 74131                   /* Version */
 74132                   "\0632.7.0",
 74133                   0,
 74134               };
 74135               
 74136               MetaClass
 74137               __root_cimv2_CIM_BoundedPrioritySchedulingElement =
 74138               {
 74139                   /* flags */
 74140                   META_FLAG_CLASS,
 74141                   /* name */
 74142                   "CIM_BoundedPrioritySchedulingElement",
 74143                   /* qualifiers */
 74144                   __root_cimv2_CIM_BoundedPrioritySchedulingElement_qualifiers,
 74145                   /* super */
 74146                   &__root_cimv2_CIM_PrioritySchedulingElement,
 74147                   /* features */
 74148                   _CIM_BoundedPrioritySchedulingElement_features,
 74149               };
 74150 mike  1.1.2.1 
 74151               //==============================================================================
 74152               //
 74153               // Class: CIM_Card
 74154               //
 74155               //==============================================================================
 74156               
 74157               static const char*
 74158               _CIM_Card_HostingBoard_qualifiers[] =
 74159               {
 74160                   0,
 74161               };
 74162               
 74163               static MetaProperty
 74164               _CIM_Card_HostingBoard =
 74165               {
 74166                   /* flags */
 74167                   META_FLAG_PROPERTY|META_FLAG_READ,
 74168                   /* name */
 74169                   "HostingBoard",
 74170                   /* qualifiers */
 74171 mike  1.1.2.1     _CIM_Card_HostingBoard_qualifiers,
 74172                   /* type */
 74173                   CIMTYPE_BOOLEAN,
 74174                   /* subscript */
 74175                   -1,
 74176                   /* value */
 74177                   0,
 74178               };
 74179               
 74180               static const char*
 74181               _CIM_Card_SlotLayout_qualifiers[] =
 74182               {
 74183                   0,
 74184               };
 74185               
 74186               static MetaProperty
 74187               _CIM_Card_SlotLayout =
 74188               {
 74189                   /* flags */
 74190                   META_FLAG_PROPERTY|META_FLAG_READ,
 74191                   /* name */
 74192 mike  1.1.2.1     "SlotLayout",
 74193                   /* qualifiers */
 74194                   _CIM_Card_SlotLayout_qualifiers,
 74195                   /* type */
 74196                   CIMTYPE_STRING,
 74197                   /* subscript */
 74198                   -1,
 74199                   /* value */
 74200                   0,
 74201               };
 74202               
 74203               static const char*
 74204               _CIM_Card_RequiresDaughterBoard_qualifiers[] =
 74205               {
 74206                   0,
 74207               };
 74208               
 74209               static MetaProperty
 74210               _CIM_Card_RequiresDaughterBoard =
 74211               {
 74212                   /* flags */
 74213 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 74214                   /* name */
 74215                   "RequiresDaughterBoard",
 74216                   /* qualifiers */
 74217                   _CIM_Card_RequiresDaughterBoard_qualifiers,
 74218                   /* type */
 74219                   CIMTYPE_BOOLEAN,
 74220                   /* subscript */
 74221                   -1,
 74222                   /* value */
 74223                   0,
 74224               };
 74225               
 74226               static const char*
 74227               _CIM_Card_SpecialRequirements_qualifiers[] =
 74228               {
 74229                   /* ModelCorrespondence */
 74230                   "\036\000\001CIM_Card.RequirementsDescription\000",
 74231                   0,
 74232               };
 74233               
 74234 mike  1.1.2.1 static MetaProperty
 74235               _CIM_Card_SpecialRequirements =
 74236               {
 74237                   /* flags */
 74238                   META_FLAG_PROPERTY|META_FLAG_READ,
 74239                   /* name */
 74240                   "SpecialRequirements",
 74241                   /* qualifiers */
 74242                   _CIM_Card_SpecialRequirements_qualifiers,
 74243                   /* type */
 74244                   CIMTYPE_BOOLEAN,
 74245                   /* subscript */
 74246                   -1,
 74247                   /* value */
 74248                   0,
 74249               };
 74250               
 74251               static const char*
 74252               _CIM_Card_RequirementsDescription_qualifiers[] =
 74253               {
 74254                   /* ModelCorrespondence */
 74255 mike  1.1.2.1     "\036\000\001CIM_Card.SpecialRequirements\000",
 74256                   0,
 74257               };
 74258               
 74259               static MetaProperty
 74260               _CIM_Card_RequirementsDescription =
 74261               {
 74262                   /* flags */
 74263                   META_FLAG_PROPERTY|META_FLAG_READ,
 74264                   /* name */
 74265                   "RequirementsDescription",
 74266                   /* qualifiers */
 74267                   _CIM_Card_RequirementsDescription_qualifiers,
 74268                   /* type */
 74269                   CIMTYPE_STRING,
 74270                   /* subscript */
 74271                   -1,
 74272                   /* value */
 74273                   0,
 74274               };
 74275               
 74276 mike  1.1.2.1 static const char*
 74277               _CIM_Card_OperatingVoltages_qualifiers[] =
 74278               {
 74279                   /* Units */
 74280                   "\060MilliVolts",
 74281                   0,
 74282               };
 74283               
 74284               static MetaProperty
 74285               _CIM_Card_OperatingVoltages =
 74286               {
 74287                   /* flags */
 74288                   META_FLAG_PROPERTY|META_FLAG_READ,
 74289                   /* name */
 74290                   "OperatingVoltages",
 74291                   /* qualifiers */
 74292                   _CIM_Card_OperatingVoltages_qualifiers,
 74293                   /* type */
 74294                   CIMTYPE_SINT16,
 74295                   /* subscript */
 74296                   0,
 74297 mike  1.1.2.1     /* value */
 74298                   0,
 74299               };
 74300               
 74301               static const char*
 74302               _CIM_Card_ConnectorPower_Connector_qualifiers[] =
 74303               {
 74304                   /* IN */
 74305                   "\024\001",
 74306                   0,
 74307               };
 74308               
 74309               static MetaReference
 74310               _CIM_Card_ConnectorPower_Connector =
 74311               {
 74312                   /* flags */
 74313                   META_FLAG_REFERENCE|META_FLAG_IN,
 74314                   /* name */
 74315                   "Connector",
 74316                   /* qualifiers */
 74317                   _CIM_Card_ConnectorPower_Connector_qualifiers,
 74318 mike  1.1.2.1     /* subscript */
 74319                   -1,
 74320                   /* ref */
 74321                   &__root_cimv2_CIM_PhysicalConnector,
 74322               };
 74323               
 74324               static const char*
 74325               _CIM_Card_ConnectorPower_PoweredOn_qualifiers[] =
 74326               {
 74327                   /* IN */
 74328                   "\024\001",
 74329                   0,
 74330               };
 74331               
 74332               static MetaProperty
 74333               _CIM_Card_ConnectorPower_PoweredOn =
 74334               {
 74335                   /* flags */
 74336                   META_FLAG_PROPERTY|META_FLAG_IN,
 74337                   /* name */
 74338                   "PoweredOn",
 74339 mike  1.1.2.1     /* qualifiers */
 74340                   _CIM_Card_ConnectorPower_PoweredOn_qualifiers,
 74341                   /* type */
 74342                   CIMTYPE_BOOLEAN,
 74343                   /* subscript */
 74344                   -1,
 74345                   /* value */
 74346                   0,
 74347               };
 74348               
 74349               static MetaFeature*
 74350               _CIM_Card_ConnectorPower_parameters[] =
 74351               {
 74352                   (MetaFeature*)&_CIM_Card_ConnectorPower_Connector,
 74353                   (MetaFeature*)&_CIM_Card_ConnectorPower_PoweredOn,
 74354                   0,
 74355               };
 74356               
 74357               static const char*
 74358               _CIM_Card_ConnectorPower_qualifiers[] =
 74359               {
 74360 mike  1.1.2.1     0,
 74361               };
 74362               
 74363               static MetaMethod
 74364               _CIM_Card_ConnectorPower =
 74365               {
 74366                   /* flags */
 74367                   META_FLAG_METHOD,
 74368                   /* name */
 74369                   "CIM_Card",
 74370                   /* qualifiers */
 74371                   _CIM_Card_ConnectorPower_qualifiers,
 74372                   /* type */
 74373                   CIMTYPE_UINT32,
 74374                   /* parameters */
 74375                   _CIM_Card_ConnectorPower_parameters,
 74376               };
 74377               
 74378               static MetaFeature*
 74379               _CIM_Card_features[] =
 74380               {
 74381 mike  1.1.2.1     (MetaFeature*)&_CIM_Card_HostingBoard,
 74382                   (MetaFeature*)&_CIM_Card_SlotLayout,
 74383                   (MetaFeature*)&_CIM_Card_RequiresDaughterBoard,
 74384                   (MetaFeature*)&_CIM_Card_SpecialRequirements,
 74385                   (MetaFeature*)&_CIM_Card_RequirementsDescription,
 74386                   (MetaFeature*)&_CIM_Card_OperatingVoltages,
 74387                   (MetaFeature*)&_CIM_Card_ConnectorPower,
 74388                   0,
 74389               };
 74390               
 74391               static const char*
 74392               __root_cimv2_CIM_Card_qualifiers[] =
 74393               {
 74394                   /* UMLPackagePath */
 74395                   "\057CIM::Physical::Package",
 74396                   /* Version */
 74397                   "\0632.8.0",
 74398                   0,
 74399               };
 74400               
 74401               MetaClass
 74402 mike  1.1.2.1 __root_cimv2_CIM_Card =
 74403               {
 74404                   /* flags */
 74405                   META_FLAG_CLASS,
 74406                   /* name */
 74407                   "CIM_Card",
 74408                   /* qualifiers */
 74409                   __root_cimv2_CIM_Card_qualifiers,
 74410                   /* super */
 74411                   &__root_cimv2_CIM_PhysicalPackage,
 74412                   /* features */
 74413                   _CIM_Card_features,
 74414               };
 74415               
 74416               //==============================================================================
 74417               //
 74418               // Class: CIM_CardOnCard
 74419               //
 74420               //==============================================================================
 74421               
 74422               static const char*
 74423 mike  1.1.2.1 _CIM_CardOnCard_GroupComponent_qualifiers[] =
 74424               {
 74425                   /* Aggregate */
 74426                   "\003\001",
 74427                   /* Override */
 74428                   "\044GroupComponent",
 74429                   /* Max */
 74430                   "\027\000\000\000\001",
 74431                   0,
 74432               };
 74433               
 74434               static MetaReference
 74435               _CIM_CardOnCard_GroupComponent =
 74436               {
 74437                   /* flags */
 74438                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 74439                   /* name */
 74440                   "GroupComponent",
 74441                   /* qualifiers */
 74442                   _CIM_CardOnCard_GroupComponent_qualifiers,
 74443                   /* subscript */
 74444 mike  1.1.2.1     -1,
 74445                   /* refId */
 74446                   &__root_cimv2_CIM_Card,
 74447               };
 74448               
 74449               static const char*
 74450               _CIM_CardOnCard_PartComponent_qualifiers[] =
 74451               {
 74452                   /* Override */
 74453                   "\044PartComponent",
 74454                   0,
 74455               };
 74456               
 74457               static MetaReference
 74458               _CIM_CardOnCard_PartComponent =
 74459               {
 74460                   /* flags */
 74461                   META_FLAG_REFERENCE|META_FLAG_READ,
 74462                   /* name */
 74463                   "PartComponent",
 74464                   /* qualifiers */
 74465 mike  1.1.2.1     _CIM_CardOnCard_PartComponent_qualifiers,
 74466                   /* subscript */
 74467                   -1,
 74468                   /* refId */
 74469                   &__root_cimv2_CIM_Card,
 74470               };
 74471               
 74472               static const char*
 74473               _CIM_CardOnCard_MountOrSlotDescription_qualifiers[] =
 74474               {
 74475                   0,
 74476               };
 74477               
 74478               static MetaProperty
 74479               _CIM_CardOnCard_MountOrSlotDescription =
 74480               {
 74481                   /* flags */
 74482                   META_FLAG_PROPERTY|META_FLAG_READ,
 74483                   /* name */
 74484                   "MountOrSlotDescription",
 74485                   /* qualifiers */
 74486 mike  1.1.2.1     _CIM_CardOnCard_MountOrSlotDescription_qualifiers,
 74487                   /* type */
 74488                   CIMTYPE_STRING,
 74489                   /* subscript */
 74490                   -1,
 74491                   /* value */
 74492                   0,
 74493               };
 74494               
 74495               static MetaFeature*
 74496               _CIM_CardOnCard_features[] =
 74497               {
 74498                   (MetaFeature*)&_CIM_CardOnCard_GroupComponent,
 74499                   (MetaFeature*)&_CIM_CardOnCard_PartComponent,
 74500                   (MetaFeature*)&_CIM_CardOnCard_MountOrSlotDescription,
 74501                   0,
 74502               };
 74503               
 74504               static const char*
 74505               __root_cimv2_CIM_CardOnCard_qualifiers[] =
 74506               {
 74507 mike  1.1.2.1     /* ASSOCIATION */
 74508                   "\000\001",
 74509                   /* UMLPackagePath */
 74510                   "\057CIM::Physical::Package",
 74511                   /* Aggregation */
 74512                   "\004\001",
 74513                   /* Version */
 74514                   "\0632.6.0",
 74515                   0,
 74516               };
 74517               
 74518               MetaClass
 74519               __root_cimv2_CIM_CardOnCard =
 74520               {
 74521                   /* flags */
 74522                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74523                   /* name */
 74524                   "CIM_CardOnCard",
 74525                   /* qualifiers */
 74526                   __root_cimv2_CIM_CardOnCard_qualifiers,
 74527                   /* super */
 74528 mike  1.1.2.1     &__root_cimv2_CIM_Container,
 74529                   /* features */
 74530                   _CIM_CardOnCard_features,
 74531               };
 74532               
 74533               //==============================================================================
 74534               //
 74535               // Class: CIM_Chassis
 74536               //
 74537               //==============================================================================
 74538               
 74539               static const char*
 74540               _CIM_Chassis_NumberOfPowerCords_qualifiers[] =
 74541               {
 74542                   0,
 74543               };
 74544               
 74545               static MetaProperty
 74546               _CIM_Chassis_NumberOfPowerCords =
 74547               {
 74548                   /* flags */
 74549 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 74550                   /* name */
 74551                   "NumberOfPowerCords",
 74552                   /* qualifiers */
 74553                   _CIM_Chassis_NumberOfPowerCords_qualifiers,
 74554                   /* type */
 74555                   CIMTYPE_UINT16,
 74556                   /* subscript */
 74557                   -1,
 74558                   /* value */
 74559                   0,
 74560               };
 74561               
 74562               static const char*
 74563               _CIM_Chassis_CurrentRequiredOrProduced_qualifiers[] =
 74564               {
 74565                   /* Units */
 74566                   "\060Amps at 120 Volts",
 74567                   0,
 74568               };
 74569               
 74570 mike  1.1.2.1 static MetaProperty
 74571               _CIM_Chassis_CurrentRequiredOrProduced =
 74572               {
 74573                   /* flags */
 74574                   META_FLAG_PROPERTY|META_FLAG_READ,
 74575                   /* name */
 74576                   "CurrentRequiredOrProduced",
 74577                   /* qualifiers */
 74578                   _CIM_Chassis_CurrentRequiredOrProduced_qualifiers,
 74579                   /* type */
 74580                   CIMTYPE_SINT16,
 74581                   /* subscript */
 74582                   -1,
 74583                   /* value */
 74584                   0,
 74585               };
 74586               
 74587               static const char*
 74588               _CIM_Chassis_HeatGeneration_qualifiers[] =
 74589               {
 74590                   /* Units */
 74591 mike  1.1.2.1     "\060BTU per Hour",
 74592                   0,
 74593               };
 74594               
 74595               static MetaProperty
 74596               _CIM_Chassis_HeatGeneration =
 74597               {
 74598                   /* flags */
 74599                   META_FLAG_PROPERTY|META_FLAG_READ,
 74600                   /* name */
 74601                   "HeatGeneration",
 74602                   /* qualifiers */
 74603                   _CIM_Chassis_HeatGeneration_qualifiers,
 74604                   /* type */
 74605                   CIMTYPE_UINT16,
 74606                   /* subscript */
 74607                   -1,
 74608                   /* value */
 74609                   0,
 74610               };
 74611               
 74612 mike  1.1.2.1 static const char*
 74613               _CIM_Chassis_ChassisTypes_qualifiers[] =
 74614               {
 74615                   /* Deprecated */
 74616                   "\013\000\002CIM_Chassis.ChassisPackageType\000CIM_Chassis.MultipleSystemSupport\000",
 74617                   /* ValueMap */
 74618                   "\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",
 74619                   /* Values */
 74620                   "\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",
 74621                   /* MappingStrings */
 74622                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.1\000",
 74623                   /* ArrayType */
 74624                   "\005Indexed",
 74625                   /* ModelCorrespondence */
 74626                   "\036\000\001CIM_Chassis.TypeDescriptions\000",
 74627                   0,
 74628               };
 74629               
 74630               static MetaProperty
 74631               _CIM_Chassis_ChassisTypes =
 74632               {
 74633 mike  1.1.2.1     /* flags */
 74634                   META_FLAG_PROPERTY|META_FLAG_READ,
 74635                   /* name */
 74636                   "ChassisTypes",
 74637                   /* qualifiers */
 74638                   _CIM_Chassis_ChassisTypes_qualifiers,
 74639                   /* type */
 74640                   CIMTYPE_UINT16,
 74641                   /* subscript */
 74642                   0,
 74643                   /* value */
 74644                   0,
 74645               };
 74646               
 74647               static const char*
 74648               _CIM_Chassis_TypeDescriptions_qualifiers[] =
 74649               {
 74650                   /* Deprecated */
 74651                   "\013\000\001CIM_Chassis.ChassisTypeDescription\000",
 74652                   /* ArrayType */
 74653                   "\005Indexed",
 74654 mike  1.1.2.1     /* ModelCorrespondence */
 74655                   "\036\000\001CIM_Chassis.ChassisTypes\000",
 74656                   0,
 74657               };
 74658               
 74659               static MetaProperty
 74660               _CIM_Chassis_TypeDescriptions =
 74661               {
 74662                   /* flags */
 74663                   META_FLAG_PROPERTY|META_FLAG_READ,
 74664                   /* name */
 74665                   "TypeDescriptions",
 74666                   /* qualifiers */
 74667                   _CIM_Chassis_TypeDescriptions_qualifiers,
 74668                   /* type */
 74669                   CIMTYPE_STRING,
 74670                   /* subscript */
 74671                   0,
 74672                   /* value */
 74673                   0,
 74674               };
 74675 mike  1.1.2.1 
 74676               static const char*
 74677               _CIM_Chassis_ChassisPackageType_qualifiers[] =
 74678               {
 74679                   /* ValueMap */
 74680                   "\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",
 74681                   /* Values */
 74682                   "\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",
 74683                   /* MappingStrings */
 74684                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.1\000",
 74685                   /* ModelCorrespondence */
 74686                   "\036\000\001CIM_Chassis.ChassisTypeDescription\000",
 74687                   0,
 74688               };
 74689               
 74690               static MetaProperty
 74691               _CIM_Chassis_ChassisPackageType =
 74692               {
 74693                   /* flags */
 74694                   META_FLAG_PROPERTY|META_FLAG_READ,
 74695                   /* name */
 74696 mike  1.1.2.1     "ChassisPackageType",
 74697                   /* qualifiers */
 74698                   _CIM_Chassis_ChassisPackageType_qualifiers,
 74699                   /* type */
 74700                   CIMTYPE_UINT16,
 74701                   /* subscript */
 74702                   -1,
 74703                   /* value */
 74704                   0,
 74705               };
 74706               
 74707               static const char*
 74708               _CIM_Chassis_ChassisTypeDescription_qualifiers[] =
 74709               {
 74710                   /* ModelCorrespondence */
 74711                   "\036\000\001CIM_Chassis.ChassisPackageType\000",
 74712                   0,
 74713               };
 74714               
 74715               static MetaProperty
 74716               _CIM_Chassis_ChassisTypeDescription =
 74717 mike  1.1.2.1 {
 74718                   /* flags */
 74719                   META_FLAG_PROPERTY|META_FLAG_READ,
 74720                   /* name */
 74721                   "ChassisTypeDescription",
 74722                   /* qualifiers */
 74723                   _CIM_Chassis_ChassisTypeDescription_qualifiers,
 74724                   /* type */
 74725                   CIMTYPE_STRING,
 74726                   /* subscript */
 74727                   -1,
 74728                   /* value */
 74729                   0,
 74730               };
 74731               
 74732               static const char*
 74733               _CIM_Chassis_MultipleSystemSupport_qualifiers[] =
 74734               {
 74735                   /* ValueMap */
 74736                   "\061\000\0030\0001\0002\000",
 74737                   /* Values */
 74738 mike  1.1.2.1     "\062\000\003Unknown\000True\000False\000",
 74739                   0,
 74740               };
 74741               
 74742               static MetaProperty
 74743               _CIM_Chassis_MultipleSystemSupport =
 74744               {
 74745                   /* flags */
 74746                   META_FLAG_PROPERTY|META_FLAG_READ,
 74747                   /* name */
 74748                   "MultipleSystemSupport",
 74749                   /* qualifiers */
 74750                   _CIM_Chassis_MultipleSystemSupport_qualifiers,
 74751                   /* type */
 74752                   CIMTYPE_UINT16,
 74753                   /* subscript */
 74754                   -1,
 74755                   /* value */
 74756                   0,
 74757               };
 74758               
 74759 mike  1.1.2.1 static const char*
 74760               _CIM_Chassis_RackMountable_qualifiers[] =
 74761               {
 74762                   /* ValueMap */
 74763                   "\061\000\0030\0001\0002\000",
 74764                   /* Values */
 74765                   "\062\000\003Unknown\000True\000False\000",
 74766                   0,
 74767               };
 74768               
 74769               static MetaProperty
 74770               _CIM_Chassis_RackMountable =
 74771               {
 74772                   /* flags */
 74773                   META_FLAG_PROPERTY|META_FLAG_READ,
 74774                   /* name */
 74775                   "RackMountable",
 74776                   /* qualifiers */
 74777                   _CIM_Chassis_RackMountable_qualifiers,
 74778                   /* type */
 74779                   CIMTYPE_UINT16,
 74780 mike  1.1.2.1     /* subscript */
 74781                   -1,
 74782                   /* value */
 74783                   0,
 74784               };
 74785               
 74786               static MetaFeature*
 74787               _CIM_Chassis_features[] =
 74788               {
 74789                   (MetaFeature*)&_CIM_Chassis_NumberOfPowerCords,
 74790                   (MetaFeature*)&_CIM_Chassis_CurrentRequiredOrProduced,
 74791                   (MetaFeature*)&_CIM_Chassis_HeatGeneration,
 74792                   (MetaFeature*)&_CIM_Chassis_ChassisTypes,
 74793                   (MetaFeature*)&_CIM_Chassis_TypeDescriptions,
 74794                   (MetaFeature*)&_CIM_Chassis_ChassisPackageType,
 74795                   (MetaFeature*)&_CIM_Chassis_ChassisTypeDescription,
 74796                   (MetaFeature*)&_CIM_Chassis_MultipleSystemSupport,
 74797                   (MetaFeature*)&_CIM_Chassis_RackMountable,
 74798                   0,
 74799               };
 74800               
 74801 mike  1.1.2.1 static const char*
 74802               __root_cimv2_CIM_Chassis_qualifiers[] =
 74803               {
 74804                   /* UMLPackagePath */
 74805                   "\057CIM::Physical::Package",
 74806                   /* Version */
 74807                   "\0632.8.0",
 74808                   0,
 74809               };
 74810               
 74811               MetaClass
 74812               __root_cimv2_CIM_Chassis =
 74813               {
 74814                   /* flags */
 74815                   META_FLAG_CLASS,
 74816                   /* name */
 74817                   "CIM_Chassis",
 74818                   /* qualifiers */
 74819                   __root_cimv2_CIM_Chassis_qualifiers,
 74820                   /* super */
 74821                   &__root_cimv2_CIM_PhysicalFrame,
 74822 mike  1.1.2.1     /* features */
 74823                   _CIM_Chassis_features,
 74824               };
 74825               
 74826               //==============================================================================
 74827               //
 74828               // Class: CIM_ChassisInRack
 74829               //
 74830               //==============================================================================
 74831               
 74832               static const char*
 74833               _CIM_ChassisInRack_GroupComponent_qualifiers[] =
 74834               {
 74835                   /* Aggregate */
 74836                   "\003\001",
 74837                   /* Override */
 74838                   "\044GroupComponent",
 74839                   /* Max */
 74840                   "\027\000\000\000\001",
 74841                   0,
 74842               };
 74843 mike  1.1.2.1 
 74844               static MetaReference
 74845               _CIM_ChassisInRack_GroupComponent =
 74846               {
 74847                   /* flags */
 74848                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 74849                   /* name */
 74850                   "GroupComponent",
 74851                   /* qualifiers */
 74852                   _CIM_ChassisInRack_GroupComponent_qualifiers,
 74853                   /* subscript */
 74854                   -1,
 74855                   /* refId */
 74856                   &__root_cimv2_CIM_Rack,
 74857               };
 74858               
 74859               static const char*
 74860               _CIM_ChassisInRack_PartComponent_qualifiers[] =
 74861               {
 74862                   /* Override */
 74863                   "\044PartComponent",
 74864 mike  1.1.2.1     0,
 74865               };
 74866               
 74867               static MetaReference
 74868               _CIM_ChassisInRack_PartComponent =
 74869               {
 74870                   /* flags */
 74871                   META_FLAG_REFERENCE|META_FLAG_READ,
 74872                   /* name */
 74873                   "PartComponent",
 74874                   /* qualifiers */
 74875                   _CIM_ChassisInRack_PartComponent_qualifiers,
 74876                   /* subscript */
 74877                   -1,
 74878                   /* refId */
 74879                   &__root_cimv2_CIM_Chassis,
 74880               };
 74881               
 74882               static const char*
 74883               _CIM_ChassisInRack_BottomU_qualifiers[] =
 74884               {
 74885 mike  1.1.2.1     /* Units */
 74886                   "\060Us",
 74887                   0,
 74888               };
 74889               
 74890               static MetaProperty
 74891               _CIM_ChassisInRack_BottomU =
 74892               {
 74893                   /* flags */
 74894                   META_FLAG_PROPERTY|META_FLAG_READ,
 74895                   /* name */
 74896                   "BottomU",
 74897                   /* qualifiers */
 74898                   _CIM_ChassisInRack_BottomU_qualifiers,
 74899                   /* type */
 74900                   CIMTYPE_UINT16,
 74901                   /* subscript */
 74902                   -1,
 74903                   /* value */
 74904                   0,
 74905               };
 74906 mike  1.1.2.1 
 74907               static MetaFeature*
 74908               _CIM_ChassisInRack_features[] =
 74909               {
 74910                   (MetaFeature*)&_CIM_ChassisInRack_GroupComponent,
 74911                   (MetaFeature*)&_CIM_ChassisInRack_PartComponent,
 74912                   (MetaFeature*)&_CIM_ChassisInRack_BottomU,
 74913                   0,
 74914               };
 74915               
 74916               static const char*
 74917               __root_cimv2_CIM_ChassisInRack_qualifiers[] =
 74918               {
 74919                   /* ASSOCIATION */
 74920                   "\000\001",
 74921                   /* UMLPackagePath */
 74922                   "\057CIM::Physical::Package",
 74923                   /* Aggregation */
 74924                   "\004\001",
 74925                   /* Version */
 74926                   "\0632.6.0",
 74927 mike  1.1.2.1     0,
 74928               };
 74929               
 74930               MetaClass
 74931               __root_cimv2_CIM_ChassisInRack =
 74932               {
 74933                   /* flags */
 74934                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74935                   /* name */
 74936                   "CIM_ChassisInRack",
 74937                   /* qualifiers */
 74938                   __root_cimv2_CIM_ChassisInRack_qualifiers,
 74939                   /* super */
 74940                   &__root_cimv2_CIM_Container,
 74941                   /* features */
 74942                   _CIM_ChassisInRack_features,
 74943               };
 74944               
 74945               //==============================================================================
 74946               //
 74947               // Class: CIM_Chip
 74948 mike  1.1.2.1 //
 74949               //==============================================================================
 74950               
 74951               static const char*
 74952               _CIM_Chip_FormFactor_qualifiers[] =
 74953               {
 74954                   /* ValueMap */
 74955                   "\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",
 74956                   /* Values */
 74957                   "\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",
 74958                   0,
 74959               };
 74960               
 74961               static MetaProperty
 74962               _CIM_Chip_FormFactor =
 74963               {
 74964                   /* flags */
 74965                   META_FLAG_PROPERTY|META_FLAG_READ,
 74966                   /* name */
 74967                   "FormFactor",
 74968                   /* qualifiers */
 74969 mike  1.1.2.1     _CIM_Chip_FormFactor_qualifiers,
 74970                   /* type */
 74971                   CIMTYPE_UINT16,
 74972                   /* subscript */
 74973                   -1,
 74974                   /* value */
 74975                   0,
 74976               };
 74977               
 74978               static MetaFeature*
 74979               _CIM_Chip_features[] =
 74980               {
 74981                   (MetaFeature*)&_CIM_Chip_FormFactor,
 74982                   0,
 74983               };
 74984               
 74985               static const char*
 74986               __root_cimv2_CIM_Chip_qualifiers[] =
 74987               {
 74988                   /* UMLPackagePath */
 74989                   "\057CIM::Physical::Component",
 74990 mike  1.1.2.1     /* Version */
 74991                   "\0632.6.0",
 74992                   0,
 74993               };
 74994               
 74995               MetaClass
 74996               __root_cimv2_CIM_Chip =
 74997               {
 74998                   /* flags */
 74999                   META_FLAG_CLASS,
 75000                   /* name */
 75001                   "CIM_Chip",
 75002                   /* qualifiers */
 75003                   __root_cimv2_CIM_Chip_qualifiers,
 75004                   /* super */
 75005                   &__root_cimv2_CIM_PhysicalComponent,
 75006                   /* features */
 75007                   _CIM_Chip_features,
 75008               };
 75009               
 75010               //==============================================================================
 75011 mike  1.1.2.1 //
 75012               // Class: CIM_CollectedSoftwareElements
 75013               //
 75014               //==============================================================================
 75015               
 75016               static const char*
 75017               _CIM_CollectedSoftwareElements_Collection_qualifiers[] =
 75018               {
 75019                   /* Aggregate */
 75020                   "\003\001",
 75021                   /* Override */
 75022                   "\044Collection",
 75023                   0,
 75024               };
 75025               
 75026               static MetaReference
 75027               _CIM_CollectedSoftwareElements_Collection =
 75028               {
 75029                   /* flags */
 75030                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75031                   /* name */
 75032 mike  1.1.2.1     "Collection",
 75033                   /* qualifiers */
 75034                   _CIM_CollectedSoftwareElements_Collection_qualifiers,
 75035                   /* subscript */
 75036                   -1,
 75037                   /* refId */
 75038                   &__root_cimv2_CIM_InstalledProduct,
 75039               };
 75040               
 75041               static const char*
 75042               _CIM_CollectedSoftwareElements_Member_qualifiers[] =
 75043               {
 75044                   /* Override */
 75045                   "\044Member",
 75046                   0,
 75047               };
 75048               
 75049               static MetaReference
 75050               _CIM_CollectedSoftwareElements_Member =
 75051               {
 75052                   /* flags */
 75053 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 75054                   /* name */
 75055                   "Member",
 75056                   /* qualifiers */
 75057                   _CIM_CollectedSoftwareElements_Member_qualifiers,
 75058                   /* subscript */
 75059                   -1,
 75060                   /* refId */
 75061                   &__root_cimv2_CIM_SoftwareElement,
 75062               };
 75063               
 75064               static MetaFeature*
 75065               _CIM_CollectedSoftwareElements_features[] =
 75066               {
 75067                   (MetaFeature*)&_CIM_CollectedSoftwareElements_Collection,
 75068                   (MetaFeature*)&_CIM_CollectedSoftwareElements_Member,
 75069                   0,
 75070               };
 75071               
 75072               static const char*
 75073               __root_cimv2_CIM_CollectedSoftwareElements_qualifiers[] =
 75074 mike  1.1.2.1 {
 75075                   /* ASSOCIATION */
 75076                   "\000\001",
 75077                   /* UMLPackagePath */
 75078                   "\057CIM::Application::InstalledProduct",
 75079                   /* Aggregation */
 75080                   "\004\001",
 75081                   /* Version */
 75082                   "\0632.6.0",
 75083                   0,
 75084               };
 75085               
 75086               MetaClass
 75087               __root_cimv2_CIM_CollectedSoftwareElements =
 75088               {
 75089                   /* flags */
 75090                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75091                   /* name */
 75092                   "CIM_CollectedSoftwareElements",
 75093                   /* qualifiers */
 75094                   __root_cimv2_CIM_CollectedSoftwareElements_qualifiers,
 75095 mike  1.1.2.1     /* super */
 75096                   &__root_cimv2_CIM_MemberOfCollection,
 75097                   /* features */
 75098                   _CIM_CollectedSoftwareElements_features,
 75099               };
 75100               
 75101               //==============================================================================
 75102               //
 75103               // Class: CIM_CollectedSoftwareFeatures
 75104               //
 75105               //==============================================================================
 75106               
 75107               static const char*
 75108               _CIM_CollectedSoftwareFeatures_Collection_qualifiers[] =
 75109               {
 75110                   /* Aggregate */
 75111                   "\003\001",
 75112                   /* Override */
 75113                   "\044Collection",
 75114                   0,
 75115               };
 75116 mike  1.1.2.1 
 75117               static MetaReference
 75118               _CIM_CollectedSoftwareFeatures_Collection =
 75119               {
 75120                   /* flags */
 75121                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75122                   /* name */
 75123                   "Collection",
 75124                   /* qualifiers */
 75125                   _CIM_CollectedSoftwareFeatures_Collection_qualifiers,
 75126                   /* subscript */
 75127                   -1,
 75128                   /* refId */
 75129                   &__root_cimv2_CIM_InstalledProduct,
 75130               };
 75131               
 75132               static const char*
 75133               _CIM_CollectedSoftwareFeatures_Member_qualifiers[] =
 75134               {
 75135                   /* Override */
 75136                   "\044Member",
 75137 mike  1.1.2.1     0,
 75138               };
 75139               
 75140               static MetaReference
 75141               _CIM_CollectedSoftwareFeatures_Member =
 75142               {
 75143                   /* flags */
 75144                   META_FLAG_REFERENCE|META_FLAG_READ,
 75145                   /* name */
 75146                   "Member",
 75147                   /* qualifiers */
 75148                   _CIM_CollectedSoftwareFeatures_Member_qualifiers,
 75149                   /* subscript */
 75150                   -1,
 75151                   /* refId */
 75152                   &__root_cimv2_CIM_SoftwareFeature,
 75153               };
 75154               
 75155               static MetaFeature*
 75156               _CIM_CollectedSoftwareFeatures_features[] =
 75157               {
 75158 mike  1.1.2.1     (MetaFeature*)&_CIM_CollectedSoftwareFeatures_Collection,
 75159                   (MetaFeature*)&_CIM_CollectedSoftwareFeatures_Member,
 75160                   0,
 75161               };
 75162               
 75163               static const char*
 75164               __root_cimv2_CIM_CollectedSoftwareFeatures_qualifiers[] =
 75165               {
 75166                   /* ASSOCIATION */
 75167                   "\000\001",
 75168                   /* UMLPackagePath */
 75169                   "\057CIM::Application::InstalledProduct",
 75170                   /* Aggregation */
 75171                   "\004\001",
 75172                   /* Version */
 75173                   "\0632.6.0",
 75174                   0,
 75175               };
 75176               
 75177               MetaClass
 75178               __root_cimv2_CIM_CollectedSoftwareFeatures =
 75179 mike  1.1.2.1 {
 75180                   /* flags */
 75181                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75182                   /* name */
 75183                   "CIM_CollectedSoftwareFeatures",
 75184                   /* qualifiers */
 75185                   __root_cimv2_CIM_CollectedSoftwareFeatures_qualifiers,
 75186                   /* super */
 75187                   &__root_cimv2_CIM_MemberOfCollection,
 75188                   /* features */
 75189                   _CIM_CollectedSoftwareFeatures_features,
 75190               };
 75191               
 75192               //==============================================================================
 75193               //
 75194               // Class: CIM_ConnectedTo
 75195               //
 75196               //==============================================================================
 75197               
 75198               static const char*
 75199               _CIM_ConnectedTo_Antecedent_qualifiers[] =
 75200 mike  1.1.2.1 {
 75201                   /* Override */
 75202                   "\044Antecedent",
 75203                   0,
 75204               };
 75205               
 75206               static MetaReference
 75207               _CIM_ConnectedTo_Antecedent =
 75208               {
 75209                   /* flags */
 75210                   META_FLAG_REFERENCE|META_FLAG_READ,
 75211                   /* name */
 75212                   "Antecedent",
 75213                   /* qualifiers */
 75214                   _CIM_ConnectedTo_Antecedent_qualifiers,
 75215                   /* subscript */
 75216                   -1,
 75217                   /* refId */
 75218                   &__root_cimv2_CIM_PhysicalConnector,
 75219               };
 75220               
 75221 mike  1.1.2.1 static const char*
 75222               _CIM_ConnectedTo_Dependent_qualifiers[] =
 75223               {
 75224                   /* Override */
 75225                   "\044Dependent",
 75226                   0,
 75227               };
 75228               
 75229               static MetaReference
 75230               _CIM_ConnectedTo_Dependent =
 75231               {
 75232                   /* flags */
 75233                   META_FLAG_REFERENCE|META_FLAG_READ,
 75234                   /* name */
 75235                   "Dependent",
 75236                   /* qualifiers */
 75237                   _CIM_ConnectedTo_Dependent_qualifiers,
 75238                   /* subscript */
 75239                   -1,
 75240                   /* refId */
 75241                   &__root_cimv2_CIM_PhysicalConnector,
 75242 mike  1.1.2.1 };
 75243               
 75244               static MetaFeature*
 75245               _CIM_ConnectedTo_features[] =
 75246               {
 75247                   (MetaFeature*)&_CIM_ConnectedTo_Antecedent,
 75248                   (MetaFeature*)&_CIM_ConnectedTo_Dependent,
 75249                   0,
 75250               };
 75251               
 75252               static const char*
 75253               __root_cimv2_CIM_ConnectedTo_qualifiers[] =
 75254               {
 75255                   /* ASSOCIATION */
 75256                   "\000\001",
 75257                   /* UMLPackagePath */
 75258                   "\057CIM::Physical::Connector",
 75259                   /* Version */
 75260                   "\0632.6.0",
 75261                   0,
 75262               };
 75263 mike  1.1.2.1 
 75264               MetaClass
 75265               __root_cimv2_CIM_ConnectedTo =
 75266               {
 75267                   /* flags */
 75268                   META_FLAG_ASSOCIATION,
 75269                   /* name */
 75270                   "CIM_ConnectedTo",
 75271                   /* qualifiers */
 75272                   __root_cimv2_CIM_ConnectedTo_qualifiers,
 75273                   /* super */
 75274                   &__root_cimv2_CIM_Dependency,
 75275                   /* features */
 75276                   _CIM_ConnectedTo_features,
 75277               };
 75278               
 75279               //==============================================================================
 75280               //
 75281               // Class: CIM_ConnectorOnPackage
 75282               //
 75283               //==============================================================================
 75284 mike  1.1.2.1 
 75285               static const char*
 75286               _CIM_ConnectorOnPackage_GroupComponent_qualifiers[] =
 75287               {
 75288                   /* Aggregate */
 75289                   "\003\001",
 75290                   /* Override */
 75291                   "\044GroupComponent",
 75292                   /* Max */
 75293                   "\027\000\000\000\001",
 75294                   0,
 75295               };
 75296               
 75297               static MetaReference
 75298               _CIM_ConnectorOnPackage_GroupComponent =
 75299               {
 75300                   /* flags */
 75301                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75302                   /* name */
 75303                   "GroupComponent",
 75304                   /* qualifiers */
 75305 mike  1.1.2.1     _CIM_ConnectorOnPackage_GroupComponent_qualifiers,
 75306                   /* subscript */
 75307                   -1,
 75308                   /* refId */
 75309                   &__root_cimv2_CIM_PhysicalPackage,
 75310               };
 75311               
 75312               static const char*
 75313               _CIM_ConnectorOnPackage_PartComponent_qualifiers[] =
 75314               {
 75315                   /* Override */
 75316                   "\044PartComponent",
 75317                   0,
 75318               };
 75319               
 75320               static MetaReference
 75321               _CIM_ConnectorOnPackage_PartComponent =
 75322               {
 75323                   /* flags */
 75324                   META_FLAG_REFERENCE|META_FLAG_READ,
 75325                   /* name */
 75326 mike  1.1.2.1     "PartComponent",
 75327                   /* qualifiers */
 75328                   _CIM_ConnectorOnPackage_PartComponent_qualifiers,
 75329                   /* subscript */
 75330                   -1,
 75331                   /* refId */
 75332                   &__root_cimv2_CIM_PhysicalConnector,
 75333               };
 75334               
 75335               static MetaFeature*
 75336               _CIM_ConnectorOnPackage_features[] =
 75337               {
 75338                   (MetaFeature*)&_CIM_ConnectorOnPackage_GroupComponent,
 75339                   (MetaFeature*)&_CIM_ConnectorOnPackage_PartComponent,
 75340                   0,
 75341               };
 75342               
 75343               static const char*
 75344               __root_cimv2_CIM_ConnectorOnPackage_qualifiers[] =
 75345               {
 75346                   /* ASSOCIATION */
 75347 mike  1.1.2.1     "\000\001",
 75348                   /* UMLPackagePath */
 75349                   "\057CIM::Physical::Connector",
 75350                   /* Aggregation */
 75351                   "\004\001",
 75352                   /* Version */
 75353                   "\0632.6.0",
 75354                   0,
 75355               };
 75356               
 75357               MetaClass
 75358               __root_cimv2_CIM_ConnectorOnPackage =
 75359               {
 75360                   /* flags */
 75361                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75362                   /* name */
 75363                   "CIM_ConnectorOnPackage",
 75364                   /* qualifiers */
 75365                   __root_cimv2_CIM_ConnectorOnPackage_qualifiers,
 75366                   /* super */
 75367                   &__root_cimv2_CIM_Container,
 75368 mike  1.1.2.1     /* features */
 75369                   _CIM_ConnectorOnPackage_features,
 75370               };
 75371               
 75372               //==============================================================================
 75373               //
 75374               // Class: CIM_CorrespondingSettingsRecord
 75375               //
 75376               //==============================================================================
 75377               
 75378               static const char*
 75379               _CIM_CorrespondingSettingsRecord_DataRecord_qualifiers[] =
 75380               {
 75381                   /* Key */
 75382                   "\025\001",
 75383                   0,
 75384               };
 75385               
 75386               static MetaReference
 75387               _CIM_CorrespondingSettingsRecord_DataRecord =
 75388               {
 75389 mike  1.1.2.1     /* flags */
 75390                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 75391                   /* name */
 75392                   "DataRecord",
 75393                   /* qualifiers */
 75394                   _CIM_CorrespondingSettingsRecord_DataRecord_qualifiers,
 75395                   /* subscript */
 75396                   -1,
 75397                   /* refId */
 75398                   &__root_cimv2_CIM_DiagnosticRecord,
 75399               };
 75400               
 75401               static const char*
 75402               _CIM_CorrespondingSettingsRecord_SettingsRecord_qualifiers[] =
 75403               {
 75404                   /* Key */
 75405                   "\025\001",
 75406                   0,
 75407               };
 75408               
 75409               static MetaReference
 75410 mike  1.1.2.1 _CIM_CorrespondingSettingsRecord_SettingsRecord =
 75411               {
 75412                   /* flags */
 75413                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 75414                   /* name */
 75415                   "SettingsRecord",
 75416                   /* qualifiers */
 75417                   _CIM_CorrespondingSettingsRecord_SettingsRecord_qualifiers,
 75418                   /* subscript */
 75419                   -1,
 75420                   /* refId */
 75421                   &__root_cimv2_CIM_DiagnosticSettingRecord,
 75422               };
 75423               
 75424               static MetaFeature*
 75425               _CIM_CorrespondingSettingsRecord_features[] =
 75426               {
 75427                   (MetaFeature*)&_CIM_CorrespondingSettingsRecord_DataRecord,
 75428                   (MetaFeature*)&_CIM_CorrespondingSettingsRecord_SettingsRecord,
 75429                   0,
 75430               };
 75431 mike  1.1.2.1 
 75432               static const char*
 75433               __root_cimv2_CIM_CorrespondingSettingsRecord_qualifiers[] =
 75434               {
 75435                   /* ASSOCIATION */
 75436                   "\000\001",
 75437                   /* UMLPackagePath */
 75438                   "\057CIM::System::Diagnostics",
 75439                   /* Version */
 75440                   "\0632.9.0",
 75441                   0,
 75442               };
 75443               
 75444               MetaClass
 75445               __root_cimv2_CIM_CorrespondingSettingsRecord =
 75446               {
 75447                   /* flags */
 75448                   META_FLAG_ASSOCIATION,
 75449                   /* name */
 75450                   "CIM_CorrespondingSettingsRecord",
 75451                   /* qualifiers */
 75452 mike  1.1.2.1     __root_cimv2_CIM_CorrespondingSettingsRecord_qualifiers,
 75453                   /* super */
 75454                   0,
 75455                   /* features */
 75456                   _CIM_CorrespondingSettingsRecord_features,
 75457               };
 75458               
 75459               //==============================================================================
 75460               //
 75461               // Class: CIM_DatabaseParameter
 75462               //
 75463               //==============================================================================
 75464               
 75465               static MetaFeature*
 75466               _CIM_DatabaseParameter_features[] =
 75467               {
 75468                   0,
 75469               };
 75470               
 75471               static const char*
 75472               __root_cimv2_CIM_DatabaseParameter_qualifiers[] =
 75473 mike  1.1.2.1 {
 75474                   /* UMLPackagePath */
 75475                   "\057CIM::Database::System",
 75476                   /* Abstract */
 75477                   "\002\001",
 75478                   /* Version */
 75479                   "\0632.7.0",
 75480                   0,
 75481               };
 75482               
 75483               MetaClass
 75484               __root_cimv2_CIM_DatabaseParameter =
 75485               {
 75486                   /* flags */
 75487                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 75488                   /* name */
 75489                   "CIM_DatabaseParameter",
 75490                   /* qualifiers */
 75491                   __root_cimv2_CIM_DatabaseParameter_qualifiers,
 75492                   /* super */
 75493                   &__root_cimv2_CIM_ScopedSettingData,
 75494 mike  1.1.2.1     /* features */
 75495                   _CIM_DatabaseParameter_features,
 75496               };
 75497               
 75498               //==============================================================================
 75499               //
 75500               // Class: CIM_DatabaseSegmentSettingData
 75501               //
 75502               //==============================================================================
 75503               
 75504               static const char*
 75505               _CIM_DatabaseSegmentSettingData_InitialExtentSize_qualifiers[] =
 75506               {
 75507                   /* Write */
 75508                   "\065\001",
 75509                   /* Units */
 75510                   "\060Bytes",
 75511                   0,
 75512               };
 75513               
 75514               static MetaProperty
 75515 mike  1.1.2.1 _CIM_DatabaseSegmentSettingData_InitialExtentSize =
 75516               {
 75517                   /* flags */
 75518                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75519                   /* name */
 75520                   "InitialExtentSize",
 75521                   /* qualifiers */
 75522                   _CIM_DatabaseSegmentSettingData_InitialExtentSize_qualifiers,
 75523                   /* type */
 75524                   CIMTYPE_UINT64,
 75525                   /* subscript */
 75526                   -1,
 75527                   /* value */
 75528                   0,
 75529               };
 75530               
 75531               static const char*
 75532               _CIM_DatabaseSegmentSettingData_MinimumExtents_qualifiers[] =
 75533               {
 75534                   /* Write */
 75535                   "\065\001",
 75536 mike  1.1.2.1     0,
 75537               };
 75538               
 75539               static MetaProperty
 75540               _CIM_DatabaseSegmentSettingData_MinimumExtents =
 75541               {
 75542                   /* flags */
 75543                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75544                   /* name */
 75545                   "MinimumExtents",
 75546                   /* qualifiers */
 75547                   _CIM_DatabaseSegmentSettingData_MinimumExtents_qualifiers,
 75548                   /* type */
 75549                   CIMTYPE_UINT64,
 75550                   /* subscript */
 75551                   -1,
 75552                   /* value */
 75553                   0,
 75554               };
 75555               
 75556               static const char*
 75557 mike  1.1.2.1 _CIM_DatabaseSegmentSettingData_MaximumExtents_qualifiers[] =
 75558               {
 75559                   /* Write */
 75560                   "\065\001",
 75561                   0,
 75562               };
 75563               
 75564               static MetaProperty
 75565               _CIM_DatabaseSegmentSettingData_MaximumExtents =
 75566               {
 75567                   /* flags */
 75568                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75569                   /* name */
 75570                   "MaximumExtents",
 75571                   /* qualifiers */
 75572                   _CIM_DatabaseSegmentSettingData_MaximumExtents_qualifiers,
 75573                   /* type */
 75574                   CIMTYPE_UINT64,
 75575                   /* subscript */
 75576                   -1,
 75577                   /* value */
 75578 mike  1.1.2.1     0,
 75579               };
 75580               
 75581               static const char*
 75582               _CIM_DatabaseSegmentSettingData_NextExtentSize_qualifiers[] =
 75583               {
 75584                   /* Write */
 75585                   "\065\001",
 75586                   /* Units */
 75587                   "\060Bytes",
 75588                   /* MinValue */
 75589                   "\035\000\000\000\000\000\000\000\000",
 75590                   /* ModelCorrespondence */
 75591                   "\036\000\001CIM_DatabaseSegmentSettingData.PercentIncrease\000",
 75592                   0,
 75593               };
 75594               
 75595               static MetaProperty
 75596               _CIM_DatabaseSegmentSettingData_NextExtentSize =
 75597               {
 75598                   /* flags */
 75599 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75600                   /* name */
 75601                   "NextExtentSize",
 75602                   /* qualifiers */
 75603                   _CIM_DatabaseSegmentSettingData_NextExtentSize_qualifiers,
 75604                   /* type */
 75605                   CIMTYPE_UINT64,
 75606                   /* subscript */
 75607                   -1,
 75608                   /* value */
 75609                   0,
 75610               };
 75611               
 75612               static const char*
 75613               _CIM_DatabaseSegmentSettingData_PercentIncrease_qualifiers[] =
 75614               {
 75615                   /* Write */
 75616                   "\065\001",
 75617                   /* MinValue */
 75618                   "\035\000\000\000\000\000\000\000\000",
 75619                   /* ModelCorrespondence */
 75620 mike  1.1.2.1     "\036\000\001CIM_DatabaseSegmentSettingData.NextExtentSize\000",
 75621                   0,
 75622               };
 75623               
 75624               static MetaProperty
 75625               _CIM_DatabaseSegmentSettingData_PercentIncrease =
 75626               {
 75627                   /* flags */
 75628                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75629                   /* name */
 75630                   "PercentIncrease",
 75631                   /* qualifiers */
 75632                   _CIM_DatabaseSegmentSettingData_PercentIncrease_qualifiers,
 75633                   /* type */
 75634                   CIMTYPE_UINT16,
 75635                   /* subscript */
 75636                   -1,
 75637                   /* value */
 75638                   0,
 75639               };
 75640               
 75641 mike  1.1.2.1 static const char*
 75642               _CIM_DatabaseSegmentSettingData_NumberOfFreeLists_qualifiers[] =
 75643               {
 75644                   /* Write */
 75645                   "\065\001",
 75646                   0,
 75647               };
 75648               
 75649               static MetaProperty
 75650               _CIM_DatabaseSegmentSettingData_NumberOfFreeLists =
 75651               {
 75652                   /* flags */
 75653                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75654                   /* name */
 75655                   "NumberOfFreeLists",
 75656                   /* qualifiers */
 75657                   _CIM_DatabaseSegmentSettingData_NumberOfFreeLists_qualifiers,
 75658                   /* type */
 75659                   CIMTYPE_UINT32,
 75660                   /* subscript */
 75661                   -1,
 75662 mike  1.1.2.1     /* value */
 75663                   0,
 75664               };
 75665               
 75666               static MetaFeature*
 75667               _CIM_DatabaseSegmentSettingData_features[] =
 75668               {
 75669                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_InitialExtentSize,
 75670                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_MinimumExtents,
 75671                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_MaximumExtents,
 75672                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_NextExtentSize,
 75673                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_PercentIncrease,
 75674                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_NumberOfFreeLists,
 75675                   0,
 75676               };
 75677               
 75678               static const char*
 75679               __root_cimv2_CIM_DatabaseSegmentSettingData_qualifiers[] =
 75680               {
 75681                   /* UMLPackagePath */
 75682                   "\057CIM::Database::Storage",
 75683 mike  1.1.2.1     /* Version */
 75684                   "\0632.8.0",
 75685                   0,
 75686               };
 75687               
 75688               MetaClass
 75689               __root_cimv2_CIM_DatabaseSegmentSettingData =
 75690               {
 75691                   /* flags */
 75692                   META_FLAG_CLASS,
 75693                   /* name */
 75694                   "CIM_DatabaseSegmentSettingData",
 75695                   /* qualifiers */
 75696                   __root_cimv2_CIM_DatabaseSegmentSettingData_qualifiers,
 75697                   /* super */
 75698                   &__root_cimv2_CIM_ScopedSettingData,
 75699                   /* features */
 75700                   _CIM_DatabaseSegmentSettingData_features,
 75701               };
 75702               
 75703               //==============================================================================
 75704 mike  1.1.2.1 //
 75705               // Class: CIM_DataFile
 75706               //
 75707               //==============================================================================
 75708               
 75709               static MetaFeature*
 75710               _CIM_DataFile_features[] =
 75711               {
 75712                   0,
 75713               };
 75714               
 75715               static const char*
 75716               __root_cimv2_CIM_DataFile_qualifiers[] =
 75717               {
 75718                   /* UMLPackagePath */
 75719                   "\057CIM::System::FileElements",
 75720                   /* Version */
 75721                   "\0632.6.0",
 75722                   0,
 75723               };
 75724               
 75725 mike  1.1.2.1 MetaClass
 75726               __root_cimv2_CIM_DataFile =
 75727               {
 75728                   /* flags */
 75729                   META_FLAG_CLASS,
 75730                   /* name */
 75731                   "CIM_DataFile",
 75732                   /* qualifiers */
 75733                   __root_cimv2_CIM_DataFile_qualifiers,
 75734                   /* super */
 75735                   &__root_cimv2_CIM_LogicalFile,
 75736                   /* features */
 75737                   _CIM_DataFile_features,
 75738               };
 75739               
 75740               //==============================================================================
 75741               //
 75742               // Class: CIM_DefaultSetting
 75743               //
 75744               //==============================================================================
 75745               
 75746 mike  1.1.2.1 static const char*
 75747               _CIM_DefaultSetting_Setting_qualifiers[] =
 75748               {
 75749                   /* Override */
 75750                   "\044Setting",
 75751                   /* Max */
 75752                   "\027\000\000\000\001",
 75753                   0,
 75754               };
 75755               
 75756               static MetaReference
 75757               _CIM_DefaultSetting_Setting =
 75758               {
 75759                   /* flags */
 75760                   META_FLAG_REFERENCE|META_FLAG_READ,
 75761                   /* name */
 75762                   "Setting",
 75763                   /* qualifiers */
 75764                   _CIM_DefaultSetting_Setting_qualifiers,
 75765                   /* subscript */
 75766                   -1,
 75767 mike  1.1.2.1     /* refId */
 75768                   &__root_cimv2_CIM_Setting,
 75769               };
 75770               
 75771               static MetaFeature*
 75772               _CIM_DefaultSetting_features[] =
 75773               {
 75774                   (MetaFeature*)&_CIM_DefaultSetting_Setting,
 75775                   0,
 75776               };
 75777               
 75778               static const char*
 75779               __root_cimv2_CIM_DefaultSetting_qualifiers[] =
 75780               {
 75781                   /* ASSOCIATION */
 75782                   "\000\001",
 75783                   /* UMLPackagePath */
 75784                   "\057CIM::Core::Settings",
 75785                   /* Version */
 75786                   "\0632.10.0",
 75787                   0,
 75788 mike  1.1.2.1 };
 75789               
 75790               MetaClass
 75791               __root_cimv2_CIM_DefaultSetting =
 75792               {
 75793                   /* flags */
 75794                   META_FLAG_ASSOCIATION,
 75795                   /* name */
 75796                   "CIM_DefaultSetting",
 75797                   /* qualifiers */
 75798                   __root_cimv2_CIM_DefaultSetting_qualifiers,
 75799                   /* super */
 75800                   &__root_cimv2_CIM_ElementSetting,
 75801                   /* features */
 75802                   _CIM_DefaultSetting_features,
 75803               };
 75804               
 75805               //==============================================================================
 75806               //
 75807               // Class: CIM_DeviceFile
 75808               //
 75809 mike  1.1.2.1 //==============================================================================
 75810               
 75811               static MetaFeature*
 75812               _CIM_DeviceFile_features[] =
 75813               {
 75814                   0,
 75815               };
 75816               
 75817               static const char*
 75818               __root_cimv2_CIM_DeviceFile_qualifiers[] =
 75819               {
 75820                   /* UMLPackagePath */
 75821                   "\057CIM::System::FileElements",
 75822                   /* Version */
 75823                   "\0632.6.0",
 75824                   0,
 75825               };
 75826               
 75827               MetaClass
 75828               __root_cimv2_CIM_DeviceFile =
 75829               {
 75830 mike  1.1.2.1     /* flags */
 75831                   META_FLAG_CLASS,
 75832                   /* name */
 75833                   "CIM_DeviceFile",
 75834                   /* qualifiers */
 75835                   __root_cimv2_CIM_DeviceFile_qualifiers,
 75836                   /* super */
 75837                   &__root_cimv2_CIM_LogicalFile,
 75838                   /* features */
 75839                   _CIM_DeviceFile_features,
 75840               };
 75841               
 75842               //==============================================================================
 75843               //
 75844               // Class: CIM_DiagnosticCompletionRecord
 75845               //
 75846               //==============================================================================
 75847               
 75848               static const char*
 75849               _CIM_DiagnosticCompletionRecord_CompletionState_qualifiers[] =
 75850               {
 75851 mike  1.1.2.1     /* ValueMap */
 75852                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 75853                   /* Values */
 75854                   "\062\000\010Unknown\000Other\000OK\000Warning\000Incomplete\000Failed\000Aborted\000Stopped\000",
 75855                   /* ModelCorrespondence */
 75856                   "\036\000\001CIM_DiagnosticCompletionRecord.OtherCompletionStateDescription\000",
 75857                   0,
 75858               };
 75859               
 75860               static MetaProperty
 75861               _CIM_DiagnosticCompletionRecord_CompletionState =
 75862               {
 75863                   /* flags */
 75864                   META_FLAG_PROPERTY|META_FLAG_READ,
 75865                   /* name */
 75866                   "CompletionState",
 75867                   /* qualifiers */
 75868                   _CIM_DiagnosticCompletionRecord_CompletionState_qualifiers,
 75869                   /* type */
 75870                   CIMTYPE_UINT16,
 75871                   /* subscript */
 75872 mike  1.1.2.1     -1,
 75873                   /* value */
 75874                   0,
 75875               };
 75876               
 75877               static const char*
 75878               _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription_qualifiers[] =
 75879               {
 75880                   /* ModelCorrespondence */
 75881                   "\036\000\001CIM_DiagnosticCompletionRecord.CompletionState\000",
 75882                   0,
 75883               };
 75884               
 75885               static MetaProperty
 75886               _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription =
 75887               {
 75888                   /* flags */
 75889                   META_FLAG_PROPERTY|META_FLAG_READ,
 75890                   /* name */
 75891                   "OtherCompletionStateDescription",
 75892                   /* qualifiers */
 75893 mike  1.1.2.1     _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription_qualifiers,
 75894                   /* type */
 75895                   CIMTYPE_STRING,
 75896                   /* subscript */
 75897                   -1,
 75898                   /* value */
 75899                   0,
 75900               };
 75901               
 75902               static MetaFeature*
 75903               _CIM_DiagnosticCompletionRecord_features[] =
 75904               {
 75905                   (MetaFeature*)&_CIM_DiagnosticCompletionRecord_CompletionState,
 75906                   (MetaFeature*)&_CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription,
 75907                   0,
 75908               };
 75909               
 75910               static const char*
 75911               __root_cimv2_CIM_DiagnosticCompletionRecord_qualifiers[] =
 75912               {
 75913                   /* UMLPackagePath */
 75914 mike  1.1.2.1     "\057CIM::System::Diagnostics",
 75915                   /* Version */
 75916                   "\0632.11.0",
 75917                   0,
 75918               };
 75919               
 75920               MetaClass
 75921               __root_cimv2_CIM_DiagnosticCompletionRecord =
 75922               {
 75923                   /* flags */
 75924                   META_FLAG_CLASS,
 75925                   /* name */
 75926                   "CIM_DiagnosticCompletionRecord",
 75927                   /* qualifiers */
 75928                   __root_cimv2_CIM_DiagnosticCompletionRecord_qualifiers,
 75929                   /* super */
 75930                   &__root_cimv2_CIM_DiagnosticServiceRecord,
 75931                   /* features */
 75932                   _CIM_DiagnosticCompletionRecord_features,
 75933               };
 75934               
 75935 mike  1.1.2.1 //==============================================================================
 75936               //
 75937               // Class: CIM_Directory
 75938               //
 75939               //==============================================================================
 75940               
 75941               static MetaFeature*
 75942               _CIM_Directory_features[] =
 75943               {
 75944                   0,
 75945               };
 75946               
 75947               static const char*
 75948               __root_cimv2_CIM_Directory_qualifiers[] =
 75949               {
 75950                   /* UMLPackagePath */
 75951                   "\057CIM::System::FileElements",
 75952                   /* Version */
 75953                   "\0632.6.0",
 75954                   0,
 75955               };
 75956 mike  1.1.2.1 
 75957               MetaClass
 75958               __root_cimv2_CIM_Directory =
 75959               {
 75960                   /* flags */
 75961                   META_FLAG_CLASS,
 75962                   /* name */
 75963                   "CIM_Directory",
 75964                   /* qualifiers */
 75965                   __root_cimv2_CIM_Directory_qualifiers,
 75966                   /* super */
 75967                   &__root_cimv2_CIM_LogicalFile,
 75968                   /* features */
 75969                   _CIM_Directory_features,
 75970               };
 75971               
 75972               //==============================================================================
 75973               //
 75974               // Class: CIM_DirectoryContainsFile
 75975               //
 75976               //==============================================================================
 75977 mike  1.1.2.1 
 75978               static const char*
 75979               _CIM_DirectoryContainsFile_GroupComponent_qualifiers[] =
 75980               {
 75981                   /* Aggregate */
 75982                   "\003\001",
 75983                   /* Override */
 75984                   "\044GroupComponent",
 75985                   /* Max */
 75986                   "\027\000\000\000\001",
 75987                   0,
 75988               };
 75989               
 75990               static MetaReference
 75991               _CIM_DirectoryContainsFile_GroupComponent =
 75992               {
 75993                   /* flags */
 75994                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75995                   /* name */
 75996                   "GroupComponent",
 75997                   /* qualifiers */
 75998 mike  1.1.2.1     _CIM_DirectoryContainsFile_GroupComponent_qualifiers,
 75999                   /* subscript */
 76000                   -1,
 76001                   /* refId */
 76002                   &__root_cimv2_CIM_Directory,
 76003               };
 76004               
 76005               static const char*
 76006               _CIM_DirectoryContainsFile_PartComponent_qualifiers[] =
 76007               {
 76008                   /* Override */
 76009                   "\044PartComponent",
 76010                   0,
 76011               };
 76012               
 76013               static MetaReference
 76014               _CIM_DirectoryContainsFile_PartComponent =
 76015               {
 76016                   /* flags */
 76017                   META_FLAG_REFERENCE|META_FLAG_READ,
 76018                   /* name */
 76019 mike  1.1.2.1     "PartComponent",
 76020                   /* qualifiers */
 76021                   _CIM_DirectoryContainsFile_PartComponent_qualifiers,
 76022                   /* subscript */
 76023                   -1,
 76024                   /* refId */
 76025                   &__root_cimv2_CIM_LogicalFile,
 76026               };
 76027               
 76028               static MetaFeature*
 76029               _CIM_DirectoryContainsFile_features[] =
 76030               {
 76031                   (MetaFeature*)&_CIM_DirectoryContainsFile_GroupComponent,
 76032                   (MetaFeature*)&_CIM_DirectoryContainsFile_PartComponent,
 76033                   0,
 76034               };
 76035               
 76036               static const char*
 76037               __root_cimv2_CIM_DirectoryContainsFile_qualifiers[] =
 76038               {
 76039                   /* ASSOCIATION */
 76040 mike  1.1.2.1     "\000\001",
 76041                   /* UMLPackagePath */
 76042                   "\057CIM::System::FileElements",
 76043                   /* Aggregation */
 76044                   "\004\001",
 76045                   /* Composition */
 76046                   "\011\001",
 76047                   /* Version */
 76048                   "\0632.7.0",
 76049                   0,
 76050               };
 76051               
 76052               MetaClass
 76053               __root_cimv2_CIM_DirectoryContainsFile =
 76054               {
 76055                   /* flags */
 76056                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 76057                   /* name */
 76058                   "CIM_DirectoryContainsFile",
 76059                   /* qualifiers */
 76060                   __root_cimv2_CIM_DirectoryContainsFile_qualifiers,
 76061 mike  1.1.2.1     /* super */
 76062                   &__root_cimv2_CIM_Component,
 76063                   /* features */
 76064                   _CIM_DirectoryContainsFile_features,
 76065               };
 76066               
 76067               //==============================================================================
 76068               //
 76069               // Class: CIM_Docked
 76070               //
 76071               //==============================================================================
 76072               
 76073               static const char*
 76074               _CIM_Docked_Antecedent_qualifiers[] =
 76075               {
 76076                   /* Override */
 76077                   "\044Antecedent",
 76078                   /* Max */
 76079                   "\027\000\000\000\001",
 76080                   0,
 76081               };
 76082 mike  1.1.2.1 
 76083               static MetaReference
 76084               _CIM_Docked_Antecedent =
 76085               {
 76086                   /* flags */
 76087                   META_FLAG_REFERENCE|META_FLAG_READ,
 76088                   /* name */
 76089                   "Antecedent",
 76090                   /* qualifiers */
 76091                   _CIM_Docked_Antecedent_qualifiers,
 76092                   /* subscript */
 76093                   -1,
 76094                   /* refId */
 76095                   &__root_cimv2_CIM_Chassis,
 76096               };
 76097               
 76098               static const char*
 76099               _CIM_Docked_Dependent_qualifiers[] =
 76100               {
 76101                   /* Override */
 76102                   "\044Dependent",
 76103 mike  1.1.2.1     /* Max */
 76104                   "\027\000\000\000\001",
 76105                   0,
 76106               };
 76107               
 76108               static MetaReference
 76109               _CIM_Docked_Dependent =
 76110               {
 76111                   /* flags */
 76112                   META_FLAG_REFERENCE|META_FLAG_READ,
 76113                   /* name */
 76114                   "Dependent",
 76115                   /* qualifiers */
 76116                   _CIM_Docked_Dependent_qualifiers,
 76117                   /* subscript */
 76118                   -1,
 76119                   /* refId */
 76120                   &__root_cimv2_CIM_Chassis,
 76121               };
 76122               
 76123               static MetaFeature*
 76124 mike  1.1.2.1 _CIM_Docked_features[] =
 76125               {
 76126                   (MetaFeature*)&_CIM_Docked_Antecedent,
 76127                   (MetaFeature*)&_CIM_Docked_Dependent,
 76128                   0,
 76129               };
 76130               
 76131               static const char*
 76132               __root_cimv2_CIM_Docked_qualifiers[] =
 76133               {
 76134                   /* ASSOCIATION */
 76135                   "\000\001",
 76136                   /* UMLPackagePath */
 76137                   "\057CIM::Physical::Package",
 76138                   /* Version */
 76139                   "\0632.6.0",
 76140                   /* MappingStrings */
 76141                   "\026\000\001MIF.DMTF|Dynamic States|001.2\000",
 76142                   0,
 76143               };
 76144               
 76145 mike  1.1.2.1 MetaClass
 76146               __root_cimv2_CIM_Docked =
 76147               {
 76148                   /* flags */
 76149                   META_FLAG_ASSOCIATION,
 76150                   /* name */
 76151                   "CIM_Docked",
 76152                   /* qualifiers */
 76153                   __root_cimv2_CIM_Docked_qualifiers,
 76154                   /* super */
 76155                   &__root_cimv2_CIM_Dependency,
 76156                   /* features */
 76157                   _CIM_Docked_features,
 76158               };
 76159               
 76160               //==============================================================================
 76161               //
 76162               // Class: CIM_DynamicForwardingEntry
 76163               //
 76164               //==============================================================================
 76165               
 76166 mike  1.1.2.1 static const char*
 76167               _CIM_DynamicForwardingEntry_SystemCreationClassName_qualifiers[] =
 76168               {
 76169                   /* Key */
 76170                   "\025\001",
 76171                   /* Propagated */
 76172                   "\045CIM_System.CreationClassName",
 76173                   /* MaxLen */
 76174                   "\030\000\000\001\000",
 76175                   0,
 76176               };
 76177               
 76178               static MetaProperty
 76179               _CIM_DynamicForwardingEntry_SystemCreationClassName =
 76180               {
 76181                   /* flags */
 76182                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76183                   /* name */
 76184                   "SystemCreationClassName",
 76185                   /* qualifiers */
 76186                   _CIM_DynamicForwardingEntry_SystemCreationClassName_qualifiers,
 76187 mike  1.1.2.1     /* type */
 76188                   CIMTYPE_STRING,
 76189                   /* subscript */
 76190                   -1,
 76191                   /* value */
 76192                   0,
 76193               };
 76194               
 76195               static const char*
 76196               _CIM_DynamicForwardingEntry_SystemName_qualifiers[] =
 76197               {
 76198                   /* Key */
 76199                   "\025\001",
 76200                   /* Propagated */
 76201                   "\045CIM_System.Name",
 76202                   /* MaxLen */
 76203                   "\030\000\000\001\000",
 76204                   0,
 76205               };
 76206               
 76207               static MetaProperty
 76208 mike  1.1.2.1 _CIM_DynamicForwardingEntry_SystemName =
 76209               {
 76210                   /* flags */
 76211                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76212                   /* name */
 76213                   "SystemName",
 76214                   /* qualifiers */
 76215                   _CIM_DynamicForwardingEntry_SystemName_qualifiers,
 76216                   /* type */
 76217                   CIMTYPE_STRING,
 76218                   /* subscript */
 76219                   -1,
 76220                   /* value */
 76221                   0,
 76222               };
 76223               
 76224               static const char*
 76225               _CIM_DynamicForwardingEntry_ServiceCreationClassName_qualifiers[] =
 76226               {
 76227                   /* Key */
 76228                   "\025\001",
 76229 mike  1.1.2.1     /* Propagated */
 76230                   "\045CIM_Service.CreationClassName",
 76231                   /* MaxLen */
 76232                   "\030\000\000\001\000",
 76233                   0,
 76234               };
 76235               
 76236               static MetaProperty
 76237               _CIM_DynamicForwardingEntry_ServiceCreationClassName =
 76238               {
 76239                   /* flags */
 76240                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76241                   /* name */
 76242                   "ServiceCreationClassName",
 76243                   /* qualifiers */
 76244                   _CIM_DynamicForwardingEntry_ServiceCreationClassName_qualifiers,
 76245                   /* type */
 76246                   CIMTYPE_STRING,
 76247                   /* subscript */
 76248                   -1,
 76249                   /* value */
 76250 mike  1.1.2.1     0,
 76251               };
 76252               
 76253               static const char*
 76254               _CIM_DynamicForwardingEntry_ServiceName_qualifiers[] =
 76255               {
 76256                   /* Key */
 76257                   "\025\001",
 76258                   /* Propagated */
 76259                   "\045CIM_Service.Name",
 76260                   /* MaxLen */
 76261                   "\030\000\000\001\000",
 76262                   0,
 76263               };
 76264               
 76265               static MetaProperty
 76266               _CIM_DynamicForwardingEntry_ServiceName =
 76267               {
 76268                   /* flags */
 76269                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76270                   /* name */
 76271 mike  1.1.2.1     "ServiceName",
 76272                   /* qualifiers */
 76273                   _CIM_DynamicForwardingEntry_ServiceName_qualifiers,
 76274                   /* type */
 76275                   CIMTYPE_STRING,
 76276                   /* subscript */
 76277                   -1,
 76278                   /* value */
 76279                   0,
 76280               };
 76281               
 76282               static const char*
 76283               _CIM_DynamicForwardingEntry_CreationClassName_qualifiers[] =
 76284               {
 76285                   /* Key */
 76286                   "\025\001",
 76287                   /* MaxLen */
 76288                   "\030\000\000\001\000",
 76289                   0,
 76290               };
 76291               
 76292 mike  1.1.2.1 static MetaProperty
 76293               _CIM_DynamicForwardingEntry_CreationClassName =
 76294               {
 76295                   /* flags */
 76296                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76297                   /* name */
 76298                   "CreationClassName",
 76299                   /* qualifiers */
 76300                   _CIM_DynamicForwardingEntry_CreationClassName_qualifiers,
 76301                   /* type */
 76302                   CIMTYPE_STRING,
 76303                   /* subscript */
 76304                   -1,
 76305                   /* value */
 76306                   0,
 76307               };
 76308               
 76309               static const char*
 76310               _CIM_DynamicForwardingEntry_MACAddress_qualifiers[] =
 76311               {
 76312                   /* Key */
 76313 mike  1.1.2.1     "\025\001",
 76314                   /* MaxLen */
 76315                   "\030\000\000\000\014",
 76316                   /* MappingStrings */
 76317                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpFdbAddress\000",
 76318                   0,
 76319               };
 76320               
 76321               static MetaProperty
 76322               _CIM_DynamicForwardingEntry_MACAddress =
 76323               {
 76324                   /* flags */
 76325                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76326                   /* name */
 76327                   "MACAddress",
 76328                   /* qualifiers */
 76329                   _CIM_DynamicForwardingEntry_MACAddress_qualifiers,
 76330                   /* type */
 76331                   CIMTYPE_STRING,
 76332                   /* subscript */
 76333                   -1,
 76334 mike  1.1.2.1     /* value */
 76335                   0,
 76336               };
 76337               
 76338               static const char*
 76339               _CIM_DynamicForwardingEntry_DynamicStatus_qualifiers[] =
 76340               {
 76341                   /* ValueMap */
 76342                   "\061\000\0051\0002\0003\0004\0005\000",
 76343                   /* Values */
 76344                   "\062\000\005Other\000Invalid\000Learned\000Self\000Mgmt\000",
 76345                   /* MappingStrings */
 76346                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpFdbStatus\000",
 76347                   0,
 76348               };
 76349               
 76350               static MetaProperty
 76351               _CIM_DynamicForwardingEntry_DynamicStatus =
 76352               {
 76353                   /* flags */
 76354                   META_FLAG_PROPERTY|META_FLAG_READ,
 76355 mike  1.1.2.1     /* name */
 76356                   "DynamicStatus",
 76357                   /* qualifiers */
 76358                   _CIM_DynamicForwardingEntry_DynamicStatus_qualifiers,
 76359                   /* type */
 76360                   CIMTYPE_UINT16,
 76361                   /* subscript */
 76362                   -1,
 76363                   /* value */
 76364                   0,
 76365               };
 76366               
 76367               static MetaFeature*
 76368               _CIM_DynamicForwardingEntry_features[] =
 76369               {
 76370                   (MetaFeature*)&_CIM_DynamicForwardingEntry_SystemCreationClassName,
 76371                   (MetaFeature*)&_CIM_DynamicForwardingEntry_SystemName,
 76372                   (MetaFeature*)&_CIM_DynamicForwardingEntry_ServiceCreationClassName,
 76373                   (MetaFeature*)&_CIM_DynamicForwardingEntry_ServiceName,
 76374                   (MetaFeature*)&_CIM_DynamicForwardingEntry_CreationClassName,
 76375                   (MetaFeature*)&_CIM_DynamicForwardingEntry_MACAddress,
 76376 mike  1.1.2.1     (MetaFeature*)&_CIM_DynamicForwardingEntry_DynamicStatus,
 76377                   0,
 76378               };
 76379               
 76380               static const char*
 76381               __root_cimv2_CIM_DynamicForwardingEntry_qualifiers[] =
 76382               {
 76383                   /* UMLPackagePath */
 76384                   "\057CIM::Network::SwitchingBridging",
 76385                   /* Version */
 76386                   "\0632.7.0",
 76387                   0,
 76388               };
 76389               
 76390               MetaClass
 76391               __root_cimv2_CIM_DynamicForwardingEntry =
 76392               {
 76393                   /* flags */
 76394                   META_FLAG_CLASS,
 76395                   /* name */
 76396                   "CIM_DynamicForwardingEntry",
 76397 mike  1.1.2.1     /* qualifiers */
 76398                   __root_cimv2_CIM_DynamicForwardingEntry_qualifiers,
 76399                   /* super */
 76400                   &__root_cimv2_CIM_LogicalElement,
 76401                   /* features */
 76402                   _CIM_DynamicForwardingEntry_features,
 76403               };
 76404               
 76405               //==============================================================================
 76406               //
 76407               // Class: CIM_ElementInPolicyRoleCollection
 76408               //
 76409               //==============================================================================
 76410               
 76411               static const char*
 76412               _CIM_ElementInPolicyRoleCollection_Collection_qualifiers[] =
 76413               {
 76414                   /* Aggregate */
 76415                   "\003\001",
 76416                   /* Override */
 76417                   "\044Collection",
 76418 mike  1.1.2.1     0,
 76419               };
 76420               
 76421               static MetaReference
 76422               _CIM_ElementInPolicyRoleCollection_Collection =
 76423               {
 76424                   /* flags */
 76425                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 76426                   /* name */
 76427                   "Collection",
 76428                   /* qualifiers */
 76429                   _CIM_ElementInPolicyRoleCollection_Collection_qualifiers,
 76430                   /* subscript */
 76431                   -1,
 76432                   /* refId */
 76433                   &__root_cimv2_CIM_PolicyRoleCollection,
 76434               };
 76435               
 76436               static const char*
 76437               _CIM_ElementInPolicyRoleCollection_Member_qualifiers[] =
 76438               {
 76439 mike  1.1.2.1     /* Override */
 76440                   "\044Member",
 76441                   0,
 76442               };
 76443               
 76444               static MetaReference
 76445               _CIM_ElementInPolicyRoleCollection_Member =
 76446               {
 76447                   /* flags */
 76448                   META_FLAG_REFERENCE|META_FLAG_READ,
 76449                   /* name */
 76450                   "Member",
 76451                   /* qualifiers */
 76452                   _CIM_ElementInPolicyRoleCollection_Member_qualifiers,
 76453                   /* subscript */
 76454                   -1,
 76455                   /* refId */
 76456                   &__root_cimv2_CIM_ManagedElement,
 76457               };
 76458               
 76459               static MetaFeature*
 76460 mike  1.1.2.1 _CIM_ElementInPolicyRoleCollection_features[] =
 76461               {
 76462                   (MetaFeature*)&_CIM_ElementInPolicyRoleCollection_Collection,
 76463                   (MetaFeature*)&_CIM_ElementInPolicyRoleCollection_Member,
 76464                   0,
 76465               };
 76466               
 76467               static const char*
 76468               __root_cimv2_CIM_ElementInPolicyRoleCollection_qualifiers[] =
 76469               {
 76470                   /* ASSOCIATION */
 76471                   "\000\001",
 76472                   /* UMLPackagePath */
 76473                   "\057CIM::Policy",
 76474                   /* Aggregation */
 76475                   "\004\001",
 76476                   /* Version */
 76477                   "\0632.8.0",
 76478                   0,
 76479               };
 76480               
 76481 mike  1.1.2.1 MetaClass
 76482               __root_cimv2_CIM_ElementInPolicyRoleCollection =
 76483               {
 76484                   /* flags */
 76485                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 76486                   /* name */
 76487                   "CIM_ElementInPolicyRoleCollection",
 76488                   /* qualifiers */
 76489                   __root_cimv2_CIM_ElementInPolicyRoleCollection_qualifiers,
 76490                   /* super */
 76491                   &__root_cimv2_CIM_MemberOfCollection,
 76492                   /* features */
 76493                   _CIM_ElementInPolicyRoleCollection_features,
 76494               };
 76495               
 76496               //==============================================================================
 76497               //
 76498               // Class: CIM_ElementSoftwareIdentity
 76499               //
 76500               //==============================================================================
 76501               
 76502 mike  1.1.2.1 static const char*
 76503               _CIM_ElementSoftwareIdentity_Antecedent_qualifiers[] =
 76504               {
 76505                   /* Override */
 76506                   "\044Antecedent",
 76507                   0,
 76508               };
 76509               
 76510               static MetaReference
 76511               _CIM_ElementSoftwareIdentity_Antecedent =
 76512               {
 76513                   /* flags */
 76514                   META_FLAG_REFERENCE|META_FLAG_READ,
 76515                   /* name */
 76516                   "Antecedent",
 76517                   /* qualifiers */
 76518                   _CIM_ElementSoftwareIdentity_Antecedent_qualifiers,
 76519                   /* subscript */
 76520                   -1,
 76521                   /* refId */
 76522                   &__root_cimv2_CIM_SoftwareIdentity,
 76523 mike  1.1.2.1 };
 76524               
 76525               static const char*
 76526               _CIM_ElementSoftwareIdentity_Dependent_qualifiers[] =
 76527               {
 76528                   /* Override */
 76529                   "\044Dependent",
 76530                   0,
 76531               };
 76532               
 76533               static MetaReference
 76534               _CIM_ElementSoftwareIdentity_Dependent =
 76535               {
 76536                   /* flags */
 76537                   META_FLAG_REFERENCE|META_FLAG_READ,
 76538                   /* name */
 76539                   "Dependent",
 76540                   /* qualifiers */
 76541                   _CIM_ElementSoftwareIdentity_Dependent_qualifiers,
 76542                   /* subscript */
 76543                   -1,
 76544 mike  1.1.2.1     /* refId */
 76545                   &__root_cimv2_CIM_ManagedElement,
 76546               };
 76547               
 76548               static const char*
 76549               _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers[] =
 76550               {
 76551                   /* ValueMap */
 76552                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 76553                   /* Values */
 76554                   "\062\000\010Unknown\000Other\000Resides off device\000Owner Upgradeable\000Factory Upgradeable\000Not Upgradeable\000DMTF Reserved\000Vendor Reserved\000",
 76555                   /* ModelCorrespondence */
 76556                   "\036\000\001CIM_ElementSoftwareIdentity.OtherUpgradeCondition\000",
 76557                   0,
 76558               };
 76559               
 76560               static MetaProperty
 76561               _CIM_ElementSoftwareIdentity_UpgradeCondition =
 76562               {
 76563                   /* flags */
 76564                   META_FLAG_PROPERTY|META_FLAG_READ,
 76565 mike  1.1.2.1     /* name */
 76566                   "UpgradeCondition",
 76567                   /* qualifiers */
 76568                   _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers,
 76569                   /* type */
 76570                   CIMTYPE_UINT16,
 76571                   /* subscript */
 76572                   -1,
 76573                   /* value */
 76574                   0,
 76575               };
 76576               
 76577               static const char*
 76578               _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers[] =
 76579               {
 76580                   /* ModelCorrespondence */
 76581                   "\036\000\001CIM_ElementSoftwareIdentity.UpgradeCondition\000",
 76582                   0,
 76583               };
 76584               
 76585               static MetaProperty
 76586 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_OtherUpgradeCondition =
 76587               {
 76588                   /* flags */
 76589                   META_FLAG_PROPERTY|META_FLAG_READ,
 76590                   /* name */
 76591                   "OtherUpgradeCondition",
 76592                   /* qualifiers */
 76593                   _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers,
 76594                   /* type */
 76595                   CIMTYPE_STRING,
 76596                   /* subscript */
 76597                   -1,
 76598                   /* value */
 76599                   0,
 76600               };
 76601               
 76602               static MetaFeature*
 76603               _CIM_ElementSoftwareIdentity_features[] =
 76604               {
 76605                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_Antecedent,
 76606                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_Dependent,
 76607 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSoftwareIdentity_UpgradeCondition,
 76608                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_OtherUpgradeCondition,
 76609                   0,
 76610               };
 76611               
 76612               static const char*
 76613               __root_cimv2_CIM_ElementSoftwareIdentity_qualifiers[] =
 76614               {
 76615                   /* ASSOCIATION */
 76616                   "\000\001",
 76617                   /* UMLPackagePath */
 76618                   "\057CIM::Core::Software",
 76619                   /* Version */
 76620                   "\0632.8.0",
 76621                   0,
 76622               };
 76623               
 76624               MetaClass
 76625               __root_cimv2_CIM_ElementSoftwareIdentity =
 76626               {
 76627                   /* flags */
 76628 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 76629                   /* name */
 76630                   "CIM_ElementSoftwareIdentity",
 76631                   /* qualifiers */
 76632                   __root_cimv2_CIM_ElementSoftwareIdentity_qualifiers,
 76633                   /* super */
 76634                   &__root_cimv2_CIM_Dependency,
 76635                   /* features */
 76636                   _CIM_ElementSoftwareIdentity_features,
 76637               };
 76638               
 76639               //==============================================================================
 76640               //
 76641               // Class: CIM_EthernetPortStatistics
 76642               //
 76643               //==============================================================================
 76644               
 76645               static const char*
 76646               _CIM_EthernetPortStatistics_PacketsTransmitted_qualifiers[] =
 76647               {
 76648                   /* Override */
 76649 mike  1.1.2.1     "\044PacketsTransmitted",
 76650                   /* Counter */
 76651                   "\012\001",
 76652                   /* MappingStrings */
 76653                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.6\000",
 76654                   0,
 76655               };
 76656               
 76657               static MetaProperty
 76658               _CIM_EthernetPortStatistics_PacketsTransmitted =
 76659               {
 76660                   /* flags */
 76661                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76662                   /* name */
 76663                   "PacketsTransmitted",
 76664                   /* qualifiers */
 76665                   _CIM_EthernetPortStatistics_PacketsTransmitted_qualifiers,
 76666                   /* type */
 76667                   CIMTYPE_UINT64,
 76668                   /* subscript */
 76669                   -1,
 76670 mike  1.1.2.1     /* value */
 76671                   0,
 76672               };
 76673               
 76674               static const char*
 76675               _CIM_EthernetPortStatistics_PacketsReceived_qualifiers[] =
 76676               {
 76677                   /* Override */
 76678                   "\044PacketsReceived",
 76679                   /* Counter */
 76680                   "\012\001",
 76681                   /* MappingStrings */
 76682                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.8\000",
 76683                   0,
 76684               };
 76685               
 76686               static MetaProperty
 76687               _CIM_EthernetPortStatistics_PacketsReceived =
 76688               {
 76689                   /* flags */
 76690                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76691 mike  1.1.2.1     /* name */
 76692                   "PacketsReceived",
 76693                   /* qualifiers */
 76694                   _CIM_EthernetPortStatistics_PacketsReceived_qualifiers,
 76695                   /* type */
 76696                   CIMTYPE_UINT64,
 76697                   /* subscript */
 76698                   -1,
 76699                   /* value */
 76700                   0,
 76701               };
 76702               
 76703               static const char*
 76704               _CIM_EthernetPortStatistics_SymbolErrors_qualifiers[] =
 76705               {
 76706                   /* Counter */
 76707                   "\012\001",
 76708                   /* MappingStrings */
 76709                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSymbolErrors\000",
 76710                   0,
 76711               };
 76712 mike  1.1.2.1 
 76713               static MetaProperty
 76714               _CIM_EthernetPortStatistics_SymbolErrors =
 76715               {
 76716                   /* flags */
 76717                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76718                   /* name */
 76719                   "SymbolErrors",
 76720                   /* qualifiers */
 76721                   _CIM_EthernetPortStatistics_SymbolErrors_qualifiers,
 76722                   /* type */
 76723                   CIMTYPE_UINT32,
 76724                   /* subscript */
 76725                   -1,
 76726                   /* value */
 76727                   0,
 76728               };
 76729               
 76730               static const char*
 76731               _CIM_EthernetPortStatistics_AlignmentErrors_qualifiers[] =
 76732               {
 76733 mike  1.1.2.1     /* Counter */
 76734                   "\012\001",
 76735                   /* MappingStrings */
 76736                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsAlignmentErrors\000",
 76737                   0,
 76738               };
 76739               
 76740               static MetaProperty
 76741               _CIM_EthernetPortStatistics_AlignmentErrors =
 76742               {
 76743                   /* flags */
 76744                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76745                   /* name */
 76746                   "AlignmentErrors",
 76747                   /* qualifiers */
 76748                   _CIM_EthernetPortStatistics_AlignmentErrors_qualifiers,
 76749                   /* type */
 76750                   CIMTYPE_UINT32,
 76751                   /* subscript */
 76752                   -1,
 76753                   /* value */
 76754 mike  1.1.2.1     0,
 76755               };
 76756               
 76757               static const char*
 76758               _CIM_EthernetPortStatistics_FCSErrors_qualifiers[] =
 76759               {
 76760                   /* Counter */
 76761                   "\012\001",
 76762                   /* MappingStrings */
 76763                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFCSErrors\000",
 76764                   0,
 76765               };
 76766               
 76767               static MetaProperty
 76768               _CIM_EthernetPortStatistics_FCSErrors =
 76769               {
 76770                   /* flags */
 76771                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76772                   /* name */
 76773                   "FCSErrors",
 76774                   /* qualifiers */
 76775 mike  1.1.2.1     _CIM_EthernetPortStatistics_FCSErrors_qualifiers,
 76776                   /* type */
 76777                   CIMTYPE_UINT32,
 76778                   /* subscript */
 76779                   -1,
 76780                   /* value */
 76781                   0,
 76782               };
 76783               
 76784               static const char*
 76785               _CIM_EthernetPortStatistics_SingleCollisionFrames_qualifiers[] =
 76786               {
 76787                   /* Counter */
 76788                   "\012\001",
 76789                   /* MappingStrings */
 76790                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSingleCollisionFrames\000",
 76791                   0,
 76792               };
 76793               
 76794               static MetaProperty
 76795               _CIM_EthernetPortStatistics_SingleCollisionFrames =
 76796 mike  1.1.2.1 {
 76797                   /* flags */
 76798                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76799                   /* name */
 76800                   "SingleCollisionFrames",
 76801                   /* qualifiers */
 76802                   _CIM_EthernetPortStatistics_SingleCollisionFrames_qualifiers,
 76803                   /* type */
 76804                   CIMTYPE_UINT32,
 76805                   /* subscript */
 76806                   -1,
 76807                   /* value */
 76808                   0,
 76809               };
 76810               
 76811               static const char*
 76812               _CIM_EthernetPortStatistics_MultipleCollisionFrames_qualifiers[] =
 76813               {
 76814                   /* Counter */
 76815                   "\012\001",
 76816                   /* MappingStrings */
 76817 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsMultipleCollisionFrames\000",
 76818                   0,
 76819               };
 76820               
 76821               static MetaProperty
 76822               _CIM_EthernetPortStatistics_MultipleCollisionFrames =
 76823               {
 76824                   /* flags */
 76825                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76826                   /* name */
 76827                   "MultipleCollisionFrames",
 76828                   /* qualifiers */
 76829                   _CIM_EthernetPortStatistics_MultipleCollisionFrames_qualifiers,
 76830                   /* type */
 76831                   CIMTYPE_UINT32,
 76832                   /* subscript */
 76833                   -1,
 76834                   /* value */
 76835                   0,
 76836               };
 76837               
 76838 mike  1.1.2.1 static const char*
 76839               _CIM_EthernetPortStatistics_SQETestErrors_qualifiers[] =
 76840               {
 76841                   /* Counter */
 76842                   "\012\001",
 76843                   /* MappingStrings */
 76844                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSQETestErrors\000",
 76845                   0,
 76846               };
 76847               
 76848               static MetaProperty
 76849               _CIM_EthernetPortStatistics_SQETestErrors =
 76850               {
 76851                   /* flags */
 76852                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76853                   /* name */
 76854                   "SQETestErrors",
 76855                   /* qualifiers */
 76856                   _CIM_EthernetPortStatistics_SQETestErrors_qualifiers,
 76857                   /* type */
 76858                   CIMTYPE_UINT32,
 76859 mike  1.1.2.1     /* subscript */
 76860                   -1,
 76861                   /* value */
 76862                   0,
 76863               };
 76864               
 76865               static const char*
 76866               _CIM_EthernetPortStatistics_DeferredTransmissions_qualifiers[] =
 76867               {
 76868                   /* Counter */
 76869                   "\012\001",
 76870                   /* MappingStrings */
 76871                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsDeferredTransmissions\000",
 76872                   0,
 76873               };
 76874               
 76875               static MetaProperty
 76876               _CIM_EthernetPortStatistics_DeferredTransmissions =
 76877               {
 76878                   /* flags */
 76879                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76880 mike  1.1.2.1     /* name */
 76881                   "DeferredTransmissions",
 76882                   /* qualifiers */
 76883                   _CIM_EthernetPortStatistics_DeferredTransmissions_qualifiers,
 76884                   /* type */
 76885                   CIMTYPE_UINT32,
 76886                   /* subscript */
 76887                   -1,
 76888                   /* value */
 76889                   0,
 76890               };
 76891               
 76892               static const char*
 76893               _CIM_EthernetPortStatistics_LateCollisions_qualifiers[] =
 76894               {
 76895                   /* Counter */
 76896                   "\012\001",
 76897                   /* MappingStrings */
 76898                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsLateCollisions\000",
 76899                   0,
 76900               };
 76901 mike  1.1.2.1 
 76902               static MetaProperty
 76903               _CIM_EthernetPortStatistics_LateCollisions =
 76904               {
 76905                   /* flags */
 76906                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76907                   /* name */
 76908                   "LateCollisions",
 76909                   /* qualifiers */
 76910                   _CIM_EthernetPortStatistics_LateCollisions_qualifiers,
 76911                   /* type */
 76912                   CIMTYPE_UINT32,
 76913                   /* subscript */
 76914                   -1,
 76915                   /* value */
 76916                   0,
 76917               };
 76918               
 76919               static const char*
 76920               _CIM_EthernetPortStatistics_ExcessiveCollisions_qualifiers[] =
 76921               {
 76922 mike  1.1.2.1     /* Counter */
 76923                   "\012\001",
 76924                   /* MappingStrings */
 76925                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsExcessiveCollisions\000",
 76926                   0,
 76927               };
 76928               
 76929               static MetaProperty
 76930               _CIM_EthernetPortStatistics_ExcessiveCollisions =
 76931               {
 76932                   /* flags */
 76933                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76934                   /* name */
 76935                   "ExcessiveCollisions",
 76936                   /* qualifiers */
 76937                   _CIM_EthernetPortStatistics_ExcessiveCollisions_qualifiers,
 76938                   /* type */
 76939                   CIMTYPE_UINT32,
 76940                   /* subscript */
 76941                   -1,
 76942                   /* value */
 76943 mike  1.1.2.1     0,
 76944               };
 76945               
 76946               static const char*
 76947               _CIM_EthernetPortStatistics_InternalMACTransmitErrors_qualifiers[] =
 76948               {
 76949                   /* Counter */
 76950                   "\012\001",
 76951                   /* MappingStrings */
 76952                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacTransmitErrors\000",
 76953                   0,
 76954               };
 76955               
 76956               static MetaProperty
 76957               _CIM_EthernetPortStatistics_InternalMACTransmitErrors =
 76958               {
 76959                   /* flags */
 76960                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76961                   /* name */
 76962                   "InternalMACTransmitErrors",
 76963                   /* qualifiers */
 76964 mike  1.1.2.1     _CIM_EthernetPortStatistics_InternalMACTransmitErrors_qualifiers,
 76965                   /* type */
 76966                   CIMTYPE_UINT32,
 76967                   /* subscript */
 76968                   -1,
 76969                   /* value */
 76970                   0,
 76971               };
 76972               
 76973               static const char*
 76974               _CIM_EthernetPortStatistics_InternalMACReceiveErrors_qualifiers[] =
 76975               {
 76976                   /* Counter */
 76977                   "\012\001",
 76978                   /* MappingStrings */
 76979                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacReceiveErrors\000",
 76980                   0,
 76981               };
 76982               
 76983               static MetaProperty
 76984               _CIM_EthernetPortStatistics_InternalMACReceiveErrors =
 76985 mike  1.1.2.1 {
 76986                   /* flags */
 76987                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76988                   /* name */
 76989                   "InternalMACReceiveErrors",
 76990                   /* qualifiers */
 76991                   _CIM_EthernetPortStatistics_InternalMACReceiveErrors_qualifiers,
 76992                   /* type */
 76993                   CIMTYPE_UINT32,
 76994                   /* subscript */
 76995                   -1,
 76996                   /* value */
 76997                   0,
 76998               };
 76999               
 77000               static const char*
 77001               _CIM_EthernetPortStatistics_CarrierSenseErrors_qualifiers[] =
 77002               {
 77003                   /* Counter */
 77004                   "\012\001",
 77005                   /* MappingStrings */
 77006 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsCarrierSenseErrors\000",
 77007                   0,
 77008               };
 77009               
 77010               static MetaProperty
 77011               _CIM_EthernetPortStatistics_CarrierSenseErrors =
 77012               {
 77013                   /* flags */
 77014                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77015                   /* name */
 77016                   "CarrierSenseErrors",
 77017                   /* qualifiers */
 77018                   _CIM_EthernetPortStatistics_CarrierSenseErrors_qualifiers,
 77019                   /* type */
 77020                   CIMTYPE_UINT32,
 77021                   /* subscript */
 77022                   -1,
 77023                   /* value */
 77024                   0,
 77025               };
 77026               
 77027 mike  1.1.2.1 static const char*
 77028               _CIM_EthernetPortStatistics_FrameTooLongs_qualifiers[] =
 77029               {
 77030                   /* Counter */
 77031                   "\012\001",
 77032                   /* MappingStrings */
 77033                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFrameTooLongs\000",
 77034                   0,
 77035               };
 77036               
 77037               static MetaProperty
 77038               _CIM_EthernetPortStatistics_FrameTooLongs =
 77039               {
 77040                   /* flags */
 77041                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77042                   /* name */
 77043                   "FrameTooLongs",
 77044                   /* qualifiers */
 77045                   _CIM_EthernetPortStatistics_FrameTooLongs_qualifiers,
 77046                   /* type */
 77047                   CIMTYPE_UINT32,
 77048 mike  1.1.2.1     /* subscript */
 77049                   -1,
 77050                   /* value */
 77051                   0,
 77052               };
 77053               
 77054               static MetaFeature*
 77055               _CIM_EthernetPortStatistics_features[] =
 77056               {
 77057                   (MetaFeature*)&_CIM_EthernetPortStatistics_PacketsTransmitted,
 77058                   (MetaFeature*)&_CIM_EthernetPortStatistics_PacketsReceived,
 77059                   (MetaFeature*)&_CIM_EthernetPortStatistics_SymbolErrors,
 77060                   (MetaFeature*)&_CIM_EthernetPortStatistics_AlignmentErrors,
 77061                   (MetaFeature*)&_CIM_EthernetPortStatistics_FCSErrors,
 77062                   (MetaFeature*)&_CIM_EthernetPortStatistics_SingleCollisionFrames,
 77063                   (MetaFeature*)&_CIM_EthernetPortStatistics_MultipleCollisionFrames,
 77064                   (MetaFeature*)&_CIM_EthernetPortStatistics_SQETestErrors,
 77065                   (MetaFeature*)&_CIM_EthernetPortStatistics_DeferredTransmissions,
 77066                   (MetaFeature*)&_CIM_EthernetPortStatistics_LateCollisions,
 77067                   (MetaFeature*)&_CIM_EthernetPortStatistics_ExcessiveCollisions,
 77068                   (MetaFeature*)&_CIM_EthernetPortStatistics_InternalMACTransmitErrors,
 77069 mike  1.1.2.1     (MetaFeature*)&_CIM_EthernetPortStatistics_InternalMACReceiveErrors,
 77070                   (MetaFeature*)&_CIM_EthernetPortStatistics_CarrierSenseErrors,
 77071                   (MetaFeature*)&_CIM_EthernetPortStatistics_FrameTooLongs,
 77072                   0,
 77073               };
 77074               
 77075               static const char*
 77076               __root_cimv2_CIM_EthernetPortStatistics_qualifiers[] =
 77077               {
 77078                   /* UMLPackagePath */
 77079                   "\057CIM::Device::Ports",
 77080                   /* Version */
 77081                   "\0632.10.0",
 77082                   0,
 77083               };
 77084               
 77085               MetaClass
 77086               __root_cimv2_CIM_EthernetPortStatistics =
 77087               {
 77088                   /* flags */
 77089                   META_FLAG_CLASS,
 77090 mike  1.1.2.1     /* name */
 77091                   "CIM_EthernetPortStatistics",
 77092                   /* qualifiers */
 77093                   __root_cimv2_CIM_EthernetPortStatistics_qualifiers,
 77094                   /* super */
 77095                   &__root_cimv2_CIM_NetworkPortStatistics,
 77096                   /* features */
 77097                   _CIM_EthernetPortStatistics_features,
 77098               };
 77099               
 77100               //==============================================================================
 77101               //
 77102               // Class: CIM_ExtraCapacityGroup
 77103               //
 77104               //==============================================================================
 77105               
 77106               static const char*
 77107               _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers[] =
 77108               {
 77109                   /* Deprecated */
 77110                   "\013\000\001CIM_RedundancySet.MinNumberNeeded\000",
 77111 mike  1.1.2.1     0,
 77112               };
 77113               
 77114               static MetaProperty
 77115               _CIM_ExtraCapacityGroup_MinNumberNeeded =
 77116               {
 77117                   /* flags */
 77118                   META_FLAG_PROPERTY|META_FLAG_READ,
 77119                   /* name */
 77120                   "MinNumberNeeded",
 77121                   /* qualifiers */
 77122                   _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers,
 77123                   /* type */
 77124                   CIMTYPE_UINT32,
 77125                   /* subscript */
 77126                   -1,
 77127                   /* value */
 77128                   0,
 77129               };
 77130               
 77131               static const char*
 77132 mike  1.1.2.1 _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers[] =
 77133               {
 77134                   /* Deprecated */
 77135                   "\013\000\001CIM_RedundancySet.TypeOfSet\000",
 77136                   0,
 77137               };
 77138               
 77139               static MetaProperty
 77140               _CIM_ExtraCapacityGroup_LoadBalancedGroup =
 77141               {
 77142                   /* flags */
 77143                   META_FLAG_PROPERTY|META_FLAG_READ,
 77144                   /* name */
 77145                   "LoadBalancedGroup",
 77146                   /* qualifiers */
 77147                   _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers,
 77148                   /* type */
 77149                   CIMTYPE_BOOLEAN,
 77150                   /* subscript */
 77151                   -1,
 77152                   /* value */
 77153 mike  1.1.2.1     0,
 77154               };
 77155               
 77156               static MetaFeature*
 77157               _CIM_ExtraCapacityGroup_features[] =
 77158               {
 77159                   (MetaFeature*)&_CIM_ExtraCapacityGroup_MinNumberNeeded,
 77160                   (MetaFeature*)&_CIM_ExtraCapacityGroup_LoadBalancedGroup,
 77161                   0,
 77162               };
 77163               
 77164               static const char*
 77165               __root_cimv2_CIM_ExtraCapacityGroup_qualifiers[] =
 77166               {
 77167                   /* Deprecated */
 77168                   "\013\000\001CIM_RedundancySet\000",
 77169                   /* UMLPackagePath */
 77170                   "\057CIM::Core::Redundancy",
 77171                   /* Version */
 77172                   "\0632.13.0",
 77173                   0,
 77174 mike  1.1.2.1 };
 77175               
 77176               MetaClass
 77177               __root_cimv2_CIM_ExtraCapacityGroup =
 77178               {
 77179                   /* flags */
 77180                   META_FLAG_CLASS,
 77181                   /* name */
 77182                   "CIM_ExtraCapacityGroup",
 77183                   /* qualifiers */
 77184                   __root_cimv2_CIM_ExtraCapacityGroup_qualifiers,
 77185                   /* super */
 77186                   &__root_cimv2_CIM_RedundancyGroup,
 77187                   /* features */
 77188                   _CIM_ExtraCapacityGroup_features,
 77189               };
 77190               
 77191               //==============================================================================
 77192               //
 77193               // Class: CIM_FCPortStatistics
 77194               //
 77195 mike  1.1.2.1 //==============================================================================
 77196               
 77197               static const char*
 77198               _CIM_FCPortStatistics_LIPCount_qualifiers[] =
 77199               {
 77200                   /* Counter */
 77201                   "\012\001",
 77202                   0,
 77203               };
 77204               
 77205               static MetaProperty
 77206               _CIM_FCPortStatistics_LIPCount =
 77207               {
 77208                   /* flags */
 77209                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77210                   /* name */
 77211                   "LIPCount",
 77212                   /* qualifiers */
 77213                   _CIM_FCPortStatistics_LIPCount_qualifiers,
 77214                   /* type */
 77215                   CIMTYPE_UINT64,
 77216 mike  1.1.2.1     /* subscript */
 77217                   -1,
 77218                   /* value */
 77219                   0,
 77220               };
 77221               
 77222               static const char*
 77223               _CIM_FCPortStatistics_NOSCount_qualifiers[] =
 77224               {
 77225                   /* Counter */
 77226                   "\012\001",
 77227                   0,
 77228               };
 77229               
 77230               static MetaProperty
 77231               _CIM_FCPortStatistics_NOSCount =
 77232               {
 77233                   /* flags */
 77234                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77235                   /* name */
 77236                   "NOSCount",
 77237 mike  1.1.2.1     /* qualifiers */
 77238                   _CIM_FCPortStatistics_NOSCount_qualifiers,
 77239                   /* type */
 77240                   CIMTYPE_UINT64,
 77241                   /* subscript */
 77242                   -1,
 77243                   /* value */
 77244                   0,
 77245               };
 77246               
 77247               static const char*
 77248               _CIM_FCPortStatistics_ErrorFrames_qualifiers[] =
 77249               {
 77250                   /* Counter */
 77251                   "\012\001",
 77252                   0,
 77253               };
 77254               
 77255               static MetaProperty
 77256               _CIM_FCPortStatistics_ErrorFrames =
 77257               {
 77258 mike  1.1.2.1     /* flags */
 77259                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77260                   /* name */
 77261                   "ErrorFrames",
 77262                   /* qualifiers */
 77263                   _CIM_FCPortStatistics_ErrorFrames_qualifiers,
 77264                   /* type */
 77265                   CIMTYPE_UINT64,
 77266                   /* subscript */
 77267                   -1,
 77268                   /* value */
 77269                   0,
 77270               };
 77271               
 77272               static const char*
 77273               _CIM_FCPortStatistics_DumpedFrames_qualifiers[] =
 77274               {
 77275                   /* Counter */
 77276                   "\012\001",
 77277                   0,
 77278               };
 77279 mike  1.1.2.1 
 77280               static MetaProperty
 77281               _CIM_FCPortStatistics_DumpedFrames =
 77282               {
 77283                   /* flags */
 77284                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77285                   /* name */
 77286                   "DumpedFrames",
 77287                   /* qualifiers */
 77288                   _CIM_FCPortStatistics_DumpedFrames_qualifiers,
 77289                   /* type */
 77290                   CIMTYPE_UINT64,
 77291                   /* subscript */
 77292                   -1,
 77293                   /* value */
 77294                   0,
 77295               };
 77296               
 77297               static const char*
 77298               _CIM_FCPortStatistics_LinkFailures_qualifiers[] =
 77299               {
 77300 mike  1.1.2.1     /* Counter */
 77301                   "\012\001",
 77302                   0,
 77303               };
 77304               
 77305               static MetaProperty
 77306               _CIM_FCPortStatistics_LinkFailures =
 77307               {
 77308                   /* flags */
 77309                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77310                   /* name */
 77311                   "LinkFailures",
 77312                   /* qualifiers */
 77313                   _CIM_FCPortStatistics_LinkFailures_qualifiers,
 77314                   /* type */
 77315                   CIMTYPE_UINT64,
 77316                   /* subscript */
 77317                   -1,
 77318                   /* value */
 77319                   0,
 77320               };
 77321 mike  1.1.2.1 
 77322               static const char*
 77323               _CIM_FCPortStatistics_LossOfSignalCounter_qualifiers[] =
 77324               {
 77325                   /* Counter */
 77326                   "\012\001",
 77327                   0,
 77328               };
 77329               
 77330               static MetaProperty
 77331               _CIM_FCPortStatistics_LossOfSignalCounter =
 77332               {
 77333                   /* flags */
 77334                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77335                   /* name */
 77336                   "LossOfSignalCounter",
 77337                   /* qualifiers */
 77338                   _CIM_FCPortStatistics_LossOfSignalCounter_qualifiers,
 77339                   /* type */
 77340                   CIMTYPE_UINT64,
 77341                   /* subscript */
 77342 mike  1.1.2.1     -1,
 77343                   /* value */
 77344                   0,
 77345               };
 77346               
 77347               static const char*
 77348               _CIM_FCPortStatistics_LossOfSyncCounter_qualifiers[] =
 77349               {
 77350                   /* Counter */
 77351                   "\012\001",
 77352                   0,
 77353               };
 77354               
 77355               static MetaProperty
 77356               _CIM_FCPortStatistics_LossOfSyncCounter =
 77357               {
 77358                   /* flags */
 77359                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77360                   /* name */
 77361                   "LossOfSyncCounter",
 77362                   /* qualifiers */
 77363 mike  1.1.2.1     _CIM_FCPortStatistics_LossOfSyncCounter_qualifiers,
 77364                   /* type */
 77365                   CIMTYPE_UINT64,
 77366                   /* subscript */
 77367                   -1,
 77368                   /* value */
 77369                   0,
 77370               };
 77371               
 77372               static const char*
 77373               _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount_qualifiers[] =
 77374               {
 77375                   /* Counter */
 77376                   "\012\001",
 77377                   0,
 77378               };
 77379               
 77380               static MetaProperty
 77381               _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount =
 77382               {
 77383                   /* flags */
 77384 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77385                   /* name */
 77386                   "PrimitiveSeqProtocolErrCount",
 77387                   /* qualifiers */
 77388                   _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount_qualifiers,
 77389                   /* type */
 77390                   CIMTYPE_UINT64,
 77391                   /* subscript */
 77392                   -1,
 77393                   /* value */
 77394                   0,
 77395               };
 77396               
 77397               static const char*
 77398               _CIM_FCPortStatistics_CRCErrors_qualifiers[] =
 77399               {
 77400                   /* Counter */
 77401                   "\012\001",
 77402                   0,
 77403               };
 77404               
 77405 mike  1.1.2.1 static MetaProperty
 77406               _CIM_FCPortStatistics_CRCErrors =
 77407               {
 77408                   /* flags */
 77409                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77410                   /* name */
 77411                   "CRCErrors",
 77412                   /* qualifiers */
 77413                   _CIM_FCPortStatistics_CRCErrors_qualifiers,
 77414                   /* type */
 77415                   CIMTYPE_UINT64,
 77416                   /* subscript */
 77417                   -1,
 77418                   /* value */
 77419                   0,
 77420               };
 77421               
 77422               static const char*
 77423               _CIM_FCPortStatistics_InvalidTransmissionWords_qualifiers[] =
 77424               {
 77425                   /* Counter */
 77426 mike  1.1.2.1     "\012\001",
 77427                   0,
 77428               };
 77429               
 77430               static MetaProperty
 77431               _CIM_FCPortStatistics_InvalidTransmissionWords =
 77432               {
 77433                   /* flags */
 77434                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77435                   /* name */
 77436                   "InvalidTransmissionWords",
 77437                   /* qualifiers */
 77438                   _CIM_FCPortStatistics_InvalidTransmissionWords_qualifiers,
 77439                   /* type */
 77440                   CIMTYPE_UINT64,
 77441                   /* subscript */
 77442                   -1,
 77443                   /* value */
 77444                   0,
 77445               };
 77446               
 77447 mike  1.1.2.1 static const char*
 77448               _CIM_FCPortStatistics_FramesTooShort_qualifiers[] =
 77449               {
 77450                   /* Counter */
 77451                   "\012\001",
 77452                   0,
 77453               };
 77454               
 77455               static MetaProperty
 77456               _CIM_FCPortStatistics_FramesTooShort =
 77457               {
 77458                   /* flags */
 77459                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77460                   /* name */
 77461                   "FramesTooShort",
 77462                   /* qualifiers */
 77463                   _CIM_FCPortStatistics_FramesTooShort_qualifiers,
 77464                   /* type */
 77465                   CIMTYPE_UINT64,
 77466                   /* subscript */
 77467                   -1,
 77468 mike  1.1.2.1     /* value */
 77469                   0,
 77470               };
 77471               
 77472               static const char*
 77473               _CIM_FCPortStatistics_FramesTooLong_qualifiers[] =
 77474               {
 77475                   /* Counter */
 77476                   "\012\001",
 77477                   0,
 77478               };
 77479               
 77480               static MetaProperty
 77481               _CIM_FCPortStatistics_FramesTooLong =
 77482               {
 77483                   /* flags */
 77484                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77485                   /* name */
 77486                   "FramesTooLong",
 77487                   /* qualifiers */
 77488                   _CIM_FCPortStatistics_FramesTooLong_qualifiers,
 77489 mike  1.1.2.1     /* type */
 77490                   CIMTYPE_UINT64,
 77491                   /* subscript */
 77492                   -1,
 77493                   /* value */
 77494                   0,
 77495               };
 77496               
 77497               static const char*
 77498               _CIM_FCPortStatistics_AddressErrors_qualifiers[] =
 77499               {
 77500                   /* Counter */
 77501                   "\012\001",
 77502                   0,
 77503               };
 77504               
 77505               static MetaProperty
 77506               _CIM_FCPortStatistics_AddressErrors =
 77507               {
 77508                   /* flags */
 77509                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77510 mike  1.1.2.1     /* name */
 77511                   "AddressErrors",
 77512                   /* qualifiers */
 77513                   _CIM_FCPortStatistics_AddressErrors_qualifiers,
 77514                   /* type */
 77515                   CIMTYPE_UINT64,
 77516                   /* subscript */
 77517                   -1,
 77518                   /* value */
 77519                   0,
 77520               };
 77521               
 77522               static const char*
 77523               _CIM_FCPortStatistics_BufferCreditNotProvided_qualifiers[] =
 77524               {
 77525                   /* Counter */
 77526                   "\012\001",
 77527                   0,
 77528               };
 77529               
 77530               static MetaProperty
 77531 mike  1.1.2.1 _CIM_FCPortStatistics_BufferCreditNotProvided =
 77532               {
 77533                   /* flags */
 77534                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77535                   /* name */
 77536                   "BufferCreditNotProvided",
 77537                   /* qualifiers */
 77538                   _CIM_FCPortStatistics_BufferCreditNotProvided_qualifiers,
 77539                   /* type */
 77540                   CIMTYPE_UINT64,
 77541                   /* subscript */
 77542                   -1,
 77543                   /* value */
 77544                   0,
 77545               };
 77546               
 77547               static const char*
 77548               _CIM_FCPortStatistics_BufferCreditNotReceived_qualifiers[] =
 77549               {
 77550                   /* Counter */
 77551                   "\012\001",
 77552 mike  1.1.2.1     0,
 77553               };
 77554               
 77555               static MetaProperty
 77556               _CIM_FCPortStatistics_BufferCreditNotReceived =
 77557               {
 77558                   /* flags */
 77559                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77560                   /* name */
 77561                   "BufferCreditNotReceived",
 77562                   /* qualifiers */
 77563                   _CIM_FCPortStatistics_BufferCreditNotReceived_qualifiers,
 77564                   /* type */
 77565                   CIMTYPE_UINT64,
 77566                   /* subscript */
 77567                   -1,
 77568                   /* value */
 77569                   0,
 77570               };
 77571               
 77572               static const char*
 77573 mike  1.1.2.1 _CIM_FCPortStatistics_DelimiterErrors_qualifiers[] =
 77574               {
 77575                   /* Counter */
 77576                   "\012\001",
 77577                   0,
 77578               };
 77579               
 77580               static MetaProperty
 77581               _CIM_FCPortStatistics_DelimiterErrors =
 77582               {
 77583                   /* flags */
 77584                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77585                   /* name */
 77586                   "DelimiterErrors",
 77587                   /* qualifiers */
 77588                   _CIM_FCPortStatistics_DelimiterErrors_qualifiers,
 77589                   /* type */
 77590                   CIMTYPE_UINT64,
 77591                   /* subscript */
 77592                   -1,
 77593                   /* value */
 77594 mike  1.1.2.1     0,
 77595               };
 77596               
 77597               static const char*
 77598               _CIM_FCPortStatistics_EncodingDisparityErrors_qualifiers[] =
 77599               {
 77600                   /* Counter */
 77601                   "\012\001",
 77602                   0,
 77603               };
 77604               
 77605               static MetaProperty
 77606               _CIM_FCPortStatistics_EncodingDisparityErrors =
 77607               {
 77608                   /* flags */
 77609                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77610                   /* name */
 77611                   "EncodingDisparityErrors",
 77612                   /* qualifiers */
 77613                   _CIM_FCPortStatistics_EncodingDisparityErrors_qualifiers,
 77614                   /* type */
 77615 mike  1.1.2.1     CIMTYPE_UINT64,
 77616                   /* subscript */
 77617                   -1,
 77618                   /* value */
 77619                   0,
 77620               };
 77621               
 77622               static const char*
 77623               _CIM_FCPortStatistics_LinkResetsReceived_qualifiers[] =
 77624               {
 77625                   /* Counter */
 77626                   "\012\001",
 77627                   0,
 77628               };
 77629               
 77630               static MetaProperty
 77631               _CIM_FCPortStatistics_LinkResetsReceived =
 77632               {
 77633                   /* flags */
 77634                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77635                   /* name */
 77636 mike  1.1.2.1     "LinkResetsReceived",
 77637                   /* qualifiers */
 77638                   _CIM_FCPortStatistics_LinkResetsReceived_qualifiers,
 77639                   /* type */
 77640                   CIMTYPE_UINT64,
 77641                   /* subscript */
 77642                   -1,
 77643                   /* value */
 77644                   0,
 77645               };
 77646               
 77647               static const char*
 77648               _CIM_FCPortStatistics_LinkResetsTransmitted_qualifiers[] =
 77649               {
 77650                   /* Counter */
 77651                   "\012\001",
 77652                   0,
 77653               };
 77654               
 77655               static MetaProperty
 77656               _CIM_FCPortStatistics_LinkResetsTransmitted =
 77657 mike  1.1.2.1 {
 77658                   /* flags */
 77659                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77660                   /* name */
 77661                   "LinkResetsTransmitted",
 77662                   /* qualifiers */
 77663                   _CIM_FCPortStatistics_LinkResetsTransmitted_qualifiers,
 77664                   /* type */
 77665                   CIMTYPE_UINT64,
 77666                   /* subscript */
 77667                   -1,
 77668                   /* value */
 77669                   0,
 77670               };
 77671               
 77672               static const char*
 77673               _CIM_FCPortStatistics_MulticastFramesReceived_qualifiers[] =
 77674               {
 77675                   /* Counter */
 77676                   "\012\001",
 77677                   0,
 77678 mike  1.1.2.1 };
 77679               
 77680               static MetaProperty
 77681               _CIM_FCPortStatistics_MulticastFramesReceived =
 77682               {
 77683                   /* flags */
 77684                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77685                   /* name */
 77686                   "MulticastFramesReceived",
 77687                   /* qualifiers */
 77688                   _CIM_FCPortStatistics_MulticastFramesReceived_qualifiers,
 77689                   /* type */
 77690                   CIMTYPE_UINT64,
 77691                   /* subscript */
 77692                   -1,
 77693                   /* value */
 77694                   0,
 77695               };
 77696               
 77697               static const char*
 77698               _CIM_FCPortStatistics_MulticastFramesTransmitted_qualifiers[] =
 77699 mike  1.1.2.1 {
 77700                   /* Counter */
 77701                   "\012\001",
 77702                   0,
 77703               };
 77704               
 77705               static MetaProperty
 77706               _CIM_FCPortStatistics_MulticastFramesTransmitted =
 77707               {
 77708                   /* flags */
 77709                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77710                   /* name */
 77711                   "MulticastFramesTransmitted",
 77712                   /* qualifiers */
 77713                   _CIM_FCPortStatistics_MulticastFramesTransmitted_qualifiers,
 77714                   /* type */
 77715                   CIMTYPE_UINT64,
 77716                   /* subscript */
 77717                   -1,
 77718                   /* value */
 77719                   0,
 77720 mike  1.1.2.1 };
 77721               
 77722               static const char*
 77723               _CIM_FCPortStatistics_FBSYFrames_qualifiers[] =
 77724               {
 77725                   /* Counter */
 77726                   "\012\001",
 77727                   /* MappingStrings */
 77728                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_FBSY\000",
 77729                   0,
 77730               };
 77731               
 77732               static MetaProperty
 77733               _CIM_FCPortStatistics_FBSYFrames =
 77734               {
 77735                   /* flags */
 77736                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77737                   /* name */
 77738                   "FBSYFrames",
 77739                   /* qualifiers */
 77740                   _CIM_FCPortStatistics_FBSYFrames_qualifiers,
 77741 mike  1.1.2.1     /* type */
 77742                   CIMTYPE_UINT64,
 77743                   /* subscript */
 77744                   -1,
 77745                   /* value */
 77746                   0,
 77747               };
 77748               
 77749               static const char*
 77750               _CIM_FCPortStatistics_PBSYFrames_qualifiers[] =
 77751               {
 77752                   /* Counter */
 77753                   "\012\001",
 77754                   /* MappingStrings */
 77755                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_PBSY\000",
 77756                   0,
 77757               };
 77758               
 77759               static MetaProperty
 77760               _CIM_FCPortStatistics_PBSYFrames =
 77761               {
 77762 mike  1.1.2.1     /* flags */
 77763                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77764                   /* name */
 77765                   "PBSYFrames",
 77766                   /* qualifiers */
 77767                   _CIM_FCPortStatistics_PBSYFrames_qualifiers,
 77768                   /* type */
 77769                   CIMTYPE_UINT64,
 77770                   /* subscript */
 77771                   -1,
 77772                   /* value */
 77773                   0,
 77774               };
 77775               
 77776               static const char*
 77777               _CIM_FCPortStatistics_FRJTFrames_qualifiers[] =
 77778               {
 77779                   /* Counter */
 77780                   "\012\001",
 77781                   /* MappingStrings */
 77782                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_FRJT\000",
 77783 mike  1.1.2.1     0,
 77784               };
 77785               
 77786               static MetaProperty
 77787               _CIM_FCPortStatistics_FRJTFrames =
 77788               {
 77789                   /* flags */
 77790                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77791                   /* name */
 77792                   "FRJTFrames",
 77793                   /* qualifiers */
 77794                   _CIM_FCPortStatistics_FRJTFrames_qualifiers,
 77795                   /* type */
 77796                   CIMTYPE_UINT64,
 77797                   /* subscript */
 77798                   -1,
 77799                   /* value */
 77800                   0,
 77801               };
 77802               
 77803               static const char*
 77804 mike  1.1.2.1 _CIM_FCPortStatistics_PRJTFrames_qualifiers[] =
 77805               {
 77806                   /* Counter */
 77807                   "\012\001",
 77808                   /* MappingStrings */
 77809                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_PRJT\000",
 77810                   0,
 77811               };
 77812               
 77813               static MetaProperty
 77814               _CIM_FCPortStatistics_PRJTFrames =
 77815               {
 77816                   /* flags */
 77817                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77818                   /* name */
 77819                   "PRJTFrames",
 77820                   /* qualifiers */
 77821                   _CIM_FCPortStatistics_PRJTFrames_qualifiers,
 77822                   /* type */
 77823                   CIMTYPE_UINT64,
 77824                   /* subscript */
 77825 mike  1.1.2.1     -1,
 77826                   /* value */
 77827                   0,
 77828               };
 77829               
 77830               static const char*
 77831               _CIM_FCPortStatistics_RXClass1Frames_qualifiers[] =
 77832               {
 77833                   /* Counter */
 77834                   "\012\001",
 77835                   /* MappingStrings */
 77836                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1RF\000",
 77837                   0,
 77838               };
 77839               
 77840               static MetaProperty
 77841               _CIM_FCPortStatistics_RXClass1Frames =
 77842               {
 77843                   /* flags */
 77844                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77845                   /* name */
 77846 mike  1.1.2.1     "RXClass1Frames",
 77847                   /* qualifiers */
 77848                   _CIM_FCPortStatistics_RXClass1Frames_qualifiers,
 77849                   /* type */
 77850                   CIMTYPE_UINT64,
 77851                   /* subscript */
 77852                   -1,
 77853                   /* value */
 77854                   0,
 77855               };
 77856               
 77857               static const char*
 77858               _CIM_FCPortStatistics_TXClass1Frames_qualifiers[] =
 77859               {
 77860                   /* Counter */
 77861                   "\012\001",
 77862                   /* MappingStrings */
 77863                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1TF\000",
 77864                   0,
 77865               };
 77866               
 77867 mike  1.1.2.1 static MetaProperty
 77868               _CIM_FCPortStatistics_TXClass1Frames =
 77869               {
 77870                   /* flags */
 77871                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77872                   /* name */
 77873                   "TXClass1Frames",
 77874                   /* qualifiers */
 77875                   _CIM_FCPortStatistics_TXClass1Frames_qualifiers,
 77876                   /* type */
 77877                   CIMTYPE_UINT64,
 77878                   /* subscript */
 77879                   -1,
 77880                   /* value */
 77881                   0,
 77882               };
 77883               
 77884               static const char*
 77885               _CIM_FCPortStatistics_Class1FBSY_qualifiers[] =
 77886               {
 77887                   /* Counter */
 77888 mike  1.1.2.1     "\012\001",
 77889                   /* MappingStrings */
 77890                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1FB\000",
 77891                   0,
 77892               };
 77893               
 77894               static MetaProperty
 77895               _CIM_FCPortStatistics_Class1FBSY =
 77896               {
 77897                   /* flags */
 77898                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77899                   /* name */
 77900                   "Class1FBSY",
 77901                   /* qualifiers */
 77902                   _CIM_FCPortStatistics_Class1FBSY_qualifiers,
 77903                   /* type */
 77904                   CIMTYPE_UINT64,
 77905                   /* subscript */
 77906                   -1,
 77907                   /* value */
 77908                   0,
 77909 mike  1.1.2.1 };
 77910               
 77911               static const char*
 77912               _CIM_FCPortStatistics_Class1PBSY_qualifiers[] =
 77913               {
 77914                   /* Counter */
 77915                   "\012\001",
 77916                   /* MappingStrings */
 77917                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1PB\000",
 77918                   0,
 77919               };
 77920               
 77921               static MetaProperty
 77922               _CIM_FCPortStatistics_Class1PBSY =
 77923               {
 77924                   /* flags */
 77925                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77926                   /* name */
 77927                   "Class1PBSY",
 77928                   /* qualifiers */
 77929                   _CIM_FCPortStatistics_Class1PBSY_qualifiers,
 77930 mike  1.1.2.1     /* type */
 77931                   CIMTYPE_UINT64,
 77932                   /* subscript */
 77933                   -1,
 77934                   /* value */
 77935                   0,
 77936               };
 77937               
 77938               static const char*
 77939               _CIM_FCPortStatistics_Class1FRJT_qualifiers[] =
 77940               {
 77941                   /* Counter */
 77942                   "\012\001",
 77943                   /* MappingStrings */
 77944                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1FR\000",
 77945                   0,
 77946               };
 77947               
 77948               static MetaProperty
 77949               _CIM_FCPortStatistics_Class1FRJT =
 77950               {
 77951 mike  1.1.2.1     /* flags */
 77952                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77953                   /* name */
 77954                   "Class1FRJT",
 77955                   /* qualifiers */
 77956                   _CIM_FCPortStatistics_Class1FRJT_qualifiers,
 77957                   /* type */
 77958                   CIMTYPE_UINT64,
 77959                   /* subscript */
 77960                   -1,
 77961                   /* value */
 77962                   0,
 77963               };
 77964               
 77965               static const char*
 77966               _CIM_FCPortStatistics_Class1PRJT_qualifiers[] =
 77967               {
 77968                   /* Counter */
 77969                   "\012\001",
 77970                   /* MappingStrings */
 77971                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1PR\000",
 77972 mike  1.1.2.1     0,
 77973               };
 77974               
 77975               static MetaProperty
 77976               _CIM_FCPortStatistics_Class1PRJT =
 77977               {
 77978                   /* flags */
 77979                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77980                   /* name */
 77981                   "Class1PRJT",
 77982                   /* qualifiers */
 77983                   _CIM_FCPortStatistics_Class1PRJT_qualifiers,
 77984                   /* type */
 77985                   CIMTYPE_UINT64,
 77986                   /* subscript */
 77987                   -1,
 77988                   /* value */
 77989                   0,
 77990               };
 77991               
 77992               static const char*
 77993 mike  1.1.2.1 _CIM_FCPortStatistics_RXClass2Frames_qualifiers[] =
 77994               {
 77995                   /* Counter */
 77996                   "\012\001",
 77997                   /* MappingStrings */
 77998                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2RF\000",
 77999                   0,
 78000               };
 78001               
 78002               static MetaProperty
 78003               _CIM_FCPortStatistics_RXClass2Frames =
 78004               {
 78005                   /* flags */
 78006                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78007                   /* name */
 78008                   "RXClass2Frames",
 78009                   /* qualifiers */
 78010                   _CIM_FCPortStatistics_RXClass2Frames_qualifiers,
 78011                   /* type */
 78012                   CIMTYPE_UINT64,
 78013                   /* subscript */
 78014 mike  1.1.2.1     -1,
 78015                   /* value */
 78016                   0,
 78017               };
 78018               
 78019               static const char*
 78020               _CIM_FCPortStatistics_TXClass2Frames_qualifiers[] =
 78021               {
 78022                   /* Counter */
 78023                   "\012\001",
 78024                   /* MappingStrings */
 78025                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2LF\000",
 78026                   0,
 78027               };
 78028               
 78029               static MetaProperty
 78030               _CIM_FCPortStatistics_TXClass2Frames =
 78031               {
 78032                   /* flags */
 78033                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78034                   /* name */
 78035 mike  1.1.2.1     "TXClass2Frames",
 78036                   /* qualifiers */
 78037                   _CIM_FCPortStatistics_TXClass2Frames_qualifiers,
 78038                   /* type */
 78039                   CIMTYPE_UINT64,
 78040                   /* subscript */
 78041                   -1,
 78042                   /* value */
 78043                   0,
 78044               };
 78045               
 78046               static const char*
 78047               _CIM_FCPortStatistics_Class2FBSY_qualifiers[] =
 78048               {
 78049                   /* Counter */
 78050                   "\012\001",
 78051                   /* MappingStrings */
 78052                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2FB\000",
 78053                   0,
 78054               };
 78055               
 78056 mike  1.1.2.1 static MetaProperty
 78057               _CIM_FCPortStatistics_Class2FBSY =
 78058               {
 78059                   /* flags */
 78060                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78061                   /* name */
 78062                   "Class2FBSY",
 78063                   /* qualifiers */
 78064                   _CIM_FCPortStatistics_Class2FBSY_qualifiers,
 78065                   /* type */
 78066                   CIMTYPE_UINT64,
 78067                   /* subscript */
 78068                   -1,
 78069                   /* value */
 78070                   0,
 78071               };
 78072               
 78073               static const char*
 78074               _CIM_FCPortStatistics_Class2PBSY_qualifiers[] =
 78075               {
 78076                   /* Counter */
 78077 mike  1.1.2.1     "\012\001",
 78078                   /* MappingStrings */
 78079                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2PB\000",
 78080                   0,
 78081               };
 78082               
 78083               static MetaProperty
 78084               _CIM_FCPortStatistics_Class2PBSY =
 78085               {
 78086                   /* flags */
 78087                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78088                   /* name */
 78089                   "Class2PBSY",
 78090                   /* qualifiers */
 78091                   _CIM_FCPortStatistics_Class2PBSY_qualifiers,
 78092                   /* type */
 78093                   CIMTYPE_UINT64,
 78094                   /* subscript */
 78095                   -1,
 78096                   /* value */
 78097                   0,
 78098 mike  1.1.2.1 };
 78099               
 78100               static const char*
 78101               _CIM_FCPortStatistics_Class2FRJT_qualifiers[] =
 78102               {
 78103                   /* Counter */
 78104                   "\012\001",
 78105                   /* MappingStrings */
 78106                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2FR\000",
 78107                   0,
 78108               };
 78109               
 78110               static MetaProperty
 78111               _CIM_FCPortStatistics_Class2FRJT =
 78112               {
 78113                   /* flags */
 78114                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78115                   /* name */
 78116                   "Class2FRJT",
 78117                   /* qualifiers */
 78118                   _CIM_FCPortStatistics_Class2FRJT_qualifiers,
 78119 mike  1.1.2.1     /* type */
 78120                   CIMTYPE_UINT64,
 78121                   /* subscript */
 78122                   -1,
 78123                   /* value */
 78124                   0,
 78125               };
 78126               
 78127               static const char*
 78128               _CIM_FCPortStatistics_Class2PRJT_qualifiers[] =
 78129               {
 78130                   /* Counter */
 78131                   "\012\001",
 78132                   /* MappingStrings */
 78133                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2PR\000",
 78134                   0,
 78135               };
 78136               
 78137               static MetaProperty
 78138               _CIM_FCPortStatistics_Class2PRJT =
 78139               {
 78140 mike  1.1.2.1     /* flags */
 78141                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78142                   /* name */
 78143                   "Class2PRJT",
 78144                   /* qualifiers */
 78145                   _CIM_FCPortStatistics_Class2PRJT_qualifiers,
 78146                   /* type */
 78147                   CIMTYPE_UINT64,
 78148                   /* subscript */
 78149                   -1,
 78150                   /* value */
 78151                   0,
 78152               };
 78153               
 78154               static const char*
 78155               _CIM_FCPortStatistics_RXClass3Frames_qualifiers[] =
 78156               {
 78157                   /* Counter */
 78158                   "\012\001",
 78159                   /* MappingStrings */
 78160                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3RF\000",
 78161 mike  1.1.2.1     0,
 78162               };
 78163               
 78164               static MetaProperty
 78165               _CIM_FCPortStatistics_RXClass3Frames =
 78166               {
 78167                   /* flags */
 78168                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78169                   /* name */
 78170                   "RXClass3Frames",
 78171                   /* qualifiers */
 78172                   _CIM_FCPortStatistics_RXClass3Frames_qualifiers,
 78173                   /* type */
 78174                   CIMTYPE_UINT64,
 78175                   /* subscript */
 78176                   -1,
 78177                   /* value */
 78178                   0,
 78179               };
 78180               
 78181               static const char*
 78182 mike  1.1.2.1 _CIM_FCPortStatistics_TXClass3Frames_qualifiers[] =
 78183               {
 78184                   /* Counter */
 78185                   "\012\001",
 78186                   /* MappingStrings */
 78187                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3TF\000",
 78188                   0,
 78189               };
 78190               
 78191               static MetaProperty
 78192               _CIM_FCPortStatistics_TXClass3Frames =
 78193               {
 78194                   /* flags */
 78195                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78196                   /* name */
 78197                   "TXClass3Frames",
 78198                   /* qualifiers */
 78199                   _CIM_FCPortStatistics_TXClass3Frames_qualifiers,
 78200                   /* type */
 78201                   CIMTYPE_UINT64,
 78202                   /* subscript */
 78203 mike  1.1.2.1     -1,
 78204                   /* value */
 78205                   0,
 78206               };
 78207               
 78208               static const char*
 78209               _CIM_FCPortStatistics_Class3FramesDiscarded_qualifiers[] =
 78210               {
 78211                   /* Counter */
 78212                   "\012\001",
 78213                   /* MappingStrings */
 78214                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3DC\000",
 78215                   0,
 78216               };
 78217               
 78218               static MetaProperty
 78219               _CIM_FCPortStatistics_Class3FramesDiscarded =
 78220               {
 78221                   /* flags */
 78222                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78223                   /* name */
 78224 mike  1.1.2.1     "Class3FramesDiscarded",
 78225                   /* qualifiers */
 78226                   _CIM_FCPortStatistics_Class3FramesDiscarded_qualifiers,
 78227                   /* type */
 78228                   CIMTYPE_UINT64,
 78229                   /* subscript */
 78230                   -1,
 78231                   /* value */
 78232                   0,
 78233               };
 78234               
 78235               static const char*
 78236               _CIM_FCPortStatistics_RXBroadcastFrames_qualifiers[] =
 78237               {
 78238                   /* Counter */
 78239                   "\012\001",
 78240                   /* MappingStrings */
 78241                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_RBCO\000",
 78242                   0,
 78243               };
 78244               
 78245 mike  1.1.2.1 static MetaProperty
 78246               _CIM_FCPortStatistics_RXBroadcastFrames =
 78247               {
 78248                   /* flags */
 78249                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78250                   /* name */
 78251                   "RXBroadcastFrames",
 78252                   /* qualifiers */
 78253                   _CIM_FCPortStatistics_RXBroadcastFrames_qualifiers,
 78254                   /* type */
 78255                   CIMTYPE_UINT64,
 78256                   /* subscript */
 78257                   -1,
 78258                   /* value */
 78259                   0,
 78260               };
 78261               
 78262               static const char*
 78263               _CIM_FCPortStatistics_TXBroadcastFrames_qualifiers[] =
 78264               {
 78265                   /* Counter */
 78266 mike  1.1.2.1     "\012\001",
 78267                   /* MappingStrings */
 78268                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_TBCO\000",
 78269                   0,
 78270               };
 78271               
 78272               static MetaProperty
 78273               _CIM_FCPortStatistics_TXBroadcastFrames =
 78274               {
 78275                   /* flags */
 78276                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78277                   /* name */
 78278                   "TXBroadcastFrames",
 78279                   /* qualifiers */
 78280                   _CIM_FCPortStatistics_TXBroadcastFrames_qualifiers,
 78281                   /* type */
 78282                   CIMTYPE_UINT64,
 78283                   /* subscript */
 78284                   -1,
 78285                   /* value */
 78286                   0,
 78287 mike  1.1.2.1 };
 78288               
 78289               static MetaFeature*
 78290               _CIM_FCPortStatistics_features[] =
 78291               {
 78292                   (MetaFeature*)&_CIM_FCPortStatistics_LIPCount,
 78293                   (MetaFeature*)&_CIM_FCPortStatistics_NOSCount,
 78294                   (MetaFeature*)&_CIM_FCPortStatistics_ErrorFrames,
 78295                   (MetaFeature*)&_CIM_FCPortStatistics_DumpedFrames,
 78296                   (MetaFeature*)&_CIM_FCPortStatistics_LinkFailures,
 78297                   (MetaFeature*)&_CIM_FCPortStatistics_LossOfSignalCounter,
 78298                   (MetaFeature*)&_CIM_FCPortStatistics_LossOfSyncCounter,
 78299                   (MetaFeature*)&_CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount,
 78300                   (MetaFeature*)&_CIM_FCPortStatistics_CRCErrors,
 78301                   (MetaFeature*)&_CIM_FCPortStatistics_InvalidTransmissionWords,
 78302                   (MetaFeature*)&_CIM_FCPortStatistics_FramesTooShort,
 78303                   (MetaFeature*)&_CIM_FCPortStatistics_FramesTooLong,
 78304                   (MetaFeature*)&_CIM_FCPortStatistics_AddressErrors,
 78305                   (MetaFeature*)&_CIM_FCPortStatistics_BufferCreditNotProvided,
 78306                   (MetaFeature*)&_CIM_FCPortStatistics_BufferCreditNotReceived,
 78307                   (MetaFeature*)&_CIM_FCPortStatistics_DelimiterErrors,
 78308 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPortStatistics_EncodingDisparityErrors,
 78309                   (MetaFeature*)&_CIM_FCPortStatistics_LinkResetsReceived,
 78310                   (MetaFeature*)&_CIM_FCPortStatistics_LinkResetsTransmitted,
 78311                   (MetaFeature*)&_CIM_FCPortStatistics_MulticastFramesReceived,
 78312                   (MetaFeature*)&_CIM_FCPortStatistics_MulticastFramesTransmitted,
 78313                   (MetaFeature*)&_CIM_FCPortStatistics_FBSYFrames,
 78314                   (MetaFeature*)&_CIM_FCPortStatistics_PBSYFrames,
 78315                   (MetaFeature*)&_CIM_FCPortStatistics_FRJTFrames,
 78316                   (MetaFeature*)&_CIM_FCPortStatistics_PRJTFrames,
 78317                   (MetaFeature*)&_CIM_FCPortStatistics_RXClass1Frames,
 78318                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass1Frames,
 78319                   (MetaFeature*)&_CIM_FCPortStatistics_Class1FBSY,
 78320                   (MetaFeature*)&_CIM_FCPortStatistics_Class1PBSY,
 78321                   (MetaFeature*)&_CIM_FCPortStatistics_Class1FRJT,
 78322                   (MetaFeature*)&_CIM_FCPortStatistics_Class1PRJT,
 78323                   (MetaFeature*)&_CIM_FCPortStatistics_RXClass2Frames,
 78324                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass2Frames,
 78325                   (MetaFeature*)&_CIM_FCPortStatistics_Class2FBSY,
 78326                   (MetaFeature*)&_CIM_FCPortStatistics_Class2PBSY,
 78327                   (MetaFeature*)&_CIM_FCPortStatistics_Class2FRJT,
 78328                   (MetaFeature*)&_CIM_FCPortStatistics_Class2PRJT,
 78329 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPortStatistics_RXClass3Frames,
 78330                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass3Frames,
 78331                   (MetaFeature*)&_CIM_FCPortStatistics_Class3FramesDiscarded,
 78332                   (MetaFeature*)&_CIM_FCPortStatistics_RXBroadcastFrames,
 78333                   (MetaFeature*)&_CIM_FCPortStatistics_TXBroadcastFrames,
 78334                   0,
 78335               };
 78336               
 78337               static const char*
 78338               __root_cimv2_CIM_FCPortStatistics_qualifiers[] =
 78339               {
 78340                   /* UMLPackagePath */
 78341                   "\057CIM::Device::FC",
 78342                   /* Version */
 78343                   "\0632.10.0",
 78344                   0,
 78345               };
 78346               
 78347               MetaClass
 78348               __root_cimv2_CIM_FCPortStatistics =
 78349               {
 78350 mike  1.1.2.1     /* flags */
 78351                   META_FLAG_CLASS,
 78352                   /* name */
 78353                   "CIM_FCPortStatistics",
 78354                   /* qualifiers */
 78355                   __root_cimv2_CIM_FCPortStatistics_qualifiers,
 78356                   /* super */
 78357                   &__root_cimv2_CIM_NetworkPortStatistics,
 78358                   /* features */
 78359                   _CIM_FCPortStatistics_features,
 78360               };
 78361               
 78362               //==============================================================================
 78363               //
 78364               // Class: CIM_FIFOPipeFile
 78365               //
 78366               //==============================================================================
 78367               
 78368               static MetaFeature*
 78369               _CIM_FIFOPipeFile_features[] =
 78370               {
 78371 mike  1.1.2.1     0,
 78372               };
 78373               
 78374               static const char*
 78375               __root_cimv2_CIM_FIFOPipeFile_qualifiers[] =
 78376               {
 78377                   /* UMLPackagePath */
 78378                   "\057CIM::System::FileElements",
 78379                   /* Version */
 78380                   "\0632.6.0",
 78381                   0,
 78382               };
 78383               
 78384               MetaClass
 78385               __root_cimv2_CIM_FIFOPipeFile =
 78386               {
 78387                   /* flags */
 78388                   META_FLAG_CLASS,
 78389                   /* name */
 78390                   "CIM_FIFOPipeFile",
 78391                   /* qualifiers */
 78392 mike  1.1.2.1     __root_cimv2_CIM_FIFOPipeFile_qualifiers,
 78393                   /* super */
 78394                   &__root_cimv2_CIM_LogicalFile,
 78395                   /* features */
 78396                   _CIM_FIFOPipeFile_features,
 78397               };
 78398               
 78399               //==============================================================================
 78400               //
 78401               // Class: CIM_FileIdentity
 78402               //
 78403               //==============================================================================
 78404               
 78405               static const char*
 78406               _CIM_FileIdentity_SystemElement_qualifiers[] =
 78407               {
 78408                   /* Override */
 78409                   "\044SystemElement",
 78410                   /* Min */
 78411                   "\033\000\000\000\001",
 78412                   /* Max */
 78413 mike  1.1.2.1     "\027\000\000\000\001",
 78414                   0,
 78415               };
 78416               
 78417               static MetaReference
 78418               _CIM_FileIdentity_SystemElement =
 78419               {
 78420                   /* flags */
 78421                   META_FLAG_REFERENCE|META_FLAG_READ,
 78422                   /* name */
 78423                   "SystemElement",
 78424                   /* qualifiers */
 78425                   _CIM_FileIdentity_SystemElement_qualifiers,
 78426                   /* subscript */
 78427                   -1,
 78428                   /* refId */
 78429                   &__root_cimv2_CIM_LogicalFile,
 78430               };
 78431               
 78432               static const char*
 78433               _CIM_FileIdentity_SameElement_qualifiers[] =
 78434 mike  1.1.2.1 {
 78435                   /* Override */
 78436                   "\044SameElement",
 78437                   /* Weak */
 78438                   "\064\001",
 78439                   /* Max */
 78440                   "\027\000\000\000\001",
 78441                   0,
 78442               };
 78443               
 78444               static MetaReference
 78445               _CIM_FileIdentity_SameElement =
 78446               {
 78447                   /* flags */
 78448                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 78449                   /* name */
 78450                   "SameElement",
 78451                   /* qualifiers */
 78452                   _CIM_FileIdentity_SameElement_qualifiers,
 78453                   /* subscript */
 78454                   -1,
 78455 mike  1.1.2.1     /* refId */
 78456                   &__root_cimv2_CIM_UnixFile,
 78457               };
 78458               
 78459               static MetaFeature*
 78460               _CIM_FileIdentity_features[] =
 78461               {
 78462                   (MetaFeature*)&_CIM_FileIdentity_SystemElement,
 78463                   (MetaFeature*)&_CIM_FileIdentity_SameElement,
 78464                   0,
 78465               };
 78466               
 78467               static const char*
 78468               __root_cimv2_CIM_FileIdentity_qualifiers[] =
 78469               {
 78470                   /* ASSOCIATION */
 78471                   "\000\001",
 78472                   /* UMLPackagePath */
 78473                   "\057CIM::System::Unix",
 78474                   /* Version */
 78475                   "\0632.6.0",
 78476 mike  1.1.2.1     0,
 78477               };
 78478               
 78479               MetaClass
 78480               __root_cimv2_CIM_FileIdentity =
 78481               {
 78482                   /* flags */
 78483                   META_FLAG_ASSOCIATION,
 78484                   /* name */
 78485                   "CIM_FileIdentity",
 78486                   /* qualifiers */
 78487                   __root_cimv2_CIM_FileIdentity_qualifiers,
 78488                   /* super */
 78489                   &__root_cimv2_CIM_LogicalIdentity,
 78490                   /* features */
 78491                   _CIM_FileIdentity_features,
 78492               };
 78493               
 78494               //==============================================================================
 78495               //
 78496               // Class: CIM_FileSystemSettingData
 78497 mike  1.1.2.1 //
 78498               //==============================================================================
 78499               
 78500               static const char*
 78501               _CIM_FileSystemSettingData_PersistenceType_qualifiers[] =
 78502               {
 78503                   /* Write */
 78504                   "\065\001",
 78505                   /* ValueMap */
 78506                   "\061\000\0041\0002\0003\0004\000",
 78507                   /* Values */
 78508                   "\062\000\004Other\000Persistent\000Temporary\000External\000",
 78509                   /* ModelCorrespondence */
 78510                   "\036\000\002CIM_FileSystemSettingData.OtherPersistenceType\000CIM_FileSystem.PersistenceType\000",
 78511                   0,
 78512               };
 78513               
 78514               static MetaProperty
 78515               _CIM_FileSystemSettingData_PersistenceType =
 78516               {
 78517                   /* flags */
 78518 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 78519                   /* name */
 78520                   "PersistenceType",
 78521                   /* qualifiers */
 78522                   _CIM_FileSystemSettingData_PersistenceType_qualifiers,
 78523                   /* type */
 78524                   CIMTYPE_UINT16,
 78525                   /* subscript */
 78526                   -1,
 78527                   /* value */
 78528                   0,
 78529               };
 78530               
 78531               static const char*
 78532               _CIM_FileSystemSettingData_OtherPersistenceType_qualifiers[] =
 78533               {
 78534                   /* Write */
 78535                   "\065\001",
 78536                   /* ModelCorrespondence */
 78537                   "\036\000\002CIM_FileSystemSettingData.PersistenceType\000CIM_FileSystem.OtherPersistenceType\000",
 78538                   0,
 78539 mike  1.1.2.1 };
 78540               
 78541               static MetaProperty
 78542               _CIM_FileSystemSettingData_OtherPersistenceType =
 78543               {
 78544                   /* flags */
 78545                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 78546                   /* name */
 78547                   "OtherPersistenceType",
 78548                   /* qualifiers */
 78549                   _CIM_FileSystemSettingData_OtherPersistenceType_qualifiers,
 78550                   /* type */
 78551                   CIMTYPE_STRING,
 78552                   /* subscript */
 78553                   -1,
 78554                   /* value */
 78555                   0,
 78556               };
 78557               
 78558               static MetaFeature*
 78559               _CIM_FileSystemSettingData_features[] =
 78560 mike  1.1.2.1 {
 78561                   (MetaFeature*)&_CIM_FileSystemSettingData_PersistenceType,
 78562                   (MetaFeature*)&_CIM_FileSystemSettingData_OtherPersistenceType,
 78563                   0,
 78564               };
 78565               
 78566               static const char*
 78567               __root_cimv2_CIM_FileSystemSettingData_qualifiers[] =
 78568               {
 78569                   /* UMLPackagePath */
 78570                   "\057CIM::System::FileElements",
 78571                   /* Version */
 78572                   "\0632.8.0",
 78573                   0,
 78574               };
 78575               
 78576               MetaClass
 78577               __root_cimv2_CIM_FileSystemSettingData =
 78578               {
 78579                   /* flags */
 78580                   META_FLAG_CLASS,
 78581 mike  1.1.2.1     /* name */
 78582                   "CIM_FileSystemSettingData",
 78583                   /* qualifiers */
 78584                   __root_cimv2_CIM_FileSystemSettingData_qualifiers,
 78585                   /* super */
 78586                   &__root_cimv2_CIM_ScopedSettingData,
 78587                   /* features */
 78588                   _CIM_FileSystemSettingData_features,
 78589               };
 78590               
 78591               //==============================================================================
 78592               //
 78593               // Class: CIM_FilteredBGPAttributes
 78594               //
 78595               //==============================================================================
 78596               
 78597               static const char*
 78598               _CIM_FilteredBGPAttributes_GroupComponent_qualifiers[] =
 78599               {
 78600                   /* Aggregate */
 78601                   "\003\001",
 78602 mike  1.1.2.1     /* Override */
 78603                   "\044GroupComponent",
 78604                   0,
 78605               };
 78606               
 78607               static MetaReference
 78608               _CIM_FilteredBGPAttributes_GroupComponent =
 78609               {
 78610                   /* flags */
 78611                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 78612                   /* name */
 78613                   "GroupComponent",
 78614                   /* qualifiers */
 78615                   _CIM_FilteredBGPAttributes_GroupComponent_qualifiers,
 78616                   /* subscript */
 78617                   -1,
 78618                   /* refId */
 78619                   &__root_cimv2_CIM_RoutingPolicy,
 78620               };
 78621               
 78622               static const char*
 78623 mike  1.1.2.1 _CIM_FilteredBGPAttributes_PartComponent_qualifiers[] =
 78624               {
 78625                   /* Override */
 78626                   "\044PartComponent",
 78627                   0,
 78628               };
 78629               
 78630               static MetaReference
 78631               _CIM_FilteredBGPAttributes_PartComponent =
 78632               {
 78633                   /* flags */
 78634                   META_FLAG_REFERENCE|META_FLAG_READ,
 78635                   /* name */
 78636                   "PartComponent",
 78637                   /* qualifiers */
 78638                   _CIM_FilteredBGPAttributes_PartComponent_qualifiers,
 78639                   /* subscript */
 78640                   -1,
 78641                   /* refId */
 78642                   &__root_cimv2_CIM_BGPAttributes,
 78643               };
 78644 mike  1.1.2.1 
 78645               static MetaFeature*
 78646               _CIM_FilteredBGPAttributes_features[] =
 78647               {
 78648                   (MetaFeature*)&_CIM_FilteredBGPAttributes_GroupComponent,
 78649                   (MetaFeature*)&_CIM_FilteredBGPAttributes_PartComponent,
 78650                   0,
 78651               };
 78652               
 78653               static const char*
 78654               __root_cimv2_CIM_FilteredBGPAttributes_qualifiers[] =
 78655               {
 78656                   /* ASSOCIATION */
 78657                   "\000\001",
 78658                   /* UMLPackagePath */
 78659                   "\057CIM::Network::BGP",
 78660                   /* Aggregation */
 78661                   "\004\001",
 78662                   /* Version */
 78663                   "\0632.7.0",
 78664                   0,
 78665 mike  1.1.2.1 };
 78666               
 78667               MetaClass
 78668               __root_cimv2_CIM_FilteredBGPAttributes =
 78669               {
 78670                   /* flags */
 78671                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 78672                   /* name */
 78673                   "CIM_FilteredBGPAttributes",
 78674                   /* qualifiers */
 78675                   __root_cimv2_CIM_FilteredBGPAttributes_qualifiers,
 78676                   /* super */
 78677                   &__root_cimv2_CIM_Component,
 78678                   /* features */
 78679                   _CIM_FilteredBGPAttributes_features,
 78680               };
 78681               
 78682               //==============================================================================
 78683               //
 78684               // Class: CIM_FilterEntryBase
 78685               //
 78686 mike  1.1.2.1 //==============================================================================
 78687               
 78688               static const char*
 78689               _CIM_FilterEntryBase_SystemCreationClassName_qualifiers[] =
 78690               {
 78691                   /* Key */
 78692                   "\025\001",
 78693                   /* Propagated */
 78694                   "\045CIM_ComputerSystem.CreationClassName",
 78695                   /* MaxLen */
 78696                   "\030\000\000\001\000",
 78697                   0,
 78698               };
 78699               
 78700               static MetaProperty
 78701               _CIM_FilterEntryBase_SystemCreationClassName =
 78702               {
 78703                   /* flags */
 78704                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78705                   /* name */
 78706                   "SystemCreationClassName",
 78707 mike  1.1.2.1     /* qualifiers */
 78708                   _CIM_FilterEntryBase_SystemCreationClassName_qualifiers,
 78709                   /* type */
 78710                   CIMTYPE_STRING,
 78711                   /* subscript */
 78712                   -1,
 78713                   /* value */
 78714                   0,
 78715               };
 78716               
 78717               static const char*
 78718               _CIM_FilterEntryBase_SystemName_qualifiers[] =
 78719               {
 78720                   /* Key */
 78721                   "\025\001",
 78722                   /* Propagated */
 78723                   "\045CIM_ComputerSystem.Name",
 78724                   /* MaxLen */
 78725                   "\030\000\000\001\000",
 78726                   0,
 78727               };
 78728 mike  1.1.2.1 
 78729               static MetaProperty
 78730               _CIM_FilterEntryBase_SystemName =
 78731               {
 78732                   /* flags */
 78733                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78734                   /* name */
 78735                   "SystemName",
 78736                   /* qualifiers */
 78737                   _CIM_FilterEntryBase_SystemName_qualifiers,
 78738                   /* type */
 78739                   CIMTYPE_STRING,
 78740                   /* subscript */
 78741                   -1,
 78742                   /* value */
 78743                   0,
 78744               };
 78745               
 78746               static const char*
 78747               _CIM_FilterEntryBase_CreationClassName_qualifiers[] =
 78748               {
 78749 mike  1.1.2.1     /* Key */
 78750                   "\025\001",
 78751                   /* MaxLen */
 78752                   "\030\000\000\001\000",
 78753                   0,
 78754               };
 78755               
 78756               static MetaProperty
 78757               _CIM_FilterEntryBase_CreationClassName =
 78758               {
 78759                   /* flags */
 78760                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78761                   /* name */
 78762                   "CreationClassName",
 78763                   /* qualifiers */
 78764                   _CIM_FilterEntryBase_CreationClassName_qualifiers,
 78765                   /* type */
 78766                   CIMTYPE_STRING,
 78767                   /* subscript */
 78768                   -1,
 78769                   /* value */
 78770 mike  1.1.2.1     0,
 78771               };
 78772               
 78773               static const char*
 78774               _CIM_FilterEntryBase_Name_qualifiers[] =
 78775               {
 78776                   /* Key */
 78777                   "\025\001",
 78778                   /* Override */
 78779                   "\044Name",
 78780                   /* MaxLen */
 78781                   "\030\000\000\001\000",
 78782                   0,
 78783               };
 78784               
 78785               static MetaProperty
 78786               _CIM_FilterEntryBase_Name =
 78787               {
 78788                   /* flags */
 78789                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78790                   /* name */
 78791 mike  1.1.2.1     "Name",
 78792                   /* qualifiers */
 78793                   _CIM_FilterEntryBase_Name_qualifiers,
 78794                   /* type */
 78795                   CIMTYPE_STRING,
 78796                   /* subscript */
 78797                   -1,
 78798                   /* value */
 78799                   0,
 78800               };
 78801               
 78802               static const char*
 78803               _CIM_FilterEntryBase_IsNegated_qualifiers[] =
 78804               {
 78805                   0,
 78806               };
 78807               
 78808               static MetaProperty
 78809               _CIM_FilterEntryBase_IsNegated =
 78810               {
 78811                   /* flags */
 78812 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 78813                   /* name */
 78814                   "IsNegated",
 78815                   /* qualifiers */
 78816                   _CIM_FilterEntryBase_IsNegated_qualifiers,
 78817                   /* type */
 78818                   CIMTYPE_BOOLEAN,
 78819                   /* subscript */
 78820                   -1,
 78821                   /* value */
 78822                   0,
 78823               };
 78824               
 78825               static MetaFeature*
 78826               _CIM_FilterEntryBase_features[] =
 78827               {
 78828                   (MetaFeature*)&_CIM_FilterEntryBase_SystemCreationClassName,
 78829                   (MetaFeature*)&_CIM_FilterEntryBase_SystemName,
 78830                   (MetaFeature*)&_CIM_FilterEntryBase_CreationClassName,
 78831                   (MetaFeature*)&_CIM_FilterEntryBase_Name,
 78832                   (MetaFeature*)&_CIM_FilterEntryBase_IsNegated,
 78833 mike  1.1.2.1     0,
 78834               };
 78835               
 78836               static const char*
 78837               __root_cimv2_CIM_FilterEntryBase_qualifiers[] =
 78838               {
 78839                   /* UMLPackagePath */
 78840                   "\057CIM::Network::Filtering",
 78841                   /* Abstract */
 78842                   "\002\001",
 78843                   /* Version */
 78844                   "\0632.7.0",
 78845                   0,
 78846               };
 78847               
 78848               MetaClass
 78849               __root_cimv2_CIM_FilterEntryBase =
 78850               {
 78851                   /* flags */
 78852                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 78853                   /* name */
 78854 mike  1.1.2.1     "CIM_FilterEntryBase",
 78855                   /* qualifiers */
 78856                   __root_cimv2_CIM_FilterEntryBase_qualifiers,
 78857                   /* super */
 78858                   &__root_cimv2_CIM_LogicalElement,
 78859                   /* features */
 78860                   _CIM_FilterEntryBase_features,
 78861               };
 78862               
 78863               //==============================================================================
 78864               //
 78865               // Class: CIM_FilterList
 78866               //
 78867               //==============================================================================
 78868               
 78869               static const char*
 78870               _CIM_FilterList_SystemCreationClassName_qualifiers[] =
 78871               {
 78872                   /* Key */
 78873                   "\025\001",
 78874                   /* Propagated */
 78875 mike  1.1.2.1     "\045CIM_ComputerSystem.CreationClassName",
 78876                   /* MaxLen */
 78877                   "\030\000\000\001\000",
 78878                   0,
 78879               };
 78880               
 78881               static MetaProperty
 78882               _CIM_FilterList_SystemCreationClassName =
 78883               {
 78884                   /* flags */
 78885                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78886                   /* name */
 78887                   "SystemCreationClassName",
 78888                   /* qualifiers */
 78889                   _CIM_FilterList_SystemCreationClassName_qualifiers,
 78890                   /* type */
 78891                   CIMTYPE_STRING,
 78892                   /* subscript */
 78893                   -1,
 78894                   /* value */
 78895                   0,
 78896 mike  1.1.2.1 };
 78897               
 78898               static const char*
 78899               _CIM_FilterList_SystemName_qualifiers[] =
 78900               {
 78901                   /* Key */
 78902                   "\025\001",
 78903                   /* Propagated */
 78904                   "\045CIM_ComputerSystem.Name",
 78905                   /* MaxLen */
 78906                   "\030\000\000\001\000",
 78907                   0,
 78908               };
 78909               
 78910               static MetaProperty
 78911               _CIM_FilterList_SystemName =
 78912               {
 78913                   /* flags */
 78914                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78915                   /* name */
 78916                   "SystemName",
 78917 mike  1.1.2.1     /* qualifiers */
 78918                   _CIM_FilterList_SystemName_qualifiers,
 78919                   /* type */
 78920                   CIMTYPE_STRING,
 78921                   /* subscript */
 78922                   -1,
 78923                   /* value */
 78924                   0,
 78925               };
 78926               
 78927               static const char*
 78928               _CIM_FilterList_CreationClassName_qualifiers[] =
 78929               {
 78930                   /* Key */
 78931                   "\025\001",
 78932                   0,
 78933               };
 78934               
 78935               static MetaProperty
 78936               _CIM_FilterList_CreationClassName =
 78937               {
 78938 mike  1.1.2.1     /* flags */
 78939                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78940                   /* name */
 78941                   "CreationClassName",
 78942                   /* qualifiers */
 78943                   _CIM_FilterList_CreationClassName_qualifiers,
 78944                   /* type */
 78945                   CIMTYPE_STRING,
 78946                   /* subscript */
 78947                   -1,
 78948                   /* value */
 78949                   0,
 78950               };
 78951               
 78952               static const char*
 78953               _CIM_FilterList_Name_qualifiers[] =
 78954               {
 78955                   /* Key */
 78956                   "\025\001",
 78957                   /* Override */
 78958                   "\044Name",
 78959 mike  1.1.2.1     /* MaxLen */
 78960                   "\030\000\000\001\000",
 78961                   0,
 78962               };
 78963               
 78964               static MetaProperty
 78965               _CIM_FilterList_Name =
 78966               {
 78967                   /* flags */
 78968                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78969                   /* name */
 78970                   "Name",
 78971                   /* qualifiers */
 78972                   _CIM_FilterList_Name_qualifiers,
 78973                   /* type */
 78974                   CIMTYPE_STRING,
 78975                   /* subscript */
 78976                   -1,
 78977                   /* value */
 78978                   0,
 78979               };
 78980 mike  1.1.2.1 
 78981               static const char*
 78982               _CIM_FilterList_Direction_qualifiers[] =
 78983               {
 78984                   /* ValueMap */
 78985                   "\061\000\0050\0001\0002\0003\0004\000",
 78986                   /* Values */
 78987                   "\062\000\005Not Applicable\000Input\000Output\000Both\000Mirrored\000",
 78988                   0,
 78989               };
 78990               
 78991               static MetaProperty
 78992               _CIM_FilterList_Direction =
 78993               {
 78994                   /* flags */
 78995                   META_FLAG_PROPERTY|META_FLAG_READ,
 78996                   /* name */
 78997                   "Direction",
 78998                   /* qualifiers */
 78999                   _CIM_FilterList_Direction_qualifiers,
 79000                   /* type */
 79001 mike  1.1.2.1     CIMTYPE_UINT16,
 79002                   /* subscript */
 79003                   -1,
 79004                   /* value */
 79005                   0,
 79006               };
 79007               
 79008               static MetaFeature*
 79009               _CIM_FilterList_features[] =
 79010               {
 79011                   (MetaFeature*)&_CIM_FilterList_SystemCreationClassName,
 79012                   (MetaFeature*)&_CIM_FilterList_SystemName,
 79013                   (MetaFeature*)&_CIM_FilterList_CreationClassName,
 79014                   (MetaFeature*)&_CIM_FilterList_Name,
 79015                   (MetaFeature*)&_CIM_FilterList_Direction,
 79016                   0,
 79017               };
 79018               
 79019               static const char*
 79020               __root_cimv2_CIM_FilterList_qualifiers[] =
 79021               {
 79022 mike  1.1.2.1     /* UMLPackagePath */
 79023                   "\057CIM::Network::Filtering",
 79024                   /* Version */
 79025                   "\0632.7.0",
 79026                   0,
 79027               };
 79028               
 79029               MetaClass
 79030               __root_cimv2_CIM_FilterList =
 79031               {
 79032                   /* flags */
 79033                   META_FLAG_CLASS,
 79034                   /* name */
 79035                   "CIM_FilterList",
 79036                   /* qualifiers */
 79037                   __root_cimv2_CIM_FilterList_qualifiers,
 79038                   /* super */
 79039                   &__root_cimv2_CIM_LogicalElement,
 79040                   /* features */
 79041                   _CIM_FilterList_features,
 79042               };
 79043 mike  1.1.2.1 
 79044               //==============================================================================
 79045               //
 79046               // Class: CIM_FilterListsInBGPRouteMap
 79047               //
 79048               //==============================================================================
 79049               
 79050               static const char*
 79051               _CIM_FilterListsInBGPRouteMap_Antecedent_qualifiers[] =
 79052               {
 79053                   /* Override */
 79054                   "\044Antecedent",
 79055                   0,
 79056               };
 79057               
 79058               static MetaReference
 79059               _CIM_FilterListsInBGPRouteMap_Antecedent =
 79060               {
 79061                   /* flags */
 79062                   META_FLAG_REFERENCE|META_FLAG_READ,
 79063                   /* name */
 79064 mike  1.1.2.1     "Antecedent",
 79065                   /* qualifiers */
 79066                   _CIM_FilterListsInBGPRouteMap_Antecedent_qualifiers,
 79067                   /* subscript */
 79068                   -1,
 79069                   /* refId */
 79070                   &__root_cimv2_CIM_FilterList,
 79071               };
 79072               
 79073               static const char*
 79074               _CIM_FilterListsInBGPRouteMap_Dependent_qualifiers[] =
 79075               {
 79076                   /* Override */
 79077                   "\044Dependent",
 79078                   0,
 79079               };
 79080               
 79081               static MetaReference
 79082               _CIM_FilterListsInBGPRouteMap_Dependent =
 79083               {
 79084                   /* flags */
 79085 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 79086                   /* name */
 79087                   "Dependent",
 79088                   /* qualifiers */
 79089                   _CIM_FilterListsInBGPRouteMap_Dependent_qualifiers,
 79090                   /* subscript */
 79091                   -1,
 79092                   /* refId */
 79093                   &__root_cimv2_CIM_BGPRouteMap,
 79094               };
 79095               
 79096               static MetaFeature*
 79097               _CIM_FilterListsInBGPRouteMap_features[] =
 79098               {
 79099                   (MetaFeature*)&_CIM_FilterListsInBGPRouteMap_Antecedent,
 79100                   (MetaFeature*)&_CIM_FilterListsInBGPRouteMap_Dependent,
 79101                   0,
 79102               };
 79103               
 79104               static const char*
 79105               __root_cimv2_CIM_FilterListsInBGPRouteMap_qualifiers[] =
 79106 mike  1.1.2.1 {
 79107                   /* ASSOCIATION */
 79108                   "\000\001",
 79109                   /* UMLPackagePath */
 79110                   "\057CIM::Network::BGP",
 79111                   /* Version */
 79112                   "\0632.6.0",
 79113                   0,
 79114               };
 79115               
 79116               MetaClass
 79117               __root_cimv2_CIM_FilterListsInBGPRouteMap =
 79118               {
 79119                   /* flags */
 79120                   META_FLAG_ASSOCIATION,
 79121                   /* name */
 79122                   "CIM_FilterListsInBGPRouteMap",
 79123                   /* qualifiers */
 79124                   __root_cimv2_CIM_FilterListsInBGPRouteMap_qualifiers,
 79125                   /* super */
 79126                   &__root_cimv2_CIM_Dependency,
 79127 mike  1.1.2.1     /* features */
 79128                   _CIM_FilterListsInBGPRouteMap_features,
 79129               };
 79130               
 79131               //==============================================================================
 79132               //
 79133               // Class: CIM_FilterOfPacketCondition
 79134               //
 79135               //==============================================================================
 79136               
 79137               static const char*
 79138               _CIM_FilterOfPacketCondition_Antecedent_qualifiers[] =
 79139               {
 79140                   /* Override */
 79141                   "\044Antecedent",
 79142                   /* Min */
 79143                   "\033\000\000\000\001",
 79144                   /* Max */
 79145                   "\027\000\000\000\001",
 79146                   /* MappingStrings */
 79147                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition.Antecedent\000",
 79148 mike  1.1.2.1     0,
 79149               };
 79150               
 79151               static MetaReference
 79152               _CIM_FilterOfPacketCondition_Antecedent =
 79153               {
 79154                   /* flags */
 79155                   META_FLAG_REFERENCE|META_FLAG_READ,
 79156                   /* name */
 79157                   "Antecedent",
 79158                   /* qualifiers */
 79159                   _CIM_FilterOfPacketCondition_Antecedent_qualifiers,
 79160                   /* subscript */
 79161                   -1,
 79162                   /* refId */
 79163                   &__root_cimv2_CIM_FilterList,
 79164               };
 79165               
 79166               static const char*
 79167               _CIM_FilterOfPacketCondition_Dependent_qualifiers[] =
 79168               {
 79169 mike  1.1.2.1     /* Override */
 79170                   "\044Dependent",
 79171                   /* MappingStrings */
 79172                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition.Dependent\000",
 79173                   0,
 79174               };
 79175               
 79176               static MetaReference
 79177               _CIM_FilterOfPacketCondition_Dependent =
 79178               {
 79179                   /* flags */
 79180                   META_FLAG_REFERENCE|META_FLAG_READ,
 79181                   /* name */
 79182                   "Dependent",
 79183                   /* qualifiers */
 79184                   _CIM_FilterOfPacketCondition_Dependent_qualifiers,
 79185                   /* subscript */
 79186                   -1,
 79187                   /* refId */
 79188                   &__root_cimv2_CIM_PacketFilterCondition,
 79189               };
 79190 mike  1.1.2.1 
 79191               static MetaFeature*
 79192               _CIM_FilterOfPacketCondition_features[] =
 79193               {
 79194                   (MetaFeature*)&_CIM_FilterOfPacketCondition_Antecedent,
 79195                   (MetaFeature*)&_CIM_FilterOfPacketCondition_Dependent,
 79196                   0,
 79197               };
 79198               
 79199               static const char*
 79200               __root_cimv2_CIM_FilterOfPacketCondition_qualifiers[] =
 79201               {
 79202                   /* ASSOCIATION */
 79203                   "\000\001",
 79204                   /* UMLPackagePath */
 79205                   "\057CIM::Policy",
 79206                   /* Version */
 79207                   "\0632.8.0",
 79208                   /* MappingStrings */
 79209                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition\000",
 79210                   0,
 79211 mike  1.1.2.1 };
 79212               
 79213               MetaClass
 79214               __root_cimv2_CIM_FilterOfPacketCondition =
 79215               {
 79216                   /* flags */
 79217                   META_FLAG_ASSOCIATION,
 79218                   /* name */
 79219                   "CIM_FilterOfPacketCondition",
 79220                   /* qualifiers */
 79221                   __root_cimv2_CIM_FilterOfPacketCondition_qualifiers,
 79222                   /* super */
 79223                   &__root_cimv2_CIM_Dependency,
 79224                   /* features */
 79225                   _CIM_FilterOfPacketCondition_features,
 79226               };
 79227               
 79228               //==============================================================================
 79229               //
 79230               // Class: CIM_FormattedIndicationSubscription
 79231               //
 79232 mike  1.1.2.1 //==============================================================================
 79233               
 79234               static const char*
 79235               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers[] =
 79236               {
 79237                   /* ModelCorrespondence */
 79238                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
 79239                   0,
 79240               };
 79241               
 79242               static MetaProperty
 79243               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity =
 79244               {
 79245                   /* flags */
 79246                   META_FLAG_PROPERTY|META_FLAG_READ,
 79247                   /* name */
 79248                   "TextFormatOwningEntity",
 79249                   /* qualifiers */
 79250                   _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers,
 79251                   /* type */
 79252                   CIMTYPE_STRING,
 79253 mike  1.1.2.1     /* subscript */
 79254                   -1,
 79255                   /* value */
 79256                   0,
 79257               };
 79258               
 79259               static const char*
 79260               _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers[] =
 79261               {
 79262                   /* ModelCorrespondence */
 79263                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
 79264                   0,
 79265               };
 79266               
 79267               static MetaProperty
 79268               _CIM_FormattedIndicationSubscription_TextFormatID =
 79269               {
 79270                   /* flags */
 79271                   META_FLAG_PROPERTY|META_FLAG_READ,
 79272                   /* name */
 79273                   "TextFormatID",
 79274 mike  1.1.2.1     /* qualifiers */
 79275                   _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers,
 79276                   /* type */
 79277                   CIMTYPE_STRING,
 79278                   /* subscript */
 79279                   -1,
 79280                   /* value */
 79281                   0,
 79282               };
 79283               
 79284               static const char*
 79285               _CIM_FormattedIndicationSubscription_TextFormat_qualifiers[] =
 79286               {
 79287                   0,
 79288               };
 79289               
 79290               static MetaProperty
 79291               _CIM_FormattedIndicationSubscription_TextFormat =
 79292               {
 79293                   /* flags */
 79294                   META_FLAG_PROPERTY|META_FLAG_READ,
 79295 mike  1.1.2.1     /* name */
 79296                   "TextFormat",
 79297                   /* qualifiers */
 79298                   _CIM_FormattedIndicationSubscription_TextFormat_qualifiers,
 79299                   /* type */
 79300                   CIMTYPE_STRING,
 79301                   /* subscript */
 79302                   -1,
 79303                   /* value */
 79304                   0,
 79305               };
 79306               
 79307               static const char*
 79308               _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers[] =
 79309               {
 79310                   /* ArrayType */
 79311                   "\005Indexed",
 79312                   /* ModelCorrespondence */
 79313                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000",
 79314                   0,
 79315               };
 79316 mike  1.1.2.1 
 79317               static MetaProperty
 79318               _CIM_FormattedIndicationSubscription_TextFormatParameters =
 79319               {
 79320                   /* flags */
 79321                   META_FLAG_PROPERTY|META_FLAG_READ,
 79322                   /* name */
 79323                   "TextFormatParameters",
 79324                   /* qualifiers */
 79325                   _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers,
 79326                   /* type */
 79327                   CIMTYPE_STRING,
 79328                   /* subscript */
 79329                   0,
 79330                   /* value */
 79331                   0,
 79332               };
 79333               
 79334               static MetaFeature*
 79335               _CIM_FormattedIndicationSubscription_features[] =
 79336               {
 79337 mike  1.1.2.1     (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatOwningEntity,
 79338                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatID,
 79339                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormat,
 79340                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatParameters,
 79341                   0,
 79342               };
 79343               
 79344               static const char*
 79345               __root_cimv2_CIM_FormattedIndicationSubscription_qualifiers[] =
 79346               {
 79347                   /* ASSOCIATION */
 79348                   "\000\001",
 79349                   /* UMLPackagePath */
 79350                   "\057CIM::Event",
 79351                   /* Version */
 79352                   "\0632.10.0",
 79353                   0,
 79354               };
 79355               
 79356               MetaClass
 79357               __root_cimv2_CIM_FormattedIndicationSubscription =
 79358 mike  1.1.2.1 {
 79359                   /* flags */
 79360                   META_FLAG_ASSOCIATION,
 79361                   /* name */
 79362                   "CIM_FormattedIndicationSubscription",
 79363                   /* qualifiers */
 79364                   __root_cimv2_CIM_FormattedIndicationSubscription_qualifiers,
 79365                   /* super */
 79366                   &__root_cimv2_CIM_IndicationSubscription,
 79367                   /* features */
 79368                   _CIM_FormattedIndicationSubscription_features,
 79369               };
 79370               
 79371               //==============================================================================
 79372               //
 79373               // Class: CIM_FRUIncludesSoftwareFeature
 79374               //
 79375               //==============================================================================
 79376               
 79377               static const char*
 79378               _CIM_FRUIncludesSoftwareFeature_FRU_qualifiers[] =
 79379 mike  1.1.2.1 {
 79380                   /* Key */
 79381                   "\025\001",
 79382                   /* Aggregate */
 79383                   "\003\001",
 79384                   /* Max */
 79385                   "\027\000\000\000\001",
 79386                   0,
 79387               };
 79388               
 79389               static MetaReference
 79390               _CIM_FRUIncludesSoftwareFeature_FRU =
 79391               {
 79392                   /* flags */
 79393                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 79394                   /* name */
 79395                   "FRU",
 79396                   /* qualifiers */
 79397                   _CIM_FRUIncludesSoftwareFeature_FRU_qualifiers,
 79398                   /* subscript */
 79399                   -1,
 79400 mike  1.1.2.1     /* refId */
 79401                   &__root_cimv2_CIM_FRU,
 79402               };
 79403               
 79404               static const char*
 79405               _CIM_FRUIncludesSoftwareFeature_Component_qualifiers[] =
 79406               {
 79407                   /* Key */
 79408                   "\025\001",
 79409                   0,
 79410               };
 79411               
 79412               static MetaReference
 79413               _CIM_FRUIncludesSoftwareFeature_Component =
 79414               {
 79415                   /* flags */
 79416                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 79417                   /* name */
 79418                   "Component",
 79419                   /* qualifiers */
 79420                   _CIM_FRUIncludesSoftwareFeature_Component_qualifiers,
 79421 mike  1.1.2.1     /* subscript */
 79422                   -1,
 79423                   /* refId */
 79424                   &__root_cimv2_CIM_SoftwareFeature,
 79425               };
 79426               
 79427               static MetaFeature*
 79428               _CIM_FRUIncludesSoftwareFeature_features[] =
 79429               {
 79430                   (MetaFeature*)&_CIM_FRUIncludesSoftwareFeature_FRU,
 79431                   (MetaFeature*)&_CIM_FRUIncludesSoftwareFeature_Component,
 79432                   0,
 79433               };
 79434               
 79435               static const char*
 79436               __root_cimv2_CIM_FRUIncludesSoftwareFeature_qualifiers[] =
 79437               {
 79438                   /* ASSOCIATION */
 79439                   "\000\001",
 79440                   /* UMLPackagePath */
 79441                   "\057CIM::Application::DeploymentModel",
 79442 mike  1.1.2.1     /* Aggregation */
 79443                   "\004\001",
 79444                   /* Version */
 79445                   "\0632.6.0",
 79446                   0,
 79447               };
 79448               
 79449               MetaClass
 79450               __root_cimv2_CIM_FRUIncludesSoftwareFeature =
 79451               {
 79452                   /* flags */
 79453                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 79454                   /* name */
 79455                   "CIM_FRUIncludesSoftwareFeature",
 79456                   /* qualifiers */
 79457                   __root_cimv2_CIM_FRUIncludesSoftwareFeature_qualifiers,
 79458                   /* super */
 79459                   0,
 79460                   /* features */
 79461                   _CIM_FRUIncludesSoftwareFeature_features,
 79462               };
 79463 mike  1.1.2.1 
 79464               //==============================================================================
 79465               //
 79466               // Class: CIM_Hdr8021Filter
 79467               //
 79468               //==============================================================================
 79469               
 79470               static const char*
 79471               _CIM_Hdr8021Filter_HdrSrcMACAddr8021_qualifiers[] =
 79472               {
 79473                   /* OctetString */
 79474                   "\042\001",
 79475                   0,
 79476               };
 79477               
 79478               static MetaProperty
 79479               _CIM_Hdr8021Filter_HdrSrcMACAddr8021 =
 79480               {
 79481                   /* flags */
 79482                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79483                   /* name */
 79484 mike  1.1.2.1     "HdrSrcMACAddr8021",
 79485                   /* qualifiers */
 79486                   _CIM_Hdr8021Filter_HdrSrcMACAddr8021_qualifiers,
 79487                   /* type */
 79488                   CIMTYPE_UINT8,
 79489                   /* subscript */
 79490                   6,
 79491                   /* value */
 79492                   0,
 79493               };
 79494               
 79495               static const char*
 79496               _CIM_Hdr8021Filter_HdrSrcMACMask8021_qualifiers[] =
 79497               {
 79498                   /* OctetString */
 79499                   "\042\001",
 79500                   0,
 79501               };
 79502               
 79503               static MetaProperty
 79504               _CIM_Hdr8021Filter_HdrSrcMACMask8021 =
 79505 mike  1.1.2.1 {
 79506                   /* flags */
 79507                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79508                   /* name */
 79509                   "HdrSrcMACMask8021",
 79510                   /* qualifiers */
 79511                   _CIM_Hdr8021Filter_HdrSrcMACMask8021_qualifiers,
 79512                   /* type */
 79513                   CIMTYPE_UINT8,
 79514                   /* subscript */
 79515                   6,
 79516                   /* value */
 79517                   0,
 79518               };
 79519               
 79520               static const char*
 79521               _CIM_Hdr8021Filter_HdrDestMACAddr8021_qualifiers[] =
 79522               {
 79523                   /* OctetString */
 79524                   "\042\001",
 79525                   0,
 79526 mike  1.1.2.1 };
 79527               
 79528               static MetaProperty
 79529               _CIM_Hdr8021Filter_HdrDestMACAddr8021 =
 79530               {
 79531                   /* flags */
 79532                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79533                   /* name */
 79534                   "HdrDestMACAddr8021",
 79535                   /* qualifiers */
 79536                   _CIM_Hdr8021Filter_HdrDestMACAddr8021_qualifiers,
 79537                   /* type */
 79538                   CIMTYPE_UINT8,
 79539                   /* subscript */
 79540                   6,
 79541                   /* value */
 79542                   0,
 79543               };
 79544               
 79545               static const char*
 79546               _CIM_Hdr8021Filter_HdrDestMACMask8021_qualifiers[] =
 79547 mike  1.1.2.1 {
 79548                   /* OctetString */
 79549                   "\042\001",
 79550                   0,
 79551               };
 79552               
 79553               static MetaProperty
 79554               _CIM_Hdr8021Filter_HdrDestMACMask8021 =
 79555               {
 79556                   /* flags */
 79557                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79558                   /* name */
 79559                   "HdrDestMACMask8021",
 79560                   /* qualifiers */
 79561                   _CIM_Hdr8021Filter_HdrDestMACMask8021_qualifiers,
 79562                   /* type */
 79563                   CIMTYPE_UINT8,
 79564                   /* subscript */
 79565                   6,
 79566                   /* value */
 79567                   0,
 79568 mike  1.1.2.1 };
 79569               
 79570               static const char*
 79571               _CIM_Hdr8021Filter_HdrProtocolID8021_qualifiers[] =
 79572               {
 79573                   0,
 79574               };
 79575               
 79576               static MetaProperty
 79577               _CIM_Hdr8021Filter_HdrProtocolID8021 =
 79578               {
 79579                   /* flags */
 79580                   META_FLAG_PROPERTY|META_FLAG_READ,
 79581                   /* name */
 79582                   "HdrProtocolID8021",
 79583                   /* qualifiers */
 79584                   _CIM_Hdr8021Filter_HdrProtocolID8021_qualifiers,
 79585                   /* type */
 79586                   CIMTYPE_UINT16,
 79587                   /* subscript */
 79588                   -1,
 79589 mike  1.1.2.1     /* value */
 79590                   0,
 79591               };
 79592               
 79593               static const char*
 79594               _CIM_Hdr8021Filter_HdrPriorityValue8021_qualifiers[] =
 79595               {
 79596                   /* MinValue */
 79597                   "\035\000\000\000\000\000\000\000\000",
 79598                   /* MaxValue */
 79599                   "\031\000\000\000\000\000\000\000\007",
 79600                   0,
 79601               };
 79602               
 79603               static MetaProperty
 79604               _CIM_Hdr8021Filter_HdrPriorityValue8021 =
 79605               {
 79606                   /* flags */
 79607                   META_FLAG_PROPERTY|META_FLAG_READ,
 79608                   /* name */
 79609                   "HdrPriorityValue8021",
 79610 mike  1.1.2.1     /* qualifiers */
 79611                   _CIM_Hdr8021Filter_HdrPriorityValue8021_qualifiers,
 79612                   /* type */
 79613                   CIMTYPE_UINT8,
 79614                   /* subscript */
 79615                   -1,
 79616                   /* value */
 79617                   0,
 79618               };
 79619               
 79620               static const char*
 79621               _CIM_Hdr8021Filter_HdrVLANID8021_qualifiers[] =
 79622               {
 79623                   /* MinValue */
 79624                   "\035\000\000\000\000\000\000\000\000",
 79625                   /* MaxValue */
 79626                   "\031\000\000\000\000\000\000\017\377",
 79627                   0,
 79628               };
 79629               
 79630               static MetaProperty
 79631 mike  1.1.2.1 _CIM_Hdr8021Filter_HdrVLANID8021 =
 79632               {
 79633                   /* flags */
 79634                   META_FLAG_PROPERTY|META_FLAG_READ,
 79635                   /* name */
 79636                   "HdrVLANID8021",
 79637                   /* qualifiers */
 79638                   _CIM_Hdr8021Filter_HdrVLANID8021_qualifiers,
 79639                   /* type */
 79640                   CIMTYPE_UINT32,
 79641                   /* subscript */
 79642                   -1,
 79643                   /* value */
 79644                   0,
 79645               };
 79646               
 79647               static MetaFeature*
 79648               _CIM_Hdr8021Filter_features[] =
 79649               {
 79650                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrSrcMACAddr8021,
 79651                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrSrcMACMask8021,
 79652 mike  1.1.2.1     (MetaFeature*)&_CIM_Hdr8021Filter_HdrDestMACAddr8021,
 79653                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrDestMACMask8021,
 79654                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrProtocolID8021,
 79655                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrPriorityValue8021,
 79656                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrVLANID8021,
 79657                   0,
 79658               };
 79659               
 79660               static const char*
 79661               __root_cimv2_CIM_Hdr8021Filter_qualifiers[] =
 79662               {
 79663                   /* UMLPackagePath */
 79664                   "\057CIM::Network::Filtering",
 79665                   /* Version */
 79666                   "\0632.7.0",
 79667                   0,
 79668               };
 79669               
 79670               MetaClass
 79671               __root_cimv2_CIM_Hdr8021Filter =
 79672               {
 79673 mike  1.1.2.1     /* flags */
 79674                   META_FLAG_CLASS,
 79675                   /* name */
 79676                   "CIM_Hdr8021Filter",
 79677                   /* qualifiers */
 79678                   __root_cimv2_CIM_Hdr8021Filter_qualifiers,
 79679                   /* super */
 79680                   &__root_cimv2_CIM_FilterEntryBase,
 79681                   /* features */
 79682                   _CIM_Hdr8021Filter_features,
 79683               };
 79684               
 79685               //==============================================================================
 79686               //
 79687               // Class: CIM_HomeForMedia
 79688               //
 79689               //==============================================================================
 79690               
 79691               static const char*
 79692               _CIM_HomeForMedia_Antecedent_qualifiers[] =
 79693               {
 79694 mike  1.1.2.1     /* Override */
 79695                   "\044Antecedent",
 79696                   /* Max */
 79697                   "\027\000\000\000\001",
 79698                   0,
 79699               };
 79700               
 79701               static MetaReference
 79702               _CIM_HomeForMedia_Antecedent =
 79703               {
 79704                   /* flags */
 79705                   META_FLAG_REFERENCE|META_FLAG_READ,
 79706                   /* name */
 79707                   "Antecedent",
 79708                   /* qualifiers */
 79709                   _CIM_HomeForMedia_Antecedent_qualifiers,
 79710                   /* subscript */
 79711                   -1,
 79712                   /* refId */
 79713                   &__root_cimv2_CIM_StorageMediaLocation,
 79714               };
 79715 mike  1.1.2.1 
 79716               static const char*
 79717               _CIM_HomeForMedia_Dependent_qualifiers[] =
 79718               {
 79719                   /* Override */
 79720                   "\044Dependent",
 79721                   /* Max */
 79722                   "\027\000\000\000\001",
 79723                   0,
 79724               };
 79725               
 79726               static MetaReference
 79727               _CIM_HomeForMedia_Dependent =
 79728               {
 79729                   /* flags */
 79730                   META_FLAG_REFERENCE|META_FLAG_READ,
 79731                   /* name */
 79732                   "Dependent",
 79733                   /* qualifiers */
 79734                   _CIM_HomeForMedia_Dependent_qualifiers,
 79735                   /* subscript */
 79736 mike  1.1.2.1     -1,
 79737                   /* refId */
 79738                   &__root_cimv2_CIM_PhysicalMedia,
 79739               };
 79740               
 79741               static MetaFeature*
 79742               _CIM_HomeForMedia_features[] =
 79743               {
 79744                   (MetaFeature*)&_CIM_HomeForMedia_Antecedent,
 79745                   (MetaFeature*)&_CIM_HomeForMedia_Dependent,
 79746                   0,
 79747               };
 79748               
 79749               static const char*
 79750               __root_cimv2_CIM_HomeForMedia_qualifiers[] =
 79751               {
 79752                   /* ASSOCIATION */
 79753                   "\000\001",
 79754                   /* UMLPackagePath */
 79755                   "\057CIM::Physical::PhysicalMedia",
 79756                   /* Version */
 79757 mike  1.1.2.1     "\0632.6.0",
 79758                   0,
 79759               };
 79760               
 79761               MetaClass
 79762               __root_cimv2_CIM_HomeForMedia =
 79763               {
 79764                   /* flags */
 79765                   META_FLAG_ASSOCIATION,
 79766                   /* name */
 79767                   "CIM_HomeForMedia",
 79768                   /* qualifiers */
 79769                   __root_cimv2_CIM_HomeForMedia_qualifiers,
 79770                   /* super */
 79771                   &__root_cimv2_CIM_Dependency,
 79772                   /* features */
 79773                   _CIM_HomeForMedia_features,
 79774               };
 79775               
 79776               //==============================================================================
 79777               //
 79778 mike  1.1.2.1 // Class: CIM_IKERule
 79779               //
 79780               //==============================================================================
 79781               
 79782               static const char*
 79783               _CIM_IKERule_IdentityContexts_qualifiers[] =
 79784               {
 79785                   /* MappingStrings */
 79786                   "\026\000\001IPSP Policy Model.IETF|IKERule.IdentityContexts\000",
 79787                   /* ModelCorrespondence */
 79788                   "\036\000\001CIM_IdentityContext\000",
 79789                   0,
 79790               };
 79791               
 79792               static MetaProperty
 79793               _CIM_IKERule_IdentityContexts =
 79794               {
 79795                   /* flags */
 79796                   META_FLAG_PROPERTY|META_FLAG_READ,
 79797                   /* name */
 79798                   "IdentityContexts",
 79799 mike  1.1.2.1     /* qualifiers */
 79800                   _CIM_IKERule_IdentityContexts_qualifiers,
 79801                   /* type */
 79802                   CIMTYPE_STRING,
 79803                   /* subscript */
 79804                   0,
 79805                   /* value */
 79806                   0,
 79807               };
 79808               
 79809               static MetaFeature*
 79810               _CIM_IKERule_features[] =
 79811               {
 79812                   (MetaFeature*)&_CIM_IKERule_IdentityContexts,
 79813                   0,
 79814               };
 79815               
 79816               static const char*
 79817               __root_cimv2_CIM_IKERule_qualifiers[] =
 79818               {
 79819                   /* UMLPackagePath */
 79820 mike  1.1.2.1     "\057CIM::IPsecPolicy",
 79821                   /* Version */
 79822                   "\0632.8.0",
 79823                   /* MappingStrings */
 79824                   "\026\000\001IPSP Policy Model.IETF|IKERule\000",
 79825                   0,
 79826               };
 79827               
 79828               MetaClass
 79829               __root_cimv2_CIM_IKERule =
 79830               {
 79831                   /* flags */
 79832                   META_FLAG_CLASS,
 79833                   /* name */
 79834                   "CIM_IKERule",
 79835                   /* qualifiers */
 79836                   __root_cimv2_CIM_IKERule_qualifiers,
 79837                   /* super */
 79838                   &__root_cimv2_CIM_SARule,
 79839                   /* features */
 79840                   _CIM_IKERule_features,
 79841 mike  1.1.2.1 };
 79842               
 79843               //==============================================================================
 79844               //
 79845               // Class: CIM_IPHeadersFilter
 79846               //
 79847               //==============================================================================
 79848               
 79849               static const char*
 79850               _CIM_IPHeadersFilter_HdrIPVersion_qualifiers[] =
 79851               {
 79852                   /* ValueMap */
 79853                   "\061\000\0024\0006\000",
 79854                   /* Values */
 79855                   "\062\000\002IPv4\000IPv6\000",
 79856                   /* ModelCorrespondence */
 79857                   "\036\000\006CIM_IPHeadersFilter.HdrSrcAddress\000CIM_IPHeadersFilter.HdrSrcAddressEndOfRange\000CIM_IPHeadersFilter.HdrSrcMask\000CIM_IPHeadersFilter.HdrDestAddress\000CIM_IPHeadersFilter.HdrDestAddressEndOfRange\000CIM_IPHeadersFilter.HdrDestMask\000",
 79858                   0,
 79859               };
 79860               
 79861               static MetaProperty
 79862 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrIPVersion =
 79863               {
 79864                   /* flags */
 79865                   META_FLAG_PROPERTY|META_FLAG_READ,
 79866                   /* name */
 79867                   "HdrIPVersion",
 79868                   /* qualifiers */
 79869                   _CIM_IPHeadersFilter_HdrIPVersion_qualifiers,
 79870                   /* type */
 79871                   CIMTYPE_UINT8,
 79872                   /* subscript */
 79873                   -1,
 79874                   /* value */
 79875                   0,
 79876               };
 79877               
 79878               static const char*
 79879               _CIM_IPHeadersFilter_HdrSrcAddress_qualifiers[] =
 79880               {
 79881                   /* OctetString */
 79882                   "\042\001",
 79883 mike  1.1.2.1     /* ModelCorrespondence */
 79884                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79885                   0,
 79886               };
 79887               
 79888               static MetaProperty
 79889               _CIM_IPHeadersFilter_HdrSrcAddress =
 79890               {
 79891                   /* flags */
 79892                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79893                   /* name */
 79894                   "HdrSrcAddress",
 79895                   /* qualifiers */
 79896                   _CIM_IPHeadersFilter_HdrSrcAddress_qualifiers,
 79897                   /* type */
 79898                   CIMTYPE_UINT8,
 79899                   /* subscript */
 79900                   0,
 79901                   /* value */
 79902                   0,
 79903               };
 79904 mike  1.1.2.1 
 79905               static const char*
 79906               _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange_qualifiers[] =
 79907               {
 79908                   /* OctetString */
 79909                   "\042\001",
 79910                   /* ModelCorrespondence */
 79911                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79912                   0,
 79913               };
 79914               
 79915               static MetaProperty
 79916               _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange =
 79917               {
 79918                   /* flags */
 79919                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79920                   /* name */
 79921                   "HdrSrcAddressEndOfRange",
 79922                   /* qualifiers */
 79923                   _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange_qualifiers,
 79924                   /* type */
 79925 mike  1.1.2.1     CIMTYPE_UINT8,
 79926                   /* subscript */
 79927                   0,
 79928                   /* value */
 79929                   0,
 79930               };
 79931               
 79932               static const char*
 79933               _CIM_IPHeadersFilter_HdrSrcMask_qualifiers[] =
 79934               {
 79935                   /* OctetString */
 79936                   "\042\001",
 79937                   /* ModelCorrespondence */
 79938                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79939                   0,
 79940               };
 79941               
 79942               static MetaProperty
 79943               _CIM_IPHeadersFilter_HdrSrcMask =
 79944               {
 79945                   /* flags */
 79946 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79947                   /* name */
 79948                   "HdrSrcMask",
 79949                   /* qualifiers */
 79950                   _CIM_IPHeadersFilter_HdrSrcMask_qualifiers,
 79951                   /* type */
 79952                   CIMTYPE_UINT8,
 79953                   /* subscript */
 79954                   0,
 79955                   /* value */
 79956                   0,
 79957               };
 79958               
 79959               static const char*
 79960               _CIM_IPHeadersFilter_HdrDestAddress_qualifiers[] =
 79961               {
 79962                   /* OctetString */
 79963                   "\042\001",
 79964                   /* ModelCorrespondence */
 79965                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79966                   0,
 79967 mike  1.1.2.1 };
 79968               
 79969               static MetaProperty
 79970               _CIM_IPHeadersFilter_HdrDestAddress =
 79971               {
 79972                   /* flags */
 79973                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79974                   /* name */
 79975                   "HdrDestAddress",
 79976                   /* qualifiers */
 79977                   _CIM_IPHeadersFilter_HdrDestAddress_qualifiers,
 79978                   /* type */
 79979                   CIMTYPE_UINT8,
 79980                   /* subscript */
 79981                   0,
 79982                   /* value */
 79983                   0,
 79984               };
 79985               
 79986               static const char*
 79987               _CIM_IPHeadersFilter_HdrDestAddressEndOfRange_qualifiers[] =
 79988 mike  1.1.2.1 {
 79989                   /* OctetString */
 79990                   "\042\001",
 79991                   /* ModelCorrespondence */
 79992                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79993                   0,
 79994               };
 79995               
 79996               static MetaProperty
 79997               _CIM_IPHeadersFilter_HdrDestAddressEndOfRange =
 79998               {
 79999                   /* flags */
 80000                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80001                   /* name */
 80002                   "HdrDestAddressEndOfRange",
 80003                   /* qualifiers */
 80004                   _CIM_IPHeadersFilter_HdrDestAddressEndOfRange_qualifiers,
 80005                   /* type */
 80006                   CIMTYPE_UINT8,
 80007                   /* subscript */
 80008                   0,
 80009 mike  1.1.2.1     /* value */
 80010                   0,
 80011               };
 80012               
 80013               static const char*
 80014               _CIM_IPHeadersFilter_HdrDestMask_qualifiers[] =
 80015               {
 80016                   /* OctetString */
 80017                   "\042\001",
 80018                   /* ModelCorrespondence */
 80019                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 80020                   0,
 80021               };
 80022               
 80023               static MetaProperty
 80024               _CIM_IPHeadersFilter_HdrDestMask =
 80025               {
 80026                   /* flags */
 80027                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80028                   /* name */
 80029                   "HdrDestMask",
 80030 mike  1.1.2.1     /* qualifiers */
 80031                   _CIM_IPHeadersFilter_HdrDestMask_qualifiers,
 80032                   /* type */
 80033                   CIMTYPE_UINT8,
 80034                   /* subscript */
 80035                   0,
 80036                   /* value */
 80037                   0,
 80038               };
 80039               
 80040               static const char*
 80041               _CIM_IPHeadersFilter_HdrProtocolID_qualifiers[] =
 80042               {
 80043                   0,
 80044               };
 80045               
 80046               static MetaProperty
 80047               _CIM_IPHeadersFilter_HdrProtocolID =
 80048               {
 80049                   /* flags */
 80050                   META_FLAG_PROPERTY|META_FLAG_READ,
 80051 mike  1.1.2.1     /* name */
 80052                   "HdrProtocolID",
 80053                   /* qualifiers */
 80054                   _CIM_IPHeadersFilter_HdrProtocolID_qualifiers,
 80055                   /* type */
 80056                   CIMTYPE_UINT8,
 80057                   /* subscript */
 80058                   -1,
 80059                   /* value */
 80060                   0,
 80061               };
 80062               
 80063               static const char*
 80064               _CIM_IPHeadersFilter_HdrSrcPortStart_qualifiers[] =
 80065               {
 80066                   0,
 80067               };
 80068               
 80069               static MetaProperty
 80070               _CIM_IPHeadersFilter_HdrSrcPortStart =
 80071               {
 80072 mike  1.1.2.1     /* flags */
 80073                   META_FLAG_PROPERTY|META_FLAG_READ,
 80074                   /* name */
 80075                   "HdrSrcPortStart",
 80076                   /* qualifiers */
 80077                   _CIM_IPHeadersFilter_HdrSrcPortStart_qualifiers,
 80078                   /* type */
 80079                   CIMTYPE_UINT16,
 80080                   /* subscript */
 80081                   -1,
 80082                   /* value */
 80083                   0,
 80084               };
 80085               
 80086               static const char*
 80087               _CIM_IPHeadersFilter_HdrSrcPortEnd_qualifiers[] =
 80088               {
 80089                   0,
 80090               };
 80091               
 80092               static MetaProperty
 80093 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrSrcPortEnd =
 80094               {
 80095                   /* flags */
 80096                   META_FLAG_PROPERTY|META_FLAG_READ,
 80097                   /* name */
 80098                   "HdrSrcPortEnd",
 80099                   /* qualifiers */
 80100                   _CIM_IPHeadersFilter_HdrSrcPortEnd_qualifiers,
 80101                   /* type */
 80102                   CIMTYPE_UINT16,
 80103                   /* subscript */
 80104                   -1,
 80105                   /* value */
 80106                   0,
 80107               };
 80108               
 80109               static const char*
 80110               _CIM_IPHeadersFilter_HdrDestPortStart_qualifiers[] =
 80111               {
 80112                   0,
 80113               };
 80114 mike  1.1.2.1 
 80115               static MetaProperty
 80116               _CIM_IPHeadersFilter_HdrDestPortStart =
 80117               {
 80118                   /* flags */
 80119                   META_FLAG_PROPERTY|META_FLAG_READ,
 80120                   /* name */
 80121                   "HdrDestPortStart",
 80122                   /* qualifiers */
 80123                   _CIM_IPHeadersFilter_HdrDestPortStart_qualifiers,
 80124                   /* type */
 80125                   CIMTYPE_UINT16,
 80126                   /* subscript */
 80127                   -1,
 80128                   /* value */
 80129                   0,
 80130               };
 80131               
 80132               static const char*
 80133               _CIM_IPHeadersFilter_HdrDestPortEnd_qualifiers[] =
 80134               {
 80135 mike  1.1.2.1     0,
 80136               };
 80137               
 80138               static MetaProperty
 80139               _CIM_IPHeadersFilter_HdrDestPortEnd =
 80140               {
 80141                   /* flags */
 80142                   META_FLAG_PROPERTY|META_FLAG_READ,
 80143                   /* name */
 80144                   "HdrDestPortEnd",
 80145                   /* qualifiers */
 80146                   _CIM_IPHeadersFilter_HdrDestPortEnd_qualifiers,
 80147                   /* type */
 80148                   CIMTYPE_UINT16,
 80149                   /* subscript */
 80150                   -1,
 80151                   /* value */
 80152                   0,
 80153               };
 80154               
 80155               static const char*
 80156 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrDSCP_qualifiers[] =
 80157               {
 80158                   /* MaxValue */
 80159                   "\031\000\000\000\000\000\000\000\077",
 80160                   0,
 80161               };
 80162               
 80163               static MetaProperty
 80164               _CIM_IPHeadersFilter_HdrDSCP =
 80165               {
 80166                   /* flags */
 80167                   META_FLAG_PROPERTY|META_FLAG_READ,
 80168                   /* name */
 80169                   "HdrDSCP",
 80170                   /* qualifiers */
 80171                   _CIM_IPHeadersFilter_HdrDSCP_qualifiers,
 80172                   /* type */
 80173                   CIMTYPE_UINT8,
 80174                   /* subscript */
 80175                   0,
 80176                   /* value */
 80177 mike  1.1.2.1     0,
 80178               };
 80179               
 80180               static const char*
 80181               _CIM_IPHeadersFilter_HdrFlowLabel_qualifiers[] =
 80182               {
 80183                   /* OctetString */
 80184                   "\042\001",
 80185                   0,
 80186               };
 80187               
 80188               static MetaProperty
 80189               _CIM_IPHeadersFilter_HdrFlowLabel =
 80190               {
 80191                   /* flags */
 80192                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80193                   /* name */
 80194                   "HdrFlowLabel",
 80195                   /* qualifiers */
 80196                   _CIM_IPHeadersFilter_HdrFlowLabel_qualifiers,
 80197                   /* type */
 80198 mike  1.1.2.1     CIMTYPE_UINT8,
 80199                   /* subscript */
 80200                   0,
 80201                   /* value */
 80202                   0,
 80203               };
 80204               
 80205               static MetaFeature*
 80206               _CIM_IPHeadersFilter_features[] =
 80207               {
 80208                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrIPVersion,
 80209                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcAddress,
 80210                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcAddressEndOfRange,
 80211                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcMask,
 80212                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestAddress,
 80213                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestAddressEndOfRange,
 80214                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestMask,
 80215                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrProtocolID,
 80216                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcPortStart,
 80217                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcPortEnd,
 80218                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestPortStart,
 80219 mike  1.1.2.1     (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestPortEnd,
 80220                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDSCP,
 80221                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrFlowLabel,
 80222                   0,
 80223               };
 80224               
 80225               static const char*
 80226               __root_cimv2_CIM_IPHeadersFilter_qualifiers[] =
 80227               {
 80228                   /* UMLPackagePath */
 80229                   "\057CIM::Network::Filtering",
 80230                   /* Version */
 80231                   "\0632.6.0",
 80232                   0,
 80233               };
 80234               
 80235               MetaClass
 80236               __root_cimv2_CIM_IPHeadersFilter =
 80237               {
 80238                   /* flags */
 80239                   META_FLAG_CLASS,
 80240 mike  1.1.2.1     /* name */
 80241                   "CIM_IPHeadersFilter",
 80242                   /* qualifiers */
 80243                   __root_cimv2_CIM_IPHeadersFilter_qualifiers,
 80244                   /* super */
 80245                   &__root_cimv2_CIM_FilterEntryBase,
 80246                   /* features */
 80247                   _CIM_IPHeadersFilter_features,
 80248               };
 80249               
 80250               //==============================================================================
 80251               //
 80252               // Class: CIM_IPRoute
 80253               //
 80254               //==============================================================================
 80255               
 80256               static const char*
 80257               _CIM_IPRoute_SystemCreationClassName_qualifiers[] =
 80258               {
 80259                   /* Deprecated */
 80260                   "\013\000\001No value\000",
 80261 mike  1.1.2.1     /* Key */
 80262                   "\025\001",
 80263                   /* Propagated */
 80264                   "\045CIM_ForwardingService.SystemCreationClassName",
 80265                   /* MaxLen */
 80266                   "\030\000\000\001\000",
 80267                   0,
 80268               };
 80269               
 80270               static MetaProperty
 80271               _CIM_IPRoute_SystemCreationClassName =
 80272               {
 80273                   /* flags */
 80274                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80275                   /* name */
 80276                   "SystemCreationClassName",
 80277                   /* qualifiers */
 80278                   _CIM_IPRoute_SystemCreationClassName_qualifiers,
 80279                   /* type */
 80280                   CIMTYPE_STRING,
 80281                   /* subscript */
 80282 mike  1.1.2.1     -1,
 80283                   /* value */
 80284                   0,
 80285               };
 80286               
 80287               static const char*
 80288               _CIM_IPRoute_SystemName_qualifiers[] =
 80289               {
 80290                   /* Deprecated */
 80291                   "\013\000\001No value\000",
 80292                   /* Key */
 80293                   "\025\001",
 80294                   /* Propagated */
 80295                   "\045CIM_ForwardingService.SystemName",
 80296                   /* MaxLen */
 80297                   "\030\000\000\001\000",
 80298                   0,
 80299               };
 80300               
 80301               static MetaProperty
 80302               _CIM_IPRoute_SystemName =
 80303 mike  1.1.2.1 {
 80304                   /* flags */
 80305                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80306                   /* name */
 80307                   "SystemName",
 80308                   /* qualifiers */
 80309                   _CIM_IPRoute_SystemName_qualifiers,
 80310                   /* type */
 80311                   CIMTYPE_STRING,
 80312                   /* subscript */
 80313                   -1,
 80314                   /* value */
 80315                   0,
 80316               };
 80317               
 80318               static const char*
 80319               _CIM_IPRoute_ServiceCreationClassName_qualifiers[] =
 80320               {
 80321                   /* Deprecated */
 80322                   "\013\000\001No value\000",
 80323                   /* Key */
 80324 mike  1.1.2.1     "\025\001",
 80325                   /* Propagated */
 80326                   "\045CIM_ForwardingService.CreationClassName",
 80327                   /* MaxLen */
 80328                   "\030\000\000\001\000",
 80329                   0,
 80330               };
 80331               
 80332               static MetaProperty
 80333               _CIM_IPRoute_ServiceCreationClassName =
 80334               {
 80335                   /* flags */
 80336                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80337                   /* name */
 80338                   "ServiceCreationClassName",
 80339                   /* qualifiers */
 80340                   _CIM_IPRoute_ServiceCreationClassName_qualifiers,
 80341                   /* type */
 80342                   CIMTYPE_STRING,
 80343                   /* subscript */
 80344                   -1,
 80345 mike  1.1.2.1     /* value */
 80346                   0,
 80347               };
 80348               
 80349               static const char*
 80350               _CIM_IPRoute_ServiceName_qualifiers[] =
 80351               {
 80352                   /* Deprecated */
 80353                   "\013\000\001No value\000",
 80354                   /* Key */
 80355                   "\025\001",
 80356                   /* Propagated */
 80357                   "\045CIM_ForwardingService.Name",
 80358                   /* MaxLen */
 80359                   "\030\000\000\001\000",
 80360                   0,
 80361               };
 80362               
 80363               static MetaProperty
 80364               _CIM_IPRoute_ServiceName =
 80365               {
 80366 mike  1.1.2.1     /* flags */
 80367                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80368                   /* name */
 80369                   "ServiceName",
 80370                   /* qualifiers */
 80371                   _CIM_IPRoute_ServiceName_qualifiers,
 80372                   /* type */
 80373                   CIMTYPE_STRING,
 80374                   /* subscript */
 80375                   -1,
 80376                   /* value */
 80377                   0,
 80378               };
 80379               
 80380               static const char*
 80381               _CIM_IPRoute_CreationClassName_qualifiers[] =
 80382               {
 80383                   /* Deprecated */
 80384                   "\013\000\001No value\000",
 80385                   /* Key */
 80386                   "\025\001",
 80387 mike  1.1.2.1     /* MaxLen */
 80388                   "\030\000\000\001\000",
 80389                   0,
 80390               };
 80391               
 80392               static MetaProperty
 80393               _CIM_IPRoute_CreationClassName =
 80394               {
 80395                   /* flags */
 80396                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80397                   /* name */
 80398                   "CreationClassName",
 80399                   /* qualifiers */
 80400                   _CIM_IPRoute_CreationClassName_qualifiers,
 80401                   /* type */
 80402                   CIMTYPE_STRING,
 80403                   /* subscript */
 80404                   -1,
 80405                   /* value */
 80406                   0,
 80407               };
 80408 mike  1.1.2.1 
 80409               static const char*
 80410               _CIM_IPRoute_IPDestinationAddress_qualifiers[] =
 80411               {
 80412                   /* Deprecated */
 80413                   "\013\000\001CIM_NextHopIPRoute.DestinationAddress\000",
 80414                   /* Key */
 80415                   "\025\001",
 80416                   /* ModelCorrespondence */
 80417                   "\036\000\001CIM_IPRoute.DestinationAddress\000",
 80418                   0,
 80419               };
 80420               
 80421               static MetaProperty
 80422               _CIM_IPRoute_IPDestinationAddress =
 80423               {
 80424                   /* flags */
 80425                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80426                   /* name */
 80427                   "IPDestinationAddress",
 80428                   /* qualifiers */
 80429 mike  1.1.2.1     _CIM_IPRoute_IPDestinationAddress_qualifiers,
 80430                   /* type */
 80431                   CIMTYPE_STRING,
 80432                   /* subscript */
 80433                   -1,
 80434                   /* value */
 80435                   0,
 80436               };
 80437               
 80438               static const char*
 80439               _CIM_IPRoute_IPDestinationMask_qualifiers[] =
 80440               {
 80441                   /* Deprecated */
 80442                   "\013\000\001CIM_NextHopIPRoute.DestinationMask\000",
 80443                   /* Key */
 80444                   "\025\001",
 80445                   /* ModelCorrespondence */
 80446                   "\036\000\001CIM_IPRoute.DestinationMask\000",
 80447                   0,
 80448               };
 80449               
 80450 mike  1.1.2.1 static MetaProperty
 80451               _CIM_IPRoute_IPDestinationMask =
 80452               {
 80453                   /* flags */
 80454                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80455                   /* name */
 80456                   "IPDestinationMask",
 80457                   /* qualifiers */
 80458                   _CIM_IPRoute_IPDestinationMask_qualifiers,
 80459                   /* type */
 80460                   CIMTYPE_STRING,
 80461                   /* subscript */
 80462                   -1,
 80463                   /* value */
 80464                   0,
 80465               };
 80466               
 80467               static const char*
 80468               _CIM_IPRoute_AddressType_qualifiers[] =
 80469               {
 80470                   /* Deprecated */
 80471 mike  1.1.2.1     "\013\000\001CIM_NextHopIPRoute.AddressType\000",
 80472                   /* Key */
 80473                   "\025\001",
 80474                   /* ValueMap */
 80475                   "\061\000\0030\0001\0002\000",
 80476                   /* Values */
 80477                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 80478                   0,
 80479               };
 80480               
 80481               static MetaProperty
 80482               _CIM_IPRoute_AddressType =
 80483               {
 80484                   /* flags */
 80485                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80486                   /* name */
 80487                   "AddressType",
 80488                   /* qualifiers */
 80489                   _CIM_IPRoute_AddressType_qualifiers,
 80490                   /* type */
 80491                   CIMTYPE_UINT16,
 80492 mike  1.1.2.1     /* subscript */
 80493                   -1,
 80494                   /* value */
 80495                   0,
 80496               };
 80497               
 80498               static const char*
 80499               _CIM_IPRoute_DestinationAddress_qualifiers[] =
 80500               {
 80501                   /* Deprecated */
 80502                   "\013\000\001No Value\000",
 80503                   /* Override */
 80504                   "\044DestinationAddress",
 80505                   /* ModelCorrespondence */
 80506                   "\036\000\001CIM_IPRoute.IPDestinationAddress\000",
 80507                   0,
 80508               };
 80509               
 80510               static MetaProperty
 80511               _CIM_IPRoute_DestinationAddress =
 80512               {
 80513 mike  1.1.2.1     /* flags */
 80514                   META_FLAG_PROPERTY|META_FLAG_READ,
 80515                   /* name */
 80516                   "DestinationAddress",
 80517                   /* qualifiers */
 80518                   _CIM_IPRoute_DestinationAddress_qualifiers,
 80519                   /* type */
 80520                   CIMTYPE_STRING,
 80521                   /* subscript */
 80522                   -1,
 80523                   /* value */
 80524                   0,
 80525               };
 80526               
 80527               static const char*
 80528               _CIM_IPRoute_DestinationMask_qualifiers[] =
 80529               {
 80530                   /* Deprecated */
 80531                   "\013\000\001No Value\000",
 80532                   /* Override */
 80533                   "\044DestinationMask",
 80534 mike  1.1.2.1     /* ModelCorrespondence */
 80535                   "\036\000\001CIM_IPRoute.IPDestinationMask\000",
 80536                   0,
 80537               };
 80538               
 80539               static MetaProperty
 80540               _CIM_IPRoute_DestinationMask =
 80541               {
 80542                   /* flags */
 80543                   META_FLAG_PROPERTY|META_FLAG_READ,
 80544                   /* name */
 80545                   "DestinationMask",
 80546                   /* qualifiers */
 80547                   _CIM_IPRoute_DestinationMask_qualifiers,
 80548                   /* type */
 80549                   CIMTYPE_STRING,
 80550                   /* subscript */
 80551                   -1,
 80552                   /* value */
 80553                   0,
 80554               };
 80555 mike  1.1.2.1 
 80556               static MetaFeature*
 80557               _CIM_IPRoute_features[] =
 80558               {
 80559                   (MetaFeature*)&_CIM_IPRoute_SystemCreationClassName,
 80560                   (MetaFeature*)&_CIM_IPRoute_SystemName,
 80561                   (MetaFeature*)&_CIM_IPRoute_ServiceCreationClassName,
 80562                   (MetaFeature*)&_CIM_IPRoute_ServiceName,
 80563                   (MetaFeature*)&_CIM_IPRoute_CreationClassName,
 80564                   (MetaFeature*)&_CIM_IPRoute_IPDestinationAddress,
 80565                   (MetaFeature*)&_CIM_IPRoute_IPDestinationMask,
 80566                   (MetaFeature*)&_CIM_IPRoute_AddressType,
 80567                   (MetaFeature*)&_CIM_IPRoute_DestinationAddress,
 80568                   (MetaFeature*)&_CIM_IPRoute_DestinationMask,
 80569                   0,
 80570               };
 80571               
 80572               static const char*
 80573               __root_cimv2_CIM_IPRoute_qualifiers[] =
 80574               {
 80575                   /* Deprecated */
 80576 mike  1.1.2.1     "\013\000\001CIM_NextHopIPRoute\000",
 80577                   /* UMLPackagePath */
 80578                   "\057CIM::Network::Routes",
 80579                   /* Abstract */
 80580                   "\002\001",
 80581                   /* Version */
 80582                   "\0632.7.0",
 80583                   0,
 80584               };
 80585               
 80586               MetaClass
 80587               __root_cimv2_CIM_IPRoute =
 80588               {
 80589                   /* flags */
 80590                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 80591                   /* name */
 80592                   "CIM_IPRoute",
 80593                   /* qualifiers */
 80594                   __root_cimv2_CIM_IPRoute_qualifiers,
 80595                   /* super */
 80596                   &__root_cimv2_CIM_NextHopRouting,
 80597 mike  1.1.2.1     /* features */
 80598                   _CIM_IPRoute_features,
 80599               };
 80600               
 80601               //==============================================================================
 80602               //
 80603               // Class: CIM_IPsecRule
 80604               //
 80605               //==============================================================================
 80606               
 80607               static MetaFeature*
 80608               _CIM_IPsecRule_features[] =
 80609               {
 80610                   0,
 80611               };
 80612               
 80613               static const char*
 80614               __root_cimv2_CIM_IPsecRule_qualifiers[] =
 80615               {
 80616                   /* UMLPackagePath */
 80617                   "\057CIM::IPsecPolicy",
 80618 mike  1.1.2.1     /* Version */
 80619                   "\0632.8.0",
 80620                   /* MappingStrings */
 80621                   "\026\000\001IPSP Policy Model.IETF|IPsecRule\000",
 80622                   0,
 80623               };
 80624               
 80625               MetaClass
 80626               __root_cimv2_CIM_IPsecRule =
 80627               {
 80628                   /* flags */
 80629                   META_FLAG_CLASS,
 80630                   /* name */
 80631                   "CIM_IPsecRule",
 80632                   /* qualifiers */
 80633                   __root_cimv2_CIM_IPsecRule_qualifiers,
 80634                   /* super */
 80635                   &__root_cimv2_CIM_SARule,
 80636                   /* features */
 80637                   _CIM_IPsecRule_features,
 80638               };
 80639 mike  1.1.2.1 
 80640               //==============================================================================
 80641               //
 80642               // Class: CIM_IPSOFilterEntry
 80643               //
 80644               //==============================================================================
 80645               
 80646               static const char*
 80647               _CIM_IPSOFilterEntry_MatchConditionType_qualifiers[] =
 80648               {
 80649                   /* Required */
 80650                   "\050\001",
 80651                   /* ValueMap */
 80652                   "\061\000\0032\0003\0004\000",
 80653                   /* Values */
 80654                   "\062\000\003Classification Level\000Protection Authority\000Both Classification Level and Protection Authority\000",
 80655                   /* MappingStrings */
 80656                   "\026\000\001IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionType\000",
 80657                   /* ModelCorrespondence */
 80658                   "\036\000\002CIM_IPSOFilterEntry.ClassificationLevel\000CIM_IPSOFilterEntry.ProtectionAuthorities\000",
 80659                   0,
 80660 mike  1.1.2.1 };
 80661               
 80662               static MetaProperty
 80663               _CIM_IPSOFilterEntry_MatchConditionType =
 80664               {
 80665                   /* flags */
 80666                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80667                   /* name */
 80668                   "MatchConditionType",
 80669                   /* qualifiers */
 80670                   _CIM_IPSOFilterEntry_MatchConditionType_qualifiers,
 80671                   /* type */
 80672                   CIMTYPE_UINT16,
 80673                   /* subscript */
 80674                   -1,
 80675                   /* value */
 80676                   0,
 80677               };
 80678               
 80679               static const char*
 80680               _CIM_IPSOFilterEntry_ClassificationLevel_qualifiers[] =
 80681 mike  1.1.2.1 {
 80682                   /* Required */
 80683                   "\050\001",
 80684                   /* ValueMap */
 80685                   "\061\000\0101\0002\0003\0004\0005\0006\000..\0000x8000..\000",
 80686                   /* Values */
 80687                   "\062\000\010Other\000No Filtering on Classification Level\000Top Secret\000Secret\000Confidential\000Unclassified\000DMTF Reserved\000Vendor Reserved\000",
 80688                   /* MappingStrings */
 80689                   "\026\000\002IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionValue\000RFC1108.IETF|Section 2.3\000",
 80690                   /* ModelCorrespondence */
 80691                   "\036\000\002CIM_IPSOFilterEntry.MatchConditionType\000CIM_IPSOFilterEntry.OtherClassificationLevel\000",
 80692                   0,
 80693               };
 80694               
 80695               static MetaProperty
 80696               _CIM_IPSOFilterEntry_ClassificationLevel =
 80697               {
 80698                   /* flags */
 80699                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80700                   /* name */
 80701                   "ClassificationLevel",
 80702 mike  1.1.2.1     /* qualifiers */
 80703                   _CIM_IPSOFilterEntry_ClassificationLevel_qualifiers,
 80704                   /* type */
 80705                   CIMTYPE_UINT16,
 80706                   /* subscript */
 80707                   -1,
 80708                   /* value */
 80709                   0,
 80710               };
 80711               
 80712               static const char*
 80713               _CIM_IPSOFilterEntry_OtherClassificationLevel_qualifiers[] =
 80714               {
 80715                   /* ModelCorrespondence */
 80716                   "\036\000\001CIM_IPSOFilterEntry.ClassificationLevel\000",
 80717                   0,
 80718               };
 80719               
 80720               static MetaProperty
 80721               _CIM_IPSOFilterEntry_OtherClassificationLevel =
 80722               {
 80723 mike  1.1.2.1     /* flags */
 80724                   META_FLAG_PROPERTY|META_FLAG_READ,
 80725                   /* name */
 80726                   "OtherClassificationLevel",
 80727                   /* qualifiers */
 80728                   _CIM_IPSOFilterEntry_OtherClassificationLevel_qualifiers,
 80729                   /* type */
 80730                   CIMTYPE_STRING,
 80731                   /* subscript */
 80732                   -1,
 80733                   /* value */
 80734                   0,
 80735               };
 80736               
 80737               static const char*
 80738               _CIM_IPSOFilterEntry_ProtectionAuthorities_qualifiers[] =
 80739               {
 80740                   /* Required */
 80741                   "\050\001",
 80742                   /* ValueMap */
 80743                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..\0000x8000..\000",
 80744 mike  1.1.2.1     /* Values */
 80745                   "\062\000\011Other\000No Filtering on Protection Authority\000GENSER\000SIOP-ESI\000SCI\000NSA\000DOE\000DMTF Reserved\000Vendor Reserved\000",
 80746                   /* MappingStrings */
 80747                   "\026\000\002IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionValue\000RFC1108.IETF|Section 2.4\000",
 80748                   /* ModelCorrespondence */
 80749                   "\036\000\002CIM_IPSOFilterEntry.MatchConditionType\000CIM_IPSOFilterEntry.OtherProtectionAuthorities\000",
 80750                   0,
 80751               };
 80752               
 80753               static MetaProperty
 80754               _CIM_IPSOFilterEntry_ProtectionAuthorities =
 80755               {
 80756                   /* flags */
 80757                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80758                   /* name */
 80759                   "ProtectionAuthorities",
 80760                   /* qualifiers */
 80761                   _CIM_IPSOFilterEntry_ProtectionAuthorities_qualifiers,
 80762                   /* type */
 80763                   CIMTYPE_UINT16,
 80764                   /* subscript */
 80765 mike  1.1.2.1     0,
 80766                   /* value */
 80767                   0,
 80768               };
 80769               
 80770               static const char*
 80771               _CIM_IPSOFilterEntry_OtherProtectionAuthorities_qualifiers[] =
 80772               {
 80773                   /* ModelCorrespondence */
 80774                   "\036\000\001CIM_IPSOFilterEntry.ProtectionAuthorities\000",
 80775                   0,
 80776               };
 80777               
 80778               static MetaProperty
 80779               _CIM_IPSOFilterEntry_OtherProtectionAuthorities =
 80780               {
 80781                   /* flags */
 80782                   META_FLAG_PROPERTY|META_FLAG_READ,
 80783                   /* name */
 80784                   "OtherProtectionAuthorities",
 80785                   /* qualifiers */
 80786 mike  1.1.2.1     _CIM_IPSOFilterEntry_OtherProtectionAuthorities_qualifiers,
 80787                   /* type */
 80788                   CIMTYPE_STRING,
 80789                   /* subscript */
 80790                   0,
 80791                   /* value */
 80792                   0,
 80793               };
 80794               
 80795               static MetaFeature*
 80796               _CIM_IPSOFilterEntry_features[] =
 80797               {
 80798                   (MetaFeature*)&_CIM_IPSOFilterEntry_MatchConditionType,
 80799                   (MetaFeature*)&_CIM_IPSOFilterEntry_ClassificationLevel,
 80800                   (MetaFeature*)&_CIM_IPSOFilterEntry_OtherClassificationLevel,
 80801                   (MetaFeature*)&_CIM_IPSOFilterEntry_ProtectionAuthorities,
 80802                   (MetaFeature*)&_CIM_IPSOFilterEntry_OtherProtectionAuthorities,
 80803                   0,
 80804               };
 80805               
 80806               static const char*
 80807 mike  1.1.2.1 __root_cimv2_CIM_IPSOFilterEntry_qualifiers[] =
 80808               {
 80809                   /* UMLPackagePath */
 80810                   "\057CIM::Network::Filtering",
 80811                   /* Version */
 80812                   "\0632.8.0",
 80813                   /* MappingStrings */
 80814                   "\026\000\001IPSP Policy Model.IETF|IPSOFilterEntry\000",
 80815                   0,
 80816               };
 80817               
 80818               MetaClass
 80819               __root_cimv2_CIM_IPSOFilterEntry =
 80820               {
 80821                   /* flags */
 80822                   META_FLAG_CLASS,
 80823                   /* name */
 80824                   "CIM_IPSOFilterEntry",
 80825                   /* qualifiers */
 80826                   __root_cimv2_CIM_IPSOFilterEntry_qualifiers,
 80827                   /* super */
 80828 mike  1.1.2.1     &__root_cimv2_CIM_FilterEntryBase,
 80829                   /* features */
 80830                   _CIM_IPSOFilterEntry_features,
 80831               };
 80832               
 80833               //==============================================================================
 80834               //
 80835               // Class: CIM_IsSpare
 80836               //
 80837               //==============================================================================
 80838               
 80839               static const char*
 80840               _CIM_IsSpare_Antecedent_qualifiers[] =
 80841               {
 80842                   /* Override */
 80843                   "\044Antecedent",
 80844                   0,
 80845               };
 80846               
 80847               static MetaReference
 80848               _CIM_IsSpare_Antecedent =
 80849 mike  1.1.2.1 {
 80850                   /* flags */
 80851                   META_FLAG_REFERENCE|META_FLAG_READ,
 80852                   /* name */
 80853                   "Antecedent",
 80854                   /* qualifiers */
 80855                   _CIM_IsSpare_Antecedent_qualifiers,
 80856                   /* subscript */
 80857                   -1,
 80858                   /* refId */
 80859                   &__root_cimv2_CIM_ManagedElement,
 80860               };
 80861               
 80862               static const char*
 80863               _CIM_IsSpare_Dependent_qualifiers[] =
 80864               {
 80865                   /* Override */
 80866                   "\044Dependent",
 80867                   0,
 80868               };
 80869               
 80870 mike  1.1.2.1 static MetaReference
 80871               _CIM_IsSpare_Dependent =
 80872               {
 80873                   /* flags */
 80874                   META_FLAG_REFERENCE|META_FLAG_READ,
 80875                   /* name */
 80876                   "Dependent",
 80877                   /* qualifiers */
 80878                   _CIM_IsSpare_Dependent_qualifiers,
 80879                   /* subscript */
 80880                   -1,
 80881                   /* refId */
 80882                   &__root_cimv2_CIM_RedundancySet,
 80883               };
 80884               
 80885               static const char*
 80886               _CIM_IsSpare_SpareStatus_qualifiers[] =
 80887               {
 80888                   /* ValueMap */
 80889                   "\061\000\0030\0002\0003\000",
 80890                   /* Values */
 80891 mike  1.1.2.1     "\062\000\003Unknown\000Hot Standby\000Cold Standby\000",
 80892                   0,
 80893               };
 80894               
 80895               static MetaProperty
 80896               _CIM_IsSpare_SpareStatus =
 80897               {
 80898                   /* flags */
 80899                   META_FLAG_PROPERTY|META_FLAG_READ,
 80900                   /* name */
 80901                   "SpareStatus",
 80902                   /* qualifiers */
 80903                   _CIM_IsSpare_SpareStatus_qualifiers,
 80904                   /* type */
 80905                   CIMTYPE_UINT16,
 80906                   /* subscript */
 80907                   -1,
 80908                   /* value */
 80909                   0,
 80910               };
 80911               
 80912 mike  1.1.2.1 static const char*
 80913               _CIM_IsSpare_FailoverSupported_qualifiers[] =
 80914               {
 80915                   /* ValueMap */
 80916                   "\061\000\0040\0002\0003\0004\000",
 80917                   /* Values */
 80918                   "\062\000\004Unknown\000Automatic\000Manual\000Both Manual and Automatic\000",
 80919                   0,
 80920               };
 80921               
 80922               static MetaProperty
 80923               _CIM_IsSpare_FailoverSupported =
 80924               {
 80925                   /* flags */
 80926                   META_FLAG_PROPERTY|META_FLAG_READ,
 80927                   /* name */
 80928                   "FailoverSupported",
 80929                   /* qualifiers */
 80930                   _CIM_IsSpare_FailoverSupported_qualifiers,
 80931                   /* type */
 80932                   CIMTYPE_UINT16,
 80933 mike  1.1.2.1     /* subscript */
 80934                   -1,
 80935                   /* value */
 80936                   0,
 80937               };
 80938               
 80939               static MetaFeature*
 80940               _CIM_IsSpare_features[] =
 80941               {
 80942                   (MetaFeature*)&_CIM_IsSpare_Antecedent,
 80943                   (MetaFeature*)&_CIM_IsSpare_Dependent,
 80944                   (MetaFeature*)&_CIM_IsSpare_SpareStatus,
 80945                   (MetaFeature*)&_CIM_IsSpare_FailoverSupported,
 80946                   0,
 80947               };
 80948               
 80949               static const char*
 80950               __root_cimv2_CIM_IsSpare_qualifiers[] =
 80951               {
 80952                   /* ASSOCIATION */
 80953                   "\000\001",
 80954 mike  1.1.2.1     /* UMLPackagePath */
 80955                   "\057CIM::Core::Redundancy",
 80956                   /* Version */
 80957                   "\0632.10.0",
 80958                   0,
 80959               };
 80960               
 80961               MetaClass
 80962               __root_cimv2_CIM_IsSpare =
 80963               {
 80964                   /* flags */
 80965                   META_FLAG_ASSOCIATION,
 80966                   /* name */
 80967                   "CIM_IsSpare",
 80968                   /* qualifiers */
 80969                   __root_cimv2_CIM_IsSpare_qualifiers,
 80970                   /* super */
 80971                   &__root_cimv2_CIM_Dependency,
 80972                   /* features */
 80973                   _CIM_IsSpare_features,
 80974               };
 80975 mike  1.1.2.1 
 80976               //==============================================================================
 80977               //
 80978               // Class: CIM_J2eeConnectionStats
 80979               //
 80980               //==============================================================================
 80981               
 80982               static const char*
 80983               _CIM_J2eeConnectionStats_WaitTime_qualifiers[] =
 80984               {
 80985                   /* MappingStrings */
 80986                   "\026\000\001JSR77.JCP|JSR77.6.19.1.3 getWaitTime|V1.0\000",
 80987                   0,
 80988               };
 80989               
 80990               static MetaProperty
 80991               _CIM_J2eeConnectionStats_WaitTime =
 80992               {
 80993                   /* flags */
 80994                   META_FLAG_PROPERTY|META_FLAG_READ,
 80995                   /* name */
 80996 mike  1.1.2.1     "WaitTime",
 80997                   /* qualifiers */
 80998                   _CIM_J2eeConnectionStats_WaitTime_qualifiers,
 80999                   /* type */
 81000                   CIMTYPE_DATETIME,
 81001                   /* subscript */
 81002                   -1,
 81003                   /* value */
 81004                   0,
 81005               };
 81006               
 81007               static const char*
 81008               _CIM_J2eeConnectionStats_WaitTimeMaxTime_qualifiers[] =
 81009               {
 81010                   /* MappingStrings */
 81011                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81012                   0,
 81013               };
 81014               
 81015               static MetaProperty
 81016               _CIM_J2eeConnectionStats_WaitTimeMaxTime =
 81017 mike  1.1.2.1 {
 81018                   /* flags */
 81019                   META_FLAG_PROPERTY|META_FLAG_READ,
 81020                   /* name */
 81021                   "WaitTimeMaxTime",
 81022                   /* qualifiers */
 81023                   _CIM_J2eeConnectionStats_WaitTimeMaxTime_qualifiers,
 81024                   /* type */
 81025                   CIMTYPE_DATETIME,
 81026                   /* subscript */
 81027                   -1,
 81028                   /* value */
 81029                   0,
 81030               };
 81031               
 81032               static const char*
 81033               _CIM_J2eeConnectionStats_WaitTimeMinTime_qualifiers[] =
 81034               {
 81035                   /* MappingStrings */
 81036                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81037                   0,
 81038 mike  1.1.2.1 };
 81039               
 81040               static MetaProperty
 81041               _CIM_J2eeConnectionStats_WaitTimeMinTime =
 81042               {
 81043                   /* flags */
 81044                   META_FLAG_PROPERTY|META_FLAG_READ,
 81045                   /* name */
 81046                   "WaitTimeMinTime",
 81047                   /* qualifiers */
 81048                   _CIM_J2eeConnectionStats_WaitTimeMinTime_qualifiers,
 81049                   /* type */
 81050                   CIMTYPE_DATETIME,
 81051                   /* subscript */
 81052                   -1,
 81053                   /* value */
 81054                   0,
 81055               };
 81056               
 81057               static const char*
 81058               _CIM_J2eeConnectionStats_WaitTimeTotalTime_qualifiers[] =
 81059 mike  1.1.2.1 {
 81060                   /* MappingStrings */
 81061                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81062                   0,
 81063               };
 81064               
 81065               static MetaProperty
 81066               _CIM_J2eeConnectionStats_WaitTimeTotalTime =
 81067               {
 81068                   /* flags */
 81069                   META_FLAG_PROPERTY|META_FLAG_READ,
 81070                   /* name */
 81071                   "WaitTimeTotalTime",
 81072                   /* qualifiers */
 81073                   _CIM_J2eeConnectionStats_WaitTimeTotalTime_qualifiers,
 81074                   /* type */
 81075                   CIMTYPE_DATETIME,
 81076                   /* subscript */
 81077                   -1,
 81078                   /* value */
 81079                   0,
 81080 mike  1.1.2.1 };
 81081               
 81082               static const char*
 81083               _CIM_J2eeConnectionStats_UseTime_qualifiers[] =
 81084               {
 81085                   /* MappingStrings */
 81086                   "\026\000\001JSR77.JCP|JSR77.6.19.1.3 getUseTime|V1.0\000",
 81087                   0,
 81088               };
 81089               
 81090               static MetaProperty
 81091               _CIM_J2eeConnectionStats_UseTime =
 81092               {
 81093                   /* flags */
 81094                   META_FLAG_PROPERTY|META_FLAG_READ,
 81095                   /* name */
 81096                   "UseTime",
 81097                   /* qualifiers */
 81098                   _CIM_J2eeConnectionStats_UseTime_qualifiers,
 81099                   /* type */
 81100                   CIMTYPE_DATETIME,
 81101 mike  1.1.2.1     /* subscript */
 81102                   -1,
 81103                   /* value */
 81104                   0,
 81105               };
 81106               
 81107               static const char*
 81108               _CIM_J2eeConnectionStats_UseTimeMaxTime_qualifiers[] =
 81109               {
 81110                   /* MappingStrings */
 81111                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81112                   0,
 81113               };
 81114               
 81115               static MetaProperty
 81116               _CIM_J2eeConnectionStats_UseTimeMaxTime =
 81117               {
 81118                   /* flags */
 81119                   META_FLAG_PROPERTY|META_FLAG_READ,
 81120                   /* name */
 81121                   "UseTimeMaxTime",
 81122 mike  1.1.2.1     /* qualifiers */
 81123                   _CIM_J2eeConnectionStats_UseTimeMaxTime_qualifiers,
 81124                   /* type */
 81125                   CIMTYPE_DATETIME,
 81126                   /* subscript */
 81127                   -1,
 81128                   /* value */
 81129                   0,
 81130               };
 81131               
 81132               static const char*
 81133               _CIM_J2eeConnectionStats_UseTimeMinTime_qualifiers[] =
 81134               {
 81135                   /* MappingStrings */
 81136                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81137                   0,
 81138               };
 81139               
 81140               static MetaProperty
 81141               _CIM_J2eeConnectionStats_UseTimeMinTime =
 81142               {
 81143 mike  1.1.2.1     /* flags */
 81144                   META_FLAG_PROPERTY|META_FLAG_READ,
 81145                   /* name */
 81146                   "UseTimeMinTime",
 81147                   /* qualifiers */
 81148                   _CIM_J2eeConnectionStats_UseTimeMinTime_qualifiers,
 81149                   /* type */
 81150                   CIMTYPE_DATETIME,
 81151                   /* subscript */
 81152                   -1,
 81153                   /* value */
 81154                   0,
 81155               };
 81156               
 81157               static const char*
 81158               _CIM_J2eeConnectionStats_UseTimeTotalTime_qualifiers[] =
 81159               {
 81160                   /* MappingStrings */
 81161                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81162                   0,
 81163               };
 81164 mike  1.1.2.1 
 81165               static MetaProperty
 81166               _CIM_J2eeConnectionStats_UseTimeTotalTime =
 81167               {
 81168                   /* flags */
 81169                   META_FLAG_PROPERTY|META_FLAG_READ,
 81170                   /* name */
 81171                   "UseTimeTotalTime",
 81172                   /* qualifiers */
 81173                   _CIM_J2eeConnectionStats_UseTimeTotalTime_qualifiers,
 81174                   /* type */
 81175                   CIMTYPE_DATETIME,
 81176                   /* subscript */
 81177                   -1,
 81178                   /* value */
 81179                   0,
 81180               };
 81181               
 81182               static MetaFeature*
 81183               _CIM_J2eeConnectionStats_features[] =
 81184               {
 81185 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTime,
 81186                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeMaxTime,
 81187                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeMinTime,
 81188                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeTotalTime,
 81189                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTime,
 81190                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeMaxTime,
 81191                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeMinTime,
 81192                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeTotalTime,
 81193                   0,
 81194               };
 81195               
 81196               static const char*
 81197               __root_cimv2_CIM_J2eeConnectionStats_qualifiers[] =
 81198               {
 81199                   /* UMLPackagePath */
 81200                   "\057CIM::Application::J2eeAppServerStats",
 81201                   /* Version */
 81202                   "\0632.8.0",
 81203                   0,
 81204               };
 81205               
 81206 mike  1.1.2.1 MetaClass
 81207               __root_cimv2_CIM_J2eeConnectionStats =
 81208               {
 81209                   /* flags */
 81210                   META_FLAG_CLASS,
 81211                   /* name */
 81212                   "CIM_J2eeConnectionStats",
 81213                   /* qualifiers */
 81214                   __root_cimv2_CIM_J2eeConnectionStats_qualifiers,
 81215                   /* super */
 81216                   &__root_cimv2_CIM_J2eeStatistic,
 81217                   /* features */
 81218                   _CIM_J2eeConnectionStats_features,
 81219               };
 81220               
 81221               //==============================================================================
 81222               //
 81223               // Class: CIM_J2eeEJBStats
 81224               //
 81225               //==============================================================================
 81226               
 81227 mike  1.1.2.1 static const char*
 81228               _CIM_J2eeEJBStats_CreateCount_qualifiers[] =
 81229               {
 81230                   /* Counter */
 81231                   "\012\001",
 81232                   /* MappingStrings */
 81233                   "\026\000\001JSR77.JCP|JSR77.6.11.1.1 getCreateCount|V1.0\000",
 81234                   0,
 81235               };
 81236               
 81237               static MetaProperty
 81238               _CIM_J2eeEJBStats_CreateCount =
 81239               {
 81240                   /* flags */
 81241                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81242                   /* name */
 81243                   "CreateCount",
 81244                   /* qualifiers */
 81245                   _CIM_J2eeEJBStats_CreateCount_qualifiers,
 81246                   /* type */
 81247                   CIMTYPE_UINT64,
 81248 mike  1.1.2.1     /* subscript */
 81249                   -1,
 81250                   /* value */
 81251                   0,
 81252               };
 81253               
 81254               static const char*
 81255               _CIM_J2eeEJBStats_RemoveCount_qualifiers[] =
 81256               {
 81257                   /* Counter */
 81258                   "\012\001",
 81259                   /* MappingStrings */
 81260                   "\026\000\001JSR77.JCP|JSR77.6.11.1.2 getRemoveCount|V1.0\000",
 81261                   0,
 81262               };
 81263               
 81264               static MetaProperty
 81265               _CIM_J2eeEJBStats_RemoveCount =
 81266               {
 81267                   /* flags */
 81268                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81269 mike  1.1.2.1     /* name */
 81270                   "RemoveCount",
 81271                   /* qualifiers */
 81272                   _CIM_J2eeEJBStats_RemoveCount_qualifiers,
 81273                   /* type */
 81274                   CIMTYPE_UINT64,
 81275                   /* subscript */
 81276                   -1,
 81277                   /* value */
 81278                   0,
 81279               };
 81280               
 81281               static MetaFeature*
 81282               _CIM_J2eeEJBStats_features[] =
 81283               {
 81284                   (MetaFeature*)&_CIM_J2eeEJBStats_CreateCount,
 81285                   (MetaFeature*)&_CIM_J2eeEJBStats_RemoveCount,
 81286                   0,
 81287               };
 81288               
 81289               static const char*
 81290 mike  1.1.2.1 __root_cimv2_CIM_J2eeEJBStats_qualifiers[] =
 81291               {
 81292                   /* UMLPackagePath */
 81293                   "\057CIM::Application::J2eeAppServerStats",
 81294                   /* Abstract */
 81295                   "\002\001",
 81296                   /* Version */
 81297                   "\0632.8.0",
 81298                   0,
 81299               };
 81300               
 81301               MetaClass
 81302               __root_cimv2_CIM_J2eeEJBStats =
 81303               {
 81304                   /* flags */
 81305                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 81306                   /* name */
 81307                   "CIM_J2eeEJBStats",
 81308                   /* qualifiers */
 81309                   __root_cimv2_CIM_J2eeEJBStats_qualifiers,
 81310                   /* super */
 81311 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81312                   /* features */
 81313                   _CIM_J2eeEJBStats_features,
 81314               };
 81315               
 81316               //==============================================================================
 81317               //
 81318               // Class: CIM_J2eeEntityBeanStats
 81319               //
 81320               //==============================================================================
 81321               
 81322               static const char*
 81323               _CIM_J2eeEntityBeanStats_ReadyCount_qualifiers[] =
 81324               {
 81325                   /* Counter */
 81326                   "\012\001",
 81327                   /* MappingStrings */
 81328                   "\026\000\001JSR77.JCP|JSR77.6.12.1.1 getReadyCount|V1.0\000",
 81329                   0,
 81330               };
 81331               
 81332 mike  1.1.2.1 static MetaProperty
 81333               _CIM_J2eeEntityBeanStats_ReadyCount =
 81334               {
 81335                   /* flags */
 81336                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81337                   /* name */
 81338                   "ReadyCount",
 81339                   /* qualifiers */
 81340                   _CIM_J2eeEntityBeanStats_ReadyCount_qualifiers,
 81341                   /* type */
 81342                   CIMTYPE_UINT64,
 81343                   /* subscript */
 81344                   -1,
 81345                   /* value */
 81346                   0,
 81347               };
 81348               
 81349               static const char*
 81350               _CIM_J2eeEntityBeanStats_ReadyLowWaterMark_qualifiers[] =
 81351               {
 81352                   /* MappingStrings */
 81353 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 81354                   0,
 81355               };
 81356               
 81357               static MetaProperty
 81358               _CIM_J2eeEntityBeanStats_ReadyLowWaterMark =
 81359               {
 81360                   /* flags */
 81361                   META_FLAG_PROPERTY|META_FLAG_READ,
 81362                   /* name */
 81363                   "ReadyLowWaterMark",
 81364                   /* qualifiers */
 81365                   _CIM_J2eeEntityBeanStats_ReadyLowWaterMark_qualifiers,
 81366                   /* type */
 81367                   CIMTYPE_UINT64,
 81368                   /* subscript */
 81369                   -1,
 81370                   /* value */
 81371                   0,
 81372               };
 81373               
 81374 mike  1.1.2.1 static const char*
 81375               _CIM_J2eeEntityBeanStats_ReadyHighWaterMark_qualifiers[] =
 81376               {
 81377                   /* MappingStrings */
 81378                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 81379                   0,
 81380               };
 81381               
 81382               static MetaProperty
 81383               _CIM_J2eeEntityBeanStats_ReadyHighWaterMark =
 81384               {
 81385                   /* flags */
 81386                   META_FLAG_PROPERTY|META_FLAG_READ,
 81387                   /* name */
 81388                   "ReadyHighWaterMark",
 81389                   /* qualifiers */
 81390                   _CIM_J2eeEntityBeanStats_ReadyHighWaterMark_qualifiers,
 81391                   /* type */
 81392                   CIMTYPE_UINT64,
 81393                   /* subscript */
 81394                   -1,
 81395 mike  1.1.2.1     /* value */
 81396                   0,
 81397               };
 81398               
 81399               static const char*
 81400               _CIM_J2eeEntityBeanStats_PooledCount_qualifiers[] =
 81401               {
 81402                   /* Counter */
 81403                   "\012\001",
 81404                   /* MappingStrings */
 81405                   "\026\000\001JSR77.JCP|JSR77.6.12.1.2 getPooledCount|V1.0\000",
 81406                   0,
 81407               };
 81408               
 81409               static MetaProperty
 81410               _CIM_J2eeEntityBeanStats_PooledCount =
 81411               {
 81412                   /* flags */
 81413                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81414                   /* name */
 81415                   "PooledCount",
 81416 mike  1.1.2.1     /* qualifiers */
 81417                   _CIM_J2eeEntityBeanStats_PooledCount_qualifiers,
 81418                   /* type */
 81419                   CIMTYPE_UINT64,
 81420                   /* subscript */
 81421                   -1,
 81422                   /* value */
 81423                   0,
 81424               };
 81425               
 81426               static const char*
 81427               _CIM_J2eeEntityBeanStats_PooledLowWaterMark_qualifiers[] =
 81428               {
 81429                   /* MappingStrings */
 81430                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 81431                   0,
 81432               };
 81433               
 81434               static MetaProperty
 81435               _CIM_J2eeEntityBeanStats_PooledLowWaterMark =
 81436               {
 81437 mike  1.1.2.1     /* flags */
 81438                   META_FLAG_PROPERTY|META_FLAG_READ,
 81439                   /* name */
 81440                   "PooledLowWaterMark",
 81441                   /* qualifiers */
 81442                   _CIM_J2eeEntityBeanStats_PooledLowWaterMark_qualifiers,
 81443                   /* type */
 81444                   CIMTYPE_UINT64,
 81445                   /* subscript */
 81446                   -1,
 81447                   /* value */
 81448                   0,
 81449               };
 81450               
 81451               static const char*
 81452               _CIM_J2eeEntityBeanStats_PooledHighWaterMark_qualifiers[] =
 81453               {
 81454                   /* MappingStrings */
 81455                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 81456                   0,
 81457               };
 81458 mike  1.1.2.1 
 81459               static MetaProperty
 81460               _CIM_J2eeEntityBeanStats_PooledHighWaterMark =
 81461               {
 81462                   /* flags */
 81463                   META_FLAG_PROPERTY|META_FLAG_READ,
 81464                   /* name */
 81465                   "PooledHighWaterMark",
 81466                   /* qualifiers */
 81467                   _CIM_J2eeEntityBeanStats_PooledHighWaterMark_qualifiers,
 81468                   /* type */
 81469                   CIMTYPE_UINT64,
 81470                   /* subscript */
 81471                   -1,
 81472                   /* value */
 81473                   0,
 81474               };
 81475               
 81476               static MetaFeature*
 81477               _CIM_J2eeEntityBeanStats_features[] =
 81478               {
 81479 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyCount,
 81480                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyLowWaterMark,
 81481                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyHighWaterMark,
 81482                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledCount,
 81483                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledLowWaterMark,
 81484                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledHighWaterMark,
 81485                   0,
 81486               };
 81487               
 81488               static const char*
 81489               __root_cimv2_CIM_J2eeEntityBeanStats_qualifiers[] =
 81490               {
 81491                   /* UMLPackagePath */
 81492                   "\057CIM::Application::J2eeAppServerStats",
 81493                   /* Version */
 81494                   "\0632.8.0",
 81495                   0,
 81496               };
 81497               
 81498               MetaClass
 81499               __root_cimv2_CIM_J2eeEntityBeanStats =
 81500 mike  1.1.2.1 {
 81501                   /* flags */
 81502                   META_FLAG_CLASS,
 81503                   /* name */
 81504                   "CIM_J2eeEntityBeanStats",
 81505                   /* qualifiers */
 81506                   __root_cimv2_CIM_J2eeEntityBeanStats_qualifiers,
 81507                   /* super */
 81508                   &__root_cimv2_CIM_J2eeEJBStats,
 81509                   /* features */
 81510                   _CIM_J2eeEntityBeanStats_features,
 81511               };
 81512               
 81513               //==============================================================================
 81514               //
 81515               // Class: CIM_J2eeJavaMailStats
 81516               //
 81517               //==============================================================================
 81518               
 81519               static const char*
 81520               _CIM_J2eeJavaMailStats_SentMailCount_qualifiers[] =
 81521 mike  1.1.2.1 {
 81522                   /* Counter */
 81523                   "\012\001",
 81524                   /* MappingStrings */
 81525                   "\026\000\001JSR77.JCP|JSR77.6.13.1.1 getSentMailCount|V1.0\000",
 81526                   0,
 81527               };
 81528               
 81529               static MetaProperty
 81530               _CIM_J2eeJavaMailStats_SentMailCount =
 81531               {
 81532                   /* flags */
 81533                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81534                   /* name */
 81535                   "SentMailCount",
 81536                   /* qualifiers */
 81537                   _CIM_J2eeJavaMailStats_SentMailCount_qualifiers,
 81538                   /* type */
 81539                   CIMTYPE_UINT64,
 81540                   /* subscript */
 81541                   -1,
 81542 mike  1.1.2.1     /* value */
 81543                   0,
 81544               };
 81545               
 81546               static MetaFeature*
 81547               _CIM_J2eeJavaMailStats_features[] =
 81548               {
 81549                   (MetaFeature*)&_CIM_J2eeJavaMailStats_SentMailCount,
 81550                   0,
 81551               };
 81552               
 81553               static const char*
 81554               __root_cimv2_CIM_J2eeJavaMailStats_qualifiers[] =
 81555               {
 81556                   /* UMLPackagePath */
 81557                   "\057CIM::Application::J2eeAppServerStats",
 81558                   /* Version */
 81559                   "\0632.8.0",
 81560                   0,
 81561               };
 81562               
 81563 mike  1.1.2.1 MetaClass
 81564               __root_cimv2_CIM_J2eeJavaMailStats =
 81565               {
 81566                   /* flags */
 81567                   META_FLAG_CLASS,
 81568                   /* name */
 81569                   "CIM_J2eeJavaMailStats",
 81570                   /* qualifiers */
 81571                   __root_cimv2_CIM_J2eeJavaMailStats_qualifiers,
 81572                   /* super */
 81573                   &__root_cimv2_CIM_J2eeStatistic,
 81574                   /* features */
 81575                   _CIM_J2eeJavaMailStats_features,
 81576               };
 81577               
 81578               //==============================================================================
 81579               //
 81580               // Class: CIM_J2eeJCAStats
 81581               //
 81582               //==============================================================================
 81583               
 81584 mike  1.1.2.1 static MetaFeature*
 81585               _CIM_J2eeJCAStats_features[] =
 81586               {
 81587                   0,
 81588               };
 81589               
 81590               static const char*
 81591               __root_cimv2_CIM_J2eeJCAStats_qualifiers[] =
 81592               {
 81593                   /* UMLPackagePath */
 81594                   "\057CIM::Application::J2eeAppServerStats",
 81595                   /* Version */
 81596                   "\0632.8.0",
 81597                   0,
 81598               };
 81599               
 81600               MetaClass
 81601               __root_cimv2_CIM_J2eeJCAStats =
 81602               {
 81603                   /* flags */
 81604                   META_FLAG_CLASS,
 81605 mike  1.1.2.1     /* name */
 81606                   "CIM_J2eeJCAStats",
 81607                   /* qualifiers */
 81608                   __root_cimv2_CIM_J2eeJCAStats_qualifiers,
 81609                   /* super */
 81610                   &__root_cimv2_CIM_J2eeStatistic,
 81611                   /* features */
 81612                   _CIM_J2eeJCAStats_features,
 81613               };
 81614               
 81615               //==============================================================================
 81616               //
 81617               // Class: CIM_J2eeJDBCStats
 81618               //
 81619               //==============================================================================
 81620               
 81621               static MetaFeature*
 81622               _CIM_J2eeJDBCStats_features[] =
 81623               {
 81624                   0,
 81625               };
 81626 mike  1.1.2.1 
 81627               static const char*
 81628               __root_cimv2_CIM_J2eeJDBCStats_qualifiers[] =
 81629               {
 81630                   /* UMLPackagePath */
 81631                   "\057CIM::Application::J2eeAppServerStats",
 81632                   /* Version */
 81633                   "\0632.8.0",
 81634                   0,
 81635               };
 81636               
 81637               MetaClass
 81638               __root_cimv2_CIM_J2eeJDBCStats =
 81639               {
 81640                   /* flags */
 81641                   META_FLAG_CLASS,
 81642                   /* name */
 81643                   "CIM_J2eeJDBCStats",
 81644                   /* qualifiers */
 81645                   __root_cimv2_CIM_J2eeJDBCStats_qualifiers,
 81646                   /* super */
 81647 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81648                   /* features */
 81649                   _CIM_J2eeJDBCStats_features,
 81650               };
 81651               
 81652               //==============================================================================
 81653               //
 81654               // Class: CIM_J2eeJMSConnectionStats
 81655               //
 81656               //==============================================================================
 81657               
 81658               static const char*
 81659               _CIM_J2eeJMSConnectionStats_IsTransactional_qualifiers[] =
 81660               {
 81661                   /* MappingStrings */
 81662                   "\026\000\001JSR77.JCP|JSR77.6.25.1.2 isTransactional|V1.0\000",
 81663                   0,
 81664               };
 81665               
 81666               static MetaProperty
 81667               _CIM_J2eeJMSConnectionStats_IsTransactional =
 81668 mike  1.1.2.1 {
 81669                   /* flags */
 81670                   META_FLAG_PROPERTY|META_FLAG_READ,
 81671                   /* name */
 81672                   "IsTransactional",
 81673                   /* qualifiers */
 81674                   _CIM_J2eeJMSConnectionStats_IsTransactional_qualifiers,
 81675                   /* type */
 81676                   CIMTYPE_BOOLEAN,
 81677                   /* subscript */
 81678                   -1,
 81679                   /* value */
 81680                   0,
 81681               };
 81682               
 81683               static MetaFeature*
 81684               _CIM_J2eeJMSConnectionStats_features[] =
 81685               {
 81686                   (MetaFeature*)&_CIM_J2eeJMSConnectionStats_IsTransactional,
 81687                   0,
 81688               };
 81689 mike  1.1.2.1 
 81690               static const char*
 81691               __root_cimv2_CIM_J2eeJMSConnectionStats_qualifiers[] =
 81692               {
 81693                   /* UMLPackagePath */
 81694                   "\057CIM::Application::J2eeAppServerStats",
 81695                   /* Version */
 81696                   "\0632.8.0",
 81697                   0,
 81698               };
 81699               
 81700               MetaClass
 81701               __root_cimv2_CIM_J2eeJMSConnectionStats =
 81702               {
 81703                   /* flags */
 81704                   META_FLAG_CLASS,
 81705                   /* name */
 81706                   "CIM_J2eeJMSConnectionStats",
 81707                   /* qualifiers */
 81708                   __root_cimv2_CIM_J2eeJMSConnectionStats_qualifiers,
 81709                   /* super */
 81710 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81711                   /* features */
 81712                   _CIM_J2eeJMSConnectionStats_features,
 81713               };
 81714               
 81715               //==============================================================================
 81716               //
 81717               // Class: CIM_J2eeJMSEndpointStats
 81718               //
 81719               //==============================================================================
 81720               
 81721               static const char*
 81722               _CIM_J2eeJMSEndpointStats_ExpiredMessageCount_qualifiers[] =
 81723               {
 81724                   /* Counter */
 81725                   "\012\001",
 81726                   /* MappingStrings */
 81727                   "\026\000\001JSR77.JCP|JSR77.6.27.1.1 getExpiredMessageCount|V1.0\000",
 81728                   0,
 81729               };
 81730               
 81731 mike  1.1.2.1 static MetaProperty
 81732               _CIM_J2eeJMSEndpointStats_ExpiredMessageCount =
 81733               {
 81734                   /* flags */
 81735                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81736                   /* name */
 81737                   "ExpiredMessageCount",
 81738                   /* qualifiers */
 81739                   _CIM_J2eeJMSEndpointStats_ExpiredMessageCount_qualifiers,
 81740                   /* type */
 81741                   CIMTYPE_UINT64,
 81742                   /* subscript */
 81743                   -1,
 81744                   /* value */
 81745                   0,
 81746               };
 81747               
 81748               static const char*
 81749               _CIM_J2eeJMSEndpointStats_MessageCount_qualifiers[] =
 81750               {
 81751                   /* Counter */
 81752 mike  1.1.2.1     "\012\001",
 81753                   /* MappingStrings */
 81754                   "\026\000\001JSR77.JCP|JSR77.6.27.1.2 getMessageCount|V1.0\000",
 81755                   0,
 81756               };
 81757               
 81758               static MetaProperty
 81759               _CIM_J2eeJMSEndpointStats_MessageCount =
 81760               {
 81761                   /* flags */
 81762                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81763                   /* name */
 81764                   "MessageCount",
 81765                   /* qualifiers */
 81766                   _CIM_J2eeJMSEndpointStats_MessageCount_qualifiers,
 81767                   /* type */
 81768                   CIMTYPE_UINT64,
 81769                   /* subscript */
 81770                   -1,
 81771                   /* value */
 81772                   0,
 81773 mike  1.1.2.1 };
 81774               
 81775               static const char*
 81776               _CIM_J2eeJMSEndpointStats_MessageWaitTime_qualifiers[] =
 81777               {
 81778                   /* MappingStrings */
 81779                   "\026\000\001JSR77.JCP|JSR77.6.27.1.3 getMessageWaitTime|V1.0\000",
 81780                   0,
 81781               };
 81782               
 81783               static MetaProperty
 81784               _CIM_J2eeJMSEndpointStats_MessageWaitTime =
 81785               {
 81786                   /* flags */
 81787                   META_FLAG_PROPERTY|META_FLAG_READ,
 81788                   /* name */
 81789                   "MessageWaitTime",
 81790                   /* qualifiers */
 81791                   _CIM_J2eeJMSEndpointStats_MessageWaitTime_qualifiers,
 81792                   /* type */
 81793                   CIMTYPE_DATETIME,
 81794 mike  1.1.2.1     /* subscript */
 81795                   -1,
 81796                   /* value */
 81797                   0,
 81798               };
 81799               
 81800               static const char*
 81801               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime_qualifiers[] =
 81802               {
 81803                   /* MappingStrings */
 81804                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81805                   0,
 81806               };
 81807               
 81808               static MetaProperty
 81809               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime =
 81810               {
 81811                   /* flags */
 81812                   META_FLAG_PROPERTY|META_FLAG_READ,
 81813                   /* name */
 81814                   "MessageWaitTimeMaxTime",
 81815 mike  1.1.2.1     /* qualifiers */
 81816                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime_qualifiers,
 81817                   /* type */
 81818                   CIMTYPE_DATETIME,
 81819                   /* subscript */
 81820                   -1,
 81821                   /* value */
 81822                   0,
 81823               };
 81824               
 81825               static const char*
 81826               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime_qualifiers[] =
 81827               {
 81828                   /* MappingStrings */
 81829                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81830                   0,
 81831               };
 81832               
 81833               static MetaProperty
 81834               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime =
 81835               {
 81836 mike  1.1.2.1     /* flags */
 81837                   META_FLAG_PROPERTY|META_FLAG_READ,
 81838                   /* name */
 81839                   "MessageWaitTimeMinTime",
 81840                   /* qualifiers */
 81841                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime_qualifiers,
 81842                   /* type */
 81843                   CIMTYPE_DATETIME,
 81844                   /* subscript */
 81845                   -1,
 81846                   /* value */
 81847                   0,
 81848               };
 81849               
 81850               static const char*
 81851               _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime_qualifiers[] =
 81852               {
 81853                   /* MappingStrings */
 81854                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81855                   0,
 81856               };
 81857 mike  1.1.2.1 
 81858               static MetaProperty
 81859               _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime =
 81860               {
 81861                   /* flags */
 81862                   META_FLAG_PROPERTY|META_FLAG_READ,
 81863                   /* name */
 81864                   "MessageWaitTimeTotalTime",
 81865                   /* qualifiers */
 81866                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime_qualifiers,
 81867                   /* type */
 81868                   CIMTYPE_DATETIME,
 81869                   /* subscript */
 81870                   -1,
 81871                   /* value */
 81872                   0,
 81873               };
 81874               
 81875               static const char*
 81876               _CIM_J2eeJMSEndpointStats_PendingMessageCount_qualifiers[] =
 81877               {
 81878 mike  1.1.2.1     /* Counter */
 81879                   "\012\001",
 81880                   /* MappingStrings */
 81881                   "\026\000\001JSR77.JCP|JSR77.6.27.1.4 getPendingMessageCount|V1.0\000",
 81882                   0,
 81883               };
 81884               
 81885               static MetaProperty
 81886               _CIM_J2eeJMSEndpointStats_PendingMessageCount =
 81887               {
 81888                   /* flags */
 81889                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81890                   /* name */
 81891                   "PendingMessageCount",
 81892                   /* qualifiers */
 81893                   _CIM_J2eeJMSEndpointStats_PendingMessageCount_qualifiers,
 81894                   /* type */
 81895                   CIMTYPE_UINT64,
 81896                   /* subscript */
 81897                   -1,
 81898                   /* value */
 81899 mike  1.1.2.1     0,
 81900               };
 81901               
 81902               static MetaFeature*
 81903               _CIM_J2eeJMSEndpointStats_features[] =
 81904               {
 81905                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_ExpiredMessageCount,
 81906                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageCount,
 81907                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTime,
 81908                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime,
 81909                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime,
 81910                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime,
 81911                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_PendingMessageCount,
 81912                   0,
 81913               };
 81914               
 81915               static const char*
 81916               __root_cimv2_CIM_J2eeJMSEndpointStats_qualifiers[] =
 81917               {
 81918                   /* UMLPackagePath */
 81919                   "\057CIM::Application::J2eeAppServerStats",
 81920 mike  1.1.2.1     /* Abstract */
 81921                   "\002\001",
 81922                   /* Version */
 81923                   "\0632.8.0",
 81924                   0,
 81925               };
 81926               
 81927               MetaClass
 81928               __root_cimv2_CIM_J2eeJMSEndpointStats =
 81929               {
 81930                   /* flags */
 81931                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 81932                   /* name */
 81933                   "CIM_J2eeJMSEndpointStats",
 81934                   /* qualifiers */
 81935                   __root_cimv2_CIM_J2eeJMSEndpointStats_qualifiers,
 81936                   /* super */
 81937                   &__root_cimv2_CIM_J2eeStatistic,
 81938                   /* features */
 81939                   _CIM_J2eeJMSEndpointStats_features,
 81940               };
 81941 mike  1.1.2.1 
 81942               //==============================================================================
 81943               //
 81944               // Class: CIM_J2eeJMSProducerStats
 81945               //
 81946               //==============================================================================
 81947               
 81948               static const char*
 81949               _CIM_J2eeJMSProducerStats_Destination_qualifiers[] =
 81950               {
 81951                   /* MappingStrings */
 81952                   "\026\000\001JSR77.JCP|JSR77.6.28.1.1 getDestination|V1.0\000",
 81953                   0,
 81954               };
 81955               
 81956               static MetaProperty
 81957               _CIM_J2eeJMSProducerStats_Destination =
 81958               {
 81959                   /* flags */
 81960                   META_FLAG_PROPERTY|META_FLAG_READ,
 81961                   /* name */
 81962 mike  1.1.2.1     "Destination",
 81963                   /* qualifiers */
 81964                   _CIM_J2eeJMSProducerStats_Destination_qualifiers,
 81965                   /* type */
 81966                   CIMTYPE_STRING,
 81967                   /* subscript */
 81968                   -1,
 81969                   /* value */
 81970                   0,
 81971               };
 81972               
 81973               static MetaFeature*
 81974               _CIM_J2eeJMSProducerStats_features[] =
 81975               {
 81976                   (MetaFeature*)&_CIM_J2eeJMSProducerStats_Destination,
 81977                   0,
 81978               };
 81979               
 81980               static const char*
 81981               __root_cimv2_CIM_J2eeJMSProducerStats_qualifiers[] =
 81982               {
 81983 mike  1.1.2.1     /* UMLPackagePath */
 81984                   "\057CIM::Application::J2eeAppServerStats",
 81985                   /* Version */
 81986                   "\0632.8.0",
 81987                   0,
 81988               };
 81989               
 81990               MetaClass
 81991               __root_cimv2_CIM_J2eeJMSProducerStats =
 81992               {
 81993                   /* flags */
 81994                   META_FLAG_CLASS,
 81995                   /* name */
 81996                   "CIM_J2eeJMSProducerStats",
 81997                   /* qualifiers */
 81998                   __root_cimv2_CIM_J2eeJMSProducerStats_qualifiers,
 81999                   /* super */
 82000                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
 82001                   /* features */
 82002                   _CIM_J2eeJMSProducerStats_features,
 82003               };
 82004 mike  1.1.2.1 
 82005               //==============================================================================
 82006               //
 82007               // Class: CIM_J2eeJMSSessionStats
 82008               //
 82009               //==============================================================================
 82010               
 82011               static const char*
 82012               _CIM_J2eeJMSSessionStats_DurableSubscriptionCount_qualifiers[] =
 82013               {
 82014                   /* Counter */
 82015                   "\012\001",
 82016                   /* MappingStrings */
 82017                   "\026\000\001JSR77.JCP|JSR77.6.26.1.3 getDurableSubscriptionCount|V1.0\000",
 82018                   0,
 82019               };
 82020               
 82021               static MetaProperty
 82022               _CIM_J2eeJMSSessionStats_DurableSubscriptionCount =
 82023               {
 82024                   /* flags */
 82025 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82026                   /* name */
 82027                   "DurableSubscriptionCount",
 82028                   /* qualifiers */
 82029                   _CIM_J2eeJMSSessionStats_DurableSubscriptionCount_qualifiers,
 82030                   /* type */
 82031                   CIMTYPE_UINT64,
 82032                   /* subscript */
 82033                   -1,
 82034                   /* value */
 82035                   0,
 82036               };
 82037               
 82038               static const char*
 82039               _CIM_J2eeJMSSessionStats_ExpiredMessageCount_qualifiers[] =
 82040               {
 82041                   /* Counter */
 82042                   "\012\001",
 82043                   /* MappingStrings */
 82044                   "\026\000\001JSR77.JCP|JSR77.6.26.1.4 getExpiredMessageCount|V1.0\000",
 82045                   0,
 82046 mike  1.1.2.1 };
 82047               
 82048               static MetaProperty
 82049               _CIM_J2eeJMSSessionStats_ExpiredMessageCount =
 82050               {
 82051                   /* flags */
 82052                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82053                   /* name */
 82054                   "ExpiredMessageCount",
 82055                   /* qualifiers */
 82056                   _CIM_J2eeJMSSessionStats_ExpiredMessageCount_qualifiers,
 82057                   /* type */
 82058                   CIMTYPE_UINT64,
 82059                   /* subscript */
 82060                   -1,
 82061                   /* value */
 82062                   0,
 82063               };
 82064               
 82065               static const char*
 82066               _CIM_J2eeJMSSessionStats_MessageCount_qualifiers[] =
 82067 mike  1.1.2.1 {
 82068                   /* Counter */
 82069                   "\012\001",
 82070                   /* MappingStrings */
 82071                   "\026\000\001JSR77.JCP|JSR77.6.26.1.5 getMessageCount|V1.0\000",
 82072                   0,
 82073               };
 82074               
 82075               static MetaProperty
 82076               _CIM_J2eeJMSSessionStats_MessageCount =
 82077               {
 82078                   /* flags */
 82079                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82080                   /* name */
 82081                   "MessageCount",
 82082                   /* qualifiers */
 82083                   _CIM_J2eeJMSSessionStats_MessageCount_qualifiers,
 82084                   /* type */
 82085                   CIMTYPE_UINT64,
 82086                   /* subscript */
 82087                   -1,
 82088 mike  1.1.2.1     /* value */
 82089                   0,
 82090               };
 82091               
 82092               static const char*
 82093               _CIM_J2eeJMSSessionStats_MessageWaitTime_qualifiers[] =
 82094               {
 82095                   /* MappingStrings */
 82096                   "\026\000\001JSR77.JCP|JSR77.6.26.1.6 getMessageWaitTime|V1.0\000",
 82097                   0,
 82098               };
 82099               
 82100               static MetaProperty
 82101               _CIM_J2eeJMSSessionStats_MessageWaitTime =
 82102               {
 82103                   /* flags */
 82104                   META_FLAG_PROPERTY|META_FLAG_READ,
 82105                   /* name */
 82106                   "MessageWaitTime",
 82107                   /* qualifiers */
 82108                   _CIM_J2eeJMSSessionStats_MessageWaitTime_qualifiers,
 82109 mike  1.1.2.1     /* type */
 82110                   CIMTYPE_DATETIME,
 82111                   /* subscript */
 82112                   -1,
 82113                   /* value */
 82114                   0,
 82115               };
 82116               
 82117               static const char*
 82118               _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime_qualifiers[] =
 82119               {
 82120                   /* MappingStrings */
 82121                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 82122                   0,
 82123               };
 82124               
 82125               static MetaProperty
 82126               _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime =
 82127               {
 82128                   /* flags */
 82129                   META_FLAG_PROPERTY|META_FLAG_READ,
 82130 mike  1.1.2.1     /* name */
 82131                   "MessageWaitTimeMaxTime",
 82132                   /* qualifiers */
 82133                   _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime_qualifiers,
 82134                   /* type */
 82135                   CIMTYPE_DATETIME,
 82136                   /* subscript */
 82137                   -1,
 82138                   /* value */
 82139                   0,
 82140               };
 82141               
 82142               static const char*
 82143               _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime_qualifiers[] =
 82144               {
 82145                   /* MappingStrings */
 82146                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 82147                   0,
 82148               };
 82149               
 82150               static MetaProperty
 82151 mike  1.1.2.1 _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime =
 82152               {
 82153                   /* flags */
 82154                   META_FLAG_PROPERTY|META_FLAG_READ,
 82155                   /* name */
 82156                   "MessageWaitTimeMinTime",
 82157                   /* qualifiers */
 82158                   _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime_qualifiers,
 82159                   /* type */
 82160                   CIMTYPE_DATETIME,
 82161                   /* subscript */
 82162                   -1,
 82163                   /* value */
 82164                   0,
 82165               };
 82166               
 82167               static const char*
 82168               _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime_qualifiers[] =
 82169               {
 82170                   /* MappingStrings */
 82171                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 82172 mike  1.1.2.1     0,
 82173               };
 82174               
 82175               static MetaProperty
 82176               _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime =
 82177               {
 82178                   /* flags */
 82179                   META_FLAG_PROPERTY|META_FLAG_READ,
 82180                   /* name */
 82181                   "MessageWaitTimeTotalTime",
 82182                   /* qualifiers */
 82183                   _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime_qualifiers,
 82184                   /* type */
 82185                   CIMTYPE_DATETIME,
 82186                   /* subscript */
 82187                   -1,
 82188                   /* value */
 82189                   0,
 82190               };
 82191               
 82192               static const char*
 82193 mike  1.1.2.1 _CIM_J2eeJMSSessionStats_PendingMessageCount_qualifiers[] =
 82194               {
 82195                   /* Counter */
 82196                   "\012\001",
 82197                   /* MappingStrings */
 82198                   "\026\000\001JSR77.JCP|JSR77.6.26.1.7 getPendingMessageCount|V1.0\000",
 82199                   0,
 82200               };
 82201               
 82202               static MetaProperty
 82203               _CIM_J2eeJMSSessionStats_PendingMessageCount =
 82204               {
 82205                   /* flags */
 82206                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82207                   /* name */
 82208                   "PendingMessageCount",
 82209                   /* qualifiers */
 82210                   _CIM_J2eeJMSSessionStats_PendingMessageCount_qualifiers,
 82211                   /* type */
 82212                   CIMTYPE_UINT64,
 82213                   /* subscript */
 82214 mike  1.1.2.1     -1,
 82215                   /* value */
 82216                   0,
 82217               };
 82218               
 82219               static MetaFeature*
 82220               _CIM_J2eeJMSSessionStats_features[] =
 82221               {
 82222                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_DurableSubscriptionCount,
 82223                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_ExpiredMessageCount,
 82224                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageCount,
 82225                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTime,
 82226                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime,
 82227                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime,
 82228                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime,
 82229                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_PendingMessageCount,
 82230                   0,
 82231               };
 82232               
 82233               static const char*
 82234               __root_cimv2_CIM_J2eeJMSSessionStats_qualifiers[] =
 82235 mike  1.1.2.1 {
 82236                   /* UMLPackagePath */
 82237                   "\057CIM::Application::J2eeAppServerStats",
 82238                   /* Version */
 82239                   "\0632.8.0",
 82240                   0,
 82241               };
 82242               
 82243               MetaClass
 82244               __root_cimv2_CIM_J2eeJMSSessionStats =
 82245               {
 82246                   /* flags */
 82247                   META_FLAG_CLASS,
 82248                   /* name */
 82249                   "CIM_J2eeJMSSessionStats",
 82250                   /* qualifiers */
 82251                   __root_cimv2_CIM_J2eeJMSSessionStats_qualifiers,
 82252                   /* super */
 82253                   &__root_cimv2_CIM_J2eeStatistic,
 82254                   /* features */
 82255                   _CIM_J2eeJMSSessionStats_features,
 82256 mike  1.1.2.1 };
 82257               
 82258               //==============================================================================
 82259               //
 82260               // Class: CIM_J2eeJMSStats
 82261               //
 82262               //==============================================================================
 82263               
 82264               static MetaFeature*
 82265               _CIM_J2eeJMSStats_features[] =
 82266               {
 82267                   0,
 82268               };
 82269               
 82270               static const char*
 82271               __root_cimv2_CIM_J2eeJMSStats_qualifiers[] =
 82272               {
 82273                   /* UMLPackagePath */
 82274                   "\057CIM::Application::J2eeAppServerStats",
 82275                   /* Version */
 82276                   "\0632.8.0",
 82277 mike  1.1.2.1     0,
 82278               };
 82279               
 82280               MetaClass
 82281               __root_cimv2_CIM_J2eeJMSStats =
 82282               {
 82283                   /* flags */
 82284                   META_FLAG_CLASS,
 82285                   /* name */
 82286                   "CIM_J2eeJMSStats",
 82287                   /* qualifiers */
 82288                   __root_cimv2_CIM_J2eeJMSStats_qualifiers,
 82289                   /* super */
 82290                   &__root_cimv2_CIM_J2eeStatistic,
 82291                   /* features */
 82292                   _CIM_J2eeJMSStats_features,
 82293               };
 82294               
 82295               //==============================================================================
 82296               //
 82297               // Class: CIM_J2eeJTAStats
 82298 mike  1.1.2.1 //
 82299               //==============================================================================
 82300               
 82301               static const char*
 82302               _CIM_J2eeJTAStats_ActiveCount_qualifiers[] =
 82303               {
 82304                   /* Counter */
 82305                   "\012\001",
 82306                   /* MappingStrings */
 82307                   "\026\000\001JSR77.JCP|JSR77.6.30.1.1 getActiveCount|V1.0\000",
 82308                   0,
 82309               };
 82310               
 82311               static MetaProperty
 82312               _CIM_J2eeJTAStats_ActiveCount =
 82313               {
 82314                   /* flags */
 82315                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82316                   /* name */
 82317                   "ActiveCount",
 82318                   /* qualifiers */
 82319 mike  1.1.2.1     _CIM_J2eeJTAStats_ActiveCount_qualifiers,
 82320                   /* type */
 82321                   CIMTYPE_UINT64,
 82322                   /* subscript */
 82323                   -1,
 82324                   /* value */
 82325                   0,
 82326               };
 82327               
 82328               static const char*
 82329               _CIM_J2eeJTAStats_CommittedCount_qualifiers[] =
 82330               {
 82331                   /* Counter */
 82332                   "\012\001",
 82333                   /* MappingStrings */
 82334                   "\026\000\001JSR77.JCP|JSR77.6.30.1.2 getCommittedCount|V1.0\000",
 82335                   0,
 82336               };
 82337               
 82338               static MetaProperty
 82339               _CIM_J2eeJTAStats_CommittedCount =
 82340 mike  1.1.2.1 {
 82341                   /* flags */
 82342                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82343                   /* name */
 82344                   "CommittedCount",
 82345                   /* qualifiers */
 82346                   _CIM_J2eeJTAStats_CommittedCount_qualifiers,
 82347                   /* type */
 82348                   CIMTYPE_UINT64,
 82349                   /* subscript */
 82350                   -1,
 82351                   /* value */
 82352                   0,
 82353               };
 82354               
 82355               static const char*
 82356               _CIM_J2eeJTAStats_RolledbackCount_qualifiers[] =
 82357               {
 82358                   /* Counter */
 82359                   "\012\001",
 82360                   /* MappingStrings */
 82361 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.6.30.1.3 getRolledbackCount|V1.0\000",
 82362                   0,
 82363               };
 82364               
 82365               static MetaProperty
 82366               _CIM_J2eeJTAStats_RolledbackCount =
 82367               {
 82368                   /* flags */
 82369                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82370                   /* name */
 82371                   "RolledbackCount",
 82372                   /* qualifiers */
 82373                   _CIM_J2eeJTAStats_RolledbackCount_qualifiers,
 82374                   /* type */
 82375                   CIMTYPE_UINT64,
 82376                   /* subscript */
 82377                   -1,
 82378                   /* value */
 82379                   0,
 82380               };
 82381               
 82382 mike  1.1.2.1 static MetaFeature*
 82383               _CIM_J2eeJTAStats_features[] =
 82384               {
 82385                   (MetaFeature*)&_CIM_J2eeJTAStats_ActiveCount,
 82386                   (MetaFeature*)&_CIM_J2eeJTAStats_CommittedCount,
 82387                   (MetaFeature*)&_CIM_J2eeJTAStats_RolledbackCount,
 82388                   0,
 82389               };
 82390               
 82391               static const char*
 82392               __root_cimv2_CIM_J2eeJTAStats_qualifiers[] =
 82393               {
 82394                   /* UMLPackagePath */
 82395                   "\057CIM::Application::J2eeAppServerStats",
 82396                   /* Version */
 82397                   "\0632.8.0",
 82398                   0,
 82399               };
 82400               
 82401               MetaClass
 82402               __root_cimv2_CIM_J2eeJTAStats =
 82403 mike  1.1.2.1 {
 82404                   /* flags */
 82405                   META_FLAG_CLASS,
 82406                   /* name */
 82407                   "CIM_J2eeJTAStats",
 82408                   /* qualifiers */
 82409                   __root_cimv2_CIM_J2eeJTAStats_qualifiers,
 82410                   /* super */
 82411                   &__root_cimv2_CIM_J2eeStatistic,
 82412                   /* features */
 82413                   _CIM_J2eeJTAStats_features,
 82414               };
 82415               
 82416               //==============================================================================
 82417               //
 82418               // Class: CIM_J2eeJVMStats
 82419               //
 82420               //==============================================================================
 82421               
 82422               static const char*
 82423               _CIM_J2eeJVMStats_HeapSize_qualifiers[] =
 82424 mike  1.1.2.1 {
 82425                   /* Units */
 82426                   "\060Bytes",
 82427                   /* Gauge */
 82428                   "\023\001",
 82429                   /* MappingStrings */
 82430                   "\026\000\001JSR77.JCP|JSR77.6.31.1.1 getHeapSize|V1.0\000",
 82431                   0,
 82432               };
 82433               
 82434               static MetaProperty
 82435               _CIM_J2eeJVMStats_HeapSize =
 82436               {
 82437                   /* flags */
 82438                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 82439                   /* name */
 82440                   "HeapSize",
 82441                   /* qualifiers */
 82442                   _CIM_J2eeJVMStats_HeapSize_qualifiers,
 82443                   /* type */
 82444                   CIMTYPE_UINT64,
 82445 mike  1.1.2.1     /* subscript */
 82446                   -1,
 82447                   /* value */
 82448                   0,
 82449               };
 82450               
 82451               static const char*
 82452               _CIM_J2eeJVMStats_HeapSizeUpperBound_qualifiers[] =
 82453               {
 82454                   /* Units */
 82455                   "\060Bytes",
 82456                   /* MappingStrings */
 82457                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 82458                   0,
 82459               };
 82460               
 82461               static MetaProperty
 82462               _CIM_J2eeJVMStats_HeapSizeUpperBound =
 82463               {
 82464                   /* flags */
 82465                   META_FLAG_PROPERTY|META_FLAG_READ,
 82466 mike  1.1.2.1     /* name */
 82467                   "HeapSizeUpperBound",
 82468                   /* qualifiers */
 82469                   _CIM_J2eeJVMStats_HeapSizeUpperBound_qualifiers,
 82470                   /* type */
 82471                   CIMTYPE_UINT64,
 82472                   /* subscript */
 82473                   -1,
 82474                   /* value */
 82475                   0,
 82476               };
 82477               
 82478               static const char*
 82479               _CIM_J2eeJVMStats_HeapSizeLowerBound_qualifiers[] =
 82480               {
 82481                   /* Units */
 82482                   "\060Bytes",
 82483                   /* MappingStrings */
 82484                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 82485                   0,
 82486               };
 82487 mike  1.1.2.1 
 82488               static MetaProperty
 82489               _CIM_J2eeJVMStats_HeapSizeLowerBound =
 82490               {
 82491                   /* flags */
 82492                   META_FLAG_PROPERTY|META_FLAG_READ,
 82493                   /* name */
 82494                   "HeapSizeLowerBound",
 82495                   /* qualifiers */
 82496                   _CIM_J2eeJVMStats_HeapSizeLowerBound_qualifiers,
 82497                   /* type */
 82498                   CIMTYPE_UINT64,
 82499                   /* subscript */
 82500                   -1,
 82501                   /* value */
 82502                   0,
 82503               };
 82504               
 82505               static const char*
 82506               _CIM_J2eeJVMStats_HeapSizeLowWaterMark_qualifiers[] =
 82507               {
 82508 mike  1.1.2.1     /* Units */
 82509                   "\060Bytes",
 82510                   /* MappingStrings */
 82511                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82512                   0,
 82513               };
 82514               
 82515               static MetaProperty
 82516               _CIM_J2eeJVMStats_HeapSizeLowWaterMark =
 82517               {
 82518                   /* flags */
 82519                   META_FLAG_PROPERTY|META_FLAG_READ,
 82520                   /* name */
 82521                   "HeapSizeLowWaterMark",
 82522                   /* qualifiers */
 82523                   _CIM_J2eeJVMStats_HeapSizeLowWaterMark_qualifiers,
 82524                   /* type */
 82525                   CIMTYPE_UINT64,
 82526                   /* subscript */
 82527                   -1,
 82528                   /* value */
 82529 mike  1.1.2.1     0,
 82530               };
 82531               
 82532               static const char*
 82533               _CIM_J2eeJVMStats_HeapSizeHighWaterMark_qualifiers[] =
 82534               {
 82535                   /* Units */
 82536                   "\060Bytes",
 82537                   /* MappingStrings */
 82538                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 82539                   0,
 82540               };
 82541               
 82542               static MetaProperty
 82543               _CIM_J2eeJVMStats_HeapSizeHighWaterMark =
 82544               {
 82545                   /* flags */
 82546                   META_FLAG_PROPERTY|META_FLAG_READ,
 82547                   /* name */
 82548                   "HeapSizeHighWaterMark",
 82549                   /* qualifiers */
 82550 mike  1.1.2.1     _CIM_J2eeJVMStats_HeapSizeHighWaterMark_qualifiers,
 82551                   /* type */
 82552                   CIMTYPE_UINT64,
 82553                   /* subscript */
 82554                   -1,
 82555                   /* value */
 82556                   0,
 82557               };
 82558               
 82559               static const char*
 82560               _CIM_J2eeJVMStats_UpTime_qualifiers[] =
 82561               {
 82562                   /* MappingStrings */
 82563                   "\026\000\001JSR77.JCP|JSR77.6.31.1.2 getUpTime|V1.0\000",
 82564                   0,
 82565               };
 82566               
 82567               static MetaProperty
 82568               _CIM_J2eeJVMStats_UpTime =
 82569               {
 82570                   /* flags */
 82571 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 82572                   /* name */
 82573                   "UpTime",
 82574                   /* qualifiers */
 82575                   _CIM_J2eeJVMStats_UpTime_qualifiers,
 82576                   /* type */
 82577                   CIMTYPE_DATETIME,
 82578                   /* subscript */
 82579                   -1,
 82580                   /* value */
 82581                   0,
 82582               };
 82583               
 82584               static MetaFeature*
 82585               _CIM_J2eeJVMStats_features[] =
 82586               {
 82587                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSize,
 82588                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeUpperBound,
 82589                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeLowerBound,
 82590                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeLowWaterMark,
 82591                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeHighWaterMark,
 82592 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJVMStats_UpTime,
 82593                   0,
 82594               };
 82595               
 82596               static const char*
 82597               __root_cimv2_CIM_J2eeJVMStats_qualifiers[] =
 82598               {
 82599                   /* UMLPackagePath */
 82600                   "\057CIM::Application::J2eeAppServerStats",
 82601                   /* Version */
 82602                   "\0632.8.2",
 82603                   0,
 82604               };
 82605               
 82606               MetaClass
 82607               __root_cimv2_CIM_J2eeJVMStats =
 82608               {
 82609                   /* flags */
 82610                   META_FLAG_CLASS,
 82611                   /* name */
 82612                   "CIM_J2eeJVMStats",
 82613 mike  1.1.2.1     /* qualifiers */
 82614                   __root_cimv2_CIM_J2eeJVMStats_qualifiers,
 82615                   /* super */
 82616                   &__root_cimv2_CIM_J2eeStatistic,
 82617                   /* features */
 82618                   _CIM_J2eeJVMStats_features,
 82619               };
 82620               
 82621               //==============================================================================
 82622               //
 82623               // Class: CIM_J2eeMessageDrivenBeanStats
 82624               //
 82625               //==============================================================================
 82626               
 82627               static const char*
 82628               _CIM_J2eeMessageDrivenBeanStats_MessageCount_qualifiers[] =
 82629               {
 82630                   /* Counter */
 82631                   "\012\001",
 82632                   /* MappingStrings */
 82633                   "\026\000\001JSR77.JCP|JSR77.6.13.1.1 getMessageCount|V1.0\000",
 82634 mike  1.1.2.1     0,
 82635               };
 82636               
 82637               static MetaProperty
 82638               _CIM_J2eeMessageDrivenBeanStats_MessageCount =
 82639               {
 82640                   /* flags */
 82641                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82642                   /* name */
 82643                   "MessageCount",
 82644                   /* qualifiers */
 82645                   _CIM_J2eeMessageDrivenBeanStats_MessageCount_qualifiers,
 82646                   /* type */
 82647                   CIMTYPE_UINT64,
 82648                   /* subscript */
 82649                   -1,
 82650                   /* value */
 82651                   0,
 82652               };
 82653               
 82654               static MetaFeature*
 82655 mike  1.1.2.1 _CIM_J2eeMessageDrivenBeanStats_features[] =
 82656               {
 82657                   (MetaFeature*)&_CIM_J2eeMessageDrivenBeanStats_MessageCount,
 82658                   0,
 82659               };
 82660               
 82661               static const char*
 82662               __root_cimv2_CIM_J2eeMessageDrivenBeanStats_qualifiers[] =
 82663               {
 82664                   /* UMLPackagePath */
 82665                   "\057CIM::Application::J2eeAppServerStats",
 82666                   /* Version */
 82667                   "\0632.8.0",
 82668                   0,
 82669               };
 82670               
 82671               MetaClass
 82672               __root_cimv2_CIM_J2eeMessageDrivenBeanStats =
 82673               {
 82674                   /* flags */
 82675                   META_FLAG_CLASS,
 82676 mike  1.1.2.1     /* name */
 82677                   "CIM_J2eeMessageDrivenBeanStats",
 82678                   /* qualifiers */
 82679                   __root_cimv2_CIM_J2eeMessageDrivenBeanStats_qualifiers,
 82680                   /* super */
 82681                   &__root_cimv2_CIM_J2eeEJBStats,
 82682                   /* features */
 82683                   _CIM_J2eeMessageDrivenBeanStats_features,
 82684               };
 82685               
 82686               //==============================================================================
 82687               //
 82688               // Class: CIM_J2eeServletStats
 82689               //
 82690               //==============================================================================
 82691               
 82692               static const char*
 82693               _CIM_J2eeServletStats_ServiceTime_qualifiers[] =
 82694               {
 82695                   /* MappingStrings */
 82696                   "\026\000\001JSR77.JCP|JSR77.6.32.1.1 getServiceTime|V1.0\000",
 82697 mike  1.1.2.1     0,
 82698               };
 82699               
 82700               static MetaProperty
 82701               _CIM_J2eeServletStats_ServiceTime =
 82702               {
 82703                   /* flags */
 82704                   META_FLAG_PROPERTY|META_FLAG_READ,
 82705                   /* name */
 82706                   "ServiceTime",
 82707                   /* qualifiers */
 82708                   _CIM_J2eeServletStats_ServiceTime_qualifiers,
 82709                   /* type */
 82710                   CIMTYPE_DATETIME,
 82711                   /* subscript */
 82712                   -1,
 82713                   /* value */
 82714                   0,
 82715               };
 82716               
 82717               static const char*
 82718 mike  1.1.2.1 _CIM_J2eeServletStats_ServletTimeMaxTime_qualifiers[] =
 82719               {
 82720                   /* MappingStrings */
 82721                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 82722                   0,
 82723               };
 82724               
 82725               static MetaProperty
 82726               _CIM_J2eeServletStats_ServletTimeMaxTime =
 82727               {
 82728                   /* flags */
 82729                   META_FLAG_PROPERTY|META_FLAG_READ,
 82730                   /* name */
 82731                   "ServletTimeMaxTime",
 82732                   /* qualifiers */
 82733                   _CIM_J2eeServletStats_ServletTimeMaxTime_qualifiers,
 82734                   /* type */
 82735                   CIMTYPE_DATETIME,
 82736                   /* subscript */
 82737                   -1,
 82738                   /* value */
 82739 mike  1.1.2.1     0,
 82740               };
 82741               
 82742               static const char*
 82743               _CIM_J2eeServletStats_ServiceTimeMinTime_qualifiers[] =
 82744               {
 82745                   /* MappingStrings */
 82746                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 82747                   0,
 82748               };
 82749               
 82750               static MetaProperty
 82751               _CIM_J2eeServletStats_ServiceTimeMinTime =
 82752               {
 82753                   /* flags */
 82754                   META_FLAG_PROPERTY|META_FLAG_READ,
 82755                   /* name */
 82756                   "ServiceTimeMinTime",
 82757                   /* qualifiers */
 82758                   _CIM_J2eeServletStats_ServiceTimeMinTime_qualifiers,
 82759                   /* type */
 82760 mike  1.1.2.1     CIMTYPE_DATETIME,
 82761                   /* subscript */
 82762                   -1,
 82763                   /* value */
 82764                   0,
 82765               };
 82766               
 82767               static const char*
 82768               _CIM_J2eeServletStats_ServletTimeTotalTime_qualifiers[] =
 82769               {
 82770                   /* MappingStrings */
 82771                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 82772                   0,
 82773               };
 82774               
 82775               static MetaProperty
 82776               _CIM_J2eeServletStats_ServletTimeTotalTime =
 82777               {
 82778                   /* flags */
 82779                   META_FLAG_PROPERTY|META_FLAG_READ,
 82780                   /* name */
 82781 mike  1.1.2.1     "ServletTimeTotalTime",
 82782                   /* qualifiers */
 82783                   _CIM_J2eeServletStats_ServletTimeTotalTime_qualifiers,
 82784                   /* type */
 82785                   CIMTYPE_DATETIME,
 82786                   /* subscript */
 82787                   -1,
 82788                   /* value */
 82789                   0,
 82790               };
 82791               
 82792               static MetaFeature*
 82793               _CIM_J2eeServletStats_features[] =
 82794               {
 82795                   (MetaFeature*)&_CIM_J2eeServletStats_ServiceTime,
 82796                   (MetaFeature*)&_CIM_J2eeServletStats_ServletTimeMaxTime,
 82797                   (MetaFeature*)&_CIM_J2eeServletStats_ServiceTimeMinTime,
 82798                   (MetaFeature*)&_CIM_J2eeServletStats_ServletTimeTotalTime,
 82799                   0,
 82800               };
 82801               
 82802 mike  1.1.2.1 static const char*
 82803               __root_cimv2_CIM_J2eeServletStats_qualifiers[] =
 82804               {
 82805                   /* UMLPackagePath */
 82806                   "\057CIM::Application::J2eeAppServerStats",
 82807                   /* Version */
 82808                   "\0632.8.0",
 82809                   0,
 82810               };
 82811               
 82812               MetaClass
 82813               __root_cimv2_CIM_J2eeServletStats =
 82814               {
 82815                   /* flags */
 82816                   META_FLAG_CLASS,
 82817                   /* name */
 82818                   "CIM_J2eeServletStats",
 82819                   /* qualifiers */
 82820                   __root_cimv2_CIM_J2eeServletStats_qualifiers,
 82821                   /* super */
 82822                   &__root_cimv2_CIM_J2eeStatistic,
 82823 mike  1.1.2.1     /* features */
 82824                   _CIM_J2eeServletStats_features,
 82825               };
 82826               
 82827               //==============================================================================
 82828               //
 82829               // Class: CIM_J2eeSessionBeanStats
 82830               //
 82831               //==============================================================================
 82832               
 82833               static const char*
 82834               _CIM_J2eeSessionBeanStats_MethodReadyCount_qualifiers[] =
 82835               {
 82836                   /* Counter */
 82837                   "\012\001",
 82838                   /* MappingStrings */
 82839                   "\026\000\001JSR77.JCP|JSR77.6.14.1.1 getMethodReadyCount|V1.0\000",
 82840                   0,
 82841               };
 82842               
 82843               static MetaProperty
 82844 mike  1.1.2.1 _CIM_J2eeSessionBeanStats_MethodReadyCount =
 82845               {
 82846                   /* flags */
 82847                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82848                   /* name */
 82849                   "MethodReadyCount",
 82850                   /* qualifiers */
 82851                   _CIM_J2eeSessionBeanStats_MethodReadyCount_qualifiers,
 82852                   /* type */
 82853                   CIMTYPE_UINT64,
 82854                   /* subscript */
 82855                   -1,
 82856                   /* value */
 82857                   0,
 82858               };
 82859               
 82860               static const char*
 82861               _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark_qualifiers[] =
 82862               {
 82863                   /* MappingStrings */
 82864                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82865 mike  1.1.2.1     0,
 82866               };
 82867               
 82868               static MetaProperty
 82869               _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark =
 82870               {
 82871                   /* flags */
 82872                   META_FLAG_PROPERTY|META_FLAG_READ,
 82873                   /* name */
 82874                   "MethodReadyLowWaterMark",
 82875                   /* qualifiers */
 82876                   _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark_qualifiers,
 82877                   /* type */
 82878                   CIMTYPE_UINT64,
 82879                   /* subscript */
 82880                   -1,
 82881                   /* value */
 82882                   0,
 82883               };
 82884               
 82885               static const char*
 82886 mike  1.1.2.1 _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark_qualifiers[] =
 82887               {
 82888                   /* MappingStrings */
 82889                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 82890                   0,
 82891               };
 82892               
 82893               static MetaProperty
 82894               _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark =
 82895               {
 82896                   /* flags */
 82897                   META_FLAG_PROPERTY|META_FLAG_READ,
 82898                   /* name */
 82899                   "MethodReadyHighWaterMark",
 82900                   /* qualifiers */
 82901                   _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark_qualifiers,
 82902                   /* type */
 82903                   CIMTYPE_UINT64,
 82904                   /* subscript */
 82905                   -1,
 82906                   /* value */
 82907 mike  1.1.2.1     0,
 82908               };
 82909               
 82910               static MetaFeature*
 82911               _CIM_J2eeSessionBeanStats_features[] =
 82912               {
 82913                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyCount,
 82914                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark,
 82915                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark,
 82916                   0,
 82917               };
 82918               
 82919               static const char*
 82920               __root_cimv2_CIM_J2eeSessionBeanStats_qualifiers[] =
 82921               {
 82922                   /* UMLPackagePath */
 82923                   "\057CIM::Application::J2eeAppServerStats",
 82924                   /* Abstract */
 82925                   "\002\001",
 82926                   /* Version */
 82927                   "\0632.8.0",
 82928 mike  1.1.2.1     0,
 82929               };
 82930               
 82931               MetaClass
 82932               __root_cimv2_CIM_J2eeSessionBeanStats =
 82933               {
 82934                   /* flags */
 82935                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 82936                   /* name */
 82937                   "CIM_J2eeSessionBeanStats",
 82938                   /* qualifiers */
 82939                   __root_cimv2_CIM_J2eeSessionBeanStats_qualifiers,
 82940                   /* super */
 82941                   &__root_cimv2_CIM_J2eeEJBStats,
 82942                   /* features */
 82943                   _CIM_J2eeSessionBeanStats_features,
 82944               };
 82945               
 82946               //==============================================================================
 82947               //
 82948               // Class: CIM_J2eeStatefulSessionBeanStats
 82949 mike  1.1.2.1 //
 82950               //==============================================================================
 82951               
 82952               static const char*
 82953               _CIM_J2eeStatefulSessionBeanStats_PassiveCount_qualifiers[] =
 82954               {
 82955                   /* Counter */
 82956                   "\012\001",
 82957                   /* MappingStrings */
 82958                   "\026\000\001JSR77.JCP|JSR77.6.15.1.1 getPassiveCount|V1.0\000",
 82959                   0,
 82960               };
 82961               
 82962               static MetaProperty
 82963               _CIM_J2eeStatefulSessionBeanStats_PassiveCount =
 82964               {
 82965                   /* flags */
 82966                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82967                   /* name */
 82968                   "PassiveCount",
 82969                   /* qualifiers */
 82970 mike  1.1.2.1     _CIM_J2eeStatefulSessionBeanStats_PassiveCount_qualifiers,
 82971                   /* type */
 82972                   CIMTYPE_UINT64,
 82973                   /* subscript */
 82974                   -1,
 82975                   /* value */
 82976                   0,
 82977               };
 82978               
 82979               static const char*
 82980               _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark_qualifiers[] =
 82981               {
 82982                   /* MappingStrings */
 82983                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82984                   0,
 82985               };
 82986               
 82987               static MetaProperty
 82988               _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark =
 82989               {
 82990                   /* flags */
 82991 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 82992                   /* name */
 82993                   "PassiveLowWaterMark",
 82994                   /* qualifiers */
 82995                   _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark_qualifiers,
 82996                   /* type */
 82997                   CIMTYPE_UINT64,
 82998                   /* subscript */
 82999                   -1,
 83000                   /* value */
 83001                   0,
 83002               };
 83003               
 83004               static const char*
 83005               _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark_qualifiers[] =
 83006               {
 83007                   /* MappingStrings */
 83008                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 83009                   0,
 83010               };
 83011               
 83012 mike  1.1.2.1 static MetaProperty
 83013               _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark =
 83014               {
 83015                   /* flags */
 83016                   META_FLAG_PROPERTY|META_FLAG_READ,
 83017                   /* name */
 83018                   "PassiveHighWaterMark",
 83019                   /* qualifiers */
 83020                   _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark_qualifiers,
 83021                   /* type */
 83022                   CIMTYPE_UINT64,
 83023                   /* subscript */
 83024                   -1,
 83025                   /* value */
 83026                   0,
 83027               };
 83028               
 83029               static MetaFeature*
 83030               _CIM_J2eeStatefulSessionBeanStats_features[] =
 83031               {
 83032                   (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveCount,
 83033 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark,
 83034                   (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark,
 83035                   0,
 83036               };
 83037               
 83038               static const char*
 83039               __root_cimv2_CIM_J2eeStatefulSessionBeanStats_qualifiers[] =
 83040               {
 83041                   /* UMLPackagePath */
 83042                   "\057CIM::Application::J2eeAppServerStats",
 83043                   /* Version */
 83044                   "\0632.8.0",
 83045                   0,
 83046               };
 83047               
 83048               MetaClass
 83049               __root_cimv2_CIM_J2eeStatefulSessionBeanStats =
 83050               {
 83051                   /* flags */
 83052                   META_FLAG_CLASS,
 83053                   /* name */
 83054 mike  1.1.2.1     "CIM_J2eeStatefulSessionBeanStats",
 83055                   /* qualifiers */
 83056                   __root_cimv2_CIM_J2eeStatefulSessionBeanStats_qualifiers,
 83057                   /* super */
 83058                   &__root_cimv2_CIM_J2eeSessionBeanStats,
 83059                   /* features */
 83060                   _CIM_J2eeStatefulSessionBeanStats_features,
 83061               };
 83062               
 83063               //==============================================================================
 83064               //
 83065               // Class: CIM_J2eeStatelessSessionBeanStats
 83066               //
 83067               //==============================================================================
 83068               
 83069               static MetaFeature*
 83070               _CIM_J2eeStatelessSessionBeanStats_features[] =
 83071               {
 83072                   0,
 83073               };
 83074               
 83075 mike  1.1.2.1 static const char*
 83076               __root_cimv2_CIM_J2eeStatelessSessionBeanStats_qualifiers[] =
 83077               {
 83078                   /* UMLPackagePath */
 83079                   "\057CIM::Application::J2eeAppServerStats",
 83080                   /* Version */
 83081                   "\0632.8.0",
 83082                   0,
 83083               };
 83084               
 83085               MetaClass
 83086               __root_cimv2_CIM_J2eeStatelessSessionBeanStats =
 83087               {
 83088                   /* flags */
 83089                   META_FLAG_CLASS,
 83090                   /* name */
 83091                   "CIM_J2eeStatelessSessionBeanStats",
 83092                   /* qualifiers */
 83093                   __root_cimv2_CIM_J2eeStatelessSessionBeanStats_qualifiers,
 83094                   /* super */
 83095                   &__root_cimv2_CIM_J2eeSessionBeanStats,
 83096 mike  1.1.2.1     /* features */
 83097                   _CIM_J2eeStatelessSessionBeanStats_features,
 83098               };
 83099               
 83100               //==============================================================================
 83101               //
 83102               // Class: CIM_Job
 83103               //
 83104               //==============================================================================
 83105               
 83106               static const char*
 83107               _CIM_Job_JobStatus_qualifiers[] =
 83108               {
 83109                   /* ModelCorrespondence */
 83110                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 83111                   0,
 83112               };
 83113               
 83114               static MetaProperty
 83115               _CIM_Job_JobStatus =
 83116               {
 83117 mike  1.1.2.1     /* flags */
 83118                   META_FLAG_PROPERTY|META_FLAG_READ,
 83119                   /* name */
 83120                   "JobStatus",
 83121                   /* qualifiers */
 83122                   _CIM_Job_JobStatus_qualifiers,
 83123                   /* type */
 83124                   CIMTYPE_STRING,
 83125                   /* subscript */
 83126                   -1,
 83127                   /* value */
 83128                   0,
 83129               };
 83130               
 83131               static const char*
 83132               _CIM_Job_TimeSubmitted_qualifiers[] =
 83133               {
 83134                   0,
 83135               };
 83136               
 83137               static MetaProperty
 83138 mike  1.1.2.1 _CIM_Job_TimeSubmitted =
 83139               {
 83140                   /* flags */
 83141                   META_FLAG_PROPERTY|META_FLAG_READ,
 83142                   /* name */
 83143                   "TimeSubmitted",
 83144                   /* qualifiers */
 83145                   _CIM_Job_TimeSubmitted_qualifiers,
 83146                   /* type */
 83147                   CIMTYPE_DATETIME,
 83148                   /* subscript */
 83149                   -1,
 83150                   /* value */
 83151                   0,
 83152               };
 83153               
 83154               static const char*
 83155               _CIM_Job_ScheduledStartTime_qualifiers[] =
 83156               {
 83157                   /* Deprecated */
 83158                   "\013\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83159 mike  1.1.2.1     /* Write */
 83160                   "\065\001",
 83161                   0,
 83162               };
 83163               
 83164               static MetaProperty
 83165               _CIM_Job_ScheduledStartTime =
 83166               {
 83167                   /* flags */
 83168                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83169                   /* name */
 83170                   "ScheduledStartTime",
 83171                   /* qualifiers */
 83172                   _CIM_Job_ScheduledStartTime_qualifiers,
 83173                   /* type */
 83174                   CIMTYPE_DATETIME,
 83175                   /* subscript */
 83176                   -1,
 83177                   /* value */
 83178                   0,
 83179               };
 83180 mike  1.1.2.1 
 83181               static const char*
 83182               _CIM_Job_StartTime_qualifiers[] =
 83183               {
 83184                   0,
 83185               };
 83186               
 83187               static MetaProperty
 83188               _CIM_Job_StartTime =
 83189               {
 83190                   /* flags */
 83191                   META_FLAG_PROPERTY|META_FLAG_READ,
 83192                   /* name */
 83193                   "StartTime",
 83194                   /* qualifiers */
 83195                   _CIM_Job_StartTime_qualifiers,
 83196                   /* type */
 83197                   CIMTYPE_DATETIME,
 83198                   /* subscript */
 83199                   -1,
 83200                   /* value */
 83201 mike  1.1.2.1     0,
 83202               };
 83203               
 83204               static const char*
 83205               _CIM_Job_ElapsedTime_qualifiers[] =
 83206               {
 83207                   0,
 83208               };
 83209               
 83210               static MetaProperty
 83211               _CIM_Job_ElapsedTime =
 83212               {
 83213                   /* flags */
 83214                   META_FLAG_PROPERTY|META_FLAG_READ,
 83215                   /* name */
 83216                   "ElapsedTime",
 83217                   /* qualifiers */
 83218                   _CIM_Job_ElapsedTime_qualifiers,
 83219                   /* type */
 83220                   CIMTYPE_DATETIME,
 83221                   /* subscript */
 83222 mike  1.1.2.1     -1,
 83223                   /* value */
 83224                   0,
 83225               };
 83226               
 83227               static const char*
 83228               _CIM_Job_JobRunTimes_qualifiers[] =
 83229               {
 83230                   /* Write */
 83231                   "\065\001",
 83232                   0,
 83233               };
 83234               
 83235               static MetaProperty
 83236               _CIM_Job_JobRunTimes =
 83237               {
 83238                   /* flags */
 83239                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83240                   /* name */
 83241                   "JobRunTimes",
 83242                   /* qualifiers */
 83243 mike  1.1.2.1     _CIM_Job_JobRunTimes_qualifiers,
 83244                   /* type */
 83245                   CIMTYPE_UINT32,
 83246                   /* subscript */
 83247                   -1,
 83248                   /* value */
 83249                   "\000\000\000\001",
 83250               };
 83251               
 83252               static const char*
 83253               _CIM_Job_RunMonth_qualifiers[] =
 83254               {
 83255                   /* Write */
 83256                   "\065\001",
 83257                   /* ValueMap */
 83258                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 83259                   /* Values */
 83260                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 83261                   /* ModelCorrespondence */
 83262                   "\036\000\003CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83263                   0,
 83264 mike  1.1.2.1 };
 83265               
 83266               static MetaProperty
 83267               _CIM_Job_RunMonth =
 83268               {
 83269                   /* flags */
 83270                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83271                   /* name */
 83272                   "RunMonth",
 83273                   /* qualifiers */
 83274                   _CIM_Job_RunMonth_qualifiers,
 83275                   /* type */
 83276                   CIMTYPE_UINT8,
 83277                   /* subscript */
 83278                   -1,
 83279                   /* value */
 83280                   0,
 83281               };
 83282               
 83283               static const char*
 83284               _CIM_Job_RunDay_qualifiers[] =
 83285 mike  1.1.2.1 {
 83286                   /* Write */
 83287                   "\065\001",
 83288                   /* MinValue */
 83289                   "\035\377\377\377\377\377\377\377\341",
 83290                   /* MaxValue */
 83291                   "\031\000\000\000\000\000\000\000\037",
 83292                   /* ModelCorrespondence */
 83293                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83294                   0,
 83295               };
 83296               
 83297               static MetaProperty
 83298               _CIM_Job_RunDay =
 83299               {
 83300                   /* flags */
 83301                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83302                   /* name */
 83303                   "RunDay",
 83304                   /* qualifiers */
 83305                   _CIM_Job_RunDay_qualifiers,
 83306 mike  1.1.2.1     /* type */
 83307                   CIMTYPE_SINT8,
 83308                   /* subscript */
 83309                   -1,
 83310                   /* value */
 83311                   0,
 83312               };
 83313               
 83314               static const char*
 83315               _CIM_Job_RunDayOfWeek_qualifiers[] =
 83316               {
 83317                   /* Write */
 83318                   "\065\001",
 83319                   /* ValueMap */
 83320                   "\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",
 83321                   /* Values */
 83322                   "\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",
 83323                   /* ModelCorrespondence */
 83324                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunStartInterval\000",
 83325                   0,
 83326               };
 83327 mike  1.1.2.1 
 83328               static MetaProperty
 83329               _CIM_Job_RunDayOfWeek =
 83330               {
 83331                   /* flags */
 83332                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83333                   /* name */
 83334                   "RunDayOfWeek",
 83335                   /* qualifiers */
 83336                   _CIM_Job_RunDayOfWeek_qualifiers,
 83337                   /* type */
 83338                   CIMTYPE_SINT8,
 83339                   /* subscript */
 83340                   -1,
 83341                   /* value */
 83342                   0,
 83343               };
 83344               
 83345               static const char*
 83346               _CIM_Job_RunStartInterval_qualifiers[] =
 83347               {
 83348 mike  1.1.2.1     /* Write */
 83349                   "\065\001",
 83350                   /* ModelCorrespondence */
 83351                   "\036\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83352                   0,
 83353               };
 83354               
 83355               static MetaProperty
 83356               _CIM_Job_RunStartInterval =
 83357               {
 83358                   /* flags */
 83359                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83360                   /* name */
 83361                   "RunStartInterval",
 83362                   /* qualifiers */
 83363                   _CIM_Job_RunStartInterval_qualifiers,
 83364                   /* type */
 83365                   CIMTYPE_DATETIME,
 83366                   /* subscript */
 83367                   -1,
 83368                   /* value */
 83369 mike  1.1.2.1     0,
 83370               };
 83371               
 83372               static const char*
 83373               _CIM_Job_LocalOrUtcTime_qualifiers[] =
 83374               {
 83375                   /* Write */
 83376                   "\065\001",
 83377                   /* ValueMap */
 83378                   "\061\000\0021\0002\000",
 83379                   /* Values */
 83380                   "\062\000\002Local Time\000UTC Time\000",
 83381                   0,
 83382               };
 83383               
 83384               static MetaProperty
 83385               _CIM_Job_LocalOrUtcTime =
 83386               {
 83387                   /* flags */
 83388                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83389                   /* name */
 83390 mike  1.1.2.1     "LocalOrUtcTime",
 83391                   /* qualifiers */
 83392                   _CIM_Job_LocalOrUtcTime_qualifiers,
 83393                   /* type */
 83394                   CIMTYPE_UINT16,
 83395                   /* subscript */
 83396                   -1,
 83397                   /* value */
 83398                   0,
 83399               };
 83400               
 83401               static const char*
 83402               _CIM_Job_UntilTime_qualifiers[] =
 83403               {
 83404                   /* Write */
 83405                   "\065\001",
 83406                   /* ModelCorrespondence */
 83407                   "\036\000\001CIM_Job.LocalOrUtcTime\000",
 83408                   0,
 83409               };
 83410               
 83411 mike  1.1.2.1 static MetaProperty
 83412               _CIM_Job_UntilTime =
 83413               {
 83414                   /* flags */
 83415                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83416                   /* name */
 83417                   "UntilTime",
 83418                   /* qualifiers */
 83419                   _CIM_Job_UntilTime_qualifiers,
 83420                   /* type */
 83421                   CIMTYPE_DATETIME,
 83422                   /* subscript */
 83423                   -1,
 83424                   /* value */
 83425                   0,
 83426               };
 83427               
 83428               static const char*
 83429               _CIM_Job_Notify_qualifiers[] =
 83430               {
 83431                   /* Write */
 83432 mike  1.1.2.1     "\065\001",
 83433                   0,
 83434               };
 83435               
 83436               static MetaProperty
 83437               _CIM_Job_Notify =
 83438               {
 83439                   /* flags */
 83440                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83441                   /* name */
 83442                   "Notify",
 83443                   /* qualifiers */
 83444                   _CIM_Job_Notify_qualifiers,
 83445                   /* type */
 83446                   CIMTYPE_STRING,
 83447                   /* subscript */
 83448                   -1,
 83449                   /* value */
 83450                   0,
 83451               };
 83452               
 83453 mike  1.1.2.1 static const char*
 83454               _CIM_Job_Owner_qualifiers[] =
 83455               {
 83456                   /* ModelCorrespondence */
 83457                   "\036\000\001CIM_OwningJobElement\000",
 83458                   0,
 83459               };
 83460               
 83461               static MetaProperty
 83462               _CIM_Job_Owner =
 83463               {
 83464                   /* flags */
 83465                   META_FLAG_PROPERTY|META_FLAG_READ,
 83466                   /* name */
 83467                   "Owner",
 83468                   /* qualifiers */
 83469                   _CIM_Job_Owner_qualifiers,
 83470                   /* type */
 83471                   CIMTYPE_STRING,
 83472                   /* subscript */
 83473                   -1,
 83474 mike  1.1.2.1     /* value */
 83475                   0,
 83476               };
 83477               
 83478               static const char*
 83479               _CIM_Job_Priority_qualifiers[] =
 83480               {
 83481                   /* Write */
 83482                   "\065\001",
 83483                   0,
 83484               };
 83485               
 83486               static MetaProperty
 83487               _CIM_Job_Priority =
 83488               {
 83489                   /* flags */
 83490                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83491                   /* name */
 83492                   "Priority",
 83493                   /* qualifiers */
 83494                   _CIM_Job_Priority_qualifiers,
 83495 mike  1.1.2.1     /* type */
 83496                   CIMTYPE_UINT32,
 83497                   /* subscript */
 83498                   -1,
 83499                   /* value */
 83500                   0,
 83501               };
 83502               
 83503               static const char*
 83504               _CIM_Job_PercentComplete_qualifiers[] =
 83505               {
 83506                   /* Units */
 83507                   "\060Percent",
 83508                   /* MinValue */
 83509                   "\035\000\000\000\000\000\000\000\000",
 83510                   /* MaxValue */
 83511                   "\031\000\000\000\000\000\000\000\145",
 83512                   0,
 83513               };
 83514               
 83515               static MetaProperty
 83516 mike  1.1.2.1 _CIM_Job_PercentComplete =
 83517               {
 83518                   /* flags */
 83519                   META_FLAG_PROPERTY|META_FLAG_READ,
 83520                   /* name */
 83521                   "PercentComplete",
 83522                   /* qualifiers */
 83523                   _CIM_Job_PercentComplete_qualifiers,
 83524                   /* type */
 83525                   CIMTYPE_UINT16,
 83526                   /* subscript */
 83527                   -1,
 83528                   /* value */
 83529                   0,
 83530               };
 83531               
 83532               static const char*
 83533               _CIM_Job_DeleteOnCompletion_qualifiers[] =
 83534               {
 83535                   /* Write */
 83536                   "\065\001",
 83537 mike  1.1.2.1     0,
 83538               };
 83539               
 83540               static MetaProperty
 83541               _CIM_Job_DeleteOnCompletion =
 83542               {
 83543                   /* flags */
 83544                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83545                   /* name */
 83546                   "DeleteOnCompletion",
 83547                   /* qualifiers */
 83548                   _CIM_Job_DeleteOnCompletion_qualifiers,
 83549                   /* type */
 83550                   CIMTYPE_BOOLEAN,
 83551                   /* subscript */
 83552                   -1,
 83553                   /* value */
 83554                   0,
 83555               };
 83556               
 83557               static const char*
 83558 mike  1.1.2.1 _CIM_Job_ErrorCode_qualifiers[] =
 83559               {
 83560                   /* ModelCorrespondence */
 83561                   "\036\000\001CIM_Job.ErrorDescription\000",
 83562                   0,
 83563               };
 83564               
 83565               static MetaProperty
 83566               _CIM_Job_ErrorCode =
 83567               {
 83568                   /* flags */
 83569                   META_FLAG_PROPERTY|META_FLAG_READ,
 83570                   /* name */
 83571                   "ErrorCode",
 83572                   /* qualifiers */
 83573                   _CIM_Job_ErrorCode_qualifiers,
 83574                   /* type */
 83575                   CIMTYPE_UINT16,
 83576                   /* subscript */
 83577                   -1,
 83578                   /* value */
 83579 mike  1.1.2.1     0,
 83580               };
 83581               
 83582               static const char*
 83583               _CIM_Job_ErrorDescription_qualifiers[] =
 83584               {
 83585                   /* ModelCorrespondence */
 83586                   "\036\000\001CIM_Job.ErrorCode\000",
 83587                   0,
 83588               };
 83589               
 83590               static MetaProperty
 83591               _CIM_Job_ErrorDescription =
 83592               {
 83593                   /* flags */
 83594                   META_FLAG_PROPERTY|META_FLAG_READ,
 83595                   /* name */
 83596                   "ErrorDescription",
 83597                   /* qualifiers */
 83598                   _CIM_Job_ErrorDescription_qualifiers,
 83599                   /* type */
 83600 mike  1.1.2.1     CIMTYPE_STRING,
 83601                   /* subscript */
 83602                   -1,
 83603                   /* value */
 83604                   0,
 83605               };
 83606               
 83607               static const char*
 83608               _CIM_Job_RecoveryAction_qualifiers[] =
 83609               {
 83610                   /* ValueMap */
 83611                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 83612                   /* Values */
 83613                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
 83614                   /* ModelCorrespondence */
 83615                   "\036\000\001CIM_Job.OtherRecoveryAction\000",
 83616                   0,
 83617               };
 83618               
 83619               static MetaProperty
 83620               _CIM_Job_RecoveryAction =
 83621 mike  1.1.2.1 {
 83622                   /* flags */
 83623                   META_FLAG_PROPERTY|META_FLAG_READ,
 83624                   /* name */
 83625                   "RecoveryAction",
 83626                   /* qualifiers */
 83627                   _CIM_Job_RecoveryAction_qualifiers,
 83628                   /* type */
 83629                   CIMTYPE_UINT16,
 83630                   /* subscript */
 83631                   -1,
 83632                   /* value */
 83633                   0,
 83634               };
 83635               
 83636               static const char*
 83637               _CIM_Job_OtherRecoveryAction_qualifiers[] =
 83638               {
 83639                   /* ModelCorrespondence */
 83640                   "\036\000\001CIM_Job.RecoveryAction\000",
 83641                   0,
 83642 mike  1.1.2.1 };
 83643               
 83644               static MetaProperty
 83645               _CIM_Job_OtherRecoveryAction =
 83646               {
 83647                   /* flags */
 83648                   META_FLAG_PROPERTY|META_FLAG_READ,
 83649                   /* name */
 83650                   "OtherRecoveryAction",
 83651                   /* qualifiers */
 83652                   _CIM_Job_OtherRecoveryAction_qualifiers,
 83653                   /* type */
 83654                   CIMTYPE_STRING,
 83655                   /* subscript */
 83656                   -1,
 83657                   /* value */
 83658                   0,
 83659               };
 83660               
 83661               static const char*
 83662               _CIM_Job_KillJob_DeleteOnKill_qualifiers[] =
 83663 mike  1.1.2.1 {
 83664                   /* IN */
 83665                   "\024\001",
 83666                   0,
 83667               };
 83668               
 83669               static MetaProperty
 83670               _CIM_Job_KillJob_DeleteOnKill =
 83671               {
 83672                   /* flags */
 83673                   META_FLAG_PROPERTY|META_FLAG_IN,
 83674                   /* name */
 83675                   "DeleteOnKill",
 83676                   /* qualifiers */
 83677                   _CIM_Job_KillJob_DeleteOnKill_qualifiers,
 83678                   /* type */
 83679                   CIMTYPE_BOOLEAN,
 83680                   /* subscript */
 83681                   -1,
 83682                   /* value */
 83683                   0,
 83684 mike  1.1.2.1 };
 83685               
 83686               static MetaFeature*
 83687               _CIM_Job_KillJob_parameters[] =
 83688               {
 83689                   (MetaFeature*)&_CIM_Job_KillJob_DeleteOnKill,
 83690                   0,
 83691               };
 83692               
 83693               static const char*
 83694               _CIM_Job_KillJob_qualifiers[] =
 83695               {
 83696                   /* Deprecated */
 83697                   "\013\000\001CIM_ConcreteJob.RequestStateChange()\000",
 83698                   /* ValueMap */
 83699                   "\061\000\0110\0001\0002\0003\0004\0006\0007\000..\00032768..65535\000",
 83700                   /* Values */
 83701                   "\062\000\011Success\000Not Supported\000Unknown\000Timeout\000Failed\000Access Denied\000Not Found\000DMTF Reserved\000Vendor Specific\000",
 83702                   0,
 83703               };
 83704               
 83705 mike  1.1.2.1 static MetaMethod
 83706               _CIM_Job_KillJob =
 83707               {
 83708                   /* flags */
 83709                   META_FLAG_METHOD,
 83710                   /* name */
 83711                   "CIM_Job",
 83712                   /* qualifiers */
 83713                   _CIM_Job_KillJob_qualifiers,
 83714                   /* type */
 83715                   CIMTYPE_UINT32,
 83716                   /* parameters */
 83717                   _CIM_Job_KillJob_parameters,
 83718               };
 83719               
 83720               static MetaFeature*
 83721               _CIM_Job_features[] =
 83722               {
 83723                   (MetaFeature*)&_CIM_Job_JobStatus,
 83724                   (MetaFeature*)&_CIM_Job_TimeSubmitted,
 83725                   (MetaFeature*)&_CIM_Job_ScheduledStartTime,
 83726 mike  1.1.2.1     (MetaFeature*)&_CIM_Job_StartTime,
 83727                   (MetaFeature*)&_CIM_Job_ElapsedTime,
 83728                   (MetaFeature*)&_CIM_Job_JobRunTimes,
 83729                   (MetaFeature*)&_CIM_Job_RunMonth,
 83730                   (MetaFeature*)&_CIM_Job_RunDay,
 83731                   (MetaFeature*)&_CIM_Job_RunDayOfWeek,
 83732                   (MetaFeature*)&_CIM_Job_RunStartInterval,
 83733                   (MetaFeature*)&_CIM_Job_LocalOrUtcTime,
 83734                   (MetaFeature*)&_CIM_Job_UntilTime,
 83735                   (MetaFeature*)&_CIM_Job_Notify,
 83736                   (MetaFeature*)&_CIM_Job_Owner,
 83737                   (MetaFeature*)&_CIM_Job_Priority,
 83738                   (MetaFeature*)&_CIM_Job_PercentComplete,
 83739                   (MetaFeature*)&_CIM_Job_DeleteOnCompletion,
 83740                   (MetaFeature*)&_CIM_Job_ErrorCode,
 83741                   (MetaFeature*)&_CIM_Job_ErrorDescription,
 83742                   (MetaFeature*)&_CIM_Job_RecoveryAction,
 83743                   (MetaFeature*)&_CIM_Job_OtherRecoveryAction,
 83744                   (MetaFeature*)&_CIM_Job_KillJob,
 83745                   0,
 83746               };
 83747 mike  1.1.2.1 
 83748               static const char*
 83749               __root_cimv2_CIM_Job_qualifiers[] =
 83750               {
 83751                   /* UMLPackagePath */
 83752                   "\057CIM::Core::CoreElements",
 83753                   /* Abstract */
 83754                   "\002\001",
 83755                   /* Version */
 83756                   "\0632.10.0",
 83757                   0,
 83758               };
 83759               
 83760               MetaClass
 83761               __root_cimv2_CIM_Job =
 83762               {
 83763                   /* flags */
 83764                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 83765                   /* name */
 83766                   "CIM_Job",
 83767                   /* qualifiers */
 83768 mike  1.1.2.1     __root_cimv2_CIM_Job_qualifiers,
 83769                   /* super */
 83770                   &__root_cimv2_CIM_LogicalElement,
 83771                   /* features */
 83772                   _CIM_Job_features,
 83773               };
 83774               
 83775               //==============================================================================
 83776               //
 83777               // Class: CIM_LinkHasConnector
 83778               //
 83779               //==============================================================================
 83780               
 83781               static const char*
 83782               _CIM_LinkHasConnector_GroupComponent_qualifiers[] =
 83783               {
 83784                   /* Aggregate */
 83785                   "\003\001",
 83786                   /* Override */
 83787                   "\044GroupComponent",
 83788                   /* Max */
 83789 mike  1.1.2.1     "\027\000\000\000\001",
 83790                   0,
 83791               };
 83792               
 83793               static MetaReference
 83794               _CIM_LinkHasConnector_GroupComponent =
 83795               {
 83796                   /* flags */
 83797                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 83798                   /* name */
 83799                   "GroupComponent",
 83800                   /* qualifiers */
 83801                   _CIM_LinkHasConnector_GroupComponent_qualifiers,
 83802                   /* subscript */
 83803                   -1,
 83804                   /* refId */
 83805                   &__root_cimv2_CIM_PhysicalLink,
 83806               };
 83807               
 83808               static const char*
 83809               _CIM_LinkHasConnector_PartComponent_qualifiers[] =
 83810 mike  1.1.2.1 {
 83811                   /* Override */
 83812                   "\044PartComponent",
 83813                   0,
 83814               };
 83815               
 83816               static MetaReference
 83817               _CIM_LinkHasConnector_PartComponent =
 83818               {
 83819                   /* flags */
 83820                   META_FLAG_REFERENCE|META_FLAG_READ,
 83821                   /* name */
 83822                   "PartComponent",
 83823                   /* qualifiers */
 83824                   _CIM_LinkHasConnector_PartComponent_qualifiers,
 83825                   /* subscript */
 83826                   -1,
 83827                   /* refId */
 83828                   &__root_cimv2_CIM_PhysicalConnector,
 83829               };
 83830               
 83831 mike  1.1.2.1 static MetaFeature*
 83832               _CIM_LinkHasConnector_features[] =
 83833               {
 83834                   (MetaFeature*)&_CIM_LinkHasConnector_GroupComponent,
 83835                   (MetaFeature*)&_CIM_LinkHasConnector_PartComponent,
 83836                   0,
 83837               };
 83838               
 83839               static const char*
 83840               __root_cimv2_CIM_LinkHasConnector_qualifiers[] =
 83841               {
 83842                   /* ASSOCIATION */
 83843                   "\000\001",
 83844                   /* UMLPackagePath */
 83845                   "\057CIM::Physical::Link",
 83846                   /* Aggregation */
 83847                   "\004\001",
 83848                   /* Version */
 83849                   "\0632.6.0",
 83850                   0,
 83851               };
 83852 mike  1.1.2.1 
 83853               MetaClass
 83854               __root_cimv2_CIM_LinkHasConnector =
 83855               {
 83856                   /* flags */
 83857                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 83858                   /* name */
 83859                   "CIM_LinkHasConnector",
 83860                   /* qualifiers */
 83861                   __root_cimv2_CIM_LinkHasConnector_qualifiers,
 83862                   /* super */
 83863                   &__root_cimv2_CIM_Component,
 83864                   /* features */
 83865                   _CIM_LinkHasConnector_features,
 83866               };
 83867               
 83868               //==============================================================================
 83869               //
 83870               // Class: CIM_ListsInRoutingPolicy
 83871               //
 83872               //==============================================================================
 83873 mike  1.1.2.1 
 83874               static const char*
 83875               _CIM_ListsInRoutingPolicy_GroupComponent_qualifiers[] =
 83876               {
 83877                   /* Aggregate */
 83878                   "\003\001",
 83879                   /* Override */
 83880                   "\044GroupComponent",
 83881                   0,
 83882               };
 83883               
 83884               static MetaReference
 83885               _CIM_ListsInRoutingPolicy_GroupComponent =
 83886               {
 83887                   /* flags */
 83888                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 83889                   /* name */
 83890                   "GroupComponent",
 83891                   /* qualifiers */
 83892                   _CIM_ListsInRoutingPolicy_GroupComponent_qualifiers,
 83893                   /* subscript */
 83894 mike  1.1.2.1     -1,
 83895                   /* refId */
 83896                   &__root_cimv2_CIM_RoutingPolicy,
 83897               };
 83898               
 83899               static const char*
 83900               _CIM_ListsInRoutingPolicy_PartComponent_qualifiers[] =
 83901               {
 83902                   /* Override */
 83903                   "\044PartComponent",
 83904                   0,
 83905               };
 83906               
 83907               static MetaReference
 83908               _CIM_ListsInRoutingPolicy_PartComponent =
 83909               {
 83910                   /* flags */
 83911                   META_FLAG_REFERENCE|META_FLAG_READ,
 83912                   /* name */
 83913                   "PartComponent",
 83914                   /* qualifiers */
 83915 mike  1.1.2.1     _CIM_ListsInRoutingPolicy_PartComponent_qualifiers,
 83916                   /* subscript */
 83917                   -1,
 83918                   /* refId */
 83919                   &__root_cimv2_CIM_FilterList,
 83920               };
 83921               
 83922               static const char*
 83923               _CIM_ListsInRoutingPolicy_ListSequence_qualifiers[] =
 83924               {
 83925                   0,
 83926               };
 83927               
 83928               static MetaProperty
 83929               _CIM_ListsInRoutingPolicy_ListSequence =
 83930               {
 83931                   /* flags */
 83932                   META_FLAG_PROPERTY|META_FLAG_READ,
 83933                   /* name */
 83934                   "ListSequence",
 83935                   /* qualifiers */
 83936 mike  1.1.2.1     _CIM_ListsInRoutingPolicy_ListSequence_qualifiers,
 83937                   /* type */
 83938                   CIMTYPE_UINT16,
 83939                   /* subscript */
 83940                   -1,
 83941                   /* value */
 83942                   0,
 83943               };
 83944               
 83945               static MetaFeature*
 83946               _CIM_ListsInRoutingPolicy_features[] =
 83947               {
 83948                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_GroupComponent,
 83949                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_PartComponent,
 83950                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_ListSequence,
 83951                   0,
 83952               };
 83953               
 83954               static const char*
 83955               __root_cimv2_CIM_ListsInRoutingPolicy_qualifiers[] =
 83956               {
 83957 mike  1.1.2.1     /* ASSOCIATION */
 83958                   "\000\001",
 83959                   /* UMLPackagePath */
 83960                   "\057CIM::Network::RoutingForwarding",
 83961                   /* Aggregation */
 83962                   "\004\001",
 83963                   /* Version */
 83964                   "\0632.6.0",
 83965                   0,
 83966               };
 83967               
 83968               MetaClass
 83969               __root_cimv2_CIM_ListsInRoutingPolicy =
 83970               {
 83971                   /* flags */
 83972                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 83973                   /* name */
 83974                   "CIM_ListsInRoutingPolicy",
 83975                   /* qualifiers */
 83976                   __root_cimv2_CIM_ListsInRoutingPolicy_qualifiers,
 83977                   /* super */
 83978 mike  1.1.2.1     &__root_cimv2_CIM_Component,
 83979                   /* features */
 83980                   _CIM_ListsInRoutingPolicy_features,
 83981               };
 83982               
 83983               //==============================================================================
 83984               //
 83985               // Class: CIM_LogicalElementUnitOfWorkDef
 83986               //
 83987               //==============================================================================
 83988               
 83989               static const char*
 83990               _CIM_LogicalElementUnitOfWorkDef_Antecedent_qualifiers[] =
 83991               {
 83992                   /* Override */
 83993                   "\044Antecedent",
 83994                   0,
 83995               };
 83996               
 83997               static MetaReference
 83998               _CIM_LogicalElementUnitOfWorkDef_Antecedent =
 83999 mike  1.1.2.1 {
 84000                   /* flags */
 84001                   META_FLAG_REFERENCE|META_FLAG_READ,
 84002                   /* name */
 84003                   "Antecedent",
 84004                   /* qualifiers */
 84005                   _CIM_LogicalElementUnitOfWorkDef_Antecedent_qualifiers,
 84006                   /* subscript */
 84007                   -1,
 84008                   /* refId */
 84009                   &__root_cimv2_CIM_LogicalElement,
 84010               };
 84011               
 84012               static const char*
 84013               _CIM_LogicalElementUnitOfWorkDef_Dependent_qualifiers[] =
 84014               {
 84015                   /* Override */
 84016                   "\044Dependent",
 84017                   0,
 84018               };
 84019               
 84020 mike  1.1.2.1 static MetaReference
 84021               _CIM_LogicalElementUnitOfWorkDef_Dependent =
 84022               {
 84023                   /* flags */
 84024                   META_FLAG_REFERENCE|META_FLAG_READ,
 84025                   /* name */
 84026                   "Dependent",
 84027                   /* qualifiers */
 84028                   _CIM_LogicalElementUnitOfWorkDef_Dependent_qualifiers,
 84029                   /* subscript */
 84030                   -1,
 84031                   /* refId */
 84032                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 84033               };
 84034               
 84035               static MetaFeature*
 84036               _CIM_LogicalElementUnitOfWorkDef_features[] =
 84037               {
 84038                   (MetaFeature*)&_CIM_LogicalElementUnitOfWorkDef_Antecedent,
 84039                   (MetaFeature*)&_CIM_LogicalElementUnitOfWorkDef_Dependent,
 84040                   0,
 84041 mike  1.1.2.1 };
 84042               
 84043               static const char*
 84044               __root_cimv2_CIM_LogicalElementUnitOfWorkDef_qualifiers[] =
 84045               {
 84046                   /* ASSOCIATION */
 84047                   "\000\001",
 84048                   /* UMLPackagePath */
 84049                   "\057CIM::Metrics::UnitOfWork",
 84050                   /* Version */
 84051                   "\0632.6.0",
 84052                   0,
 84053               };
 84054               
 84055               MetaClass
 84056               __root_cimv2_CIM_LogicalElementUnitOfWorkDef =
 84057               {
 84058                   /* flags */
 84059                   META_FLAG_ASSOCIATION,
 84060                   /* name */
 84061                   "CIM_LogicalElementUnitOfWorkDef",
 84062 mike  1.1.2.1     /* qualifiers */
 84063                   __root_cimv2_CIM_LogicalElementUnitOfWorkDef_qualifiers,
 84064                   /* super */
 84065                   &__root_cimv2_CIM_Dependency,
 84066                   /* features */
 84067                   _CIM_LogicalElementUnitOfWorkDef_features,
 84068               };
 84069               
 84070               //==============================================================================
 84071               //
 84072               // Class: CIM_Magazine
 84073               //
 84074               //==============================================================================
 84075               
 84076               static const char*
 84077               _CIM_Magazine_PhysicalLabels_qualifiers[] =
 84078               {
 84079                   /* ArrayType */
 84080                   "\005Indexed",
 84081                   /* ModelCorrespondence */
 84082                   "\036\000\002CIM_Magazine.LabelStates\000CIM_Magazine.LabelFormats\000",
 84083 mike  1.1.2.1     0,
 84084               };
 84085               
 84086               static MetaProperty
 84087               _CIM_Magazine_PhysicalLabels =
 84088               {
 84089                   /* flags */
 84090                   META_FLAG_PROPERTY|META_FLAG_READ,
 84091                   /* name */
 84092                   "PhysicalLabels",
 84093                   /* qualifiers */
 84094                   _CIM_Magazine_PhysicalLabels_qualifiers,
 84095                   /* type */
 84096                   CIMTYPE_STRING,
 84097                   /* subscript */
 84098                   0,
 84099                   /* value */
 84100                   0,
 84101               };
 84102               
 84103               static const char*
 84104 mike  1.1.2.1 _CIM_Magazine_LabelStates_qualifiers[] =
 84105               {
 84106                   /* ValueMap */
 84107                   "\061\000\0030\0001\0002\000",
 84108                   /* Values */
 84109                   "\062\000\003OK/Readable\000Unreadable\000Upside Down\000",
 84110                   /* ArrayType */
 84111                   "\005Indexed",
 84112                   /* ModelCorrespondence */
 84113                   "\036\000\001CIM_Magazine.PhysicalLabels\000",
 84114                   0,
 84115               };
 84116               
 84117               static MetaProperty
 84118               _CIM_Magazine_LabelStates =
 84119               {
 84120                   /* flags */
 84121                   META_FLAG_PROPERTY|META_FLAG_READ,
 84122                   /* name */
 84123                   "LabelStates",
 84124                   /* qualifiers */
 84125 mike  1.1.2.1     _CIM_Magazine_LabelStates_qualifiers,
 84126                   /* type */
 84127                   CIMTYPE_UINT16,
 84128                   /* subscript */
 84129                   0,
 84130                   /* value */
 84131                   0,
 84132               };
 84133               
 84134               static const char*
 84135               _CIM_Magazine_LabelFormats_qualifiers[] =
 84136               {
 84137                   /* ValueMap */
 84138                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 84139                   /* Values */
 84140                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
 84141                   /* ArrayType */
 84142                   "\005Indexed",
 84143                   /* ModelCorrespondence */
 84144                   "\036\000\001CIM_Magazine.PhysicalLabels\000",
 84145                   0,
 84146 mike  1.1.2.1 };
 84147               
 84148               static MetaProperty
 84149               _CIM_Magazine_LabelFormats =
 84150               {
 84151                   /* flags */
 84152                   META_FLAG_PROPERTY|META_FLAG_READ,
 84153                   /* name */
 84154                   "LabelFormats",
 84155                   /* qualifiers */
 84156                   _CIM_Magazine_LabelFormats_qualifiers,
 84157                   /* type */
 84158                   CIMTYPE_UINT16,
 84159                   /* subscript */
 84160                   0,
 84161                   /* value */
 84162                   0,
 84163               };
 84164               
 84165               static MetaFeature*
 84166               _CIM_Magazine_features[] =
 84167 mike  1.1.2.1 {
 84168                   (MetaFeature*)&_CIM_Magazine_PhysicalLabels,
 84169                   (MetaFeature*)&_CIM_Magazine_LabelStates,
 84170                   (MetaFeature*)&_CIM_Magazine_LabelFormats,
 84171                   0,
 84172               };
 84173               
 84174               static const char*
 84175               __root_cimv2_CIM_Magazine_qualifiers[] =
 84176               {
 84177                   /* UMLPackagePath */
 84178                   "\057CIM::Physical::StoragePackage",
 84179                   /* Version */
 84180                   "\0632.6.0",
 84181                   0,
 84182               };
 84183               
 84184               MetaClass
 84185               __root_cimv2_CIM_Magazine =
 84186               {
 84187                   /* flags */
 84188 mike  1.1.2.1     META_FLAG_CLASS,
 84189                   /* name */
 84190                   "CIM_Magazine",
 84191                   /* qualifiers */
 84192                   __root_cimv2_CIM_Magazine_qualifiers,
 84193                   /* super */
 84194                   &__root_cimv2_CIM_StorageMediaLocation,
 84195                   /* features */
 84196                   _CIM_Magazine_features,
 84197               };
 84198               
 84199               //==============================================================================
 84200               //
 84201               // Class: CIM_MediaPhysicalStatInfo
 84202               //
 84203               //==============================================================================
 84204               
 84205               static const char*
 84206               _CIM_MediaPhysicalStatInfo_ScanSuccesses_qualifiers[] =
 84207               {
 84208                   /* Deprecated */
 84209 mike  1.1.2.1     "\013\000\001CIM_MediaPhysicalStatData.ScanSuccesses\000",
 84210                   /* Counter */
 84211                   "\012\001",
 84212                   0,
 84213               };
 84214               
 84215               static MetaProperty
 84216               _CIM_MediaPhysicalStatInfo_ScanSuccesses =
 84217               {
 84218                   /* flags */
 84219                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84220                   /* name */
 84221                   "ScanSuccesses",
 84222                   /* qualifiers */
 84223                   _CIM_MediaPhysicalStatInfo_ScanSuccesses_qualifiers,
 84224                   /* type */
 84225                   CIMTYPE_UINT64,
 84226                   /* subscript */
 84227                   -1,
 84228                   /* value */
 84229                   0,
 84230 mike  1.1.2.1 };
 84231               
 84232               static const char*
 84233               _CIM_MediaPhysicalStatInfo_ScanFailures_qualifiers[] =
 84234               {
 84235                   /* Deprecated */
 84236                   "\013\000\001CIM_MediaPhysicalStatData.ScanFailures\000",
 84237                   /* Counter */
 84238                   "\012\001",
 84239                   0,
 84240               };
 84241               
 84242               static MetaProperty
 84243               _CIM_MediaPhysicalStatInfo_ScanFailures =
 84244               {
 84245                   /* flags */
 84246                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84247                   /* name */
 84248                   "ScanFailures",
 84249                   /* qualifiers */
 84250                   _CIM_MediaPhysicalStatInfo_ScanFailures_qualifiers,
 84251 mike  1.1.2.1     /* type */
 84252                   CIMTYPE_UINT64,
 84253                   /* subscript */
 84254                   -1,
 84255                   /* value */
 84256                   0,
 84257               };
 84258               
 84259               static const char*
 84260               _CIM_MediaPhysicalStatInfo_ScanRetries_qualifiers[] =
 84261               {
 84262                   /* Deprecated */
 84263                   "\013\000\001CIM_MediaPhysicalStatData.ScanRetries\000",
 84264                   /* Counter */
 84265                   "\012\001",
 84266                   0,
 84267               };
 84268               
 84269               static MetaProperty
 84270               _CIM_MediaPhysicalStatInfo_ScanRetries =
 84271               {
 84272 mike  1.1.2.1     /* flags */
 84273                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84274                   /* name */
 84275                   "ScanRetries",
 84276                   /* qualifiers */
 84277                   _CIM_MediaPhysicalStatInfo_ScanRetries_qualifiers,
 84278                   /* type */
 84279                   CIMTYPE_UINT64,
 84280                   /* subscript */
 84281                   -1,
 84282                   /* value */
 84283                   0,
 84284               };
 84285               
 84286               static const char*
 84287               _CIM_MediaPhysicalStatInfo_PickSuccesses_qualifiers[] =
 84288               {
 84289                   /* Deprecated */
 84290                   "\013\000\001CIM_MediaPhysicalStatData.PickSuccesses\000",
 84291                   /* Counter */
 84292                   "\012\001",
 84293 mike  1.1.2.1     0,
 84294               };
 84295               
 84296               static MetaProperty
 84297               _CIM_MediaPhysicalStatInfo_PickSuccesses =
 84298               {
 84299                   /* flags */
 84300                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84301                   /* name */
 84302                   "PickSuccesses",
 84303                   /* qualifiers */
 84304                   _CIM_MediaPhysicalStatInfo_PickSuccesses_qualifiers,
 84305                   /* type */
 84306                   CIMTYPE_UINT64,
 84307                   /* subscript */
 84308                   -1,
 84309                   /* value */
 84310                   0,
 84311               };
 84312               
 84313               static const char*
 84314 mike  1.1.2.1 _CIM_MediaPhysicalStatInfo_PickFailures_qualifiers[] =
 84315               {
 84316                   /* Deprecated */
 84317                   "\013\000\001CIM_MediaPhysicalStatData.PickFailures\000",
 84318                   /* Counter */
 84319                   "\012\001",
 84320                   0,
 84321               };
 84322               
 84323               static MetaProperty
 84324               _CIM_MediaPhysicalStatInfo_PickFailures =
 84325               {
 84326                   /* flags */
 84327                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84328                   /* name */
 84329                   "PickFailures",
 84330                   /* qualifiers */
 84331                   _CIM_MediaPhysicalStatInfo_PickFailures_qualifiers,
 84332                   /* type */
 84333                   CIMTYPE_UINT64,
 84334                   /* subscript */
 84335 mike  1.1.2.1     -1,
 84336                   /* value */
 84337                   0,
 84338               };
 84339               
 84340               static const char*
 84341               _CIM_MediaPhysicalStatInfo_PickRetries_qualifiers[] =
 84342               {
 84343                   /* Deprecated */
 84344                   "\013\000\001CIM_MediaPhysicalStatData.PickRetries\000",
 84345                   /* Counter */
 84346                   "\012\001",
 84347                   0,
 84348               };
 84349               
 84350               static MetaProperty
 84351               _CIM_MediaPhysicalStatInfo_PickRetries =
 84352               {
 84353                   /* flags */
 84354                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84355                   /* name */
 84356 mike  1.1.2.1     "PickRetries",
 84357                   /* qualifiers */
 84358                   _CIM_MediaPhysicalStatInfo_PickRetries_qualifiers,
 84359                   /* type */
 84360                   CIMTYPE_UINT64,
 84361                   /* subscript */
 84362                   -1,
 84363                   /* value */
 84364                   0,
 84365               };
 84366               
 84367               static const char*
 84368               _CIM_MediaPhysicalStatInfo_PutSuccesses_qualifiers[] =
 84369               {
 84370                   /* Deprecated */
 84371                   "\013\000\001CIM_MediaPhysicalStatData.PutSuccesses\000",
 84372                   /* Counter */
 84373                   "\012\001",
 84374                   0,
 84375               };
 84376               
 84377 mike  1.1.2.1 static MetaProperty
 84378               _CIM_MediaPhysicalStatInfo_PutSuccesses =
 84379               {
 84380                   /* flags */
 84381                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84382                   /* name */
 84383                   "PutSuccesses",
 84384                   /* qualifiers */
 84385                   _CIM_MediaPhysicalStatInfo_PutSuccesses_qualifiers,
 84386                   /* type */
 84387                   CIMTYPE_UINT64,
 84388                   /* subscript */
 84389                   -1,
 84390                   /* value */
 84391                   0,
 84392               };
 84393               
 84394               static const char*
 84395               _CIM_MediaPhysicalStatInfo_PutFailures_qualifiers[] =
 84396               {
 84397                   /* Deprecated */
 84398 mike  1.1.2.1     "\013\000\001CIM_MediaPhysicalStatData.PutFailures\000",
 84399                   /* Counter */
 84400                   "\012\001",
 84401                   0,
 84402               };
 84403               
 84404               static MetaProperty
 84405               _CIM_MediaPhysicalStatInfo_PutFailures =
 84406               {
 84407                   /* flags */
 84408                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84409                   /* name */
 84410                   "PutFailures",
 84411                   /* qualifiers */
 84412                   _CIM_MediaPhysicalStatInfo_PutFailures_qualifiers,
 84413                   /* type */
 84414                   CIMTYPE_UINT64,
 84415                   /* subscript */
 84416                   -1,
 84417                   /* value */
 84418                   0,
 84419 mike  1.1.2.1 };
 84420               
 84421               static const char*
 84422               _CIM_MediaPhysicalStatInfo_PutRetries_qualifiers[] =
 84423               {
 84424                   /* Deprecated */
 84425                   "\013\000\001CIM_MediaPhysicalStatData.PutRetries\000",
 84426                   /* Counter */
 84427                   "\012\001",
 84428                   0,
 84429               };
 84430               
 84431               static MetaProperty
 84432               _CIM_MediaPhysicalStatInfo_PutRetries =
 84433               {
 84434                   /* flags */
 84435                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84436                   /* name */
 84437                   "PutRetries",
 84438                   /* qualifiers */
 84439                   _CIM_MediaPhysicalStatInfo_PutRetries_qualifiers,
 84440 mike  1.1.2.1     /* type */
 84441                   CIMTYPE_UINT64,
 84442                   /* subscript */
 84443                   -1,
 84444                   /* value */
 84445                   0,
 84446               };
 84447               
 84448               static const char*
 84449               _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 84450               {
 84451                   /* IN */
 84452                   "\024\001",
 84453                   /* ValueMap */
 84454                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
 84455                   /* Values */
 84456                   "\062\000\012All\000Scan Successes\000Scan Failures\000Scan Retries\000Pick Successes\000Pick Failures\000Pick Retries\000Put Successes\000Put Failures\000Put Retries\000",
 84457                   0,
 84458               };
 84459               
 84460               static MetaProperty
 84461 mike  1.1.2.1 _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter =
 84462               {
 84463                   /* flags */
 84464                   META_FLAG_PROPERTY|META_FLAG_IN,
 84465                   /* name */
 84466                   "SelectedCounter",
 84467                   /* qualifiers */
 84468                   _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter_qualifiers,
 84469                   /* type */
 84470                   CIMTYPE_UINT16,
 84471                   /* subscript */
 84472                   -1,
 84473                   /* value */
 84474                   0,
 84475               };
 84476               
 84477               static MetaFeature*
 84478               _CIM_MediaPhysicalStatInfo_ResetCounter_parameters[] =
 84479               {
 84480                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter,
 84481                   0,
 84482 mike  1.1.2.1 };
 84483               
 84484               static const char*
 84485               _CIM_MediaPhysicalStatInfo_ResetCounter_qualifiers[] =
 84486               {
 84487                   /* Deprecated */
 84488                   "\013\000\001CIM_StatisticalData.ResetSelectedStats\000",
 84489                   0,
 84490               };
 84491               
 84492               static MetaMethod
 84493               _CIM_MediaPhysicalStatInfo_ResetCounter =
 84494               {
 84495                   /* flags */
 84496                   META_FLAG_METHOD,
 84497                   /* name */
 84498                   "CIM_MediaPhysicalStatInfo",
 84499                   /* qualifiers */
 84500                   _CIM_MediaPhysicalStatInfo_ResetCounter_qualifiers,
 84501                   /* type */
 84502                   CIMTYPE_UINT32,
 84503 mike  1.1.2.1     /* parameters */
 84504                   _CIM_MediaPhysicalStatInfo_ResetCounter_parameters,
 84505               };
 84506               
 84507               static MetaFeature*
 84508               _CIM_MediaPhysicalStatInfo_features[] =
 84509               {
 84510                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanSuccesses,
 84511                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanFailures,
 84512                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanRetries,
 84513                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickSuccesses,
 84514                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickFailures,
 84515                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickRetries,
 84516                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutSuccesses,
 84517                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutFailures,
 84518                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutRetries,
 84519                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ResetCounter,
 84520                   0,
 84521               };
 84522               
 84523               static const char*
 84524 mike  1.1.2.1 __root_cimv2_CIM_MediaPhysicalStatInfo_qualifiers[] =
 84525               {
 84526                   /* Deprecated */
 84527                   "\013\000\001CIM_MediaPhysicalStatData\000",
 84528                   /* UMLPackagePath */
 84529                   "\057CIM::Physical::StoragePackage",
 84530                   /* Version */
 84531                   "\0632.7.0",
 84532                   0,
 84533               };
 84534               
 84535               MetaClass
 84536               __root_cimv2_CIM_MediaPhysicalStatInfo =
 84537               {
 84538                   /* flags */
 84539                   META_FLAG_CLASS,
 84540                   /* name */
 84541                   "CIM_MediaPhysicalStatInfo",
 84542                   /* qualifiers */
 84543                   __root_cimv2_CIM_MediaPhysicalStatInfo_qualifiers,
 84544                   /* super */
 84545 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalStatisticalInformation,
 84546                   /* features */
 84547                   _CIM_MediaPhysicalStatInfo_features,
 84548               };
 84549               
 84550               //==============================================================================
 84551               //
 84552               // Class: CIM_MoreOrganizationInfo
 84553               //
 84554               //==============================================================================
 84555               
 84556               static const char*
 84557               _CIM_MoreOrganizationInfo_Antecedent_qualifiers[] =
 84558               {
 84559                   /* Override */
 84560                   "\044Antecedent",
 84561                   /* Min */
 84562                   "\033\000\000\000\001",
 84563                   /* Max */
 84564                   "\027\000\000\000\001",
 84565                   0,
 84566 mike  1.1.2.1 };
 84567               
 84568               static MetaReference
 84569               _CIM_MoreOrganizationInfo_Antecedent =
 84570               {
 84571                   /* flags */
 84572                   META_FLAG_REFERENCE|META_FLAG_READ,
 84573                   /* name */
 84574                   "Antecedent",
 84575                   /* qualifiers */
 84576                   _CIM_MoreOrganizationInfo_Antecedent_qualifiers,
 84577                   /* subscript */
 84578                   -1,
 84579                   /* refId */
 84580                   &__root_cimv2_CIM_Organization,
 84581               };
 84582               
 84583               static const char*
 84584               _CIM_MoreOrganizationInfo_Dependent_qualifiers[] =
 84585               {
 84586                   /* Override */
 84587 mike  1.1.2.1     "\044Dependent",
 84588                   /* Max */
 84589                   "\027\000\000\000\001",
 84590                   0,
 84591               };
 84592               
 84593               static MetaReference
 84594               _CIM_MoreOrganizationInfo_Dependent =
 84595               {
 84596                   /* flags */
 84597                   META_FLAG_REFERENCE|META_FLAG_READ,
 84598                   /* name */
 84599                   "Dependent",
 84600                   /* qualifiers */
 84601                   _CIM_MoreOrganizationInfo_Dependent_qualifiers,
 84602                   /* subscript */
 84603                   -1,
 84604                   /* refId */
 84605                   &__root_cimv2_CIM_OtherOrganizationInformation,
 84606               };
 84607               
 84608 mike  1.1.2.1 static MetaFeature*
 84609               _CIM_MoreOrganizationInfo_features[] =
 84610               {
 84611                   (MetaFeature*)&_CIM_MoreOrganizationInfo_Antecedent,
 84612                   (MetaFeature*)&_CIM_MoreOrganizationInfo_Dependent,
 84613                   0,
 84614               };
 84615               
 84616               static const char*
 84617               __root_cimv2_CIM_MoreOrganizationInfo_qualifiers[] =
 84618               {
 84619                   /* ASSOCIATION */
 84620                   "\000\001",
 84621                   /* UMLPackagePath */
 84622                   "\057CIM::User::Org",
 84623                   /* Version */
 84624                   "\0632.7.0",
 84625                   0,
 84626               };
 84627               
 84628               MetaClass
 84629 mike  1.1.2.1 __root_cimv2_CIM_MoreOrganizationInfo =
 84630               {
 84631                   /* flags */
 84632                   META_FLAG_ASSOCIATION,
 84633                   /* name */
 84634                   "CIM_MoreOrganizationInfo",
 84635                   /* qualifiers */
 84636                   __root_cimv2_CIM_MoreOrganizationInfo_qualifiers,
 84637                   /* super */
 84638                   &__root_cimv2_CIM_Dependency,
 84639                   /* features */
 84640                   _CIM_MoreOrganizationInfo_features,
 84641               };
 84642               
 84643               //==============================================================================
 84644               //
 84645               // Class: CIM_OwningJobElement
 84646               //
 84647               //==============================================================================
 84648               
 84649               static const char*
 84650 mike  1.1.2.1 _CIM_OwningJobElement_OwningElement_qualifiers[] =
 84651               {
 84652                   /* Key */
 84653                   "\025\001",
 84654                   /* Max */
 84655                   "\027\000\000\000\001",
 84656                   0,
 84657               };
 84658               
 84659               static MetaReference
 84660               _CIM_OwningJobElement_OwningElement =
 84661               {
 84662                   /* flags */
 84663                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 84664                   /* name */
 84665                   "OwningElement",
 84666                   /* qualifiers */
 84667                   _CIM_OwningJobElement_OwningElement_qualifiers,
 84668                   /* subscript */
 84669                   -1,
 84670                   /* refId */
 84671 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 84672               };
 84673               
 84674               static const char*
 84675               _CIM_OwningJobElement_OwnedElement_qualifiers[] =
 84676               {
 84677                   /* Key */
 84678                   "\025\001",
 84679                   0,
 84680               };
 84681               
 84682               static MetaReference
 84683               _CIM_OwningJobElement_OwnedElement =
 84684               {
 84685                   /* flags */
 84686                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 84687                   /* name */
 84688                   "OwnedElement",
 84689                   /* qualifiers */
 84690                   _CIM_OwningJobElement_OwnedElement_qualifiers,
 84691                   /* subscript */
 84692 mike  1.1.2.1     -1,
 84693                   /* refId */
 84694                   &__root_cimv2_CIM_Job,
 84695               };
 84696               
 84697               static MetaFeature*
 84698               _CIM_OwningJobElement_features[] =
 84699               {
 84700                   (MetaFeature*)&_CIM_OwningJobElement_OwningElement,
 84701                   (MetaFeature*)&_CIM_OwningJobElement_OwnedElement,
 84702                   0,
 84703               };
 84704               
 84705               static const char*
 84706               __root_cimv2_CIM_OwningJobElement_qualifiers[] =
 84707               {
 84708                   /* ASSOCIATION */
 84709                   "\000\001",
 84710                   /* UMLPackagePath */
 84711                   "\057CIM::System::Processing",
 84712                   /* Version */
 84713 mike  1.1.2.1     "\0632.7.0",
 84714                   /* ModelCorrespondence */
 84715                   "\036\000\001CIM_Job.Owner\000",
 84716                   0,
 84717               };
 84718               
 84719               MetaClass
 84720               __root_cimv2_CIM_OwningJobElement =
 84721               {
 84722                   /* flags */
 84723                   META_FLAG_ASSOCIATION,
 84724                   /* name */
 84725                   "CIM_OwningJobElement",
 84726                   /* qualifiers */
 84727                   __root_cimv2_CIM_OwningJobElement_qualifiers,
 84728                   /* super */
 84729                   0,
 84730                   /* features */
 84731                   _CIM_OwningJobElement_features,
 84732               };
 84733               
 84734 mike  1.1.2.1 //==============================================================================
 84735               //
 84736               // Class: CIM_PackagedComponent
 84737               //
 84738               //==============================================================================
 84739               
 84740               static const char*
 84741               _CIM_PackagedComponent_GroupComponent_qualifiers[] =
 84742               {
 84743                   /* Aggregate */
 84744                   "\003\001",
 84745                   /* Override */
 84746                   "\044GroupComponent",
 84747                   /* Max */
 84748                   "\027\000\000\000\001",
 84749                   0,
 84750               };
 84751               
 84752               static MetaReference
 84753               _CIM_PackagedComponent_GroupComponent =
 84754               {
 84755 mike  1.1.2.1     /* flags */
 84756                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 84757                   /* name */
 84758                   "GroupComponent",
 84759                   /* qualifiers */
 84760                   _CIM_PackagedComponent_GroupComponent_qualifiers,
 84761                   /* subscript */
 84762                   -1,
 84763                   /* refId */
 84764                   &__root_cimv2_CIM_PhysicalPackage,
 84765               };
 84766               
 84767               static const char*
 84768               _CIM_PackagedComponent_PartComponent_qualifiers[] =
 84769               {
 84770                   /* Override */
 84771                   "\044PartComponent",
 84772                   0,
 84773               };
 84774               
 84775               static MetaReference
 84776 mike  1.1.2.1 _CIM_PackagedComponent_PartComponent =
 84777               {
 84778                   /* flags */
 84779                   META_FLAG_REFERENCE|META_FLAG_READ,
 84780                   /* name */
 84781                   "PartComponent",
 84782                   /* qualifiers */
 84783                   _CIM_PackagedComponent_PartComponent_qualifiers,
 84784                   /* subscript */
 84785                   -1,
 84786                   /* refId */
 84787                   &__root_cimv2_CIM_PhysicalComponent,
 84788               };
 84789               
 84790               static MetaFeature*
 84791               _CIM_PackagedComponent_features[] =
 84792               {
 84793                   (MetaFeature*)&_CIM_PackagedComponent_GroupComponent,
 84794                   (MetaFeature*)&_CIM_PackagedComponent_PartComponent,
 84795                   0,
 84796               };
 84797 mike  1.1.2.1 
 84798               static const char*
 84799               __root_cimv2_CIM_PackagedComponent_qualifiers[] =
 84800               {
 84801                   /* ASSOCIATION */
 84802                   "\000\001",
 84803                   /* UMLPackagePath */
 84804                   "\057CIM::Physical::Component",
 84805                   /* Aggregation */
 84806                   "\004\001",
 84807                   /* Version */
 84808                   "\0632.6.0",
 84809                   0,
 84810               };
 84811               
 84812               MetaClass
 84813               __root_cimv2_CIM_PackagedComponent =
 84814               {
 84815                   /* flags */
 84816                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 84817                   /* name */
 84818 mike  1.1.2.1     "CIM_PackagedComponent",
 84819                   /* qualifiers */
 84820                   __root_cimv2_CIM_PackagedComponent_qualifiers,
 84821                   /* super */
 84822                   &__root_cimv2_CIM_Container,
 84823                   /* features */
 84824                   _CIM_PackagedComponent_features,
 84825               };
 84826               
 84827               //==============================================================================
 84828               //
 84829               // Class: CIM_PackageInChassis
 84830               //
 84831               //==============================================================================
 84832               
 84833               static const char*
 84834               _CIM_PackageInChassis_GroupComponent_qualifiers[] =
 84835               {
 84836                   /* Aggregate */
 84837                   "\003\001",
 84838                   /* Override */
 84839 mike  1.1.2.1     "\044GroupComponent",
 84840                   /* Max */
 84841                   "\027\000\000\000\001",
 84842                   0,
 84843               };
 84844               
 84845               static MetaReference
 84846               _CIM_PackageInChassis_GroupComponent =
 84847               {
 84848                   /* flags */
 84849                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 84850                   /* name */
 84851                   "GroupComponent",
 84852                   /* qualifiers */
 84853                   _CIM_PackageInChassis_GroupComponent_qualifiers,
 84854                   /* subscript */
 84855                   -1,
 84856                   /* refId */
 84857                   &__root_cimv2_CIM_Chassis,
 84858               };
 84859               
 84860 mike  1.1.2.1 static const char*
 84861               _CIM_PackageInChassis_PartComponent_qualifiers[] =
 84862               {
 84863                   /* Override */
 84864                   "\044PartComponent",
 84865                   0,
 84866               };
 84867               
 84868               static MetaReference
 84869               _CIM_PackageInChassis_PartComponent =
 84870               {
 84871                   /* flags */
 84872                   META_FLAG_REFERENCE|META_FLAG_READ,
 84873                   /* name */
 84874                   "PartComponent",
 84875                   /* qualifiers */
 84876                   _CIM_PackageInChassis_PartComponent_qualifiers,
 84877                   /* subscript */
 84878                   -1,
 84879                   /* refId */
 84880                   &__root_cimv2_CIM_PhysicalPackage,
 84881 mike  1.1.2.1 };
 84882               
 84883               static MetaFeature*
 84884               _CIM_PackageInChassis_features[] =
 84885               {
 84886                   (MetaFeature*)&_CIM_PackageInChassis_GroupComponent,
 84887                   (MetaFeature*)&_CIM_PackageInChassis_PartComponent,
 84888                   0,
 84889               };
 84890               
 84891               static const char*
 84892               __root_cimv2_CIM_PackageInChassis_qualifiers[] =
 84893               {
 84894                   /* ASSOCIATION */
 84895                   "\000\001",
 84896                   /* UMLPackagePath */
 84897                   "\057CIM::Physical::Package",
 84898                   /* Aggregation */
 84899                   "\004\001",
 84900                   /* Version */
 84901                   "\0632.6.0",
 84902 mike  1.1.2.1     0,
 84903               };
 84904               
 84905               MetaClass
 84906               __root_cimv2_CIM_PackageInChassis =
 84907               {
 84908                   /* flags */
 84909                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 84910                   /* name */
 84911                   "CIM_PackageInChassis",
 84912                   /* qualifiers */
 84913                   __root_cimv2_CIM_PackageInChassis_qualifiers,
 84914                   /* super */
 84915                   &__root_cimv2_CIM_Container,
 84916                   /* features */
 84917                   _CIM_PackageInChassis_features,
 84918               };
 84919               
 84920               //==============================================================================
 84921               //
 84922               // Class: CIM_PackageInConnector
 84923 mike  1.1.2.1 //
 84924               //==============================================================================
 84925               
 84926               static const char*
 84927               _CIM_PackageInConnector_Antecedent_qualifiers[] =
 84928               {
 84929                   /* Override */
 84930                   "\044Antecedent",
 84931                   0,
 84932               };
 84933               
 84934               static MetaReference
 84935               _CIM_PackageInConnector_Antecedent =
 84936               {
 84937                   /* flags */
 84938                   META_FLAG_REFERENCE|META_FLAG_READ,
 84939                   /* name */
 84940                   "Antecedent",
 84941                   /* qualifiers */
 84942                   _CIM_PackageInConnector_Antecedent_qualifiers,
 84943                   /* subscript */
 84944 mike  1.1.2.1     -1,
 84945                   /* refId */
 84946                   &__root_cimv2_CIM_PhysicalConnector,
 84947               };
 84948               
 84949               static const char*
 84950               _CIM_PackageInConnector_Dependent_qualifiers[] =
 84951               {
 84952                   /* Override */
 84953                   "\044Dependent",
 84954                   /* Max */
 84955                   "\027\000\000\000\001",
 84956                   0,
 84957               };
 84958               
 84959               static MetaReference
 84960               _CIM_PackageInConnector_Dependent =
 84961               {
 84962                   /* flags */
 84963                   META_FLAG_REFERENCE|META_FLAG_READ,
 84964                   /* name */
 84965 mike  1.1.2.1     "Dependent",
 84966                   /* qualifiers */
 84967                   _CIM_PackageInConnector_Dependent_qualifiers,
 84968                   /* subscript */
 84969                   -1,
 84970                   /* refId */
 84971                   &__root_cimv2_CIM_PhysicalPackage,
 84972               };
 84973               
 84974               static MetaFeature*
 84975               _CIM_PackageInConnector_features[] =
 84976               {
 84977                   (MetaFeature*)&_CIM_PackageInConnector_Antecedent,
 84978                   (MetaFeature*)&_CIM_PackageInConnector_Dependent,
 84979                   0,
 84980               };
 84981               
 84982               static const char*
 84983               __root_cimv2_CIM_PackageInConnector_qualifiers[] =
 84984               {
 84985                   /* ASSOCIATION */
 84986 mike  1.1.2.1     "\000\001",
 84987                   /* UMLPackagePath */
 84988                   "\057CIM::Physical::Connector",
 84989                   /* Version */
 84990                   "\0632.6.0",
 84991                   0,
 84992               };
 84993               
 84994               MetaClass
 84995               __root_cimv2_CIM_PackageInConnector =
 84996               {
 84997                   /* flags */
 84998                   META_FLAG_ASSOCIATION,
 84999                   /* name */
 85000                   "CIM_PackageInConnector",
 85001                   /* qualifiers */
 85002                   __root_cimv2_CIM_PackageInConnector_qualifiers,
 85003                   /* super */
 85004                   &__root_cimv2_CIM_Dependency,
 85005                   /* features */
 85006                   _CIM_PackageInConnector_features,
 85007 mike  1.1.2.1 };
 85008               
 85009               //==============================================================================
 85010               //
 85011               // Class: CIM_PackageInSlot
 85012               //
 85013               //==============================================================================
 85014               
 85015               static const char*
 85016               _CIM_PackageInSlot_Antecedent_qualifiers[] =
 85017               {
 85018                   /* Override */
 85019                   "\044Antecedent",
 85020                   0,
 85021               };
 85022               
 85023               static MetaReference
 85024               _CIM_PackageInSlot_Antecedent =
 85025               {
 85026                   /* flags */
 85027                   META_FLAG_REFERENCE|META_FLAG_READ,
 85028 mike  1.1.2.1     /* name */
 85029                   "Antecedent",
 85030                   /* qualifiers */
 85031                   _CIM_PackageInSlot_Antecedent_qualifiers,
 85032                   /* subscript */
 85033                   -1,
 85034                   /* refId */
 85035                   &__root_cimv2_CIM_Slot,
 85036               };
 85037               
 85038               static const char*
 85039               _CIM_PackageInSlot_Dependent_qualifiers[] =
 85040               {
 85041                   /* Override */
 85042                   "\044Dependent",
 85043                   /* Max */
 85044                   "\027\000\000\000\001",
 85045                   0,
 85046               };
 85047               
 85048               static MetaReference
 85049 mike  1.1.2.1 _CIM_PackageInSlot_Dependent =
 85050               {
 85051                   /* flags */
 85052                   META_FLAG_REFERENCE|META_FLAG_READ,
 85053                   /* name */
 85054                   "Dependent",
 85055                   /* qualifiers */
 85056                   _CIM_PackageInSlot_Dependent_qualifiers,
 85057                   /* subscript */
 85058                   -1,
 85059                   /* refId */
 85060                   &__root_cimv2_CIM_PhysicalPackage,
 85061               };
 85062               
 85063               static MetaFeature*
 85064               _CIM_PackageInSlot_features[] =
 85065               {
 85066                   (MetaFeature*)&_CIM_PackageInSlot_Antecedent,
 85067                   (MetaFeature*)&_CIM_PackageInSlot_Dependent,
 85068                   0,
 85069               };
 85070 mike  1.1.2.1 
 85071               static const char*
 85072               __root_cimv2_CIM_PackageInSlot_qualifiers[] =
 85073               {
 85074                   /* ASSOCIATION */
 85075                   "\000\001",
 85076                   /* UMLPackagePath */
 85077                   "\057CIM::Physical::Connector",
 85078                   /* Version */
 85079                   "\0632.6.0",
 85080                   0,
 85081               };
 85082               
 85083               MetaClass
 85084               __root_cimv2_CIM_PackageInSlot =
 85085               {
 85086                   /* flags */
 85087                   META_FLAG_ASSOCIATION,
 85088                   /* name */
 85089                   "CIM_PackageInSlot",
 85090                   /* qualifiers */
 85091 mike  1.1.2.1     __root_cimv2_CIM_PackageInSlot_qualifiers,
 85092                   /* super */
 85093                   &__root_cimv2_CIM_PackageInConnector,
 85094                   /* features */
 85095                   _CIM_PackageInSlot_features,
 85096               };
 85097               
 85098               //==============================================================================
 85099               //
 85100               // Class: CIM_PeerIDPayloadFilterEntry
 85101               //
 85102               //==============================================================================
 85103               
 85104               static const char*
 85105               _CIM_PeerIDPayloadFilterEntry_MatchIdentityType_qualifiers[] =
 85106               {
 85107                   /* Required */
 85108                   "\050\001",
 85109                   /* ValueMap */
 85110                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 85111                   /* Values */
 85112 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",
 85113                   /* MappingStrings */
 85114                   "\026\000\002IPSP Policy Model.IETF|PeerIDPayloadFilterEntry.MatchIdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
 85115                   /* ModelCorrespondence */
 85116                   "\036\000\001CIM_PeerIDPayloadFilterEntry.MatchIdentityValue\000",
 85117                   0,
 85118               };
 85119               
 85120               static MetaProperty
 85121               _CIM_PeerIDPayloadFilterEntry_MatchIdentityType =
 85122               {
 85123                   /* flags */
 85124                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85125                   /* name */
 85126                   "MatchIdentityType",
 85127                   /* qualifiers */
 85128                   _CIM_PeerIDPayloadFilterEntry_MatchIdentityType_qualifiers,
 85129                   /* type */
 85130                   CIMTYPE_UINT16,
 85131                   /* subscript */
 85132                   -1,
 85133 mike  1.1.2.1     /* value */
 85134                   0,
 85135               };
 85136               
 85137               static const char*
 85138               _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue_qualifiers[] =
 85139               {
 85140                   /* Required */
 85141                   "\050\001",
 85142                   /* MappingStrings */
 85143                   "\026\000\001IPSP Policy Model.IETF|PeerIDPayloadFilterEntry.MatchIdentityValue\000",
 85144                   /* ModelCorrespondence */
 85145                   "\036\000\001CIM_PeerIDPayloadFilterEntry.MatchIdentityType\000",
 85146                   0,
 85147               };
 85148               
 85149               static MetaProperty
 85150               _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue =
 85151               {
 85152                   /* flags */
 85153                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85154 mike  1.1.2.1     /* name */
 85155                   "MatchIdentityValue",
 85156                   /* qualifiers */
 85157                   _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue_qualifiers,
 85158                   /* type */
 85159                   CIMTYPE_STRING,
 85160                   /* subscript */
 85161                   -1,
 85162                   /* value */
 85163                   0,
 85164               };
 85165               
 85166               static MetaFeature*
 85167               _CIM_PeerIDPayloadFilterEntry_features[] =
 85168               {
 85169                   (MetaFeature*)&_CIM_PeerIDPayloadFilterEntry_MatchIdentityType,
 85170                   (MetaFeature*)&_CIM_PeerIDPayloadFilterEntry_MatchIdentityValue,
 85171                   0,
 85172               };
 85173               
 85174               static const char*
 85175 mike  1.1.2.1 __root_cimv2_CIM_PeerIDPayloadFilterEntry_qualifiers[] =
 85176               {
 85177                   /* UMLPackagePath */
 85178                   "\057CIM::Network::Filtering",
 85179                   /* Version */
 85180                   "\0632.8.0",
 85181                   /* MappingStrings */
 85182                   "\026\000\001IPSP Policy Model.IETF|PeerIDPayloadFilterEntry\000",
 85183                   0,
 85184               };
 85185               
 85186               MetaClass
 85187               __root_cimv2_CIM_PeerIDPayloadFilterEntry =
 85188               {
 85189                   /* flags */
 85190                   META_FLAG_CLASS,
 85191                   /* name */
 85192                   "CIM_PeerIDPayloadFilterEntry",
 85193                   /* qualifiers */
 85194                   __root_cimv2_CIM_PeerIDPayloadFilterEntry_qualifiers,
 85195                   /* super */
 85196 mike  1.1.2.1     &__root_cimv2_CIM_FilterEntryBase,
 85197                   /* features */
 85198                   _CIM_PeerIDPayloadFilterEntry_features,
 85199               };
 85200               
 85201               //==============================================================================
 85202               //
 85203               // Class: CIM_Person
 85204               //
 85205               //==============================================================================
 85206               
 85207               static const char*
 85208               _CIM_Person_BusinessCategory_qualifiers[] =
 85209               {
 85210                   /* MaxLen */
 85211                   "\030\000\000\000\200",
 85212                   0,
 85213               };
 85214               
 85215               static MetaProperty
 85216               _CIM_Person_BusinessCategory =
 85217 mike  1.1.2.1 {
 85218                   /* flags */
 85219                   META_FLAG_PROPERTY|META_FLAG_READ,
 85220                   /* name */
 85221                   "BusinessCategory",
 85222                   /* qualifiers */
 85223                   _CIM_Person_BusinessCategory_qualifiers,
 85224                   /* type */
 85225                   CIMTYPE_STRING,
 85226                   /* subscript */
 85227                   -1,
 85228                   /* value */
 85229                   0,
 85230               };
 85231               
 85232               static const char*
 85233               _CIM_Person_CommonName_qualifiers[] =
 85234               {
 85235                   /* Required */
 85236                   "\050\001",
 85237                   0,
 85238 mike  1.1.2.1 };
 85239               
 85240               static MetaProperty
 85241               _CIM_Person_CommonName =
 85242               {
 85243                   /* flags */
 85244                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85245                   /* name */
 85246                   "CommonName",
 85247                   /* qualifiers */
 85248                   _CIM_Person_CommonName_qualifiers,
 85249                   /* type */
 85250                   CIMTYPE_STRING,
 85251                   /* subscript */
 85252                   -1,
 85253                   /* value */
 85254                   0,
 85255               };
 85256               
 85257               static const char*
 85258               _CIM_Person_EmployeeNumber_qualifiers[] =
 85259 mike  1.1.2.1 {
 85260                   0,
 85261               };
 85262               
 85263               static MetaProperty
 85264               _CIM_Person_EmployeeNumber =
 85265               {
 85266                   /* flags */
 85267                   META_FLAG_PROPERTY|META_FLAG_READ,
 85268                   /* name */
 85269                   "EmployeeNumber",
 85270                   /* qualifiers */
 85271                   _CIM_Person_EmployeeNumber_qualifiers,
 85272                   /* type */
 85273                   CIMTYPE_STRING,
 85274                   /* subscript */
 85275                   -1,
 85276                   /* value */
 85277                   0,
 85278               };
 85279               
 85280 mike  1.1.2.1 static const char*
 85281               _CIM_Person_EmployeeType_qualifiers[] =
 85282               {
 85283                   0,
 85284               };
 85285               
 85286               static MetaProperty
 85287               _CIM_Person_EmployeeType =
 85288               {
 85289                   /* flags */
 85290                   META_FLAG_PROPERTY|META_FLAG_READ,
 85291                   /* name */
 85292                   "EmployeeType",
 85293                   /* qualifiers */
 85294                   _CIM_Person_EmployeeType_qualifiers,
 85295                   /* type */
 85296                   CIMTYPE_STRING,
 85297                   /* subscript */
 85298                   -1,
 85299                   /* value */
 85300                   0,
 85301 mike  1.1.2.1 };
 85302               
 85303               static const char*
 85304               _CIM_Person_FacsimileTelephoneNumber_qualifiers[] =
 85305               {
 85306                   0,
 85307               };
 85308               
 85309               static MetaProperty
 85310               _CIM_Person_FacsimileTelephoneNumber =
 85311               {
 85312                   /* flags */
 85313                   META_FLAG_PROPERTY|META_FLAG_READ,
 85314                   /* name */
 85315                   "FacsimileTelephoneNumber",
 85316                   /* qualifiers */
 85317                   _CIM_Person_FacsimileTelephoneNumber_qualifiers,
 85318                   /* type */
 85319                   CIMTYPE_STRING,
 85320                   /* subscript */
 85321                   -1,
 85322 mike  1.1.2.1     /* value */
 85323                   0,
 85324               };
 85325               
 85326               static const char*
 85327               _CIM_Person_HomePhone_qualifiers[] =
 85328               {
 85329                   /* MaxLen */
 85330                   "\030\000\000\000\040",
 85331                   0,
 85332               };
 85333               
 85334               static MetaProperty
 85335               _CIM_Person_HomePhone =
 85336               {
 85337                   /* flags */
 85338                   META_FLAG_PROPERTY|META_FLAG_READ,
 85339                   /* name */
 85340                   "HomePhone",
 85341                   /* qualifiers */
 85342                   _CIM_Person_HomePhone_qualifiers,
 85343 mike  1.1.2.1     /* type */
 85344                   CIMTYPE_STRING,
 85345                   /* subscript */
 85346                   -1,
 85347                   /* value */
 85348                   0,
 85349               };
 85350               
 85351               static const char*
 85352               _CIM_Person_HomePostalAddress_qualifiers[] =
 85353               {
 85354                   0,
 85355               };
 85356               
 85357               static MetaProperty
 85358               _CIM_Person_HomePostalAddress =
 85359               {
 85360                   /* flags */
 85361                   META_FLAG_PROPERTY|META_FLAG_READ,
 85362                   /* name */
 85363                   "HomePostalAddress",
 85364 mike  1.1.2.1     /* qualifiers */
 85365                   _CIM_Person_HomePostalAddress_qualifiers,
 85366                   /* type */
 85367                   CIMTYPE_STRING,
 85368                   /* subscript */
 85369                   0,
 85370                   /* value */
 85371                   0,
 85372               };
 85373               
 85374               static const char*
 85375               _CIM_Person_JPEGPhoto_qualifiers[] =
 85376               {
 85377                   0,
 85378               };
 85379               
 85380               static MetaProperty
 85381               _CIM_Person_JPEGPhoto =
 85382               {
 85383                   /* flags */
 85384                   META_FLAG_PROPERTY|META_FLAG_READ,
 85385 mike  1.1.2.1     /* name */
 85386                   "JPEGPhoto",
 85387                   /* qualifiers */
 85388                   _CIM_Person_JPEGPhoto_qualifiers,
 85389                   /* type */
 85390                   CIMTYPE_STRING,
 85391                   /* subscript */
 85392                   -1,
 85393                   /* value */
 85394                   0,
 85395               };
 85396               
 85397               static const char*
 85398               _CIM_Person_Manager_qualifiers[] =
 85399               {
 85400                   0,
 85401               };
 85402               
 85403               static MetaProperty
 85404               _CIM_Person_Manager =
 85405               {
 85406 mike  1.1.2.1     /* flags */
 85407                   META_FLAG_PROPERTY|META_FLAG_READ,
 85408                   /* name */
 85409                   "Manager",
 85410                   /* qualifiers */
 85411                   _CIM_Person_Manager_qualifiers,
 85412                   /* type */
 85413                   CIMTYPE_STRING,
 85414                   /* subscript */
 85415                   -1,
 85416                   /* value */
 85417                   0,
 85418               };
 85419               
 85420               static const char*
 85421               _CIM_Person_Mobile_qualifiers[] =
 85422               {
 85423                   /* MaxLen */
 85424                   "\030\000\000\000\040",
 85425                   0,
 85426               };
 85427 mike  1.1.2.1 
 85428               static MetaProperty
 85429               _CIM_Person_Mobile =
 85430               {
 85431                   /* flags */
 85432                   META_FLAG_PROPERTY|META_FLAG_READ,
 85433                   /* name */
 85434                   "Mobile",
 85435                   /* qualifiers */
 85436                   _CIM_Person_Mobile_qualifiers,
 85437                   /* type */
 85438                   CIMTYPE_STRING,
 85439                   /* subscript */
 85440                   -1,
 85441                   /* value */
 85442                   0,
 85443               };
 85444               
 85445               static const char*
 85446               _CIM_Person_OU_qualifiers[] =
 85447               {
 85448 mike  1.1.2.1     0,
 85449               };
 85450               
 85451               static MetaProperty
 85452               _CIM_Person_OU =
 85453               {
 85454                   /* flags */
 85455                   META_FLAG_PROPERTY|META_FLAG_READ,
 85456                   /* name */
 85457                   "OU",
 85458                   /* qualifiers */
 85459                   _CIM_Person_OU_qualifiers,
 85460                   /* type */
 85461                   CIMTYPE_STRING,
 85462                   /* subscript */
 85463                   -1,
 85464                   /* value */
 85465                   0,
 85466               };
 85467               
 85468               static const char*
 85469 mike  1.1.2.1 _CIM_Person_Pager_qualifiers[] =
 85470               {
 85471                   /* MaxLen */
 85472                   "\030\000\000\000\040",
 85473                   0,
 85474               };
 85475               
 85476               static MetaProperty
 85477               _CIM_Person_Pager =
 85478               {
 85479                   /* flags */
 85480                   META_FLAG_PROPERTY|META_FLAG_READ,
 85481                   /* name */
 85482                   "Pager",
 85483                   /* qualifiers */
 85484                   _CIM_Person_Pager_qualifiers,
 85485                   /* type */
 85486                   CIMTYPE_STRING,
 85487                   /* subscript */
 85488                   -1,
 85489                   /* value */
 85490 mike  1.1.2.1     0,
 85491               };
 85492               
 85493               static const char*
 85494               _CIM_Person_PreferredLanguage_qualifiers[] =
 85495               {
 85496                   0,
 85497               };
 85498               
 85499               static MetaProperty
 85500               _CIM_Person_PreferredLanguage =
 85501               {
 85502                   /* flags */
 85503                   META_FLAG_PROPERTY|META_FLAG_READ,
 85504                   /* name */
 85505                   "PreferredLanguage",
 85506                   /* qualifiers */
 85507                   _CIM_Person_PreferredLanguage_qualifiers,
 85508                   /* type */
 85509                   CIMTYPE_STRING,
 85510                   /* subscript */
 85511 mike  1.1.2.1     -1,
 85512                   /* value */
 85513                   0,
 85514               };
 85515               
 85516               static const char*
 85517               _CIM_Person_Secretary_qualifiers[] =
 85518               {
 85519                   0,
 85520               };
 85521               
 85522               static MetaProperty
 85523               _CIM_Person_Secretary =
 85524               {
 85525                   /* flags */
 85526                   META_FLAG_PROPERTY|META_FLAG_READ,
 85527                   /* name */
 85528                   "Secretary",
 85529                   /* qualifiers */
 85530                   _CIM_Person_Secretary_qualifiers,
 85531                   /* type */
 85532 mike  1.1.2.1     CIMTYPE_STRING,
 85533                   /* subscript */
 85534                   -1,
 85535                   /* value */
 85536                   0,
 85537               };
 85538               
 85539               static const char*
 85540               _CIM_Person_Title_qualifiers[] =
 85541               {
 85542                   0,
 85543               };
 85544               
 85545               static MetaProperty
 85546               _CIM_Person_Title =
 85547               {
 85548                   /* flags */
 85549                   META_FLAG_PROPERTY|META_FLAG_READ,
 85550                   /* name */
 85551                   "Title",
 85552                   /* qualifiers */
 85553 mike  1.1.2.1     _CIM_Person_Title_qualifiers,
 85554                   /* type */
 85555                   CIMTYPE_STRING,
 85556                   /* subscript */
 85557                   -1,
 85558                   /* value */
 85559                   0,
 85560               };
 85561               
 85562               static MetaFeature*
 85563               _CIM_Person_features[] =
 85564               {
 85565                   (MetaFeature*)&_CIM_Person_BusinessCategory,
 85566                   (MetaFeature*)&_CIM_Person_CommonName,
 85567                   (MetaFeature*)&_CIM_Person_EmployeeNumber,
 85568                   (MetaFeature*)&_CIM_Person_EmployeeType,
 85569                   (MetaFeature*)&_CIM_Person_FacsimileTelephoneNumber,
 85570                   (MetaFeature*)&_CIM_Person_HomePhone,
 85571                   (MetaFeature*)&_CIM_Person_HomePostalAddress,
 85572                   (MetaFeature*)&_CIM_Person_JPEGPhoto,
 85573                   (MetaFeature*)&_CIM_Person_Manager,
 85574 mike  1.1.2.1     (MetaFeature*)&_CIM_Person_Mobile,
 85575                   (MetaFeature*)&_CIM_Person_OU,
 85576                   (MetaFeature*)&_CIM_Person_Pager,
 85577                   (MetaFeature*)&_CIM_Person_PreferredLanguage,
 85578                   (MetaFeature*)&_CIM_Person_Secretary,
 85579                   (MetaFeature*)&_CIM_Person_Title,
 85580                   0,
 85581               };
 85582               
 85583               static const char*
 85584               __root_cimv2_CIM_Person_qualifiers[] =
 85585               {
 85586                   /* UMLPackagePath */
 85587                   "\057CIM::User::Org",
 85588                   /* Version */
 85589                   "\0632.8.0",
 85590                   0,
 85591               };
 85592               
 85593               MetaClass
 85594               __root_cimv2_CIM_Person =
 85595 mike  1.1.2.1 {
 85596                   /* flags */
 85597                   META_FLAG_CLASS,
 85598                   /* name */
 85599                   "CIM_Person",
 85600                   /* qualifiers */
 85601                   __root_cimv2_CIM_Person_qualifiers,
 85602                   /* super */
 85603                   &__root_cimv2_CIM_UserContact,
 85604                   /* features */
 85605                   _CIM_Person_features,
 85606               };
 85607               
 85608               //==============================================================================
 85609               //
 85610               // Class: CIM_PhysicalMediaInLocation
 85611               //
 85612               //==============================================================================
 85613               
 85614               static const char*
 85615               _CIM_PhysicalMediaInLocation_Antecedent_qualifiers[] =
 85616 mike  1.1.2.1 {
 85617                   /* Override */
 85618                   "\044Antecedent",
 85619                   /* Max */
 85620                   "\027\000\000\000\001",
 85621                   0,
 85622               };
 85623               
 85624               static MetaReference
 85625               _CIM_PhysicalMediaInLocation_Antecedent =
 85626               {
 85627                   /* flags */
 85628                   META_FLAG_REFERENCE|META_FLAG_READ,
 85629                   /* name */
 85630                   "Antecedent",
 85631                   /* qualifiers */
 85632                   _CIM_PhysicalMediaInLocation_Antecedent_qualifiers,
 85633                   /* subscript */
 85634                   -1,
 85635                   /* refId */
 85636                   &__root_cimv2_CIM_StorageMediaLocation,
 85637 mike  1.1.2.1 };
 85638               
 85639               static const char*
 85640               _CIM_PhysicalMediaInLocation_Dependent_qualifiers[] =
 85641               {
 85642                   /* Override */
 85643                   "\044Dependent",
 85644                   0,
 85645               };
 85646               
 85647               static MetaReference
 85648               _CIM_PhysicalMediaInLocation_Dependent =
 85649               {
 85650                   /* flags */
 85651                   META_FLAG_REFERENCE|META_FLAG_READ,
 85652                   /* name */
 85653                   "Dependent",
 85654                   /* qualifiers */
 85655                   _CIM_PhysicalMediaInLocation_Dependent_qualifiers,
 85656                   /* subscript */
 85657                   -1,
 85658 mike  1.1.2.1     /* refId */
 85659                   &__root_cimv2_CIM_PhysicalMedia,
 85660               };
 85661               
 85662               static const char*
 85663               _CIM_PhysicalMediaInLocation_Orientation_qualifiers[] =
 85664               {
 85665                   /* ValueMap */
 85666                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 85667                   /* Values */
 85668                   "\062\000\006Unknown\000Side 0\000Side 1\000Side A\000Side B\000Not Applicable\000",
 85669                   0,
 85670               };
 85671               
 85672               static MetaProperty
 85673               _CIM_PhysicalMediaInLocation_Orientation =
 85674               {
 85675                   /* flags */
 85676                   META_FLAG_PROPERTY|META_FLAG_READ,
 85677                   /* name */
 85678                   "Orientation",
 85679 mike  1.1.2.1     /* qualifiers */
 85680                   _CIM_PhysicalMediaInLocation_Orientation_qualifiers,
 85681                   /* type */
 85682                   CIMTYPE_UINT16,
 85683                   /* subscript */
 85684                   -1,
 85685                   /* value */
 85686                   0,
 85687               };
 85688               
 85689               static const char*
 85690               _CIM_PhysicalMediaInLocation_TimeOfLastPlacement_qualifiers[] =
 85691               {
 85692                   0,
 85693               };
 85694               
 85695               static MetaProperty
 85696               _CIM_PhysicalMediaInLocation_TimeOfLastPlacement =
 85697               {
 85698                   /* flags */
 85699                   META_FLAG_PROPERTY|META_FLAG_READ,
 85700 mike  1.1.2.1     /* name */
 85701                   "TimeOfLastPlacement",
 85702                   /* qualifiers */
 85703                   _CIM_PhysicalMediaInLocation_TimeOfLastPlacement_qualifiers,
 85704                   /* type */
 85705                   CIMTYPE_DATETIME,
 85706                   /* subscript */
 85707                   -1,
 85708                   /* value */
 85709                   0,
 85710               };
 85711               
 85712               static MetaFeature*
 85713               _CIM_PhysicalMediaInLocation_features[] =
 85714               {
 85715                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Antecedent,
 85716                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Dependent,
 85717                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Orientation,
 85718                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_TimeOfLastPlacement,
 85719                   0,
 85720               };
 85721 mike  1.1.2.1 
 85722               static const char*
 85723               __root_cimv2_CIM_PhysicalMediaInLocation_qualifiers[] =
 85724               {
 85725                   /* ASSOCIATION */
 85726                   "\000\001",
 85727                   /* UMLPackagePath */
 85728                   "\057CIM::Physical::PhysicalMedia",
 85729                   /* Version */
 85730                   "\0632.6.0",
 85731                   0,
 85732               };
 85733               
 85734               MetaClass
 85735               __root_cimv2_CIM_PhysicalMediaInLocation =
 85736               {
 85737                   /* flags */
 85738                   META_FLAG_ASSOCIATION,
 85739                   /* name */
 85740                   "CIM_PhysicalMediaInLocation",
 85741                   /* qualifiers */
 85742 mike  1.1.2.1     __root_cimv2_CIM_PhysicalMediaInLocation_qualifiers,
 85743                   /* super */
 85744                   &__root_cimv2_CIM_Dependency,
 85745                   /* features */
 85746                   _CIM_PhysicalMediaInLocation_features,
 85747               };
 85748               
 85749               //==============================================================================
 85750               //
 85751               // Class: CIM_PhysicalMemory
 85752               //
 85753               //==============================================================================
 85754               
 85755               static const char*
 85756               _CIM_PhysicalMemory_FormFactor_qualifiers[] =
 85757               {
 85758                   /* Override */
 85759                   "\044FormFactor",
 85760                   /* MappingStrings */
 85761                   "\026\000\001MIF.DMTF|Memory Device|005.6\000",
 85762                   0,
 85763 mike  1.1.2.1 };
 85764               
 85765               static MetaProperty
 85766               _CIM_PhysicalMemory_FormFactor =
 85767               {
 85768                   /* flags */
 85769                   META_FLAG_PROPERTY|META_FLAG_READ,
 85770                   /* name */
 85771                   "FormFactor",
 85772                   /* qualifiers */
 85773                   _CIM_PhysicalMemory_FormFactor_qualifiers,
 85774                   /* type */
 85775                   CIMTYPE_UINT16,
 85776                   /* subscript */
 85777                   -1,
 85778                   /* value */
 85779                   0,
 85780               };
 85781               
 85782               static const char*
 85783               _CIM_PhysicalMemory_MemoryType_qualifiers[] =
 85784 mike  1.1.2.1 {
 85785                   /* ValueMap */
 85786                   "\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",
 85787                   /* Values */
 85788                   "\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",
 85789                   /* MappingStrings */
 85790                   "\026\000\001MIF.DMTF|Memory Device|005.9\000",
 85791                   0,
 85792               };
 85793               
 85794               static MetaProperty
 85795               _CIM_PhysicalMemory_MemoryType =
 85796               {
 85797                   /* flags */
 85798                   META_FLAG_PROPERTY|META_FLAG_READ,
 85799                   /* name */
 85800                   "MemoryType",
 85801                   /* qualifiers */
 85802                   _CIM_PhysicalMemory_MemoryType_qualifiers,
 85803                   /* type */
 85804                   CIMTYPE_UINT16,
 85805 mike  1.1.2.1     /* subscript */
 85806                   -1,
 85807                   /* value */
 85808                   0,
 85809               };
 85810               
 85811               static const char*
 85812               _CIM_PhysicalMemory_TotalWidth_qualifiers[] =
 85813               {
 85814                   /* Units */
 85815                   "\060Bits",
 85816                   /* MappingStrings */
 85817                   "\026\000\001MIF.DMTF|Memory Device|005.7\000",
 85818                   0,
 85819               };
 85820               
 85821               static MetaProperty
 85822               _CIM_PhysicalMemory_TotalWidth =
 85823               {
 85824                   /* flags */
 85825                   META_FLAG_PROPERTY|META_FLAG_READ,
 85826 mike  1.1.2.1     /* name */
 85827                   "TotalWidth",
 85828                   /* qualifiers */
 85829                   _CIM_PhysicalMemory_TotalWidth_qualifiers,
 85830                   /* type */
 85831                   CIMTYPE_UINT16,
 85832                   /* subscript */
 85833                   -1,
 85834                   /* value */
 85835                   0,
 85836               };
 85837               
 85838               static const char*
 85839               _CIM_PhysicalMemory_DataWidth_qualifiers[] =
 85840               {
 85841                   /* Units */
 85842                   "\060Bits",
 85843                   /* MappingStrings */
 85844                   "\026\000\001MIF.DMTF|Memory Device|005.8\000",
 85845                   0,
 85846               };
 85847 mike  1.1.2.1 
 85848               static MetaProperty
 85849               _CIM_PhysicalMemory_DataWidth =
 85850               {
 85851                   /* flags */
 85852                   META_FLAG_PROPERTY|META_FLAG_READ,
 85853                   /* name */
 85854                   "DataWidth",
 85855                   /* qualifiers */
 85856                   _CIM_PhysicalMemory_DataWidth_qualifiers,
 85857                   /* type */
 85858                   CIMTYPE_UINT16,
 85859                   /* subscript */
 85860                   -1,
 85861                   /* value */
 85862                   0,
 85863               };
 85864               
 85865               static const char*
 85866               _CIM_PhysicalMemory_Speed_qualifiers[] =
 85867               {
 85868 mike  1.1.2.1     /* Units */
 85869                   "\060NanoSeconds",
 85870                   /* MappingStrings */
 85871                   "\026\000\001MIF.DMTF|Memory Device|005.24\000",
 85872                   0,
 85873               };
 85874               
 85875               static MetaProperty
 85876               _CIM_PhysicalMemory_Speed =
 85877               {
 85878                   /* flags */
 85879                   META_FLAG_PROPERTY|META_FLAG_READ,
 85880                   /* name */
 85881                   "Speed",
 85882                   /* qualifiers */
 85883                   _CIM_PhysicalMemory_Speed_qualifiers,
 85884                   /* type */
 85885                   CIMTYPE_UINT32,
 85886                   /* subscript */
 85887                   -1,
 85888                   /* value */
 85889 mike  1.1.2.1     0,
 85890               };
 85891               
 85892               static const char*
 85893               _CIM_PhysicalMemory_Capacity_qualifiers[] =
 85894               {
 85895                   /* Units */
 85896                   "\060Bytes",
 85897                   /* MappingStrings */
 85898                   "\026\000\001MIF.DMTF|Memory Device|005.5\000",
 85899                   0,
 85900               };
 85901               
 85902               static MetaProperty
 85903               _CIM_PhysicalMemory_Capacity =
 85904               {
 85905                   /* flags */
 85906                   META_FLAG_PROPERTY|META_FLAG_READ,
 85907                   /* name */
 85908                   "Capacity",
 85909                   /* qualifiers */
 85910 mike  1.1.2.1     _CIM_PhysicalMemory_Capacity_qualifiers,
 85911                   /* type */
 85912                   CIMTYPE_UINT64,
 85913                   /* subscript */
 85914                   -1,
 85915                   /* value */
 85916                   0,
 85917               };
 85918               
 85919               static const char*
 85920               _CIM_PhysicalMemory_BankLabel_qualifiers[] =
 85921               {
 85922                   /* MaxLen */
 85923                   "\030\000\000\000\100",
 85924                   /* MappingStrings */
 85925                   "\026\000\001MIF.DMTF|Memory Device|005.4\000",
 85926                   0,
 85927               };
 85928               
 85929               static MetaProperty
 85930               _CIM_PhysicalMemory_BankLabel =
 85931 mike  1.1.2.1 {
 85932                   /* flags */
 85933                   META_FLAG_PROPERTY|META_FLAG_READ,
 85934                   /* name */
 85935                   "BankLabel",
 85936                   /* qualifiers */
 85937                   _CIM_PhysicalMemory_BankLabel_qualifiers,
 85938                   /* type */
 85939                   CIMTYPE_STRING,
 85940                   /* subscript */
 85941                   -1,
 85942                   /* value */
 85943                   0,
 85944               };
 85945               
 85946               static const char*
 85947               _CIM_PhysicalMemory_PositionInRow_qualifiers[] =
 85948               {
 85949                   /* MappingStrings */
 85950                   "\026\000\001MIF.DMTF|Memory Device Mapped Addresses|001.6\000",
 85951                   0,
 85952 mike  1.1.2.1 };
 85953               
 85954               static MetaProperty
 85955               _CIM_PhysicalMemory_PositionInRow =
 85956               {
 85957                   /* flags */
 85958                   META_FLAG_PROPERTY|META_FLAG_READ,
 85959                   /* name */
 85960                   "PositionInRow",
 85961                   /* qualifiers */
 85962                   _CIM_PhysicalMemory_PositionInRow_qualifiers,
 85963                   /* type */
 85964                   CIMTYPE_UINT32,
 85965                   /* subscript */
 85966                   -1,
 85967                   /* value */
 85968                   0,
 85969               };
 85970               
 85971               static const char*
 85972               _CIM_PhysicalMemory_InterleavePosition_qualifiers[] =
 85973 mike  1.1.2.1 {
 85974                   /* MappingStrings */
 85975                   "\026\000\001MIF.DMTF|Memory Device Mapped Addresses|001.7\000",
 85976                   0,
 85977               };
 85978               
 85979               static MetaProperty
 85980               _CIM_PhysicalMemory_InterleavePosition =
 85981               {
 85982                   /* flags */
 85983                   META_FLAG_PROPERTY|META_FLAG_READ,
 85984                   /* name */
 85985                   "InterleavePosition",
 85986                   /* qualifiers */
 85987                   _CIM_PhysicalMemory_InterleavePosition_qualifiers,
 85988                   /* type */
 85989                   CIMTYPE_UINT32,
 85990                   /* subscript */
 85991                   -1,
 85992                   /* value */
 85993                   0,
 85994 mike  1.1.2.1 };
 85995               
 85996               static MetaFeature*
 85997               _CIM_PhysicalMemory_features[] =
 85998               {
 85999                   (MetaFeature*)&_CIM_PhysicalMemory_FormFactor,
 86000                   (MetaFeature*)&_CIM_PhysicalMemory_MemoryType,
 86001                   (MetaFeature*)&_CIM_PhysicalMemory_TotalWidth,
 86002                   (MetaFeature*)&_CIM_PhysicalMemory_DataWidth,
 86003                   (MetaFeature*)&_CIM_PhysicalMemory_Speed,
 86004                   (MetaFeature*)&_CIM_PhysicalMemory_Capacity,
 86005                   (MetaFeature*)&_CIM_PhysicalMemory_BankLabel,
 86006                   (MetaFeature*)&_CIM_PhysicalMemory_PositionInRow,
 86007                   (MetaFeature*)&_CIM_PhysicalMemory_InterleavePosition,
 86008                   0,
 86009               };
 86010               
 86011               static const char*
 86012               __root_cimv2_CIM_PhysicalMemory_qualifiers[] =
 86013               {
 86014                   /* UMLPackagePath */
 86015 mike  1.1.2.1     "\057CIM::Physical::Component",
 86016                   /* Version */
 86017                   "\0632.9.0",
 86018                   0,
 86019               };
 86020               
 86021               MetaClass
 86022               __root_cimv2_CIM_PhysicalMemory =
 86023               {
 86024                   /* flags */
 86025                   META_FLAG_CLASS,
 86026                   /* name */
 86027                   "CIM_PhysicalMemory",
 86028                   /* qualifiers */
 86029                   __root_cimv2_CIM_PhysicalMemory_qualifiers,
 86030                   /* super */
 86031                   &__root_cimv2_CIM_Chip,
 86032                   /* features */
 86033                   _CIM_PhysicalMemory_features,
 86034               };
 86035               
 86036 mike  1.1.2.1 //==============================================================================
 86037               //
 86038               // Class: CIM_PolicyActionInPolicyAction
 86039               //
 86040               //==============================================================================
 86041               
 86042               static const char*
 86043               _CIM_PolicyActionInPolicyAction_GroupComponent_qualifiers[] =
 86044               {
 86045                   /* Aggregate */
 86046                   "\003\001",
 86047                   /* Override */
 86048                   "\044GroupComponent",
 86049                   0,
 86050               };
 86051               
 86052               static MetaReference
 86053               _CIM_PolicyActionInPolicyAction_GroupComponent =
 86054               {
 86055                   /* flags */
 86056                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86057 mike  1.1.2.1     /* name */
 86058                   "GroupComponent",
 86059                   /* qualifiers */
 86060                   _CIM_PolicyActionInPolicyAction_GroupComponent_qualifiers,
 86061                   /* subscript */
 86062                   -1,
 86063                   /* refId */
 86064                   &__root_cimv2_CIM_CompoundPolicyAction,
 86065               };
 86066               
 86067               static const char*
 86068               _CIM_PolicyActionInPolicyAction_PartComponent_qualifiers[] =
 86069               {
 86070                   /* Override */
 86071                   "\044PartComponent",
 86072                   0,
 86073               };
 86074               
 86075               static MetaReference
 86076               _CIM_PolicyActionInPolicyAction_PartComponent =
 86077               {
 86078 mike  1.1.2.1     /* flags */
 86079                   META_FLAG_REFERENCE|META_FLAG_READ,
 86080                   /* name */
 86081                   "PartComponent",
 86082                   /* qualifiers */
 86083                   _CIM_PolicyActionInPolicyAction_PartComponent_qualifiers,
 86084                   /* subscript */
 86085                   -1,
 86086                   /* refId */
 86087                   &__root_cimv2_CIM_PolicyAction,
 86088               };
 86089               
 86090               static MetaFeature*
 86091               _CIM_PolicyActionInPolicyAction_features[] =
 86092               {
 86093                   (MetaFeature*)&_CIM_PolicyActionInPolicyAction_GroupComponent,
 86094                   (MetaFeature*)&_CIM_PolicyActionInPolicyAction_PartComponent,
 86095                   0,
 86096               };
 86097               
 86098               static const char*
 86099 mike  1.1.2.1 __root_cimv2_CIM_PolicyActionInPolicyAction_qualifiers[] =
 86100               {
 86101                   /* ASSOCIATION */
 86102                   "\000\001",
 86103                   /* UMLPackagePath */
 86104                   "\057CIM::Policy",
 86105                   /* Aggregation */
 86106                   "\004\001",
 86107                   /* Version */
 86108                   "\0632.6.0",
 86109                   0,
 86110               };
 86111               
 86112               MetaClass
 86113               __root_cimv2_CIM_PolicyActionInPolicyAction =
 86114               {
 86115                   /* flags */
 86116                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86117                   /* name */
 86118                   "CIM_PolicyActionInPolicyAction",
 86119                   /* qualifiers */
 86120 mike  1.1.2.1     __root_cimv2_CIM_PolicyActionInPolicyAction_qualifiers,
 86121                   /* super */
 86122                   &__root_cimv2_CIM_PolicyActionStructure,
 86123                   /* features */
 86124                   _CIM_PolicyActionInPolicyAction_features,
 86125               };
 86126               
 86127               //==============================================================================
 86128               //
 86129               // Class: CIM_PolicyActionInPolicyRule
 86130               //
 86131               //==============================================================================
 86132               
 86133               static const char*
 86134               _CIM_PolicyActionInPolicyRule_GroupComponent_qualifiers[] =
 86135               {
 86136                   /* Aggregate */
 86137                   "\003\001",
 86138                   /* Override */
 86139                   "\044GroupComponent",
 86140                   0,
 86141 mike  1.1.2.1 };
 86142               
 86143               static MetaReference
 86144               _CIM_PolicyActionInPolicyRule_GroupComponent =
 86145               {
 86146                   /* flags */
 86147                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86148                   /* name */
 86149                   "GroupComponent",
 86150                   /* qualifiers */
 86151                   _CIM_PolicyActionInPolicyRule_GroupComponent_qualifiers,
 86152                   /* subscript */
 86153                   -1,
 86154                   /* refId */
 86155                   &__root_cimv2_CIM_PolicyRule,
 86156               };
 86157               
 86158               static const char*
 86159               _CIM_PolicyActionInPolicyRule_PartComponent_qualifiers[] =
 86160               {
 86161                   /* Override */
 86162 mike  1.1.2.1     "\044PartComponent",
 86163                   0,
 86164               };
 86165               
 86166               static MetaReference
 86167               _CIM_PolicyActionInPolicyRule_PartComponent =
 86168               {
 86169                   /* flags */
 86170                   META_FLAG_REFERENCE|META_FLAG_READ,
 86171                   /* name */
 86172                   "PartComponent",
 86173                   /* qualifiers */
 86174                   _CIM_PolicyActionInPolicyRule_PartComponent_qualifiers,
 86175                   /* subscript */
 86176                   -1,
 86177                   /* refId */
 86178                   &__root_cimv2_CIM_PolicyAction,
 86179               };
 86180               
 86181               static MetaFeature*
 86182               _CIM_PolicyActionInPolicyRule_features[] =
 86183 mike  1.1.2.1 {
 86184                   (MetaFeature*)&_CIM_PolicyActionInPolicyRule_GroupComponent,
 86185                   (MetaFeature*)&_CIM_PolicyActionInPolicyRule_PartComponent,
 86186                   0,
 86187               };
 86188               
 86189               static const char*
 86190               __root_cimv2_CIM_PolicyActionInPolicyRule_qualifiers[] =
 86191               {
 86192                   /* ASSOCIATION */
 86193                   "\000\001",
 86194                   /* UMLPackagePath */
 86195                   "\057CIM::Policy",
 86196                   /* Aggregation */
 86197                   "\004\001",
 86198                   /* Version */
 86199                   "\0632.6.0",
 86200                   0,
 86201               };
 86202               
 86203               MetaClass
 86204 mike  1.1.2.1 __root_cimv2_CIM_PolicyActionInPolicyRule =
 86205               {
 86206                   /* flags */
 86207                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86208                   /* name */
 86209                   "CIM_PolicyActionInPolicyRule",
 86210                   /* qualifiers */
 86211                   __root_cimv2_CIM_PolicyActionInPolicyRule_qualifiers,
 86212                   /* super */
 86213                   &__root_cimv2_CIM_PolicyActionStructure,
 86214                   /* features */
 86215                   _CIM_PolicyActionInPolicyRule_features,
 86216               };
 86217               
 86218               //==============================================================================
 86219               //
 86220               // Class: CIM_PolicyConditionInPolicyRule
 86221               //
 86222               //==============================================================================
 86223               
 86224               static const char*
 86225 mike  1.1.2.1 _CIM_PolicyConditionInPolicyRule_GroupComponent_qualifiers[] =
 86226               {
 86227                   /* Aggregate */
 86228                   "\003\001",
 86229                   /* Override */
 86230                   "\044GroupComponent",
 86231                   0,
 86232               };
 86233               
 86234               static MetaReference
 86235               _CIM_PolicyConditionInPolicyRule_GroupComponent =
 86236               {
 86237                   /* flags */
 86238                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86239                   /* name */
 86240                   "GroupComponent",
 86241                   /* qualifiers */
 86242                   _CIM_PolicyConditionInPolicyRule_GroupComponent_qualifiers,
 86243                   /* subscript */
 86244                   -1,
 86245                   /* refId */
 86246 mike  1.1.2.1     &__root_cimv2_CIM_PolicyRule,
 86247               };
 86248               
 86249               static const char*
 86250               _CIM_PolicyConditionInPolicyRule_PartComponent_qualifiers[] =
 86251               {
 86252                   /* Override */
 86253                   "\044PartComponent",
 86254                   0,
 86255               };
 86256               
 86257               static MetaReference
 86258               _CIM_PolicyConditionInPolicyRule_PartComponent =
 86259               {
 86260                   /* flags */
 86261                   META_FLAG_REFERENCE|META_FLAG_READ,
 86262                   /* name */
 86263                   "PartComponent",
 86264                   /* qualifiers */
 86265                   _CIM_PolicyConditionInPolicyRule_PartComponent_qualifiers,
 86266                   /* subscript */
 86267 mike  1.1.2.1     -1,
 86268                   /* refId */
 86269                   &__root_cimv2_CIM_PolicyCondition,
 86270               };
 86271               
 86272               static MetaFeature*
 86273               _CIM_PolicyConditionInPolicyRule_features[] =
 86274               {
 86275                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRule_GroupComponent,
 86276                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRule_PartComponent,
 86277                   0,
 86278               };
 86279               
 86280               static const char*
 86281               __root_cimv2_CIM_PolicyConditionInPolicyRule_qualifiers[] =
 86282               {
 86283                   /* ASSOCIATION */
 86284                   "\000\001",
 86285                   /* UMLPackagePath */
 86286                   "\057CIM::Policy",
 86287                   /* Aggregation */
 86288 mike  1.1.2.1     "\004\001",
 86289                   /* Version */
 86290                   "\0632.7.0",
 86291                   0,
 86292               };
 86293               
 86294               MetaClass
 86295               __root_cimv2_CIM_PolicyConditionInPolicyRule =
 86296               {
 86297                   /* flags */
 86298                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86299                   /* name */
 86300                   "CIM_PolicyConditionInPolicyRule",
 86301                   /* qualifiers */
 86302                   __root_cimv2_CIM_PolicyConditionInPolicyRule_qualifiers,
 86303                   /* super */
 86304                   &__root_cimv2_CIM_PolicyConditionStructure,
 86305                   /* features */
 86306                   _CIM_PolicyConditionInPolicyRule_features,
 86307               };
 86308               
 86309 mike  1.1.2.1 //==============================================================================
 86310               //
 86311               // Class: CIM_PreambleFilter
 86312               //
 86313               //==============================================================================
 86314               
 86315               static const char*
 86316               _CIM_PreambleFilter_FilterItemList_qualifiers[] =
 86317               {
 86318                   /* ArrayType */
 86319                   "\005Ordered",
 86320                   0,
 86321               };
 86322               
 86323               static MetaProperty
 86324               _CIM_PreambleFilter_FilterItemList =
 86325               {
 86326                   /* flags */
 86327                   META_FLAG_PROPERTY|META_FLAG_READ,
 86328                   /* name */
 86329                   "FilterItemList",
 86330 mike  1.1.2.1     /* qualifiers */
 86331                   _CIM_PreambleFilter_FilterItemList_qualifiers,
 86332                   /* type */
 86333                   CIMTYPE_STRING,
 86334                   /* subscript */
 86335                   0,
 86336                   /* value */
 86337                   0,
 86338               };
 86339               
 86340               static MetaFeature*
 86341               _CIM_PreambleFilter_features[] =
 86342               {
 86343                   (MetaFeature*)&_CIM_PreambleFilter_FilterItemList,
 86344                   0,
 86345               };
 86346               
 86347               static const char*
 86348               __root_cimv2_CIM_PreambleFilter_qualifiers[] =
 86349               {
 86350                   /* UMLPackagePath */
 86351 mike  1.1.2.1     "\057CIM::Network::Filtering",
 86352                   /* Version */
 86353                   "\0632.7.0",
 86354                   0,
 86355               };
 86356               
 86357               MetaClass
 86358               __root_cimv2_CIM_PreambleFilter =
 86359               {
 86360                   /* flags */
 86361                   META_FLAG_CLASS,
 86362                   /* name */
 86363                   "CIM_PreambleFilter",
 86364                   /* qualifiers */
 86365                   __root_cimv2_CIM_PreambleFilter_qualifiers,
 86366                   /* super */
 86367                   &__root_cimv2_CIM_FilterEntryBase,
 86368                   /* features */
 86369                   _CIM_PreambleFilter_features,
 86370               };
 86371               
 86372 mike  1.1.2.1 //==============================================================================
 86373               //
 86374               // Class: CIM_PrintJob
 86375               //
 86376               //==============================================================================
 86377               
 86378               static const char*
 86379               _CIM_PrintJob_SystemCreationClassName_qualifiers[] =
 86380               {
 86381                   /* Key */
 86382                   "\025\001",
 86383                   /* Propagated */
 86384                   "\045CIM_PrintQueue.SystemCreationClassName",
 86385                   /* MaxLen */
 86386                   "\030\000\000\001\000",
 86387                   0,
 86388               };
 86389               
 86390               static MetaProperty
 86391               _CIM_PrintJob_SystemCreationClassName =
 86392               {
 86393 mike  1.1.2.1     /* flags */
 86394                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86395                   /* name */
 86396                   "SystemCreationClassName",
 86397                   /* qualifiers */
 86398                   _CIM_PrintJob_SystemCreationClassName_qualifiers,
 86399                   /* type */
 86400                   CIMTYPE_STRING,
 86401                   /* subscript */
 86402                   -1,
 86403                   /* value */
 86404                   0,
 86405               };
 86406               
 86407               static const char*
 86408               _CIM_PrintJob_SystemName_qualifiers[] =
 86409               {
 86410                   /* Key */
 86411                   "\025\001",
 86412                   /* Propagated */
 86413                   "\045CIM_PrintQueue.SystemName",
 86414 mike  1.1.2.1     /* MaxLen */
 86415                   "\030\000\000\001\000",
 86416                   0,
 86417               };
 86418               
 86419               static MetaProperty
 86420               _CIM_PrintJob_SystemName =
 86421               {
 86422                   /* flags */
 86423                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86424                   /* name */
 86425                   "SystemName",
 86426                   /* qualifiers */
 86427                   _CIM_PrintJob_SystemName_qualifiers,
 86428                   /* type */
 86429                   CIMTYPE_STRING,
 86430                   /* subscript */
 86431                   -1,
 86432                   /* value */
 86433                   0,
 86434               };
 86435 mike  1.1.2.1 
 86436               static const char*
 86437               _CIM_PrintJob_QueueCreationClassName_qualifiers[] =
 86438               {
 86439                   /* Key */
 86440                   "\025\001",
 86441                   /* Propagated */
 86442                   "\045CIM_PrintQueue.CreationClassName",
 86443                   /* MaxLen */
 86444                   "\030\000\000\001\000",
 86445                   0,
 86446               };
 86447               
 86448               static MetaProperty
 86449               _CIM_PrintJob_QueueCreationClassName =
 86450               {
 86451                   /* flags */
 86452                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86453                   /* name */
 86454                   "QueueCreationClassName",
 86455                   /* qualifiers */
 86456 mike  1.1.2.1     _CIM_PrintJob_QueueCreationClassName_qualifiers,
 86457                   /* type */
 86458                   CIMTYPE_STRING,
 86459                   /* subscript */
 86460                   -1,
 86461                   /* value */
 86462                   0,
 86463               };
 86464               
 86465               static const char*
 86466               _CIM_PrintJob_QueueName_qualifiers[] =
 86467               {
 86468                   /* Key */
 86469                   "\025\001",
 86470                   /* Propagated */
 86471                   "\045CIM_PrintQueue.Name",
 86472                   /* MaxLen */
 86473                   "\030\000\000\001\000",
 86474                   0,
 86475               };
 86476               
 86477 mike  1.1.2.1 static MetaProperty
 86478               _CIM_PrintJob_QueueName =
 86479               {
 86480                   /* flags */
 86481                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86482                   /* name */
 86483                   "QueueName",
 86484                   /* qualifiers */
 86485                   _CIM_PrintJob_QueueName_qualifiers,
 86486                   /* type */
 86487                   CIMTYPE_STRING,
 86488                   /* subscript */
 86489                   -1,
 86490                   /* value */
 86491                   0,
 86492               };
 86493               
 86494               static const char*
 86495               _CIM_PrintJob_JobStatus_qualifiers[] =
 86496               {
 86497                   /* Override */
 86498 mike  1.1.2.1     "\044JobStatus",
 86499                   /* ModelCorrespondence */
 86500                   "\036\000\001CIM_PrintJob.PrintJobStatus\000",
 86501                   0,
 86502               };
 86503               
 86504               static MetaProperty
 86505               _CIM_PrintJob_JobStatus =
 86506               {
 86507                   /* flags */
 86508                   META_FLAG_PROPERTY|META_FLAG_READ,
 86509                   /* name */
 86510                   "JobStatus",
 86511                   /* qualifiers */
 86512                   _CIM_PrintJob_JobStatus_qualifiers,
 86513                   /* type */
 86514                   CIMTYPE_STRING,
 86515                   /* subscript */
 86516                   -1,
 86517                   /* value */
 86518                   0,
 86519 mike  1.1.2.1 };
 86520               
 86521               static const char*
 86522               _CIM_PrintJob_JobID_qualifiers[] =
 86523               {
 86524                   /* Key */
 86525                   "\025\001",
 86526                   0,
 86527               };
 86528               
 86529               static MetaProperty
 86530               _CIM_PrintJob_JobID =
 86531               {
 86532                   /* flags */
 86533                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86534                   /* name */
 86535                   "JobID",
 86536                   /* qualifiers */
 86537                   _CIM_PrintJob_JobID_qualifiers,
 86538                   /* type */
 86539                   CIMTYPE_STRING,
 86540 mike  1.1.2.1     /* subscript */
 86541                   -1,
 86542                   /* value */
 86543                   0,
 86544               };
 86545               
 86546               static const char*
 86547               _CIM_PrintJob_SchedulingInformation_qualifiers[] =
 86548               {
 86549                   /* Deprecated */
 86550                   "\013\000\001No Value\000",
 86551                   0,
 86552               };
 86553               
 86554               static MetaProperty
 86555               _CIM_PrintJob_SchedulingInformation =
 86556               {
 86557                   /* flags */
 86558                   META_FLAG_PROPERTY|META_FLAG_READ,
 86559                   /* name */
 86560                   "SchedulingInformation",
 86561 mike  1.1.2.1     /* qualifiers */
 86562                   _CIM_PrintJob_SchedulingInformation_qualifiers,
 86563                   /* type */
 86564                   CIMTYPE_STRING,
 86565                   /* subscript */
 86566                   -1,
 86567                   /* value */
 86568                   0,
 86569               };
 86570               
 86571               static const char*
 86572               _CIM_PrintJob_JobSize_qualifiers[] =
 86573               {
 86574                   /* Units */
 86575                   "\060KiloBytes",
 86576                   /* ModelCorrespondence */
 86577                   "\036\000\002CIM_Printer.MaxSizeSupported\000CIM_PrintQueue.MaxJobSize\000",
 86578                   0,
 86579               };
 86580               
 86581               static MetaProperty
 86582 mike  1.1.2.1 _CIM_PrintJob_JobSize =
 86583               {
 86584                   /* flags */
 86585                   META_FLAG_PROPERTY|META_FLAG_READ,
 86586                   /* name */
 86587                   "JobSize",
 86588                   /* qualifiers */
 86589                   _CIM_PrintJob_JobSize_qualifiers,
 86590                   /* type */
 86591                   CIMTYPE_UINT32,
 86592                   /* subscript */
 86593                   -1,
 86594                   /* value */
 86595                   0,
 86596               };
 86597               
 86598               static const char*
 86599               _CIM_PrintJob_Language_qualifiers[] =
 86600               {
 86601                   /* ValueMap */
 86602                   "\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",
 86603 mike  1.1.2.1     /* Values */
 86604                   "\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",
 86605                   /* MappingStrings */
 86606                   "\026\000\001MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000",
 86607                   /* ModelCorrespondence */
 86608                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintService.LanguagesSupported\000CIM_PrintJob.MimeTypes\000",
 86609                   0,
 86610               };
 86611               
 86612               static MetaProperty
 86613               _CIM_PrintJob_Language =
 86614               {
 86615                   /* flags */
 86616                   META_FLAG_PROPERTY|META_FLAG_READ,
 86617                   /* name */
 86618                   "Language",
 86619                   /* qualifiers */
 86620                   _CIM_PrintJob_Language_qualifiers,
 86621                   /* type */
 86622                   CIMTYPE_UINT16,
 86623                   /* subscript */
 86624 mike  1.1.2.1     -1,
 86625                   /* value */
 86626                   0,
 86627               };
 86628               
 86629               static const char*
 86630               _CIM_PrintJob_MimeTypes_qualifiers[] =
 86631               {
 86632                   /* ModelCorrespondence */
 86633                   "\036\000\003CIM_PrintJob.Language\000CIM_Printer.MimeTypesSupported\000CIM_PrintService.MimeTypesSupported\000",
 86634                   0,
 86635               };
 86636               
 86637               static MetaProperty
 86638               _CIM_PrintJob_MimeTypes =
 86639               {
 86640                   /* flags */
 86641                   META_FLAG_PROPERTY|META_FLAG_READ,
 86642                   /* name */
 86643                   "MimeTypes",
 86644                   /* qualifiers */
 86645 mike  1.1.2.1     _CIM_PrintJob_MimeTypes_qualifiers,
 86646                   /* type */
 86647                   CIMTYPE_STRING,
 86648                   /* subscript */
 86649                   0,
 86650                   /* value */
 86651                   0,
 86652               };
 86653               
 86654               static const char*
 86655               _CIM_PrintJob_RequiredPaperType_qualifiers[] =
 86656               {
 86657                   /* ModelCorrespondence */
 86658                   "\036\000\002CIM_Printer.PaperTypesAvailable\000CIM_PrintService.PaperTypesAvailable\000",
 86659                   0,
 86660               };
 86661               
 86662               static MetaProperty
 86663               _CIM_PrintJob_RequiredPaperType =
 86664               {
 86665                   /* flags */
 86666 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 86667                   /* name */
 86668                   "RequiredPaperType",
 86669                   /* qualifiers */
 86670                   _CIM_PrintJob_RequiredPaperType_qualifiers,
 86671                   /* type */
 86672                   CIMTYPE_STRING,
 86673                   /* subscript */
 86674                   -1,
 86675                   /* value */
 86676                   0,
 86677               };
 86678               
 86679               static const char*
 86680               _CIM_PrintJob_Finishing_qualifiers[] =
 86681               {
 86682                   /* ValueMap */
 86683                   "\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",
 86684                   /* Values */
 86685                   "\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",
 86686                   /* ArrayType */
 86687 mike  1.1.2.1     "\005Indexed",
 86688                   /* ModelCorrespondence */
 86689                   "\036\000\002CIM_Printer.Capabilities\000CIM_PrintService.Capabilities\000",
 86690                   0,
 86691               };
 86692               
 86693               static MetaProperty
 86694               _CIM_PrintJob_Finishing =
 86695               {
 86696                   /* flags */
 86697                   META_FLAG_PROPERTY|META_FLAG_READ,
 86698                   /* name */
 86699                   "Finishing",
 86700                   /* qualifiers */
 86701                   _CIM_PrintJob_Finishing_qualifiers,
 86702                   /* type */
 86703                   CIMTYPE_UINT16,
 86704                   /* subscript */
 86705                   0,
 86706                   /* value */
 86707                   0,
 86708 mike  1.1.2.1 };
 86709               
 86710               static const char*
 86711               _CIM_PrintJob_Copies_qualifiers[] =
 86712               {
 86713                   /* ModelCorrespondence */
 86714                   "\036\000\001CIM_Printer.MaxCopies\000",
 86715                   0,
 86716               };
 86717               
 86718               static MetaProperty
 86719               _CIM_PrintJob_Copies =
 86720               {
 86721                   /* flags */
 86722                   META_FLAG_PROPERTY|META_FLAG_READ,
 86723                   /* name */
 86724                   "Copies",
 86725                   /* qualifiers */
 86726                   _CIM_PrintJob_Copies_qualifiers,
 86727                   /* type */
 86728                   CIMTYPE_UINT32,
 86729 mike  1.1.2.1     /* subscript */
 86730                   -1,
 86731                   /* value */
 86732                   0,
 86733               };
 86734               
 86735               static const char*
 86736               _CIM_PrintJob_HorizontalResolution_qualifiers[] =
 86737               {
 86738                   /* Units */
 86739                   "\060Pixels per Inch",
 86740                   /* ModelCorrespondence */
 86741                   "\036\000\001CIM_Printer.HorizontalResolution\000",
 86742                   0,
 86743               };
 86744               
 86745               static MetaProperty
 86746               _CIM_PrintJob_HorizontalResolution =
 86747               {
 86748                   /* flags */
 86749                   META_FLAG_PROPERTY|META_FLAG_READ,
 86750 mike  1.1.2.1     /* name */
 86751                   "HorizontalResolution",
 86752                   /* qualifiers */
 86753                   _CIM_PrintJob_HorizontalResolution_qualifiers,
 86754                   /* type */
 86755                   CIMTYPE_UINT32,
 86756                   /* subscript */
 86757                   -1,
 86758                   /* value */
 86759                   0,
 86760               };
 86761               
 86762               static const char*
 86763               _CIM_PrintJob_VerticalResolution_qualifiers[] =
 86764               {
 86765                   /* Units */
 86766                   "\060Pixels per Inch",
 86767                   /* ModelCorrespondence */
 86768                   "\036\000\001CIM_Printer.VerticalResolution\000",
 86769                   0,
 86770               };
 86771 mike  1.1.2.1 
 86772               static MetaProperty
 86773               _CIM_PrintJob_VerticalResolution =
 86774               {
 86775                   /* flags */
 86776                   META_FLAG_PROPERTY|META_FLAG_READ,
 86777                   /* name */
 86778                   "VerticalResolution",
 86779                   /* qualifiers */
 86780                   _CIM_PrintJob_VerticalResolution_qualifiers,
 86781                   /* type */
 86782                   CIMTYPE_UINT32,
 86783                   /* subscript */
 86784                   -1,
 86785                   /* value */
 86786                   0,
 86787               };
 86788               
 86789               static const char*
 86790               _CIM_PrintJob_CharSet_qualifiers[] =
 86791               {
 86792 mike  1.1.2.1     /* ModelCorrespondence */
 86793                   "\036\000\001CIM_Printer.CharSetsSupported\000",
 86794                   0,
 86795               };
 86796               
 86797               static MetaProperty
 86798               _CIM_PrintJob_CharSet =
 86799               {
 86800                   /* flags */
 86801                   META_FLAG_PROPERTY|META_FLAG_READ,
 86802                   /* name */
 86803                   "CharSet",
 86804                   /* qualifiers */
 86805                   _CIM_PrintJob_CharSet_qualifiers,
 86806                   /* type */
 86807                   CIMTYPE_STRING,
 86808                   /* subscript */
 86809                   -1,
 86810                   /* value */
 86811                   0,
 86812               };
 86813 mike  1.1.2.1 
 86814               static const char*
 86815               _CIM_PrintJob_NaturalLanguage_qualifiers[] =
 86816               {
 86817                   /* ModelCorrespondence */
 86818                   "\036\000\001CIM_Printer.NaturalLanguagesSupported\000",
 86819                   0,
 86820               };
 86821               
 86822               static MetaProperty
 86823               _CIM_PrintJob_NaturalLanguage =
 86824               {
 86825                   /* flags */
 86826                   META_FLAG_PROPERTY|META_FLAG_READ,
 86827                   /* name */
 86828                   "NaturalLanguage",
 86829                   /* qualifiers */
 86830                   _CIM_PrintJob_NaturalLanguage_qualifiers,
 86831                   /* type */
 86832                   CIMTYPE_STRING,
 86833                   /* subscript */
 86834 mike  1.1.2.1     -1,
 86835                   /* value */
 86836                   0,
 86837               };
 86838               
 86839               static const char*
 86840               _CIM_PrintJob_NumberUp_qualifiers[] =
 86841               {
 86842                   /* ModelCorrespondence */
 86843                   "\036\000\001CIM_Printer.MaxNumberUp\000",
 86844                   0,
 86845               };
 86846               
 86847               static MetaProperty
 86848               _CIM_PrintJob_NumberUp =
 86849               {
 86850                   /* flags */
 86851                   META_FLAG_PROPERTY|META_FLAG_READ,
 86852                   /* name */
 86853                   "NumberUp",
 86854                   /* qualifiers */
 86855 mike  1.1.2.1     _CIM_PrintJob_NumberUp_qualifiers,
 86856                   /* type */
 86857                   CIMTYPE_UINT32,
 86858                   /* subscript */
 86859                   -1,
 86860                   /* value */
 86861                   0,
 86862               };
 86863               
 86864               static const char*
 86865               _CIM_PrintJob_PrintJobStatus_qualifiers[] =
 86866               {
 86867                   /* ValueMap */
 86868                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 86869                   /* Values */
 86870                   "\062\000\007Other\000Unknown\000Pending\000Blocked\000Complete\000Completed With Error\000Printing\000",
 86871                   /* ModelCorrespondence */
 86872                   "\036\000\002CIM_PrintJob.TimeCompleted\000CIM_PrintJob.JobStatus\000",
 86873                   0,
 86874               };
 86875               
 86876 mike  1.1.2.1 static MetaProperty
 86877               _CIM_PrintJob_PrintJobStatus =
 86878               {
 86879                   /* flags */
 86880                   META_FLAG_PROPERTY|META_FLAG_READ,
 86881                   /* name */
 86882                   "PrintJobStatus",
 86883                   /* qualifiers */
 86884                   _CIM_PrintJob_PrintJobStatus_qualifiers,
 86885                   /* type */
 86886                   CIMTYPE_UINT16,
 86887                   /* subscript */
 86888                   -1,
 86889                   /* value */
 86890                   0,
 86891               };
 86892               
 86893               static const char*
 86894               _CIM_PrintJob_TimeCompleted_qualifiers[] =
 86895               {
 86896                   /* ModelCorrespondence */
 86897 mike  1.1.2.1     "\036\000\001CIM_PrintJob.PrintJobStatus\000",
 86898                   0,
 86899               };
 86900               
 86901               static MetaProperty
 86902               _CIM_PrintJob_TimeCompleted =
 86903               {
 86904                   /* flags */
 86905                   META_FLAG_PROPERTY|META_FLAG_READ,
 86906                   /* name */
 86907                   "TimeCompleted",
 86908                   /* qualifiers */
 86909                   _CIM_PrintJob_TimeCompleted_qualifiers,
 86910                   /* type */
 86911                   CIMTYPE_DATETIME,
 86912                   /* subscript */
 86913                   -1,
 86914                   /* value */
 86915                   0,
 86916               };
 86917               
 86918 mike  1.1.2.1 static const char*
 86919               _CIM_PrintJob_RequiredJobSheets_qualifiers[] =
 86920               {
 86921                   /* ModelCorrespondence */
 86922                   "\036\000\001CIM_Printer.AvailableJobSheets\000",
 86923                   0,
 86924               };
 86925               
 86926               static MetaProperty
 86927               _CIM_PrintJob_RequiredJobSheets =
 86928               {
 86929                   /* flags */
 86930                   META_FLAG_PROPERTY|META_FLAG_READ,
 86931                   /* name */
 86932                   "RequiredJobSheets",
 86933                   /* qualifiers */
 86934                   _CIM_PrintJob_RequiredJobSheets_qualifiers,
 86935                   /* type */
 86936                   CIMTYPE_STRING,
 86937                   /* subscript */
 86938                   0,
 86939 mike  1.1.2.1     /* value */
 86940                   0,
 86941               };
 86942               
 86943               static const char*
 86944               _CIM_PrintJob_JobOrigination_qualifiers[] =
 86945               {
 86946                   0,
 86947               };
 86948               
 86949               static MetaProperty
 86950               _CIM_PrintJob_JobOrigination =
 86951               {
 86952                   /* flags */
 86953                   META_FLAG_PROPERTY|META_FLAG_READ,
 86954                   /* name */
 86955                   "JobOrigination",
 86956                   /* qualifiers */
 86957                   _CIM_PrintJob_JobOrigination_qualifiers,
 86958                   /* type */
 86959                   CIMTYPE_STRING,
 86960 mike  1.1.2.1     /* subscript */
 86961                   -1,
 86962                   /* value */
 86963                   0,
 86964               };
 86965               
 86966               static MetaFeature*
 86967               _CIM_PrintJob_features[] =
 86968               {
 86969                   (MetaFeature*)&_CIM_PrintJob_SystemCreationClassName,
 86970                   (MetaFeature*)&_CIM_PrintJob_SystemName,
 86971                   (MetaFeature*)&_CIM_PrintJob_QueueCreationClassName,
 86972                   (MetaFeature*)&_CIM_PrintJob_QueueName,
 86973                   (MetaFeature*)&_CIM_PrintJob_JobStatus,
 86974                   (MetaFeature*)&_CIM_PrintJob_JobID,
 86975                   (MetaFeature*)&_CIM_PrintJob_SchedulingInformation,
 86976                   (MetaFeature*)&_CIM_PrintJob_JobSize,
 86977                   (MetaFeature*)&_CIM_PrintJob_Language,
 86978                   (MetaFeature*)&_CIM_PrintJob_MimeTypes,
 86979                   (MetaFeature*)&_CIM_PrintJob_RequiredPaperType,
 86980                   (MetaFeature*)&_CIM_PrintJob_Finishing,
 86981 mike  1.1.2.1     (MetaFeature*)&_CIM_PrintJob_Copies,
 86982                   (MetaFeature*)&_CIM_PrintJob_HorizontalResolution,
 86983                   (MetaFeature*)&_CIM_PrintJob_VerticalResolution,
 86984                   (MetaFeature*)&_CIM_PrintJob_CharSet,
 86985                   (MetaFeature*)&_CIM_PrintJob_NaturalLanguage,
 86986                   (MetaFeature*)&_CIM_PrintJob_NumberUp,
 86987                   (MetaFeature*)&_CIM_PrintJob_PrintJobStatus,
 86988                   (MetaFeature*)&_CIM_PrintJob_TimeCompleted,
 86989                   (MetaFeature*)&_CIM_PrintJob_RequiredJobSheets,
 86990                   (MetaFeature*)&_CIM_PrintJob_JobOrigination,
 86991                   0,
 86992               };
 86993               
 86994               static const char*
 86995               __root_cimv2_CIM_PrintJob_qualifiers[] =
 86996               {
 86997                   /* UMLPackagePath */
 86998                   "\057CIM::Device::Printing",
 86999                   /* Version */
 87000                   "\0632.10.0",
 87001                   0,
 87002 mike  1.1.2.1 };
 87003               
 87004               MetaClass
 87005               __root_cimv2_CIM_PrintJob =
 87006               {
 87007                   /* flags */
 87008                   META_FLAG_CLASS,
 87009                   /* name */
 87010                   "CIM_PrintJob",
 87011                   /* qualifiers */
 87012                   __root_cimv2_CIM_PrintJob_qualifiers,
 87013                   /* super */
 87014                   &__root_cimv2_CIM_Job,
 87015                   /* features */
 87016                   _CIM_PrintJob_features,
 87017               };
 87018               
 87019               //==============================================================================
 87020               //
 87021               // Class: CIM_PrintJobFile
 87022               //
 87023 mike  1.1.2.1 //==============================================================================
 87024               
 87025               static const char*
 87026               _CIM_PrintJobFile_GroupComponent_qualifiers[] =
 87027               {
 87028                   /* Aggregate */
 87029                   "\003\001",
 87030                   /* Override */
 87031                   "\044GroupComponent",
 87032                   0,
 87033               };
 87034               
 87035               static MetaReference
 87036               _CIM_PrintJobFile_GroupComponent =
 87037               {
 87038                   /* flags */
 87039                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 87040                   /* name */
 87041                   "GroupComponent",
 87042                   /* qualifiers */
 87043                   _CIM_PrintJobFile_GroupComponent_qualifiers,
 87044 mike  1.1.2.1     /* subscript */
 87045                   -1,
 87046                   /* refId */
 87047                   &__root_cimv2_CIM_PrintJob,
 87048               };
 87049               
 87050               static const char*
 87051               _CIM_PrintJobFile_PartComponent_qualifiers[] =
 87052               {
 87053                   /* Override */
 87054                   "\044PartComponent",
 87055                   0,
 87056               };
 87057               
 87058               static MetaReference
 87059               _CIM_PrintJobFile_PartComponent =
 87060               {
 87061                   /* flags */
 87062                   META_FLAG_REFERENCE|META_FLAG_READ,
 87063                   /* name */
 87064                   "PartComponent",
 87065 mike  1.1.2.1     /* qualifiers */
 87066                   _CIM_PrintJobFile_PartComponent_qualifiers,
 87067                   /* subscript */
 87068                   -1,
 87069                   /* refId */
 87070                   &__root_cimv2_CIM_DataFile,
 87071               };
 87072               
 87073               static MetaFeature*
 87074               _CIM_PrintJobFile_features[] =
 87075               {
 87076                   (MetaFeature*)&_CIM_PrintJobFile_GroupComponent,
 87077                   (MetaFeature*)&_CIM_PrintJobFile_PartComponent,
 87078                   0,
 87079               };
 87080               
 87081               static const char*
 87082               __root_cimv2_CIM_PrintJobFile_qualifiers[] =
 87083               {
 87084                   /* ASSOCIATION */
 87085                   "\000\001",
 87086 mike  1.1.2.1     /* UMLPackagePath */
 87087                   "\057CIM::Device::Printing",
 87088                   /* Aggregation */
 87089                   "\004\001",
 87090                   /* Version */
 87091                   "\0632.10.0",
 87092                   0,
 87093               };
 87094               
 87095               MetaClass
 87096               __root_cimv2_CIM_PrintJobFile =
 87097               {
 87098                   /* flags */
 87099                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87100                   /* name */
 87101                   "CIM_PrintJobFile",
 87102                   /* qualifiers */
 87103                   __root_cimv2_CIM_PrintJobFile_qualifiers,
 87104                   /* super */
 87105                   &__root_cimv2_CIM_Component,
 87106                   /* features */
 87107 mike  1.1.2.1     _CIM_PrintJobFile_features,
 87108               };
 87109               
 87110               //==============================================================================
 87111               //
 87112               // Class: CIM_ProductSoftwareComponent
 87113               //
 87114               //==============================================================================
 87115               
 87116               static const char*
 87117               _CIM_ProductSoftwareComponent_GroupComponent_qualifiers[] =
 87118               {
 87119                   /* Override */
 87120                   "\044GroupComponent",
 87121                   /* Max */
 87122                   "\027\000\000\000\001",
 87123                   0,
 87124               };
 87125               
 87126               static MetaReference
 87127               _CIM_ProductSoftwareComponent_GroupComponent =
 87128 mike  1.1.2.1 {
 87129                   /* flags */
 87130                   META_FLAG_REFERENCE|META_FLAG_READ,
 87131                   /* name */
 87132                   "GroupComponent",
 87133                   /* qualifiers */
 87134                   _CIM_ProductSoftwareComponent_GroupComponent_qualifiers,
 87135                   /* subscript */
 87136                   -1,
 87137                   /* refId */
 87138                   &__root_cimv2_CIM_Product,
 87139               };
 87140               
 87141               static const char*
 87142               _CIM_ProductSoftwareComponent_PartComponent_qualifiers[] =
 87143               {
 87144                   /* Override */
 87145                   "\044PartComponent",
 87146                   0,
 87147               };
 87148               
 87149 mike  1.1.2.1 static MetaReference
 87150               _CIM_ProductSoftwareComponent_PartComponent =
 87151               {
 87152                   /* flags */
 87153                   META_FLAG_REFERENCE|META_FLAG_READ,
 87154                   /* name */
 87155                   "PartComponent",
 87156                   /* qualifiers */
 87157                   _CIM_ProductSoftwareComponent_PartComponent_qualifiers,
 87158                   /* subscript */
 87159                   -1,
 87160                   /* refId */
 87161                   &__root_cimv2_CIM_SoftwareIdentity,
 87162               };
 87163               
 87164               static MetaFeature*
 87165               _CIM_ProductSoftwareComponent_features[] =
 87166               {
 87167                   (MetaFeature*)&_CIM_ProductSoftwareComponent_GroupComponent,
 87168                   (MetaFeature*)&_CIM_ProductSoftwareComponent_PartComponent,
 87169                   0,
 87170 mike  1.1.2.1 };
 87171               
 87172               static const char*
 87173               __root_cimv2_CIM_ProductSoftwareComponent_qualifiers[] =
 87174               {
 87175                   /* ASSOCIATION */
 87176                   "\000\001",
 87177                   /* UMLPackagePath */
 87178                   "\057CIM::Core::ProductFRU",
 87179                   /* Aggregation */
 87180                   "\004\001",
 87181                   /* Composition */
 87182                   "\011\001",
 87183                   /* Version */
 87184                   "\0632.7.0",
 87185                   0,
 87186               };
 87187               
 87188               MetaClass
 87189               __root_cimv2_CIM_ProductSoftwareComponent =
 87190               {
 87191 mike  1.1.2.1     /* flags */
 87192                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87193                   /* name */
 87194                   "CIM_ProductSoftwareComponent",
 87195                   /* qualifiers */
 87196                   __root_cimv2_CIM_ProductSoftwareComponent_qualifiers,
 87197                   /* super */
 87198                   &__root_cimv2_CIM_Component,
 87199                   /* features */
 87200                   _CIM_ProductSoftwareComponent_features,
 87201               };
 87202               
 87203               //==============================================================================
 87204               //
 87205               // Class: CIM_ProductSoftwareFeatures
 87206               //
 87207               //==============================================================================
 87208               
 87209               static const char*
 87210               _CIM_ProductSoftwareFeatures_Product_qualifiers[] =
 87211               {
 87212 mike  1.1.2.1     /* Key */
 87213                   "\025\001",
 87214                   /* Aggregate */
 87215                   "\003\001",
 87216                   /* Min */
 87217                   "\033\000\000\000\001",
 87218                   /* Max */
 87219                   "\027\000\000\000\001",
 87220                   0,
 87221               };
 87222               
 87223               static MetaReference
 87224               _CIM_ProductSoftwareFeatures_Product =
 87225               {
 87226                   /* flags */
 87227                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 87228                   /* name */
 87229                   "Product",
 87230                   /* qualifiers */
 87231                   _CIM_ProductSoftwareFeatures_Product_qualifiers,
 87232                   /* subscript */
 87233 mike  1.1.2.1     -1,
 87234                   /* refId */
 87235                   &__root_cimv2_CIM_Product,
 87236               };
 87237               
 87238               static const char*
 87239               _CIM_ProductSoftwareFeatures_Component_qualifiers[] =
 87240               {
 87241                   /* Key */
 87242                   "\025\001",
 87243                   /* Weak */
 87244                   "\064\001",
 87245                   0,
 87246               };
 87247               
 87248               static MetaReference
 87249               _CIM_ProductSoftwareFeatures_Component =
 87250               {
 87251                   /* flags */
 87252                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 87253                   /* name */
 87254 mike  1.1.2.1     "Component",
 87255                   /* qualifiers */
 87256                   _CIM_ProductSoftwareFeatures_Component_qualifiers,
 87257                   /* subscript */
 87258                   -1,
 87259                   /* refId */
 87260                   &__root_cimv2_CIM_SoftwareFeature,
 87261               };
 87262               
 87263               static MetaFeature*
 87264               _CIM_ProductSoftwareFeatures_features[] =
 87265               {
 87266                   (MetaFeature*)&_CIM_ProductSoftwareFeatures_Product,
 87267                   (MetaFeature*)&_CIM_ProductSoftwareFeatures_Component,
 87268                   0,
 87269               };
 87270               
 87271               static const char*
 87272               __root_cimv2_CIM_ProductSoftwareFeatures_qualifiers[] =
 87273               {
 87274                   /* ASSOCIATION */
 87275 mike  1.1.2.1     "\000\001",
 87276                   /* UMLPackagePath */
 87277                   "\057CIM::Application::DeploymentModel",
 87278                   /* Aggregation */
 87279                   "\004\001",
 87280                   /* Version */
 87281                   "\0632.6.0",
 87282                   0,
 87283               };
 87284               
 87285               MetaClass
 87286               __root_cimv2_CIM_ProductSoftwareFeatures =
 87287               {
 87288                   /* flags */
 87289                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87290                   /* name */
 87291                   "CIM_ProductSoftwareFeatures",
 87292                   /* qualifiers */
 87293                   __root_cimv2_CIM_ProductSoftwareFeatures_qualifiers,
 87294                   /* super */
 87295                   0,
 87296 mike  1.1.2.1     /* features */
 87297                   _CIM_ProductSoftwareFeatures_features,
 87298               };
 87299               
 87300               //==============================================================================
 87301               //
 87302               // Class: CIM_RedundancyComponent
 87303               //
 87304               //==============================================================================
 87305               
 87306               static const char*
 87307               _CIM_RedundancyComponent_GroupComponent_qualifiers[] =
 87308               {
 87309                   /* Deprecated */
 87310                   "\013\000\001CIM_MemberOfCollection.Collection\000",
 87311                   /* Aggregate */
 87312                   "\003\001",
 87313                   /* Override */
 87314                   "\044GroupComponent",
 87315                   0,
 87316               };
 87317 mike  1.1.2.1 
 87318               static MetaReference
 87319               _CIM_RedundancyComponent_GroupComponent =
 87320               {
 87321                   /* flags */
 87322                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 87323                   /* name */
 87324                   "GroupComponent",
 87325                   /* qualifiers */
 87326                   _CIM_RedundancyComponent_GroupComponent_qualifiers,
 87327                   /* subscript */
 87328                   -1,
 87329                   /* refId */
 87330                   &__root_cimv2_CIM_RedundancyGroup,
 87331               };
 87332               
 87333               static const char*
 87334               _CIM_RedundancyComponent_PartComponent_qualifiers[] =
 87335               {
 87336                   /* Deprecated */
 87337                   "\013\000\001CIM_MemberOfCollection.Member\000",
 87338 mike  1.1.2.1     /* Override */
 87339                   "\044PartComponent",
 87340                   0,
 87341               };
 87342               
 87343               static MetaReference
 87344               _CIM_RedundancyComponent_PartComponent =
 87345               {
 87346                   /* flags */
 87347                   META_FLAG_REFERENCE|META_FLAG_READ,
 87348                   /* name */
 87349                   "PartComponent",
 87350                   /* qualifiers */
 87351                   _CIM_RedundancyComponent_PartComponent_qualifiers,
 87352                   /* subscript */
 87353                   -1,
 87354                   /* refId */
 87355                   &__root_cimv2_CIM_ManagedSystemElement,
 87356               };
 87357               
 87358               static MetaFeature*
 87359 mike  1.1.2.1 _CIM_RedundancyComponent_features[] =
 87360               {
 87361                   (MetaFeature*)&_CIM_RedundancyComponent_GroupComponent,
 87362                   (MetaFeature*)&_CIM_RedundancyComponent_PartComponent,
 87363                   0,
 87364               };
 87365               
 87366               static const char*
 87367               __root_cimv2_CIM_RedundancyComponent_qualifiers[] =
 87368               {
 87369                   /* ASSOCIATION */
 87370                   "\000\001",
 87371                   /* Deprecated */
 87372                   "\013\000\001CIM_MemberOfCollection\000",
 87373                   /* UMLPackagePath */
 87374                   "\057CIM::Core::Redundancy",
 87375                   /* Aggregation */
 87376                   "\004\001",
 87377                   /* Version */
 87378                   "\0632.13.0",
 87379                   0,
 87380 mike  1.1.2.1 };
 87381               
 87382               MetaClass
 87383               __root_cimv2_CIM_RedundancyComponent =
 87384               {
 87385                   /* flags */
 87386                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87387                   /* name */
 87388                   "CIM_RedundancyComponent",
 87389                   /* qualifiers */
 87390                   __root_cimv2_CIM_RedundancyComponent_qualifiers,
 87391                   /* super */
 87392                   &__root_cimv2_CIM_Component,
 87393                   /* features */
 87394                   _CIM_RedundancyComponent_features,
 87395               };
 87396               
 87397               //==============================================================================
 87398               //
 87399               // Class: CIM_SAProposal
 87400               //
 87401 mike  1.1.2.1 //==============================================================================
 87402               
 87403               static MetaFeature*
 87404               _CIM_SAProposal_features[] =
 87405               {
 87406                   0,
 87407               };
 87408               
 87409               static const char*
 87410               __root_cimv2_CIM_SAProposal_qualifiers[] =
 87411               {
 87412                   /* UMLPackagePath */
 87413                   "\057CIM::IPsecPolicy",
 87414                   /* Abstract */
 87415                   "\002\001",
 87416                   /* Version */
 87417                   "\0632.8.0",
 87418                   /* MappingStrings */
 87419                   "\026\000\001IPSP Policy Model.IETF|SAProposal\000",
 87420                   0,
 87421               };
 87422 mike  1.1.2.1 
 87423               MetaClass
 87424               __root_cimv2_CIM_SAProposal =
 87425               {
 87426                   /* flags */
 87427                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 87428                   /* name */
 87429                   "CIM_SAProposal",
 87430                   /* qualifiers */
 87431                   __root_cimv2_CIM_SAProposal_qualifiers,
 87432                   /* super */
 87433                   &__root_cimv2_CIM_ScopedSettingData,
 87434                   /* features */
 87435                   _CIM_SAProposal_features,
 87436               };
 87437               
 87438               //==============================================================================
 87439               //
 87440               // Class: CIM_SATransform
 87441               //
 87442               //==============================================================================
 87443 mike  1.1.2.1 
 87444               static const char*
 87445               _CIM_SATransform_ElementName_qualifiers[] =
 87446               {
 87447                   /* Override */
 87448                   "\044ElementName",
 87449                   /* MappingStrings */
 87450                   "\026\000\001IPSP Model.IETF|SATransform.CommonName\000",
 87451                   0,
 87452               };
 87453               
 87454               static MetaProperty
 87455               _CIM_SATransform_ElementName =
 87456               {
 87457                   /* flags */
 87458                   META_FLAG_PROPERTY|META_FLAG_READ,
 87459                   /* name */
 87460                   "ElementName",
 87461                   /* qualifiers */
 87462                   _CIM_SATransform_ElementName_qualifiers,
 87463                   /* type */
 87464 mike  1.1.2.1     CIMTYPE_STRING,
 87465                   /* subscript */
 87466                   -1,
 87467                   /* value */
 87468                   0,
 87469               };
 87470               
 87471               static const char*
 87472               _CIM_SATransform_MaxLifetimeSeconds_qualifiers[] =
 87473               {
 87474                   /* Units */
 87475                   "\060Seconds",
 87476                   /* MappingStrings */
 87477                   "\026\000\001IPSP Model.IETF|SATransform.MaxLifetimeSeconds\000",
 87478                   0,
 87479               };
 87480               
 87481               static MetaProperty
 87482               _CIM_SATransform_MaxLifetimeSeconds =
 87483               {
 87484                   /* flags */
 87485 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 87486                   /* name */
 87487                   "MaxLifetimeSeconds",
 87488                   /* qualifiers */
 87489                   _CIM_SATransform_MaxLifetimeSeconds_qualifiers,
 87490                   /* type */
 87491                   CIMTYPE_UINT64,
 87492                   /* subscript */
 87493                   -1,
 87494                   /* value */
 87495                   "\000\000\000\000\000\000\000\000",
 87496               };
 87497               
 87498               static const char*
 87499               _CIM_SATransform_MaxLifetimeKilobytes_qualifiers[] =
 87500               {
 87501                   /* Units */
 87502                   "\060KiloBytes",
 87503                   /* MappingStrings */
 87504                   "\026\000\001IPSP Model.IETF|SATransform.MaxLifetimeKilobytes\000",
 87505                   0,
 87506 mike  1.1.2.1 };
 87507               
 87508               static MetaProperty
 87509               _CIM_SATransform_MaxLifetimeKilobytes =
 87510               {
 87511                   /* flags */
 87512                   META_FLAG_PROPERTY|META_FLAG_READ,
 87513                   /* name */
 87514                   "MaxLifetimeKilobytes",
 87515                   /* qualifiers */
 87516                   _CIM_SATransform_MaxLifetimeKilobytes_qualifiers,
 87517                   /* type */
 87518                   CIMTYPE_UINT64,
 87519                   /* subscript */
 87520                   -1,
 87521                   /* value */
 87522                   "\000\000\000\000\000\000\000\000",
 87523               };
 87524               
 87525               static const char*
 87526               _CIM_SATransform_VendorID_qualifiers[] =
 87527 mike  1.1.2.1 {
 87528                   /* MappingStrings */
 87529                   "\026\000\001IPSP Model.IETF|SATransform.VendorID\000",
 87530                   0,
 87531               };
 87532               
 87533               static MetaProperty
 87534               _CIM_SATransform_VendorID =
 87535               {
 87536                   /* flags */
 87537                   META_FLAG_PROPERTY|META_FLAG_READ,
 87538                   /* name */
 87539                   "VendorID",
 87540                   /* qualifiers */
 87541                   _CIM_SATransform_VendorID_qualifiers,
 87542                   /* type */
 87543                   CIMTYPE_STRING,
 87544                   /* subscript */
 87545                   -1,
 87546                   /* value */
 87547                   "",
 87548 mike  1.1.2.1 };
 87549               
 87550               static MetaFeature*
 87551               _CIM_SATransform_features[] =
 87552               {
 87553                   (MetaFeature*)&_CIM_SATransform_ElementName,
 87554                   (MetaFeature*)&_CIM_SATransform_MaxLifetimeSeconds,
 87555                   (MetaFeature*)&_CIM_SATransform_MaxLifetimeKilobytes,
 87556                   (MetaFeature*)&_CIM_SATransform_VendorID,
 87557                   0,
 87558               };
 87559               
 87560               static const char*
 87561               __root_cimv2_CIM_SATransform_qualifiers[] =
 87562               {
 87563                   /* UMLPackagePath */
 87564                   "\057CIM::Network::IPsec",
 87565                   /* Abstract */
 87566                   "\002\001",
 87567                   /* Version */
 87568                   "\0632.8.0",
 87569 mike  1.1.2.1     /* MappingStrings */
 87570                   "\026\000\001IPSP Model.IETF|SATransform\000",
 87571                   0,
 87572               };
 87573               
 87574               MetaClass
 87575               __root_cimv2_CIM_SATransform =
 87576               {
 87577                   /* flags */
 87578                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 87579                   /* name */
 87580                   "CIM_SATransform",
 87581                   /* qualifiers */
 87582                   __root_cimv2_CIM_SATransform_qualifiers,
 87583                   /* super */
 87584                   &__root_cimv2_CIM_ScopedSettingData,
 87585                   /* features */
 87586                   _CIM_SATransform_features,
 87587               };
 87588               
 87589               //==============================================================================
 87590 mike  1.1.2.1 //
 87591               // Class: CIM_ScopedSetting
 87592               //
 87593               //==============================================================================
 87594               
 87595               static const char*
 87596               _CIM_ScopedSetting_Antecedent_qualifiers[] =
 87597               {
 87598                   /* Override */
 87599                   "\044Antecedent",
 87600                   /* Min */
 87601                   "\033\000\000\000\001",
 87602                   /* Max */
 87603                   "\027\000\000\000\001",
 87604                   0,
 87605               };
 87606               
 87607               static MetaReference
 87608               _CIM_ScopedSetting_Antecedent =
 87609               {
 87610                   /* flags */
 87611 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 87612                   /* name */
 87613                   "Antecedent",
 87614                   /* qualifiers */
 87615                   _CIM_ScopedSetting_Antecedent_qualifiers,
 87616                   /* subscript */
 87617                   -1,
 87618                   /* refId */
 87619                   &__root_cimv2_CIM_ManagedElement,
 87620               };
 87621               
 87622               static const char*
 87623               _CIM_ScopedSetting_Dependent_qualifiers[] =
 87624               {
 87625                   /* Override */
 87626                   "\044Dependent",
 87627                   0,
 87628               };
 87629               
 87630               static MetaReference
 87631               _CIM_ScopedSetting_Dependent =
 87632 mike  1.1.2.1 {
 87633                   /* flags */
 87634                   META_FLAG_REFERENCE|META_FLAG_READ,
 87635                   /* name */
 87636                   "Dependent",
 87637                   /* qualifiers */
 87638                   _CIM_ScopedSetting_Dependent_qualifiers,
 87639                   /* subscript */
 87640                   -1,
 87641                   /* refId */
 87642                   &__root_cimv2_CIM_ScopedSettingData,
 87643               };
 87644               
 87645               static MetaFeature*
 87646               _CIM_ScopedSetting_features[] =
 87647               {
 87648                   (MetaFeature*)&_CIM_ScopedSetting_Antecedent,
 87649                   (MetaFeature*)&_CIM_ScopedSetting_Dependent,
 87650                   0,
 87651               };
 87652               
 87653 mike  1.1.2.1 static const char*
 87654               __root_cimv2_CIM_ScopedSetting_qualifiers[] =
 87655               {
 87656                   /* ASSOCIATION */
 87657                   "\000\001",
 87658                   /* UMLPackagePath */
 87659                   "\057CIM::Core::Settings",
 87660                   /* Version */
 87661                   "\0632.10.0",
 87662                   0,
 87663               };
 87664               
 87665               MetaClass
 87666               __root_cimv2_CIM_ScopedSetting =
 87667               {
 87668                   /* flags */
 87669                   META_FLAG_ASSOCIATION,
 87670                   /* name */
 87671                   "CIM_ScopedSetting",
 87672                   /* qualifiers */
 87673                   __root_cimv2_CIM_ScopedSetting_qualifiers,
 87674 mike  1.1.2.1     /* super */
 87675                   &__root_cimv2_CIM_HostedDependency,
 87676                   /* features */
 87677                   _CIM_ScopedSetting_features,
 87678               };
 87679               
 87680               //==============================================================================
 87681               //
 87682               // Class: CIM_SlotInSlot
 87683               //
 87684               //==============================================================================
 87685               
 87686               static const char*
 87687               _CIM_SlotInSlot_Antecedent_qualifiers[] =
 87688               {
 87689                   /* Override */
 87690                   "\044Antecedent",
 87691                   0,
 87692               };
 87693               
 87694               static MetaReference
 87695 mike  1.1.2.1 _CIM_SlotInSlot_Antecedent =
 87696               {
 87697                   /* flags */
 87698                   META_FLAG_REFERENCE|META_FLAG_READ,
 87699                   /* name */
 87700                   "Antecedent",
 87701                   /* qualifiers */
 87702                   _CIM_SlotInSlot_Antecedent_qualifiers,
 87703                   /* subscript */
 87704                   -1,
 87705                   /* refId */
 87706                   &__root_cimv2_CIM_Slot,
 87707               };
 87708               
 87709               static const char*
 87710               _CIM_SlotInSlot_Dependent_qualifiers[] =
 87711               {
 87712                   /* Override */
 87713                   "\044Dependent",
 87714                   /* Max */
 87715                   "\027\000\000\000\001",
 87716 mike  1.1.2.1     0,
 87717               };
 87718               
 87719               static MetaReference
 87720               _CIM_SlotInSlot_Dependent =
 87721               {
 87722                   /* flags */
 87723                   META_FLAG_REFERENCE|META_FLAG_READ,
 87724                   /* name */
 87725                   "Dependent",
 87726                   /* qualifiers */
 87727                   _CIM_SlotInSlot_Dependent_qualifiers,
 87728                   /* subscript */
 87729                   -1,
 87730                   /* refId */
 87731                   &__root_cimv2_CIM_Slot,
 87732               };
 87733               
 87734               static MetaFeature*
 87735               _CIM_SlotInSlot_features[] =
 87736               {
 87737 mike  1.1.2.1     (MetaFeature*)&_CIM_SlotInSlot_Antecedent,
 87738                   (MetaFeature*)&_CIM_SlotInSlot_Dependent,
 87739                   0,
 87740               };
 87741               
 87742               static const char*
 87743               __root_cimv2_CIM_SlotInSlot_qualifiers[] =
 87744               {
 87745                   /* ASSOCIATION */
 87746                   "\000\001",
 87747                   /* UMLPackagePath */
 87748                   "\057CIM::Physical::Connector",
 87749                   /* Version */
 87750                   "\0632.6.0",
 87751                   0,
 87752               };
 87753               
 87754               MetaClass
 87755               __root_cimv2_CIM_SlotInSlot =
 87756               {
 87757                   /* flags */
 87758 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 87759                   /* name */
 87760                   "CIM_SlotInSlot",
 87761                   /* qualifiers */
 87762                   __root_cimv2_CIM_SlotInSlot_qualifiers,
 87763                   /* super */
 87764                   &__root_cimv2_CIM_ConnectedTo,
 87765                   /* features */
 87766                   _CIM_SlotInSlot_features,
 87767               };
 87768               
 87769               //==============================================================================
 87770               //
 87771               // Class: CIM_SNMPDatabaseParameter
 87772               //
 87773               //==============================================================================
 87774               
 87775               static const char*
 87776               _CIM_SNMPDatabaseParameter_ParameterValue_qualifiers[] =
 87777               {
 87778                   /* MappingStrings */
 87779 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbParamCurrValue\000",
 87780                   0,
 87781               };
 87782               
 87783               static MetaProperty
 87784               _CIM_SNMPDatabaseParameter_ParameterValue =
 87785               {
 87786                   /* flags */
 87787                   META_FLAG_PROPERTY|META_FLAG_READ,
 87788                   /* name */
 87789                   "ParameterValue",
 87790                   /* qualifiers */
 87791                   _CIM_SNMPDatabaseParameter_ParameterValue_qualifiers,
 87792                   /* type */
 87793                   CIMTYPE_STRING,
 87794                   /* subscript */
 87795                   -1,
 87796                   /* value */
 87797                   0,
 87798               };
 87799               
 87800 mike  1.1.2.1 static MetaFeature*
 87801               _CIM_SNMPDatabaseParameter_features[] =
 87802               {
 87803                   (MetaFeature*)&_CIM_SNMPDatabaseParameter_ParameterValue,
 87804                   0,
 87805               };
 87806               
 87807               static const char*
 87808               __root_cimv2_CIM_SNMPDatabaseParameter_qualifiers[] =
 87809               {
 87810                   /* UMLPackagePath */
 87811                   "\057CIM::Database::System",
 87812                   /* Version */
 87813                   "\0632.7.0",
 87814                   0,
 87815               };
 87816               
 87817               MetaClass
 87818               __root_cimv2_CIM_SNMPDatabaseParameter =
 87819               {
 87820                   /* flags */
 87821 mike  1.1.2.1     META_FLAG_CLASS,
 87822                   /* name */
 87823                   "CIM_SNMPDatabaseParameter",
 87824                   /* qualifiers */
 87825                   __root_cimv2_CIM_SNMPDatabaseParameter_qualifiers,
 87826                   /* super */
 87827                   &__root_cimv2_CIM_DatabaseParameter,
 87828                   /* features */
 87829                   _CIM_SNMPDatabaseParameter_features,
 87830               };
 87831               
 87832               //==============================================================================
 87833               //
 87834               // Class: CIM_StartedUoW
 87835               //
 87836               //==============================================================================
 87837               
 87838               static const char*
 87839               _CIM_StartedUoW_Antecedent_qualifiers[] =
 87840               {
 87841                   /* Override */
 87842 mike  1.1.2.1     "\044Antecedent",
 87843                   /* Min */
 87844                   "\033\000\000\000\001",
 87845                   /* Max */
 87846                   "\027\000\000\000\001",
 87847                   0,
 87848               };
 87849               
 87850               static MetaReference
 87851               _CIM_StartedUoW_Antecedent =
 87852               {
 87853                   /* flags */
 87854                   META_FLAG_REFERENCE|META_FLAG_READ,
 87855                   /* name */
 87856                   "Antecedent",
 87857                   /* qualifiers */
 87858                   _CIM_StartedUoW_Antecedent_qualifiers,
 87859                   /* subscript */
 87860                   -1,
 87861                   /* refId */
 87862                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87863 mike  1.1.2.1 };
 87864               
 87865               static const char*
 87866               _CIM_StartedUoW_Dependent_qualifiers[] =
 87867               {
 87868                   /* Override */
 87869                   "\044Dependent",
 87870                   /* Weak */
 87871                   "\064\001",
 87872                   0,
 87873               };
 87874               
 87875               static MetaReference
 87876               _CIM_StartedUoW_Dependent =
 87877               {
 87878                   /* flags */
 87879                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 87880                   /* name */
 87881                   "Dependent",
 87882                   /* qualifiers */
 87883                   _CIM_StartedUoW_Dependent_qualifiers,
 87884 mike  1.1.2.1     /* subscript */
 87885                   -1,
 87886                   /* refId */
 87887                   &__root_cimv2_CIM_UnitOfWork,
 87888               };
 87889               
 87890               static MetaFeature*
 87891               _CIM_StartedUoW_features[] =
 87892               {
 87893                   (MetaFeature*)&_CIM_StartedUoW_Antecedent,
 87894                   (MetaFeature*)&_CIM_StartedUoW_Dependent,
 87895                   0,
 87896               };
 87897               
 87898               static const char*
 87899               __root_cimv2_CIM_StartedUoW_qualifiers[] =
 87900               {
 87901                   /* ASSOCIATION */
 87902                   "\000\001",
 87903                   /* UMLPackagePath */
 87904                   "\057CIM::Metrics::UnitOfWork",
 87905 mike  1.1.2.1     /* Version */
 87906                   "\0632.6.0",
 87907                   0,
 87908               };
 87909               
 87910               MetaClass
 87911               __root_cimv2_CIM_StartedUoW =
 87912               {
 87913                   /* flags */
 87914                   META_FLAG_ASSOCIATION,
 87915                   /* name */
 87916                   "CIM_StartedUoW",
 87917                   /* qualifiers */
 87918                   __root_cimv2_CIM_StartedUoW_qualifiers,
 87919                   /* super */
 87920                   &__root_cimv2_CIM_Dependency,
 87921                   /* features */
 87922                   _CIM_StartedUoW_features,
 87923               };
 87924               
 87925               //==============================================================================
 87926 mike  1.1.2.1 //
 87927               // Class: CIM_SubUoWDef
 87928               //
 87929               //==============================================================================
 87930               
 87931               static const char*
 87932               _CIM_SubUoWDef_Antecedent_qualifiers[] =
 87933               {
 87934                   /* Override */
 87935                   "\044Antecedent",
 87936                   0,
 87937               };
 87938               
 87939               static MetaReference
 87940               _CIM_SubUoWDef_Antecedent =
 87941               {
 87942                   /* flags */
 87943                   META_FLAG_REFERENCE|META_FLAG_READ,
 87944                   /* name */
 87945                   "Antecedent",
 87946                   /* qualifiers */
 87947 mike  1.1.2.1     _CIM_SubUoWDef_Antecedent_qualifiers,
 87948                   /* subscript */
 87949                   -1,
 87950                   /* refId */
 87951                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87952               };
 87953               
 87954               static const char*
 87955               _CIM_SubUoWDef_Dependent_qualifiers[] =
 87956               {
 87957                   /* Override */
 87958                   "\044Dependent",
 87959                   0,
 87960               };
 87961               
 87962               static MetaReference
 87963               _CIM_SubUoWDef_Dependent =
 87964               {
 87965                   /* flags */
 87966                   META_FLAG_REFERENCE|META_FLAG_READ,
 87967                   /* name */
 87968 mike  1.1.2.1     "Dependent",
 87969                   /* qualifiers */
 87970                   _CIM_SubUoWDef_Dependent_qualifiers,
 87971                   /* subscript */
 87972                   -1,
 87973                   /* refId */
 87974                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87975               };
 87976               
 87977               static MetaFeature*
 87978               _CIM_SubUoWDef_features[] =
 87979               {
 87980                   (MetaFeature*)&_CIM_SubUoWDef_Antecedent,
 87981                   (MetaFeature*)&_CIM_SubUoWDef_Dependent,
 87982                   0,
 87983               };
 87984               
 87985               static const char*
 87986               __root_cimv2_CIM_SubUoWDef_qualifiers[] =
 87987               {
 87988                   /* ASSOCIATION */
 87989 mike  1.1.2.1     "\000\001",
 87990                   /* UMLPackagePath */
 87991                   "\057CIM::Metrics::UnitOfWork",
 87992                   /* Version */
 87993                   "\0632.6.0",
 87994                   0,
 87995               };
 87996               
 87997               MetaClass
 87998               __root_cimv2_CIM_SubUoWDef =
 87999               {
 88000                   /* flags */
 88001                   META_FLAG_ASSOCIATION,
 88002                   /* name */
 88003                   "CIM_SubUoWDef",
 88004                   /* qualifiers */
 88005                   __root_cimv2_CIM_SubUoWDef_qualifiers,
 88006                   /* super */
 88007                   &__root_cimv2_CIM_Dependency,
 88008                   /* features */
 88009                   _CIM_SubUoWDef_features,
 88010 mike  1.1.2.1 };
 88011               
 88012               //==============================================================================
 88013               //
 88014               // Class: CIM_SystemBusCard
 88015               //
 88016               //==============================================================================
 88017               
 88018               static const char*
 88019               _CIM_SystemBusCard_BusType_qualifiers[] =
 88020               {
 88021                   /* ValueMap */
 88022                   "\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",
 88023                   /* Values */
 88024                   "\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",
 88025                   /* ModelCorrespondence */
 88026                   "\036\000\001CIM_PhysicalConnector.ConnectorType\000",
 88027                   0,
 88028               };
 88029               
 88030               static MetaProperty
 88031 mike  1.1.2.1 _CIM_SystemBusCard_BusType =
 88032               {
 88033                   /* flags */
 88034                   META_FLAG_PROPERTY|META_FLAG_READ,
 88035                   /* name */
 88036                   "BusType",
 88037                   /* qualifiers */
 88038                   _CIM_SystemBusCard_BusType_qualifiers,
 88039                   /* type */
 88040                   CIMTYPE_UINT16,
 88041                   /* subscript */
 88042                   -1,
 88043                   /* value */
 88044                   0,
 88045               };
 88046               
 88047               static const char*
 88048               _CIM_SystemBusCard_BusWidth_qualifiers[] =
 88049               {
 88050                   /* Units */
 88051                   "\060Bits",
 88052 mike  1.1.2.1     /* ValueMap */
 88053                   "\061\000\0070\0001\0008\00016\00032\00064\000128\000",
 88054                   /* ModelCorrespondence */
 88055                   "\036\000\001CIM_Slot.MaxDataWidth\000",
 88056                   0,
 88057               };
 88058               
 88059               static MetaProperty
 88060               _CIM_SystemBusCard_BusWidth =
 88061               {
 88062                   /* flags */
 88063                   META_FLAG_PROPERTY|META_FLAG_READ,
 88064                   /* name */
 88065                   "BusWidth",
 88066                   /* qualifiers */
 88067                   _CIM_SystemBusCard_BusWidth_qualifiers,
 88068                   /* type */
 88069                   CIMTYPE_UINT16,
 88070                   /* subscript */
 88071                   -1,
 88072                   /* value */
 88073 mike  1.1.2.1     0,
 88074               };
 88075               
 88076               static MetaFeature*
 88077               _CIM_SystemBusCard_features[] =
 88078               {
 88079                   (MetaFeature*)&_CIM_SystemBusCard_BusType,
 88080                   (MetaFeature*)&_CIM_SystemBusCard_BusWidth,
 88081                   0,
 88082               };
 88083               
 88084               static const char*
 88085               __root_cimv2_CIM_SystemBusCard_qualifiers[] =
 88086               {
 88087                   /* UMLPackagePath */
 88088                   "\057CIM::Physical::Package",
 88089                   /* Version */
 88090                   "\0632.8.0",
 88091                   0,
 88092               };
 88093               
 88094 mike  1.1.2.1 MetaClass
 88095               __root_cimv2_CIM_SystemBusCard =
 88096               {
 88097                   /* flags */
 88098                   META_FLAG_CLASS,
 88099                   /* name */
 88100                   "CIM_SystemBusCard",
 88101                   /* qualifiers */
 88102                   __root_cimv2_CIM_SystemBusCard_qualifiers,
 88103                   /* super */
 88104                   &__root_cimv2_CIM_Card,
 88105                   /* features */
 88106                   _CIM_SystemBusCard_features,
 88107               };
 88108               
 88109               //==============================================================================
 88110               //
 88111               // Class: CIM_TransformOfPreconfiguredAction
 88112               //
 88113               //==============================================================================
 88114               
 88115 mike  1.1.2.1 static const char*
 88116               _CIM_TransformOfPreconfiguredAction_Antecedent_qualifiers[] =
 88117               {
 88118                   /* Override */
 88119                   "\044Antecedent",
 88120                   /* Min */
 88121                   "\033\000\000\000\002",
 88122                   /* Max */
 88123                   "\027\000\000\000\006",
 88124                   /* MappingStrings */
 88125                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Antecedent\000",
 88126                   0,
 88127               };
 88128               
 88129               static MetaReference
 88130               _CIM_TransformOfPreconfiguredAction_Antecedent =
 88131               {
 88132                   /* flags */
 88133                   META_FLAG_REFERENCE|META_FLAG_READ,
 88134                   /* name */
 88135                   "Antecedent",
 88136 mike  1.1.2.1     /* qualifiers */
 88137                   _CIM_TransformOfPreconfiguredAction_Antecedent_qualifiers,
 88138                   /* subscript */
 88139                   -1,
 88140                   /* refId */
 88141                   &__root_cimv2_CIM_SATransform,
 88142               };
 88143               
 88144               static const char*
 88145               _CIM_TransformOfPreconfiguredAction_Dependent_qualifiers[] =
 88146               {
 88147                   /* Override */
 88148                   "\044Dependent",
 88149                   /* MappingStrings */
 88150                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Dependent\000",
 88151                   0,
 88152               };
 88153               
 88154               static MetaReference
 88155               _CIM_TransformOfPreconfiguredAction_Dependent =
 88156               {
 88157 mike  1.1.2.1     /* flags */
 88158                   META_FLAG_REFERENCE|META_FLAG_READ,
 88159                   /* name */
 88160                   "Dependent",
 88161                   /* qualifiers */
 88162                   _CIM_TransformOfPreconfiguredAction_Dependent_qualifiers,
 88163                   /* subscript */
 88164                   -1,
 88165                   /* refId */
 88166                   &__root_cimv2_CIM_PreconfiguredSAAction,
 88167               };
 88168               
 88169               static const char*
 88170               _CIM_TransformOfPreconfiguredAction_SPI_qualifiers[] =
 88171               {
 88172                   /* MappingStrings */
 88173                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.SPI\000",
 88174                   /* ModelCorrespondence */
 88175                   "\036\000\001CIM_IPsecSAEndpoint.SPI\000",
 88176                   0,
 88177               };
 88178 mike  1.1.2.1 
 88179               static MetaProperty
 88180               _CIM_TransformOfPreconfiguredAction_SPI =
 88181               {
 88182                   /* flags */
 88183                   META_FLAG_PROPERTY|META_FLAG_READ,
 88184                   /* name */
 88185                   "SPI",
 88186                   /* qualifiers */
 88187                   _CIM_TransformOfPreconfiguredAction_SPI_qualifiers,
 88188                   /* type */
 88189                   CIMTYPE_UINT32,
 88190                   /* subscript */
 88191                   -1,
 88192                   /* value */
 88193                   0,
 88194               };
 88195               
 88196               static const char*
 88197               _CIM_TransformOfPreconfiguredAction_InboundDirection_qualifiers[] =
 88198               {
 88199 mike  1.1.2.1     /* MappingStrings */
 88200                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Direction\000",
 88201                   /* ModelCorrespondence */
 88202                   "\036\000\001CIM_IPsecSAEndpoint.InboundDirection\000",
 88203                   0,
 88204               };
 88205               
 88206               static MetaProperty
 88207               _CIM_TransformOfPreconfiguredAction_InboundDirection =
 88208               {
 88209                   /* flags */
 88210                   META_FLAG_PROPERTY|META_FLAG_READ,
 88211                   /* name */
 88212                   "InboundDirection",
 88213                   /* qualifiers */
 88214                   _CIM_TransformOfPreconfiguredAction_InboundDirection_qualifiers,
 88215                   /* type */
 88216                   CIMTYPE_BOOLEAN,
 88217                   /* subscript */
 88218                   -1,
 88219                   /* value */
 88220 mike  1.1.2.1     0,
 88221               };
 88222               
 88223               static MetaFeature*
 88224               _CIM_TransformOfPreconfiguredAction_features[] =
 88225               {
 88226                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_Antecedent,
 88227                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_Dependent,
 88228                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_SPI,
 88229                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_InboundDirection,
 88230                   0,
 88231               };
 88232               
 88233               static const char*
 88234               __root_cimv2_CIM_TransformOfPreconfiguredAction_qualifiers[] =
 88235               {
 88236                   /* ASSOCIATION */
 88237                   "\000\001",
 88238                   /* UMLPackagePath */
 88239                   "\057CIM::IPsecPolicy",
 88240                   /* Version */
 88241 mike  1.1.2.1     "\0632.8.0",
 88242                   /* MappingStrings */
 88243                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction\000",
 88244                   0,
 88245               };
 88246               
 88247               MetaClass
 88248               __root_cimv2_CIM_TransformOfPreconfiguredAction =
 88249               {
 88250                   /* flags */
 88251                   META_FLAG_ASSOCIATION,
 88252                   /* name */
 88253                   "CIM_TransformOfPreconfiguredAction",
 88254                   /* qualifiers */
 88255                   __root_cimv2_CIM_TransformOfPreconfiguredAction_qualifiers,
 88256                   /* super */
 88257                   &__root_cimv2_CIM_Dependency,
 88258                   /* features */
 88259                   _CIM_TransformOfPreconfiguredAction_features,
 88260               };
 88261               
 88262 mike  1.1.2.1 //==============================================================================
 88263               //
 88264               // Class: CIM_UnixDeviceFile
 88265               //
 88266               //==============================================================================
 88267               
 88268               static const char*
 88269               _CIM_UnixDeviceFile_DeviceFileType_qualifiers[] =
 88270               {
 88271                   /* ValueMap */
 88272                   "\061\000\0040\0001\0002\0003\000",
 88273                   /* Values */
 88274                   "\062\000\004Unknown\000Other\000Block\000Character\000",
 88275                   /* ModelCorrespondence */
 88276                   "\036\000\001CIM_UnixDeviceFile.OtherTypeDescription\000",
 88277                   0,
 88278               };
 88279               
 88280               static MetaProperty
 88281               _CIM_UnixDeviceFile_DeviceFileType =
 88282               {
 88283 mike  1.1.2.1     /* flags */
 88284                   META_FLAG_PROPERTY|META_FLAG_READ,
 88285                   /* name */
 88286                   "DeviceFileType",
 88287                   /* qualifiers */
 88288                   _CIM_UnixDeviceFile_DeviceFileType_qualifiers,
 88289                   /* type */
 88290                   CIMTYPE_UINT16,
 88291                   /* subscript */
 88292                   -1,
 88293                   /* value */
 88294                   0,
 88295               };
 88296               
 88297               static const char*
 88298               _CIM_UnixDeviceFile_OtherTypeDescription_qualifiers[] =
 88299               {
 88300                   /* ModelCorrespondence */
 88301                   "\036\000\001CIM_UnixDeviceFile.DeviceFileType\000",
 88302                   0,
 88303               };
 88304 mike  1.1.2.1 
 88305               static MetaProperty
 88306               _CIM_UnixDeviceFile_OtherTypeDescription =
 88307               {
 88308                   /* flags */
 88309                   META_FLAG_PROPERTY|META_FLAG_READ,
 88310                   /* name */
 88311                   "OtherTypeDescription",
 88312                   /* qualifiers */
 88313                   _CIM_UnixDeviceFile_OtherTypeDescription_qualifiers,
 88314                   /* type */
 88315                   CIMTYPE_STRING,
 88316                   /* subscript */
 88317                   -1,
 88318                   /* value */
 88319                   0,
 88320               };
 88321               
 88322               static const char*
 88323               _CIM_UnixDeviceFile_DeviceId_qualifiers[] =
 88324               {
 88325 mike  1.1.2.1     /* Required */
 88326                   "\050\001",
 88327                   0,
 88328               };
 88329               
 88330               static MetaProperty
 88331               _CIM_UnixDeviceFile_DeviceId =
 88332               {
 88333                   /* flags */
 88334                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88335                   /* name */
 88336                   "DeviceId",
 88337                   /* qualifiers */
 88338                   _CIM_UnixDeviceFile_DeviceId_qualifiers,
 88339                   /* type */
 88340                   CIMTYPE_STRING,
 88341                   /* subscript */
 88342                   -1,
 88343                   /* value */
 88344                   0,
 88345               };
 88346 mike  1.1.2.1 
 88347               static const char*
 88348               _CIM_UnixDeviceFile_DeviceDescription_qualifiers[] =
 88349               {
 88350                   0,
 88351               };
 88352               
 88353               static MetaProperty
 88354               _CIM_UnixDeviceFile_DeviceDescription =
 88355               {
 88356                   /* flags */
 88357                   META_FLAG_PROPERTY|META_FLAG_READ,
 88358                   /* name */
 88359                   "DeviceDescription",
 88360                   /* qualifiers */
 88361                   _CIM_UnixDeviceFile_DeviceDescription_qualifiers,
 88362                   /* type */
 88363                   CIMTYPE_STRING,
 88364                   /* subscript */
 88365                   -1,
 88366                   /* value */
 88367 mike  1.1.2.1     0,
 88368               };
 88369               
 88370               static const char*
 88371               _CIM_UnixDeviceFile_DeviceMajor_qualifiers[] =
 88372               {
 88373                   /* Required */
 88374                   "\050\001",
 88375                   0,
 88376               };
 88377               
 88378               static MetaProperty
 88379               _CIM_UnixDeviceFile_DeviceMajor =
 88380               {
 88381                   /* flags */
 88382                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88383                   /* name */
 88384                   "DeviceMajor",
 88385                   /* qualifiers */
 88386                   _CIM_UnixDeviceFile_DeviceMajor_qualifiers,
 88387                   /* type */
 88388 mike  1.1.2.1     CIMTYPE_STRING,
 88389                   /* subscript */
 88390                   -1,
 88391                   /* value */
 88392                   0,
 88393               };
 88394               
 88395               static const char*
 88396               _CIM_UnixDeviceFile_DeviceMinor_qualifiers[] =
 88397               {
 88398                   /* Required */
 88399                   "\050\001",
 88400                   0,
 88401               };
 88402               
 88403               static MetaProperty
 88404               _CIM_UnixDeviceFile_DeviceMinor =
 88405               {
 88406                   /* flags */
 88407                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88408                   /* name */
 88409 mike  1.1.2.1     "DeviceMinor",
 88410                   /* qualifiers */
 88411                   _CIM_UnixDeviceFile_DeviceMinor_qualifiers,
 88412                   /* type */
 88413                   CIMTYPE_STRING,
 88414                   /* subscript */
 88415                   -1,
 88416                   /* value */
 88417                   0,
 88418               };
 88419               
 88420               static MetaFeature*
 88421               _CIM_UnixDeviceFile_features[] =
 88422               {
 88423                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceFileType,
 88424                   (MetaFeature*)&_CIM_UnixDeviceFile_OtherTypeDescription,
 88425                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceId,
 88426                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceDescription,
 88427                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceMajor,
 88428                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceMinor,
 88429                   0,
 88430 mike  1.1.2.1 };
 88431               
 88432               static const char*
 88433               __root_cimv2_CIM_UnixDeviceFile_qualifiers[] =
 88434               {
 88435                   /* UMLPackagePath */
 88436                   "\057CIM::System::Unix",
 88437                   /* Version */
 88438                   "\0632.8.0",
 88439                   0,
 88440               };
 88441               
 88442               MetaClass
 88443               __root_cimv2_CIM_UnixDeviceFile =
 88444               {
 88445                   /* flags */
 88446                   META_FLAG_CLASS,
 88447                   /* name */
 88448                   "CIM_UnixDeviceFile",
 88449                   /* qualifiers */
 88450                   __root_cimv2_CIM_UnixDeviceFile_qualifiers,
 88451 mike  1.1.2.1     /* super */
 88452                   &__root_cimv2_CIM_DeviceFile,
 88453                   /* features */
 88454                   _CIM_UnixDeviceFile_features,
 88455               };
 88456               
 88457               //==============================================================================
 88458               //
 88459               // Class: CIM_UnixDirectory
 88460               //
 88461               //==============================================================================
 88462               
 88463               static const char*
 88464               _CIM_UnixDirectory_FileSizeBits_qualifiers[] =
 88465               {
 88466                   /* Units */
 88467                   "\060Bits",
 88468                   /* MinValue */
 88469                   "\035\000\000\000\000\000\000\000\040",
 88470                   /* MappingStrings */
 88471                   "\026\000\001POSIX.TOG|pathconf|_PC_FILESIZEBITS\000",
 88472 mike  1.1.2.1     0,
 88473               };
 88474               
 88475               static MetaProperty
 88476               _CIM_UnixDirectory_FileSizeBits =
 88477               {
 88478                   /* flags */
 88479                   META_FLAG_PROPERTY|META_FLAG_READ,
 88480                   /* name */
 88481                   "FileSizeBits",
 88482                   /* qualifiers */
 88483                   _CIM_UnixDirectory_FileSizeBits_qualifiers,
 88484                   /* type */
 88485                   CIMTYPE_UINT64,
 88486                   /* subscript */
 88487                   -1,
 88488                   /* value */
 88489                   0,
 88490               };
 88491               
 88492               static MetaFeature*
 88493 mike  1.1.2.1 _CIM_UnixDirectory_features[] =
 88494               {
 88495                   (MetaFeature*)&_CIM_UnixDirectory_FileSizeBits,
 88496                   0,
 88497               };
 88498               
 88499               static const char*
 88500               __root_cimv2_CIM_UnixDirectory_qualifiers[] =
 88501               {
 88502                   /* UMLPackagePath */
 88503                   "\057CIM::System::Unix",
 88504                   /* Version */
 88505                   "\0632.6.0",
 88506                   0,
 88507               };
 88508               
 88509               MetaClass
 88510               __root_cimv2_CIM_UnixDirectory =
 88511               {
 88512                   /* flags */
 88513                   META_FLAG_CLASS,
 88514 mike  1.1.2.1     /* name */
 88515                   "CIM_UnixDirectory",
 88516                   /* qualifiers */
 88517                   __root_cimv2_CIM_UnixDirectory_qualifiers,
 88518                   /* super */
 88519                   &__root_cimv2_CIM_Directory,
 88520                   /* features */
 88521                   _CIM_UnixDirectory_features,
 88522               };
 88523               
 88524               //==============================================================================
 88525               //
 88526               // Class: CIM_UsersAccount
 88527               //
 88528               //==============================================================================
 88529               
 88530               static const char*
 88531               _CIM_UsersAccount_Antecedent_qualifiers[] =
 88532               {
 88533                   /* Deprecated */
 88534                   "\013\000\001CIM_AccountIdentity.SystemElement\000",
 88535 mike  1.1.2.1     /* Override */
 88536                   "\044Antecedent",
 88537                   0,
 88538               };
 88539               
 88540               static MetaReference
 88541               _CIM_UsersAccount_Antecedent =
 88542               {
 88543                   /* flags */
 88544                   META_FLAG_REFERENCE|META_FLAG_READ,
 88545                   /* name */
 88546                   "Antecedent",
 88547                   /* qualifiers */
 88548                   _CIM_UsersAccount_Antecedent_qualifiers,
 88549                   /* subscript */
 88550                   -1,
 88551                   /* refId */
 88552                   &__root_cimv2_CIM_Account,
 88553               };
 88554               
 88555               static const char*
 88556 mike  1.1.2.1 _CIM_UsersAccount_Dependent_qualifiers[] =
 88557               {
 88558                   /* Deprecated */
 88559                   "\013\000\001CIM_AccountIdentity.SameElement\000",
 88560                   /* Override */
 88561                   "\044Dependent",
 88562                   0,
 88563               };
 88564               
 88565               static MetaReference
 88566               _CIM_UsersAccount_Dependent =
 88567               {
 88568                   /* flags */
 88569                   META_FLAG_REFERENCE|META_FLAG_READ,
 88570                   /* name */
 88571                   "Dependent",
 88572                   /* qualifiers */
 88573                   _CIM_UsersAccount_Dependent_qualifiers,
 88574                   /* subscript */
 88575                   -1,
 88576                   /* refId */
 88577 mike  1.1.2.1     &__root_cimv2_CIM_UsersAccess,
 88578               };
 88579               
 88580               static MetaFeature*
 88581               _CIM_UsersAccount_features[] =
 88582               {
 88583                   (MetaFeature*)&_CIM_UsersAccount_Antecedent,
 88584                   (MetaFeature*)&_CIM_UsersAccount_Dependent,
 88585                   0,
 88586               };
 88587               
 88588               static const char*
 88589               __root_cimv2_CIM_UsersAccount_qualifiers[] =
 88590               {
 88591                   /* ASSOCIATION */
 88592                   "\000\001",
 88593                   /* Deprecated */
 88594                   "\013\000\001CIM_AccountIdentity\000",
 88595                   /* UMLPackagePath */
 88596                   "\057CIM::User::Account",
 88597                   /* Version */
 88598 mike  1.1.2.1     "\0632.8.0",
 88599                   0,
 88600               };
 88601               
 88602               MetaClass
 88603               __root_cimv2_CIM_UsersAccount =
 88604               {
 88605                   /* flags */
 88606                   META_FLAG_ASSOCIATION,
 88607                   /* name */
 88608                   "CIM_UsersAccount",
 88609                   /* qualifiers */
 88610                   __root_cimv2_CIM_UsersAccount_qualifiers,
 88611                   /* super */
 88612                   &__root_cimv2_CIM_Dependency,
 88613                   /* features */
 88614                   _CIM_UsersAccount_features,
 88615               };
 88616               
 88617               //==============================================================================
 88618               //
 88619 mike  1.1.2.1 // Class: CIM_X509CredentialFilterEntry
 88620               //
 88621               //==============================================================================
 88622               
 88623               static const char*
 88624               _CIM_X509CredentialFilterEntry_MatchFieldName_qualifiers[] =
 88625               {
 88626                   /* Required */
 88627                   "\050\001",
 88628                   /* ValueMap */
 88629                   "\061\000\0141\0002\0003\0004\0005\0006\0007\0008\0009\00010\000..\000x8000..\000",
 88630                   /* Values */
 88631                   "\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",
 88632                   /* MappingStrings */
 88633                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry.MatchFieldName\000",
 88634                   /* ModelCorrespondence */
 88635                   "\036\000\001CIM_X509CredentialFilterEntry.MatchFieldValue\000",
 88636                   0,
 88637               };
 88638               
 88639               static MetaProperty
 88640 mike  1.1.2.1 _CIM_X509CredentialFilterEntry_MatchFieldName =
 88641               {
 88642                   /* flags */
 88643                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88644                   /* name */
 88645                   "MatchFieldName",
 88646                   /* qualifiers */
 88647                   _CIM_X509CredentialFilterEntry_MatchFieldName_qualifiers,
 88648                   /* type */
 88649                   CIMTYPE_STRING,
 88650                   /* subscript */
 88651                   -1,
 88652                   /* value */
 88653                   0,
 88654               };
 88655               
 88656               static const char*
 88657               _CIM_X509CredentialFilterEntry_MatchFieldValue_qualifiers[] =
 88658               {
 88659                   /* Required */
 88660                   "\050\001",
 88661 mike  1.1.2.1     /* MappingStrings */
 88662                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry.MatchFieldName\000",
 88663                   /* ModelCorrespondence */
 88664                   "\036\000\001CIM_X509CredentialFilterEntry.MatchFieldName\000",
 88665                   0,
 88666               };
 88667               
 88668               static MetaProperty
 88669               _CIM_X509CredentialFilterEntry_MatchFieldValue =
 88670               {
 88671                   /* flags */
 88672                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88673                   /* name */
 88674                   "MatchFieldValue",
 88675                   /* qualifiers */
 88676                   _CIM_X509CredentialFilterEntry_MatchFieldValue_qualifiers,
 88677                   /* type */
 88678                   CIMTYPE_STRING,
 88679                   /* subscript */
 88680                   -1,
 88681                   /* value */
 88682 mike  1.1.2.1     0,
 88683               };
 88684               
 88685               static MetaFeature*
 88686               _CIM_X509CredentialFilterEntry_features[] =
 88687               {
 88688                   (MetaFeature*)&_CIM_X509CredentialFilterEntry_MatchFieldName,
 88689                   (MetaFeature*)&_CIM_X509CredentialFilterEntry_MatchFieldValue,
 88690                   0,
 88691               };
 88692               
 88693               static const char*
 88694               __root_cimv2_CIM_X509CredentialFilterEntry_qualifiers[] =
 88695               {
 88696                   /* UMLPackagePath */
 88697                   "\057CIM::Network::Filtering",
 88698                   /* Version */
 88699                   "\0632.8.0",
 88700                   /* MappingStrings */
 88701                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry\000",
 88702                   0,
 88703 mike  1.1.2.1 };
 88704               
 88705               MetaClass
 88706               __root_cimv2_CIM_X509CredentialFilterEntry =
 88707               {
 88708                   /* flags */
 88709                   META_FLAG_CLASS,
 88710                   /* name */
 88711                   "CIM_X509CredentialFilterEntry",
 88712                   /* qualifiers */
 88713                   __root_cimv2_CIM_X509CredentialFilterEntry_qualifiers,
 88714                   /* super */
 88715                   &__root_cimv2_CIM_FilterEntryBase,
 88716                   /* features */
 88717                   _CIM_X509CredentialFilterEntry_features,
 88718               };
 88719               
 88720               //==============================================================================
 88721               //
 88722               // Class: PRS_ActivityContact
 88723               //
 88724 mike  1.1.2.1 //==============================================================================
 88725               
 88726               static const char*
 88727               _PRS_ActivityContact_Antecedent_qualifiers[] =
 88728               {
 88729                   /* Override */
 88730                   "\044Antecedent",
 88731                   0,
 88732               };
 88733               
 88734               static MetaReference
 88735               _PRS_ActivityContact_Antecedent =
 88736               {
 88737                   /* flags */
 88738                   META_FLAG_REFERENCE|META_FLAG_READ,
 88739                   /* name */
 88740                   "Antecedent",
 88741                   /* qualifiers */
 88742                   _PRS_ActivityContact_Antecedent_qualifiers,
 88743                   /* subscript */
 88744                   -1,
 88745 mike  1.1.2.1     /* refId */
 88746                   &__root_cimv2_PRS_Activity,
 88747               };
 88748               
 88749               static const char*
 88750               _PRS_ActivityContact_Dependent_qualifiers[] =
 88751               {
 88752                   /* Override */
 88753                   "\044Dependent",
 88754                   /* Max */
 88755                   "\027\000\000\000\001",
 88756                   0,
 88757               };
 88758               
 88759               static MetaReference
 88760               _PRS_ActivityContact_Dependent =
 88761               {
 88762                   /* flags */
 88763                   META_FLAG_REFERENCE|META_FLAG_READ,
 88764                   /* name */
 88765                   "Dependent",
 88766 mike  1.1.2.1     /* qualifiers */
 88767                   _PRS_ActivityContact_Dependent_qualifiers,
 88768                   /* subscript */
 88769                   -1,
 88770                   /* refId */
 88771                   &__root_cimv2_PRS_Contact,
 88772               };
 88773               
 88774               static MetaFeature*
 88775               _PRS_ActivityContact_features[] =
 88776               {
 88777                   (MetaFeature*)&_PRS_ActivityContact_Antecedent,
 88778                   (MetaFeature*)&_PRS_ActivityContact_Dependent,
 88779                   0,
 88780               };
 88781               
 88782               static const char*
 88783               __root_cimv2_PRS_ActivityContact_qualifiers[] =
 88784               {
 88785                   /* ASSOCIATION */
 88786                   "\000\001",
 88787 mike  1.1.2.1     /* UMLPackagePath */
 88788                   "\057PRS::Support",
 88789                   /* Version */
 88790                   "\0632.6.0",
 88791                   0,
 88792               };
 88793               
 88794               MetaClass
 88795               __root_cimv2_PRS_ActivityContact =
 88796               {
 88797                   /* flags */
 88798                   META_FLAG_ASSOCIATION,
 88799                   /* name */
 88800                   "PRS_ActivityContact",
 88801                   /* qualifiers */
 88802                   __root_cimv2_PRS_ActivityContact_qualifiers,
 88803                   /* super */
 88804                   &__root_cimv2_CIM_Dependency,
 88805                   /* features */
 88806                   _PRS_ActivityContact_features,
 88807               };
 88808 mike  1.1.2.1 
 88809               //==============================================================================
 88810               //
 88811               // Class: PRS_AdminAssociation
 88812               //
 88813               //==============================================================================
 88814               
 88815               static const char*
 88816               _PRS_AdminAssociation_Antecedent_qualifiers[] =
 88817               {
 88818                   /* Override */
 88819                   "\044Antecedent",
 88820                   /* Min */
 88821                   "\033\000\000\000\001",
 88822                   0,
 88823               };
 88824               
 88825               static MetaReference
 88826               _PRS_AdminAssociation_Antecedent =
 88827               {
 88828                   /* flags */
 88829 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 88830                   /* name */
 88831                   "Antecedent",
 88832                   /* qualifiers */
 88833                   _PRS_AdminAssociation_Antecedent_qualifiers,
 88834                   /* subscript */
 88835                   -1,
 88836                   /* refId */
 88837                   &__root_cimv2_PRS_ExchangeElement,
 88838               };
 88839               
 88840               static const char*
 88841               _PRS_AdminAssociation_Dependent_qualifiers[] =
 88842               {
 88843                   /* Override */
 88844                   "\044Dependent",
 88845                   0,
 88846               };
 88847               
 88848               static MetaReference
 88849               _PRS_AdminAssociation_Dependent =
 88850 mike  1.1.2.1 {
 88851                   /* flags */
 88852                   META_FLAG_REFERENCE|META_FLAG_READ,
 88853                   /* name */
 88854                   "Dependent",
 88855                   /* qualifiers */
 88856                   _PRS_AdminAssociation_Dependent_qualifiers,
 88857                   /* subscript */
 88858                   -1,
 88859                   /* refId */
 88860                   &__root_cimv2_PRS_Administrative,
 88861               };
 88862               
 88863               static MetaFeature*
 88864               _PRS_AdminAssociation_features[] =
 88865               {
 88866                   (MetaFeature*)&_PRS_AdminAssociation_Antecedent,
 88867                   (MetaFeature*)&_PRS_AdminAssociation_Dependent,
 88868                   0,
 88869               };
 88870               
 88871 mike  1.1.2.1 static const char*
 88872               __root_cimv2_PRS_AdminAssociation_qualifiers[] =
 88873               {
 88874                   /* ASSOCIATION */
 88875                   "\000\001",
 88876                   /* UMLPackagePath */
 88877                   "\057PRS::Support",
 88878                   /* Version */
 88879                   "\0632.6.0",
 88880                   0,
 88881               };
 88882               
 88883               MetaClass
 88884               __root_cimv2_PRS_AdminAssociation =
 88885               {
 88886                   /* flags */
 88887                   META_FLAG_ASSOCIATION,
 88888                   /* name */
 88889                   "PRS_AdminAssociation",
 88890                   /* qualifiers */
 88891                   __root_cimv2_PRS_AdminAssociation_qualifiers,
 88892 mike  1.1.2.1     /* super */
 88893                   &__root_cimv2_CIM_Dependency,
 88894                   /* features */
 88895                   _PRS_AdminAssociation_features,
 88896               };
 88897               
 88898               //==============================================================================
 88899               //
 88900               // Class: PRS_AdministrativeContact
 88901               //
 88902               //==============================================================================
 88903               
 88904               static const char*
 88905               _PRS_AdministrativeContact_Antecedent_qualifiers[] =
 88906               {
 88907                   /* Aggregate */
 88908                   "\003\001",
 88909                   /* Override */
 88910                   "\044Antecedent",
 88911                   /* Min */
 88912                   "\033\000\000\000\001",
 88913 mike  1.1.2.1     0,
 88914               };
 88915               
 88916               static MetaReference
 88917               _PRS_AdministrativeContact_Antecedent =
 88918               {
 88919                   /* flags */
 88920                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 88921                   /* name */
 88922                   "Antecedent",
 88923                   /* qualifiers */
 88924                   _PRS_AdministrativeContact_Antecedent_qualifiers,
 88925                   /* subscript */
 88926                   -1,
 88927                   /* refId */
 88928                   &__root_cimv2_PRS_Administrative,
 88929               };
 88930               
 88931               static const char*
 88932               _PRS_AdministrativeContact_Dependent_qualifiers[] =
 88933               {
 88934 mike  1.1.2.1     /* Override */
 88935                   "\044Dependent",
 88936                   /* Min */
 88937                   "\033\000\000\000\001",
 88938                   0,
 88939               };
 88940               
 88941               static MetaReference
 88942               _PRS_AdministrativeContact_Dependent =
 88943               {
 88944                   /* flags */
 88945                   META_FLAG_REFERENCE|META_FLAG_READ,
 88946                   /* name */
 88947                   "Dependent",
 88948                   /* qualifiers */
 88949                   _PRS_AdministrativeContact_Dependent_qualifiers,
 88950                   /* subscript */
 88951                   -1,
 88952                   /* refId */
 88953                   &__root_cimv2_PRS_Contact,
 88954               };
 88955 mike  1.1.2.1 
 88956               static MetaFeature*
 88957               _PRS_AdministrativeContact_features[] =
 88958               {
 88959                   (MetaFeature*)&_PRS_AdministrativeContact_Antecedent,
 88960                   (MetaFeature*)&_PRS_AdministrativeContact_Dependent,
 88961                   0,
 88962               };
 88963               
 88964               static const char*
 88965               __root_cimv2_PRS_AdministrativeContact_qualifiers[] =
 88966               {
 88967                   /* ASSOCIATION */
 88968                   "\000\001",
 88969                   /* UMLPackagePath */
 88970                   "\057PRS::Support",
 88971                   /* Aggregation */
 88972                   "\004\001",
 88973                   /* Version */
 88974                   "\0632.6.0",
 88975                   0,
 88976 mike  1.1.2.1 };
 88977               
 88978               MetaClass
 88979               __root_cimv2_PRS_AdministrativeContact =
 88980               {
 88981                   /* flags */
 88982                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 88983                   /* name */
 88984                   "PRS_AdministrativeContact",
 88985                   /* qualifiers */
 88986                   __root_cimv2_PRS_AdministrativeContact_qualifiers,
 88987                   /* super */
 88988                   &__root_cimv2_CIM_Dependency,
 88989                   /* features */
 88990                   _PRS_AdministrativeContact_features,
 88991               };
 88992               
 88993               //==============================================================================
 88994               //
 88995               // Class: PRS_Attached
 88996               //
 88997 mike  1.1.2.1 //==============================================================================
 88998               
 88999               static const char*
 89000               _PRS_Attached_Antecedent_qualifiers[] =
 89001               {
 89002                   /* Override */
 89003                   "\044Antecedent",
 89004                   0,
 89005               };
 89006               
 89007               static MetaReference
 89008               _PRS_Attached_Antecedent =
 89009               {
 89010                   /* flags */
 89011                   META_FLAG_REFERENCE|META_FLAG_READ,
 89012                   /* name */
 89013                   "Antecedent",
 89014                   /* qualifiers */
 89015                   _PRS_Attached_Antecedent_qualifiers,
 89016                   /* subscript */
 89017                   -1,
 89018 mike  1.1.2.1     /* refId */
 89019                   &__root_cimv2_PRS_Attachment,
 89020               };
 89021               
 89022               static const char*
 89023               _PRS_Attached_Dependent_qualifiers[] =
 89024               {
 89025                   /* Override */
 89026                   "\044Dependent",
 89027                   /* Min */
 89028                   "\033\000\000\000\001",
 89029                   0,
 89030               };
 89031               
 89032               static MetaReference
 89033               _PRS_Attached_Dependent =
 89034               {
 89035                   /* flags */
 89036                   META_FLAG_REFERENCE|META_FLAG_READ,
 89037                   /* name */
 89038                   "Dependent",
 89039 mike  1.1.2.1     /* qualifiers */
 89040                   _PRS_Attached_Dependent_qualifiers,
 89041                   /* subscript */
 89042                   -1,
 89043                   /* refId */
 89044                   &__root_cimv2_PRS_ExchangeElement,
 89045               };
 89046               
 89047               static MetaFeature*
 89048               _PRS_Attached_features[] =
 89049               {
 89050                   (MetaFeature*)&_PRS_Attached_Antecedent,
 89051                   (MetaFeature*)&_PRS_Attached_Dependent,
 89052                   0,
 89053               };
 89054               
 89055               static const char*
 89056               __root_cimv2_PRS_Attached_qualifiers[] =
 89057               {
 89058                   /* ASSOCIATION */
 89059                   "\000\001",
 89060 mike  1.1.2.1     /* UMLPackagePath */
 89061                   "\057PRS::Support",
 89062                   /* Version */
 89063                   "\0632.6.0",
 89064                   0,
 89065               };
 89066               
 89067               MetaClass
 89068               __root_cimv2_PRS_Attached =
 89069               {
 89070                   /* flags */
 89071                   META_FLAG_ASSOCIATION,
 89072                   /* name */
 89073                   "PRS_Attached",
 89074                   /* qualifiers */
 89075                   __root_cimv2_PRS_Attached_qualifiers,
 89076                   /* super */
 89077                   &__root_cimv2_CIM_Dependency,
 89078                   /* features */
 89079                   _PRS_Attached_features,
 89080               };
 89081 mike  1.1.2.1 
 89082               //==============================================================================
 89083               //
 89084               // Class: PRS_Categorization
 89085               //
 89086               //==============================================================================
 89087               
 89088               static const char*
 89089               _PRS_Categorization_Antecedent_qualifiers[] =
 89090               {
 89091                   /* Override */
 89092                   "\044Antecedent",
 89093                   0,
 89094               };
 89095               
 89096               static MetaReference
 89097               _PRS_Categorization_Antecedent =
 89098               {
 89099                   /* flags */
 89100                   META_FLAG_REFERENCE|META_FLAG_READ,
 89101                   /* name */
 89102 mike  1.1.2.1     "Antecedent",
 89103                   /* qualifiers */
 89104                   _PRS_Categorization_Antecedent_qualifiers,
 89105                   /* subscript */
 89106                   -1,
 89107                   /* refId */
 89108                   &__root_cimv2_PRS_Category,
 89109               };
 89110               
 89111               static const char*
 89112               _PRS_Categorization_Dependent_qualifiers[] =
 89113               {
 89114                   /* Override */
 89115                   "\044Dependent",
 89116                   /* Min */
 89117                   "\033\000\000\000\001",
 89118                   0,
 89119               };
 89120               
 89121               static MetaReference
 89122               _PRS_Categorization_Dependent =
 89123 mike  1.1.2.1 {
 89124                   /* flags */
 89125                   META_FLAG_REFERENCE|META_FLAG_READ,
 89126                   /* name */
 89127                   "Dependent",
 89128                   /* qualifiers */
 89129                   _PRS_Categorization_Dependent_qualifiers,
 89130                   /* subscript */
 89131                   -1,
 89132                   /* refId */
 89133                   &__root_cimv2_PRS_SolutionElement,
 89134               };
 89135               
 89136               static MetaFeature*
 89137               _PRS_Categorization_features[] =
 89138               {
 89139                   (MetaFeature*)&_PRS_Categorization_Antecedent,
 89140                   (MetaFeature*)&_PRS_Categorization_Dependent,
 89141                   0,
 89142               };
 89143               
 89144 mike  1.1.2.1 static const char*
 89145               __root_cimv2_PRS_Categorization_qualifiers[] =
 89146               {
 89147                   /* ASSOCIATION */
 89148                   "\000\001",
 89149                   /* UMLPackagePath */
 89150                   "\057PRS::Support",
 89151                   /* Version */
 89152                   "\0632.6.0",
 89153                   0,
 89154               };
 89155               
 89156               MetaClass
 89157               __root_cimv2_PRS_Categorization =
 89158               {
 89159                   /* flags */
 89160                   META_FLAG_ASSOCIATION,
 89161                   /* name */
 89162                   "PRS_Categorization",
 89163                   /* qualifiers */
 89164                   __root_cimv2_PRS_Categorization_qualifiers,
 89165 mike  1.1.2.1     /* super */
 89166                   &__root_cimv2_CIM_Dependency,
 89167                   /* features */
 89168                   _PRS_Categorization_features,
 89169               };
 89170               
 89171               //==============================================================================
 89172               //
 89173               // Class: PRS_ContactContactItem
 89174               //
 89175               //==============================================================================
 89176               
 89177               static const char*
 89178               _PRS_ContactContactItem_Antecedent_qualifiers[] =
 89179               {
 89180                   /* Override */
 89181                   "\044Antecedent",
 89182                   /* Min */
 89183                   "\033\000\000\000\001",
 89184                   0,
 89185               };
 89186 mike  1.1.2.1 
 89187               static MetaReference
 89188               _PRS_ContactContactItem_Antecedent =
 89189               {
 89190                   /* flags */
 89191                   META_FLAG_REFERENCE|META_FLAG_READ,
 89192                   /* name */
 89193                   "Antecedent",
 89194                   /* qualifiers */
 89195                   _PRS_ContactContactItem_Antecedent_qualifiers,
 89196                   /* subscript */
 89197                   -1,
 89198                   /* refId */
 89199                   &__root_cimv2_PRS_Contact,
 89200               };
 89201               
 89202               static const char*
 89203               _PRS_ContactContactItem_Dependent_qualifiers[] =
 89204               {
 89205                   /* Override */
 89206                   "\044Dependent",
 89207 mike  1.1.2.1     /* Min */
 89208                   "\033\000\000\000\001",
 89209                   0,
 89210               };
 89211               
 89212               static MetaReference
 89213               _PRS_ContactContactItem_Dependent =
 89214               {
 89215                   /* flags */
 89216                   META_FLAG_REFERENCE|META_FLAG_READ,
 89217                   /* name */
 89218                   "Dependent",
 89219                   /* qualifiers */
 89220                   _PRS_ContactContactItem_Dependent_qualifiers,
 89221                   /* subscript */
 89222                   -1,
 89223                   /* refId */
 89224                   &__root_cimv2_PRS_ContactItem,
 89225               };
 89226               
 89227               static MetaFeature*
 89228 mike  1.1.2.1 _PRS_ContactContactItem_features[] =
 89229               {
 89230                   (MetaFeature*)&_PRS_ContactContactItem_Antecedent,
 89231                   (MetaFeature*)&_PRS_ContactContactItem_Dependent,
 89232                   0,
 89233               };
 89234               
 89235               static const char*
 89236               __root_cimv2_PRS_ContactContactItem_qualifiers[] =
 89237               {
 89238                   /* ASSOCIATION */
 89239                   "\000\001",
 89240                   /* UMLPackagePath */
 89241                   "\057PRS::Support",
 89242                   /* Abstract */
 89243                   "\002\001",
 89244                   /* Version */
 89245                   "\0632.6.0",
 89246                   0,
 89247               };
 89248               
 89249 mike  1.1.2.1 MetaClass
 89250               __root_cimv2_PRS_ContactContactItem =
 89251               {
 89252                   /* flags */
 89253                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
 89254                   /* name */
 89255                   "PRS_ContactContactItem",
 89256                   /* qualifiers */
 89257                   __root_cimv2_PRS_ContactContactItem_qualifiers,
 89258                   /* super */
 89259                   &__root_cimv2_CIM_Dependency,
 89260                   /* features */
 89261                   _PRS_ContactContactItem_features,
 89262               };
 89263               
 89264               //==============================================================================
 89265               //
 89266               // Class: PRS_ContactOrganization
 89267               //
 89268               //==============================================================================
 89269               
 89270 mike  1.1.2.1 static const char*
 89271               _PRS_ContactOrganization_Antecedent_qualifiers[] =
 89272               {
 89273                   /* Override */
 89274                   "\044Antecedent",
 89275                   /* Min */
 89276                   "\033\000\000\000\001",
 89277                   0,
 89278               };
 89279               
 89280               static MetaReference
 89281               _PRS_ContactOrganization_Antecedent =
 89282               {
 89283                   /* flags */
 89284                   META_FLAG_REFERENCE|META_FLAG_READ,
 89285                   /* name */
 89286                   "Antecedent",
 89287                   /* qualifiers */
 89288                   _PRS_ContactOrganization_Antecedent_qualifiers,
 89289                   /* subscript */
 89290                   -1,
 89291 mike  1.1.2.1     /* refId */
 89292                   &__root_cimv2_PRS_Contact,
 89293               };
 89294               
 89295               static const char*
 89296               _PRS_ContactOrganization_Dependent_qualifiers[] =
 89297               {
 89298                   /* Override */
 89299                   "\044Dependent",
 89300                   /* Min */
 89301                   "\033\000\000\000\001",
 89302                   0,
 89303               };
 89304               
 89305               static MetaReference
 89306               _PRS_ContactOrganization_Dependent =
 89307               {
 89308                   /* flags */
 89309                   META_FLAG_REFERENCE|META_FLAG_READ,
 89310                   /* name */
 89311                   "Dependent",
 89312 mike  1.1.2.1     /* qualifiers */
 89313                   _PRS_ContactOrganization_Dependent_qualifiers,
 89314                   /* subscript */
 89315                   -1,
 89316                   /* refId */
 89317                   &__root_cimv2_PRS_Organization,
 89318               };
 89319               
 89320               static MetaFeature*
 89321               _PRS_ContactOrganization_features[] =
 89322               {
 89323                   (MetaFeature*)&_PRS_ContactOrganization_Antecedent,
 89324                   (MetaFeature*)&_PRS_ContactOrganization_Dependent,
 89325                   0,
 89326               };
 89327               
 89328               static const char*
 89329               __root_cimv2_PRS_ContactOrganization_qualifiers[] =
 89330               {
 89331                   /* ASSOCIATION */
 89332                   "\000\001",
 89333 mike  1.1.2.1     /* UMLPackagePath */
 89334                   "\057PRS::Support",
 89335                   /* Version */
 89336                   "\0632.6.0",
 89337                   0,
 89338               };
 89339               
 89340               MetaClass
 89341               __root_cimv2_PRS_ContactOrganization =
 89342               {
 89343                   /* flags */
 89344                   META_FLAG_ASSOCIATION,
 89345                   /* name */
 89346                   "PRS_ContactOrganization",
 89347                   /* qualifiers */
 89348                   __root_cimv2_PRS_ContactOrganization_qualifiers,
 89349                   /* super */
 89350                   &__root_cimv2_PRS_ContactContactItem,
 89351                   /* features */
 89352                   _PRS_ContactOrganization_features,
 89353               };
 89354 mike  1.1.2.1 
 89355               //==============================================================================
 89356               //
 89357               // Class: PRS_ContactPerson
 89358               //
 89359               //==============================================================================
 89360               
 89361               static const char*
 89362               _PRS_ContactPerson_Antecedent_qualifiers[] =
 89363               {
 89364                   /* Override */
 89365                   "\044Antecedent",
 89366                   /* Min */
 89367                   "\033\000\000\000\001",
 89368                   0,
 89369               };
 89370               
 89371               static MetaReference
 89372               _PRS_ContactPerson_Antecedent =
 89373               {
 89374                   /* flags */
 89375 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 89376                   /* name */
 89377                   "Antecedent",
 89378                   /* qualifiers */
 89379                   _PRS_ContactPerson_Antecedent_qualifiers,
 89380                   /* subscript */
 89381                   -1,
 89382                   /* refId */
 89383                   &__root_cimv2_PRS_Contact,
 89384               };
 89385               
 89386               static const char*
 89387               _PRS_ContactPerson_Dependent_qualifiers[] =
 89388               {
 89389                   /* Override */
 89390                   "\044Dependent",
 89391                   /* Min */
 89392                   "\033\000\000\000\001",
 89393                   0,
 89394               };
 89395               
 89396 mike  1.1.2.1 static MetaReference
 89397               _PRS_ContactPerson_Dependent =
 89398               {
 89399                   /* flags */
 89400                   META_FLAG_REFERENCE|META_FLAG_READ,
 89401                   /* name */
 89402                   "Dependent",
 89403                   /* qualifiers */
 89404                   _PRS_ContactPerson_Dependent_qualifiers,
 89405                   /* subscript */
 89406                   -1,
 89407                   /* refId */
 89408                   &__root_cimv2_PRS_Person,
 89409               };
 89410               
 89411               static MetaFeature*
 89412               _PRS_ContactPerson_features[] =
 89413               {
 89414                   (MetaFeature*)&_PRS_ContactPerson_Antecedent,
 89415                   (MetaFeature*)&_PRS_ContactPerson_Dependent,
 89416                   0,
 89417 mike  1.1.2.1 };
 89418               
 89419               static const char*
 89420               __root_cimv2_PRS_ContactPerson_qualifiers[] =
 89421               {
 89422                   /* ASSOCIATION */
 89423                   "\000\001",
 89424                   /* UMLPackagePath */
 89425                   "\057PRS::Support",
 89426                   /* Version */
 89427                   "\0632.6.0",
 89428                   0,
 89429               };
 89430               
 89431               MetaClass
 89432               __root_cimv2_PRS_ContactPerson =
 89433               {
 89434                   /* flags */
 89435                   META_FLAG_ASSOCIATION,
 89436                   /* name */
 89437                   "PRS_ContactPerson",
 89438 mike  1.1.2.1     /* qualifiers */
 89439                   __root_cimv2_PRS_ContactPerson_qualifiers,
 89440                   /* super */
 89441                   &__root_cimv2_PRS_ContactContactItem,
 89442                   /* features */
 89443                   _PRS_ContactPerson_features,
 89444               };
 89445               
 89446               //==============================================================================
 89447               //
 89448               // Class: CIM_AffectedJobElement
 89449               //
 89450               //==============================================================================
 89451               
 89452               static const char*
 89453               _CIM_AffectedJobElement_AffectedElement_qualifiers[] =
 89454               {
 89455                   /* Key */
 89456                   "\025\001",
 89457                   0,
 89458               };
 89459 mike  1.1.2.1 
 89460               static MetaReference
 89461               _CIM_AffectedJobElement_AffectedElement =
 89462               {
 89463                   /* flags */
 89464                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 89465                   /* name */
 89466                   "AffectedElement",
 89467                   /* qualifiers */
 89468                   _CIM_AffectedJobElement_AffectedElement_qualifiers,
 89469                   /* subscript */
 89470                   -1,
 89471                   /* refId */
 89472                   &__root_cimv2_CIM_ManagedElement,
 89473               };
 89474               
 89475               static const char*
 89476               _CIM_AffectedJobElement_AffectingElement_qualifiers[] =
 89477               {
 89478                   /* Key */
 89479                   "\025\001",
 89480 mike  1.1.2.1     0,
 89481               };
 89482               
 89483               static MetaReference
 89484               _CIM_AffectedJobElement_AffectingElement =
 89485               {
 89486                   /* flags */
 89487                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 89488                   /* name */
 89489                   "AffectingElement",
 89490                   /* qualifiers */
 89491                   _CIM_AffectedJobElement_AffectingElement_qualifiers,
 89492                   /* subscript */
 89493                   -1,
 89494                   /* refId */
 89495                   &__root_cimv2_CIM_Job,
 89496               };
 89497               
 89498               static const char*
 89499               _CIM_AffectedJobElement_ElementEffects_qualifiers[] =
 89500               {
 89501 mike  1.1.2.1     /* ValueMap */
 89502                   "\061\000\0050\0001\0002\0003\0004\000",
 89503                   /* Values */
 89504                   "\062\000\005Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000",
 89505                   /* ArrayType */
 89506                   "\005Indexed",
 89507                   /* ModelCorrespondence */
 89508                   "\036\000\001CIM_AffectedJobElement.OtherElementEffectsDescriptions\000",
 89509                   0,
 89510               };
 89511               
 89512               static MetaProperty
 89513               _CIM_AffectedJobElement_ElementEffects =
 89514               {
 89515                   /* flags */
 89516                   META_FLAG_PROPERTY|META_FLAG_READ,
 89517                   /* name */
 89518                   "ElementEffects",
 89519                   /* qualifiers */
 89520                   _CIM_AffectedJobElement_ElementEffects_qualifiers,
 89521                   /* type */
 89522 mike  1.1.2.1     CIMTYPE_UINT16,
 89523                   /* subscript */
 89524                   0,
 89525                   /* value */
 89526                   0,
 89527               };
 89528               
 89529               static const char*
 89530               _CIM_AffectedJobElement_OtherElementEffectsDescriptions_qualifiers[] =
 89531               {
 89532                   /* ArrayType */
 89533                   "\005Indexed",
 89534                   /* ModelCorrespondence */
 89535                   "\036\000\001CIM_AffectedJobElement.ElementEffects\000",
 89536                   0,
 89537               };
 89538               
 89539               static MetaProperty
 89540               _CIM_AffectedJobElement_OtherElementEffectsDescriptions =
 89541               {
 89542                   /* flags */
 89543 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 89544                   /* name */
 89545                   "OtherElementEffectsDescriptions",
 89546                   /* qualifiers */
 89547                   _CIM_AffectedJobElement_OtherElementEffectsDescriptions_qualifiers,
 89548                   /* type */
 89549                   CIMTYPE_STRING,
 89550                   /* subscript */
 89551                   0,
 89552                   /* value */
 89553                   0,
 89554               };
 89555               
 89556               static MetaFeature*
 89557               _CIM_AffectedJobElement_features[] =
 89558               {
 89559                   (MetaFeature*)&_CIM_AffectedJobElement_AffectedElement,
 89560                   (MetaFeature*)&_CIM_AffectedJobElement_AffectingElement,
 89561                   (MetaFeature*)&_CIM_AffectedJobElement_ElementEffects,
 89562                   (MetaFeature*)&_CIM_AffectedJobElement_OtherElementEffectsDescriptions,
 89563                   0,
 89564 mike  1.1.2.1 };
 89565               
 89566               static const char*
 89567               __root_cimv2_CIM_AffectedJobElement_qualifiers[] =
 89568               {
 89569                   /* ASSOCIATION */
 89570                   "\000\001",
 89571                   /* UMLPackagePath */
 89572                   "\057CIM::System::Processing",
 89573                   /* Version */
 89574                   "\0632.7.0",
 89575                   0,
 89576               };
 89577               
 89578               MetaClass
 89579               __root_cimv2_CIM_AffectedJobElement =
 89580               {
 89581                   /* flags */
 89582                   META_FLAG_ASSOCIATION,
 89583                   /* name */
 89584                   "CIM_AffectedJobElement",
 89585 mike  1.1.2.1     /* qualifiers */
 89586                   __root_cimv2_CIM_AffectedJobElement_qualifiers,
 89587                   /* super */
 89588                   0,
 89589                   /* features */
 89590                   _CIM_AffectedJobElement_features,
 89591               };
 89592               
 89593               //==============================================================================
 89594               //
 89595               // Class: CIM_AHTransform
 89596               //
 89597               //==============================================================================
 89598               
 89599               static const char*
 89600               _CIM_AHTransform_AHTransformId_qualifiers[] =
 89601               {
 89602                   /* ValueMap */
 89603                   "\061\000\0041\0002\0003\0004\000",
 89604                   /* Values */
 89605                   "\062\000\004Other\000MD5\000SHA-1\000DES\000",
 89606 mike  1.1.2.1     /* MappingStrings */
 89607                   "\026\000\002IPSP Model.IETF|AHTransform.AHTransformID\000RFC2407.IETF|Section 4.4.3\000",
 89608                   /* ModelCorrespondence */
 89609                   "\036\000\001CIM_AHTransform.OtherAHTransformId\000",
 89610                   0,
 89611               };
 89612               
 89613               static MetaProperty
 89614               _CIM_AHTransform_AHTransformId =
 89615               {
 89616                   /* flags */
 89617                   META_FLAG_PROPERTY|META_FLAG_READ,
 89618                   /* name */
 89619                   "AHTransformId",
 89620                   /* qualifiers */
 89621                   _CIM_AHTransform_AHTransformId_qualifiers,
 89622                   /* type */
 89623                   CIMTYPE_UINT16,
 89624                   /* subscript */
 89625                   -1,
 89626                   /* value */
 89627 mike  1.1.2.1     0,
 89628               };
 89629               
 89630               static const char*
 89631               _CIM_AHTransform_OtherAHTransformId_qualifiers[] =
 89632               {
 89633                   /* ModelCorrespondence */
 89634                   "\036\000\001CIM_AHTransform.AHTransformId\000",
 89635                   0,
 89636               };
 89637               
 89638               static MetaProperty
 89639               _CIM_AHTransform_OtherAHTransformId =
 89640               {
 89641                   /* flags */
 89642                   META_FLAG_PROPERTY|META_FLAG_READ,
 89643                   /* name */
 89644                   "OtherAHTransformId",
 89645                   /* qualifiers */
 89646                   _CIM_AHTransform_OtherAHTransformId_qualifiers,
 89647                   /* type */
 89648 mike  1.1.2.1     CIMTYPE_STRING,
 89649                   /* subscript */
 89650                   -1,
 89651                   /* value */
 89652                   0,
 89653               };
 89654               
 89655               static const char*
 89656               _CIM_AHTransform_UseReplayPrevention_qualifiers[] =
 89657               {
 89658                   /* MappingStrings */
 89659                   "\026\000\001IPSP Model.IETF|AHTransform.UseReplayPrevention\000",
 89660                   0,
 89661               };
 89662               
 89663               static MetaProperty
 89664               _CIM_AHTransform_UseReplayPrevention =
 89665               {
 89666                   /* flags */
 89667                   META_FLAG_PROPERTY|META_FLAG_READ,
 89668                   /* name */
 89669 mike  1.1.2.1     "UseReplayPrevention",
 89670                   /* qualifiers */
 89671                   _CIM_AHTransform_UseReplayPrevention_qualifiers,
 89672                   /* type */
 89673                   CIMTYPE_BOOLEAN,
 89674                   /* subscript */
 89675                   -1,
 89676                   /* value */
 89677                   0,
 89678               };
 89679               
 89680               static const char*
 89681               _CIM_AHTransform_ReplayPreventionWindowSize_qualifiers[] =
 89682               {
 89683                   /* Units */
 89684                   "\060Bits",
 89685                   /* MappingStrings */
 89686                   "\026\000\001IPSP Model.IETF|AHTransform.ReplayPreventionWindowSize\000",
 89687                   0,
 89688               };
 89689               
 89690 mike  1.1.2.1 static MetaProperty
 89691               _CIM_AHTransform_ReplayPreventionWindowSize =
 89692               {
 89693                   /* flags */
 89694                   META_FLAG_PROPERTY|META_FLAG_READ,
 89695                   /* name */
 89696                   "ReplayPreventionWindowSize",
 89697                   /* qualifiers */
 89698                   _CIM_AHTransform_ReplayPreventionWindowSize_qualifiers,
 89699                   /* type */
 89700                   CIMTYPE_UINT32,
 89701                   /* subscript */
 89702                   -1,
 89703                   /* value */
 89704                   0,
 89705               };
 89706               
 89707               static MetaFeature*
 89708               _CIM_AHTransform_features[] =
 89709               {
 89710                   (MetaFeature*)&_CIM_AHTransform_AHTransformId,
 89711 mike  1.1.2.1     (MetaFeature*)&_CIM_AHTransform_OtherAHTransformId,
 89712                   (MetaFeature*)&_CIM_AHTransform_UseReplayPrevention,
 89713                   (MetaFeature*)&_CIM_AHTransform_ReplayPreventionWindowSize,
 89714                   0,
 89715               };
 89716               
 89717               static const char*
 89718               __root_cimv2_CIM_AHTransform_qualifiers[] =
 89719               {
 89720                   /* UMLPackagePath */
 89721                   "\057CIM::Network::IPsec",
 89722                   /* Version */
 89723                   "\0632.8.0",
 89724                   /* MappingStrings */
 89725                   "\026\000\001IPSP Model.IETF|AHTransform\000",
 89726                   0,
 89727               };
 89728               
 89729               MetaClass
 89730               __root_cimv2_CIM_AHTransform =
 89731               {
 89732 mike  1.1.2.1     /* flags */
 89733                   META_FLAG_CLASS,
 89734                   /* name */
 89735                   "CIM_AHTransform",
 89736                   /* qualifiers */
 89737                   __root_cimv2_CIM_AHTransform_qualifiers,
 89738                   /* super */
 89739                   &__root_cimv2_CIM_SATransform,
 89740                   /* features */
 89741                   _CIM_AHTransform_features,
 89742               };
 89743               
 89744               //==============================================================================
 89745               //
 89746               // Class: CIM_BGPIPRoute
 89747               //
 89748               //==============================================================================
 89749               
 89750               static const char*
 89751               _CIM_BGPIPRoute_IsBackDoorRoute_qualifiers[] =
 89752               {
 89753 mike  1.1.2.1     0,
 89754               };
 89755               
 89756               static MetaProperty
 89757               _CIM_BGPIPRoute_IsBackDoorRoute =
 89758               {
 89759                   /* flags */
 89760                   META_FLAG_PROPERTY|META_FLAG_READ,
 89761                   /* name */
 89762                   "IsBackDoorRoute",
 89763                   /* qualifiers */
 89764                   _CIM_BGPIPRoute_IsBackDoorRoute_qualifiers,
 89765                   /* type */
 89766                   CIMTYPE_BOOLEAN,
 89767                   /* subscript */
 89768                   -1,
 89769                   /* value */
 89770                   0,
 89771               };
 89772               
 89773               static const char*
 89774 mike  1.1.2.1 _CIM_BGPIPRoute_UsesLoopbackPeering_qualifiers[] =
 89775               {
 89776                   0,
 89777               };
 89778               
 89779               static MetaProperty
 89780               _CIM_BGPIPRoute_UsesLoopbackPeering =
 89781               {
 89782                   /* flags */
 89783                   META_FLAG_PROPERTY|META_FLAG_READ,
 89784                   /* name */
 89785                   "UsesLoopbackPeering",
 89786                   /* qualifiers */
 89787                   _CIM_BGPIPRoute_UsesLoopbackPeering_qualifiers,
 89788                   /* type */
 89789                   CIMTYPE_BOOLEAN,
 89790                   /* subscript */
 89791                   -1,
 89792                   /* value */
 89793                   0,
 89794               };
 89795 mike  1.1.2.1 
 89796               static MetaFeature*
 89797               _CIM_BGPIPRoute_features[] =
 89798               {
 89799                   (MetaFeature*)&_CIM_BGPIPRoute_IsBackDoorRoute,
 89800                   (MetaFeature*)&_CIM_BGPIPRoute_UsesLoopbackPeering,
 89801                   0,
 89802               };
 89803               
 89804               static const char*
 89805               __root_cimv2_CIM_BGPIPRoute_qualifiers[] =
 89806               {
 89807                   /* UMLPackagePath */
 89808                   "\057CIM::Network::BGP",
 89809                   /* Version */
 89810                   "\0632.6.0",
 89811                   0,
 89812               };
 89813               
 89814               MetaClass
 89815               __root_cimv2_CIM_BGPIPRoute =
 89816 mike  1.1.2.1 {
 89817                   /* flags */
 89818                   META_FLAG_CLASS,
 89819                   /* name */
 89820                   "CIM_BGPIPRoute",
 89821                   /* qualifiers */
 89822                   __root_cimv2_CIM_BGPIPRoute_qualifiers,
 89823                   /* super */
 89824                   &__root_cimv2_CIM_IPRoute,
 89825                   /* features */
 89826                   _CIM_BGPIPRoute_features,
 89827               };
 89828               
 89829               //==============================================================================
 89830               //
 89831               // Class: CIM_BGPPeerUsesRouteMap
 89832               //
 89833               //==============================================================================
 89834               
 89835               static const char*
 89836               _CIM_BGPPeerUsesRouteMap_Collection_qualifiers[] =
 89837 mike  1.1.2.1 {
 89838                   /* Aggregate */
 89839                   "\003\001",
 89840                   /* Override */
 89841                   "\044Collection",
 89842                   0,
 89843               };
 89844               
 89845               static MetaReference
 89846               _CIM_BGPPeerUsesRouteMap_Collection =
 89847               {
 89848                   /* flags */
 89849                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 89850                   /* name */
 89851                   "Collection",
 89852                   /* qualifiers */
 89853                   _CIM_BGPPeerUsesRouteMap_Collection_qualifiers,
 89854                   /* subscript */
 89855                   -1,
 89856                   /* refId */
 89857                   &__root_cimv2_CIM_BGPPeerGroup,
 89858 mike  1.1.2.1 };
 89859               
 89860               static const char*
 89861               _CIM_BGPPeerUsesRouteMap_Member_qualifiers[] =
 89862               {
 89863                   /* Override */
 89864                   "\044Member",
 89865                   0,
 89866               };
 89867               
 89868               static MetaReference
 89869               _CIM_BGPPeerUsesRouteMap_Member =
 89870               {
 89871                   /* flags */
 89872                   META_FLAG_REFERENCE|META_FLAG_READ,
 89873                   /* name */
 89874                   "Member",
 89875                   /* qualifiers */
 89876                   _CIM_BGPPeerUsesRouteMap_Member_qualifiers,
 89877                   /* subscript */
 89878                   -1,
 89879 mike  1.1.2.1     /* refId */
 89880                   &__root_cimv2_CIM_BGPRouteMap,
 89881               };
 89882               
 89883               static const char*
 89884               _CIM_BGPPeerUsesRouteMap_MapSequence_qualifiers[] =
 89885               {
 89886                   0,
 89887               };
 89888               
 89889               static MetaProperty
 89890               _CIM_BGPPeerUsesRouteMap_MapSequence =
 89891               {
 89892                   /* flags */
 89893                   META_FLAG_PROPERTY|META_FLAG_READ,
 89894                   /* name */
 89895                   "MapSequence",
 89896                   /* qualifiers */
 89897                   _CIM_BGPPeerUsesRouteMap_MapSequence_qualifiers,
 89898                   /* type */
 89899                   CIMTYPE_UINT16,
 89900 mike  1.1.2.1     /* subscript */
 89901                   -1,
 89902                   /* value */
 89903                   0,
 89904               };
 89905               
 89906               static MetaFeature*
 89907               _CIM_BGPPeerUsesRouteMap_features[] =
 89908               {
 89909                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_Collection,
 89910                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_Member,
 89911                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_MapSequence,
 89912                   0,
 89913               };
 89914               
 89915               static const char*
 89916               __root_cimv2_CIM_BGPPeerUsesRouteMap_qualifiers[] =
 89917               {
 89918                   /* ASSOCIATION */
 89919                   "\000\001",
 89920                   /* UMLPackagePath */
 89921 mike  1.1.2.1     "\057CIM::Network::BGP",
 89922                   /* Aggregation */
 89923                   "\004\001",
 89924                   /* Version */
 89925                   "\0632.6.0",
 89926                   0,
 89927               };
 89928               
 89929               MetaClass
 89930               __root_cimv2_CIM_BGPPeerUsesRouteMap =
 89931               {
 89932                   /* flags */
 89933                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 89934                   /* name */
 89935                   "CIM_BGPPeerUsesRouteMap",
 89936                   /* qualifiers */
 89937                   __root_cimv2_CIM_BGPPeerUsesRouteMap_qualifiers,
 89938                   /* super */
 89939                   &__root_cimv2_CIM_CollectedMSEs,
 89940                   /* features */
 89941                   _CIM_BGPPeerUsesRouteMap_features,
 89942 mike  1.1.2.1 };
 89943               
 89944               //==============================================================================
 89945               //
 89946               // Class: CIM_CardInSlot
 89947               //
 89948               //==============================================================================
 89949               
 89950               static const char*
 89951               _CIM_CardInSlot_Antecedent_qualifiers[] =
 89952               {
 89953                   /* Override */
 89954                   "\044Antecedent",
 89955                   0,
 89956               };
 89957               
 89958               static MetaReference
 89959               _CIM_CardInSlot_Antecedent =
 89960               {
 89961                   /* flags */
 89962                   META_FLAG_REFERENCE|META_FLAG_READ,
 89963 mike  1.1.2.1     /* name */
 89964                   "Antecedent",
 89965                   /* qualifiers */
 89966                   _CIM_CardInSlot_Antecedent_qualifiers,
 89967                   /* subscript */
 89968                   -1,
 89969                   /* refId */
 89970                   &__root_cimv2_CIM_Slot,
 89971               };
 89972               
 89973               static const char*
 89974               _CIM_CardInSlot_Dependent_qualifiers[] =
 89975               {
 89976                   /* Override */
 89977                   "\044Dependent",
 89978                   /* Max */
 89979                   "\027\000\000\000\001",
 89980                   0,
 89981               };
 89982               
 89983               static MetaReference
 89984 mike  1.1.2.1 _CIM_CardInSlot_Dependent =
 89985               {
 89986                   /* flags */
 89987                   META_FLAG_REFERENCE|META_FLAG_READ,
 89988                   /* name */
 89989                   "Dependent",
 89990                   /* qualifiers */
 89991                   _CIM_CardInSlot_Dependent_qualifiers,
 89992                   /* subscript */
 89993                   -1,
 89994                   /* refId */
 89995                   &__root_cimv2_CIM_Card,
 89996               };
 89997               
 89998               static MetaFeature*
 89999               _CIM_CardInSlot_features[] =
 90000               {
 90001                   (MetaFeature*)&_CIM_CardInSlot_Antecedent,
 90002                   (MetaFeature*)&_CIM_CardInSlot_Dependent,
 90003                   0,
 90004               };
 90005 mike  1.1.2.1 
 90006               static const char*
 90007               __root_cimv2_CIM_CardInSlot_qualifiers[] =
 90008               {
 90009                   /* ASSOCIATION */
 90010                   "\000\001",
 90011                   /* UMLPackagePath */
 90012                   "\057CIM::Physical::Connector",
 90013                   /* Version */
 90014                   "\0632.6.0",
 90015                   /* MappingStrings */
 90016                   "\026\000\001MIF.DMTF|System Slot|005.4\000",
 90017                   0,
 90018               };
 90019               
 90020               MetaClass
 90021               __root_cimv2_CIM_CardInSlot =
 90022               {
 90023                   /* flags */
 90024                   META_FLAG_ASSOCIATION,
 90025                   /* name */
 90026 mike  1.1.2.1     "CIM_CardInSlot",
 90027                   /* qualifiers */
 90028                   __root_cimv2_CIM_CardInSlot_qualifiers,
 90029                   /* super */
 90030                   &__root_cimv2_CIM_PackageInSlot,
 90031                   /* features */
 90032                   _CIM_CardInSlot_features,
 90033               };
 90034               
 90035               //==============================================================================
 90036               //
 90037               // Class: CIM_ConcreteJob
 90038               //
 90039               //==============================================================================
 90040               
 90041               static const char*
 90042               _CIM_ConcreteJob_InstanceID_qualifiers[] =
 90043               {
 90044                   /* Key */
 90045                   "\025\001",
 90046                   0,
 90047 mike  1.1.2.1 };
 90048               
 90049               static MetaProperty
 90050               _CIM_ConcreteJob_InstanceID =
 90051               {
 90052                   /* flags */
 90053                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 90054                   /* name */
 90055                   "InstanceID",
 90056                   /* qualifiers */
 90057                   _CIM_ConcreteJob_InstanceID_qualifiers,
 90058                   /* type */
 90059                   CIMTYPE_STRING,
 90060                   /* subscript */
 90061                   -1,
 90062                   /* value */
 90063                   0,
 90064               };
 90065               
 90066               static const char*
 90067               _CIM_ConcreteJob_Name_qualifiers[] =
 90068 mike  1.1.2.1 {
 90069                   /* Required */
 90070                   "\050\001",
 90071                   /* Override */
 90072                   "\044Name",
 90073                   0,
 90074               };
 90075               
 90076               static MetaProperty
 90077               _CIM_ConcreteJob_Name =
 90078               {
 90079                   /* flags */
 90080                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 90081                   /* name */
 90082                   "Name",
 90083                   /* qualifiers */
 90084                   _CIM_ConcreteJob_Name_qualifiers,
 90085                   /* type */
 90086                   CIMTYPE_STRING,
 90087                   /* subscript */
 90088                   -1,
 90089 mike  1.1.2.1     /* value */
 90090                   0,
 90091               };
 90092               
 90093               static const char*
 90094               _CIM_ConcreteJob_JobState_qualifiers[] =
 90095               {
 90096                   /* ValueMap */
 90097                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013..32767\00032768..65535\000",
 90098                   /* Values */
 90099                   "\062\000\015New\000Starting\000Running\000Suspended\000Shutting Down\000Completed\000Terminated\000Killed\000Exception\000Service\000Query Pending\000DMTF Reserved\000Vendor Reserved\000",
 90100                   0,
 90101               };
 90102               
 90103               static MetaProperty
 90104               _CIM_ConcreteJob_JobState =
 90105               {
 90106                   /* flags */
 90107                   META_FLAG_PROPERTY|META_FLAG_READ,
 90108                   /* name */
 90109                   "JobState",
 90110 mike  1.1.2.1     /* qualifiers */
 90111                   _CIM_ConcreteJob_JobState_qualifiers,
 90112                   /* type */
 90113                   CIMTYPE_UINT16,
 90114                   /* subscript */
 90115                   -1,
 90116                   /* value */
 90117                   0,
 90118               };
 90119               
 90120               static const char*
 90121               _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers[] =
 90122               {
 90123                   0,
 90124               };
 90125               
 90126               static MetaProperty
 90127               _CIM_ConcreteJob_TimeOfLastStateChange =
 90128               {
 90129                   /* flags */
 90130                   META_FLAG_PROPERTY|META_FLAG_READ,
 90131 mike  1.1.2.1     /* name */
 90132                   "TimeOfLastStateChange",
 90133                   /* qualifiers */
 90134                   _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers,
 90135                   /* type */
 90136                   CIMTYPE_DATETIME,
 90137                   /* subscript */
 90138                   -1,
 90139                   /* value */
 90140                   0,
 90141               };
 90142               
 90143               static const char*
 90144               _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers[] =
 90145               {
 90146                   /* Required */
 90147                   "\050\001",
 90148                   /* Write */
 90149                   "\065\001",
 90150                   0,
 90151               };
 90152 mike  1.1.2.1 
 90153               static MetaProperty
 90154               _CIM_ConcreteJob_TimeBeforeRemoval =
 90155               {
 90156                   /* flags */
 90157                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 90158                   /* name */
 90159                   "TimeBeforeRemoval",
 90160                   /* qualifiers */
 90161                   _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers,
 90162                   /* type */
 90163                   CIMTYPE_DATETIME,
 90164                   /* subscript */
 90165                   -1,
 90166                   /* value */
 90167                   "00000000000500.000000:000",
 90168               };
 90169               
 90170               static const char*
 90171               _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers[] =
 90172               {
 90173 mike  1.1.2.1     /* IN */
 90174                   "\024\001",
 90175                   /* ValueMap */
 90176                   "\061\000\0072\0003\0004\0005\0006\0007..32767\00032768..65535\000",
 90177                   /* Values */
 90178                   "\062\000\007Start\000Suspend\000Terminate\000Kill\000Service\000DMTF Reserved\000Vendor Reserved\000",
 90179                   0,
 90180               };
 90181               
 90182               static MetaProperty
 90183               _CIM_ConcreteJob_RequestStateChange_RequestedState =
 90184               {
 90185                   /* flags */
 90186                   META_FLAG_PROPERTY|META_FLAG_IN,
 90187                   /* name */
 90188                   "RequestedState",
 90189                   /* qualifiers */
 90190                   _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers,
 90191                   /* type */
 90192                   CIMTYPE_UINT16,
 90193                   /* subscript */
 90194 mike  1.1.2.1     -1,
 90195                   /* value */
 90196                   0,
 90197               };
 90198               
 90199               static const char*
 90200               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers[] =
 90201               {
 90202                   /* IN */
 90203                   "\024\001",
 90204                   0,
 90205               };
 90206               
 90207               static MetaProperty
 90208               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod =
 90209               {
 90210                   /* flags */
 90211                   META_FLAG_PROPERTY|META_FLAG_IN,
 90212                   /* name */
 90213                   "TimeoutPeriod",
 90214                   /* qualifiers */
 90215 mike  1.1.2.1     _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers,
 90216                   /* type */
 90217                   CIMTYPE_DATETIME,
 90218                   /* subscript */
 90219                   -1,
 90220                   /* value */
 90221                   0,
 90222               };
 90223               
 90224               static MetaFeature*
 90225               _CIM_ConcreteJob_RequestStateChange_parameters[] =
 90226               {
 90227                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_RequestedState,
 90228                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_TimeoutPeriod,
 90229                   0,
 90230               };
 90231               
 90232               static const char*
 90233               _CIM_ConcreteJob_RequestStateChange_qualifiers[] =
 90234               {
 90235                   /* ValueMap */
 90236 mike  1.1.2.1     "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
 90237                   /* Values */
 90238                   "\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",
 90239                   0,
 90240               };
 90241               
 90242               static MetaMethod
 90243               _CIM_ConcreteJob_RequestStateChange =
 90244               {
 90245                   /* flags */
 90246                   META_FLAG_METHOD,
 90247                   /* name */
 90248                   "CIM_ConcreteJob",
 90249                   /* qualifiers */
 90250                   _CIM_ConcreteJob_RequestStateChange_qualifiers,
 90251                   /* type */
 90252                   CIMTYPE_UINT32,
 90253                   /* parameters */
 90254                   _CIM_ConcreteJob_RequestStateChange_parameters,
 90255               };
 90256               
 90257 mike  1.1.2.1 static MetaFeature*
 90258               _CIM_ConcreteJob_features[] =
 90259               {
 90260                   (MetaFeature*)&_CIM_ConcreteJob_InstanceID,
 90261                   (MetaFeature*)&_CIM_ConcreteJob_Name,
 90262                   (MetaFeature*)&_CIM_ConcreteJob_JobState,
 90263                   (MetaFeature*)&_CIM_ConcreteJob_TimeOfLastStateChange,
 90264                   (MetaFeature*)&_CIM_ConcreteJob_TimeBeforeRemoval,
 90265                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange,
 90266                   0,
 90267               };
 90268               
 90269               static const char*
 90270               __root_cimv2_CIM_ConcreteJob_qualifiers[] =
 90271               {
 90272                   /* UMLPackagePath */
 90273                   "\057CIM::Core::CoreElements",
 90274                   /* Version */
 90275                   "\0632.13.0",
 90276                   0,
 90277               };
 90278 mike  1.1.2.1 
 90279               MetaClass
 90280               __root_cimv2_CIM_ConcreteJob =
 90281               {
 90282                   /* flags */
 90283                   META_FLAG_CLASS,
 90284                   /* name */
 90285                   "CIM_ConcreteJob",
 90286                   /* qualifiers */
 90287                   __root_cimv2_CIM_ConcreteJob_qualifiers,
 90288                   /* super */
 90289                   &__root_cimv2_CIM_Job,
 90290                   /* features */
 90291                   _CIM_ConcreteJob_features,
 90292               };
 90293               
 90294               //==============================================================================
 90295               //
 90296               // Class: CIM_ContainedProposal
 90297               //
 90298               //==============================================================================
 90299 mike  1.1.2.1 
 90300               static const char*
 90301               _CIM_ContainedProposal_GroupComponent_qualifiers[] =
 90302               {
 90303                   /* Aggregate */
 90304                   "\003\001",
 90305                   /* Override */
 90306                   "\044GroupComponent",
 90307                   /* MappingStrings */
 90308                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.GroupComponent\000",
 90309                   0,
 90310               };
 90311               
 90312               static MetaReference
 90313               _CIM_ContainedProposal_GroupComponent =
 90314               {
 90315                   /* flags */
 90316                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 90317                   /* name */
 90318                   "GroupComponent",
 90319                   /* qualifiers */
 90320 mike  1.1.2.1     _CIM_ContainedProposal_GroupComponent_qualifiers,
 90321                   /* subscript */
 90322                   -1,
 90323                   /* refId */
 90324                   &__root_cimv2_CIM_SANegotiationAction,
 90325               };
 90326               
 90327               static const char*
 90328               _CIM_ContainedProposal_PartComponent_qualifiers[] =
 90329               {
 90330                   /* Override */
 90331                   "\044PartComponent",
 90332                   /* MappingStrings */
 90333                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.PartComponent\000",
 90334                   0,
 90335               };
 90336               
 90337               static MetaReference
 90338               _CIM_ContainedProposal_PartComponent =
 90339               {
 90340                   /* flags */
 90341 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 90342                   /* name */
 90343                   "PartComponent",
 90344                   /* qualifiers */
 90345                   _CIM_ContainedProposal_PartComponent_qualifiers,
 90346                   /* subscript */
 90347                   -1,
 90348                   /* refId */
 90349                   &__root_cimv2_CIM_SAProposal,
 90350               };
 90351               
 90352               static const char*
 90353               _CIM_ContainedProposal_SequenceNumber_qualifiers[] =
 90354               {
 90355                   /* MappingStrings */
 90356                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.SequenceNumber\000",
 90357                   0,
 90358               };
 90359               
 90360               static MetaProperty
 90361               _CIM_ContainedProposal_SequenceNumber =
 90362 mike  1.1.2.1 {
 90363                   /* flags */
 90364                   META_FLAG_PROPERTY|META_FLAG_READ,
 90365                   /* name */
 90366                   "SequenceNumber",
 90367                   /* qualifiers */
 90368                   _CIM_ContainedProposal_SequenceNumber_qualifiers,
 90369                   /* type */
 90370                   CIMTYPE_UINT16,
 90371                   /* subscript */
 90372                   -1,
 90373                   /* value */
 90374                   0,
 90375               };
 90376               
 90377               static MetaFeature*
 90378               _CIM_ContainedProposal_features[] =
 90379               {
 90380                   (MetaFeature*)&_CIM_ContainedProposal_GroupComponent,
 90381                   (MetaFeature*)&_CIM_ContainedProposal_PartComponent,
 90382                   (MetaFeature*)&_CIM_ContainedProposal_SequenceNumber,
 90383 mike  1.1.2.1     0,
 90384               };
 90385               
 90386               static const char*
 90387               __root_cimv2_CIM_ContainedProposal_qualifiers[] =
 90388               {
 90389                   /* ASSOCIATION */
 90390                   "\000\001",
 90391                   /* UMLPackagePath */
 90392                   "\057CIM::IPsecPolicy",
 90393                   /* Aggregation */
 90394                   "\004\001",
 90395                   /* Version */
 90396                   "\0632.8.0",
 90397                   /* MappingStrings */
 90398                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal\000",
 90399                   0,
 90400               };
 90401               
 90402               MetaClass
 90403               __root_cimv2_CIM_ContainedProposal =
 90404 mike  1.1.2.1 {
 90405                   /* flags */
 90406                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 90407                   /* name */
 90408                   "CIM_ContainedProposal",
 90409                   /* qualifiers */
 90410                   __root_cimv2_CIM_ContainedProposal_qualifiers,
 90411                   /* super */
 90412                   &__root_cimv2_CIM_Component,
 90413                   /* features */
 90414                   _CIM_ContainedProposal_features,
 90415               };
 90416               
 90417               //==============================================================================
 90418               //
 90419               // Class: CIM_EnabledLogicalElement
 90420               //
 90421               //==============================================================================
 90422               
 90423               static const char*
 90424               _CIM_EnabledLogicalElement_EnabledState_qualifiers[] =
 90425 mike  1.1.2.1 {
 90426                   /* ValueMap */
 90427                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011..32767\00032768..65535\000",
 90428                   /* Values */
 90429                   "\062\000\015Unknown\000Other\000Enabled\000Disabled\000Shutting Down\000Not Applicable\000Enabled but Offline\000In Test\000Deferred\000Quiesce\000Starting\000DMTF Reserved\000Vendor Reserved\000",
 90430                   /* ModelCorrespondence */
 90431                   "\036\000\001CIM_EnabledLogicalElement.OtherEnabledState\000",
 90432                   0,
 90433               };
 90434               
 90435               static MetaProperty
 90436               _CIM_EnabledLogicalElement_EnabledState =
 90437               {
 90438                   /* flags */
 90439                   META_FLAG_PROPERTY|META_FLAG_READ,
 90440                   /* name */
 90441                   "EnabledState",
 90442                   /* qualifiers */
 90443                   _CIM_EnabledLogicalElement_EnabledState_qualifiers,
 90444                   /* type */
 90445                   CIMTYPE_UINT16,
 90446 mike  1.1.2.1     /* subscript */
 90447                   -1,
 90448                   /* value */
 90449                   "\000\005",
 90450               };
 90451               
 90452               static const char*
 90453               _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers[] =
 90454               {
 90455                   /* ModelCorrespondence */
 90456                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
 90457                   0,
 90458               };
 90459               
 90460               static MetaProperty
 90461               _CIM_EnabledLogicalElement_OtherEnabledState =
 90462               {
 90463                   /* flags */
 90464                   META_FLAG_PROPERTY|META_FLAG_READ,
 90465                   /* name */
 90466                   "OtherEnabledState",
 90467 mike  1.1.2.1     /* qualifiers */
 90468                   _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers,
 90469                   /* type */
 90470                   CIMTYPE_STRING,
 90471                   /* subscript */
 90472                   -1,
 90473                   /* value */
 90474                   0,
 90475               };
 90476               
 90477               static const char*
 90478               _CIM_EnabledLogicalElement_RequestedState_qualifiers[] =
 90479               {
 90480                   /* ValueMap */
 90481                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\00032768..65535\000",
 90482                   /* Values */
 90483                   "\062\000\015Enabled\000Disabled\000Shut Down\000No Change\000Offline\000Test\000Deferred\000Quiesce\000Reboot\000Reset\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
 90484                   /* ModelCorrespondence */
 90485                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
 90486                   0,
 90487               };
 90488 mike  1.1.2.1 
 90489               static MetaProperty
 90490               _CIM_EnabledLogicalElement_RequestedState =
 90491               {
 90492                   /* flags */
 90493                   META_FLAG_PROPERTY|META_FLAG_READ,
 90494                   /* name */
 90495                   "RequestedState",
 90496                   /* qualifiers */
 90497                   _CIM_EnabledLogicalElement_RequestedState_qualifiers,
 90498                   /* type */
 90499                   CIMTYPE_UINT16,
 90500                   /* subscript */
 90501                   -1,
 90502                   /* value */
 90503                   "\000\014",
 90504               };
 90505               
 90506               static const char*
 90507               _CIM_EnabledLogicalElement_EnabledDefault_qualifiers[] =
 90508               {
 90509 mike  1.1.2.1     /* Write */
 90510                   "\065\001",
 90511                   /* ValueMap */
 90512                   "\061\000\0072\0003\0005\0006\0007\0008..32767\00032768..65535\000",
 90513                   /* Values */
 90514                   "\062\000\007Enabled\000Disabled\000Not Applicable\000Enabled but Offline\000No Default\000DMTF Reserved\000Vendor Reserved\000",
 90515                   0,
 90516               };
 90517               
 90518               static MetaProperty
 90519               _CIM_EnabledLogicalElement_EnabledDefault =
 90520               {
 90521                   /* flags */
 90522                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 90523                   /* name */
 90524                   "EnabledDefault",
 90525                   /* qualifiers */
 90526                   _CIM_EnabledLogicalElement_EnabledDefault_qualifiers,
 90527                   /* type */
 90528                   CIMTYPE_UINT16,
 90529                   /* subscript */
 90530 mike  1.1.2.1     -1,
 90531                   /* value */
 90532                   "\000\002",
 90533               };
 90534               
 90535               static const char*
 90536               _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers[] =
 90537               {
 90538                   0,
 90539               };
 90540               
 90541               static MetaProperty
 90542               _CIM_EnabledLogicalElement_TimeOfLastStateChange =
 90543               {
 90544                   /* flags */
 90545                   META_FLAG_PROPERTY|META_FLAG_READ,
 90546                   /* name */
 90547                   "TimeOfLastStateChange",
 90548                   /* qualifiers */
 90549                   _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers,
 90550                   /* type */
 90551 mike  1.1.2.1     CIMTYPE_DATETIME,
 90552                   /* subscript */
 90553                   -1,
 90554                   /* value */
 90555                   0,
 90556               };
 90557               
 90558               static const char*
 90559               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers[] =
 90560               {
 90561                   /* IN */
 90562                   "\024\001",
 90563                   /* ValueMap */
 90564                   "\061\000\0132\0003\0004\0006\0007\0008\0009\00010\00011\000..\00032768..65535\000",
 90565                   /* Values */
 90566                   "\062\000\013Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000DMTF Reserved\000Vendor Reserved\000",
 90567                   /* ModelCorrespondence */
 90568                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
 90569                   0,
 90570               };
 90571               
 90572 mike  1.1.2.1 static MetaProperty
 90573               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState =
 90574               {
 90575                   /* flags */
 90576                   META_FLAG_PROPERTY|META_FLAG_IN,
 90577                   /* name */
 90578                   "RequestedState",
 90579                   /* qualifiers */
 90580                   _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers,
 90581                   /* type */
 90582                   CIMTYPE_UINT16,
 90583                   /* subscript */
 90584                   -1,
 90585                   /* value */
 90586                   0,
 90587               };
 90588               
 90589               static const char*
 90590               _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers[] =
 90591               {
 90592                   /* IN */
 90593 mike  1.1.2.1     "\024\000",
 90594                   /* OUT */
 90595                   "\043\001",
 90596                   0,
 90597               };
 90598               
 90599               static MetaReference
 90600               _CIM_EnabledLogicalElement_RequestStateChange_Job =
 90601               {
 90602                   /* flags */
 90603                   META_FLAG_REFERENCE|META_FLAG_OUT,
 90604                   /* name */
 90605                   "Job",
 90606                   /* qualifiers */
 90607                   _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers,
 90608                   /* subscript */
 90609                   -1,
 90610                   /* ref */
 90611                   &__root_cimv2_CIM_ConcreteJob,
 90612               };
 90613               
 90614 mike  1.1.2.1 static const char*
 90615               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers[] =
 90616               {
 90617                   /* IN */
 90618                   "\024\001",
 90619                   0,
 90620               };
 90621               
 90622               static MetaProperty
 90623               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod =
 90624               {
 90625                   /* flags */
 90626                   META_FLAG_PROPERTY|META_FLAG_IN,
 90627                   /* name */
 90628                   "TimeoutPeriod",
 90629                   /* qualifiers */
 90630                   _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers,
 90631                   /* type */
 90632                   CIMTYPE_DATETIME,
 90633                   /* subscript */
 90634                   -1,
 90635 mike  1.1.2.1     /* value */
 90636                   0,
 90637               };
 90638               
 90639               static MetaFeature*
 90640               _CIM_EnabledLogicalElement_RequestStateChange_parameters[] =
 90641               {
 90642                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_RequestedState,
 90643                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_Job,
 90644                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod,
 90645                   0,
 90646               };
 90647               
 90648               static const char*
 90649               _CIM_EnabledLogicalElement_RequestStateChange_qualifiers[] =
 90650               {
 90651                   /* ValueMap */
 90652                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
 90653                   /* Values */
 90654                   "\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",
 90655                   /* ModelCorrespondence */
 90656 mike  1.1.2.1     "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
 90657                   0,
 90658               };
 90659               
 90660               static MetaMethod
 90661               _CIM_EnabledLogicalElement_RequestStateChange =
 90662               {
 90663                   /* flags */
 90664                   META_FLAG_METHOD,
 90665                   /* name */
 90666                   "CIM_EnabledLogicalElement",
 90667                   /* qualifiers */
 90668                   _CIM_EnabledLogicalElement_RequestStateChange_qualifiers,
 90669                   /* type */
 90670                   CIMTYPE_UINT32,
 90671                   /* parameters */
 90672                   _CIM_EnabledLogicalElement_RequestStateChange_parameters,
 90673               };
 90674               
 90675               static MetaFeature*
 90676               _CIM_EnabledLogicalElement_features[] =
 90677 mike  1.1.2.1 {
 90678                   (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledState,
 90679                   (MetaFeature*)&_CIM_EnabledLogicalElement_OtherEnabledState,
 90680                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestedState,
 90681                   (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledDefault,
 90682                   (MetaFeature*)&_CIM_EnabledLogicalElement_TimeOfLastStateChange,
 90683                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange,
 90684                   0,
 90685               };
 90686               
 90687               static const char*
 90688               __root_cimv2_CIM_EnabledLogicalElement_qualifiers[] =
 90689               {
 90690                   /* UMLPackagePath */
 90691                   "\057CIM::Core::CoreElements",
 90692                   /* Abstract */
 90693                   "\002\001",
 90694                   /* Version */
 90695                   "\0632.10.0",
 90696                   0,
 90697               };
 90698 mike  1.1.2.1 
 90699               MetaClass
 90700               __root_cimv2_CIM_EnabledLogicalElement =
 90701               {
 90702                   /* flags */
 90703                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 90704                   /* name */
 90705                   "CIM_EnabledLogicalElement",
 90706                   /* qualifiers */
 90707                   __root_cimv2_CIM_EnabledLogicalElement_qualifiers,
 90708                   /* super */
 90709                   &__root_cimv2_CIM_LogicalElement,
 90710                   /* features */
 90711                   _CIM_EnabledLogicalElement_features,
 90712               };
 90713               
 90714               //==============================================================================
 90715               //
 90716               // Class: CIM_EntriesInFilterList
 90717               //
 90718               //==============================================================================
 90719 mike  1.1.2.1 
 90720               static const char*
 90721               _CIM_EntriesInFilterList_GroupComponent_qualifiers[] =
 90722               {
 90723                   /* Aggregate */
 90724                   "\003\001",
 90725                   /* Override */
 90726                   "\044GroupComponent",
 90727                   /* Max */
 90728                   "\027\000\000\000\001",
 90729                   0,
 90730               };
 90731               
 90732               static MetaReference
 90733               _CIM_EntriesInFilterList_GroupComponent =
 90734               {
 90735                   /* flags */
 90736                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 90737                   /* name */
 90738                   "GroupComponent",
 90739                   /* qualifiers */
 90740 mike  1.1.2.1     _CIM_EntriesInFilterList_GroupComponent_qualifiers,
 90741                   /* subscript */
 90742                   -1,
 90743                   /* refId */
 90744                   &__root_cimv2_CIM_FilterList,
 90745               };
 90746               
 90747               static const char*
 90748               _CIM_EntriesInFilterList_PartComponent_qualifiers[] =
 90749               {
 90750                   /* Override */
 90751                   "\044PartComponent",
 90752                   0,
 90753               };
 90754               
 90755               static MetaReference
 90756               _CIM_EntriesInFilterList_PartComponent =
 90757               {
 90758                   /* flags */
 90759                   META_FLAG_REFERENCE|META_FLAG_READ,
 90760                   /* name */
 90761 mike  1.1.2.1     "PartComponent",
 90762                   /* qualifiers */
 90763                   _CIM_EntriesInFilterList_PartComponent_qualifiers,
 90764                   /* subscript */
 90765                   -1,
 90766                   /* refId */
 90767                   &__root_cimv2_CIM_FilterEntryBase,
 90768               };
 90769               
 90770               static const char*
 90771               _CIM_EntriesInFilterList_EntrySequence_qualifiers[] =
 90772               {
 90773                   /* ValueMap */
 90774                   "\061\000\0010\000",
 90775                   0,
 90776               };
 90777               
 90778               static MetaProperty
 90779               _CIM_EntriesInFilterList_EntrySequence =
 90780               {
 90781                   /* flags */
 90782 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 90783                   /* name */
 90784                   "EntrySequence",
 90785                   /* qualifiers */
 90786                   _CIM_EntriesInFilterList_EntrySequence_qualifiers,
 90787                   /* type */
 90788                   CIMTYPE_UINT16,
 90789                   /* subscript */
 90790                   -1,
 90791                   /* value */
 90792                   "\000\000",
 90793               };
 90794               
 90795               static MetaFeature*
 90796               _CIM_EntriesInFilterList_features[] =
 90797               {
 90798                   (MetaFeature*)&_CIM_EntriesInFilterList_GroupComponent,
 90799                   (MetaFeature*)&_CIM_EntriesInFilterList_PartComponent,
 90800                   (MetaFeature*)&_CIM_EntriesInFilterList_EntrySequence,
 90801                   0,
 90802               };
 90803 mike  1.1.2.1 
 90804               static const char*
 90805               __root_cimv2_CIM_EntriesInFilterList_qualifiers[] =
 90806               {
 90807                   /* ASSOCIATION */
 90808                   "\000\001",
 90809                   /* UMLPackagePath */
 90810                   "\057CIM::Network::Filtering",
 90811                   /* Aggregation */
 90812                   "\004\001",
 90813                   /* Version */
 90814                   "\0632.7.0",
 90815                   0,
 90816               };
 90817               
 90818               MetaClass
 90819               __root_cimv2_CIM_EntriesInFilterList =
 90820               {
 90821                   /* flags */
 90822                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 90823                   /* name */
 90824 mike  1.1.2.1     "CIM_EntriesInFilterList",
 90825                   /* qualifiers */
 90826                   __root_cimv2_CIM_EntriesInFilterList_qualifiers,
 90827                   /* super */
 90828                   &__root_cimv2_CIM_Component,
 90829                   /* features */
 90830                   _CIM_EntriesInFilterList_features,
 90831               };
 90832               
 90833               //==============================================================================
 90834               //
 90835               // Class: CIM_ESPTransform
 90836               //
 90837               //==============================================================================
 90838               
 90839               static const char*
 90840               _CIM_ESPTransform_IntegrityTransformId_qualifiers[] =
 90841               {
 90842                   /* ValueMap */
 90843                   "\061\000\0101\0002\0003\0004\0005\0006\0007..61439\00061440..65535\000",
 90844                   /* Values */
 90845 mike  1.1.2.1     "\062\000\010Other\000None\000MD5\000SHA-1\000DES\000KPDK\000DMTF/IANA Reserved\000Vendor Reserved\000",
 90846                   /* MappingStrings */
 90847                   "\026\000\002IPSP Model.IETF|ESPTransform.IntegrityTransformId\000RFC2407.IETF|Section 4.5\000",
 90848                   /* ModelCorrespondence */
 90849                   "\036\000\001CIM_ESPTransform.OtherIntegrityTransformId\000",
 90850                   0,
 90851               };
 90852               
 90853               static MetaProperty
 90854               _CIM_ESPTransform_IntegrityTransformId =
 90855               {
 90856                   /* flags */
 90857                   META_FLAG_PROPERTY|META_FLAG_READ,
 90858                   /* name */
 90859                   "IntegrityTransformId",
 90860                   /* qualifiers */
 90861                   _CIM_ESPTransform_IntegrityTransformId_qualifiers,
 90862                   /* type */
 90863                   CIMTYPE_UINT16,
 90864                   /* subscript */
 90865                   -1,
 90866 mike  1.1.2.1     /* value */
 90867                   0,
 90868               };
 90869               
 90870               static const char*
 90871               _CIM_ESPTransform_OtherIntegrityTransformId_qualifiers[] =
 90872               {
 90873                   /* ModelCorrespondence */
 90874                   "\036\000\001CIM_ESPTransform.IntegrityTransformId\000",
 90875                   0,
 90876               };
 90877               
 90878               static MetaProperty
 90879               _CIM_ESPTransform_OtherIntegrityTransformId =
 90880               {
 90881                   /* flags */
 90882                   META_FLAG_PROPERTY|META_FLAG_READ,
 90883                   /* name */
 90884                   "OtherIntegrityTransformId",
 90885                   /* qualifiers */
 90886                   _CIM_ESPTransform_OtherIntegrityTransformId_qualifiers,
 90887 mike  1.1.2.1     /* type */
 90888                   CIMTYPE_STRING,
 90889                   /* subscript */
 90890                   -1,
 90891                   /* value */
 90892                   0,
 90893               };
 90894               
 90895               static const char*
 90896               _CIM_ESPTransform_CipherTransformId_qualifiers[] =
 90897               {
 90898                   /* ValueMap */
 90899                   "\061\000\0141\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
 90900                   /* Values */
 90901                   "\062\000\014Other\000None\000DES_IV64\000DES\0003DES\000RC5\000IDEA\000CAST\000Blowfish\0003-IDEA\000DES_IV32\000RC4\000",
 90902                   /* MappingStrings */
 90903                   "\026\000\002IPSP Model.IETF|ESPTransform.CipherTransformId\000RFC2407.IETF|Section 4.4.4\000",
 90904                   /* ModelCorrespondence */
 90905                   "\036\000\001CIM_ESPTransform.OtherCipherTransformId\000",
 90906                   0,
 90907               };
 90908 mike  1.1.2.1 
 90909               static MetaProperty
 90910               _CIM_ESPTransform_CipherTransformId =
 90911               {
 90912                   /* flags */
 90913                   META_FLAG_PROPERTY|META_FLAG_READ,
 90914                   /* name */
 90915                   "CipherTransformId",
 90916                   /* qualifiers */
 90917                   _CIM_ESPTransform_CipherTransformId_qualifiers,
 90918                   /* type */
 90919                   CIMTYPE_UINT16,
 90920                   /* subscript */
 90921                   -1,
 90922                   /* value */
 90923                   0,
 90924               };
 90925               
 90926               static const char*
 90927               _CIM_ESPTransform_OtherCipherTransformId_qualifiers[] =
 90928               {
 90929 mike  1.1.2.1     /* ModelCorrespondence */
 90930                   "\036\000\001CIM_ESPTransform.CipherTransformId\000",
 90931                   0,
 90932               };
 90933               
 90934               static MetaProperty
 90935               _CIM_ESPTransform_OtherCipherTransformId =
 90936               {
 90937                   /* flags */
 90938                   META_FLAG_PROPERTY|META_FLAG_READ,
 90939                   /* name */
 90940                   "OtherCipherTransformId",
 90941                   /* qualifiers */
 90942                   _CIM_ESPTransform_OtherCipherTransformId_qualifiers,
 90943                   /* type */
 90944                   CIMTYPE_STRING,
 90945                   /* subscript */
 90946                   -1,
 90947                   /* value */
 90948                   0,
 90949               };
 90950 mike  1.1.2.1 
 90951               static const char*
 90952               _CIM_ESPTransform_CipherKeyLength_qualifiers[] =
 90953               {
 90954                   /* Units */
 90955                   "\060Bits",
 90956                   /* MappingStrings */
 90957                   "\026\000\001IPSP Model.IETF|ESPTransform.CipherKeyLength\000",
 90958                   0,
 90959               };
 90960               
 90961               static MetaProperty
 90962               _CIM_ESPTransform_CipherKeyLength =
 90963               {
 90964                   /* flags */
 90965                   META_FLAG_PROPERTY|META_FLAG_READ,
 90966                   /* name */
 90967                   "CipherKeyLength",
 90968                   /* qualifiers */
 90969                   _CIM_ESPTransform_CipherKeyLength_qualifiers,
 90970                   /* type */
 90971 mike  1.1.2.1     CIMTYPE_UINT16,
 90972                   /* subscript */
 90973                   -1,
 90974                   /* value */
 90975                   0,
 90976               };
 90977               
 90978               static const char*
 90979               _CIM_ESPTransform_CipherKeyRounds_qualifiers[] =
 90980               {
 90981                   /* MappingStrings */
 90982                   "\026\000\001IPSP Model.IETF|ESPTransform.CipherKeyRounds\000",
 90983                   0,
 90984               };
 90985               
 90986               static MetaProperty
 90987               _CIM_ESPTransform_CipherKeyRounds =
 90988               {
 90989                   /* flags */
 90990                   META_FLAG_PROPERTY|META_FLAG_READ,
 90991                   /* name */
 90992 mike  1.1.2.1     "CipherKeyRounds",
 90993                   /* qualifiers */
 90994                   _CIM_ESPTransform_CipherKeyRounds_qualifiers,
 90995                   /* type */
 90996                   CIMTYPE_UINT16,
 90997                   /* subscript */
 90998                   -1,
 90999                   /* value */
 91000                   0,
 91001               };
 91002               
 91003               static const char*
 91004               _CIM_ESPTransform_UseReplayPrevention_qualifiers[] =
 91005               {
 91006                   /* MappingStrings */
 91007                   "\026\000\001IPSP Model.IETF|ESPTransform.UseReplayPrevention\000",
 91008                   0,
 91009               };
 91010               
 91011               static MetaProperty
 91012               _CIM_ESPTransform_UseReplayPrevention =
 91013 mike  1.1.2.1 {
 91014                   /* flags */
 91015                   META_FLAG_PROPERTY|META_FLAG_READ,
 91016                   /* name */
 91017                   "UseReplayPrevention",
 91018                   /* qualifiers */
 91019                   _CIM_ESPTransform_UseReplayPrevention_qualifiers,
 91020                   /* type */
 91021                   CIMTYPE_BOOLEAN,
 91022                   /* subscript */
 91023                   -1,
 91024                   /* value */
 91025                   0,
 91026               };
 91027               
 91028               static const char*
 91029               _CIM_ESPTransform_ReplayPreventionWindowSize_qualifiers[] =
 91030               {
 91031                   /* Units */
 91032                   "\060Bits",
 91033                   /* MappingStrings */
 91034 mike  1.1.2.1     "\026\000\001IPSP Model.IETF|ESPTransform.ReplayPreventionWindowSize\000",
 91035                   0,
 91036               };
 91037               
 91038               static MetaProperty
 91039               _CIM_ESPTransform_ReplayPreventionWindowSize =
 91040               {
 91041                   /* flags */
 91042                   META_FLAG_PROPERTY|META_FLAG_READ,
 91043                   /* name */
 91044                   "ReplayPreventionWindowSize",
 91045                   /* qualifiers */
 91046                   _CIM_ESPTransform_ReplayPreventionWindowSize_qualifiers,
 91047                   /* type */
 91048                   CIMTYPE_UINT32,
 91049                   /* subscript */
 91050                   -1,
 91051                   /* value */
 91052                   0,
 91053               };
 91054               
 91055 mike  1.1.2.1 static MetaFeature*
 91056               _CIM_ESPTransform_features[] =
 91057               {
 91058                   (MetaFeature*)&_CIM_ESPTransform_IntegrityTransformId,
 91059                   (MetaFeature*)&_CIM_ESPTransform_OtherIntegrityTransformId,
 91060                   (MetaFeature*)&_CIM_ESPTransform_CipherTransformId,
 91061                   (MetaFeature*)&_CIM_ESPTransform_OtherCipherTransformId,
 91062                   (MetaFeature*)&_CIM_ESPTransform_CipherKeyLength,
 91063                   (MetaFeature*)&_CIM_ESPTransform_CipherKeyRounds,
 91064                   (MetaFeature*)&_CIM_ESPTransform_UseReplayPrevention,
 91065                   (MetaFeature*)&_CIM_ESPTransform_ReplayPreventionWindowSize,
 91066                   0,
 91067               };
 91068               
 91069               static const char*
 91070               __root_cimv2_CIM_ESPTransform_qualifiers[] =
 91071               {
 91072                   /* UMLPackagePath */
 91073                   "\057CIM::Network::IPsec",
 91074                   /* Version */
 91075                   "\0632.8.0",
 91076 mike  1.1.2.1     /* MappingStrings */
 91077                   "\026\000\001IPSP Model.IETF|ESPTransform\000",
 91078                   0,
 91079               };
 91080               
 91081               MetaClass
 91082               __root_cimv2_CIM_ESPTransform =
 91083               {
 91084                   /* flags */
 91085                   META_FLAG_CLASS,
 91086                   /* name */
 91087                   "CIM_ESPTransform",
 91088                   /* qualifiers */
 91089                   __root_cimv2_CIM_ESPTransform_qualifiers,
 91090                   /* super */
 91091                   &__root_cimv2_CIM_SATransform,
 91092                   /* features */
 91093                   _CIM_ESPTransform_features,
 91094               };
 91095               
 91096               //==============================================================================
 91097 mike  1.1.2.1 //
 91098               // Class: CIM_FileSystem
 91099               //
 91100               //==============================================================================
 91101               
 91102               static const char*
 91103               _CIM_FileSystem_CSCreationClassName_qualifiers[] =
 91104               {
 91105                   /* Key */
 91106                   "\025\001",
 91107                   /* Propagated */
 91108                   "\045CIM_System.CreationClassName",
 91109                   /* MaxLen */
 91110                   "\030\000\000\001\000",
 91111                   0,
 91112               };
 91113               
 91114               static MetaProperty
 91115               _CIM_FileSystem_CSCreationClassName =
 91116               {
 91117                   /* flags */
 91118 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91119                   /* name */
 91120                   "CSCreationClassName",
 91121                   /* qualifiers */
 91122                   _CIM_FileSystem_CSCreationClassName_qualifiers,
 91123                   /* type */
 91124                   CIMTYPE_STRING,
 91125                   /* subscript */
 91126                   -1,
 91127                   /* value */
 91128                   0,
 91129               };
 91130               
 91131               static const char*
 91132               _CIM_FileSystem_CSName_qualifiers[] =
 91133               {
 91134                   /* Key */
 91135                   "\025\001",
 91136                   /* Propagated */
 91137                   "\045CIM_System.Name",
 91138                   /* MaxLen */
 91139 mike  1.1.2.1     "\030\000\000\001\000",
 91140                   0,
 91141               };
 91142               
 91143               static MetaProperty
 91144               _CIM_FileSystem_CSName =
 91145               {
 91146                   /* flags */
 91147                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91148                   /* name */
 91149                   "CSName",
 91150                   /* qualifiers */
 91151                   _CIM_FileSystem_CSName_qualifiers,
 91152                   /* type */
 91153                   CIMTYPE_STRING,
 91154                   /* subscript */
 91155                   -1,
 91156                   /* value */
 91157                   0,
 91158               };
 91159               
 91160 mike  1.1.2.1 static const char*
 91161               _CIM_FileSystem_CreationClassName_qualifiers[] =
 91162               {
 91163                   /* Key */
 91164                   "\025\001",
 91165                   /* MaxLen */
 91166                   "\030\000\000\001\000",
 91167                   0,
 91168               };
 91169               
 91170               static MetaProperty
 91171               _CIM_FileSystem_CreationClassName =
 91172               {
 91173                   /* flags */
 91174                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91175                   /* name */
 91176                   "CreationClassName",
 91177                   /* qualifiers */
 91178                   _CIM_FileSystem_CreationClassName_qualifiers,
 91179                   /* type */
 91180                   CIMTYPE_STRING,
 91181 mike  1.1.2.1     /* subscript */
 91182                   -1,
 91183                   /* value */
 91184                   0,
 91185               };
 91186               
 91187               static const char*
 91188               _CIM_FileSystem_Name_qualifiers[] =
 91189               {
 91190                   /* Key */
 91191                   "\025\001",
 91192                   /* Override */
 91193                   "\044Name",
 91194                   /* MaxLen */
 91195                   "\030\000\000\001\000",
 91196                   0,
 91197               };
 91198               
 91199               static MetaProperty
 91200               _CIM_FileSystem_Name =
 91201               {
 91202 mike  1.1.2.1     /* flags */
 91203                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91204                   /* name */
 91205                   "Name",
 91206                   /* qualifiers */
 91207                   _CIM_FileSystem_Name_qualifiers,
 91208                   /* type */
 91209                   CIMTYPE_STRING,
 91210                   /* subscript */
 91211                   -1,
 91212                   /* value */
 91213                   0,
 91214               };
 91215               
 91216               static const char*
 91217               _CIM_FileSystem_Root_qualifiers[] =
 91218               {
 91219                   /* MappingStrings */
 91220                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrFSMountPoint\000MIF.DMTF|Host File System|001.2\000",
 91221                   0,
 91222               };
 91223 mike  1.1.2.1 
 91224               static MetaProperty
 91225               _CIM_FileSystem_Root =
 91226               {
 91227                   /* flags */
 91228                   META_FLAG_PROPERTY|META_FLAG_READ,
 91229                   /* name */
 91230                   "Root",
 91231                   /* qualifiers */
 91232                   _CIM_FileSystem_Root_qualifiers,
 91233                   /* type */
 91234                   CIMTYPE_STRING,
 91235                   /* subscript */
 91236                   -1,
 91237                   /* value */
 91238                   0,
 91239               };
 91240               
 91241               static const char*
 91242               _CIM_FileSystem_BlockSize_qualifiers[] =
 91243               {
 91244 mike  1.1.2.1     /* Units */
 91245                   "\060Bytes",
 91246                   0,
 91247               };
 91248               
 91249               static MetaProperty
 91250               _CIM_FileSystem_BlockSize =
 91251               {
 91252                   /* flags */
 91253                   META_FLAG_PROPERTY|META_FLAG_READ,
 91254                   /* name */
 91255                   "BlockSize",
 91256                   /* qualifiers */
 91257                   _CIM_FileSystem_BlockSize_qualifiers,
 91258                   /* type */
 91259                   CIMTYPE_UINT64,
 91260                   /* subscript */
 91261                   -1,
 91262                   /* value */
 91263                   0,
 91264               };
 91265 mike  1.1.2.1 
 91266               static const char*
 91267               _CIM_FileSystem_FileSystemSize_qualifiers[] =
 91268               {
 91269                   /* Units */
 91270                   "\060Bytes",
 91271                   /* MappingStrings */
 91272                   "\026\000\001MIF.DMTF|Host File System|001.13\000",
 91273                   0,
 91274               };
 91275               
 91276               static MetaProperty
 91277               _CIM_FileSystem_FileSystemSize =
 91278               {
 91279                   /* flags */
 91280                   META_FLAG_PROPERTY|META_FLAG_READ,
 91281                   /* name */
 91282                   "FileSystemSize",
 91283                   /* qualifiers */
 91284                   _CIM_FileSystem_FileSystemSize_qualifiers,
 91285                   /* type */
 91286 mike  1.1.2.1     CIMTYPE_UINT64,
 91287                   /* subscript */
 91288                   -1,
 91289                   /* value */
 91290                   0,
 91291               };
 91292               
 91293               static const char*
 91294               _CIM_FileSystem_AvailableSpace_qualifiers[] =
 91295               {
 91296                   /* Units */
 91297                   "\060Bytes",
 91298                   /* Gauge */
 91299                   "\023\001",
 91300                   /* MappingStrings */
 91301                   "\026\000\002MIF.DMTF|Host File System|001.14\000MIF.DMTF|Partition|002.4\000",
 91302                   0,
 91303               };
 91304               
 91305               static MetaProperty
 91306               _CIM_FileSystem_AvailableSpace =
 91307 mike  1.1.2.1 {
 91308                   /* flags */
 91309                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 91310                   /* name */
 91311                   "AvailableSpace",
 91312                   /* qualifiers */
 91313                   _CIM_FileSystem_AvailableSpace_qualifiers,
 91314                   /* type */
 91315                   CIMTYPE_UINT64,
 91316                   /* subscript */
 91317                   -1,
 91318                   /* value */
 91319                   0,
 91320               };
 91321               
 91322               static const char*
 91323               _CIM_FileSystem_ReadOnly_qualifiers[] =
 91324               {
 91325                   /* MappingStrings */
 91326                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrFSAccess\000MIF.DMTF|Host File System|001.5\000",
 91327                   0,
 91328 mike  1.1.2.1 };
 91329               
 91330               static MetaProperty
 91331               _CIM_FileSystem_ReadOnly =
 91332               {
 91333                   /* flags */
 91334                   META_FLAG_PROPERTY|META_FLAG_READ,
 91335                   /* name */
 91336                   "ReadOnly",
 91337                   /* qualifiers */
 91338                   _CIM_FileSystem_ReadOnly_qualifiers,
 91339                   /* type */
 91340                   CIMTYPE_BOOLEAN,
 91341                   /* subscript */
 91342                   -1,
 91343                   /* value */
 91344                   0,
 91345               };
 91346               
 91347               static const char*
 91348               _CIM_FileSystem_EncryptionMethod_qualifiers[] =
 91349 mike  1.1.2.1 {
 91350                   /* MappingStrings */
 91351                   "\026\000\001MIF.DMTF|Partition|002.8\000",
 91352                   0,
 91353               };
 91354               
 91355               static MetaProperty
 91356               _CIM_FileSystem_EncryptionMethod =
 91357               {
 91358                   /* flags */
 91359                   META_FLAG_PROPERTY|META_FLAG_READ,
 91360                   /* name */
 91361                   "EncryptionMethod",
 91362                   /* qualifiers */
 91363                   _CIM_FileSystem_EncryptionMethod_qualifiers,
 91364                   /* type */
 91365                   CIMTYPE_STRING,
 91366                   /* subscript */
 91367                   -1,
 91368                   /* value */
 91369                   0,
 91370 mike  1.1.2.1 };
 91371               
 91372               static const char*
 91373               _CIM_FileSystem_CompressionMethod_qualifiers[] =
 91374               {
 91375                   /* MappingStrings */
 91376                   "\026\000\001MIF.DMTF|Partition|002.7\000",
 91377                   0,
 91378               };
 91379               
 91380               static MetaProperty
 91381               _CIM_FileSystem_CompressionMethod =
 91382               {
 91383                   /* flags */
 91384                   META_FLAG_PROPERTY|META_FLAG_READ,
 91385                   /* name */
 91386                   "CompressionMethod",
 91387                   /* qualifiers */
 91388                   _CIM_FileSystem_CompressionMethod_qualifiers,
 91389                   /* type */
 91390                   CIMTYPE_STRING,
 91391 mike  1.1.2.1     /* subscript */
 91392                   -1,
 91393                   /* value */
 91394                   0,
 91395               };
 91396               
 91397               static const char*
 91398               _CIM_FileSystem_CaseSensitive_qualifiers[] =
 91399               {
 91400                   0,
 91401               };
 91402               
 91403               static MetaProperty
 91404               _CIM_FileSystem_CaseSensitive =
 91405               {
 91406                   /* flags */
 91407                   META_FLAG_PROPERTY|META_FLAG_READ,
 91408                   /* name */
 91409                   "CaseSensitive",
 91410                   /* qualifiers */
 91411                   _CIM_FileSystem_CaseSensitive_qualifiers,
 91412 mike  1.1.2.1     /* type */
 91413                   CIMTYPE_BOOLEAN,
 91414                   /* subscript */
 91415                   -1,
 91416                   /* value */
 91417                   0,
 91418               };
 91419               
 91420               static const char*
 91421               _CIM_FileSystem_CasePreserved_qualifiers[] =
 91422               {
 91423                   0,
 91424               };
 91425               
 91426               static MetaProperty
 91427               _CIM_FileSystem_CasePreserved =
 91428               {
 91429                   /* flags */
 91430                   META_FLAG_PROPERTY|META_FLAG_READ,
 91431                   /* name */
 91432                   "CasePreserved",
 91433 mike  1.1.2.1     /* qualifiers */
 91434                   _CIM_FileSystem_CasePreserved_qualifiers,
 91435                   /* type */
 91436                   CIMTYPE_BOOLEAN,
 91437                   /* subscript */
 91438                   -1,
 91439                   /* value */
 91440                   0,
 91441               };
 91442               
 91443               static const char*
 91444               _CIM_FileSystem_CodeSet_qualifiers[] =
 91445               {
 91446                   /* ValueMap */
 91447                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 91448                   /* Values */
 91449                   "\062\000\011Unknown\000Other\000ASCII\000Unicode\000ISO2022\000ISO8859\000Extended UNIX Code\000UTF-8\000UCS-2\000",
 91450                   0,
 91451               };
 91452               
 91453               static MetaProperty
 91454 mike  1.1.2.1 _CIM_FileSystem_CodeSet =
 91455               {
 91456                   /* flags */
 91457                   META_FLAG_PROPERTY|META_FLAG_READ,
 91458                   /* name */
 91459                   "CodeSet",
 91460                   /* qualifiers */
 91461                   _CIM_FileSystem_CodeSet_qualifiers,
 91462                   /* type */
 91463                   CIMTYPE_UINT16,
 91464                   /* subscript */
 91465                   0,
 91466                   /* value */
 91467                   0,
 91468               };
 91469               
 91470               static const char*
 91471               _CIM_FileSystem_MaxFileNameLength_qualifiers[] =
 91472               {
 91473                   0,
 91474               };
 91475 mike  1.1.2.1 
 91476               static MetaProperty
 91477               _CIM_FileSystem_MaxFileNameLength =
 91478               {
 91479                   /* flags */
 91480                   META_FLAG_PROPERTY|META_FLAG_READ,
 91481                   /* name */
 91482                   "MaxFileNameLength",
 91483                   /* qualifiers */
 91484                   _CIM_FileSystem_MaxFileNameLength_qualifiers,
 91485                   /* type */
 91486                   CIMTYPE_UINT32,
 91487                   /* subscript */
 91488                   -1,
 91489                   /* value */
 91490                   0,
 91491               };
 91492               
 91493               static const char*
 91494               _CIM_FileSystem_ClusterSize_qualifiers[] =
 91495               {
 91496 mike  1.1.2.1     0,
 91497               };
 91498               
 91499               static MetaProperty
 91500               _CIM_FileSystem_ClusterSize =
 91501               {
 91502                   /* flags */
 91503                   META_FLAG_PROPERTY|META_FLAG_READ,
 91504                   /* name */
 91505                   "ClusterSize",
 91506                   /* qualifiers */
 91507                   _CIM_FileSystem_ClusterSize_qualifiers,
 91508                   /* type */
 91509                   CIMTYPE_UINT32,
 91510                   /* subscript */
 91511                   -1,
 91512                   /* value */
 91513                   0,
 91514               };
 91515               
 91516               static const char*
 91517 mike  1.1.2.1 _CIM_FileSystem_FileSystemType_qualifiers[] =
 91518               {
 91519                   /* MappingStrings */
 91520                   "\026\000\002MIF.DMTF|Partition|002.6\000MIF.DMTF|Host File System|001.4\000",
 91521                   0,
 91522               };
 91523               
 91524               static MetaProperty
 91525               _CIM_FileSystem_FileSystemType =
 91526               {
 91527                   /* flags */
 91528                   META_FLAG_PROPERTY|META_FLAG_READ,
 91529                   /* name */
 91530                   "FileSystemType",
 91531                   /* qualifiers */
 91532                   _CIM_FileSystem_FileSystemType_qualifiers,
 91533                   /* type */
 91534                   CIMTYPE_STRING,
 91535                   /* subscript */
 91536                   -1,
 91537                   /* value */
 91538 mike  1.1.2.1     0,
 91539               };
 91540               
 91541               static const char*
 91542               _CIM_FileSystem_PersistenceType_qualifiers[] =
 91543               {
 91544                   /* ValueMap */
 91545                   "\061\000\0050\0001\0002\0003\0004\000",
 91546                   /* Values */
 91547                   "\062\000\005Unknown\000Other\000Persistent\000Temporary\000External\000",
 91548                   /* ModelCorrespondence */
 91549                   "\036\000\001CIM_FileSystem.OtherPersistenceType\000",
 91550                   0,
 91551               };
 91552               
 91553               static MetaProperty
 91554               _CIM_FileSystem_PersistenceType =
 91555               {
 91556                   /* flags */
 91557                   META_FLAG_PROPERTY|META_FLAG_READ,
 91558                   /* name */
 91559 mike  1.1.2.1     "PersistenceType",
 91560                   /* qualifiers */
 91561                   _CIM_FileSystem_PersistenceType_qualifiers,
 91562                   /* type */
 91563                   CIMTYPE_UINT16,
 91564                   /* subscript */
 91565                   -1,
 91566                   /* value */
 91567                   0,
 91568               };
 91569               
 91570               static const char*
 91571               _CIM_FileSystem_OtherPersistenceType_qualifiers[] =
 91572               {
 91573                   /* ModelCorrespondence */
 91574                   "\036\000\001CIM_FileSystem.PersistenceType\000",
 91575                   0,
 91576               };
 91577               
 91578               static MetaProperty
 91579               _CIM_FileSystem_OtherPersistenceType =
 91580 mike  1.1.2.1 {
 91581                   /* flags */
 91582                   META_FLAG_PROPERTY|META_FLAG_READ,
 91583                   /* name */
 91584                   "OtherPersistenceType",
 91585                   /* qualifiers */
 91586                   _CIM_FileSystem_OtherPersistenceType_qualifiers,
 91587                   /* type */
 91588                   CIMTYPE_STRING,
 91589                   /* subscript */
 91590                   -1,
 91591                   /* value */
 91592                   0,
 91593               };
 91594               
 91595               static const char*
 91596               _CIM_FileSystem_NumberOfFiles_qualifiers[] =
 91597               {
 91598                   0,
 91599               };
 91600               
 91601 mike  1.1.2.1 static MetaProperty
 91602               _CIM_FileSystem_NumberOfFiles =
 91603               {
 91604                   /* flags */
 91605                   META_FLAG_PROPERTY|META_FLAG_READ,
 91606                   /* name */
 91607                   "NumberOfFiles",
 91608                   /* qualifiers */
 91609                   _CIM_FileSystem_NumberOfFiles_qualifiers,
 91610                   /* type */
 91611                   CIMTYPE_UINT64,
 91612                   /* subscript */
 91613                   -1,
 91614                   /* value */
 91615                   0,
 91616               };
 91617               
 91618               static MetaFeature*
 91619               _CIM_FileSystem_features[] =
 91620               {
 91621                   (MetaFeature*)&_CIM_FileSystem_CSCreationClassName,
 91622 mike  1.1.2.1     (MetaFeature*)&_CIM_FileSystem_CSName,
 91623                   (MetaFeature*)&_CIM_FileSystem_CreationClassName,
 91624                   (MetaFeature*)&_CIM_FileSystem_Name,
 91625                   (MetaFeature*)&_CIM_FileSystem_Root,
 91626                   (MetaFeature*)&_CIM_FileSystem_BlockSize,
 91627                   (MetaFeature*)&_CIM_FileSystem_FileSystemSize,
 91628                   (MetaFeature*)&_CIM_FileSystem_AvailableSpace,
 91629                   (MetaFeature*)&_CIM_FileSystem_ReadOnly,
 91630                   (MetaFeature*)&_CIM_FileSystem_EncryptionMethod,
 91631                   (MetaFeature*)&_CIM_FileSystem_CompressionMethod,
 91632                   (MetaFeature*)&_CIM_FileSystem_CaseSensitive,
 91633                   (MetaFeature*)&_CIM_FileSystem_CasePreserved,
 91634                   (MetaFeature*)&_CIM_FileSystem_CodeSet,
 91635                   (MetaFeature*)&_CIM_FileSystem_MaxFileNameLength,
 91636                   (MetaFeature*)&_CIM_FileSystem_ClusterSize,
 91637                   (MetaFeature*)&_CIM_FileSystem_FileSystemType,
 91638                   (MetaFeature*)&_CIM_FileSystem_PersistenceType,
 91639                   (MetaFeature*)&_CIM_FileSystem_OtherPersistenceType,
 91640                   (MetaFeature*)&_CIM_FileSystem_NumberOfFiles,
 91641                   0,
 91642               };
 91643 mike  1.1.2.1 
 91644               static const char*
 91645               __root_cimv2_CIM_FileSystem_qualifiers[] =
 91646               {
 91647                   /* UMLPackagePath */
 91648                   "\057CIM::System::FileElements",
 91649                   /* Version */
 91650                   "\0632.7.0",
 91651                   0,
 91652               };
 91653               
 91654               MetaClass
 91655               __root_cimv2_CIM_FileSystem =
 91656               {
 91657                   /* flags */
 91658                   META_FLAG_CLASS,
 91659                   /* name */
 91660                   "CIM_FileSystem",
 91661                   /* qualifiers */
 91662                   __root_cimv2_CIM_FileSystem_qualifiers,
 91663                   /* super */
 91664 mike  1.1.2.1     &__root_cimv2_CIM_EnabledLogicalElement,
 91665                   /* features */
 91666                   _CIM_FileSystem_features,
 91667               };
 91668               
 91669               //==============================================================================
 91670               //
 91671               // Class: CIM_FilterEntry
 91672               //
 91673               //==============================================================================
 91674               
 91675               static const char*
 91676               _CIM_FilterEntry_TrafficType_qualifiers[] =
 91677               {
 91678                   /* ValueMap */
 91679                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 91680                   /* Values */
 91681                   "\062\000\006Unknown\000IPv4\000IPX\000IPv6\000Any\000Other\000",
 91682                   /* ModelCorrespondence */
 91683                   "\036\000\001CIM_FilterEntry.OtherTrafficType\000",
 91684                   0,
 91685 mike  1.1.2.1 };
 91686               
 91687               static MetaProperty
 91688               _CIM_FilterEntry_TrafficType =
 91689               {
 91690                   /* flags */
 91691                   META_FLAG_PROPERTY|META_FLAG_READ,
 91692                   /* name */
 91693                   "TrafficType",
 91694                   /* qualifiers */
 91695                   _CIM_FilterEntry_TrafficType_qualifiers,
 91696                   /* type */
 91697                   CIMTYPE_UINT16,
 91698                   /* subscript */
 91699                   -1,
 91700                   /* value */
 91701                   0,
 91702               };
 91703               
 91704               static const char*
 91705               _CIM_FilterEntry_OtherTrafficType_qualifiers[] =
 91706 mike  1.1.2.1 {
 91707                   /* ModelCorrespondence */
 91708                   "\036\000\001CIM_FilterEntry.TrafficType\000",
 91709                   0,
 91710               };
 91711               
 91712               static MetaProperty
 91713               _CIM_FilterEntry_OtherTrafficType =
 91714               {
 91715                   /* flags */
 91716                   META_FLAG_PROPERTY|META_FLAG_READ,
 91717                   /* name */
 91718                   "OtherTrafficType",
 91719                   /* qualifiers */
 91720                   _CIM_FilterEntry_OtherTrafficType_qualifiers,
 91721                   /* type */
 91722                   CIMTYPE_STRING,
 91723                   /* subscript */
 91724                   -1,
 91725                   /* value */
 91726                   0,
 91727 mike  1.1.2.1 };
 91728               
 91729               static const char*
 91730               _CIM_FilterEntry_MatchConditionType_qualifiers[] =
 91731               {
 91732                   /* ValueMap */
 91733                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
 91734                   /* Values */
 91735                   "\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",
 91736                   /* ModelCorrespondence */
 91737                   "\036\000\001CIM_FilterEntry.OtherMatchConditionType\000",
 91738                   0,
 91739               };
 91740               
 91741               static MetaProperty
 91742               _CIM_FilterEntry_MatchConditionType =
 91743               {
 91744                   /* flags */
 91745                   META_FLAG_PROPERTY|META_FLAG_READ,
 91746                   /* name */
 91747                   "MatchConditionType",
 91748 mike  1.1.2.1     /* qualifiers */
 91749                   _CIM_FilterEntry_MatchConditionType_qualifiers,
 91750                   /* type */
 91751                   CIMTYPE_UINT16,
 91752                   /* subscript */
 91753                   -1,
 91754                   /* value */
 91755                   0,
 91756               };
 91757               
 91758               static const char*
 91759               _CIM_FilterEntry_OtherMatchConditionType_qualifiers[] =
 91760               {
 91761                   /* ModelCorrespondence */
 91762                   "\036\000\001CIM_FilterEntry.MatchConditionType\000",
 91763                   0,
 91764               };
 91765               
 91766               static MetaProperty
 91767               _CIM_FilterEntry_OtherMatchConditionType =
 91768               {
 91769 mike  1.1.2.1     /* flags */
 91770                   META_FLAG_PROPERTY|META_FLAG_READ,
 91771                   /* name */
 91772                   "OtherMatchConditionType",
 91773                   /* qualifiers */
 91774                   _CIM_FilterEntry_OtherMatchConditionType_qualifiers,
 91775                   /* type */
 91776                   CIMTYPE_STRING,
 91777                   /* subscript */
 91778                   -1,
 91779                   /* value */
 91780                   0,
 91781               };
 91782               
 91783               static const char*
 91784               _CIM_FilterEntry_MatchConditionValue_qualifiers[] =
 91785               {
 91786                   0,
 91787               };
 91788               
 91789               static MetaProperty
 91790 mike  1.1.2.1 _CIM_FilterEntry_MatchConditionValue =
 91791               {
 91792                   /* flags */
 91793                   META_FLAG_PROPERTY|META_FLAG_READ,
 91794                   /* name */
 91795                   "MatchConditionValue",
 91796                   /* qualifiers */
 91797                   _CIM_FilterEntry_MatchConditionValue_qualifiers,
 91798                   /* type */
 91799                   CIMTYPE_STRING,
 91800                   /* subscript */
 91801                   -1,
 91802                   /* value */
 91803                   0,
 91804               };
 91805               
 91806               static const char*
 91807               _CIM_FilterEntry_Action_qualifiers[] =
 91808               {
 91809                   /* ValueMap */
 91810                   "\061\000\0021\0002\000",
 91811 mike  1.1.2.1     /* Values */
 91812                   "\062\000\002Permit\000Deny\000",
 91813                   0,
 91814               };
 91815               
 91816               static MetaProperty
 91817               _CIM_FilterEntry_Action =
 91818               {
 91819                   /* flags */
 91820                   META_FLAG_PROPERTY|META_FLAG_READ,
 91821                   /* name */
 91822                   "Action",
 91823                   /* qualifiers */
 91824                   _CIM_FilterEntry_Action_qualifiers,
 91825                   /* type */
 91826                   CIMTYPE_UINT16,
 91827                   /* subscript */
 91828                   -1,
 91829                   /* value */
 91830                   0,
 91831               };
 91832 mike  1.1.2.1 
 91833               static const char*
 91834               _CIM_FilterEntry_DefaultFilter_qualifiers[] =
 91835               {
 91836                   0,
 91837               };
 91838               
 91839               static MetaProperty
 91840               _CIM_FilterEntry_DefaultFilter =
 91841               {
 91842                   /* flags */
 91843                   META_FLAG_PROPERTY|META_FLAG_READ,
 91844                   /* name */
 91845                   "DefaultFilter",
 91846                   /* qualifiers */
 91847                   _CIM_FilterEntry_DefaultFilter_qualifiers,
 91848                   /* type */
 91849                   CIMTYPE_BOOLEAN,
 91850                   /* subscript */
 91851                   -1,
 91852                   /* value */
 91853 mike  1.1.2.1     0,
 91854               };
 91855               
 91856               static const char*
 91857               _CIM_FilterEntry_TrafficClass_qualifiers[] =
 91858               {
 91859                   0,
 91860               };
 91861               
 91862               static MetaProperty
 91863               _CIM_FilterEntry_TrafficClass =
 91864               {
 91865                   /* flags */
 91866                   META_FLAG_PROPERTY|META_FLAG_READ,
 91867                   /* name */
 91868                   "TrafficClass",
 91869                   /* qualifiers */
 91870                   _CIM_FilterEntry_TrafficClass_qualifiers,
 91871                   /* type */
 91872                   CIMTYPE_STRING,
 91873                   /* subscript */
 91874 mike  1.1.2.1     -1,
 91875                   /* value */
 91876                   0,
 91877               };
 91878               
 91879               static MetaFeature*
 91880               _CIM_FilterEntry_features[] =
 91881               {
 91882                   (MetaFeature*)&_CIM_FilterEntry_TrafficType,
 91883                   (MetaFeature*)&_CIM_FilterEntry_OtherTrafficType,
 91884                   (MetaFeature*)&_CIM_FilterEntry_MatchConditionType,
 91885                   (MetaFeature*)&_CIM_FilterEntry_OtherMatchConditionType,
 91886                   (MetaFeature*)&_CIM_FilterEntry_MatchConditionValue,
 91887                   (MetaFeature*)&_CIM_FilterEntry_Action,
 91888                   (MetaFeature*)&_CIM_FilterEntry_DefaultFilter,
 91889                   (MetaFeature*)&_CIM_FilterEntry_TrafficClass,
 91890                   0,
 91891               };
 91892               
 91893               static const char*
 91894               __root_cimv2_CIM_FilterEntry_qualifiers[] =
 91895 mike  1.1.2.1 {
 91896                   /* UMLPackagePath */
 91897                   "\057CIM::Network::Filtering",
 91898                   /* Version */
 91899                   "\0632.7.0",
 91900                   0,
 91901               };
 91902               
 91903               MetaClass
 91904               __root_cimv2_CIM_FilterEntry =
 91905               {
 91906                   /* flags */
 91907                   META_FLAG_CLASS,
 91908                   /* name */
 91909                   "CIM_FilterEntry",
 91910                   /* qualifiers */
 91911                   __root_cimv2_CIM_FilterEntry_qualifiers,
 91912                   /* super */
 91913                   &__root_cimv2_CIM_FilterEntryBase,
 91914                   /* features */
 91915                   _CIM_FilterEntry_features,
 91916 mike  1.1.2.1 };
 91917               
 91918               //==============================================================================
 91919               //
 91920               // Class: CIM_IKEProposal
 91921               //
 91922               //==============================================================================
 91923               
 91924               static const char*
 91925               _CIM_IKEProposal_MaxLifetimeSeconds_qualifiers[] =
 91926               {
 91927                   /* Units */
 91928                   "\060Seconds",
 91929                   /* MappingStrings */
 91930                   "\026\000\001IPSP Policy Model.IETF|IKEProposal.MaxLifetimeSeconds\000",
 91931                   /* ModelCorrespondence */
 91932                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 91933                   0,
 91934               };
 91935               
 91936               static MetaProperty
 91937 mike  1.1.2.1 _CIM_IKEProposal_MaxLifetimeSeconds =
 91938               {
 91939                   /* flags */
 91940                   META_FLAG_PROPERTY|META_FLAG_READ,
 91941                   /* name */
 91942                   "MaxLifetimeSeconds",
 91943                   /* qualifiers */
 91944                   _CIM_IKEProposal_MaxLifetimeSeconds_qualifiers,
 91945                   /* type */
 91946                   CIMTYPE_UINT64,
 91947                   /* subscript */
 91948                   -1,
 91949                   /* value */
 91950                   0,
 91951               };
 91952               
 91953               static const char*
 91954               _CIM_IKEProposal_MaxLifetimeKilobytes_qualifiers[] =
 91955               {
 91956                   /* Units */
 91957                   "\060KiloBytes",
 91958 mike  1.1.2.1     /* MappingStrings */
 91959                   "\026\000\001IPSP Policy Model.IETF|IKEProposal.MaxLifetimeKilobytes\000",
 91960                   /* ModelCorrespondence */
 91961                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 91962                   0,
 91963               };
 91964               
 91965               static MetaProperty
 91966               _CIM_IKEProposal_MaxLifetimeKilobytes =
 91967               {
 91968                   /* flags */
 91969                   META_FLAG_PROPERTY|META_FLAG_READ,
 91970                   /* name */
 91971                   "MaxLifetimeKilobytes",
 91972                   /* qualifiers */
 91973                   _CIM_IKEProposal_MaxLifetimeKilobytes_qualifiers,
 91974                   /* type */
 91975                   CIMTYPE_UINT64,
 91976                   /* subscript */
 91977                   -1,
 91978                   /* value */
 91979 mike  1.1.2.1     0,
 91980               };
 91981               
 91982               static const char*
 91983               _CIM_IKEProposal_CipherAlgorithm_qualifiers[] =
 91984               {
 91985                   /* ValueMap */
 91986                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008..65000\00065001..65535\000",
 91987                   /* Values */
 91988                   "\062\000\011Other\000DES\000IDEA\000Blowfish\000RC5\0003DES\000CAST\000DMTF/IANA Reserved\000Vendor Reserved\000",
 91989                   /* MappingStrings */
 91990                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.CipherAlgorithm\000RFC2409.IETF|Appendix A\000",
 91991                   /* ModelCorrespondence */
 91992                   "\036\000\002CIM_IKESAEndpoint.CipherAlgorithm\000CIM_IKEProposal.OtherCipherAlgorithm\000",
 91993                   0,
 91994               };
 91995               
 91996               static MetaProperty
 91997               _CIM_IKEProposal_CipherAlgorithm =
 91998               {
 91999                   /* flags */
 92000 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92001                   /* name */
 92002                   "CipherAlgorithm",
 92003                   /* qualifiers */
 92004                   _CIM_IKEProposal_CipherAlgorithm_qualifiers,
 92005                   /* type */
 92006                   CIMTYPE_UINT16,
 92007                   /* subscript */
 92008                   -1,
 92009                   /* value */
 92010                   0,
 92011               };
 92012               
 92013               static const char*
 92014               _CIM_IKEProposal_OtherCipherAlgorithm_qualifiers[] =
 92015               {
 92016                   /* ModelCorrespondence */
 92017                   "\036\000\002CIM_IKESAEndpoint.OtherCipherAlgorithm\000CIM_IKEProposal.CipherAlgorithm\000",
 92018                   0,
 92019               };
 92020               
 92021 mike  1.1.2.1 static MetaProperty
 92022               _CIM_IKEProposal_OtherCipherAlgorithm =
 92023               {
 92024                   /* flags */
 92025                   META_FLAG_PROPERTY|META_FLAG_READ,
 92026                   /* name */
 92027                   "OtherCipherAlgorithm",
 92028                   /* qualifiers */
 92029                   _CIM_IKEProposal_OtherCipherAlgorithm_qualifiers,
 92030                   /* type */
 92031                   CIMTYPE_STRING,
 92032                   /* subscript */
 92033                   -1,
 92034                   /* value */
 92035                   0,
 92036               };
 92037               
 92038               static const char*
 92039               _CIM_IKEProposal_HashAlgorithm_qualifiers[] =
 92040               {
 92041                   /* ValueMap */
 92042 mike  1.1.2.1     "\061\000\0061\0002\0003\0004\0005..65000\00065001..65535\000",
 92043                   /* Values */
 92044                   "\062\000\006Other\000MD5\000SHA-1\000Tiger\000DMTF/IANA Reserved\000Vendor Reserved\000",
 92045                   /* MappingStrings */
 92046                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.HashAlgorithm\000RFC2409.IETF|Appendix A\000",
 92047                   /* ModelCorrespondence */
 92048                   "\036\000\002CIM_IKESAEndpoint.HashAlgorithm\000CIM_IKEProposal.OtherHashAlgorithm\000",
 92049                   0,
 92050               };
 92051               
 92052               static MetaProperty
 92053               _CIM_IKEProposal_HashAlgorithm =
 92054               {
 92055                   /* flags */
 92056                   META_FLAG_PROPERTY|META_FLAG_READ,
 92057                   /* name */
 92058                   "HashAlgorithm",
 92059                   /* qualifiers */
 92060                   _CIM_IKEProposal_HashAlgorithm_qualifiers,
 92061                   /* type */
 92062                   CIMTYPE_UINT16,
 92063 mike  1.1.2.1     /* subscript */
 92064                   -1,
 92065                   /* value */
 92066                   0,
 92067               };
 92068               
 92069               static const char*
 92070               _CIM_IKEProposal_OtherHashAlgorithm_qualifiers[] =
 92071               {
 92072                   /* ModelCorrespondence */
 92073                   "\036\000\002CIM_IKESAEndpoint.OtherHashAlgorithm\000CIM_IKEProposal.HashAlgorithm\000",
 92074                   0,
 92075               };
 92076               
 92077               static MetaProperty
 92078               _CIM_IKEProposal_OtherHashAlgorithm =
 92079               {
 92080                   /* flags */
 92081                   META_FLAG_PROPERTY|META_FLAG_READ,
 92082                   /* name */
 92083                   "OtherHashAlgorithm",
 92084 mike  1.1.2.1     /* qualifiers */
 92085                   _CIM_IKEProposal_OtherHashAlgorithm_qualifiers,
 92086                   /* type */
 92087                   CIMTYPE_STRING,
 92088                   /* subscript */
 92089                   -1,
 92090                   /* value */
 92091                   0,
 92092               };
 92093               
 92094               static const char*
 92095               _CIM_IKEProposal_AuthenticationMethod_qualifiers[] =
 92096               {
 92097                   /* ValueMap */
 92098                   "\061\000\0111\0002\0003\0004\0005\0006\0007..64999\00065000\00065001..65535\000",
 92099                   /* Values */
 92100                   "\062\000\011Other\000Pre-shared Key\000DSS Signatures\000RSA Signatures\000Encryption with RSA\000Revised Encryption with RSA\000DMTF/IANA Reserved\000Any\000Vendor Reserved\000",
 92101                   /* MappingStrings */
 92102                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.AuthenticationMethod\000RFC2409.IETF|Appendix A\000",
 92103                   /* ModelCorrespondence */
 92104                   "\036\000\002CIM_IKESAEndpoint.AuthenticationMethod\000CIM_IKEProposal.OtherAuthenticationMethod\000",
 92105 mike  1.1.2.1     0,
 92106               };
 92107               
 92108               static MetaProperty
 92109               _CIM_IKEProposal_AuthenticationMethod =
 92110               {
 92111                   /* flags */
 92112                   META_FLAG_PROPERTY|META_FLAG_READ,
 92113                   /* name */
 92114                   "AuthenticationMethod",
 92115                   /* qualifiers */
 92116                   _CIM_IKEProposal_AuthenticationMethod_qualifiers,
 92117                   /* type */
 92118                   CIMTYPE_UINT16,
 92119                   /* subscript */
 92120                   -1,
 92121                   /* value */
 92122                   0,
 92123               };
 92124               
 92125               static const char*
 92126 mike  1.1.2.1 _CIM_IKEProposal_OtherAuthenticationMethod_qualifiers[] =
 92127               {
 92128                   /* ModelCorrespondence */
 92129                   "\036\000\002CIM_IKESAEndpoint.OtherAuthenticationMethod\000CIM_IKEProposal.AuthenticationMethod\000",
 92130                   0,
 92131               };
 92132               
 92133               static MetaProperty
 92134               _CIM_IKEProposal_OtherAuthenticationMethod =
 92135               {
 92136                   /* flags */
 92137                   META_FLAG_PROPERTY|META_FLAG_READ,
 92138                   /* name */
 92139                   "OtherAuthenticationMethod",
 92140                   /* qualifiers */
 92141                   _CIM_IKEProposal_OtherAuthenticationMethod_qualifiers,
 92142                   /* type */
 92143                   CIMTYPE_STRING,
 92144                   /* subscript */
 92145                   -1,
 92146                   /* value */
 92147 mike  1.1.2.1     0,
 92148               };
 92149               
 92150               static const char*
 92151               _CIM_IKEProposal_GroupId_qualifiers[] =
 92152               {
 92153                   /* ValueMap */
 92154                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 92155                   /* Values */
 92156                   "\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",
 92157                   /* MappingStrings */
 92158                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.GroupID\000RFC2412.IETF|Appendix E\000",
 92159                   /* ModelCorrespondence */
 92160                   "\036\000\002CIM_IKESAEndpoint.GroupID\000CIM_IKEProposal.VendorID\000",
 92161                   0,
 92162               };
 92163               
 92164               static MetaProperty
 92165               _CIM_IKEProposal_GroupId =
 92166               {
 92167                   /* flags */
 92168 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92169                   /* name */
 92170                   "GroupId",
 92171                   /* qualifiers */
 92172                   _CIM_IKEProposal_GroupId_qualifiers,
 92173                   /* type */
 92174                   CIMTYPE_UINT16,
 92175                   /* subscript */
 92176                   -1,
 92177                   /* value */
 92178                   0,
 92179               };
 92180               
 92181               static const char*
 92182               _CIM_IKEProposal_VendorID_qualifiers[] =
 92183               {
 92184                   /* ModelCorrespondence */
 92185                   "\036\000\002CIM_IKESAEndpoint.VendorID\000CIM_IKEProposal.GroupId\000",
 92186                   0,
 92187               };
 92188               
 92189 mike  1.1.2.1 static MetaProperty
 92190               _CIM_IKEProposal_VendorID =
 92191               {
 92192                   /* flags */
 92193                   META_FLAG_PROPERTY|META_FLAG_READ,
 92194                   /* name */
 92195                   "VendorID",
 92196                   /* qualifiers */
 92197                   _CIM_IKEProposal_VendorID_qualifiers,
 92198                   /* type */
 92199                   CIMTYPE_STRING,
 92200                   /* subscript */
 92201                   -1,
 92202                   /* value */
 92203                   0,
 92204               };
 92205               
 92206               static MetaFeature*
 92207               _CIM_IKEProposal_features[] =
 92208               {
 92209                   (MetaFeature*)&_CIM_IKEProposal_MaxLifetimeSeconds,
 92210 mike  1.1.2.1     (MetaFeature*)&_CIM_IKEProposal_MaxLifetimeKilobytes,
 92211                   (MetaFeature*)&_CIM_IKEProposal_CipherAlgorithm,
 92212                   (MetaFeature*)&_CIM_IKEProposal_OtherCipherAlgorithm,
 92213                   (MetaFeature*)&_CIM_IKEProposal_HashAlgorithm,
 92214                   (MetaFeature*)&_CIM_IKEProposal_OtherHashAlgorithm,
 92215                   (MetaFeature*)&_CIM_IKEProposal_AuthenticationMethod,
 92216                   (MetaFeature*)&_CIM_IKEProposal_OtherAuthenticationMethod,
 92217                   (MetaFeature*)&_CIM_IKEProposal_GroupId,
 92218                   (MetaFeature*)&_CIM_IKEProposal_VendorID,
 92219                   0,
 92220               };
 92221               
 92222               static const char*
 92223               __root_cimv2_CIM_IKEProposal_qualifiers[] =
 92224               {
 92225                   /* UMLPackagePath */
 92226                   "\057CIM::IPsecPolicy",
 92227                   /* Version */
 92228                   "\0632.8.0",
 92229                   /* MappingStrings */
 92230                   "\026\000\001IPSP Policy Model.IETF|IKEProposal\000",
 92231 mike  1.1.2.1     0,
 92232               };
 92233               
 92234               MetaClass
 92235               __root_cimv2_CIM_IKEProposal =
 92236               {
 92237                   /* flags */
 92238                   META_FLAG_CLASS,
 92239                   /* name */
 92240                   "CIM_IKEProposal",
 92241                   /* qualifiers */
 92242                   __root_cimv2_CIM_IKEProposal_qualifiers,
 92243                   /* super */
 92244                   &__root_cimv2_CIM_SAProposal,
 92245                   /* features */
 92246                   _CIM_IKEProposal_features,
 92247               };
 92248               
 92249               //==============================================================================
 92250               //
 92251               // Class: CIM_IPCOMPTransform
 92252 mike  1.1.2.1 //
 92253               //==============================================================================
 92254               
 92255               static const char*
 92256               _CIM_IPCOMPTransform_Algorithm_qualifiers[] =
 92257               {
 92258                   /* ValueMap */
 92259                   "\061\000\0041\0002\0003\0004\000",
 92260                   /* Values */
 92261                   "\062\000\004Other\000Vendor Algorithm/OUI\000DEFLATE\000LZS\000",
 92262                   /* MappingStrings */
 92263                   "\026\000\002IPSP Model.IETF|IPCOMPTransform.Algorithm\000RFC2407.IETF|Section 4.4.5\000",
 92264                   /* ModelCorrespondence */
 92265                   "\036\000\002CIM_IPCOMPTransform.PrivateAlgorithm\000CIM_IPCOMPTransform.OtherAlgorithm\000",
 92266                   0,
 92267               };
 92268               
 92269               static MetaProperty
 92270               _CIM_IPCOMPTransform_Algorithm =
 92271               {
 92272                   /* flags */
 92273 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92274                   /* name */
 92275                   "Algorithm",
 92276                   /* qualifiers */
 92277                   _CIM_IPCOMPTransform_Algorithm_qualifiers,
 92278                   /* type */
 92279                   CIMTYPE_UINT16,
 92280                   /* subscript */
 92281                   -1,
 92282                   /* value */
 92283                   0,
 92284               };
 92285               
 92286               static const char*
 92287               _CIM_IPCOMPTransform_OtherAlgorithm_qualifiers[] =
 92288               {
 92289                   /* ModelCorrespondence */
 92290                   "\036\000\001CIM_IPCOMPTransform.Algorithm\000",
 92291                   0,
 92292               };
 92293               
 92294 mike  1.1.2.1 static MetaProperty
 92295               _CIM_IPCOMPTransform_OtherAlgorithm =
 92296               {
 92297                   /* flags */
 92298                   META_FLAG_PROPERTY|META_FLAG_READ,
 92299                   /* name */
 92300                   "OtherAlgorithm",
 92301                   /* qualifiers */
 92302                   _CIM_IPCOMPTransform_OtherAlgorithm_qualifiers,
 92303                   /* type */
 92304                   CIMTYPE_STRING,
 92305                   /* subscript */
 92306                   -1,
 92307                   /* value */
 92308                   0,
 92309               };
 92310               
 92311               static const char*
 92312               _CIM_IPCOMPTransform_PrivateAlgorithm_qualifiers[] =
 92313               {
 92314                   /* MappingStrings */
 92315 mike  1.1.2.1     "\026\000\001IPSP Model.IETF|IPCOMPTransform.PrivateAlgorithm\000",
 92316                   /* ModelCorrespondence */
 92317                   "\036\000\001CIM_IPCOMPTransform.Algorithm\000",
 92318                   0,
 92319               };
 92320               
 92321               static MetaProperty
 92322               _CIM_IPCOMPTransform_PrivateAlgorithm =
 92323               {
 92324                   /* flags */
 92325                   META_FLAG_PROPERTY|META_FLAG_READ,
 92326                   /* name */
 92327                   "PrivateAlgorithm",
 92328                   /* qualifiers */
 92329                   _CIM_IPCOMPTransform_PrivateAlgorithm_qualifiers,
 92330                   /* type */
 92331                   CIMTYPE_UINT32,
 92332                   /* subscript */
 92333                   -1,
 92334                   /* value */
 92335                   0,
 92336 mike  1.1.2.1 };
 92337               
 92338               static const char*
 92339               _CIM_IPCOMPTransform_DictionarySize_qualifiers[] =
 92340               {
 92341                   /* MappingStrings */
 92342                   "\026\000\001IPSP Model.IETF|IPCOMPTransform.DictionarySize\000",
 92343                   0,
 92344               };
 92345               
 92346               static MetaProperty
 92347               _CIM_IPCOMPTransform_DictionarySize =
 92348               {
 92349                   /* flags */
 92350                   META_FLAG_PROPERTY|META_FLAG_READ,
 92351                   /* name */
 92352                   "DictionarySize",
 92353                   /* qualifiers */
 92354                   _CIM_IPCOMPTransform_DictionarySize_qualifiers,
 92355                   /* type */
 92356                   CIMTYPE_UINT16,
 92357 mike  1.1.2.1     /* subscript */
 92358                   -1,
 92359                   /* value */
 92360                   0,
 92361               };
 92362               
 92363               static MetaFeature*
 92364               _CIM_IPCOMPTransform_features[] =
 92365               {
 92366                   (MetaFeature*)&_CIM_IPCOMPTransform_Algorithm,
 92367                   (MetaFeature*)&_CIM_IPCOMPTransform_OtherAlgorithm,
 92368                   (MetaFeature*)&_CIM_IPCOMPTransform_PrivateAlgorithm,
 92369                   (MetaFeature*)&_CIM_IPCOMPTransform_DictionarySize,
 92370                   0,
 92371               };
 92372               
 92373               static const char*
 92374               __root_cimv2_CIM_IPCOMPTransform_qualifiers[] =
 92375               {
 92376                   /* UMLPackagePath */
 92377                   "\057CIM::Network::IPsec",
 92378 mike  1.1.2.1     /* Version */
 92379                   "\0632.8.0",
 92380                   /* MappingStrings */
 92381                   "\026\000\001IPSP Model.IETF|IPCOMPTransform\000",
 92382                   0,
 92383               };
 92384               
 92385               MetaClass
 92386               __root_cimv2_CIM_IPCOMPTransform =
 92387               {
 92388                   /* flags */
 92389                   META_FLAG_CLASS,
 92390                   /* name */
 92391                   "CIM_IPCOMPTransform",
 92392                   /* qualifiers */
 92393                   __root_cimv2_CIM_IPCOMPTransform_qualifiers,
 92394                   /* super */
 92395                   &__root_cimv2_CIM_SATransform,
 92396                   /* features */
 92397                   _CIM_IPCOMPTransform_features,
 92398               };
 92399 mike  1.1.2.1 
 92400               //==============================================================================
 92401               //
 92402               // Class: CIM_IPsecProposal
 92403               //
 92404               //==============================================================================
 92405               
 92406               static MetaFeature*
 92407               _CIM_IPsecProposal_features[] =
 92408               {
 92409                   0,
 92410               };
 92411               
 92412               static const char*
 92413               __root_cimv2_CIM_IPsecProposal_qualifiers[] =
 92414               {
 92415                   /* UMLPackagePath */
 92416                   "\057CIM::IPsecPolicy",
 92417                   /* Version */
 92418                   "\0632.8.0",
 92419                   /* MappingStrings */
 92420 mike  1.1.2.1     "\026\000\001IPSP Policy Model.IETF|IPsecProposal\000",
 92421                   0,
 92422               };
 92423               
 92424               MetaClass
 92425               __root_cimv2_CIM_IPsecProposal =
 92426               {
 92427                   /* flags */
 92428                   META_FLAG_CLASS,
 92429                   /* name */
 92430                   "CIM_IPsecProposal",
 92431                   /* qualifiers */
 92432                   __root_cimv2_CIM_IPsecProposal_qualifiers,
 92433                   /* super */
 92434                   &__root_cimv2_CIM_SAProposal,
 92435                   /* features */
 92436                   _CIM_IPsecProposal_features,
 92437               };
 92438               
 92439               //==============================================================================
 92440               //
 92441 mike  1.1.2.1 // Class: CIM_J2eeConnectionPoolStats
 92442               //
 92443               //==============================================================================
 92444               
 92445               static const char*
 92446               _CIM_J2eeConnectionPoolStats_CloseCount_qualifiers[] =
 92447               {
 92448                   /* Counter */
 92449                   "\012\001",
 92450                   /* MappingStrings */
 92451                   "\026\000\001JSR77.JCP|JSR77.6.20.1.1 getCloseCount|V1.0\000",
 92452                   0,
 92453               };
 92454               
 92455               static MetaProperty
 92456               _CIM_J2eeConnectionPoolStats_CloseCount =
 92457               {
 92458                   /* flags */
 92459                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 92460                   /* name */
 92461                   "CloseCount",
 92462 mike  1.1.2.1     /* qualifiers */
 92463                   _CIM_J2eeConnectionPoolStats_CloseCount_qualifiers,
 92464                   /* type */
 92465                   CIMTYPE_UINT64,
 92466                   /* subscript */
 92467                   -1,
 92468                   /* value */
 92469                   0,
 92470               };
 92471               
 92472               static const char*
 92473               _CIM_J2eeConnectionPoolStats_CreateCount_qualifiers[] =
 92474               {
 92475                   /* Counter */
 92476                   "\012\001",
 92477                   /* MappingStrings */
 92478                   "\026\000\001JSR77.JCP|JSR77.6.20.1.2 getCreateCount|V1.0\000",
 92479                   0,
 92480               };
 92481               
 92482               static MetaProperty
 92483 mike  1.1.2.1 _CIM_J2eeConnectionPoolStats_CreateCount =
 92484               {
 92485                   /* flags */
 92486                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 92487                   /* name */
 92488                   "CreateCount",
 92489                   /* qualifiers */
 92490                   _CIM_J2eeConnectionPoolStats_CreateCount_qualifiers,
 92491                   /* type */
 92492                   CIMTYPE_UINT64,
 92493                   /* subscript */
 92494                   -1,
 92495                   /* value */
 92496                   0,
 92497               };
 92498               
 92499               static const char*
 92500               _CIM_J2eeConnectionPoolStats_FreePoolSize_qualifiers[] =
 92501               {
 92502                   /* Gauge */
 92503                   "\023\001",
 92504 mike  1.1.2.1     /* MappingStrings */
 92505                   "\026\000\001JSR77.JCP|JSR77.6.20.1.3 getFreePoolSize|V1.0\000",
 92506                   0,
 92507               };
 92508               
 92509               static MetaProperty
 92510               _CIM_J2eeConnectionPoolStats_FreePoolSize =
 92511               {
 92512                   /* flags */
 92513                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92514                   /* name */
 92515                   "FreePoolSize",
 92516                   /* qualifiers */
 92517                   _CIM_J2eeConnectionPoolStats_FreePoolSize_qualifiers,
 92518                   /* type */
 92519                   CIMTYPE_UINT64,
 92520                   /* subscript */
 92521                   -1,
 92522                   /* value */
 92523                   0,
 92524               };
 92525 mike  1.1.2.1 
 92526               static const char*
 92527               _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound_qualifiers[] =
 92528               {
 92529                   /* MappingStrings */
 92530                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92531                   0,
 92532               };
 92533               
 92534               static MetaProperty
 92535               _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound =
 92536               {
 92537                   /* flags */
 92538                   META_FLAG_PROPERTY|META_FLAG_READ,
 92539                   /* name */
 92540                   "FreePoolSizeUpperBound",
 92541                   /* qualifiers */
 92542                   _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound_qualifiers,
 92543                   /* type */
 92544                   CIMTYPE_UINT64,
 92545                   /* subscript */
 92546 mike  1.1.2.1     -1,
 92547                   /* value */
 92548                   0,
 92549               };
 92550               
 92551               static const char*
 92552               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound_qualifiers[] =
 92553               {
 92554                   /* MappingStrings */
 92555                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92556                   0,
 92557               };
 92558               
 92559               static MetaProperty
 92560               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound =
 92561               {
 92562                   /* flags */
 92563                   META_FLAG_PROPERTY|META_FLAG_READ,
 92564                   /* name */
 92565                   "FreePoolSizeLowerBound",
 92566                   /* qualifiers */
 92567 mike  1.1.2.1     _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound_qualifiers,
 92568                   /* type */
 92569                   CIMTYPE_UINT64,
 92570                   /* subscript */
 92571                   -1,
 92572                   /* value */
 92573                   0,
 92574               };
 92575               
 92576               static const char*
 92577               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark_qualifiers[] =
 92578               {
 92579                   /* MappingStrings */
 92580                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92581                   0,
 92582               };
 92583               
 92584               static MetaProperty
 92585               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark =
 92586               {
 92587                   /* flags */
 92588 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92589                   /* name */
 92590                   "FreePoolSizeLowWaterMark",
 92591                   /* qualifiers */
 92592                   _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark_qualifiers,
 92593                   /* type */
 92594                   CIMTYPE_UINT64,
 92595                   /* subscript */
 92596                   -1,
 92597                   /* value */
 92598                   0,
 92599               };
 92600               
 92601               static const char*
 92602               _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark_qualifiers[] =
 92603               {
 92604                   /* MappingStrings */
 92605                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92606                   0,
 92607               };
 92608               
 92609 mike  1.1.2.1 static MetaProperty
 92610               _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark =
 92611               {
 92612                   /* flags */
 92613                   META_FLAG_PROPERTY|META_FLAG_READ,
 92614                   /* name */
 92615                   "FreePoolSizeHighWaterMark",
 92616                   /* qualifiers */
 92617                   _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark_qualifiers,
 92618                   /* type */
 92619                   CIMTYPE_UINT64,
 92620                   /* subscript */
 92621                   -1,
 92622                   /* value */
 92623                   0,
 92624               };
 92625               
 92626               static const char*
 92627               _CIM_J2eeConnectionPoolStats_PoolSize_qualifiers[] =
 92628               {
 92629                   /* Gauge */
 92630 mike  1.1.2.1     "\023\001",
 92631                   /* MappingStrings */
 92632                   "\026\000\001JSR77.JCP|JSR77.6.20.1.4 getPoolSize|V1.0\000",
 92633                   0,
 92634               };
 92635               
 92636               static MetaProperty
 92637               _CIM_J2eeConnectionPoolStats_PoolSize =
 92638               {
 92639                   /* flags */
 92640                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92641                   /* name */
 92642                   "PoolSize",
 92643                   /* qualifiers */
 92644                   _CIM_J2eeConnectionPoolStats_PoolSize_qualifiers,
 92645                   /* type */
 92646                   CIMTYPE_UINT64,
 92647                   /* subscript */
 92648                   -1,
 92649                   /* value */
 92650                   0,
 92651 mike  1.1.2.1 };
 92652               
 92653               static const char*
 92654               _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound_qualifiers[] =
 92655               {
 92656                   /* MappingStrings */
 92657                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92658                   0,
 92659               };
 92660               
 92661               static MetaProperty
 92662               _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound =
 92663               {
 92664                   /* flags */
 92665                   META_FLAG_PROPERTY|META_FLAG_READ,
 92666                   /* name */
 92667                   "PoolSizeUpperBound",
 92668                   /* qualifiers */
 92669                   _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound_qualifiers,
 92670                   /* type */
 92671                   CIMTYPE_UINT64,
 92672 mike  1.1.2.1     /* subscript */
 92673                   -1,
 92674                   /* value */
 92675                   0,
 92676               };
 92677               
 92678               static const char*
 92679               _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound_qualifiers[] =
 92680               {
 92681                   /* MappingStrings */
 92682                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92683                   0,
 92684               };
 92685               
 92686               static MetaProperty
 92687               _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound =
 92688               {
 92689                   /* flags */
 92690                   META_FLAG_PROPERTY|META_FLAG_READ,
 92691                   /* name */
 92692                   "PoolSizeLowerBound",
 92693 mike  1.1.2.1     /* qualifiers */
 92694                   _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound_qualifiers,
 92695                   /* type */
 92696                   CIMTYPE_UINT64,
 92697                   /* subscript */
 92698                   -1,
 92699                   /* value */
 92700                   0,
 92701               };
 92702               
 92703               static const char*
 92704               _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark_qualifiers[] =
 92705               {
 92706                   /* MappingStrings */
 92707                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92708                   0,
 92709               };
 92710               
 92711               static MetaProperty
 92712               _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark =
 92713               {
 92714 mike  1.1.2.1     /* flags */
 92715                   META_FLAG_PROPERTY|META_FLAG_READ,
 92716                   /* name */
 92717                   "PoolSizeLowWaterMark",
 92718                   /* qualifiers */
 92719                   _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark_qualifiers,
 92720                   /* type */
 92721                   CIMTYPE_UINT64,
 92722                   /* subscript */
 92723                   -1,
 92724                   /* value */
 92725                   0,
 92726               };
 92727               
 92728               static const char*
 92729               _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark_qualifiers[] =
 92730               {
 92731                   /* MappingStrings */
 92732                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92733                   0,
 92734               };
 92735 mike  1.1.2.1 
 92736               static MetaProperty
 92737               _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark =
 92738               {
 92739                   /* flags */
 92740                   META_FLAG_PROPERTY|META_FLAG_READ,
 92741                   /* name */
 92742                   "PoolSizeHighWaterMark",
 92743                   /* qualifiers */
 92744                   _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark_qualifiers,
 92745                   /* type */
 92746                   CIMTYPE_UINT64,
 92747                   /* subscript */
 92748                   -1,
 92749                   /* value */
 92750                   0,
 92751               };
 92752               
 92753               static const char*
 92754               _CIM_J2eeConnectionPoolStats_WaitingThreadCount_qualifiers[] =
 92755               {
 92756 mike  1.1.2.1     /* Gauge */
 92757                   "\023\001",
 92758                   /* MappingStrings */
 92759                   "\026\000\001JSR77.JCP|JSR77.6.20.1.5 getWaitingThreadCount|V1.0\000",
 92760                   0,
 92761               };
 92762               
 92763               static MetaProperty
 92764               _CIM_J2eeConnectionPoolStats_WaitingThreadCount =
 92765               {
 92766                   /* flags */
 92767                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92768                   /* name */
 92769                   "WaitingThreadCount",
 92770                   /* qualifiers */
 92771                   _CIM_J2eeConnectionPoolStats_WaitingThreadCount_qualifiers,
 92772                   /* type */
 92773                   CIMTYPE_UINT64,
 92774                   /* subscript */
 92775                   -1,
 92776                   /* value */
 92777 mike  1.1.2.1     0,
 92778               };
 92779               
 92780               static const char*
 92781               _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound_qualifiers[] =
 92782               {
 92783                   /* MappingStrings */
 92784                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92785                   0,
 92786               };
 92787               
 92788               static MetaProperty
 92789               _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound =
 92790               {
 92791                   /* flags */
 92792                   META_FLAG_PROPERTY|META_FLAG_READ,
 92793                   /* name */
 92794                   "WaitingThreadCountUpperBound",
 92795                   /* qualifiers */
 92796                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound_qualifiers,
 92797                   /* type */
 92798 mike  1.1.2.1     CIMTYPE_UINT64,
 92799                   /* subscript */
 92800                   -1,
 92801                   /* value */
 92802                   0,
 92803               };
 92804               
 92805               static const char*
 92806               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound_qualifiers[] =
 92807               {
 92808                   /* MappingStrings */
 92809                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92810                   0,
 92811               };
 92812               
 92813               static MetaProperty
 92814               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound =
 92815               {
 92816                   /* flags */
 92817                   META_FLAG_PROPERTY|META_FLAG_READ,
 92818                   /* name */
 92819 mike  1.1.2.1     "WaitingThreadCountLowerBound",
 92820                   /* qualifiers */
 92821                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound_qualifiers,
 92822                   /* type */
 92823                   CIMTYPE_UINT64,
 92824                   /* subscript */
 92825                   -1,
 92826                   /* value */
 92827                   0,
 92828               };
 92829               
 92830               static const char*
 92831               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark_qualifiers[] =
 92832               {
 92833                   /* MappingStrings */
 92834                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92835                   0,
 92836               };
 92837               
 92838               static MetaProperty
 92839               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark =
 92840 mike  1.1.2.1 {
 92841                   /* flags */
 92842                   META_FLAG_PROPERTY|META_FLAG_READ,
 92843                   /* name */
 92844                   "WaitingThreadCountLowWaterMark",
 92845                   /* qualifiers */
 92846                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark_qualifiers,
 92847                   /* type */
 92848                   CIMTYPE_UINT64,
 92849                   /* subscript */
 92850                   -1,
 92851                   /* value */
 92852                   0,
 92853               };
 92854               
 92855               static const char*
 92856               _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark_qualifiers[] =
 92857               {
 92858                   /* MappingStrings */
 92859                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92860                   0,
 92861 mike  1.1.2.1 };
 92862               
 92863               static MetaProperty
 92864               _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark =
 92865               {
 92866                   /* flags */
 92867                   META_FLAG_PROPERTY|META_FLAG_READ,
 92868                   /* name */
 92869                   "WaitingThreadCountHighWaterMark",
 92870                   /* qualifiers */
 92871                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark_qualifiers,
 92872                   /* type */
 92873                   CIMTYPE_UINT64,
 92874                   /* subscript */
 92875                   -1,
 92876                   /* value */
 92877                   0,
 92878               };
 92879               
 92880               static MetaFeature*
 92881               _CIM_J2eeConnectionPoolStats_features[] =
 92882 mike  1.1.2.1 {
 92883                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_CloseCount,
 92884                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_CreateCount,
 92885                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSize,
 92886                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound,
 92887                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound,
 92888                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark,
 92889                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark,
 92890                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSize,
 92891                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeUpperBound,
 92892                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeLowerBound,
 92893                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark,
 92894                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark,
 92895                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCount,
 92896                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound,
 92897                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound,
 92898                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark,
 92899                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark,
 92900                   0,
 92901               };
 92902               
 92903 mike  1.1.2.1 static const char*
 92904               __root_cimv2_CIM_J2eeConnectionPoolStats_qualifiers[] =
 92905               {
 92906                   /* UMLPackagePath */
 92907                   "\057CIM::Application::J2eeAppServerStats",
 92908                   /* Version */
 92909                   "\0632.8.0",
 92910                   0,
 92911               };
 92912               
 92913               MetaClass
 92914               __root_cimv2_CIM_J2eeConnectionPoolStats =
 92915               {
 92916                   /* flags */
 92917                   META_FLAG_CLASS,
 92918                   /* name */
 92919                   "CIM_J2eeConnectionPoolStats",
 92920                   /* qualifiers */
 92921                   __root_cimv2_CIM_J2eeConnectionPoolStats_qualifiers,
 92922                   /* super */
 92923                   &__root_cimv2_CIM_J2eeConnectionStats,
 92924 mike  1.1.2.1     /* features */
 92925                   _CIM_J2eeConnectionPoolStats_features,
 92926               };
 92927               
 92928               //==============================================================================
 92929               //
 92930               // Class: CIM_J2eeJCAConnectionFactory
 92931               //
 92932               //==============================================================================
 92933               
 92934               static const char*
 92935               _CIM_J2eeJCAConnectionFactory_InstanceID_qualifiers[] =
 92936               {
 92937                   /* Key */
 92938                   "\025\001",
 92939                   /* ModelCorrespondence */
 92940                   "\036\000\001CIM_J2eeJCAConnectionFactory.Name\000",
 92941                   0,
 92942               };
 92943               
 92944               static MetaProperty
 92945 mike  1.1.2.1 _CIM_J2eeJCAConnectionFactory_InstanceID =
 92946               {
 92947                   /* flags */
 92948                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 92949                   /* name */
 92950                   "InstanceID",
 92951                   /* qualifiers */
 92952                   _CIM_J2eeJCAConnectionFactory_InstanceID_qualifiers,
 92953                   /* type */
 92954                   CIMTYPE_STRING,
 92955                   /* subscript */
 92956                   -1,
 92957                   /* value */
 92958                   0,
 92959               };
 92960               
 92961               static const char*
 92962               _CIM_J2eeJCAConnectionFactory_Name_qualifiers[] =
 92963               {
 92964                   /* Override */
 92965                   "\044Name",
 92966 mike  1.1.2.1     /* MaxLen */
 92967                   "\030\000\000\001\000",
 92968                   /* MappingStrings */
 92969                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 92970                   /* ModelCorrespondence */
 92971                   "\036\000\001CIM_J2eeJCAConnectionFactory.InstanceID\000",
 92972                   0,
 92973               };
 92974               
 92975               static MetaProperty
 92976               _CIM_J2eeJCAConnectionFactory_Name =
 92977               {
 92978                   /* flags */
 92979                   META_FLAG_PROPERTY|META_FLAG_READ,
 92980                   /* name */
 92981                   "Name",
 92982                   /* qualifiers */
 92983                   _CIM_J2eeJCAConnectionFactory_Name_qualifiers,
 92984                   /* type */
 92985                   CIMTYPE_STRING,
 92986                   /* subscript */
 92987 mike  1.1.2.1     -1,
 92988                   /* value */
 92989                   0,
 92990               };
 92991               
 92992               static MetaFeature*
 92993               _CIM_J2eeJCAConnectionFactory_features[] =
 92994               {
 92995                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactory_InstanceID,
 92996                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactory_Name,
 92997                   0,
 92998               };
 92999               
 93000               static const char*
 93001               __root_cimv2_CIM_J2eeJCAConnectionFactory_qualifiers[] =
 93002               {
 93003                   /* UMLPackagePath */
 93004                   "\057CIM::Application::J2eeAppServer",
 93005                   /* Version */
 93006                   "\0632.8.0",
 93007                   0,
 93008 mike  1.1.2.1 };
 93009               
 93010               MetaClass
 93011               __root_cimv2_CIM_J2eeJCAConnectionFactory =
 93012               {
 93013                   /* flags */
 93014                   META_FLAG_CLASS,
 93015                   /* name */
 93016                   "CIM_J2eeJCAConnectionFactory",
 93017                   /* qualifiers */
 93018                   __root_cimv2_CIM_J2eeJCAConnectionFactory_qualifiers,
 93019                   /* super */
 93020                   &__root_cimv2_CIM_EnabledLogicalElement,
 93021                   /* features */
 93022                   _CIM_J2eeJCAConnectionFactory_features,
 93023               };
 93024               
 93025               //==============================================================================
 93026               //
 93027               // Class: CIM_J2eeJCAConnectionPools
 93028               //
 93029 mike  1.1.2.1 //==============================================================================
 93030               
 93031               static const char*
 93032               _CIM_J2eeJCAConnectionPools_Stats_qualifiers[] =
 93033               {
 93034                   /* Override */
 93035                   "\044Stats",
 93036                   0,
 93037               };
 93038               
 93039               static MetaReference
 93040               _CIM_J2eeJCAConnectionPools_Stats =
 93041               {
 93042                   /* flags */
 93043                   META_FLAG_REFERENCE|META_FLAG_READ,
 93044                   /* name */
 93045                   "Stats",
 93046                   /* qualifiers */
 93047                   _CIM_J2eeJCAConnectionPools_Stats_qualifiers,
 93048                   /* subscript */
 93049                   -1,
 93050 mike  1.1.2.1     /* refId */
 93051                   &__root_cimv2_CIM_J2eeJCAStats,
 93052               };
 93053               
 93054               static const char*
 93055               _CIM_J2eeJCAConnectionPools_RelatedStats_qualifiers[] =
 93056               {
 93057                   /* Override */
 93058                   "\044RelatedStats",
 93059                   0,
 93060               };
 93061               
 93062               static MetaReference
 93063               _CIM_J2eeJCAConnectionPools_RelatedStats =
 93064               {
 93065                   /* flags */
 93066                   META_FLAG_REFERENCE|META_FLAG_READ,
 93067                   /* name */
 93068                   "RelatedStats",
 93069                   /* qualifiers */
 93070                   _CIM_J2eeJCAConnectionPools_RelatedStats_qualifiers,
 93071 mike  1.1.2.1     /* subscript */
 93072                   -1,
 93073                   /* refId */
 93074                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
 93075               };
 93076               
 93077               static MetaFeature*
 93078               _CIM_J2eeJCAConnectionPools_features[] =
 93079               {
 93080                   (MetaFeature*)&_CIM_J2eeJCAConnectionPools_Stats,
 93081                   (MetaFeature*)&_CIM_J2eeJCAConnectionPools_RelatedStats,
 93082                   0,
 93083               };
 93084               
 93085               static const char*
 93086               __root_cimv2_CIM_J2eeJCAConnectionPools_qualifiers[] =
 93087               {
 93088                   /* ASSOCIATION */
 93089                   "\000\001",
 93090                   /* UMLPackagePath */
 93091                   "\057CIM::Application::J2eeAppServerStats",
 93092 mike  1.1.2.1     /* Version */
 93093                   "\0632.8.0",
 93094                   0,
 93095               };
 93096               
 93097               MetaClass
 93098               __root_cimv2_CIM_J2eeJCAConnectionPools =
 93099               {
 93100                   /* flags */
 93101                   META_FLAG_ASSOCIATION,
 93102                   /* name */
 93103                   "CIM_J2eeJCAConnectionPools",
 93104                   /* qualifiers */
 93105                   __root_cimv2_CIM_J2eeJCAConnectionPools_qualifiers,
 93106                   /* super */
 93107                   &__root_cimv2_CIM_RelatedStatisticalData,
 93108                   /* features */
 93109                   _CIM_J2eeJCAConnectionPools_features,
 93110               };
 93111               
 93112               //==============================================================================
 93113 mike  1.1.2.1 //
 93114               // Class: CIM_J2eeJCAManagedConnectionFactory
 93115               //
 93116               //==============================================================================
 93117               
 93118               static const char*
 93119               _CIM_J2eeJCAManagedConnectionFactory_InstanceID_qualifiers[] =
 93120               {
 93121                   /* Key */
 93122                   "\025\001",
 93123                   /* ModelCorrespondence */
 93124                   "\036\000\001CIM_J2eeJCAManagedConnectionFactory.Name\000",
 93125                   0,
 93126               };
 93127               
 93128               static MetaProperty
 93129               _CIM_J2eeJCAManagedConnectionFactory_InstanceID =
 93130               {
 93131                   /* flags */
 93132                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93133                   /* name */
 93134 mike  1.1.2.1     "InstanceID",
 93135                   /* qualifiers */
 93136                   _CIM_J2eeJCAManagedConnectionFactory_InstanceID_qualifiers,
 93137                   /* type */
 93138                   CIMTYPE_STRING,
 93139                   /* subscript */
 93140                   -1,
 93141                   /* value */
 93142                   0,
 93143               };
 93144               
 93145               static const char*
 93146               _CIM_J2eeJCAManagedConnectionFactory_Name_qualifiers[] =
 93147               {
 93148                   /* Override */
 93149                   "\044Name",
 93150                   /* MaxLen */
 93151                   "\030\000\000\001\000",
 93152                   /* MappingStrings */
 93153                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93154                   /* ModelCorrespondence */
 93155 mike  1.1.2.1     "\036\000\001CIM_J2eeJCAManagedConnectionFactory.InstanceID\000",
 93156                   0,
 93157               };
 93158               
 93159               static MetaProperty
 93160               _CIM_J2eeJCAManagedConnectionFactory_Name =
 93161               {
 93162                   /* flags */
 93163                   META_FLAG_PROPERTY|META_FLAG_READ,
 93164                   /* name */
 93165                   "Name",
 93166                   /* qualifiers */
 93167                   _CIM_J2eeJCAManagedConnectionFactory_Name_qualifiers,
 93168                   /* type */
 93169                   CIMTYPE_STRING,
 93170                   /* subscript */
 93171                   -1,
 93172                   /* value */
 93173                   0,
 93174               };
 93175               
 93176 mike  1.1.2.1 static MetaFeature*
 93177               _CIM_J2eeJCAManagedConnectionFactory_features[] =
 93178               {
 93179                   (MetaFeature*)&_CIM_J2eeJCAManagedConnectionFactory_InstanceID,
 93180                   (MetaFeature*)&_CIM_J2eeJCAManagedConnectionFactory_Name,
 93181                   0,
 93182               };
 93183               
 93184               static const char*
 93185               __root_cimv2_CIM_J2eeJCAManagedConnectionFactory_qualifiers[] =
 93186               {
 93187                   /* UMLPackagePath */
 93188                   "\057CIM::Application::J2eeAppServer",
 93189                   /* Version */
 93190                   "\0632.8.0",
 93191                   0,
 93192               };
 93193               
 93194               MetaClass
 93195               __root_cimv2_CIM_J2eeJCAManagedConnectionFactory =
 93196               {
 93197 mike  1.1.2.1     /* flags */
 93198                   META_FLAG_CLASS,
 93199                   /* name */
 93200                   "CIM_J2eeJCAManagedConnectionFactory",
 93201                   /* qualifiers */
 93202                   __root_cimv2_CIM_J2eeJCAManagedConnectionFactory_qualifiers,
 93203                   /* super */
 93204                   &__root_cimv2_CIM_EnabledLogicalElement,
 93205                   /* features */
 93206                   _CIM_J2eeJCAManagedConnectionFactory_features,
 93207               };
 93208               
 93209               //==============================================================================
 93210               //
 93211               // Class: CIM_J2eeJCANonpooledConnections
 93212               //
 93213               //==============================================================================
 93214               
 93215               static const char*
 93216               _CIM_J2eeJCANonpooledConnections_Stats_qualifiers[] =
 93217               {
 93218 mike  1.1.2.1     /* Override */
 93219                   "\044Stats",
 93220                   0,
 93221               };
 93222               
 93223               static MetaReference
 93224               _CIM_J2eeJCANonpooledConnections_Stats =
 93225               {
 93226                   /* flags */
 93227                   META_FLAG_REFERENCE|META_FLAG_READ,
 93228                   /* name */
 93229                   "Stats",
 93230                   /* qualifiers */
 93231                   _CIM_J2eeJCANonpooledConnections_Stats_qualifiers,
 93232                   /* subscript */
 93233                   -1,
 93234                   /* refId */
 93235                   &__root_cimv2_CIM_J2eeJCAStats,
 93236               };
 93237               
 93238               static const char*
 93239 mike  1.1.2.1 _CIM_J2eeJCANonpooledConnections_RelatedStats_qualifiers[] =
 93240               {
 93241                   /* Override */
 93242                   "\044RelatedStats",
 93243                   0,
 93244               };
 93245               
 93246               static MetaReference
 93247               _CIM_J2eeJCANonpooledConnections_RelatedStats =
 93248               {
 93249                   /* flags */
 93250                   META_FLAG_REFERENCE|META_FLAG_READ,
 93251                   /* name */
 93252                   "RelatedStats",
 93253                   /* qualifiers */
 93254                   _CIM_J2eeJCANonpooledConnections_RelatedStats_qualifiers,
 93255                   /* subscript */
 93256                   -1,
 93257                   /* refId */
 93258                   &__root_cimv2_CIM_J2eeConnectionStats,
 93259               };
 93260 mike  1.1.2.1 
 93261               static MetaFeature*
 93262               _CIM_J2eeJCANonpooledConnections_features[] =
 93263               {
 93264                   (MetaFeature*)&_CIM_J2eeJCANonpooledConnections_Stats,
 93265                   (MetaFeature*)&_CIM_J2eeJCANonpooledConnections_RelatedStats,
 93266                   0,
 93267               };
 93268               
 93269               static const char*
 93270               __root_cimv2_CIM_J2eeJCANonpooledConnections_qualifiers[] =
 93271               {
 93272                   /* ASSOCIATION */
 93273                   "\000\001",
 93274                   /* UMLPackagePath */
 93275                   "\057CIM::Application::J2eeAppServerStats",
 93276                   /* Version */
 93277                   "\0632.8.0",
 93278                   0,
 93279               };
 93280               
 93281 mike  1.1.2.1 MetaClass
 93282               __root_cimv2_CIM_J2eeJCANonpooledConnections =
 93283               {
 93284                   /* flags */
 93285                   META_FLAG_ASSOCIATION,
 93286                   /* name */
 93287                   "CIM_J2eeJCANonpooledConnections",
 93288                   /* qualifiers */
 93289                   __root_cimv2_CIM_J2eeJCANonpooledConnections_qualifiers,
 93290                   /* super */
 93291                   &__root_cimv2_CIM_RelatedStatisticalData,
 93292                   /* features */
 93293                   _CIM_J2eeJCANonpooledConnections_features,
 93294               };
 93295               
 93296               //==============================================================================
 93297               //
 93298               // Class: CIM_J2eeJDBCConnectionPools
 93299               //
 93300               //==============================================================================
 93301               
 93302 mike  1.1.2.1 static const char*
 93303               _CIM_J2eeJDBCConnectionPools_Stats_qualifiers[] =
 93304               {
 93305                   /* Override */
 93306                   "\044Stats",
 93307                   0,
 93308               };
 93309               
 93310               static MetaReference
 93311               _CIM_J2eeJDBCConnectionPools_Stats =
 93312               {
 93313                   /* flags */
 93314                   META_FLAG_REFERENCE|META_FLAG_READ,
 93315                   /* name */
 93316                   "Stats",
 93317                   /* qualifiers */
 93318                   _CIM_J2eeJDBCConnectionPools_Stats_qualifiers,
 93319                   /* subscript */
 93320                   -1,
 93321                   /* refId */
 93322                   &__root_cimv2_CIM_J2eeJDBCStats,
 93323 mike  1.1.2.1 };
 93324               
 93325               static const char*
 93326               _CIM_J2eeJDBCConnectionPools_RelatedStats_qualifiers[] =
 93327               {
 93328                   /* Override */
 93329                   "\044RelatedStats",
 93330                   0,
 93331               };
 93332               
 93333               static MetaReference
 93334               _CIM_J2eeJDBCConnectionPools_RelatedStats =
 93335               {
 93336                   /* flags */
 93337                   META_FLAG_REFERENCE|META_FLAG_READ,
 93338                   /* name */
 93339                   "RelatedStats",
 93340                   /* qualifiers */
 93341                   _CIM_J2eeJDBCConnectionPools_RelatedStats_qualifiers,
 93342                   /* subscript */
 93343                   -1,
 93344 mike  1.1.2.1     /* refId */
 93345                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
 93346               };
 93347               
 93348               static MetaFeature*
 93349               _CIM_J2eeJDBCConnectionPools_features[] =
 93350               {
 93351                   (MetaFeature*)&_CIM_J2eeJDBCConnectionPools_Stats,
 93352                   (MetaFeature*)&_CIM_J2eeJDBCConnectionPools_RelatedStats,
 93353                   0,
 93354               };
 93355               
 93356               static const char*
 93357               __root_cimv2_CIM_J2eeJDBCConnectionPools_qualifiers[] =
 93358               {
 93359                   /* ASSOCIATION */
 93360                   "\000\001",
 93361                   /* UMLPackagePath */
 93362                   "\057CIM::Application::J2eeAppServerStats",
 93363                   /* Version */
 93364                   "\0632.8.0",
 93365 mike  1.1.2.1     0,
 93366               };
 93367               
 93368               MetaClass
 93369               __root_cimv2_CIM_J2eeJDBCConnectionPools =
 93370               {
 93371                   /* flags */
 93372                   META_FLAG_ASSOCIATION,
 93373                   /* name */
 93374                   "CIM_J2eeJDBCConnectionPools",
 93375                   /* qualifiers */
 93376                   __root_cimv2_CIM_J2eeJDBCConnectionPools_qualifiers,
 93377                   /* super */
 93378                   &__root_cimv2_CIM_RelatedStatisticalData,
 93379                   /* features */
 93380                   _CIM_J2eeJDBCConnectionPools_features,
 93381               };
 93382               
 93383               //==============================================================================
 93384               //
 93385               // Class: CIM_J2eeJDBCDataSource
 93386 mike  1.1.2.1 //
 93387               //==============================================================================
 93388               
 93389               static const char*
 93390               _CIM_J2eeJDBCDataSource_InstanceID_qualifiers[] =
 93391               {
 93392                   /* Key */
 93393                   "\025\001",
 93394                   /* ModelCorrespondence */
 93395                   "\036\000\001CIM_J2eeJDBCDataSource.Name\000",
 93396                   0,
 93397               };
 93398               
 93399               static MetaProperty
 93400               _CIM_J2eeJDBCDataSource_InstanceID =
 93401               {
 93402                   /* flags */
 93403                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93404                   /* name */
 93405                   "InstanceID",
 93406                   /* qualifiers */
 93407 mike  1.1.2.1     _CIM_J2eeJDBCDataSource_InstanceID_qualifiers,
 93408                   /* type */
 93409                   CIMTYPE_STRING,
 93410                   /* subscript */
 93411                   -1,
 93412                   /* value */
 93413                   0,
 93414               };
 93415               
 93416               static const char*
 93417               _CIM_J2eeJDBCDataSource_Name_qualifiers[] =
 93418               {
 93419                   /* Override */
 93420                   "\044Name",
 93421                   /* MaxLen */
 93422                   "\030\000\000\001\000",
 93423                   /* MappingStrings */
 93424                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93425                   /* ModelCorrespondence */
 93426                   "\036\000\001CIM_J2eeJDBCDataSource.InstanceID\000",
 93427                   0,
 93428 mike  1.1.2.1 };
 93429               
 93430               static MetaProperty
 93431               _CIM_J2eeJDBCDataSource_Name =
 93432               {
 93433                   /* flags */
 93434                   META_FLAG_PROPERTY|META_FLAG_READ,
 93435                   /* name */
 93436                   "Name",
 93437                   /* qualifiers */
 93438                   _CIM_J2eeJDBCDataSource_Name_qualifiers,
 93439                   /* type */
 93440                   CIMTYPE_STRING,
 93441                   /* subscript */
 93442                   -1,
 93443                   /* value */
 93444                   0,
 93445               };
 93446               
 93447               static MetaFeature*
 93448               _CIM_J2eeJDBCDataSource_features[] =
 93449 mike  1.1.2.1 {
 93450                   (MetaFeature*)&_CIM_J2eeJDBCDataSource_InstanceID,
 93451                   (MetaFeature*)&_CIM_J2eeJDBCDataSource_Name,
 93452                   0,
 93453               };
 93454               
 93455               static const char*
 93456               __root_cimv2_CIM_J2eeJDBCDataSource_qualifiers[] =
 93457               {
 93458                   /* UMLPackagePath */
 93459                   "\057CIM::Application::J2eeAppServer",
 93460                   /* Version */
 93461                   "\0632.8.0",
 93462                   0,
 93463               };
 93464               
 93465               MetaClass
 93466               __root_cimv2_CIM_J2eeJDBCDataSource =
 93467               {
 93468                   /* flags */
 93469                   META_FLAG_CLASS,
 93470 mike  1.1.2.1     /* name */
 93471                   "CIM_J2eeJDBCDataSource",
 93472                   /* qualifiers */
 93473                   __root_cimv2_CIM_J2eeJDBCDataSource_qualifiers,
 93474                   /* super */
 93475                   &__root_cimv2_CIM_EnabledLogicalElement,
 93476                   /* features */
 93477                   _CIM_J2eeJDBCDataSource_features,
 93478               };
 93479               
 93480               //==============================================================================
 93481               //
 93482               // Class: CIM_J2eeJDBCDriver
 93483               //
 93484               //==============================================================================
 93485               
 93486               static const char*
 93487               _CIM_J2eeJDBCDriver_InstanceID_qualifiers[] =
 93488               {
 93489                   /* Key */
 93490                   "\025\001",
 93491 mike  1.1.2.1     /* ModelCorrespondence */
 93492                   "\036\000\001CIM_J2eeJDBCDriver.Name\000",
 93493                   0,
 93494               };
 93495               
 93496               static MetaProperty
 93497               _CIM_J2eeJDBCDriver_InstanceID =
 93498               {
 93499                   /* flags */
 93500                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93501                   /* name */
 93502                   "InstanceID",
 93503                   /* qualifiers */
 93504                   _CIM_J2eeJDBCDriver_InstanceID_qualifiers,
 93505                   /* type */
 93506                   CIMTYPE_STRING,
 93507                   /* subscript */
 93508                   -1,
 93509                   /* value */
 93510                   0,
 93511               };
 93512 mike  1.1.2.1 
 93513               static const char*
 93514               _CIM_J2eeJDBCDriver_Name_qualifiers[] =
 93515               {
 93516                   /* Override */
 93517                   "\044Name",
 93518                   /* MaxLen */
 93519                   "\030\000\000\001\000",
 93520                   /* MappingStrings */
 93521                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93522                   /* ModelCorrespondence */
 93523                   "\036\000\001CIM_J2eeJDBCDriver.InstanceID\000",
 93524                   0,
 93525               };
 93526               
 93527               static MetaProperty
 93528               _CIM_J2eeJDBCDriver_Name =
 93529               {
 93530                   /* flags */
 93531                   META_FLAG_PROPERTY|META_FLAG_READ,
 93532                   /* name */
 93533 mike  1.1.2.1     "Name",
 93534                   /* qualifiers */
 93535                   _CIM_J2eeJDBCDriver_Name_qualifiers,
 93536                   /* type */
 93537                   CIMTYPE_STRING,
 93538                   /* subscript */
 93539                   -1,
 93540                   /* value */
 93541                   0,
 93542               };
 93543               
 93544               static MetaFeature*
 93545               _CIM_J2eeJDBCDriver_features[] =
 93546               {
 93547                   (MetaFeature*)&_CIM_J2eeJDBCDriver_InstanceID,
 93548                   (MetaFeature*)&_CIM_J2eeJDBCDriver_Name,
 93549                   0,
 93550               };
 93551               
 93552               static const char*
 93553               __root_cimv2_CIM_J2eeJDBCDriver_qualifiers[] =
 93554 mike  1.1.2.1 {
 93555                   /* UMLPackagePath */
 93556                   "\057CIM::Application::J2eeAppServer",
 93557                   /* Version */
 93558                   "\0632.8.0",
 93559                   0,
 93560               };
 93561               
 93562               MetaClass
 93563               __root_cimv2_CIM_J2eeJDBCDriver =
 93564               {
 93565                   /* flags */
 93566                   META_FLAG_CLASS,
 93567                   /* name */
 93568                   "CIM_J2eeJDBCDriver",
 93569                   /* qualifiers */
 93570                   __root_cimv2_CIM_J2eeJDBCDriver_qualifiers,
 93571                   /* super */
 93572                   &__root_cimv2_CIM_EnabledLogicalElement,
 93573                   /* features */
 93574                   _CIM_J2eeJDBCDriver_features,
 93575 mike  1.1.2.1 };
 93576               
 93577               //==============================================================================
 93578               //
 93579               // Class: CIM_J2eeJDBCNonpooledConnections
 93580               //
 93581               //==============================================================================
 93582               
 93583               static const char*
 93584               _CIM_J2eeJDBCNonpooledConnections_Stats_qualifiers[] =
 93585               {
 93586                   /* Override */
 93587                   "\044Stats",
 93588                   0,
 93589               };
 93590               
 93591               static MetaReference
 93592               _CIM_J2eeJDBCNonpooledConnections_Stats =
 93593               {
 93594                   /* flags */
 93595                   META_FLAG_REFERENCE|META_FLAG_READ,
 93596 mike  1.1.2.1     /* name */
 93597                   "Stats",
 93598                   /* qualifiers */
 93599                   _CIM_J2eeJDBCNonpooledConnections_Stats_qualifiers,
 93600                   /* subscript */
 93601                   -1,
 93602                   /* refId */
 93603                   &__root_cimv2_CIM_J2eeJDBCStats,
 93604               };
 93605               
 93606               static const char*
 93607               _CIM_J2eeJDBCNonpooledConnections_RelatedStats_qualifiers[] =
 93608               {
 93609                   /* Override */
 93610                   "\044RelatedStats",
 93611                   0,
 93612               };
 93613               
 93614               static MetaReference
 93615               _CIM_J2eeJDBCNonpooledConnections_RelatedStats =
 93616               {
 93617 mike  1.1.2.1     /* flags */
 93618                   META_FLAG_REFERENCE|META_FLAG_READ,
 93619                   /* name */
 93620                   "RelatedStats",
 93621                   /* qualifiers */
 93622                   _CIM_J2eeJDBCNonpooledConnections_RelatedStats_qualifiers,
 93623                   /* subscript */
 93624                   -1,
 93625                   /* refId */
 93626                   &__root_cimv2_CIM_J2eeConnectionStats,
 93627               };
 93628               
 93629               static MetaFeature*
 93630               _CIM_J2eeJDBCNonpooledConnections_features[] =
 93631               {
 93632                   (MetaFeature*)&_CIM_J2eeJDBCNonpooledConnections_Stats,
 93633                   (MetaFeature*)&_CIM_J2eeJDBCNonpooledConnections_RelatedStats,
 93634                   0,
 93635               };
 93636               
 93637               static const char*
 93638 mike  1.1.2.1 __root_cimv2_CIM_J2eeJDBCNonpooledConnections_qualifiers[] =
 93639               {
 93640                   /* ASSOCIATION */
 93641                   "\000\001",
 93642                   /* UMLPackagePath */
 93643                   "\057CIM::Application::J2eeAppServerStats",
 93644                   /* Version */
 93645                   "\0632.8.0",
 93646                   0,
 93647               };
 93648               
 93649               MetaClass
 93650               __root_cimv2_CIM_J2eeJDBCNonpooledConnections =
 93651               {
 93652                   /* flags */
 93653                   META_FLAG_ASSOCIATION,
 93654                   /* name */
 93655                   "CIM_J2eeJDBCNonpooledConnections",
 93656                   /* qualifiers */
 93657                   __root_cimv2_CIM_J2eeJDBCNonpooledConnections_qualifiers,
 93658                   /* super */
 93659 mike  1.1.2.1     &__root_cimv2_CIM_RelatedStatisticalData,
 93660                   /* features */
 93661                   _CIM_J2eeJDBCNonpooledConnections_features,
 93662               };
 93663               
 93664               //==============================================================================
 93665               //
 93666               // Class: CIM_J2eeJMSConnectionSessions
 93667               //
 93668               //==============================================================================
 93669               
 93670               static const char*
 93671               _CIM_J2eeJMSConnectionSessions_Stats_qualifiers[] =
 93672               {
 93673                   /* Override */
 93674                   "\044Stats",
 93675                   /* Min */
 93676                   "\033\000\000\000\001",
 93677                   0,
 93678               };
 93679               
 93680 mike  1.1.2.1 static MetaReference
 93681               _CIM_J2eeJMSConnectionSessions_Stats =
 93682               {
 93683                   /* flags */
 93684                   META_FLAG_REFERENCE|META_FLAG_READ,
 93685                   /* name */
 93686                   "Stats",
 93687                   /* qualifiers */
 93688                   _CIM_J2eeJMSConnectionSessions_Stats_qualifiers,
 93689                   /* subscript */
 93690                   -1,
 93691                   /* refId */
 93692                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
 93693               };
 93694               
 93695               static const char*
 93696               _CIM_J2eeJMSConnectionSessions_RelatedStats_qualifiers[] =
 93697               {
 93698                   /* Override */
 93699                   "\044RelatedStats",
 93700                   0,
 93701 mike  1.1.2.1 };
 93702               
 93703               static MetaReference
 93704               _CIM_J2eeJMSConnectionSessions_RelatedStats =
 93705               {
 93706                   /* flags */
 93707                   META_FLAG_REFERENCE|META_FLAG_READ,
 93708                   /* name */
 93709                   "RelatedStats",
 93710                   /* qualifiers */
 93711                   _CIM_J2eeJMSConnectionSessions_RelatedStats_qualifiers,
 93712                   /* subscript */
 93713                   -1,
 93714                   /* refId */
 93715                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93716               };
 93717               
 93718               static MetaFeature*
 93719               _CIM_J2eeJMSConnectionSessions_features[] =
 93720               {
 93721                   (MetaFeature*)&_CIM_J2eeJMSConnectionSessions_Stats,
 93722 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJMSConnectionSessions_RelatedStats,
 93723                   0,
 93724               };
 93725               
 93726               static const char*
 93727               __root_cimv2_CIM_J2eeJMSConnectionSessions_qualifiers[] =
 93728               {
 93729                   /* ASSOCIATION */
 93730                   "\000\001",
 93731                   /* UMLPackagePath */
 93732                   "\057CIM::Application::J2eeAppServerStats",
 93733                   /* Version */
 93734                   "\0632.8.0",
 93735                   0,
 93736               };
 93737               
 93738               MetaClass
 93739               __root_cimv2_CIM_J2eeJMSConnectionSessions =
 93740               {
 93741                   /* flags */
 93742                   META_FLAG_ASSOCIATION,
 93743 mike  1.1.2.1     /* name */
 93744                   "CIM_J2eeJMSConnectionSessions",
 93745                   /* qualifiers */
 93746                   __root_cimv2_CIM_J2eeJMSConnectionSessions_qualifiers,
 93747                   /* super */
 93748                   &__root_cimv2_CIM_RelatedStatisticalData,
 93749                   /* features */
 93750                   _CIM_J2eeJMSConnectionSessions_features,
 93751               };
 93752               
 93753               //==============================================================================
 93754               //
 93755               // Class: CIM_J2eeJMSConsumerStats
 93756               //
 93757               //==============================================================================
 93758               
 93759               static const char*
 93760               _CIM_J2eeJMSConsumerStats_Origin_qualifiers[] =
 93761               {
 93762                   /* MappingStrings */
 93763                   "\026\000\001JSR77.JCP|JSR77.6.29.1.1 getOrigin|V1.0\000",
 93764 mike  1.1.2.1     0,
 93765               };
 93766               
 93767               static MetaProperty
 93768               _CIM_J2eeJMSConsumerStats_Origin =
 93769               {
 93770                   /* flags */
 93771                   META_FLAG_PROPERTY|META_FLAG_READ,
 93772                   /* name */
 93773                   "Origin",
 93774                   /* qualifiers */
 93775                   _CIM_J2eeJMSConsumerStats_Origin_qualifiers,
 93776                   /* type */
 93777                   CIMTYPE_STRING,
 93778                   /* subscript */
 93779                   -1,
 93780                   /* value */
 93781                   0,
 93782               };
 93783               
 93784               static MetaFeature*
 93785 mike  1.1.2.1 _CIM_J2eeJMSConsumerStats_features[] =
 93786               {
 93787                   (MetaFeature*)&_CIM_J2eeJMSConsumerStats_Origin,
 93788                   0,
 93789               };
 93790               
 93791               static const char*
 93792               __root_cimv2_CIM_J2eeJMSConsumerStats_qualifiers[] =
 93793               {
 93794                   /* UMLPackagePath */
 93795                   "\057CIM::Application::J2eeAppServerStats",
 93796                   /* Version */
 93797                   "\0632.8.0",
 93798                   0,
 93799               };
 93800               
 93801               MetaClass
 93802               __root_cimv2_CIM_J2eeJMSConsumerStats =
 93803               {
 93804                   /* flags */
 93805                   META_FLAG_CLASS,
 93806 mike  1.1.2.1     /* name */
 93807                   "CIM_J2eeJMSConsumerStats",
 93808                   /* qualifiers */
 93809                   __root_cimv2_CIM_J2eeJMSConsumerStats_qualifiers,
 93810                   /* super */
 93811                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
 93812                   /* features */
 93813                   _CIM_J2eeJMSConsumerStats_features,
 93814               };
 93815               
 93816               //==============================================================================
 93817               //
 93818               // Class: CIM_J2eeJMSSessionConsumers
 93819               //
 93820               //==============================================================================
 93821               
 93822               static const char*
 93823               _CIM_J2eeJMSSessionConsumers_Stats_qualifiers[] =
 93824               {
 93825                   /* Override */
 93826                   "\044Stats",
 93827 mike  1.1.2.1     /* Min */
 93828                   "\033\000\000\000\001",
 93829                   0,
 93830               };
 93831               
 93832               static MetaReference
 93833               _CIM_J2eeJMSSessionConsumers_Stats =
 93834               {
 93835                   /* flags */
 93836                   META_FLAG_REFERENCE|META_FLAG_READ,
 93837                   /* name */
 93838                   "Stats",
 93839                   /* qualifiers */
 93840                   _CIM_J2eeJMSSessionConsumers_Stats_qualifiers,
 93841                   /* subscript */
 93842                   -1,
 93843                   /* refId */
 93844                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93845               };
 93846               
 93847               static const char*
 93848 mike  1.1.2.1 _CIM_J2eeJMSSessionConsumers_RelatedStats_qualifiers[] =
 93849               {
 93850                   /* Override */
 93851                   "\044RelatedStats",
 93852                   0,
 93853               };
 93854               
 93855               static MetaReference
 93856               _CIM_J2eeJMSSessionConsumers_RelatedStats =
 93857               {
 93858                   /* flags */
 93859                   META_FLAG_REFERENCE|META_FLAG_READ,
 93860                   /* name */
 93861                   "RelatedStats",
 93862                   /* qualifiers */
 93863                   _CIM_J2eeJMSSessionConsumers_RelatedStats_qualifiers,
 93864                   /* subscript */
 93865                   -1,
 93866                   /* refId */
 93867                   &__root_cimv2_CIM_J2eeJMSConsumerStats,
 93868               };
 93869 mike  1.1.2.1 
 93870               static MetaFeature*
 93871               _CIM_J2eeJMSSessionConsumers_features[] =
 93872               {
 93873                   (MetaFeature*)&_CIM_J2eeJMSSessionConsumers_Stats,
 93874                   (MetaFeature*)&_CIM_J2eeJMSSessionConsumers_RelatedStats,
 93875                   0,
 93876               };
 93877               
 93878               static const char*
 93879               __root_cimv2_CIM_J2eeJMSSessionConsumers_qualifiers[] =
 93880               {
 93881                   /* ASSOCIATION */
 93882                   "\000\001",
 93883                   /* UMLPackagePath */
 93884                   "\057CIM::Application::J2eeAppServerStats",
 93885                   /* Version */
 93886                   "\0632.8.0",
 93887                   0,
 93888               };
 93889               
 93890 mike  1.1.2.1 MetaClass
 93891               __root_cimv2_CIM_J2eeJMSSessionConsumers =
 93892               {
 93893                   /* flags */
 93894                   META_FLAG_ASSOCIATION,
 93895                   /* name */
 93896                   "CIM_J2eeJMSSessionConsumers",
 93897                   /* qualifiers */
 93898                   __root_cimv2_CIM_J2eeJMSSessionConsumers_qualifiers,
 93899                   /* super */
 93900                   &__root_cimv2_CIM_RelatedStatisticalData,
 93901                   /* features */
 93902                   _CIM_J2eeJMSSessionConsumers_features,
 93903               };
 93904               
 93905               //==============================================================================
 93906               //
 93907               // Class: CIM_J2eeJMSSessionProducers
 93908               //
 93909               //==============================================================================
 93910               
 93911 mike  1.1.2.1 static const char*
 93912               _CIM_J2eeJMSSessionProducers_Stats_qualifiers[] =
 93913               {
 93914                   /* Override */
 93915                   "\044Stats",
 93916                   /* Min */
 93917                   "\033\000\000\000\001",
 93918                   0,
 93919               };
 93920               
 93921               static MetaReference
 93922               _CIM_J2eeJMSSessionProducers_Stats =
 93923               {
 93924                   /* flags */
 93925                   META_FLAG_REFERENCE|META_FLAG_READ,
 93926                   /* name */
 93927                   "Stats",
 93928                   /* qualifiers */
 93929                   _CIM_J2eeJMSSessionProducers_Stats_qualifiers,
 93930                   /* subscript */
 93931                   -1,
 93932 mike  1.1.2.1     /* refId */
 93933                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93934               };
 93935               
 93936               static const char*
 93937               _CIM_J2eeJMSSessionProducers_RelatedStats_qualifiers[] =
 93938               {
 93939                   /* Override */
 93940                   "\044RelatedStats",
 93941                   0,
 93942               };
 93943               
 93944               static MetaReference
 93945               _CIM_J2eeJMSSessionProducers_RelatedStats =
 93946               {
 93947                   /* flags */
 93948                   META_FLAG_REFERENCE|META_FLAG_READ,
 93949                   /* name */
 93950                   "RelatedStats",
 93951                   /* qualifiers */
 93952                   _CIM_J2eeJMSSessionProducers_RelatedStats_qualifiers,
 93953 mike  1.1.2.1     /* subscript */
 93954                   -1,
 93955                   /* refId */
 93956                   &__root_cimv2_CIM_J2eeJMSProducerStats,
 93957               };
 93958               
 93959               static MetaFeature*
 93960               _CIM_J2eeJMSSessionProducers_features[] =
 93961               {
 93962                   (MetaFeature*)&_CIM_J2eeJMSSessionProducers_Stats,
 93963                   (MetaFeature*)&_CIM_J2eeJMSSessionProducers_RelatedStats,
 93964                   0,
 93965               };
 93966               
 93967               static const char*
 93968               __root_cimv2_CIM_J2eeJMSSessionProducers_qualifiers[] =
 93969               {
 93970                   /* ASSOCIATION */
 93971                   "\000\001",
 93972                   /* UMLPackagePath */
 93973                   "\057CIM::Application::J2eeAppServerStats",
 93974 mike  1.1.2.1     /* Version */
 93975                   "\0632.8.0",
 93976                   0,
 93977               };
 93978               
 93979               MetaClass
 93980               __root_cimv2_CIM_J2eeJMSSessionProducers =
 93981               {
 93982                   /* flags */
 93983                   META_FLAG_ASSOCIATION,
 93984                   /* name */
 93985                   "CIM_J2eeJMSSessionProducers",
 93986                   /* qualifiers */
 93987                   __root_cimv2_CIM_J2eeJMSSessionProducers_qualifiers,
 93988                   /* super */
 93989                   &__root_cimv2_CIM_RelatedStatisticalData,
 93990                   /* features */
 93991                   _CIM_J2eeJMSSessionProducers_features,
 93992               };
 93993               
 93994               //==============================================================================
 93995 mike  1.1.2.1 //
 93996               // Class: CIM_J2eeJMSStatConnections
 93997               //
 93998               //==============================================================================
 93999               
 94000               static const char*
 94001               _CIM_J2eeJMSStatConnections_Stats_qualifiers[] =
 94002               {
 94003                   /* Override */
 94004                   "\044Stats",
 94005                   /* Min */
 94006                   "\033\000\000\000\001",
 94007                   0,
 94008               };
 94009               
 94010               static MetaReference
 94011               _CIM_J2eeJMSStatConnections_Stats =
 94012               {
 94013                   /* flags */
 94014                   META_FLAG_REFERENCE|META_FLAG_READ,
 94015                   /* name */
 94016 mike  1.1.2.1     "Stats",
 94017                   /* qualifiers */
 94018                   _CIM_J2eeJMSStatConnections_Stats_qualifiers,
 94019                   /* subscript */
 94020                   -1,
 94021                   /* refId */
 94022                   &__root_cimv2_CIM_J2eeJMSStats,
 94023               };
 94024               
 94025               static const char*
 94026               _CIM_J2eeJMSStatConnections_RelatedStats_qualifiers[] =
 94027               {
 94028                   /* Override */
 94029                   "\044RelatedStats",
 94030                   0,
 94031               };
 94032               
 94033               static MetaReference
 94034               _CIM_J2eeJMSStatConnections_RelatedStats =
 94035               {
 94036                   /* flags */
 94037 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 94038                   /* name */
 94039                   "RelatedStats",
 94040                   /* qualifiers */
 94041                   _CIM_J2eeJMSStatConnections_RelatedStats_qualifiers,
 94042                   /* subscript */
 94043                   -1,
 94044                   /* refId */
 94045                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
 94046               };
 94047               
 94048               static MetaFeature*
 94049               _CIM_J2eeJMSStatConnections_features[] =
 94050               {
 94051                   (MetaFeature*)&_CIM_J2eeJMSStatConnections_Stats,
 94052                   (MetaFeature*)&_CIM_J2eeJMSStatConnections_RelatedStats,
 94053                   0,
 94054               };
 94055               
 94056               static const char*
 94057               __root_cimv2_CIM_J2eeJMSStatConnections_qualifiers[] =
 94058 mike  1.1.2.1 {
 94059                   /* ASSOCIATION */
 94060                   "\000\001",
 94061                   /* UMLPackagePath */
 94062                   "\057CIM::Application::J2eeAppServerStats",
 94063                   /* Version */
 94064                   "\0632.8.0",
 94065                   0,
 94066               };
 94067               
 94068               MetaClass
 94069               __root_cimv2_CIM_J2eeJMSStatConnections =
 94070               {
 94071                   /* flags */
 94072                   META_FLAG_ASSOCIATION,
 94073                   /* name */
 94074                   "CIM_J2eeJMSStatConnections",
 94075                   /* qualifiers */
 94076                   __root_cimv2_CIM_J2eeJMSStatConnections_qualifiers,
 94077                   /* super */
 94078                   &__root_cimv2_CIM_RelatedStatisticalData,
 94079 mike  1.1.2.1     /* features */
 94080                   _CIM_J2eeJMSStatConnections_features,
 94081               };
 94082               
 94083               //==============================================================================
 94084               //
 94085               // Class: CIM_J2eeJVM
 94086               //
 94087               //==============================================================================
 94088               
 94089               static const char*
 94090               _CIM_J2eeJVM_InstanceID_qualifiers[] =
 94091               {
 94092                   /* Key */
 94093                   "\025\001",
 94094                   /* ModelCorrespondence */
 94095                   "\036\000\001CIM_J2eeJVM.Name\000",
 94096                   0,
 94097               };
 94098               
 94099               static MetaProperty
 94100 mike  1.1.2.1 _CIM_J2eeJVM_InstanceID =
 94101               {
 94102                   /* flags */
 94103                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94104                   /* name */
 94105                   "InstanceID",
 94106                   /* qualifiers */
 94107                   _CIM_J2eeJVM_InstanceID_qualifiers,
 94108                   /* type */
 94109                   CIMTYPE_STRING,
 94110                   /* subscript */
 94111                   -1,
 94112                   /* value */
 94113                   0,
 94114               };
 94115               
 94116               static const char*
 94117               _CIM_J2eeJVM_Name_qualifiers[] =
 94118               {
 94119                   /* Override */
 94120                   "\044Name",
 94121 mike  1.1.2.1     /* MaxLen */
 94122                   "\030\000\000\001\000",
 94123                   /* MappingStrings */
 94124                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94125                   /* ModelCorrespondence */
 94126                   "\036\000\001CIM_J2eeJVM.InstanceID\000",
 94127                   0,
 94128               };
 94129               
 94130               static MetaProperty
 94131               _CIM_J2eeJVM_Name =
 94132               {
 94133                   /* flags */
 94134                   META_FLAG_PROPERTY|META_FLAG_READ,
 94135                   /* name */
 94136                   "Name",
 94137                   /* qualifiers */
 94138                   _CIM_J2eeJVM_Name_qualifiers,
 94139                   /* type */
 94140                   CIMTYPE_STRING,
 94141                   /* subscript */
 94142 mike  1.1.2.1     -1,
 94143                   /* value */
 94144                   0,
 94145               };
 94146               
 94147               static const char*
 94148               _CIM_J2eeJVM_JavaVersion_qualifiers[] =
 94149               {
 94150                   /* MappingStrings */
 94151                   "\026\000\001JSR77.JCP|JSR77.3.4.1.1 javaVersion|V1.0\000",
 94152                   0,
 94153               };
 94154               
 94155               static MetaProperty
 94156               _CIM_J2eeJVM_JavaVersion =
 94157               {
 94158                   /* flags */
 94159                   META_FLAG_PROPERTY|META_FLAG_READ,
 94160                   /* name */
 94161                   "JavaVersion",
 94162                   /* qualifiers */
 94163 mike  1.1.2.1     _CIM_J2eeJVM_JavaVersion_qualifiers,
 94164                   /* type */
 94165                   CIMTYPE_STRING,
 94166                   /* subscript */
 94167                   -1,
 94168                   /* value */
 94169                   0,
 94170               };
 94171               
 94172               static const char*
 94173               _CIM_J2eeJVM_JavaVendor_qualifiers[] =
 94174               {
 94175                   /* MappingStrings */
 94176                   "\026\000\001JSR77.JCP|JSR77.3.4.1.2 javaVendor|V1.0\000",
 94177                   0,
 94178               };
 94179               
 94180               static MetaProperty
 94181               _CIM_J2eeJVM_JavaVendor =
 94182               {
 94183                   /* flags */
 94184 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 94185                   /* name */
 94186                   "JavaVendor",
 94187                   /* qualifiers */
 94188                   _CIM_J2eeJVM_JavaVendor_qualifiers,
 94189                   /* type */
 94190                   CIMTYPE_STRING,
 94191                   /* subscript */
 94192                   -1,
 94193                   /* value */
 94194                   0,
 94195               };
 94196               
 94197               static const char*
 94198               _CIM_J2eeJVM_Node_qualifiers[] =
 94199               {
 94200                   /* MappingStrings */
 94201                   "\026\000\001JSR77.JCP|JSR77.3.4.1.3 node|V1.0\000",
 94202                   0,
 94203               };
 94204               
 94205 mike  1.1.2.1 static MetaProperty
 94206               _CIM_J2eeJVM_Node =
 94207               {
 94208                   /* flags */
 94209                   META_FLAG_PROPERTY|META_FLAG_READ,
 94210                   /* name */
 94211                   "Node",
 94212                   /* qualifiers */
 94213                   _CIM_J2eeJVM_Node_qualifiers,
 94214                   /* type */
 94215                   CIMTYPE_STRING,
 94216                   /* subscript */
 94217                   -1,
 94218                   /* value */
 94219                   0,
 94220               };
 94221               
 94222               static MetaFeature*
 94223               _CIM_J2eeJVM_features[] =
 94224               {
 94225                   (MetaFeature*)&_CIM_J2eeJVM_InstanceID,
 94226 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJVM_Name,
 94227                   (MetaFeature*)&_CIM_J2eeJVM_JavaVersion,
 94228                   (MetaFeature*)&_CIM_J2eeJVM_JavaVendor,
 94229                   (MetaFeature*)&_CIM_J2eeJVM_Node,
 94230                   0,
 94231               };
 94232               
 94233               static const char*
 94234               __root_cimv2_CIM_J2eeJVM_qualifiers[] =
 94235               {
 94236                   /* UMLPackagePath */
 94237                   "\057CIM::Application::J2eeAppServer",
 94238                   /* Version */
 94239                   "\0632.8.0",
 94240                   0,
 94241               };
 94242               
 94243               MetaClass
 94244               __root_cimv2_CIM_J2eeJVM =
 94245               {
 94246                   /* flags */
 94247 mike  1.1.2.1     META_FLAG_CLASS,
 94248                   /* name */
 94249                   "CIM_J2eeJVM",
 94250                   /* qualifiers */
 94251                   __root_cimv2_CIM_J2eeJVM_qualifiers,
 94252                   /* super */
 94253                   &__root_cimv2_CIM_EnabledLogicalElement,
 94254                   /* features */
 94255                   _CIM_J2eeJVM_features,
 94256               };
 94257               
 94258               //==============================================================================
 94259               //
 94260               // Class: CIM_J2eeManagedObject
 94261               //
 94262               //==============================================================================
 94263               
 94264               static const char*
 94265               _CIM_J2eeManagedObject_InstanceID_qualifiers[] =
 94266               {
 94267                   /* Key */
 94268 mike  1.1.2.1     "\025\001",
 94269                   /* MappingStrings */
 94270                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94271                   /* ModelCorrespondence */
 94272                   "\036\000\001CIM_J2eeManagedObject.ElementName\000",
 94273                   0,
 94274               };
 94275               
 94276               static MetaProperty
 94277               _CIM_J2eeManagedObject_InstanceID =
 94278               {
 94279                   /* flags */
 94280                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94281                   /* name */
 94282                   "InstanceID",
 94283                   /* qualifiers */
 94284                   _CIM_J2eeManagedObject_InstanceID_qualifiers,
 94285                   /* type */
 94286                   CIMTYPE_STRING,
 94287                   /* subscript */
 94288                   -1,
 94289 mike  1.1.2.1     /* value */
 94290                   0,
 94291               };
 94292               
 94293               static const char*
 94294               _CIM_J2eeManagedObject_ElementName_qualifiers[] =
 94295               {
 94296                   /* Override */
 94297                   "\044ElementName",
 94298                   /* MaxLen */
 94299                   "\030\000\000\001\000",
 94300                   /* MappingStrings */
 94301                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94302                   /* ModelCorrespondence */
 94303                   "\036\000\001CIM_J2eeManagedObject.InstanceID\000",
 94304                   0,
 94305               };
 94306               
 94307               static MetaProperty
 94308               _CIM_J2eeManagedObject_ElementName =
 94309               {
 94310 mike  1.1.2.1     /* flags */
 94311                   META_FLAG_PROPERTY|META_FLAG_READ,
 94312                   /* name */
 94313                   "ElementName",
 94314                   /* qualifiers */
 94315                   _CIM_J2eeManagedObject_ElementName_qualifiers,
 94316                   /* type */
 94317                   CIMTYPE_STRING,
 94318                   /* subscript */
 94319                   -1,
 94320                   /* value */
 94321                   0,
 94322               };
 94323               
 94324               static const char*
 94325               _CIM_J2eeManagedObject_OperationalStatus_qualifiers[] =
 94326               {
 94327                   /* Override */
 94328                   "\044OperationalStatus",
 94329                   /* ValueMap */
 94330                   "\061\000\0060\0002\0006\0008\0009\00010\000",
 94331 mike  1.1.2.1     /* Values */
 94332                   "\062\000\006Unknown\000OK\000Error\000Starting\000Stopping\000Stopped\000",
 94333                   /* MappingStrings */
 94334                   "\026\000\001JSR77.JCP|JSR77.5.1.1.1 state|V1.0\000",
 94335                   /* ModelCorrespondence */
 94336                   "\036\000\001CIM_J2eeManagedObjectCapabilities.StateManageable\000",
 94337                   0,
 94338               };
 94339               
 94340               static MetaProperty
 94341               _CIM_J2eeManagedObject_OperationalStatus =
 94342               {
 94343                   /* flags */
 94344                   META_FLAG_PROPERTY|META_FLAG_READ,
 94345                   /* name */
 94346                   "OperationalStatus",
 94347                   /* qualifiers */
 94348                   _CIM_J2eeManagedObject_OperationalStatus_qualifiers,
 94349                   /* type */
 94350                   CIMTYPE_UINT16,
 94351                   /* subscript */
 94352 mike  1.1.2.1     0,
 94353                   /* value */
 94354                   0,
 94355               };
 94356               
 94357               static const char*
 94358               _CIM_J2eeManagedObject_StartTime_qualifiers[] =
 94359               {
 94360                   /* MappingStrings */
 94361                   "\026\000\001JSR77.JCP|JSR77.5.1.1.2 startTime|V1.0\000",
 94362                   /* ModelCorrespondence */
 94363                   "\036\000\001CIM_J2eeManagedObjectCapabilities.StateManageable\000",
 94364                   0,
 94365               };
 94366               
 94367               static MetaProperty
 94368               _CIM_J2eeManagedObject_StartTime =
 94369               {
 94370                   /* flags */
 94371                   META_FLAG_PROPERTY|META_FLAG_READ,
 94372                   /* name */
 94373 mike  1.1.2.1     "StartTime",
 94374                   /* qualifiers */
 94375                   _CIM_J2eeManagedObject_StartTime_qualifiers,
 94376                   /* type */
 94377                   CIMTYPE_DATETIME,
 94378                   /* subscript */
 94379                   -1,
 94380                   /* value */
 94381                   "00000000000000.000000:000",
 94382               };
 94383               
 94384               static MetaFeature*
 94385               _CIM_J2eeManagedObject_StartRecursive_parameters[] =
 94386               {
 94387                   0,
 94388               };
 94389               
 94390               static const char*
 94391               _CIM_J2eeManagedObject_StartRecursive_qualifiers[] =
 94392               {
 94393                   /* MappingStrings */
 94394 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.5.1.2.2 startRecursive|V1.0\000",
 94395                   0,
 94396               };
 94397               
 94398               static MetaMethod
 94399               _CIM_J2eeManagedObject_StartRecursive =
 94400               {
 94401                   /* flags */
 94402                   META_FLAG_METHOD,
 94403                   /* name */
 94404                   "CIM_J2eeManagedObject",
 94405                   /* qualifiers */
 94406                   _CIM_J2eeManagedObject_StartRecursive_qualifiers,
 94407                   /* type */
 94408                   CIMTYPE_UINT32,
 94409                   /* parameters */
 94410                   _CIM_J2eeManagedObject_StartRecursive_parameters,
 94411               };
 94412               
 94413               static MetaFeature*
 94414               _CIM_J2eeManagedObject_Start_parameters[] =
 94415 mike  1.1.2.1 {
 94416                   0,
 94417               };
 94418               
 94419               static const char*
 94420               _CIM_J2eeManagedObject_Start_qualifiers[] =
 94421               {
 94422                   /* MappingStrings */
 94423                   "\026\000\001JSR77.JCP|JSR77.5.1.2.1 start|V1.0\000",
 94424                   0,
 94425               };
 94426               
 94427               static MetaMethod
 94428               _CIM_J2eeManagedObject_Start =
 94429               {
 94430                   /* flags */
 94431                   META_FLAG_METHOD,
 94432                   /* name */
 94433                   "CIM_J2eeManagedObject",
 94434                   /* qualifiers */
 94435                   _CIM_J2eeManagedObject_Start_qualifiers,
 94436 mike  1.1.2.1     /* type */
 94437                   CIMTYPE_UINT32,
 94438                   /* parameters */
 94439                   _CIM_J2eeManagedObject_Start_parameters,
 94440               };
 94441               
 94442               static MetaFeature*
 94443               _CIM_J2eeManagedObject_Stop_parameters[] =
 94444               {
 94445                   0,
 94446               };
 94447               
 94448               static const char*
 94449               _CIM_J2eeManagedObject_Stop_qualifiers[] =
 94450               {
 94451                   /* MappingStrings */
 94452                   "\026\000\001JSR77.JCP|JSR77.5.1.2.3 stop|V1.0\000",
 94453                   0,
 94454               };
 94455               
 94456               static MetaMethod
 94457 mike  1.1.2.1 _CIM_J2eeManagedObject_Stop =
 94458               {
 94459                   /* flags */
 94460                   META_FLAG_METHOD,
 94461                   /* name */
 94462                   "CIM_J2eeManagedObject",
 94463                   /* qualifiers */
 94464                   _CIM_J2eeManagedObject_Stop_qualifiers,
 94465                   /* type */
 94466                   CIMTYPE_UINT32,
 94467                   /* parameters */
 94468                   _CIM_J2eeManagedObject_Stop_parameters,
 94469               };
 94470               
 94471               static MetaFeature*
 94472               _CIM_J2eeManagedObject_features[] =
 94473               {
 94474                   (MetaFeature*)&_CIM_J2eeManagedObject_InstanceID,
 94475                   (MetaFeature*)&_CIM_J2eeManagedObject_ElementName,
 94476                   (MetaFeature*)&_CIM_J2eeManagedObject_OperationalStatus,
 94477                   (MetaFeature*)&_CIM_J2eeManagedObject_StartTime,
 94478 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeManagedObject_StartRecursive,
 94479                   (MetaFeature*)&_CIM_J2eeManagedObject_Start,
 94480                   (MetaFeature*)&_CIM_J2eeManagedObject_Stop,
 94481                   0,
 94482               };
 94483               
 94484               static const char*
 94485               __root_cimv2_CIM_J2eeManagedObject_qualifiers[] =
 94486               {
 94487                   /* UMLPackagePath */
 94488                   "\057CIM::Application::J2eeAppServer",
 94489                   /* Abstract */
 94490                   "\002\001",
 94491                   /* Version */
 94492                   "\0632.8.0",
 94493                   0,
 94494               };
 94495               
 94496               MetaClass
 94497               __root_cimv2_CIM_J2eeManagedObject =
 94498               {
 94499 mike  1.1.2.1     /* flags */
 94500                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 94501                   /* name */
 94502                   "CIM_J2eeManagedObject",
 94503                   /* qualifiers */
 94504                   __root_cimv2_CIM_J2eeManagedObject_qualifiers,
 94505                   /* super */
 94506                   &__root_cimv2_CIM_EnabledLogicalElement,
 94507                   /* features */
 94508                   _CIM_J2eeManagedObject_features,
 94509               };
 94510               
 94511               //==============================================================================
 94512               //
 94513               // Class: CIM_JobDestination
 94514               //
 94515               //==============================================================================
 94516               
 94517               static const char*
 94518               _CIM_JobDestination_SystemCreationClassName_qualifiers[] =
 94519               {
 94520 mike  1.1.2.1     /* Key */
 94521                   "\025\001",
 94522                   /* Propagated */
 94523                   "\045CIM_System.CreationClassName",
 94524                   /* MaxLen */
 94525                   "\030\000\000\001\000",
 94526                   0,
 94527               };
 94528               
 94529               static MetaProperty
 94530               _CIM_JobDestination_SystemCreationClassName =
 94531               {
 94532                   /* flags */
 94533                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94534                   /* name */
 94535                   "SystemCreationClassName",
 94536                   /* qualifiers */
 94537                   _CIM_JobDestination_SystemCreationClassName_qualifiers,
 94538                   /* type */
 94539                   CIMTYPE_STRING,
 94540                   /* subscript */
 94541 mike  1.1.2.1     -1,
 94542                   /* value */
 94543                   0,
 94544               };
 94545               
 94546               static const char*
 94547               _CIM_JobDestination_SystemName_qualifiers[] =
 94548               {
 94549                   /* Key */
 94550                   "\025\001",
 94551                   /* Propagated */
 94552                   "\045CIM_System.Name",
 94553                   /* MaxLen */
 94554                   "\030\000\000\001\000",
 94555                   0,
 94556               };
 94557               
 94558               static MetaProperty
 94559               _CIM_JobDestination_SystemName =
 94560               {
 94561                   /* flags */
 94562 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94563                   /* name */
 94564                   "SystemName",
 94565                   /* qualifiers */
 94566                   _CIM_JobDestination_SystemName_qualifiers,
 94567                   /* type */
 94568                   CIMTYPE_STRING,
 94569                   /* subscript */
 94570                   -1,
 94571                   /* value */
 94572                   0,
 94573               };
 94574               
 94575               static const char*
 94576               _CIM_JobDestination_CreationClassName_qualifiers[] =
 94577               {
 94578                   /* Key */
 94579                   "\025\001",
 94580                   /* MaxLen */
 94581                   "\030\000\000\001\000",
 94582                   0,
 94583 mike  1.1.2.1 };
 94584               
 94585               static MetaProperty
 94586               _CIM_JobDestination_CreationClassName =
 94587               {
 94588                   /* flags */
 94589                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94590                   /* name */
 94591                   "CreationClassName",
 94592                   /* qualifiers */
 94593                   _CIM_JobDestination_CreationClassName_qualifiers,
 94594                   /* type */
 94595                   CIMTYPE_STRING,
 94596                   /* subscript */
 94597                   -1,
 94598                   /* value */
 94599                   0,
 94600               };
 94601               
 94602               static const char*
 94603               _CIM_JobDestination_Name_qualifiers[] =
 94604 mike  1.1.2.1 {
 94605                   /* Key */
 94606                   "\025\001",
 94607                   /* Override */
 94608                   "\044Name",
 94609                   /* MaxLen */
 94610                   "\030\000\000\001\000",
 94611                   0,
 94612               };
 94613               
 94614               static MetaProperty
 94615               _CIM_JobDestination_Name =
 94616               {
 94617                   /* flags */
 94618                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94619                   /* name */
 94620                   "Name",
 94621                   /* qualifiers */
 94622                   _CIM_JobDestination_Name_qualifiers,
 94623                   /* type */
 94624                   CIMTYPE_STRING,
 94625 mike  1.1.2.1     /* subscript */
 94626                   -1,
 94627                   /* value */
 94628                   0,
 94629               };
 94630               
 94631               static MetaFeature*
 94632               _CIM_JobDestination_features[] =
 94633               {
 94634                   (MetaFeature*)&_CIM_JobDestination_SystemCreationClassName,
 94635                   (MetaFeature*)&_CIM_JobDestination_SystemName,
 94636                   (MetaFeature*)&_CIM_JobDestination_CreationClassName,
 94637                   (MetaFeature*)&_CIM_JobDestination_Name,
 94638                   0,
 94639               };
 94640               
 94641               static const char*
 94642               __root_cimv2_CIM_JobDestination_qualifiers[] =
 94643               {
 94644                   /* UMLPackagePath */
 94645                   "\057CIM::System::Processing",
 94646 mike  1.1.2.1     /* Version */
 94647                   "\0632.7.0",
 94648                   0,
 94649               };
 94650               
 94651               MetaClass
 94652               __root_cimv2_CIM_JobDestination =
 94653               {
 94654                   /* flags */
 94655                   META_FLAG_CLASS,
 94656                   /* name */
 94657                   "CIM_JobDestination",
 94658                   /* qualifiers */
 94659                   __root_cimv2_CIM_JobDestination_qualifiers,
 94660                   /* super */
 94661                   &__root_cimv2_CIM_EnabledLogicalElement,
 94662                   /* features */
 94663                   _CIM_JobDestination_features,
 94664               };
 94665               
 94666               //==============================================================================
 94667 mike  1.1.2.1 //
 94668               // Class: CIM_JobDestinationJobs
 94669               //
 94670               //==============================================================================
 94671               
 94672               static const char*
 94673               _CIM_JobDestinationJobs_Antecedent_qualifiers[] =
 94674               {
 94675                   /* Override */
 94676                   "\044Antecedent",
 94677                   /* Max */
 94678                   "\027\000\000\000\001",
 94679                   0,
 94680               };
 94681               
 94682               static MetaReference
 94683               _CIM_JobDestinationJobs_Antecedent =
 94684               {
 94685                   /* flags */
 94686                   META_FLAG_REFERENCE|META_FLAG_READ,
 94687                   /* name */
 94688 mike  1.1.2.1     "Antecedent",
 94689                   /* qualifiers */
 94690                   _CIM_JobDestinationJobs_Antecedent_qualifiers,
 94691                   /* subscript */
 94692                   -1,
 94693                   /* refId */
 94694                   &__root_cimv2_CIM_JobDestination,
 94695               };
 94696               
 94697               static const char*
 94698               _CIM_JobDestinationJobs_Dependent_qualifiers[] =
 94699               {
 94700                   /* Override */
 94701                   "\044Dependent",
 94702                   0,
 94703               };
 94704               
 94705               static MetaReference
 94706               _CIM_JobDestinationJobs_Dependent =
 94707               {
 94708                   /* flags */
 94709 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 94710                   /* name */
 94711                   "Dependent",
 94712                   /* qualifiers */
 94713                   _CIM_JobDestinationJobs_Dependent_qualifiers,
 94714                   /* subscript */
 94715                   -1,
 94716                   /* refId */
 94717                   &__root_cimv2_CIM_Job,
 94718               };
 94719               
 94720               static MetaFeature*
 94721               _CIM_JobDestinationJobs_features[] =
 94722               {
 94723                   (MetaFeature*)&_CIM_JobDestinationJobs_Antecedent,
 94724                   (MetaFeature*)&_CIM_JobDestinationJobs_Dependent,
 94725                   0,
 94726               };
 94727               
 94728               static const char*
 94729               __root_cimv2_CIM_JobDestinationJobs_qualifiers[] =
 94730 mike  1.1.2.1 {
 94731                   /* ASSOCIATION */
 94732                   "\000\001",
 94733                   /* UMLPackagePath */
 94734                   "\057CIM::System::Processing",
 94735                   /* Version */
 94736                   "\0632.6.0",
 94737                   0,
 94738               };
 94739               
 94740               MetaClass
 94741               __root_cimv2_CIM_JobDestinationJobs =
 94742               {
 94743                   /* flags */
 94744                   META_FLAG_ASSOCIATION,
 94745                   /* name */
 94746                   "CIM_JobDestinationJobs",
 94747                   /* qualifiers */
 94748                   __root_cimv2_CIM_JobDestinationJobs_qualifiers,
 94749                   /* super */
 94750                   &__root_cimv2_CIM_Dependency,
 94751 mike  1.1.2.1     /* features */
 94752                   _CIM_JobDestinationJobs_features,
 94753               };
 94754               
 94755               //==============================================================================
 94756               //
 94757               // Class: CIM_LocalFileSystem
 94758               //
 94759               //==============================================================================
 94760               
 94761               static MetaFeature*
 94762               _CIM_LocalFileSystem_features[] =
 94763               {
 94764                   0,
 94765               };
 94766               
 94767               static const char*
 94768               __root_cimv2_CIM_LocalFileSystem_qualifiers[] =
 94769               {
 94770                   /* UMLPackagePath */
 94771                   "\057CIM::System::FileElements",
 94772 mike  1.1.2.1     /* Version */
 94773                   "\0632.6.0",
 94774                   0,
 94775               };
 94776               
 94777               MetaClass
 94778               __root_cimv2_CIM_LocalFileSystem =
 94779               {
 94780                   /* flags */
 94781                   META_FLAG_CLASS,
 94782                   /* name */
 94783                   "CIM_LocalFileSystem",
 94784                   /* qualifiers */
 94785                   __root_cimv2_CIM_LocalFileSystem_qualifiers,
 94786                   /* super */
 94787                   &__root_cimv2_CIM_FileSystem,
 94788                   /* features */
 94789                   _CIM_LocalFileSystem_features,
 94790               };
 94791               
 94792               //==============================================================================
 94793 mike  1.1.2.1 //
 94794               // Class: CIM_Log
 94795               //
 94796               //==============================================================================
 94797               
 94798               static const char*
 94799               _CIM_Log_MaxNumberOfRecords_qualifiers[] =
 94800               {
 94801                   0,
 94802               };
 94803               
 94804               static MetaProperty
 94805               _CIM_Log_MaxNumberOfRecords =
 94806               {
 94807                   /* flags */
 94808                   META_FLAG_PROPERTY|META_FLAG_READ,
 94809                   /* name */
 94810                   "MaxNumberOfRecords",
 94811                   /* qualifiers */
 94812                   _CIM_Log_MaxNumberOfRecords_qualifiers,
 94813                   /* type */
 94814 mike  1.1.2.1     CIMTYPE_UINT64,
 94815                   /* subscript */
 94816                   -1,
 94817                   /* value */
 94818                   0,
 94819               };
 94820               
 94821               static const char*
 94822               _CIM_Log_CurrentNumberOfRecords_qualifiers[] =
 94823               {
 94824                   /* Gauge */
 94825                   "\023\001",
 94826                   0,
 94827               };
 94828               
 94829               static MetaProperty
 94830               _CIM_Log_CurrentNumberOfRecords =
 94831               {
 94832                   /* flags */
 94833                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 94834                   /* name */
 94835 mike  1.1.2.1     "CurrentNumberOfRecords",
 94836                   /* qualifiers */
 94837                   _CIM_Log_CurrentNumberOfRecords_qualifiers,
 94838                   /* type */
 94839                   CIMTYPE_UINT64,
 94840                   /* subscript */
 94841                   -1,
 94842                   /* value */
 94843                   0,
 94844               };
 94845               
 94846               static MetaFeature*
 94847               _CIM_Log_ClearLog_parameters[] =
 94848               {
 94849                   0,
 94850               };
 94851               
 94852               static const char*
 94853               _CIM_Log_ClearLog_qualifiers[] =
 94854               {
 94855                   /* ValueMap */
 94856 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006..0x0FFF\0000x1000..0x7FFF\0000x8000..\000",
 94857                   /* Values */
 94858                   "\062\000\011Completed with no error\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
 94859                   0,
 94860               };
 94861               
 94862               static MetaMethod
 94863               _CIM_Log_ClearLog =
 94864               {
 94865                   /* flags */
 94866                   META_FLAG_METHOD,
 94867                   /* name */
 94868                   "CIM_Log",
 94869                   /* qualifiers */
 94870                   _CIM_Log_ClearLog_qualifiers,
 94871                   /* type */
 94872                   CIMTYPE_UINT32,
 94873                   /* parameters */
 94874                   _CIM_Log_ClearLog_parameters,
 94875               };
 94876               
 94877 mike  1.1.2.1 static MetaFeature*
 94878               _CIM_Log_features[] =
 94879               {
 94880                   (MetaFeature*)&_CIM_Log_MaxNumberOfRecords,
 94881                   (MetaFeature*)&_CIM_Log_CurrentNumberOfRecords,
 94882                   (MetaFeature*)&_CIM_Log_ClearLog,
 94883                   0,
 94884               };
 94885               
 94886               static const char*
 94887               __root_cimv2_CIM_Log_qualifiers[] =
 94888               {
 94889                   /* UMLPackagePath */
 94890                   "\057CIM::System::Logs",
 94891                   /* Abstract */
 94892                   "\002\001",
 94893                   /* Version */
 94894                   "\0632.9.0",
 94895                   0,
 94896               };
 94897               
 94898 mike  1.1.2.1 MetaClass
 94899               __root_cimv2_CIM_Log =
 94900               {
 94901                   /* flags */
 94902                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 94903                   /* name */
 94904                   "CIM_Log",
 94905                   /* qualifiers */
 94906                   __root_cimv2_CIM_Log_qualifiers,
 94907                   /* super */
 94908                   &__root_cimv2_CIM_EnabledLogicalElement,
 94909                   /* features */
 94910                   _CIM_Log_features,
 94911               };
 94912               
 94913               //==============================================================================
 94914               //
 94915               // Class: CIM_LogicalDevice
 94916               //
 94917               //==============================================================================
 94918               
 94919 mike  1.1.2.1 static const char*
 94920               _CIM_LogicalDevice_SystemCreationClassName_qualifiers[] =
 94921               {
 94922                   /* Key */
 94923                   "\025\001",
 94924                   /* Propagated */
 94925                   "\045CIM_System.CreationClassName",
 94926                   /* MaxLen */
 94927                   "\030\000\000\001\000",
 94928                   0,
 94929               };
 94930               
 94931               static MetaProperty
 94932               _CIM_LogicalDevice_SystemCreationClassName =
 94933               {
 94934                   /* flags */
 94935                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94936                   /* name */
 94937                   "SystemCreationClassName",
 94938                   /* qualifiers */
 94939                   _CIM_LogicalDevice_SystemCreationClassName_qualifiers,
 94940 mike  1.1.2.1     /* type */
 94941                   CIMTYPE_STRING,
 94942                   /* subscript */
 94943                   -1,
 94944                   /* value */
 94945                   0,
 94946               };
 94947               
 94948               static const char*
 94949               _CIM_LogicalDevice_SystemName_qualifiers[] =
 94950               {
 94951                   /* Key */
 94952                   "\025\001",
 94953                   /* Propagated */
 94954                   "\045CIM_System.Name",
 94955                   /* MaxLen */
 94956                   "\030\000\000\001\000",
 94957                   0,
 94958               };
 94959               
 94960               static MetaProperty
 94961 mike  1.1.2.1 _CIM_LogicalDevice_SystemName =
 94962               {
 94963                   /* flags */
 94964                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94965                   /* name */
 94966                   "SystemName",
 94967                   /* qualifiers */
 94968                   _CIM_LogicalDevice_SystemName_qualifiers,
 94969                   /* type */
 94970                   CIMTYPE_STRING,
 94971                   /* subscript */
 94972                   -1,
 94973                   /* value */
 94974                   0,
 94975               };
 94976               
 94977               static const char*
 94978               _CIM_LogicalDevice_CreationClassName_qualifiers[] =
 94979               {
 94980                   /* Key */
 94981                   "\025\001",
 94982 mike  1.1.2.1     /* MaxLen */
 94983                   "\030\000\000\001\000",
 94984                   0,
 94985               };
 94986               
 94987               static MetaProperty
 94988               _CIM_LogicalDevice_CreationClassName =
 94989               {
 94990                   /* flags */
 94991                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94992                   /* name */
 94993                   "CreationClassName",
 94994                   /* qualifiers */
 94995                   _CIM_LogicalDevice_CreationClassName_qualifiers,
 94996                   /* type */
 94997                   CIMTYPE_STRING,
 94998                   /* subscript */
 94999                   -1,
 95000                   /* value */
 95001                   0,
 95002               };
 95003 mike  1.1.2.1 
 95004               static const char*
 95005               _CIM_LogicalDevice_DeviceID_qualifiers[] =
 95006               {
 95007                   /* Key */
 95008                   "\025\001",
 95009                   /* MaxLen */
 95010                   "\030\000\000\000\100",
 95011                   0,
 95012               };
 95013               
 95014               static MetaProperty
 95015               _CIM_LogicalDevice_DeviceID =
 95016               {
 95017                   /* flags */
 95018                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 95019                   /* name */
 95020                   "DeviceID",
 95021                   /* qualifiers */
 95022                   _CIM_LogicalDevice_DeviceID_qualifiers,
 95023                   /* type */
 95024 mike  1.1.2.1     CIMTYPE_STRING,
 95025                   /* subscript */
 95026                   -1,
 95027                   /* value */
 95028                   0,
 95029               };
 95030               
 95031               static const char*
 95032               _CIM_LogicalDevice_PowerManagementSupported_qualifiers[] =
 95033               {
 95034                   /* Deprecated */
 95035                   "\013\000\001CIM_PowerManagementCapabilities\000",
 95036                   0,
 95037               };
 95038               
 95039               static MetaProperty
 95040               _CIM_LogicalDevice_PowerManagementSupported =
 95041               {
 95042                   /* flags */
 95043                   META_FLAG_PROPERTY|META_FLAG_READ,
 95044                   /* name */
 95045 mike  1.1.2.1     "PowerManagementSupported",
 95046                   /* qualifiers */
 95047                   _CIM_LogicalDevice_PowerManagementSupported_qualifiers,
 95048                   /* type */
 95049                   CIMTYPE_BOOLEAN,
 95050                   /* subscript */
 95051                   -1,
 95052                   /* value */
 95053                   0,
 95054               };
 95055               
 95056               static const char*
 95057               _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers[] =
 95058               {
 95059                   /* Deprecated */
 95060                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 95061                   /* ValueMap */
 95062                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 95063                   /* Values */
 95064                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 95065                   0,
 95066 mike  1.1.2.1 };
 95067               
 95068               static MetaProperty
 95069               _CIM_LogicalDevice_PowerManagementCapabilities =
 95070               {
 95071                   /* flags */
 95072                   META_FLAG_PROPERTY|META_FLAG_READ,
 95073                   /* name */
 95074                   "PowerManagementCapabilities",
 95075                   /* qualifiers */
 95076                   _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers,
 95077                   /* type */
 95078                   CIMTYPE_UINT16,
 95079                   /* subscript */
 95080                   0,
 95081                   /* value */
 95082                   0,
 95083               };
 95084               
 95085               static const char*
 95086               _CIM_LogicalDevice_Availability_qualifiers[] =
 95087 mike  1.1.2.1 {
 95088                   /* ValueMap */
 95089                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
 95090                   /* Values */
 95091                   "\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",
 95092                   /* MappingStrings */
 95093                   "\026\000\003MIF.DMTF|Operational State|006.5\000MIB.IETF|HOST-RESOURCES-MIB.hrDeviceStatus\000MIF.DMTF|Host Device|001.5\000",
 95094                   /* ModelCorrespondence */
 95095                   "\036\000\001CIM_LogicalDevice.AdditionalAvailability\000",
 95096                   0,
 95097               };
 95098               
 95099               static MetaProperty
 95100               _CIM_LogicalDevice_Availability =
 95101               {
 95102                   /* flags */
 95103                   META_FLAG_PROPERTY|META_FLAG_READ,
 95104                   /* name */
 95105                   "Availability",
 95106                   /* qualifiers */
 95107                   _CIM_LogicalDevice_Availability_qualifiers,
 95108 mike  1.1.2.1     /* type */
 95109                   CIMTYPE_UINT16,
 95110                   /* subscript */
 95111                   -1,
 95112                   /* value */
 95113                   0,
 95114               };
 95115               
 95116               static const char*
 95117               _CIM_LogicalDevice_StatusInfo_qualifiers[] =
 95118               {
 95119                   /* Deprecated */
 95120                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
 95121                   /* ValueMap */
 95122                   "\061\000\0051\0002\0003\0004\0005\000",
 95123                   /* Values */
 95124                   "\062\000\005Other\000Unknown\000Enabled\000Disabled\000Not Applicable\000",
 95125                   /* MappingStrings */
 95126                   "\026\000\001MIF.DMTF|Operational State|006.4\000",
 95127                   0,
 95128               };
 95129 mike  1.1.2.1 
 95130               static MetaProperty
 95131               _CIM_LogicalDevice_StatusInfo =
 95132               {
 95133                   /* flags */
 95134                   META_FLAG_PROPERTY|META_FLAG_READ,
 95135                   /* name */
 95136                   "StatusInfo",
 95137                   /* qualifiers */
 95138                   _CIM_LogicalDevice_StatusInfo_qualifiers,
 95139                   /* type */
 95140                   CIMTYPE_UINT16,
 95141                   /* subscript */
 95142                   -1,
 95143                   /* value */
 95144                   0,
 95145               };
 95146               
 95147               static const char*
 95148               _CIM_LogicalDevice_LastErrorCode_qualifiers[] =
 95149               {
 95150 mike  1.1.2.1     /* Deprecated */
 95151                   "\013\000\001CIM_DeviceErrorData.LastErrorCode\000",
 95152                   0,
 95153               };
 95154               
 95155               static MetaProperty
 95156               _CIM_LogicalDevice_LastErrorCode =
 95157               {
 95158                   /* flags */
 95159                   META_FLAG_PROPERTY|META_FLAG_READ,
 95160                   /* name */
 95161                   "LastErrorCode",
 95162                   /* qualifiers */
 95163                   _CIM_LogicalDevice_LastErrorCode_qualifiers,
 95164                   /* type */
 95165                   CIMTYPE_UINT32,
 95166                   /* subscript */
 95167                   -1,
 95168                   /* value */
 95169                   0,
 95170               };
 95171 mike  1.1.2.1 
 95172               static const char*
 95173               _CIM_LogicalDevice_ErrorDescription_qualifiers[] =
 95174               {
 95175                   /* Deprecated */
 95176                   "\013\000\001CIM_DeviceErrorData.ErrorDescription\000",
 95177                   0,
 95178               };
 95179               
 95180               static MetaProperty
 95181               _CIM_LogicalDevice_ErrorDescription =
 95182               {
 95183                   /* flags */
 95184                   META_FLAG_PROPERTY|META_FLAG_READ,
 95185                   /* name */
 95186                   "ErrorDescription",
 95187                   /* qualifiers */
 95188                   _CIM_LogicalDevice_ErrorDescription_qualifiers,
 95189                   /* type */
 95190                   CIMTYPE_STRING,
 95191                   /* subscript */
 95192 mike  1.1.2.1     -1,
 95193                   /* value */
 95194                   0,
 95195               };
 95196               
 95197               static const char*
 95198               _CIM_LogicalDevice_ErrorCleared_qualifiers[] =
 95199               {
 95200                   /* Deprecated */
 95201                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 95202                   0,
 95203               };
 95204               
 95205               static MetaProperty
 95206               _CIM_LogicalDevice_ErrorCleared =
 95207               {
 95208                   /* flags */
 95209                   META_FLAG_PROPERTY|META_FLAG_READ,
 95210                   /* name */
 95211                   "ErrorCleared",
 95212                   /* qualifiers */
 95213 mike  1.1.2.1     _CIM_LogicalDevice_ErrorCleared_qualifiers,
 95214                   /* type */
 95215                   CIMTYPE_BOOLEAN,
 95216                   /* subscript */
 95217                   -1,
 95218                   /* value */
 95219                   0,
 95220               };
 95221               
 95222               static const char*
 95223               _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers[] =
 95224               {
 95225                   /* MaxLen */
 95226                   "\030\000\000\001\000",
 95227                   /* ArrayType */
 95228                   "\005Indexed",
 95229                   /* ModelCorrespondence */
 95230                   "\036\000\001CIM_LogicalDevice.IdentifyingDescriptions\000",
 95231                   0,
 95232               };
 95233               
 95234 mike  1.1.2.1 static MetaProperty
 95235               _CIM_LogicalDevice_OtherIdentifyingInfo =
 95236               {
 95237                   /* flags */
 95238                   META_FLAG_PROPERTY|META_FLAG_READ,
 95239                   /* name */
 95240                   "OtherIdentifyingInfo",
 95241                   /* qualifiers */
 95242                   _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers,
 95243                   /* type */
 95244                   CIMTYPE_STRING,
 95245                   /* subscript */
 95246                   0,
 95247                   /* value */
 95248                   0,
 95249               };
 95250               
 95251               static const char*
 95252               _CIM_LogicalDevice_PowerOnHours_qualifiers[] =
 95253               {
 95254                   /* Units */
 95255 mike  1.1.2.1     "\060Hours",
 95256                   /* Counter */
 95257                   "\012\001",
 95258                   0,
 95259               };
 95260               
 95261               static MetaProperty
 95262               _CIM_LogicalDevice_PowerOnHours =
 95263               {
 95264                   /* flags */
 95265                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 95266                   /* name */
 95267                   "PowerOnHours",
 95268                   /* qualifiers */
 95269                   _CIM_LogicalDevice_PowerOnHours_qualifiers,
 95270                   /* type */
 95271                   CIMTYPE_UINT64,
 95272                   /* subscript */
 95273                   -1,
 95274                   /* value */
 95275                   0,
 95276 mike  1.1.2.1 };
 95277               
 95278               static const char*
 95279               _CIM_LogicalDevice_TotalPowerOnHours_qualifiers[] =
 95280               {
 95281                   /* Units */
 95282                   "\060Hours",
 95283                   /* Counter */
 95284                   "\012\001",
 95285                   0,
 95286               };
 95287               
 95288               static MetaProperty
 95289               _CIM_LogicalDevice_TotalPowerOnHours =
 95290               {
 95291                   /* flags */
 95292                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 95293                   /* name */
 95294                   "TotalPowerOnHours",
 95295                   /* qualifiers */
 95296                   _CIM_LogicalDevice_TotalPowerOnHours_qualifiers,
 95297 mike  1.1.2.1     /* type */
 95298                   CIMTYPE_UINT64,
 95299                   /* subscript */
 95300                   -1,
 95301                   /* value */
 95302                   0,
 95303               };
 95304               
 95305               static const char*
 95306               _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers[] =
 95307               {
 95308                   /* ArrayType */
 95309                   "\005Indexed",
 95310                   /* ModelCorrespondence */
 95311                   "\036\000\001CIM_LogicalDevice.OtherIdentifyingInfo\000",
 95312                   0,
 95313               };
 95314               
 95315               static MetaProperty
 95316               _CIM_LogicalDevice_IdentifyingDescriptions =
 95317               {
 95318 mike  1.1.2.1     /* flags */
 95319                   META_FLAG_PROPERTY|META_FLAG_READ,
 95320                   /* name */
 95321                   "IdentifyingDescriptions",
 95322                   /* qualifiers */
 95323                   _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers,
 95324                   /* type */
 95325                   CIMTYPE_STRING,
 95326                   /* subscript */
 95327                   0,
 95328                   /* value */
 95329                   0,
 95330               };
 95331               
 95332               static const char*
 95333               _CIM_LogicalDevice_AdditionalAvailability_qualifiers[] =
 95334               {
 95335                   /* ValueMap */
 95336                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
 95337                   /* Values */
 95338                   "\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",
 95339 mike  1.1.2.1     /* ModelCorrespondence */
 95340                   "\036\000\001CIM_LogicalDevice.Availability\000",
 95341                   0,
 95342               };
 95343               
 95344               static MetaProperty
 95345               _CIM_LogicalDevice_AdditionalAvailability =
 95346               {
 95347                   /* flags */
 95348                   META_FLAG_PROPERTY|META_FLAG_READ,
 95349                   /* name */
 95350                   "AdditionalAvailability",
 95351                   /* qualifiers */
 95352                   _CIM_LogicalDevice_AdditionalAvailability_qualifiers,
 95353                   /* type */
 95354                   CIMTYPE_UINT16,
 95355                   /* subscript */
 95356                   0,
 95357                   /* value */
 95358                   0,
 95359               };
 95360 mike  1.1.2.1 
 95361               static const char*
 95362               _CIM_LogicalDevice_MaxQuiesceTime_qualifiers[] =
 95363               {
 95364                   /* Deprecated */
 95365                   "\013\000\001No value\000",
 95366                   /* Units */
 95367                   "\060MilliSeconds",
 95368                   0,
 95369               };
 95370               
 95371               static MetaProperty
 95372               _CIM_LogicalDevice_MaxQuiesceTime =
 95373               {
 95374                   /* flags */
 95375                   META_FLAG_PROPERTY|META_FLAG_READ,
 95376                   /* name */
 95377                   "MaxQuiesceTime",
 95378                   /* qualifiers */
 95379                   _CIM_LogicalDevice_MaxQuiesceTime_qualifiers,
 95380                   /* type */
 95381 mike  1.1.2.1     CIMTYPE_UINT64,
 95382                   /* subscript */
 95383                   -1,
 95384                   /* value */
 95385                   0,
 95386               };
 95387               
 95388               static const char*
 95389               _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers[] =
 95390               {
 95391                   /* IN */
 95392                   "\024\001",
 95393                   /* ValueMap */
 95394                   "\061\000\0061\0002\0003\0004\0005\0006\000",
 95395                   /* Values */
 95396                   "\062\000\006Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000",
 95397                   0,
 95398               };
 95399               
 95400               static MetaProperty
 95401               _CIM_LogicalDevice_SetPowerState_PowerState =
 95402 mike  1.1.2.1 {
 95403                   /* flags */
 95404                   META_FLAG_PROPERTY|META_FLAG_IN,
 95405                   /* name */
 95406                   "PowerState",
 95407                   /* qualifiers */
 95408                   _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers,
 95409                   /* type */
 95410                   CIMTYPE_UINT16,
 95411                   /* subscript */
 95412                   -1,
 95413                   /* value */
 95414                   0,
 95415               };
 95416               
 95417               static const char*
 95418               _CIM_LogicalDevice_SetPowerState_Time_qualifiers[] =
 95419               {
 95420                   /* IN */
 95421                   "\024\001",
 95422                   0,
 95423 mike  1.1.2.1 };
 95424               
 95425               static MetaProperty
 95426               _CIM_LogicalDevice_SetPowerState_Time =
 95427               {
 95428                   /* flags */
 95429                   META_FLAG_PROPERTY|META_FLAG_IN,
 95430                   /* name */
 95431                   "Time",
 95432                   /* qualifiers */
 95433                   _CIM_LogicalDevice_SetPowerState_Time_qualifiers,
 95434                   /* type */
 95435                   CIMTYPE_DATETIME,
 95436                   /* subscript */
 95437                   -1,
 95438                   /* value */
 95439                   0,
 95440               };
 95441               
 95442               static MetaFeature*
 95443               _CIM_LogicalDevice_SetPowerState_parameters[] =
 95444 mike  1.1.2.1 {
 95445                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_PowerState,
 95446                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_Time,
 95447                   0,
 95448               };
 95449               
 95450               static const char*
 95451               _CIM_LogicalDevice_SetPowerState_qualifiers[] =
 95452               {
 95453                   /* Deprecated */
 95454                   "\013\000\001CIM_PowerManagementService.SetPowerState\000",
 95455                   0,
 95456               };
 95457               
 95458               static MetaMethod
 95459               _CIM_LogicalDevice_SetPowerState =
 95460               {
 95461                   /* flags */
 95462                   META_FLAG_METHOD,
 95463                   /* name */
 95464                   "CIM_LogicalDevice",
 95465 mike  1.1.2.1     /* qualifiers */
 95466                   _CIM_LogicalDevice_SetPowerState_qualifiers,
 95467                   /* type */
 95468                   CIMTYPE_UINT32,
 95469                   /* parameters */
 95470                   _CIM_LogicalDevice_SetPowerState_parameters,
 95471               };
 95472               
 95473               static MetaFeature*
 95474               _CIM_LogicalDevice_Reset_parameters[] =
 95475               {
 95476                   0,
 95477               };
 95478               
 95479               static const char*
 95480               _CIM_LogicalDevice_Reset_qualifiers[] =
 95481               {
 95482                   0,
 95483               };
 95484               
 95485               static MetaMethod
 95486 mike  1.1.2.1 _CIM_LogicalDevice_Reset =
 95487               {
 95488                   /* flags */
 95489                   META_FLAG_METHOD,
 95490                   /* name */
 95491                   "CIM_LogicalDevice",
 95492                   /* qualifiers */
 95493                   _CIM_LogicalDevice_Reset_qualifiers,
 95494                   /* type */
 95495                   CIMTYPE_UINT32,
 95496                   /* parameters */
 95497                   _CIM_LogicalDevice_Reset_parameters,
 95498               };
 95499               
 95500               static const char*
 95501               _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers[] =
 95502               {
 95503                   /* IN */
 95504                   "\024\001",
 95505                   0,
 95506               };
 95507 mike  1.1.2.1 
 95508               static MetaProperty
 95509               _CIM_LogicalDevice_EnableDevice_Enabled =
 95510               {
 95511                   /* flags */
 95512                   META_FLAG_PROPERTY|META_FLAG_IN,
 95513                   /* name */
 95514                   "Enabled",
 95515                   /* qualifiers */
 95516                   _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers,
 95517                   /* type */
 95518                   CIMTYPE_BOOLEAN,
 95519                   /* subscript */
 95520                   -1,
 95521                   /* value */
 95522                   0,
 95523               };
 95524               
 95525               static MetaFeature*
 95526               _CIM_LogicalDevice_EnableDevice_parameters[] =
 95527               {
 95528 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalDevice_EnableDevice_Enabled,
 95529                   0,
 95530               };
 95531               
 95532               static const char*
 95533               _CIM_LogicalDevice_EnableDevice_qualifiers[] =
 95534               {
 95535                   /* Deprecated */
 95536                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95537                   0,
 95538               };
 95539               
 95540               static MetaMethod
 95541               _CIM_LogicalDevice_EnableDevice =
 95542               {
 95543                   /* flags */
 95544                   META_FLAG_METHOD,
 95545                   /* name */
 95546                   "CIM_LogicalDevice",
 95547                   /* qualifiers */
 95548                   _CIM_LogicalDevice_EnableDevice_qualifiers,
 95549 mike  1.1.2.1     /* type */
 95550                   CIMTYPE_UINT32,
 95551                   /* parameters */
 95552                   _CIM_LogicalDevice_EnableDevice_parameters,
 95553               };
 95554               
 95555               static const char*
 95556               _CIM_LogicalDevice_OnlineDevice_Online_qualifiers[] =
 95557               {
 95558                   /* IN */
 95559                   "\024\001",
 95560                   0,
 95561               };
 95562               
 95563               static MetaProperty
 95564               _CIM_LogicalDevice_OnlineDevice_Online =
 95565               {
 95566                   /* flags */
 95567                   META_FLAG_PROPERTY|META_FLAG_IN,
 95568                   /* name */
 95569                   "Online",
 95570 mike  1.1.2.1     /* qualifiers */
 95571                   _CIM_LogicalDevice_OnlineDevice_Online_qualifiers,
 95572                   /* type */
 95573                   CIMTYPE_BOOLEAN,
 95574                   /* subscript */
 95575                   -1,
 95576                   /* value */
 95577                   0,
 95578               };
 95579               
 95580               static MetaFeature*
 95581               _CIM_LogicalDevice_OnlineDevice_parameters[] =
 95582               {
 95583                   (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice_Online,
 95584                   0,
 95585               };
 95586               
 95587               static const char*
 95588               _CIM_LogicalDevice_OnlineDevice_qualifiers[] =
 95589               {
 95590                   /* Deprecated */
 95591 mike  1.1.2.1     "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95592                   0,
 95593               };
 95594               
 95595               static MetaMethod
 95596               _CIM_LogicalDevice_OnlineDevice =
 95597               {
 95598                   /* flags */
 95599                   META_FLAG_METHOD,
 95600                   /* name */
 95601                   "CIM_LogicalDevice",
 95602                   /* qualifiers */
 95603                   _CIM_LogicalDevice_OnlineDevice_qualifiers,
 95604                   /* type */
 95605                   CIMTYPE_UINT32,
 95606                   /* parameters */
 95607                   _CIM_LogicalDevice_OnlineDevice_parameters,
 95608               };
 95609               
 95610               static const char*
 95611               _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers[] =
 95612 mike  1.1.2.1 {
 95613                   /* IN */
 95614                   "\024\001",
 95615                   0,
 95616               };
 95617               
 95618               static MetaProperty
 95619               _CIM_LogicalDevice_QuiesceDevice_Quiesce =
 95620               {
 95621                   /* flags */
 95622                   META_FLAG_PROPERTY|META_FLAG_IN,
 95623                   /* name */
 95624                   "Quiesce",
 95625                   /* qualifiers */
 95626                   _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers,
 95627                   /* type */
 95628                   CIMTYPE_BOOLEAN,
 95629                   /* subscript */
 95630                   -1,
 95631                   /* value */
 95632                   0,
 95633 mike  1.1.2.1 };
 95634               
 95635               static MetaFeature*
 95636               _CIM_LogicalDevice_QuiesceDevice_parameters[] =
 95637               {
 95638                   (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice_Quiesce,
 95639                   0,
 95640               };
 95641               
 95642               static const char*
 95643               _CIM_LogicalDevice_QuiesceDevice_qualifiers[] =
 95644               {
 95645                   /* Deprecated */
 95646                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95647                   0,
 95648               };
 95649               
 95650               static MetaMethod
 95651               _CIM_LogicalDevice_QuiesceDevice =
 95652               {
 95653                   /* flags */
 95654 mike  1.1.2.1     META_FLAG_METHOD,
 95655                   /* name */
 95656                   "CIM_LogicalDevice",
 95657                   /* qualifiers */
 95658                   _CIM_LogicalDevice_QuiesceDevice_qualifiers,
 95659                   /* type */
 95660                   CIMTYPE_UINT32,
 95661                   /* parameters */
 95662                   _CIM_LogicalDevice_QuiesceDevice_parameters,
 95663               };
 95664               
 95665               static MetaFeature*
 95666               _CIM_LogicalDevice_SaveProperties_parameters[] =
 95667               {
 95668                   0,
 95669               };
 95670               
 95671               static const char*
 95672               _CIM_LogicalDevice_SaveProperties_qualifiers[] =
 95673               {
 95674                   0,
 95675 mike  1.1.2.1 };
 95676               
 95677               static MetaMethod
 95678               _CIM_LogicalDevice_SaveProperties =
 95679               {
 95680                   /* flags */
 95681                   META_FLAG_METHOD,
 95682                   /* name */
 95683                   "CIM_LogicalDevice",
 95684                   /* qualifiers */
 95685                   _CIM_LogicalDevice_SaveProperties_qualifiers,
 95686                   /* type */
 95687                   CIMTYPE_UINT32,
 95688                   /* parameters */
 95689                   _CIM_LogicalDevice_SaveProperties_parameters,
 95690               };
 95691               
 95692               static MetaFeature*
 95693               _CIM_LogicalDevice_RestoreProperties_parameters[] =
 95694               {
 95695                   0,
 95696 mike  1.1.2.1 };
 95697               
 95698               static const char*
 95699               _CIM_LogicalDevice_RestoreProperties_qualifiers[] =
 95700               {
 95701                   0,
 95702               };
 95703               
 95704               static MetaMethod
 95705               _CIM_LogicalDevice_RestoreProperties =
 95706               {
 95707                   /* flags */
 95708                   META_FLAG_METHOD,
 95709                   /* name */
 95710                   "CIM_LogicalDevice",
 95711                   /* qualifiers */
 95712                   _CIM_LogicalDevice_RestoreProperties_qualifiers,
 95713                   /* type */
 95714                   CIMTYPE_UINT32,
 95715                   /* parameters */
 95716                   _CIM_LogicalDevice_RestoreProperties_parameters,
 95717 mike  1.1.2.1 };
 95718               
 95719               static MetaFeature*
 95720               _CIM_LogicalDevice_features[] =
 95721               {
 95722                   (MetaFeature*)&_CIM_LogicalDevice_SystemCreationClassName,
 95723                   (MetaFeature*)&_CIM_LogicalDevice_SystemName,
 95724                   (MetaFeature*)&_CIM_LogicalDevice_CreationClassName,
 95725                   (MetaFeature*)&_CIM_LogicalDevice_DeviceID,
 95726                   (MetaFeature*)&_CIM_LogicalDevice_PowerManagementSupported,
 95727                   (MetaFeature*)&_CIM_LogicalDevice_PowerManagementCapabilities,
 95728                   (MetaFeature*)&_CIM_LogicalDevice_Availability,
 95729                   (MetaFeature*)&_CIM_LogicalDevice_StatusInfo,
 95730                   (MetaFeature*)&_CIM_LogicalDevice_LastErrorCode,
 95731                   (MetaFeature*)&_CIM_LogicalDevice_ErrorDescription,
 95732                   (MetaFeature*)&_CIM_LogicalDevice_ErrorCleared,
 95733                   (MetaFeature*)&_CIM_LogicalDevice_OtherIdentifyingInfo,
 95734                   (MetaFeature*)&_CIM_LogicalDevice_PowerOnHours,
 95735                   (MetaFeature*)&_CIM_LogicalDevice_TotalPowerOnHours,
 95736                   (MetaFeature*)&_CIM_LogicalDevice_IdentifyingDescriptions,
 95737                   (MetaFeature*)&_CIM_LogicalDevice_AdditionalAvailability,
 95738 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalDevice_MaxQuiesceTime,
 95739                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState,
 95740                   (MetaFeature*)&_CIM_LogicalDevice_Reset,
 95741                   (MetaFeature*)&_CIM_LogicalDevice_EnableDevice,
 95742                   (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice,
 95743                   (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice,
 95744                   (MetaFeature*)&_CIM_LogicalDevice_SaveProperties,
 95745                   (MetaFeature*)&_CIM_LogicalDevice_RestoreProperties,
 95746                   0,
 95747               };
 95748               
 95749               static const char*
 95750               __root_cimv2_CIM_LogicalDevice_qualifiers[] =
 95751               {
 95752                   /* UMLPackagePath */
 95753                   "\057CIM::Core::Device",
 95754                   /* Abstract */
 95755                   "\002\001",
 95756                   /* Version */
 95757                   "\0632.8.0",
 95758                   0,
 95759 mike  1.1.2.1 };
 95760               
 95761               MetaClass
 95762               __root_cimv2_CIM_LogicalDevice =
 95763               {
 95764                   /* flags */
 95765                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 95766                   /* name */
 95767                   "CIM_LogicalDevice",
 95768                   /* qualifiers */
 95769                   __root_cimv2_CIM_LogicalDevice_qualifiers,
 95770                   /* super */
 95771                   &__root_cimv2_CIM_EnabledLogicalElement,
 95772                   /* features */
 95773                   _CIM_LogicalDevice_features,
 95774               };
 95775               
 95776               //==============================================================================
 95777               //
 95778               // Class: CIM_LogicalModule
 95779               //
 95780 mike  1.1.2.1 //==============================================================================
 95781               
 95782               static const char*
 95783               _CIM_LogicalModule_ModuleNumber_qualifiers[] =
 95784               {
 95785                   0,
 95786               };
 95787               
 95788               static MetaProperty
 95789               _CIM_LogicalModule_ModuleNumber =
 95790               {
 95791                   /* flags */
 95792                   META_FLAG_PROPERTY|META_FLAG_READ,
 95793                   /* name */
 95794                   "ModuleNumber",
 95795                   /* qualifiers */
 95796                   _CIM_LogicalModule_ModuleNumber_qualifiers,
 95797                   /* type */
 95798                   CIMTYPE_UINT16,
 95799                   /* subscript */
 95800                   -1,
 95801 mike  1.1.2.1     /* value */
 95802                   0,
 95803               };
 95804               
 95805               static MetaFeature*
 95806               _CIM_LogicalModule_features[] =
 95807               {
 95808                   (MetaFeature*)&_CIM_LogicalModule_ModuleNumber,
 95809                   0,
 95810               };
 95811               
 95812               static const char*
 95813               __root_cimv2_CIM_LogicalModule_qualifiers[] =
 95814               {
 95815                   /* UMLPackagePath */
 95816                   "\057CIM::Device::Ports",
 95817                   /* Version */
 95818                   "\0632.8.0",
 95819                   0,
 95820               };
 95821               
 95822 mike  1.1.2.1 MetaClass
 95823               __root_cimv2_CIM_LogicalModule =
 95824               {
 95825                   /* flags */
 95826                   META_FLAG_CLASS,
 95827                   /* name */
 95828                   "CIM_LogicalModule",
 95829                   /* qualifiers */
 95830                   __root_cimv2_CIM_LogicalModule_qualifiers,
 95831                   /* super */
 95832                   &__root_cimv2_CIM_LogicalDevice,
 95833                   /* features */
 95834                   _CIM_LogicalModule_features,
 95835               };
 95836               
 95837               //==============================================================================
 95838               //
 95839               // Class: CIM_LogicalPort
 95840               //
 95841               //==============================================================================
 95842               
 95843 mike  1.1.2.1 static const char*
 95844               _CIM_LogicalPort_Speed_qualifiers[] =
 95845               {
 95846                   /* Units */
 95847                   "\060Bits per Second",
 95848                   0,
 95849               };
 95850               
 95851               static MetaProperty
 95852               _CIM_LogicalPort_Speed =
 95853               {
 95854                   /* flags */
 95855                   META_FLAG_PROPERTY|META_FLAG_READ,
 95856                   /* name */
 95857                   "Speed",
 95858                   /* qualifiers */
 95859                   _CIM_LogicalPort_Speed_qualifiers,
 95860                   /* type */
 95861                   CIMTYPE_UINT64,
 95862                   /* subscript */
 95863                   -1,
 95864 mike  1.1.2.1     /* value */
 95865                   0,
 95866               };
 95867               
 95868               static const char*
 95869               _CIM_LogicalPort_MaxSpeed_qualifiers[] =
 95870               {
 95871                   /* Units */
 95872                   "\060Bits per Second",
 95873                   0,
 95874               };
 95875               
 95876               static MetaProperty
 95877               _CIM_LogicalPort_MaxSpeed =
 95878               {
 95879                   /* flags */
 95880                   META_FLAG_PROPERTY|META_FLAG_READ,
 95881                   /* name */
 95882                   "MaxSpeed",
 95883                   /* qualifiers */
 95884                   _CIM_LogicalPort_MaxSpeed_qualifiers,
 95885 mike  1.1.2.1     /* type */
 95886                   CIMTYPE_UINT64,
 95887                   /* subscript */
 95888                   -1,
 95889                   /* value */
 95890                   0,
 95891               };
 95892               
 95893               static const char*
 95894               _CIM_LogicalPort_RequestedSpeed_qualifiers[] =
 95895               {
 95896                   /* Write */
 95897                   "\065\001",
 95898                   /* Units */
 95899                   "\060Bits per Second",
 95900                   /* ModelCorrespondence */
 95901                   "\036\000\001CIM_LogicalPort.Speed\000",
 95902                   0,
 95903               };
 95904               
 95905               static MetaProperty
 95906 mike  1.1.2.1 _CIM_LogicalPort_RequestedSpeed =
 95907               {
 95908                   /* flags */
 95909                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 95910                   /* name */
 95911                   "RequestedSpeed",
 95912                   /* qualifiers */
 95913                   _CIM_LogicalPort_RequestedSpeed_qualifiers,
 95914                   /* type */
 95915                   CIMTYPE_UINT64,
 95916                   /* subscript */
 95917                   -1,
 95918                   /* value */
 95919                   0,
 95920               };
 95921               
 95922               static const char*
 95923               _CIM_LogicalPort_UsageRestriction_qualifiers[] =
 95924               {
 95925                   /* ValueMap */
 95926                   "\061\000\0040\0002\0003\0004\000",
 95927 mike  1.1.2.1     /* Values */
 95928                   "\062\000\004Unknown\000Front-end only\000Back-end only\000Not restricted\000",
 95929                   0,
 95930               };
 95931               
 95932               static MetaProperty
 95933               _CIM_LogicalPort_UsageRestriction =
 95934               {
 95935                   /* flags */
 95936                   META_FLAG_PROPERTY|META_FLAG_READ,
 95937                   /* name */
 95938                   "UsageRestriction",
 95939                   /* qualifiers */
 95940                   _CIM_LogicalPort_UsageRestriction_qualifiers,
 95941                   /* type */
 95942                   CIMTYPE_UINT16,
 95943                   /* subscript */
 95944                   -1,
 95945                   /* value */
 95946                   0,
 95947               };
 95948 mike  1.1.2.1 
 95949               static const char*
 95950               _CIM_LogicalPort_PortType_qualifiers[] =
 95951               {
 95952                   /* ValueMap */
 95953                   "\061\000\0050\0001\0002\0003..15999\00016000..65535\000",
 95954                   /* Values */
 95955                   "\062\000\005Unknown\000Other\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
 95956                   /* ModelCorrespondence */
 95957                   "\036\000\001CIM_NetworkPort.OtherNetworkPortType\000",
 95958                   0,
 95959               };
 95960               
 95961               static MetaProperty
 95962               _CIM_LogicalPort_PortType =
 95963               {
 95964                   /* flags */
 95965                   META_FLAG_PROPERTY|META_FLAG_READ,
 95966                   /* name */
 95967                   "PortType",
 95968                   /* qualifiers */
 95969 mike  1.1.2.1     _CIM_LogicalPort_PortType_qualifiers,
 95970                   /* type */
 95971                   CIMTYPE_UINT16,
 95972                   /* subscript */
 95973                   -1,
 95974                   /* value */
 95975                   0,
 95976               };
 95977               
 95978               static const char*
 95979               _CIM_LogicalPort_OtherPortType_qualifiers[] =
 95980               {
 95981                   /* ModelCorrespondence */
 95982                   "\036\000\001CIM_LogicalPort.PortType\000",
 95983                   0,
 95984               };
 95985               
 95986               static MetaProperty
 95987               _CIM_LogicalPort_OtherPortType =
 95988               {
 95989                   /* flags */
 95990 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 95991                   /* name */
 95992                   "OtherPortType",
 95993                   /* qualifiers */
 95994                   _CIM_LogicalPort_OtherPortType_qualifiers,
 95995                   /* type */
 95996                   CIMTYPE_STRING,
 95997                   /* subscript */
 95998                   -1,
 95999                   /* value */
 96000                   0,
 96001               };
 96002               
 96003               static MetaFeature*
 96004               _CIM_LogicalPort_features[] =
 96005               {
 96006                   (MetaFeature*)&_CIM_LogicalPort_Speed,
 96007                   (MetaFeature*)&_CIM_LogicalPort_MaxSpeed,
 96008                   (MetaFeature*)&_CIM_LogicalPort_RequestedSpeed,
 96009                   (MetaFeature*)&_CIM_LogicalPort_UsageRestriction,
 96010                   (MetaFeature*)&_CIM_LogicalPort_PortType,
 96011 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalPort_OtherPortType,
 96012                   0,
 96013               };
 96014               
 96015               static const char*
 96016               __root_cimv2_CIM_LogicalPort_qualifiers[] =
 96017               {
 96018                   /* UMLPackagePath */
 96019                   "\057CIM::Device::Ports",
 96020                   /* Version */
 96021                   "\0632.10.0",
 96022                   0,
 96023               };
 96024               
 96025               MetaClass
 96026               __root_cimv2_CIM_LogicalPort =
 96027               {
 96028                   /* flags */
 96029                   META_FLAG_CLASS,
 96030                   /* name */
 96031                   "CIM_LogicalPort",
 96032 mike  1.1.2.1     /* qualifiers */
 96033                   __root_cimv2_CIM_LogicalPort_qualifiers,
 96034                   /* super */
 96035                   &__root_cimv2_CIM_LogicalDevice,
 96036                   /* features */
 96037                   _CIM_LogicalPort_features,
 96038               };
 96039               
 96040               //==============================================================================
 96041               //
 96042               // Class: CIM_LogManagesRecord
 96043               //
 96044               //==============================================================================
 96045               
 96046               static const char*
 96047               _CIM_LogManagesRecord_Log_qualifiers[] =
 96048               {
 96049                   /* Key */
 96050                   "\025\001",
 96051                   /* Aggregate */
 96052                   "\003\001",
 96053 mike  1.1.2.1     /* Min */
 96054                   "\033\000\000\000\001",
 96055                   /* Max */
 96056                   "\027\000\000\000\001",
 96057                   0,
 96058               };
 96059               
 96060               static MetaReference
 96061               _CIM_LogManagesRecord_Log =
 96062               {
 96063                   /* flags */
 96064                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 96065                   /* name */
 96066                   "Log",
 96067                   /* qualifiers */
 96068                   _CIM_LogManagesRecord_Log_qualifiers,
 96069                   /* subscript */
 96070                   -1,
 96071                   /* refId */
 96072                   &__root_cimv2_CIM_Log,
 96073               };
 96074 mike  1.1.2.1 
 96075               static const char*
 96076               _CIM_LogManagesRecord_Record_qualifiers[] =
 96077               {
 96078                   /* Key */
 96079                   "\025\001",
 96080                   0,
 96081               };
 96082               
 96083               static MetaReference
 96084               _CIM_LogManagesRecord_Record =
 96085               {
 96086                   /* flags */
 96087                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 96088                   /* name */
 96089                   "Record",
 96090                   /* qualifiers */
 96091                   _CIM_LogManagesRecord_Record_qualifiers,
 96092                   /* subscript */
 96093                   -1,
 96094                   /* refId */
 96095 mike  1.1.2.1     &__root_cimv2_CIM_RecordForLog,
 96096               };
 96097               
 96098               static MetaFeature*
 96099               _CIM_LogManagesRecord_features[] =
 96100               {
 96101                   (MetaFeature*)&_CIM_LogManagesRecord_Log,
 96102                   (MetaFeature*)&_CIM_LogManagesRecord_Record,
 96103                   0,
 96104               };
 96105               
 96106               static const char*
 96107               __root_cimv2_CIM_LogManagesRecord_qualifiers[] =
 96108               {
 96109                   /* ASSOCIATION */
 96110                   "\000\001",
 96111                   /* UMLPackagePath */
 96112                   "\057CIM::System::Logs",
 96113                   /* Aggregation */
 96114                   "\004\001",
 96115                   /* Composition */
 96116 mike  1.1.2.1     "\011\001",
 96117                   /* Version */
 96118                   "\0632.9.0",
 96119                   0,
 96120               };
 96121               
 96122               MetaClass
 96123               __root_cimv2_CIM_LogManagesRecord =
 96124               {
 96125                   /* flags */
 96126                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 96127                   /* name */
 96128                   "CIM_LogManagesRecord",
 96129                   /* qualifiers */
 96130                   __root_cimv2_CIM_LogManagesRecord_qualifiers,
 96131                   /* super */
 96132                   0,
 96133                   /* features */
 96134                   _CIM_LogManagesRecord_features,
 96135               };
 96136               
 96137 mike  1.1.2.1 //==============================================================================
 96138               //
 96139               // Class: CIM_MediaAccessDevice
 96140               //
 96141               //==============================================================================
 96142               
 96143               static const char*
 96144               _CIM_MediaAccessDevice_Capabilities_qualifiers[] =
 96145               {
 96146                   /* ValueMap */
 96147                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
 96148                   /* Values */
 96149                   "\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",
 96150                   /* MappingStrings */
 96151                   "\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",
 96152                   /* ArrayType */
 96153                   "\005Indexed",
 96154                   /* ModelCorrespondence */
 96155                   "\036\000\001CIM_MediaAccessDevice.CapabilityDescriptions\000",
 96156                   0,
 96157               };
 96158 mike  1.1.2.1 
 96159               static MetaProperty
 96160               _CIM_MediaAccessDevice_Capabilities =
 96161               {
 96162                   /* flags */
 96163                   META_FLAG_PROPERTY|META_FLAG_READ,
 96164                   /* name */
 96165                   "Capabilities",
 96166                   /* qualifiers */
 96167                   _CIM_MediaAccessDevice_Capabilities_qualifiers,
 96168                   /* type */
 96169                   CIMTYPE_UINT16,
 96170                   /* subscript */
 96171                   0,
 96172                   /* value */
 96173                   0,
 96174               };
 96175               
 96176               static const char*
 96177               _CIM_MediaAccessDevice_CapabilityDescriptions_qualifiers[] =
 96178               {
 96179 mike  1.1.2.1     /* ArrayType */
 96180                   "\005Indexed",
 96181                   /* ModelCorrespondence */
 96182                   "\036\000\001CIM_MediaAccessDevice.Capabilities\000",
 96183                   0,
 96184               };
 96185               
 96186               static MetaProperty
 96187               _CIM_MediaAccessDevice_CapabilityDescriptions =
 96188               {
 96189                   /* flags */
 96190                   META_FLAG_PROPERTY|META_FLAG_READ,
 96191                   /* name */
 96192                   "CapabilityDescriptions",
 96193                   /* qualifiers */
 96194                   _CIM_MediaAccessDevice_CapabilityDescriptions_qualifiers,
 96195                   /* type */
 96196                   CIMTYPE_STRING,
 96197                   /* subscript */
 96198                   0,
 96199                   /* value */
 96200 mike  1.1.2.1     0,
 96201               };
 96202               
 96203               static const char*
 96204               _CIM_MediaAccessDevice_ErrorMethodology_qualifiers[] =
 96205               {
 96206                   0,
 96207               };
 96208               
 96209               static MetaProperty
 96210               _CIM_MediaAccessDevice_ErrorMethodology =
 96211               {
 96212                   /* flags */
 96213                   META_FLAG_PROPERTY|META_FLAG_READ,
 96214                   /* name */
 96215                   "ErrorMethodology",
 96216                   /* qualifiers */
 96217                   _CIM_MediaAccessDevice_ErrorMethodology_qualifiers,
 96218                   /* type */
 96219                   CIMTYPE_STRING,
 96220                   /* subscript */
 96221 mike  1.1.2.1     -1,
 96222                   /* value */
 96223                   0,
 96224               };
 96225               
 96226               static const char*
 96227               _CIM_MediaAccessDevice_CompressionMethod_qualifiers[] =
 96228               {
 96229                   0,
 96230               };
 96231               
 96232               static MetaProperty
 96233               _CIM_MediaAccessDevice_CompressionMethod =
 96234               {
 96235                   /* flags */
 96236                   META_FLAG_PROPERTY|META_FLAG_READ,
 96237                   /* name */
 96238                   "CompressionMethod",
 96239                   /* qualifiers */
 96240                   _CIM_MediaAccessDevice_CompressionMethod_qualifiers,
 96241                   /* type */
 96242 mike  1.1.2.1     CIMTYPE_STRING,
 96243                   /* subscript */
 96244                   -1,
 96245                   /* value */
 96246                   0,
 96247               };
 96248               
 96249               static const char*
 96250               _CIM_MediaAccessDevice_NumberOfMediaSupported_qualifiers[] =
 96251               {
 96252                   0,
 96253               };
 96254               
 96255               static MetaProperty
 96256               _CIM_MediaAccessDevice_NumberOfMediaSupported =
 96257               {
 96258                   /* flags */
 96259                   META_FLAG_PROPERTY|META_FLAG_READ,
 96260                   /* name */
 96261                   "NumberOfMediaSupported",
 96262                   /* qualifiers */
 96263 mike  1.1.2.1     _CIM_MediaAccessDevice_NumberOfMediaSupported_qualifiers,
 96264                   /* type */
 96265                   CIMTYPE_UINT32,
 96266                   /* subscript */
 96267                   -1,
 96268                   /* value */
 96269                   0,
 96270               };
 96271               
 96272               static const char*
 96273               _CIM_MediaAccessDevice_MaxMediaSize_qualifiers[] =
 96274               {
 96275                   /* MappingStrings */
 96276                   "\026\000\002MIF.DMTF|Sequential Access Devices|001.2\000MIF.DMTF|Host Disk|001.5\000",
 96277                   0,
 96278               };
 96279               
 96280               static MetaProperty
 96281               _CIM_MediaAccessDevice_MaxMediaSize =
 96282               {
 96283                   /* flags */
 96284 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 96285                   /* name */
 96286                   "MaxMediaSize",
 96287                   /* qualifiers */
 96288                   _CIM_MediaAccessDevice_MaxMediaSize_qualifiers,
 96289                   /* type */
 96290                   CIMTYPE_UINT64,
 96291                   /* subscript */
 96292                   -1,
 96293                   /* value */
 96294                   0,
 96295               };
 96296               
 96297               static const char*
 96298               _CIM_MediaAccessDevice_DefaultBlockSize_qualifiers[] =
 96299               {
 96300                   /* Units */
 96301                   "\060Bytes",
 96302                   0,
 96303               };
 96304               
 96305 mike  1.1.2.1 static MetaProperty
 96306               _CIM_MediaAccessDevice_DefaultBlockSize =
 96307               {
 96308                   /* flags */
 96309                   META_FLAG_PROPERTY|META_FLAG_READ,
 96310                   /* name */
 96311                   "DefaultBlockSize",
 96312                   /* qualifiers */
 96313                   _CIM_MediaAccessDevice_DefaultBlockSize_qualifiers,
 96314                   /* type */
 96315                   CIMTYPE_UINT64,
 96316                   /* subscript */
 96317                   -1,
 96318                   /* value */
 96319                   0,
 96320               };
 96321               
 96322               static const char*
 96323               _CIM_MediaAccessDevice_MaxBlockSize_qualifiers[] =
 96324               {
 96325                   /* Units */
 96326 mike  1.1.2.1     "\060Bytes",
 96327                   0,
 96328               };
 96329               
 96330               static MetaProperty
 96331               _CIM_MediaAccessDevice_MaxBlockSize =
 96332               {
 96333                   /* flags */
 96334                   META_FLAG_PROPERTY|META_FLAG_READ,
 96335                   /* name */
 96336                   "MaxBlockSize",
 96337                   /* qualifiers */
 96338                   _CIM_MediaAccessDevice_MaxBlockSize_qualifiers,
 96339                   /* type */
 96340                   CIMTYPE_UINT64,
 96341                   /* subscript */
 96342                   -1,
 96343                   /* value */
 96344                   0,
 96345               };
 96346               
 96347 mike  1.1.2.1 static const char*
 96348               _CIM_MediaAccessDevice_MinBlockSize_qualifiers[] =
 96349               {
 96350                   /* Units */
 96351                   "\060Bytes",
 96352                   0,
 96353               };
 96354               
 96355               static MetaProperty
 96356               _CIM_MediaAccessDevice_MinBlockSize =
 96357               {
 96358                   /* flags */
 96359                   META_FLAG_PROPERTY|META_FLAG_READ,
 96360                   /* name */
 96361                   "MinBlockSize",
 96362                   /* qualifiers */
 96363                   _CIM_MediaAccessDevice_MinBlockSize_qualifiers,
 96364                   /* type */
 96365                   CIMTYPE_UINT64,
 96366                   /* subscript */
 96367                   -1,
 96368 mike  1.1.2.1     /* value */
 96369                   0,
 96370               };
 96371               
 96372               static const char*
 96373               _CIM_MediaAccessDevice_NeedsCleaning_qualifiers[] =
 96374               {
 96375                   0,
 96376               };
 96377               
 96378               static MetaProperty
 96379               _CIM_MediaAccessDevice_NeedsCleaning =
 96380               {
 96381                   /* flags */
 96382                   META_FLAG_PROPERTY|META_FLAG_READ,
 96383                   /* name */
 96384                   "NeedsCleaning",
 96385                   /* qualifiers */
 96386                   _CIM_MediaAccessDevice_NeedsCleaning_qualifiers,
 96387                   /* type */
 96388                   CIMTYPE_BOOLEAN,
 96389 mike  1.1.2.1     /* subscript */
 96390                   -1,
 96391                   /* value */
 96392                   0,
 96393               };
 96394               
 96395               static const char*
 96396               _CIM_MediaAccessDevice_MediaIsLocked_qualifiers[] =
 96397               {
 96398                   0,
 96399               };
 96400               
 96401               static MetaProperty
 96402               _CIM_MediaAccessDevice_MediaIsLocked =
 96403               {
 96404                   /* flags */
 96405                   META_FLAG_PROPERTY|META_FLAG_READ,
 96406                   /* name */
 96407                   "MediaIsLocked",
 96408                   /* qualifiers */
 96409                   _CIM_MediaAccessDevice_MediaIsLocked_qualifiers,
 96410 mike  1.1.2.1     /* type */
 96411                   CIMTYPE_BOOLEAN,
 96412                   /* subscript */
 96413                   -1,
 96414                   /* value */
 96415                   0,
 96416               };
 96417               
 96418               static const char*
 96419               _CIM_MediaAccessDevice_Security_qualifiers[] =
 96420               {
 96421                   /* ValueMap */
 96422                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 96423                   /* Values */
 96424                   "\062\000\007Other\000Unknown\000None\000Read Only\000Locked Out\000Boot Bypass\000Boot Bypass and Read Only\000",
 96425                   /* MappingStrings */
 96426                   "\026\000\001MIF.DMTF|Disks|003.22\000",
 96427                   0,
 96428               };
 96429               
 96430               static MetaProperty
 96431 mike  1.1.2.1 _CIM_MediaAccessDevice_Security =
 96432               {
 96433                   /* flags */
 96434                   META_FLAG_PROPERTY|META_FLAG_READ,
 96435                   /* name */
 96436                   "Security",
 96437                   /* qualifiers */
 96438                   _CIM_MediaAccessDevice_Security_qualifiers,
 96439                   /* type */
 96440                   CIMTYPE_UINT16,
 96441                   /* subscript */
 96442                   -1,
 96443                   /* value */
 96444                   0,
 96445               };
 96446               
 96447               static const char*
 96448               _CIM_MediaAccessDevice_LastCleaned_qualifiers[] =
 96449               {
 96450                   0,
 96451               };
 96452 mike  1.1.2.1 
 96453               static MetaProperty
 96454               _CIM_MediaAccessDevice_LastCleaned =
 96455               {
 96456                   /* flags */
 96457                   META_FLAG_PROPERTY|META_FLAG_READ,
 96458                   /* name */
 96459                   "LastCleaned",
 96460                   /* qualifiers */
 96461                   _CIM_MediaAccessDevice_LastCleaned_qualifiers,
 96462                   /* type */
 96463                   CIMTYPE_DATETIME,
 96464                   /* subscript */
 96465                   -1,
 96466                   /* value */
 96467                   0,
 96468               };
 96469               
 96470               static const char*
 96471               _CIM_MediaAccessDevice_MaxAccessTime_qualifiers[] =
 96472               {
 96473 mike  1.1.2.1     /* Units */
 96474                   "\060MilliSeconds",
 96475                   0,
 96476               };
 96477               
 96478               static MetaProperty
 96479               _CIM_MediaAccessDevice_MaxAccessTime =
 96480               {
 96481                   /* flags */
 96482                   META_FLAG_PROPERTY|META_FLAG_READ,
 96483                   /* name */
 96484                   "MaxAccessTime",
 96485                   /* qualifiers */
 96486                   _CIM_MediaAccessDevice_MaxAccessTime_qualifiers,
 96487                   /* type */
 96488                   CIMTYPE_UINT64,
 96489                   /* subscript */
 96490                   -1,
 96491                   /* value */
 96492                   0,
 96493               };
 96494 mike  1.1.2.1 
 96495               static const char*
 96496               _CIM_MediaAccessDevice_UncompressedDataRate_qualifiers[] =
 96497               {
 96498                   /* Units */
 96499                   "\060KiloBytes per Second",
 96500                   0,
 96501               };
 96502               
 96503               static MetaProperty
 96504               _CIM_MediaAccessDevice_UncompressedDataRate =
 96505               {
 96506                   /* flags */
 96507                   META_FLAG_PROPERTY|META_FLAG_READ,
 96508                   /* name */
 96509                   "UncompressedDataRate",
 96510                   /* qualifiers */
 96511                   _CIM_MediaAccessDevice_UncompressedDataRate_qualifiers,
 96512                   /* type */
 96513                   CIMTYPE_UINT32,
 96514                   /* subscript */
 96515 mike  1.1.2.1     -1,
 96516                   /* value */
 96517                   0,
 96518               };
 96519               
 96520               static const char*
 96521               _CIM_MediaAccessDevice_LoadTime_qualifiers[] =
 96522               {
 96523                   /* Units */
 96524                   "\060MilliSeconds",
 96525                   0,
 96526               };
 96527               
 96528               static MetaProperty
 96529               _CIM_MediaAccessDevice_LoadTime =
 96530               {
 96531                   /* flags */
 96532                   META_FLAG_PROPERTY|META_FLAG_READ,
 96533                   /* name */
 96534                   "LoadTime",
 96535                   /* qualifiers */
 96536 mike  1.1.2.1     _CIM_MediaAccessDevice_LoadTime_qualifiers,
 96537                   /* type */
 96538                   CIMTYPE_UINT64,
 96539                   /* subscript */
 96540                   -1,
 96541                   /* value */
 96542                   0,
 96543               };
 96544               
 96545               static const char*
 96546               _CIM_MediaAccessDevice_UnloadTime_qualifiers[] =
 96547               {
 96548                   /* Units */
 96549                   "\060MilliSeconds",
 96550                   0,
 96551               };
 96552               
 96553               static MetaProperty
 96554               _CIM_MediaAccessDevice_UnloadTime =
 96555               {
 96556                   /* flags */
 96557 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 96558                   /* name */
 96559                   "UnloadTime",
 96560                   /* qualifiers */
 96561                   _CIM_MediaAccessDevice_UnloadTime_qualifiers,
 96562                   /* type */
 96563                   CIMTYPE_UINT64,
 96564                   /* subscript */
 96565                   -1,
 96566                   /* value */
 96567                   0,
 96568               };
 96569               
 96570               static const char*
 96571               _CIM_MediaAccessDevice_MountCount_qualifiers[] =
 96572               {
 96573                   /* Counter */
 96574                   "\012\001",
 96575                   0,
 96576               };
 96577               
 96578 mike  1.1.2.1 static MetaProperty
 96579               _CIM_MediaAccessDevice_MountCount =
 96580               {
 96581                   /* flags */
 96582                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 96583                   /* name */
 96584                   "MountCount",
 96585                   /* qualifiers */
 96586                   _CIM_MediaAccessDevice_MountCount_qualifiers,
 96587                   /* type */
 96588                   CIMTYPE_UINT64,
 96589                   /* subscript */
 96590                   -1,
 96591                   /* value */
 96592                   0,
 96593               };
 96594               
 96595               static const char*
 96596               _CIM_MediaAccessDevice_TimeOfLastMount_qualifiers[] =
 96597               {
 96598                   0,
 96599 mike  1.1.2.1 };
 96600               
 96601               static MetaProperty
 96602               _CIM_MediaAccessDevice_TimeOfLastMount =
 96603               {
 96604                   /* flags */
 96605                   META_FLAG_PROPERTY|META_FLAG_READ,
 96606                   /* name */
 96607                   "TimeOfLastMount",
 96608                   /* qualifiers */
 96609                   _CIM_MediaAccessDevice_TimeOfLastMount_qualifiers,
 96610                   /* type */
 96611                   CIMTYPE_DATETIME,
 96612                   /* subscript */
 96613                   -1,
 96614                   /* value */
 96615                   0,
 96616               };
 96617               
 96618               static const char*
 96619               _CIM_MediaAccessDevice_TotalMountTime_qualifiers[] =
 96620 mike  1.1.2.1 {
 96621                   0,
 96622               };
 96623               
 96624               static MetaProperty
 96625               _CIM_MediaAccessDevice_TotalMountTime =
 96626               {
 96627                   /* flags */
 96628                   META_FLAG_PROPERTY|META_FLAG_READ,
 96629                   /* name */
 96630                   "TotalMountTime",
 96631                   /* qualifiers */
 96632                   _CIM_MediaAccessDevice_TotalMountTime_qualifiers,
 96633                   /* type */
 96634                   CIMTYPE_UINT64,
 96635                   /* subscript */
 96636                   -1,
 96637                   /* value */
 96638                   0,
 96639               };
 96640               
 96641 mike  1.1.2.1 static const char*
 96642               _CIM_MediaAccessDevice_UnitsDescription_qualifiers[] =
 96643               {
 96644                   /* ModelCorrespondence */
 96645                   "\036\000\002CIM_MediaAccessDevice.MaxUnitsBeforeCleaning\000CIM_MediaAccessDevice.UnitsUsed\000",
 96646                   0,
 96647               };
 96648               
 96649               static MetaProperty
 96650               _CIM_MediaAccessDevice_UnitsDescription =
 96651               {
 96652                   /* flags */
 96653                   META_FLAG_PROPERTY|META_FLAG_READ,
 96654                   /* name */
 96655                   "UnitsDescription",
 96656                   /* qualifiers */
 96657                   _CIM_MediaAccessDevice_UnitsDescription_qualifiers,
 96658                   /* type */
 96659                   CIMTYPE_STRING,
 96660                   /* subscript */
 96661                   -1,
 96662 mike  1.1.2.1     /* value */
 96663                   0,
 96664               };
 96665               
 96666               static const char*
 96667               _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning_qualifiers[] =
 96668               {
 96669                   /* ModelCorrespondence */
 96670                   "\036\000\001CIM_MediaAccessDevice.UnitsDescription\000",
 96671                   0,
 96672               };
 96673               
 96674               static MetaProperty
 96675               _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning =
 96676               {
 96677                   /* flags */
 96678                   META_FLAG_PROPERTY|META_FLAG_READ,
 96679                   /* name */
 96680                   "MaxUnitsBeforeCleaning",
 96681                   /* qualifiers */
 96682                   _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning_qualifiers,
 96683 mike  1.1.2.1     /* type */
 96684                   CIMTYPE_UINT64,
 96685                   /* subscript */
 96686                   -1,
 96687                   /* value */
 96688                   0,
 96689               };
 96690               
 96691               static const char*
 96692               _CIM_MediaAccessDevice_UnitsUsed_qualifiers[] =
 96693               {
 96694                   /* Gauge */
 96695                   "\023\001",
 96696                   /* ModelCorrespondence */
 96697                   "\036\000\002CIM_MediaAccessDevice.UnitsDescription\000CIM_MediaAccessDevice.MaxUnitsBeforeCleaning\000",
 96698                   0,
 96699               };
 96700               
 96701               static MetaProperty
 96702               _CIM_MediaAccessDevice_UnitsUsed =
 96703               {
 96704 mike  1.1.2.1     /* flags */
 96705                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 96706                   /* name */
 96707                   "UnitsUsed",
 96708                   /* qualifiers */
 96709                   _CIM_MediaAccessDevice_UnitsUsed_qualifiers,
 96710                   /* type */
 96711                   CIMTYPE_UINT64,
 96712                   /* subscript */
 96713                   -1,
 96714                   /* value */
 96715                   0,
 96716               };
 96717               
 96718               static const char*
 96719               _CIM_MediaAccessDevice_LockMedia_Lock_qualifiers[] =
 96720               {
 96721                   /* IN */
 96722                   "\024\001",
 96723                   0,
 96724               };
 96725 mike  1.1.2.1 
 96726               static MetaProperty
 96727               _CIM_MediaAccessDevice_LockMedia_Lock =
 96728               {
 96729                   /* flags */
 96730                   META_FLAG_PROPERTY|META_FLAG_IN,
 96731                   /* name */
 96732                   "Lock",
 96733                   /* qualifiers */
 96734                   _CIM_MediaAccessDevice_LockMedia_Lock_qualifiers,
 96735                   /* type */
 96736                   CIMTYPE_BOOLEAN,
 96737                   /* subscript */
 96738                   -1,
 96739                   /* value */
 96740                   0,
 96741               };
 96742               
 96743               static MetaFeature*
 96744               _CIM_MediaAccessDevice_LockMedia_parameters[] =
 96745               {
 96746 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessDevice_LockMedia_Lock,
 96747                   0,
 96748               };
 96749               
 96750               static const char*
 96751               _CIM_MediaAccessDevice_LockMedia_qualifiers[] =
 96752               {
 96753                   0,
 96754               };
 96755               
 96756               static MetaMethod
 96757               _CIM_MediaAccessDevice_LockMedia =
 96758               {
 96759                   /* flags */
 96760                   META_FLAG_METHOD,
 96761                   /* name */
 96762                   "CIM_MediaAccessDevice",
 96763                   /* qualifiers */
 96764                   _CIM_MediaAccessDevice_LockMedia_qualifiers,
 96765                   /* type */
 96766                   CIMTYPE_UINT32,
 96767 mike  1.1.2.1     /* parameters */
 96768                   _CIM_MediaAccessDevice_LockMedia_parameters,
 96769               };
 96770               
 96771               static MetaFeature*
 96772               _CIM_MediaAccessDevice_features[] =
 96773               {
 96774                   (MetaFeature*)&_CIM_MediaAccessDevice_Capabilities,
 96775                   (MetaFeature*)&_CIM_MediaAccessDevice_CapabilityDescriptions,
 96776                   (MetaFeature*)&_CIM_MediaAccessDevice_ErrorMethodology,
 96777                   (MetaFeature*)&_CIM_MediaAccessDevice_CompressionMethod,
 96778                   (MetaFeature*)&_CIM_MediaAccessDevice_NumberOfMediaSupported,
 96779                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxMediaSize,
 96780                   (MetaFeature*)&_CIM_MediaAccessDevice_DefaultBlockSize,
 96781                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxBlockSize,
 96782                   (MetaFeature*)&_CIM_MediaAccessDevice_MinBlockSize,
 96783                   (MetaFeature*)&_CIM_MediaAccessDevice_NeedsCleaning,
 96784                   (MetaFeature*)&_CIM_MediaAccessDevice_MediaIsLocked,
 96785                   (MetaFeature*)&_CIM_MediaAccessDevice_Security,
 96786                   (MetaFeature*)&_CIM_MediaAccessDevice_LastCleaned,
 96787                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxAccessTime,
 96788 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessDevice_UncompressedDataRate,
 96789                   (MetaFeature*)&_CIM_MediaAccessDevice_LoadTime,
 96790                   (MetaFeature*)&_CIM_MediaAccessDevice_UnloadTime,
 96791                   (MetaFeature*)&_CIM_MediaAccessDevice_MountCount,
 96792                   (MetaFeature*)&_CIM_MediaAccessDevice_TimeOfLastMount,
 96793                   (MetaFeature*)&_CIM_MediaAccessDevice_TotalMountTime,
 96794                   (MetaFeature*)&_CIM_MediaAccessDevice_UnitsDescription,
 96795                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxUnitsBeforeCleaning,
 96796                   (MetaFeature*)&_CIM_MediaAccessDevice_UnitsUsed,
 96797                   (MetaFeature*)&_CIM_MediaAccessDevice_LockMedia,
 96798                   0,
 96799               };
 96800               
 96801               static const char*
 96802               __root_cimv2_CIM_MediaAccessDevice_qualifiers[] =
 96803               {
 96804                   /* UMLPackagePath */
 96805                   "\057CIM::Device::StorageDevices",
 96806                   /* Version */
 96807                   "\0632.6.0",
 96808                   0,
 96809 mike  1.1.2.1 };
 96810               
 96811               MetaClass
 96812               __root_cimv2_CIM_MediaAccessDevice =
 96813               {
 96814                   /* flags */
 96815                   META_FLAG_CLASS,
 96816                   /* name */
 96817                   "CIM_MediaAccessDevice",
 96818                   /* qualifiers */
 96819                   __root_cimv2_CIM_MediaAccessDevice_qualifiers,
 96820                   /* super */
 96821                   &__root_cimv2_CIM_LogicalDevice,
 96822                   /* features */
 96823                   _CIM_MediaAccessDevice_features,
 96824               };
 96825               
 96826               //==============================================================================
 96827               //
 96828               // Class: CIM_MediaTransferDevice
 96829               //
 96830 mike  1.1.2.1 //==============================================================================
 96831               
 96832               static MetaFeature*
 96833               _CIM_MediaTransferDevice_features[] =
 96834               {
 96835                   0,
 96836               };
 96837               
 96838               static const char*
 96839               __root_cimv2_CIM_MediaTransferDevice_qualifiers[] =
 96840               {
 96841                   /* UMLPackagePath */
 96842                   "\057CIM::Device::StorageLib",
 96843                   /* Version */
 96844                   "\0632.6.0",
 96845                   0,
 96846               };
 96847               
 96848               MetaClass
 96849               __root_cimv2_CIM_MediaTransferDevice =
 96850               {
 96851 mike  1.1.2.1     /* flags */
 96852                   META_FLAG_CLASS,
 96853                   /* name */
 96854                   "CIM_MediaTransferDevice",
 96855                   /* qualifiers */
 96856                   __root_cimv2_CIM_MediaTransferDevice_qualifiers,
 96857                   /* super */
 96858                   &__root_cimv2_CIM_LogicalDevice,
 96859                   /* features */
 96860                   _CIM_MediaTransferDevice_features,
 96861               };
 96862               
 96863               //==============================================================================
 96864               //
 96865               // Class: CIM_MemoryOnCard
 96866               //
 96867               //==============================================================================
 96868               
 96869               static const char*
 96870               _CIM_MemoryOnCard_GroupComponent_qualifiers[] =
 96871               {
 96872 mike  1.1.2.1     /* Aggregate */
 96873                   "\003\001",
 96874                   /* Override */
 96875                   "\044GroupComponent",
 96876                   /* Max */
 96877                   "\027\000\000\000\001",
 96878                   0,
 96879               };
 96880               
 96881               static MetaReference
 96882               _CIM_MemoryOnCard_GroupComponent =
 96883               {
 96884                   /* flags */
 96885                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 96886                   /* name */
 96887                   "GroupComponent",
 96888                   /* qualifiers */
 96889                   _CIM_MemoryOnCard_GroupComponent_qualifiers,
 96890                   /* subscript */
 96891                   -1,
 96892                   /* refId */
 96893 mike  1.1.2.1     &__root_cimv2_CIM_Card,
 96894               };
 96895               
 96896               static const char*
 96897               _CIM_MemoryOnCard_PartComponent_qualifiers[] =
 96898               {
 96899                   /* Override */
 96900                   "\044PartComponent",
 96901                   0,
 96902               };
 96903               
 96904               static MetaReference
 96905               _CIM_MemoryOnCard_PartComponent =
 96906               {
 96907                   /* flags */
 96908                   META_FLAG_REFERENCE|META_FLAG_READ,
 96909                   /* name */
 96910                   "PartComponent",
 96911                   /* qualifiers */
 96912                   _CIM_MemoryOnCard_PartComponent_qualifiers,
 96913                   /* subscript */
 96914 mike  1.1.2.1     -1,
 96915                   /* refId */
 96916                   &__root_cimv2_CIM_PhysicalMemory,
 96917               };
 96918               
 96919               static MetaFeature*
 96920               _CIM_MemoryOnCard_features[] =
 96921               {
 96922                   (MetaFeature*)&_CIM_MemoryOnCard_GroupComponent,
 96923                   (MetaFeature*)&_CIM_MemoryOnCard_PartComponent,
 96924                   0,
 96925               };
 96926               
 96927               static const char*
 96928               __root_cimv2_CIM_MemoryOnCard_qualifiers[] =
 96929               {
 96930                   /* ASSOCIATION */
 96931                   "\000\001",
 96932                   /* UMLPackagePath */
 96933                   "\057CIM::Physical::Component",
 96934                   /* Aggregation */
 96935 mike  1.1.2.1     "\004\001",
 96936                   /* Version */
 96937                   "\0632.6.0",
 96938                   0,
 96939               };
 96940               
 96941               MetaClass
 96942               __root_cimv2_CIM_MemoryOnCard =
 96943               {
 96944                   /* flags */
 96945                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 96946                   /* name */
 96947                   "CIM_MemoryOnCard",
 96948                   /* qualifiers */
 96949                   __root_cimv2_CIM_MemoryOnCard_qualifiers,
 96950                   /* super */
 96951                   &__root_cimv2_CIM_PackagedComponent,
 96952                   /* features */
 96953                   _CIM_MemoryOnCard_features,
 96954               };
 96955               
 96956 mike  1.1.2.1 //==============================================================================
 96957               //
 96958               // Class: CIM_MemoryWithMedia
 96959               //
 96960               //==============================================================================
 96961               
 96962               static const char*
 96963               _CIM_MemoryWithMedia_Antecedent_qualifiers[] =
 96964               {
 96965                   /* Override */
 96966                   "\044Antecedent",
 96967                   0,
 96968               };
 96969               
 96970               static MetaReference
 96971               _CIM_MemoryWithMedia_Antecedent =
 96972               {
 96973                   /* flags */
 96974                   META_FLAG_REFERENCE|META_FLAG_READ,
 96975                   /* name */
 96976                   "Antecedent",
 96977 mike  1.1.2.1     /* qualifiers */
 96978                   _CIM_MemoryWithMedia_Antecedent_qualifiers,
 96979                   /* subscript */
 96980                   -1,
 96981                   /* refId */
 96982                   &__root_cimv2_CIM_PhysicalMemory,
 96983               };
 96984               
 96985               static const char*
 96986               _CIM_MemoryWithMedia_Dependent_qualifiers[] =
 96987               {
 96988                   /* Override */
 96989                   "\044Dependent",
 96990                   0,
 96991               };
 96992               
 96993               static MetaReference
 96994               _CIM_MemoryWithMedia_Dependent =
 96995               {
 96996                   /* flags */
 96997                   META_FLAG_REFERENCE|META_FLAG_READ,
 96998 mike  1.1.2.1     /* name */
 96999                   "Dependent",
 97000                   /* qualifiers */
 97001                   _CIM_MemoryWithMedia_Dependent_qualifiers,
 97002                   /* subscript */
 97003                   -1,
 97004                   /* refId */
 97005                   &__root_cimv2_CIM_PhysicalMedia,
 97006               };
 97007               
 97008               static MetaFeature*
 97009               _CIM_MemoryWithMedia_features[] =
 97010               {
 97011                   (MetaFeature*)&_CIM_MemoryWithMedia_Antecedent,
 97012                   (MetaFeature*)&_CIM_MemoryWithMedia_Dependent,
 97013                   0,
 97014               };
 97015               
 97016               static const char*
 97017               __root_cimv2_CIM_MemoryWithMedia_qualifiers[] =
 97018               {
 97019 mike  1.1.2.1     /* ASSOCIATION */
 97020                   "\000\001",
 97021                   /* UMLPackagePath */
 97022                   "\057CIM::Physical::PhysicalMedia",
 97023                   /* Version */
 97024                   "\0632.6.0",
 97025                   0,
 97026               };
 97027               
 97028               MetaClass
 97029               __root_cimv2_CIM_MemoryWithMedia =
 97030               {
 97031                   /* flags */
 97032                   META_FLAG_ASSOCIATION,
 97033                   /* name */
 97034                   "CIM_MemoryWithMedia",
 97035                   /* qualifiers */
 97036                   __root_cimv2_CIM_MemoryWithMedia_qualifiers,
 97037                   /* super */
 97038                   &__root_cimv2_CIM_Dependency,
 97039                   /* features */
 97040 mike  1.1.2.1     _CIM_MemoryWithMedia_features,
 97041               };
 97042               
 97043               //==============================================================================
 97044               //
 97045               // Class: CIM_MessageLog
 97046               //
 97047               //==============================================================================
 97048               
 97049               static const char*
 97050               _CIM_MessageLog_CreationClassName_qualifiers[] =
 97051               {
 97052                   /* Key */
 97053                   "\025\001",
 97054                   /* MaxLen */
 97055                   "\030\000\000\001\000",
 97056                   0,
 97057               };
 97058               
 97059               static MetaProperty
 97060               _CIM_MessageLog_CreationClassName =
 97061 mike  1.1.2.1 {
 97062                   /* flags */
 97063                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 97064                   /* name */
 97065                   "CreationClassName",
 97066                   /* qualifiers */
 97067                   _CIM_MessageLog_CreationClassName_qualifiers,
 97068                   /* type */
 97069                   CIMTYPE_STRING,
 97070                   /* subscript */
 97071                   -1,
 97072                   /* value */
 97073                   0,
 97074               };
 97075               
 97076               static const char*
 97077               _CIM_MessageLog_Name_qualifiers[] =
 97078               {
 97079                   /* Key */
 97080                   "\025\001",
 97081                   /* Override */
 97082 mike  1.1.2.1     "\044Name",
 97083                   /* MaxLen */
 97084                   "\030\000\000\001\000",
 97085                   0,
 97086               };
 97087               
 97088               static MetaProperty
 97089               _CIM_MessageLog_Name =
 97090               {
 97091                   /* flags */
 97092                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 97093                   /* name */
 97094                   "Name",
 97095                   /* qualifiers */
 97096                   _CIM_MessageLog_Name_qualifiers,
 97097                   /* type */
 97098                   CIMTYPE_STRING,
 97099                   /* subscript */
 97100                   -1,
 97101                   /* value */
 97102                   0,
 97103 mike  1.1.2.1 };
 97104               
 97105               static const char*
 97106               _CIM_MessageLog_Capabilities_qualifiers[] =
 97107               {
 97108                   /* ValueMap */
 97109                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 97110                   /* Values */
 97111                   "\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",
 97112                   /* ArrayType */
 97113                   "\005Indexed",
 97114                   /* ModelCorrespondence */
 97115                   "\036\000\001CIM_MessageLog.CapabilitiesDescriptions\000",
 97116                   0,
 97117               };
 97118               
 97119               static MetaProperty
 97120               _CIM_MessageLog_Capabilities =
 97121               {
 97122                   /* flags */
 97123                   META_FLAG_PROPERTY|META_FLAG_READ,
 97124 mike  1.1.2.1     /* name */
 97125                   "Capabilities",
 97126                   /* qualifiers */
 97127                   _CIM_MessageLog_Capabilities_qualifiers,
 97128                   /* type */
 97129                   CIMTYPE_UINT16,
 97130                   /* subscript */
 97131                   0,
 97132                   /* value */
 97133                   0,
 97134               };
 97135               
 97136               static const char*
 97137               _CIM_MessageLog_CapabilitiesDescriptions_qualifiers[] =
 97138               {
 97139                   /* ArrayType */
 97140                   "\005Indexed",
 97141                   /* ModelCorrespondence */
 97142                   "\036\000\001CIM_MessageLog.Capabilities\000",
 97143                   0,
 97144               };
 97145 mike  1.1.2.1 
 97146               static MetaProperty
 97147               _CIM_MessageLog_CapabilitiesDescriptions =
 97148               {
 97149                   /* flags */
 97150                   META_FLAG_PROPERTY|META_FLAG_READ,
 97151                   /* name */
 97152                   "CapabilitiesDescriptions",
 97153                   /* qualifiers */
 97154                   _CIM_MessageLog_CapabilitiesDescriptions_qualifiers,
 97155                   /* type */
 97156                   CIMTYPE_STRING,
 97157                   /* subscript */
 97158                   0,
 97159                   /* value */
 97160                   0,
 97161               };
 97162               
 97163               static const char*
 97164               _CIM_MessageLog_MaxLogSize_qualifiers[] =
 97165               {
 97166 mike  1.1.2.1     /* Units */
 97167                   "\060Bytes",
 97168                   0,
 97169               };
 97170               
 97171               static MetaProperty
 97172               _CIM_MessageLog_MaxLogSize =
 97173               {
 97174                   /* flags */
 97175                   META_FLAG_PROPERTY|META_FLAG_READ,
 97176                   /* name */
 97177                   "MaxLogSize",
 97178                   /* qualifiers */
 97179                   _CIM_MessageLog_MaxLogSize_qualifiers,
 97180                   /* type */
 97181                   CIMTYPE_UINT64,
 97182                   /* subscript */
 97183                   -1,
 97184                   /* value */
 97185                   0,
 97186               };
 97187 mike  1.1.2.1 
 97188               static const char*
 97189               _CIM_MessageLog_SizeOfHeader_qualifiers[] =
 97190               {
 97191                   /* Units */
 97192                   "\060Bytes",
 97193                   0,
 97194               };
 97195               
 97196               static MetaProperty
 97197               _CIM_MessageLog_SizeOfHeader =
 97198               {
 97199                   /* flags */
 97200                   META_FLAG_PROPERTY|META_FLAG_READ,
 97201                   /* name */
 97202                   "SizeOfHeader",
 97203                   /* qualifiers */
 97204                   _CIM_MessageLog_SizeOfHeader_qualifiers,
 97205                   /* type */
 97206                   CIMTYPE_UINT64,
 97207                   /* subscript */
 97208 mike  1.1.2.1     -1,
 97209                   /* value */
 97210                   0,
 97211               };
 97212               
 97213               static const char*
 97214               _CIM_MessageLog_HeaderFormat_qualifiers[] =
 97215               {
 97216                   0,
 97217               };
 97218               
 97219               static MetaProperty
 97220               _CIM_MessageLog_HeaderFormat =
 97221               {
 97222                   /* flags */
 97223                   META_FLAG_PROPERTY|META_FLAG_READ,
 97224                   /* name */
 97225                   "HeaderFormat",
 97226                   /* qualifiers */
 97227                   _CIM_MessageLog_HeaderFormat_qualifiers,
 97228                   /* type */
 97229 mike  1.1.2.1     CIMTYPE_STRING,
 97230                   /* subscript */
 97231                   -1,
 97232                   /* value */
 97233                   0,
 97234               };
 97235               
 97236               static const char*
 97237               _CIM_MessageLog_MaxRecordSize_qualifiers[] =
 97238               {
 97239                   /* Units */
 97240                   "\060Bytes",
 97241                   0,
 97242               };
 97243               
 97244               static MetaProperty
 97245               _CIM_MessageLog_MaxRecordSize =
 97246               {
 97247                   /* flags */
 97248                   META_FLAG_PROPERTY|META_FLAG_READ,
 97249                   /* name */
 97250 mike  1.1.2.1     "MaxRecordSize",
 97251                   /* qualifiers */
 97252                   _CIM_MessageLog_MaxRecordSize_qualifiers,
 97253                   /* type */
 97254                   CIMTYPE_UINT64,
 97255                   /* subscript */
 97256                   -1,
 97257                   /* value */
 97258                   0,
 97259               };
 97260               
 97261               static const char*
 97262               _CIM_MessageLog_SizeOfRecordHeader_qualifiers[] =
 97263               {
 97264                   /* Units */
 97265                   "\060Bytes",
 97266                   0,
 97267               };
 97268               
 97269               static MetaProperty
 97270               _CIM_MessageLog_SizeOfRecordHeader =
 97271 mike  1.1.2.1 {
 97272                   /* flags */
 97273                   META_FLAG_PROPERTY|META_FLAG_READ,
 97274                   /* name */
 97275                   "SizeOfRecordHeader",
 97276                   /* qualifiers */
 97277                   _CIM_MessageLog_SizeOfRecordHeader_qualifiers,
 97278                   /* type */
 97279                   CIMTYPE_UINT64,
 97280                   /* subscript */
 97281                   -1,
 97282                   /* value */
 97283                   0,
 97284               };
 97285               
 97286               static const char*
 97287               _CIM_MessageLog_RecordHeaderFormat_qualifiers[] =
 97288               {
 97289                   0,
 97290               };
 97291               
 97292 mike  1.1.2.1 static MetaProperty
 97293               _CIM_MessageLog_RecordHeaderFormat =
 97294               {
 97295                   /* flags */
 97296                   META_FLAG_PROPERTY|META_FLAG_READ,
 97297                   /* name */
 97298                   "RecordHeaderFormat",
 97299                   /* qualifiers */
 97300                   _CIM_MessageLog_RecordHeaderFormat_qualifiers,
 97301                   /* type */
 97302                   CIMTYPE_STRING,
 97303                   /* subscript */
 97304                   -1,
 97305                   /* value */
 97306                   0,
 97307               };
 97308               
 97309               static const char*
 97310               _CIM_MessageLog_OverwritePolicy_qualifiers[] =
 97311               {
 97312                   /* ValueMap */
 97313 mike  1.1.2.1     "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 97314                   /* Values */
 97315                   "\062\000\010Unknown\000Other\000Wraps When Full\000Clear When Near Full\000Overwrite Outdated When Needed\000Remove Outdated Records\000Overwrite Specific Records\000Never Overwrite\000",
 97316                   /* ModelCorrespondence */
 97317                   "\036\000\003CIM_MessageLog.OtherPolicyDescription\000CIM_MessageLog.TimeWhenOutdated\000CIM_MessageLog.PercentageNearFull\000",
 97318                   0,
 97319               };
 97320               
 97321               static MetaProperty
 97322               _CIM_MessageLog_OverwritePolicy =
 97323               {
 97324                   /* flags */
 97325                   META_FLAG_PROPERTY|META_FLAG_READ,
 97326                   /* name */
 97327                   "OverwritePolicy",
 97328                   /* qualifiers */
 97329                   _CIM_MessageLog_OverwritePolicy_qualifiers,
 97330                   /* type */
 97331                   CIMTYPE_UINT16,
 97332                   /* subscript */
 97333                   -1,
 97334 mike  1.1.2.1     /* value */
 97335                   0,
 97336               };
 97337               
 97338               static const char*
 97339               _CIM_MessageLog_OtherPolicyDescription_qualifiers[] =
 97340               {
 97341                   /* ModelCorrespondence */
 97342                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97343                   0,
 97344               };
 97345               
 97346               static MetaProperty
 97347               _CIM_MessageLog_OtherPolicyDescription =
 97348               {
 97349                   /* flags */
 97350                   META_FLAG_PROPERTY|META_FLAG_READ,
 97351                   /* name */
 97352                   "OtherPolicyDescription",
 97353                   /* qualifiers */
 97354                   _CIM_MessageLog_OtherPolicyDescription_qualifiers,
 97355 mike  1.1.2.1     /* type */
 97356                   CIMTYPE_STRING,
 97357                   /* subscript */
 97358                   -1,
 97359                   /* value */
 97360                   0,
 97361               };
 97362               
 97363               static const char*
 97364               _CIM_MessageLog_TimeWhenOutdated_qualifiers[] =
 97365               {
 97366                   /* ModelCorrespondence */
 97367                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97368                   0,
 97369               };
 97370               
 97371               static MetaProperty
 97372               _CIM_MessageLog_TimeWhenOutdated =
 97373               {
 97374                   /* flags */
 97375                   META_FLAG_PROPERTY|META_FLAG_READ,
 97376 mike  1.1.2.1     /* name */
 97377                   "TimeWhenOutdated",
 97378                   /* qualifiers */
 97379                   _CIM_MessageLog_TimeWhenOutdated_qualifiers,
 97380                   /* type */
 97381                   CIMTYPE_DATETIME,
 97382                   /* subscript */
 97383                   -1,
 97384                   /* value */
 97385                   0,
 97386               };
 97387               
 97388               static const char*
 97389               _CIM_MessageLog_PercentageNearFull_qualifiers[] =
 97390               {
 97391                   /* Units */
 97392                   "\060Percent",
 97393                   /* ModelCorrespondence */
 97394                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97395                   0,
 97396               };
 97397 mike  1.1.2.1 
 97398               static MetaProperty
 97399               _CIM_MessageLog_PercentageNearFull =
 97400               {
 97401                   /* flags */
 97402                   META_FLAG_PROPERTY|META_FLAG_READ,
 97403                   /* name */
 97404                   "PercentageNearFull",
 97405                   /* qualifiers */
 97406                   _CIM_MessageLog_PercentageNearFull_qualifiers,
 97407                   /* type */
 97408                   CIMTYPE_UINT8,
 97409                   /* subscript */
 97410                   -1,
 97411                   /* value */
 97412                   0,
 97413               };
 97414               
 97415               static const char*
 97416               _CIM_MessageLog_LastChange_qualifiers[] =
 97417               {
 97418 mike  1.1.2.1     /* ValueMap */
 97419                   "\061\000\0050\0001\0002\0003\0004\000",
 97420                   /* Values */
 97421                   "\062\000\005Unknown\000Add\000Delete\000Modify\000Log Cleared\000",
 97422                   0,
 97423               };
 97424               
 97425               static MetaProperty
 97426               _CIM_MessageLog_LastChange =
 97427               {
 97428                   /* flags */
 97429                   META_FLAG_PROPERTY|META_FLAG_READ,
 97430                   /* name */
 97431                   "LastChange",
 97432                   /* qualifiers */
 97433                   _CIM_MessageLog_LastChange_qualifiers,
 97434                   /* type */
 97435                   CIMTYPE_UINT16,
 97436                   /* subscript */
 97437                   -1,
 97438                   /* value */
 97439 mike  1.1.2.1     0,
 97440               };
 97441               
 97442               static const char*
 97443               _CIM_MessageLog_TimeOfLastChange_qualifiers[] =
 97444               {
 97445                   0,
 97446               };
 97447               
 97448               static MetaProperty
 97449               _CIM_MessageLog_TimeOfLastChange =
 97450               {
 97451                   /* flags */
 97452                   META_FLAG_PROPERTY|META_FLAG_READ,
 97453                   /* name */
 97454                   "TimeOfLastChange",
 97455                   /* qualifiers */
 97456                   _CIM_MessageLog_TimeOfLastChange_qualifiers,
 97457                   /* type */
 97458                   CIMTYPE_DATETIME,
 97459                   /* subscript */
 97460 mike  1.1.2.1     -1,
 97461                   /* value */
 97462                   0,
 97463               };
 97464               
 97465               static const char*
 97466               _CIM_MessageLog_RecordLastChanged_qualifiers[] =
 97467               {
 97468                   0,
 97469               };
 97470               
 97471               static MetaProperty
 97472               _CIM_MessageLog_RecordLastChanged =
 97473               {
 97474                   /* flags */
 97475                   META_FLAG_PROPERTY|META_FLAG_READ,
 97476                   /* name */
 97477                   "RecordLastChanged",
 97478                   /* qualifiers */
 97479                   _CIM_MessageLog_RecordLastChanged_qualifiers,
 97480                   /* type */
 97481 mike  1.1.2.1     CIMTYPE_UINT64,
 97482                   /* subscript */
 97483                   -1,
 97484                   /* value */
 97485                   0,
 97486               };
 97487               
 97488               static const char*
 97489               _CIM_MessageLog_IsFrozen_qualifiers[] =
 97490               {
 97491                   0,
 97492               };
 97493               
 97494               static MetaProperty
 97495               _CIM_MessageLog_IsFrozen =
 97496               {
 97497                   /* flags */
 97498                   META_FLAG_PROPERTY|META_FLAG_READ,
 97499                   /* name */
 97500                   "IsFrozen",
 97501                   /* qualifiers */
 97502 mike  1.1.2.1     _CIM_MessageLog_IsFrozen_qualifiers,
 97503                   /* type */
 97504                   CIMTYPE_BOOLEAN,
 97505                   /* subscript */
 97506                   -1,
 97507                   /* value */
 97508                   0,
 97509               };
 97510               
 97511               static const char*
 97512               _CIM_MessageLog_CharacterSet_qualifiers[] =
 97513               {
 97514                   /* ValueMap */
 97515                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 97516                   /* Values */
 97517                   "\062\000\014Unknown\000Other\000ASCII\000Unicode\000ISO2022\000ISO8859\000Extended UNIX Code\000UTF-8\000UCS-2\000Bitmapped Data\000OctetString\000Defined by Individual Records\000",
 97518                   0,
 97519               };
 97520               
 97521               static MetaProperty
 97522               _CIM_MessageLog_CharacterSet =
 97523 mike  1.1.2.1 {
 97524                   /* flags */
 97525                   META_FLAG_PROPERTY|META_FLAG_READ,
 97526                   /* name */
 97527                   "CharacterSet",
 97528                   /* qualifiers */
 97529                   _CIM_MessageLog_CharacterSet_qualifiers,
 97530                   /* type */
 97531                   CIMTYPE_UINT16,
 97532                   /* subscript */
 97533                   -1,
 97534                   /* value */
 97535                   0,
 97536               };
 97537               
 97538               static const char*
 97539               _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier_qualifiers[] =
 97540               {
 97541                   /* IN */
 97542                   "\024\000",
 97543                   /* OUT */
 97544 mike  1.1.2.1     "\043\001",
 97545                   0,
 97546               };
 97547               
 97548               static MetaProperty
 97549               _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier =
 97550               {
 97551                   /* flags */
 97552                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97553                   /* name */
 97554                   "IterationIdentifier",
 97555                   /* qualifiers */
 97556                   _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier_qualifiers,
 97557                   /* type */
 97558                   CIMTYPE_STRING,
 97559                   /* subscript */
 97560                   -1,
 97561                   /* value */
 97562                   0,
 97563               };
 97564               
 97565 mike  1.1.2.1 static MetaFeature*
 97566               _CIM_MessageLog_PositionToFirstRecord_parameters[] =
 97567               {
 97568                   (MetaFeature*)&_CIM_MessageLog_PositionToFirstRecord_IterationIdentifier,
 97569                   0,
 97570               };
 97571               
 97572               static const char*
 97573               _CIM_MessageLog_PositionToFirstRecord_qualifiers[] =
 97574               {
 97575                   0,
 97576               };
 97577               
 97578               static MetaMethod
 97579               _CIM_MessageLog_PositionToFirstRecord =
 97580               {
 97581                   /* flags */
 97582                   META_FLAG_METHOD,
 97583                   /* name */
 97584                   "CIM_MessageLog",
 97585                   /* qualifiers */
 97586 mike  1.1.2.1     _CIM_MessageLog_PositionToFirstRecord_qualifiers,
 97587                   /* type */
 97588                   CIMTYPE_UINT32,
 97589                   /* parameters */
 97590                   _CIM_MessageLog_PositionToFirstRecord_parameters,
 97591               };
 97592               
 97593               static const char*
 97594               _CIM_MessageLog_PositionAtRecord_IterationIdentifier_qualifiers[] =
 97595               {
 97596                   /* IN */
 97597                   "\024\001",
 97598                   /* OUT */
 97599                   "\043\001",
 97600                   0,
 97601               };
 97602               
 97603               static MetaProperty
 97604               _CIM_MessageLog_PositionAtRecord_IterationIdentifier =
 97605               {
 97606                   /* flags */
 97607 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97608                   /* name */
 97609                   "IterationIdentifier",
 97610                   /* qualifiers */
 97611                   _CIM_MessageLog_PositionAtRecord_IterationIdentifier_qualifiers,
 97612                   /* type */
 97613                   CIMTYPE_STRING,
 97614                   /* subscript */
 97615                   -1,
 97616                   /* value */
 97617                   0,
 97618               };
 97619               
 97620               static const char*
 97621               _CIM_MessageLog_PositionAtRecord_MoveAbsolute_qualifiers[] =
 97622               {
 97623                   /* IN */
 97624                   "\024\001",
 97625                   0,
 97626               };
 97627               
 97628 mike  1.1.2.1 static MetaProperty
 97629               _CIM_MessageLog_PositionAtRecord_MoveAbsolute =
 97630               {
 97631                   /* flags */
 97632                   META_FLAG_PROPERTY|META_FLAG_IN,
 97633                   /* name */
 97634                   "MoveAbsolute",
 97635                   /* qualifiers */
 97636                   _CIM_MessageLog_PositionAtRecord_MoveAbsolute_qualifiers,
 97637                   /* type */
 97638                   CIMTYPE_BOOLEAN,
 97639                   /* subscript */
 97640                   -1,
 97641                   /* value */
 97642                   0,
 97643               };
 97644               
 97645               static const char*
 97646               _CIM_MessageLog_PositionAtRecord_RecordNumber_qualifiers[] =
 97647               {
 97648                   /* IN */
 97649 mike  1.1.2.1     "\024\001",
 97650                   /* OUT */
 97651                   "\043\001",
 97652                   0,
 97653               };
 97654               
 97655               static MetaProperty
 97656               _CIM_MessageLog_PositionAtRecord_RecordNumber =
 97657               {
 97658                   /* flags */
 97659                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97660                   /* name */
 97661                   "RecordNumber",
 97662                   /* qualifiers */
 97663                   _CIM_MessageLog_PositionAtRecord_RecordNumber_qualifiers,
 97664                   /* type */
 97665                   CIMTYPE_SINT64,
 97666                   /* subscript */
 97667                   -1,
 97668                   /* value */
 97669                   0,
 97670 mike  1.1.2.1 };
 97671               
 97672               static MetaFeature*
 97673               _CIM_MessageLog_PositionAtRecord_parameters[] =
 97674               {
 97675                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_IterationIdentifier,
 97676                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_MoveAbsolute,
 97677                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_RecordNumber,
 97678                   0,
 97679               };
 97680               
 97681               static const char*
 97682               _CIM_MessageLog_PositionAtRecord_qualifiers[] =
 97683               {
 97684                   0,
 97685               };
 97686               
 97687               static MetaMethod
 97688               _CIM_MessageLog_PositionAtRecord =
 97689               {
 97690                   /* flags */
 97691 mike  1.1.2.1     META_FLAG_METHOD,
 97692                   /* name */
 97693                   "CIM_MessageLog",
 97694                   /* qualifiers */
 97695                   _CIM_MessageLog_PositionAtRecord_qualifiers,
 97696                   /* type */
 97697                   CIMTYPE_UINT32,
 97698                   /* parameters */
 97699                   _CIM_MessageLog_PositionAtRecord_parameters,
 97700               };
 97701               
 97702               static const char*
 97703               _CIM_MessageLog_GetRecord_IterationIdentifier_qualifiers[] =
 97704               {
 97705                   /* IN */
 97706                   "\024\001",
 97707                   /* OUT */
 97708                   "\043\001",
 97709                   0,
 97710               };
 97711               
 97712 mike  1.1.2.1 static MetaProperty
 97713               _CIM_MessageLog_GetRecord_IterationIdentifier =
 97714               {
 97715                   /* flags */
 97716                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97717                   /* name */
 97718                   "IterationIdentifier",
 97719                   /* qualifiers */
 97720                   _CIM_MessageLog_GetRecord_IterationIdentifier_qualifiers,
 97721                   /* type */
 97722                   CIMTYPE_STRING,
 97723                   /* subscript */
 97724                   -1,
 97725                   /* value */
 97726                   0,
 97727               };
 97728               
 97729               static const char*
 97730               _CIM_MessageLog_GetRecord_PositionToNext_qualifiers[] =
 97731               {
 97732                   /* IN */
 97733 mike  1.1.2.1     "\024\001",
 97734                   0,
 97735               };
 97736               
 97737               static MetaProperty
 97738               _CIM_MessageLog_GetRecord_PositionToNext =
 97739               {
 97740                   /* flags */
 97741                   META_FLAG_PROPERTY|META_FLAG_IN,
 97742                   /* name */
 97743                   "PositionToNext",
 97744                   /* qualifiers */
 97745                   _CIM_MessageLog_GetRecord_PositionToNext_qualifiers,
 97746                   /* type */
 97747                   CIMTYPE_BOOLEAN,
 97748                   /* subscript */
 97749                   -1,
 97750                   /* value */
 97751                   0,
 97752               };
 97753               
 97754 mike  1.1.2.1 static const char*
 97755               _CIM_MessageLog_GetRecord_RecordNumber_qualifiers[] =
 97756               {
 97757                   /* IN */
 97758                   "\024\000",
 97759                   /* OUT */
 97760                   "\043\001",
 97761                   0,
 97762               };
 97763               
 97764               static MetaProperty
 97765               _CIM_MessageLog_GetRecord_RecordNumber =
 97766               {
 97767                   /* flags */
 97768                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97769                   /* name */
 97770                   "RecordNumber",
 97771                   /* qualifiers */
 97772                   _CIM_MessageLog_GetRecord_RecordNumber_qualifiers,
 97773                   /* type */
 97774                   CIMTYPE_UINT64,
 97775 mike  1.1.2.1     /* subscript */
 97776                   -1,
 97777                   /* value */
 97778                   0,
 97779               };
 97780               
 97781               static const char*
 97782               _CIM_MessageLog_GetRecord_RecordData_qualifiers[] =
 97783               {
 97784                   /* IN */
 97785                   "\024\000",
 97786                   /* OUT */
 97787                   "\043\001",
 97788                   0,
 97789               };
 97790               
 97791               static MetaProperty
 97792               _CIM_MessageLog_GetRecord_RecordData =
 97793               {
 97794                   /* flags */
 97795                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97796 mike  1.1.2.1     /* name */
 97797                   "RecordData",
 97798                   /* qualifiers */
 97799                   _CIM_MessageLog_GetRecord_RecordData_qualifiers,
 97800                   /* type */
 97801                   CIMTYPE_UINT8,
 97802                   /* subscript */
 97803                   0,
 97804                   /* value */
 97805                   0,
 97806               };
 97807               
 97808               static MetaFeature*
 97809               _CIM_MessageLog_GetRecord_parameters[] =
 97810               {
 97811                   (MetaFeature*)&_CIM_MessageLog_GetRecord_IterationIdentifier,
 97812                   (MetaFeature*)&_CIM_MessageLog_GetRecord_PositionToNext,
 97813                   (MetaFeature*)&_CIM_MessageLog_GetRecord_RecordNumber,
 97814                   (MetaFeature*)&_CIM_MessageLog_GetRecord_RecordData,
 97815                   0,
 97816               };
 97817 mike  1.1.2.1 
 97818               static const char*
 97819               _CIM_MessageLog_GetRecord_qualifiers[] =
 97820               {
 97821                   0,
 97822               };
 97823               
 97824               static MetaMethod
 97825               _CIM_MessageLog_GetRecord =
 97826               {
 97827                   /* flags */
 97828                   META_FLAG_METHOD,
 97829                   /* name */
 97830                   "CIM_MessageLog",
 97831                   /* qualifiers */
 97832                   _CIM_MessageLog_GetRecord_qualifiers,
 97833                   /* type */
 97834                   CIMTYPE_UINT32,
 97835                   /* parameters */
 97836                   _CIM_MessageLog_GetRecord_parameters,
 97837               };
 97838 mike  1.1.2.1 
 97839               static const char*
 97840               _CIM_MessageLog_DeleteRecord_IterationIdentifier_qualifiers[] =
 97841               {
 97842                   /* IN */
 97843                   "\024\001",
 97844                   /* OUT */
 97845                   "\043\001",
 97846                   0,
 97847               };
 97848               
 97849               static MetaProperty
 97850               _CIM_MessageLog_DeleteRecord_IterationIdentifier =
 97851               {
 97852                   /* flags */
 97853                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97854                   /* name */
 97855                   "IterationIdentifier",
 97856                   /* qualifiers */
 97857                   _CIM_MessageLog_DeleteRecord_IterationIdentifier_qualifiers,
 97858                   /* type */
 97859 mike  1.1.2.1     CIMTYPE_STRING,
 97860                   /* subscript */
 97861                   -1,
 97862                   /* value */
 97863                   0,
 97864               };
 97865               
 97866               static const char*
 97867               _CIM_MessageLog_DeleteRecord_PositionToNext_qualifiers[] =
 97868               {
 97869                   /* IN */
 97870                   "\024\001",
 97871                   0,
 97872               };
 97873               
 97874               static MetaProperty
 97875               _CIM_MessageLog_DeleteRecord_PositionToNext =
 97876               {
 97877                   /* flags */
 97878                   META_FLAG_PROPERTY|META_FLAG_IN,
 97879                   /* name */
 97880 mike  1.1.2.1     "PositionToNext",
 97881                   /* qualifiers */
 97882                   _CIM_MessageLog_DeleteRecord_PositionToNext_qualifiers,
 97883                   /* type */
 97884                   CIMTYPE_BOOLEAN,
 97885                   /* subscript */
 97886                   -1,
 97887                   /* value */
 97888                   0,
 97889               };
 97890               
 97891               static const char*
 97892               _CIM_MessageLog_DeleteRecord_RecordNumber_qualifiers[] =
 97893               {
 97894                   /* IN */
 97895                   "\024\000",
 97896                   /* OUT */
 97897                   "\043\001",
 97898                   0,
 97899               };
 97900               
 97901 mike  1.1.2.1 static MetaProperty
 97902               _CIM_MessageLog_DeleteRecord_RecordNumber =
 97903               {
 97904                   /* flags */
 97905                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97906                   /* name */
 97907                   "RecordNumber",
 97908                   /* qualifiers */
 97909                   _CIM_MessageLog_DeleteRecord_RecordNumber_qualifiers,
 97910                   /* type */
 97911                   CIMTYPE_UINT64,
 97912                   /* subscript */
 97913                   -1,
 97914                   /* value */
 97915                   0,
 97916               };
 97917               
 97918               static const char*
 97919               _CIM_MessageLog_DeleteRecord_RecordData_qualifiers[] =
 97920               {
 97921                   /* IN */
 97922 mike  1.1.2.1     "\024\000",
 97923                   /* OUT */
 97924                   "\043\001",
 97925                   0,
 97926               };
 97927               
 97928               static MetaProperty
 97929               _CIM_MessageLog_DeleteRecord_RecordData =
 97930               {
 97931                   /* flags */
 97932                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97933                   /* name */
 97934                   "RecordData",
 97935                   /* qualifiers */
 97936                   _CIM_MessageLog_DeleteRecord_RecordData_qualifiers,
 97937                   /* type */
 97938                   CIMTYPE_UINT8,
 97939                   /* subscript */
 97940                   0,
 97941                   /* value */
 97942                   0,
 97943 mike  1.1.2.1 };
 97944               
 97945               static MetaFeature*
 97946               _CIM_MessageLog_DeleteRecord_parameters[] =
 97947               {
 97948                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_IterationIdentifier,
 97949                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_PositionToNext,
 97950                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_RecordNumber,
 97951                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_RecordData,
 97952                   0,
 97953               };
 97954               
 97955               static const char*
 97956               _CIM_MessageLog_DeleteRecord_qualifiers[] =
 97957               {
 97958                   0,
 97959               };
 97960               
 97961               static MetaMethod
 97962               _CIM_MessageLog_DeleteRecord =
 97963               {
 97964 mike  1.1.2.1     /* flags */
 97965                   META_FLAG_METHOD,
 97966                   /* name */
 97967                   "CIM_MessageLog",
 97968                   /* qualifiers */
 97969                   _CIM_MessageLog_DeleteRecord_qualifiers,
 97970                   /* type */
 97971                   CIMTYPE_UINT32,
 97972                   /* parameters */
 97973                   _CIM_MessageLog_DeleteRecord_parameters,
 97974               };
 97975               
 97976               static const char*
 97977               _CIM_MessageLog_WriteRecord_IterationIdentifier_qualifiers[] =
 97978               {
 97979                   /* IN */
 97980                   "\024\001",
 97981                   /* OUT */
 97982                   "\043\001",
 97983                   0,
 97984               };
 97985 mike  1.1.2.1 
 97986               static MetaProperty
 97987               _CIM_MessageLog_WriteRecord_IterationIdentifier =
 97988               {
 97989                   /* flags */
 97990                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97991                   /* name */
 97992                   "IterationIdentifier",
 97993                   /* qualifiers */
 97994                   _CIM_MessageLog_WriteRecord_IterationIdentifier_qualifiers,
 97995                   /* type */
 97996                   CIMTYPE_STRING,
 97997                   /* subscript */
 97998                   -1,
 97999                   /* value */
 98000                   0,
 98001               };
 98002               
 98003               static const char*
 98004               _CIM_MessageLog_WriteRecord_PositionToNext_qualifiers[] =
 98005               {
 98006 mike  1.1.2.1     /* IN */
 98007                   "\024\001",
 98008                   0,
 98009               };
 98010               
 98011               static MetaProperty
 98012               _CIM_MessageLog_WriteRecord_PositionToNext =
 98013               {
 98014                   /* flags */
 98015                   META_FLAG_PROPERTY|META_FLAG_IN,
 98016                   /* name */
 98017                   "PositionToNext",
 98018                   /* qualifiers */
 98019                   _CIM_MessageLog_WriteRecord_PositionToNext_qualifiers,
 98020                   /* type */
 98021                   CIMTYPE_BOOLEAN,
 98022                   /* subscript */
 98023                   -1,
 98024                   /* value */
 98025                   0,
 98026               };
 98027 mike  1.1.2.1 
 98028               static const char*
 98029               _CIM_MessageLog_WriteRecord_RecordData_qualifiers[] =
 98030               {
 98031                   /* IN */
 98032                   "\024\001",
 98033                   0,
 98034               };
 98035               
 98036               static MetaProperty
 98037               _CIM_MessageLog_WriteRecord_RecordData =
 98038               {
 98039                   /* flags */
 98040                   META_FLAG_PROPERTY|META_FLAG_IN,
 98041                   /* name */
 98042                   "RecordData",
 98043                   /* qualifiers */
 98044                   _CIM_MessageLog_WriteRecord_RecordData_qualifiers,
 98045                   /* type */
 98046                   CIMTYPE_UINT8,
 98047                   /* subscript */
 98048 mike  1.1.2.1     0,
 98049                   /* value */
 98050                   0,
 98051               };
 98052               
 98053               static const char*
 98054               _CIM_MessageLog_WriteRecord_RecordNumber_qualifiers[] =
 98055               {
 98056                   /* IN */
 98057                   "\024\000",
 98058                   /* OUT */
 98059                   "\043\001",
 98060                   0,
 98061               };
 98062               
 98063               static MetaProperty
 98064               _CIM_MessageLog_WriteRecord_RecordNumber =
 98065               {
 98066                   /* flags */
 98067                   META_FLAG_PROPERTY|META_FLAG_OUT,
 98068                   /* name */
 98069 mike  1.1.2.1     "RecordNumber",
 98070                   /* qualifiers */
 98071                   _CIM_MessageLog_WriteRecord_RecordNumber_qualifiers,
 98072                   /* type */
 98073                   CIMTYPE_UINT64,
 98074                   /* subscript */
 98075                   -1,
 98076                   /* value */
 98077                   0,
 98078               };
 98079               
 98080               static MetaFeature*
 98081               _CIM_MessageLog_WriteRecord_parameters[] =
 98082               {
 98083                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_IterationIdentifier,
 98084                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_PositionToNext,
 98085                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_RecordData,
 98086                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_RecordNumber,
 98087                   0,
 98088               };
 98089               
 98090 mike  1.1.2.1 static const char*
 98091               _CIM_MessageLog_WriteRecord_qualifiers[] =
 98092               {
 98093                   0,
 98094               };
 98095               
 98096               static MetaMethod
 98097               _CIM_MessageLog_WriteRecord =
 98098               {
 98099                   /* flags */
 98100                   META_FLAG_METHOD,
 98101                   /* name */
 98102                   "CIM_MessageLog",
 98103                   /* qualifiers */
 98104                   _CIM_MessageLog_WriteRecord_qualifiers,
 98105                   /* type */
 98106                   CIMTYPE_UINT32,
 98107                   /* parameters */
 98108                   _CIM_MessageLog_WriteRecord_parameters,
 98109               };
 98110               
 98111 mike  1.1.2.1 static const char*
 98112               _CIM_MessageLog_CancelIteration_IterationIdentifier_qualifiers[] =
 98113               {
 98114                   /* IN */
 98115                   "\024\001",
 98116                   0,
 98117               };
 98118               
 98119               static MetaProperty
 98120               _CIM_MessageLog_CancelIteration_IterationIdentifier =
 98121               {
 98122                   /* flags */
 98123                   META_FLAG_PROPERTY|META_FLAG_IN,
 98124                   /* name */
 98125                   "IterationIdentifier",
 98126                   /* qualifiers */
 98127                   _CIM_MessageLog_CancelIteration_IterationIdentifier_qualifiers,
 98128                   /* type */
 98129                   CIMTYPE_STRING,
 98130                   /* subscript */
 98131                   -1,
 98132 mike  1.1.2.1     /* value */
 98133                   0,
 98134               };
 98135               
 98136               static MetaFeature*
 98137               _CIM_MessageLog_CancelIteration_parameters[] =
 98138               {
 98139                   (MetaFeature*)&_CIM_MessageLog_CancelIteration_IterationIdentifier,
 98140                   0,
 98141               };
 98142               
 98143               static const char*
 98144               _CIM_MessageLog_CancelIteration_qualifiers[] =
 98145               {
 98146                   0,
 98147               };
 98148               
 98149               static MetaMethod
 98150               _CIM_MessageLog_CancelIteration =
 98151               {
 98152                   /* flags */
 98153 mike  1.1.2.1     META_FLAG_METHOD,
 98154                   /* name */
 98155                   "CIM_MessageLog",
 98156                   /* qualifiers */
 98157                   _CIM_MessageLog_CancelIteration_qualifiers,
 98158                   /* type */
 98159                   CIMTYPE_UINT32,
 98160                   /* parameters */
 98161                   _CIM_MessageLog_CancelIteration_parameters,
 98162               };
 98163               
 98164               static const char*
 98165               _CIM_MessageLog_FreezeLog_Freeze_qualifiers[] =
 98166               {
 98167                   /* IN */
 98168                   "\024\001",
 98169                   0,
 98170               };
 98171               
 98172               static MetaProperty
 98173               _CIM_MessageLog_FreezeLog_Freeze =
 98174 mike  1.1.2.1 {
 98175                   /* flags */
 98176                   META_FLAG_PROPERTY|META_FLAG_IN,
 98177                   /* name */
 98178                   "Freeze",
 98179                   /* qualifiers */
 98180                   _CIM_MessageLog_FreezeLog_Freeze_qualifiers,
 98181                   /* type */
 98182                   CIMTYPE_BOOLEAN,
 98183                   /* subscript */
 98184                   -1,
 98185                   /* value */
 98186                   0,
 98187               };
 98188               
 98189               static MetaFeature*
 98190               _CIM_MessageLog_FreezeLog_parameters[] =
 98191               {
 98192                   (MetaFeature*)&_CIM_MessageLog_FreezeLog_Freeze,
 98193                   0,
 98194               };
 98195 mike  1.1.2.1 
 98196               static const char*
 98197               _CIM_MessageLog_FreezeLog_qualifiers[] =
 98198               {
 98199                   0,
 98200               };
 98201               
 98202               static MetaMethod
 98203               _CIM_MessageLog_FreezeLog =
 98204               {
 98205                   /* flags */
 98206                   META_FLAG_METHOD,
 98207                   /* name */
 98208                   "CIM_MessageLog",
 98209                   /* qualifiers */
 98210                   _CIM_MessageLog_FreezeLog_qualifiers,
 98211                   /* type */
 98212                   CIMTYPE_UINT32,
 98213                   /* parameters */
 98214                   _CIM_MessageLog_FreezeLog_parameters,
 98215               };
 98216 mike  1.1.2.1 
 98217               static const char*
 98218               _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier_qualifiers[] =
 98219               {
 98220                   /* IN */
 98221                   "\024\001",
 98222                   /* OUT */
 98223                   "\043\001",
 98224                   0,
 98225               };
 98226               
 98227               static MetaProperty
 98228               _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier =
 98229               {
 98230                   /* flags */
 98231                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 98232                   /* name */
 98233                   "IterationIdentifier",
 98234                   /* qualifiers */
 98235                   _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier_qualifiers,
 98236                   /* type */
 98237 mike  1.1.2.1     CIMTYPE_STRING,
 98238                   /* subscript */
 98239                   -1,
 98240                   /* value */
 98241                   0,
 98242               };
 98243               
 98244               static const char*
 98245               _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext_qualifiers[] =
 98246               {
 98247                   /* IN */
 98248                   "\024\001",
 98249                   0,
 98250               };
 98251               
 98252               static MetaProperty
 98253               _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext =
 98254               {
 98255                   /* flags */
 98256                   META_FLAG_PROPERTY|META_FLAG_IN,
 98257                   /* name */
 98258 mike  1.1.2.1     "PositionToNext",
 98259                   /* qualifiers */
 98260                   _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext_qualifiers,
 98261                   /* type */
 98262                   CIMTYPE_BOOLEAN,
 98263                   /* subscript */
 98264                   -1,
 98265                   /* value */
 98266                   0,
 98267               };
 98268               
 98269               static const char*
 98270               _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber_qualifiers[] =
 98271               {
 98272                   /* IN */
 98273                   "\024\000",
 98274                   /* OUT */
 98275                   "\043\001",
 98276                   0,
 98277               };
 98278               
 98279 mike  1.1.2.1 static MetaProperty
 98280               _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber =
 98281               {
 98282                   /* flags */
 98283                   META_FLAG_PROPERTY|META_FLAG_OUT,
 98284                   /* name */
 98285                   "RecordNumber",
 98286                   /* qualifiers */
 98287                   _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber_qualifiers,
 98288                   /* type */
 98289                   CIMTYPE_UINT64,
 98290                   /* subscript */
 98291                   -1,
 98292                   /* value */
 98293                   0,
 98294               };
 98295               
 98296               static MetaFeature*
 98297               _CIM_MessageLog_FlagRecordForOverwrite_parameters[] =
 98298               {
 98299                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier,
 98300 mike  1.1.2.1     (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_PositionToNext,
 98301                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_RecordNumber,
 98302                   0,
 98303               };
 98304               
 98305               static const char*
 98306               _CIM_MessageLog_FlagRecordForOverwrite_qualifiers[] =
 98307               {
 98308                   0,
 98309               };
 98310               
 98311               static MetaMethod
 98312               _CIM_MessageLog_FlagRecordForOverwrite =
 98313               {
 98314                   /* flags */
 98315                   META_FLAG_METHOD,
 98316                   /* name */
 98317                   "CIM_MessageLog",
 98318                   /* qualifiers */
 98319                   _CIM_MessageLog_FlagRecordForOverwrite_qualifiers,
 98320                   /* type */
 98321 mike  1.1.2.1     CIMTYPE_UINT32,
 98322                   /* parameters */
 98323                   _CIM_MessageLog_FlagRecordForOverwrite_parameters,
 98324               };
 98325               
 98326               static MetaFeature*
 98327               _CIM_MessageLog_features[] =
 98328               {
 98329                   (MetaFeature*)&_CIM_MessageLog_CreationClassName,
 98330                   (MetaFeature*)&_CIM_MessageLog_Name,
 98331                   (MetaFeature*)&_CIM_MessageLog_Capabilities,
 98332                   (MetaFeature*)&_CIM_MessageLog_CapabilitiesDescriptions,
 98333                   (MetaFeature*)&_CIM_MessageLog_MaxLogSize,
 98334                   (MetaFeature*)&_CIM_MessageLog_SizeOfHeader,
 98335                   (MetaFeature*)&_CIM_MessageLog_HeaderFormat,
 98336                   (MetaFeature*)&_CIM_MessageLog_MaxRecordSize,
 98337                   (MetaFeature*)&_CIM_MessageLog_SizeOfRecordHeader,
 98338                   (MetaFeature*)&_CIM_MessageLog_RecordHeaderFormat,
 98339                   (MetaFeature*)&_CIM_MessageLog_OverwritePolicy,
 98340                   (MetaFeature*)&_CIM_MessageLog_OtherPolicyDescription,
 98341                   (MetaFeature*)&_CIM_MessageLog_TimeWhenOutdated,
 98342 mike  1.1.2.1     (MetaFeature*)&_CIM_MessageLog_PercentageNearFull,
 98343                   (MetaFeature*)&_CIM_MessageLog_LastChange,
 98344                   (MetaFeature*)&_CIM_MessageLog_TimeOfLastChange,
 98345                   (MetaFeature*)&_CIM_MessageLog_RecordLastChanged,
 98346                   (MetaFeature*)&_CIM_MessageLog_IsFrozen,
 98347                   (MetaFeature*)&_CIM_MessageLog_CharacterSet,
 98348                   (MetaFeature*)&_CIM_MessageLog_PositionToFirstRecord,
 98349                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord,
 98350                   (MetaFeature*)&_CIM_MessageLog_GetRecord,
 98351                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord,
 98352                   (MetaFeature*)&_CIM_MessageLog_WriteRecord,
 98353                   (MetaFeature*)&_CIM_MessageLog_CancelIteration,
 98354                   (MetaFeature*)&_CIM_MessageLog_FreezeLog,
 98355                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite,
 98356                   0,
 98357               };
 98358               
 98359               static const char*
 98360               __root_cimv2_CIM_MessageLog_qualifiers[] =
 98361               {
 98362                   /* UMLPackagePath */
 98363 mike  1.1.2.1     "\057CIM::System::Logs",
 98364                   /* Version */
 98365                   "\0632.9.0",
 98366                   0,
 98367               };
 98368               
 98369               MetaClass
 98370               __root_cimv2_CIM_MessageLog =
 98371               {
 98372                   /* flags */
 98373                   META_FLAG_CLASS,
 98374                   /* name */
 98375                   "CIM_MessageLog",
 98376                   /* qualifiers */
 98377                   __root_cimv2_CIM_MessageLog_qualifiers,
 98378                   /* super */
 98379                   &__root_cimv2_CIM_Log,
 98380                   /* features */
 98381                   _CIM_MessageLog_features,
 98382               };
 98383               
 98384 mike  1.1.2.1 //==============================================================================
 98385               //
 98386               // Class: CIM_Modem
 98387               //
 98388               //==============================================================================
 98389               
 98390               static MetaFeature*
 98391               _CIM_Modem_features[] =
 98392               {
 98393                   0,
 98394               };
 98395               
 98396               static const char*
 98397               __root_cimv2_CIM_Modem_qualifiers[] =
 98398               {
 98399                   /* UMLPackagePath */
 98400                   "\057CIM::Device::Modems",
 98401                   /* Abstract */
 98402                   "\002\001",
 98403                   /* Version */
 98404                   "\0632.6.0",
 98405 mike  1.1.2.1     0,
 98406               };
 98407               
 98408               MetaClass
 98409               __root_cimv2_CIM_Modem =
 98410               {
 98411                   /* flags */
 98412                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 98413                   /* name */
 98414                   "CIM_Modem",
 98415                   /* qualifiers */
 98416                   __root_cimv2_CIM_Modem_qualifiers,
 98417                   /* super */
 98418                   &__root_cimv2_CIM_LogicalDevice,
 98419                   /* features */
 98420                   _CIM_Modem_features,
 98421               };
 98422               
 98423               //==============================================================================
 98424               //
 98425               // Class: CIM_MorePersonInfo
 98426 mike  1.1.2.1 //
 98427               //==============================================================================
 98428               
 98429               static const char*
 98430               _CIM_MorePersonInfo_Antecedent_qualifiers[] =
 98431               {
 98432                   /* Override */
 98433                   "\044Antecedent",
 98434                   /* Min */
 98435                   "\033\000\000\000\001",
 98436                   /* Max */
 98437                   "\027\000\000\000\001",
 98438                   0,
 98439               };
 98440               
 98441               static MetaReference
 98442               _CIM_MorePersonInfo_Antecedent =
 98443               {
 98444                   /* flags */
 98445                   META_FLAG_REFERENCE|META_FLAG_READ,
 98446                   /* name */
 98447 mike  1.1.2.1     "Antecedent",
 98448                   /* qualifiers */
 98449                   _CIM_MorePersonInfo_Antecedent_qualifiers,
 98450                   /* subscript */
 98451                   -1,
 98452                   /* refId */
 98453                   &__root_cimv2_CIM_Person,
 98454               };
 98455               
 98456               static const char*
 98457               _CIM_MorePersonInfo_Dependent_qualifiers[] =
 98458               {
 98459                   /* Override */
 98460                   "\044Dependent",
 98461                   /* Max */
 98462                   "\027\000\000\000\001",
 98463                   0,
 98464               };
 98465               
 98466               static MetaReference
 98467               _CIM_MorePersonInfo_Dependent =
 98468 mike  1.1.2.1 {
 98469                   /* flags */
 98470                   META_FLAG_REFERENCE|META_FLAG_READ,
 98471                   /* name */
 98472                   "Dependent",
 98473                   /* qualifiers */
 98474                   _CIM_MorePersonInfo_Dependent_qualifiers,
 98475                   /* subscript */
 98476                   -1,
 98477                   /* refId */
 98478                   &__root_cimv2_CIM_OtherPersonInformation,
 98479               };
 98480               
 98481               static MetaFeature*
 98482               _CIM_MorePersonInfo_features[] =
 98483               {
 98484                   (MetaFeature*)&_CIM_MorePersonInfo_Antecedent,
 98485                   (MetaFeature*)&_CIM_MorePersonInfo_Dependent,
 98486                   0,
 98487               };
 98488               
 98489 mike  1.1.2.1 static const char*
 98490               __root_cimv2_CIM_MorePersonInfo_qualifiers[] =
 98491               {
 98492                   /* ASSOCIATION */
 98493                   "\000\001",
 98494                   /* UMLPackagePath */
 98495                   "\057CIM::User::Org",
 98496                   /* Version */
 98497                   "\0632.7.0",
 98498                   0,
 98499               };
 98500               
 98501               MetaClass
 98502               __root_cimv2_CIM_MorePersonInfo =
 98503               {
 98504                   /* flags */
 98505                   META_FLAG_ASSOCIATION,
 98506                   /* name */
 98507                   "CIM_MorePersonInfo",
 98508                   /* qualifiers */
 98509                   __root_cimv2_CIM_MorePersonInfo_qualifiers,
 98510 mike  1.1.2.1     /* super */
 98511                   &__root_cimv2_CIM_Dependency,
 98512                   /* features */
 98513                   _CIM_MorePersonInfo_features,
 98514               };
 98515               
 98516               //==============================================================================
 98517               //
 98518               // Class: CIM_Mount
 98519               //
 98520               //==============================================================================
 98521               
 98522               static const char*
 98523               _CIM_Mount_Antecedent_qualifiers[] =
 98524               {
 98525                   /* Override */
 98526                   "\044Antecedent",
 98527                   /* Max */
 98528                   "\027\000\000\000\001",
 98529                   0,
 98530               };
 98531 mike  1.1.2.1 
 98532               static MetaReference
 98533               _CIM_Mount_Antecedent =
 98534               {
 98535                   /* flags */
 98536                   META_FLAG_REFERENCE|META_FLAG_READ,
 98537                   /* name */
 98538                   "Antecedent",
 98539                   /* qualifiers */
 98540                   _CIM_Mount_Antecedent_qualifiers,
 98541                   /* subscript */
 98542                   -1,
 98543                   /* refId */
 98544                   &__root_cimv2_CIM_Directory,
 98545               };
 98546               
 98547               static const char*
 98548               _CIM_Mount_Dependent_qualifiers[] =
 98549               {
 98550                   /* Override */
 98551                   "\044Dependent",
 98552 mike  1.1.2.1     0,
 98553               };
 98554               
 98555               static MetaReference
 98556               _CIM_Mount_Dependent =
 98557               {
 98558                   /* flags */
 98559                   META_FLAG_REFERENCE|META_FLAG_READ,
 98560                   /* name */
 98561                   "Dependent",
 98562                   /* qualifiers */
 98563                   _CIM_Mount_Dependent_qualifiers,
 98564                   /* subscript */
 98565                   -1,
 98566                   /* refId */
 98567                   &__root_cimv2_CIM_FileSystem,
 98568               };
 98569               
 98570               static MetaFeature*
 98571               _CIM_Mount_features[] =
 98572               {
 98573 mike  1.1.2.1     (MetaFeature*)&_CIM_Mount_Antecedent,
 98574                   (MetaFeature*)&_CIM_Mount_Dependent,
 98575                   0,
 98576               };
 98577               
 98578               static const char*
 98579               __root_cimv2_CIM_Mount_qualifiers[] =
 98580               {
 98581                   /* ASSOCIATION */
 98582                   "\000\001",
 98583                   /* UMLPackagePath */
 98584                   "\057CIM::System::FileElements",
 98585                   /* Version */
 98586                   "\0632.6.0",
 98587                   0,
 98588               };
 98589               
 98590               MetaClass
 98591               __root_cimv2_CIM_Mount =
 98592               {
 98593                   /* flags */
 98594 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 98595                   /* name */
 98596                   "CIM_Mount",
 98597                   /* qualifiers */
 98598                   __root_cimv2_CIM_Mount_qualifiers,
 98599                   /* super */
 98600                   &__root_cimv2_CIM_Dependency,
 98601                   /* features */
 98602                   _CIM_Mount_features,
 98603               };
 98604               
 98605               //==============================================================================
 98606               //
 98607               // Class: CIM_NetworkAdapter
 98608               //
 98609               //==============================================================================
 98610               
 98611               static const char*
 98612               _CIM_NetworkAdapter_PermanentAddress_qualifiers[] =
 98613               {
 98614                   /* Deprecated */
 98615 mike  1.1.2.1     "\013\000\001CIM_NetworkPort.PermanentAddress\000",
 98616                   /* MaxLen */
 98617                   "\030\000\000\000\100",
 98618                   /* MappingStrings */
 98619                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.2\000",
 98620                   0,
 98621               };
 98622               
 98623               static MetaProperty
 98624               _CIM_NetworkAdapter_PermanentAddress =
 98625               {
 98626                   /* flags */
 98627                   META_FLAG_PROPERTY|META_FLAG_READ,
 98628                   /* name */
 98629                   "PermanentAddress",
 98630                   /* qualifiers */
 98631                   _CIM_NetworkAdapter_PermanentAddress_qualifiers,
 98632                   /* type */
 98633                   CIMTYPE_STRING,
 98634                   /* subscript */
 98635                   -1,
 98636 mike  1.1.2.1     /* value */
 98637                   0,
 98638               };
 98639               
 98640               static const char*
 98641               _CIM_NetworkAdapter_NetworkAddresses_qualifiers[] =
 98642               {
 98643                   /* Deprecated */
 98644                   "\013\000\001CIM_NetworkPort.NetworkAddresses\000",
 98645                   /* MaxLen */
 98646                   "\030\000\000\000\100",
 98647                   /* MappingStrings */
 98648                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.3\000",
 98649                   /* ArrayType */
 98650                   "\005Indexed",
 98651                   0,
 98652               };
 98653               
 98654               static MetaProperty
 98655               _CIM_NetworkAdapter_NetworkAddresses =
 98656               {
 98657 mike  1.1.2.1     /* flags */
 98658                   META_FLAG_PROPERTY|META_FLAG_READ,
 98659                   /* name */
 98660                   "NetworkAddresses",
 98661                   /* qualifiers */
 98662                   _CIM_NetworkAdapter_NetworkAddresses_qualifiers,
 98663                   /* type */
 98664                   CIMTYPE_STRING,
 98665                   /* subscript */
 98666                   0,
 98667                   /* value */
 98668                   0,
 98669               };
 98670               
 98671               static const char*
 98672               _CIM_NetworkAdapter_Speed_qualifiers[] =
 98673               {
 98674                   /* Deprecated */
 98675                   "\013\000\001CIM_NetworkPort.Speed\000",
 98676                   /* Units */
 98677                   "\060Bits per Second",
 98678 mike  1.1.2.1     /* MappingStrings */
 98679                   "\026\000\002MIB.IETF|RFC1213-MIB.ifSpeed\000MIF.DMTF|Network Adapter 802 Port|001.5\000",
 98680                   0,
 98681               };
 98682               
 98683               static MetaProperty
 98684               _CIM_NetworkAdapter_Speed =
 98685               {
 98686                   /* flags */
 98687                   META_FLAG_PROPERTY|META_FLAG_READ,
 98688                   /* name */
 98689                   "Speed",
 98690                   /* qualifiers */
 98691                   _CIM_NetworkAdapter_Speed_qualifiers,
 98692                   /* type */
 98693                   CIMTYPE_UINT64,
 98694                   /* subscript */
 98695                   -1,
 98696                   /* value */
 98697                   0,
 98698               };
 98699 mike  1.1.2.1 
 98700               static const char*
 98701               _CIM_NetworkAdapter_MaxSpeed_qualifiers[] =
 98702               {
 98703                   /* Deprecated */
 98704                   "\013\000\001CIM_NetworkPort.MaxSpeed\000",
 98705                   /* Units */
 98706                   "\060Bits per Second",
 98707                   0,
 98708               };
 98709               
 98710               static MetaProperty
 98711               _CIM_NetworkAdapter_MaxSpeed =
 98712               {
 98713                   /* flags */
 98714                   META_FLAG_PROPERTY|META_FLAG_READ,
 98715                   /* name */
 98716                   "MaxSpeed",
 98717                   /* qualifiers */
 98718                   _CIM_NetworkAdapter_MaxSpeed_qualifiers,
 98719                   /* type */
 98720 mike  1.1.2.1     CIMTYPE_UINT64,
 98721                   /* subscript */
 98722                   -1,
 98723                   /* value */
 98724                   0,
 98725               };
 98726               
 98727               static const char*
 98728               _CIM_NetworkAdapter_FullDuplex_qualifiers[] =
 98729               {
 98730                   /* Deprecated */
 98731                   "\013\000\001CIM_NetworkPort.FullDuplex\000",
 98732                   0,
 98733               };
 98734               
 98735               static MetaProperty
 98736               _CIM_NetworkAdapter_FullDuplex =
 98737               {
 98738                   /* flags */
 98739                   META_FLAG_PROPERTY|META_FLAG_READ,
 98740                   /* name */
 98741 mike  1.1.2.1     "FullDuplex",
 98742                   /* qualifiers */
 98743                   _CIM_NetworkAdapter_FullDuplex_qualifiers,
 98744                   /* type */
 98745                   CIMTYPE_BOOLEAN,
 98746                   /* subscript */
 98747                   -1,
 98748                   /* value */
 98749                   0,
 98750               };
 98751               
 98752               static const char*
 98753               _CIM_NetworkAdapter_AutoSense_qualifiers[] =
 98754               {
 98755                   /* Deprecated */
 98756                   "\013\000\001CIM_NetworkPort.AutoSense\000",
 98757                   0,
 98758               };
 98759               
 98760               static MetaProperty
 98761               _CIM_NetworkAdapter_AutoSense =
 98762 mike  1.1.2.1 {
 98763                   /* flags */
 98764                   META_FLAG_PROPERTY|META_FLAG_READ,
 98765                   /* name */
 98766                   "AutoSense",
 98767                   /* qualifiers */
 98768                   _CIM_NetworkAdapter_AutoSense_qualifiers,
 98769                   /* type */
 98770                   CIMTYPE_BOOLEAN,
 98771                   /* subscript */
 98772                   -1,
 98773                   /* value */
 98774                   0,
 98775               };
 98776               
 98777               static const char*
 98778               _CIM_NetworkAdapter_OctetsTransmitted_qualifiers[] =
 98779               {
 98780                   /* Deprecated */
 98781                   "\013\000\001CIM_NetworkPortStatistics.BytesTransmitted\000",
 98782                   /* Counter */
 98783 mike  1.1.2.1     "\012\001",
 98784                   /* MappingStrings */
 98785                   "\026\000\002MIB.IETF|RFC1213-MIB.ifOutOctets\000MIF.DMTF|Network Adapter 802 Port|001.7\000",
 98786                   0,
 98787               };
 98788               
 98789               static MetaProperty
 98790               _CIM_NetworkAdapter_OctetsTransmitted =
 98791               {
 98792                   /* flags */
 98793                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 98794                   /* name */
 98795                   "OctetsTransmitted",
 98796                   /* qualifiers */
 98797                   _CIM_NetworkAdapter_OctetsTransmitted_qualifiers,
 98798                   /* type */
 98799                   CIMTYPE_UINT64,
 98800                   /* subscript */
 98801                   -1,
 98802                   /* value */
 98803                   0,
 98804 mike  1.1.2.1 };
 98805               
 98806               static const char*
 98807               _CIM_NetworkAdapter_OctetsReceived_qualifiers[] =
 98808               {
 98809                   /* Deprecated */
 98810                   "\013\000\001CIM_NetworkPortStatistics.BytesReceived\000",
 98811                   /* Counter */
 98812                   "\012\001",
 98813                   /* MappingStrings */
 98814                   "\026\000\002MIB.IETF|RFC1213-MIB.ifInOctets\000MIF.DMTF|Network Adapter 802 Port|001.9\000",
 98815                   0,
 98816               };
 98817               
 98818               static MetaProperty
 98819               _CIM_NetworkAdapter_OctetsReceived =
 98820               {
 98821                   /* flags */
 98822                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 98823                   /* name */
 98824                   "OctetsReceived",
 98825 mike  1.1.2.1     /* qualifiers */
 98826                   _CIM_NetworkAdapter_OctetsReceived_qualifiers,
 98827                   /* type */
 98828                   CIMTYPE_UINT64,
 98829                   /* subscript */
 98830                   -1,
 98831                   /* value */
 98832                   0,
 98833               };
 98834               
 98835               static MetaFeature*
 98836               _CIM_NetworkAdapter_features[] =
 98837               {
 98838                   (MetaFeature*)&_CIM_NetworkAdapter_PermanentAddress,
 98839                   (MetaFeature*)&_CIM_NetworkAdapter_NetworkAddresses,
 98840                   (MetaFeature*)&_CIM_NetworkAdapter_Speed,
 98841                   (MetaFeature*)&_CIM_NetworkAdapter_MaxSpeed,
 98842                   (MetaFeature*)&_CIM_NetworkAdapter_FullDuplex,
 98843                   (MetaFeature*)&_CIM_NetworkAdapter_AutoSense,
 98844                   (MetaFeature*)&_CIM_NetworkAdapter_OctetsTransmitted,
 98845                   (MetaFeature*)&_CIM_NetworkAdapter_OctetsReceived,
 98846 mike  1.1.2.1     0,
 98847               };
 98848               
 98849               static const char*
 98850               __root_cimv2_CIM_NetworkAdapter_qualifiers[] =
 98851               {
 98852                   /* Deprecated */
 98853                   "\013\000\001CIM_NetworkPort\000",
 98854                   /* UMLPackagePath */
 98855                   "\057CIM::Device::NetworkAdapter",
 98856                   /* Abstract */
 98857                   "\002\001",
 98858                   /* Version */
 98859                   "\0632.10.0",
 98860                   0,
 98861               };
 98862               
 98863               MetaClass
 98864               __root_cimv2_CIM_NetworkAdapter =
 98865               {
 98866                   /* flags */
 98867 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 98868                   /* name */
 98869                   "CIM_NetworkAdapter",
 98870                   /* qualifiers */
 98871                   __root_cimv2_CIM_NetworkAdapter_qualifiers,
 98872                   /* super */
 98873                   &__root_cimv2_CIM_LogicalDevice,
 98874                   /* features */
 98875                   _CIM_NetworkAdapter_features,
 98876               };
 98877               
 98878               //==============================================================================
 98879               //
 98880               // Class: CIM_NetworkAdapterRedundancyComponent
 98881               //
 98882               //==============================================================================
 98883               
 98884               static const char*
 98885               _CIM_NetworkAdapterRedundancyComponent_GroupComponent_qualifiers[] =
 98886               {
 98887                   /* Deprecated */
 98888 mike  1.1.2.1     "\013\000\001CIM_OrderedMemberOfCollection.Collection\000",
 98889                   /* Aggregate */
 98890                   "\003\001",
 98891                   /* Override */
 98892                   "\044GroupComponent",
 98893                   0,
 98894               };
 98895               
 98896               static MetaReference
 98897               _CIM_NetworkAdapterRedundancyComponent_GroupComponent =
 98898               {
 98899                   /* flags */
 98900                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 98901                   /* name */
 98902                   "GroupComponent",
 98903                   /* qualifiers */
 98904                   _CIM_NetworkAdapterRedundancyComponent_GroupComponent_qualifiers,
 98905                   /* subscript */
 98906                   -1,
 98907                   /* refId */
 98908                   &__root_cimv2_CIM_ExtraCapacityGroup,
 98909 mike  1.1.2.1 };
 98910               
 98911               static const char*
 98912               _CIM_NetworkAdapterRedundancyComponent_PartComponent_qualifiers[] =
 98913               {
 98914                   /* Deprecated */
 98915                   "\013\000\001CIM_OrderedMemberOfCollection.Member\000",
 98916                   /* Override */
 98917                   "\044PartComponent",
 98918                   0,
 98919               };
 98920               
 98921               static MetaReference
 98922               _CIM_NetworkAdapterRedundancyComponent_PartComponent =
 98923               {
 98924                   /* flags */
 98925                   META_FLAG_REFERENCE|META_FLAG_READ,
 98926                   /* name */
 98927                   "PartComponent",
 98928                   /* qualifiers */
 98929                   _CIM_NetworkAdapterRedundancyComponent_PartComponent_qualifiers,
 98930 mike  1.1.2.1     /* subscript */
 98931                   -1,
 98932                   /* refId */
 98933                   &__root_cimv2_CIM_NetworkAdapter,
 98934               };
 98935               
 98936               static const char*
 98937               _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing_qualifiers[] =
 98938               {
 98939                   /* Deprecated */
 98940                   "\013\000\001No value\000",
 98941                   /* ValueMap */
 98942                   "\061\000\0040\0001\0002\0003\000",
 98943                   /* Values */
 98944                   "\062\000\004Unknown\000Load Balancing - Transmit Only\000Load Balancing - Receive Only\000Full Load Balancing\000",
 98945                   0,
 98946               };
 98947               
 98948               static MetaProperty
 98949               _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing =
 98950               {
 98951 mike  1.1.2.1     /* flags */
 98952                   META_FLAG_PROPERTY|META_FLAG_READ,
 98953                   /* name */
 98954                   "ScopeOfBalancing",
 98955                   /* qualifiers */
 98956                   _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing_qualifiers,
 98957                   /* type */
 98958                   CIMTYPE_UINT16,
 98959                   /* subscript */
 98960                   -1,
 98961                   /* value */
 98962                   0,
 98963               };
 98964               
 98965               static const char*
 98966               _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter_qualifiers[] =
 98967               {
 98968                   /* Deprecated */
 98969                   "\013\000\001CIM_OrderedMemberOfCollection.AssignedSequence\000",
 98970                   /* ValueMap */
 98971                   "\061\000\0050\0001\0002\0003\0004\000",
 98972 mike  1.1.2.1     /* Values */
 98973                   "\062\000\005Unknown\000Original Primary\000Preferred Primary\000Both\000Not Applicable\000",
 98974                   0,
 98975               };
 98976               
 98977               static MetaProperty
 98978               _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter =
 98979               {
 98980                   /* flags */
 98981                   META_FLAG_PROPERTY|META_FLAG_READ,
 98982                   /* name */
 98983                   "PrimaryAdapter",
 98984                   /* qualifiers */
 98985                   _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter_qualifiers,
 98986                   /* type */
 98987                   CIMTYPE_UINT16,
 98988                   /* subscript */
 98989                   -1,
 98990                   /* value */
 98991                   0,
 98992               };
 98993 mike  1.1.2.1 
 98994               static MetaFeature*
 98995               _CIM_NetworkAdapterRedundancyComponent_features[] =
 98996               {
 98997                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_GroupComponent,
 98998                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_PartComponent,
 98999                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing,
 99000                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter,
 99001                   0,
 99002               };
 99003               
 99004               static const char*
 99005               __root_cimv2_CIM_NetworkAdapterRedundancyComponent_qualifiers[] =
 99006               {
 99007                   /* ASSOCIATION */
 99008                   "\000\001",
 99009                   /* Deprecated */
 99010                   "\013\000\001CIM_OrderedMemberOfCollection\000",
 99011                   /* UMLPackagePath */
 99012                   "\057CIM::Device::NetworkAdapter",
 99013                   /* Aggregation */
 99014 mike  1.1.2.1     "\004\001",
 99015                   /* Version */
 99016                   "\0632.10.0",
 99017                   0,
 99018               };
 99019               
 99020               MetaClass
 99021               __root_cimv2_CIM_NetworkAdapterRedundancyComponent =
 99022               {
 99023                   /* flags */
 99024                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 99025                   /* name */
 99026                   "CIM_NetworkAdapterRedundancyComponent",
 99027                   /* qualifiers */
 99028                   __root_cimv2_CIM_NetworkAdapterRedundancyComponent_qualifiers,
 99029                   /* super */
 99030                   &__root_cimv2_CIM_RedundancyComponent,
 99031                   /* features */
 99032                   _CIM_NetworkAdapterRedundancyComponent_features,
 99033               };
 99034               
 99035 mike  1.1.2.1 //==============================================================================
 99036               //
 99037               // Class: CIM_NetworkPipe
 99038               //
 99039               //==============================================================================
 99040               
 99041               static const char*
 99042               _CIM_NetworkPipe_InstanceID_qualifiers[] =
 99043               {
 99044                   /* Key */
 99045                   "\025\001",
 99046                   /* MappingStrings */
 99047                   "\026\000\003Recommendation.ITU|M3100.TrailR1.trailId\000Recommendation.ITU|M3100.ConnectionR1.connectionID\000Recommendation.ITU|M3100.SubNetworkConnection.subNetworkConnectionID\000",
 99048                   0,
 99049               };
 99050               
 99051               static MetaProperty
 99052               _CIM_NetworkPipe_InstanceID =
 99053               {
 99054                   /* flags */
 99055                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99056 mike  1.1.2.1     /* name */
 99057                   "InstanceID",
 99058                   /* qualifiers */
 99059                   _CIM_NetworkPipe_InstanceID_qualifiers,
 99060                   /* type */
 99061                   CIMTYPE_STRING,
 99062                   /* subscript */
 99063                   -1,
 99064                   /* value */
 99065                   0,
 99066               };
 99067               
 99068               static const char*
 99069               _CIM_NetworkPipe_Directionality_qualifiers[] =
 99070               {
 99071                   /* ValueMap */
 99072                   "\061\000\0030\0002\0003\000",
 99073                   /* Values */
 99074                   "\062\000\003Unknown\000Bi-Directional\000Unidirectional\000",
 99075                   /* MappingStrings */
 99076                   "\026\000\001Recommendation.ITU|M3100.Pipe.directionality\000",
 99077 mike  1.1.2.1     0,
 99078               };
 99079               
 99080               static MetaProperty
 99081               _CIM_NetworkPipe_Directionality =
 99082               {
 99083                   /* flags */
 99084                   META_FLAG_PROPERTY|META_FLAG_READ,
 99085                   /* name */
 99086                   "Directionality",
 99087                   /* qualifiers */
 99088                   _CIM_NetworkPipe_Directionality_qualifiers,
 99089                   /* type */
 99090                   CIMTYPE_UINT16,
 99091                   /* subscript */
 99092                   -1,
 99093                   /* value */
 99094                   0,
 99095               };
 99096               
 99097               static const char*
 99098 mike  1.1.2.1 _CIM_NetworkPipe_AggregationBehavior_qualifiers[] =
 99099               {
 99100                   /* ValueMap */
 99101                   "\061\000\0040\0002\0003\0004\000",
 99102                   /* Values */
 99103                   "\062\000\004Unknown\000No Lower-Level Composition\000Combined In Parallel\000Combined In Sequence\000",
 99104                   0,
 99105               };
 99106               
 99107               static MetaProperty
 99108               _CIM_NetworkPipe_AggregationBehavior =
 99109               {
 99110                   /* flags */
 99111                   META_FLAG_PROPERTY|META_FLAG_READ,
 99112                   /* name */
 99113                   "AggregationBehavior",
 99114                   /* qualifiers */
 99115                   _CIM_NetworkPipe_AggregationBehavior_qualifiers,
 99116                   /* type */
 99117                   CIMTYPE_UINT16,
 99118                   /* subscript */
 99119 mike  1.1.2.1     -1,
 99120                   /* value */
 99121                   0,
 99122               };
 99123               
 99124               static const char*
 99125               _CIM_NetworkPipe_EnabledState_qualifiers[] =
 99126               {
 99127                   /* Override */
 99128                   "\044EnabledState",
 99129                   /* MappingStrings */
 99130                   "\026\000\001Recommendation.ITU|M3100.Pipe.operationalState\000",
 99131                   0,
 99132               };
 99133               
 99134               static MetaProperty
 99135               _CIM_NetworkPipe_EnabledState =
 99136               {
 99137                   /* flags */
 99138                   META_FLAG_PROPERTY|META_FLAG_READ,
 99139                   /* name */
 99140 mike  1.1.2.1     "EnabledState",
 99141                   /* qualifiers */
 99142                   _CIM_NetworkPipe_EnabledState_qualifiers,
 99143                   /* type */
 99144                   CIMTYPE_UINT16,
 99145                   /* subscript */
 99146                   -1,
 99147                   /* value */
 99148                   0,
 99149               };
 99150               
 99151               static const char*
 99152               _CIM_NetworkPipe_RequestedState_qualifiers[] =
 99153               {
 99154                   /* Override */
 99155                   "\044RequestedState",
 99156                   /* Write */
 99157                   "\065\001",
 99158                   /* MappingStrings */
 99159                   "\026\000\001Recommendation.ITU|M3100.Pipe.administrativeState\000",
 99160                   0,
 99161 mike  1.1.2.1 };
 99162               
 99163               static MetaProperty
 99164               _CIM_NetworkPipe_RequestedState =
 99165               {
 99166                   /* flags */
 99167                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 99168                   /* name */
 99169                   "RequestedState",
 99170                   /* qualifiers */
 99171                   _CIM_NetworkPipe_RequestedState_qualifiers,
 99172                   /* type */
 99173                   CIMTYPE_UINT16,
 99174                   /* subscript */
 99175                   -1,
 99176                   /* value */
 99177                   "\000\005",
 99178               };
 99179               
 99180               static MetaFeature*
 99181               _CIM_NetworkPipe_features[] =
 99182 mike  1.1.2.1 {
 99183                   (MetaFeature*)&_CIM_NetworkPipe_InstanceID,
 99184                   (MetaFeature*)&_CIM_NetworkPipe_Directionality,
 99185                   (MetaFeature*)&_CIM_NetworkPipe_AggregationBehavior,
 99186                   (MetaFeature*)&_CIM_NetworkPipe_EnabledState,
 99187                   (MetaFeature*)&_CIM_NetworkPipe_RequestedState,
 99188                   0,
 99189               };
 99190               
 99191               static const char*
 99192               __root_cimv2_CIM_NetworkPipe_qualifiers[] =
 99193               {
 99194                   /* UMLPackagePath */
 99195                   "\057CIM::Network::Pipes",
 99196                   /* Version */
 99197                   "\0632.7.0",
 99198                   /* MappingStrings */
 99199                   "\026\000\004Recommendation.ITU|M3100.Pipe\000Recommendation.ITU|M3100.TrailR1\000Recommendation.ITU|M3100.ConnectionR1\000Recommendation.ITU|M3100.SubNetworkConnection\000",
 99200                   0,
 99201               };
 99202               
 99203 mike  1.1.2.1 MetaClass
 99204               __root_cimv2_CIM_NetworkPipe =
 99205               {
 99206                   /* flags */
 99207                   META_FLAG_CLASS,
 99208                   /* name */
 99209                   "CIM_NetworkPipe",
 99210                   /* qualifiers */
 99211                   __root_cimv2_CIM_NetworkPipe_qualifiers,
 99212                   /* super */
 99213                   &__root_cimv2_CIM_EnabledLogicalElement,
 99214                   /* features */
 99215                   _CIM_NetworkPipe_features,
 99216               };
 99217               
 99218               //==============================================================================
 99219               //
 99220               // Class: CIM_NetworkPipeComposition
 99221               //
 99222               //==============================================================================
 99223               
 99224 mike  1.1.2.1 static const char*
 99225               _CIM_NetworkPipeComposition_GroupComponent_qualifiers[] =
 99226               {
 99227                   /* Aggregate */
 99228                   "\003\001",
 99229                   /* Override */
 99230                   "\044GroupComponent",
 99231                   0,
 99232               };
 99233               
 99234               static MetaReference
 99235               _CIM_NetworkPipeComposition_GroupComponent =
 99236               {
 99237                   /* flags */
 99238                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 99239                   /* name */
 99240                   "GroupComponent",
 99241                   /* qualifiers */
 99242                   _CIM_NetworkPipeComposition_GroupComponent_qualifiers,
 99243                   /* subscript */
 99244                   -1,
 99245 mike  1.1.2.1     /* refId */
 99246                   &__root_cimv2_CIM_NetworkPipe,
 99247               };
 99248               
 99249               static const char*
 99250               _CIM_NetworkPipeComposition_PartComponent_qualifiers[] =
 99251               {
 99252                   /* Override */
 99253                   "\044PartComponent",
 99254                   0,
 99255               };
 99256               
 99257               static MetaReference
 99258               _CIM_NetworkPipeComposition_PartComponent =
 99259               {
 99260                   /* flags */
 99261                   META_FLAG_REFERENCE|META_FLAG_READ,
 99262                   /* name */
 99263                   "PartComponent",
 99264                   /* qualifiers */
 99265                   _CIM_NetworkPipeComposition_PartComponent_qualifiers,
 99266 mike  1.1.2.1     /* subscript */
 99267                   -1,
 99268                   /* refId */
 99269                   &__root_cimv2_CIM_NetworkPipe,
 99270               };
 99271               
 99272               static const char*
 99273               _CIM_NetworkPipeComposition_AggregationSequence_qualifiers[] =
 99274               {
 99275                   0,
 99276               };
 99277               
 99278               static MetaProperty
 99279               _CIM_NetworkPipeComposition_AggregationSequence =
 99280               {
 99281                   /* flags */
 99282                   META_FLAG_PROPERTY|META_FLAG_READ,
 99283                   /* name */
 99284                   "AggregationSequence",
 99285                   /* qualifiers */
 99286                   _CIM_NetworkPipeComposition_AggregationSequence_qualifiers,
 99287 mike  1.1.2.1     /* type */
 99288                   CIMTYPE_UINT16,
 99289                   /* subscript */
 99290                   -1,
 99291                   /* value */
 99292                   0,
 99293               };
 99294               
 99295               static MetaFeature*
 99296               _CIM_NetworkPipeComposition_features[] =
 99297               {
 99298                   (MetaFeature*)&_CIM_NetworkPipeComposition_GroupComponent,
 99299                   (MetaFeature*)&_CIM_NetworkPipeComposition_PartComponent,
 99300                   (MetaFeature*)&_CIM_NetworkPipeComposition_AggregationSequence,
 99301                   0,
 99302               };
 99303               
 99304               static const char*
 99305               __root_cimv2_CIM_NetworkPipeComposition_qualifiers[] =
 99306               {
 99307                   /* ASSOCIATION */
 99308 mike  1.1.2.1     "\000\001",
 99309                   /* UMLPackagePath */
 99310                   "\057CIM::Network::Pipes",
 99311                   /* Aggregation */
 99312                   "\004\001",
 99313                   /* Composition */
 99314                   "\011\001",
 99315                   /* Version */
 99316                   "\0632.7.0",
 99317                   /* MappingStrings */
 99318                   "\026\000\002Recommendation.ITU|M3100.TrailR1.serverConnectionListPackage\000Recommendation.ITU|M3100.TrailR1.clientConnectionListPackage\000",
 99319                   0,
 99320               };
 99321               
 99322               MetaClass
 99323               __root_cimv2_CIM_NetworkPipeComposition =
 99324               {
 99325                   /* flags */
 99326                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 99327                   /* name */
 99328                   "CIM_NetworkPipeComposition",
 99329 mike  1.1.2.1     /* qualifiers */
 99330                   __root_cimv2_CIM_NetworkPipeComposition_qualifiers,
 99331                   /* super */
 99332                   &__root_cimv2_CIM_Component,
 99333                   /* features */
 99334                   _CIM_NetworkPipeComposition_features,
 99335               };
 99336               
 99337               //==============================================================================
 99338               //
 99339               // Class: CIM_NetworkPort
 99340               //
 99341               //==============================================================================
 99342               
 99343               static const char*
 99344               _CIM_NetworkPort_Speed_qualifiers[] =
 99345               {
 99346                   /* Override */
 99347                   "\044Speed",
 99348                   /* Units */
 99349                   "\060Bits per Second",
 99350 mike  1.1.2.1     /* MappingStrings */
 99351                   "\026\000\002MIB.IETF|MIB-II.ifSpeed\000MIF.DMTF|Network Adapter 802 Port|001.5\000",
 99352                   0,
 99353               };
 99354               
 99355               static MetaProperty
 99356               _CIM_NetworkPort_Speed =
 99357               {
 99358                   /* flags */
 99359                   META_FLAG_PROPERTY|META_FLAG_READ,
 99360                   /* name */
 99361                   "Speed",
 99362                   /* qualifiers */
 99363                   _CIM_NetworkPort_Speed_qualifiers,
 99364                   /* type */
 99365                   CIMTYPE_UINT64,
 99366                   /* subscript */
 99367                   -1,
 99368                   /* value */
 99369                   0,
 99370               };
 99371 mike  1.1.2.1 
 99372               static const char*
 99373               _CIM_NetworkPort_OtherNetworkPortType_qualifiers[] =
 99374               {
 99375                   /* Deprecated */
 99376                   "\013\000\001CIM_NetworkPort.OtherPortType\000",
 99377                   /* ModelCorrespondence */
 99378                   "\036\000\001CIM_LogicalPort.PortType\000",
 99379                   0,
 99380               };
 99381               
 99382               static MetaProperty
 99383               _CIM_NetworkPort_OtherNetworkPortType =
 99384               {
 99385                   /* flags */
 99386                   META_FLAG_PROPERTY|META_FLAG_READ,
 99387                   /* name */
 99388                   "OtherNetworkPortType",
 99389                   /* qualifiers */
 99390                   _CIM_NetworkPort_OtherNetworkPortType_qualifiers,
 99391                   /* type */
 99392 mike  1.1.2.1     CIMTYPE_STRING,
 99393                   /* subscript */
 99394                   -1,
 99395                   /* value */
 99396                   0,
 99397               };
 99398               
 99399               static const char*
 99400               _CIM_NetworkPort_PortNumber_qualifiers[] =
 99401               {
 99402                   0,
 99403               };
 99404               
 99405               static MetaProperty
 99406               _CIM_NetworkPort_PortNumber =
 99407               {
 99408                   /* flags */
 99409                   META_FLAG_PROPERTY|META_FLAG_READ,
 99410                   /* name */
 99411                   "PortNumber",
 99412                   /* qualifiers */
 99413 mike  1.1.2.1     _CIM_NetworkPort_PortNumber_qualifiers,
 99414                   /* type */
 99415                   CIMTYPE_UINT16,
 99416                   /* subscript */
 99417                   -1,
 99418                   /* value */
 99419                   0,
 99420               };
 99421               
 99422               static const char*
 99423               _CIM_NetworkPort_LinkTechnology_qualifiers[] =
 99424               {
 99425                   /* ValueMap */
 99426                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 99427                   /* Values */
 99428                   "\062\000\014Unknown\000Other\000Ethernet\000IB\000FC\000FDDI\000ATM\000Token Ring\000Frame Relay\000Infrared\000BlueTooth\000Wireless LAN\000",
 99429                   /* ModelCorrespondence */
 99430                   "\036\000\001CIM_NetworkPort.OtherLinkTechnology\000",
 99431                   0,
 99432               };
 99433               
 99434 mike  1.1.2.1 static MetaProperty
 99435               _CIM_NetworkPort_LinkTechnology =
 99436               {
 99437                   /* flags */
 99438                   META_FLAG_PROPERTY|META_FLAG_READ,
 99439                   /* name */
 99440                   "LinkTechnology",
 99441                   /* qualifiers */
 99442                   _CIM_NetworkPort_LinkTechnology_qualifiers,
 99443                   /* type */
 99444                   CIMTYPE_UINT16,
 99445                   /* subscript */
 99446                   -1,
 99447                   /* value */
 99448                   0,
 99449               };
 99450               
 99451               static const char*
 99452               _CIM_NetworkPort_OtherLinkTechnology_qualifiers[] =
 99453               {
 99454                   /* ModelCorrespondence */
 99455 mike  1.1.2.1     "\036\000\001CIM_NetworkPort.LinkTechnology\000",
 99456                   0,
 99457               };
 99458               
 99459               static MetaProperty
 99460               _CIM_NetworkPort_OtherLinkTechnology =
 99461               {
 99462                   /* flags */
 99463                   META_FLAG_PROPERTY|META_FLAG_READ,
 99464                   /* name */
 99465                   "OtherLinkTechnology",
 99466                   /* qualifiers */
 99467                   _CIM_NetworkPort_OtherLinkTechnology_qualifiers,
 99468                   /* type */
 99469                   CIMTYPE_STRING,
 99470                   /* subscript */
 99471                   -1,
 99472                   /* value */
 99473                   0,
 99474               };
 99475               
 99476 mike  1.1.2.1 static const char*
 99477               _CIM_NetworkPort_PermanentAddress_qualifiers[] =
 99478               {
 99479                   /* MaxLen */
 99480                   "\030\000\000\000\100",
 99481                   /* MappingStrings */
 99482                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.2\000",
 99483                   0,
 99484               };
 99485               
 99486               static MetaProperty
 99487               _CIM_NetworkPort_PermanentAddress =
 99488               {
 99489                   /* flags */
 99490                   META_FLAG_PROPERTY|META_FLAG_READ,
 99491                   /* name */
 99492                   "PermanentAddress",
 99493                   /* qualifiers */
 99494                   _CIM_NetworkPort_PermanentAddress_qualifiers,
 99495                   /* type */
 99496                   CIMTYPE_STRING,
 99497 mike  1.1.2.1     /* subscript */
 99498                   -1,
 99499                   /* value */
 99500                   0,
 99501               };
 99502               
 99503               static const char*
 99504               _CIM_NetworkPort_NetworkAddresses_qualifiers[] =
 99505               {
 99506                   /* MaxLen */
 99507                   "\030\000\000\000\100",
 99508                   /* MappingStrings */
 99509                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.3\000",
 99510                   0,
 99511               };
 99512               
 99513               static MetaProperty
 99514               _CIM_NetworkPort_NetworkAddresses =
 99515               {
 99516                   /* flags */
 99517                   META_FLAG_PROPERTY|META_FLAG_READ,
 99518 mike  1.1.2.1     /* name */
 99519                   "NetworkAddresses",
 99520                   /* qualifiers */
 99521                   _CIM_NetworkPort_NetworkAddresses_qualifiers,
 99522                   /* type */
 99523                   CIMTYPE_STRING,
 99524                   /* subscript */
 99525                   0,
 99526                   /* value */
 99527                   0,
 99528               };
 99529               
 99530               static const char*
 99531               _CIM_NetworkPort_FullDuplex_qualifiers[] =
 99532               {
 99533                   0,
 99534               };
 99535               
 99536               static MetaProperty
 99537               _CIM_NetworkPort_FullDuplex =
 99538               {
 99539 mike  1.1.2.1     /* flags */
 99540                   META_FLAG_PROPERTY|META_FLAG_READ,
 99541                   /* name */
 99542                   "FullDuplex",
 99543                   /* qualifiers */
 99544                   _CIM_NetworkPort_FullDuplex_qualifiers,
 99545                   /* type */
 99546                   CIMTYPE_BOOLEAN,
 99547                   /* subscript */
 99548                   -1,
 99549                   /* value */
 99550                   0,
 99551               };
 99552               
 99553               static const char*
 99554               _CIM_NetworkPort_AutoSense_qualifiers[] =
 99555               {
 99556                   0,
 99557               };
 99558               
 99559               static MetaProperty
 99560 mike  1.1.2.1 _CIM_NetworkPort_AutoSense =
 99561               {
 99562                   /* flags */
 99563                   META_FLAG_PROPERTY|META_FLAG_READ,
 99564                   /* name */
 99565                   "AutoSense",
 99566                   /* qualifiers */
 99567                   _CIM_NetworkPort_AutoSense_qualifiers,
 99568                   /* type */
 99569                   CIMTYPE_BOOLEAN,
 99570                   /* subscript */
 99571                   -1,
 99572                   /* value */
 99573                   0,
 99574               };
 99575               
 99576               static const char*
 99577               _CIM_NetworkPort_SupportedMaximumTransmissionUnit_qualifiers[] =
 99578               {
 99579                   /* Units */
 99580                   "\060Bytes",
 99581 mike  1.1.2.1     0,
 99582               };
 99583               
 99584               static MetaProperty
 99585               _CIM_NetworkPort_SupportedMaximumTransmissionUnit =
 99586               {
 99587                   /* flags */
 99588                   META_FLAG_PROPERTY|META_FLAG_READ,
 99589                   /* name */
 99590                   "SupportedMaximumTransmissionUnit",
 99591                   /* qualifiers */
 99592                   _CIM_NetworkPort_SupportedMaximumTransmissionUnit_qualifiers,
 99593                   /* type */
 99594                   CIMTYPE_UINT64,
 99595                   /* subscript */
 99596                   -1,
 99597                   /* value */
 99598                   0,
 99599               };
 99600               
 99601               static const char*
 99602 mike  1.1.2.1 _CIM_NetworkPort_ActiveMaximumTransmissionUnit_qualifiers[] =
 99603               {
 99604                   /* Units */
 99605                   "\060Bytes",
 99606                   0,
 99607               };
 99608               
 99609               static MetaProperty
 99610               _CIM_NetworkPort_ActiveMaximumTransmissionUnit =
 99611               {
 99612                   /* flags */
 99613                   META_FLAG_PROPERTY|META_FLAG_READ,
 99614                   /* name */
 99615                   "ActiveMaximumTransmissionUnit",
 99616                   /* qualifiers */
 99617                   _CIM_NetworkPort_ActiveMaximumTransmissionUnit_qualifiers,
 99618                   /* type */
 99619                   CIMTYPE_UINT64,
 99620                   /* subscript */
 99621                   -1,
 99622                   /* value */
 99623 mike  1.1.2.1     0,
 99624               };
 99625               
 99626               static MetaFeature*
 99627               _CIM_NetworkPort_features[] =
 99628               {
 99629                   (MetaFeature*)&_CIM_NetworkPort_Speed,
 99630                   (MetaFeature*)&_CIM_NetworkPort_OtherNetworkPortType,
 99631                   (MetaFeature*)&_CIM_NetworkPort_PortNumber,
 99632                   (MetaFeature*)&_CIM_NetworkPort_LinkTechnology,
 99633                   (MetaFeature*)&_CIM_NetworkPort_OtherLinkTechnology,
 99634                   (MetaFeature*)&_CIM_NetworkPort_PermanentAddress,
 99635                   (MetaFeature*)&_CIM_NetworkPort_NetworkAddresses,
 99636                   (MetaFeature*)&_CIM_NetworkPort_FullDuplex,
 99637                   (MetaFeature*)&_CIM_NetworkPort_AutoSense,
 99638                   (MetaFeature*)&_CIM_NetworkPort_SupportedMaximumTransmissionUnit,
 99639                   (MetaFeature*)&_CIM_NetworkPort_ActiveMaximumTransmissionUnit,
 99640                   0,
 99641               };
 99642               
 99643               static const char*
 99644 mike  1.1.2.1 __root_cimv2_CIM_NetworkPort_qualifiers[] =
 99645               {
 99646                   /* UMLPackagePath */
 99647                   "\057CIM::Device::Ports",
 99648                   /* Version */
 99649                   "\0632.10.0",
 99650                   0,
 99651               };
 99652               
 99653               MetaClass
 99654               __root_cimv2_CIM_NetworkPort =
 99655               {
 99656                   /* flags */
 99657                   META_FLAG_CLASS,
 99658                   /* name */
 99659                   "CIM_NetworkPort",
 99660                   /* qualifiers */
 99661                   __root_cimv2_CIM_NetworkPort_qualifiers,
 99662                   /* super */
 99663                   &__root_cimv2_CIM_LogicalPort,
 99664                   /* features */
 99665 mike  1.1.2.1     _CIM_NetworkPort_features,
 99666               };
 99667               
 99668               //==============================================================================
 99669               //
 99670               // Class: CIM_NetworkVirtualAdapter
 99671               //
 99672               //==============================================================================
 99673               
 99674               static const char*
 99675               _CIM_NetworkVirtualAdapter_SystemElement_qualifiers[] =
 99676               {
 99677                   /* Deprecated */
 99678                   "\013\000\001CIM_ConcreteIdentity.SystemElement\000",
 99679                   /* Override */
 99680                   "\044SystemElement",
 99681                   0,
 99682               };
 99683               
 99684               static MetaReference
 99685               _CIM_NetworkVirtualAdapter_SystemElement =
 99686 mike  1.1.2.1 {
 99687                   /* flags */
 99688                   META_FLAG_REFERENCE|META_FLAG_READ,
 99689                   /* name */
 99690                   "SystemElement",
 99691                   /* qualifiers */
 99692                   _CIM_NetworkVirtualAdapter_SystemElement_qualifiers,
 99693                   /* subscript */
 99694                   -1,
 99695                   /* refId */
 99696                   &__root_cimv2_CIM_NetworkAdapter,
 99697               };
 99698               
 99699               static const char*
 99700               _CIM_NetworkVirtualAdapter_SameElement_qualifiers[] =
 99701               {
 99702                   /* Deprecated */
 99703                   "\013\000\001CIM_ConcreteIdentity.SameElement\000",
 99704                   /* Override */
 99705                   "\044SameElement",
 99706                   0,
 99707 mike  1.1.2.1 };
 99708               
 99709               static MetaReference
 99710               _CIM_NetworkVirtualAdapter_SameElement =
 99711               {
 99712                   /* flags */
 99713                   META_FLAG_REFERENCE|META_FLAG_READ,
 99714                   /* name */
 99715                   "SameElement",
 99716                   /* qualifiers */
 99717                   _CIM_NetworkVirtualAdapter_SameElement_qualifiers,
 99718                   /* subscript */
 99719                   -1,
 99720                   /* refId */
 99721                   &__root_cimv2_CIM_ExtraCapacityGroup,
 99722               };
 99723               
 99724               static MetaFeature*
 99725               _CIM_NetworkVirtualAdapter_features[] =
 99726               {
 99727                   (MetaFeature*)&_CIM_NetworkVirtualAdapter_SystemElement,
 99728 mike  1.1.2.1     (MetaFeature*)&_CIM_NetworkVirtualAdapter_SameElement,
 99729                   0,
 99730               };
 99731               
 99732               static const char*
 99733               __root_cimv2_CIM_NetworkVirtualAdapter_qualifiers[] =
 99734               {
 99735                   /* ASSOCIATION */
 99736                   "\000\001",
 99737                   /* Deprecated */
 99738                   "\013\000\001CIM_ConcreteIdentity\000",
 99739                   /* UMLPackagePath */
 99740                   "\057CIM::Device::NetworkAdapter",
 99741                   /* Version */
 99742                   "\0632.10.0",
 99743                   0,
 99744               };
 99745               
 99746               MetaClass
 99747               __root_cimv2_CIM_NetworkVirtualAdapter =
 99748               {
 99749 mike  1.1.2.1     /* flags */
 99750                   META_FLAG_ASSOCIATION,
 99751                   /* name */
 99752                   "CIM_NetworkVirtualAdapter",
 99753                   /* qualifiers */
 99754                   __root_cimv2_CIM_NetworkVirtualAdapter_qualifiers,
 99755                   /* super */
 99756                   &__root_cimv2_CIM_LogicalIdentity,
 99757                   /* features */
 99758                   _CIM_NetworkVirtualAdapter_features,
 99759               };
 99760               
 99761               //==============================================================================
 99762               //
 99763               // Class: CIM_OperatingSystem
 99764               //
 99765               //==============================================================================
 99766               
 99767               static const char*
 99768               _CIM_OperatingSystem_CSCreationClassName_qualifiers[] =
 99769               {
 99770 mike  1.1.2.1     /* Key */
 99771                   "\025\001",
 99772                   /* Propagated */
 99773                   "\045CIM_ComputerSystem.CreationClassName",
 99774                   /* MaxLen */
 99775                   "\030\000\000\001\000",
 99776                   0,
 99777               };
 99778               
 99779               static MetaProperty
 99780               _CIM_OperatingSystem_CSCreationClassName =
 99781               {
 99782                   /* flags */
 99783                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99784                   /* name */
 99785                   "CSCreationClassName",
 99786                   /* qualifiers */
 99787                   _CIM_OperatingSystem_CSCreationClassName_qualifiers,
 99788                   /* type */
 99789                   CIMTYPE_STRING,
 99790                   /* subscript */
 99791 mike  1.1.2.1     -1,
 99792                   /* value */
 99793                   0,
 99794               };
 99795               
 99796               static const char*
 99797               _CIM_OperatingSystem_CSName_qualifiers[] =
 99798               {
 99799                   /* Key */
 99800                   "\025\001",
 99801                   /* Propagated */
 99802                   "\045CIM_ComputerSystem.Name",
 99803                   /* MaxLen */
 99804                   "\030\000\000\001\000",
 99805                   0,
 99806               };
 99807               
 99808               static MetaProperty
 99809               _CIM_OperatingSystem_CSName =
 99810               {
 99811                   /* flags */
 99812 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99813                   /* name */
 99814                   "CSName",
 99815                   /* qualifiers */
 99816                   _CIM_OperatingSystem_CSName_qualifiers,
 99817                   /* type */
 99818                   CIMTYPE_STRING,
 99819                   /* subscript */
 99820                   -1,
 99821                   /* value */
 99822                   0,
 99823               };
 99824               
 99825               static const char*
 99826               _CIM_OperatingSystem_CreationClassName_qualifiers[] =
 99827               {
 99828                   /* Key */
 99829                   "\025\001",
 99830                   /* MaxLen */
 99831                   "\030\000\000\001\000",
 99832                   0,
 99833 mike  1.1.2.1 };
 99834               
 99835               static MetaProperty
 99836               _CIM_OperatingSystem_CreationClassName =
 99837               {
 99838                   /* flags */
 99839                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99840                   /* name */
 99841                   "CreationClassName",
 99842                   /* qualifiers */
 99843                   _CIM_OperatingSystem_CreationClassName_qualifiers,
 99844                   /* type */
 99845                   CIMTYPE_STRING,
 99846                   /* subscript */
 99847                   -1,
 99848                   /* value */
 99849                   0,
 99850               };
 99851               
 99852               static const char*
 99853               _CIM_OperatingSystem_Name_qualifiers[] =
 99854 mike  1.1.2.1 {
 99855                   /* Key */
 99856                   "\025\001",
 99857                   /* Override */
 99858                   "\044Name",
 99859                   /* MaxLen */
 99860                   "\030\000\000\001\000",
 99861                   /* MappingStrings */
 99862                   "\026\000\001MIF.DMTF|Operating System|001.2\000",
 99863                   0,
 99864               };
 99865               
 99866               static MetaProperty
 99867               _CIM_OperatingSystem_Name =
 99868               {
 99869                   /* flags */
 99870                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99871                   /* name */
 99872                   "Name",
 99873                   /* qualifiers */
 99874                   _CIM_OperatingSystem_Name_qualifiers,
 99875 mike  1.1.2.1     /* type */
 99876                   CIMTYPE_STRING,
 99877                   /* subscript */
 99878                   -1,
 99879                   /* value */
 99880                   0,
 99881               };
 99882               
 99883               static const char*
 99884               _CIM_OperatingSystem_OSType_qualifiers[] =
 99885               {
 99886                   /* ValueMap */
 99887                   "\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",
 99888                   /* Values */
 99889                   "\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",
 99890                   /* ModelCorrespondence */
 99891                   "\036\000\002CIM_OperatingSystem.OtherTypeDescription\000CIM_SoftwareElement.TargetOperatingSystem\000",
 99892                   0,
 99893               };
 99894               
 99895               static MetaProperty
 99896 mike  1.1.2.1 _CIM_OperatingSystem_OSType =
 99897               {
 99898                   /* flags */
 99899                   META_FLAG_PROPERTY|META_FLAG_READ,
 99900                   /* name */
 99901                   "OSType",
 99902                   /* qualifiers */
 99903                   _CIM_OperatingSystem_OSType_qualifiers,
 99904                   /* type */
 99905                   CIMTYPE_UINT16,
 99906                   /* subscript */
 99907                   -1,
 99908                   /* value */
 99909                   0,
 99910               };
 99911               
 99912               static const char*
 99913               _CIM_OperatingSystem_OtherTypeDescription_qualifiers[] =
 99914               {
 99915                   /* MaxLen */
 99916                   "\030\000\000\000\100",
 99917 mike  1.1.2.1     /* ModelCorrespondence */
 99918                   "\036\000\001CIM_OperatingSystem.OSType\000",
 99919                   0,
 99920               };
 99921               
 99922               static MetaProperty
 99923               _CIM_OperatingSystem_OtherTypeDescription =
 99924               {
 99925                   /* flags */
 99926                   META_FLAG_PROPERTY|META_FLAG_READ,
 99927                   /* name */
 99928                   "OtherTypeDescription",
 99929                   /* qualifiers */
 99930                   _CIM_OperatingSystem_OtherTypeDescription_qualifiers,
 99931                   /* type */
 99932                   CIMTYPE_STRING,
 99933                   /* subscript */
 99934                   -1,
 99935                   /* value */
 99936                   0,
 99937               };
 99938 mike  1.1.2.1 
 99939               static const char*
 99940               _CIM_OperatingSystem_Version_qualifiers[] =
 99941               {
 99942                   /* MappingStrings */
 99943                   "\026\000\001MIF.DMTF|Operating System|001.3\000",
 99944                   0,
 99945               };
 99946               
 99947               static MetaProperty
 99948               _CIM_OperatingSystem_Version =
 99949               {
 99950                   /* flags */
 99951                   META_FLAG_PROPERTY|META_FLAG_READ,
 99952                   /* name */
 99953                   "Version",
 99954                   /* qualifiers */
 99955                   _CIM_OperatingSystem_Version_qualifiers,
 99956                   /* type */
 99957                   CIMTYPE_STRING,
 99958                   /* subscript */
 99959 mike  1.1.2.1     -1,
 99960                   /* value */
 99961                   0,
 99962               };
 99963               
 99964               static const char*
 99965               _CIM_OperatingSystem_LastBootUpTime_qualifiers[] =
 99966               {
 99967                   /* MappingStrings */
 99968                   "\026\000\001MIF.DMTF|General Information|001.5\000",
 99969                   0,
 99970               };
 99971               
 99972               static MetaProperty
 99973               _CIM_OperatingSystem_LastBootUpTime =
 99974               {
 99975                   /* flags */
 99976                   META_FLAG_PROPERTY|META_FLAG_READ,
 99977                   /* name */
 99978                   "LastBootUpTime",
 99979                   /* qualifiers */
 99980 mike  1.1.2.1     _CIM_OperatingSystem_LastBootUpTime_qualifiers,
 99981                   /* type */
 99982                   CIMTYPE_DATETIME,
 99983                   /* subscript */
 99984                   -1,
 99985                   /* value */
 99986                   0,
 99987               };
 99988               
 99989               static const char*
 99990               _CIM_OperatingSystem_LocalDateTime_qualifiers[] =
 99991               {
 99992                   /* MappingStrings */
 99993                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrSystemDate\000MIF.DMTF|General Information|001.6\000",
 99994                   0,
 99995               };
 99996               
 99997               static MetaProperty
 99998               _CIM_OperatingSystem_LocalDateTime =
 99999               {
100000                   /* flags */
100001 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
100002                   /* name */
100003                   "LocalDateTime",
100004                   /* qualifiers */
100005                   _CIM_OperatingSystem_LocalDateTime_qualifiers,
100006                   /* type */
100007                   CIMTYPE_DATETIME,
100008                   /* subscript */
100009                   -1,
100010                   /* value */
100011                   0,
100012               };
100013               
100014               static const char*
100015               _CIM_OperatingSystem_CurrentTimeZone_qualifiers[] =
100016               {
100017                   /* Units */
100018                   "\060Minutes",
100019                   0,
100020               };
100021               
100022 mike  1.1.2.1 static MetaProperty
100023               _CIM_OperatingSystem_CurrentTimeZone =
100024               {
100025                   /* flags */
100026                   META_FLAG_PROPERTY|META_FLAG_READ,
100027                   /* name */
100028                   "CurrentTimeZone",
100029                   /* qualifiers */
100030                   _CIM_OperatingSystem_CurrentTimeZone_qualifiers,
100031                   /* type */
100032                   CIMTYPE_SINT16,
100033                   /* subscript */
100034                   -1,
100035                   /* value */
100036                   0,
100037               };
100038               
100039               static const char*
100040               _CIM_OperatingSystem_NumberOfLicensedUsers_qualifiers[] =
100041               {
100042                   0,
100043 mike  1.1.2.1 };
100044               
100045               static MetaProperty
100046               _CIM_OperatingSystem_NumberOfLicensedUsers =
100047               {
100048                   /* flags */
100049                   META_FLAG_PROPERTY|META_FLAG_READ,
100050                   /* name */
100051                   "NumberOfLicensedUsers",
100052                   /* qualifiers */
100053                   _CIM_OperatingSystem_NumberOfLicensedUsers_qualifiers,
100054                   /* type */
100055                   CIMTYPE_UINT32,
100056                   /* subscript */
100057                   -1,
100058                   /* value */
100059                   0,
100060               };
100061               
100062               static const char*
100063               _CIM_OperatingSystem_NumberOfUsers_qualifiers[] =
100064 mike  1.1.2.1 {
100065                   /* Gauge */
100066                   "\023\001",
100067                   /* MappingStrings */
100068                   "\026\000\002MIF.DMTF|Host System|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemNumUsers\000",
100069                   0,
100070               };
100071               
100072               static MetaProperty
100073               _CIM_OperatingSystem_NumberOfUsers =
100074               {
100075                   /* flags */
100076                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100077                   /* name */
100078                   "NumberOfUsers",
100079                   /* qualifiers */
100080                   _CIM_OperatingSystem_NumberOfUsers_qualifiers,
100081                   /* type */
100082                   CIMTYPE_UINT32,
100083                   /* subscript */
100084                   -1,
100085 mike  1.1.2.1     /* value */
100086                   0,
100087               };
100088               
100089               static const char*
100090               _CIM_OperatingSystem_NumberOfProcesses_qualifiers[] =
100091               {
100092                   /* Gauge */
100093                   "\023\001",
100094                   /* MappingStrings */
100095                   "\026\000\002MIF.DMTF|Host System|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemProcesses\000",
100096                   0,
100097               };
100098               
100099               static MetaProperty
100100               _CIM_OperatingSystem_NumberOfProcesses =
100101               {
100102                   /* flags */
100103                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100104                   /* name */
100105                   "NumberOfProcesses",
100106 mike  1.1.2.1     /* qualifiers */
100107                   _CIM_OperatingSystem_NumberOfProcesses_qualifiers,
100108                   /* type */
100109                   CIMTYPE_UINT32,
100110                   /* subscript */
100111                   -1,
100112                   /* value */
100113                   0,
100114               };
100115               
100116               static const char*
100117               _CIM_OperatingSystem_MaxNumberOfProcesses_qualifiers[] =
100118               {
100119                   /* MappingStrings */
100120                   "\026\000\002MIF.DMTF|Host System|001.6\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemMaxProcesses\000",
100121                   0,
100122               };
100123               
100124               static MetaProperty
100125               _CIM_OperatingSystem_MaxNumberOfProcesses =
100126               {
100127 mike  1.1.2.1     /* flags */
100128                   META_FLAG_PROPERTY|META_FLAG_READ,
100129                   /* name */
100130                   "MaxNumberOfProcesses",
100131                   /* qualifiers */
100132                   _CIM_OperatingSystem_MaxNumberOfProcesses_qualifiers,
100133                   /* type */
100134                   CIMTYPE_UINT32,
100135                   /* subscript */
100136                   -1,
100137                   /* value */
100138                   0,
100139               };
100140               
100141               static const char*
100142               _CIM_OperatingSystem_TotalSwapSpaceSize_qualifiers[] =
100143               {
100144                   /* Units */
100145                   "\060KiloBytes",
100146                   0,
100147               };
100148 mike  1.1.2.1 
100149               static MetaProperty
100150               _CIM_OperatingSystem_TotalSwapSpaceSize =
100151               {
100152                   /* flags */
100153                   META_FLAG_PROPERTY|META_FLAG_READ,
100154                   /* name */
100155                   "TotalSwapSpaceSize",
100156                   /* qualifiers */
100157                   _CIM_OperatingSystem_TotalSwapSpaceSize_qualifiers,
100158                   /* type */
100159                   CIMTYPE_UINT64,
100160                   /* subscript */
100161                   -1,
100162                   /* value */
100163                   0,
100164               };
100165               
100166               static const char*
100167               _CIM_OperatingSystem_TotalVirtualMemorySize_qualifiers[] =
100168               {
100169 mike  1.1.2.1     /* Units */
100170                   "\060KiloBytes",
100171                   /* MappingStrings */
100172                   "\026\000\001MIF.DMTF|System Memory Settings|001.5\000",
100173                   0,
100174               };
100175               
100176               static MetaProperty
100177               _CIM_OperatingSystem_TotalVirtualMemorySize =
100178               {
100179                   /* flags */
100180                   META_FLAG_PROPERTY|META_FLAG_READ,
100181                   /* name */
100182                   "TotalVirtualMemorySize",
100183                   /* qualifiers */
100184                   _CIM_OperatingSystem_TotalVirtualMemorySize_qualifiers,
100185                   /* type */
100186                   CIMTYPE_UINT64,
100187                   /* subscript */
100188                   -1,
100189                   /* value */
100190 mike  1.1.2.1     0,
100191               };
100192               
100193               static const char*
100194               _CIM_OperatingSystem_FreeVirtualMemory_qualifiers[] =
100195               {
100196                   /* Units */
100197                   "\060KiloBytes",
100198                   /* Gauge */
100199                   "\023\001",
100200                   /* MappingStrings */
100201                   "\026\000\001MIF.DMTF|System Memory Settings|001.6\000",
100202                   0,
100203               };
100204               
100205               static MetaProperty
100206               _CIM_OperatingSystem_FreeVirtualMemory =
100207               {
100208                   /* flags */
100209                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100210                   /* name */
100211 mike  1.1.2.1     "FreeVirtualMemory",
100212                   /* qualifiers */
100213                   _CIM_OperatingSystem_FreeVirtualMemory_qualifiers,
100214                   /* type */
100215                   CIMTYPE_UINT64,
100216                   /* subscript */
100217                   -1,
100218                   /* value */
100219                   0,
100220               };
100221               
100222               static const char*
100223               _CIM_OperatingSystem_FreePhysicalMemory_qualifiers[] =
100224               {
100225                   /* Units */
100226                   "\060KiloBytes",
100227                   /* Gauge */
100228                   "\023\001",
100229                   /* MappingStrings */
100230                   "\026\000\002MIF.DMTF|System Memory Settings|001.2\000MIF.UNIX|Host Physical Memory|6.1\000",
100231                   0,
100232 mike  1.1.2.1 };
100233               
100234               static MetaProperty
100235               _CIM_OperatingSystem_FreePhysicalMemory =
100236               {
100237                   /* flags */
100238                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100239                   /* name */
100240                   "FreePhysicalMemory",
100241                   /* qualifiers */
100242                   _CIM_OperatingSystem_FreePhysicalMemory_qualifiers,
100243                   /* type */
100244                   CIMTYPE_UINT64,
100245                   /* subscript */
100246                   -1,
100247                   /* value */
100248                   0,
100249               };
100250               
100251               static const char*
100252               _CIM_OperatingSystem_TotalVisibleMemorySize_qualifiers[] =
100253 mike  1.1.2.1 {
100254                   /* Units */
100255                   "\060KiloBytes",
100256                   0,
100257               };
100258               
100259               static MetaProperty
100260               _CIM_OperatingSystem_TotalVisibleMemorySize =
100261               {
100262                   /* flags */
100263                   META_FLAG_PROPERTY|META_FLAG_READ,
100264                   /* name */
100265                   "TotalVisibleMemorySize",
100266                   /* qualifiers */
100267                   _CIM_OperatingSystem_TotalVisibleMemorySize_qualifiers,
100268                   /* type */
100269                   CIMTYPE_UINT64,
100270                   /* subscript */
100271                   -1,
100272                   /* value */
100273                   0,
100274 mike  1.1.2.1 };
100275               
100276               static const char*
100277               _CIM_OperatingSystem_SizeStoredInPagingFiles_qualifiers[] =
100278               {
100279                   /* Units */
100280                   "\060KiloBytes",
100281                   /* MappingStrings */
100282                   "\026\000\001MIF.DMTF|System Memory Settings|001.3\000",
100283                   0,
100284               };
100285               
100286               static MetaProperty
100287               _CIM_OperatingSystem_SizeStoredInPagingFiles =
100288               {
100289                   /* flags */
100290                   META_FLAG_PROPERTY|META_FLAG_READ,
100291                   /* name */
100292                   "SizeStoredInPagingFiles",
100293                   /* qualifiers */
100294                   _CIM_OperatingSystem_SizeStoredInPagingFiles_qualifiers,
100295 mike  1.1.2.1     /* type */
100296                   CIMTYPE_UINT64,
100297                   /* subscript */
100298                   -1,
100299                   /* value */
100300                   0,
100301               };
100302               
100303               static const char*
100304               _CIM_OperatingSystem_FreeSpaceInPagingFiles_qualifiers[] =
100305               {
100306                   /* Units */
100307                   "\060KiloBytes",
100308                   /* Gauge */
100309                   "\023\001",
100310                   /* MappingStrings */
100311                   "\026\000\001MIF.DMTF|System Memory Settings|001.4\000",
100312                   0,
100313               };
100314               
100315               static MetaProperty
100316 mike  1.1.2.1 _CIM_OperatingSystem_FreeSpaceInPagingFiles =
100317               {
100318                   /* flags */
100319                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100320                   /* name */
100321                   "FreeSpaceInPagingFiles",
100322                   /* qualifiers */
100323                   _CIM_OperatingSystem_FreeSpaceInPagingFiles_qualifiers,
100324                   /* type */
100325                   CIMTYPE_UINT64,
100326                   /* subscript */
100327                   -1,
100328                   /* value */
100329                   0,
100330               };
100331               
100332               static const char*
100333               _CIM_OperatingSystem_MaxProcessMemorySize_qualifiers[] =
100334               {
100335                   /* Units */
100336                   "\060KiloBytes",
100337 mike  1.1.2.1     0,
100338               };
100339               
100340               static MetaProperty
100341               _CIM_OperatingSystem_MaxProcessMemorySize =
100342               {
100343                   /* flags */
100344                   META_FLAG_PROPERTY|META_FLAG_READ,
100345                   /* name */
100346                   "MaxProcessMemorySize",
100347                   /* qualifiers */
100348                   _CIM_OperatingSystem_MaxProcessMemorySize_qualifiers,
100349                   /* type */
100350                   CIMTYPE_UINT64,
100351                   /* subscript */
100352                   -1,
100353                   /* value */
100354                   0,
100355               };
100356               
100357               static const char*
100358 mike  1.1.2.1 _CIM_OperatingSystem_Distributed_qualifiers[] =
100359               {
100360                   0,
100361               };
100362               
100363               static MetaProperty
100364               _CIM_OperatingSystem_Distributed =
100365               {
100366                   /* flags */
100367                   META_FLAG_PROPERTY|META_FLAG_READ,
100368                   /* name */
100369                   "Distributed",
100370                   /* qualifiers */
100371                   _CIM_OperatingSystem_Distributed_qualifiers,
100372                   /* type */
100373                   CIMTYPE_BOOLEAN,
100374                   /* subscript */
100375                   -1,
100376                   /* value */
100377                   0,
100378               };
100379 mike  1.1.2.1 
100380               static const char*
100381               _CIM_OperatingSystem_MaxProcessesPerUser_qualifiers[] =
100382               {
100383                   0,
100384               };
100385               
100386               static MetaProperty
100387               _CIM_OperatingSystem_MaxProcessesPerUser =
100388               {
100389                   /* flags */
100390                   META_FLAG_PROPERTY|META_FLAG_READ,
100391                   /* name */
100392                   "MaxProcessesPerUser",
100393                   /* qualifiers */
100394                   _CIM_OperatingSystem_MaxProcessesPerUser_qualifiers,
100395                   /* type */
100396                   CIMTYPE_UINT32,
100397                   /* subscript */
100398                   -1,
100399                   /* value */
100400 mike  1.1.2.1     0,
100401               };
100402               
100403               static MetaFeature*
100404               _CIM_OperatingSystem_Reboot_parameters[] =
100405               {
100406                   0,
100407               };
100408               
100409               static const char*
100410               _CIM_OperatingSystem_Reboot_qualifiers[] =
100411               {
100412                   0,
100413               };
100414               
100415               static MetaMethod
100416               _CIM_OperatingSystem_Reboot =
100417               {
100418                   /* flags */
100419                   META_FLAG_METHOD,
100420                   /* name */
100421 mike  1.1.2.1     "CIM_OperatingSystem",
100422                   /* qualifiers */
100423                   _CIM_OperatingSystem_Reboot_qualifiers,
100424                   /* type */
100425                   CIMTYPE_UINT32,
100426                   /* parameters */
100427                   _CIM_OperatingSystem_Reboot_parameters,
100428               };
100429               
100430               static MetaFeature*
100431               _CIM_OperatingSystem_Shutdown_parameters[] =
100432               {
100433                   0,
100434               };
100435               
100436               static const char*
100437               _CIM_OperatingSystem_Shutdown_qualifiers[] =
100438               {
100439                   0,
100440               };
100441               
100442 mike  1.1.2.1 static MetaMethod
100443               _CIM_OperatingSystem_Shutdown =
100444               {
100445                   /* flags */
100446                   META_FLAG_METHOD,
100447                   /* name */
100448                   "CIM_OperatingSystem",
100449                   /* qualifiers */
100450                   _CIM_OperatingSystem_Shutdown_qualifiers,
100451                   /* type */
100452                   CIMTYPE_UINT32,
100453                   /* parameters */
100454                   _CIM_OperatingSystem_Shutdown_parameters,
100455               };
100456               
100457               static MetaFeature*
100458               _CIM_OperatingSystem_features[] =
100459               {
100460                   (MetaFeature*)&_CIM_OperatingSystem_CSCreationClassName,
100461                   (MetaFeature*)&_CIM_OperatingSystem_CSName,
100462                   (MetaFeature*)&_CIM_OperatingSystem_CreationClassName,
100463 mike  1.1.2.1     (MetaFeature*)&_CIM_OperatingSystem_Name,
100464                   (MetaFeature*)&_CIM_OperatingSystem_OSType,
100465                   (MetaFeature*)&_CIM_OperatingSystem_OtherTypeDescription,
100466                   (MetaFeature*)&_CIM_OperatingSystem_Version,
100467                   (MetaFeature*)&_CIM_OperatingSystem_LastBootUpTime,
100468                   (MetaFeature*)&_CIM_OperatingSystem_LocalDateTime,
100469                   (MetaFeature*)&_CIM_OperatingSystem_CurrentTimeZone,
100470                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfLicensedUsers,
100471                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfUsers,
100472                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfProcesses,
100473                   (MetaFeature*)&_CIM_OperatingSystem_MaxNumberOfProcesses,
100474                   (MetaFeature*)&_CIM_OperatingSystem_TotalSwapSpaceSize,
100475                   (MetaFeature*)&_CIM_OperatingSystem_TotalVirtualMemorySize,
100476                   (MetaFeature*)&_CIM_OperatingSystem_FreeVirtualMemory,
100477                   (MetaFeature*)&_CIM_OperatingSystem_FreePhysicalMemory,
100478                   (MetaFeature*)&_CIM_OperatingSystem_TotalVisibleMemorySize,
100479                   (MetaFeature*)&_CIM_OperatingSystem_SizeStoredInPagingFiles,
100480                   (MetaFeature*)&_CIM_OperatingSystem_FreeSpaceInPagingFiles,
100481                   (MetaFeature*)&_CIM_OperatingSystem_MaxProcessMemorySize,
100482                   (MetaFeature*)&_CIM_OperatingSystem_Distributed,
100483                   (MetaFeature*)&_CIM_OperatingSystem_MaxProcessesPerUser,
100484 mike  1.1.2.1     (MetaFeature*)&_CIM_OperatingSystem_Reboot,
100485                   (MetaFeature*)&_CIM_OperatingSystem_Shutdown,
100486                   0,
100487               };
100488               
100489               static const char*
100490               __root_cimv2_CIM_OperatingSystem_qualifiers[] =
100491               {
100492                   /* UMLPackagePath */
100493                   "\057CIM::System::OperatingSystem",
100494                   /* Version */
100495                   "\0632.7.0",
100496                   0,
100497               };
100498               
100499               MetaClass
100500               __root_cimv2_CIM_OperatingSystem =
100501               {
100502                   /* flags */
100503                   META_FLAG_CLASS,
100504                   /* name */
100505 mike  1.1.2.1     "CIM_OperatingSystem",
100506                   /* qualifiers */
100507                   __root_cimv2_CIM_OperatingSystem_qualifiers,
100508                   /* super */
100509                   &__root_cimv2_CIM_EnabledLogicalElement,
100510                   /* features */
100511                   _CIM_OperatingSystem_features,
100512               };
100513               
100514               //==============================================================================
100515               //
100516               // Class: CIM_OperatingSystemSoftwareFeature
100517               //
100518               //==============================================================================
100519               
100520               static const char*
100521               _CIM_OperatingSystemSoftwareFeature_GroupComponent_qualifiers[] =
100522               {
100523                   /* Aggregate */
100524                   "\003\001",
100525                   /* Override */
100526 mike  1.1.2.1     "\044GroupComponent",
100527                   0,
100528               };
100529               
100530               static MetaReference
100531               _CIM_OperatingSystemSoftwareFeature_GroupComponent =
100532               {
100533                   /* flags */
100534                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
100535                   /* name */
100536                   "GroupComponent",
100537                   /* qualifiers */
100538                   _CIM_OperatingSystemSoftwareFeature_GroupComponent_qualifiers,
100539                   /* subscript */
100540                   -1,
100541                   /* refId */
100542                   &__root_cimv2_CIM_OperatingSystem,
100543               };
100544               
100545               static const char*
100546               _CIM_OperatingSystemSoftwareFeature_PartComponent_qualifiers[] =
100547 mike  1.1.2.1 {
100548                   /* Override */
100549                   "\044PartComponent",
100550                   0,
100551               };
100552               
100553               static MetaReference
100554               _CIM_OperatingSystemSoftwareFeature_PartComponent =
100555               {
100556                   /* flags */
100557                   META_FLAG_REFERENCE|META_FLAG_READ,
100558                   /* name */
100559                   "PartComponent",
100560                   /* qualifiers */
100561                   _CIM_OperatingSystemSoftwareFeature_PartComponent_qualifiers,
100562                   /* subscript */
100563                   -1,
100564                   /* refId */
100565                   &__root_cimv2_CIM_SoftwareFeature,
100566               };
100567               
100568 mike  1.1.2.1 static MetaFeature*
100569               _CIM_OperatingSystemSoftwareFeature_features[] =
100570               {
100571                   (MetaFeature*)&_CIM_OperatingSystemSoftwareFeature_GroupComponent,
100572                   (MetaFeature*)&_CIM_OperatingSystemSoftwareFeature_PartComponent,
100573                   0,
100574               };
100575               
100576               static const char*
100577               __root_cimv2_CIM_OperatingSystemSoftwareFeature_qualifiers[] =
100578               {
100579                   /* ASSOCIATION */
100580                   "\000\001",
100581                   /* UMLPackagePath */
100582                   "\057CIM::Application::SystemSoftware",
100583                   /* Aggregation */
100584                   "\004\001",
100585                   /* Version */
100586                   "\0632.6.0",
100587                   0,
100588               };
100589 mike  1.1.2.1 
100590               MetaClass
100591               __root_cimv2_CIM_OperatingSystemSoftwareFeature =
100592               {
100593                   /* flags */
100594                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
100595                   /* name */
100596                   "CIM_OperatingSystemSoftwareFeature",
100597                   /* qualifiers */
100598                   __root_cimv2_CIM_OperatingSystemSoftwareFeature_qualifiers,
100599                   /* super */
100600                   &__root_cimv2_CIM_Component,
100601                   /* features */
100602                   _CIM_OperatingSystemSoftwareFeature_features,
100603               };
100604               
100605               //==============================================================================
100606               //
100607               // Class: CIM_PackageDependency
100608               //
100609               //==============================================================================
100610 mike  1.1.2.1 
100611               static const char*
100612               _CIM_PackageDependency_Antecedent_qualifiers[] =
100613               {
100614                   /* Override */
100615                   "\044Antecedent",
100616                   0,
100617               };
100618               
100619               static MetaReference
100620               _CIM_PackageDependency_Antecedent =
100621               {
100622                   /* flags */
100623                   META_FLAG_REFERENCE|META_FLAG_READ,
100624                   /* name */
100625                   "Antecedent",
100626                   /* qualifiers */
100627                   _CIM_PackageDependency_Antecedent_qualifiers,
100628                   /* subscript */
100629                   -1,
100630                   /* refId */
100631 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
100632               };
100633               
100634               static const char*
100635               _CIM_PackageDependency_Dependent_qualifiers[] =
100636               {
100637                   /* Override */
100638                   "\044Dependent",
100639                   0,
100640               };
100641               
100642               static MetaReference
100643               _CIM_PackageDependency_Dependent =
100644               {
100645                   /* flags */
100646                   META_FLAG_REFERENCE|META_FLAG_READ,
100647                   /* name */
100648                   "Dependent",
100649                   /* qualifiers */
100650                   _CIM_PackageDependency_Dependent_qualifiers,
100651                   /* subscript */
100652 mike  1.1.2.1     -1,
100653                   /* refId */
100654                   &__root_cimv2_CIM_PhysicalPackage,
100655               };
100656               
100657               static MetaFeature*
100658               _CIM_PackageDependency_features[] =
100659               {
100660                   (MetaFeature*)&_CIM_PackageDependency_Antecedent,
100661                   (MetaFeature*)&_CIM_PackageDependency_Dependent,
100662                   0,
100663               };
100664               
100665               static const char*
100666               __root_cimv2_CIM_PackageDependency_qualifiers[] =
100667               {
100668                   /* ASSOCIATION */
100669                   "\000\001",
100670                   /* UMLPackagePath */
100671                   "\057CIM::Device::DeviceElements",
100672                   /* Version */
100673 mike  1.1.2.1     "\0632.6.0",
100674                   0,
100675               };
100676               
100677               MetaClass
100678               __root_cimv2_CIM_PackageDependency =
100679               {
100680                   /* flags */
100681                   META_FLAG_ASSOCIATION,
100682                   /* name */
100683                   "CIM_PackageDependency",
100684                   /* qualifiers */
100685                   __root_cimv2_CIM_PackageDependency_qualifiers,
100686                   /* super */
100687                   &__root_cimv2_CIM_Dependency,
100688                   /* features */
100689                   _CIM_PackageDependency_features,
100690               };
100691               
100692               //==============================================================================
100693               //
100694 mike  1.1.2.1 // Class: CIM_PacketConditionInSARule
100695               //
100696               //==============================================================================
100697               
100698               static const char*
100699               _CIM_PacketConditionInSARule_GroupComponent_qualifiers[] =
100700               {
100701                   /* Aggregate */
100702                   "\003\001",
100703                   /* Override */
100704                   "\044GroupComponent",
100705                   /* MappingStrings */
100706                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule.GroupComponent\000",
100707                   0,
100708               };
100709               
100710               static MetaReference
100711               _CIM_PacketConditionInSARule_GroupComponent =
100712               {
100713                   /* flags */
100714                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
100715 mike  1.1.2.1     /* name */
100716                   "GroupComponent",
100717                   /* qualifiers */
100718                   _CIM_PacketConditionInSARule_GroupComponent_qualifiers,
100719                   /* subscript */
100720                   -1,
100721                   /* refId */
100722                   &__root_cimv2_CIM_SARule,
100723               };
100724               
100725               static const char*
100726               _CIM_PacketConditionInSARule_PartComponent_qualifiers[] =
100727               {
100728                   /* Override */
100729                   "\044PartComponent",
100730                   /* Min */
100731                   "\033\000\000\000\001",
100732                   /* MappingStrings */
100733                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule.PartComponent\000",
100734                   0,
100735               };
100736 mike  1.1.2.1 
100737               static MetaReference
100738               _CIM_PacketConditionInSARule_PartComponent =
100739               {
100740                   /* flags */
100741                   META_FLAG_REFERENCE|META_FLAG_READ,
100742                   /* name */
100743                   "PartComponent",
100744                   /* qualifiers */
100745                   _CIM_PacketConditionInSARule_PartComponent_qualifiers,
100746                   /* subscript */
100747                   -1,
100748                   /* refId */
100749                   &__root_cimv2_CIM_PacketFilterCondition,
100750               };
100751               
100752               static MetaFeature*
100753               _CIM_PacketConditionInSARule_features[] =
100754               {
100755                   (MetaFeature*)&_CIM_PacketConditionInSARule_GroupComponent,
100756                   (MetaFeature*)&_CIM_PacketConditionInSARule_PartComponent,
100757 mike  1.1.2.1     0,
100758               };
100759               
100760               static const char*
100761               __root_cimv2_CIM_PacketConditionInSARule_qualifiers[] =
100762               {
100763                   /* ASSOCIATION */
100764                   "\000\001",
100765                   /* UMLPackagePath */
100766                   "\057CIM::IPsecPolicy",
100767                   /* Aggregation */
100768                   "\004\001",
100769                   /* Version */
100770                   "\0632.8.0",
100771                   /* MappingStrings */
100772                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule\000",
100773                   0,
100774               };
100775               
100776               MetaClass
100777               __root_cimv2_CIM_PacketConditionInSARule =
100778 mike  1.1.2.1 {
100779                   /* flags */
100780                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
100781                   /* name */
100782                   "CIM_PacketConditionInSARule",
100783                   /* qualifiers */
100784                   __root_cimv2_CIM_PacketConditionInSARule_qualifiers,
100785                   /* super */
100786                   &__root_cimv2_CIM_PolicyConditionInPolicyRule,
100787                   /* features */
100788                   _CIM_PacketConditionInSARule_features,
100789               };
100790               
100791               //==============================================================================
100792               //
100793               // Class: CIM_PickerElement
100794               //
100795               //==============================================================================
100796               
100797               static const char*
100798               _CIM_PickerElement_MaxPickTime_qualifiers[] =
100799 mike  1.1.2.1 {
100800                   /* Units */
100801                   "\060Seconds",
100802                   0,
100803               };
100804               
100805               static MetaProperty
100806               _CIM_PickerElement_MaxPickTime =
100807               {
100808                   /* flags */
100809                   META_FLAG_PROPERTY|META_FLAG_READ,
100810                   /* name */
100811                   "MaxPickTime",
100812                   /* qualifiers */
100813                   _CIM_PickerElement_MaxPickTime_qualifiers,
100814                   /* type */
100815                   CIMTYPE_UINT32,
100816                   /* subscript */
100817                   -1,
100818                   /* value */
100819                   0,
100820 mike  1.1.2.1 };
100821               
100822               static const char*
100823               _CIM_PickerElement_MaxPutTime_qualifiers[] =
100824               {
100825                   /* Units */
100826                   "\060Seconds",
100827                   0,
100828               };
100829               
100830               static MetaProperty
100831               _CIM_PickerElement_MaxPutTime =
100832               {
100833                   /* flags */
100834                   META_FLAG_PROPERTY|META_FLAG_READ,
100835                   /* name */
100836                   "MaxPutTime",
100837                   /* qualifiers */
100838                   _CIM_PickerElement_MaxPutTime_qualifiers,
100839                   /* type */
100840                   CIMTYPE_UINT32,
100841 mike  1.1.2.1     /* subscript */
100842                   -1,
100843                   /* value */
100844                   0,
100845               };
100846               
100847               static const char*
100848               _CIM_PickerElement_CellLocation_qualifiers[] =
100849               {
100850                   0,
100851               };
100852               
100853               static MetaProperty
100854               _CIM_PickerElement_CellLocation =
100855               {
100856                   /* flags */
100857                   META_FLAG_PROPERTY|META_FLAG_READ,
100858                   /* name */
100859                   "CellLocation",
100860                   /* qualifiers */
100861                   _CIM_PickerElement_CellLocation_qualifiers,
100862 mike  1.1.2.1     /* type */
100863                   CIMTYPE_STRING,
100864                   /* subscript */
100865                   -1,
100866                   /* value */
100867                   0,
100868               };
100869               
100870               static MetaFeature*
100871               _CIM_PickerElement_features[] =
100872               {
100873                   (MetaFeature*)&_CIM_PickerElement_MaxPickTime,
100874                   (MetaFeature*)&_CIM_PickerElement_MaxPutTime,
100875                   (MetaFeature*)&_CIM_PickerElement_CellLocation,
100876                   0,
100877               };
100878               
100879               static const char*
100880               __root_cimv2_CIM_PickerElement_qualifiers[] =
100881               {
100882                   /* UMLPackagePath */
100883 mike  1.1.2.1     "\057CIM::Device::StorageLib",
100884                   /* Version */
100885                   "\0632.6.0",
100886                   0,
100887               };
100888               
100889               MetaClass
100890               __root_cimv2_CIM_PickerElement =
100891               {
100892                   /* flags */
100893                   META_FLAG_CLASS,
100894                   /* name */
100895                   "CIM_PickerElement",
100896                   /* qualifiers */
100897                   __root_cimv2_CIM_PickerElement_qualifiers,
100898                   /* super */
100899                   &__root_cimv2_CIM_MediaTransferDevice,
100900                   /* features */
100901                   _CIM_PickerElement_features,
100902               };
100903               
100904 mike  1.1.2.1 //==============================================================================
100905               //
100906               // Class: CIM_PortActiveConnection
100907               //
100908               //==============================================================================
100909               
100910               static const char*
100911               _CIM_PortActiveConnection_Antecedent_qualifiers[] =
100912               {
100913                   /* Override */
100914                   "\044Antecedent",
100915                   0,
100916               };
100917               
100918               static MetaReference
100919               _CIM_PortActiveConnection_Antecedent =
100920               {
100921                   /* flags */
100922                   META_FLAG_REFERENCE|META_FLAG_READ,
100923                   /* name */
100924                   "Antecedent",
100925 mike  1.1.2.1     /* qualifiers */
100926                   _CIM_PortActiveConnection_Antecedent_qualifiers,
100927                   /* subscript */
100928                   -1,
100929                   /* refId */
100930                   &__root_cimv2_CIM_PhysicalConnector,
100931               };
100932               
100933               static const char*
100934               _CIM_PortActiveConnection_Dependent_qualifiers[] =
100935               {
100936                   /* Override */
100937                   "\044Dependent",
100938                   0,
100939               };
100940               
100941               static MetaReference
100942               _CIM_PortActiveConnection_Dependent =
100943               {
100944                   /* flags */
100945                   META_FLAG_REFERENCE|META_FLAG_READ,
100946 mike  1.1.2.1     /* name */
100947                   "Dependent",
100948                   /* qualifiers */
100949                   _CIM_PortActiveConnection_Dependent_qualifiers,
100950                   /* subscript */
100951                   -1,
100952                   /* refId */
100953                   &__root_cimv2_CIM_NetworkPort,
100954               };
100955               
100956               static MetaFeature*
100957               _CIM_PortActiveConnection_features[] =
100958               {
100959                   (MetaFeature*)&_CIM_PortActiveConnection_Antecedent,
100960                   (MetaFeature*)&_CIM_PortActiveConnection_Dependent,
100961                   0,
100962               };
100963               
100964               static const char*
100965               __root_cimv2_CIM_PortActiveConnection_qualifiers[] =
100966               {
100967 mike  1.1.2.1     /* ASSOCIATION */
100968                   "\000\001",
100969                   /* UMLPackagePath */
100970                   "\057CIM::Device::Ports",
100971                   /* Version */
100972                   "\0632.10.0",
100973                   0,
100974               };
100975               
100976               MetaClass
100977               __root_cimv2_CIM_PortActiveConnection =
100978               {
100979                   /* flags */
100980                   META_FLAG_ASSOCIATION,
100981                   /* name */
100982                   "CIM_PortActiveConnection",
100983                   /* qualifiers */
100984                   __root_cimv2_CIM_PortActiveConnection_qualifiers,
100985                   /* super */
100986                   &__root_cimv2_CIM_Dependency,
100987                   /* features */
100988 mike  1.1.2.1     _CIM_PortActiveConnection_features,
100989               };
100990               
100991               //==============================================================================
100992               //
100993               // Class: CIM_PortOnDevice
100994               //
100995               //==============================================================================
100996               
100997               static const char*
100998               _CIM_PortOnDevice_Antecedent_qualifiers[] =
100999               {
101000                   /* Override */
101001                   "\044Antecedent",
101002                   0,
101003               };
101004               
101005               static MetaReference
101006               _CIM_PortOnDevice_Antecedent =
101007               {
101008                   /* flags */
101009 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
101010                   /* name */
101011                   "Antecedent",
101012                   /* qualifiers */
101013                   _CIM_PortOnDevice_Antecedent_qualifiers,
101014                   /* subscript */
101015                   -1,
101016                   /* refId */
101017                   &__root_cimv2_CIM_LogicalDevice,
101018               };
101019               
101020               static const char*
101021               _CIM_PortOnDevice_Dependent_qualifiers[] =
101022               {
101023                   /* Override */
101024                   "\044Dependent",
101025                   0,
101026               };
101027               
101028               static MetaReference
101029               _CIM_PortOnDevice_Dependent =
101030 mike  1.1.2.1 {
101031                   /* flags */
101032                   META_FLAG_REFERENCE|META_FLAG_READ,
101033                   /* name */
101034                   "Dependent",
101035                   /* qualifiers */
101036                   _CIM_PortOnDevice_Dependent_qualifiers,
101037                   /* subscript */
101038                   -1,
101039                   /* refId */
101040                   &__root_cimv2_CIM_LogicalPort,
101041               };
101042               
101043               static MetaFeature*
101044               _CIM_PortOnDevice_features[] =
101045               {
101046                   (MetaFeature*)&_CIM_PortOnDevice_Antecedent,
101047                   (MetaFeature*)&_CIM_PortOnDevice_Dependent,
101048                   0,
101049               };
101050               
101051 mike  1.1.2.1 static const char*
101052               __root_cimv2_CIM_PortOnDevice_qualifiers[] =
101053               {
101054                   /* ASSOCIATION */
101055                   "\000\001",
101056                   /* UMLPackagePath */
101057                   "\057CIM::Device::Ports",
101058                   /* Version */
101059                   "\0632.8.0",
101060                   0,
101061               };
101062               
101063               MetaClass
101064               __root_cimv2_CIM_PortOnDevice =
101065               {
101066                   /* flags */
101067                   META_FLAG_ASSOCIATION,
101068                   /* name */
101069                   "CIM_PortOnDevice",
101070                   /* qualifiers */
101071                   __root_cimv2_CIM_PortOnDevice_qualifiers,
101072 mike  1.1.2.1     /* super */
101073                   &__root_cimv2_CIM_HostedDependency,
101074                   /* features */
101075                   _CIM_PortOnDevice_features,
101076               };
101077               
101078               //==============================================================================
101079               //
101080               // Class: CIM_PowerSupply
101081               //
101082               //==============================================================================
101083               
101084               static const char*
101085               _CIM_PowerSupply_IsSwitchingSupply_qualifiers[] =
101086               {
101087                   0,
101088               };
101089               
101090               static MetaProperty
101091               _CIM_PowerSupply_IsSwitchingSupply =
101092               {
101093 mike  1.1.2.1     /* flags */
101094                   META_FLAG_PROPERTY|META_FLAG_READ,
101095                   /* name */
101096                   "IsSwitchingSupply",
101097                   /* qualifiers */
101098                   _CIM_PowerSupply_IsSwitchingSupply_qualifiers,
101099                   /* type */
101100                   CIMTYPE_BOOLEAN,
101101                   /* subscript */
101102                   -1,
101103                   /* value */
101104                   0,
101105               };
101106               
101107               static const char*
101108               _CIM_PowerSupply_Range1InputVoltageLow_qualifiers[] =
101109               {
101110                   /* Units */
101111                   "\060MilliVolts",
101112                   /* MappingStrings */
101113                   "\026\000\001MIF.DMTF|Power Supply|004.7\000",
101114 mike  1.1.2.1     0,
101115               };
101116               
101117               static MetaProperty
101118               _CIM_PowerSupply_Range1InputVoltageLow =
101119               {
101120                   /* flags */
101121                   META_FLAG_PROPERTY|META_FLAG_READ,
101122                   /* name */
101123                   "Range1InputVoltageLow",
101124                   /* qualifiers */
101125                   _CIM_PowerSupply_Range1InputVoltageLow_qualifiers,
101126                   /* type */
101127                   CIMTYPE_UINT32,
101128                   /* subscript */
101129                   -1,
101130                   /* value */
101131                   0,
101132               };
101133               
101134               static const char*
101135 mike  1.1.2.1 _CIM_PowerSupply_Range1InputVoltageHigh_qualifiers[] =
101136               {
101137                   /* Units */
101138                   "\060MilliVolts",
101139                   /* MappingStrings */
101140                   "\026\000\001MIF.DMTF|Power Supply|004.8\000",
101141                   0,
101142               };
101143               
101144               static MetaProperty
101145               _CIM_PowerSupply_Range1InputVoltageHigh =
101146               {
101147                   /* flags */
101148                   META_FLAG_PROPERTY|META_FLAG_READ,
101149                   /* name */
101150                   "Range1InputVoltageHigh",
101151                   /* qualifiers */
101152                   _CIM_PowerSupply_Range1InputVoltageHigh_qualifiers,
101153                   /* type */
101154                   CIMTYPE_UINT32,
101155                   /* subscript */
101156 mike  1.1.2.1     -1,
101157                   /* value */
101158                   0,
101159               };
101160               
101161               static const char*
101162               _CIM_PowerSupply_Range1InputFrequencyLow_qualifiers[] =
101163               {
101164                   /* Units */
101165                   "\060Hertz",
101166                   /* MappingStrings */
101167                   "\026\000\001MIF.DMTF|Power Supply|004.17\000",
101168                   0,
101169               };
101170               
101171               static MetaProperty
101172               _CIM_PowerSupply_Range1InputFrequencyLow =
101173               {
101174                   /* flags */
101175                   META_FLAG_PROPERTY|META_FLAG_READ,
101176                   /* name */
101177 mike  1.1.2.1     "Range1InputFrequencyLow",
101178                   /* qualifiers */
101179                   _CIM_PowerSupply_Range1InputFrequencyLow_qualifiers,
101180                   /* type */
101181                   CIMTYPE_UINT32,
101182                   /* subscript */
101183                   -1,
101184                   /* value */
101185                   0,
101186               };
101187               
101188               static const char*
101189               _CIM_PowerSupply_Range1InputFrequencyHigh_qualifiers[] =
101190               {
101191                   /* Units */
101192                   "\060Hertz",
101193                   /* MappingStrings */
101194                   "\026\000\001MIF.DMTF|Power Supply|004.18\000",
101195                   0,
101196               };
101197               
101198 mike  1.1.2.1 static MetaProperty
101199               _CIM_PowerSupply_Range1InputFrequencyHigh =
101200               {
101201                   /* flags */
101202                   META_FLAG_PROPERTY|META_FLAG_READ,
101203                   /* name */
101204                   "Range1InputFrequencyHigh",
101205                   /* qualifiers */
101206                   _CIM_PowerSupply_Range1InputFrequencyHigh_qualifiers,
101207                   /* type */
101208                   CIMTYPE_UINT32,
101209                   /* subscript */
101210                   -1,
101211                   /* value */
101212                   0,
101213               };
101214               
101215               static const char*
101216               _CIM_PowerSupply_Range2InputVoltageLow_qualifiers[] =
101217               {
101218                   /* Units */
101219 mike  1.1.2.1     "\060MilliVolts",
101220                   /* MappingStrings */
101221                   "\026\000\001MIF.DMTF|Power Supply|004.11\000",
101222                   0,
101223               };
101224               
101225               static MetaProperty
101226               _CIM_PowerSupply_Range2InputVoltageLow =
101227               {
101228                   /* flags */
101229                   META_FLAG_PROPERTY|META_FLAG_READ,
101230                   /* name */
101231                   "Range2InputVoltageLow",
101232                   /* qualifiers */
101233                   _CIM_PowerSupply_Range2InputVoltageLow_qualifiers,
101234                   /* type */
101235                   CIMTYPE_UINT32,
101236                   /* subscript */
101237                   -1,
101238                   /* value */
101239                   0,
101240 mike  1.1.2.1 };
101241               
101242               static const char*
101243               _CIM_PowerSupply_Range2InputVoltageHigh_qualifiers[] =
101244               {
101245                   /* Units */
101246                   "\060MilliVolts",
101247                   /* MappingStrings */
101248                   "\026\000\001MIF.DMTF|Power Supply|004.12\000",
101249                   0,
101250               };
101251               
101252               static MetaProperty
101253               _CIM_PowerSupply_Range2InputVoltageHigh =
101254               {
101255                   /* flags */
101256                   META_FLAG_PROPERTY|META_FLAG_READ,
101257                   /* name */
101258                   "Range2InputVoltageHigh",
101259                   /* qualifiers */
101260                   _CIM_PowerSupply_Range2InputVoltageHigh_qualifiers,
101261 mike  1.1.2.1     /* type */
101262                   CIMTYPE_UINT32,
101263                   /* subscript */
101264                   -1,
101265                   /* value */
101266                   0,
101267               };
101268               
101269               static const char*
101270               _CIM_PowerSupply_Range2InputFrequencyLow_qualifiers[] =
101271               {
101272                   /* Units */
101273                   "\060Hertz",
101274                   /* MappingStrings */
101275                   "\026\000\001MIF.DMTF|Power Supply|004.19\000",
101276                   0,
101277               };
101278               
101279               static MetaProperty
101280               _CIM_PowerSupply_Range2InputFrequencyLow =
101281               {
101282 mike  1.1.2.1     /* flags */
101283                   META_FLAG_PROPERTY|META_FLAG_READ,
101284                   /* name */
101285                   "Range2InputFrequencyLow",
101286                   /* qualifiers */
101287                   _CIM_PowerSupply_Range2InputFrequencyLow_qualifiers,
101288                   /* type */
101289                   CIMTYPE_UINT32,
101290                   /* subscript */
101291                   -1,
101292                   /* value */
101293                   0,
101294               };
101295               
101296               static const char*
101297               _CIM_PowerSupply_Range2InputFrequencyHigh_qualifiers[] =
101298               {
101299                   /* Units */
101300                   "\060Hertz",
101301                   /* MappingStrings */
101302                   "\026\000\001MIF.DMTF|Power Supply|004.20\000",
101303 mike  1.1.2.1     0,
101304               };
101305               
101306               static MetaProperty
101307               _CIM_PowerSupply_Range2InputFrequencyHigh =
101308               {
101309                   /* flags */
101310                   META_FLAG_PROPERTY|META_FLAG_READ,
101311                   /* name */
101312                   "Range2InputFrequencyHigh",
101313                   /* qualifiers */
101314                   _CIM_PowerSupply_Range2InputFrequencyHigh_qualifiers,
101315                   /* type */
101316                   CIMTYPE_UINT32,
101317                   /* subscript */
101318                   -1,
101319                   /* value */
101320                   0,
101321               };
101322               
101323               static const char*
101324 mike  1.1.2.1 _CIM_PowerSupply_ActiveInputVoltage_qualifiers[] =
101325               {
101326                   /* ValueMap */
101327                   "\061\000\0061\0002\0003\0004\0005\0006\000",
101328                   /* Values */
101329                   "\062\000\006Other\000Unknown\000Range 1\000Range 2\000Both\000Neither\000",
101330                   /* MappingStrings */
101331                   "\026\000\001MIF.DMTF|Power Supply|004.15\000",
101332                   0,
101333               };
101334               
101335               static MetaProperty
101336               _CIM_PowerSupply_ActiveInputVoltage =
101337               {
101338                   /* flags */
101339                   META_FLAG_PROPERTY|META_FLAG_READ,
101340                   /* name */
101341                   "ActiveInputVoltage",
101342                   /* qualifiers */
101343                   _CIM_PowerSupply_ActiveInputVoltage_qualifiers,
101344                   /* type */
101345 mike  1.1.2.1     CIMTYPE_UINT16,
101346                   /* subscript */
101347                   -1,
101348                   /* value */
101349                   0,
101350               };
101351               
101352               static const char*
101353               _CIM_PowerSupply_TypeOfRangeSwitching_qualifiers[] =
101354               {
101355                   /* ValueMap */
101356                   "\061\000\0061\0002\0003\0004\0005\0006\000",
101357                   /* Values */
101358                   "\062\000\006Other\000Unknown\000Manual\000Autoswitch\000Wide Range\000Not Applicable\000",
101359                   /* MappingStrings */
101360                   "\026\000\001MIF.DMTF|Power Supply|004.16\000",
101361                   0,
101362               };
101363               
101364               static MetaProperty
101365               _CIM_PowerSupply_TypeOfRangeSwitching =
101366 mike  1.1.2.1 {
101367                   /* flags */
101368                   META_FLAG_PROPERTY|META_FLAG_READ,
101369                   /* name */
101370                   "TypeOfRangeSwitching",
101371                   /* qualifiers */
101372                   _CIM_PowerSupply_TypeOfRangeSwitching_qualifiers,
101373                   /* type */
101374                   CIMTYPE_UINT16,
101375                   /* subscript */
101376                   -1,
101377                   /* value */
101378                   0,
101379               };
101380               
101381               static const char*
101382               _CIM_PowerSupply_TotalOutputPower_qualifiers[] =
101383               {
101384                   /* Units */
101385                   "\060MilliWatts",
101386                   /* MappingStrings */
101387 mike  1.1.2.1     "\026\000\001MIF.DMTF|Power Supply|004.21\000",
101388                   0,
101389               };
101390               
101391               static MetaProperty
101392               _CIM_PowerSupply_TotalOutputPower =
101393               {
101394                   /* flags */
101395                   META_FLAG_PROPERTY|META_FLAG_READ,
101396                   /* name */
101397                   "TotalOutputPower",
101398                   /* qualifiers */
101399                   _CIM_PowerSupply_TotalOutputPower_qualifiers,
101400                   /* type */
101401                   CIMTYPE_UINT32,
101402                   /* subscript */
101403                   -1,
101404                   /* value */
101405                   0,
101406               };
101407               
101408 mike  1.1.2.1 static MetaFeature*
101409               _CIM_PowerSupply_features[] =
101410               {
101411                   (MetaFeature*)&_CIM_PowerSupply_IsSwitchingSupply,
101412                   (MetaFeature*)&_CIM_PowerSupply_Range1InputVoltageLow,
101413                   (MetaFeature*)&_CIM_PowerSupply_Range1InputVoltageHigh,
101414                   (MetaFeature*)&_CIM_PowerSupply_Range1InputFrequencyLow,
101415                   (MetaFeature*)&_CIM_PowerSupply_Range1InputFrequencyHigh,
101416                   (MetaFeature*)&_CIM_PowerSupply_Range2InputVoltageLow,
101417                   (MetaFeature*)&_CIM_PowerSupply_Range2InputVoltageHigh,
101418                   (MetaFeature*)&_CIM_PowerSupply_Range2InputFrequencyLow,
101419                   (MetaFeature*)&_CIM_PowerSupply_Range2InputFrequencyHigh,
101420                   (MetaFeature*)&_CIM_PowerSupply_ActiveInputVoltage,
101421                   (MetaFeature*)&_CIM_PowerSupply_TypeOfRangeSwitching,
101422                   (MetaFeature*)&_CIM_PowerSupply_TotalOutputPower,
101423                   0,
101424               };
101425               
101426               static const char*
101427               __root_cimv2_CIM_PowerSupply_qualifiers[] =
101428               {
101429 mike  1.1.2.1     /* UMLPackagePath */
101430                   "\057CIM::Device::CoolingAndPower",
101431                   /* Version */
101432                   "\0632.10.0",
101433                   0,
101434               };
101435               
101436               MetaClass
101437               __root_cimv2_CIM_PowerSupply =
101438               {
101439                   /* flags */
101440                   META_FLAG_CLASS,
101441                   /* name */
101442                   "CIM_PowerSupply",
101443                   /* qualifiers */
101444                   __root_cimv2_CIM_PowerSupply_qualifiers,
101445                   /* super */
101446                   &__root_cimv2_CIM_LogicalDevice,
101447                   /* features */
101448                   _CIM_PowerSupply_features,
101449               };
101450 mike  1.1.2.1 
101451               //==============================================================================
101452               //
101453               // Class: CIM_Printer
101454               //
101455               //==============================================================================
101456               
101457               static const char*
101458               _CIM_Printer_PrinterStatus_qualifiers[] =
101459               {
101460                   /* ValueMap */
101461                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
101462                   /* Values */
101463                   "\062\000\007Other\000Unknown\000Idle\000Printing\000Warmup\000Stopped Printing\000Offline\000",
101464                   /* MappingStrings */
101465                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrPrinterStatus\000",
101466                   0,
101467               };
101468               
101469               static MetaProperty
101470               _CIM_Printer_PrinterStatus =
101471 mike  1.1.2.1 {
101472                   /* flags */
101473                   META_FLAG_PROPERTY|META_FLAG_READ,
101474                   /* name */
101475                   "PrinterStatus",
101476                   /* qualifiers */
101477                   _CIM_Printer_PrinterStatus_qualifiers,
101478                   /* type */
101479                   CIMTYPE_UINT16,
101480                   /* subscript */
101481                   -1,
101482                   /* value */
101483                   0,
101484               };
101485               
101486               static const char*
101487               _CIM_Printer_DetectedErrorState_qualifiers[] =
101488               {
101489                   /* ValueMap */
101490                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
101491                   /* Values */
101492 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",
101493                   /* MappingStrings */
101494                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrPrinterDetectedErrorState\000",
101495                   /* ModelCorrespondence */
101496                   "\036\000\001CIM_Printer.ErrorInformation\000",
101497                   0,
101498               };
101499               
101500               static MetaProperty
101501               _CIM_Printer_DetectedErrorState =
101502               {
101503                   /* flags */
101504                   META_FLAG_PROPERTY|META_FLAG_READ,
101505                   /* name */
101506                   "DetectedErrorState",
101507                   /* qualifiers */
101508                   _CIM_Printer_DetectedErrorState_qualifiers,
101509                   /* type */
101510                   CIMTYPE_UINT16,
101511                   /* subscript */
101512                   -1,
101513 mike  1.1.2.1     /* value */
101514                   0,
101515               };
101516               
101517               static const char*
101518               _CIM_Printer_ErrorInformation_qualifiers[] =
101519               {
101520                   /* MappingStrings */
101521                   "\026\000\001RFC2911.IETF|Section 4.4.13 printer-state-message\000",
101522                   /* ModelCorrespondence */
101523                   "\036\000\001CIM_Printer.DetectedErrorState\000",
101524                   0,
101525               };
101526               
101527               static MetaProperty
101528               _CIM_Printer_ErrorInformation =
101529               {
101530                   /* flags */
101531                   META_FLAG_PROPERTY|META_FLAG_READ,
101532                   /* name */
101533                   "ErrorInformation",
101534 mike  1.1.2.1     /* qualifiers */
101535                   _CIM_Printer_ErrorInformation_qualifiers,
101536                   /* type */
101537                   CIMTYPE_STRING,
101538                   /* subscript */
101539                   0,
101540                   /* value */
101541                   0,
101542               };
101543               
101544               static const char*
101545               _CIM_Printer_PaperSizesSupported_qualifiers[] =
101546               {
101547                   /* ValueMap */
101548                   "\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",
101549                   /* Values */
101550                   "\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",
101551                   /* MappingStrings */
101552                   "\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",
101553                   0,
101554               };
101555 mike  1.1.2.1 
101556               static MetaProperty
101557               _CIM_Printer_PaperSizesSupported =
101558               {
101559                   /* flags */
101560                   META_FLAG_PROPERTY|META_FLAG_READ,
101561                   /* name */
101562                   "PaperSizesSupported",
101563                   /* qualifiers */
101564                   _CIM_Printer_PaperSizesSupported_qualifiers,
101565                   /* type */
101566                   CIMTYPE_UINT16,
101567                   /* subscript */
101568                   0,
101569                   /* value */
101570                   0,
101571               };
101572               
101573               static const char*
101574               _CIM_Printer_PaperTypesAvailable_qualifiers[] =
101575               {
101576 mike  1.1.2.1     /* MappingStrings */
101577                   "\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",
101578                   /* ArrayType */
101579                   "\005Indexed",
101580                   /* ModelCorrespondence */
101581                   "\036\000\002CIM_PrintJob.RequiredPaperType\000CIM_PrintService.PaperTypesAvailable\000",
101582                   0,
101583               };
101584               
101585               static MetaProperty
101586               _CIM_Printer_PaperTypesAvailable =
101587               {
101588                   /* flags */
101589                   META_FLAG_PROPERTY|META_FLAG_READ,
101590                   /* name */
101591                   "PaperTypesAvailable",
101592                   /* qualifiers */
101593                   _CIM_Printer_PaperTypesAvailable_qualifiers,
101594                   /* type */
101595                   CIMTYPE_STRING,
101596                   /* subscript */
101597 mike  1.1.2.1     0,
101598                   /* value */
101599                   0,
101600               };
101601               
101602               static const char*
101603               _CIM_Printer_DefaultPaperType_qualifiers[] =
101604               {
101605                   /* MappingStrings */
101606                   "\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",
101607                   /* ModelCorrespondence */
101608                   "\036\000\001CIM_Printer.PaperTypesAvailable\000",
101609                   0,
101610               };
101611               
101612               static MetaProperty
101613               _CIM_Printer_DefaultPaperType =
101614               {
101615                   /* flags */
101616                   META_FLAG_PROPERTY|META_FLAG_READ,
101617                   /* name */
101618 mike  1.1.2.1     "DefaultPaperType",
101619                   /* qualifiers */
101620                   _CIM_Printer_DefaultPaperType_qualifiers,
101621                   /* type */
101622                   CIMTYPE_STRING,
101623                   /* subscript */
101624                   -1,
101625                   /* value */
101626                   0,
101627               };
101628               
101629               static const char*
101630               _CIM_Printer_CurrentPaperType_qualifiers[] =
101631               {
101632                   /* MappingStrings */
101633                   "\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",
101634                   /* ModelCorrespondence */
101635                   "\036\000\001CIM_Printer.PaperTypesAvailable\000",
101636                   0,
101637               };
101638               
101639 mike  1.1.2.1 static MetaProperty
101640               _CIM_Printer_CurrentPaperType =
101641               {
101642                   /* flags */
101643                   META_FLAG_PROPERTY|META_FLAG_READ,
101644                   /* name */
101645                   "CurrentPaperType",
101646                   /* qualifiers */
101647                   _CIM_Printer_CurrentPaperType_qualifiers,
101648                   /* type */
101649                   CIMTYPE_STRING,
101650                   /* subscript */
101651                   -1,
101652                   /* value */
101653                   0,
101654               };
101655               
101656               static const char*
101657               _CIM_Printer_LanguagesSupported_qualifiers[] =
101658               {
101659                   /* ValueMap */
101660 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",
101661                   /* Values */
101662                   "\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",
101663                   /* MappingStrings */
101664                   "\026\000\003MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000MIB.IETF|IANA-PRINTER-MIB.PrtInterpreterLangFamilyTC\000RFC2911.IETF|Section 4.4.22 document-format-supported\000",
101665                   /* ModelCorrespondence */
101666                   "\036\000\003CIM_Printer.MimeTypesSupported\000CIM_PrintJob.Language\000CIM_PrintService.LanguagesSupported\000",
101667                   0,
101668               };
101669               
101670               static MetaProperty
101671               _CIM_Printer_LanguagesSupported =
101672               {
101673                   /* flags */
101674                   META_FLAG_PROPERTY|META_FLAG_READ,
101675                   /* name */
101676                   "LanguagesSupported",
101677                   /* qualifiers */
101678                   _CIM_Printer_LanguagesSupported_qualifiers,
101679                   /* type */
101680                   CIMTYPE_UINT16,
101681 mike  1.1.2.1     /* subscript */
101682                   0,
101683                   /* value */
101684                   0,
101685               };
101686               
101687               static const char*
101688               _CIM_Printer_MimeTypesSupported_qualifiers[] =
101689               {
101690                   /* MappingStrings */
101691                   "\026\000\001RFC2911.IETF|Section 4.4.22 document-format-supported\000",
101692                   /* ModelCorrespondence */
101693                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintJob.MimeTypes\000CIM_PrintService.MimeTypesSupported\000",
101694                   0,
101695               };
101696               
101697               static MetaProperty
101698               _CIM_Printer_MimeTypesSupported =
101699               {
101700                   /* flags */
101701                   META_FLAG_PROPERTY|META_FLAG_READ,
101702 mike  1.1.2.1     /* name */
101703                   "MimeTypesSupported",
101704                   /* qualifiers */
101705                   _CIM_Printer_MimeTypesSupported_qualifiers,
101706                   /* type */
101707                   CIMTYPE_STRING,
101708                   /* subscript */
101709                   0,
101710                   /* value */
101711                   0,
101712               };
101713               
101714               static const char*
101715               _CIM_Printer_CurrentLanguage_qualifiers[] =
101716               {
101717                   /* ValueMap */
101718                   "\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",
101719                   /* Values */
101720                   "\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",
101721                   /* MappingStrings */
101722                   "\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",
101723 mike  1.1.2.1     /* ModelCorrespondence */
101724                   "\036\000\002CIM_Printer.LanguagesSupported\000CIM_Printer.CurrentMimeType\000",
101725                   0,
101726               };
101727               
101728               static MetaProperty
101729               _CIM_Printer_CurrentLanguage =
101730               {
101731                   /* flags */
101732                   META_FLAG_PROPERTY|META_FLAG_READ,
101733                   /* name */
101734                   "CurrentLanguage",
101735                   /* qualifiers */
101736                   _CIM_Printer_CurrentLanguage_qualifiers,
101737                   /* type */
101738                   CIMTYPE_UINT16,
101739                   /* subscript */
101740                   -1,
101741                   /* value */
101742                   0,
101743               };
101744 mike  1.1.2.1 
101745               static const char*
101746               _CIM_Printer_CurrentMimeType_qualifiers[] =
101747               {
101748                   /* MappingStrings */
101749                   "\026\000\001RFC2911.IETF|Section 4.4.21 document-format-default\000",
101750                   /* ModelCorrespondence */
101751                   "\036\000\001CIM_Printer.CurrentLanguage\000",
101752                   0,
101753               };
101754               
101755               static MetaProperty
101756               _CIM_Printer_CurrentMimeType =
101757               {
101758                   /* flags */
101759                   META_FLAG_PROPERTY|META_FLAG_READ,
101760                   /* name */
101761                   "CurrentMimeType",
101762                   /* qualifiers */
101763                   _CIM_Printer_CurrentMimeType_qualifiers,
101764                   /* type */
101765 mike  1.1.2.1     CIMTYPE_STRING,
101766                   /* subscript */
101767                   -1,
101768                   /* value */
101769                   0,
101770               };
101771               
101772               static const char*
101773               _CIM_Printer_DefaultLanguage_qualifiers[] =
101774               {
101775                   /* ValueMap */
101776                   "\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",
101777                   /* Values */
101778                   "\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",
101779                   /* MappingStrings */
101780                   "\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",
101781                   /* ModelCorrespondence */
101782                   "\036\000\002CIM_Printer.LanguagesSupported\000CIM_Printer.DefaultMimeType\000",
101783                   0,
101784               };
101785               
101786 mike  1.1.2.1 static MetaProperty
101787               _CIM_Printer_DefaultLanguage =
101788               {
101789                   /* flags */
101790                   META_FLAG_PROPERTY|META_FLAG_READ,
101791                   /* name */
101792                   "DefaultLanguage",
101793                   /* qualifiers */
101794                   _CIM_Printer_DefaultLanguage_qualifiers,
101795                   /* type */
101796                   CIMTYPE_UINT16,
101797                   /* subscript */
101798                   -1,
101799                   /* value */
101800                   0,
101801               };
101802               
101803               static const char*
101804               _CIM_Printer_DefaultMimeType_qualifiers[] =
101805               {
101806                   /* MappingStrings */
101807 mike  1.1.2.1     "\026\000\001RFC2911.IETF|Section 4.4.21 document-format-default\000",
101808                   /* ModelCorrespondence */
101809                   "\036\000\001CIM_Printer.DefaultLanguage\000",
101810                   0,
101811               };
101812               
101813               static MetaProperty
101814               _CIM_Printer_DefaultMimeType =
101815               {
101816                   /* flags */
101817                   META_FLAG_PROPERTY|META_FLAG_READ,
101818                   /* name */
101819                   "DefaultMimeType",
101820                   /* qualifiers */
101821                   _CIM_Printer_DefaultMimeType_qualifiers,
101822                   /* type */
101823                   CIMTYPE_STRING,
101824                   /* subscript */
101825                   -1,
101826                   /* value */
101827                   0,
101828 mike  1.1.2.1 };
101829               
101830               static const char*
101831               _CIM_Printer_JobCountSinceLastReset_qualifiers[] =
101832               {
101833                   /* Counter */
101834                   "\012\001",
101835                   /* MappingStrings */
101836                   "\026\000\001MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorCompletedJobs\000",
101837                   0,
101838               };
101839               
101840               static MetaProperty
101841               _CIM_Printer_JobCountSinceLastReset =
101842               {
101843                   /* flags */
101844                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
101845                   /* name */
101846                   "JobCountSinceLastReset",
101847                   /* qualifiers */
101848                   _CIM_Printer_JobCountSinceLastReset_qualifiers,
101849 mike  1.1.2.1     /* type */
101850                   CIMTYPE_UINT32,
101851                   /* subscript */
101852                   -1,
101853                   /* value */
101854                   0,
101855               };
101856               
101857               static const char*
101858               _CIM_Printer_TimeOfLastReset_qualifiers[] =
101859               {
101860                   /* MappingStrings */
101861                   "\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",
101862                   0,
101863               };
101864               
101865               static MetaProperty
101866               _CIM_Printer_TimeOfLastReset =
101867               {
101868                   /* flags */
101869                   META_FLAG_PROPERTY|META_FLAG_READ,
101870 mike  1.1.2.1     /* name */
101871                   "TimeOfLastReset",
101872                   /* qualifiers */
101873                   _CIM_Printer_TimeOfLastReset_qualifiers,
101874                   /* type */
101875                   CIMTYPE_DATETIME,
101876                   /* subscript */
101877                   -1,
101878                   /* value */
101879                   0,
101880               };
101881               
101882               static const char*
101883               _CIM_Printer_Capabilities_qualifiers[] =
101884               {
101885                   /* ValueMap */
101886                   "\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",
101887                   /* Values */
101888                   "\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",
101889                   /* ArrayType */
101890                   "\005Indexed",
101891 mike  1.1.2.1     /* ModelCorrespondence */
101892                   "\036\000\003CIM_Printer.CapabilityDescriptions\000CIM_PrintJob.Finishing\000CIM_PrintService.Capabilities\000",
101893                   0,
101894               };
101895               
101896               static MetaProperty
101897               _CIM_Printer_Capabilities =
101898               {
101899                   /* flags */
101900                   META_FLAG_PROPERTY|META_FLAG_READ,
101901                   /* name */
101902                   "Capabilities",
101903                   /* qualifiers */
101904                   _CIM_Printer_Capabilities_qualifiers,
101905                   /* type */
101906                   CIMTYPE_UINT16,
101907                   /* subscript */
101908                   0,
101909                   /* value */
101910                   0,
101911               };
101912 mike  1.1.2.1 
101913               static const char*
101914               _CIM_Printer_CapabilityDescriptions_qualifiers[] =
101915               {
101916                   /* ArrayType */
101917                   "\005Indexed",
101918                   /* ModelCorrespondence */
101919                   "\036\000\001CIM_Printer.Capabilities\000",
101920                   0,
101921               };
101922               
101923               static MetaProperty
101924               _CIM_Printer_CapabilityDescriptions =
101925               {
101926                   /* flags */
101927                   META_FLAG_PROPERTY|META_FLAG_READ,
101928                   /* name */
101929                   "CapabilityDescriptions",
101930                   /* qualifiers */
101931                   _CIM_Printer_CapabilityDescriptions_qualifiers,
101932                   /* type */
101933 mike  1.1.2.1     CIMTYPE_STRING,
101934                   /* subscript */
101935                   0,
101936                   /* value */
101937                   0,
101938               };
101939               
101940               static const char*
101941               _CIM_Printer_DefaultCapabilities_qualifiers[] =
101942               {
101943                   /* ValueMap */
101944                   "\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",
101945                   /* Values */
101946                   "\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",
101947                   /* ModelCorrespondence */
101948                   "\036\000\001CIM_Printer.Capabilities\000",
101949                   0,
101950               };
101951               
101952               static MetaProperty
101953               _CIM_Printer_DefaultCapabilities =
101954 mike  1.1.2.1 {
101955                   /* flags */
101956                   META_FLAG_PROPERTY|META_FLAG_READ,
101957                   /* name */
101958                   "DefaultCapabilities",
101959                   /* qualifiers */
101960                   _CIM_Printer_DefaultCapabilities_qualifiers,
101961                   /* type */
101962                   CIMTYPE_UINT16,
101963                   /* subscript */
101964                   0,
101965                   /* value */
101966                   0,
101967               };
101968               
101969               static const char*
101970               _CIM_Printer_CurrentCapabilities_qualifiers[] =
101971               {
101972                   /* ValueMap */
101973                   "\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",
101974                   /* Values */
101975 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",
101976                   /* ModelCorrespondence */
101977                   "\036\000\001CIM_Printer.Capabilities\000",
101978                   0,
101979               };
101980               
101981               static MetaProperty
101982               _CIM_Printer_CurrentCapabilities =
101983               {
101984                   /* flags */
101985                   META_FLAG_PROPERTY|META_FLAG_READ,
101986                   /* name */
101987                   "CurrentCapabilities",
101988                   /* qualifiers */
101989                   _CIM_Printer_CurrentCapabilities_qualifiers,
101990                   /* type */
101991                   CIMTYPE_UINT16,
101992                   /* subscript */
101993                   0,
101994                   /* value */
101995                   0,
101996 mike  1.1.2.1 };
101997               
101998               static const char*
101999               _CIM_Printer_MaxCopies_qualifiers[] =
102000               {
102001                   /* MappingStrings */
102002                   "\026\000\003RFC2911.IETF|Printer.copies-supported\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.5 copies\000",
102003                   /* ModelCorrespondence */
102004                   "\036\000\001CIM_PrintJob.Copies\000",
102005                   0,
102006               };
102007               
102008               static MetaProperty
102009               _CIM_Printer_MaxCopies =
102010               {
102011                   /* flags */
102012                   META_FLAG_PROPERTY|META_FLAG_READ,
102013                   /* name */
102014                   "MaxCopies",
102015                   /* qualifiers */
102016                   _CIM_Printer_MaxCopies_qualifiers,
102017 mike  1.1.2.1     /* type */
102018                   CIMTYPE_UINT32,
102019                   /* subscript */
102020                   -1,
102021                   /* value */
102022                   0,
102023               };
102024               
102025               static const char*
102026               _CIM_Printer_DefaultCopies_qualifiers[] =
102027               {
102028                   /* MappingStrings */
102029                   "\026\000\003RFC2911.IETF|Printer.copies-default\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.5 copies\000",
102030                   0,
102031               };
102032               
102033               static MetaProperty
102034               _CIM_Printer_DefaultCopies =
102035               {
102036                   /* flags */
102037                   META_FLAG_PROPERTY|META_FLAG_READ,
102038 mike  1.1.2.1     /* name */
102039                   "DefaultCopies",
102040                   /* qualifiers */
102041                   _CIM_Printer_DefaultCopies_qualifiers,
102042                   /* type */
102043                   CIMTYPE_UINT32,
102044                   /* subscript */
102045                   -1,
102046                   /* value */
102047                   0,
102048               };
102049               
102050               static const char*
102051               _CIM_Printer_MaxNumberUp_qualifiers[] =
102052               {
102053                   /* MappingStrings */
102054                   "\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",
102055                   /* ModelCorrespondence */
102056                   "\036\000\001CIM_PrintJob.NumberUp\000",
102057                   0,
102058               };
102059 mike  1.1.2.1 
102060               static MetaProperty
102061               _CIM_Printer_MaxNumberUp =
102062               {
102063                   /* flags */
102064                   META_FLAG_PROPERTY|META_FLAG_READ,
102065                   /* name */
102066                   "MaxNumberUp",
102067                   /* qualifiers */
102068                   _CIM_Printer_MaxNumberUp_qualifiers,
102069                   /* type */
102070                   CIMTYPE_UINT32,
102071                   /* subscript */
102072                   -1,
102073                   /* value */
102074                   0,
102075               };
102076               
102077               static const char*
102078               _CIM_Printer_DefaultNumberUp_qualifiers[] =
102079               {
102080 mike  1.1.2.1     /* MappingStrings */
102081                   "\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",
102082                   0,
102083               };
102084               
102085               static MetaProperty
102086               _CIM_Printer_DefaultNumberUp =
102087               {
102088                   /* flags */
102089                   META_FLAG_PROPERTY|META_FLAG_READ,
102090                   /* name */
102091                   "DefaultNumberUp",
102092                   /* qualifiers */
102093                   _CIM_Printer_DefaultNumberUp_qualifiers,
102094                   /* type */
102095                   CIMTYPE_UINT32,
102096                   /* subscript */
102097                   -1,
102098                   /* value */
102099                   0,
102100               };
102101 mike  1.1.2.1 
102102               static const char*
102103               _CIM_Printer_HorizontalResolution_qualifiers[] =
102104               {
102105                   /* Units */
102106                   "\060Pixels per Inch",
102107                   /* MappingStrings */
102108                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerAddressabilityXFeedDir\000RFC2911.IETF|Section 4.2.12 printer-resolution\000",
102109                   /* ModelCorrespondence */
102110                   "\036\000\001CIM_PrintJob.HorizontalResolution\000",
102111                   0,
102112               };
102113               
102114               static MetaProperty
102115               _CIM_Printer_HorizontalResolution =
102116               {
102117                   /* flags */
102118                   META_FLAG_PROPERTY|META_FLAG_READ,
102119                   /* name */
102120                   "HorizontalResolution",
102121                   /* qualifiers */
102122 mike  1.1.2.1     _CIM_Printer_HorizontalResolution_qualifiers,
102123                   /* type */
102124                   CIMTYPE_UINT32,
102125                   /* subscript */
102126                   -1,
102127                   /* value */
102128                   0,
102129               };
102130               
102131               static const char*
102132               _CIM_Printer_VerticalResolution_qualifiers[] =
102133               {
102134                   /* Units */
102135                   "\060Pixels per Inch",
102136                   /* MappingStrings */
102137                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerAddressabilityFeedDir\000RFC2911.IETF|Section 4.2.12 printer-resolution\000",
102138                   /* ModelCorrespondence */
102139                   "\036\000\001CIM_PrintJob.HorizontalResolution\000",
102140                   0,
102141               };
102142               
102143 mike  1.1.2.1 static MetaProperty
102144               _CIM_Printer_VerticalResolution =
102145               {
102146                   /* flags */
102147                   META_FLAG_PROPERTY|META_FLAG_READ,
102148                   /* name */
102149                   "VerticalResolution",
102150                   /* qualifiers */
102151                   _CIM_Printer_VerticalResolution_qualifiers,
102152                   /* type */
102153                   CIMTYPE_UINT32,
102154                   /* subscript */
102155                   -1,
102156                   /* value */
102157                   0,
102158               };
102159               
102160               static const char*
102161               _CIM_Printer_CharSetsSupported_qualifiers[] =
102162               {
102163                   /* MappingStrings */
102164 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",
102165                   /* ArrayType */
102166                   "\005Indexed",
102167                   /* ModelCorrespondence */
102168                   "\036\000\001CIM_PrintJob.CharSet\000",
102169                   0,
102170               };
102171               
102172               static MetaProperty
102173               _CIM_Printer_CharSetsSupported =
102174               {
102175                   /* flags */
102176                   META_FLAG_PROPERTY|META_FLAG_READ,
102177                   /* name */
102178                   "CharSetsSupported",
102179                   /* qualifiers */
102180                   _CIM_Printer_CharSetsSupported_qualifiers,
102181                   /* type */
102182                   CIMTYPE_STRING,
102183                   /* subscript */
102184                   0,
102185 mike  1.1.2.1     /* value */
102186                   0,
102187               };
102188               
102189               static const char*
102190               _CIM_Printer_CurrentCharSet_qualifiers[] =
102191               {
102192                   /* MappingStrings */
102193                   "\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",
102194                   /* ModelCorrespondence */
102195                   "\036\000\001CIM_Printer.CharSetsSupported\000",
102196                   0,
102197               };
102198               
102199               static MetaProperty
102200               _CIM_Printer_CurrentCharSet =
102201               {
102202                   /* flags */
102203                   META_FLAG_PROPERTY|META_FLAG_READ,
102204                   /* name */
102205                   "CurrentCharSet",
102206 mike  1.1.2.1     /* qualifiers */
102207                   _CIM_Printer_CurrentCharSet_qualifiers,
102208                   /* type */
102209                   CIMTYPE_STRING,
102210                   /* subscript */
102211                   -1,
102212                   /* value */
102213                   0,
102214               };
102215               
102216               static const char*
102217               _CIM_Printer_NaturalLanguagesSupported_qualifiers[] =
102218               {
102219                   /* MappingStrings */
102220                   "\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",
102221                   /* ArrayType */
102222                   "\005Indexed",
102223                   /* ModelCorrespondence */
102224                   "\036\000\001CIM_PrintJob.NaturalLanguage\000",
102225                   0,
102226               };
102227 mike  1.1.2.1 
102228               static MetaProperty
102229               _CIM_Printer_NaturalLanguagesSupported =
102230               {
102231                   /* flags */
102232                   META_FLAG_PROPERTY|META_FLAG_READ,
102233                   /* name */
102234                   "NaturalLanguagesSupported",
102235                   /* qualifiers */
102236                   _CIM_Printer_NaturalLanguagesSupported_qualifiers,
102237                   /* type */
102238                   CIMTYPE_STRING,
102239                   /* subscript */
102240                   0,
102241                   /* value */
102242                   0,
102243               };
102244               
102245               static const char*
102246               _CIM_Printer_CurrentNaturalLanguage_qualifiers[] =
102247               {
102248 mike  1.1.2.1     /* MappingStrings */
102249                   "\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",
102250                   /* ModelCorrespondence */
102251                   "\036\000\001CIM_Printer.NaturalLanguagesSupported\000",
102252                   0,
102253               };
102254               
102255               static MetaProperty
102256               _CIM_Printer_CurrentNaturalLanguage =
102257               {
102258                   /* flags */
102259                   META_FLAG_PROPERTY|META_FLAG_READ,
102260                   /* name */
102261                   "CurrentNaturalLanguage",
102262                   /* qualifiers */
102263                   _CIM_Printer_CurrentNaturalLanguage_qualifiers,
102264                   /* type */
102265                   CIMTYPE_STRING,
102266                   /* subscript */
102267                   -1,
102268                   /* value */
102269 mike  1.1.2.1     0,
102270               };
102271               
102272               static const char*
102273               _CIM_Printer_MaxSizeSupported_qualifiers[] =
102274               {
102275                   /* Units */
102276                   "\060KiloBytes",
102277                   /* MappingStrings */
102278                   "\026\000\001RFC2911.IETF|Section 4.4.33 job-k-octets-supported\000",
102279                   /* ModelCorrespondence */
102280                   "\036\000\001CIM_PrintJob.JobSize\000",
102281                   0,
102282               };
102283               
102284               static MetaProperty
102285               _CIM_Printer_MaxSizeSupported =
102286               {
102287                   /* flags */
102288                   META_FLAG_PROPERTY|META_FLAG_READ,
102289                   /* name */
102290 mike  1.1.2.1     "MaxSizeSupported",
102291                   /* qualifiers */
102292                   _CIM_Printer_MaxSizeSupported_qualifiers,
102293                   /* type */
102294                   CIMTYPE_UINT32,
102295                   /* subscript */
102296                   -1,
102297                   /* value */
102298                   0,
102299               };
102300               
102301               static const char*
102302               _CIM_Printer_AvailableJobSheets_qualifiers[] =
102303               {
102304                   /* MappingStrings */
102305                   "\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",
102306                   /* ModelCorrespondence */
102307                   "\036\000\001CIM_PrintJob.RequiredJobSheets\000",
102308                   0,
102309               };
102310               
102311 mike  1.1.2.1 static MetaProperty
102312               _CIM_Printer_AvailableJobSheets =
102313               {
102314                   /* flags */
102315                   META_FLAG_PROPERTY|META_FLAG_READ,
102316                   /* name */
102317                   "AvailableJobSheets",
102318                   /* qualifiers */
102319                   _CIM_Printer_AvailableJobSheets_qualifiers,
102320                   /* type */
102321                   CIMTYPE_STRING,
102322                   /* subscript */
102323                   0,
102324                   /* value */
102325                   0,
102326               };
102327               
102328               static const char*
102329               _CIM_Printer_MarkingTechnology_qualifiers[] =
102330               {
102331                   /* ValueMap */
102332 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",
102333                   /* Values */
102334                   "\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",
102335                   /* MappingStrings */
102336                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerMarkTech\000MIB.IETF|IANA-PRINTER-MIB.PrtMarkerMarkTechTC\000",
102337                   0,
102338               };
102339               
102340               static MetaProperty
102341               _CIM_Printer_MarkingTechnology =
102342               {
102343                   /* flags */
102344                   META_FLAG_PROPERTY|META_FLAG_READ,
102345                   /* name */
102346                   "MarkingTechnology",
102347                   /* qualifiers */
102348                   _CIM_Printer_MarkingTechnology_qualifiers,
102349                   /* type */
102350                   CIMTYPE_UINT16,
102351                   /* subscript */
102352                   -1,
102353 mike  1.1.2.1     /* value */
102354                   0,
102355               };
102356               
102357               static MetaFeature*
102358               _CIM_Printer_features[] =
102359               {
102360                   (MetaFeature*)&_CIM_Printer_PrinterStatus,
102361                   (MetaFeature*)&_CIM_Printer_DetectedErrorState,
102362                   (MetaFeature*)&_CIM_Printer_ErrorInformation,
102363                   (MetaFeature*)&_CIM_Printer_PaperSizesSupported,
102364                   (MetaFeature*)&_CIM_Printer_PaperTypesAvailable,
102365                   (MetaFeature*)&_CIM_Printer_DefaultPaperType,
102366                   (MetaFeature*)&_CIM_Printer_CurrentPaperType,
102367                   (MetaFeature*)&_CIM_Printer_LanguagesSupported,
102368                   (MetaFeature*)&_CIM_Printer_MimeTypesSupported,
102369                   (MetaFeature*)&_CIM_Printer_CurrentLanguage,
102370                   (MetaFeature*)&_CIM_Printer_CurrentMimeType,
102371                   (MetaFeature*)&_CIM_Printer_DefaultLanguage,
102372                   (MetaFeature*)&_CIM_Printer_DefaultMimeType,
102373                   (MetaFeature*)&_CIM_Printer_JobCountSinceLastReset,
102374 mike  1.1.2.1     (MetaFeature*)&_CIM_Printer_TimeOfLastReset,
102375                   (MetaFeature*)&_CIM_Printer_Capabilities,
102376                   (MetaFeature*)&_CIM_Printer_CapabilityDescriptions,
102377                   (MetaFeature*)&_CIM_Printer_DefaultCapabilities,
102378                   (MetaFeature*)&_CIM_Printer_CurrentCapabilities,
102379                   (MetaFeature*)&_CIM_Printer_MaxCopies,
102380                   (MetaFeature*)&_CIM_Printer_DefaultCopies,
102381                   (MetaFeature*)&_CIM_Printer_MaxNumberUp,
102382                   (MetaFeature*)&_CIM_Printer_DefaultNumberUp,
102383                   (MetaFeature*)&_CIM_Printer_HorizontalResolution,
102384                   (MetaFeature*)&_CIM_Printer_VerticalResolution,
102385                   (MetaFeature*)&_CIM_Printer_CharSetsSupported,
102386                   (MetaFeature*)&_CIM_Printer_CurrentCharSet,
102387                   (MetaFeature*)&_CIM_Printer_NaturalLanguagesSupported,
102388                   (MetaFeature*)&_CIM_Printer_CurrentNaturalLanguage,
102389                   (MetaFeature*)&_CIM_Printer_MaxSizeSupported,
102390                   (MetaFeature*)&_CIM_Printer_AvailableJobSheets,
102391                   (MetaFeature*)&_CIM_Printer_MarkingTechnology,
102392                   0,
102393               };
102394               
102395 mike  1.1.2.1 static const char*
102396               __root_cimv2_CIM_Printer_qualifiers[] =
102397               {
102398                   /* UMLPackagePath */
102399                   "\057CIM::Device::Printing",
102400                   /* Version */
102401                   "\0632.13.0",
102402                   0,
102403               };
102404               
102405               MetaClass
102406               __root_cimv2_CIM_Printer =
102407               {
102408                   /* flags */
102409                   META_FLAG_CLASS,
102410                   /* name */
102411                   "CIM_Printer",
102412                   /* qualifiers */
102413                   __root_cimv2_CIM_Printer_qualifiers,
102414                   /* super */
102415                   &__root_cimv2_CIM_LogicalDevice,
102416 mike  1.1.2.1     /* features */
102417                   _CIM_Printer_features,
102418               };
102419               
102420               //==============================================================================
102421               //
102422               // Class: CIM_PrinterServicingJob
102423               //
102424               //==============================================================================
102425               
102426               static const char*
102427               _CIM_PrinterServicingJob_Antecedent_qualifiers[] =
102428               {
102429                   /* Override */
102430                   "\044Antecedent",
102431                   0,
102432               };
102433               
102434               static MetaReference
102435               _CIM_PrinterServicingJob_Antecedent =
102436               {
102437 mike  1.1.2.1     /* flags */
102438                   META_FLAG_REFERENCE|META_FLAG_READ,
102439                   /* name */
102440                   "Antecedent",
102441                   /* qualifiers */
102442                   _CIM_PrinterServicingJob_Antecedent_qualifiers,
102443                   /* subscript */
102444                   -1,
102445                   /* refId */
102446                   &__root_cimv2_CIM_Printer,
102447               };
102448               
102449               static const char*
102450               _CIM_PrinterServicingJob_Dependent_qualifiers[] =
102451               {
102452                   /* Override */
102453                   "\044Dependent",
102454                   0,
102455               };
102456               
102457               static MetaReference
102458 mike  1.1.2.1 _CIM_PrinterServicingJob_Dependent =
102459               {
102460                   /* flags */
102461                   META_FLAG_REFERENCE|META_FLAG_READ,
102462                   /* name */
102463                   "Dependent",
102464                   /* qualifiers */
102465                   _CIM_PrinterServicingJob_Dependent_qualifiers,
102466                   /* subscript */
102467                   -1,
102468                   /* refId */
102469                   &__root_cimv2_CIM_PrintJob,
102470               };
102471               
102472               static MetaFeature*
102473               _CIM_PrinterServicingJob_features[] =
102474               {
102475                   (MetaFeature*)&_CIM_PrinterServicingJob_Antecedent,
102476                   (MetaFeature*)&_CIM_PrinterServicingJob_Dependent,
102477                   0,
102478               };
102479 mike  1.1.2.1 
102480               static const char*
102481               __root_cimv2_CIM_PrinterServicingJob_qualifiers[] =
102482               {
102483                   /* ASSOCIATION */
102484                   "\000\001",
102485                   /* UMLPackagePath */
102486                   "\057CIM::Device::Printing",
102487                   /* Version */
102488                   "\0632.6.0",
102489                   0,
102490               };
102491               
102492               MetaClass
102493               __root_cimv2_CIM_PrinterServicingJob =
102494               {
102495                   /* flags */
102496                   META_FLAG_ASSOCIATION,
102497                   /* name */
102498                   "CIM_PrinterServicingJob",
102499                   /* qualifiers */
102500 mike  1.1.2.1     __root_cimv2_CIM_PrinterServicingJob_qualifiers,
102501                   /* super */
102502                   &__root_cimv2_CIM_Dependency,
102503                   /* features */
102504                   _CIM_PrinterServicingJob_features,
102505               };
102506               
102507               //==============================================================================
102508               //
102509               // Class: CIM_PrintQueue
102510               //
102511               //==============================================================================
102512               
102513               static const char*
102514               _CIM_PrintQueue_QueueEnabled_qualifiers[] =
102515               {
102516                   /* Deprecated */
102517                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
102518                   0,
102519               };
102520               
102521 mike  1.1.2.1 static MetaProperty
102522               _CIM_PrintQueue_QueueEnabled =
102523               {
102524                   /* flags */
102525                   META_FLAG_PROPERTY|META_FLAG_READ,
102526                   /* name */
102527                   "QueueEnabled",
102528                   /* qualifiers */
102529                   _CIM_PrintQueue_QueueEnabled_qualifiers,
102530                   /* type */
102531                   CIMTYPE_BOOLEAN,
102532                   /* subscript */
102533                   -1,
102534                   /* value */
102535                   0,
102536               };
102537               
102538               static const char*
102539               _CIM_PrintQueue_QueueAccepting_qualifiers[] =
102540               {
102541                   /* Deprecated */
102542 mike  1.1.2.1     "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
102543                   0,
102544               };
102545               
102546               static MetaProperty
102547               _CIM_PrintQueue_QueueAccepting =
102548               {
102549                   /* flags */
102550                   META_FLAG_PROPERTY|META_FLAG_READ,
102551                   /* name */
102552                   "QueueAccepting",
102553                   /* qualifiers */
102554                   _CIM_PrintQueue_QueueAccepting_qualifiers,
102555                   /* type */
102556                   CIMTYPE_BOOLEAN,
102557                   /* subscript */
102558                   -1,
102559                   /* value */
102560                   0,
102561               };
102562               
102563 mike  1.1.2.1 static const char*
102564               _CIM_PrintQueue_NumberOnQueue_qualifiers[] =
102565               {
102566                   /* Gauge */
102567                   "\023\001",
102568                   0,
102569               };
102570               
102571               static MetaProperty
102572               _CIM_PrintQueue_NumberOnQueue =
102573               {
102574                   /* flags */
102575                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
102576                   /* name */
102577                   "NumberOnQueue",
102578                   /* qualifiers */
102579                   _CIM_PrintQueue_NumberOnQueue_qualifiers,
102580                   /* type */
102581                   CIMTYPE_UINT32,
102582                   /* subscript */
102583                   -1,
102584 mike  1.1.2.1     /* value */
102585                   0,
102586               };
102587               
102588               static const char*
102589               _CIM_PrintQueue_QueueStatus_qualifiers[] =
102590               {
102591                   /* ValueMap */
102592                   "\061\000\0040\0001\0002\0003\000",
102593                   /* Values */
102594                   "\062\000\004Other\000Unknown\000No Additional Status\000QueueSpoolAreaFull\000",
102595                   0,
102596               };
102597               
102598               static MetaProperty
102599               _CIM_PrintQueue_QueueStatus =
102600               {
102601                   /* flags */
102602                   META_FLAG_PROPERTY|META_FLAG_READ,
102603                   /* name */
102604                   "QueueStatus",
102605 mike  1.1.2.1     /* qualifiers */
102606                   _CIM_PrintQueue_QueueStatus_qualifiers,
102607                   /* type */
102608                   CIMTYPE_UINT16,
102609                   /* subscript */
102610                   -1,
102611                   /* value */
102612                   0,
102613               };
102614               
102615               static const char*
102616               _CIM_PrintQueue_QueueStatusInfo_qualifiers[] =
102617               {
102618                   0,
102619               };
102620               
102621               static MetaProperty
102622               _CIM_PrintQueue_QueueStatusInfo =
102623               {
102624                   /* flags */
102625                   META_FLAG_PROPERTY|META_FLAG_READ,
102626 mike  1.1.2.1     /* name */
102627                   "QueueStatusInfo",
102628                   /* qualifiers */
102629                   _CIM_PrintQueue_QueueStatusInfo_qualifiers,
102630                   /* type */
102631                   CIMTYPE_STRING,
102632                   /* subscript */
102633                   -1,
102634                   /* value */
102635                   0,
102636               };
102637               
102638               static const char*
102639               _CIM_PrintQueue_MaxJobSize_qualifiers[] =
102640               {
102641                   /* Units */
102642                   "\060KiloBytes",
102643                   /* ModelCorrespondence */
102644                   "\036\000\001CIM_PrintJob.JobSize\000",
102645                   0,
102646               };
102647 mike  1.1.2.1 
102648               static MetaProperty
102649               _CIM_PrintQueue_MaxJobSize =
102650               {
102651                   /* flags */
102652                   META_FLAG_PROPERTY|META_FLAG_READ,
102653                   /* name */
102654                   "MaxJobSize",
102655                   /* qualifiers */
102656                   _CIM_PrintQueue_MaxJobSize_qualifiers,
102657                   /* type */
102658                   CIMTYPE_UINT32,
102659                   /* subscript */
102660                   -1,
102661                   /* value */
102662                   0,
102663               };
102664               
102665               static const char*
102666               _CIM_PrintQueue_DefaultJobPriority_qualifiers[] =
102667               {
102668 mike  1.1.2.1     /* ModelCorrespondence */
102669                   "\036\000\002CIM_PrintQueue.JobPriorityHigh\000CIM_PrintQueue.JobPriorityLow\000",
102670                   0,
102671               };
102672               
102673               static MetaProperty
102674               _CIM_PrintQueue_DefaultJobPriority =
102675               {
102676                   /* flags */
102677                   META_FLAG_PROPERTY|META_FLAG_READ,
102678                   /* name */
102679                   "DefaultJobPriority",
102680                   /* qualifiers */
102681                   _CIM_PrintQueue_DefaultJobPriority_qualifiers,
102682                   /* type */
102683                   CIMTYPE_UINT32,
102684                   /* subscript */
102685                   -1,
102686                   /* value */
102687                   0,
102688               };
102689 mike  1.1.2.1 
102690               static const char*
102691               _CIM_PrintQueue_JobPriorityHigh_qualifiers[] =
102692               {
102693                   /* ModelCorrespondence */
102694                   "\036\000\002CIM_PrintQueue.JobPriorityLow\000CIM_Job.Priority\000",
102695                   0,
102696               };
102697               
102698               static MetaProperty
102699               _CIM_PrintQueue_JobPriorityHigh =
102700               {
102701                   /* flags */
102702                   META_FLAG_PROPERTY|META_FLAG_READ,
102703                   /* name */
102704                   "JobPriorityHigh",
102705                   /* qualifiers */
102706                   _CIM_PrintQueue_JobPriorityHigh_qualifiers,
102707                   /* type */
102708                   CIMTYPE_UINT32,
102709                   /* subscript */
102710 mike  1.1.2.1     -1,
102711                   /* value */
102712                   0,
102713               };
102714               
102715               static const char*
102716               _CIM_PrintQueue_JobPriorityLow_qualifiers[] =
102717               {
102718                   /* ModelCorrespondence */
102719                   "\036\000\002CIM_PrintQueue.JobPriorityHigh\000CIM_Job.Priority\000",
102720                   0,
102721               };
102722               
102723               static MetaProperty
102724               _CIM_PrintQueue_JobPriorityLow =
102725               {
102726                   /* flags */
102727                   META_FLAG_PROPERTY|META_FLAG_READ,
102728                   /* name */
102729                   "JobPriorityLow",
102730                   /* qualifiers */
102731 mike  1.1.2.1     _CIM_PrintQueue_JobPriorityLow_qualifiers,
102732                   /* type */
102733                   CIMTYPE_UINT32,
102734                   /* subscript */
102735                   -1,
102736                   /* value */
102737                   0,
102738               };
102739               
102740               static const char*
102741               _CIM_PrintQueue_AvailableJobSheets_qualifiers[] =
102742               {
102743                   /* ModelCorrespondence */
102744                   "\036\000\001CIM_PrintJob.RequiredJobSheets\000",
102745                   0,
102746               };
102747               
102748               static MetaProperty
102749               _CIM_PrintQueue_AvailableJobSheets =
102750               {
102751                   /* flags */
102752 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
102753                   /* name */
102754                   "AvailableJobSheets",
102755                   /* qualifiers */
102756                   _CIM_PrintQueue_AvailableJobSheets_qualifiers,
102757                   /* type */
102758                   CIMTYPE_STRING,
102759                   /* subscript */
102760                   0,
102761                   /* value */
102762                   0,
102763               };
102764               
102765               static MetaFeature*
102766               _CIM_PrintQueue_features[] =
102767               {
102768                   (MetaFeature*)&_CIM_PrintQueue_QueueEnabled,
102769                   (MetaFeature*)&_CIM_PrintQueue_QueueAccepting,
102770                   (MetaFeature*)&_CIM_PrintQueue_NumberOnQueue,
102771                   (MetaFeature*)&_CIM_PrintQueue_QueueStatus,
102772                   (MetaFeature*)&_CIM_PrintQueue_QueueStatusInfo,
102773 mike  1.1.2.1     (MetaFeature*)&_CIM_PrintQueue_MaxJobSize,
102774                   (MetaFeature*)&_CIM_PrintQueue_DefaultJobPriority,
102775                   (MetaFeature*)&_CIM_PrintQueue_JobPriorityHigh,
102776                   (MetaFeature*)&_CIM_PrintQueue_JobPriorityLow,
102777                   (MetaFeature*)&_CIM_PrintQueue_AvailableJobSheets,
102778                   0,
102779               };
102780               
102781               static const char*
102782               __root_cimv2_CIM_PrintQueue_qualifiers[] =
102783               {
102784                   /* UMLPackagePath */
102785                   "\057CIM::Device::Printing",
102786                   /* Version */
102787                   "\0632.10.0",
102788                   0,
102789               };
102790               
102791               MetaClass
102792               __root_cimv2_CIM_PrintQueue =
102793               {
102794 mike  1.1.2.1     /* flags */
102795                   META_FLAG_CLASS,
102796                   /* name */
102797                   "CIM_PrintQueue",
102798                   /* qualifiers */
102799                   __root_cimv2_CIM_PrintQueue_qualifiers,
102800                   /* super */
102801                   &__root_cimv2_CIM_JobDestination,
102802                   /* features */
102803                   _CIM_PrintQueue_features,
102804               };
102805               
102806               //==============================================================================
102807               //
102808               // Class: CIM_Process
102809               //
102810               //==============================================================================
102811               
102812               static const char*
102813               _CIM_Process_CSCreationClassName_qualifiers[] =
102814               {
102815 mike  1.1.2.1     /* Key */
102816                   "\025\001",
102817                   /* Propagated */
102818                   "\045CIM_OperatingSystem.CSCreationClassName",
102819                   /* MaxLen */
102820                   "\030\000\000\001\000",
102821                   0,
102822               };
102823               
102824               static MetaProperty
102825               _CIM_Process_CSCreationClassName =
102826               {
102827                   /* flags */
102828                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102829                   /* name */
102830                   "CSCreationClassName",
102831                   /* qualifiers */
102832                   _CIM_Process_CSCreationClassName_qualifiers,
102833                   /* type */
102834                   CIMTYPE_STRING,
102835                   /* subscript */
102836 mike  1.1.2.1     -1,
102837                   /* value */
102838                   0,
102839               };
102840               
102841               static const char*
102842               _CIM_Process_CSName_qualifiers[] =
102843               {
102844                   /* Key */
102845                   "\025\001",
102846                   /* Propagated */
102847                   "\045CIM_OperatingSystem.CSName",
102848                   /* MaxLen */
102849                   "\030\000\000\001\000",
102850                   0,
102851               };
102852               
102853               static MetaProperty
102854               _CIM_Process_CSName =
102855               {
102856                   /* flags */
102857 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102858                   /* name */
102859                   "CSName",
102860                   /* qualifiers */
102861                   _CIM_Process_CSName_qualifiers,
102862                   /* type */
102863                   CIMTYPE_STRING,
102864                   /* subscript */
102865                   -1,
102866                   /* value */
102867                   0,
102868               };
102869               
102870               static const char*
102871               _CIM_Process_OSCreationClassName_qualifiers[] =
102872               {
102873                   /* Key */
102874                   "\025\001",
102875                   /* Propagated */
102876                   "\045CIM_OperatingSystem.CreationClassName",
102877                   /* MaxLen */
102878 mike  1.1.2.1     "\030\000\000\001\000",
102879                   0,
102880               };
102881               
102882               static MetaProperty
102883               _CIM_Process_OSCreationClassName =
102884               {
102885                   /* flags */
102886                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102887                   /* name */
102888                   "OSCreationClassName",
102889                   /* qualifiers */
102890                   _CIM_Process_OSCreationClassName_qualifiers,
102891                   /* type */
102892                   CIMTYPE_STRING,
102893                   /* subscript */
102894                   -1,
102895                   /* value */
102896                   0,
102897               };
102898               
102899 mike  1.1.2.1 static const char*
102900               _CIM_Process_OSName_qualifiers[] =
102901               {
102902                   /* Key */
102903                   "\025\001",
102904                   /* Propagated */
102905                   "\045CIM_OperatingSystem.Name",
102906                   /* MaxLen */
102907                   "\030\000\000\001\000",
102908                   0,
102909               };
102910               
102911               static MetaProperty
102912               _CIM_Process_OSName =
102913               {
102914                   /* flags */
102915                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102916                   /* name */
102917                   "OSName",
102918                   /* qualifiers */
102919                   _CIM_Process_OSName_qualifiers,
102920 mike  1.1.2.1     /* type */
102921                   CIMTYPE_STRING,
102922                   /* subscript */
102923                   -1,
102924                   /* value */
102925                   0,
102926               };
102927               
102928               static const char*
102929               _CIM_Process_CreationClassName_qualifiers[] =
102930               {
102931                   /* Key */
102932                   "\025\001",
102933                   /* MaxLen */
102934                   "\030\000\000\001\000",
102935                   0,
102936               };
102937               
102938               static MetaProperty
102939               _CIM_Process_CreationClassName =
102940               {
102941 mike  1.1.2.1     /* flags */
102942                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102943                   /* name */
102944                   "CreationClassName",
102945                   /* qualifiers */
102946                   _CIM_Process_CreationClassName_qualifiers,
102947                   /* type */
102948                   CIMTYPE_STRING,
102949                   /* subscript */
102950                   -1,
102951                   /* value */
102952                   0,
102953               };
102954               
102955               static const char*
102956               _CIM_Process_Handle_qualifiers[] =
102957               {
102958                   /* Key */
102959                   "\025\001",
102960                   /* MaxLen */
102961                   "\030\000\000\001\000",
102962 mike  1.1.2.1     /* MappingStrings */
102963                   "\026\000\001MIF.DMTF|Process Information|001.1\000",
102964                   0,
102965               };
102966               
102967               static MetaProperty
102968               _CIM_Process_Handle =
102969               {
102970                   /* flags */
102971                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102972                   /* name */
102973                   "Handle",
102974                   /* qualifiers */
102975                   _CIM_Process_Handle_qualifiers,
102976                   /* type */
102977                   CIMTYPE_STRING,
102978                   /* subscript */
102979                   -1,
102980                   /* value */
102981                   0,
102982               };
102983 mike  1.1.2.1 
102984               static const char*
102985               _CIM_Process_Name_qualifiers[] =
102986               {
102987                   /* Override */
102988                   "\044Name",
102989                   /* MappingStrings */
102990                   "\026\000\001MIF.DMTF|Process Information|001.6\000",
102991                   0,
102992               };
102993               
102994               static MetaProperty
102995               _CIM_Process_Name =
102996               {
102997                   /* flags */
102998                   META_FLAG_PROPERTY|META_FLAG_READ,
102999                   /* name */
103000                   "Name",
103001                   /* qualifiers */
103002                   _CIM_Process_Name_qualifiers,
103003                   /* type */
103004 mike  1.1.2.1     CIMTYPE_STRING,
103005                   /* subscript */
103006                   -1,
103007                   /* value */
103008                   0,
103009               };
103010               
103011               static const char*
103012               _CIM_Process_Priority_qualifiers[] =
103013               {
103014                   /* MappingStrings */
103015                   "\026\000\001MIF.DMTF|Process Information|001.10\000",
103016                   0,
103017               };
103018               
103019               static MetaProperty
103020               _CIM_Process_Priority =
103021               {
103022                   /* flags */
103023                   META_FLAG_PROPERTY|META_FLAG_READ,
103024                   /* name */
103025 mike  1.1.2.1     "Priority",
103026                   /* qualifiers */
103027                   _CIM_Process_Priority_qualifiers,
103028                   /* type */
103029                   CIMTYPE_UINT32,
103030                   /* subscript */
103031                   -1,
103032                   /* value */
103033                   0,
103034               };
103035               
103036               static const char*
103037               _CIM_Process_ExecutionState_qualifiers[] =
103038               {
103039                   /* ValueMap */
103040                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
103041                   /* Values */
103042                   "\062\000\014Unknown\000Other\000Ready\000Running\000Blocked\000Suspended Blocked\000Suspended Ready\000Terminated\000Stopped\000Growing\000Ready But Relinquished Processor\000Hung\000",
103043                   /* MappingStrings */
103044                   "\026\000\002MIF.DMTF|Process Information|001.9\000MIF.UNIX|Process Information|13.9\000",
103045                   0,
103046 mike  1.1.2.1 };
103047               
103048               static MetaProperty
103049               _CIM_Process_ExecutionState =
103050               {
103051                   /* flags */
103052                   META_FLAG_PROPERTY|META_FLAG_READ,
103053                   /* name */
103054                   "ExecutionState",
103055                   /* qualifiers */
103056                   _CIM_Process_ExecutionState_qualifiers,
103057                   /* type */
103058                   CIMTYPE_UINT16,
103059                   /* subscript */
103060                   -1,
103061                   /* value */
103062                   0,
103063               };
103064               
103065               static const char*
103066               _CIM_Process_OtherExecutionDescription_qualifiers[] =
103067 mike  1.1.2.1 {
103068                   0,
103069               };
103070               
103071               static MetaProperty
103072               _CIM_Process_OtherExecutionDescription =
103073               {
103074                   /* flags */
103075                   META_FLAG_PROPERTY|META_FLAG_READ,
103076                   /* name */
103077                   "OtherExecutionDescription",
103078                   /* qualifiers */
103079                   _CIM_Process_OtherExecutionDescription_qualifiers,
103080                   /* type */
103081                   CIMTYPE_STRING,
103082                   /* subscript */
103083                   -1,
103084                   /* value */
103085                   0,
103086               };
103087               
103088 mike  1.1.2.1 static const char*
103089               _CIM_Process_CreationDate_qualifiers[] =
103090               {
103091                   0,
103092               };
103093               
103094               static MetaProperty
103095               _CIM_Process_CreationDate =
103096               {
103097                   /* flags */
103098                   META_FLAG_PROPERTY|META_FLAG_READ,
103099                   /* name */
103100                   "CreationDate",
103101                   /* qualifiers */
103102                   _CIM_Process_CreationDate_qualifiers,
103103                   /* type */
103104                   CIMTYPE_DATETIME,
103105                   /* subscript */
103106                   -1,
103107                   /* value */
103108                   0,
103109 mike  1.1.2.1 };
103110               
103111               static const char*
103112               _CIM_Process_TerminationDate_qualifiers[] =
103113               {
103114                   0,
103115               };
103116               
103117               static MetaProperty
103118               _CIM_Process_TerminationDate =
103119               {
103120                   /* flags */
103121                   META_FLAG_PROPERTY|META_FLAG_READ,
103122                   /* name */
103123                   "TerminationDate",
103124                   /* qualifiers */
103125                   _CIM_Process_TerminationDate_qualifiers,
103126                   /* type */
103127                   CIMTYPE_DATETIME,
103128                   /* subscript */
103129                   -1,
103130 mike  1.1.2.1     /* value */
103131                   0,
103132               };
103133               
103134               static const char*
103135               _CIM_Process_KernelModeTime_qualifiers[] =
103136               {
103137                   /* Units */
103138                   "\060MilliSeconds",
103139                   /* MappingStrings */
103140                   "\026\000\001MIF.DMTF|Process Information|001.13\000",
103141                   0,
103142               };
103143               
103144               static MetaProperty
103145               _CIM_Process_KernelModeTime =
103146               {
103147                   /* flags */
103148                   META_FLAG_PROPERTY|META_FLAG_READ,
103149                   /* name */
103150                   "KernelModeTime",
103151 mike  1.1.2.1     /* qualifiers */
103152                   _CIM_Process_KernelModeTime_qualifiers,
103153                   /* type */
103154                   CIMTYPE_UINT64,
103155                   /* subscript */
103156                   -1,
103157                   /* value */
103158                   0,
103159               };
103160               
103161               static const char*
103162               _CIM_Process_UserModeTime_qualifiers[] =
103163               {
103164                   /* Units */
103165                   "\060MilliSeconds",
103166                   /* MappingStrings */
103167                   "\026\000\001MIF.DMTF|Process Information|001.14\000",
103168                   0,
103169               };
103170               
103171               static MetaProperty
103172 mike  1.1.2.1 _CIM_Process_UserModeTime =
103173               {
103174                   /* flags */
103175                   META_FLAG_PROPERTY|META_FLAG_READ,
103176                   /* name */
103177                   "UserModeTime",
103178                   /* qualifiers */
103179                   _CIM_Process_UserModeTime_qualifiers,
103180                   /* type */
103181                   CIMTYPE_UINT64,
103182                   /* subscript */
103183                   -1,
103184                   /* value */
103185                   0,
103186               };
103187               
103188               static const char*
103189               _CIM_Process_WorkingSetSize_qualifiers[] =
103190               {
103191                   /* Units */
103192                   "\060Bytes",
103193 mike  1.1.2.1     /* Gauge */
103194                   "\023\001",
103195                   0,
103196               };
103197               
103198               static MetaProperty
103199               _CIM_Process_WorkingSetSize =
103200               {
103201                   /* flags */
103202                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
103203                   /* name */
103204                   "WorkingSetSize",
103205                   /* qualifiers */
103206                   _CIM_Process_WorkingSetSize_qualifiers,
103207                   /* type */
103208                   CIMTYPE_UINT64,
103209                   /* subscript */
103210                   -1,
103211                   /* value */
103212                   0,
103213               };
103214 mike  1.1.2.1 
103215               static MetaFeature*
103216               _CIM_Process_features[] =
103217               {
103218                   (MetaFeature*)&_CIM_Process_CSCreationClassName,
103219                   (MetaFeature*)&_CIM_Process_CSName,
103220                   (MetaFeature*)&_CIM_Process_OSCreationClassName,
103221                   (MetaFeature*)&_CIM_Process_OSName,
103222                   (MetaFeature*)&_CIM_Process_CreationClassName,
103223                   (MetaFeature*)&_CIM_Process_Handle,
103224                   (MetaFeature*)&_CIM_Process_Name,
103225                   (MetaFeature*)&_CIM_Process_Priority,
103226                   (MetaFeature*)&_CIM_Process_ExecutionState,
103227                   (MetaFeature*)&_CIM_Process_OtherExecutionDescription,
103228                   (MetaFeature*)&_CIM_Process_CreationDate,
103229                   (MetaFeature*)&_CIM_Process_TerminationDate,
103230                   (MetaFeature*)&_CIM_Process_KernelModeTime,
103231                   (MetaFeature*)&_CIM_Process_UserModeTime,
103232                   (MetaFeature*)&_CIM_Process_WorkingSetSize,
103233                   0,
103234               };
103235 mike  1.1.2.1 
103236               static const char*
103237               __root_cimv2_CIM_Process_qualifiers[] =
103238               {
103239                   /* UMLPackagePath */
103240                   "\057CIM::System::Processing",
103241                   /* Version */
103242                   "\0632.10.0",
103243                   0,
103244               };
103245               
103246               MetaClass
103247               __root_cimv2_CIM_Process =
103248               {
103249                   /* flags */
103250                   META_FLAG_CLASS,
103251                   /* name */
103252                   "CIM_Process",
103253                   /* qualifiers */
103254                   __root_cimv2_CIM_Process_qualifiers,
103255                   /* super */
103256 mike  1.1.2.1     &__root_cimv2_CIM_EnabledLogicalElement,
103257                   /* features */
103258                   _CIM_Process_features,
103259               };
103260               
103261               //==============================================================================
103262               //
103263               // Class: CIM_ProcessExecutable
103264               //
103265               //==============================================================================
103266               
103267               static const char*
103268               _CIM_ProcessExecutable_Antecedent_qualifiers[] =
103269               {
103270                   /* Override */
103271                   "\044Antecedent",
103272                   0,
103273               };
103274               
103275               static MetaReference
103276               _CIM_ProcessExecutable_Antecedent =
103277 mike  1.1.2.1 {
103278                   /* flags */
103279                   META_FLAG_REFERENCE|META_FLAG_READ,
103280                   /* name */
103281                   "Antecedent",
103282                   /* qualifiers */
103283                   _CIM_ProcessExecutable_Antecedent_qualifiers,
103284                   /* subscript */
103285                   -1,
103286                   /* refId */
103287                   &__root_cimv2_CIM_DataFile,
103288               };
103289               
103290               static const char*
103291               _CIM_ProcessExecutable_Dependent_qualifiers[] =
103292               {
103293                   /* Override */
103294                   "\044Dependent",
103295                   0,
103296               };
103297               
103298 mike  1.1.2.1 static MetaReference
103299               _CIM_ProcessExecutable_Dependent =
103300               {
103301                   /* flags */
103302                   META_FLAG_REFERENCE|META_FLAG_READ,
103303                   /* name */
103304                   "Dependent",
103305                   /* qualifiers */
103306                   _CIM_ProcessExecutable_Dependent_qualifiers,
103307                   /* subscript */
103308                   -1,
103309                   /* refId */
103310                   &__root_cimv2_CIM_Process,
103311               };
103312               
103313               static MetaFeature*
103314               _CIM_ProcessExecutable_features[] =
103315               {
103316                   (MetaFeature*)&_CIM_ProcessExecutable_Antecedent,
103317                   (MetaFeature*)&_CIM_ProcessExecutable_Dependent,
103318                   0,
103319 mike  1.1.2.1 };
103320               
103321               static const char*
103322               __root_cimv2_CIM_ProcessExecutable_qualifiers[] =
103323               {
103324                   /* ASSOCIATION */
103325                   "\000\001",
103326                   /* UMLPackagePath */
103327                   "\057CIM::System::Processing",
103328                   /* Version */
103329                   "\0632.6.0",
103330                   0,
103331               };
103332               
103333               MetaClass
103334               __root_cimv2_CIM_ProcessExecutable =
103335               {
103336                   /* flags */
103337                   META_FLAG_ASSOCIATION,
103338                   /* name */
103339                   "CIM_ProcessExecutable",
103340 mike  1.1.2.1     /* qualifiers */
103341                   __root_cimv2_CIM_ProcessExecutable_qualifiers,
103342                   /* super */
103343                   &__root_cimv2_CIM_Dependency,
103344                   /* features */
103345                   _CIM_ProcessExecutable_features,
103346               };
103347               
103348               //==============================================================================
103349               //
103350               // Class: CIM_ProcessOfJob
103351               //
103352               //==============================================================================
103353               
103354               static const char*
103355               _CIM_ProcessOfJob_GroupComponent_qualifiers[] =
103356               {
103357                   /* Aggregate */
103358                   "\003\001",
103359                   /* Override */
103360                   "\044GroupComponent",
103361 mike  1.1.2.1     0,
103362               };
103363               
103364               static MetaReference
103365               _CIM_ProcessOfJob_GroupComponent =
103366               {
103367                   /* flags */
103368                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
103369                   /* name */
103370                   "GroupComponent",
103371                   /* qualifiers */
103372                   _CIM_ProcessOfJob_GroupComponent_qualifiers,
103373                   /* subscript */
103374                   -1,
103375                   /* refId */
103376                   &__root_cimv2_CIM_Job,
103377               };
103378               
103379               static const char*
103380               _CIM_ProcessOfJob_PartComponent_qualifiers[] =
103381               {
103382 mike  1.1.2.1     /* Override */
103383                   "\044PartComponent",
103384                   0,
103385               };
103386               
103387               static MetaReference
103388               _CIM_ProcessOfJob_PartComponent =
103389               {
103390                   /* flags */
103391                   META_FLAG_REFERENCE|META_FLAG_READ,
103392                   /* name */
103393                   "PartComponent",
103394                   /* qualifiers */
103395                   _CIM_ProcessOfJob_PartComponent_qualifiers,
103396                   /* subscript */
103397                   -1,
103398                   /* refId */
103399                   &__root_cimv2_CIM_Process,
103400               };
103401               
103402               static MetaFeature*
103403 mike  1.1.2.1 _CIM_ProcessOfJob_features[] =
103404               {
103405                   (MetaFeature*)&_CIM_ProcessOfJob_GroupComponent,
103406                   (MetaFeature*)&_CIM_ProcessOfJob_PartComponent,
103407                   0,
103408               };
103409               
103410               static const char*
103411               __root_cimv2_CIM_ProcessOfJob_qualifiers[] =
103412               {
103413                   /* ASSOCIATION */
103414                   "\000\001",
103415                   /* UMLPackagePath */
103416                   "\057CIM::System::Processing",
103417                   /* Aggregation */
103418                   "\004\001",
103419                   /* Composition */
103420                   "\011\001",
103421                   /* Version */
103422                   "\0632.7.0",
103423                   0,
103424 mike  1.1.2.1 };
103425               
103426               MetaClass
103427               __root_cimv2_CIM_ProcessOfJob =
103428               {
103429                   /* flags */
103430                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
103431                   /* name */
103432                   "CIM_ProcessOfJob",
103433                   /* qualifiers */
103434                   __root_cimv2_CIM_ProcessOfJob_qualifiers,
103435                   /* super */
103436                   &__root_cimv2_CIM_Component,
103437                   /* features */
103438                   _CIM_ProcessOfJob_features,
103439               };
103440               
103441               //==============================================================================
103442               //
103443               // Class: CIM_Processor
103444               //
103445 mike  1.1.2.1 //==============================================================================
103446               
103447               static const char*
103448               _CIM_Processor_Role_qualifiers[] =
103449               {
103450                   0,
103451               };
103452               
103453               static MetaProperty
103454               _CIM_Processor_Role =
103455               {
103456                   /* flags */
103457                   META_FLAG_PROPERTY|META_FLAG_READ,
103458                   /* name */
103459                   "Role",
103460                   /* qualifiers */
103461                   _CIM_Processor_Role_qualifiers,
103462                   /* type */
103463                   CIMTYPE_STRING,
103464                   /* subscript */
103465                   -1,
103466 mike  1.1.2.1     /* value */
103467                   0,
103468               };
103469               
103470               static const char*
103471               _CIM_Processor_Family_qualifiers[] =
103472               {
103473                   /* ValueMap */
103474                   "\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",
103475                   /* Values */
103476                   "\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",
103477                   /* MappingStrings */
103478                   "\026\000\001MIF.DMTF|Processor|017.3\000",
103479                   /* ModelCorrespondence */
103480                   "\036\000\001CIM_Processor.OtherFamilyDescription\000",
103481                   0,
103482               };
103483               
103484               static MetaProperty
103485               _CIM_Processor_Family =
103486               {
103487 mike  1.1.2.1     /* flags */
103488                   META_FLAG_PROPERTY|META_FLAG_READ,
103489                   /* name */
103490                   "Family",
103491                   /* qualifiers */
103492                   _CIM_Processor_Family_qualifiers,
103493                   /* type */
103494                   CIMTYPE_UINT16,
103495                   /* subscript */
103496                   -1,
103497                   /* value */
103498                   0,
103499               };
103500               
103501               static const char*
103502               _CIM_Processor_OtherFamilyDescription_qualifiers[] =
103503               {
103504                   /* MaxLen */
103505                   "\030\000\000\000\100",
103506                   /* ModelCorrespondence */
103507                   "\036\000\001CIM_Processor.Family\000",
103508 mike  1.1.2.1     0,
103509               };
103510               
103511               static MetaProperty
103512               _CIM_Processor_OtherFamilyDescription =
103513               {
103514                   /* flags */
103515                   META_FLAG_PROPERTY|META_FLAG_READ,
103516                   /* name */
103517                   "OtherFamilyDescription",
103518                   /* qualifiers */
103519                   _CIM_Processor_OtherFamilyDescription_qualifiers,
103520                   /* type */
103521                   CIMTYPE_STRING,
103522                   /* subscript */
103523                   -1,
103524                   /* value */
103525                   0,
103526               };
103527               
103528               static const char*
103529 mike  1.1.2.1 _CIM_Processor_UpgradeMethod_qualifiers[] =
103530               {
103531                   /* ValueMap */
103532                   "\061\000\0221\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000",
103533                   /* Values */
103534                   "\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",
103535                   /* MappingStrings */
103536                   "\026\000\001MIF.DMTF|Processor|017.7\000",
103537                   0,
103538               };
103539               
103540               static MetaProperty
103541               _CIM_Processor_UpgradeMethod =
103542               {
103543                   /* flags */
103544                   META_FLAG_PROPERTY|META_FLAG_READ,
103545                   /* name */
103546                   "UpgradeMethod",
103547                   /* qualifiers */
103548                   _CIM_Processor_UpgradeMethod_qualifiers,
103549                   /* type */
103550 mike  1.1.2.1     CIMTYPE_UINT16,
103551                   /* subscript */
103552                   -1,
103553                   /* value */
103554                   0,
103555               };
103556               
103557               static const char*
103558               _CIM_Processor_MaxClockSpeed_qualifiers[] =
103559               {
103560                   /* Units */
103561                   "\060MegaHertz",
103562                   /* MappingStrings */
103563                   "\026\000\001MIF.DMTF|Processor|017.5\000",
103564                   0,
103565               };
103566               
103567               static MetaProperty
103568               _CIM_Processor_MaxClockSpeed =
103569               {
103570                   /* flags */
103571 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
103572                   /* name */
103573                   "MaxClockSpeed",
103574                   /* qualifiers */
103575                   _CIM_Processor_MaxClockSpeed_qualifiers,
103576                   /* type */
103577                   CIMTYPE_UINT32,
103578                   /* subscript */
103579                   -1,
103580                   /* value */
103581                   0,
103582               };
103583               
103584               static const char*
103585               _CIM_Processor_CurrentClockSpeed_qualifiers[] =
103586               {
103587                   /* Units */
103588                   "\060MegaHertz",
103589                   /* MappingStrings */
103590                   "\026\000\001MIF.DMTF|Processor|017.6\000",
103591                   0,
103592 mike  1.1.2.1 };
103593               
103594               static MetaProperty
103595               _CIM_Processor_CurrentClockSpeed =
103596               {
103597                   /* flags */
103598                   META_FLAG_PROPERTY|META_FLAG_READ,
103599                   /* name */
103600                   "CurrentClockSpeed",
103601                   /* qualifiers */
103602                   _CIM_Processor_CurrentClockSpeed_qualifiers,
103603                   /* type */
103604                   CIMTYPE_UINT32,
103605                   /* subscript */
103606                   -1,
103607                   /* value */
103608                   0,
103609               };
103610               
103611               static const char*
103612               _CIM_Processor_DataWidth_qualifiers[] =
103613 mike  1.1.2.1 {
103614                   /* Units */
103615                   "\060Bits",
103616                   0,
103617               };
103618               
103619               static MetaProperty
103620               _CIM_Processor_DataWidth =
103621               {
103622                   /* flags */
103623                   META_FLAG_PROPERTY|META_FLAG_READ,
103624                   /* name */
103625                   "DataWidth",
103626                   /* qualifiers */
103627                   _CIM_Processor_DataWidth_qualifiers,
103628                   /* type */
103629                   CIMTYPE_UINT16,
103630                   /* subscript */
103631                   -1,
103632                   /* value */
103633                   0,
103634 mike  1.1.2.1 };
103635               
103636               static const char*
103637               _CIM_Processor_AddressWidth_qualifiers[] =
103638               {
103639                   /* Units */
103640                   "\060Bits",
103641                   0,
103642               };
103643               
103644               static MetaProperty
103645               _CIM_Processor_AddressWidth =
103646               {
103647                   /* flags */
103648                   META_FLAG_PROPERTY|META_FLAG_READ,
103649                   /* name */
103650                   "AddressWidth",
103651                   /* qualifiers */
103652                   _CIM_Processor_AddressWidth_qualifiers,
103653                   /* type */
103654                   CIMTYPE_UINT16,
103655 mike  1.1.2.1     /* subscript */
103656                   -1,
103657                   /* value */
103658                   0,
103659               };
103660               
103661               static const char*
103662               _CIM_Processor_LoadPercentage_qualifiers[] =
103663               {
103664                   /* Units */
103665                   "\060Percent",
103666                   /* Gauge */
103667                   "\023\001",
103668                   /* MappingStrings */
103669                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrProcessorLoad\000",
103670                   0,
103671               };
103672               
103673               static MetaProperty
103674               _CIM_Processor_LoadPercentage =
103675               {
103676 mike  1.1.2.1     /* flags */
103677                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
103678                   /* name */
103679                   "LoadPercentage",
103680                   /* qualifiers */
103681                   _CIM_Processor_LoadPercentage_qualifiers,
103682                   /* type */
103683                   CIMTYPE_UINT16,
103684                   /* subscript */
103685                   -1,
103686                   /* value */
103687                   0,
103688               };
103689               
103690               static const char*
103691               _CIM_Processor_Stepping_qualifiers[] =
103692               {
103693                   /* ModelCorrespondence */
103694                   "\036\000\001CIM_Processor.Family\000",
103695                   0,
103696               };
103697 mike  1.1.2.1 
103698               static MetaProperty
103699               _CIM_Processor_Stepping =
103700               {
103701                   /* flags */
103702                   META_FLAG_PROPERTY|META_FLAG_READ,
103703                   /* name */
103704                   "Stepping",
103705                   /* qualifiers */
103706                   _CIM_Processor_Stepping_qualifiers,
103707                   /* type */
103708                   CIMTYPE_STRING,
103709                   /* subscript */
103710                   -1,
103711                   /* value */
103712                   0,
103713               };
103714               
103715               static const char*
103716               _CIM_Processor_UniqueID_qualifiers[] =
103717               {
103718 mike  1.1.2.1     0,
103719               };
103720               
103721               static MetaProperty
103722               _CIM_Processor_UniqueID =
103723               {
103724                   /* flags */
103725                   META_FLAG_PROPERTY|META_FLAG_READ,
103726                   /* name */
103727                   "UniqueID",
103728                   /* qualifiers */
103729                   _CIM_Processor_UniqueID_qualifiers,
103730                   /* type */
103731                   CIMTYPE_STRING,
103732                   /* subscript */
103733                   -1,
103734                   /* value */
103735                   0,
103736               };
103737               
103738               static const char*
103739 mike  1.1.2.1 _CIM_Processor_CPUStatus_qualifiers[] =
103740               {
103741                   /* ValueMap */
103742                   "\061\000\0060\0001\0002\0003\0004\0007\000",
103743                   /* Values */
103744                   "\062\000\006Unknown\000CPU Enabled\000CPU Disabled by User via BIOS Setup\000CPU Disabled By BIOS (POST Error)\000CPU Is Idle\000Other\000",
103745                   0,
103746               };
103747               
103748               static MetaProperty
103749               _CIM_Processor_CPUStatus =
103750               {
103751                   /* flags */
103752                   META_FLAG_PROPERTY|META_FLAG_READ,
103753                   /* name */
103754                   "CPUStatus",
103755                   /* qualifiers */
103756                   _CIM_Processor_CPUStatus_qualifiers,
103757                   /* type */
103758                   CIMTYPE_UINT16,
103759                   /* subscript */
103760 mike  1.1.2.1     -1,
103761                   /* value */
103762                   0,
103763               };
103764               
103765               static MetaFeature*
103766               _CIM_Processor_features[] =
103767               {
103768                   (MetaFeature*)&_CIM_Processor_Role,
103769                   (MetaFeature*)&_CIM_Processor_Family,
103770                   (MetaFeature*)&_CIM_Processor_OtherFamilyDescription,
103771                   (MetaFeature*)&_CIM_Processor_UpgradeMethod,
103772                   (MetaFeature*)&_CIM_Processor_MaxClockSpeed,
103773                   (MetaFeature*)&_CIM_Processor_CurrentClockSpeed,
103774                   (MetaFeature*)&_CIM_Processor_DataWidth,
103775                   (MetaFeature*)&_CIM_Processor_AddressWidth,
103776                   (MetaFeature*)&_CIM_Processor_LoadPercentage,
103777                   (MetaFeature*)&_CIM_Processor_Stepping,
103778                   (MetaFeature*)&_CIM_Processor_UniqueID,
103779                   (MetaFeature*)&_CIM_Processor_CPUStatus,
103780                   0,
103781 mike  1.1.2.1 };
103782               
103783               static const char*
103784               __root_cimv2_CIM_Processor_qualifiers[] =
103785               {
103786                   /* UMLPackagePath */
103787                   "\057CIM::Device::Processor",
103788                   /* Version */
103789                   "\0632.7.0",
103790                   0,
103791               };
103792               
103793               MetaClass
103794               __root_cimv2_CIM_Processor =
103795               {
103796                   /* flags */
103797                   META_FLAG_CLASS,
103798                   /* name */
103799                   "CIM_Processor",
103800                   /* qualifiers */
103801                   __root_cimv2_CIM_Processor_qualifiers,
103802 mike  1.1.2.1     /* super */
103803                   &__root_cimv2_CIM_LogicalDevice,
103804                   /* features */
103805                   _CIM_Processor_features,
103806               };
103807               
103808               //==============================================================================
103809               //
103810               // Class: CIM_ProtocolController
103811               //
103812               //==============================================================================
103813               
103814               static const char*
103815               _CIM_ProtocolController_MaxUnitsControlled_qualifiers[] =
103816               {
103817                   0,
103818               };
103819               
103820               static MetaProperty
103821               _CIM_ProtocolController_MaxUnitsControlled =
103822               {
103823 mike  1.1.2.1     /* flags */
103824                   META_FLAG_PROPERTY|META_FLAG_READ,
103825                   /* name */
103826                   "MaxUnitsControlled",
103827                   /* qualifiers */
103828                   _CIM_ProtocolController_MaxUnitsControlled_qualifiers,
103829                   /* type */
103830                   CIMTYPE_UINT32,
103831                   /* subscript */
103832                   -1,
103833                   /* value */
103834                   0,
103835               };
103836               
103837               static MetaFeature*
103838               _CIM_ProtocolController_features[] =
103839               {
103840                   (MetaFeature*)&_CIM_ProtocolController_MaxUnitsControlled,
103841                   0,
103842               };
103843               
103844 mike  1.1.2.1 static const char*
103845               __root_cimv2_CIM_ProtocolController_qualifiers[] =
103846               {
103847                   /* UMLPackagePath */
103848                   "\057CIM::Device::ProtocolController",
103849                   /* Abstract */
103850                   "\002\001",
103851                   /* Version */
103852                   "\0632.8.0",
103853                   0,
103854               };
103855               
103856               MetaClass
103857               __root_cimv2_CIM_ProtocolController =
103858               {
103859                   /* flags */
103860                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
103861                   /* name */
103862                   "CIM_ProtocolController",
103863                   /* qualifiers */
103864                   __root_cimv2_CIM_ProtocolController_qualifiers,
103865 mike  1.1.2.1     /* super */
103866                   &__root_cimv2_CIM_LogicalDevice,
103867                   /* features */
103868                   _CIM_ProtocolController_features,
103869               };
103870               
103871               //==============================================================================
103872               //
103873               // Class: CIM_ProtocolControllerForDevice
103874               //
103875               //==============================================================================
103876               
103877               static const char*
103878               _CIM_ProtocolControllerForDevice_Antecedent_qualifiers[] =
103879               {
103880                   /* Override */
103881                   "\044Antecedent",
103882                   0,
103883               };
103884               
103885               static MetaReference
103886 mike  1.1.2.1 _CIM_ProtocolControllerForDevice_Antecedent =
103887               {
103888                   /* flags */
103889                   META_FLAG_REFERENCE|META_FLAG_READ,
103890                   /* name */
103891                   "Antecedent",
103892                   /* qualifiers */
103893                   _CIM_ProtocolControllerForDevice_Antecedent_qualifiers,
103894                   /* subscript */
103895                   -1,
103896                   /* refId */
103897                   &__root_cimv2_CIM_ProtocolController,
103898               };
103899               
103900               static const char*
103901               _CIM_ProtocolControllerForDevice_Dependent_qualifiers[] =
103902               {
103903                   /* Override */
103904                   "\044Dependent",
103905                   0,
103906               };
103907 mike  1.1.2.1 
103908               static MetaReference
103909               _CIM_ProtocolControllerForDevice_Dependent =
103910               {
103911                   /* flags */
103912                   META_FLAG_REFERENCE|META_FLAG_READ,
103913                   /* name */
103914                   "Dependent",
103915                   /* qualifiers */
103916                   _CIM_ProtocolControllerForDevice_Dependent_qualifiers,
103917                   /* subscript */
103918                   -1,
103919                   /* refId */
103920                   &__root_cimv2_CIM_LogicalDevice,
103921               };
103922               
103923               static const char*
103924               _CIM_ProtocolControllerForDevice_DeviceNumber_qualifiers[] =
103925               {
103926                   0,
103927               };
103928 mike  1.1.2.1 
103929               static MetaProperty
103930               _CIM_ProtocolControllerForDevice_DeviceNumber =
103931               {
103932                   /* flags */
103933                   META_FLAG_PROPERTY|META_FLAG_READ,
103934                   /* name */
103935                   "DeviceNumber",
103936                   /* qualifiers */
103937                   _CIM_ProtocolControllerForDevice_DeviceNumber_qualifiers,
103938                   /* type */
103939                   CIMTYPE_STRING,
103940                   /* subscript */
103941                   -1,
103942                   /* value */
103943                   0,
103944               };
103945               
103946               static const char*
103947               _CIM_ProtocolControllerForDevice_AccessPriority_qualifiers[] =
103948               {
103949 mike  1.1.2.1     0,
103950               };
103951               
103952               static MetaProperty
103953               _CIM_ProtocolControllerForDevice_AccessPriority =
103954               {
103955                   /* flags */
103956                   META_FLAG_PROPERTY|META_FLAG_READ,
103957                   /* name */
103958                   "AccessPriority",
103959                   /* qualifiers */
103960                   _CIM_ProtocolControllerForDevice_AccessPriority_qualifiers,
103961                   /* type */
103962                   CIMTYPE_UINT16,
103963                   /* subscript */
103964                   -1,
103965                   /* value */
103966                   0,
103967               };
103968               
103969               static const char*
103970 mike  1.1.2.1 _CIM_ProtocolControllerForDevice_AccessState_qualifiers[] =
103971               {
103972                   /* ValueMap */
103973                   "\061\000\0030\0002\0003\000",
103974                   /* Values */
103975                   "\062\000\003Unknown\000Active\000Inactive\000",
103976                   0,
103977               };
103978               
103979               static MetaProperty
103980               _CIM_ProtocolControllerForDevice_AccessState =
103981               {
103982                   /* flags */
103983                   META_FLAG_PROPERTY|META_FLAG_READ,
103984                   /* name */
103985                   "AccessState",
103986                   /* qualifiers */
103987                   _CIM_ProtocolControllerForDevice_AccessState_qualifiers,
103988                   /* type */
103989                   CIMTYPE_UINT16,
103990                   /* subscript */
103991 mike  1.1.2.1     -1,
103992                   /* value */
103993                   0,
103994               };
103995               
103996               static MetaFeature*
103997               _CIM_ProtocolControllerForDevice_features[] =
103998               {
103999                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_Antecedent,
104000                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_Dependent,
104001                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_DeviceNumber,
104002                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_AccessPriority,
104003                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_AccessState,
104004                   0,
104005               };
104006               
104007               static const char*
104008               __root_cimv2_CIM_ProtocolControllerForDevice_qualifiers[] =
104009               {
104010                   /* ASSOCIATION */
104011                   "\000\001",
104012 mike  1.1.2.1     /* UMLPackagePath */
104013                   "\057CIM::Device::ProtocolController",
104014                   /* Abstract */
104015                   "\002\001",
104016                   /* Version */
104017                   "\0632.8.0",
104018                   0,
104019               };
104020               
104021               MetaClass
104022               __root_cimv2_CIM_ProtocolControllerForDevice =
104023               {
104024                   /* flags */
104025                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
104026                   /* name */
104027                   "CIM_ProtocolControllerForDevice",
104028                   /* qualifiers */
104029                   __root_cimv2_CIM_ProtocolControllerForDevice_qualifiers,
104030                   /* super */
104031                   &__root_cimv2_CIM_Dependency,
104032                   /* features */
104033 mike  1.1.2.1     _CIM_ProtocolControllerForDevice_features,
104034               };
104035               
104036               //==============================================================================
104037               //
104038               // Class: CIM_ProtocolControllerForPort
104039               //
104040               //==============================================================================
104041               
104042               static const char*
104043               _CIM_ProtocolControllerForPort_Antecedent_qualifiers[] =
104044               {
104045                   /* Override */
104046                   "\044Antecedent",
104047                   0,
104048               };
104049               
104050               static MetaReference
104051               _CIM_ProtocolControllerForPort_Antecedent =
104052               {
104053                   /* flags */
104054 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
104055                   /* name */
104056                   "Antecedent",
104057                   /* qualifiers */
104058                   _CIM_ProtocolControllerForPort_Antecedent_qualifiers,
104059                   /* subscript */
104060                   -1,
104061                   /* refId */
104062                   &__root_cimv2_CIM_ProtocolController,
104063               };
104064               
104065               static const char*
104066               _CIM_ProtocolControllerForPort_Dependent_qualifiers[] =
104067               {
104068                   /* Override */
104069                   "\044Dependent",
104070                   0,
104071               };
104072               
104073               static MetaReference
104074               _CIM_ProtocolControllerForPort_Dependent =
104075 mike  1.1.2.1 {
104076                   /* flags */
104077                   META_FLAG_REFERENCE|META_FLAG_READ,
104078                   /* name */
104079                   "Dependent",
104080                   /* qualifiers */
104081                   _CIM_ProtocolControllerForPort_Dependent_qualifiers,
104082                   /* subscript */
104083                   -1,
104084                   /* refId */
104085                   &__root_cimv2_CIM_LogicalPort,
104086               };
104087               
104088               static MetaFeature*
104089               _CIM_ProtocolControllerForPort_features[] =
104090               {
104091                   (MetaFeature*)&_CIM_ProtocolControllerForPort_Antecedent,
104092                   (MetaFeature*)&_CIM_ProtocolControllerForPort_Dependent,
104093                   0,
104094               };
104095               
104096 mike  1.1.2.1 static const char*
104097               __root_cimv2_CIM_ProtocolControllerForPort_qualifiers[] =
104098               {
104099                   /* ASSOCIATION */
104100                   "\000\001",
104101                   /* UMLPackagePath */
104102                   "\057CIM::Device::ProtocolController",
104103                   /* Version */
104104                   "\0632.8.0",
104105                   0,
104106               };
104107               
104108               MetaClass
104109               __root_cimv2_CIM_ProtocolControllerForPort =
104110               {
104111                   /* flags */
104112                   META_FLAG_ASSOCIATION,
104113                   /* name */
104114                   "CIM_ProtocolControllerForPort",
104115                   /* qualifiers */
104116                   __root_cimv2_CIM_ProtocolControllerForPort_qualifiers,
104117 mike  1.1.2.1     /* super */
104118                   &__root_cimv2_CIM_ProtocolControllerForDevice,
104119                   /* features */
104120                   _CIM_ProtocolControllerForPort_features,
104121               };
104122               
104123               //==============================================================================
104124               //
104125               // Class: CIM_ProtocolControllerForUnit
104126               //
104127               //==============================================================================
104128               
104129               static const char*
104130               _CIM_ProtocolControllerForUnit_Antecedent_qualifiers[] =
104131               {
104132                   /* Override */
104133                   "\044Antecedent",
104134                   0,
104135               };
104136               
104137               static MetaReference
104138 mike  1.1.2.1 _CIM_ProtocolControllerForUnit_Antecedent =
104139               {
104140                   /* flags */
104141                   META_FLAG_REFERENCE|META_FLAG_READ,
104142                   /* name */
104143                   "Antecedent",
104144                   /* qualifiers */
104145                   _CIM_ProtocolControllerForUnit_Antecedent_qualifiers,
104146                   /* subscript */
104147                   -1,
104148                   /* refId */
104149                   &__root_cimv2_CIM_ProtocolController,
104150               };
104151               
104152               static const char*
104153               _CIM_ProtocolControllerForUnit_Dependent_qualifiers[] =
104154               {
104155                   /* Override */
104156                   "\044Dependent",
104157                   0,
104158               };
104159 mike  1.1.2.1 
104160               static MetaReference
104161               _CIM_ProtocolControllerForUnit_Dependent =
104162               {
104163                   /* flags */
104164                   META_FLAG_REFERENCE|META_FLAG_READ,
104165                   /* name */
104166                   "Dependent",
104167                   /* qualifiers */
104168                   _CIM_ProtocolControllerForUnit_Dependent_qualifiers,
104169                   /* subscript */
104170                   -1,
104171                   /* refId */
104172                   &__root_cimv2_CIM_LogicalDevice,
104173               };
104174               
104175               static const char*
104176               _CIM_ProtocolControllerForUnit_DeviceAccess_qualifiers[] =
104177               {
104178                   /* ValueMap */
104179                   "\061\000\0060\0002\0003\0004\0005..15999\00016000..\000",
104180 mike  1.1.2.1     /* Values */
104181                   "\062\000\006Unknown\000Read Write\000Read-Only\000No Access\000DMTF Reserved\000Vendor Reserved\000",
104182                   0,
104183               };
104184               
104185               static MetaProperty
104186               _CIM_ProtocolControllerForUnit_DeviceAccess =
104187               {
104188                   /* flags */
104189                   META_FLAG_PROPERTY|META_FLAG_READ,
104190                   /* name */
104191                   "DeviceAccess",
104192                   /* qualifiers */
104193                   _CIM_ProtocolControllerForUnit_DeviceAccess_qualifiers,
104194                   /* type */
104195                   CIMTYPE_UINT16,
104196                   /* subscript */
104197                   -1,
104198                   /* value */
104199                   0,
104200               };
104201 mike  1.1.2.1 
104202               static MetaFeature*
104203               _CIM_ProtocolControllerForUnit_features[] =
104204               {
104205                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_Antecedent,
104206                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_Dependent,
104207                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_DeviceAccess,
104208                   0,
104209               };
104210               
104211               static const char*
104212               __root_cimv2_CIM_ProtocolControllerForUnit_qualifiers[] =
104213               {
104214                   /* ASSOCIATION */
104215                   "\000\001",
104216                   /* UMLPackagePath */
104217                   "\057CIM::Device::ProtocolController",
104218                   /* Version */
104219                   "\0632.8.0",
104220                   0,
104221               };
104222 mike  1.1.2.1 
104223               MetaClass
104224               __root_cimv2_CIM_ProtocolControllerForUnit =
104225               {
104226                   /* flags */
104227                   META_FLAG_ASSOCIATION,
104228                   /* name */
104229                   "CIM_ProtocolControllerForUnit",
104230                   /* qualifiers */
104231                   __root_cimv2_CIM_ProtocolControllerForUnit_qualifiers,
104232                   /* super */
104233                   &__root_cimv2_CIM_ProtocolControllerForDevice,
104234                   /* features */
104235                   _CIM_ProtocolControllerForUnit_features,
104236               };
104237               
104238               //==============================================================================
104239               //
104240               // Class: CIM_Realizes
104241               //
104242               //==============================================================================
104243 mike  1.1.2.1 
104244               static const char*
104245               _CIM_Realizes_Antecedent_qualifiers[] =
104246               {
104247                   /* Override */
104248                   "\044Antecedent",
104249                   0,
104250               };
104251               
104252               static MetaReference
104253               _CIM_Realizes_Antecedent =
104254               {
104255                   /* flags */
104256                   META_FLAG_REFERENCE|META_FLAG_READ,
104257                   /* name */
104258                   "Antecedent",
104259                   /* qualifiers */
104260                   _CIM_Realizes_Antecedent_qualifiers,
104261                   /* subscript */
104262                   -1,
104263                   /* refId */
104264 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
104265               };
104266               
104267               static const char*
104268               _CIM_Realizes_Dependent_qualifiers[] =
104269               {
104270                   /* Override */
104271                   "\044Dependent",
104272                   0,
104273               };
104274               
104275               static MetaReference
104276               _CIM_Realizes_Dependent =
104277               {
104278                   /* flags */
104279                   META_FLAG_REFERENCE|META_FLAG_READ,
104280                   /* name */
104281                   "Dependent",
104282                   /* qualifiers */
104283                   _CIM_Realizes_Dependent_qualifiers,
104284                   /* subscript */
104285 mike  1.1.2.1     -1,
104286                   /* refId */
104287                   &__root_cimv2_CIM_LogicalDevice,
104288               };
104289               
104290               static MetaFeature*
104291               _CIM_Realizes_features[] =
104292               {
104293                   (MetaFeature*)&_CIM_Realizes_Antecedent,
104294                   (MetaFeature*)&_CIM_Realizes_Dependent,
104295                   0,
104296               };
104297               
104298               static const char*
104299               __root_cimv2_CIM_Realizes_qualifiers[] =
104300               {
104301                   /* ASSOCIATION */
104302                   "\000\001",
104303                   /* UMLPackagePath */
104304                   "\057CIM::Core::Device",
104305                   /* Version */
104306 mike  1.1.2.1     "\0632.6.0",
104307                   0,
104308               };
104309               
104310               MetaClass
104311               __root_cimv2_CIM_Realizes =
104312               {
104313                   /* flags */
104314                   META_FLAG_ASSOCIATION,
104315                   /* name */
104316                   "CIM_Realizes",
104317                   /* qualifiers */
104318                   __root_cimv2_CIM_Realizes_qualifiers,
104319                   /* super */
104320                   &__root_cimv2_CIM_Dependency,
104321                   /* features */
104322                   _CIM_Realizes_features,
104323               };
104324               
104325               //==============================================================================
104326               //
104327 mike  1.1.2.1 // Class: CIM_RecordInLog
104328               //
104329               //==============================================================================
104330               
104331               static const char*
104332               _CIM_RecordInLog_MessageLog_qualifiers[] =
104333               {
104334                   /* Key */
104335                   "\025\001",
104336                   /* Aggregate */
104337                   "\003\001",
104338                   /* Min */
104339                   "\033\000\000\000\001",
104340                   /* Max */
104341                   "\027\000\000\000\001",
104342                   0,
104343               };
104344               
104345               static MetaReference
104346               _CIM_RecordInLog_MessageLog =
104347               {
104348 mike  1.1.2.1     /* flags */
104349                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
104350                   /* name */
104351                   "MessageLog",
104352                   /* qualifiers */
104353                   _CIM_RecordInLog_MessageLog_qualifiers,
104354                   /* subscript */
104355                   -1,
104356                   /* refId */
104357                   &__root_cimv2_CIM_MessageLog,
104358               };
104359               
104360               static const char*
104361               _CIM_RecordInLog_LogRecord_qualifiers[] =
104362               {
104363                   /* Key */
104364                   "\025\001",
104365                   /* Weak */
104366                   "\064\001",
104367                   0,
104368               };
104369 mike  1.1.2.1 
104370               static MetaReference
104371               _CIM_RecordInLog_LogRecord =
104372               {
104373                   /* flags */
104374                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
104375                   /* name */
104376                   "LogRecord",
104377                   /* qualifiers */
104378                   _CIM_RecordInLog_LogRecord_qualifiers,
104379                   /* subscript */
104380                   -1,
104381                   /* refId */
104382                   &__root_cimv2_CIM_LogRecord,
104383               };
104384               
104385               static MetaFeature*
104386               _CIM_RecordInLog_features[] =
104387               {
104388                   (MetaFeature*)&_CIM_RecordInLog_MessageLog,
104389                   (MetaFeature*)&_CIM_RecordInLog_LogRecord,
104390 mike  1.1.2.1     0,
104391               };
104392               
104393               static const char*
104394               __root_cimv2_CIM_RecordInLog_qualifiers[] =
104395               {
104396                   /* ASSOCIATION */
104397                   "\000\001",
104398                   /* UMLPackagePath */
104399                   "\057CIM::System::Logs",
104400                   /* Aggregation */
104401                   "\004\001",
104402                   /* Composition */
104403                   "\011\001",
104404                   /* Version */
104405                   "\0632.7.0",
104406                   0,
104407               };
104408               
104409               MetaClass
104410               __root_cimv2_CIM_RecordInLog =
104411 mike  1.1.2.1 {
104412                   /* flags */
104413                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
104414                   /* name */
104415                   "CIM_RecordInLog",
104416                   /* qualifiers */
104417                   __root_cimv2_CIM_RecordInLog_qualifiers,
104418                   /* super */
104419                   0,
104420                   /* features */
104421                   _CIM_RecordInLog_features,
104422               };
104423               
104424               //==============================================================================
104425               //
104426               // Class: CIM_RecordLog
104427               //
104428               //==============================================================================
104429               
104430               static const char*
104431               _CIM_RecordLog_InstanceID_qualifiers[] =
104432 mike  1.1.2.1 {
104433                   /* Key */
104434                   "\025\001",
104435                   0,
104436               };
104437               
104438               static MetaProperty
104439               _CIM_RecordLog_InstanceID =
104440               {
104441                   /* flags */
104442                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104443                   /* name */
104444                   "InstanceID",
104445                   /* qualifiers */
104446                   _CIM_RecordLog_InstanceID_qualifiers,
104447                   /* type */
104448                   CIMTYPE_STRING,
104449                   /* subscript */
104450                   -1,
104451                   /* value */
104452                   0,
104453 mike  1.1.2.1 };
104454               
104455               static MetaFeature*
104456               _CIM_RecordLog_features[] =
104457               {
104458                   (MetaFeature*)&_CIM_RecordLog_InstanceID,
104459                   0,
104460               };
104461               
104462               static const char*
104463               __root_cimv2_CIM_RecordLog_qualifiers[] =
104464               {
104465                   /* UMLPackagePath */
104466                   "\057CIM::System::Logs",
104467                   /* Version */
104468                   "\0632.9.0",
104469                   0,
104470               };
104471               
104472               MetaClass
104473               __root_cimv2_CIM_RecordLog =
104474 mike  1.1.2.1 {
104475                   /* flags */
104476                   META_FLAG_CLASS,
104477                   /* name */
104478                   "CIM_RecordLog",
104479                   /* qualifiers */
104480                   __root_cimv2_CIM_RecordLog_qualifiers,
104481                   /* super */
104482                   &__root_cimv2_CIM_Log,
104483                   /* features */
104484                   _CIM_RecordLog_features,
104485               };
104486               
104487               //==============================================================================
104488               //
104489               // Class: CIM_RemoteFileSystem
104490               //
104491               //==============================================================================
104492               
104493               static MetaFeature*
104494               _CIM_RemoteFileSystem_features[] =
104495 mike  1.1.2.1 {
104496                   0,
104497               };
104498               
104499               static const char*
104500               __root_cimv2_CIM_RemoteFileSystem_qualifiers[] =
104501               {
104502                   /* UMLPackagePath */
104503                   "\057CIM::System::FileElements",
104504                   /* Version */
104505                   "\0632.6.0",
104506                   0,
104507               };
104508               
104509               MetaClass
104510               __root_cimv2_CIM_RemoteFileSystem =
104511               {
104512                   /* flags */
104513                   META_FLAG_CLASS,
104514                   /* name */
104515                   "CIM_RemoteFileSystem",
104516 mike  1.1.2.1     /* qualifiers */
104517                   __root_cimv2_CIM_RemoteFileSystem_qualifiers,
104518                   /* super */
104519                   &__root_cimv2_CIM_FileSystem,
104520                   /* features */
104521                   _CIM_RemoteFileSystem_features,
104522               };
104523               
104524               //==============================================================================
104525               //
104526               // Class: CIM_Scanner
104527               //
104528               //==============================================================================
104529               
104530               static MetaFeature*
104531               _CIM_Scanner_features[] =
104532               {
104533                   0,
104534               };
104535               
104536               static const char*
104537 mike  1.1.2.1 __root_cimv2_CIM_Scanner_qualifiers[] =
104538               {
104539                   /* UMLPackagePath */
104540                   "\057CIM::Device::UserDevices",
104541                   /* Version */
104542                   "\0632.6.0",
104543                   0,
104544               };
104545               
104546               MetaClass
104547               __root_cimv2_CIM_Scanner =
104548               {
104549                   /* flags */
104550                   META_FLAG_CLASS,
104551                   /* name */
104552                   "CIM_Scanner",
104553                   /* qualifiers */
104554                   __root_cimv2_CIM_Scanner_qualifiers,
104555                   /* super */
104556                   &__root_cimv2_CIM_LogicalDevice,
104557                   /* features */
104558 mike  1.1.2.1     _CIM_Scanner_features,
104559               };
104560               
104561               //==============================================================================
104562               //
104563               // Class: CIM_SCSIProtocolController
104564               //
104565               //==============================================================================
104566               
104567               static const char*
104568               _CIM_SCSIProtocolController_NameFormat_qualifiers[] =
104569               {
104570                   /* ValueMap */
104571                   "\061\000\0040\0001\0002\0003\000",
104572                   /* Values */
104573                   "\062\000\004Unknown\000Other\000FC Port WWN\000iSCSI Name\000",
104574                   /* ModelCorrespondence */
104575                   "\036\000\002CIM_SCSIProtocolController.Name\000CIM_SCSIProtocolController.OtherNameFormat\000",
104576                   0,
104577               };
104578               
104579 mike  1.1.2.1 static MetaProperty
104580               _CIM_SCSIProtocolController_NameFormat =
104581               {
104582                   /* flags */
104583                   META_FLAG_PROPERTY|META_FLAG_READ,
104584                   /* name */
104585                   "NameFormat",
104586                   /* qualifiers */
104587                   _CIM_SCSIProtocolController_NameFormat_qualifiers,
104588                   /* type */
104589                   CIMTYPE_UINT16,
104590                   /* subscript */
104591                   -1,
104592                   /* value */
104593                   0,
104594               };
104595               
104596               static const char*
104597               _CIM_SCSIProtocolController_OtherNameFormat_qualifiers[] =
104598               {
104599                   /* ModelCorrespondence */
104600 mike  1.1.2.1     "\036\000\002CIM_SCSIProtocolController.Name\000CIM_SCSIProtocolController.NameFormat\000",
104601                   0,
104602               };
104603               
104604               static MetaProperty
104605               _CIM_SCSIProtocolController_OtherNameFormat =
104606               {
104607                   /* flags */
104608                   META_FLAG_PROPERTY|META_FLAG_READ,
104609                   /* name */
104610                   "OtherNameFormat",
104611                   /* qualifiers */
104612                   _CIM_SCSIProtocolController_OtherNameFormat_qualifiers,
104613                   /* type */
104614                   CIMTYPE_STRING,
104615                   /* subscript */
104616                   -1,
104617                   /* value */
104618                   0,
104619               };
104620               
104621 mike  1.1.2.1 static MetaFeature*
104622               _CIM_SCSIProtocolController_features[] =
104623               {
104624                   (MetaFeature*)&_CIM_SCSIProtocolController_NameFormat,
104625                   (MetaFeature*)&_CIM_SCSIProtocolController_OtherNameFormat,
104626                   0,
104627               };
104628               
104629               static const char*
104630               __root_cimv2_CIM_SCSIProtocolController_qualifiers[] =
104631               {
104632                   /* UMLPackagePath */
104633                   "\057CIM::Device::ProtocolController",
104634                   /* Version */
104635                   "\0632.8.1000",
104636                   0,
104637               };
104638               
104639               MetaClass
104640               __root_cimv2_CIM_SCSIProtocolController =
104641               {
104642 mike  1.1.2.1     /* flags */
104643                   META_FLAG_CLASS,
104644                   /* name */
104645                   "CIM_SCSIProtocolController",
104646                   /* qualifiers */
104647                   __root_cimv2_CIM_SCSIProtocolController_qualifiers,
104648                   /* super */
104649                   &__root_cimv2_CIM_ProtocolController,
104650                   /* features */
104651                   _CIM_SCSIProtocolController_features,
104652               };
104653               
104654               //==============================================================================
104655               //
104656               // Class: CIM_Sensor
104657               //
104658               //==============================================================================
104659               
104660               static const char*
104661               _CIM_Sensor_SensorType_qualifiers[] =
104662               {
104663 mike  1.1.2.1     /* ValueMap */
104664                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
104665                   /* Values */
104666                   "\062\000\015Unknown\000Other\000Temperature\000Voltage\000Current\000Tachometer\000Counter\000Switch\000Lock\000Humidity\000Smoke Detection\000Presence\000Air Flow\000",
104667                   /* ModelCorrespondence */
104668                   "\036\000\001CIM_Sensor.OtherSensorTypeDescription\000",
104669                   0,
104670               };
104671               
104672               static MetaProperty
104673               _CIM_Sensor_SensorType =
104674               {
104675                   /* flags */
104676                   META_FLAG_PROPERTY|META_FLAG_READ,
104677                   /* name */
104678                   "SensorType",
104679                   /* qualifiers */
104680                   _CIM_Sensor_SensorType_qualifiers,
104681                   /* type */
104682                   CIMTYPE_UINT16,
104683                   /* subscript */
104684 mike  1.1.2.1     -1,
104685                   /* value */
104686                   0,
104687               };
104688               
104689               static const char*
104690               _CIM_Sensor_OtherSensorTypeDescription_qualifiers[] =
104691               {
104692                   /* MaxLen */
104693                   "\030\000\000\000\200",
104694                   /* ModelCorrespondence */
104695                   "\036\000\001CIM_Sensor.SensorType\000",
104696                   0,
104697               };
104698               
104699               static MetaProperty
104700               _CIM_Sensor_OtherSensorTypeDescription =
104701               {
104702                   /* flags */
104703                   META_FLAG_PROPERTY|META_FLAG_READ,
104704                   /* name */
104705 mike  1.1.2.1     "OtherSensorTypeDescription",
104706                   /* qualifiers */
104707                   _CIM_Sensor_OtherSensorTypeDescription_qualifiers,
104708                   /* type */
104709                   CIMTYPE_STRING,
104710                   /* subscript */
104711                   -1,
104712                   /* value */
104713                   0,
104714               };
104715               
104716               static const char*
104717               _CIM_Sensor_PossibleStates_qualifiers[] =
104718               {
104719                   /* MaxLen */
104720                   "\030\000\000\000\200",
104721                   0,
104722               };
104723               
104724               static MetaProperty
104725               _CIM_Sensor_PossibleStates =
104726 mike  1.1.2.1 {
104727                   /* flags */
104728                   META_FLAG_PROPERTY|META_FLAG_READ,
104729                   /* name */
104730                   "PossibleStates",
104731                   /* qualifiers */
104732                   _CIM_Sensor_PossibleStates_qualifiers,
104733                   /* type */
104734                   CIMTYPE_STRING,
104735                   /* subscript */
104736                   0,
104737                   /* value */
104738                   0,
104739               };
104740               
104741               static const char*
104742               _CIM_Sensor_CurrentState_qualifiers[] =
104743               {
104744                   /* MaxLen */
104745                   "\030\000\000\000\200",
104746                   0,
104747 mike  1.1.2.1 };
104748               
104749               static MetaProperty
104750               _CIM_Sensor_CurrentState =
104751               {
104752                   /* flags */
104753                   META_FLAG_PROPERTY|META_FLAG_READ,
104754                   /* name */
104755                   "CurrentState",
104756                   /* qualifiers */
104757                   _CIM_Sensor_CurrentState_qualifiers,
104758                   /* type */
104759                   CIMTYPE_STRING,
104760                   /* subscript */
104761                   -1,
104762                   /* value */
104763                   0,
104764               };
104765               
104766               static const char*
104767               _CIM_Sensor_PollingInterval_qualifiers[] =
104768 mike  1.1.2.1 {
104769                   /* Units */
104770                   "\060NanoSeconds",
104771                   0,
104772               };
104773               
104774               static MetaProperty
104775               _CIM_Sensor_PollingInterval =
104776               {
104777                   /* flags */
104778                   META_FLAG_PROPERTY|META_FLAG_READ,
104779                   /* name */
104780                   "PollingInterval",
104781                   /* qualifiers */
104782                   _CIM_Sensor_PollingInterval_qualifiers,
104783                   /* type */
104784                   CIMTYPE_UINT64,
104785                   /* subscript */
104786                   -1,
104787                   /* value */
104788                   0,
104789 mike  1.1.2.1 };
104790               
104791               static MetaFeature*
104792               _CIM_Sensor_features[] =
104793               {
104794                   (MetaFeature*)&_CIM_Sensor_SensorType,
104795                   (MetaFeature*)&_CIM_Sensor_OtherSensorTypeDescription,
104796                   (MetaFeature*)&_CIM_Sensor_PossibleStates,
104797                   (MetaFeature*)&_CIM_Sensor_CurrentState,
104798                   (MetaFeature*)&_CIM_Sensor_PollingInterval,
104799                   0,
104800               };
104801               
104802               static const char*
104803               __root_cimv2_CIM_Sensor_qualifiers[] =
104804               {
104805                   /* UMLPackagePath */
104806                   "\057CIM::Device::Sensors",
104807                   /* Abstract */
104808                   "\002\001",
104809                   /* Version */
104810 mike  1.1.2.1     "\0632.6.0",
104811                   0,
104812               };
104813               
104814               MetaClass
104815               __root_cimv2_CIM_Sensor =
104816               {
104817                   /* flags */
104818                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
104819                   /* name */
104820                   "CIM_Sensor",
104821                   /* qualifiers */
104822                   __root_cimv2_CIM_Sensor_qualifiers,
104823                   /* super */
104824                   &__root_cimv2_CIM_LogicalDevice,
104825                   /* features */
104826                   _CIM_Sensor_features,
104827               };
104828               
104829               //==============================================================================
104830               //
104831 mike  1.1.2.1 // Class: CIM_Service
104832               //
104833               //==============================================================================
104834               
104835               static const char*
104836               _CIM_Service_SystemCreationClassName_qualifiers[] =
104837               {
104838                   /* Key */
104839                   "\025\001",
104840                   /* Propagated */
104841                   "\045CIM_System.CreationClassName",
104842                   /* MaxLen */
104843                   "\030\000\000\001\000",
104844                   0,
104845               };
104846               
104847               static MetaProperty
104848               _CIM_Service_SystemCreationClassName =
104849               {
104850                   /* flags */
104851                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104852 mike  1.1.2.1     /* name */
104853                   "SystemCreationClassName",
104854                   /* qualifiers */
104855                   _CIM_Service_SystemCreationClassName_qualifiers,
104856                   /* type */
104857                   CIMTYPE_STRING,
104858                   /* subscript */
104859                   -1,
104860                   /* value */
104861                   0,
104862               };
104863               
104864               static const char*
104865               _CIM_Service_SystemName_qualifiers[] =
104866               {
104867                   /* Key */
104868                   "\025\001",
104869                   /* Propagated */
104870                   "\045CIM_System.Name",
104871                   /* MaxLen */
104872                   "\030\000\000\001\000",
104873 mike  1.1.2.1     0,
104874               };
104875               
104876               static MetaProperty
104877               _CIM_Service_SystemName =
104878               {
104879                   /* flags */
104880                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104881                   /* name */
104882                   "SystemName",
104883                   /* qualifiers */
104884                   _CIM_Service_SystemName_qualifiers,
104885                   /* type */
104886                   CIMTYPE_STRING,
104887                   /* subscript */
104888                   -1,
104889                   /* value */
104890                   0,
104891               };
104892               
104893               static const char*
104894 mike  1.1.2.1 _CIM_Service_CreationClassName_qualifiers[] =
104895               {
104896                   /* Key */
104897                   "\025\001",
104898                   /* MaxLen */
104899                   "\030\000\000\001\000",
104900                   0,
104901               };
104902               
104903               static MetaProperty
104904               _CIM_Service_CreationClassName =
104905               {
104906                   /* flags */
104907                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104908                   /* name */
104909                   "CreationClassName",
104910                   /* qualifiers */
104911                   _CIM_Service_CreationClassName_qualifiers,
104912                   /* type */
104913                   CIMTYPE_STRING,
104914                   /* subscript */
104915 mike  1.1.2.1     -1,
104916                   /* value */
104917                   0,
104918               };
104919               
104920               static const char*
104921               _CIM_Service_Name_qualifiers[] =
104922               {
104923                   /* Key */
104924                   "\025\001",
104925                   /* Override */
104926                   "\044Name",
104927                   /* MaxLen */
104928                   "\030\000\000\001\000",
104929                   0,
104930               };
104931               
104932               static MetaProperty
104933               _CIM_Service_Name =
104934               {
104935                   /* flags */
104936 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104937                   /* name */
104938                   "Name",
104939                   /* qualifiers */
104940                   _CIM_Service_Name_qualifiers,
104941                   /* type */
104942                   CIMTYPE_STRING,
104943                   /* subscript */
104944                   -1,
104945                   /* value */
104946                   0,
104947               };
104948               
104949               static const char*
104950               _CIM_Service_PrimaryOwnerName_qualifiers[] =
104951               {
104952                   /* Write */
104953                   "\065\001",
104954                   /* MaxLen */
104955                   "\030\000\000\000\100",
104956                   /* MappingStrings */
104957 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.3\000",
104958                   0,
104959               };
104960               
104961               static MetaProperty
104962               _CIM_Service_PrimaryOwnerName =
104963               {
104964                   /* flags */
104965                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
104966                   /* name */
104967                   "PrimaryOwnerName",
104968                   /* qualifiers */
104969                   _CIM_Service_PrimaryOwnerName_qualifiers,
104970                   /* type */
104971                   CIMTYPE_STRING,
104972                   /* subscript */
104973                   -1,
104974                   /* value */
104975                   0,
104976               };
104977               
104978 mike  1.1.2.1 static const char*
104979               _CIM_Service_PrimaryOwnerContact_qualifiers[] =
104980               {
104981                   /* Write */
104982                   "\065\001",
104983                   /* MaxLen */
104984                   "\030\000\000\001\000",
104985                   /* MappingStrings */
104986                   "\026\000\001MIF.DMTF|General Information|001.4\000",
104987                   0,
104988               };
104989               
104990               static MetaProperty
104991               _CIM_Service_PrimaryOwnerContact =
104992               {
104993                   /* flags */
104994                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
104995                   /* name */
104996                   "PrimaryOwnerContact",
104997                   /* qualifiers */
104998                   _CIM_Service_PrimaryOwnerContact_qualifiers,
104999 mike  1.1.2.1     /* type */
105000                   CIMTYPE_STRING,
105001                   /* subscript */
105002                   -1,
105003                   /* value */
105004                   0,
105005               };
105006               
105007               static const char*
105008               _CIM_Service_StartMode_qualifiers[] =
105009               {
105010                   /* Deprecated */
105011                   "\013\000\001CIM_Service.EnabledDefault\000",
105012                   /* ValueMap */
105013                   "\061\000\002Automatic\000Manual\000",
105014                   /* MaxLen */
105015                   "\030\000\000\000\012",
105016                   0,
105017               };
105018               
105019               static MetaProperty
105020 mike  1.1.2.1 _CIM_Service_StartMode =
105021               {
105022                   /* flags */
105023                   META_FLAG_PROPERTY|META_FLAG_READ,
105024                   /* name */
105025                   "StartMode",
105026                   /* qualifiers */
105027                   _CIM_Service_StartMode_qualifiers,
105028                   /* type */
105029                   CIMTYPE_STRING,
105030                   /* subscript */
105031                   -1,
105032                   /* value */
105033                   0,
105034               };
105035               
105036               static const char*
105037               _CIM_Service_Started_qualifiers[] =
105038               {
105039                   0,
105040               };
105041 mike  1.1.2.1 
105042               static MetaProperty
105043               _CIM_Service_Started =
105044               {
105045                   /* flags */
105046                   META_FLAG_PROPERTY|META_FLAG_READ,
105047                   /* name */
105048                   "Started",
105049                   /* qualifiers */
105050                   _CIM_Service_Started_qualifiers,
105051                   /* type */
105052                   CIMTYPE_BOOLEAN,
105053                   /* subscript */
105054                   -1,
105055                   /* value */
105056                   0,
105057               };
105058               
105059               static MetaFeature*
105060               _CIM_Service_StartService_parameters[] =
105061               {
105062 mike  1.1.2.1     0,
105063               };
105064               
105065               static const char*
105066               _CIM_Service_StartService_qualifiers[] =
105067               {
105068                   0,
105069               };
105070               
105071               static MetaMethod
105072               _CIM_Service_StartService =
105073               {
105074                   /* flags */
105075                   META_FLAG_METHOD,
105076                   /* name */
105077                   "CIM_Service",
105078                   /* qualifiers */
105079                   _CIM_Service_StartService_qualifiers,
105080                   /* type */
105081                   CIMTYPE_UINT32,
105082                   /* parameters */
105083 mike  1.1.2.1     _CIM_Service_StartService_parameters,
105084               };
105085               
105086               static MetaFeature*
105087               _CIM_Service_StopService_parameters[] =
105088               {
105089                   0,
105090               };
105091               
105092               static const char*
105093               _CIM_Service_StopService_qualifiers[] =
105094               {
105095                   0,
105096               };
105097               
105098               static MetaMethod
105099               _CIM_Service_StopService =
105100               {
105101                   /* flags */
105102                   META_FLAG_METHOD,
105103                   /* name */
105104 mike  1.1.2.1     "CIM_Service",
105105                   /* qualifiers */
105106                   _CIM_Service_StopService_qualifiers,
105107                   /* type */
105108                   CIMTYPE_UINT32,
105109                   /* parameters */
105110                   _CIM_Service_StopService_parameters,
105111               };
105112               
105113               static MetaFeature*
105114               _CIM_Service_features[] =
105115               {
105116                   (MetaFeature*)&_CIM_Service_SystemCreationClassName,
105117                   (MetaFeature*)&_CIM_Service_SystemName,
105118                   (MetaFeature*)&_CIM_Service_CreationClassName,
105119                   (MetaFeature*)&_CIM_Service_Name,
105120                   (MetaFeature*)&_CIM_Service_PrimaryOwnerName,
105121                   (MetaFeature*)&_CIM_Service_PrimaryOwnerContact,
105122                   (MetaFeature*)&_CIM_Service_StartMode,
105123                   (MetaFeature*)&_CIM_Service_Started,
105124                   (MetaFeature*)&_CIM_Service_StartService,
105125 mike  1.1.2.1     (MetaFeature*)&_CIM_Service_StopService,
105126                   0,
105127               };
105128               
105129               static const char*
105130               __root_cimv2_CIM_Service_qualifiers[] =
105131               {
105132                   /* UMLPackagePath */
105133                   "\057CIM::Core::Service",
105134                   /* Abstract */
105135                   "\002\001",
105136                   /* Version */
105137                   "\0632.10.0",
105138                   0,
105139               };
105140               
105141               MetaClass
105142               __root_cimv2_CIM_Service =
105143               {
105144                   /* flags */
105145                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
105146 mike  1.1.2.1     /* name */
105147                   "CIM_Service",
105148                   /* qualifiers */
105149                   __root_cimv2_CIM_Service_qualifiers,
105150                   /* super */
105151                   &__root_cimv2_CIM_EnabledLogicalElement,
105152                   /* features */
105153                   _CIM_Service_features,
105154               };
105155               
105156               //==============================================================================
105157               //
105158               // Class: CIM_ServiceAccessPoint
105159               //
105160               //==============================================================================
105161               
105162               static const char*
105163               _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers[] =
105164               {
105165                   /* Key */
105166                   "\025\001",
105167 mike  1.1.2.1     /* Propagated */
105168                   "\045CIM_System.CreationClassName",
105169                   /* MaxLen */
105170                   "\030\000\000\001\000",
105171                   0,
105172               };
105173               
105174               static MetaProperty
105175               _CIM_ServiceAccessPoint_SystemCreationClassName =
105176               {
105177                   /* flags */
105178                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105179                   /* name */
105180                   "SystemCreationClassName",
105181                   /* qualifiers */
105182                   _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers,
105183                   /* type */
105184                   CIMTYPE_STRING,
105185                   /* subscript */
105186                   -1,
105187                   /* value */
105188 mike  1.1.2.1     0,
105189               };
105190               
105191               static const char*
105192               _CIM_ServiceAccessPoint_SystemName_qualifiers[] =
105193               {
105194                   /* Key */
105195                   "\025\001",
105196                   /* Propagated */
105197                   "\045CIM_System.Name",
105198                   /* MaxLen */
105199                   "\030\000\000\001\000",
105200                   0,
105201               };
105202               
105203               static MetaProperty
105204               _CIM_ServiceAccessPoint_SystemName =
105205               {
105206                   /* flags */
105207                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105208                   /* name */
105209 mike  1.1.2.1     "SystemName",
105210                   /* qualifiers */
105211                   _CIM_ServiceAccessPoint_SystemName_qualifiers,
105212                   /* type */
105213                   CIMTYPE_STRING,
105214                   /* subscript */
105215                   -1,
105216                   /* value */
105217                   0,
105218               };
105219               
105220               static const char*
105221               _CIM_ServiceAccessPoint_CreationClassName_qualifiers[] =
105222               {
105223                   /* Key */
105224                   "\025\001",
105225                   /* MaxLen */
105226                   "\030\000\000\001\000",
105227                   0,
105228               };
105229               
105230 mike  1.1.2.1 static MetaProperty
105231               _CIM_ServiceAccessPoint_CreationClassName =
105232               {
105233                   /* flags */
105234                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105235                   /* name */
105236                   "CreationClassName",
105237                   /* qualifiers */
105238                   _CIM_ServiceAccessPoint_CreationClassName_qualifiers,
105239                   /* type */
105240                   CIMTYPE_STRING,
105241                   /* subscript */
105242                   -1,
105243                   /* value */
105244                   0,
105245               };
105246               
105247               static const char*
105248               _CIM_ServiceAccessPoint_Name_qualifiers[] =
105249               {
105250                   /* Key */
105251 mike  1.1.2.1     "\025\001",
105252                   /* Override */
105253                   "\044Name",
105254                   /* MaxLen */
105255                   "\030\000\000\001\000",
105256                   0,
105257               };
105258               
105259               static MetaProperty
105260               _CIM_ServiceAccessPoint_Name =
105261               {
105262                   /* flags */
105263                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105264                   /* name */
105265                   "Name",
105266                   /* qualifiers */
105267                   _CIM_ServiceAccessPoint_Name_qualifiers,
105268                   /* type */
105269                   CIMTYPE_STRING,
105270                   /* subscript */
105271                   -1,
105272 mike  1.1.2.1     /* value */
105273                   0,
105274               };
105275               
105276               static MetaFeature*
105277               _CIM_ServiceAccessPoint_features[] =
105278               {
105279                   (MetaFeature*)&_CIM_ServiceAccessPoint_SystemCreationClassName,
105280                   (MetaFeature*)&_CIM_ServiceAccessPoint_SystemName,
105281                   (MetaFeature*)&_CIM_ServiceAccessPoint_CreationClassName,
105282                   (MetaFeature*)&_CIM_ServiceAccessPoint_Name,
105283                   0,
105284               };
105285               
105286               static const char*
105287               __root_cimv2_CIM_ServiceAccessPoint_qualifiers[] =
105288               {
105289                   /* UMLPackagePath */
105290                   "\057CIM::Core::Service",
105291                   /* Abstract */
105292                   "\002\001",
105293 mike  1.1.2.1     /* Version */
105294                   "\0632.10.0",
105295                   0,
105296               };
105297               
105298               MetaClass
105299               __root_cimv2_CIM_ServiceAccessPoint =
105300               {
105301                   /* flags */
105302                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
105303                   /* name */
105304                   "CIM_ServiceAccessPoint",
105305                   /* qualifiers */
105306                   __root_cimv2_CIM_ServiceAccessPoint_qualifiers,
105307                   /* super */
105308                   &__root_cimv2_CIM_EnabledLogicalElement,
105309                   /* features */
105310                   _CIM_ServiceAccessPoint_features,
105311               };
105312               
105313               //==============================================================================
105314 mike  1.1.2.1 //
105315               // Class: CIM_ServiceAccessURI
105316               //
105317               //==============================================================================
105318               
105319               static const char*
105320               _CIM_ServiceAccessURI_LabeledURI_qualifiers[] =
105321               {
105322                   /* Required */
105323                   "\050\001",
105324                   /* MaxLen */
105325                   "\030\000\000\001\000",
105326                   0,
105327               };
105328               
105329               static MetaProperty
105330               _CIM_ServiceAccessURI_LabeledURI =
105331               {
105332                   /* flags */
105333                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
105334                   /* name */
105335 mike  1.1.2.1     "LabeledURI",
105336                   /* qualifiers */
105337                   _CIM_ServiceAccessURI_LabeledURI_qualifiers,
105338                   /* type */
105339                   CIMTYPE_STRING,
105340                   /* subscript */
105341                   -1,
105342                   /* value */
105343                   0,
105344               };
105345               
105346               static MetaFeature*
105347               _CIM_ServiceAccessURI_features[] =
105348               {
105349                   (MetaFeature*)&_CIM_ServiceAccessURI_LabeledURI,
105350                   0,
105351               };
105352               
105353               static const char*
105354               __root_cimv2_CIM_ServiceAccessURI_qualifiers[] =
105355               {
105356 mike  1.1.2.1     /* UMLPackagePath */
105357                   "\057CIM::Core::Service",
105358                   /* Version */
105359                   "\0632.10.0",
105360                   0,
105361               };
105362               
105363               MetaClass
105364               __root_cimv2_CIM_ServiceAccessURI =
105365               {
105366                   /* flags */
105367                   META_FLAG_CLASS,
105368                   /* name */
105369                   "CIM_ServiceAccessURI",
105370                   /* qualifiers */
105371                   __root_cimv2_CIM_ServiceAccessURI_qualifiers,
105372                   /* super */
105373                   &__root_cimv2_CIM_ServiceAccessPoint,
105374                   /* features */
105375                   _CIM_ServiceAccessURI_features,
105376               };
105377 mike  1.1.2.1 
105378               //==============================================================================
105379               //
105380               // Class: CIM_ServiceAffectsElement
105381               //
105382               //==============================================================================
105383               
105384               static const char*
105385               _CIM_ServiceAffectsElement_AffectedElement_qualifiers[] =
105386               {
105387                   /* Key */
105388                   "\025\001",
105389                   0,
105390               };
105391               
105392               static MetaReference
105393               _CIM_ServiceAffectsElement_AffectedElement =
105394               {
105395                   /* flags */
105396                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105397                   /* name */
105398 mike  1.1.2.1     "AffectedElement",
105399                   /* qualifiers */
105400                   _CIM_ServiceAffectsElement_AffectedElement_qualifiers,
105401                   /* subscript */
105402                   -1,
105403                   /* refId */
105404                   &__root_cimv2_CIM_ManagedElement,
105405               };
105406               
105407               static const char*
105408               _CIM_ServiceAffectsElement_AffectingElement_qualifiers[] =
105409               {
105410                   /* Key */
105411                   "\025\001",
105412                   0,
105413               };
105414               
105415               static MetaReference
105416               _CIM_ServiceAffectsElement_AffectingElement =
105417               {
105418                   /* flags */
105419 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105420                   /* name */
105421                   "AffectingElement",
105422                   /* qualifiers */
105423                   _CIM_ServiceAffectsElement_AffectingElement_qualifiers,
105424                   /* subscript */
105425                   -1,
105426                   /* refId */
105427                   &__root_cimv2_CIM_Service,
105428               };
105429               
105430               static const char*
105431               _CIM_ServiceAffectsElement_ElementEffects_qualifiers[] =
105432               {
105433                   /* ValueMap */
105434                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
105435                   /* Values */
105436                   "\062\000\013Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000Manages\000Consumes\000Enhances Integrity\000Degrades Integrity\000Enhances Performance\000Degrades Performance\000",
105437                   /* ArrayType */
105438                   "\005Indexed",
105439                   /* ModelCorrespondence */
105440 mike  1.1.2.1     "\036\000\001CIM_ServiceAffectsElement.OtherElementEffectsDescriptions\000",
105441                   0,
105442               };
105443               
105444               static MetaProperty
105445               _CIM_ServiceAffectsElement_ElementEffects =
105446               {
105447                   /* flags */
105448                   META_FLAG_PROPERTY|META_FLAG_READ,
105449                   /* name */
105450                   "ElementEffects",
105451                   /* qualifiers */
105452                   _CIM_ServiceAffectsElement_ElementEffects_qualifiers,
105453                   /* type */
105454                   CIMTYPE_UINT16,
105455                   /* subscript */
105456                   0,
105457                   /* value */
105458                   0,
105459               };
105460               
105461 mike  1.1.2.1 static const char*
105462               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers[] =
105463               {
105464                   /* ArrayType */
105465                   "\005Indexed",
105466                   /* ModelCorrespondence */
105467                   "\036\000\001CIM_ServiceAffectsElement.ElementEffects\000",
105468                   0,
105469               };
105470               
105471               static MetaProperty
105472               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions =
105473               {
105474                   /* flags */
105475                   META_FLAG_PROPERTY|META_FLAG_READ,
105476                   /* name */
105477                   "OtherElementEffectsDescriptions",
105478                   /* qualifiers */
105479                   _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers,
105480                   /* type */
105481                   CIMTYPE_STRING,
105482 mike  1.1.2.1     /* subscript */
105483                   0,
105484                   /* value */
105485                   0,
105486               };
105487               
105488               static MetaFeature*
105489               _CIM_ServiceAffectsElement_features[] =
105490               {
105491                   (MetaFeature*)&_CIM_ServiceAffectsElement_AffectedElement,
105492                   (MetaFeature*)&_CIM_ServiceAffectsElement_AffectingElement,
105493                   (MetaFeature*)&_CIM_ServiceAffectsElement_ElementEffects,
105494                   (MetaFeature*)&_CIM_ServiceAffectsElement_OtherElementEffectsDescriptions,
105495                   0,
105496               };
105497               
105498               static const char*
105499               __root_cimv2_CIM_ServiceAffectsElement_qualifiers[] =
105500               {
105501                   /* ASSOCIATION */
105502                   "\000\001",
105503 mike  1.1.2.1     /* UMLPackagePath */
105504                   "\057CIM::Core::Service",
105505                   /* Version */
105506                   "\0632.10.0",
105507                   0,
105508               };
105509               
105510               MetaClass
105511               __root_cimv2_CIM_ServiceAffectsElement =
105512               {
105513                   /* flags */
105514                   META_FLAG_ASSOCIATION,
105515                   /* name */
105516                   "CIM_ServiceAffectsElement",
105517                   /* qualifiers */
105518                   __root_cimv2_CIM_ServiceAffectsElement_qualifiers,
105519                   /* super */
105520                   0,
105521                   /* features */
105522                   _CIM_ServiceAffectsElement_features,
105523               };
105524 mike  1.1.2.1 
105525               //==============================================================================
105526               //
105527               // Class: CIM_ServiceAvailableToElement
105528               //
105529               //==============================================================================
105530               
105531               static const char*
105532               _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers[] =
105533               {
105534                   /* Key */
105535                   "\025\001",
105536                   0,
105537               };
105538               
105539               static MetaReference
105540               _CIM_ServiceAvailableToElement_ServiceProvided =
105541               {
105542                   /* flags */
105543                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105544                   /* name */
105545 mike  1.1.2.1     "ServiceProvided",
105546                   /* qualifiers */
105547                   _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers,
105548                   /* subscript */
105549                   -1,
105550                   /* refId */
105551                   &__root_cimv2_CIM_Service,
105552               };
105553               
105554               static const char*
105555               _CIM_ServiceAvailableToElement_UserOfService_qualifiers[] =
105556               {
105557                   /* Key */
105558                   "\025\001",
105559                   0,
105560               };
105561               
105562               static MetaReference
105563               _CIM_ServiceAvailableToElement_UserOfService =
105564               {
105565                   /* flags */
105566 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105567                   /* name */
105568                   "UserOfService",
105569                   /* qualifiers */
105570                   _CIM_ServiceAvailableToElement_UserOfService_qualifiers,
105571                   /* subscript */
105572                   -1,
105573                   /* refId */
105574                   &__root_cimv2_CIM_ManagedElement,
105575               };
105576               
105577               static MetaFeature*
105578               _CIM_ServiceAvailableToElement_features[] =
105579               {
105580                   (MetaFeature*)&_CIM_ServiceAvailableToElement_ServiceProvided,
105581                   (MetaFeature*)&_CIM_ServiceAvailableToElement_UserOfService,
105582                   0,
105583               };
105584               
105585               static const char*
105586               __root_cimv2_CIM_ServiceAvailableToElement_qualifiers[] =
105587 mike  1.1.2.1 {
105588                   /* ASSOCIATION */
105589                   "\000\001",
105590                   /* UMLPackagePath */
105591                   "\057CIM::Core::Service",
105592                   /* Version */
105593                   "\0632.10.0",
105594                   0,
105595               };
105596               
105597               MetaClass
105598               __root_cimv2_CIM_ServiceAvailableToElement =
105599               {
105600                   /* flags */
105601                   META_FLAG_ASSOCIATION,
105602                   /* name */
105603                   "CIM_ServiceAvailableToElement",
105604                   /* qualifiers */
105605                   __root_cimv2_CIM_ServiceAvailableToElement_qualifiers,
105606                   /* super */
105607                   0,
105608 mike  1.1.2.1     /* features */
105609                   _CIM_ServiceAvailableToElement_features,
105610               };
105611               
105612               //==============================================================================
105613               //
105614               // Class: CIM_ServiceComponent
105615               //
105616               //==============================================================================
105617               
105618               static const char*
105619               _CIM_ServiceComponent_GroupComponent_qualifiers[] =
105620               {
105621                   /* Aggregate */
105622                   "\003\001",
105623                   /* Override */
105624                   "\044GroupComponent",
105625                   0,
105626               };
105627               
105628               static MetaReference
105629 mike  1.1.2.1 _CIM_ServiceComponent_GroupComponent =
105630               {
105631                   /* flags */
105632                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
105633                   /* name */
105634                   "GroupComponent",
105635                   /* qualifiers */
105636                   _CIM_ServiceComponent_GroupComponent_qualifiers,
105637                   /* subscript */
105638                   -1,
105639                   /* refId */
105640                   &__root_cimv2_CIM_Service,
105641               };
105642               
105643               static const char*
105644               _CIM_ServiceComponent_PartComponent_qualifiers[] =
105645               {
105646                   /* Override */
105647                   "\044PartComponent",
105648                   0,
105649               };
105650 mike  1.1.2.1 
105651               static MetaReference
105652               _CIM_ServiceComponent_PartComponent =
105653               {
105654                   /* flags */
105655                   META_FLAG_REFERENCE|META_FLAG_READ,
105656                   /* name */
105657                   "PartComponent",
105658                   /* qualifiers */
105659                   _CIM_ServiceComponent_PartComponent_qualifiers,
105660                   /* subscript */
105661                   -1,
105662                   /* refId */
105663                   &__root_cimv2_CIM_Service,
105664               };
105665               
105666               static MetaFeature*
105667               _CIM_ServiceComponent_features[] =
105668               {
105669                   (MetaFeature*)&_CIM_ServiceComponent_GroupComponent,
105670                   (MetaFeature*)&_CIM_ServiceComponent_PartComponent,
105671 mike  1.1.2.1     0,
105672               };
105673               
105674               static const char*
105675               __root_cimv2_CIM_ServiceComponent_qualifiers[] =
105676               {
105677                   /* ASSOCIATION */
105678                   "\000\001",
105679                   /* UMLPackagePath */
105680                   "\057CIM::Core::Service",
105681                   /* Aggregation */
105682                   "\004\001",
105683                   /* Version */
105684                   "\0632.6.0",
105685                   0,
105686               };
105687               
105688               MetaClass
105689               __root_cimv2_CIM_ServiceComponent =
105690               {
105691                   /* flags */
105692 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
105693                   /* name */
105694                   "CIM_ServiceComponent",
105695                   /* qualifiers */
105696                   __root_cimv2_CIM_ServiceComponent_qualifiers,
105697                   /* super */
105698                   &__root_cimv2_CIM_Component,
105699                   /* features */
105700                   _CIM_ServiceComponent_features,
105701               };
105702               
105703               //==============================================================================
105704               //
105705               // Class: CIM_ServiceProcess
105706               //
105707               //==============================================================================
105708               
105709               static const char*
105710               _CIM_ServiceProcess_Service_qualifiers[] =
105711               {
105712                   /* Key */
105713 mike  1.1.2.1     "\025\001",
105714                   0,
105715               };
105716               
105717               static MetaReference
105718               _CIM_ServiceProcess_Service =
105719               {
105720                   /* flags */
105721                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105722                   /* name */
105723                   "Service",
105724                   /* qualifiers */
105725                   _CIM_ServiceProcess_Service_qualifiers,
105726                   /* subscript */
105727                   -1,
105728                   /* refId */
105729                   &__root_cimv2_CIM_Service,
105730               };
105731               
105732               static const char*
105733               _CIM_ServiceProcess_Process_qualifiers[] =
105734 mike  1.1.2.1 {
105735                   /* Key */
105736                   "\025\001",
105737                   0,
105738               };
105739               
105740               static MetaReference
105741               _CIM_ServiceProcess_Process =
105742               {
105743                   /* flags */
105744                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105745                   /* name */
105746                   "Process",
105747                   /* qualifiers */
105748                   _CIM_ServiceProcess_Process_qualifiers,
105749                   /* subscript */
105750                   -1,
105751                   /* refId */
105752                   &__root_cimv2_CIM_Process,
105753               };
105754               
105755 mike  1.1.2.1 static const char*
105756               _CIM_ServiceProcess_ExecutionType_qualifiers[] =
105757               {
105758                   /* ValueMap */
105759                   "\061\000\0040\0001\0002\0003\000",
105760                   /* Values */
105761                   "\062\000\004Unknown\000Other\000Executes in Existing Process\000Executes as Independent Process\000",
105762                   0,
105763               };
105764               
105765               static MetaProperty
105766               _CIM_ServiceProcess_ExecutionType =
105767               {
105768                   /* flags */
105769                   META_FLAG_PROPERTY|META_FLAG_READ,
105770                   /* name */
105771                   "ExecutionType",
105772                   /* qualifiers */
105773                   _CIM_ServiceProcess_ExecutionType_qualifiers,
105774                   /* type */
105775                   CIMTYPE_UINT16,
105776 mike  1.1.2.1     /* subscript */
105777                   -1,
105778                   /* value */
105779                   0,
105780               };
105781               
105782               static MetaFeature*
105783               _CIM_ServiceProcess_features[] =
105784               {
105785                   (MetaFeature*)&_CIM_ServiceProcess_Service,
105786                   (MetaFeature*)&_CIM_ServiceProcess_Process,
105787                   (MetaFeature*)&_CIM_ServiceProcess_ExecutionType,
105788                   0,
105789               };
105790               
105791               static const char*
105792               __root_cimv2_CIM_ServiceProcess_qualifiers[] =
105793               {
105794                   /* ASSOCIATION */
105795                   "\000\001",
105796                   /* UMLPackagePath */
105797 mike  1.1.2.1     "\057CIM::System::Processing",
105798                   /* Version */
105799                   "\0632.6.0",
105800                   0,
105801               };
105802               
105803               MetaClass
105804               __root_cimv2_CIM_ServiceProcess =
105805               {
105806                   /* flags */
105807                   META_FLAG_ASSOCIATION,
105808                   /* name */
105809                   "CIM_ServiceProcess",
105810                   /* qualifiers */
105811                   __root_cimv2_CIM_ServiceProcess_qualifiers,
105812                   /* super */
105813                   0,
105814                   /* features */
105815                   _CIM_ServiceProcess_features,
105816               };
105817               
105818 mike  1.1.2.1 //==============================================================================
105819               //
105820               // Class: CIM_ServiceSAPDependency
105821               //
105822               //==============================================================================
105823               
105824               static const char*
105825               _CIM_ServiceSAPDependency_Antecedent_qualifiers[] =
105826               {
105827                   /* Override */
105828                   "\044Antecedent",
105829                   0,
105830               };
105831               
105832               static MetaReference
105833               _CIM_ServiceSAPDependency_Antecedent =
105834               {
105835                   /* flags */
105836                   META_FLAG_REFERENCE|META_FLAG_READ,
105837                   /* name */
105838                   "Antecedent",
105839 mike  1.1.2.1     /* qualifiers */
105840                   _CIM_ServiceSAPDependency_Antecedent_qualifiers,
105841                   /* subscript */
105842                   -1,
105843                   /* refId */
105844                   &__root_cimv2_CIM_ServiceAccessPoint,
105845               };
105846               
105847               static const char*
105848               _CIM_ServiceSAPDependency_Dependent_qualifiers[] =
105849               {
105850                   /* Override */
105851                   "\044Dependent",
105852                   0,
105853               };
105854               
105855               static MetaReference
105856               _CIM_ServiceSAPDependency_Dependent =
105857               {
105858                   /* flags */
105859                   META_FLAG_REFERENCE|META_FLAG_READ,
105860 mike  1.1.2.1     /* name */
105861                   "Dependent",
105862                   /* qualifiers */
105863                   _CIM_ServiceSAPDependency_Dependent_qualifiers,
105864                   /* subscript */
105865                   -1,
105866                   /* refId */
105867                   &__root_cimv2_CIM_Service,
105868               };
105869               
105870               static MetaFeature*
105871               _CIM_ServiceSAPDependency_features[] =
105872               {
105873                   (MetaFeature*)&_CIM_ServiceSAPDependency_Antecedent,
105874                   (MetaFeature*)&_CIM_ServiceSAPDependency_Dependent,
105875                   0,
105876               };
105877               
105878               static const char*
105879               __root_cimv2_CIM_ServiceSAPDependency_qualifiers[] =
105880               {
105881 mike  1.1.2.1     /* ASSOCIATION */
105882                   "\000\001",
105883                   /* UMLPackagePath */
105884                   "\057CIM::Core::Service",
105885                   /* Version */
105886                   "\0632.10.0",
105887                   0,
105888               };
105889               
105890               MetaClass
105891               __root_cimv2_CIM_ServiceSAPDependency =
105892               {
105893                   /* flags */
105894                   META_FLAG_ASSOCIATION,
105895                   /* name */
105896                   "CIM_ServiceSAPDependency",
105897                   /* qualifiers */
105898                   __root_cimv2_CIM_ServiceSAPDependency_qualifiers,
105899                   /* super */
105900                   &__root_cimv2_CIM_Dependency,
105901                   /* features */
105902 mike  1.1.2.1     _CIM_ServiceSAPDependency_features,
105903               };
105904               
105905               //==============================================================================
105906               //
105907               // Class: CIM_ServiceStatistics
105908               //
105909               //==============================================================================
105910               
105911               static const char*
105912               _CIM_ServiceStatistics_Stats_qualifiers[] =
105913               {
105914                   /* Override */
105915                   "\044Stats",
105916                   /* Weak */
105917                   "\064\001",
105918                   0,
105919               };
105920               
105921               static MetaReference
105922               _CIM_ServiceStatistics_Stats =
105923 mike  1.1.2.1 {
105924                   /* flags */
105925                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
105926                   /* name */
105927                   "Stats",
105928                   /* qualifiers */
105929                   _CIM_ServiceStatistics_Stats_qualifiers,
105930                   /* subscript */
105931                   -1,
105932                   /* refId */
105933                   &__root_cimv2_CIM_ServiceStatisticalInformation,
105934               };
105935               
105936               static const char*
105937               _CIM_ServiceStatistics_Element_qualifiers[] =
105938               {
105939                   /* Override */
105940                   "\044Element",
105941                   /* Min */
105942                   "\033\000\000\000\001",
105943                   /* Max */
105944 mike  1.1.2.1     "\027\000\000\000\001",
105945                   0,
105946               };
105947               
105948               static MetaReference
105949               _CIM_ServiceStatistics_Element =
105950               {
105951                   /* flags */
105952                   META_FLAG_REFERENCE|META_FLAG_READ,
105953                   /* name */
105954                   "Element",
105955                   /* qualifiers */
105956                   _CIM_ServiceStatistics_Element_qualifiers,
105957                   /* subscript */
105958                   -1,
105959                   /* refId */
105960                   &__root_cimv2_CIM_Service,
105961               };
105962               
105963               static MetaFeature*
105964               _CIM_ServiceStatistics_features[] =
105965 mike  1.1.2.1 {
105966                   (MetaFeature*)&_CIM_ServiceStatistics_Stats,
105967                   (MetaFeature*)&_CIM_ServiceStatistics_Element,
105968                   0,
105969               };
105970               
105971               static const char*
105972               __root_cimv2_CIM_ServiceStatistics_qualifiers[] =
105973               {
105974                   /* ASSOCIATION */
105975                   "\000\001",
105976                   /* UMLPackagePath */
105977                   "\057CIM::Core::Statistics",
105978                   /* Version */
105979                   "\0632.6.0",
105980                   0,
105981               };
105982               
105983               MetaClass
105984               __root_cimv2_CIM_ServiceStatistics =
105985               {
105986 mike  1.1.2.1     /* flags */
105987                   META_FLAG_ASSOCIATION,
105988                   /* name */
105989                   "CIM_ServiceStatistics",
105990                   /* qualifiers */
105991                   __root_cimv2_CIM_ServiceStatistics_qualifiers,
105992                   /* super */
105993                   &__root_cimv2_CIM_Statistics,
105994                   /* features */
105995                   _CIM_ServiceStatistics_features,
105996               };
105997               
105998               //==============================================================================
105999               //
106000               // Class: CIM_SNMPCommunityString
106001               //
106002               //==============================================================================
106003               
106004               static const char*
106005               _CIM_SNMPCommunityString_CommunityString_qualifiers[] =
106006               {
106007 mike  1.1.2.1     /* MappingStrings */
106008                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalCommunity\000",
106009                   0,
106010               };
106011               
106012               static MetaProperty
106013               _CIM_SNMPCommunityString_CommunityString =
106014               {
106015                   /* flags */
106016                   META_FLAG_PROPERTY|META_FLAG_READ,
106017                   /* name */
106018                   "CommunityString",
106019                   /* qualifiers */
106020                   _CIM_SNMPCommunityString_CommunityString_qualifiers,
106021                   /* type */
106022                   CIMTYPE_STRING,
106023                   /* subscript */
106024                   -1,
106025                   /* value */
106026                   0,
106027               };
106028 mike  1.1.2.1 
106029               static const char*
106030               _CIM_SNMPCommunityString_TypeOfAccess_qualifiers[] =
106031               {
106032                   /* ValueMap */
106033                   "\061\000\0030\0001\0002\000",
106034                   /* Values */
106035                   "\062\000\003Unknown\000Read Only\000Read/Write\000",
106036                   0,
106037               };
106038               
106039               static MetaProperty
106040               _CIM_SNMPCommunityString_TypeOfAccess =
106041               {
106042                   /* flags */
106043                   META_FLAG_PROPERTY|META_FLAG_READ,
106044                   /* name */
106045                   "TypeOfAccess",
106046                   /* qualifiers */
106047                   _CIM_SNMPCommunityString_TypeOfAccess_qualifiers,
106048                   /* type */
106049 mike  1.1.2.1     CIMTYPE_UINT16,
106050                   /* subscript */
106051                   -1,
106052                   /* value */
106053                   0,
106054               };
106055               
106056               static const char*
106057               _CIM_SNMPCommunityString_LogicalEntitiesAccessed_qualifiers[] =
106058               {
106059                   /* MappingStrings */
106060                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalType\000",
106061                   /* ArrayType */
106062                   "\005Indexed",
106063                   /* ModelCorrespondence */
106064                   "\036\000\001CIM_SNMPCommunityString.LogicalEntitiesDescriptions\000",
106065                   0,
106066               };
106067               
106068               static MetaProperty
106069               _CIM_SNMPCommunityString_LogicalEntitiesAccessed =
106070 mike  1.1.2.1 {
106071                   /* flags */
106072                   META_FLAG_PROPERTY|META_FLAG_READ,
106073                   /* name */
106074                   "LogicalEntitiesAccessed",
106075                   /* qualifiers */
106076                   _CIM_SNMPCommunityString_LogicalEntitiesAccessed_qualifiers,
106077                   /* type */
106078                   CIMTYPE_STRING,
106079                   /* subscript */
106080                   0,
106081                   /* value */
106082                   0,
106083               };
106084               
106085               static const char*
106086               _CIM_SNMPCommunityString_LogicalEntitiesDescriptions_qualifiers[] =
106087               {
106088                   /* MappingStrings */
106089                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalDescr\000",
106090                   /* ArrayType */
106091 mike  1.1.2.1     "\005Indexed",
106092                   /* ModelCorrespondence */
106093                   "\036\000\001CIM_SNMPCommunityString.LogicalEntitiesAccessed\000",
106094                   0,
106095               };
106096               
106097               static MetaProperty
106098               _CIM_SNMPCommunityString_LogicalEntitiesDescriptions =
106099               {
106100                   /* flags */
106101                   META_FLAG_PROPERTY|META_FLAG_READ,
106102                   /* name */
106103                   "LogicalEntitiesDescriptions",
106104                   /* qualifiers */
106105                   _CIM_SNMPCommunityString_LogicalEntitiesDescriptions_qualifiers,
106106                   /* type */
106107                   CIMTYPE_STRING,
106108                   /* subscript */
106109                   0,
106110                   /* value */
106111                   0,
106112 mike  1.1.2.1 };
106113               
106114               static MetaFeature*
106115               _CIM_SNMPCommunityString_features[] =
106116               {
106117                   (MetaFeature*)&_CIM_SNMPCommunityString_CommunityString,
106118                   (MetaFeature*)&_CIM_SNMPCommunityString_TypeOfAccess,
106119                   (MetaFeature*)&_CIM_SNMPCommunityString_LogicalEntitiesAccessed,
106120                   (MetaFeature*)&_CIM_SNMPCommunityString_LogicalEntitiesDescriptions,
106121                   0,
106122               };
106123               
106124               static const char*
106125               __root_cimv2_CIM_SNMPCommunityString_qualifiers[] =
106126               {
106127                   /* UMLPackagePath */
106128                   "\057CIM::Network::SNMP",
106129                   /* Version */
106130                   "\0632.7.0",
106131                   0,
106132               };
106133 mike  1.1.2.1 
106134               MetaClass
106135               __root_cimv2_CIM_SNMPCommunityString =
106136               {
106137                   /* flags */
106138                   META_FLAG_CLASS,
106139                   /* name */
106140                   "CIM_SNMPCommunityString",
106141                   /* qualifiers */
106142                   __root_cimv2_CIM_SNMPCommunityString_qualifiers,
106143                   /* super */
106144                   &__root_cimv2_CIM_ServiceAccessPoint,
106145                   /* features */
106146                   _CIM_SNMPCommunityString_features,
106147               };
106148               
106149               //==============================================================================
106150               //
106151               // Class: CIM_SNMPService
106152               //
106153               //==============================================================================
106154 mike  1.1.2.1 
106155               static MetaFeature*
106156               _CIM_SNMPService_features[] =
106157               {
106158                   0,
106159               };
106160               
106161               static const char*
106162               __root_cimv2_CIM_SNMPService_qualifiers[] =
106163               {
106164                   /* UMLPackagePath */
106165                   "\057CIM::Network::SNMP",
106166                   /* Version */
106167                   "\0632.7.0",
106168                   0,
106169               };
106170               
106171               MetaClass
106172               __root_cimv2_CIM_SNMPService =
106173               {
106174                   /* flags */
106175 mike  1.1.2.1     META_FLAG_CLASS,
106176                   /* name */
106177                   "CIM_SNMPService",
106178                   /* qualifiers */
106179                   __root_cimv2_CIM_SNMPService_qualifiers,
106180                   /* super */
106181                   &__root_cimv2_CIM_Service,
106182                   /* features */
106183                   _CIM_SNMPService_features,
106184               };
106185               
106186               //==============================================================================
106187               //
106188               // Class: CIM_SoftwareElementSAPImplementation
106189               //
106190               //==============================================================================
106191               
106192               static const char*
106193               _CIM_SoftwareElementSAPImplementation_Antecedent_qualifiers[] =
106194               {
106195                   /* Override */
106196 mike  1.1.2.1     "\044Antecedent",
106197                   0,
106198               };
106199               
106200               static MetaReference
106201               _CIM_SoftwareElementSAPImplementation_Antecedent =
106202               {
106203                   /* flags */
106204                   META_FLAG_REFERENCE|META_FLAG_READ,
106205                   /* name */
106206                   "Antecedent",
106207                   /* qualifiers */
106208                   _CIM_SoftwareElementSAPImplementation_Antecedent_qualifiers,
106209                   /* subscript */
106210                   -1,
106211                   /* refId */
106212                   &__root_cimv2_CIM_SoftwareElement,
106213               };
106214               
106215               static const char*
106216               _CIM_SoftwareElementSAPImplementation_Dependent_qualifiers[] =
106217 mike  1.1.2.1 {
106218                   /* Override */
106219                   "\044Dependent",
106220                   0,
106221               };
106222               
106223               static MetaReference
106224               _CIM_SoftwareElementSAPImplementation_Dependent =
106225               {
106226                   /* flags */
106227                   META_FLAG_REFERENCE|META_FLAG_READ,
106228                   /* name */
106229                   "Dependent",
106230                   /* qualifiers */
106231                   _CIM_SoftwareElementSAPImplementation_Dependent_qualifiers,
106232                   /* subscript */
106233                   -1,
106234                   /* refId */
106235                   &__root_cimv2_CIM_ServiceAccessPoint,
106236               };
106237               
106238 mike  1.1.2.1 static MetaFeature*
106239               _CIM_SoftwareElementSAPImplementation_features[] =
106240               {
106241                   (MetaFeature*)&_CIM_SoftwareElementSAPImplementation_Antecedent,
106242                   (MetaFeature*)&_CIM_SoftwareElementSAPImplementation_Dependent,
106243                   0,
106244               };
106245               
106246               static const char*
106247               __root_cimv2_CIM_SoftwareElementSAPImplementation_qualifiers[] =
106248               {
106249                   /* ASSOCIATION */
106250                   "\000\001",
106251                   /* UMLPackagePath */
106252                   "\057CIM::Application::DeploymentModel",
106253                   /* Version */
106254                   "\0632.6.0",
106255                   0,
106256               };
106257               
106258               MetaClass
106259 mike  1.1.2.1 __root_cimv2_CIM_SoftwareElementSAPImplementation =
106260               {
106261                   /* flags */
106262                   META_FLAG_ASSOCIATION,
106263                   /* name */
106264                   "CIM_SoftwareElementSAPImplementation",
106265                   /* qualifiers */
106266                   __root_cimv2_CIM_SoftwareElementSAPImplementation_qualifiers,
106267                   /* super */
106268                   &__root_cimv2_CIM_Dependency,
106269                   /* features */
106270                   _CIM_SoftwareElementSAPImplementation_features,
106271               };
106272               
106273               //==============================================================================
106274               //
106275               // Class: CIM_SoftwareElementServiceImplementation
106276               //
106277               //==============================================================================
106278               
106279               static const char*
106280 mike  1.1.2.1 _CIM_SoftwareElementServiceImplementation_Antecedent_qualifiers[] =
106281               {
106282                   /* Override */
106283                   "\044Antecedent",
106284                   0,
106285               };
106286               
106287               static MetaReference
106288               _CIM_SoftwareElementServiceImplementation_Antecedent =
106289               {
106290                   /* flags */
106291                   META_FLAG_REFERENCE|META_FLAG_READ,
106292                   /* name */
106293                   "Antecedent",
106294                   /* qualifiers */
106295                   _CIM_SoftwareElementServiceImplementation_Antecedent_qualifiers,
106296                   /* subscript */
106297                   -1,
106298                   /* refId */
106299                   &__root_cimv2_CIM_SoftwareElement,
106300               };
106301 mike  1.1.2.1 
106302               static const char*
106303               _CIM_SoftwareElementServiceImplementation_Dependent_qualifiers[] =
106304               {
106305                   /* Override */
106306                   "\044Dependent",
106307                   0,
106308               };
106309               
106310               static MetaReference
106311               _CIM_SoftwareElementServiceImplementation_Dependent =
106312               {
106313                   /* flags */
106314                   META_FLAG_REFERENCE|META_FLAG_READ,
106315                   /* name */
106316                   "Dependent",
106317                   /* qualifiers */
106318                   _CIM_SoftwareElementServiceImplementation_Dependent_qualifiers,
106319                   /* subscript */
106320                   -1,
106321                   /* refId */
106322 mike  1.1.2.1     &__root_cimv2_CIM_Service,
106323               };
106324               
106325               static MetaFeature*
106326               _CIM_SoftwareElementServiceImplementation_features[] =
106327               {
106328                   (MetaFeature*)&_CIM_SoftwareElementServiceImplementation_Antecedent,
106329                   (MetaFeature*)&_CIM_SoftwareElementServiceImplementation_Dependent,
106330                   0,
106331               };
106332               
106333               static const char*
106334               __root_cimv2_CIM_SoftwareElementServiceImplementation_qualifiers[] =
106335               {
106336                   /* ASSOCIATION */
106337                   "\000\001",
106338                   /* UMLPackagePath */
106339                   "\057CIM::Application::DeploymentModel",
106340                   /* Version */
106341                   "\0632.6.0",
106342                   0,
106343 mike  1.1.2.1 };
106344               
106345               MetaClass
106346               __root_cimv2_CIM_SoftwareElementServiceImplementation =
106347               {
106348                   /* flags */
106349                   META_FLAG_ASSOCIATION,
106350                   /* name */
106351                   "CIM_SoftwareElementServiceImplementation",
106352                   /* qualifiers */
106353                   __root_cimv2_CIM_SoftwareElementServiceImplementation_qualifiers,
106354                   /* super */
106355                   &__root_cimv2_CIM_Dependency,
106356                   /* features */
106357                   _CIM_SoftwareElementServiceImplementation_features,
106358               };
106359               
106360               //==============================================================================
106361               //
106362               // Class: CIM_SoftwareFeatureSAPImplementation
106363               //
106364 mike  1.1.2.1 //==============================================================================
106365               
106366               static const char*
106367               _CIM_SoftwareFeatureSAPImplementation_Antecedent_qualifiers[] =
106368               {
106369                   /* Override */
106370                   "\044Antecedent",
106371                   0,
106372               };
106373               
106374               static MetaReference
106375               _CIM_SoftwareFeatureSAPImplementation_Antecedent =
106376               {
106377                   /* flags */
106378                   META_FLAG_REFERENCE|META_FLAG_READ,
106379                   /* name */
106380                   "Antecedent",
106381                   /* qualifiers */
106382                   _CIM_SoftwareFeatureSAPImplementation_Antecedent_qualifiers,
106383                   /* subscript */
106384                   -1,
106385 mike  1.1.2.1     /* refId */
106386                   &__root_cimv2_CIM_SoftwareFeature,
106387               };
106388               
106389               static const char*
106390               _CIM_SoftwareFeatureSAPImplementation_Dependent_qualifiers[] =
106391               {
106392                   /* Override */
106393                   "\044Dependent",
106394                   0,
106395               };
106396               
106397               static MetaReference
106398               _CIM_SoftwareFeatureSAPImplementation_Dependent =
106399               {
106400                   /* flags */
106401                   META_FLAG_REFERENCE|META_FLAG_READ,
106402                   /* name */
106403                   "Dependent",
106404                   /* qualifiers */
106405                   _CIM_SoftwareFeatureSAPImplementation_Dependent_qualifiers,
106406 mike  1.1.2.1     /* subscript */
106407                   -1,
106408                   /* refId */
106409                   &__root_cimv2_CIM_ServiceAccessPoint,
106410               };
106411               
106412               static MetaFeature*
106413               _CIM_SoftwareFeatureSAPImplementation_features[] =
106414               {
106415                   (MetaFeature*)&_CIM_SoftwareFeatureSAPImplementation_Antecedent,
106416                   (MetaFeature*)&_CIM_SoftwareFeatureSAPImplementation_Dependent,
106417                   0,
106418               };
106419               
106420               static const char*
106421               __root_cimv2_CIM_SoftwareFeatureSAPImplementation_qualifiers[] =
106422               {
106423                   /* ASSOCIATION */
106424                   "\000\001",
106425                   /* UMLPackagePath */
106426                   "\057CIM::Application::DeploymentModel",
106427 mike  1.1.2.1     /* Version */
106428                   "\0632.8.0",
106429                   0,
106430               };
106431               
106432               MetaClass
106433               __root_cimv2_CIM_SoftwareFeatureSAPImplementation =
106434               {
106435                   /* flags */
106436                   META_FLAG_ASSOCIATION,
106437                   /* name */
106438                   "CIM_SoftwareFeatureSAPImplementation",
106439                   /* qualifiers */
106440                   __root_cimv2_CIM_SoftwareFeatureSAPImplementation_qualifiers,
106441                   /* super */
106442                   &__root_cimv2_CIM_Dependency,
106443                   /* features */
106444                   _CIM_SoftwareFeatureSAPImplementation_features,
106445               };
106446               
106447               //==============================================================================
106448 mike  1.1.2.1 //
106449               // Class: CIM_SoftwareFeatureServiceImplementation
106450               //
106451               //==============================================================================
106452               
106453               static const char*
106454               _CIM_SoftwareFeatureServiceImplementation_Antecedent_qualifiers[] =
106455               {
106456                   /* Override */
106457                   "\044Antecedent",
106458                   0,
106459               };
106460               
106461               static MetaReference
106462               _CIM_SoftwareFeatureServiceImplementation_Antecedent =
106463               {
106464                   /* flags */
106465                   META_FLAG_REFERENCE|META_FLAG_READ,
106466                   /* name */
106467                   "Antecedent",
106468                   /* qualifiers */
106469 mike  1.1.2.1     _CIM_SoftwareFeatureServiceImplementation_Antecedent_qualifiers,
106470                   /* subscript */
106471                   -1,
106472                   /* refId */
106473                   &__root_cimv2_CIM_SoftwareFeature,
106474               };
106475               
106476               static const char*
106477               _CIM_SoftwareFeatureServiceImplementation_Dependent_qualifiers[] =
106478               {
106479                   /* Override */
106480                   "\044Dependent",
106481                   0,
106482               };
106483               
106484               static MetaReference
106485               _CIM_SoftwareFeatureServiceImplementation_Dependent =
106486               {
106487                   /* flags */
106488                   META_FLAG_REFERENCE|META_FLAG_READ,
106489                   /* name */
106490 mike  1.1.2.1     "Dependent",
106491                   /* qualifiers */
106492                   _CIM_SoftwareFeatureServiceImplementation_Dependent_qualifiers,
106493                   /* subscript */
106494                   -1,
106495                   /* refId */
106496                   &__root_cimv2_CIM_Service,
106497               };
106498               
106499               static MetaFeature*
106500               _CIM_SoftwareFeatureServiceImplementation_features[] =
106501               {
106502                   (MetaFeature*)&_CIM_SoftwareFeatureServiceImplementation_Antecedent,
106503                   (MetaFeature*)&_CIM_SoftwareFeatureServiceImplementation_Dependent,
106504                   0,
106505               };
106506               
106507               static const char*
106508               __root_cimv2_CIM_SoftwareFeatureServiceImplementation_qualifiers[] =
106509               {
106510                   /* ASSOCIATION */
106511 mike  1.1.2.1     "\000\001",
106512                   /* UMLPackagePath */
106513                   "\057CIM::Application::DeploymentModel",
106514                   /* Version */
106515                   "\0632.6.0",
106516                   0,
106517               };
106518               
106519               MetaClass
106520               __root_cimv2_CIM_SoftwareFeatureServiceImplementation =
106521               {
106522                   /* flags */
106523                   META_FLAG_ASSOCIATION,
106524                   /* name */
106525                   "CIM_SoftwareFeatureServiceImplementation",
106526                   /* qualifiers */
106527                   __root_cimv2_CIM_SoftwareFeatureServiceImplementation_qualifiers,
106528                   /* super */
106529                   &__root_cimv2_CIM_Dependency,
106530                   /* features */
106531                   _CIM_SoftwareFeatureServiceImplementation_features,
106532 mike  1.1.2.1 };
106533               
106534               //==============================================================================
106535               //
106536               // Class: CIM_StatisticsService
106537               //
106538               //==============================================================================
106539               
106540               static MetaFeature*
106541               _CIM_StatisticsService_features[] =
106542               {
106543                   0,
106544               };
106545               
106546               static const char*
106547               __root_cimv2_CIM_StatisticsService_qualifiers[] =
106548               {
106549                   /* UMLPackagePath */
106550                   "\057CIM::Device::StorageStatistics",
106551                   /* Version */
106552                   "\0632.10.0",
106553 mike  1.1.2.1     0,
106554               };
106555               
106556               MetaClass
106557               __root_cimv2_CIM_StatisticsService =
106558               {
106559                   /* flags */
106560                   META_FLAG_CLASS,
106561                   /* name */
106562                   "CIM_StatisticsService",
106563                   /* qualifiers */
106564                   __root_cimv2_CIM_StatisticsService_qualifiers,
106565                   /* super */
106566                   &__root_cimv2_CIM_Service,
106567                   /* features */
106568                   _CIM_StatisticsService_features,
106569               };
106570               
106571               //==============================================================================
106572               //
106573               // Class: CIM_StorageExtent
106574 mike  1.1.2.1 //
106575               //==============================================================================
106576               
106577               static const char*
106578               _CIM_StorageExtent_DataOrganization_qualifiers[] =
106579               {
106580                   /* ValueMap */
106581                   "\061\000\0050\0001\0002\0003\0004\000",
106582                   /* Values */
106583                   "\062\000\005Other\000Unknown\000Fixed Block\000Variable Block\000Count Key Data\000",
106584                   0,
106585               };
106586               
106587               static MetaProperty
106588               _CIM_StorageExtent_DataOrganization =
106589               {
106590                   /* flags */
106591                   META_FLAG_PROPERTY|META_FLAG_READ,
106592                   /* name */
106593                   "DataOrganization",
106594                   /* qualifiers */
106595 mike  1.1.2.1     _CIM_StorageExtent_DataOrganization_qualifiers,
106596                   /* type */
106597                   CIMTYPE_UINT16,
106598                   /* subscript */
106599                   -1,
106600                   /* value */
106601                   0,
106602               };
106603               
106604               static const char*
106605               _CIM_StorageExtent_Purpose_qualifiers[] =
106606               {
106607                   /* MappingStrings */
106608                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrStorageDescr\000",
106609                   0,
106610               };
106611               
106612               static MetaProperty
106613               _CIM_StorageExtent_Purpose =
106614               {
106615                   /* flags */
106616 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
106617                   /* name */
106618                   "Purpose",
106619                   /* qualifiers */
106620                   _CIM_StorageExtent_Purpose_qualifiers,
106621                   /* type */
106622                   CIMTYPE_STRING,
106623                   /* subscript */
106624                   -1,
106625                   /* value */
106626                   0,
106627               };
106628               
106629               static const char*
106630               _CIM_StorageExtent_Access_qualifiers[] =
106631               {
106632                   /* ValueMap */
106633                   "\061\000\0050\0001\0002\0003\0004\000",
106634                   /* Values */
106635                   "\062\000\005Unknown\000Readable\000Writeable\000Read/Write Supported\000Write Once\000",
106636                   0,
106637 mike  1.1.2.1 };
106638               
106639               static MetaProperty
106640               _CIM_StorageExtent_Access =
106641               {
106642                   /* flags */
106643                   META_FLAG_PROPERTY|META_FLAG_READ,
106644                   /* name */
106645                   "Access",
106646                   /* qualifiers */
106647                   _CIM_StorageExtent_Access_qualifiers,
106648                   /* type */
106649                   CIMTYPE_UINT16,
106650                   /* subscript */
106651                   -1,
106652                   /* value */
106653                   0,
106654               };
106655               
106656               static const char*
106657               _CIM_StorageExtent_ErrorMethodology_qualifiers[] =
106658 mike  1.1.2.1 {
106659                   0,
106660               };
106661               
106662               static MetaProperty
106663               _CIM_StorageExtent_ErrorMethodology =
106664               {
106665                   /* flags */
106666                   META_FLAG_PROPERTY|META_FLAG_READ,
106667                   /* name */
106668                   "ErrorMethodology",
106669                   /* qualifiers */
106670                   _CIM_StorageExtent_ErrorMethodology_qualifiers,
106671                   /* type */
106672                   CIMTYPE_STRING,
106673                   /* subscript */
106674                   -1,
106675                   /* value */
106676                   0,
106677               };
106678               
106679 mike  1.1.2.1 static const char*
106680               _CIM_StorageExtent_BlockSize_qualifiers[] =
106681               {
106682                   /* Units */
106683                   "\060Bytes",
106684                   /* MappingStrings */
106685                   "\026\000\003MIF.DMTF|Host Storage|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageAllocationUnits\000MIF.DMTF|Storage Devices|001.5\000",
106686                   0,
106687               };
106688               
106689               static MetaProperty
106690               _CIM_StorageExtent_BlockSize =
106691               {
106692                   /* flags */
106693                   META_FLAG_PROPERTY|META_FLAG_READ,
106694                   /* name */
106695                   "BlockSize",
106696                   /* qualifiers */
106697                   _CIM_StorageExtent_BlockSize_qualifiers,
106698                   /* type */
106699                   CIMTYPE_UINT64,
106700 mike  1.1.2.1     /* subscript */
106701                   -1,
106702                   /* value */
106703                   0,
106704               };
106705               
106706               static const char*
106707               _CIM_StorageExtent_NumberOfBlocks_qualifiers[] =
106708               {
106709                   /* MappingStrings */
106710                   "\026\000\002MIF.DMTF|Host Storage|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageSize\000",
106711                   0,
106712               };
106713               
106714               static MetaProperty
106715               _CIM_StorageExtent_NumberOfBlocks =
106716               {
106717                   /* flags */
106718                   META_FLAG_PROPERTY|META_FLAG_READ,
106719                   /* name */
106720                   "NumberOfBlocks",
106721 mike  1.1.2.1     /* qualifiers */
106722                   _CIM_StorageExtent_NumberOfBlocks_qualifiers,
106723                   /* type */
106724                   CIMTYPE_UINT64,
106725                   /* subscript */
106726                   -1,
106727                   /* value */
106728                   0,
106729               };
106730               
106731               static const char*
106732               _CIM_StorageExtent_ConsumableBlocks_qualifiers[] =
106733               {
106734                   0,
106735               };
106736               
106737               static MetaProperty
106738               _CIM_StorageExtent_ConsumableBlocks =
106739               {
106740                   /* flags */
106741                   META_FLAG_PROPERTY|META_FLAG_READ,
106742 mike  1.1.2.1     /* name */
106743                   "ConsumableBlocks",
106744                   /* qualifiers */
106745                   _CIM_StorageExtent_ConsumableBlocks_qualifiers,
106746                   /* type */
106747                   CIMTYPE_UINT64,
106748                   /* subscript */
106749                   -1,
106750                   /* value */
106751                   0,
106752               };
106753               
106754               static const char*
106755               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers[] =
106756               {
106757                   0,
106758               };
106759               
106760               static MetaProperty
106761               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy =
106762               {
106763 mike  1.1.2.1     /* flags */
106764                   META_FLAG_PROPERTY|META_FLAG_READ,
106765                   /* name */
106766                   "IsBasedOnUnderlyingRedundancy",
106767                   /* qualifiers */
106768                   _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers,
106769                   /* type */
106770                   CIMTYPE_BOOLEAN,
106771                   /* subscript */
106772                   -1,
106773                   /* value */
106774                   0,
106775               };
106776               
106777               static const char*
106778               _CIM_StorageExtent_SequentialAccess_qualifiers[] =
106779               {
106780                   0,
106781               };
106782               
106783               static MetaProperty
106784 mike  1.1.2.1 _CIM_StorageExtent_SequentialAccess =
106785               {
106786                   /* flags */
106787                   META_FLAG_PROPERTY|META_FLAG_READ,
106788                   /* name */
106789                   "SequentialAccess",
106790                   /* qualifiers */
106791                   _CIM_StorageExtent_SequentialAccess_qualifiers,
106792                   /* type */
106793                   CIMTYPE_BOOLEAN,
106794                   /* subscript */
106795                   -1,
106796                   /* value */
106797                   0,
106798               };
106799               
106800               static const char*
106801               _CIM_StorageExtent_ExtentStatus_qualifiers[] =
106802               {
106803                   /* ValueMap */
106804                   "\061\000\0210\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015..32767\00032768..65535\000",
106805 mike  1.1.2.1     /* Values */
106806                   "\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",
106807                   0,
106808               };
106809               
106810               static MetaProperty
106811               _CIM_StorageExtent_ExtentStatus =
106812               {
106813                   /* flags */
106814                   META_FLAG_PROPERTY|META_FLAG_READ,
106815                   /* name */
106816                   "ExtentStatus",
106817                   /* qualifiers */
106818                   _CIM_StorageExtent_ExtentStatus_qualifiers,
106819                   /* type */
106820                   CIMTYPE_UINT16,
106821                   /* subscript */
106822                   0,
106823                   /* value */
106824                   0,
106825               };
106826 mike  1.1.2.1 
106827               static const char*
106828               _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers[] =
106829               {
106830                   /* ModelCorrespondence */
106831                   "\036\000\001CIM_StorageSetting.NoSinglePointOfFailure\000",
106832                   0,
106833               };
106834               
106835               static MetaProperty
106836               _CIM_StorageExtent_NoSinglePointOfFailure =
106837               {
106838                   /* flags */
106839                   META_FLAG_PROPERTY|META_FLAG_READ,
106840                   /* name */
106841                   "NoSinglePointOfFailure",
106842                   /* qualifiers */
106843                   _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers,
106844                   /* type */
106845                   CIMTYPE_BOOLEAN,
106846                   /* subscript */
106847 mike  1.1.2.1     -1,
106848                   /* value */
106849                   0,
106850               };
106851               
106852               static const char*
106853               _CIM_StorageExtent_DataRedundancy_qualifiers[] =
106854               {
106855                   /* ModelCorrespondence */
106856                   "\036\000\003CIM_StorageSetting.DataRedundancyGoal\000CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
106857                   0,
106858               };
106859               
106860               static MetaProperty
106861               _CIM_StorageExtent_DataRedundancy =
106862               {
106863                   /* flags */
106864                   META_FLAG_PROPERTY|META_FLAG_READ,
106865                   /* name */
106866                   "DataRedundancy",
106867                   /* qualifiers */
106868 mike  1.1.2.1     _CIM_StorageExtent_DataRedundancy_qualifiers,
106869                   /* type */
106870                   CIMTYPE_UINT16,
106871                   /* subscript */
106872                   -1,
106873                   /* value */
106874                   0,
106875               };
106876               
106877               static const char*
106878               _CIM_StorageExtent_PackageRedundancy_qualifiers[] =
106879               {
106880                   /* ModelCorrespondence */
106881                   "\036\000\003CIM_StorageSetting.PackageRedundancyGoal\000CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
106882                   0,
106883               };
106884               
106885               static MetaProperty
106886               _CIM_StorageExtent_PackageRedundancy =
106887               {
106888                   /* flags */
106889 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
106890                   /* name */
106891                   "PackageRedundancy",
106892                   /* qualifiers */
106893                   _CIM_StorageExtent_PackageRedundancy_qualifiers,
106894                   /* type */
106895                   CIMTYPE_UINT16,
106896                   /* subscript */
106897                   -1,
106898                   /* value */
106899                   0,
106900               };
106901               
106902               static const char*
106903               _CIM_StorageExtent_DeltaReservation_qualifiers[] =
106904               {
106905                   /* Units */
106906                   "\060Percentage",
106907                   /* MinValue */
106908                   "\035\000\000\000\000\000\000\000\001",
106909                   /* MaxValue */
106910 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
106911                   /* ModelCorrespondence */
106912                   "\036\000\003CIM_StorageSetting.DeltaReservationGoal\000CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationMin\000",
106913                   0,
106914               };
106915               
106916               static MetaProperty
106917               _CIM_StorageExtent_DeltaReservation =
106918               {
106919                   /* flags */
106920                   META_FLAG_PROPERTY|META_FLAG_READ,
106921                   /* name */
106922                   "DeltaReservation",
106923                   /* qualifiers */
106924                   _CIM_StorageExtent_DeltaReservation_qualifiers,
106925                   /* type */
106926                   CIMTYPE_UINT8,
106927                   /* subscript */
106928                   -1,
106929                   /* value */
106930                   0,
106931 mike  1.1.2.1 };
106932               
106933               static const char*
106934               _CIM_StorageExtent_Primordial_qualifiers[] =
106935               {
106936                   0,
106937               };
106938               
106939               static MetaProperty
106940               _CIM_StorageExtent_Primordial =
106941               {
106942                   /* flags */
106943                   META_FLAG_PROPERTY|META_FLAG_READ,
106944                   /* name */
106945                   "Primordial",
106946                   /* qualifiers */
106947                   _CIM_StorageExtent_Primordial_qualifiers,
106948                   /* type */
106949                   CIMTYPE_BOOLEAN,
106950                   /* subscript */
106951                   -1,
106952 mike  1.1.2.1     /* value */
106953                   "\000",
106954               };
106955               
106956               static MetaFeature*
106957               _CIM_StorageExtent_features[] =
106958               {
106959                   (MetaFeature*)&_CIM_StorageExtent_DataOrganization,
106960                   (MetaFeature*)&_CIM_StorageExtent_Purpose,
106961                   (MetaFeature*)&_CIM_StorageExtent_Access,
106962                   (MetaFeature*)&_CIM_StorageExtent_ErrorMethodology,
106963                   (MetaFeature*)&_CIM_StorageExtent_BlockSize,
106964                   (MetaFeature*)&_CIM_StorageExtent_NumberOfBlocks,
106965                   (MetaFeature*)&_CIM_StorageExtent_ConsumableBlocks,
106966                   (MetaFeature*)&_CIM_StorageExtent_IsBasedOnUnderlyingRedundancy,
106967                   (MetaFeature*)&_CIM_StorageExtent_SequentialAccess,
106968                   (MetaFeature*)&_CIM_StorageExtent_ExtentStatus,
106969                   (MetaFeature*)&_CIM_StorageExtent_NoSinglePointOfFailure,
106970                   (MetaFeature*)&_CIM_StorageExtent_DataRedundancy,
106971                   (MetaFeature*)&_CIM_StorageExtent_PackageRedundancy,
106972                   (MetaFeature*)&_CIM_StorageExtent_DeltaReservation,
106973 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageExtent_Primordial,
106974                   0,
106975               };
106976               
106977               static const char*
106978               __root_cimv2_CIM_StorageExtent_qualifiers[] =
106979               {
106980                   /* UMLPackagePath */
106981                   "\057CIM::Core::StorageExtent",
106982                   /* Version */
106983                   "\0632.8.0",
106984                   0,
106985               };
106986               
106987               MetaClass
106988               __root_cimv2_CIM_StorageExtent =
106989               {
106990                   /* flags */
106991                   META_FLAG_CLASS,
106992                   /* name */
106993                   "CIM_StorageExtent",
106994 mike  1.1.2.1     /* qualifiers */
106995                   __root_cimv2_CIM_StorageExtent_qualifiers,
106996                   /* super */
106997                   &__root_cimv2_CIM_LogicalDevice,
106998                   /* features */
106999                   _CIM_StorageExtent_features,
107000               };
107001               
107002               //==============================================================================
107003               //
107004               // Class: CIM_StoragePool
107005               //
107006               //==============================================================================
107007               
107008               static const char*
107009               _CIM_StoragePool_InstanceID_qualifiers[] =
107010               {
107011                   /* Key */
107012                   "\025\001",
107013                   0,
107014               };
107015 mike  1.1.2.1 
107016               static MetaProperty
107017               _CIM_StoragePool_InstanceID =
107018               {
107019                   /* flags */
107020                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107021                   /* name */
107022                   "InstanceID",
107023                   /* qualifiers */
107024                   _CIM_StoragePool_InstanceID_qualifiers,
107025                   /* type */
107026                   CIMTYPE_STRING,
107027                   /* subscript */
107028                   -1,
107029                   /* value */
107030                   0,
107031               };
107032               
107033               static const char*
107034               _CIM_StoragePool_PoolID_qualifiers[] =
107035               {
107036 mike  1.1.2.1     /* Required */
107037                   "\050\001",
107038                   /* MaxLen */
107039                   "\030\000\000\001\000",
107040                   0,
107041               };
107042               
107043               static MetaProperty
107044               _CIM_StoragePool_PoolID =
107045               {
107046                   /* flags */
107047                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
107048                   /* name */
107049                   "PoolID",
107050                   /* qualifiers */
107051                   _CIM_StoragePool_PoolID_qualifiers,
107052                   /* type */
107053                   CIMTYPE_STRING,
107054                   /* subscript */
107055                   -1,
107056                   /* value */
107057 mike  1.1.2.1     0,
107058               };
107059               
107060               static const char*
107061               _CIM_StoragePool_Primordial_qualifiers[] =
107062               {
107063                   0,
107064               };
107065               
107066               static MetaProperty
107067               _CIM_StoragePool_Primordial =
107068               {
107069                   /* flags */
107070                   META_FLAG_PROPERTY|META_FLAG_READ,
107071                   /* name */
107072                   "Primordial",
107073                   /* qualifiers */
107074                   _CIM_StoragePool_Primordial_qualifiers,
107075                   /* type */
107076                   CIMTYPE_BOOLEAN,
107077                   /* subscript */
107078 mike  1.1.2.1     -1,
107079                   /* value */
107080                   "\000",
107081               };
107082               
107083               static const char*
107084               _CIM_StoragePool_TotalManagedSpace_qualifiers[] =
107085               {
107086                   /* Units */
107087                   "\060Bytes",
107088                   /* ModelCorrespondence */
107089                   "\036\000\001CIM_StoragePool.RemainingManagedSpace\000",
107090                   0,
107091               };
107092               
107093               static MetaProperty
107094               _CIM_StoragePool_TotalManagedSpace =
107095               {
107096                   /* flags */
107097                   META_FLAG_PROPERTY|META_FLAG_READ,
107098                   /* name */
107099 mike  1.1.2.1     "TotalManagedSpace",
107100                   /* qualifiers */
107101                   _CIM_StoragePool_TotalManagedSpace_qualifiers,
107102                   /* type */
107103                   CIMTYPE_UINT64,
107104                   /* subscript */
107105                   -1,
107106                   /* value */
107107                   0,
107108               };
107109               
107110               static const char*
107111               _CIM_StoragePool_RemainingManagedSpace_qualifiers[] =
107112               {
107113                   /* Required */
107114                   "\050\001",
107115                   /* Units */
107116                   "\060Bytes",
107117                   /* ModelCorrespondence */
107118                   "\036\000\002CIM_StoragePool.TotalManagedSpace\000CIM_AllocatedFromStoragePool.SpaceConsumed\000",
107119                   0,
107120 mike  1.1.2.1 };
107121               
107122               static MetaProperty
107123               _CIM_StoragePool_RemainingManagedSpace =
107124               {
107125                   /* flags */
107126                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
107127                   /* name */
107128                   "RemainingManagedSpace",
107129                   /* qualifiers */
107130                   _CIM_StoragePool_RemainingManagedSpace_qualifiers,
107131                   /* type */
107132                   CIMTYPE_UINT64,
107133                   /* subscript */
107134                   -1,
107135                   /* value */
107136                   0,
107137               };
107138               
107139               static const char*
107140               _CIM_StoragePool_GetSupportedSizes_ElementType_qualifiers[] =
107141 mike  1.1.2.1 {
107142                   /* IN */
107143                   "\024\001",
107144                   /* ValueMap */
107145                   "\061\000\0032\0003\0004\000",
107146                   /* Values */
107147                   "\062\000\003Storage Pool\000Storage Volume\000Logical Disk\000",
107148                   0,
107149               };
107150               
107151               static MetaProperty
107152               _CIM_StoragePool_GetSupportedSizes_ElementType =
107153               {
107154                   /* flags */
107155                   META_FLAG_PROPERTY|META_FLAG_IN,
107156                   /* name */
107157                   "ElementType",
107158                   /* qualifiers */
107159                   _CIM_StoragePool_GetSupportedSizes_ElementType_qualifiers,
107160                   /* type */
107161                   CIMTYPE_UINT16,
107162 mike  1.1.2.1     /* subscript */
107163                   -1,
107164                   /* value */
107165                   0,
107166               };
107167               
107168               static const char*
107169               _CIM_StoragePool_GetSupportedSizes_Goal_qualifiers[] =
107170               {
107171                   /* IN */
107172                   "\024\001",
107173                   0,
107174               };
107175               
107176               static MetaReference
107177               _CIM_StoragePool_GetSupportedSizes_Goal =
107178               {
107179                   /* flags */
107180                   META_FLAG_REFERENCE|META_FLAG_IN,
107181                   /* name */
107182                   "Goal",
107183 mike  1.1.2.1     /* qualifiers */
107184                   _CIM_StoragePool_GetSupportedSizes_Goal_qualifiers,
107185                   /* subscript */
107186                   -1,
107187                   /* ref */
107188                   &__root_cimv2_CIM_StorageSetting,
107189               };
107190               
107191               static const char*
107192               _CIM_StoragePool_GetSupportedSizes_Sizes_qualifiers[] =
107193               {
107194                   /* IN */
107195                   "\024\000",
107196                   /* OUT */
107197                   "\043\001",
107198                   /* Units */
107199                   "\060Bytes",
107200                   0,
107201               };
107202               
107203               static MetaProperty
107204 mike  1.1.2.1 _CIM_StoragePool_GetSupportedSizes_Sizes =
107205               {
107206                   /* flags */
107207                   META_FLAG_PROPERTY|META_FLAG_OUT,
107208                   /* name */
107209                   "Sizes",
107210                   /* qualifiers */
107211                   _CIM_StoragePool_GetSupportedSizes_Sizes_qualifiers,
107212                   /* type */
107213                   CIMTYPE_UINT64,
107214                   /* subscript */
107215                   0,
107216                   /* value */
107217                   0,
107218               };
107219               
107220               static MetaFeature*
107221               _CIM_StoragePool_GetSupportedSizes_parameters[] =
107222               {
107223                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_ElementType,
107224                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_Goal,
107225 mike  1.1.2.1     (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_Sizes,
107226                   0,
107227               };
107228               
107229               static const char*
107230               _CIM_StoragePool_GetSupportedSizes_qualifiers[] =
107231               {
107232                   /* ValueMap */
107233                   "\061\000\0030\0001\0002\000",
107234                   /* Values */
107235                   "\062\000\003Method completed OK\000Method not supported\000Use GetSupportedSizeRange instead\000",
107236                   0,
107237               };
107238               
107239               static MetaMethod
107240               _CIM_StoragePool_GetSupportedSizes =
107241               {
107242                   /* flags */
107243                   META_FLAG_METHOD,
107244                   /* name */
107245                   "CIM_StoragePool",
107246 mike  1.1.2.1     /* qualifiers */
107247                   _CIM_StoragePool_GetSupportedSizes_qualifiers,
107248                   /* type */
107249                   CIMTYPE_UINT32,
107250                   /* parameters */
107251                   _CIM_StoragePool_GetSupportedSizes_parameters,
107252               };
107253               
107254               static const char*
107255               _CIM_StoragePool_GetSupportedSizeRange_ElementType_qualifiers[] =
107256               {
107257                   /* IN */
107258                   "\024\001",
107259                   /* ValueMap */
107260                   "\061\000\0032\0003\0004\000",
107261                   /* Values */
107262                   "\062\000\003Storage Pool\000Storage Volume\000Logical Disk\000",
107263                   0,
107264               };
107265               
107266               static MetaProperty
107267 mike  1.1.2.1 _CIM_StoragePool_GetSupportedSizeRange_ElementType =
107268               {
107269                   /* flags */
107270                   META_FLAG_PROPERTY|META_FLAG_IN,
107271                   /* name */
107272                   "ElementType",
107273                   /* qualifiers */
107274                   _CIM_StoragePool_GetSupportedSizeRange_ElementType_qualifiers,
107275                   /* type */
107276                   CIMTYPE_UINT16,
107277                   /* subscript */
107278                   -1,
107279                   /* value */
107280                   0,
107281               };
107282               
107283               static const char*
107284               _CIM_StoragePool_GetSupportedSizeRange_Goal_qualifiers[] =
107285               {
107286                   /* IN */
107287                   "\024\001",
107288 mike  1.1.2.1     0,
107289               };
107290               
107291               static MetaReference
107292               _CIM_StoragePool_GetSupportedSizeRange_Goal =
107293               {
107294                   /* flags */
107295                   META_FLAG_REFERENCE|META_FLAG_IN,
107296                   /* name */
107297                   "Goal",
107298                   /* qualifiers */
107299                   _CIM_StoragePool_GetSupportedSizeRange_Goal_qualifiers,
107300                   /* subscript */
107301                   -1,
107302                   /* ref */
107303                   &__root_cimv2_CIM_StorageSetting,
107304               };
107305               
107306               static const char*
107307               _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize_qualifiers[] =
107308               {
107309 mike  1.1.2.1     /* IN */
107310                   "\024\000",
107311                   /* OUT */
107312                   "\043\001",
107313                   /* Units */
107314                   "\060Bytes",
107315                   0,
107316               };
107317               
107318               static MetaProperty
107319               _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize =
107320               {
107321                   /* flags */
107322                   META_FLAG_PROPERTY|META_FLAG_OUT,
107323                   /* name */
107324                   "MinimumVolumeSize",
107325                   /* qualifiers */
107326                   _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize_qualifiers,
107327                   /* type */
107328                   CIMTYPE_UINT64,
107329                   /* subscript */
107330 mike  1.1.2.1     -1,
107331                   /* value */
107332                   0,
107333               };
107334               
107335               static const char*
107336               _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize_qualifiers[] =
107337               {
107338                   /* IN */
107339                   "\024\000",
107340                   /* OUT */
107341                   "\043\001",
107342                   /* Units */
107343                   "\060Bytes",
107344                   0,
107345               };
107346               
107347               static MetaProperty
107348               _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize =
107349               {
107350                   /* flags */
107351 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OUT,
107352                   /* name */
107353                   "MaximumVolumeSize",
107354                   /* qualifiers */
107355                   _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize_qualifiers,
107356                   /* type */
107357                   CIMTYPE_UINT64,
107358                   /* subscript */
107359                   -1,
107360                   /* value */
107361                   0,
107362               };
107363               
107364               static const char*
107365               _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor_qualifiers[] =
107366               {
107367                   /* IN */
107368                   "\024\000",
107369                   /* OUT */
107370                   "\043\001",
107371                   /* Units */
107372 mike  1.1.2.1     "\060Bytes",
107373                   0,
107374               };
107375               
107376               static MetaProperty
107377               _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor =
107378               {
107379                   /* flags */
107380                   META_FLAG_PROPERTY|META_FLAG_OUT,
107381                   /* name */
107382                   "VolumeSizeDivisor",
107383                   /* qualifiers */
107384                   _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor_qualifiers,
107385                   /* type */
107386                   CIMTYPE_UINT64,
107387                   /* subscript */
107388                   -1,
107389                   /* value */
107390                   0,
107391               };
107392               
107393 mike  1.1.2.1 static MetaFeature*
107394               _CIM_StoragePool_GetSupportedSizeRange_parameters[] =
107395               {
107396                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_ElementType,
107397                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_Goal,
107398                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize,
107399                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize,
107400                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor,
107401                   0,
107402               };
107403               
107404               static const char*
107405               _CIM_StoragePool_GetSupportedSizeRange_qualifiers[] =
107406               {
107407                   /* ValueMap */
107408                   "\061\000\0030\0001\0002\000",
107409                   /* Values */
107410                   "\062\000\003Method completed OK\000Method not supported\000Use GetSupportedSizes instead\000",
107411                   0,
107412               };
107413               
107414 mike  1.1.2.1 static MetaMethod
107415               _CIM_StoragePool_GetSupportedSizeRange =
107416               {
107417                   /* flags */
107418                   META_FLAG_METHOD,
107419                   /* name */
107420                   "CIM_StoragePool",
107421                   /* qualifiers */
107422                   _CIM_StoragePool_GetSupportedSizeRange_qualifiers,
107423                   /* type */
107424                   CIMTYPE_UINT32,
107425                   /* parameters */
107426                   _CIM_StoragePool_GetSupportedSizeRange_parameters,
107427               };
107428               
107429               static const char*
107430               _CIM_StoragePool_GetAvailableExtents_Goal_qualifiers[] =
107431               {
107432                   /* IN */
107433                   "\024\001",
107434                   0,
107435 mike  1.1.2.1 };
107436               
107437               static MetaReference
107438               _CIM_StoragePool_GetAvailableExtents_Goal =
107439               {
107440                   /* flags */
107441                   META_FLAG_REFERENCE|META_FLAG_IN,
107442                   /* name */
107443                   "Goal",
107444                   /* qualifiers */
107445                   _CIM_StoragePool_GetAvailableExtents_Goal_qualifiers,
107446                   /* subscript */
107447                   -1,
107448                   /* ref */
107449                   &__root_cimv2_CIM_StorageSetting,
107450               };
107451               
107452               static const char*
107453               _CIM_StoragePool_GetAvailableExtents_AvailableExtents_qualifiers[] =
107454               {
107455                   /* OUT */
107456 mike  1.1.2.1     "\043\001",
107457                   0,
107458               };
107459               
107460               static MetaReference
107461               _CIM_StoragePool_GetAvailableExtents_AvailableExtents =
107462               {
107463                   /* flags */
107464                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
107465                   /* name */
107466                   "AvailableExtents",
107467                   /* qualifiers */
107468                   _CIM_StoragePool_GetAvailableExtents_AvailableExtents_qualifiers,
107469                   /* subscript */
107470                   0,
107471                   /* ref */
107472                   &__root_cimv2_CIM_StorageExtent,
107473               };
107474               
107475               static MetaFeature*
107476               _CIM_StoragePool_GetAvailableExtents_parameters[] =
107477 mike  1.1.2.1 {
107478                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents_Goal,
107479                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents_AvailableExtents,
107480                   0,
107481               };
107482               
107483               static const char*
107484               _CIM_StoragePool_GetAvailableExtents_qualifiers[] =
107485               {
107486                   /* ValueMap */
107487                   "\061\000\0120\0001\0002\0003\0004\0005\0006\000..\0004098..32767\00032768..65535\000",
107488                   /* Values */
107489                   "\062\000\012Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
107490                   0,
107491               };
107492               
107493               static MetaMethod
107494               _CIM_StoragePool_GetAvailableExtents =
107495               {
107496                   /* flags */
107497                   META_FLAG_METHOD,
107498 mike  1.1.2.1     /* name */
107499                   "CIM_StoragePool",
107500                   /* qualifiers */
107501                   _CIM_StoragePool_GetAvailableExtents_qualifiers,
107502                   /* type */
107503                   CIMTYPE_UINT32,
107504                   /* parameters */
107505                   _CIM_StoragePool_GetAvailableExtents_parameters,
107506               };
107507               
107508               static MetaFeature*
107509               _CIM_StoragePool_features[] =
107510               {
107511                   (MetaFeature*)&_CIM_StoragePool_InstanceID,
107512                   (MetaFeature*)&_CIM_StoragePool_PoolID,
107513                   (MetaFeature*)&_CIM_StoragePool_Primordial,
107514                   (MetaFeature*)&_CIM_StoragePool_TotalManagedSpace,
107515                   (MetaFeature*)&_CIM_StoragePool_RemainingManagedSpace,
107516                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes,
107517                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange,
107518                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents,
107519 mike  1.1.2.1     0,
107520               };
107521               
107522               static const char*
107523               __root_cimv2_CIM_StoragePool_qualifiers[] =
107524               {
107525                   /* UMLPackagePath */
107526                   "\057CIM::Device::StorageServices",
107527                   /* Version */
107528                   "\0632.13.0",
107529                   0,
107530               };
107531               
107532               MetaClass
107533               __root_cimv2_CIM_StoragePool =
107534               {
107535                   /* flags */
107536                   META_FLAG_CLASS,
107537                   /* name */
107538                   "CIM_StoragePool",
107539                   /* qualifiers */
107540 mike  1.1.2.1     __root_cimv2_CIM_StoragePool_qualifiers,
107541                   /* super */
107542                   &__root_cimv2_CIM_LogicalElement,
107543                   /* features */
107544                   _CIM_StoragePool_features,
107545               };
107546               
107547               //==============================================================================
107548               //
107549               // Class: CIM_StorageVolume
107550               //
107551               //==============================================================================
107552               
107553               static const char*
107554               _CIM_StorageVolume_Name_qualifiers[] =
107555               {
107556                   /* Override */
107557                   "\044Name",
107558                   /* MappingStrings */
107559                   "\026\000\001ANSI|T10|SCSI SPC-3|8.6\000",
107560                   /* ModelCorrespondence */
107561 mike  1.1.2.1     "\036\000\001CIM_StorageVolume.NameFormat\000",
107562                   0,
107563               };
107564               
107565               static MetaProperty
107566               _CIM_StorageVolume_Name =
107567               {
107568                   /* flags */
107569                   META_FLAG_PROPERTY|META_FLAG_READ,
107570                   /* name */
107571                   "Name",
107572                   /* qualifiers */
107573                   _CIM_StorageVolume_Name_qualifiers,
107574                   /* type */
107575                   CIMTYPE_STRING,
107576                   /* subscript */
107577                   -1,
107578                   /* value */
107579                   0,
107580               };
107581               
107582 mike  1.1.2.1 static const char*
107583               _CIM_StorageVolume_NameFormat_qualifiers[] =
107584               {
107585                   /* ValueMap */
107586                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
107587                   /* Values */
107588                   "\062\000\014Unknown\000Other\000VPD83NAA6\000VPD83NAA5\000VPD83Type2\000VPD83Type1\000VPD83Type0\000SNVM\000NodeWWN\000NAA\000EUI64\000T10VID\000",
107589                   /* ModelCorrespondence */
107590                   "\036\000\002CIM_StorageVolume.Name\000CIM_StorageVolume.OtherNameFormat\000",
107591                   0,
107592               };
107593               
107594               static MetaProperty
107595               _CIM_StorageVolume_NameFormat =
107596               {
107597                   /* flags */
107598                   META_FLAG_PROPERTY|META_FLAG_READ,
107599                   /* name */
107600                   "NameFormat",
107601                   /* qualifiers */
107602                   _CIM_StorageVolume_NameFormat_qualifiers,
107603 mike  1.1.2.1     /* type */
107604                   CIMTYPE_UINT16,
107605                   /* subscript */
107606                   -1,
107607                   /* value */
107608                   0,
107609               };
107610               
107611               static const char*
107612               _CIM_StorageVolume_NameNamespace_qualifiers[] =
107613               {
107614                   /* ValueMap */
107615                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
107616                   /* Values */
107617                   "\062\000\010Unknown\000Other\000VPD83Type3\000VPD83Type2\000VPD83Type1\000VPD80\000NodeWWN\000SNVM\000",
107618                   /* MappingStrings */
107619                   "\026\000\001INCITS|T10|SCSI SPC-3|Vital Product Data Parameters\000",
107620                   /* ModelCorrespondence */
107621                   "\036\000\002CIM_StorageVolume.Name\000CIM_StorageVolume.OtherNameNamespace\000",
107622                   0,
107623               };
107624 mike  1.1.2.1 
107625               static MetaProperty
107626               _CIM_StorageVolume_NameNamespace =
107627               {
107628                   /* flags */
107629                   META_FLAG_PROPERTY|META_FLAG_READ,
107630                   /* name */
107631                   "NameNamespace",
107632                   /* qualifiers */
107633                   _CIM_StorageVolume_NameNamespace_qualifiers,
107634                   /* type */
107635                   CIMTYPE_UINT16,
107636                   /* subscript */
107637                   -1,
107638                   /* value */
107639                   0,
107640               };
107641               
107642               static const char*
107643               _CIM_StorageVolume_OtherNameNamespace_qualifiers[] =
107644               {
107645 mike  1.1.2.1     /* ModelCorrespondence */
107646                   "\036\000\001CIM_StorageVolume.NameNamespace\000",
107647                   0,
107648               };
107649               
107650               static MetaProperty
107651               _CIM_StorageVolume_OtherNameNamespace =
107652               {
107653                   /* flags */
107654                   META_FLAG_PROPERTY|META_FLAG_READ,
107655                   /* name */
107656                   "OtherNameNamespace",
107657                   /* qualifiers */
107658                   _CIM_StorageVolume_OtherNameNamespace_qualifiers,
107659                   /* type */
107660                   CIMTYPE_STRING,
107661                   /* subscript */
107662                   -1,
107663                   /* value */
107664                   0,
107665               };
107666 mike  1.1.2.1 
107667               static const char*
107668               _CIM_StorageVolume_OtherNameFormat_qualifiers[] =
107669               {
107670                   /* ModelCorrespondence */
107671                   "\036\000\001CIM_StorageVolume.NameFormat\000",
107672                   0,
107673               };
107674               
107675               static MetaProperty
107676               _CIM_StorageVolume_OtherNameFormat =
107677               {
107678                   /* flags */
107679                   META_FLAG_PROPERTY|META_FLAG_READ,
107680                   /* name */
107681                   "OtherNameFormat",
107682                   /* qualifiers */
107683                   _CIM_StorageVolume_OtherNameFormat_qualifiers,
107684                   /* type */
107685                   CIMTYPE_STRING,
107686                   /* subscript */
107687 mike  1.1.2.1     -1,
107688                   /* value */
107689                   0,
107690               };
107691               
107692               static MetaFeature*
107693               _CIM_StorageVolume_features[] =
107694               {
107695                   (MetaFeature*)&_CIM_StorageVolume_Name,
107696                   (MetaFeature*)&_CIM_StorageVolume_NameFormat,
107697                   (MetaFeature*)&_CIM_StorageVolume_NameNamespace,
107698                   (MetaFeature*)&_CIM_StorageVolume_OtherNameNamespace,
107699                   (MetaFeature*)&_CIM_StorageVolume_OtherNameFormat,
107700                   0,
107701               };
107702               
107703               static const char*
107704               __root_cimv2_CIM_StorageVolume_qualifiers[] =
107705               {
107706                   /* UMLPackagePath */
107707                   "\057CIM::Device::StorageExtents",
107708 mike  1.1.2.1     /* Version */
107709                   "\0632.8.2",
107710                   0,
107711               };
107712               
107713               MetaClass
107714               __root_cimv2_CIM_StorageVolume =
107715               {
107716                   /* flags */
107717                   META_FLAG_CLASS,
107718                   /* name */
107719                   "CIM_StorageVolume",
107720                   /* qualifiers */
107721                   __root_cimv2_CIM_StorageVolume_qualifiers,
107722                   /* super */
107723                   &__root_cimv2_CIM_StorageExtent,
107724                   /* features */
107725                   _CIM_StorageVolume_features,
107726               };
107727               
107728               //==============================================================================
107729 mike  1.1.2.1 //
107730               // Class: CIM_SuppliesPower
107731               //
107732               //==============================================================================
107733               
107734               static const char*
107735               _CIM_SuppliesPower_Antecedent_qualifiers[] =
107736               {
107737                   /* Override */
107738                   "\044Antecedent",
107739                   0,
107740               };
107741               
107742               static MetaReference
107743               _CIM_SuppliesPower_Antecedent =
107744               {
107745                   /* flags */
107746                   META_FLAG_REFERENCE|META_FLAG_READ,
107747                   /* name */
107748                   "Antecedent",
107749                   /* qualifiers */
107750 mike  1.1.2.1     _CIM_SuppliesPower_Antecedent_qualifiers,
107751                   /* subscript */
107752                   -1,
107753                   /* refId */
107754                   &__root_cimv2_CIM_PowerSupply,
107755               };
107756               
107757               static const char*
107758               _CIM_SuppliesPower_Dependent_qualifiers[] =
107759               {
107760                   /* Override */
107761                   "\044Dependent",
107762                   0,
107763               };
107764               
107765               static MetaReference
107766               _CIM_SuppliesPower_Dependent =
107767               {
107768                   /* flags */
107769                   META_FLAG_REFERENCE|META_FLAG_READ,
107770                   /* name */
107771 mike  1.1.2.1     "Dependent",
107772                   /* qualifiers */
107773                   _CIM_SuppliesPower_Dependent_qualifiers,
107774                   /* subscript */
107775                   -1,
107776                   /* refId */
107777                   &__root_cimv2_CIM_LogicalDevice,
107778               };
107779               
107780               static MetaFeature*
107781               _CIM_SuppliesPower_features[] =
107782               {
107783                   (MetaFeature*)&_CIM_SuppliesPower_Antecedent,
107784                   (MetaFeature*)&_CIM_SuppliesPower_Dependent,
107785                   0,
107786               };
107787               
107788               static const char*
107789               __root_cimv2_CIM_SuppliesPower_qualifiers[] =
107790               {
107791                   /* ASSOCIATION */
107792 mike  1.1.2.1     "\000\001",
107793                   /* UMLPackagePath */
107794                   "\057CIM::Device::CoolingAndPower",
107795                   /* Version */
107796                   "\0632.10.0",
107797                   0,
107798               };
107799               
107800               MetaClass
107801               __root_cimv2_CIM_SuppliesPower =
107802               {
107803                   /* flags */
107804                   META_FLAG_ASSOCIATION,
107805                   /* name */
107806                   "CIM_SuppliesPower",
107807                   /* qualifiers */
107808                   __root_cimv2_CIM_SuppliesPower_qualifiers,
107809                   /* super */
107810                   &__root_cimv2_CIM_Dependency,
107811                   /* features */
107812                   _CIM_SuppliesPower_features,
107813 mike  1.1.2.1 };
107814               
107815               //==============================================================================
107816               //
107817               // Class: CIM_System
107818               //
107819               //==============================================================================
107820               
107821               static const char*
107822               _CIM_System_CreationClassName_qualifiers[] =
107823               {
107824                   /* Key */
107825                   "\025\001",
107826                   /* MaxLen */
107827                   "\030\000\000\001\000",
107828                   0,
107829               };
107830               
107831               static MetaProperty
107832               _CIM_System_CreationClassName =
107833               {
107834 mike  1.1.2.1     /* flags */
107835                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107836                   /* name */
107837                   "CreationClassName",
107838                   /* qualifiers */
107839                   _CIM_System_CreationClassName_qualifiers,
107840                   /* type */
107841                   CIMTYPE_STRING,
107842                   /* subscript */
107843                   -1,
107844                   /* value */
107845                   0,
107846               };
107847               
107848               static const char*
107849               _CIM_System_Name_qualifiers[] =
107850               {
107851                   /* Key */
107852                   "\025\001",
107853                   /* Override */
107854                   "\044Name",
107855 mike  1.1.2.1     /* MaxLen */
107856                   "\030\000\000\001\000",
107857                   0,
107858               };
107859               
107860               static MetaProperty
107861               _CIM_System_Name =
107862               {
107863                   /* flags */
107864                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107865                   /* name */
107866                   "Name",
107867                   /* qualifiers */
107868                   _CIM_System_Name_qualifiers,
107869                   /* type */
107870                   CIMTYPE_STRING,
107871                   /* subscript */
107872                   -1,
107873                   /* value */
107874                   0,
107875               };
107876 mike  1.1.2.1 
107877               static const char*
107878               _CIM_System_NameFormat_qualifiers[] =
107879               {
107880                   /* MaxLen */
107881                   "\030\000\000\000\100",
107882                   0,
107883               };
107884               
107885               static MetaProperty
107886               _CIM_System_NameFormat =
107887               {
107888                   /* flags */
107889                   META_FLAG_PROPERTY|META_FLAG_READ,
107890                   /* name */
107891                   "NameFormat",
107892                   /* qualifiers */
107893                   _CIM_System_NameFormat_qualifiers,
107894                   /* type */
107895                   CIMTYPE_STRING,
107896                   /* subscript */
107897 mike  1.1.2.1     -1,
107898                   /* value */
107899                   0,
107900               };
107901               
107902               static const char*
107903               _CIM_System_PrimaryOwnerName_qualifiers[] =
107904               {
107905                   /* Write */
107906                   "\065\001",
107907                   /* MaxLen */
107908                   "\030\000\000\000\100",
107909                   /* MappingStrings */
107910                   "\026\000\001MIF.DMTF|General Information|001.3\000",
107911                   0,
107912               };
107913               
107914               static MetaProperty
107915               _CIM_System_PrimaryOwnerName =
107916               {
107917                   /* flags */
107918 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107919                   /* name */
107920                   "PrimaryOwnerName",
107921                   /* qualifiers */
107922                   _CIM_System_PrimaryOwnerName_qualifiers,
107923                   /* type */
107924                   CIMTYPE_STRING,
107925                   /* subscript */
107926                   -1,
107927                   /* value */
107928                   0,
107929               };
107930               
107931               static const char*
107932               _CIM_System_PrimaryOwnerContact_qualifiers[] =
107933               {
107934                   /* Write */
107935                   "\065\001",
107936                   /* MaxLen */
107937                   "\030\000\000\001\000",
107938                   /* MappingStrings */
107939 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.4\000",
107940                   0,
107941               };
107942               
107943               static MetaProperty
107944               _CIM_System_PrimaryOwnerContact =
107945               {
107946                   /* flags */
107947                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107948                   /* name */
107949                   "PrimaryOwnerContact",
107950                   /* qualifiers */
107951                   _CIM_System_PrimaryOwnerContact_qualifiers,
107952                   /* type */
107953                   CIMTYPE_STRING,
107954                   /* subscript */
107955                   -1,
107956                   /* value */
107957                   0,
107958               };
107959               
107960 mike  1.1.2.1 static const char*
107961               _CIM_System_Roles_qualifiers[] =
107962               {
107963                   /* Write */
107964                   "\065\001",
107965                   0,
107966               };
107967               
107968               static MetaProperty
107969               _CIM_System_Roles =
107970               {
107971                   /* flags */
107972                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107973                   /* name */
107974                   "Roles",
107975                   /* qualifiers */
107976                   _CIM_System_Roles_qualifiers,
107977                   /* type */
107978                   CIMTYPE_STRING,
107979                   /* subscript */
107980                   0,
107981 mike  1.1.2.1     /* value */
107982                   0,
107983               };
107984               
107985               static MetaFeature*
107986               _CIM_System_features[] =
107987               {
107988                   (MetaFeature*)&_CIM_System_CreationClassName,
107989                   (MetaFeature*)&_CIM_System_Name,
107990                   (MetaFeature*)&_CIM_System_NameFormat,
107991                   (MetaFeature*)&_CIM_System_PrimaryOwnerName,
107992                   (MetaFeature*)&_CIM_System_PrimaryOwnerContact,
107993                   (MetaFeature*)&_CIM_System_Roles,
107994                   0,
107995               };
107996               
107997               static const char*
107998               __root_cimv2_CIM_System_qualifiers[] =
107999               {
108000                   /* UMLPackagePath */
108001                   "\057CIM::Core::CoreElements",
108002 mike  1.1.2.1     /* Abstract */
108003                   "\002\001",
108004                   /* Version */
108005                   "\0632.7.0",
108006                   0,
108007               };
108008               
108009               MetaClass
108010               __root_cimv2_CIM_System =
108011               {
108012                   /* flags */
108013                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
108014                   /* name */
108015                   "CIM_System",
108016                   /* qualifiers */
108017                   __root_cimv2_CIM_System_qualifiers,
108018                   /* super */
108019                   &__root_cimv2_CIM_EnabledLogicalElement,
108020                   /* features */
108021                   _CIM_System_features,
108022               };
108023 mike  1.1.2.1 
108024               //==============================================================================
108025               //
108026               // Class: CIM_SystemAdministrator
108027               //
108028               //==============================================================================
108029               
108030               static const char*
108031               _CIM_SystemAdministrator_Antecedent_qualifiers[] =
108032               {
108033                   /* Override */
108034                   "\044Antecedent",
108035                   0,
108036               };
108037               
108038               static MetaReference
108039               _CIM_SystemAdministrator_Antecedent =
108040               {
108041                   /* flags */
108042                   META_FLAG_REFERENCE|META_FLAG_READ,
108043                   /* name */
108044 mike  1.1.2.1     "Antecedent",
108045                   /* qualifiers */
108046                   _CIM_SystemAdministrator_Antecedent_qualifiers,
108047                   /* subscript */
108048                   -1,
108049                   /* refId */
108050                   &__root_cimv2_CIM_System,
108051               };
108052               
108053               static const char*
108054               _CIM_SystemAdministrator_Dependent_qualifiers[] =
108055               {
108056                   /* Override */
108057                   "\044Dependent",
108058                   0,
108059               };
108060               
108061               static MetaReference
108062               _CIM_SystemAdministrator_Dependent =
108063               {
108064                   /* flags */
108065 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
108066                   /* name */
108067                   "Dependent",
108068                   /* qualifiers */
108069                   _CIM_SystemAdministrator_Dependent_qualifiers,
108070                   /* subscript */
108071                   -1,
108072                   /* refId */
108073                   &__root_cimv2_CIM_UserEntity,
108074               };
108075               
108076               static MetaFeature*
108077               _CIM_SystemAdministrator_features[] =
108078               {
108079                   (MetaFeature*)&_CIM_SystemAdministrator_Antecedent,
108080                   (MetaFeature*)&_CIM_SystemAdministrator_Dependent,
108081                   0,
108082               };
108083               
108084               static const char*
108085               __root_cimv2_CIM_SystemAdministrator_qualifiers[] =
108086 mike  1.1.2.1 {
108087                   /* ASSOCIATION */
108088                   "\000\001",
108089                   /* UMLPackagePath */
108090                   "\057CIM::User::Org",
108091                   /* Version */
108092                   "\0632.6.0",
108093                   0,
108094               };
108095               
108096               MetaClass
108097               __root_cimv2_CIM_SystemAdministrator =
108098               {
108099                   /* flags */
108100                   META_FLAG_ASSOCIATION,
108101                   /* name */
108102                   "CIM_SystemAdministrator",
108103                   /* qualifiers */
108104                   __root_cimv2_CIM_SystemAdministrator_qualifiers,
108105                   /* super */
108106                   &__root_cimv2_CIM_Dependency,
108107 mike  1.1.2.1     /* features */
108108                   _CIM_SystemAdministrator_features,
108109               };
108110               
108111               //==============================================================================
108112               //
108113               // Class: CIM_SystemAdministratorGroup
108114               //
108115               //==============================================================================
108116               
108117               static const char*
108118               _CIM_SystemAdministratorGroup_Antecedent_qualifiers[] =
108119               {
108120                   /* Override */
108121                   "\044Antecedent",
108122                   0,
108123               };
108124               
108125               static MetaReference
108126               _CIM_SystemAdministratorGroup_Antecedent =
108127               {
108128 mike  1.1.2.1     /* flags */
108129                   META_FLAG_REFERENCE|META_FLAG_READ,
108130                   /* name */
108131                   "Antecedent",
108132                   /* qualifiers */
108133                   _CIM_SystemAdministratorGroup_Antecedent_qualifiers,
108134                   /* subscript */
108135                   -1,
108136                   /* refId */
108137                   &__root_cimv2_CIM_System,
108138               };
108139               
108140               static const char*
108141               _CIM_SystemAdministratorGroup_Dependent_qualifiers[] =
108142               {
108143                   /* Override */
108144                   "\044Dependent",
108145                   0,
108146               };
108147               
108148               static MetaReference
108149 mike  1.1.2.1 _CIM_SystemAdministratorGroup_Dependent =
108150               {
108151                   /* flags */
108152                   META_FLAG_REFERENCE|META_FLAG_READ,
108153                   /* name */
108154                   "Dependent",
108155                   /* qualifiers */
108156                   _CIM_SystemAdministratorGroup_Dependent_qualifiers,
108157                   /* subscript */
108158                   -1,
108159                   /* refId */
108160                   &__root_cimv2_CIM_Group,
108161               };
108162               
108163               static MetaFeature*
108164               _CIM_SystemAdministratorGroup_features[] =
108165               {
108166                   (MetaFeature*)&_CIM_SystemAdministratorGroup_Antecedent,
108167                   (MetaFeature*)&_CIM_SystemAdministratorGroup_Dependent,
108168                   0,
108169               };
108170 mike  1.1.2.1 
108171               static const char*
108172               __root_cimv2_CIM_SystemAdministratorGroup_qualifiers[] =
108173               {
108174                   /* ASSOCIATION */
108175                   "\000\001",
108176                   /* UMLPackagePath */
108177                   "\057CIM::User::Group",
108178                   /* Version */
108179                   "\0632.6.0",
108180                   0,
108181               };
108182               
108183               MetaClass
108184               __root_cimv2_CIM_SystemAdministratorGroup =
108185               {
108186                   /* flags */
108187                   META_FLAG_ASSOCIATION,
108188                   /* name */
108189                   "CIM_SystemAdministratorGroup",
108190                   /* qualifiers */
108191 mike  1.1.2.1     __root_cimv2_CIM_SystemAdministratorGroup_qualifiers,
108192                   /* super */
108193                   &__root_cimv2_CIM_Dependency,
108194                   /* features */
108195                   _CIM_SystemAdministratorGroup_features,
108196               };
108197               
108198               //==============================================================================
108199               //
108200               // Class: CIM_SystemAdministratorRole
108201               //
108202               //==============================================================================
108203               
108204               static const char*
108205               _CIM_SystemAdministratorRole_Antecedent_qualifiers[] =
108206               {
108207                   /* Override */
108208                   "\044Antecedent",
108209                   0,
108210               };
108211               
108212 mike  1.1.2.1 static MetaReference
108213               _CIM_SystemAdministratorRole_Antecedent =
108214               {
108215                   /* flags */
108216                   META_FLAG_REFERENCE|META_FLAG_READ,
108217                   /* name */
108218                   "Antecedent",
108219                   /* qualifiers */
108220                   _CIM_SystemAdministratorRole_Antecedent_qualifiers,
108221                   /* subscript */
108222                   -1,
108223                   /* refId */
108224                   &__root_cimv2_CIM_System,
108225               };
108226               
108227               static const char*
108228               _CIM_SystemAdministratorRole_Dependent_qualifiers[] =
108229               {
108230                   /* Override */
108231                   "\044Dependent",
108232                   0,
108233 mike  1.1.2.1 };
108234               
108235               static MetaReference
108236               _CIM_SystemAdministratorRole_Dependent =
108237               {
108238                   /* flags */
108239                   META_FLAG_REFERENCE|META_FLAG_READ,
108240                   /* name */
108241                   "Dependent",
108242                   /* qualifiers */
108243                   _CIM_SystemAdministratorRole_Dependent_qualifiers,
108244                   /* subscript */
108245                   -1,
108246                   /* refId */
108247                   &__root_cimv2_CIM_Role,
108248               };
108249               
108250               static MetaFeature*
108251               _CIM_SystemAdministratorRole_features[] =
108252               {
108253                   (MetaFeature*)&_CIM_SystemAdministratorRole_Antecedent,
108254 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemAdministratorRole_Dependent,
108255                   0,
108256               };
108257               
108258               static const char*
108259               __root_cimv2_CIM_SystemAdministratorRole_qualifiers[] =
108260               {
108261                   /* ASSOCIATION */
108262                   "\000\001",
108263                   /* UMLPackagePath */
108264                   "\057CIM::User::Role",
108265                   /* Version */
108266                   "\0632.6.0",
108267                   0,
108268               };
108269               
108270               MetaClass
108271               __root_cimv2_CIM_SystemAdministratorRole =
108272               {
108273                   /* flags */
108274                   META_FLAG_ASSOCIATION,
108275 mike  1.1.2.1     /* name */
108276                   "CIM_SystemAdministratorRole",
108277                   /* qualifiers */
108278                   __root_cimv2_CIM_SystemAdministratorRole_qualifiers,
108279                   /* super */
108280                   &__root_cimv2_CIM_Dependency,
108281                   /* features */
108282                   _CIM_SystemAdministratorRole_features,
108283               };
108284               
108285               //==============================================================================
108286               //
108287               // Class: CIM_SystemComponent
108288               //
108289               //==============================================================================
108290               
108291               static const char*
108292               _CIM_SystemComponent_GroupComponent_qualifiers[] =
108293               {
108294                   /* Aggregate */
108295                   "\003\001",
108296 mike  1.1.2.1     /* Override */
108297                   "\044GroupComponent",
108298                   0,
108299               };
108300               
108301               static MetaReference
108302               _CIM_SystemComponent_GroupComponent =
108303               {
108304                   /* flags */
108305                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
108306                   /* name */
108307                   "GroupComponent",
108308                   /* qualifiers */
108309                   _CIM_SystemComponent_GroupComponent_qualifiers,
108310                   /* subscript */
108311                   -1,
108312                   /* refId */
108313                   &__root_cimv2_CIM_System,
108314               };
108315               
108316               static const char*
108317 mike  1.1.2.1 _CIM_SystemComponent_PartComponent_qualifiers[] =
108318               {
108319                   /* Override */
108320                   "\044PartComponent",
108321                   0,
108322               };
108323               
108324               static MetaReference
108325               _CIM_SystemComponent_PartComponent =
108326               {
108327                   /* flags */
108328                   META_FLAG_REFERENCE|META_FLAG_READ,
108329                   /* name */
108330                   "PartComponent",
108331                   /* qualifiers */
108332                   _CIM_SystemComponent_PartComponent_qualifiers,
108333                   /* subscript */
108334                   -1,
108335                   /* refId */
108336                   &__root_cimv2_CIM_ManagedSystemElement,
108337               };
108338 mike  1.1.2.1 
108339               static MetaFeature*
108340               _CIM_SystemComponent_features[] =
108341               {
108342                   (MetaFeature*)&_CIM_SystemComponent_GroupComponent,
108343                   (MetaFeature*)&_CIM_SystemComponent_PartComponent,
108344                   0,
108345               };
108346               
108347               static const char*
108348               __root_cimv2_CIM_SystemComponent_qualifiers[] =
108349               {
108350                   /* ASSOCIATION */
108351                   "\000\001",
108352                   /* UMLPackagePath */
108353                   "\057CIM::Core::CoreElements",
108354                   /* Aggregation */
108355                   "\004\001",
108356                   /* Version */
108357                   "\0632.10.0",
108358                   0,
108359 mike  1.1.2.1 };
108360               
108361               MetaClass
108362               __root_cimv2_CIM_SystemComponent =
108363               {
108364                   /* flags */
108365                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
108366                   /* name */
108367                   "CIM_SystemComponent",
108368                   /* qualifiers */
108369                   __root_cimv2_CIM_SystemComponent_qualifiers,
108370                   /* super */
108371                   &__root_cimv2_CIM_Component,
108372                   /* features */
108373                   _CIM_SystemComponent_features,
108374               };
108375               
108376               //==============================================================================
108377               //
108378               // Class: CIM_SystemDevice
108379               //
108380 mike  1.1.2.1 //==============================================================================
108381               
108382               static const char*
108383               _CIM_SystemDevice_GroupComponent_qualifiers[] =
108384               {
108385                   /* Aggregate */
108386                   "\003\001",
108387                   /* Override */
108388                   "\044GroupComponent",
108389                   /* Min */
108390                   "\033\000\000\000\001",
108391                   /* Max */
108392                   "\027\000\000\000\001",
108393                   0,
108394               };
108395               
108396               static MetaReference
108397               _CIM_SystemDevice_GroupComponent =
108398               {
108399                   /* flags */
108400                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
108401 mike  1.1.2.1     /* name */
108402                   "GroupComponent",
108403                   /* qualifiers */
108404                   _CIM_SystemDevice_GroupComponent_qualifiers,
108405                   /* subscript */
108406                   -1,
108407                   /* refId */
108408                   &__root_cimv2_CIM_System,
108409               };
108410               
108411               static const char*
108412               _CIM_SystemDevice_PartComponent_qualifiers[] =
108413               {
108414                   /* Override */
108415                   "\044PartComponent",
108416                   /* Weak */
108417                   "\064\001",
108418                   0,
108419               };
108420               
108421               static MetaReference
108422 mike  1.1.2.1 _CIM_SystemDevice_PartComponent =
108423               {
108424                   /* flags */
108425                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
108426                   /* name */
108427                   "PartComponent",
108428                   /* qualifiers */
108429                   _CIM_SystemDevice_PartComponent_qualifiers,
108430                   /* subscript */
108431                   -1,
108432                   /* refId */
108433                   &__root_cimv2_CIM_LogicalDevice,
108434               };
108435               
108436               static MetaFeature*
108437               _CIM_SystemDevice_features[] =
108438               {
108439                   (MetaFeature*)&_CIM_SystemDevice_GroupComponent,
108440                   (MetaFeature*)&_CIM_SystemDevice_PartComponent,
108441                   0,
108442               };
108443 mike  1.1.2.1 
108444               static const char*
108445               __root_cimv2_CIM_SystemDevice_qualifiers[] =
108446               {
108447                   /* ASSOCIATION */
108448                   "\000\001",
108449                   /* UMLPackagePath */
108450                   "\057CIM::Core::Device",
108451                   /* Aggregation */
108452                   "\004\001",
108453                   /* Composition */
108454                   "\011\001",
108455                   /* Version */
108456                   "\0632.10.0",
108457                   0,
108458               };
108459               
108460               MetaClass
108461               __root_cimv2_CIM_SystemDevice =
108462               {
108463                   /* flags */
108464 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
108465                   /* name */
108466                   "CIM_SystemDevice",
108467                   /* qualifiers */
108468                   __root_cimv2_CIM_SystemDevice_qualifiers,
108469                   /* super */
108470                   &__root_cimv2_CIM_SystemComponent,
108471                   /* features */
108472                   _CIM_SystemDevice_features,
108473               };
108474               
108475               //==============================================================================
108476               //
108477               // Class: CIM_SystemPackaging
108478               //
108479               //==============================================================================
108480               
108481               static const char*
108482               _CIM_SystemPackaging_Antecedent_qualifiers[] =
108483               {
108484                   /* Override */
108485 mike  1.1.2.1     "\044Antecedent",
108486                   0,
108487               };
108488               
108489               static MetaReference
108490               _CIM_SystemPackaging_Antecedent =
108491               {
108492                   /* flags */
108493                   META_FLAG_REFERENCE|META_FLAG_READ,
108494                   /* name */
108495                   "Antecedent",
108496                   /* qualifiers */
108497                   _CIM_SystemPackaging_Antecedent_qualifiers,
108498                   /* subscript */
108499                   -1,
108500                   /* refId */
108501                   &__root_cimv2_CIM_PhysicalElement,
108502               };
108503               
108504               static const char*
108505               _CIM_SystemPackaging_Dependent_qualifiers[] =
108506 mike  1.1.2.1 {
108507                   /* Override */
108508                   "\044Dependent",
108509                   0,
108510               };
108511               
108512               static MetaReference
108513               _CIM_SystemPackaging_Dependent =
108514               {
108515                   /* flags */
108516                   META_FLAG_REFERENCE|META_FLAG_READ,
108517                   /* name */
108518                   "Dependent",
108519                   /* qualifiers */
108520                   _CIM_SystemPackaging_Dependent_qualifiers,
108521                   /* subscript */
108522                   -1,
108523                   /* refId */
108524                   &__root_cimv2_CIM_System,
108525               };
108526               
108527 mike  1.1.2.1 static MetaFeature*
108528               _CIM_SystemPackaging_features[] =
108529               {
108530                   (MetaFeature*)&_CIM_SystemPackaging_Antecedent,
108531                   (MetaFeature*)&_CIM_SystemPackaging_Dependent,
108532                   0,
108533               };
108534               
108535               static const char*
108536               __root_cimv2_CIM_SystemPackaging_qualifiers[] =
108537               {
108538                   /* ASSOCIATION */
108539                   "\000\001",
108540                   /* UMLPackagePath */
108541                   "\057CIM::Core::Physical",
108542                   /* Version */
108543                   "\0632.10.0",
108544                   0,
108545               };
108546               
108547               MetaClass
108548 mike  1.1.2.1 __root_cimv2_CIM_SystemPackaging =
108549               {
108550                   /* flags */
108551                   META_FLAG_ASSOCIATION,
108552                   /* name */
108553                   "CIM_SystemPackaging",
108554                   /* qualifiers */
108555                   __root_cimv2_CIM_SystemPackaging_qualifiers,
108556                   /* super */
108557                   &__root_cimv2_CIM_Dependency,
108558                   /* features */
108559                   _CIM_SystemPackaging_features,
108560               };
108561               
108562               //==============================================================================
108563               //
108564               // Class: CIM_SystemResource
108565               //
108566               //==============================================================================
108567               
108568               static const char*
108569 mike  1.1.2.1 _CIM_SystemResource_Shareable_qualifiers[] =
108570               {
108571                   0,
108572               };
108573               
108574               static MetaProperty
108575               _CIM_SystemResource_Shareable =
108576               {
108577                   /* flags */
108578                   META_FLAG_PROPERTY|META_FLAG_READ,
108579                   /* name */
108580                   "Shareable",
108581                   /* qualifiers */
108582                   _CIM_SystemResource_Shareable_qualifiers,
108583                   /* type */
108584                   CIMTYPE_BOOLEAN,
108585                   /* subscript */
108586                   -1,
108587                   /* value */
108588                   0,
108589               };
108590 mike  1.1.2.1 
108591               static const char*
108592               _CIM_SystemResource_ImplementationInfo_qualifiers[] =
108593               {
108594                   /* ValueMap */
108595                   "\061\000\0040\0002\0003\0004\000",
108596                   /* Values */
108597                   "\062\000\004Unknown\000Hardware Only\000Software Only\000Hardware and Software\000",
108598                   0,
108599               };
108600               
108601               static MetaProperty
108602               _CIM_SystemResource_ImplementationInfo =
108603               {
108604                   /* flags */
108605                   META_FLAG_PROPERTY|META_FLAG_READ,
108606                   /* name */
108607                   "ImplementationInfo",
108608                   /* qualifiers */
108609                   _CIM_SystemResource_ImplementationInfo_qualifiers,
108610                   /* type */
108611 mike  1.1.2.1     CIMTYPE_UINT16,
108612                   /* subscript */
108613                   -1,
108614                   /* value */
108615                   0,
108616               };
108617               
108618               static MetaFeature*
108619               _CIM_SystemResource_features[] =
108620               {
108621                   (MetaFeature*)&_CIM_SystemResource_Shareable,
108622                   (MetaFeature*)&_CIM_SystemResource_ImplementationInfo,
108623                   0,
108624               };
108625               
108626               static const char*
108627               __root_cimv2_CIM_SystemResource_qualifiers[] =
108628               {
108629                   /* UMLPackagePath */
108630                   "\057CIM::System::SystemResources",
108631                   /* Abstract */
108632 mike  1.1.2.1     "\002\001",
108633                   /* Version */
108634                   "\0632.7.0",
108635                   0,
108636               };
108637               
108638               MetaClass
108639               __root_cimv2_CIM_SystemResource =
108640               {
108641                   /* flags */
108642                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
108643                   /* name */
108644                   "CIM_SystemResource",
108645                   /* qualifiers */
108646                   __root_cimv2_CIM_SystemResource_qualifiers,
108647                   /* super */
108648                   &__root_cimv2_CIM_EnabledLogicalElement,
108649                   /* features */
108650                   _CIM_SystemResource_features,
108651               };
108652               
108653 mike  1.1.2.1 //==============================================================================
108654               //
108655               // Class: CIM_SystemStatistics
108656               //
108657               //==============================================================================
108658               
108659               static const char*
108660               _CIM_SystemStatistics_Stats_qualifiers[] =
108661               {
108662                   /* Override */
108663                   "\044Stats",
108664                   /* Weak */
108665                   "\064\001",
108666                   0,
108667               };
108668               
108669               static MetaReference
108670               _CIM_SystemStatistics_Stats =
108671               {
108672                   /* flags */
108673                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
108674 mike  1.1.2.1     /* name */
108675                   "Stats",
108676                   /* qualifiers */
108677                   _CIM_SystemStatistics_Stats_qualifiers,
108678                   /* subscript */
108679                   -1,
108680                   /* refId */
108681                   &__root_cimv2_CIM_SystemStatisticalInformation,
108682               };
108683               
108684               static const char*
108685               _CIM_SystemStatistics_Element_qualifiers[] =
108686               {
108687                   /* Override */
108688                   "\044Element",
108689                   /* Min */
108690                   "\033\000\000\000\001",
108691                   /* Max */
108692                   "\027\000\000\000\001",
108693                   0,
108694               };
108695 mike  1.1.2.1 
108696               static MetaReference
108697               _CIM_SystemStatistics_Element =
108698               {
108699                   /* flags */
108700                   META_FLAG_REFERENCE|META_FLAG_READ,
108701                   /* name */
108702                   "Element",
108703                   /* qualifiers */
108704                   _CIM_SystemStatistics_Element_qualifiers,
108705                   /* subscript */
108706                   -1,
108707                   /* refId */
108708                   &__root_cimv2_CIM_System,
108709               };
108710               
108711               static MetaFeature*
108712               _CIM_SystemStatistics_features[] =
108713               {
108714                   (MetaFeature*)&_CIM_SystemStatistics_Stats,
108715                   (MetaFeature*)&_CIM_SystemStatistics_Element,
108716 mike  1.1.2.1     0,
108717               };
108718               
108719               static const char*
108720               __root_cimv2_CIM_SystemStatistics_qualifiers[] =
108721               {
108722                   /* ASSOCIATION */
108723                   "\000\001",
108724                   /* UMLPackagePath */
108725                   "\057CIM::Core::Statistics",
108726                   /* Version */
108727                   "\0632.6.0",
108728                   0,
108729               };
108730               
108731               MetaClass
108732               __root_cimv2_CIM_SystemStatistics =
108733               {
108734                   /* flags */
108735                   META_FLAG_ASSOCIATION,
108736                   /* name */
108737 mike  1.1.2.1     "CIM_SystemStatistics",
108738                   /* qualifiers */
108739                   __root_cimv2_CIM_SystemStatistics_qualifiers,
108740                   /* super */
108741                   &__root_cimv2_CIM_Statistics,
108742                   /* features */
108743                   _CIM_SystemStatistics_features,
108744               };
108745               
108746               //==============================================================================
108747               //
108748               // Class: CIM_TapeDrive
108749               //
108750               //==============================================================================
108751               
108752               static const char*
108753               _CIM_TapeDrive_EOTWarningZoneSize_qualifiers[] =
108754               {
108755                   /* Units */
108756                   "\060Bytes",
108757                   0,
108758 mike  1.1.2.1 };
108759               
108760               static MetaProperty
108761               _CIM_TapeDrive_EOTWarningZoneSize =
108762               {
108763                   /* flags */
108764                   META_FLAG_PROPERTY|META_FLAG_READ,
108765                   /* name */
108766                   "EOTWarningZoneSize",
108767                   /* qualifiers */
108768                   _CIM_TapeDrive_EOTWarningZoneSize_qualifiers,
108769                   /* type */
108770                   CIMTYPE_UINT32,
108771                   /* subscript */
108772                   -1,
108773                   /* value */
108774                   0,
108775               };
108776               
108777               static const char*
108778               _CIM_TapeDrive_MaxPartitionCount_qualifiers[] =
108779 mike  1.1.2.1 {
108780                   0,
108781               };
108782               
108783               static MetaProperty
108784               _CIM_TapeDrive_MaxPartitionCount =
108785               {
108786                   /* flags */
108787                   META_FLAG_PROPERTY|META_FLAG_READ,
108788                   /* name */
108789                   "MaxPartitionCount",
108790                   /* qualifiers */
108791                   _CIM_TapeDrive_MaxPartitionCount_qualifiers,
108792                   /* type */
108793                   CIMTYPE_UINT32,
108794                   /* subscript */
108795                   -1,
108796                   /* value */
108797                   0,
108798               };
108799               
108800 mike  1.1.2.1 static const char*
108801               _CIM_TapeDrive_Padding_qualifiers[] =
108802               {
108803                   /* Units */
108804                   "\060Bytes",
108805                   0,
108806               };
108807               
108808               static MetaProperty
108809               _CIM_TapeDrive_Padding =
108810               {
108811                   /* flags */
108812                   META_FLAG_PROPERTY|META_FLAG_READ,
108813                   /* name */
108814                   "Padding",
108815                   /* qualifiers */
108816                   _CIM_TapeDrive_Padding_qualifiers,
108817                   /* type */
108818                   CIMTYPE_UINT32,
108819                   /* subscript */
108820                   -1,
108821 mike  1.1.2.1     /* value */
108822                   0,
108823               };
108824               
108825               static const char*
108826               _CIM_TapeDrive_MaxRewindTime_qualifiers[] =
108827               {
108828                   /* Units */
108829                   "\060MilliSeconds",
108830                   0,
108831               };
108832               
108833               static MetaProperty
108834               _CIM_TapeDrive_MaxRewindTime =
108835               {
108836                   /* flags */
108837                   META_FLAG_PROPERTY|META_FLAG_READ,
108838                   /* name */
108839                   "MaxRewindTime",
108840                   /* qualifiers */
108841                   _CIM_TapeDrive_MaxRewindTime_qualifiers,
108842 mike  1.1.2.1     /* type */
108843                   CIMTYPE_UINT64,
108844                   /* subscript */
108845                   -1,
108846                   /* value */
108847                   0,
108848               };
108849               
108850               static MetaFeature*
108851               _CIM_TapeDrive_features[] =
108852               {
108853                   (MetaFeature*)&_CIM_TapeDrive_EOTWarningZoneSize,
108854                   (MetaFeature*)&_CIM_TapeDrive_MaxPartitionCount,
108855                   (MetaFeature*)&_CIM_TapeDrive_Padding,
108856                   (MetaFeature*)&_CIM_TapeDrive_MaxRewindTime,
108857                   0,
108858               };
108859               
108860               static const char*
108861               __root_cimv2_CIM_TapeDrive_qualifiers[] =
108862               {
108863 mike  1.1.2.1     /* UMLPackagePath */
108864                   "\057CIM::Device::StorageDevices",
108865                   /* Version */
108866                   "\0632.6.0",
108867                   0,
108868               };
108869               
108870               MetaClass
108871               __root_cimv2_CIM_TapeDrive =
108872               {
108873                   /* flags */
108874                   META_FLAG_CLASS,
108875                   /* name */
108876                   "CIM_TapeDrive",
108877                   /* qualifiers */
108878                   __root_cimv2_CIM_TapeDrive_qualifiers,
108879                   /* super */
108880                   &__root_cimv2_CIM_MediaAccessDevice,
108881                   /* features */
108882                   _CIM_TapeDrive_features,
108883               };
108884 mike  1.1.2.1 
108885               //==============================================================================
108886               //
108887               // Class: CIM_Thread
108888               //
108889               //==============================================================================
108890               
108891               static const char*
108892               _CIM_Thread_CSCreationClassName_qualifiers[] =
108893               {
108894                   /* Key */
108895                   "\025\001",
108896                   /* Propagated */
108897                   "\045CIM_Process.CSCreationClassName",
108898                   /* MaxLen */
108899                   "\030\000\000\001\000",
108900                   0,
108901               };
108902               
108903               static MetaProperty
108904               _CIM_Thread_CSCreationClassName =
108905 mike  1.1.2.1 {
108906                   /* flags */
108907                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108908                   /* name */
108909                   "CSCreationClassName",
108910                   /* qualifiers */
108911                   _CIM_Thread_CSCreationClassName_qualifiers,
108912                   /* type */
108913                   CIMTYPE_STRING,
108914                   /* subscript */
108915                   -1,
108916                   /* value */
108917                   0,
108918               };
108919               
108920               static const char*
108921               _CIM_Thread_CSName_qualifiers[] =
108922               {
108923                   /* Key */
108924                   "\025\001",
108925                   /* Propagated */
108926 mike  1.1.2.1     "\045CIM_Process.CSName",
108927                   /* MaxLen */
108928                   "\030\000\000\001\000",
108929                   0,
108930               };
108931               
108932               static MetaProperty
108933               _CIM_Thread_CSName =
108934               {
108935                   /* flags */
108936                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108937                   /* name */
108938                   "CSName",
108939                   /* qualifiers */
108940                   _CIM_Thread_CSName_qualifiers,
108941                   /* type */
108942                   CIMTYPE_STRING,
108943                   /* subscript */
108944                   -1,
108945                   /* value */
108946                   0,
108947 mike  1.1.2.1 };
108948               
108949               static const char*
108950               _CIM_Thread_OSCreationClassName_qualifiers[] =
108951               {
108952                   /* Key */
108953                   "\025\001",
108954                   /* Propagated */
108955                   "\045CIM_Process.OSCreationClassName",
108956                   /* MaxLen */
108957                   "\030\000\000\001\000",
108958                   0,
108959               };
108960               
108961               static MetaProperty
108962               _CIM_Thread_OSCreationClassName =
108963               {
108964                   /* flags */
108965                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108966                   /* name */
108967                   "OSCreationClassName",
108968 mike  1.1.2.1     /* qualifiers */
108969                   _CIM_Thread_OSCreationClassName_qualifiers,
108970                   /* type */
108971                   CIMTYPE_STRING,
108972                   /* subscript */
108973                   -1,
108974                   /* value */
108975                   0,
108976               };
108977               
108978               static const char*
108979               _CIM_Thread_OSName_qualifiers[] =
108980               {
108981                   /* Key */
108982                   "\025\001",
108983                   /* Propagated */
108984                   "\045CIM_Process.OSName",
108985                   /* MaxLen */
108986                   "\030\000\000\001\000",
108987                   0,
108988               };
108989 mike  1.1.2.1 
108990               static MetaProperty
108991               _CIM_Thread_OSName =
108992               {
108993                   /* flags */
108994                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108995                   /* name */
108996                   "OSName",
108997                   /* qualifiers */
108998                   _CIM_Thread_OSName_qualifiers,
108999                   /* type */
109000                   CIMTYPE_STRING,
109001                   /* subscript */
109002                   -1,
109003                   /* value */
109004                   0,
109005               };
109006               
109007               static const char*
109008               _CIM_Thread_ProcessCreationClassName_qualifiers[] =
109009               {
109010 mike  1.1.2.1     /* Key */
109011                   "\025\001",
109012                   /* Propagated */
109013                   "\045CIM_Process.CreationClassName",
109014                   /* MaxLen */
109015                   "\030\000\000\001\000",
109016                   0,
109017               };
109018               
109019               static MetaProperty
109020               _CIM_Thread_ProcessCreationClassName =
109021               {
109022                   /* flags */
109023                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109024                   /* name */
109025                   "ProcessCreationClassName",
109026                   /* qualifiers */
109027                   _CIM_Thread_ProcessCreationClassName_qualifiers,
109028                   /* type */
109029                   CIMTYPE_STRING,
109030                   /* subscript */
109031 mike  1.1.2.1     -1,
109032                   /* value */
109033                   0,
109034               };
109035               
109036               static const char*
109037               _CIM_Thread_ProcessHandle_qualifiers[] =
109038               {
109039                   /* Key */
109040                   "\025\001",
109041                   /* Propagated */
109042                   "\045CIM_Process.Handle",
109043                   /* MaxLen */
109044                   "\030\000\000\001\000",
109045                   0,
109046               };
109047               
109048               static MetaProperty
109049               _CIM_Thread_ProcessHandle =
109050               {
109051                   /* flags */
109052 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109053                   /* name */
109054                   "ProcessHandle",
109055                   /* qualifiers */
109056                   _CIM_Thread_ProcessHandle_qualifiers,
109057                   /* type */
109058                   CIMTYPE_STRING,
109059                   /* subscript */
109060                   -1,
109061                   /* value */
109062                   0,
109063               };
109064               
109065               static const char*
109066               _CIM_Thread_CreationClassName_qualifiers[] =
109067               {
109068                   /* Key */
109069                   "\025\001",
109070                   /* MaxLen */
109071                   "\030\000\000\001\000",
109072                   0,
109073 mike  1.1.2.1 };
109074               
109075               static MetaProperty
109076               _CIM_Thread_CreationClassName =
109077               {
109078                   /* flags */
109079                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109080                   /* name */
109081                   "CreationClassName",
109082                   /* qualifiers */
109083                   _CIM_Thread_CreationClassName_qualifiers,
109084                   /* type */
109085                   CIMTYPE_STRING,
109086                   /* subscript */
109087                   -1,
109088                   /* value */
109089                   0,
109090               };
109091               
109092               static const char*
109093               _CIM_Thread_Handle_qualifiers[] =
109094 mike  1.1.2.1 {
109095                   /* Key */
109096                   "\025\001",
109097                   /* MaxLen */
109098                   "\030\000\000\001\000",
109099                   0,
109100               };
109101               
109102               static MetaProperty
109103               _CIM_Thread_Handle =
109104               {
109105                   /* flags */
109106                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109107                   /* name */
109108                   "Handle",
109109                   /* qualifiers */
109110                   _CIM_Thread_Handle_qualifiers,
109111                   /* type */
109112                   CIMTYPE_STRING,
109113                   /* subscript */
109114                   -1,
109115 mike  1.1.2.1     /* value */
109116                   0,
109117               };
109118               
109119               static const char*
109120               _CIM_Thread_Priority_qualifiers[] =
109121               {
109122                   0,
109123               };
109124               
109125               static MetaProperty
109126               _CIM_Thread_Priority =
109127               {
109128                   /* flags */
109129                   META_FLAG_PROPERTY|META_FLAG_READ,
109130                   /* name */
109131                   "Priority",
109132                   /* qualifiers */
109133                   _CIM_Thread_Priority_qualifiers,
109134                   /* type */
109135                   CIMTYPE_UINT32,
109136 mike  1.1.2.1     /* subscript */
109137                   -1,
109138                   /* value */
109139                   0,
109140               };
109141               
109142               static const char*
109143               _CIM_Thread_ExecutionState_qualifiers[] =
109144               {
109145                   /* ValueMap */
109146                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
109147                   /* Values */
109148                   "\062\000\011Unknown\000Other\000Ready\000Running\000Blocked\000Suspended Blocked\000Suspended Ready\000Ready But Relinquished Processor\000Hung\000",
109149                   0,
109150               };
109151               
109152               static MetaProperty
109153               _CIM_Thread_ExecutionState =
109154               {
109155                   /* flags */
109156                   META_FLAG_PROPERTY|META_FLAG_READ,
109157 mike  1.1.2.1     /* name */
109158                   "ExecutionState",
109159                   /* qualifiers */
109160                   _CIM_Thread_ExecutionState_qualifiers,
109161                   /* type */
109162                   CIMTYPE_UINT16,
109163                   /* subscript */
109164                   -1,
109165                   /* value */
109166                   0,
109167               };
109168               
109169               static const char*
109170               _CIM_Thread_KernelModeTime_qualifiers[] =
109171               {
109172                   /* Units */
109173                   "\060MilliSeconds",
109174                   0,
109175               };
109176               
109177               static MetaProperty
109178 mike  1.1.2.1 _CIM_Thread_KernelModeTime =
109179               {
109180                   /* flags */
109181                   META_FLAG_PROPERTY|META_FLAG_READ,
109182                   /* name */
109183                   "KernelModeTime",
109184                   /* qualifiers */
109185                   _CIM_Thread_KernelModeTime_qualifiers,
109186                   /* type */
109187                   CIMTYPE_UINT64,
109188                   /* subscript */
109189                   -1,
109190                   /* value */
109191                   0,
109192               };
109193               
109194               static const char*
109195               _CIM_Thread_UserModeTime_qualifiers[] =
109196               {
109197                   /* Units */
109198                   "\060MilliSeconds",
109199 mike  1.1.2.1     0,
109200               };
109201               
109202               static MetaProperty
109203               _CIM_Thread_UserModeTime =
109204               {
109205                   /* flags */
109206                   META_FLAG_PROPERTY|META_FLAG_READ,
109207                   /* name */
109208                   "UserModeTime",
109209                   /* qualifiers */
109210                   _CIM_Thread_UserModeTime_qualifiers,
109211                   /* type */
109212                   CIMTYPE_UINT64,
109213                   /* subscript */
109214                   -1,
109215                   /* value */
109216                   0,
109217               };
109218               
109219               static MetaFeature*
109220 mike  1.1.2.1 _CIM_Thread_features[] =
109221               {
109222                   (MetaFeature*)&_CIM_Thread_CSCreationClassName,
109223                   (MetaFeature*)&_CIM_Thread_CSName,
109224                   (MetaFeature*)&_CIM_Thread_OSCreationClassName,
109225                   (MetaFeature*)&_CIM_Thread_OSName,
109226                   (MetaFeature*)&_CIM_Thread_ProcessCreationClassName,
109227                   (MetaFeature*)&_CIM_Thread_ProcessHandle,
109228                   (MetaFeature*)&_CIM_Thread_CreationClassName,
109229                   (MetaFeature*)&_CIM_Thread_Handle,
109230                   (MetaFeature*)&_CIM_Thread_Priority,
109231                   (MetaFeature*)&_CIM_Thread_ExecutionState,
109232                   (MetaFeature*)&_CIM_Thread_KernelModeTime,
109233                   (MetaFeature*)&_CIM_Thread_UserModeTime,
109234                   0,
109235               };
109236               
109237               static const char*
109238               __root_cimv2_CIM_Thread_qualifiers[] =
109239               {
109240                   /* UMLPackagePath */
109241 mike  1.1.2.1     "\057CIM::System::Processing",
109242                   /* Version */
109243                   "\0632.7.0",
109244                   0,
109245               };
109246               
109247               MetaClass
109248               __root_cimv2_CIM_Thread =
109249               {
109250                   /* flags */
109251                   META_FLAG_CLASS,
109252                   /* name */
109253                   "CIM_Thread",
109254                   /* qualifiers */
109255                   __root_cimv2_CIM_Thread_qualifiers,
109256                   /* super */
109257                   &__root_cimv2_CIM_EnabledLogicalElement,
109258                   /* features */
109259                   _CIM_Thread_features,
109260               };
109261               
109262 mike  1.1.2.1 //==============================================================================
109263               //
109264               // Class: CIM_TokenRingAdapter
109265               //
109266               //==============================================================================
109267               
109268               static const char*
109269               _CIM_TokenRingAdapter_NetworkAddresses_qualifiers[] =
109270               {
109271                   /* Deprecated */
109272                   "\013\000\001CIM_TokenRingAdapter.NetworkAddresses\000",
109273                   /* Override */
109274                   "\044NetworkAddresses",
109275                   /* ArrayType */
109276                   "\005Indexed",
109277                   0,
109278               };
109279               
109280               static MetaProperty
109281               _CIM_TokenRingAdapter_NetworkAddresses =
109282               {
109283 mike  1.1.2.1     /* flags */
109284                   META_FLAG_PROPERTY|META_FLAG_READ,
109285                   /* name */
109286                   "NetworkAddresses",
109287                   /* qualifiers */
109288                   _CIM_TokenRingAdapter_NetworkAddresses_qualifiers,
109289                   /* type */
109290                   CIMTYPE_STRING,
109291                   /* subscript */
109292                   0,
109293                   /* value */
109294                   0,
109295               };
109296               
109297               static const char*
109298               _CIM_TokenRingAdapter_MaxDataSize_qualifiers[] =
109299               {
109300                   /* Deprecated */
109301                   "\013\000\001CIM_TokenRingPort.MaxDataSize\000",
109302                   /* MappingStrings */
109303                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
109304 mike  1.1.2.1     0,
109305               };
109306               
109307               static MetaProperty
109308               _CIM_TokenRingAdapter_MaxDataSize =
109309               {
109310                   /* flags */
109311                   META_FLAG_PROPERTY|META_FLAG_READ,
109312                   /* name */
109313                   "MaxDataSize",
109314                   /* qualifiers */
109315                   _CIM_TokenRingAdapter_MaxDataSize_qualifiers,
109316                   /* type */
109317                   CIMTYPE_UINT32,
109318                   /* subscript */
109319                   -1,
109320                   /* value */
109321                   0,
109322               };
109323               
109324               static const char*
109325 mike  1.1.2.1 _CIM_TokenRingAdapter_Capabilities_qualifiers[] =
109326               {
109327                   /* Deprecated */
109328                   "\013\000\001CIM_TokenRingPort.Capabilities\000",
109329                   /* ValueMap */
109330                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109331                   /* Values */
109332                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
109333                   /* ArrayType */
109334                   "\005Indexed",
109335                   /* ModelCorrespondence */
109336                   "\036\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
109337                   0,
109338               };
109339               
109340               static MetaProperty
109341               _CIM_TokenRingAdapter_Capabilities =
109342               {
109343                   /* flags */
109344                   META_FLAG_PROPERTY|META_FLAG_READ,
109345                   /* name */
109346 mike  1.1.2.1     "Capabilities",
109347                   /* qualifiers */
109348                   _CIM_TokenRingAdapter_Capabilities_qualifiers,
109349                   /* type */
109350                   CIMTYPE_UINT16,
109351                   /* subscript */
109352                   0,
109353                   /* value */
109354                   0,
109355               };
109356               
109357               static const char*
109358               _CIM_TokenRingAdapter_CapabilityDescriptions_qualifiers[] =
109359               {
109360                   /* Deprecated */
109361                   "\013\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
109362                   /* ArrayType */
109363                   "\005Indexed",
109364                   /* ModelCorrespondence */
109365                   "\036\000\001CIM_TokenRingAdapter.Capabilities\000",
109366                   0,
109367 mike  1.1.2.1 };
109368               
109369               static MetaProperty
109370               _CIM_TokenRingAdapter_CapabilityDescriptions =
109371               {
109372                   /* flags */
109373                   META_FLAG_PROPERTY|META_FLAG_READ,
109374                   /* name */
109375                   "CapabilityDescriptions",
109376                   /* qualifiers */
109377                   _CIM_TokenRingAdapter_CapabilityDescriptions_qualifiers,
109378                   /* type */
109379                   CIMTYPE_STRING,
109380                   /* subscript */
109381                   0,
109382                   /* value */
109383                   0,
109384               };
109385               
109386               static const char*
109387               _CIM_TokenRingAdapter_EnabledCapabilities_qualifiers[] =
109388 mike  1.1.2.1 {
109389                   /* Deprecated */
109390                   "\013\000\001CIM_TokenRingPort.EnabledCapabilities\000",
109391                   /* ValueMap */
109392                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109393                   /* Values */
109394                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
109395                   /* ModelCorrespondence */
109396                   "\036\000\001CIM_TokenRingAdapter.Capabilities\000",
109397                   0,
109398               };
109399               
109400               static MetaProperty
109401               _CIM_TokenRingAdapter_EnabledCapabilities =
109402               {
109403                   /* flags */
109404                   META_FLAG_PROPERTY|META_FLAG_READ,
109405                   /* name */
109406                   "EnabledCapabilities",
109407                   /* qualifiers */
109408                   _CIM_TokenRingAdapter_EnabledCapabilities_qualifiers,
109409 mike  1.1.2.1     /* type */
109410                   CIMTYPE_UINT16,
109411                   /* subscript */
109412                   0,
109413                   /* value */
109414                   0,
109415               };
109416               
109417               static const char*
109418               _CIM_TokenRingAdapter_RingStatus_qualifiers[] =
109419               {
109420                   /* Deprecated */
109421                   "\013\000\001CIM_TokenRingPort.RingStatus\000",
109422                   /* MappingStrings */
109423                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingStatus\000",
109424                   0,
109425               };
109426               
109427               static MetaProperty
109428               _CIM_TokenRingAdapter_RingStatus =
109429               {
109430 mike  1.1.2.1     /* flags */
109431                   META_FLAG_PROPERTY|META_FLAG_READ,
109432                   /* name */
109433                   "RingStatus",
109434                   /* qualifiers */
109435                   _CIM_TokenRingAdapter_RingStatus_qualifiers,
109436                   /* type */
109437                   CIMTYPE_UINT32,
109438                   /* subscript */
109439                   -1,
109440                   /* value */
109441                   0,
109442               };
109443               
109444               static const char*
109445               _CIM_TokenRingAdapter_RingState_qualifiers[] =
109446               {
109447                   /* Deprecated */
109448                   "\013\000\001CIM_TokenRingPort.RingState\000",
109449                   /* ValueMap */
109450                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109451 mike  1.1.2.1     /* Values */
109452                   "\062\000\006Opened\000Closed\000Opening\000Closing\000Open Failure\000Ring Failure\000",
109453                   /* MappingStrings */
109454                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingState\000",
109455                   0,
109456               };
109457               
109458               static MetaProperty
109459               _CIM_TokenRingAdapter_RingState =
109460               {
109461                   /* flags */
109462                   META_FLAG_PROPERTY|META_FLAG_READ,
109463                   /* name */
109464                   "RingState",
109465                   /* qualifiers */
109466                   _CIM_TokenRingAdapter_RingState_qualifiers,
109467                   /* type */
109468                   CIMTYPE_UINT16,
109469                   /* subscript */
109470                   -1,
109471                   /* value */
109472 mike  1.1.2.1     0,
109473               };
109474               
109475               static const char*
109476               _CIM_TokenRingAdapter_RingOpenStatus_qualifiers[] =
109477               {
109478                   /* Deprecated */
109479                   "\013\000\001CIM_TokenRingPort.RingOpenStatus\000",
109480                   /* ValueMap */
109481                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
109482                   /* Values */
109483                   "\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",
109484                   /* MappingStrings */
109485                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingOpenStatus\000",
109486                   0,
109487               };
109488               
109489               static MetaProperty
109490               _CIM_TokenRingAdapter_RingOpenStatus =
109491               {
109492                   /* flags */
109493 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
109494                   /* name */
109495                   "RingOpenStatus",
109496                   /* qualifiers */
109497                   _CIM_TokenRingAdapter_RingOpenStatus_qualifiers,
109498                   /* type */
109499                   CIMTYPE_UINT16,
109500                   /* subscript */
109501                   -1,
109502                   /* value */
109503                   0,
109504               };
109505               
109506               static const char*
109507               _CIM_TokenRingAdapter_RingSpeed_qualifiers[] =
109508               {
109509                   /* Deprecated */
109510                   "\013\000\001CIM_TokenRingPort.RingSpeed\000",
109511                   /* ValueMap */
109512                   "\061\000\0050\0001\0002\0003\0004\000",
109513                   /* Values */
109514 mike  1.1.2.1     "\062\000\005Unknown\000Other\000One Megabit\000Four Megabit\000Sixteen Megabit\000",
109515                   /* MappingStrings */
109516                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingSpeed\000",
109517                   0,
109518               };
109519               
109520               static MetaProperty
109521               _CIM_TokenRingAdapter_RingSpeed =
109522               {
109523                   /* flags */
109524                   META_FLAG_PROPERTY|META_FLAG_READ,
109525                   /* name */
109526                   "RingSpeed",
109527                   /* qualifiers */
109528                   _CIM_TokenRingAdapter_RingSpeed_qualifiers,
109529                   /* type */
109530                   CIMTYPE_UINT16,
109531                   /* subscript */
109532                   -1,
109533                   /* value */
109534                   0,
109535 mike  1.1.2.1 };
109536               
109537               static const char*
109538               _CIM_TokenRingAdapter_BurstErrors_qualifiers[] =
109539               {
109540                   /* Deprecated */
109541                   "\013\000\001CIM_TokenRingPortStatistics.BurstErrors\000",
109542                   /* Counter */
109543                   "\012\001",
109544                   /* MappingStrings */
109545                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsBurstErrors\000",
109546                   0,
109547               };
109548               
109549               static MetaProperty
109550               _CIM_TokenRingAdapter_BurstErrors =
109551               {
109552                   /* flags */
109553                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109554                   /* name */
109555                   "BurstErrors",
109556 mike  1.1.2.1     /* qualifiers */
109557                   _CIM_TokenRingAdapter_BurstErrors_qualifiers,
109558                   /* type */
109559                   CIMTYPE_UINT32,
109560                   /* subscript */
109561                   -1,
109562                   /* value */
109563                   0,
109564               };
109565               
109566               static const char*
109567               _CIM_TokenRingAdapter_ACErrors_qualifiers[] =
109568               {
109569                   /* Deprecated */
109570                   "\013\000\001CIM_TokenRingPortStatistics.ACErrors\000",
109571                   /* Counter */
109572                   "\012\001",
109573                   /* MappingStrings */
109574                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsACErrors\000",
109575                   0,
109576               };
109577 mike  1.1.2.1 
109578               static MetaProperty
109579               _CIM_TokenRingAdapter_ACErrors =
109580               {
109581                   /* flags */
109582                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109583                   /* name */
109584                   "ACErrors",
109585                   /* qualifiers */
109586                   _CIM_TokenRingAdapter_ACErrors_qualifiers,
109587                   /* type */
109588                   CIMTYPE_UINT32,
109589                   /* subscript */
109590                   -1,
109591                   /* value */
109592                   0,
109593               };
109594               
109595               static const char*
109596               _CIM_TokenRingAdapter_AbortTransErrors_qualifiers[] =
109597               {
109598 mike  1.1.2.1     /* Deprecated */
109599                   "\013\000\001CIM_TokenRingPortStatistics.AbortTransErrors\000",
109600                   /* Counter */
109601                   "\012\001",
109602                   /* MappingStrings */
109603                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsAbortTransErrors\000",
109604                   0,
109605               };
109606               
109607               static MetaProperty
109608               _CIM_TokenRingAdapter_AbortTransErrors =
109609               {
109610                   /* flags */
109611                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109612                   /* name */
109613                   "AbortTransErrors",
109614                   /* qualifiers */
109615                   _CIM_TokenRingAdapter_AbortTransErrors_qualifiers,
109616                   /* type */
109617                   CIMTYPE_UINT32,
109618                   /* subscript */
109619 mike  1.1.2.1     -1,
109620                   /* value */
109621                   0,
109622               };
109623               
109624               static const char*
109625               _CIM_TokenRingAdapter_InternalErrors_qualifiers[] =
109626               {
109627                   /* Deprecated */
109628                   "\013\000\001CIM_TokenRingPortStatistics.InternalErrors\000",
109629                   /* Counter */
109630                   "\012\001",
109631                   /* MappingStrings */
109632                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsInternalErrors\000",
109633                   0,
109634               };
109635               
109636               static MetaProperty
109637               _CIM_TokenRingAdapter_InternalErrors =
109638               {
109639                   /* flags */
109640 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109641                   /* name */
109642                   "InternalErrors",
109643                   /* qualifiers */
109644                   _CIM_TokenRingAdapter_InternalErrors_qualifiers,
109645                   /* type */
109646                   CIMTYPE_UINT32,
109647                   /* subscript */
109648                   -1,
109649                   /* value */
109650                   0,
109651               };
109652               
109653               static const char*
109654               _CIM_TokenRingAdapter_LostFrameErrors_qualifiers[] =
109655               {
109656                   /* Deprecated */
109657                   "\013\000\001CIM_TokenRingPortStatistics.LostFrameErrors\000",
109658                   /* Counter */
109659                   "\012\001",
109660                   /* MappingStrings */
109661 mike  1.1.2.1     "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLostFrameErrors\000",
109662                   0,
109663               };
109664               
109665               static MetaProperty
109666               _CIM_TokenRingAdapter_LostFrameErrors =
109667               {
109668                   /* flags */
109669                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109670                   /* name */
109671                   "LostFrameErrors",
109672                   /* qualifiers */
109673                   _CIM_TokenRingAdapter_LostFrameErrors_qualifiers,
109674                   /* type */
109675                   CIMTYPE_UINT32,
109676                   /* subscript */
109677                   -1,
109678                   /* value */
109679                   0,
109680               };
109681               
109682 mike  1.1.2.1 static const char*
109683               _CIM_TokenRingAdapter_ReceiveCongestions_qualifiers[] =
109684               {
109685                   /* Deprecated */
109686                   "\013\000\001CIM_TokenRingPortStatistics.ReceiveCongestions\000",
109687                   /* Counter */
109688                   "\012\001",
109689                   /* MappingStrings */
109690                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsReceiveCongestions\000",
109691                   0,
109692               };
109693               
109694               static MetaProperty
109695               _CIM_TokenRingAdapter_ReceiveCongestions =
109696               {
109697                   /* flags */
109698                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109699                   /* name */
109700                   "ReceiveCongestions",
109701                   /* qualifiers */
109702                   _CIM_TokenRingAdapter_ReceiveCongestions_qualifiers,
109703 mike  1.1.2.1     /* type */
109704                   CIMTYPE_UINT32,
109705                   /* subscript */
109706                   -1,
109707                   /* value */
109708                   0,
109709               };
109710               
109711               static const char*
109712               _CIM_TokenRingAdapter_FrameCopiedErrors_qualifiers[] =
109713               {
109714                   /* Deprecated */
109715                   "\013\000\001CIM_TokenRingPortStatistics.FrameCopiedErrors\000",
109716                   /* Counter */
109717                   "\012\001",
109718                   /* MappingStrings */
109719                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFrameCopiedErrors\000",
109720                   0,
109721               };
109722               
109723               static MetaProperty
109724 mike  1.1.2.1 _CIM_TokenRingAdapter_FrameCopiedErrors =
109725               {
109726                   /* flags */
109727                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109728                   /* name */
109729                   "FrameCopiedErrors",
109730                   /* qualifiers */
109731                   _CIM_TokenRingAdapter_FrameCopiedErrors_qualifiers,
109732                   /* type */
109733                   CIMTYPE_UINT32,
109734                   /* subscript */
109735                   -1,
109736                   /* value */
109737                   0,
109738               };
109739               
109740               static const char*
109741               _CIM_TokenRingAdapter_TokenErrors_qualifiers[] =
109742               {
109743                   /* Deprecated */
109744                   "\013\000\001CIM_TokenRingPortStatistics.TokenErrors\000",
109745 mike  1.1.2.1     /* Counter */
109746                   "\012\001",
109747                   /* MappingStrings */
109748                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsTokenErrors\000",
109749                   0,
109750               };
109751               
109752               static MetaProperty
109753               _CIM_TokenRingAdapter_TokenErrors =
109754               {
109755                   /* flags */
109756                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109757                   /* name */
109758                   "TokenErrors",
109759                   /* qualifiers */
109760                   _CIM_TokenRingAdapter_TokenErrors_qualifiers,
109761                   /* type */
109762                   CIMTYPE_UINT32,
109763                   /* subscript */
109764                   -1,
109765                   /* value */
109766 mike  1.1.2.1     0,
109767               };
109768               
109769               static const char*
109770               _CIM_TokenRingAdapter_SoftErrors_qualifiers[] =
109771               {
109772                   /* Deprecated */
109773                   "\013\000\001CIM_TokenRingPortStatistics.SoftErrors\000",
109774                   /* Counter */
109775                   "\012\001",
109776                   /* MappingStrings */
109777                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSoftErrors\000",
109778                   0,
109779               };
109780               
109781               static MetaProperty
109782               _CIM_TokenRingAdapter_SoftErrors =
109783               {
109784                   /* flags */
109785                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109786                   /* name */
109787 mike  1.1.2.1     "SoftErrors",
109788                   /* qualifiers */
109789                   _CIM_TokenRingAdapter_SoftErrors_qualifiers,
109790                   /* type */
109791                   CIMTYPE_UINT32,
109792                   /* subscript */
109793                   -1,
109794                   /* value */
109795                   0,
109796               };
109797               
109798               static const char*
109799               _CIM_TokenRingAdapter_HardErrors_qualifiers[] =
109800               {
109801                   /* Deprecated */
109802                   "\013\000\001CIM_TokenRingPortStatistics.HardErrors\000",
109803                   /* Counter */
109804                   "\012\001",
109805                   /* MappingStrings */
109806                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsHardErrors\000",
109807                   0,
109808 mike  1.1.2.1 };
109809               
109810               static MetaProperty
109811               _CIM_TokenRingAdapter_HardErrors =
109812               {
109813                   /* flags */
109814                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109815                   /* name */
109816                   "HardErrors",
109817                   /* qualifiers */
109818                   _CIM_TokenRingAdapter_HardErrors_qualifiers,
109819                   /* type */
109820                   CIMTYPE_UINT32,
109821                   /* subscript */
109822                   -1,
109823                   /* value */
109824                   0,
109825               };
109826               
109827               static const char*
109828               _CIM_TokenRingAdapter_SignalLossCount_qualifiers[] =
109829 mike  1.1.2.1 {
109830                   /* Deprecated */
109831                   "\013\000\001CIM_TokenRingPortStatistics.SignalLossCount\000",
109832                   /* Counter */
109833                   "\012\001",
109834                   /* MappingStrings */
109835                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSignalLoss\000",
109836                   0,
109837               };
109838               
109839               static MetaProperty
109840               _CIM_TokenRingAdapter_SignalLossCount =
109841               {
109842                   /* flags */
109843                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109844                   /* name */
109845                   "SignalLossCount",
109846                   /* qualifiers */
109847                   _CIM_TokenRingAdapter_SignalLossCount_qualifiers,
109848                   /* type */
109849                   CIMTYPE_UINT32,
109850 mike  1.1.2.1     /* subscript */
109851                   -1,
109852                   /* value */
109853                   0,
109854               };
109855               
109856               static const char*
109857               _CIM_TokenRingAdapter_TransmittedBeacons_qualifiers[] =
109858               {
109859                   /* Deprecated */
109860                   "\013\000\001CIM_TokenRingPortStatistics.TransmittedBeacons\000",
109861                   /* Counter */
109862                   "\012\001",
109863                   /* MappingStrings */
109864                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsTransmitBeacons\000",
109865                   0,
109866               };
109867               
109868               static MetaProperty
109869               _CIM_TokenRingAdapter_TransmittedBeacons =
109870               {
109871 mike  1.1.2.1     /* flags */
109872                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109873                   /* name */
109874                   "TransmittedBeacons",
109875                   /* qualifiers */
109876                   _CIM_TokenRingAdapter_TransmittedBeacons_qualifiers,
109877                   /* type */
109878                   CIMTYPE_UINT32,
109879                   /* subscript */
109880                   -1,
109881                   /* value */
109882                   0,
109883               };
109884               
109885               static const char*
109886               _CIM_TokenRingAdapter_Recoverys_qualifiers[] =
109887               {
109888                   /* Deprecated */
109889                   "\013\000\001CIM_TokenRingPortStatistics.Recoverys\000",
109890                   /* Counter */
109891                   "\012\001",
109892 mike  1.1.2.1     /* MappingStrings */
109893                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsRecoverys\000",
109894                   0,
109895               };
109896               
109897               static MetaProperty
109898               _CIM_TokenRingAdapter_Recoverys =
109899               {
109900                   /* flags */
109901                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109902                   /* name */
109903                   "Recoverys",
109904                   /* qualifiers */
109905                   _CIM_TokenRingAdapter_Recoverys_qualifiers,
109906                   /* type */
109907                   CIMTYPE_UINT32,
109908                   /* subscript */
109909                   -1,
109910                   /* value */
109911                   0,
109912               };
109913 mike  1.1.2.1 
109914               static const char*
109915               _CIM_TokenRingAdapter_LobeWires_qualifiers[] =
109916               {
109917                   /* Deprecated */
109918                   "\013\000\001CIM_TokenRingPortStatistics.LobeWires\000",
109919                   /* Counter */
109920                   "\012\001",
109921                   /* MappingStrings */
109922                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsLobeWires\000",
109923                   0,
109924               };
109925               
109926               static MetaProperty
109927               _CIM_TokenRingAdapter_LobeWires =
109928               {
109929                   /* flags */
109930                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109931                   /* name */
109932                   "LobeWires",
109933                   /* qualifiers */
109934 mike  1.1.2.1     _CIM_TokenRingAdapter_LobeWires_qualifiers,
109935                   /* type */
109936                   CIMTYPE_UINT32,
109937                   /* subscript */
109938                   -1,
109939                   /* value */
109940                   0,
109941               };
109942               
109943               static const char*
109944               _CIM_TokenRingAdapter_Removes_qualifiers[] =
109945               {
109946                   /* Deprecated */
109947                   "\013\000\001CIM_TokenRingPortStatistics.Removes\000",
109948                   /* Counter */
109949                   "\012\001",
109950                   /* MappingStrings */
109951                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsRemoves\000",
109952                   0,
109953               };
109954               
109955 mike  1.1.2.1 static MetaProperty
109956               _CIM_TokenRingAdapter_Removes =
109957               {
109958                   /* flags */
109959                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109960                   /* name */
109961                   "Removes",
109962                   /* qualifiers */
109963                   _CIM_TokenRingAdapter_Removes_qualifiers,
109964                   /* type */
109965                   CIMTYPE_UINT32,
109966                   /* subscript */
109967                   -1,
109968                   /* value */
109969                   0,
109970               };
109971               
109972               static const char*
109973               _CIM_TokenRingAdapter_Singles_qualifiers[] =
109974               {
109975                   /* Deprecated */
109976 mike  1.1.2.1     "\013\000\001CIM_TokenRingPortStatistics.Singles\000",
109977                   /* Counter */
109978                   "\012\001",
109979                   /* MappingStrings */
109980                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSingles\000",
109981                   0,
109982               };
109983               
109984               static MetaProperty
109985               _CIM_TokenRingAdapter_Singles =
109986               {
109987                   /* flags */
109988                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109989                   /* name */
109990                   "Singles",
109991                   /* qualifiers */
109992                   _CIM_TokenRingAdapter_Singles_qualifiers,
109993                   /* type */
109994                   CIMTYPE_UINT32,
109995                   /* subscript */
109996                   -1,
109997 mike  1.1.2.1     /* value */
109998                   0,
109999               };
110000               
110001               static const char*
110002               _CIM_TokenRingAdapter_FrequencyErrors_qualifiers[] =
110003               {
110004                   /* Deprecated */
110005                   "\013\000\001CIM_TokenRingPortStatistics.FrequencyErrors\000",
110006                   /* Counter */
110007                   "\012\001",
110008                   /* MappingStrings */
110009                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsFreqErrors\000",
110010                   0,
110011               };
110012               
110013               static MetaProperty
110014               _CIM_TokenRingAdapter_FrequencyErrors =
110015               {
110016                   /* flags */
110017                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
110018 mike  1.1.2.1     /* name */
110019                   "FrequencyErrors",
110020                   /* qualifiers */
110021                   _CIM_TokenRingAdapter_FrequencyErrors_qualifiers,
110022                   /* type */
110023                   CIMTYPE_UINT32,
110024                   /* subscript */
110025                   -1,
110026                   /* value */
110027                   0,
110028               };
110029               
110030               static MetaFeature*
110031               _CIM_TokenRingAdapter_features[] =
110032               {
110033                   (MetaFeature*)&_CIM_TokenRingAdapter_NetworkAddresses,
110034                   (MetaFeature*)&_CIM_TokenRingAdapter_MaxDataSize,
110035                   (MetaFeature*)&_CIM_TokenRingAdapter_Capabilities,
110036                   (MetaFeature*)&_CIM_TokenRingAdapter_CapabilityDescriptions,
110037                   (MetaFeature*)&_CIM_TokenRingAdapter_EnabledCapabilities,
110038                   (MetaFeature*)&_CIM_TokenRingAdapter_RingStatus,
110039 mike  1.1.2.1     (MetaFeature*)&_CIM_TokenRingAdapter_RingState,
110040                   (MetaFeature*)&_CIM_TokenRingAdapter_RingOpenStatus,
110041                   (MetaFeature*)&_CIM_TokenRingAdapter_RingSpeed,
110042                   (MetaFeature*)&_CIM_TokenRingAdapter_BurstErrors,
110043                   (MetaFeature*)&_CIM_TokenRingAdapter_ACErrors,
110044                   (MetaFeature*)&_CIM_TokenRingAdapter_AbortTransErrors,
110045                   (MetaFeature*)&_CIM_TokenRingAdapter_InternalErrors,
110046                   (MetaFeature*)&_CIM_TokenRingAdapter_LostFrameErrors,
110047                   (MetaFeature*)&_CIM_TokenRingAdapter_ReceiveCongestions,
110048                   (MetaFeature*)&_CIM_TokenRingAdapter_FrameCopiedErrors,
110049                   (MetaFeature*)&_CIM_TokenRingAdapter_TokenErrors,
110050                   (MetaFeature*)&_CIM_TokenRingAdapter_SoftErrors,
110051                   (MetaFeature*)&_CIM_TokenRingAdapter_HardErrors,
110052                   (MetaFeature*)&_CIM_TokenRingAdapter_SignalLossCount,
110053                   (MetaFeature*)&_CIM_TokenRingAdapter_TransmittedBeacons,
110054                   (MetaFeature*)&_CIM_TokenRingAdapter_Recoverys,
110055                   (MetaFeature*)&_CIM_TokenRingAdapter_LobeWires,
110056                   (MetaFeature*)&_CIM_TokenRingAdapter_Removes,
110057                   (MetaFeature*)&_CIM_TokenRingAdapter_Singles,
110058                   (MetaFeature*)&_CIM_TokenRingAdapter_FrequencyErrors,
110059                   0,
110060 mike  1.1.2.1 };
110061               
110062               static const char*
110063               __root_cimv2_CIM_TokenRingAdapter_qualifiers[] =
110064               {
110065                   /* Deprecated */
110066                   "\013\000\001CIM_TokenRingAdapter\000",
110067                   /* UMLPackagePath */
110068                   "\057CIM::Device::NetworkAdapter",
110069                   /* Version */
110070                   "\0632.10.0",
110071                   0,
110072               };
110073               
110074               MetaClass
110075               __root_cimv2_CIM_TokenRingAdapter =
110076               {
110077                   /* flags */
110078                   META_FLAG_CLASS,
110079                   /* name */
110080                   "CIM_TokenRingAdapter",
110081 mike  1.1.2.1     /* qualifiers */
110082                   __root_cimv2_CIM_TokenRingAdapter_qualifiers,
110083                   /* super */
110084                   &__root_cimv2_CIM_NetworkAdapter,
110085                   /* features */
110086                   _CIM_TokenRingAdapter_features,
110087               };
110088               
110089               //==============================================================================
110090               //
110091               // Class: CIM_TokenRingPort
110092               //
110093               //==============================================================================
110094               
110095               static const char*
110096               _CIM_TokenRingPort_NetworkAddresses_qualifiers[] =
110097               {
110098                   /* Override */
110099                   "\044NetworkAddresses",
110100                   0,
110101               };
110102 mike  1.1.2.1 
110103               static MetaProperty
110104               _CIM_TokenRingPort_NetworkAddresses =
110105               {
110106                   /* flags */
110107                   META_FLAG_PROPERTY|META_FLAG_READ,
110108                   /* name */
110109                   "NetworkAddresses",
110110                   /* qualifiers */
110111                   _CIM_TokenRingPort_NetworkAddresses_qualifiers,
110112                   /* type */
110113                   CIMTYPE_STRING,
110114                   /* subscript */
110115                   0,
110116                   /* value */
110117                   0,
110118               };
110119               
110120               static const char*
110121               _CIM_TokenRingPort_MaxDataSize_qualifiers[] =
110122               {
110123 mike  1.1.2.1     /* MappingStrings */
110124                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
110125                   0,
110126               };
110127               
110128               static MetaProperty
110129               _CIM_TokenRingPort_MaxDataSize =
110130               {
110131                   /* flags */
110132                   META_FLAG_PROPERTY|META_FLAG_READ,
110133                   /* name */
110134                   "MaxDataSize",
110135                   /* qualifiers */
110136                   _CIM_TokenRingPort_MaxDataSize_qualifiers,
110137                   /* type */
110138                   CIMTYPE_UINT32,
110139                   /* subscript */
110140                   -1,
110141                   /* value */
110142                   0,
110143               };
110144 mike  1.1.2.1 
110145               static const char*
110146               _CIM_TokenRingPort_Capabilities_qualifiers[] =
110147               {
110148                   /* ValueMap */
110149                   "\061\000\0060\0001\0002\0003\0004\0005\000",
110150                   /* Values */
110151                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
110152                   /* ArrayType */
110153                   "\005Indexed",
110154                   /* ModelCorrespondence */
110155                   "\036\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
110156                   0,
110157               };
110158               
110159               static MetaProperty
110160               _CIM_TokenRingPort_Capabilities =
110161               {
110162                   /* flags */
110163                   META_FLAG_PROPERTY|META_FLAG_READ,
110164                   /* name */
110165 mike  1.1.2.1     "Capabilities",
110166                   /* qualifiers */
110167                   _CIM_TokenRingPort_Capabilities_qualifiers,
110168                   /* type */
110169                   CIMTYPE_UINT16,
110170                   /* subscript */
110171                   0,
110172                   /* value */
110173                   0,
110174               };
110175               
110176               static const char*
110177               _CIM_TokenRingPort_CapabilityDescriptions_qualifiers[] =
110178               {
110179                   /* ArrayType */
110180                   "\005Indexed",
110181                   /* ModelCorrespondence */
110182                   "\036\000\001CIM_TokenRingPort.Capabilities\000",
110183                   0,
110184               };
110185               
110186 mike  1.1.2.1 static MetaProperty
110187               _CIM_TokenRingPort_CapabilityDescriptions =
110188               {
110189                   /* flags */
110190                   META_FLAG_PROPERTY|META_FLAG_READ,
110191                   /* name */
110192                   "CapabilityDescriptions",
110193                   /* qualifiers */
110194                   _CIM_TokenRingPort_CapabilityDescriptions_qualifiers,
110195                   /* type */
110196                   CIMTYPE_STRING,
110197                   /* subscript */
110198                   0,
110199                   /* value */
110200                   0,
110201               };
110202               
110203               static const char*
110204               _CIM_TokenRingPort_EnabledCapabilities_qualifiers[] =
110205               {
110206                   /* ValueMap */
110207 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
110208                   /* Values */
110209                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
110210                   /* ArrayType */
110211                   "\005Indexed",
110212                   /* ModelCorrespondence */
110213                   "\036\000\002CIM_TokenRingPort.Capabilities\000CIM_TokenRingPort.OtherEnabledCapabilities\000",
110214                   0,
110215               };
110216               
110217               static MetaProperty
110218               _CIM_TokenRingPort_EnabledCapabilities =
110219               {
110220                   /* flags */
110221                   META_FLAG_PROPERTY|META_FLAG_READ,
110222                   /* name */
110223                   "EnabledCapabilities",
110224                   /* qualifiers */
110225                   _CIM_TokenRingPort_EnabledCapabilities_qualifiers,
110226                   /* type */
110227                   CIMTYPE_UINT16,
110228 mike  1.1.2.1     /* subscript */
110229                   0,
110230                   /* value */
110231                   0,
110232               };
110233               
110234               static const char*
110235               _CIM_TokenRingPort_OtherEnabledCapabilities_qualifiers[] =
110236               {
110237                   /* ArrayType */
110238                   "\005Indexed",
110239                   /* ModelCorrespondence */
110240                   "\036\000\001CIM_TokenRingPort.EnabledCapabilities\000",
110241                   0,
110242               };
110243               
110244               static MetaProperty
110245               _CIM_TokenRingPort_OtherEnabledCapabilities =
110246               {
110247                   /* flags */
110248                   META_FLAG_PROPERTY|META_FLAG_READ,
110249 mike  1.1.2.1     /* name */
110250                   "OtherEnabledCapabilities",
110251                   /* qualifiers */
110252                   _CIM_TokenRingPort_OtherEnabledCapabilities_qualifiers,
110253                   /* type */
110254                   CIMTYPE_STRING,
110255                   /* subscript */
110256                   0,
110257                   /* value */
110258                   0,
110259               };
110260               
110261               static const char*
110262               _CIM_TokenRingPort_RingStatus_qualifiers[] =
110263               {
110264                   /* MappingStrings */
110265                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingStatus\000",
110266                   0,
110267               };
110268               
110269               static MetaProperty
110270 mike  1.1.2.1 _CIM_TokenRingPort_RingStatus =
110271               {
110272                   /* flags */
110273                   META_FLAG_PROPERTY|META_FLAG_READ,
110274                   /* name */
110275                   "RingStatus",
110276                   /* qualifiers */
110277                   _CIM_TokenRingPort_RingStatus_qualifiers,
110278                   /* type */
110279                   CIMTYPE_UINT32,
110280                   /* subscript */
110281                   -1,
110282                   /* value */
110283                   0,
110284               };
110285               
110286               static const char*
110287               _CIM_TokenRingPort_RingState_qualifiers[] =
110288               {
110289                   /* ValueMap */
110290                   "\061\000\0060\0001\0002\0003\0004\0005\000",
110291 mike  1.1.2.1     /* Values */
110292                   "\062\000\006Opened\000Closed\000Opening\000Closing\000Open Failure\000Ring Failure\000",
110293                   /* MappingStrings */
110294                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingState\000",
110295                   0,
110296               };
110297               
110298               static MetaProperty
110299               _CIM_TokenRingPort_RingState =
110300               {
110301                   /* flags */
110302                   META_FLAG_PROPERTY|META_FLAG_READ,
110303                   /* name */
110304                   "RingState",
110305                   /* qualifiers */
110306                   _CIM_TokenRingPort_RingState_qualifiers,
110307                   /* type */
110308                   CIMTYPE_UINT16,
110309                   /* subscript */
110310                   -1,
110311                   /* value */
110312 mike  1.1.2.1     0,
110313               };
110314               
110315               static const char*
110316               _CIM_TokenRingPort_RingOpenStatus_qualifiers[] =
110317               {
110318                   /* ValueMap */
110319                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
110320                   /* Values */
110321                   "\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",
110322                   /* MappingStrings */
110323                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingOpenStatus\000",
110324                   0,
110325               };
110326               
110327               static MetaProperty
110328               _CIM_TokenRingPort_RingOpenStatus =
110329               {
110330                   /* flags */
110331                   META_FLAG_PROPERTY|META_FLAG_READ,
110332                   /* name */
110333 mike  1.1.2.1     "RingOpenStatus",
110334                   /* qualifiers */
110335                   _CIM_TokenRingPort_RingOpenStatus_qualifiers,
110336                   /* type */
110337                   CIMTYPE_UINT16,
110338                   /* subscript */
110339                   -1,
110340                   /* value */
110341                   0,
110342               };
110343               
110344               static const char*
110345               _CIM_TokenRingPort_RingSpeed_qualifiers[] =
110346               {
110347                   /* ValueMap */
110348                   "\061\000\0050\0001\0002\0003\0004\000",
110349                   /* Values */
110350                   "\062\000\005Unknown\000Other\000One Megabit\000Four Megabit\000Sixteen Megabit\000",
110351                   /* MappingStrings */
110352                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingSpeed\000",
110353                   0,
110354 mike  1.1.2.1 };
110355               
110356               static MetaProperty
110357               _CIM_TokenRingPort_RingSpeed =
110358               {
110359                   /* flags */
110360                   META_FLAG_PROPERTY|META_FLAG_READ,
110361                   /* name */
110362                   "RingSpeed",
110363                   /* qualifiers */
110364                   _CIM_TokenRingPort_RingSpeed_qualifiers,
110365                   /* type */
110366                   CIMTYPE_UINT16,
110367                   /* subscript */
110368                   -1,
110369                   /* value */
110370                   0,
110371               };
110372               
110373               static MetaFeature*
110374               _CIM_TokenRingPort_features[] =
110375 mike  1.1.2.1 {
110376                   (MetaFeature*)&_CIM_TokenRingPort_NetworkAddresses,
110377                   (MetaFeature*)&_CIM_TokenRingPort_MaxDataSize,
110378                   (MetaFeature*)&_CIM_TokenRingPort_Capabilities,
110379                   (MetaFeature*)&_CIM_TokenRingPort_CapabilityDescriptions,
110380                   (MetaFeature*)&_CIM_TokenRingPort_EnabledCapabilities,
110381                   (MetaFeature*)&_CIM_TokenRingPort_OtherEnabledCapabilities,
110382                   (MetaFeature*)&_CIM_TokenRingPort_RingStatus,
110383                   (MetaFeature*)&_CIM_TokenRingPort_RingState,
110384                   (MetaFeature*)&_CIM_TokenRingPort_RingOpenStatus,
110385                   (MetaFeature*)&_CIM_TokenRingPort_RingSpeed,
110386                   0,
110387               };
110388               
110389               static const char*
110390               __root_cimv2_CIM_TokenRingPort_qualifiers[] =
110391               {
110392                   /* UMLPackagePath */
110393                   "\057CIM::Device::Ports",
110394                   /* Version */
110395                   "\0632.10.0",
110396 mike  1.1.2.1     0,
110397               };
110398               
110399               MetaClass
110400               __root_cimv2_CIM_TokenRingPort =
110401               {
110402                   /* flags */
110403                   META_FLAG_CLASS,
110404                   /* name */
110405                   "CIM_TokenRingPort",
110406                   /* qualifiers */
110407                   __root_cimv2_CIM_TokenRingPort_qualifiers,
110408                   /* super */
110409                   &__root_cimv2_CIM_NetworkPort,
110410                   /* features */
110411                   _CIM_TokenRingPort_features,
110412               };
110413               
110414               //==============================================================================
110415               //
110416               // Class: CIM_UninterruptiblePowerSupply
110417 mike  1.1.2.1 //
110418               //==============================================================================
110419               
110420               static const char*
110421               _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow_qualifiers[] =
110422               {
110423                   /* Override */
110424                   "\044Range1InputVoltageLow",
110425                   /* Units */
110426                   "\060MilliVolts",
110427                   0,
110428               };
110429               
110430               static MetaProperty
110431               _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow =
110432               {
110433                   /* flags */
110434                   META_FLAG_PROPERTY|META_FLAG_READ,
110435                   /* name */
110436                   "Range1InputVoltageLow",
110437                   /* qualifiers */
110438 mike  1.1.2.1     _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow_qualifiers,
110439                   /* type */
110440                   CIMTYPE_UINT32,
110441                   /* subscript */
110442                   -1,
110443                   /* value */
110444                   0,
110445               };
110446               
110447               static const char*
110448               _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh_qualifiers[] =
110449               {
110450                   /* Override */
110451                   "\044Range1InputVoltageHigh",
110452                   /* Units */
110453                   "\060MilliVolts",
110454                   0,
110455               };
110456               
110457               static MetaProperty
110458               _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh =
110459 mike  1.1.2.1 {
110460                   /* flags */
110461                   META_FLAG_PROPERTY|META_FLAG_READ,
110462                   /* name */
110463                   "Range1InputVoltageHigh",
110464                   /* qualifiers */
110465                   _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh_qualifiers,
110466                   /* type */
110467                   CIMTYPE_UINT32,
110468                   /* subscript */
110469                   -1,
110470                   /* value */
110471                   0,
110472               };
110473               
110474               static const char*
110475               _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow_qualifiers[] =
110476               {
110477                   /* Override */
110478                   "\044Range2InputVoltageLow",
110479                   /* Units */
110480 mike  1.1.2.1     "\060MilliVolts",
110481                   0,
110482               };
110483               
110484               static MetaProperty
110485               _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow =
110486               {
110487                   /* flags */
110488                   META_FLAG_PROPERTY|META_FLAG_READ,
110489                   /* name */
110490                   "Range2InputVoltageLow",
110491                   /* qualifiers */
110492                   _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow_qualifiers,
110493                   /* type */
110494                   CIMTYPE_UINT32,
110495                   /* subscript */
110496                   -1,
110497                   /* value */
110498                   0,
110499               };
110500               
110501 mike  1.1.2.1 static const char*
110502               _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh_qualifiers[] =
110503               {
110504                   /* Override */
110505                   "\044Range2InputVoltageHigh",
110506                   /* Units */
110507                   "\060MilliVolts",
110508                   0,
110509               };
110510               
110511               static MetaProperty
110512               _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh =
110513               {
110514                   /* flags */
110515                   META_FLAG_PROPERTY|META_FLAG_READ,
110516                   /* name */
110517                   "Range2InputVoltageHigh",
110518                   /* qualifiers */
110519                   _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh_qualifiers,
110520                   /* type */
110521                   CIMTYPE_UINT32,
110522 mike  1.1.2.1     /* subscript */
110523                   -1,
110524                   /* value */
110525                   0,
110526               };
110527               
110528               static const char*
110529               _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus_qualifiers[] =
110530               {
110531                   /* ValueMap */
110532                   "\061\000\0041\0002\0003\0004\000",
110533                   /* Values */
110534                   "\062\000\004Unknown\000Normal\000Low\000Depleted\000",
110535                   /* MappingStrings */
110536                   "\026\000\001MIF.DMTF|UPS Battery|001.1\000",
110537                   0,
110538               };
110539               
110540               static MetaProperty
110541               _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus =
110542               {
110543 mike  1.1.2.1     /* flags */
110544                   META_FLAG_PROPERTY|META_FLAG_READ,
110545                   /* name */
110546                   "RemainingCapacityStatus",
110547                   /* qualifiers */
110548                   _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus_qualifiers,
110549                   /* type */
110550                   CIMTYPE_UINT16,
110551                   /* subscript */
110552                   -1,
110553                   /* value */
110554                   0,
110555               };
110556               
110557               static const char*
110558               _CIM_UninterruptiblePowerSupply_TimeOnBackup_qualifiers[] =
110559               {
110560                   /* Units */
110561                   "\060Seconds",
110562                   /* MappingStrings */
110563                   "\026\000\001MIF.DMTF|UPS Battery|001.2\000",
110564 mike  1.1.2.1     0,
110565               };
110566               
110567               static MetaProperty
110568               _CIM_UninterruptiblePowerSupply_TimeOnBackup =
110569               {
110570                   /* flags */
110571                   META_FLAG_PROPERTY|META_FLAG_READ,
110572                   /* name */
110573                   "TimeOnBackup",
110574                   /* qualifiers */
110575                   _CIM_UninterruptiblePowerSupply_TimeOnBackup_qualifiers,
110576                   /* type */
110577                   CIMTYPE_UINT32,
110578                   /* subscript */
110579                   -1,
110580                   /* value */
110581                   0,
110582               };
110583               
110584               static const char*
110585 mike  1.1.2.1 _CIM_UninterruptiblePowerSupply_EstimatedRunTime_qualifiers[] =
110586               {
110587                   /* Units */
110588                   "\060Minutes",
110589                   /* MappingStrings */
110590                   "\026\000\001MIF.DMTF|UPS Battery|001.3\000",
110591                   0,
110592               };
110593               
110594               static MetaProperty
110595               _CIM_UninterruptiblePowerSupply_EstimatedRunTime =
110596               {
110597                   /* flags */
110598                   META_FLAG_PROPERTY|META_FLAG_READ,
110599                   /* name */
110600                   "EstimatedRunTime",
110601                   /* qualifiers */
110602                   _CIM_UninterruptiblePowerSupply_EstimatedRunTime_qualifiers,
110603                   /* type */
110604                   CIMTYPE_UINT32,
110605                   /* subscript */
110606 mike  1.1.2.1     -1,
110607                   /* value */
110608                   0,
110609               };
110610               
110611               static const char*
110612               _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining_qualifiers[] =
110613               {
110614                   /* Units */
110615                   "\060Percent",
110616                   /* Gauge */
110617                   "\023\001",
110618                   /* MappingStrings */
110619                   "\026\000\001MIF.DMTF|UPS Battery|001.4\000",
110620                   0,
110621               };
110622               
110623               static MetaProperty
110624               _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining =
110625               {
110626                   /* flags */
110627 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
110628                   /* name */
110629                   "EstimatedChargeRemaining",
110630                   /* qualifiers */
110631                   _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining_qualifiers,
110632                   /* type */
110633                   CIMTYPE_UINT16,
110634                   /* subscript */
110635                   -1,
110636                   /* value */
110637                   0,
110638               };
110639               
110640               static MetaFeature*
110641               _CIM_UninterruptiblePowerSupply_features[] =
110642               {
110643                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range1InputVoltageLow,
110644                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh,
110645                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range2InputVoltageLow,
110646                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh,
110647                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_RemainingCapacityStatus,
110648 mike  1.1.2.1     (MetaFeature*)&_CIM_UninterruptiblePowerSupply_TimeOnBackup,
110649                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_EstimatedRunTime,
110650                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining,
110651                   0,
110652               };
110653               
110654               static const char*
110655               __root_cimv2_CIM_UninterruptiblePowerSupply_qualifiers[] =
110656               {
110657                   /* UMLPackagePath */
110658                   "\057CIM::Device::CoolingAndPower",
110659                   /* Version */
110660                   "\0632.10.0",
110661                   0,
110662               };
110663               
110664               MetaClass
110665               __root_cimv2_CIM_UninterruptiblePowerSupply =
110666               {
110667                   /* flags */
110668                   META_FLAG_CLASS,
110669 mike  1.1.2.1     /* name */
110670                   "CIM_UninterruptiblePowerSupply",
110671                   /* qualifiers */
110672                   __root_cimv2_CIM_UninterruptiblePowerSupply_qualifiers,
110673                   /* super */
110674                   &__root_cimv2_CIM_PowerSupply,
110675                   /* features */
110676                   _CIM_UninterruptiblePowerSupply_features,
110677               };
110678               
110679               //==============================================================================
110680               //
110681               // Class: CIM_UnixLocalFileSystem
110682               //
110683               //==============================================================================
110684               
110685               static const char*
110686               _CIM_UnixLocalFileSystem_FreeInodes_qualifiers[] =
110687               {
110688                   /* MappingStrings */
110689                   "\026\000\001MIF.DMTF|Host File System|001.12\000",
110690 mike  1.1.2.1     /* ModelCorrespondence */
110691                   "\036\000\001CIM_UnixLocalFileSystem.TotalInodes\000",
110692                   0,
110693               };
110694               
110695               static MetaProperty
110696               _CIM_UnixLocalFileSystem_FreeInodes =
110697               {
110698                   /* flags */
110699                   META_FLAG_PROPERTY|META_FLAG_READ,
110700                   /* name */
110701                   "FreeInodes",
110702                   /* qualifiers */
110703                   _CIM_UnixLocalFileSystem_FreeInodes_qualifiers,
110704                   /* type */
110705                   CIMTYPE_UINT64,
110706                   /* subscript */
110707                   -1,
110708                   /* value */
110709                   0,
110710               };
110711 mike  1.1.2.1 
110712               static const char*
110713               _CIM_UnixLocalFileSystem_TotalInodes_qualifiers[] =
110714               {
110715                   /* MappingStrings */
110716                   "\026\000\001MIF.DMTF|Host File System|001.11\000",
110717                   0,
110718               };
110719               
110720               static MetaProperty
110721               _CIM_UnixLocalFileSystem_TotalInodes =
110722               {
110723                   /* flags */
110724                   META_FLAG_PROPERTY|META_FLAG_READ,
110725                   /* name */
110726                   "TotalInodes",
110727                   /* qualifiers */
110728                   _CIM_UnixLocalFileSystem_TotalInodes_qualifiers,
110729                   /* type */
110730                   CIMTYPE_UINT64,
110731                   /* subscript */
110732 mike  1.1.2.1     -1,
110733                   /* value */
110734                   0,
110735               };
110736               
110737               static const char*
110738               _CIM_UnixLocalFileSystem_FSReservedCapacity_qualifiers[] =
110739               {
110740                   /* Units */
110741                   "\060Bytes",
110742                   /* MappingStrings */
110743                   "\026\000\001MIF.DMTF|Host File System|001.15\000",
110744                   0,
110745               };
110746               
110747               static MetaProperty
110748               _CIM_UnixLocalFileSystem_FSReservedCapacity =
110749               {
110750                   /* flags */
110751                   META_FLAG_PROPERTY|META_FLAG_READ,
110752                   /* name */
110753 mike  1.1.2.1     "FSReservedCapacity",
110754                   /* qualifiers */
110755                   _CIM_UnixLocalFileSystem_FSReservedCapacity_qualifiers,
110756                   /* type */
110757                   CIMTYPE_UINT64,
110758                   /* subscript */
110759                   -1,
110760                   /* value */
110761                   0,
110762               };
110763               
110764               static MetaFeature*
110765               _CIM_UnixLocalFileSystem_features[] =
110766               {
110767                   (MetaFeature*)&_CIM_UnixLocalFileSystem_FreeInodes,
110768                   (MetaFeature*)&_CIM_UnixLocalFileSystem_TotalInodes,
110769                   (MetaFeature*)&_CIM_UnixLocalFileSystem_FSReservedCapacity,
110770                   0,
110771               };
110772               
110773               static const char*
110774 mike  1.1.2.1 __root_cimv2_CIM_UnixLocalFileSystem_qualifiers[] =
110775               {
110776                   /* UMLPackagePath */
110777                   "\057CIM::System::Unix",
110778                   /* Version */
110779                   "\0632.8.0",
110780                   0,
110781               };
110782               
110783               MetaClass
110784               __root_cimv2_CIM_UnixLocalFileSystem =
110785               {
110786                   /* flags */
110787                   META_FLAG_CLASS,
110788                   /* name */
110789                   "CIM_UnixLocalFileSystem",
110790                   /* qualifiers */
110791                   __root_cimv2_CIM_UnixLocalFileSystem_qualifiers,
110792                   /* super */
110793                   &__root_cimv2_CIM_LocalFileSystem,
110794                   /* features */
110795 mike  1.1.2.1     _CIM_UnixLocalFileSystem_features,
110796               };
110797               
110798               //==============================================================================
110799               //
110800               // Class: CIM_UnixProcess
110801               //
110802               //==============================================================================
110803               
110804               static const char*
110805               _CIM_UnixProcess_ParentProcessID_qualifiers[] =
110806               {
110807                   /* Required */
110808                   "\050\001",
110809                   /* MappingStrings */
110810                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
110811                   0,
110812               };
110813               
110814               static MetaProperty
110815               _CIM_UnixProcess_ParentProcessID =
110816 mike  1.1.2.1 {
110817                   /* flags */
110818                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110819                   /* name */
110820                   "ParentProcessID",
110821                   /* qualifiers */
110822                   _CIM_UnixProcess_ParentProcessID_qualifiers,
110823                   /* type */
110824                   CIMTYPE_STRING,
110825                   /* subscript */
110826                   -1,
110827                   /* value */
110828                   0,
110829               };
110830               
110831               static const char*
110832               _CIM_UnixProcess_RealUserID_qualifiers[] =
110833               {
110834                   /* Required */
110835                   "\050\001",
110836                   /* MappingStrings */
110837 mike  1.1.2.1     "\026\000\001MIF.DMTF|Process Information|001.4\000",
110838                   0,
110839               };
110840               
110841               static MetaProperty
110842               _CIM_UnixProcess_RealUserID =
110843               {
110844                   /* flags */
110845                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110846                   /* name */
110847                   "RealUserID",
110848                   /* qualifiers */
110849                   _CIM_UnixProcess_RealUserID_qualifiers,
110850                   /* type */
110851                   CIMTYPE_UINT64,
110852                   /* subscript */
110853                   -1,
110854                   /* value */
110855                   0,
110856               };
110857               
110858 mike  1.1.2.1 static const char*
110859               _CIM_UnixProcess_ProcessGroupID_qualifiers[] =
110860               {
110861                   /* Required */
110862                   "\050\001",
110863                   /* MappingStrings */
110864                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
110865                   0,
110866               };
110867               
110868               static MetaProperty
110869               _CIM_UnixProcess_ProcessGroupID =
110870               {
110871                   /* flags */
110872                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110873                   /* name */
110874                   "ProcessGroupID",
110875                   /* qualifiers */
110876                   _CIM_UnixProcess_ProcessGroupID_qualifiers,
110877                   /* type */
110878                   CIMTYPE_UINT64,
110879 mike  1.1.2.1     /* subscript */
110880                   -1,
110881                   /* value */
110882                   0,
110883               };
110884               
110885               static const char*
110886               _CIM_UnixProcess_ProcessSessionID_qualifiers[] =
110887               {
110888                   0,
110889               };
110890               
110891               static MetaProperty
110892               _CIM_UnixProcess_ProcessSessionID =
110893               {
110894                   /* flags */
110895                   META_FLAG_PROPERTY|META_FLAG_READ,
110896                   /* name */
110897                   "ProcessSessionID",
110898                   /* qualifiers */
110899                   _CIM_UnixProcess_ProcessSessionID_qualifiers,
110900 mike  1.1.2.1     /* type */
110901                   CIMTYPE_UINT64,
110902                   /* subscript */
110903                   -1,
110904                   /* value */
110905                   0,
110906               };
110907               
110908               static const char*
110909               _CIM_UnixProcess_ProcessTTY_qualifiers[] =
110910               {
110911                   /* MappingStrings */
110912                   "\026\000\001MIF.DMTF|Process Information|001.5\000",
110913                   0,
110914               };
110915               
110916               static MetaProperty
110917               _CIM_UnixProcess_ProcessTTY =
110918               {
110919                   /* flags */
110920                   META_FLAG_PROPERTY|META_FLAG_READ,
110921 mike  1.1.2.1     /* name */
110922                   "ProcessTTY",
110923                   /* qualifiers */
110924                   _CIM_UnixProcess_ProcessTTY_qualifiers,
110925                   /* type */
110926                   CIMTYPE_STRING,
110927                   /* subscript */
110928                   -1,
110929                   /* value */
110930                   0,
110931               };
110932               
110933               static const char*
110934               _CIM_UnixProcess_ModulePath_qualifiers[] =
110935               {
110936                   /* MappingStrings */
110937                   "\026\000\001MIF.DMTF|Process Information|001.7\000",
110938                   0,
110939               };
110940               
110941               static MetaProperty
110942 mike  1.1.2.1 _CIM_UnixProcess_ModulePath =
110943               {
110944                   /* flags */
110945                   META_FLAG_PROPERTY|META_FLAG_READ,
110946                   /* name */
110947                   "ModulePath",
110948                   /* qualifiers */
110949                   _CIM_UnixProcess_ModulePath_qualifiers,
110950                   /* type */
110951                   CIMTYPE_STRING,
110952                   /* subscript */
110953                   -1,
110954                   /* value */
110955                   0,
110956               };
110957               
110958               static const char*
110959               _CIM_UnixProcess_Parameters_qualifiers[] =
110960               {
110961                   /* MappingStrings */
110962                   "\026\000\001MIF.DMTF|Process Information|001.8\000",
110963 mike  1.1.2.1     0,
110964               };
110965               
110966               static MetaProperty
110967               _CIM_UnixProcess_Parameters =
110968               {
110969                   /* flags */
110970                   META_FLAG_PROPERTY|META_FLAG_READ,
110971                   /* name */
110972                   "Parameters",
110973                   /* qualifiers */
110974                   _CIM_UnixProcess_Parameters_qualifiers,
110975                   /* type */
110976                   CIMTYPE_STRING,
110977                   /* subscript */
110978                   0,
110979                   /* value */
110980                   0,
110981               };
110982               
110983               static const char*
110984 mike  1.1.2.1 _CIM_UnixProcess_ProcessNiceValue_qualifiers[] =
110985               {
110986                   /* MappingStrings */
110987                   "\026\000\001MIF.DMTF|Process Information|001.11\000",
110988                   0,
110989               };
110990               
110991               static MetaProperty
110992               _CIM_UnixProcess_ProcessNiceValue =
110993               {
110994                   /* flags */
110995                   META_FLAG_PROPERTY|META_FLAG_READ,
110996                   /* name */
110997                   "ProcessNiceValue",
110998                   /* qualifiers */
110999                   _CIM_UnixProcess_ProcessNiceValue_qualifiers,
111000                   /* type */
111001                   CIMTYPE_UINT32,
111002                   /* subscript */
111003                   -1,
111004                   /* value */
111005 mike  1.1.2.1     0,
111006               };
111007               
111008               static const char*
111009               _CIM_UnixProcess_ProcessWaitingForEvent_qualifiers[] =
111010               {
111011                   /* ModelCorrespondence */
111012                   "\036\000\001CIM_Process.ExecutionState\000",
111013                   0,
111014               };
111015               
111016               static MetaProperty
111017               _CIM_UnixProcess_ProcessWaitingForEvent =
111018               {
111019                   /* flags */
111020                   META_FLAG_PROPERTY|META_FLAG_READ,
111021                   /* name */
111022                   "ProcessWaitingForEvent",
111023                   /* qualifiers */
111024                   _CIM_UnixProcess_ProcessWaitingForEvent_qualifiers,
111025                   /* type */
111026 mike  1.1.2.1     CIMTYPE_STRING,
111027                   /* subscript */
111028                   -1,
111029                   /* value */
111030                   0,
111031               };
111032               
111033               static MetaFeature*
111034               _CIM_UnixProcess_features[] =
111035               {
111036                   (MetaFeature*)&_CIM_UnixProcess_ParentProcessID,
111037                   (MetaFeature*)&_CIM_UnixProcess_RealUserID,
111038                   (MetaFeature*)&_CIM_UnixProcess_ProcessGroupID,
111039                   (MetaFeature*)&_CIM_UnixProcess_ProcessSessionID,
111040                   (MetaFeature*)&_CIM_UnixProcess_ProcessTTY,
111041                   (MetaFeature*)&_CIM_UnixProcess_ModulePath,
111042                   (MetaFeature*)&_CIM_UnixProcess_Parameters,
111043                   (MetaFeature*)&_CIM_UnixProcess_ProcessNiceValue,
111044                   (MetaFeature*)&_CIM_UnixProcess_ProcessWaitingForEvent,
111045                   0,
111046               };
111047 mike  1.1.2.1 
111048               static const char*
111049               __root_cimv2_CIM_UnixProcess_qualifiers[] =
111050               {
111051                   /* UMLPackagePath */
111052                   "\057CIM::System::Unix",
111053                   /* Version */
111054                   "\0632.6.0",
111055                   0,
111056               };
111057               
111058               MetaClass
111059               __root_cimv2_CIM_UnixProcess =
111060               {
111061                   /* flags */
111062                   META_FLAG_CLASS,
111063                   /* name */
111064                   "CIM_UnixProcess",
111065                   /* qualifiers */
111066                   __root_cimv2_CIM_UnixProcess_qualifiers,
111067                   /* super */
111068 mike  1.1.2.1     &__root_cimv2_CIM_Process,
111069                   /* features */
111070                   _CIM_UnixProcess_features,
111071               };
111072               
111073               //==============================================================================
111074               //
111075               // Class: CIM_UnixProcessStatistics
111076               //
111077               //==============================================================================
111078               
111079               static const char*
111080               _CIM_UnixProcessStatistics_Element_qualifiers[] =
111081               {
111082                   /* Override */
111083                   "\044Element",
111084                   /* Min */
111085                   "\033\000\000\000\001",
111086                   /* Max */
111087                   "\027\000\000\000\001",
111088                   0,
111089 mike  1.1.2.1 };
111090               
111091               static MetaReference
111092               _CIM_UnixProcessStatistics_Element =
111093               {
111094                   /* flags */
111095                   META_FLAG_REFERENCE|META_FLAG_READ,
111096                   /* name */
111097                   "Element",
111098                   /* qualifiers */
111099                   _CIM_UnixProcessStatistics_Element_qualifiers,
111100                   /* subscript */
111101                   -1,
111102                   /* refId */
111103                   &__root_cimv2_CIM_UnixProcess,
111104               };
111105               
111106               static const char*
111107               _CIM_UnixProcessStatistics_Stats_qualifiers[] =
111108               {
111109                   /* Override */
111110 mike  1.1.2.1     "\044Stats",
111111                   /* Weak */
111112                   "\064\001",
111113                   0,
111114               };
111115               
111116               static MetaReference
111117               _CIM_UnixProcessStatistics_Stats =
111118               {
111119                   /* flags */
111120                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
111121                   /* name */
111122                   "Stats",
111123                   /* qualifiers */
111124                   _CIM_UnixProcessStatistics_Stats_qualifiers,
111125                   /* subscript */
111126                   -1,
111127                   /* refId */
111128                   &__root_cimv2_CIM_UnixProcessStatisticalInformation,
111129               };
111130               
111131 mike  1.1.2.1 static MetaFeature*
111132               _CIM_UnixProcessStatistics_features[] =
111133               {
111134                   (MetaFeature*)&_CIM_UnixProcessStatistics_Element,
111135                   (MetaFeature*)&_CIM_UnixProcessStatistics_Stats,
111136                   0,
111137               };
111138               
111139               static const char*
111140               __root_cimv2_CIM_UnixProcessStatistics_qualifiers[] =
111141               {
111142                   /* ASSOCIATION */
111143                   "\000\001",
111144                   /* UMLPackagePath */
111145                   "\057CIM::System::Unix",
111146                   /* Version */
111147                   "\0632.6.0",
111148                   0,
111149               };
111150               
111151               MetaClass
111152 mike  1.1.2.1 __root_cimv2_CIM_UnixProcessStatistics =
111153               {
111154                   /* flags */
111155                   META_FLAG_ASSOCIATION,
111156                   /* name */
111157                   "CIM_UnixProcessStatistics",
111158                   /* qualifiers */
111159                   __root_cimv2_CIM_UnixProcessStatistics_qualifiers,
111160                   /* super */
111161                   &__root_cimv2_CIM_Statistics,
111162                   /* features */
111163                   _CIM_UnixProcessStatistics_features,
111164               };
111165               
111166               //==============================================================================
111167               //
111168               // Class: CIM_UnixThread
111169               //
111170               //==============================================================================
111171               
111172               static const char*
111173 mike  1.1.2.1 _CIM_UnixThread_SchedPolicy_qualifiers[] =
111174               {
111175                   /* ValueMap */
111176                   "\061\000\0040\0001\0002\0003\000",
111177                   /* Values */
111178                   "\062\000\004Unknown\000Other\000SCHED_FIFO\000SCHED_RR\000",
111179                   /* ModelCorrespondence */
111180                   "\036\000\001CIM_UnixThread.OtherSchedPolicy\000",
111181                   0,
111182               };
111183               
111184               static MetaProperty
111185               _CIM_UnixThread_SchedPolicy =
111186               {
111187                   /* flags */
111188                   META_FLAG_PROPERTY|META_FLAG_READ,
111189                   /* name */
111190                   "SchedPolicy",
111191                   /* qualifiers */
111192                   _CIM_UnixThread_SchedPolicy_qualifiers,
111193                   /* type */
111194 mike  1.1.2.1     CIMTYPE_UINT16,
111195                   /* subscript */
111196                   -1,
111197                   /* value */
111198                   0,
111199               };
111200               
111201               static const char*
111202               _CIM_UnixThread_OtherSchedPolicy_qualifiers[] =
111203               {
111204                   /* ModelCorrespondence */
111205                   "\036\000\001CIM_UnixThread.SchedPolicy\000",
111206                   0,
111207               };
111208               
111209               static MetaProperty
111210               _CIM_UnixThread_OtherSchedPolicy =
111211               {
111212                   /* flags */
111213                   META_FLAG_PROPERTY|META_FLAG_READ,
111214                   /* name */
111215 mike  1.1.2.1     "OtherSchedPolicy",
111216                   /* qualifiers */
111217                   _CIM_UnixThread_OtherSchedPolicy_qualifiers,
111218                   /* type */
111219                   CIMTYPE_STRING,
111220                   /* subscript */
111221                   -1,
111222                   /* value */
111223                   0,
111224               };
111225               
111226               static const char*
111227               _CIM_UnixThread_GuardSize_qualifiers[] =
111228               {
111229                   0,
111230               };
111231               
111232               static MetaProperty
111233               _CIM_UnixThread_GuardSize =
111234               {
111235                   /* flags */
111236 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
111237                   /* name */
111238                   "GuardSize",
111239                   /* qualifiers */
111240                   _CIM_UnixThread_GuardSize_qualifiers,
111241                   /* type */
111242                   CIMTYPE_STRING,
111243                   /* subscript */
111244                   -1,
111245                   /* value */
111246                   0,
111247               };
111248               
111249               static const char*
111250               _CIM_UnixThread_DetachState_qualifiers[] =
111251               {
111252                   /* ValueMap */
111253                   "\061\000\0030\0002\0003\000",
111254                   /* Values */
111255                   "\062\000\003Unknown\000PTHREAD_CREATE_DETACHED\000PTHREAD_CREATE_JOINABLE\000",
111256                   0,
111257 mike  1.1.2.1 };
111258               
111259               static MetaProperty
111260               _CIM_UnixThread_DetachState =
111261               {
111262                   /* flags */
111263                   META_FLAG_PROPERTY|META_FLAG_READ,
111264                   /* name */
111265                   "DetachState",
111266                   /* qualifiers */
111267                   _CIM_UnixThread_DetachState_qualifiers,
111268                   /* type */
111269                   CIMTYPE_UINT16,
111270                   /* subscript */
111271                   -1,
111272                   /* value */
111273                   0,
111274               };
111275               
111276               static const char*
111277               _CIM_UnixThread_InheritSched_qualifiers[] =
111278 mike  1.1.2.1 {
111279                   /* ValueMap */
111280                   "\061\000\0030\0002\0003\000",
111281                   /* Values */
111282                   "\062\000\003Unknown\000PTHREAD_INHERIT_SCHED\000PTHREAD_EXPLICIT_SCHED\000",
111283                   0,
111284               };
111285               
111286               static MetaProperty
111287               _CIM_UnixThread_InheritSched =
111288               {
111289                   /* flags */
111290                   META_FLAG_PROPERTY|META_FLAG_READ,
111291                   /* name */
111292                   "InheritSched",
111293                   /* qualifiers */
111294                   _CIM_UnixThread_InheritSched_qualifiers,
111295                   /* type */
111296                   CIMTYPE_UINT16,
111297                   /* subscript */
111298                   -1,
111299 mike  1.1.2.1     /* value */
111300                   0,
111301               };
111302               
111303               static const char*
111304               _CIM_UnixThread_ContentionScope_qualifiers[] =
111305               {
111306                   /* ValueMap */
111307                   "\061\000\0030\0002\0003\000",
111308                   /* Values */
111309                   "\062\000\003Unknown\000PTHREAD_SCOPE_SYSTEM\000PTHREAD_SCOPE_PROCESS\000",
111310                   0,
111311               };
111312               
111313               static MetaProperty
111314               _CIM_UnixThread_ContentionScope =
111315               {
111316                   /* flags */
111317                   META_FLAG_PROPERTY|META_FLAG_READ,
111318                   /* name */
111319                   "ContentionScope",
111320 mike  1.1.2.1     /* qualifiers */
111321                   _CIM_UnixThread_ContentionScope_qualifiers,
111322                   /* type */
111323                   CIMTYPE_UINT16,
111324                   /* subscript */
111325                   -1,
111326                   /* value */
111327                   0,
111328               };
111329               
111330               static const char*
111331               _CIM_UnixThread_StackSize_qualifiers[] =
111332               {
111333                   0,
111334               };
111335               
111336               static MetaProperty
111337               _CIM_UnixThread_StackSize =
111338               {
111339                   /* flags */
111340                   META_FLAG_PROPERTY|META_FLAG_READ,
111341 mike  1.1.2.1     /* name */
111342                   "StackSize",
111343                   /* qualifiers */
111344                   _CIM_UnixThread_StackSize_qualifiers,
111345                   /* type */
111346                   CIMTYPE_STRING,
111347                   /* subscript */
111348                   -1,
111349                   /* value */
111350                   0,
111351               };
111352               
111353               static const char*
111354               _CIM_UnixThread_ConcurrencyLevel_qualifiers[] =
111355               {
111356                   0,
111357               };
111358               
111359               static MetaProperty
111360               _CIM_UnixThread_ConcurrencyLevel =
111361               {
111362 mike  1.1.2.1     /* flags */
111363                   META_FLAG_PROPERTY|META_FLAG_READ,
111364                   /* name */
111365                   "ConcurrencyLevel",
111366                   /* qualifiers */
111367                   _CIM_UnixThread_ConcurrencyLevel_qualifiers,
111368                   /* type */
111369                   CIMTYPE_UINT64,
111370                   /* subscript */
111371                   -1,
111372                   /* value */
111373                   0,
111374               };
111375               
111376               static const char*
111377               _CIM_UnixThread_CancelState_qualifiers[] =
111378               {
111379                   /* ValueMap */
111380                   "\061\000\0030\0002\0003\000",
111381                   /* Values */
111382                   "\062\000\003Unknown\000PTHREAD_CANCEL_ENABLE\000PTHREAD_CANCEL_DISABLE\000",
111383 mike  1.1.2.1     0,
111384               };
111385               
111386               static MetaProperty
111387               _CIM_UnixThread_CancelState =
111388               {
111389                   /* flags */
111390                   META_FLAG_PROPERTY|META_FLAG_READ,
111391                   /* name */
111392                   "CancelState",
111393                   /* qualifiers */
111394                   _CIM_UnixThread_CancelState_qualifiers,
111395                   /* type */
111396                   CIMTYPE_UINT16,
111397                   /* subscript */
111398                   -1,
111399                   /* value */
111400                   0,
111401               };
111402               
111403               static const char*
111404 mike  1.1.2.1 _CIM_UnixThread_CancelType_qualifiers[] =
111405               {
111406                   /* ValueMap */
111407                   "\061\000\0030\0002\0003\000",
111408                   /* Values */
111409                   "\062\000\003Unknown\000PTHREAD_CANCEL_DEFERRED\000PTHREAD_CANCEL_ASYNCHRONOUS\000",
111410                   0,
111411               };
111412               
111413               static MetaProperty
111414               _CIM_UnixThread_CancelType =
111415               {
111416                   /* flags */
111417                   META_FLAG_PROPERTY|META_FLAG_READ,
111418                   /* name */
111419                   "CancelType",
111420                   /* qualifiers */
111421                   _CIM_UnixThread_CancelType_qualifiers,
111422                   /* type */
111423                   CIMTYPE_UINT16,
111424                   /* subscript */
111425 mike  1.1.2.1     -1,
111426                   /* value */
111427                   0,
111428               };
111429               
111430               static MetaFeature*
111431               _CIM_UnixThread_features[] =
111432               {
111433                   (MetaFeature*)&_CIM_UnixThread_SchedPolicy,
111434                   (MetaFeature*)&_CIM_UnixThread_OtherSchedPolicy,
111435                   (MetaFeature*)&_CIM_UnixThread_GuardSize,
111436                   (MetaFeature*)&_CIM_UnixThread_DetachState,
111437                   (MetaFeature*)&_CIM_UnixThread_InheritSched,
111438                   (MetaFeature*)&_CIM_UnixThread_ContentionScope,
111439                   (MetaFeature*)&_CIM_UnixThread_StackSize,
111440                   (MetaFeature*)&_CIM_UnixThread_ConcurrencyLevel,
111441                   (MetaFeature*)&_CIM_UnixThread_CancelState,
111442                   (MetaFeature*)&_CIM_UnixThread_CancelType,
111443                   0,
111444               };
111445               
111446 mike  1.1.2.1 static const char*
111447               __root_cimv2_CIM_UnixThread_qualifiers[] =
111448               {
111449                   /* UMLPackagePath */
111450                   "\057CIM::System::Unix",
111451                   /* Version */
111452                   "\0632.6.0",
111453                   0,
111454               };
111455               
111456               MetaClass
111457               __root_cimv2_CIM_UnixThread =
111458               {
111459                   /* flags */
111460                   META_FLAG_CLASS,
111461                   /* name */
111462                   "CIM_UnixThread",
111463                   /* qualifiers */
111464                   __root_cimv2_CIM_UnixThread_qualifiers,
111465                   /* super */
111466                   &__root_cimv2_CIM_Thread,
111467 mike  1.1.2.1     /* features */
111468                   _CIM_UnixThread_features,
111469               };
111470               
111471               //==============================================================================
111472               //
111473               // Class: CIM_USBDevice
111474               //
111475               //==============================================================================
111476               
111477               static const char*
111478               _CIM_USBDevice_USBVersion_qualifiers[] =
111479               {
111480                   0,
111481               };
111482               
111483               static MetaProperty
111484               _CIM_USBDevice_USBVersion =
111485               {
111486                   /* flags */
111487                   META_FLAG_PROPERTY|META_FLAG_READ,
111488 mike  1.1.2.1     /* name */
111489                   "USBVersion",
111490                   /* qualifiers */
111491                   _CIM_USBDevice_USBVersion_qualifiers,
111492                   /* type */
111493                   CIMTYPE_UINT16,
111494                   /* subscript */
111495                   -1,
111496                   /* value */
111497                   0,
111498               };
111499               
111500               static const char*
111501               _CIM_USBDevice_ClassCode_qualifiers[] =
111502               {
111503                   0,
111504               };
111505               
111506               static MetaProperty
111507               _CIM_USBDevice_ClassCode =
111508               {
111509 mike  1.1.2.1     /* flags */
111510                   META_FLAG_PROPERTY|META_FLAG_READ,
111511                   /* name */
111512                   "ClassCode",
111513                   /* qualifiers */
111514                   _CIM_USBDevice_ClassCode_qualifiers,
111515                   /* type */
111516                   CIMTYPE_UINT8,
111517                   /* subscript */
111518                   -1,
111519                   /* value */
111520                   0,
111521               };
111522               
111523               static const char*
111524               _CIM_USBDevice_SubclassCode_qualifiers[] =
111525               {
111526                   0,
111527               };
111528               
111529               static MetaProperty
111530 mike  1.1.2.1 _CIM_USBDevice_SubclassCode =
111531               {
111532                   /* flags */
111533                   META_FLAG_PROPERTY|META_FLAG_READ,
111534                   /* name */
111535                   "SubclassCode",
111536                   /* qualifiers */
111537                   _CIM_USBDevice_SubclassCode_qualifiers,
111538                   /* type */
111539                   CIMTYPE_UINT8,
111540                   /* subscript */
111541                   -1,
111542                   /* value */
111543                   0,
111544               };
111545               
111546               static const char*
111547               _CIM_USBDevice_ProtocolCode_qualifiers[] =
111548               {
111549                   0,
111550               };
111551 mike  1.1.2.1 
111552               static MetaProperty
111553               _CIM_USBDevice_ProtocolCode =
111554               {
111555                   /* flags */
111556                   META_FLAG_PROPERTY|META_FLAG_READ,
111557                   /* name */
111558                   "ProtocolCode",
111559                   /* qualifiers */
111560                   _CIM_USBDevice_ProtocolCode_qualifiers,
111561                   /* type */
111562                   CIMTYPE_UINT8,
111563                   /* subscript */
111564                   -1,
111565                   /* value */
111566                   0,
111567               };
111568               
111569               static const char*
111570               _CIM_USBDevice_NumberOfConfigs_qualifiers[] =
111571               {
111572 mike  1.1.2.1     0,
111573               };
111574               
111575               static MetaProperty
111576               _CIM_USBDevice_NumberOfConfigs =
111577               {
111578                   /* flags */
111579                   META_FLAG_PROPERTY|META_FLAG_READ,
111580                   /* name */
111581                   "NumberOfConfigs",
111582                   /* qualifiers */
111583                   _CIM_USBDevice_NumberOfConfigs_qualifiers,
111584                   /* type */
111585                   CIMTYPE_UINT8,
111586                   /* subscript */
111587                   -1,
111588                   /* value */
111589                   0,
111590               };
111591               
111592               static const char*
111593 mike  1.1.2.1 _CIM_USBDevice_CurrentConfigValue_qualifiers[] =
111594               {
111595                   /* ModelCorrespondence */
111596                   "\036\000\001CIM_USBDevice.CurrentAlternateSettings\000",
111597                   0,
111598               };
111599               
111600               static MetaProperty
111601               _CIM_USBDevice_CurrentConfigValue =
111602               {
111603                   /* flags */
111604                   META_FLAG_PROPERTY|META_FLAG_READ,
111605                   /* name */
111606                   "CurrentConfigValue",
111607                   /* qualifiers */
111608                   _CIM_USBDevice_CurrentConfigValue_qualifiers,
111609                   /* type */
111610                   CIMTYPE_UINT8,
111611                   /* subscript */
111612                   -1,
111613                   /* value */
111614 mike  1.1.2.1     0,
111615               };
111616               
111617               static const char*
111618               _CIM_USBDevice_CurrentAlternateSettings_qualifiers[] =
111619               {
111620                   /* ModelCorrespondence */
111621                   "\036\000\001CIM_USBDevice.CurrentConfigValue\000",
111622                   0,
111623               };
111624               
111625               static MetaProperty
111626               _CIM_USBDevice_CurrentAlternateSettings =
111627               {
111628                   /* flags */
111629                   META_FLAG_PROPERTY|META_FLAG_READ,
111630                   /* name */
111631                   "CurrentAlternateSettings",
111632                   /* qualifiers */
111633                   _CIM_USBDevice_CurrentAlternateSettings_qualifiers,
111634                   /* type */
111635 mike  1.1.2.1     CIMTYPE_UINT8,
111636                   /* subscript */
111637                   0,
111638                   /* value */
111639                   0,
111640               };
111641               
111642               static const char*
111643               _CIM_USBDevice_GetDescriptor_RequestType_qualifiers[] =
111644               {
111645                   /* IN */
111646                   "\024\001",
111647                   0,
111648               };
111649               
111650               static MetaProperty
111651               _CIM_USBDevice_GetDescriptor_RequestType =
111652               {
111653                   /* flags */
111654                   META_FLAG_PROPERTY|META_FLAG_IN,
111655                   /* name */
111656 mike  1.1.2.1     "RequestType",
111657                   /* qualifiers */
111658                   _CIM_USBDevice_GetDescriptor_RequestType_qualifiers,
111659                   /* type */
111660                   CIMTYPE_UINT8,
111661                   /* subscript */
111662                   -1,
111663                   /* value */
111664                   0,
111665               };
111666               
111667               static const char*
111668               _CIM_USBDevice_GetDescriptor_RequestValue_qualifiers[] =
111669               {
111670                   /* IN */
111671                   "\024\001",
111672                   0,
111673               };
111674               
111675               static MetaProperty
111676               _CIM_USBDevice_GetDescriptor_RequestValue =
111677 mike  1.1.2.1 {
111678                   /* flags */
111679                   META_FLAG_PROPERTY|META_FLAG_IN,
111680                   /* name */
111681                   "RequestValue",
111682                   /* qualifiers */
111683                   _CIM_USBDevice_GetDescriptor_RequestValue_qualifiers,
111684                   /* type */
111685                   CIMTYPE_UINT16,
111686                   /* subscript */
111687                   -1,
111688                   /* value */
111689                   0,
111690               };
111691               
111692               static const char*
111693               _CIM_USBDevice_GetDescriptor_RequestIndex_qualifiers[] =
111694               {
111695                   /* IN */
111696                   "\024\001",
111697                   0,
111698 mike  1.1.2.1 };
111699               
111700               static MetaProperty
111701               _CIM_USBDevice_GetDescriptor_RequestIndex =
111702               {
111703                   /* flags */
111704                   META_FLAG_PROPERTY|META_FLAG_IN,
111705                   /* name */
111706                   "RequestIndex",
111707                   /* qualifiers */
111708                   _CIM_USBDevice_GetDescriptor_RequestIndex_qualifiers,
111709                   /* type */
111710                   CIMTYPE_UINT16,
111711                   /* subscript */
111712                   -1,
111713                   /* value */
111714                   0,
111715               };
111716               
111717               static const char*
111718               _CIM_USBDevice_GetDescriptor_RequestLength_qualifiers[] =
111719 mike  1.1.2.1 {
111720                   /* IN */
111721                   "\024\001",
111722                   /* OUT */
111723                   "\043\001",
111724                   0,
111725               };
111726               
111727               static MetaProperty
111728               _CIM_USBDevice_GetDescriptor_RequestLength =
111729               {
111730                   /* flags */
111731                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
111732                   /* name */
111733                   "RequestLength",
111734                   /* qualifiers */
111735                   _CIM_USBDevice_GetDescriptor_RequestLength_qualifiers,
111736                   /* type */
111737                   CIMTYPE_UINT16,
111738                   /* subscript */
111739                   -1,
111740 mike  1.1.2.1     /* value */
111741                   0,
111742               };
111743               
111744               static const char*
111745               _CIM_USBDevice_GetDescriptor_Buffer_qualifiers[] =
111746               {
111747                   /* IN */
111748                   "\024\000",
111749                   /* OUT */
111750                   "\043\001",
111751                   0,
111752               };
111753               
111754               static MetaProperty
111755               _CIM_USBDevice_GetDescriptor_Buffer =
111756               {
111757                   /* flags */
111758                   META_FLAG_PROPERTY|META_FLAG_OUT,
111759                   /* name */
111760                   "Buffer",
111761 mike  1.1.2.1     /* qualifiers */
111762                   _CIM_USBDevice_GetDescriptor_Buffer_qualifiers,
111763                   /* type */
111764                   CIMTYPE_UINT8,
111765                   /* subscript */
111766                   0,
111767                   /* value */
111768                   0,
111769               };
111770               
111771               static MetaFeature*
111772               _CIM_USBDevice_GetDescriptor_parameters[] =
111773               {
111774                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestType,
111775                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestValue,
111776                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestIndex,
111777                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestLength,
111778                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_Buffer,
111779                   0,
111780               };
111781               
111782 mike  1.1.2.1 static const char*
111783               _CIM_USBDevice_GetDescriptor_qualifiers[] =
111784               {
111785                   0,
111786               };
111787               
111788               static MetaMethod
111789               _CIM_USBDevice_GetDescriptor =
111790               {
111791                   /* flags */
111792                   META_FLAG_METHOD,
111793                   /* name */
111794                   "CIM_USBDevice",
111795                   /* qualifiers */
111796                   _CIM_USBDevice_GetDescriptor_qualifiers,
111797                   /* type */
111798                   CIMTYPE_UINT32,
111799                   /* parameters */
111800                   _CIM_USBDevice_GetDescriptor_parameters,
111801               };
111802               
111803 mike  1.1.2.1 static MetaFeature*
111804               _CIM_USBDevice_features[] =
111805               {
111806                   (MetaFeature*)&_CIM_USBDevice_USBVersion,
111807                   (MetaFeature*)&_CIM_USBDevice_ClassCode,
111808                   (MetaFeature*)&_CIM_USBDevice_SubclassCode,
111809                   (MetaFeature*)&_CIM_USBDevice_ProtocolCode,
111810                   (MetaFeature*)&_CIM_USBDevice_NumberOfConfigs,
111811                   (MetaFeature*)&_CIM_USBDevice_CurrentConfigValue,
111812                   (MetaFeature*)&_CIM_USBDevice_CurrentAlternateSettings,
111813                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor,
111814                   0,
111815               };
111816               
111817               static const char*
111818               __root_cimv2_CIM_USBDevice_qualifiers[] =
111819               {
111820                   /* UMLPackagePath */
111821                   "\057CIM::Device::USB",
111822                   /* Version */
111823                   "\0632.6.0",
111824 mike  1.1.2.1     0,
111825               };
111826               
111827               MetaClass
111828               __root_cimv2_CIM_USBDevice =
111829               {
111830                   /* flags */
111831                   META_FLAG_CLASS,
111832                   /* name */
111833                   "CIM_USBDevice",
111834                   /* qualifiers */
111835                   __root_cimv2_CIM_USBDevice_qualifiers,
111836                   /* super */
111837                   &__root_cimv2_CIM_LogicalDevice,
111838                   /* features */
111839                   _CIM_USBDevice_features,
111840               };
111841               
111842               //==============================================================================
111843               //
111844               // Class: CIM_USBHub
111845 mike  1.1.2.1 //
111846               //==============================================================================
111847               
111848               static const char*
111849               _CIM_USBHub_GangSwitched_qualifiers[] =
111850               {
111851                   0,
111852               };
111853               
111854               static MetaProperty
111855               _CIM_USBHub_GangSwitched =
111856               {
111857                   /* flags */
111858                   META_FLAG_PROPERTY|META_FLAG_READ,
111859                   /* name */
111860                   "GangSwitched",
111861                   /* qualifiers */
111862                   _CIM_USBHub_GangSwitched_qualifiers,
111863                   /* type */
111864                   CIMTYPE_BOOLEAN,
111865                   /* subscript */
111866 mike  1.1.2.1     -1,
111867                   /* value */
111868                   0,
111869               };
111870               
111871               static const char*
111872               _CIM_USBHub_NumberOfPorts_qualifiers[] =
111873               {
111874                   0,
111875               };
111876               
111877               static MetaProperty
111878               _CIM_USBHub_NumberOfPorts =
111879               {
111880                   /* flags */
111881                   META_FLAG_PROPERTY|META_FLAG_READ,
111882                   /* name */
111883                   "NumberOfPorts",
111884                   /* qualifiers */
111885                   _CIM_USBHub_NumberOfPorts_qualifiers,
111886                   /* type */
111887 mike  1.1.2.1     CIMTYPE_UINT8,
111888                   /* subscript */
111889                   -1,
111890                   /* value */
111891                   0,
111892               };
111893               
111894               static MetaFeature*
111895               _CIM_USBHub_features[] =
111896               {
111897                   (MetaFeature*)&_CIM_USBHub_GangSwitched,
111898                   (MetaFeature*)&_CIM_USBHub_NumberOfPorts,
111899                   0,
111900               };
111901               
111902               static const char*
111903               __root_cimv2_CIM_USBHub_qualifiers[] =
111904               {
111905                   /* UMLPackagePath */
111906                   "\057CIM::Device::USB",
111907                   /* Version */
111908 mike  1.1.2.1     "\0632.6.0",
111909                   0,
111910               };
111911               
111912               MetaClass
111913               __root_cimv2_CIM_USBHub =
111914               {
111915                   /* flags */
111916                   META_FLAG_CLASS,
111917                   /* name */
111918                   "CIM_USBHub",
111919                   /* qualifiers */
111920                   __root_cimv2_CIM_USBHub_qualifiers,
111921                   /* super */
111922                   &__root_cimv2_CIM_USBDevice,
111923                   /* features */
111924                   _CIM_USBHub_features,
111925               };
111926               
111927               //==============================================================================
111928               //
111929 mike  1.1.2.1 // Class: CIM_USBPort
111930               //
111931               //==============================================================================
111932               
111933               static const char*
111934               _CIM_USBPort_Speed_qualifiers[] =
111935               {
111936                   /* Override */
111937                   "\044Speed",
111938                   /* ValueMap */
111939                   "\061\000\0040\0001\0001500000\00012000000\000",
111940                   0,
111941               };
111942               
111943               static MetaProperty
111944               _CIM_USBPort_Speed =
111945               {
111946                   /* flags */
111947                   META_FLAG_PROPERTY|META_FLAG_READ,
111948                   /* name */
111949                   "Speed",
111950 mike  1.1.2.1     /* qualifiers */
111951                   _CIM_USBPort_Speed_qualifiers,
111952                   /* type */
111953                   CIMTYPE_UINT64,
111954                   /* subscript */
111955                   -1,
111956                   /* value */
111957                   0,
111958               };
111959               
111960               static const char*
111961               _CIM_USBPort_StatusInfo_qualifiers[] =
111962               {
111963                   /* Override */
111964                   "\044StatusInfo",
111965                   /* ValueMap */
111966                   "\061\000\0032\0003\0004\000",
111967                   /* Values */
111968                   "\062\000\003Unknown\000Enabled\000Disabled\000",
111969                   0,
111970               };
111971 mike  1.1.2.1 
111972               static MetaProperty
111973               _CIM_USBPort_StatusInfo =
111974               {
111975                   /* flags */
111976                   META_FLAG_PROPERTY|META_FLAG_READ,
111977                   /* name */
111978                   "StatusInfo",
111979                   /* qualifiers */
111980                   _CIM_USBPort_StatusInfo_qualifiers,
111981                   /* type */
111982                   CIMTYPE_UINT16,
111983                   /* subscript */
111984                   -1,
111985                   /* value */
111986                   0,
111987               };
111988               
111989               static const char*
111990               _CIM_USBPort_Availability_qualifiers[] =
111991               {
111992 mike  1.1.2.1     /* Override */
111993                   "\044Availability",
111994                   /* ValueMap */
111995                   "\061\000\0032\0003\0007\000",
111996                   /* Values */
111997                   "\062\000\003Unknown\000Running/Full Power\000Power Off\000",
111998                   0,
111999               };
112000               
112001               static MetaProperty
112002               _CIM_USBPort_Availability =
112003               {
112004                   /* flags */
112005                   META_FLAG_PROPERTY|META_FLAG_READ,
112006                   /* name */
112007                   "Availability",
112008                   /* qualifiers */
112009                   _CIM_USBPort_Availability_qualifiers,
112010                   /* type */
112011                   CIMTYPE_UINT16,
112012                   /* subscript */
112013 mike  1.1.2.1     -1,
112014                   /* value */
112015                   0,
112016               };
112017               
112018               static const char*
112019               _CIM_USBPort_Power_qualifiers[] =
112020               {
112021                   /* ValueMap */
112022                   "\061\000\0040\0001\0002\0003\000",
112023                   /* Values */
112024                   "\062\000\004Unknown\000Other\0001 Unit Load\0005 Unit Loads\000",
112025                   0,
112026               };
112027               
112028               static MetaProperty
112029               _CIM_USBPort_Power =
112030               {
112031                   /* flags */
112032                   META_FLAG_PROPERTY|META_FLAG_READ,
112033                   /* name */
112034 mike  1.1.2.1     "Power",
112035                   /* qualifiers */
112036                   _CIM_USBPort_Power_qualifiers,
112037                   /* type */
112038                   CIMTYPE_UINT16,
112039                   /* subscript */
112040                   -1,
112041                   /* value */
112042                   0,
112043               };
112044               
112045               static const char*
112046               _CIM_USBPort_Suspended_qualifiers[] =
112047               {
112048                   0,
112049               };
112050               
112051               static MetaProperty
112052               _CIM_USBPort_Suspended =
112053               {
112054                   /* flags */
112055 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
112056                   /* name */
112057                   "Suspended",
112058                   /* qualifiers */
112059                   _CIM_USBPort_Suspended_qualifiers,
112060                   /* type */
112061                   CIMTYPE_BOOLEAN,
112062                   /* subscript */
112063                   -1,
112064                   /* value */
112065                   0,
112066               };
112067               
112068               static const char*
112069               _CIM_USBPort_Overcurrent_qualifiers[] =
112070               {
112071                   0,
112072               };
112073               
112074               static MetaProperty
112075               _CIM_USBPort_Overcurrent =
112076 mike  1.1.2.1 {
112077                   /* flags */
112078                   META_FLAG_PROPERTY|META_FLAG_READ,
112079                   /* name */
112080                   "Overcurrent",
112081                   /* qualifiers */
112082                   _CIM_USBPort_Overcurrent_qualifiers,
112083                   /* type */
112084                   CIMTYPE_BOOLEAN,
112085                   /* subscript */
112086                   -1,
112087                   /* value */
112088                   0,
112089               };
112090               
112091               static MetaFeature*
112092               _CIM_USBPort_features[] =
112093               {
112094                   (MetaFeature*)&_CIM_USBPort_Speed,
112095                   (MetaFeature*)&_CIM_USBPort_StatusInfo,
112096                   (MetaFeature*)&_CIM_USBPort_Availability,
112097 mike  1.1.2.1     (MetaFeature*)&_CIM_USBPort_Power,
112098                   (MetaFeature*)&_CIM_USBPort_Suspended,
112099                   (MetaFeature*)&_CIM_USBPort_Overcurrent,
112100                   0,
112101               };
112102               
112103               static const char*
112104               __root_cimv2_CIM_USBPort_qualifiers[] =
112105               {
112106                   /* UMLPackagePath */
112107                   "\057CIM::Device::USB",
112108                   /* Version */
112109                   "\0632.6.0",
112110                   0,
112111               };
112112               
112113               MetaClass
112114               __root_cimv2_CIM_USBPort =
112115               {
112116                   /* flags */
112117                   META_FLAG_CLASS,
112118 mike  1.1.2.1     /* name */
112119                   "CIM_USBPort",
112120                   /* qualifiers */
112121                   __root_cimv2_CIM_USBPort_qualifiers,
112122                   /* super */
112123                   &__root_cimv2_CIM_LogicalPort,
112124                   /* features */
112125                   _CIM_USBPort_features,
112126               };
112127               
112128               //==============================================================================
112129               //
112130               // Class: CIM_USBPortOnHub
112131               //
112132               //==============================================================================
112133               
112134               static const char*
112135               _CIM_USBPortOnHub_Antecedent_qualifiers[] =
112136               {
112137                   /* Override */
112138                   "\044Antecedent",
112139 mike  1.1.2.1     /* Min */
112140                   "\033\000\000\000\001",
112141                   /* Max */
112142                   "\027\000\000\000\001",
112143                   0,
112144               };
112145               
112146               static MetaReference
112147               _CIM_USBPortOnHub_Antecedent =
112148               {
112149                   /* flags */
112150                   META_FLAG_REFERENCE|META_FLAG_READ,
112151                   /* name */
112152                   "Antecedent",
112153                   /* qualifiers */
112154                   _CIM_USBPortOnHub_Antecedent_qualifiers,
112155                   /* subscript */
112156                   -1,
112157                   /* refId */
112158                   &__root_cimv2_CIM_USBHub,
112159               };
112160 mike  1.1.2.1 
112161               static const char*
112162               _CIM_USBPortOnHub_Dependent_qualifiers[] =
112163               {
112164                   /* Override */
112165                   "\044Dependent",
112166                   /* Min */
112167                   "\033\000\000\000\001",
112168                   0,
112169               };
112170               
112171               static MetaReference
112172               _CIM_USBPortOnHub_Dependent =
112173               {
112174                   /* flags */
112175                   META_FLAG_REFERENCE|META_FLAG_READ,
112176                   /* name */
112177                   "Dependent",
112178                   /* qualifiers */
112179                   _CIM_USBPortOnHub_Dependent_qualifiers,
112180                   /* subscript */
112181 mike  1.1.2.1     -1,
112182                   /* refId */
112183                   &__root_cimv2_CIM_USBPort,
112184               };
112185               
112186               static MetaFeature*
112187               _CIM_USBPortOnHub_features[] =
112188               {
112189                   (MetaFeature*)&_CIM_USBPortOnHub_Antecedent,
112190                   (MetaFeature*)&_CIM_USBPortOnHub_Dependent,
112191                   0,
112192               };
112193               
112194               static const char*
112195               __root_cimv2_CIM_USBPortOnHub_qualifiers[] =
112196               {
112197                   /* ASSOCIATION */
112198                   "\000\001",
112199                   /* UMLPackagePath */
112200                   "\057CIM::Device::USB",
112201                   /* Version */
112202 mike  1.1.2.1     "\0632.6.0",
112203                   0,
112204               };
112205               
112206               MetaClass
112207               __root_cimv2_CIM_USBPortOnHub =
112208               {
112209                   /* flags */
112210                   META_FLAG_ASSOCIATION,
112211                   /* name */
112212                   "CIM_USBPortOnHub",
112213                   /* qualifiers */
112214                   __root_cimv2_CIM_USBPortOnHub_qualifiers,
112215                   /* super */
112216                   &__root_cimv2_CIM_PortOnDevice,
112217                   /* features */
112218                   _CIM_USBPortOnHub_features,
112219               };
112220               
112221               //==============================================================================
112222               //
112223 mike  1.1.2.1 // Class: CIM_UseOfLog
112224               //
112225               //==============================================================================
112226               
112227               static const char*
112228               _CIM_UseOfLog_Antecedent_qualifiers[] =
112229               {
112230                   /* Override */
112231                   "\044Antecedent",
112232                   0,
112233               };
112234               
112235               static MetaReference
112236               _CIM_UseOfLog_Antecedent =
112237               {
112238                   /* flags */
112239                   META_FLAG_REFERENCE|META_FLAG_READ,
112240                   /* name */
112241                   "Antecedent",
112242                   /* qualifiers */
112243                   _CIM_UseOfLog_Antecedent_qualifiers,
112244 mike  1.1.2.1     /* subscript */
112245                   -1,
112246                   /* refId */
112247                   &__root_cimv2_CIM_Log,
112248               };
112249               
112250               static const char*
112251               _CIM_UseOfLog_Dependent_qualifiers[] =
112252               {
112253                   /* Override */
112254                   "\044Dependent",
112255                   0,
112256               };
112257               
112258               static MetaReference
112259               _CIM_UseOfLog_Dependent =
112260               {
112261                   /* flags */
112262                   META_FLAG_REFERENCE|META_FLAG_READ,
112263                   /* name */
112264                   "Dependent",
112265 mike  1.1.2.1     /* qualifiers */
112266                   _CIM_UseOfLog_Dependent_qualifiers,
112267                   /* subscript */
112268                   -1,
112269                   /* refId */
112270                   &__root_cimv2_CIM_ManagedSystemElement,
112271               };
112272               
112273               static const char*
112274               _CIM_UseOfLog_RecordedData_qualifiers[] =
112275               {
112276                   0,
112277               };
112278               
112279               static MetaProperty
112280               _CIM_UseOfLog_RecordedData =
112281               {
112282                   /* flags */
112283                   META_FLAG_PROPERTY|META_FLAG_READ,
112284                   /* name */
112285                   "RecordedData",
112286 mike  1.1.2.1     /* qualifiers */
112287                   _CIM_UseOfLog_RecordedData_qualifiers,
112288                   /* type */
112289                   CIMTYPE_STRING,
112290                   /* subscript */
112291                   -1,
112292                   /* value */
112293                   0,
112294               };
112295               
112296               static MetaFeature*
112297               _CIM_UseOfLog_features[] =
112298               {
112299                   (MetaFeature*)&_CIM_UseOfLog_Antecedent,
112300                   (MetaFeature*)&_CIM_UseOfLog_Dependent,
112301                   (MetaFeature*)&_CIM_UseOfLog_RecordedData,
112302                   0,
112303               };
112304               
112305               static const char*
112306               __root_cimv2_CIM_UseOfLog_qualifiers[] =
112307 mike  1.1.2.1 {
112308                   /* ASSOCIATION */
112309                   "\000\001",
112310                   /* UMLPackagePath */
112311                   "\057CIM::System::Logs",
112312                   /* Version */
112313                   "\0632.9.0",
112314                   0,
112315               };
112316               
112317               MetaClass
112318               __root_cimv2_CIM_UseOfLog =
112319               {
112320                   /* flags */
112321                   META_FLAG_ASSOCIATION,
112322                   /* name */
112323                   "CIM_UseOfLog",
112324                   /* qualifiers */
112325                   __root_cimv2_CIM_UseOfLog_qualifiers,
112326                   /* super */
112327                   &__root_cimv2_CIM_Dependency,
112328 mike  1.1.2.1     /* features */
112329                   _CIM_UseOfLog_features,
112330               };
112331               
112332               //==============================================================================
112333               //
112334               // Class: CIM_UseOfMessageLog
112335               //
112336               //==============================================================================
112337               
112338               static const char*
112339               _CIM_UseOfMessageLog_Antecedent_qualifiers[] =
112340               {
112341                   /* Override */
112342                   "\044Antecedent",
112343                   0,
112344               };
112345               
112346               static MetaReference
112347               _CIM_UseOfMessageLog_Antecedent =
112348               {
112349 mike  1.1.2.1     /* flags */
112350                   META_FLAG_REFERENCE|META_FLAG_READ,
112351                   /* name */
112352                   "Antecedent",
112353                   /* qualifiers */
112354                   _CIM_UseOfMessageLog_Antecedent_qualifiers,
112355                   /* subscript */
112356                   -1,
112357                   /* refId */
112358                   &__root_cimv2_CIM_MessageLog,
112359               };
112360               
112361               static MetaFeature*
112362               _CIM_UseOfMessageLog_features[] =
112363               {
112364                   (MetaFeature*)&_CIM_UseOfMessageLog_Antecedent,
112365                   0,
112366               };
112367               
112368               static const char*
112369               __root_cimv2_CIM_UseOfMessageLog_qualifiers[] =
112370 mike  1.1.2.1 {
112371                   /* ASSOCIATION */
112372                   "\000\001",
112373                   /* UMLPackagePath */
112374                   "\057CIM::System::Logs",
112375                   /* Version */
112376                   "\0632.9.0",
112377                   0,
112378               };
112379               
112380               MetaClass
112381               __root_cimv2_CIM_UseOfMessageLog =
112382               {
112383                   /* flags */
112384                   META_FLAG_ASSOCIATION,
112385                   /* name */
112386                   "CIM_UseOfMessageLog",
112387                   /* qualifiers */
112388                   __root_cimv2_CIM_UseOfMessageLog_qualifiers,
112389                   /* super */
112390                   &__root_cimv2_CIM_UseOfLog,
112391 mike  1.1.2.1     /* features */
112392                   _CIM_UseOfMessageLog_features,
112393               };
112394               
112395               //==============================================================================
112396               //
112397               // Class: CIM_UserDevice
112398               //
112399               //==============================================================================
112400               
112401               static const char*
112402               _CIM_UserDevice_IsLocked_qualifiers[] =
112403               {
112404                   0,
112405               };
112406               
112407               static MetaProperty
112408               _CIM_UserDevice_IsLocked =
112409               {
112410                   /* flags */
112411                   META_FLAG_PROPERTY|META_FLAG_READ,
112412 mike  1.1.2.1     /* name */
112413                   "IsLocked",
112414                   /* qualifiers */
112415                   _CIM_UserDevice_IsLocked_qualifiers,
112416                   /* type */
112417                   CIMTYPE_BOOLEAN,
112418                   /* subscript */
112419                   -1,
112420                   /* value */
112421                   0,
112422               };
112423               
112424               static MetaFeature*
112425               _CIM_UserDevice_features[] =
112426               {
112427                   (MetaFeature*)&_CIM_UserDevice_IsLocked,
112428                   0,
112429               };
112430               
112431               static const char*
112432               __root_cimv2_CIM_UserDevice_qualifiers[] =
112433 mike  1.1.2.1 {
112434                   /* UMLPackagePath */
112435                   "\057CIM::Device::UserDevices",
112436                   /* Abstract */
112437                   "\002\001",
112438                   /* Version */
112439                   "\0632.6.0",
112440                   0,
112441               };
112442               
112443               MetaClass
112444               __root_cimv2_CIM_UserDevice =
112445               {
112446                   /* flags */
112447                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
112448                   /* name */
112449                   "CIM_UserDevice",
112450                   /* qualifiers */
112451                   __root_cimv2_CIM_UserDevice_qualifiers,
112452                   /* super */
112453                   &__root_cimv2_CIM_LogicalDevice,
112454 mike  1.1.2.1     /* features */
112455                   _CIM_UserDevice_features,
112456               };
112457               
112458               //==============================================================================
112459               //
112460               // Class: CIM_VLAN
112461               //
112462               //==============================================================================
112463               
112464               static const char*
112465               _CIM_VLAN_VLANNumber_qualifiers[] =
112466               {
112467                   /* Deprecated */
112468                   "\013\000\001No Value\000",
112469                   0,
112470               };
112471               
112472               static MetaProperty
112473               _CIM_VLAN_VLANNumber =
112474               {
112475 mike  1.1.2.1     /* flags */
112476                   META_FLAG_PROPERTY|META_FLAG_READ,
112477                   /* name */
112478                   "VLANNumber",
112479                   /* qualifiers */
112480                   _CIM_VLAN_VLANNumber_qualifiers,
112481                   /* type */
112482                   CIMTYPE_UINT16,
112483                   /* subscript */
112484                   -1,
112485                   /* value */
112486                   0,
112487               };
112488               
112489               static MetaFeature*
112490               _CIM_VLAN_features[] =
112491               {
112492                   (MetaFeature*)&_CIM_VLAN_VLANNumber,
112493                   0,
112494               };
112495               
112496 mike  1.1.2.1 static const char*
112497               __root_cimv2_CIM_VLAN_qualifiers[] =
112498               {
112499                   /* Deprecated */
112500                   "\013\000\001No Value\000",
112501                   /* UMLPackagePath */
112502                   "\057CIM::Network::VLAN",
112503                   /* Version */
112504                   "\0632.8.0",
112505                   0,
112506               };
112507               
112508               MetaClass
112509               __root_cimv2_CIM_VLAN =
112510               {
112511                   /* flags */
112512                   META_FLAG_CLASS,
112513                   /* name */
112514                   "CIM_VLAN",
112515                   /* qualifiers */
112516                   __root_cimv2_CIM_VLAN_qualifiers,
112517 mike  1.1.2.1     /* super */
112518                   &__root_cimv2_CIM_ServiceAccessPoint,
112519                   /* features */
112520                   _CIM_VLAN_features,
112521               };
112522               
112523               //==============================================================================
112524               //
112525               // Class: CIM_VLANService
112526               //
112527               //==============================================================================
112528               
112529               static MetaFeature*
112530               _CIM_VLANService_features[] =
112531               {
112532                   0,
112533               };
112534               
112535               static const char*
112536               __root_cimv2_CIM_VLANService_qualifiers[] =
112537               {
112538 mike  1.1.2.1     /* Deprecated */
112539                   "\013\000\001No Value\000",
112540                   /* UMLPackagePath */
112541                   "\057CIM::Network::VLAN",
112542                   /* Abstract */
112543                   "\002\001",
112544                   /* Version */
112545                   "\0632.8.0",
112546                   0,
112547               };
112548               
112549               MetaClass
112550               __root_cimv2_CIM_VLANService =
112551               {
112552                   /* flags */
112553                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
112554                   /* name */
112555                   "CIM_VLANService",
112556                   /* qualifiers */
112557                   __root_cimv2_CIM_VLANService_qualifiers,
112558                   /* super */
112559 mike  1.1.2.1     &__root_cimv2_CIM_Service,
112560                   /* features */
112561                   _CIM_VLANService_features,
112562               };
112563               
112564               //==============================================================================
112565               //
112566               // Class: CIM_VolumeSet
112567               //
112568               //==============================================================================
112569               
112570               static const char*
112571               _CIM_VolumeSet_NumberOfBlocks_qualifiers[] =
112572               {
112573                   /* Deprecated */
112574                   "\013\000\001CIM_CompositeExtent.NumberOfBlocks\000",
112575                   /* Override */
112576                   "\044NumberOfBlocks",
112577                   /* MappingStrings */
112578                   "\026\000\001MIF.DMTF|Volume Set|001.3\000",
112579                   0,
112580 mike  1.1.2.1 };
112581               
112582               static MetaProperty
112583               _CIM_VolumeSet_NumberOfBlocks =
112584               {
112585                   /* flags */
112586                   META_FLAG_PROPERTY|META_FLAG_READ,
112587                   /* name */
112588                   "NumberOfBlocks",
112589                   /* qualifiers */
112590                   _CIM_VolumeSet_NumberOfBlocks_qualifiers,
112591                   /* type */
112592                   CIMTYPE_UINT64,
112593                   /* subscript */
112594                   -1,
112595                   /* value */
112596                   0,
112597               };
112598               
112599               static const char*
112600               _CIM_VolumeSet_PSExtentStripeLength_qualifiers[] =
112601 mike  1.1.2.1 {
112602                   /* Deprecated */
112603                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
112604                   /* MappingStrings */
112605                   "\026\000\001MIF.DMTF|Volume Set|001.4\000",
112606                   0,
112607               };
112608               
112609               static MetaProperty
112610               _CIM_VolumeSet_PSExtentStripeLength =
112611               {
112612                   /* flags */
112613                   META_FLAG_PROPERTY|META_FLAG_READ,
112614                   /* name */
112615                   "PSExtentStripeLength",
112616                   /* qualifiers */
112617                   _CIM_VolumeSet_PSExtentStripeLength_qualifiers,
112618                   /* type */
112619                   CIMTYPE_UINT64,
112620                   /* subscript */
112621                   -1,
112622 mike  1.1.2.1     /* value */
112623                   0,
112624               };
112625               
112626               static const char*
112627               _CIM_VolumeSet_PSExtentInterleaveDepth_qualifiers[] =
112628               {
112629                   /* Deprecated */
112630                   "\013\000\001CIM_CompositeExtent.ExtentInterleaveDepth\000",
112631                   /* MappingStrings */
112632                   "\026\000\001MIF.DMTF|Volume Set|001.5\000",
112633                   0,
112634               };
112635               
112636               static MetaProperty
112637               _CIM_VolumeSet_PSExtentInterleaveDepth =
112638               {
112639                   /* flags */
112640                   META_FLAG_PROPERTY|META_FLAG_READ,
112641                   /* name */
112642                   "PSExtentInterleaveDepth",
112643 mike  1.1.2.1     /* qualifiers */
112644                   _CIM_VolumeSet_PSExtentInterleaveDepth_qualifiers,
112645                   /* type */
112646                   CIMTYPE_UINT64,
112647                   /* subscript */
112648                   -1,
112649                   /* value */
112650                   0,
112651               };
112652               
112653               static const char*
112654               _CIM_VolumeSet_VolumeStatus_qualifiers[] =
112655               {
112656                   /* Deprecated */
112657                   "\013\000\001No value\000",
112658                   /* ValueMap */
112659                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
112660                   /* Values */
112661                   "\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",
112662                   0,
112663               };
112664 mike  1.1.2.1 
112665               static MetaProperty
112666               _CIM_VolumeSet_VolumeStatus =
112667               {
112668                   /* flags */
112669                   META_FLAG_PROPERTY|META_FLAG_READ,
112670                   /* name */
112671                   "VolumeStatus",
112672                   /* qualifiers */
112673                   _CIM_VolumeSet_VolumeStatus_qualifiers,
112674                   /* type */
112675                   CIMTYPE_UINT16,
112676                   /* subscript */
112677                   -1,
112678                   /* value */
112679                   0,
112680               };
112681               
112682               static MetaFeature*
112683               _CIM_VolumeSet_features[] =
112684               {
112685 mike  1.1.2.1     (MetaFeature*)&_CIM_VolumeSet_NumberOfBlocks,
112686                   (MetaFeature*)&_CIM_VolumeSet_PSExtentStripeLength,
112687                   (MetaFeature*)&_CIM_VolumeSet_PSExtentInterleaveDepth,
112688                   (MetaFeature*)&_CIM_VolumeSet_VolumeStatus,
112689                   0,
112690               };
112691               
112692               static const char*
112693               __root_cimv2_CIM_VolumeSet_qualifiers[] =
112694               {
112695                   /* Deprecated */
112696                   "\013\000\001CIM_CompositeExtent\000",
112697                   /* UMLPackagePath */
112698                   "\057CIM::Device::SccExtents",
112699                   /* Version */
112700                   "\0632.7.0",
112701                   0,
112702               };
112703               
112704               MetaClass
112705               __root_cimv2_CIM_VolumeSet =
112706 mike  1.1.2.1 {
112707                   /* flags */
112708                   META_FLAG_CLASS,
112709                   /* name */
112710                   "CIM_VolumeSet",
112711                   /* qualifiers */
112712                   __root_cimv2_CIM_VolumeSet_qualifiers,
112713                   /* super */
112714                   &__root_cimv2_CIM_StorageVolume,
112715                   /* features */
112716                   _CIM_VolumeSet_features,
112717               };
112718               
112719               //==============================================================================
112720               //
112721               // Class: CIM_WakeUpService
112722               //
112723               //==============================================================================
112724               
112725               static const char*
112726               _CIM_WakeUpService_WakeUpType_qualifiers[] =
112727 mike  1.1.2.1 {
112728                   /* ValueMap */
112729                   "\061\000\0050\0001\0002\0003\0004\000",
112730                   /* Values */
112731                   "\062\000\005Unknown\000Other\000Wake On LAN - Magic Packet\000Wake on LAN - Packet Filtering\000Wake On Ring\000",
112732                   /* ModelCorrespondence */
112733                   "\036\000\001CIM_WakeUpService.OtherWakeUpTypeDescription\000",
112734                   0,
112735               };
112736               
112737               static MetaProperty
112738               _CIM_WakeUpService_WakeUpType =
112739               {
112740                   /* flags */
112741                   META_FLAG_PROPERTY|META_FLAG_READ,
112742                   /* name */
112743                   "WakeUpType",
112744                   /* qualifiers */
112745                   _CIM_WakeUpService_WakeUpType_qualifiers,
112746                   /* type */
112747                   CIMTYPE_UINT16,
112748 mike  1.1.2.1     /* subscript */
112749                   -1,
112750                   /* value */
112751                   0,
112752               };
112753               
112754               static const char*
112755               _CIM_WakeUpService_OtherWakeUpTypeDescription_qualifiers[] =
112756               {
112757                   /* ModelCorrespondence */
112758                   "\036\000\001CIM_WakeUpService.WakeUpType\000",
112759                   0,
112760               };
112761               
112762               static MetaProperty
112763               _CIM_WakeUpService_OtherWakeUpTypeDescription =
112764               {
112765                   /* flags */
112766                   META_FLAG_PROPERTY|META_FLAG_READ,
112767                   /* name */
112768                   "OtherWakeUpTypeDescription",
112769 mike  1.1.2.1     /* qualifiers */
112770                   _CIM_WakeUpService_OtherWakeUpTypeDescription_qualifiers,
112771                   /* type */
112772                   CIMTYPE_STRING,
112773                   /* subscript */
112774                   -1,
112775                   /* value */
112776                   0,
112777               };
112778               
112779               static const char*
112780               _CIM_WakeUpService_FilterType_qualifiers[] =
112781               {
112782                   /* ValueMap */
112783                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
112784                   /* Values */
112785                   "\062\000\010Unknown\000Other\000ARP Broadcast\000Neighbor Discovery Multicast\000IP Packet with Directed MAC Address\000IPX Diagnostic Responder\000NBT Name Query\000Binary Match\000",
112786                   /* ModelCorrespondence */
112787                   "\036\000\001CIM_WakeUpService.OtherFilterTypeDescription\000",
112788                   0,
112789               };
112790 mike  1.1.2.1 
112791               static MetaProperty
112792               _CIM_WakeUpService_FilterType =
112793               {
112794                   /* flags */
112795                   META_FLAG_PROPERTY|META_FLAG_READ,
112796                   /* name */
112797                   "FilterType",
112798                   /* qualifiers */
112799                   _CIM_WakeUpService_FilterType_qualifiers,
112800                   /* type */
112801                   CIMTYPE_UINT16,
112802                   /* subscript */
112803                   -1,
112804                   /* value */
112805                   0,
112806               };
112807               
112808               static const char*
112809               _CIM_WakeUpService_FilterData_qualifiers[] =
112810               {
112811 mike  1.1.2.1     /* OctetString */
112812                   "\042\001",
112813                   0,
112814               };
112815               
112816               static MetaProperty
112817               _CIM_WakeUpService_FilterData =
112818               {
112819                   /* flags */
112820                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
112821                   /* name */
112822                   "FilterData",
112823                   /* qualifiers */
112824                   _CIM_WakeUpService_FilterData_qualifiers,
112825                   /* type */
112826                   CIMTYPE_UINT8,
112827                   /* subscript */
112828                   0,
112829                   /* value */
112830                   0,
112831               };
112832 mike  1.1.2.1 
112833               static const char*
112834               _CIM_WakeUpService_OtherFilterTypeDescription_qualifiers[] =
112835               {
112836                   /* ModelCorrespondence */
112837                   "\036\000\001CIM_WakeUpService.FilterType\000",
112838                   0,
112839               };
112840               
112841               static MetaProperty
112842               _CIM_WakeUpService_OtherFilterTypeDescription =
112843               {
112844                   /* flags */
112845                   META_FLAG_PROPERTY|META_FLAG_READ,
112846                   /* name */
112847                   "OtherFilterTypeDescription",
112848                   /* qualifiers */
112849                   _CIM_WakeUpService_OtherFilterTypeDescription_qualifiers,
112850                   /* type */
112851                   CIMTYPE_STRING,
112852                   /* subscript */
112853 mike  1.1.2.1     -1,
112854                   /* value */
112855                   0,
112856               };
112857               
112858               static MetaFeature*
112859               _CIM_WakeUpService_features[] =
112860               {
112861                   (MetaFeature*)&_CIM_WakeUpService_WakeUpType,
112862                   (MetaFeature*)&_CIM_WakeUpService_OtherWakeUpTypeDescription,
112863                   (MetaFeature*)&_CIM_WakeUpService_FilterType,
112864                   (MetaFeature*)&_CIM_WakeUpService_FilterData,
112865                   (MetaFeature*)&_CIM_WakeUpService_OtherFilterTypeDescription,
112866                   0,
112867               };
112868               
112869               static const char*
112870               __root_cimv2_CIM_WakeUpService_qualifiers[] =
112871               {
112872                   /* UMLPackagePath */
112873                   "\057CIM::System::Boot",
112874 mike  1.1.2.1     /* Version */
112875                   "\0632.8.0",
112876                   0,
112877               };
112878               
112879               MetaClass
112880               __root_cimv2_CIM_WakeUpService =
112881               {
112882                   /* flags */
112883                   META_FLAG_CLASS,
112884                   /* name */
112885                   "CIM_WakeUpService",
112886                   /* qualifiers */
112887                   __root_cimv2_CIM_WakeUpService_qualifiers,
112888                   /* super */
112889                   &__root_cimv2_CIM_Service,
112890                   /* features */
112891                   _CIM_WakeUpService_features,
112892               };
112893               
112894               //==============================================================================
112895 mike  1.1.2.1 //
112896               // Class: CIM_Watchdog
112897               //
112898               //==============================================================================
112899               
112900               static const char*
112901               _CIM_Watchdog_MonitoredEntity_qualifiers[] =
112902               {
112903                   /* ValueMap */
112904                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
112905                   /* Values */
112906                   "\062\000\011Unknown\000Other\000Operating System\000Operating System Boot Process\000Operating System Shutdown Process\000Firmware Boot Process\000BIOS Boot Process\000Application\000Service Processor\000",
112907                   0,
112908               };
112909               
112910               static MetaProperty
112911               _CIM_Watchdog_MonitoredEntity =
112912               {
112913                   /* flags */
112914                   META_FLAG_PROPERTY|META_FLAG_READ,
112915                   /* name */
112916 mike  1.1.2.1     "MonitoredEntity",
112917                   /* qualifiers */
112918                   _CIM_Watchdog_MonitoredEntity_qualifiers,
112919                   /* type */
112920                   CIMTYPE_UINT16,
112921                   /* subscript */
112922                   -1,
112923                   /* value */
112924                   0,
112925               };
112926               
112927               static const char*
112928               _CIM_Watchdog_MonitoredEntityDescription_qualifiers[] =
112929               {
112930                   /* MaxLen */
112931                   "\030\000\000\001\000",
112932                   0,
112933               };
112934               
112935               static MetaProperty
112936               _CIM_Watchdog_MonitoredEntityDescription =
112937 mike  1.1.2.1 {
112938                   /* flags */
112939                   META_FLAG_PROPERTY|META_FLAG_READ,
112940                   /* name */
112941                   "MonitoredEntityDescription",
112942                   /* qualifiers */
112943                   _CIM_Watchdog_MonitoredEntityDescription_qualifiers,
112944                   /* type */
112945                   CIMTYPE_STRING,
112946                   /* subscript */
112947                   -1,
112948                   /* value */
112949                   0,
112950               };
112951               
112952               static const char*
112953               _CIM_Watchdog_TimeoutInterval_qualifiers[] =
112954               {
112955                   /* Units */
112956                   "\060MicroSeconds",
112957                   0,
112958 mike  1.1.2.1 };
112959               
112960               static MetaProperty
112961               _CIM_Watchdog_TimeoutInterval =
112962               {
112963                   /* flags */
112964                   META_FLAG_PROPERTY|META_FLAG_READ,
112965                   /* name */
112966                   "TimeoutInterval",
112967                   /* qualifiers */
112968                   _CIM_Watchdog_TimeoutInterval_qualifiers,
112969                   /* type */
112970                   CIMTYPE_UINT32,
112971                   /* subscript */
112972                   -1,
112973                   /* value */
112974                   0,
112975               };
112976               
112977               static const char*
112978               _CIM_Watchdog_TimerResolution_qualifiers[] =
112979 mike  1.1.2.1 {
112980                   /* Units */
112981                   "\060MicroSeconds",
112982                   0,
112983               };
112984               
112985               static MetaProperty
112986               _CIM_Watchdog_TimerResolution =
112987               {
112988                   /* flags */
112989                   META_FLAG_PROPERTY|META_FLAG_READ,
112990                   /* name */
112991                   "TimerResolution",
112992                   /* qualifiers */
112993                   _CIM_Watchdog_TimerResolution_qualifiers,
112994                   /* type */
112995                   CIMTYPE_UINT32,
112996                   /* subscript */
112997                   -1,
112998                   /* value */
112999                   0,
113000 mike  1.1.2.1 };
113001               
113002               static const char*
113003               _CIM_Watchdog_TimeOfLastExpiration_qualifiers[] =
113004               {
113005                   0,
113006               };
113007               
113008               static MetaProperty
113009               _CIM_Watchdog_TimeOfLastExpiration =
113010               {
113011                   /* flags */
113012                   META_FLAG_PROPERTY|META_FLAG_READ,
113013                   /* name */
113014                   "TimeOfLastExpiration",
113015                   /* qualifiers */
113016                   _CIM_Watchdog_TimeOfLastExpiration_qualifiers,
113017                   /* type */
113018                   CIMTYPE_DATETIME,
113019                   /* subscript */
113020                   -1,
113021 mike  1.1.2.1     /* value */
113022                   0,
113023               };
113024               
113025               static const char*
113026               _CIM_Watchdog_MonitoredEntityOnLastExpiration_qualifiers[] =
113027               {
113028                   /* ValueMap */
113029                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
113030                   /* Values */
113031                   "\062\000\011Unknown\000Other\000Operating System\000Operating System Boot Process\000Operating System Shutdown Process\000Firmware Boot Process\000BIOS Boot Process\000Application\000Service Processor\000",
113032                   0,
113033               };
113034               
113035               static MetaProperty
113036               _CIM_Watchdog_MonitoredEntityOnLastExpiration =
113037               {
113038                   /* flags */
113039                   META_FLAG_PROPERTY|META_FLAG_READ,
113040                   /* name */
113041                   "MonitoredEntityOnLastExpiration",
113042 mike  1.1.2.1     /* qualifiers */
113043                   _CIM_Watchdog_MonitoredEntityOnLastExpiration_qualifiers,
113044                   /* type */
113045                   CIMTYPE_UINT16,
113046                   /* subscript */
113047                   -1,
113048                   /* value */
113049                   0,
113050               };
113051               
113052               static const char*
113053               _CIM_Watchdog_ActionOnExpiration_qualifiers[] =
113054               {
113055                   /* ValueMap */
113056                   "\061\000\0060\0001\0002\0003\0004\0005\000",
113057                   /* Values */
113058                   "\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",
113059                   0,
113060               };
113061               
113062               static MetaProperty
113063 mike  1.1.2.1 _CIM_Watchdog_ActionOnExpiration =
113064               {
113065                   /* flags */
113066                   META_FLAG_PROPERTY|META_FLAG_READ,
113067                   /* name */
113068                   "ActionOnExpiration",
113069                   /* qualifiers */
113070                   _CIM_Watchdog_ActionOnExpiration_qualifiers,
113071                   /* type */
113072                   CIMTYPE_UINT16,
113073                   /* subscript */
113074                   -1,
113075                   /* value */
113076                   0,
113077               };
113078               
113079               static MetaFeature*
113080               _CIM_Watchdog_KeepAlive_parameters[] =
113081               {
113082                   0,
113083               };
113084 mike  1.1.2.1 
113085               static const char*
113086               _CIM_Watchdog_KeepAlive_qualifiers[] =
113087               {
113088                   0,
113089               };
113090               
113091               static MetaMethod
113092               _CIM_Watchdog_KeepAlive =
113093               {
113094                   /* flags */
113095                   META_FLAG_METHOD,
113096                   /* name */
113097                   "CIM_Watchdog",
113098                   /* qualifiers */
113099                   _CIM_Watchdog_KeepAlive_qualifiers,
113100                   /* type */
113101                   CIMTYPE_UINT32,
113102                   /* parameters */
113103                   _CIM_Watchdog_KeepAlive_parameters,
113104               };
113105 mike  1.1.2.1 
113106               static MetaFeature*
113107               _CIM_Watchdog_features[] =
113108               {
113109                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntity,
113110                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntityDescription,
113111                   (MetaFeature*)&_CIM_Watchdog_TimeoutInterval,
113112                   (MetaFeature*)&_CIM_Watchdog_TimerResolution,
113113                   (MetaFeature*)&_CIM_Watchdog_TimeOfLastExpiration,
113114                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntityOnLastExpiration,
113115                   (MetaFeature*)&_CIM_Watchdog_ActionOnExpiration,
113116                   (MetaFeature*)&_CIM_Watchdog_KeepAlive,
113117                   0,
113118               };
113119               
113120               static const char*
113121               __root_cimv2_CIM_Watchdog_qualifiers[] =
113122               {
113123                   /* UMLPackagePath */
113124                   "\057CIM::Device::Processor",
113125                   /* Version */
113126 mike  1.1.2.1     "\0632.10.0",
113127                   0,
113128               };
113129               
113130               MetaClass
113131               __root_cimv2_CIM_Watchdog =
113132               {
113133                   /* flags */
113134                   META_FLAG_CLASS,
113135                   /* name */
113136                   "CIM_Watchdog",
113137                   /* qualifiers */
113138                   __root_cimv2_CIM_Watchdog_qualifiers,
113139                   /* super */
113140                   &__root_cimv2_CIM_LogicalDevice,
113141                   /* features */
113142                   _CIM_Watchdog_features,
113143               };
113144               
113145               //==============================================================================
113146               //
113147 mike  1.1.2.1 // Class: CIM_WBEMService
113148               //
113149               //==============================================================================
113150               
113151               static MetaFeature*
113152               _CIM_WBEMService_features[] =
113153               {
113154                   0,
113155               };
113156               
113157               static const char*
113158               __root_cimv2_CIM_WBEMService_qualifiers[] =
113159               {
113160                   /* UMLPackagePath */
113161                   "\057CIM::Interop",
113162                   /* Abstract */
113163                   "\002\001",
113164                   /* Version */
113165                   "\0632.6.0",
113166                   0,
113167               };
113168 mike  1.1.2.1 
113169               MetaClass
113170               __root_cimv2_CIM_WBEMService =
113171               {
113172                   /* flags */
113173                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
113174                   /* name */
113175                   "CIM_WBEMService",
113176                   /* qualifiers */
113177                   __root_cimv2_CIM_WBEMService_qualifiers,
113178                   /* super */
113179                   &__root_cimv2_CIM_Service,
113180                   /* features */
113181                   _CIM_WBEMService_features,
113182               };
113183               
113184               //==============================================================================
113185               //
113186               // Class: CIM_WORMDrive
113187               //
113188               //==============================================================================
113189 mike  1.1.2.1 
113190               static MetaFeature*
113191               _CIM_WORMDrive_features[] =
113192               {
113193                   0,
113194               };
113195               
113196               static const char*
113197               __root_cimv2_CIM_WORMDrive_qualifiers[] =
113198               {
113199                   /* UMLPackagePath */
113200                   "\057CIM::Device::StorageDevices",
113201                   /* Version */
113202                   "\0632.6.0",
113203                   0,
113204               };
113205               
113206               MetaClass
113207               __root_cimv2_CIM_WORMDrive =
113208               {
113209                   /* flags */
113210 mike  1.1.2.1     META_FLAG_CLASS,
113211                   /* name */
113212                   "CIM_WORMDrive",
113213                   /* qualifiers */
113214                   __root_cimv2_CIM_WORMDrive_qualifiers,
113215                   /* super */
113216                   &__root_cimv2_CIM_MediaAccessDevice,
113217                   /* features */
113218                   _CIM_WORMDrive_features,
113219               };
113220               
113221               //==============================================================================
113222               //
113223               // Class: CIM_ZoneService
113224               //
113225               //==============================================================================
113226               
113227               static const char*
113228               _CIM_ZoneService_SessionState_qualifiers[] =
113229               {
113230                   /* ValueMap */
113231 mike  1.1.2.1     "\061\000\0040\0002\0003\0004\000",
113232                   /* Values */
113233                   "\062\000\004Unknown\000Starting\000Ended\000Not Applicable\000",
113234                   0,
113235               };
113236               
113237               static MetaProperty
113238               _CIM_ZoneService_SessionState =
113239               {
113240                   /* flags */
113241                   META_FLAG_PROPERTY|META_FLAG_READ,
113242                   /* name */
113243                   "SessionState",
113244                   /* qualifiers */
113245                   _CIM_ZoneService_SessionState_qualifiers,
113246                   /* type */
113247                   CIMTYPE_UINT16,
113248                   /* subscript */
113249                   -1,
113250                   /* value */
113251                   "\000\004",
113252 mike  1.1.2.1 };
113253               
113254               static const char*
113255               _CIM_ZoneService_RequestedSessionState_qualifiers[] =
113256               {
113257                   /* ValueMap */
113258                   "\061\000\0042\0003\0004\0005\000",
113259                   /* Values */
113260                   "\062\000\004Start\000End\000Terminate\000No Change\000",
113261                   /* ModelCorrespondence */
113262                   "\036\000\002CIM_ZoneService.SessionState\000CIM_ZoneService.SessionControl()\000",
113263                   0,
113264               };
113265               
113266               static MetaProperty
113267               _CIM_ZoneService_RequestedSessionState =
113268               {
113269                   /* flags */
113270                   META_FLAG_PROPERTY|META_FLAG_READ,
113271                   /* name */
113272                   "RequestedSessionState",
113273 mike  1.1.2.1     /* qualifiers */
113274                   _CIM_ZoneService_RequestedSessionState_qualifiers,
113275                   /* type */
113276                   CIMTYPE_UINT16,
113277                   /* subscript */
113278                   -1,
113279                   /* value */
113280                   "\000\005",
113281               };
113282               
113283               static const char*
113284               _CIM_ZoneService_CreateZoneSet_ZoneSetName_qualifiers[] =
113285               {
113286                   /* Required */
113287                   "\050\001",
113288                   /* IN */
113289                   "\024\001",
113290                   /* ModelCorrespondence */
113291                   "\036\000\001CIM_ZoneSet.ElementName\000",
113292                   0,
113293               };
113294 mike  1.1.2.1 
113295               static MetaProperty
113296               _CIM_ZoneService_CreateZoneSet_ZoneSetName =
113297               {
113298                   /* flags */
113299                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113300                   /* name */
113301                   "ZoneSetName",
113302                   /* qualifiers */
113303                   _CIM_ZoneService_CreateZoneSet_ZoneSetName_qualifiers,
113304                   /* type */
113305                   CIMTYPE_STRING,
113306                   /* subscript */
113307                   -1,
113308                   /* value */
113309                   0,
113310               };
113311               
113312               static const char*
113313               _CIM_ZoneService_CreateZoneSet_ZoneSet_qualifiers[] =
113314               {
113315 mike  1.1.2.1     /* IN */
113316                   "\024\000",
113317                   /* OUT */
113318                   "\043\001",
113319                   0,
113320               };
113321               
113322               static MetaReference
113323               _CIM_ZoneService_CreateZoneSet_ZoneSet =
113324               {
113325                   /* flags */
113326                   META_FLAG_REFERENCE|META_FLAG_OUT,
113327                   /* name */
113328                   "ZoneSet",
113329                   /* qualifiers */
113330                   _CIM_ZoneService_CreateZoneSet_ZoneSet_qualifiers,
113331                   /* subscript */
113332                   -1,
113333                   /* ref */
113334                   &__root_cimv2_CIM_ZoneSet,
113335               };
113336 mike  1.1.2.1 
113337               static MetaFeature*
113338               _CIM_ZoneService_CreateZoneSet_parameters[] =
113339               {
113340                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet_ZoneSetName,
113341                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet_ZoneSet,
113342                   0,
113343               };
113344               
113345               static const char*
113346               _CIM_ZoneService_CreateZoneSet_qualifiers[] =
113347               {
113348                   /* ValueMap */
113349                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113350                   /* Values */
113351                   "\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",
113352                   0,
113353               };
113354               
113355               static MetaMethod
113356               _CIM_ZoneService_CreateZoneSet =
113357 mike  1.1.2.1 {
113358                   /* flags */
113359                   META_FLAG_METHOD,
113360                   /* name */
113361                   "CIM_ZoneService",
113362                   /* qualifiers */
113363                   _CIM_ZoneService_CreateZoneSet_qualifiers,
113364                   /* type */
113365                   CIMTYPE_UINT32,
113366                   /* parameters */
113367                   _CIM_ZoneService_CreateZoneSet_parameters,
113368               };
113369               
113370               static const char*
113371               _CIM_ZoneService_CreateZone_ZoneName_qualifiers[] =
113372               {
113373                   /* Required */
113374                   "\050\001",
113375                   /* IN */
113376                   "\024\001",
113377                   /* ModelCorrespondence */
113378 mike  1.1.2.1     "\036\000\001CIM_Zone.ElementName\000",
113379                   0,
113380               };
113381               
113382               static MetaProperty
113383               _CIM_ZoneService_CreateZone_ZoneName =
113384               {
113385                   /* flags */
113386                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113387                   /* name */
113388                   "ZoneName",
113389                   /* qualifiers */
113390                   _CIM_ZoneService_CreateZone_ZoneName_qualifiers,
113391                   /* type */
113392                   CIMTYPE_STRING,
113393                   /* subscript */
113394                   -1,
113395                   /* value */
113396                   0,
113397               };
113398               
113399 mike  1.1.2.1 static const char*
113400               _CIM_ZoneService_CreateZone_ZoneType_qualifiers[] =
113401               {
113402                   /* IN */
113403                   "\024\001",
113404                   /* ValueMap */
113405                   "\061\000\0022\0003\000",
113406                   /* Values */
113407                   "\062\000\002Default\000Protocol\000",
113408                   /* ModelCorrespondence */
113409                   "\036\000\001CIM_Zone.ZoneType\000",
113410                   0,
113411               };
113412               
113413               static MetaProperty
113414               _CIM_ZoneService_CreateZone_ZoneType =
113415               {
113416                   /* flags */
113417                   META_FLAG_PROPERTY|META_FLAG_IN,
113418                   /* name */
113419                   "ZoneType",
113420 mike  1.1.2.1     /* qualifiers */
113421                   _CIM_ZoneService_CreateZone_ZoneType_qualifiers,
113422                   /* type */
113423                   CIMTYPE_UINT16,
113424                   /* subscript */
113425                   -1,
113426                   /* value */
113427                   0,
113428               };
113429               
113430               static const char*
113431               _CIM_ZoneService_CreateZone_ZoneSubType_qualifiers[] =
113432               {
113433                   /* IN */
113434                   "\024\001",
113435                   /* ValueMap */
113436                   "\061\000\0032\0003\0004\000",
113437                   /* Values */
113438                   "\062\000\003SCSI\000VI\000IP\000",
113439                   /* ModelCorrespondence */
113440                   "\036\000\001CIM_Zone.ZoneSubType\000",
113441 mike  1.1.2.1     0,
113442               };
113443               
113444               static MetaProperty
113445               _CIM_ZoneService_CreateZone_ZoneSubType =
113446               {
113447                   /* flags */
113448                   META_FLAG_PROPERTY|META_FLAG_IN,
113449                   /* name */
113450                   "ZoneSubType",
113451                   /* qualifiers */
113452                   _CIM_ZoneService_CreateZone_ZoneSubType_qualifiers,
113453                   /* type */
113454                   CIMTYPE_UINT16,
113455                   /* subscript */
113456                   -1,
113457                   /* value */
113458                   0,
113459               };
113460               
113461               static const char*
113462 mike  1.1.2.1 _CIM_ZoneService_CreateZone_Zone_qualifiers[] =
113463               {
113464                   /* IN */
113465                   "\024\000",
113466                   /* OUT */
113467                   "\043\001",
113468                   0,
113469               };
113470               
113471               static MetaReference
113472               _CIM_ZoneService_CreateZone_Zone =
113473               {
113474                   /* flags */
113475                   META_FLAG_REFERENCE|META_FLAG_OUT,
113476                   /* name */
113477                   "Zone",
113478                   /* qualifiers */
113479                   _CIM_ZoneService_CreateZone_Zone_qualifiers,
113480                   /* subscript */
113481                   -1,
113482                   /* ref */
113483 mike  1.1.2.1     &__root_cimv2_CIM_Zone,
113484               };
113485               
113486               static MetaFeature*
113487               _CIM_ZoneService_CreateZone_parameters[] =
113488               {
113489                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneName,
113490                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneType,
113491                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneSubType,
113492                   (MetaFeature*)&_CIM_ZoneService_CreateZone_Zone,
113493                   0,
113494               };
113495               
113496               static const char*
113497               _CIM_ZoneService_CreateZone_qualifiers[] =
113498               {
113499                   /* ValueMap */
113500                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113501                   /* Values */
113502                   "\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",
113503                   0,
113504 mike  1.1.2.1 };
113505               
113506               static MetaMethod
113507               _CIM_ZoneService_CreateZone =
113508               {
113509                   /* flags */
113510                   META_FLAG_METHOD,
113511                   /* name */
113512                   "CIM_ZoneService",
113513                   /* qualifiers */
113514                   _CIM_ZoneService_CreateZone_qualifiers,
113515                   /* type */
113516                   CIMTYPE_UINT32,
113517                   /* parameters */
113518                   _CIM_ZoneService_CreateZone_parameters,
113519               };
113520               
113521               static const char*
113522               _CIM_ZoneService_CreateZoneAlias_CollectionAlias_qualifiers[] =
113523               {
113524                   /* Required */
113525 mike  1.1.2.1     "\050\001",
113526                   /* IN */
113527                   "\024\001",
113528                   /* ModelCorrespondence */
113529                   "\036\000\001CIM_ZoneAlias.CollectionAlias\000",
113530                   0,
113531               };
113532               
113533               static MetaProperty
113534               _CIM_ZoneService_CreateZoneAlias_CollectionAlias =
113535               {
113536                   /* flags */
113537                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113538                   /* name */
113539                   "CollectionAlias",
113540                   /* qualifiers */
113541                   _CIM_ZoneService_CreateZoneAlias_CollectionAlias_qualifiers,
113542                   /* type */
113543                   CIMTYPE_STRING,
113544                   /* subscript */
113545                   -1,
113546 mike  1.1.2.1     /* value */
113547                   0,
113548               };
113549               
113550               static const char*
113551               _CIM_ZoneService_CreateZoneAlias_ZoneAlias_qualifiers[] =
113552               {
113553                   /* IN */
113554                   "\024\000",
113555                   /* OUT */
113556                   "\043\001",
113557                   0,
113558               };
113559               
113560               static MetaReference
113561               _CIM_ZoneService_CreateZoneAlias_ZoneAlias =
113562               {
113563                   /* flags */
113564                   META_FLAG_REFERENCE|META_FLAG_OUT,
113565                   /* name */
113566                   "ZoneAlias",
113567 mike  1.1.2.1     /* qualifiers */
113568                   _CIM_ZoneService_CreateZoneAlias_ZoneAlias_qualifiers,
113569                   /* subscript */
113570                   -1,
113571                   /* ref */
113572                   &__root_cimv2_CIM_NamedAddressCollection,
113573               };
113574               
113575               static MetaFeature*
113576               _CIM_ZoneService_CreateZoneAlias_parameters[] =
113577               {
113578                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias_CollectionAlias,
113579                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias_ZoneAlias,
113580                   0,
113581               };
113582               
113583               static const char*
113584               _CIM_ZoneService_CreateZoneAlias_qualifiers[] =
113585               {
113586                   /* ValueMap */
113587                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113588 mike  1.1.2.1     /* Values */
113589                   "\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",
113590                   0,
113591               };
113592               
113593               static MetaMethod
113594               _CIM_ZoneService_CreateZoneAlias =
113595               {
113596                   /* flags */
113597                   META_FLAG_METHOD,
113598                   /* name */
113599                   "CIM_ZoneService",
113600                   /* qualifiers */
113601                   _CIM_ZoneService_CreateZoneAlias_qualifiers,
113602                   /* type */
113603                   CIMTYPE_UINT32,
113604                   /* parameters */
113605                   _CIM_ZoneService_CreateZoneAlias_parameters,
113606               };
113607               
113608               static const char*
113609 mike  1.1.2.1 _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType_qualifiers[] =
113610               {
113611                   /* Required */
113612                   "\050\001",
113613                   /* IN */
113614                   "\024\001",
113615                   /* ValueMap */
113616                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
113617                   /* Values */
113618                   "\062\000\010Unknown\000Other\000PermanentAddress\000NetworkAddress\000SwitchPortID\000LogicalPortGroup\000DMTF_Reserved\000Vendor_Reserved\000",
113619                   /* ModelCorrespondence */
113620                   "\036\000\001CIM_ZoneMembershipSettingData.ZoneMemberType\000",
113621                   0,
113622               };
113623               
113624               static MetaProperty
113625               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType =
113626               {
113627                   /* flags */
113628                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113629                   /* name */
113630 mike  1.1.2.1     "ConnectivityMemberType",
113631                   /* qualifiers */
113632                   _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType_qualifiers,
113633                   /* type */
113634                   CIMTYPE_UINT16,
113635                   /* subscript */
113636                   -1,
113637                   /* value */
113638                   0,
113639               };
113640               
113641               static const char*
113642               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID_qualifiers[] =
113643               {
113644                   /* Required */
113645                   "\050\001",
113646                   /* IN */
113647                   "\024\001",
113648                   /* ModelCorrespondence */
113649                   "\036\000\001CIM_ZoneMembershipSettingData.ConnectivityMemberID\000",
113650                   0,
113651 mike  1.1.2.1 };
113652               
113653               static MetaProperty
113654               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID =
113655               {
113656                   /* flags */
113657                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113658                   /* name */
113659                   "ConnectivityMemberID",
113660                   /* qualifiers */
113661                   _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID_qualifiers,
113662                   /* type */
113663                   CIMTYPE_STRING,
113664                   /* subscript */
113665                   -1,
113666                   /* value */
113667                   0,
113668               };
113669               
113670               static const char*
113671               _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection_qualifiers[] =
113672 mike  1.1.2.1 {
113673                   /* Required */
113674                   "\050\001",
113675                   /* IN */
113676                   "\024\001",
113677                   0,
113678               };
113679               
113680               static MetaReference
113681               _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection =
113682               {
113683                   /* flags */
113684                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113685                   /* name */
113686                   "SystemSpecificCollection",
113687                   /* qualifiers */
113688                   _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection_qualifiers,
113689                   /* subscript */
113690                   -1,
113691                   /* ref */
113692                   &__root_cimv2_CIM_SystemSpecificCollection,
113693 mike  1.1.2.1 };
113694               
113695               static const char*
113696               _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers[] =
113697               {
113698                   /* IN */
113699                   "\024\000",
113700                   /* OUT */
113701                   "\043\001",
113702                   0,
113703               };
113704               
113705               static MetaReference
113706               _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData =
113707               {
113708                   /* flags */
113709                   META_FLAG_REFERENCE|META_FLAG_OUT,
113710                   /* name */
113711                   "ZoneMembershipSettingData",
113712                   /* qualifiers */
113713                   _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers,
113714 mike  1.1.2.1     /* subscript */
113715                   -1,
113716                   /* ref */
113717                   &__root_cimv2_CIM_ZoneMembershipSettingData,
113718               };
113719               
113720               static MetaFeature*
113721               _CIM_ZoneService_CreateZoneMembershipSettingData_parameters[] =
113722               {
113723                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType,
113724                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID,
113725                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection,
113726                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData,
113727                   0,
113728               };
113729               
113730               static const char*
113731               _CIM_ZoneService_CreateZoneMembershipSettingData_qualifiers[] =
113732               {
113733                   /* ValueMap */
113734                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113735 mike  1.1.2.1     /* Values */
113736                   "\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",
113737                   0,
113738               };
113739               
113740               static MetaMethod
113741               _CIM_ZoneService_CreateZoneMembershipSettingData =
113742               {
113743                   /* flags */
113744                   META_FLAG_METHOD,
113745                   /* name */
113746                   "CIM_ZoneService",
113747                   /* qualifiers */
113748                   _CIM_ZoneService_CreateZoneMembershipSettingData_qualifiers,
113749                   /* type */
113750                   CIMTYPE_UINT32,
113751                   /* parameters */
113752                   _CIM_ZoneService_CreateZoneMembershipSettingData_parameters,
113753               };
113754               
113755               static const char*
113756 mike  1.1.2.1 _CIM_ZoneService_AddZone_ZoneSet_qualifiers[] =
113757               {
113758                   /* Required */
113759                   "\050\001",
113760                   /* IN */
113761                   "\024\001",
113762                   0,
113763               };
113764               
113765               static MetaReference
113766               _CIM_ZoneService_AddZone_ZoneSet =
113767               {
113768                   /* flags */
113769                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113770                   /* name */
113771                   "ZoneSet",
113772                   /* qualifiers */
113773                   _CIM_ZoneService_AddZone_ZoneSet_qualifiers,
113774                   /* subscript */
113775                   -1,
113776                   /* ref */
113777 mike  1.1.2.1     &__root_cimv2_CIM_ZoneSet,
113778               };
113779               
113780               static const char*
113781               _CIM_ZoneService_AddZone_Zone_qualifiers[] =
113782               {
113783                   /* IN */
113784                   "\024\001",
113785                   0,
113786               };
113787               
113788               static MetaReference
113789               _CIM_ZoneService_AddZone_Zone =
113790               {
113791                   /* flags */
113792                   META_FLAG_REFERENCE|META_FLAG_IN,
113793                   /* name */
113794                   "Zone",
113795                   /* qualifiers */
113796                   _CIM_ZoneService_AddZone_Zone_qualifiers,
113797                   /* subscript */
113798 mike  1.1.2.1     -1,
113799                   /* ref */
113800                   &__root_cimv2_CIM_Zone,
113801               };
113802               
113803               static MetaFeature*
113804               _CIM_ZoneService_AddZone_parameters[] =
113805               {
113806                   (MetaFeature*)&_CIM_ZoneService_AddZone_ZoneSet,
113807                   (MetaFeature*)&_CIM_ZoneService_AddZone_Zone,
113808                   0,
113809               };
113810               
113811               static const char*
113812               _CIM_ZoneService_AddZone_qualifiers[] =
113813               {
113814                   /* ValueMap */
113815                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113816                   /* Values */
113817                   "\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",
113818                   0,
113819 mike  1.1.2.1 };
113820               
113821               static MetaMethod
113822               _CIM_ZoneService_AddZone =
113823               {
113824                   /* flags */
113825                   META_FLAG_METHOD,
113826                   /* name */
113827                   "CIM_ZoneService",
113828                   /* qualifiers */
113829                   _CIM_ZoneService_AddZone_qualifiers,
113830                   /* type */
113831                   CIMTYPE_UINT32,
113832                   /* parameters */
113833                   _CIM_ZoneService_AddZone_parameters,
113834               };
113835               
113836               static const char*
113837               _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection_qualifiers[] =
113838               {
113839                   /* Required */
113840 mike  1.1.2.1     "\050\001",
113841                   /* IN */
113842                   "\024\001",
113843                   0,
113844               };
113845               
113846               static MetaReference
113847               _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection =
113848               {
113849                   /* flags */
113850                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113851                   /* name */
113852                   "SystemSpecificCollection",
113853                   /* qualifiers */
113854                   _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection_qualifiers,
113855                   /* subscript */
113856                   -1,
113857                   /* ref */
113858                   &__root_cimv2_CIM_SystemSpecificCollection,
113859               };
113860               
113861 mike  1.1.2.1 static const char*
113862               _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers[] =
113863               {
113864                   /* IN */
113865                   "\024\001",
113866                   0,
113867               };
113868               
113869               static MetaReference
113870               _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData =
113871               {
113872                   /* flags */
113873                   META_FLAG_REFERENCE|META_FLAG_IN,
113874                   /* name */
113875                   "ZoneMembershipSettingData",
113876                   /* qualifiers */
113877                   _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers,
113878                   /* subscript */
113879                   -1,
113880                   /* ref */
113881                   &__root_cimv2_CIM_ZoneMembershipSettingData,
113882 mike  1.1.2.1 };
113883               
113884               static MetaFeature*
113885               _CIM_ZoneService_AddZoneMembershipSettingData_parameters[] =
113886               {
113887                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection,
113888                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData,
113889                   0,
113890               };
113891               
113892               static const char*
113893               _CIM_ZoneService_AddZoneMembershipSettingData_qualifiers[] =
113894               {
113895                   /* ValueMap */
113896                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113897                   /* Values */
113898                   "\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",
113899                   0,
113900               };
113901               
113902               static MetaMethod
113903 mike  1.1.2.1 _CIM_ZoneService_AddZoneMembershipSettingData =
113904               {
113905                   /* flags */
113906                   META_FLAG_METHOD,
113907                   /* name */
113908                   "CIM_ZoneService",
113909                   /* qualifiers */
113910                   _CIM_ZoneService_AddZoneMembershipSettingData_qualifiers,
113911                   /* type */
113912                   CIMTYPE_UINT32,
113913                   /* parameters */
113914                   _CIM_ZoneService_AddZoneMembershipSettingData_parameters,
113915               };
113916               
113917               static const char*
113918               _CIM_ZoneService_AddZoneAlias_Zone_qualifiers[] =
113919               {
113920                   /* Required */
113921                   "\050\001",
113922                   /* IN */
113923                   "\024\001",
113924 mike  1.1.2.1     0,
113925               };
113926               
113927               static MetaReference
113928               _CIM_ZoneService_AddZoneAlias_Zone =
113929               {
113930                   /* flags */
113931                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113932                   /* name */
113933                   "Zone",
113934                   /* qualifiers */
113935                   _CIM_ZoneService_AddZoneAlias_Zone_qualifiers,
113936                   /* subscript */
113937                   -1,
113938                   /* ref */
113939                   &__root_cimv2_CIM_Zone,
113940               };
113941               
113942               static const char*
113943               _CIM_ZoneService_AddZoneAlias_ZoneAlias_qualifiers[] =
113944               {
113945 mike  1.1.2.1     /* IN */
113946                   "\024\001",
113947                   0,
113948               };
113949               
113950               static MetaReference
113951               _CIM_ZoneService_AddZoneAlias_ZoneAlias =
113952               {
113953                   /* flags */
113954                   META_FLAG_REFERENCE|META_FLAG_IN,
113955                   /* name */
113956                   "ZoneAlias",
113957                   /* qualifiers */
113958                   _CIM_ZoneService_AddZoneAlias_ZoneAlias_qualifiers,
113959                   /* subscript */
113960                   -1,
113961                   /* ref */
113962                   &__root_cimv2_CIM_NamedAddressCollection,
113963               };
113964               
113965               static MetaFeature*
113966 mike  1.1.2.1 _CIM_ZoneService_AddZoneAlias_parameters[] =
113967               {
113968                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias_Zone,
113969                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias_ZoneAlias,
113970                   0,
113971               };
113972               
113973               static const char*
113974               _CIM_ZoneService_AddZoneAlias_qualifiers[] =
113975               {
113976                   /* ValueMap */
113977                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113978                   /* Values */
113979                   "\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",
113980                   0,
113981               };
113982               
113983               static MetaMethod
113984               _CIM_ZoneService_AddZoneAlias =
113985               {
113986                   /* flags */
113987 mike  1.1.2.1     META_FLAG_METHOD,
113988                   /* name */
113989                   "CIM_ZoneService",
113990                   /* qualifiers */
113991                   _CIM_ZoneService_AddZoneAlias_qualifiers,
113992                   /* type */
113993                   CIMTYPE_UINT32,
113994                   /* parameters */
113995                   _CIM_ZoneService_AddZoneAlias_parameters,
113996               };
113997               
113998               static const char*
113999               _CIM_ZoneService_ActivateZoneSet_ZoneSet_qualifiers[] =
114000               {
114001                   /* Required */
114002                   "\050\001",
114003                   /* IN */
114004                   "\024\001",
114005                   0,
114006               };
114007               
114008 mike  1.1.2.1 static MetaReference
114009               _CIM_ZoneService_ActivateZoneSet_ZoneSet =
114010               {
114011                   /* flags */
114012                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
114013                   /* name */
114014                   "ZoneSet",
114015                   /* qualifiers */
114016                   _CIM_ZoneService_ActivateZoneSet_ZoneSet_qualifiers,
114017                   /* subscript */
114018                   -1,
114019                   /* ref */
114020                   &__root_cimv2_CIM_ZoneSet,
114021               };
114022               
114023               static const char*
114024               _CIM_ZoneService_ActivateZoneSet_Activate_qualifiers[] =
114025               {
114026                   /* Required */
114027                   "\050\001",
114028                   /* IN */
114029 mike  1.1.2.1     "\024\001",
114030                   0,
114031               };
114032               
114033               static MetaProperty
114034               _CIM_ZoneService_ActivateZoneSet_Activate =
114035               {
114036                   /* flags */
114037                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
114038                   /* name */
114039                   "Activate",
114040                   /* qualifiers */
114041                   _CIM_ZoneService_ActivateZoneSet_Activate_qualifiers,
114042                   /* type */
114043                   CIMTYPE_BOOLEAN,
114044                   /* subscript */
114045                   -1,
114046                   /* value */
114047                   0,
114048               };
114049               
114050 mike  1.1.2.1 static MetaFeature*
114051               _CIM_ZoneService_ActivateZoneSet_parameters[] =
114052               {
114053                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet_ZoneSet,
114054                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet_Activate,
114055                   0,
114056               };
114057               
114058               static const char*
114059               _CIM_ZoneService_ActivateZoneSet_qualifiers[] =
114060               {
114061                   /* ValueMap */
114062                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
114063                   /* Values */
114064                   "\062\000\014Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
114065                   0,
114066               };
114067               
114068               static MetaMethod
114069               _CIM_ZoneService_ActivateZoneSet =
114070               {
114071 mike  1.1.2.1     /* flags */
114072                   META_FLAG_METHOD,
114073                   /* name */
114074                   "CIM_ZoneService",
114075                   /* qualifiers */
114076                   _CIM_ZoneService_ActivateZoneSet_qualifiers,
114077                   /* type */
114078                   CIMTYPE_UINT32,
114079                   /* parameters */
114080                   _CIM_ZoneService_ActivateZoneSet_parameters,
114081               };
114082               
114083               static const char*
114084               _CIM_ZoneService_SessionControl_RequestedSessionState_qualifiers[] =
114085               {
114086                   /* IN */
114087                   "\024\001",
114088                   /* ValueMap */
114089                   "\061\000\0032\0003\0004\000",
114090                   /* Values */
114091                   "\062\000\003Start\000End\000Terminate\000",
114092 mike  1.1.2.1     /* ModelCorrespondence */
114093                   "\036\000\001CIM_ZoneService.RequestedSessionState\000",
114094                   0,
114095               };
114096               
114097               static MetaProperty
114098               _CIM_ZoneService_SessionControl_RequestedSessionState =
114099               {
114100                   /* flags */
114101                   META_FLAG_PROPERTY|META_FLAG_IN,
114102                   /* name */
114103                   "RequestedSessionState",
114104                   /* qualifiers */
114105                   _CIM_ZoneService_SessionControl_RequestedSessionState_qualifiers,
114106                   /* type */
114107                   CIMTYPE_UINT16,
114108                   /* subscript */
114109                   -1,
114110                   /* value */
114111                   0,
114112               };
114113 mike  1.1.2.1 
114114               static MetaFeature*
114115               _CIM_ZoneService_SessionControl_parameters[] =
114116               {
114117                   (MetaFeature*)&_CIM_ZoneService_SessionControl_RequestedSessionState,
114118                   0,
114119               };
114120               
114121               static const char*
114122               _CIM_ZoneService_SessionControl_qualifiers[] =
114123               {
114124                   /* ValueMap */
114125                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
114126                   /* Values */
114127                   "\062\000\013Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
114128                   0,
114129               };
114130               
114131               static MetaMethod
114132               _CIM_ZoneService_SessionControl =
114133               {
114134 mike  1.1.2.1     /* flags */
114135                   META_FLAG_METHOD,
114136                   /* name */
114137                   "CIM_ZoneService",
114138                   /* qualifiers */
114139                   _CIM_ZoneService_SessionControl_qualifiers,
114140                   /* type */
114141                   CIMTYPE_UINT32,
114142                   /* parameters */
114143                   _CIM_ZoneService_SessionControl_parameters,
114144               };
114145               
114146               static MetaFeature*
114147               _CIM_ZoneService_features[] =
114148               {
114149                   (MetaFeature*)&_CIM_ZoneService_SessionState,
114150                   (MetaFeature*)&_CIM_ZoneService_RequestedSessionState,
114151                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet,
114152                   (MetaFeature*)&_CIM_ZoneService_CreateZone,
114153                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias,
114154                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData,
114155 mike  1.1.2.1     (MetaFeature*)&_CIM_ZoneService_AddZone,
114156                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData,
114157                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias,
114158                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet,
114159                   (MetaFeature*)&_CIM_ZoneService_SessionControl,
114160                   0,
114161               };
114162               
114163               static const char*
114164               __root_cimv2_CIM_ZoneService_qualifiers[] =
114165               {
114166                   /* UMLPackagePath */
114167                   "\057CIM::Device::FC",
114168                   /* Version */
114169                   "\0632.8.0",
114170                   0,
114171               };
114172               
114173               MetaClass
114174               __root_cimv2_CIM_ZoneService =
114175               {
114176 mike  1.1.2.1     /* flags */
114177                   META_FLAG_CLASS,
114178                   /* name */
114179                   "CIM_ZoneService",
114180                   /* qualifiers */
114181                   __root_cimv2_CIM_ZoneService_qualifiers,
114182                   /* super */
114183                   &__root_cimv2_CIM_Service,
114184                   /* features */
114185                   _CIM_ZoneService_features,
114186               };
114187               
114188               //==============================================================================
114189               //
114190               // Class: PRS_SISService
114191               //
114192               //==============================================================================
114193               
114194               static const char*
114195               _PRS_SISService_StartSISTransaction_TransactionType_qualifiers[] =
114196               {
114197 mike  1.1.2.1     /* IN */
114198                   "\024\001",
114199                   /* ValueMap */
114200                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
114201                   /* Values */
114202                   "\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",
114203                   0,
114204               };
114205               
114206               static MetaProperty
114207               _PRS_SISService_StartSISTransaction_TransactionType =
114208               {
114209                   /* flags */
114210                   META_FLAG_PROPERTY|META_FLAG_IN,
114211                   /* name */
114212                   "TransactionType",
114213                   /* qualifiers */
114214                   _PRS_SISService_StartSISTransaction_TransactionType_qualifiers,
114215                   /* type */
114216                   CIMTYPE_UINT8,
114217                   /* subscript */
114218 mike  1.1.2.1     -1,
114219                   /* value */
114220                   0,
114221               };
114222               
114223               static const char*
114224               _PRS_SISService_StartSISTransaction_ActivityRef_qualifiers[] =
114225               {
114226                   /* IN */
114227                   "\024\001",
114228                   0,
114229               };
114230               
114231               static MetaReference
114232               _PRS_SISService_StartSISTransaction_ActivityRef =
114233               {
114234                   /* flags */
114235                   META_FLAG_REFERENCE|META_FLAG_IN,
114236                   /* name */
114237                   "ActivityRef",
114238                   /* qualifiers */
114239 mike  1.1.2.1     _PRS_SISService_StartSISTransaction_ActivityRef_qualifiers,
114240                   /* subscript */
114241                   -1,
114242                   /* ref */
114243                   &__root_cimv2_PRS_Activity,
114244               };
114245               
114246               static const char*
114247               _PRS_SISService_StartSISTransaction_TransactionRef_qualifiers[] =
114248               {
114249                   /* IN */
114250                   "\024\001",
114251                   /* OUT */
114252                   "\043\001",
114253                   0,
114254               };
114255               
114256               static MetaReference
114257               _PRS_SISService_StartSISTransaction_TransactionRef =
114258               {
114259                   /* flags */
114260 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
114261                   /* name */
114262                   "TransactionRef",
114263                   /* qualifiers */
114264                   _PRS_SISService_StartSISTransaction_TransactionRef_qualifiers,
114265                   /* subscript */
114266                   -1,
114267                   /* ref */
114268                   &__root_cimv2_PRS_Transaction,
114269               };
114270               
114271               static MetaFeature*
114272               _PRS_SISService_StartSISTransaction_parameters[] =
114273               {
114274                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_TransactionType,
114275                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_ActivityRef,
114276                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_TransactionRef,
114277                   0,
114278               };
114279               
114280               static const char*
114281 mike  1.1.2.1 _PRS_SISService_StartSISTransaction_qualifiers[] =
114282               {
114283                   0,
114284               };
114285               
114286               static MetaMethod
114287               _PRS_SISService_StartSISTransaction =
114288               {
114289                   /* flags */
114290                   META_FLAG_METHOD,
114291                   /* name */
114292                   "PRS_SISService",
114293                   /* qualifiers */
114294                   _PRS_SISService_StartSISTransaction_qualifiers,
114295                   /* type */
114296                   CIMTYPE_UINT32,
114297                   /* parameters */
114298                   _PRS_SISService_StartSISTransaction_parameters,
114299               };
114300               
114301               static const char*
114302 mike  1.1.2.1 _PRS_SISService_EndSISTransaction_Status_qualifiers[] =
114303               {
114304                   /* IN */
114305                   "\024\001",
114306                   0,
114307               };
114308               
114309               static MetaProperty
114310               _PRS_SISService_EndSISTransaction_Status =
114311               {
114312                   /* flags */
114313                   META_FLAG_PROPERTY|META_FLAG_IN,
114314                   /* name */
114315                   "Status",
114316                   /* qualifiers */
114317                   _PRS_SISService_EndSISTransaction_Status_qualifiers,
114318                   /* type */
114319                   CIMTYPE_UINT32,
114320                   /* subscript */
114321                   -1,
114322                   /* value */
114323 mike  1.1.2.1     0,
114324               };
114325               
114326               static const char*
114327               _PRS_SISService_EndSISTransaction_TransactionRef_qualifiers[] =
114328               {
114329                   /* IN */
114330                   "\024\001",
114331                   0,
114332               };
114333               
114334               static MetaReference
114335               _PRS_SISService_EndSISTransaction_TransactionRef =
114336               {
114337                   /* flags */
114338                   META_FLAG_REFERENCE|META_FLAG_IN,
114339                   /* name */
114340                   "TransactionRef",
114341                   /* qualifiers */
114342                   _PRS_SISService_EndSISTransaction_TransactionRef_qualifiers,
114343                   /* subscript */
114344 mike  1.1.2.1     -1,
114345                   /* ref */
114346                   &__root_cimv2_PRS_Transaction,
114347               };
114348               
114349               static MetaFeature*
114350               _PRS_SISService_EndSISTransaction_parameters[] =
114351               {
114352                   (MetaFeature*)&_PRS_SISService_EndSISTransaction_Status,
114353                   (MetaFeature*)&_PRS_SISService_EndSISTransaction_TransactionRef,
114354                   0,
114355               };
114356               
114357               static const char*
114358               _PRS_SISService_EndSISTransaction_qualifiers[] =
114359               {
114360                   0,
114361               };
114362               
114363               static MetaMethod
114364               _PRS_SISService_EndSISTransaction =
114365 mike  1.1.2.1 {
114366                   /* flags */
114367                   META_FLAG_METHOD,
114368                   /* name */
114369                   "PRS_SISService",
114370                   /* qualifiers */
114371                   _PRS_SISService_EndSISTransaction_qualifiers,
114372                   /* type */
114373                   CIMTYPE_UINT32,
114374                   /* parameters */
114375                   _PRS_SISService_EndSISTransaction_parameters,
114376               };
114377               
114378               static const char*
114379               _PRS_SISService_SetSISCompletionStatus_CompletionStatus_qualifiers[] =
114380               {
114381                   /* IN */
114382                   "\024\001",
114383                   0,
114384               };
114385               
114386 mike  1.1.2.1 static MetaProperty
114387               _PRS_SISService_SetSISCompletionStatus_CompletionStatus =
114388               {
114389                   /* flags */
114390                   META_FLAG_PROPERTY|META_FLAG_IN,
114391                   /* name */
114392                   "CompletionStatus",
114393                   /* qualifiers */
114394                   _PRS_SISService_SetSISCompletionStatus_CompletionStatus_qualifiers,
114395                   /* type */
114396                   CIMTYPE_UINT32,
114397                   /* subscript */
114398                   -1,
114399                   /* value */
114400                   0,
114401               };
114402               
114403               static const char*
114404               _PRS_SISService_SetSISCompletionStatus_TransactionRef_qualifiers[] =
114405               {
114406                   /* IN */
114407 mike  1.1.2.1     "\024\001",
114408                   0,
114409               };
114410               
114411               static MetaReference
114412               _PRS_SISService_SetSISCompletionStatus_TransactionRef =
114413               {
114414                   /* flags */
114415                   META_FLAG_REFERENCE|META_FLAG_IN,
114416                   /* name */
114417                   "TransactionRef",
114418                   /* qualifiers */
114419                   _PRS_SISService_SetSISCompletionStatus_TransactionRef_qualifiers,
114420                   /* subscript */
114421                   -1,
114422                   /* ref */
114423                   &__root_cimv2_PRS_Transaction,
114424               };
114425               
114426               static MetaFeature*
114427               _PRS_SISService_SetSISCompletionStatus_parameters[] =
114428 mike  1.1.2.1 {
114429                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus_CompletionStatus,
114430                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus_TransactionRef,
114431                   0,
114432               };
114433               
114434               static const char*
114435               _PRS_SISService_SetSISCompletionStatus_qualifiers[] =
114436               {
114437                   0,
114438               };
114439               
114440               static MetaMethod
114441               _PRS_SISService_SetSISCompletionStatus =
114442               {
114443                   /* flags */
114444                   META_FLAG_METHOD,
114445                   /* name */
114446                   "PRS_SISService",
114447                   /* qualifiers */
114448                   _PRS_SISService_SetSISCompletionStatus_qualifiers,
114449 mike  1.1.2.1     /* type */
114450                   CIMTYPE_UINT32,
114451                   /* parameters */
114452                   _PRS_SISService_SetSISCompletionStatus_parameters,
114453               };
114454               
114455               static MetaFeature*
114456               _PRS_SISService_features[] =
114457               {
114458                   (MetaFeature*)&_PRS_SISService_StartSISTransaction,
114459                   (MetaFeature*)&_PRS_SISService_EndSISTransaction,
114460                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus,
114461                   0,
114462               };
114463               
114464               static const char*
114465               __root_cimv2_PRS_SISService_qualifiers[] =
114466               {
114467                   /* UMLPackagePath */
114468                   "\057PRS::Support",
114469                   /* Version */
114470 mike  1.1.2.1     "\0632.6.0",
114471                   0,
114472               };
114473               
114474               MetaClass
114475               __root_cimv2_PRS_SISService =
114476               {
114477                   /* flags */
114478                   META_FLAG_CLASS,
114479                   /* name */
114480                   "PRS_SISService",
114481                   /* qualifiers */
114482                   __root_cimv2_PRS_SISService_qualifiers,
114483                   /* super */
114484                   &__root_cimv2_CIM_Service,
114485                   /* features */
114486                   _PRS_SISService_features,
114487               };
114488               
114489               //==============================================================================
114490               //
114491 mike  1.1.2.1 // Class: CIM_AccountOnSystem
114492               //
114493               //==============================================================================
114494               
114495               static const char*
114496               _CIM_AccountOnSystem_GroupComponent_qualifiers[] =
114497               {
114498                   /* Aggregate */
114499                   "\003\001",
114500                   /* Override */
114501                   "\044GroupComponent",
114502                   /* Min */
114503                   "\033\000\000\000\001",
114504                   /* Max */
114505                   "\027\000\000\000\001",
114506                   0,
114507               };
114508               
114509               static MetaReference
114510               _CIM_AccountOnSystem_GroupComponent =
114511               {
114512 mike  1.1.2.1     /* flags */
114513                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
114514                   /* name */
114515                   "GroupComponent",
114516                   /* qualifiers */
114517                   _CIM_AccountOnSystem_GroupComponent_qualifiers,
114518                   /* subscript */
114519                   -1,
114520                   /* refId */
114521                   &__root_cimv2_CIM_System,
114522               };
114523               
114524               static const char*
114525               _CIM_AccountOnSystem_PartComponent_qualifiers[] =
114526               {
114527                   /* Override */
114528                   "\044PartComponent",
114529                   /* Weak */
114530                   "\064\001",
114531                   0,
114532               };
114533 mike  1.1.2.1 
114534               static MetaReference
114535               _CIM_AccountOnSystem_PartComponent =
114536               {
114537                   /* flags */
114538                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
114539                   /* name */
114540                   "PartComponent",
114541                   /* qualifiers */
114542                   _CIM_AccountOnSystem_PartComponent_qualifiers,
114543                   /* subscript */
114544                   -1,
114545                   /* refId */
114546                   &__root_cimv2_CIM_Account,
114547               };
114548               
114549               static MetaFeature*
114550               _CIM_AccountOnSystem_features[] =
114551               {
114552                   (MetaFeature*)&_CIM_AccountOnSystem_GroupComponent,
114553                   (MetaFeature*)&_CIM_AccountOnSystem_PartComponent,
114554 mike  1.1.2.1     0,
114555               };
114556               
114557               static const char*
114558               __root_cimv2_CIM_AccountOnSystem_qualifiers[] =
114559               {
114560                   /* ASSOCIATION */
114561                   "\000\001",
114562                   /* UMLPackagePath */
114563                   "\057CIM::User::Account",
114564                   /* Aggregation */
114565                   "\004\001",
114566                   /* Version */
114567                   "\0632.6.0",
114568                   0,
114569               };
114570               
114571               MetaClass
114572               __root_cimv2_CIM_AccountOnSystem =
114573               {
114574                   /* flags */
114575 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
114576                   /* name */
114577                   "CIM_AccountOnSystem",
114578                   /* qualifiers */
114579                   __root_cimv2_CIM_AccountOnSystem_qualifiers,
114580                   /* super */
114581                   &__root_cimv2_CIM_SystemComponent,
114582                   /* features */
114583                   _CIM_AccountOnSystem_features,
114584               };
114585               
114586               //==============================================================================
114587               //
114588               // Class: CIM_AdapterActiveConnection
114589               //
114590               //==============================================================================
114591               
114592               static const char*
114593               _CIM_AdapterActiveConnection_Antecedent_qualifiers[] =
114594               {
114595                   /* Deprecated */
114596 mike  1.1.2.1     "\013\000\001CIM_PortActiveConnection.Antecedent\000",
114597                   /* Override */
114598                   "\044Antecedent",
114599                   0,
114600               };
114601               
114602               static MetaReference
114603               _CIM_AdapterActiveConnection_Antecedent =
114604               {
114605                   /* flags */
114606                   META_FLAG_REFERENCE|META_FLAG_READ,
114607                   /* name */
114608                   "Antecedent",
114609                   /* qualifiers */
114610                   _CIM_AdapterActiveConnection_Antecedent_qualifiers,
114611                   /* subscript */
114612                   -1,
114613                   /* refId */
114614                   &__root_cimv2_CIM_PhysicalConnector,
114615               };
114616               
114617 mike  1.1.2.1 static const char*
114618               _CIM_AdapterActiveConnection_Dependent_qualifiers[] =
114619               {
114620                   /* Deprecated */
114621                   "\013\000\001CIM_PortActiveConnection.Dependent\000",
114622                   /* Override */
114623                   "\044Dependent",
114624                   0,
114625               };
114626               
114627               static MetaReference
114628               _CIM_AdapterActiveConnection_Dependent =
114629               {
114630                   /* flags */
114631                   META_FLAG_REFERENCE|META_FLAG_READ,
114632                   /* name */
114633                   "Dependent",
114634                   /* qualifiers */
114635                   _CIM_AdapterActiveConnection_Dependent_qualifiers,
114636                   /* subscript */
114637                   -1,
114638 mike  1.1.2.1     /* refId */
114639                   &__root_cimv2_CIM_NetworkAdapter,
114640               };
114641               
114642               static MetaFeature*
114643               _CIM_AdapterActiveConnection_features[] =
114644               {
114645                   (MetaFeature*)&_CIM_AdapterActiveConnection_Antecedent,
114646                   (MetaFeature*)&_CIM_AdapterActiveConnection_Dependent,
114647                   0,
114648               };
114649               
114650               static const char*
114651               __root_cimv2_CIM_AdapterActiveConnection_qualifiers[] =
114652               {
114653                   /* ASSOCIATION */
114654                   "\000\001",
114655                   /* Deprecated */
114656                   "\013\000\001CIM_PortActiveConnection\000",
114657                   /* UMLPackagePath */
114658                   "\057CIM::Device::NetworkAdapter",
114659 mike  1.1.2.1     /* Version */
114660                   "\0632.10.0",
114661                   0,
114662               };
114663               
114664               MetaClass
114665               __root_cimv2_CIM_AdapterActiveConnection =
114666               {
114667                   /* flags */
114668                   META_FLAG_ASSOCIATION,
114669                   /* name */
114670                   "CIM_AdapterActiveConnection",
114671                   /* qualifiers */
114672                   __root_cimv2_CIM_AdapterActiveConnection_qualifiers,
114673                   /* super */
114674                   &__root_cimv2_CIM_Dependency,
114675                   /* features */
114676                   _CIM_AdapterActiveConnection_features,
114677               };
114678               
114679               //==============================================================================
114680 mike  1.1.2.1 //
114681               // Class: CIM_AdminDomain
114682               //
114683               //==============================================================================
114684               
114685               static const char*
114686               _CIM_AdminDomain_NameFormat_qualifiers[] =
114687               {
114688                   /* Override */
114689                   "\044NameFormat",
114690                   /* ValueMap */
114691                   "\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",
114692                   /* Values */
114693                   "\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",
114694                   /* ModelCorrespondence */
114695                   "\036\000\001CIM_AdminDomain.Name\000",
114696                   0,
114697               };
114698               
114699               static MetaProperty
114700               _CIM_AdminDomain_NameFormat =
114701 mike  1.1.2.1 {
114702                   /* flags */
114703                   META_FLAG_PROPERTY|META_FLAG_READ,
114704                   /* name */
114705                   "NameFormat",
114706                   /* qualifiers */
114707                   _CIM_AdminDomain_NameFormat_qualifiers,
114708                   /* type */
114709                   CIMTYPE_STRING,
114710                   /* subscript */
114711                   -1,
114712                   /* value */
114713                   0,
114714               };
114715               
114716               static MetaFeature*
114717               _CIM_AdminDomain_features[] =
114718               {
114719                   (MetaFeature*)&_CIM_AdminDomain_NameFormat,
114720                   0,
114721               };
114722 mike  1.1.2.1 
114723               static const char*
114724               __root_cimv2_CIM_AdminDomain_qualifiers[] =
114725               {
114726                   /* UMLPackagePath */
114727                   "\057CIM::Core::CoreElements",
114728                   /* Version */
114729                   "\0632.10.0",
114730                   0,
114731               };
114732               
114733               MetaClass
114734               __root_cimv2_CIM_AdminDomain =
114735               {
114736                   /* flags */
114737                   META_FLAG_CLASS,
114738                   /* name */
114739                   "CIM_AdminDomain",
114740                   /* qualifiers */
114741                   __root_cimv2_CIM_AdminDomain_qualifiers,
114742                   /* super */
114743 mike  1.1.2.1     &__root_cimv2_CIM_System,
114744                   /* features */
114745                   _CIM_AdminDomain_features,
114746               };
114747               
114748               //==============================================================================
114749               //
114750               // Class: CIM_AggregatePExtent
114751               //
114752               //==============================================================================
114753               
114754               static const char*
114755               _CIM_AggregatePExtent_NumberOfBlocks_qualifiers[] =
114756               {
114757                   /* Deprecated */
114758                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_StorageExtent.NumberOfBlocks\000",
114759                   /* Override */
114760                   "\044NumberOfBlocks",
114761                   /* MappingStrings */
114762                   "\026\000\001MIF.DMTF|Aggregate Physical Extent|001.2\000",
114763                   0,
114764 mike  1.1.2.1 };
114765               
114766               static MetaProperty
114767               _CIM_AggregatePExtent_NumberOfBlocks =
114768               {
114769                   /* flags */
114770                   META_FLAG_PROPERTY|META_FLAG_READ,
114771                   /* name */
114772                   "NumberOfBlocks",
114773                   /* qualifiers */
114774                   _CIM_AggregatePExtent_NumberOfBlocks_qualifiers,
114775                   /* type */
114776                   CIMTYPE_UINT64,
114777                   /* subscript */
114778                   -1,
114779                   /* value */
114780                   0,
114781               };
114782               
114783               static const char*
114784               _CIM_AggregatePExtent_BlocksOfCheckData_qualifiers[] =
114785 mike  1.1.2.1 {
114786                   /* Deprecated */
114787                   "\013\000\001CIM_CompositeExtentBasedOn.UnitsOfCheckData\000",
114788                   /* MappingStrings */
114789                   "\026\000\001MIF.DMTF|Aggregate Physical Extent|001.3\000",
114790                   0,
114791               };
114792               
114793               static MetaProperty
114794               _CIM_AggregatePExtent_BlocksOfCheckData =
114795               {
114796                   /* flags */
114797                   META_FLAG_PROPERTY|META_FLAG_READ,
114798                   /* name */
114799                   "BlocksOfCheckData",
114800                   /* qualifiers */
114801                   _CIM_AggregatePExtent_BlocksOfCheckData_qualifiers,
114802                   /* type */
114803                   CIMTYPE_UINT64,
114804                   /* subscript */
114805                   -1,
114806 mike  1.1.2.1     /* value */
114807                   0,
114808               };
114809               
114810               static MetaFeature*
114811               _CIM_AggregatePExtent_features[] =
114812               {
114813                   (MetaFeature*)&_CIM_AggregatePExtent_NumberOfBlocks,
114814                   (MetaFeature*)&_CIM_AggregatePExtent_BlocksOfCheckData,
114815                   0,
114816               };
114817               
114818               static const char*
114819               __root_cimv2_CIM_AggregatePExtent_qualifiers[] =
114820               {
114821                   /* Deprecated */
114822                   "\013\000\002CIM_StorageExtent\000CIM_CompositeExtentBasedOn\000",
114823                   /* UMLPackagePath */
114824                   "\057CIM::Device::SccExtents",
114825                   /* Version */
114826                   "\0632.7.0",
114827 mike  1.1.2.1     0,
114828               };
114829               
114830               MetaClass
114831               __root_cimv2_CIM_AggregatePExtent =
114832               {
114833                   /* flags */
114834                   META_FLAG_CLASS,
114835                   /* name */
114836                   "CIM_AggregatePExtent",
114837                   /* qualifiers */
114838                   __root_cimv2_CIM_AggregatePExtent_qualifiers,
114839                   /* super */
114840                   &__root_cimv2_CIM_StorageExtent,
114841                   /* features */
114842                   _CIM_AggregatePExtent_features,
114843               };
114844               
114845               //==============================================================================
114846               //
114847               // Class: CIM_AggregatePSExtent
114848 mike  1.1.2.1 //
114849               //==============================================================================
114850               
114851               static const char*
114852               _CIM_AggregatePSExtent_NumberOfBlocks_qualifiers[] =
114853               {
114854                   /* Deprecated */
114855                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_StorageExtent.NumberOfBlocks\000",
114856                   /* Override */
114857                   "\044NumberOfBlocks",
114858                   /* MappingStrings */
114859                   "\026\000\001MIF.DMTF|Aggregate Protected Space Extent|001.2\000",
114860                   0,
114861               };
114862               
114863               static MetaProperty
114864               _CIM_AggregatePSExtent_NumberOfBlocks =
114865               {
114866                   /* flags */
114867                   META_FLAG_PROPERTY|META_FLAG_READ,
114868                   /* name */
114869 mike  1.1.2.1     "NumberOfBlocks",
114870                   /* qualifiers */
114871                   _CIM_AggregatePSExtent_NumberOfBlocks_qualifiers,
114872                   /* type */
114873                   CIMTYPE_UINT64,
114874                   /* subscript */
114875                   -1,
114876                   /* value */
114877                   0,
114878               };
114879               
114880               static MetaFeature*
114881               _CIM_AggregatePSExtent_features[] =
114882               {
114883                   (MetaFeature*)&_CIM_AggregatePSExtent_NumberOfBlocks,
114884                   0,
114885               };
114886               
114887               static const char*
114888               __root_cimv2_CIM_AggregatePSExtent_qualifiers[] =
114889               {
114890 mike  1.1.2.1     /* Deprecated */
114891                   "\013\000\002CIM_StorageExtent\000CIM_CompositeExtentBasedOn\000",
114892                   /* UMLPackagePath */
114893                   "\057CIM::Device::SccExtents",
114894                   /* Version */
114895                   "\0632.7.0",
114896                   0,
114897               };
114898               
114899               MetaClass
114900               __root_cimv2_CIM_AggregatePSExtent =
114901               {
114902                   /* flags */
114903                   META_FLAG_CLASS,
114904                   /* name */
114905                   "CIM_AggregatePSExtent",
114906                   /* qualifiers */
114907                   __root_cimv2_CIM_AggregatePSExtent_qualifiers,
114908                   /* super */
114909                   &__root_cimv2_CIM_StorageExtent,
114910                   /* features */
114911 mike  1.1.2.1     _CIM_AggregatePSExtent_features,
114912               };
114913               
114914               //==============================================================================
114915               //
114916               // Class: CIM_AlarmDevice
114917               //
114918               //==============================================================================
114919               
114920               static const char*
114921               _CIM_AlarmDevice_AudibleAlarm_qualifiers[] =
114922               {
114923                   0,
114924               };
114925               
114926               static MetaProperty
114927               _CIM_AlarmDevice_AudibleAlarm =
114928               {
114929                   /* flags */
114930                   META_FLAG_PROPERTY|META_FLAG_READ,
114931                   /* name */
114932 mike  1.1.2.1     "AudibleAlarm",
114933                   /* qualifiers */
114934                   _CIM_AlarmDevice_AudibleAlarm_qualifiers,
114935                   /* type */
114936                   CIMTYPE_BOOLEAN,
114937                   /* subscript */
114938                   -1,
114939                   /* value */
114940                   0,
114941               };
114942               
114943               static const char*
114944               _CIM_AlarmDevice_VisibleAlarm_qualifiers[] =
114945               {
114946                   0,
114947               };
114948               
114949               static MetaProperty
114950               _CIM_AlarmDevice_VisibleAlarm =
114951               {
114952                   /* flags */
114953 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
114954                   /* name */
114955                   "VisibleAlarm",
114956                   /* qualifiers */
114957                   _CIM_AlarmDevice_VisibleAlarm_qualifiers,
114958                   /* type */
114959                   CIMTYPE_BOOLEAN,
114960                   /* subscript */
114961                   -1,
114962                   /* value */
114963                   0,
114964               };
114965               
114966               static const char*
114967               _CIM_AlarmDevice_MotionAlarm_qualifiers[] =
114968               {
114969                   0,
114970               };
114971               
114972               static MetaProperty
114973               _CIM_AlarmDevice_MotionAlarm =
114974 mike  1.1.2.1 {
114975                   /* flags */
114976                   META_FLAG_PROPERTY|META_FLAG_READ,
114977                   /* name */
114978                   "MotionAlarm",
114979                   /* qualifiers */
114980                   _CIM_AlarmDevice_MotionAlarm_qualifiers,
114981                   /* type */
114982                   CIMTYPE_BOOLEAN,
114983                   /* subscript */
114984                   -1,
114985                   /* value */
114986                   0,
114987               };
114988               
114989               static const char*
114990               _CIM_AlarmDevice_Urgency_qualifiers[] =
114991               {
114992                   /* ValueMap */
114993                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
114994                   /* Values */
114995 mike  1.1.2.1     "\062\000\007Unknown\000Other\000Not Supported\000Informational\000Non-Critical\000Critical\000Unrecoverable\000",
114996                   0,
114997               };
114998               
114999               static MetaProperty
115000               _CIM_AlarmDevice_Urgency =
115001               {
115002                   /* flags */
115003                   META_FLAG_PROPERTY|META_FLAG_READ,
115004                   /* name */
115005                   "Urgency",
115006                   /* qualifiers */
115007                   _CIM_AlarmDevice_Urgency_qualifiers,
115008                   /* type */
115009                   CIMTYPE_UINT16,
115010                   /* subscript */
115011                   -1,
115012                   /* value */
115013                   0,
115014               };
115015               
115016 mike  1.1.2.1 static const char*
115017               _CIM_AlarmDevice_AlarmState_qualifiers[] =
115018               {
115019                   /* ValueMap */
115020                   "\061\000\0040\0001\0002\0003\000",
115021                   /* Values */
115022                   "\062\000\004Unknown\000Off\000Steady\000Alternating\000",
115023                   0,
115024               };
115025               
115026               static MetaProperty
115027               _CIM_AlarmDevice_AlarmState =
115028               {
115029                   /* flags */
115030                   META_FLAG_PROPERTY|META_FLAG_READ,
115031                   /* name */
115032                   "AlarmState",
115033                   /* qualifiers */
115034                   _CIM_AlarmDevice_AlarmState_qualifiers,
115035                   /* type */
115036                   CIMTYPE_UINT16,
115037 mike  1.1.2.1     /* subscript */
115038                   -1,
115039                   /* value */
115040                   0,
115041               };
115042               
115043               static const char*
115044               _CIM_AlarmDevice_AudioIndicatorIsDisabled_qualifiers[] =
115045               {
115046                   0,
115047               };
115048               
115049               static MetaProperty
115050               _CIM_AlarmDevice_AudioIndicatorIsDisabled =
115051               {
115052                   /* flags */
115053                   META_FLAG_PROPERTY|META_FLAG_READ,
115054                   /* name */
115055                   "AudioIndicatorIsDisabled",
115056                   /* qualifiers */
115057                   _CIM_AlarmDevice_AudioIndicatorIsDisabled_qualifiers,
115058 mike  1.1.2.1     /* type */
115059                   CIMTYPE_BOOLEAN,
115060                   /* subscript */
115061                   -1,
115062                   /* value */
115063                   0,
115064               };
115065               
115066               static const char*
115067               _CIM_AlarmDevice_VisualIndicatorIsDisabled_qualifiers[] =
115068               {
115069                   0,
115070               };
115071               
115072               static MetaProperty
115073               _CIM_AlarmDevice_VisualIndicatorIsDisabled =
115074               {
115075                   /* flags */
115076                   META_FLAG_PROPERTY|META_FLAG_READ,
115077                   /* name */
115078                   "VisualIndicatorIsDisabled",
115079 mike  1.1.2.1     /* qualifiers */
115080                   _CIM_AlarmDevice_VisualIndicatorIsDisabled_qualifiers,
115081                   /* type */
115082                   CIMTYPE_BOOLEAN,
115083                   /* subscript */
115084                   -1,
115085                   /* value */
115086                   0,
115087               };
115088               
115089               static const char*
115090               _CIM_AlarmDevice_MotionIndicatorIsDisabled_qualifiers[] =
115091               {
115092                   0,
115093               };
115094               
115095               static MetaProperty
115096               _CIM_AlarmDevice_MotionIndicatorIsDisabled =
115097               {
115098                   /* flags */
115099                   META_FLAG_PROPERTY|META_FLAG_READ,
115100 mike  1.1.2.1     /* name */
115101                   "MotionIndicatorIsDisabled",
115102                   /* qualifiers */
115103                   _CIM_AlarmDevice_MotionIndicatorIsDisabled_qualifiers,
115104                   /* type */
115105                   CIMTYPE_BOOLEAN,
115106                   /* subscript */
115107                   -1,
115108                   /* value */
115109                   0,
115110               };
115111               
115112               static const char*
115113               _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState_qualifiers[] =
115114               {
115115                   /* IN */
115116                   "\024\001",
115117                   /* ValueMap */
115118                   "\061\000\0040\0001\0002\0003\000",
115119                   /* Values */
115120                   "\062\000\004Unknown\000Off\000Steady\000Alternating\000",
115121 mike  1.1.2.1     0,
115122               };
115123               
115124               static MetaProperty
115125               _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState =
115126               {
115127                   /* flags */
115128                   META_FLAG_PROPERTY|META_FLAG_IN,
115129                   /* name */
115130                   "RequestedAlarmState",
115131                   /* qualifiers */
115132                   _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState_qualifiers,
115133                   /* type */
115134                   CIMTYPE_UINT16,
115135                   /* subscript */
115136                   -1,
115137                   /* value */
115138                   0,
115139               };
115140               
115141               static MetaFeature*
115142 mike  1.1.2.1 _CIM_AlarmDevice_SetAlarmState_parameters[] =
115143               {
115144                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmState_RequestedAlarmState,
115145                   0,
115146               };
115147               
115148               static const char*
115149               _CIM_AlarmDevice_SetAlarmState_qualifiers[] =
115150               {
115151                   0,
115152               };
115153               
115154               static MetaMethod
115155               _CIM_AlarmDevice_SetAlarmState =
115156               {
115157                   /* flags */
115158                   META_FLAG_METHOD,
115159                   /* name */
115160                   "CIM_AlarmDevice",
115161                   /* qualifiers */
115162                   _CIM_AlarmDevice_SetAlarmState_qualifiers,
115163 mike  1.1.2.1     /* type */
115164                   CIMTYPE_UINT32,
115165                   /* parameters */
115166                   _CIM_AlarmDevice_SetAlarmState_parameters,
115167               };
115168               
115169               static const char*
115170               _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator_qualifiers[] =
115171               {
115172                   /* IN */
115173                   "\024\001",
115174                   /* ValueMap */
115175                   "\061\000\0030\0001\0002\000",
115176                   /* Values */
115177                   "\062\000\003No Change\000Disable\000Enable\000",
115178                   0,
115179               };
115180               
115181               static MetaProperty
115182               _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator =
115183               {
115184 mike  1.1.2.1     /* flags */
115185                   META_FLAG_PROPERTY|META_FLAG_IN,
115186                   /* name */
115187                   "AudioIndicator",
115188                   /* qualifiers */
115189                   _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator_qualifiers,
115190                   /* type */
115191                   CIMTYPE_UINT16,
115192                   /* subscript */
115193                   -1,
115194                   /* value */
115195                   0,
115196               };
115197               
115198               static const char*
115199               _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator_qualifiers[] =
115200               {
115201                   /* IN */
115202                   "\024\001",
115203                   /* ValueMap */
115204                   "\061\000\0030\0001\0002\000",
115205 mike  1.1.2.1     /* Values */
115206                   "\062\000\003No Change\000Disable\000Enable\000",
115207                   0,
115208               };
115209               
115210               static MetaProperty
115211               _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator =
115212               {
115213                   /* flags */
115214                   META_FLAG_PROPERTY|META_FLAG_IN,
115215                   /* name */
115216                   "VisualIndicator",
115217                   /* qualifiers */
115218                   _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator_qualifiers,
115219                   /* type */
115220                   CIMTYPE_UINT16,
115221                   /* subscript */
115222                   -1,
115223                   /* value */
115224                   0,
115225               };
115226 mike  1.1.2.1 
115227               static const char*
115228               _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator_qualifiers[] =
115229               {
115230                   /* IN */
115231                   "\024\001",
115232                   /* ValueMap */
115233                   "\061\000\0030\0001\0002\000",
115234                   /* Values */
115235                   "\062\000\003No Change\000Disable\000Enable\000",
115236                   0,
115237               };
115238               
115239               static MetaProperty
115240               _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator =
115241               {
115242                   /* flags */
115243                   META_FLAG_PROPERTY|META_FLAG_IN,
115244                   /* name */
115245                   "MotionIndicator",
115246                   /* qualifiers */
115247 mike  1.1.2.1     _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator_qualifiers,
115248                   /* type */
115249                   CIMTYPE_UINT16,
115250                   /* subscript */
115251                   -1,
115252                   /* value */
115253                   0,
115254               };
115255               
115256               static MetaFeature*
115257               _CIM_AlarmDevice_SetAlarmIndicator_parameters[] =
115258               {
115259                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator,
115260                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator,
115261                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator,
115262                   0,
115263               };
115264               
115265               static const char*
115266               _CIM_AlarmDevice_SetAlarmIndicator_qualifiers[] =
115267               {
115268 mike  1.1.2.1     0,
115269               };
115270               
115271               static MetaMethod
115272               _CIM_AlarmDevice_SetAlarmIndicator =
115273               {
115274                   /* flags */
115275                   META_FLAG_METHOD,
115276                   /* name */
115277                   "CIM_AlarmDevice",
115278                   /* qualifiers */
115279                   _CIM_AlarmDevice_SetAlarmIndicator_qualifiers,
115280                   /* type */
115281                   CIMTYPE_UINT32,
115282                   /* parameters */
115283                   _CIM_AlarmDevice_SetAlarmIndicator_parameters,
115284               };
115285               
115286               static const char*
115287               _CIM_AlarmDevice_SetUrgency_RequestedUrgency_qualifiers[] =
115288               {
115289 mike  1.1.2.1     /* IN */
115290                   "\024\001",
115291                   /* ValueMap */
115292                   "\061\000\0051\0003\0004\0005\0006\000",
115293                   /* Values */
115294                   "\062\000\005Other\000Informational\000Non-Critical\000Critical\000Unrecoverable\000",
115295                   0,
115296               };
115297               
115298               static MetaProperty
115299               _CIM_AlarmDevice_SetUrgency_RequestedUrgency =
115300               {
115301                   /* flags */
115302                   META_FLAG_PROPERTY|META_FLAG_IN,
115303                   /* name */
115304                   "RequestedUrgency",
115305                   /* qualifiers */
115306                   _CIM_AlarmDevice_SetUrgency_RequestedUrgency_qualifiers,
115307                   /* type */
115308                   CIMTYPE_UINT16,
115309                   /* subscript */
115310 mike  1.1.2.1     -1,
115311                   /* value */
115312                   0,
115313               };
115314               
115315               static MetaFeature*
115316               _CIM_AlarmDevice_SetUrgency_parameters[] =
115317               {
115318                   (MetaFeature*)&_CIM_AlarmDevice_SetUrgency_RequestedUrgency,
115319                   0,
115320               };
115321               
115322               static const char*
115323               _CIM_AlarmDevice_SetUrgency_qualifiers[] =
115324               {
115325                   0,
115326               };
115327               
115328               static MetaMethod
115329               _CIM_AlarmDevice_SetUrgency =
115330               {
115331 mike  1.1.2.1     /* flags */
115332                   META_FLAG_METHOD,
115333                   /* name */
115334                   "CIM_AlarmDevice",
115335                   /* qualifiers */
115336                   _CIM_AlarmDevice_SetUrgency_qualifiers,
115337                   /* type */
115338                   CIMTYPE_UINT32,
115339                   /* parameters */
115340                   _CIM_AlarmDevice_SetUrgency_parameters,
115341               };
115342               
115343               static MetaFeature*
115344               _CIM_AlarmDevice_features[] =
115345               {
115346                   (MetaFeature*)&_CIM_AlarmDevice_AudibleAlarm,
115347                   (MetaFeature*)&_CIM_AlarmDevice_VisibleAlarm,
115348                   (MetaFeature*)&_CIM_AlarmDevice_MotionAlarm,
115349                   (MetaFeature*)&_CIM_AlarmDevice_Urgency,
115350                   (MetaFeature*)&_CIM_AlarmDevice_AlarmState,
115351                   (MetaFeature*)&_CIM_AlarmDevice_AudioIndicatorIsDisabled,
115352 mike  1.1.2.1     (MetaFeature*)&_CIM_AlarmDevice_VisualIndicatorIsDisabled,
115353                   (MetaFeature*)&_CIM_AlarmDevice_MotionIndicatorIsDisabled,
115354                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmState,
115355                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator,
115356                   (MetaFeature*)&_CIM_AlarmDevice_SetUrgency,
115357                   0,
115358               };
115359               
115360               static const char*
115361               __root_cimv2_CIM_AlarmDevice_qualifiers[] =
115362               {
115363                   /* UMLPackagePath */
115364                   "\057CIM::Device::Sensors",
115365                   /* Version */
115366                   "\0632.8.0",
115367                   0,
115368               };
115369               
115370               MetaClass
115371               __root_cimv2_CIM_AlarmDevice =
115372               {
115373 mike  1.1.2.1     /* flags */
115374                   META_FLAG_CLASS,
115375                   /* name */
115376                   "CIM_AlarmDevice",
115377                   /* qualifiers */
115378                   __root_cimv2_CIM_AlarmDevice_qualifiers,
115379                   /* super */
115380                   &__root_cimv2_CIM_LogicalDevice,
115381                   /* features */
115382                   _CIM_AlarmDevice_features,
115383               };
115384               
115385               //==============================================================================
115386               //
115387               // Class: CIM_AllocatedFromStoragePool
115388               //
115389               //==============================================================================
115390               
115391               static const char*
115392               _CIM_AllocatedFromStoragePool_Antecedent_qualifiers[] =
115393               {
115394 mike  1.1.2.1     /* Override */
115395                   "\044Antecedent",
115396                   0,
115397               };
115398               
115399               static MetaReference
115400               _CIM_AllocatedFromStoragePool_Antecedent =
115401               {
115402                   /* flags */
115403                   META_FLAG_REFERENCE|META_FLAG_READ,
115404                   /* name */
115405                   "Antecedent",
115406                   /* qualifiers */
115407                   _CIM_AllocatedFromStoragePool_Antecedent_qualifiers,
115408                   /* subscript */
115409                   -1,
115410                   /* refId */
115411                   &__root_cimv2_CIM_StoragePool,
115412               };
115413               
115414               static const char*
115415 mike  1.1.2.1 _CIM_AllocatedFromStoragePool_Dependent_qualifiers[] =
115416               {
115417                   /* Override */
115418                   "\044Dependent",
115419                   0,
115420               };
115421               
115422               static MetaReference
115423               _CIM_AllocatedFromStoragePool_Dependent =
115424               {
115425                   /* flags */
115426                   META_FLAG_REFERENCE|META_FLAG_READ,
115427                   /* name */
115428                   "Dependent",
115429                   /* qualifiers */
115430                   _CIM_AllocatedFromStoragePool_Dependent_qualifiers,
115431                   /* subscript */
115432                   -1,
115433                   /* refId */
115434                   &__root_cimv2_CIM_LogicalElement,
115435               };
115436 mike  1.1.2.1 
115437               static const char*
115438               _CIM_AllocatedFromStoragePool_SpaceConsumed_qualifiers[] =
115439               {
115440                   /* Required */
115441                   "\050\001",
115442                   /* Units */
115443                   "\060Bytes",
115444                   /* ModelCorrespondence */
115445                   "\036\000\002CIM_StoragePool.TotalManagedSpace\000CIM_StoragePool.RemainingManagedSpace\000",
115446                   0,
115447               };
115448               
115449               static MetaProperty
115450               _CIM_AllocatedFromStoragePool_SpaceConsumed =
115451               {
115452                   /* flags */
115453                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
115454                   /* name */
115455                   "SpaceConsumed",
115456                   /* qualifiers */
115457 mike  1.1.2.1     _CIM_AllocatedFromStoragePool_SpaceConsumed_qualifiers,
115458                   /* type */
115459                   CIMTYPE_UINT64,
115460                   /* subscript */
115461                   -1,
115462                   /* value */
115463                   0,
115464               };
115465               
115466               static MetaFeature*
115467               _CIM_AllocatedFromStoragePool_features[] =
115468               {
115469                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_Antecedent,
115470                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_Dependent,
115471                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_SpaceConsumed,
115472                   0,
115473               };
115474               
115475               static const char*
115476               __root_cimv2_CIM_AllocatedFromStoragePool_qualifiers[] =
115477               {
115478 mike  1.1.2.1     /* ASSOCIATION */
115479                   "\000\001",
115480                   /* UMLPackagePath */
115481                   "\057CIM::Device::StorageServices",
115482                   /* Version */
115483                   "\0632.8.0",
115484                   0,
115485               };
115486               
115487               MetaClass
115488               __root_cimv2_CIM_AllocatedFromStoragePool =
115489               {
115490                   /* flags */
115491                   META_FLAG_ASSOCIATION,
115492                   /* name */
115493                   "CIM_AllocatedFromStoragePool",
115494                   /* qualifiers */
115495                   __root_cimv2_CIM_AllocatedFromStoragePool_qualifiers,
115496                   /* super */
115497                   &__root_cimv2_CIM_Dependency,
115498                   /* features */
115499 mike  1.1.2.1     _CIM_AllocatedFromStoragePool_features,
115500               };
115501               
115502               //==============================================================================
115503               //
115504               // Class: CIM_AllocatedResource
115505               //
115506               //==============================================================================
115507               
115508               static const char*
115509               _CIM_AllocatedResource_Antecedent_qualifiers[] =
115510               {
115511                   /* Override */
115512                   "\044Antecedent",
115513                   0,
115514               };
115515               
115516               static MetaReference
115517               _CIM_AllocatedResource_Antecedent =
115518               {
115519                   /* flags */
115520 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
115521                   /* name */
115522                   "Antecedent",
115523                   /* qualifiers */
115524                   _CIM_AllocatedResource_Antecedent_qualifiers,
115525                   /* subscript */
115526                   -1,
115527                   /* refId */
115528                   &__root_cimv2_CIM_SystemResource,
115529               };
115530               
115531               static const char*
115532               _CIM_AllocatedResource_Dependent_qualifiers[] =
115533               {
115534                   /* Override */
115535                   "\044Dependent",
115536                   0,
115537               };
115538               
115539               static MetaReference
115540               _CIM_AllocatedResource_Dependent =
115541 mike  1.1.2.1 {
115542                   /* flags */
115543                   META_FLAG_REFERENCE|META_FLAG_READ,
115544                   /* name */
115545                   "Dependent",
115546                   /* qualifiers */
115547                   _CIM_AllocatedResource_Dependent_qualifiers,
115548                   /* subscript */
115549                   -1,
115550                   /* refId */
115551                   &__root_cimv2_CIM_LogicalDevice,
115552               };
115553               
115554               static MetaFeature*
115555               _CIM_AllocatedResource_features[] =
115556               {
115557                   (MetaFeature*)&_CIM_AllocatedResource_Antecedent,
115558                   (MetaFeature*)&_CIM_AllocatedResource_Dependent,
115559                   0,
115560               };
115561               
115562 mike  1.1.2.1 static const char*
115563               __root_cimv2_CIM_AllocatedResource_qualifiers[] =
115564               {
115565                   /* ASSOCIATION */
115566                   "\000\001",
115567                   /* UMLPackagePath */
115568                   "\057CIM::System::SystemResources",
115569                   /* Version */
115570                   "\0632.6.0",
115571                   0,
115572               };
115573               
115574               MetaClass
115575               __root_cimv2_CIM_AllocatedResource =
115576               {
115577                   /* flags */
115578                   META_FLAG_ASSOCIATION,
115579                   /* name */
115580                   "CIM_AllocatedResource",
115581                   /* qualifiers */
115582                   __root_cimv2_CIM_AllocatedResource_qualifiers,
115583 mike  1.1.2.1     /* super */
115584                   &__root_cimv2_CIM_Dependency,
115585                   /* features */
115586                   _CIM_AllocatedResource_features,
115587               };
115588               
115589               //==============================================================================
115590               //
115591               // Class: CIM_ApplicationSystem
115592               //
115593               //==============================================================================
115594               
115595               static const char*
115596               _CIM_ApplicationSystem_Distribution_qualifiers[] =
115597               {
115598                   /* ValueMap */
115599                   "\061\000\0050\0001\0002\0003..32767\00032768..65535\000",
115600                   /* Values */
115601                   "\062\000\005Unknown\000Distributed\000Local\000DMTF Reserved\000Vendor Specific\000",
115602                   0,
115603               };
115604 mike  1.1.2.1 
115605               static MetaProperty
115606               _CIM_ApplicationSystem_Distribution =
115607               {
115608                   /* flags */
115609                   META_FLAG_PROPERTY|META_FLAG_READ,
115610                   /* name */
115611                   "Distribution",
115612                   /* qualifiers */
115613                   _CIM_ApplicationSystem_Distribution_qualifiers,
115614                   /* type */
115615                   CIMTYPE_UINT16,
115616                   /* subscript */
115617                   -1,
115618                   /* value */
115619                   0,
115620               };
115621               
115622               static const char*
115623               _CIM_ApplicationSystem_EnabledState_qualifiers[] =
115624               {
115625 mike  1.1.2.1     /* Override */
115626                   "\044EnabledState",
115627                   /* ValueMap */
115628                   "\061\000\0070\0002\0003\0004\00010\00011..32767\00032768..65535\000",
115629                   /* Values */
115630                   "\062\000\007Unknown\000Enabled\000Disabled\000Shutting Down\000Starting\000DMTF Reserved\000Vendor Reserved\000",
115631                   0,
115632               };
115633               
115634               static MetaProperty
115635               _CIM_ApplicationSystem_EnabledState =
115636               {
115637                   /* flags */
115638                   META_FLAG_PROPERTY|META_FLAG_READ,
115639                   /* name */
115640                   "EnabledState",
115641                   /* qualifiers */
115642                   _CIM_ApplicationSystem_EnabledState_qualifiers,
115643                   /* type */
115644                   CIMTYPE_UINT16,
115645                   /* subscript */
115646 mike  1.1.2.1     -1,
115647                   /* value */
115648                   "\000\000",
115649               };
115650               
115651               static const char*
115652               _CIM_ApplicationSystem_StartupTime_qualifiers[] =
115653               {
115654                   0,
115655               };
115656               
115657               static MetaProperty
115658               _CIM_ApplicationSystem_StartupTime =
115659               {
115660                   /* flags */
115661                   META_FLAG_PROPERTY|META_FLAG_READ,
115662                   /* name */
115663                   "StartupTime",
115664                   /* qualifiers */
115665                   _CIM_ApplicationSystem_StartupTime_qualifiers,
115666                   /* type */
115667 mike  1.1.2.1     CIMTYPE_DATETIME,
115668                   /* subscript */
115669                   -1,
115670                   /* value */
115671                   0,
115672               };
115673               
115674               static const char*
115675               _CIM_ApplicationSystem_ServingStatus_qualifiers[] =
115676               {
115677                   /* ValueMap */
115678                   "\061\000\0050\0001\0002\0005..4096\0004097..65535\000",
115679                   /* Values */
115680                   "\062\000\005Unknown\000Serving\000Not Serving\000DMTF Reserved\000Vendor Specific\000",
115681                   /* ModelCorrespondence */
115682                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
115683                   0,
115684               };
115685               
115686               static MetaProperty
115687               _CIM_ApplicationSystem_ServingStatus =
115688 mike  1.1.2.1 {
115689                   /* flags */
115690                   META_FLAG_PROPERTY|META_FLAG_READ,
115691                   /* name */
115692                   "ServingStatus",
115693                   /* qualifiers */
115694                   _CIM_ApplicationSystem_ServingStatus_qualifiers,
115695                   /* type */
115696                   CIMTYPE_UINT16,
115697                   /* subscript */
115698                   -1,
115699                   /* value */
115700                   0,
115701               };
115702               
115703               static const char*
115704               _CIM_ApplicationSystem_LastServingStatusUpdate_qualifiers[] =
115705               {
115706                   /* ModelCorrespondence */
115707                   "\036\000\001CIM_ApplicationSystem.ServingStatus\000",
115708                   0,
115709 mike  1.1.2.1 };
115710               
115711               static MetaProperty
115712               _CIM_ApplicationSystem_LastServingStatusUpdate =
115713               {
115714                   /* flags */
115715                   META_FLAG_PROPERTY|META_FLAG_READ,
115716                   /* name */
115717                   "LastServingStatusUpdate",
115718                   /* qualifiers */
115719                   _CIM_ApplicationSystem_LastServingStatusUpdate_qualifiers,
115720                   /* type */
115721                   CIMTYPE_DATETIME,
115722                   /* subscript */
115723                   -1,
115724                   /* value */
115725                   0,
115726               };
115727               
115728               static MetaFeature*
115729               _CIM_ApplicationSystem_StartApplication_parameters[] =
115730 mike  1.1.2.1 {
115731                   0,
115732               };
115733               
115734               static const char*
115735               _CIM_ApplicationSystem_StartApplication_qualifiers[] =
115736               {
115737                   /* ValueMap */
115738                   "\061\000\0070\0001\0002\0003\0004..4096\0004097..32767\00032768..65535\000",
115739                   /* Values */
115740                   "\062\000\007Unspecified Error\000Completed with No Error\000Start Already in Progress\000Failed\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
115741                   /* ModelCorrespondence */
115742                   "\036\000\002CIM_ApplicationSystem.EnabledState\000CIM_ApplicationSystem.RequestedState\000",
115743                   0,
115744               };
115745               
115746               static MetaMethod
115747               _CIM_ApplicationSystem_StartApplication =
115748               {
115749                   /* flags */
115750                   META_FLAG_METHOD,
115751 mike  1.1.2.1     /* name */
115752                   "CIM_ApplicationSystem",
115753                   /* qualifiers */
115754                   _CIM_ApplicationSystem_StartApplication_qualifiers,
115755                   /* type */
115756                   CIMTYPE_UINT16,
115757                   /* parameters */
115758                   _CIM_ApplicationSystem_StartApplication_parameters,
115759               };
115760               
115761               static MetaFeature*
115762               _CIM_ApplicationSystem_StopApplication_parameters[] =
115763               {
115764                   0,
115765               };
115766               
115767               static const char*
115768               _CIM_ApplicationSystem_StopApplication_qualifiers[] =
115769               {
115770                   /* ValueMap */
115771                   "\061\000\0070\0001\0002\0003\0004..4096\0004097..32767\00032768..65535\000",
115772 mike  1.1.2.1     /* Values */
115773                   "\062\000\007Unspecified Error\000Completed with No Error\000Stop Already in Process\000Failed\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
115774                   /* ModelCorrespondence */
115775                   "\036\000\002CIM_ApplicationSystem.EnabledState\000CIM_ApplicationSystem.RequestedState\000",
115776                   0,
115777               };
115778               
115779               static MetaMethod
115780               _CIM_ApplicationSystem_StopApplication =
115781               {
115782                   /* flags */
115783                   META_FLAG_METHOD,
115784                   /* name */
115785                   "CIM_ApplicationSystem",
115786                   /* qualifiers */
115787                   _CIM_ApplicationSystem_StopApplication_qualifiers,
115788                   /* type */
115789                   CIMTYPE_UINT16,
115790                   /* parameters */
115791                   _CIM_ApplicationSystem_StopApplication_parameters,
115792               };
115793 mike  1.1.2.1 
115794               static MetaFeature*
115795               _CIM_ApplicationSystem_features[] =
115796               {
115797                   (MetaFeature*)&_CIM_ApplicationSystem_Distribution,
115798                   (MetaFeature*)&_CIM_ApplicationSystem_EnabledState,
115799                   (MetaFeature*)&_CIM_ApplicationSystem_StartupTime,
115800                   (MetaFeature*)&_CIM_ApplicationSystem_ServingStatus,
115801                   (MetaFeature*)&_CIM_ApplicationSystem_LastServingStatusUpdate,
115802                   (MetaFeature*)&_CIM_ApplicationSystem_StartApplication,
115803                   (MetaFeature*)&_CIM_ApplicationSystem_StopApplication,
115804                   0,
115805               };
115806               
115807               static const char*
115808               __root_cimv2_CIM_ApplicationSystem_qualifiers[] =
115809               {
115810                   /* UMLPackagePath */
115811                   "\057CIM::Application::DeploymentModel",
115812                   /* Version */
115813                   "\0632.8.0",
115814 mike  1.1.2.1     0,
115815               };
115816               
115817               MetaClass
115818               __root_cimv2_CIM_ApplicationSystem =
115819               {
115820                   /* flags */
115821                   META_FLAG_CLASS,
115822                   /* name */
115823                   "CIM_ApplicationSystem",
115824                   /* qualifiers */
115825                   __root_cimv2_CIM_ApplicationSystem_qualifiers,
115826                   /* super */
115827                   &__root_cimv2_CIM_System,
115828                   /* features */
115829                   _CIM_ApplicationSystem_features,
115830               };
115831               
115832               //==============================================================================
115833               //
115834               // Class: CIM_ApplicationSystemDependency
115835 mike  1.1.2.1 //
115836               //==============================================================================
115837               
115838               static const char*
115839               _CIM_ApplicationSystemDependency_Antecedent_qualifiers[] =
115840               {
115841                   /* Override */
115842                   "\044Antecedent",
115843                   0,
115844               };
115845               
115846               static MetaReference
115847               _CIM_ApplicationSystemDependency_Antecedent =
115848               {
115849                   /* flags */
115850                   META_FLAG_REFERENCE|META_FLAG_READ,
115851                   /* name */
115852                   "Antecedent",
115853                   /* qualifiers */
115854                   _CIM_ApplicationSystemDependency_Antecedent_qualifiers,
115855                   /* subscript */
115856 mike  1.1.2.1     -1,
115857                   /* refId */
115858                   &__root_cimv2_CIM_ApplicationSystem,
115859               };
115860               
115861               static const char*
115862               _CIM_ApplicationSystemDependency_Dependent_qualifiers[] =
115863               {
115864                   /* Override */
115865                   "\044Dependent",
115866                   0,
115867               };
115868               
115869               static MetaReference
115870               _CIM_ApplicationSystemDependency_Dependent =
115871               {
115872                   /* flags */
115873                   META_FLAG_REFERENCE|META_FLAG_READ,
115874                   /* name */
115875                   "Dependent",
115876                   /* qualifiers */
115877 mike  1.1.2.1     _CIM_ApplicationSystemDependency_Dependent_qualifiers,
115878                   /* subscript */
115879                   -1,
115880                   /* refId */
115881                   &__root_cimv2_CIM_ApplicationSystem,
115882               };
115883               
115884               static MetaFeature*
115885               _CIM_ApplicationSystemDependency_features[] =
115886               {
115887                   (MetaFeature*)&_CIM_ApplicationSystemDependency_Antecedent,
115888                   (MetaFeature*)&_CIM_ApplicationSystemDependency_Dependent,
115889                   0,
115890               };
115891               
115892               static const char*
115893               __root_cimv2_CIM_ApplicationSystemDependency_qualifiers[] =
115894               {
115895                   /* ASSOCIATION */
115896                   "\000\001",
115897                   /* UMLPackagePath */
115898 mike  1.1.2.1     "\057CIM::Application::AppRuntime",
115899                   /* Version */
115900                   "\0632.8.0",
115901                   0,
115902               };
115903               
115904               MetaClass
115905               __root_cimv2_CIM_ApplicationSystemDependency =
115906               {
115907                   /* flags */
115908                   META_FLAG_ASSOCIATION,
115909                   /* name */
115910                   "CIM_ApplicationSystemDependency",
115911                   /* qualifiers */
115912                   __root_cimv2_CIM_ApplicationSystemDependency_qualifiers,
115913                   /* super */
115914                   &__root_cimv2_CIM_Dependency,
115915                   /* features */
115916                   _CIM_ApplicationSystemDependency_features,
115917               };
115918               
115919 mike  1.1.2.1 //==============================================================================
115920               //
115921               // Class: CIM_ApplicationSystemDirectory
115922               //
115923               //==============================================================================
115924               
115925               static const char*
115926               _CIM_ApplicationSystemDirectory_Antecedent_qualifiers[] =
115927               {
115928                   /* Key */
115929                   "\025\001",
115930                   0,
115931               };
115932               
115933               static MetaReference
115934               _CIM_ApplicationSystemDirectory_Antecedent =
115935               {
115936                   /* flags */
115937                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
115938                   /* name */
115939                   "Antecedent",
115940 mike  1.1.2.1     /* qualifiers */
115941                   _CIM_ApplicationSystemDirectory_Antecedent_qualifiers,
115942                   /* subscript */
115943                   -1,
115944                   /* refId */
115945                   &__root_cimv2_CIM_Directory,
115946               };
115947               
115948               static const char*
115949               _CIM_ApplicationSystemDirectory_Dependent_qualifiers[] =
115950               {
115951                   /* Key */
115952                   "\025\001",
115953                   0,
115954               };
115955               
115956               static MetaReference
115957               _CIM_ApplicationSystemDirectory_Dependent =
115958               {
115959                   /* flags */
115960                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
115961 mike  1.1.2.1     /* name */
115962                   "Dependent",
115963                   /* qualifiers */
115964                   _CIM_ApplicationSystemDirectory_Dependent_qualifiers,
115965                   /* subscript */
115966                   -1,
115967                   /* refId */
115968                   &__root_cimv2_CIM_ApplicationSystem,
115969               };
115970               
115971               static const char*
115972               _CIM_ApplicationSystemDirectory_Name_qualifiers[] =
115973               {
115974                   /* Key */
115975                   "\025\001",
115976                   /* MaxLen */
115977                   "\030\000\000\004\000",
115978                   0,
115979               };
115980               
115981               static MetaProperty
115982 mike  1.1.2.1 _CIM_ApplicationSystemDirectory_Name =
115983               {
115984                   /* flags */
115985                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
115986                   /* name */
115987                   "Name",
115988                   /* qualifiers */
115989                   _CIM_ApplicationSystemDirectory_Name_qualifiers,
115990                   /* type */
115991                   CIMTYPE_STRING,
115992                   /* subscript */
115993                   -1,
115994                   /* value */
115995                   0,
115996               };
115997               
115998               static const char*
115999               _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses_qualifiers[] =
116000               {
116001                   /* Required */
116002                   "\050\001",
116003 mike  1.1.2.1     /* ValueMap */
116004                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
116005                   /* Values */
116006                   "\062\000\007Unknown\000Other\000Root\000Program\000Data\000Log\000Temp\000",
116007                   /* ArrayType */
116008                   "\005Indexed",
116009                   /* ModelCorrespondence */
116010                   "\036\000\001CIM_ApplicationSystemDirectory.OtherUseDescriptions\000",
116011                   0,
116012               };
116013               
116014               static MetaProperty
116015               _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses =
116016               {
116017                   /* flags */
116018                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
116019                   /* name */
116020                   "ApplicationDirectoryUses",
116021                   /* qualifiers */
116022                   _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses_qualifiers,
116023                   /* type */
116024 mike  1.1.2.1     CIMTYPE_UINT16,
116025                   /* subscript */
116026                   0,
116027                   /* value */
116028                   0,
116029               };
116030               
116031               static const char*
116032               _CIM_ApplicationSystemDirectory_OtherUseDescriptions_qualifiers[] =
116033               {
116034                   /* ArrayType */
116035                   "\005Indexed",
116036                   /* ModelCorrespondence */
116037                   "\036\000\001CIM_ApplicationSystemDirectory.ApplicationDirectoryUses\000",
116038                   0,
116039               };
116040               
116041               static MetaProperty
116042               _CIM_ApplicationSystemDirectory_OtherUseDescriptions =
116043               {
116044                   /* flags */
116045 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116046                   /* name */
116047                   "OtherUseDescriptions",
116048                   /* qualifiers */
116049                   _CIM_ApplicationSystemDirectory_OtherUseDescriptions_qualifiers,
116050                   /* type */
116051                   CIMTYPE_STRING,
116052                   /* subscript */
116053                   0,
116054                   /* value */
116055                   0,
116056               };
116057               
116058               static MetaFeature*
116059               _CIM_ApplicationSystemDirectory_features[] =
116060               {
116061                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Antecedent,
116062                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Dependent,
116063                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Name,
116064                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_ApplicationDirectoryUses,
116065                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_OtherUseDescriptions,
116066 mike  1.1.2.1     0,
116067               };
116068               
116069               static const char*
116070               __root_cimv2_CIM_ApplicationSystemDirectory_qualifiers[] =
116071               {
116072                   /* ASSOCIATION */
116073                   "\000\001",
116074                   /* UMLPackagePath */
116075                   "\057CIM::Application::DeploymentModel",
116076                   /* Version */
116077                   "\0632.8.0",
116078                   0,
116079               };
116080               
116081               MetaClass
116082               __root_cimv2_CIM_ApplicationSystemDirectory =
116083               {
116084                   /* flags */
116085                   META_FLAG_ASSOCIATION,
116086                   /* name */
116087 mike  1.1.2.1     "CIM_ApplicationSystemDirectory",
116088                   /* qualifiers */
116089                   __root_cimv2_CIM_ApplicationSystemDirectory_qualifiers,
116090                   /* super */
116091                   0,
116092                   /* features */
116093                   _CIM_ApplicationSystemDirectory_features,
116094               };
116095               
116096               //==============================================================================
116097               //
116098               // Class: CIM_ApplicationSystemHierarchy
116099               //
116100               //==============================================================================
116101               
116102               static const char*
116103               _CIM_ApplicationSystemHierarchy_GroupComponent_qualifiers[] =
116104               {
116105                   /* Aggregate */
116106                   "\003\001",
116107                   /* Override */
116108 mike  1.1.2.1     "\044GroupComponent",
116109                   /* Max */
116110                   "\027\000\000\000\001",
116111                   0,
116112               };
116113               
116114               static MetaReference
116115               _CIM_ApplicationSystemHierarchy_GroupComponent =
116116               {
116117                   /* flags */
116118                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
116119                   /* name */
116120                   "GroupComponent",
116121                   /* qualifiers */
116122                   _CIM_ApplicationSystemHierarchy_GroupComponent_qualifiers,
116123                   /* subscript */
116124                   -1,
116125                   /* refId */
116126                   &__root_cimv2_CIM_ApplicationSystem,
116127               };
116128               
116129 mike  1.1.2.1 static const char*
116130               _CIM_ApplicationSystemHierarchy_PartComponent_qualifiers[] =
116131               {
116132                   /* Override */
116133                   "\044PartComponent",
116134                   0,
116135               };
116136               
116137               static MetaReference
116138               _CIM_ApplicationSystemHierarchy_PartComponent =
116139               {
116140                   /* flags */
116141                   META_FLAG_REFERENCE|META_FLAG_READ,
116142                   /* name */
116143                   "PartComponent",
116144                   /* qualifiers */
116145                   _CIM_ApplicationSystemHierarchy_PartComponent_qualifiers,
116146                   /* subscript */
116147                   -1,
116148                   /* refId */
116149                   &__root_cimv2_CIM_ApplicationSystem,
116150 mike  1.1.2.1 };
116151               
116152               static MetaFeature*
116153               _CIM_ApplicationSystemHierarchy_features[] =
116154               {
116155                   (MetaFeature*)&_CIM_ApplicationSystemHierarchy_GroupComponent,
116156                   (MetaFeature*)&_CIM_ApplicationSystemHierarchy_PartComponent,
116157                   0,
116158               };
116159               
116160               static const char*
116161               __root_cimv2_CIM_ApplicationSystemHierarchy_qualifiers[] =
116162               {
116163                   /* ASSOCIATION */
116164                   "\000\001",
116165                   /* UMLPackagePath */
116166                   "\057CIM::Application::AppRuntime",
116167                   /* Aggregation */
116168                   "\004\001",
116169                   /* Version */
116170                   "\0632.8.0",
116171 mike  1.1.2.1     0,
116172               };
116173               
116174               MetaClass
116175               __root_cimv2_CIM_ApplicationSystemHierarchy =
116176               {
116177                   /* flags */
116178                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
116179                   /* name */
116180                   "CIM_ApplicationSystemHierarchy",
116181                   /* qualifiers */
116182                   __root_cimv2_CIM_ApplicationSystemHierarchy_qualifiers,
116183                   /* super */
116184                   &__root_cimv2_CIM_Component,
116185                   /* features */
116186                   _CIM_ApplicationSystemHierarchy_features,
116187               };
116188               
116189               //==============================================================================
116190               //
116191               // Class: CIM_ApplicationSystemSoftwareFeature
116192 mike  1.1.2.1 //
116193               //==============================================================================
116194               
116195               static const char*
116196               _CIM_ApplicationSystemSoftwareFeature_GroupComponent_qualifiers[] =
116197               {
116198                   /* Aggregate */
116199                   "\003\001",
116200                   /* Override */
116201                   "\044GroupComponent",
116202                   0,
116203               };
116204               
116205               static MetaReference
116206               _CIM_ApplicationSystemSoftwareFeature_GroupComponent =
116207               {
116208                   /* flags */
116209                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
116210                   /* name */
116211                   "GroupComponent",
116212                   /* qualifiers */
116213 mike  1.1.2.1     _CIM_ApplicationSystemSoftwareFeature_GroupComponent_qualifiers,
116214                   /* subscript */
116215                   -1,
116216                   /* refId */
116217                   &__root_cimv2_CIM_ApplicationSystem,
116218               };
116219               
116220               static const char*
116221               _CIM_ApplicationSystemSoftwareFeature_PartComponent_qualifiers[] =
116222               {
116223                   /* Override */
116224                   "\044PartComponent",
116225                   0,
116226               };
116227               
116228               static MetaReference
116229               _CIM_ApplicationSystemSoftwareFeature_PartComponent =
116230               {
116231                   /* flags */
116232                   META_FLAG_REFERENCE|META_FLAG_READ,
116233                   /* name */
116234 mike  1.1.2.1     "PartComponent",
116235                   /* qualifiers */
116236                   _CIM_ApplicationSystemSoftwareFeature_PartComponent_qualifiers,
116237                   /* subscript */
116238                   -1,
116239                   /* refId */
116240                   &__root_cimv2_CIM_SoftwareFeature,
116241               };
116242               
116243               static MetaFeature*
116244               _CIM_ApplicationSystemSoftwareFeature_features[] =
116245               {
116246                   (MetaFeature*)&_CIM_ApplicationSystemSoftwareFeature_GroupComponent,
116247                   (MetaFeature*)&_CIM_ApplicationSystemSoftwareFeature_PartComponent,
116248                   0,
116249               };
116250               
116251               static const char*
116252               __root_cimv2_CIM_ApplicationSystemSoftwareFeature_qualifiers[] =
116253               {
116254                   /* ASSOCIATION */
116255 mike  1.1.2.1     "\000\001",
116256                   /* UMLPackagePath */
116257                   "\057CIM::Application::DeploymentModel",
116258                   /* Aggregation */
116259                   "\004\001",
116260                   /* Version */
116261                   "\0632.6.0",
116262                   0,
116263               };
116264               
116265               MetaClass
116266               __root_cimv2_CIM_ApplicationSystemSoftwareFeature =
116267               {
116268                   /* flags */
116269                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
116270                   /* name */
116271                   "CIM_ApplicationSystemSoftwareFeature",
116272                   /* qualifiers */
116273                   __root_cimv2_CIM_ApplicationSystemSoftwareFeature_qualifiers,
116274                   /* super */
116275                   &__root_cimv2_CIM_SystemComponent,
116276 mike  1.1.2.1     /* features */
116277                   _CIM_ApplicationSystemSoftwareFeature_features,
116278               };
116279               
116280               //==============================================================================
116281               //
116282               // Class: CIM_AssociatedAlarm
116283               //
116284               //==============================================================================
116285               
116286               static const char*
116287               _CIM_AssociatedAlarm_Antecedent_qualifiers[] =
116288               {
116289                   /* Override */
116290                   "\044Antecedent",
116291                   0,
116292               };
116293               
116294               static MetaReference
116295               _CIM_AssociatedAlarm_Antecedent =
116296               {
116297 mike  1.1.2.1     /* flags */
116298                   META_FLAG_REFERENCE|META_FLAG_READ,
116299                   /* name */
116300                   "Antecedent",
116301                   /* qualifiers */
116302                   _CIM_AssociatedAlarm_Antecedent_qualifiers,
116303                   /* subscript */
116304                   -1,
116305                   /* refId */
116306                   &__root_cimv2_CIM_AlarmDevice,
116307               };
116308               
116309               static const char*
116310               _CIM_AssociatedAlarm_Dependent_qualifiers[] =
116311               {
116312                   /* Override */
116313                   "\044Dependent",
116314                   0,
116315               };
116316               
116317               static MetaReference
116318 mike  1.1.2.1 _CIM_AssociatedAlarm_Dependent =
116319               {
116320                   /* flags */
116321                   META_FLAG_REFERENCE|META_FLAG_READ,
116322                   /* name */
116323                   "Dependent",
116324                   /* qualifiers */
116325                   _CIM_AssociatedAlarm_Dependent_qualifiers,
116326                   /* subscript */
116327                   -1,
116328                   /* refId */
116329                   &__root_cimv2_CIM_LogicalDevice,
116330               };
116331               
116332               static MetaFeature*
116333               _CIM_AssociatedAlarm_features[] =
116334               {
116335                   (MetaFeature*)&_CIM_AssociatedAlarm_Antecedent,
116336                   (MetaFeature*)&_CIM_AssociatedAlarm_Dependent,
116337                   0,
116338               };
116339 mike  1.1.2.1 
116340               static const char*
116341               __root_cimv2_CIM_AssociatedAlarm_qualifiers[] =
116342               {
116343                   /* ASSOCIATION */
116344                   "\000\001",
116345                   /* UMLPackagePath */
116346                   "\057CIM::Device::Sensors",
116347                   /* Version */
116348                   "\0632.6.0",
116349                   0,
116350               };
116351               
116352               MetaClass
116353               __root_cimv2_CIM_AssociatedAlarm =
116354               {
116355                   /* flags */
116356                   META_FLAG_ASSOCIATION,
116357                   /* name */
116358                   "CIM_AssociatedAlarm",
116359                   /* qualifiers */
116360 mike  1.1.2.1     __root_cimv2_CIM_AssociatedAlarm_qualifiers,
116361                   /* super */
116362                   &__root_cimv2_CIM_Dependency,
116363                   /* features */
116364                   _CIM_AssociatedAlarm_features,
116365               };
116366               
116367               //==============================================================================
116368               //
116369               // Class: CIM_AssociatedAppSystemOverviewStatistics
116370               //
116371               //==============================================================================
116372               
116373               static const char*
116374               _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement_qualifiers[] =
116375               {
116376                   /* Override */
116377                   "\044ManagedElement",
116378                   /* Min */
116379                   "\033\000\000\000\001",
116380                   /* Max */
116381 mike  1.1.2.1     "\027\000\000\000\001",
116382                   0,
116383               };
116384               
116385               static MetaReference
116386               _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement =
116387               {
116388                   /* flags */
116389                   META_FLAG_REFERENCE|META_FLAG_READ,
116390                   /* name */
116391                   "ManagedElement",
116392                   /* qualifiers */
116393                   _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement_qualifiers,
116394                   /* subscript */
116395                   -1,
116396                   /* refId */
116397                   &__root_cimv2_CIM_ApplicationSystem,
116398               };
116399               
116400               static const char*
116401               _CIM_AssociatedAppSystemOverviewStatistics_Stats_qualifiers[] =
116402 mike  1.1.2.1 {
116403                   /* Override */
116404                   "\044Stats",
116405                   /* Max */
116406                   "\027\000\000\000\001",
116407                   0,
116408               };
116409               
116410               static MetaReference
116411               _CIM_AssociatedAppSystemOverviewStatistics_Stats =
116412               {
116413                   /* flags */
116414                   META_FLAG_REFERENCE|META_FLAG_READ,
116415                   /* name */
116416                   "Stats",
116417                   /* qualifiers */
116418                   _CIM_AssociatedAppSystemOverviewStatistics_Stats_qualifiers,
116419                   /* subscript */
116420                   -1,
116421                   /* refId */
116422                   &__root_cimv2_CIM_StatisticalRuntimeOverview,
116423 mike  1.1.2.1 };
116424               
116425               static MetaFeature*
116426               _CIM_AssociatedAppSystemOverviewStatistics_features[] =
116427               {
116428                   (MetaFeature*)&_CIM_AssociatedAppSystemOverviewStatistics_ManagedElement,
116429                   (MetaFeature*)&_CIM_AssociatedAppSystemOverviewStatistics_Stats,
116430                   0,
116431               };
116432               
116433               static const char*
116434               __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics_qualifiers[] =
116435               {
116436                   /* ASSOCIATION */
116437                   "\000\001",
116438                   /* UMLPackagePath */
116439                   "\057CIM::Application::AppRuntime",
116440                   /* Version */
116441                   "\0632.8.0",
116442                   0,
116443               };
116444 mike  1.1.2.1 
116445               MetaClass
116446               __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics =
116447               {
116448                   /* flags */
116449                   META_FLAG_ASSOCIATION,
116450                   /* name */
116451                   "CIM_AssociatedAppSystemOverviewStatistics",
116452                   /* qualifiers */
116453                   __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics_qualifiers,
116454                   /* super */
116455                   &__root_cimv2_CIM_ElementStatisticalData,
116456                   /* features */
116457                   _CIM_AssociatedAppSystemOverviewStatistics_features,
116458               };
116459               
116460               //==============================================================================
116461               //
116462               // Class: CIM_AssociatedProtocolController
116463               //
116464               //==============================================================================
116465 mike  1.1.2.1 
116466               static const char*
116467               _CIM_AssociatedProtocolController_Antecedent_qualifiers[] =
116468               {
116469                   /* Override */
116470                   "\044Antecedent",
116471                   0,
116472               };
116473               
116474               static MetaReference
116475               _CIM_AssociatedProtocolController_Antecedent =
116476               {
116477                   /* flags */
116478                   META_FLAG_REFERENCE|META_FLAG_READ,
116479                   /* name */
116480                   "Antecedent",
116481                   /* qualifiers */
116482                   _CIM_AssociatedProtocolController_Antecedent_qualifiers,
116483                   /* subscript */
116484                   -1,
116485                   /* refId */
116486 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolController,
116487               };
116488               
116489               static const char*
116490               _CIM_AssociatedProtocolController_Dependent_qualifiers[] =
116491               {
116492                   /* Override */
116493                   "\044Dependent",
116494                   0,
116495               };
116496               
116497               static MetaReference
116498               _CIM_AssociatedProtocolController_Dependent =
116499               {
116500                   /* flags */
116501                   META_FLAG_REFERENCE|META_FLAG_READ,
116502                   /* name */
116503                   "Dependent",
116504                   /* qualifiers */
116505                   _CIM_AssociatedProtocolController_Dependent_qualifiers,
116506                   /* subscript */
116507 mike  1.1.2.1     -1,
116508                   /* refId */
116509                   &__root_cimv2_CIM_ProtocolController,
116510               };
116511               
116512               static MetaFeature*
116513               _CIM_AssociatedProtocolController_features[] =
116514               {
116515                   (MetaFeature*)&_CIM_AssociatedProtocolController_Antecedent,
116516                   (MetaFeature*)&_CIM_AssociatedProtocolController_Dependent,
116517                   0,
116518               };
116519               
116520               static const char*
116521               __root_cimv2_CIM_AssociatedProtocolController_qualifiers[] =
116522               {
116523                   /* ASSOCIATION */
116524                   "\000\001",
116525                   /* UMLPackagePath */
116526                   "\057CIM::Device::ProtocolController",
116527                   /* Version */
116528 mike  1.1.2.1     "\0632.8.0",
116529                   0,
116530               };
116531               
116532               MetaClass
116533               __root_cimv2_CIM_AssociatedProtocolController =
116534               {
116535                   /* flags */
116536                   META_FLAG_ASSOCIATION,
116537                   /* name */
116538                   "CIM_AssociatedProtocolController",
116539                   /* qualifiers */
116540                   __root_cimv2_CIM_AssociatedProtocolController_qualifiers,
116541                   /* super */
116542                   &__root_cimv2_CIM_ProtocolControllerForDevice,
116543                   /* features */
116544                   _CIM_AssociatedProtocolController_features,
116545               };
116546               
116547               //==============================================================================
116548               //
116549 mike  1.1.2.1 // Class: CIM_AssociatedSensor
116550               //
116551               //==============================================================================
116552               
116553               static const char*
116554               _CIM_AssociatedSensor_Antecedent_qualifiers[] =
116555               {
116556                   /* Override */
116557                   "\044Antecedent",
116558                   0,
116559               };
116560               
116561               static MetaReference
116562               _CIM_AssociatedSensor_Antecedent =
116563               {
116564                   /* flags */
116565                   META_FLAG_REFERENCE|META_FLAG_READ,
116566                   /* name */
116567                   "Antecedent",
116568                   /* qualifiers */
116569                   _CIM_AssociatedSensor_Antecedent_qualifiers,
116570 mike  1.1.2.1     /* subscript */
116571                   -1,
116572                   /* refId */
116573                   &__root_cimv2_CIM_Sensor,
116574               };
116575               
116576               static const char*
116577               _CIM_AssociatedSensor_Dependent_qualifiers[] =
116578               {
116579                   /* Override */
116580                   "\044Dependent",
116581                   0,
116582               };
116583               
116584               static MetaReference
116585               _CIM_AssociatedSensor_Dependent =
116586               {
116587                   /* flags */
116588                   META_FLAG_REFERENCE|META_FLAG_READ,
116589                   /* name */
116590                   "Dependent",
116591 mike  1.1.2.1     /* qualifiers */
116592                   _CIM_AssociatedSensor_Dependent_qualifiers,
116593                   /* subscript */
116594                   -1,
116595                   /* refId */
116596                   &__root_cimv2_CIM_LogicalDevice,
116597               };
116598               
116599               static MetaFeature*
116600               _CIM_AssociatedSensor_features[] =
116601               {
116602                   (MetaFeature*)&_CIM_AssociatedSensor_Antecedent,
116603                   (MetaFeature*)&_CIM_AssociatedSensor_Dependent,
116604                   0,
116605               };
116606               
116607               static const char*
116608               __root_cimv2_CIM_AssociatedSensor_qualifiers[] =
116609               {
116610                   /* ASSOCIATION */
116611                   "\000\001",
116612 mike  1.1.2.1     /* UMLPackagePath */
116613                   "\057CIM::Device::Sensors",
116614                   /* Version */
116615                   "\0632.6.0",
116616                   0,
116617               };
116618               
116619               MetaClass
116620               __root_cimv2_CIM_AssociatedSensor =
116621               {
116622                   /* flags */
116623                   META_FLAG_ASSOCIATION,
116624                   /* name */
116625                   "CIM_AssociatedSensor",
116626                   /* qualifiers */
116627                   __root_cimv2_CIM_AssociatedSensor_qualifiers,
116628                   /* super */
116629                   &__root_cimv2_CIM_Dependency,
116630                   /* features */
116631                   _CIM_AssociatedSensor_features,
116632               };
116633 mike  1.1.2.1 
116634               //==============================================================================
116635               //
116636               // Class: CIM_AutonomousSystem
116637               //
116638               //==============================================================================
116639               
116640               static const char*
116641               _CIM_AutonomousSystem_ASNumber_qualifiers[] =
116642               {
116643                   0,
116644               };
116645               
116646               static MetaProperty
116647               _CIM_AutonomousSystem_ASNumber =
116648               {
116649                   /* flags */
116650                   META_FLAG_PROPERTY|META_FLAG_READ,
116651                   /* name */
116652                   "ASNumber",
116653                   /* qualifiers */
116654 mike  1.1.2.1     _CIM_AutonomousSystem_ASNumber_qualifiers,
116655                   /* type */
116656                   CIMTYPE_UINT16,
116657                   /* subscript */
116658                   -1,
116659                   /* value */
116660                   0,
116661               };
116662               
116663               static const char*
116664               _CIM_AutonomousSystem_IsSingleHomed_qualifiers[] =
116665               {
116666                   0,
116667               };
116668               
116669               static MetaProperty
116670               _CIM_AutonomousSystem_IsSingleHomed =
116671               {
116672                   /* flags */
116673                   META_FLAG_PROPERTY|META_FLAG_READ,
116674                   /* name */
116675 mike  1.1.2.1     "IsSingleHomed",
116676                   /* qualifiers */
116677                   _CIM_AutonomousSystem_IsSingleHomed_qualifiers,
116678                   /* type */
116679                   CIMTYPE_BOOLEAN,
116680                   /* subscript */
116681                   -1,
116682                   /* value */
116683                   0,
116684               };
116685               
116686               static const char*
116687               _CIM_AutonomousSystem_IsTransit_qualifiers[] =
116688               {
116689                   0,
116690               };
116691               
116692               static MetaProperty
116693               _CIM_AutonomousSystem_IsTransit =
116694               {
116695                   /* flags */
116696 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116697                   /* name */
116698                   "IsTransit",
116699                   /* qualifiers */
116700                   _CIM_AutonomousSystem_IsTransit_qualifiers,
116701                   /* type */
116702                   CIMTYPE_BOOLEAN,
116703                   /* subscript */
116704                   -1,
116705                   /* value */
116706                   0,
116707               };
116708               
116709               static const char*
116710               _CIM_AutonomousSystem_RequireIGPSync_qualifiers[] =
116711               {
116712                   0,
116713               };
116714               
116715               static MetaProperty
116716               _CIM_AutonomousSystem_RequireIGPSync =
116717 mike  1.1.2.1 {
116718                   /* flags */
116719                   META_FLAG_PROPERTY|META_FLAG_READ,
116720                   /* name */
116721                   "RequireIGPSync",
116722                   /* qualifiers */
116723                   _CIM_AutonomousSystem_RequireIGPSync_qualifiers,
116724                   /* type */
116725                   CIMTYPE_BOOLEAN,
116726                   /* subscript */
116727                   -1,
116728                   /* value */
116729                   0,
116730               };
116731               
116732               static const char*
116733               _CIM_AutonomousSystem_RoutingUpdateSource_qualifiers[] =
116734               {
116735                   /* ValueMap */
116736                   "\061\000\0040\0001\0002\0003\000",
116737                   /* Values */
116738 mike  1.1.2.1     "\062\000\004Unknown\000Static\000Dynamic\000Semi-Dynamic\000",
116739                   0,
116740               };
116741               
116742               static MetaProperty
116743               _CIM_AutonomousSystem_RoutingUpdateSource =
116744               {
116745                   /* flags */
116746                   META_FLAG_PROPERTY|META_FLAG_READ,
116747                   /* name */
116748                   "RoutingUpdateSource",
116749                   /* qualifiers */
116750                   _CIM_AutonomousSystem_RoutingUpdateSource_qualifiers,
116751                   /* type */
116752                   CIMTYPE_UINT16,
116753                   /* subscript */
116754                   -1,
116755                   /* value */
116756                   0,
116757               };
116758               
116759 mike  1.1.2.1 static const char*
116760               _CIM_AutonomousSystem_AggregationType_qualifiers[] =
116761               {
116762                   /* ValueMap */
116763                   "\061\000\0050\0001\0002\0003\0004\000",
116764                   /* Values */
116765                   "\062\000\005Unknown\000None\000Aggregate Only\000Aggregate And All Specific Routes\000Aggregate Based on Subset of Specific Routes\000",
116766                   0,
116767               };
116768               
116769               static MetaProperty
116770               _CIM_AutonomousSystem_AggregationType =
116771               {
116772                   /* flags */
116773                   META_FLAG_PROPERTY|META_FLAG_READ,
116774                   /* name */
116775                   "AggregationType",
116776                   /* qualifiers */
116777                   _CIM_AutonomousSystem_AggregationType_qualifiers,
116778                   /* type */
116779                   CIMTYPE_UINT16,
116780 mike  1.1.2.1     /* subscript */
116781                   -1,
116782                   /* value */
116783                   0,
116784               };
116785               
116786               static MetaFeature*
116787               _CIM_AutonomousSystem_features[] =
116788               {
116789                   (MetaFeature*)&_CIM_AutonomousSystem_ASNumber,
116790                   (MetaFeature*)&_CIM_AutonomousSystem_IsSingleHomed,
116791                   (MetaFeature*)&_CIM_AutonomousSystem_IsTransit,
116792                   (MetaFeature*)&_CIM_AutonomousSystem_RequireIGPSync,
116793                   (MetaFeature*)&_CIM_AutonomousSystem_RoutingUpdateSource,
116794                   (MetaFeature*)&_CIM_AutonomousSystem_AggregationType,
116795                   0,
116796               };
116797               
116798               static const char*
116799               __root_cimv2_CIM_AutonomousSystem_qualifiers[] =
116800               {
116801 mike  1.1.2.1     /* UMLPackagePath */
116802                   "\057CIM::Network::Systems",
116803                   /* Version */
116804                   "\0632.6.0",
116805                   0,
116806               };
116807               
116808               MetaClass
116809               __root_cimv2_CIM_AutonomousSystem =
116810               {
116811                   /* flags */
116812                   META_FLAG_CLASS,
116813                   /* name */
116814                   "CIM_AutonomousSystem",
116815                   /* qualifiers */
116816                   __root_cimv2_CIM_AutonomousSystem_qualifiers,
116817                   /* super */
116818                   &__root_cimv2_CIM_AdminDomain,
116819                   /* features */
116820                   _CIM_AutonomousSystem_features,
116821               };
116822 mike  1.1.2.1 
116823               //==============================================================================
116824               //
116825               // Class: CIM_BasedOn
116826               //
116827               //==============================================================================
116828               
116829               static const char*
116830               _CIM_BasedOn_Antecedent_qualifiers[] =
116831               {
116832                   /* Override */
116833                   "\044Antecedent",
116834                   0,
116835               };
116836               
116837               static MetaReference
116838               _CIM_BasedOn_Antecedent =
116839               {
116840                   /* flags */
116841                   META_FLAG_REFERENCE|META_FLAG_READ,
116842                   /* name */
116843 mike  1.1.2.1     "Antecedent",
116844                   /* qualifiers */
116845                   _CIM_BasedOn_Antecedent_qualifiers,
116846                   /* subscript */
116847                   -1,
116848                   /* refId */
116849                   &__root_cimv2_CIM_StorageExtent,
116850               };
116851               
116852               static const char*
116853               _CIM_BasedOn_Dependent_qualifiers[] =
116854               {
116855                   /* Override */
116856                   "\044Dependent",
116857                   0,
116858               };
116859               
116860               static MetaReference
116861               _CIM_BasedOn_Dependent =
116862               {
116863                   /* flags */
116864 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
116865                   /* name */
116866                   "Dependent",
116867                   /* qualifiers */
116868                   _CIM_BasedOn_Dependent_qualifiers,
116869                   /* subscript */
116870                   -1,
116871                   /* refId */
116872                   &__root_cimv2_CIM_StorageExtent,
116873               };
116874               
116875               static const char*
116876               _CIM_BasedOn_StartingAddress_qualifiers[] =
116877               {
116878                   0,
116879               };
116880               
116881               static MetaProperty
116882               _CIM_BasedOn_StartingAddress =
116883               {
116884                   /* flags */
116885 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116886                   /* name */
116887                   "StartingAddress",
116888                   /* qualifiers */
116889                   _CIM_BasedOn_StartingAddress_qualifiers,
116890                   /* type */
116891                   CIMTYPE_UINT64,
116892                   /* subscript */
116893                   -1,
116894                   /* value */
116895                   0,
116896               };
116897               
116898               static const char*
116899               _CIM_BasedOn_EndingAddress_qualifiers[] =
116900               {
116901                   0,
116902               };
116903               
116904               static MetaProperty
116905               _CIM_BasedOn_EndingAddress =
116906 mike  1.1.2.1 {
116907                   /* flags */
116908                   META_FLAG_PROPERTY|META_FLAG_READ,
116909                   /* name */
116910                   "EndingAddress",
116911                   /* qualifiers */
116912                   _CIM_BasedOn_EndingAddress_qualifiers,
116913                   /* type */
116914                   CIMTYPE_UINT64,
116915                   /* subscript */
116916                   -1,
116917                   /* value */
116918                   0,
116919               };
116920               
116921               static const char*
116922               _CIM_BasedOn_OrderIndex_qualifiers[] =
116923               {
116924                   0,
116925               };
116926               
116927 mike  1.1.2.1 static MetaProperty
116928               _CIM_BasedOn_OrderIndex =
116929               {
116930                   /* flags */
116931                   META_FLAG_PROPERTY|META_FLAG_READ,
116932                   /* name */
116933                   "OrderIndex",
116934                   /* qualifiers */
116935                   _CIM_BasedOn_OrderIndex_qualifiers,
116936                   /* type */
116937                   CIMTYPE_UINT16,
116938                   /* subscript */
116939                   -1,
116940                   /* value */
116941                   0,
116942               };
116943               
116944               static MetaFeature*
116945               _CIM_BasedOn_features[] =
116946               {
116947                   (MetaFeature*)&_CIM_BasedOn_Antecedent,
116948 mike  1.1.2.1     (MetaFeature*)&_CIM_BasedOn_Dependent,
116949                   (MetaFeature*)&_CIM_BasedOn_StartingAddress,
116950                   (MetaFeature*)&_CIM_BasedOn_EndingAddress,
116951                   (MetaFeature*)&_CIM_BasedOn_OrderIndex,
116952                   0,
116953               };
116954               
116955               static const char*
116956               __root_cimv2_CIM_BasedOn_qualifiers[] =
116957               {
116958                   /* ASSOCIATION */
116959                   "\000\001",
116960                   /* UMLPackagePath */
116961                   "\057CIM::Core::StorageExtent",
116962                   /* Version */
116963                   "\0632.6.0",
116964                   0,
116965               };
116966               
116967               MetaClass
116968               __root_cimv2_CIM_BasedOn =
116969 mike  1.1.2.1 {
116970                   /* flags */
116971                   META_FLAG_ASSOCIATION,
116972                   /* name */
116973                   "CIM_BasedOn",
116974                   /* qualifiers */
116975                   __root_cimv2_CIM_BasedOn_qualifiers,
116976                   /* super */
116977                   &__root_cimv2_CIM_Dependency,
116978                   /* features */
116979                   _CIM_BasedOn_features,
116980               };
116981               
116982               //==============================================================================
116983               //
116984               // Class: CIM_Battery
116985               //
116986               //==============================================================================
116987               
116988               static const char*
116989               _CIM_Battery_BatteryStatus_qualifiers[] =
116990 mike  1.1.2.1 {
116991                   /* ValueMap */
116992                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
116993                   /* Values */
116994                   "\062\000\013Other\000Unknown\000Fully Charged\000Low\000Critical\000Charging\000Charging and High\000Charging and Low\000Charging and Critical\000Undefined\000Partially Charged\000",
116995                   /* MappingStrings */
116996                   "\026\000\001MIF.DMTF|Portable Battery|003.14\000",
116997                   0,
116998               };
116999               
117000               static MetaProperty
117001               _CIM_Battery_BatteryStatus =
117002               {
117003                   /* flags */
117004                   META_FLAG_PROPERTY|META_FLAG_READ,
117005                   /* name */
117006                   "BatteryStatus",
117007                   /* qualifiers */
117008                   _CIM_Battery_BatteryStatus_qualifiers,
117009                   /* type */
117010                   CIMTYPE_UINT16,
117011 mike  1.1.2.1     /* subscript */
117012                   -1,
117013                   /* value */
117014                   0,
117015               };
117016               
117017               static const char*
117018               _CIM_Battery_TimeOnBattery_qualifiers[] =
117019               {
117020                   /* Units */
117021                   "\060Seconds",
117022                   0,
117023               };
117024               
117025               static MetaProperty
117026               _CIM_Battery_TimeOnBattery =
117027               {
117028                   /* flags */
117029                   META_FLAG_PROPERTY|META_FLAG_READ,
117030                   /* name */
117031                   "TimeOnBattery",
117032 mike  1.1.2.1     /* qualifiers */
117033                   _CIM_Battery_TimeOnBattery_qualifiers,
117034                   /* type */
117035                   CIMTYPE_UINT32,
117036                   /* subscript */
117037                   -1,
117038                   /* value */
117039                   0,
117040               };
117041               
117042               static const char*
117043               _CIM_Battery_EstimatedRunTime_qualifiers[] =
117044               {
117045                   /* Units */
117046                   "\060Minutes",
117047                   /* MappingStrings */
117048                   "\026\000\001MIF.DMTF|Portable Battery|003.15\000",
117049                   0,
117050               };
117051               
117052               static MetaProperty
117053 mike  1.1.2.1 _CIM_Battery_EstimatedRunTime =
117054               {
117055                   /* flags */
117056                   META_FLAG_PROPERTY|META_FLAG_READ,
117057                   /* name */
117058                   "EstimatedRunTime",
117059                   /* qualifiers */
117060                   _CIM_Battery_EstimatedRunTime_qualifiers,
117061                   /* type */
117062                   CIMTYPE_UINT32,
117063                   /* subscript */
117064                   -1,
117065                   /* value */
117066                   0,
117067               };
117068               
117069               static const char*
117070               _CIM_Battery_EstimatedChargeRemaining_qualifiers[] =
117071               {
117072                   /* Units */
117073                   "\060Percent",
117074 mike  1.1.2.1     /* Gauge */
117075                   "\023\001",
117076                   0,
117077               };
117078               
117079               static MetaProperty
117080               _CIM_Battery_EstimatedChargeRemaining =
117081               {
117082                   /* flags */
117083                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
117084                   /* name */
117085                   "EstimatedChargeRemaining",
117086                   /* qualifiers */
117087                   _CIM_Battery_EstimatedChargeRemaining_qualifiers,
117088                   /* type */
117089                   CIMTYPE_UINT16,
117090                   /* subscript */
117091                   -1,
117092                   /* value */
117093                   0,
117094               };
117095 mike  1.1.2.1 
117096               static const char*
117097               _CIM_Battery_Chemistry_qualifiers[] =
117098               {
117099                   /* ValueMap */
117100                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
117101                   /* Values */
117102                   "\062\000\010Other\000Unknown\000Lead Acid\000Nickel Cadmium\000Nickel Metal Hydride\000Lithium-ion\000Zinc air\000Lithium Polymer\000",
117103                   /* MappingStrings */
117104                   "\026\000\001MIF.DMTF|Portable Battery|003.7\000",
117105                   0,
117106               };
117107               
117108               static MetaProperty
117109               _CIM_Battery_Chemistry =
117110               {
117111                   /* flags */
117112                   META_FLAG_PROPERTY|META_FLAG_READ,
117113                   /* name */
117114                   "Chemistry",
117115                   /* qualifiers */
117116 mike  1.1.2.1     _CIM_Battery_Chemistry_qualifiers,
117117                   /* type */
117118                   CIMTYPE_UINT16,
117119                   /* subscript */
117120                   -1,
117121                   /* value */
117122                   0,
117123               };
117124               
117125               static const char*
117126               _CIM_Battery_DesignCapacity_qualifiers[] =
117127               {
117128                   /* Units */
117129                   "\060MilliWattHours",
117130                   /* MappingStrings */
117131                   "\026\000\001MIF.DMTF|Portable Battery|003.8\000",
117132                   0,
117133               };
117134               
117135               static MetaProperty
117136               _CIM_Battery_DesignCapacity =
117137 mike  1.1.2.1 {
117138                   /* flags */
117139                   META_FLAG_PROPERTY|META_FLAG_READ,
117140                   /* name */
117141                   "DesignCapacity",
117142                   /* qualifiers */
117143                   _CIM_Battery_DesignCapacity_qualifiers,
117144                   /* type */
117145                   CIMTYPE_UINT32,
117146                   /* subscript */
117147                   -1,
117148                   /* value */
117149                   0,
117150               };
117151               
117152               static const char*
117153               _CIM_Battery_FullChargeCapacity_qualifiers[] =
117154               {
117155                   /* Units */
117156                   "\060MilliWattHours",
117157                   /* MappingStrings */
117158 mike  1.1.2.1     "\026\000\001MIF.DMTF|Portable Battery|003.11\000",
117159                   0,
117160               };
117161               
117162               static MetaProperty
117163               _CIM_Battery_FullChargeCapacity =
117164               {
117165                   /* flags */
117166                   META_FLAG_PROPERTY|META_FLAG_READ,
117167                   /* name */
117168                   "FullChargeCapacity",
117169                   /* qualifiers */
117170                   _CIM_Battery_FullChargeCapacity_qualifiers,
117171                   /* type */
117172                   CIMTYPE_UINT32,
117173                   /* subscript */
117174                   -1,
117175                   /* value */
117176                   0,
117177               };
117178               
117179 mike  1.1.2.1 static const char*
117180               _CIM_Battery_DesignVoltage_qualifiers[] =
117181               {
117182                   /* Units */
117183                   "\060MilliVolts",
117184                   /* MappingStrings */
117185                   "\026\000\001MIF.DMTF|Portable Battery|003.9\000",
117186                   0,
117187               };
117188               
117189               static MetaProperty
117190               _CIM_Battery_DesignVoltage =
117191               {
117192                   /* flags */
117193                   META_FLAG_PROPERTY|META_FLAG_READ,
117194                   /* name */
117195                   "DesignVoltage",
117196                   /* qualifiers */
117197                   _CIM_Battery_DesignVoltage_qualifiers,
117198                   /* type */
117199                   CIMTYPE_UINT64,
117200 mike  1.1.2.1     /* subscript */
117201                   -1,
117202                   /* value */
117203                   0,
117204               };
117205               
117206               static const char*
117207               _CIM_Battery_SmartBatteryVersion_qualifiers[] =
117208               {
117209                   /* MaxLen */
117210                   "\030\000\000\000\100",
117211                   /* MappingStrings */
117212                   "\026\000\001MIF.DMTF|Portable Battery|003.10\000",
117213                   0,
117214               };
117215               
117216               static MetaProperty
117217               _CIM_Battery_SmartBatteryVersion =
117218               {
117219                   /* flags */
117220                   META_FLAG_PROPERTY|META_FLAG_READ,
117221 mike  1.1.2.1     /* name */
117222                   "SmartBatteryVersion",
117223                   /* qualifiers */
117224                   _CIM_Battery_SmartBatteryVersion_qualifiers,
117225                   /* type */
117226                   CIMTYPE_STRING,
117227                   /* subscript */
117228                   -1,
117229                   /* value */
117230                   0,
117231               };
117232               
117233               static const char*
117234               _CIM_Battery_TimeToFullCharge_qualifiers[] =
117235               {
117236                   /* Units */
117237                   "\060Minutes",
117238                   /* MappingStrings */
117239                   "\026\000\001MIF.DMTF|Portable Battery|003.16\000",
117240                   0,
117241               };
117242 mike  1.1.2.1 
117243               static MetaProperty
117244               _CIM_Battery_TimeToFullCharge =
117245               {
117246                   /* flags */
117247                   META_FLAG_PROPERTY|META_FLAG_READ,
117248                   /* name */
117249                   "TimeToFullCharge",
117250                   /* qualifiers */
117251                   _CIM_Battery_TimeToFullCharge_qualifiers,
117252                   /* type */
117253                   CIMTYPE_UINT32,
117254                   /* subscript */
117255                   -1,
117256                   /* value */
117257                   0,
117258               };
117259               
117260               static const char*
117261               _CIM_Battery_ExpectedLife_qualifiers[] =
117262               {
117263 mike  1.1.2.1     /* Units */
117264                   "\060Minutes",
117265                   0,
117266               };
117267               
117268               static MetaProperty
117269               _CIM_Battery_ExpectedLife =
117270               {
117271                   /* flags */
117272                   META_FLAG_PROPERTY|META_FLAG_READ,
117273                   /* name */
117274                   "ExpectedLife",
117275                   /* qualifiers */
117276                   _CIM_Battery_ExpectedLife_qualifiers,
117277                   /* type */
117278                   CIMTYPE_UINT32,
117279                   /* subscript */
117280                   -1,
117281                   /* value */
117282                   0,
117283               };
117284 mike  1.1.2.1 
117285               static const char*
117286               _CIM_Battery_MaxRechargeTime_qualifiers[] =
117287               {
117288                   /* Units */
117289                   "\060Minutes",
117290                   0,
117291               };
117292               
117293               static MetaProperty
117294               _CIM_Battery_MaxRechargeTime =
117295               {
117296                   /* flags */
117297                   META_FLAG_PROPERTY|META_FLAG_READ,
117298                   /* name */
117299                   "MaxRechargeTime",
117300                   /* qualifiers */
117301                   _CIM_Battery_MaxRechargeTime_qualifiers,
117302                   /* type */
117303                   CIMTYPE_UINT32,
117304                   /* subscript */
117305 mike  1.1.2.1     -1,
117306                   /* value */
117307                   0,
117308               };
117309               
117310               static MetaFeature*
117311               _CIM_Battery_features[] =
117312               {
117313                   (MetaFeature*)&_CIM_Battery_BatteryStatus,
117314                   (MetaFeature*)&_CIM_Battery_TimeOnBattery,
117315                   (MetaFeature*)&_CIM_Battery_EstimatedRunTime,
117316                   (MetaFeature*)&_CIM_Battery_EstimatedChargeRemaining,
117317                   (MetaFeature*)&_CIM_Battery_Chemistry,
117318                   (MetaFeature*)&_CIM_Battery_DesignCapacity,
117319                   (MetaFeature*)&_CIM_Battery_FullChargeCapacity,
117320                   (MetaFeature*)&_CIM_Battery_DesignVoltage,
117321                   (MetaFeature*)&_CIM_Battery_SmartBatteryVersion,
117322                   (MetaFeature*)&_CIM_Battery_TimeToFullCharge,
117323                   (MetaFeature*)&_CIM_Battery_ExpectedLife,
117324                   (MetaFeature*)&_CIM_Battery_MaxRechargeTime,
117325                   0,
117326 mike  1.1.2.1 };
117327               
117328               static const char*
117329               __root_cimv2_CIM_Battery_qualifiers[] =
117330               {
117331                   /* UMLPackagePath */
117332                   "\057CIM::Device::CoolingAndPower",
117333                   /* Version */
117334                   "\0632.10.0",
117335                   0,
117336               };
117337               
117338               MetaClass
117339               __root_cimv2_CIM_Battery =
117340               {
117341                   /* flags */
117342                   META_FLAG_CLASS,
117343                   /* name */
117344                   "CIM_Battery",
117345                   /* qualifiers */
117346                   __root_cimv2_CIM_Battery_qualifiers,
117347 mike  1.1.2.1     /* super */
117348                   &__root_cimv2_CIM_LogicalDevice,
117349                   /* features */
117350                   _CIM_Battery_features,
117351               };
117352               
117353               //==============================================================================
117354               //
117355               // Class: CIM_BGPAttributesForRoute
117356               //
117357               //==============================================================================
117358               
117359               static const char*
117360               _CIM_BGPAttributesForRoute_Antecedent_qualifiers[] =
117361               {
117362                   /* Override */
117363                   "\044Antecedent",
117364                   /* Max */
117365                   "\027\000\000\000\001",
117366                   0,
117367               };
117368 mike  1.1.2.1 
117369               static MetaReference
117370               _CIM_BGPAttributesForRoute_Antecedent =
117371               {
117372                   /* flags */
117373                   META_FLAG_REFERENCE|META_FLAG_READ,
117374                   /* name */
117375                   "Antecedent",
117376                   /* qualifiers */
117377                   _CIM_BGPAttributesForRoute_Antecedent_qualifiers,
117378                   /* subscript */
117379                   -1,
117380                   /* refId */
117381                   &__root_cimv2_CIM_BGPPathAttributes,
117382               };
117383               
117384               static const char*
117385               _CIM_BGPAttributesForRoute_Dependent_qualifiers[] =
117386               {
117387                   /* Override */
117388                   "\044Dependent",
117389 mike  1.1.2.1     /* Max */
117390                   "\027\000\000\000\001",
117391                   0,
117392               };
117393               
117394               static MetaReference
117395               _CIM_BGPAttributesForRoute_Dependent =
117396               {
117397                   /* flags */
117398                   META_FLAG_REFERENCE|META_FLAG_READ,
117399                   /* name */
117400                   "Dependent",
117401                   /* qualifiers */
117402                   _CIM_BGPAttributesForRoute_Dependent_qualifiers,
117403                   /* subscript */
117404                   -1,
117405                   /* refId */
117406                   &__root_cimv2_CIM_BGPIPRoute,
117407               };
117408               
117409               static const char*
117410 mike  1.1.2.1 _CIM_BGPAttributesForRoute_PathAttrPeer_qualifiers[] =
117411               {
117412                   /* MappingStrings */
117413                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrPeer\000",
117414                   /* ModelCorrespondence */
117415                   "\036\000\002CIM_BGPAttributesForRoute.PathAttrIPAddrPrefixLen\000CIM_BGPAttributesForRoute.PathAttrIPAddrPrefix\000",
117416                   0,
117417               };
117418               
117419               static MetaProperty
117420               _CIM_BGPAttributesForRoute_PathAttrPeer =
117421               {
117422                   /* flags */
117423                   META_FLAG_PROPERTY|META_FLAG_READ,
117424                   /* name */
117425                   "PathAttrPeer",
117426                   /* qualifiers */
117427                   _CIM_BGPAttributesForRoute_PathAttrPeer_qualifiers,
117428                   /* type */
117429                   CIMTYPE_STRING,
117430                   /* subscript */
117431 mike  1.1.2.1     -1,
117432                   /* value */
117433                   0,
117434               };
117435               
117436               static const char*
117437               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen_qualifiers[] =
117438               {
117439                   /* MappingStrings */
117440                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrIpAddrPrefixLen\000",
117441                   /* ModelCorrespondence */
117442                   "\036\000\001CIM_BGPAttributesForRoute.PathAttrPeer\000",
117443                   0,
117444               };
117445               
117446               static MetaProperty
117447               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen =
117448               {
117449                   /* flags */
117450                   META_FLAG_PROPERTY|META_FLAG_READ,
117451                   /* name */
117452 mike  1.1.2.1     "PathAttrIPAddrPrefixLen",
117453                   /* qualifiers */
117454                   _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen_qualifiers,
117455                   /* type */
117456                   CIMTYPE_UINT8,
117457                   /* subscript */
117458                   -1,
117459                   /* value */
117460                   0,
117461               };
117462               
117463               static const char*
117464               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix_qualifiers[] =
117465               {
117466                   /* MappingStrings */
117467                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrIpAddrPrefix\000",
117468                   /* ModelCorrespondence */
117469                   "\036\000\002CIM_BGPAttributesForRoute.PathAttrPeer\000CIM_BGPAttributesForRoute.PathAttrIPAddrPrefixLen\000",
117470                   0,
117471               };
117472               
117473 mike  1.1.2.1 static MetaProperty
117474               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix =
117475               {
117476                   /* flags */
117477                   META_FLAG_PROPERTY|META_FLAG_READ,
117478                   /* name */
117479                   "PathAttrIPAddrPrefix",
117480                   /* qualifiers */
117481                   _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix_qualifiers,
117482                   /* type */
117483                   CIMTYPE_STRING,
117484                   /* subscript */
117485                   -1,
117486                   /* value */
117487                   0,
117488               };
117489               
117490               static MetaFeature*
117491               _CIM_BGPAttributesForRoute_features[] =
117492               {
117493                   (MetaFeature*)&_CIM_BGPAttributesForRoute_Antecedent,
117494 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPAttributesForRoute_Dependent,
117495                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrPeer,
117496                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen,
117497                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix,
117498                   0,
117499               };
117500               
117501               static const char*
117502               __root_cimv2_CIM_BGPAttributesForRoute_qualifiers[] =
117503               {
117504                   /* ASSOCIATION */
117505                   "\000\001",
117506                   /* UMLPackagePath */
117507                   "\057CIM::Network::BGP",
117508                   /* Version */
117509                   "\0632.7.0",
117510                   0,
117511               };
117512               
117513               MetaClass
117514               __root_cimv2_CIM_BGPAttributesForRoute =
117515 mike  1.1.2.1 {
117516                   /* flags */
117517                   META_FLAG_ASSOCIATION,
117518                   /* name */
117519                   "CIM_BGPAttributesForRoute",
117520                   /* qualifiers */
117521                   __root_cimv2_CIM_BGPAttributesForRoute_qualifiers,
117522                   /* super */
117523                   &__root_cimv2_CIM_Dependency,
117524                   /* features */
117525                   _CIM_BGPAttributesForRoute_features,
117526               };
117527               
117528               //==============================================================================
117529               //
117530               // Class: CIM_BGPClustersInAS
117531               //
117532               //==============================================================================
117533               
117534               static const char*
117535               _CIM_BGPClustersInAS_GroupAS_qualifiers[] =
117536 mike  1.1.2.1 {
117537                   /* Key */
117538                   "\025\001",
117539                   /* Aggregate */
117540                   "\003\001",
117541                   /* Max */
117542                   "\027\000\000\000\001",
117543                   0,
117544               };
117545               
117546               static MetaReference
117547               _CIM_BGPClustersInAS_GroupAS =
117548               {
117549                   /* flags */
117550                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
117551                   /* name */
117552                   "GroupAS",
117553                   /* qualifiers */
117554                   _CIM_BGPClustersInAS_GroupAS_qualifiers,
117555                   /* subscript */
117556                   -1,
117557 mike  1.1.2.1     /* refId */
117558                   &__root_cimv2_CIM_AutonomousSystem,
117559               };
117560               
117561               static const char*
117562               _CIM_BGPClustersInAS_PartAS_qualifiers[] =
117563               {
117564                   /* Key */
117565                   "\025\001",
117566                   0,
117567               };
117568               
117569               static MetaReference
117570               _CIM_BGPClustersInAS_PartAS =
117571               {
117572                   /* flags */
117573                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
117574                   /* name */
117575                   "PartAS",
117576                   /* qualifiers */
117577                   _CIM_BGPClustersInAS_PartAS_qualifiers,
117578 mike  1.1.2.1     /* subscript */
117579                   -1,
117580                   /* refId */
117581                   &__root_cimv2_CIM_BGPCluster,
117582               };
117583               
117584               static MetaFeature*
117585               _CIM_BGPClustersInAS_features[] =
117586               {
117587                   (MetaFeature*)&_CIM_BGPClustersInAS_GroupAS,
117588                   (MetaFeature*)&_CIM_BGPClustersInAS_PartAS,
117589                   0,
117590               };
117591               
117592               static const char*
117593               __root_cimv2_CIM_BGPClustersInAS_qualifiers[] =
117594               {
117595                   /* ASSOCIATION */
117596                   "\000\001",
117597                   /* UMLPackagePath */
117598                   "\057CIM::Network::BGP",
117599 mike  1.1.2.1     /* Aggregation */
117600                   "\004\001",
117601                   /* Composition */
117602                   "\011\001",
117603                   /* Version */
117604                   "\0632.7.0",
117605                   0,
117606               };
117607               
117608               MetaClass
117609               __root_cimv2_CIM_BGPClustersInAS =
117610               {
117611                   /* flags */
117612                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
117613                   /* name */
117614                   "CIM_BGPClustersInAS",
117615                   /* qualifiers */
117616                   __root_cimv2_CIM_BGPClustersInAS_qualifiers,
117617                   /* super */
117618                   0,
117619                   /* features */
117620 mike  1.1.2.1     _CIM_BGPClustersInAS_features,
117621               };
117622               
117623               //==============================================================================
117624               //
117625               // Class: CIM_BinarySensor
117626               //
117627               //==============================================================================
117628               
117629               static const char*
117630               _CIM_BinarySensor_CurrentReading_qualifiers[] =
117631               {
117632                   /* Deprecated */
117633                   "\013\000\001CIM_Sensor.SensorType\000",
117634                   0,
117635               };
117636               
117637               static MetaProperty
117638               _CIM_BinarySensor_CurrentReading =
117639               {
117640                   /* flags */
117641 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
117642                   /* name */
117643                   "CurrentReading",
117644                   /* qualifiers */
117645                   _CIM_BinarySensor_CurrentReading_qualifiers,
117646                   /* type */
117647                   CIMTYPE_BOOLEAN,
117648                   /* subscript */
117649                   -1,
117650                   /* value */
117651                   0,
117652               };
117653               
117654               static const char*
117655               _CIM_BinarySensor_ExpectedReading_qualifiers[] =
117656               {
117657                   /* Deprecated */
117658                   "\013\000\001CIM_Sensor.SensorType\000",
117659                   0,
117660               };
117661               
117662 mike  1.1.2.1 static MetaProperty
117663               _CIM_BinarySensor_ExpectedReading =
117664               {
117665                   /* flags */
117666                   META_FLAG_PROPERTY|META_FLAG_READ,
117667                   /* name */
117668                   "ExpectedReading",
117669                   /* qualifiers */
117670                   _CIM_BinarySensor_ExpectedReading_qualifiers,
117671                   /* type */
117672                   CIMTYPE_BOOLEAN,
117673                   /* subscript */
117674                   -1,
117675                   /* value */
117676                   0,
117677               };
117678               
117679               static const char*
117680               _CIM_BinarySensor_InterpretationOfTrue_qualifiers[] =
117681               {
117682                   /* Deprecated */
117683 mike  1.1.2.1     "\013\000\001CIM_Sensor.PossibleStates\000",
117684                   /* MaxLen */
117685                   "\030\000\000\000\100",
117686                   0,
117687               };
117688               
117689               static MetaProperty
117690               _CIM_BinarySensor_InterpretationOfTrue =
117691               {
117692                   /* flags */
117693                   META_FLAG_PROPERTY|META_FLAG_READ,
117694                   /* name */
117695                   "InterpretationOfTrue",
117696                   /* qualifiers */
117697                   _CIM_BinarySensor_InterpretationOfTrue_qualifiers,
117698                   /* type */
117699                   CIMTYPE_STRING,
117700                   /* subscript */
117701                   -1,
117702                   /* value */
117703                   0,
117704 mike  1.1.2.1 };
117705               
117706               static const char*
117707               _CIM_BinarySensor_InterpretationOfFalse_qualifiers[] =
117708               {
117709                   /* Deprecated */
117710                   "\013\000\001CIM_Sensor.PossibleStates\000",
117711                   /* MaxLen */
117712                   "\030\000\000\000\100",
117713                   0,
117714               };
117715               
117716               static MetaProperty
117717               _CIM_BinarySensor_InterpretationOfFalse =
117718               {
117719                   /* flags */
117720                   META_FLAG_PROPERTY|META_FLAG_READ,
117721                   /* name */
117722                   "InterpretationOfFalse",
117723                   /* qualifiers */
117724                   _CIM_BinarySensor_InterpretationOfFalse_qualifiers,
117725 mike  1.1.2.1     /* type */
117726                   CIMTYPE_STRING,
117727                   /* subscript */
117728                   -1,
117729                   /* value */
117730                   0,
117731               };
117732               
117733               static MetaFeature*
117734               _CIM_BinarySensor_features[] =
117735               {
117736                   (MetaFeature*)&_CIM_BinarySensor_CurrentReading,
117737                   (MetaFeature*)&_CIM_BinarySensor_ExpectedReading,
117738                   (MetaFeature*)&_CIM_BinarySensor_InterpretationOfTrue,
117739                   (MetaFeature*)&_CIM_BinarySensor_InterpretationOfFalse,
117740                   0,
117741               };
117742               
117743               static const char*
117744               __root_cimv2_CIM_BinarySensor_qualifiers[] =
117745               {
117746 mike  1.1.2.1     /* Deprecated */
117747                   "\013\000\001CIM_Sensor\000",
117748                   /* UMLPackagePath */
117749                   "\057CIM::Device::Sensors",
117750                   /* Version */
117751                   "\0632.8.0",
117752                   0,
117753               };
117754               
117755               MetaClass
117756               __root_cimv2_CIM_BinarySensor =
117757               {
117758                   /* flags */
117759                   META_FLAG_CLASS,
117760                   /* name */
117761                   "CIM_BinarySensor",
117762                   /* qualifiers */
117763                   __root_cimv2_CIM_BinarySensor_qualifiers,
117764                   /* super */
117765                   &__root_cimv2_CIM_Sensor,
117766                   /* features */
117767 mike  1.1.2.1     _CIM_BinarySensor_features,
117768               };
117769               
117770               //==============================================================================
117771               //
117772               // Class: CIM_BlockStatisticsService
117773               //
117774               //==============================================================================
117775               
117776               static const char*
117777               _CIM_BlockStatisticsService_GetStatisticsCollection_Job_qualifiers[] =
117778               {
117779                   /* IN */
117780                   "\024\000",
117781                   /* OUT */
117782                   "\043\001",
117783                   0,
117784               };
117785               
117786               static MetaReference
117787               _CIM_BlockStatisticsService_GetStatisticsCollection_Job =
117788 mike  1.1.2.1 {
117789                   /* flags */
117790                   META_FLAG_REFERENCE|META_FLAG_OUT,
117791                   /* name */
117792                   "Job",
117793                   /* qualifiers */
117794                   _CIM_BlockStatisticsService_GetStatisticsCollection_Job_qualifiers,
117795                   /* subscript */
117796                   -1,
117797                   /* ref */
117798                   &__root_cimv2_CIM_ConcreteJob,
117799               };
117800               
117801               static const char*
117802               _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes_qualifiers[] =
117803               {
117804                   /* IN */
117805                   "\024\001",
117806                   /* ValueMap */
117807                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
117808                   /* Values */
117809 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",
117810                   /* ModelCorrespondence */
117811                   "\036\000\001CIM_BlockStorageStatisticalData.ElementType\000",
117812                   0,
117813               };
117814               
117815               static MetaProperty
117816               _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes =
117817               {
117818                   /* flags */
117819                   META_FLAG_PROPERTY|META_FLAG_IN,
117820                   /* name */
117821                   "ElementTypes",
117822                   /* qualifiers */
117823                   _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes_qualifiers,
117824                   /* type */
117825                   CIMTYPE_UINT16,
117826                   /* subscript */
117827                   0,
117828                   /* value */
117829                   0,
117830 mike  1.1.2.1 };
117831               
117832               static const char*
117833               _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection_qualifiers[] =
117834               {
117835                   /* IN */
117836                   "\024\001",
117837                   0,
117838               };
117839               
117840               static MetaReference
117841               _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection =
117842               {
117843                   /* flags */
117844                   META_FLAG_REFERENCE|META_FLAG_IN,
117845                   /* name */
117846                   "ManifestCollection",
117847                   /* qualifiers */
117848                   _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection_qualifiers,
117849                   /* subscript */
117850                   -1,
117851 mike  1.1.2.1     /* ref */
117852                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
117853               };
117854               
117855               static const char*
117856               _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat_qualifiers[] =
117857               {
117858                   /* IN */
117859                   "\024\001",
117860                   /* ValueMap */
117861                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
117862                   /* Values */
117863                   "\062\000\005Unknown\000Other\000CSV\000DMTF Reserved\000Vendor Specific\000",
117864                   0,
117865               };
117866               
117867               static MetaProperty
117868               _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat =
117869               {
117870                   /* flags */
117871                   META_FLAG_PROPERTY|META_FLAG_IN,
117872 mike  1.1.2.1     /* name */
117873                   "StatisticsFormat",
117874                   /* qualifiers */
117875                   _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat_qualifiers,
117876                   /* type */
117877                   CIMTYPE_UINT16,
117878                   /* subscript */
117879                   -1,
117880                   /* value */
117881                   0,
117882               };
117883               
117884               static const char*
117885               _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics_qualifiers[] =
117886               {
117887                   /* OUT */
117888                   "\043\001",
117889                   /* ModelCorrespondence */
117890                   "\036\000\003CIM_BlockStatisticsService.GetStatisticsCollection(ElementTypes)\000CIM_BlockStatisticsService.GetStatisticsCollection(ManifestCollection)\000CIM_BlockStatisticsService.GetStatisticsCollection(StatisticsFormat)\000",
117891                   0,
117892               };
117893 mike  1.1.2.1 
117894               static MetaProperty
117895               _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics =
117896               {
117897                   /* flags */
117898                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
117899                   /* name */
117900                   "Statistics",
117901                   /* qualifiers */
117902                   _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics_qualifiers,
117903                   /* type */
117904                   CIMTYPE_STRING,
117905                   /* subscript */
117906                   0,
117907                   /* value */
117908                   0,
117909               };
117910               
117911               static MetaFeature*
117912               _CIM_BlockStatisticsService_GetStatisticsCollection_parameters[] =
117913               {
117914 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_Job,
117915                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes,
117916                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection,
117917                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat,
117918                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_Statistics,
117919                   0,
117920               };
117921               
117922               static const char*
117923               _CIM_BlockStatisticsService_GetStatisticsCollection_qualifiers[] =
117924               {
117925                   /* ValueMap */
117926                   "\061\000\0140\0001\0002\0003\0004\0005\000..\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
117927                   /* Values */
117928                   "\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",
117929                   0,
117930               };
117931               
117932               static MetaMethod
117933               _CIM_BlockStatisticsService_GetStatisticsCollection =
117934               {
117935 mike  1.1.2.1     /* flags */
117936                   META_FLAG_METHOD,
117937                   /* name */
117938                   "CIM_BlockStatisticsService",
117939                   /* qualifiers */
117940                   _CIM_BlockStatisticsService_GetStatisticsCollection_qualifiers,
117941                   /* type */
117942                   CIMTYPE_UINT32,
117943                   /* parameters */
117944                   _CIM_BlockStatisticsService_GetStatisticsCollection_parameters,
117945               };
117946               
117947               static const char*
117948               _CIM_BlockStatisticsService_CreateManifestCollection_Statistics_qualifiers[] =
117949               {
117950                   /* IN */
117951                   "\024\001",
117952                   0,
117953               };
117954               
117955               static MetaReference
117956 mike  1.1.2.1 _CIM_BlockStatisticsService_CreateManifestCollection_Statistics =
117957               {
117958                   /* flags */
117959                   META_FLAG_REFERENCE|META_FLAG_IN,
117960                   /* name */
117961                   "Statistics",
117962                   /* qualifiers */
117963                   _CIM_BlockStatisticsService_CreateManifestCollection_Statistics_qualifiers,
117964                   /* subscript */
117965                   -1,
117966                   /* ref */
117967                   &__root_cimv2_CIM_StatisticsCollection,
117968               };
117969               
117970               static const char*
117971               _CIM_BlockStatisticsService_CreateManifestCollection_ElementName_qualifiers[] =
117972               {
117973                   /* IN */
117974                   "\024\001",
117975                   0,
117976               };
117977 mike  1.1.2.1 
117978               static MetaProperty
117979               _CIM_BlockStatisticsService_CreateManifestCollection_ElementName =
117980               {
117981                   /* flags */
117982                   META_FLAG_PROPERTY|META_FLAG_IN,
117983                   /* name */
117984                   "ElementName",
117985                   /* qualifiers */
117986                   _CIM_BlockStatisticsService_CreateManifestCollection_ElementName_qualifiers,
117987                   /* type */
117988                   CIMTYPE_STRING,
117989                   /* subscript */
117990                   -1,
117991                   /* value */
117992                   0,
117993               };
117994               
117995               static const char*
117996               _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection_qualifiers[] =
117997               {
117998 mike  1.1.2.1     /* OUT */
117999                   "\043\001",
118000                   0,
118001               };
118002               
118003               static MetaReference
118004               _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection =
118005               {
118006                   /* flags */
118007                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
118008                   /* name */
118009                   "ManifestCollection",
118010                   /* qualifiers */
118011                   _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection_qualifiers,
118012                   /* subscript */
118013                   -1,
118014                   /* ref */
118015                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118016               };
118017               
118018               static MetaFeature*
118019 mike  1.1.2.1 _CIM_BlockStatisticsService_CreateManifestCollection_parameters[] =
118020               {
118021                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_Statistics,
118022                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_ElementName,
118023                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection,
118024                   0,
118025               };
118026               
118027               static const char*
118028               _CIM_BlockStatisticsService_CreateManifestCollection_qualifiers[] =
118029               {
118030                   /* ValueMap */
118031                   "\061\000\0100\0001\0002\0003\0004\0005\0006..32767\00032768..65535\000",
118032                   /* Values */
118033                   "\062\000\010Ok\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000Method Reserved\000Vendor Specific\000",
118034                   0,
118035               };
118036               
118037               static MetaMethod
118038               _CIM_BlockStatisticsService_CreateManifestCollection =
118039               {
118040 mike  1.1.2.1     /* flags */
118041                   META_FLAG_METHOD,
118042                   /* name */
118043                   "CIM_BlockStatisticsService",
118044                   /* qualifiers */
118045                   _CIM_BlockStatisticsService_CreateManifestCollection_qualifiers,
118046                   /* type */
118047                   CIMTYPE_UINT32,
118048                   /* parameters */
118049                   _CIM_BlockStatisticsService_CreateManifestCollection_parameters,
118050               };
118051               
118052               static const char*
118053               _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection_qualifiers[] =
118054               {
118055                   /* IN */
118056                   "\024\001",
118057                   0,
118058               };
118059               
118060               static MetaReference
118061 mike  1.1.2.1 _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection =
118062               {
118063                   /* flags */
118064                   META_FLAG_REFERENCE|META_FLAG_IN,
118065                   /* name */
118066                   "ManifestCollection",
118067                   /* qualifiers */
118068                   _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection_qualifiers,
118069                   /* subscript */
118070                   -1,
118071                   /* ref */
118072                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118073               };
118074               
118075               static const char*
118076               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType_qualifiers[] =
118077               {
118078                   /* IN */
118079                   "\024\001",
118080                   /* ValueMap */
118081                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
118082 mike  1.1.2.1     /* Values */
118083                   "\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",
118084                   /* ModelCorrespondence */
118085                   "\036\000\001CIM_BlockStatisticsManifest.ElementType\000",
118086                   0,
118087               };
118088               
118089               static MetaProperty
118090               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType =
118091               {
118092                   /* flags */
118093                   META_FLAG_PROPERTY|META_FLAG_IN,
118094                   /* name */
118095                   "ElementType",
118096                   /* qualifiers */
118097                   _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType_qualifiers,
118098                   /* type */
118099                   CIMTYPE_UINT16,
118100                   /* subscript */
118101                   -1,
118102                   /* value */
118103 mike  1.1.2.1     0,
118104               };
118105               
118106               static const char*
118107               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName_qualifiers[] =
118108               {
118109                   /* IN */
118110                   "\024\001",
118111                   0,
118112               };
118113               
118114               static MetaProperty
118115               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName =
118116               {
118117                   /* flags */
118118                   META_FLAG_PROPERTY|META_FLAG_IN,
118119                   /* name */
118120                   "ElementName",
118121                   /* qualifiers */
118122                   _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName_qualifiers,
118123                   /* type */
118124 mike  1.1.2.1     CIMTYPE_STRING,
118125                   /* subscript */
118126                   -1,
118127                   /* value */
118128                   0,
118129               };
118130               
118131               static const char*
118132               _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList_qualifiers[] =
118133               {
118134                   /* IN */
118135                   "\024\001",
118136                   0,
118137               };
118138               
118139               static MetaProperty
118140               _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList =
118141               {
118142                   /* flags */
118143                   META_FLAG_PROPERTY|META_FLAG_IN,
118144                   /* name */
118145 mike  1.1.2.1     "StatisticsList",
118146                   /* qualifiers */
118147                   _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList_qualifiers,
118148                   /* type */
118149                   CIMTYPE_STRING,
118150                   /* subscript */
118151                   0,
118152                   /* value */
118153                   0,
118154               };
118155               
118156               static const char*
118157               _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest_qualifiers[] =
118158               {
118159                   /* OUT */
118160                   "\043\001",
118161                   0,
118162               };
118163               
118164               static MetaReference
118165               _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest =
118166 mike  1.1.2.1 {
118167                   /* flags */
118168                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
118169                   /* name */
118170                   "Manifest",
118171                   /* qualifiers */
118172                   _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest_qualifiers,
118173                   /* subscript */
118174                   -1,
118175                   /* ref */
118176                   &__root_cimv2_CIM_BlockStatisticsManifest,
118177               };
118178               
118179               static MetaFeature*
118180               _CIM_BlockStatisticsService_AddOrModifyManifest_parameters[] =
118181               {
118182                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection,
118183                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ElementType,
118184                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ElementName,
118185                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList,
118186                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_Manifest,
118187 mike  1.1.2.1     0,
118188               };
118189               
118190               static const char*
118191               _CIM_BlockStatisticsService_AddOrModifyManifest_qualifiers[] =
118192               {
118193                   /* ValueMap */
118194                   "\061\000\0140\0001\0002\0003\0004\0005\000..\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
118195                   /* Values */
118196                   "\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",
118197                   0,
118198               };
118199               
118200               static MetaMethod
118201               _CIM_BlockStatisticsService_AddOrModifyManifest =
118202               {
118203                   /* flags */
118204                   META_FLAG_METHOD,
118205                   /* name */
118206                   "CIM_BlockStatisticsService",
118207                   /* qualifiers */
118208 mike  1.1.2.1     _CIM_BlockStatisticsService_AddOrModifyManifest_qualifiers,
118209                   /* type */
118210                   CIMTYPE_UINT32,
118211                   /* parameters */
118212                   _CIM_BlockStatisticsService_AddOrModifyManifest_parameters,
118213               };
118214               
118215               static const char*
118216               _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection_qualifiers[] =
118217               {
118218                   /* IN */
118219                   "\024\001",
118220                   0,
118221               };
118222               
118223               static MetaReference
118224               _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection =
118225               {
118226                   /* flags */
118227                   META_FLAG_REFERENCE|META_FLAG_IN,
118228                   /* name */
118229 mike  1.1.2.1     "ManifestCollection",
118230                   /* qualifiers */
118231                   _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection_qualifiers,
118232                   /* subscript */
118233                   -1,
118234                   /* ref */
118235                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118236               };
118237               
118238               static const char*
118239               _CIM_BlockStatisticsService_RemoveManifests_Manifests_qualifiers[] =
118240               {
118241                   /* IN */
118242                   "\024\001",
118243                   0,
118244               };
118245               
118246               static MetaReference
118247               _CIM_BlockStatisticsService_RemoveManifests_Manifests =
118248               {
118249                   /* flags */
118250 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
118251                   /* name */
118252                   "Manifests",
118253                   /* qualifiers */
118254                   _CIM_BlockStatisticsService_RemoveManifests_Manifests_qualifiers,
118255                   /* subscript */
118256                   0,
118257                   /* ref */
118258                   &__root_cimv2_CIM_BlockStatisticsManifest,
118259               };
118260               
118261               static MetaFeature*
118262               _CIM_BlockStatisticsService_RemoveManifests_parameters[] =
118263               {
118264                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests_ManifestCollection,
118265                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests_Manifests,
118266                   0,
118267               };
118268               
118269               static const char*
118270               _CIM_BlockStatisticsService_RemoveManifests_qualifiers[] =
118271 mike  1.1.2.1 {
118272                   /* ValueMap */
118273                   "\061\000\0120\0001\0002\0003\0004\0005\000..\0004096\0004097..32767\00032768..65535\000",
118274                   /* Values */
118275                   "\062\000\012Success\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000Method Reserved\000Manifest not found\000Method Reserved\000Vendor Specific\000",
118276                   0,
118277               };
118278               
118279               static MetaMethod
118280               _CIM_BlockStatisticsService_RemoveManifests =
118281               {
118282                   /* flags */
118283                   META_FLAG_METHOD,
118284                   /* name */
118285                   "CIM_BlockStatisticsService",
118286                   /* qualifiers */
118287                   _CIM_BlockStatisticsService_RemoveManifests_qualifiers,
118288                   /* type */
118289                   CIMTYPE_UINT32,
118290                   /* parameters */
118291                   _CIM_BlockStatisticsService_RemoveManifests_parameters,
118292 mike  1.1.2.1 };
118293               
118294               static MetaFeature*
118295               _CIM_BlockStatisticsService_features[] =
118296               {
118297                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection,
118298                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection,
118299                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest,
118300                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests,
118301                   0,
118302               };
118303               
118304               static const char*
118305               __root_cimv2_CIM_BlockStatisticsService_qualifiers[] =
118306               {
118307                   /* UMLPackagePath */
118308                   "\057CIM::Device::StorageStatistics",
118309                   /* Version */
118310                   "\0632.10.0",
118311                   0,
118312               };
118313 mike  1.1.2.1 
118314               MetaClass
118315               __root_cimv2_CIM_BlockStatisticsService =
118316               {
118317                   /* flags */
118318                   META_FLAG_CLASS,
118319                   /* name */
118320                   "CIM_BlockStatisticsService",
118321                   /* qualifiers */
118322                   __root_cimv2_CIM_BlockStatisticsService_qualifiers,
118323                   /* super */
118324                   &__root_cimv2_CIM_StatisticsService,
118325                   /* features */
118326                   _CIM_BlockStatisticsService_features,
118327               };
118328               
118329               //==============================================================================
118330               //
118331               // Class: CIM_BootOSFromFS
118332               //
118333               //==============================================================================
118334 mike  1.1.2.1 
118335               static const char*
118336               _CIM_BootOSFromFS_Antecedent_qualifiers[] =
118337               {
118338                   /* Override */
118339                   "\044Antecedent",
118340                   0,
118341               };
118342               
118343               static MetaReference
118344               _CIM_BootOSFromFS_Antecedent =
118345               {
118346                   /* flags */
118347                   META_FLAG_REFERENCE|META_FLAG_READ,
118348                   /* name */
118349                   "Antecedent",
118350                   /* qualifiers */
118351                   _CIM_BootOSFromFS_Antecedent_qualifiers,
118352                   /* subscript */
118353                   -1,
118354                   /* refId */
118355 mike  1.1.2.1     &__root_cimv2_CIM_FileSystem,
118356               };
118357               
118358               static const char*
118359               _CIM_BootOSFromFS_Dependent_qualifiers[] =
118360               {
118361                   /* Override */
118362                   "\044Dependent",
118363                   0,
118364               };
118365               
118366               static MetaReference
118367               _CIM_BootOSFromFS_Dependent =
118368               {
118369                   /* flags */
118370                   META_FLAG_REFERENCE|META_FLAG_READ,
118371                   /* name */
118372                   "Dependent",
118373                   /* qualifiers */
118374                   _CIM_BootOSFromFS_Dependent_qualifiers,
118375                   /* subscript */
118376 mike  1.1.2.1     -1,
118377                   /* refId */
118378                   &__root_cimv2_CIM_OperatingSystem,
118379               };
118380               
118381               static MetaFeature*
118382               _CIM_BootOSFromFS_features[] =
118383               {
118384                   (MetaFeature*)&_CIM_BootOSFromFS_Antecedent,
118385                   (MetaFeature*)&_CIM_BootOSFromFS_Dependent,
118386                   0,
118387               };
118388               
118389               static const char*
118390               __root_cimv2_CIM_BootOSFromFS_qualifiers[] =
118391               {
118392                   /* ASSOCIATION */
118393                   "\000\001",
118394                   /* UMLPackagePath */
118395                   "\057CIM::System::OperatingSystem",
118396                   /* Version */
118397 mike  1.1.2.1     "\0632.6.0",
118398                   0,
118399               };
118400               
118401               MetaClass
118402               __root_cimv2_CIM_BootOSFromFS =
118403               {
118404                   /* flags */
118405                   META_FLAG_ASSOCIATION,
118406                   /* name */
118407                   "CIM_BootOSFromFS",
118408                   /* qualifiers */
118409                   __root_cimv2_CIM_BootOSFromFS_qualifiers,
118410                   /* super */
118411                   &__root_cimv2_CIM_Dependency,
118412                   /* features */
118413                   _CIM_BootOSFromFS_features,
118414               };
118415               
118416               //==============================================================================
118417               //
118418 mike  1.1.2.1 // Class: CIM_BootSAP
118419               //
118420               //==============================================================================
118421               
118422               static MetaFeature*
118423               _CIM_BootSAP_features[] =
118424               {
118425                   0,
118426               };
118427               
118428               static const char*
118429               __root_cimv2_CIM_BootSAP_qualifiers[] =
118430               {
118431                   /* UMLPackagePath */
118432                   "\057CIM::System::Boot",
118433                   /* Version */
118434                   "\0632.6.0",
118435                   0,
118436               };
118437               
118438               MetaClass
118439 mike  1.1.2.1 __root_cimv2_CIM_BootSAP =
118440               {
118441                   /* flags */
118442                   META_FLAG_CLASS,
118443                   /* name */
118444                   "CIM_BootSAP",
118445                   /* qualifiers */
118446                   __root_cimv2_CIM_BootSAP_qualifiers,
118447                   /* super */
118448                   &__root_cimv2_CIM_ServiceAccessPoint,
118449                   /* features */
118450                   _CIM_BootSAP_features,
118451               };
118452               
118453               //==============================================================================
118454               //
118455               // Class: CIM_BootService
118456               //
118457               //==============================================================================
118458               
118459               static MetaFeature*
118460 mike  1.1.2.1 _CIM_BootService_features[] =
118461               {
118462                   0,
118463               };
118464               
118465               static const char*
118466               __root_cimv2_CIM_BootService_qualifiers[] =
118467               {
118468                   /* UMLPackagePath */
118469                   "\057CIM::System::Boot",
118470                   /* Version */
118471                   "\0632.6.0",
118472                   0,
118473               };
118474               
118475               MetaClass
118476               __root_cimv2_CIM_BootService =
118477               {
118478                   /* flags */
118479                   META_FLAG_CLASS,
118480                   /* name */
118481 mike  1.1.2.1     "CIM_BootService",
118482                   /* qualifiers */
118483                   __root_cimv2_CIM_BootService_qualifiers,
118484                   /* super */
118485                   &__root_cimv2_CIM_Service,
118486                   /* features */
118487                   _CIM_BootService_features,
118488               };
118489               
118490               //==============================================================================
118491               //
118492               // Class: CIM_CallBasedModem
118493               //
118494               //==============================================================================
118495               
118496               static const char*
118497               _CIM_CallBasedModem_FallbackEnabled_qualifiers[] =
118498               {
118499                   0,
118500               };
118501               
118502 mike  1.1.2.1 static MetaProperty
118503               _CIM_CallBasedModem_FallbackEnabled =
118504               {
118505                   /* flags */
118506                   META_FLAG_PROPERTY|META_FLAG_READ,
118507                   /* name */
118508                   "FallbackEnabled",
118509                   /* qualifiers */
118510                   _CIM_CallBasedModem_FallbackEnabled_qualifiers,
118511                   /* type */
118512                   CIMTYPE_BOOLEAN,
118513                   /* subscript */
118514                   -1,
118515                   /* value */
118516                   0,
118517               };
118518               
118519               static const char*
118520               _CIM_CallBasedModem_CompressionSupported_qualifiers[] =
118521               {
118522                   /* ValueMap */
118523 mike  1.1.2.1     "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
118524                   /* Values */
118525                   "\062\000\012Unknown\000Other\000No Compression\000MNP 5\000V.42bis\000MNP 3\000MNP 4\000V.58\000PEP\000HST\000",
118526                   /* ModelCorrespondence */
118527                   "\036\000\001CIM_CallBasedModem.OtherCompressionDescription\000",
118528                   0,
118529               };
118530               
118531               static MetaProperty
118532               _CIM_CallBasedModem_CompressionSupported =
118533               {
118534                   /* flags */
118535                   META_FLAG_PROPERTY|META_FLAG_READ,
118536                   /* name */
118537                   "CompressionSupported",
118538                   /* qualifiers */
118539                   _CIM_CallBasedModem_CompressionSupported_qualifiers,
118540                   /* type */
118541                   CIMTYPE_UINT16,
118542                   /* subscript */
118543                   0,
118544 mike  1.1.2.1     /* value */
118545                   0,
118546               };
118547               
118548               static const char*
118549               _CIM_CallBasedModem_OtherCompressionDescription_qualifiers[] =
118550               {
118551                   /* ModelCorrespondence */
118552                   "\036\000\001CIM_CallBasedModem.CompressionSupported\000",
118553                   0,
118554               };
118555               
118556               static MetaProperty
118557               _CIM_CallBasedModem_OtherCompressionDescription =
118558               {
118559                   /* flags */
118560                   META_FLAG_PROPERTY|META_FLAG_READ,
118561                   /* name */
118562                   "OtherCompressionDescription",
118563                   /* qualifiers */
118564                   _CIM_CallBasedModem_OtherCompressionDescription_qualifiers,
118565 mike  1.1.2.1     /* type */
118566                   CIMTYPE_STRING,
118567                   /* subscript */
118568                   -1,
118569                   /* value */
118570                   0,
118571               };
118572               
118573               static const char*
118574               _CIM_CallBasedModem_CompressionInfo_qualifiers[] =
118575               {
118576                   /* ValueMap */
118577                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
118578                   /* Values */
118579                   "\062\000\012Unknown\000Other\000No Compression\000MNP 5\000V.42bis\000MNP 3\000MNP 4\000V.58\000PEP\000HST\000",
118580                   /* ModelCorrespondence */
118581                   "\036\000\002CIM_CallBasedModem.CompressionSupported\000CIM_CallBasedModem.OtherCompressionInfoDescription\000",
118582                   0,
118583               };
118584               
118585               static MetaProperty
118586 mike  1.1.2.1 _CIM_CallBasedModem_CompressionInfo =
118587               {
118588                   /* flags */
118589                   META_FLAG_PROPERTY|META_FLAG_READ,
118590                   /* name */
118591                   "CompressionInfo",
118592                   /* qualifiers */
118593                   _CIM_CallBasedModem_CompressionInfo_qualifiers,
118594                   /* type */
118595                   CIMTYPE_UINT16,
118596                   /* subscript */
118597                   -1,
118598                   /* value */
118599                   0,
118600               };
118601               
118602               static const char*
118603               _CIM_CallBasedModem_OtherCompressionInfoDescription_qualifiers[] =
118604               {
118605                   /* ModelCorrespondence */
118606                   "\036\000\001CIM_CallBasedModem.CompressionInfo\000",
118607 mike  1.1.2.1     0,
118608               };
118609               
118610               static MetaProperty
118611               _CIM_CallBasedModem_OtherCompressionInfoDescription =
118612               {
118613                   /* flags */
118614                   META_FLAG_PROPERTY|META_FLAG_READ,
118615                   /* name */
118616                   "OtherCompressionInfoDescription",
118617                   /* qualifiers */
118618                   _CIM_CallBasedModem_OtherCompressionInfoDescription_qualifiers,
118619                   /* type */
118620                   CIMTYPE_STRING,
118621                   /* subscript */
118622                   -1,
118623                   /* value */
118624                   0,
118625               };
118626               
118627               static const char*
118628 mike  1.1.2.1 _CIM_CallBasedModem_ModulationSupported_qualifiers[] =
118629               {
118630                   /* ValueMap */
118631                   "\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",
118632                   /* Values */
118633                   "\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",
118634                   /* ModelCorrespondence */
118635                   "\036\000\001CIM_CallBasedModem.OtherModulationDescription\000",
118636                   0,
118637               };
118638               
118639               static MetaProperty
118640               _CIM_CallBasedModem_ModulationSupported =
118641               {
118642                   /* flags */
118643                   META_FLAG_PROPERTY|META_FLAG_READ,
118644                   /* name */
118645                   "ModulationSupported",
118646                   /* qualifiers */
118647                   _CIM_CallBasedModem_ModulationSupported_qualifiers,
118648                   /* type */
118649 mike  1.1.2.1     CIMTYPE_UINT16,
118650                   /* subscript */
118651                   0,
118652                   /* value */
118653                   0,
118654               };
118655               
118656               static const char*
118657               _CIM_CallBasedModem_OtherModulationDescription_qualifiers[] =
118658               {
118659                   /* ModelCorrespondence */
118660                   "\036\000\001CIM_CallBasedModem.ModulationSupported\000",
118661                   0,
118662               };
118663               
118664               static MetaProperty
118665               _CIM_CallBasedModem_OtherModulationDescription =
118666               {
118667                   /* flags */
118668                   META_FLAG_PROPERTY|META_FLAG_READ,
118669                   /* name */
118670 mike  1.1.2.1     "OtherModulationDescription",
118671                   /* qualifiers */
118672                   _CIM_CallBasedModem_OtherModulationDescription_qualifiers,
118673                   /* type */
118674                   CIMTYPE_STRING,
118675                   /* subscript */
118676                   -1,
118677                   /* value */
118678                   0,
118679               };
118680               
118681               static const char*
118682               _CIM_CallBasedModem_ModulationScheme_qualifiers[] =
118683               {
118684                   /* ValueMap */
118685                   "\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",
118686                   /* Values */
118687                   "\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",
118688                   /* ModelCorrespondence */
118689                   "\036\000\002CIM_CallBasedModem.ModulationSupported\000CIM_CallBasedModem.OtherSchemeDescription\000",
118690                   0,
118691 mike  1.1.2.1 };
118692               
118693               static MetaProperty
118694               _CIM_CallBasedModem_ModulationScheme =
118695               {
118696                   /* flags */
118697                   META_FLAG_PROPERTY|META_FLAG_READ,
118698                   /* name */
118699                   "ModulationScheme",
118700                   /* qualifiers */
118701                   _CIM_CallBasedModem_ModulationScheme_qualifiers,
118702                   /* type */
118703                   CIMTYPE_UINT16,
118704                   /* subscript */
118705                   -1,
118706                   /* value */
118707                   0,
118708               };
118709               
118710               static const char*
118711               _CIM_CallBasedModem_OtherSchemeDescription_qualifiers[] =
118712 mike  1.1.2.1 {
118713                   /* ModelCorrespondence */
118714                   "\036\000\001CIM_CallBasedModem.ModulationScheme\000",
118715                   0,
118716               };
118717               
118718               static MetaProperty
118719               _CIM_CallBasedModem_OtherSchemeDescription =
118720               {
118721                   /* flags */
118722                   META_FLAG_PROPERTY|META_FLAG_READ,
118723                   /* name */
118724                   "OtherSchemeDescription",
118725                   /* qualifiers */
118726                   _CIM_CallBasedModem_OtherSchemeDescription_qualifiers,
118727                   /* type */
118728                   CIMTYPE_STRING,
118729                   /* subscript */
118730                   -1,
118731                   /* value */
118732                   0,
118733 mike  1.1.2.1 };
118734               
118735               static const char*
118736               _CIM_CallBasedModem_ErrorControlSupported_qualifiers[] =
118737               {
118738                   /* ValueMap */
118739                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
118740                   /* Values */
118741                   "\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",
118742                   /* ModelCorrespondence */
118743                   "\036\000\001CIM_CallBasedModem.OtherErrorControlDescription\000",
118744                   0,
118745               };
118746               
118747               static MetaProperty
118748               _CIM_CallBasedModem_ErrorControlSupported =
118749               {
118750                   /* flags */
118751                   META_FLAG_PROPERTY|META_FLAG_READ,
118752                   /* name */
118753                   "ErrorControlSupported",
118754 mike  1.1.2.1     /* qualifiers */
118755                   _CIM_CallBasedModem_ErrorControlSupported_qualifiers,
118756                   /* type */
118757                   CIMTYPE_UINT16,
118758                   /* subscript */
118759                   0,
118760                   /* value */
118761                   0,
118762               };
118763               
118764               static const char*
118765               _CIM_CallBasedModem_OtherErrorControlDescription_qualifiers[] =
118766               {
118767                   /* ModelCorrespondence */
118768                   "\036\000\001CIM_CallBasedModem.ErrorControlSupported\000",
118769                   0,
118770               };
118771               
118772               static MetaProperty
118773               _CIM_CallBasedModem_OtherErrorControlDescription =
118774               {
118775 mike  1.1.2.1     /* flags */
118776                   META_FLAG_PROPERTY|META_FLAG_READ,
118777                   /* name */
118778                   "OtherErrorControlDescription",
118779                   /* qualifiers */
118780                   _CIM_CallBasedModem_OtherErrorControlDescription_qualifiers,
118781                   /* type */
118782                   CIMTYPE_STRING,
118783                   /* subscript */
118784                   -1,
118785                   /* value */
118786                   0,
118787               };
118788               
118789               static const char*
118790               _CIM_CallBasedModem_ErrorControlInfo_qualifiers[] =
118791               {
118792                   /* ValueMap */
118793                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
118794                   /* Values */
118795                   "\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",
118796 mike  1.1.2.1     /* ModelCorrespondence */
118797                   "\036\000\002CIM_CallBasedModem.ErrorControlSupported\000CIM_CallBasedModem.OtherErrorControlInfoDescription\000",
118798                   0,
118799               };
118800               
118801               static MetaProperty
118802               _CIM_CallBasedModem_ErrorControlInfo =
118803               {
118804                   /* flags */
118805                   META_FLAG_PROPERTY|META_FLAG_READ,
118806                   /* name */
118807                   "ErrorControlInfo",
118808                   /* qualifiers */
118809                   _CIM_CallBasedModem_ErrorControlInfo_qualifiers,
118810                   /* type */
118811                   CIMTYPE_UINT16,
118812                   /* subscript */
118813                   -1,
118814                   /* value */
118815                   0,
118816               };
118817 mike  1.1.2.1 
118818               static const char*
118819               _CIM_CallBasedModem_OtherErrorControlInfoDescription_qualifiers[] =
118820               {
118821                   /* ModelCorrespondence */
118822                   "\036\000\001CIM_CallBasedModem.ErrorControlInfo\000",
118823                   0,
118824               };
118825               
118826               static MetaProperty
118827               _CIM_CallBasedModem_OtherErrorControlInfoDescription =
118828               {
118829                   /* flags */
118830                   META_FLAG_PROPERTY|META_FLAG_READ,
118831                   /* name */
118832                   "OtherErrorControlInfoDescription",
118833                   /* qualifiers */
118834                   _CIM_CallBasedModem_OtherErrorControlInfoDescription_qualifiers,
118835                   /* type */
118836                   CIMTYPE_STRING,
118837                   /* subscript */
118838 mike  1.1.2.1     -1,
118839                   /* value */
118840                   0,
118841               };
118842               
118843               static const char*
118844               _CIM_CallBasedModem_TimeOfLastReset_qualifiers[] =
118845               {
118846                   0,
118847               };
118848               
118849               static MetaProperty
118850               _CIM_CallBasedModem_TimeOfLastReset =
118851               {
118852                   /* flags */
118853                   META_FLAG_PROPERTY|META_FLAG_READ,
118854                   /* name */
118855                   "TimeOfLastReset",
118856                   /* qualifiers */
118857                   _CIM_CallBasedModem_TimeOfLastReset_qualifiers,
118858                   /* type */
118859 mike  1.1.2.1     CIMTYPE_DATETIME,
118860                   /* subscript */
118861                   -1,
118862                   /* value */
118863                   0,
118864               };
118865               
118866               static const char*
118867               _CIM_CallBasedModem_CallSpeed_qualifiers[] =
118868               {
118869                   /* Units */
118870                   "\060Bits per Second",
118871                   0,
118872               };
118873               
118874               static MetaProperty
118875               _CIM_CallBasedModem_CallSpeed =
118876               {
118877                   /* flags */
118878                   META_FLAG_PROPERTY|META_FLAG_READ,
118879                   /* name */
118880 mike  1.1.2.1     "CallSpeed",
118881                   /* qualifiers */
118882                   _CIM_CallBasedModem_CallSpeed_qualifiers,
118883                   /* type */
118884                   CIMTYPE_UINT32,
118885                   /* subscript */
118886                   -1,
118887                   /* value */
118888                   0,
118889               };
118890               
118891               static const char*
118892               _CIM_CallBasedModem_CallStatus_qualifiers[] =
118893               {
118894                   /* ValueMap */
118895                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
118896                   /* Values */
118897                   "\062\000\013Unknown\000Other\000Offline\000On Hook\000Dialing\000Waiting for Answer\000Ringing\000Modem Detected\000Negotiating\000Online\000Error\000",
118898                   0,
118899               };
118900               
118901 mike  1.1.2.1 static MetaProperty
118902               _CIM_CallBasedModem_CallStatus =
118903               {
118904                   /* flags */
118905                   META_FLAG_PROPERTY|META_FLAG_READ,
118906                   /* name */
118907                   "CallStatus",
118908                   /* qualifiers */
118909                   _CIM_CallBasedModem_CallStatus_qualifiers,
118910                   /* type */
118911                   CIMTYPE_UINT16,
118912                   /* subscript */
118913                   -1,
118914                   /* value */
118915                   0,
118916               };
118917               
118918               static const char*
118919               _CIM_CallBasedModem_CharsSent_qualifiers[] =
118920               {
118921                   /* Counter */
118922 mike  1.1.2.1     "\012\001",
118923                   0,
118924               };
118925               
118926               static MetaProperty
118927               _CIM_CallBasedModem_CharsSent =
118928               {
118929                   /* flags */
118930                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118931                   /* name */
118932                   "CharsSent",
118933                   /* qualifiers */
118934                   _CIM_CallBasedModem_CharsSent_qualifiers,
118935                   /* type */
118936                   CIMTYPE_UINT32,
118937                   /* subscript */
118938                   -1,
118939                   /* value */
118940                   0,
118941               };
118942               
118943 mike  1.1.2.1 static const char*
118944               _CIM_CallBasedModem_CharsReceived_qualifiers[] =
118945               {
118946                   /* Counter */
118947                   "\012\001",
118948                   0,
118949               };
118950               
118951               static MetaProperty
118952               _CIM_CallBasedModem_CharsReceived =
118953               {
118954                   /* flags */
118955                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118956                   /* name */
118957                   "CharsReceived",
118958                   /* qualifiers */
118959                   _CIM_CallBasedModem_CharsReceived_qualifiers,
118960                   /* type */
118961                   CIMTYPE_UINT32,
118962                   /* subscript */
118963                   -1,
118964 mike  1.1.2.1     /* value */
118965                   0,
118966               };
118967               
118968               static const char*
118969               _CIM_CallBasedModem_CharsLost_qualifiers[] =
118970               {
118971                   /* Counter */
118972                   "\012\001",
118973                   0,
118974               };
118975               
118976               static MetaProperty
118977               _CIM_CallBasedModem_CharsLost =
118978               {
118979                   /* flags */
118980                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118981                   /* name */
118982                   "CharsLost",
118983                   /* qualifiers */
118984                   _CIM_CallBasedModem_CharsLost_qualifiers,
118985 mike  1.1.2.1     /* type */
118986                   CIMTYPE_UINT32,
118987                   /* subscript */
118988                   -1,
118989                   /* value */
118990                   0,
118991               };
118992               
118993               static const char*
118994               _CIM_CallBasedModem_BlocksSent_qualifiers[] =
118995               {
118996                   /* Counter */
118997                   "\012\001",
118998                   0,
118999               };
119000               
119001               static MetaProperty
119002               _CIM_CallBasedModem_BlocksSent =
119003               {
119004                   /* flags */
119005                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119006 mike  1.1.2.1     /* name */
119007                   "BlocksSent",
119008                   /* qualifiers */
119009                   _CIM_CallBasedModem_BlocksSent_qualifiers,
119010                   /* type */
119011                   CIMTYPE_UINT32,
119012                   /* subscript */
119013                   -1,
119014                   /* value */
119015                   0,
119016               };
119017               
119018               static const char*
119019               _CIM_CallBasedModem_BlocksResent_qualifiers[] =
119020               {
119021                   /* Counter */
119022                   "\012\001",
119023                   0,
119024               };
119025               
119026               static MetaProperty
119027 mike  1.1.2.1 _CIM_CallBasedModem_BlocksResent =
119028               {
119029                   /* flags */
119030                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119031                   /* name */
119032                   "BlocksResent",
119033                   /* qualifiers */
119034                   _CIM_CallBasedModem_BlocksResent_qualifiers,
119035                   /* type */
119036                   CIMTYPE_UINT32,
119037                   /* subscript */
119038                   -1,
119039                   /* value */
119040                   0,
119041               };
119042               
119043               static const char*
119044               _CIM_CallBasedModem_BlocksReceived_qualifiers[] =
119045               {
119046                   /* Counter */
119047                   "\012\001",
119048 mike  1.1.2.1     0,
119049               };
119050               
119051               static MetaProperty
119052               _CIM_CallBasedModem_BlocksReceived =
119053               {
119054                   /* flags */
119055                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119056                   /* name */
119057                   "BlocksReceived",
119058                   /* qualifiers */
119059                   _CIM_CallBasedModem_BlocksReceived_qualifiers,
119060                   /* type */
119061                   CIMTYPE_UINT32,
119062                   /* subscript */
119063                   -1,
119064                   /* value */
119065                   0,
119066               };
119067               
119068               static const char*
119069 mike  1.1.2.1 _CIM_CallBasedModem_BlockErrors_qualifiers[] =
119070               {
119071                   /* Counter */
119072                   "\012\001",
119073                   0,
119074               };
119075               
119076               static MetaProperty
119077               _CIM_CallBasedModem_BlockErrors =
119078               {
119079                   /* flags */
119080                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119081                   /* name */
119082                   "BlockErrors",
119083                   /* qualifiers */
119084                   _CIM_CallBasedModem_BlockErrors_qualifiers,
119085                   /* type */
119086                   CIMTYPE_UINT32,
119087                   /* subscript */
119088                   -1,
119089                   /* value */
119090 mike  1.1.2.1     0,
119091               };
119092               
119093               static const char*
119094               _CIM_CallBasedModem_CallLength_qualifiers[] =
119095               {
119096                   0,
119097               };
119098               
119099               static MetaProperty
119100               _CIM_CallBasedModem_CallLength =
119101               {
119102                   /* flags */
119103                   META_FLAG_PROPERTY|META_FLAG_READ,
119104                   /* name */
119105                   "CallLength",
119106                   /* qualifiers */
119107                   _CIM_CallBasedModem_CallLength_qualifiers,
119108                   /* type */
119109                   CIMTYPE_DATETIME,
119110                   /* subscript */
119111 mike  1.1.2.1     -1,
119112                   /* value */
119113                   0,
119114               };
119115               
119116               static const char*
119117               _CIM_CallBasedModem_NumberDialed_qualifiers[] =
119118               {
119119                   0,
119120               };
119121               
119122               static MetaProperty
119123               _CIM_CallBasedModem_NumberDialed =
119124               {
119125                   /* flags */
119126                   META_FLAG_PROPERTY|META_FLAG_READ,
119127                   /* name */
119128                   "NumberDialed",
119129                   /* qualifiers */
119130                   _CIM_CallBasedModem_NumberDialed_qualifiers,
119131                   /* type */
119132 mike  1.1.2.1     CIMTYPE_STRING,
119133                   /* subscript */
119134                   -1,
119135                   /* value */
119136                   0,
119137               };
119138               
119139               static MetaFeature*
119140               _CIM_CallBasedModem_features[] =
119141               {
119142                   (MetaFeature*)&_CIM_CallBasedModem_FallbackEnabled,
119143                   (MetaFeature*)&_CIM_CallBasedModem_CompressionSupported,
119144                   (MetaFeature*)&_CIM_CallBasedModem_OtherCompressionDescription,
119145                   (MetaFeature*)&_CIM_CallBasedModem_CompressionInfo,
119146                   (MetaFeature*)&_CIM_CallBasedModem_OtherCompressionInfoDescription,
119147                   (MetaFeature*)&_CIM_CallBasedModem_ModulationSupported,
119148                   (MetaFeature*)&_CIM_CallBasedModem_OtherModulationDescription,
119149                   (MetaFeature*)&_CIM_CallBasedModem_ModulationScheme,
119150                   (MetaFeature*)&_CIM_CallBasedModem_OtherSchemeDescription,
119151                   (MetaFeature*)&_CIM_CallBasedModem_ErrorControlSupported,
119152                   (MetaFeature*)&_CIM_CallBasedModem_OtherErrorControlDescription,
119153 mike  1.1.2.1     (MetaFeature*)&_CIM_CallBasedModem_ErrorControlInfo,
119154                   (MetaFeature*)&_CIM_CallBasedModem_OtherErrorControlInfoDescription,
119155                   (MetaFeature*)&_CIM_CallBasedModem_TimeOfLastReset,
119156                   (MetaFeature*)&_CIM_CallBasedModem_CallSpeed,
119157                   (MetaFeature*)&_CIM_CallBasedModem_CallStatus,
119158                   (MetaFeature*)&_CIM_CallBasedModem_CharsSent,
119159                   (MetaFeature*)&_CIM_CallBasedModem_CharsReceived,
119160                   (MetaFeature*)&_CIM_CallBasedModem_CharsLost,
119161                   (MetaFeature*)&_CIM_CallBasedModem_BlocksSent,
119162                   (MetaFeature*)&_CIM_CallBasedModem_BlocksResent,
119163                   (MetaFeature*)&_CIM_CallBasedModem_BlocksReceived,
119164                   (MetaFeature*)&_CIM_CallBasedModem_BlockErrors,
119165                   (MetaFeature*)&_CIM_CallBasedModem_CallLength,
119166                   (MetaFeature*)&_CIM_CallBasedModem_NumberDialed,
119167                   0,
119168               };
119169               
119170               static const char*
119171               __root_cimv2_CIM_CallBasedModem_qualifiers[] =
119172               {
119173                   /* UMLPackagePath */
119174 mike  1.1.2.1     "\057CIM::Device::Modems",
119175                   /* Abstract */
119176                   "\002\001",
119177                   /* Version */
119178                   "\0632.10.0",
119179                   0,
119180               };
119181               
119182               MetaClass
119183               __root_cimv2_CIM_CallBasedModem =
119184               {
119185                   /* flags */
119186                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
119187                   /* name */
119188                   "CIM_CallBasedModem",
119189                   /* qualifiers */
119190                   __root_cimv2_CIM_CallBasedModem_qualifiers,
119191                   /* super */
119192                   &__root_cimv2_CIM_Modem,
119193                   /* features */
119194                   _CIM_CallBasedModem_features,
119195 mike  1.1.2.1 };
119196               
119197               //==============================================================================
119198               //
119199               // Class: CIM_CDROMDrive
119200               //
119201               //==============================================================================
119202               
119203               static MetaFeature*
119204               _CIM_CDROMDrive_features[] =
119205               {
119206                   0,
119207               };
119208               
119209               static const char*
119210               __root_cimv2_CIM_CDROMDrive_qualifiers[] =
119211               {
119212                   /* UMLPackagePath */
119213                   "\057CIM::Device::StorageDevices",
119214                   /* Version */
119215                   "\0632.6.0",
119216 mike  1.1.2.1     0,
119217               };
119218               
119219               MetaClass
119220               __root_cimv2_CIM_CDROMDrive =
119221               {
119222                   /* flags */
119223                   META_FLAG_CLASS,
119224                   /* name */
119225                   "CIM_CDROMDrive",
119226                   /* qualifiers */
119227                   __root_cimv2_CIM_CDROMDrive_qualifiers,
119228                   /* super */
119229                   &__root_cimv2_CIM_MediaAccessDevice,
119230                   /* features */
119231                   _CIM_CDROMDrive_features,
119232               };
119233               
119234               //==============================================================================
119235               //
119236               // Class: CIM_ChangerDevice
119237 mike  1.1.2.1 //
119238               //==============================================================================
119239               
119240               static const char*
119241               _CIM_ChangerDevice_MaxTransitTime_qualifiers[] =
119242               {
119243                   /* Units */
119244                   "\060Seconds",
119245                   0,
119246               };
119247               
119248               static MetaProperty
119249               _CIM_ChangerDevice_MaxTransitTime =
119250               {
119251                   /* flags */
119252                   META_FLAG_PROPERTY|META_FLAG_READ,
119253                   /* name */
119254                   "MaxTransitTime",
119255                   /* qualifiers */
119256                   _CIM_ChangerDevice_MaxTransitTime_qualifiers,
119257                   /* type */
119258 mike  1.1.2.1     CIMTYPE_UINT32,
119259                   /* subscript */
119260                   -1,
119261                   /* value */
119262                   0,
119263               };
119264               
119265               static const char*
119266               _CIM_ChangerDevice_MediaFlipSupported_qualifiers[] =
119267               {
119268                   0,
119269               };
119270               
119271               static MetaProperty
119272               _CIM_ChangerDevice_MediaFlipSupported =
119273               {
119274                   /* flags */
119275                   META_FLAG_PROPERTY|META_FLAG_READ,
119276                   /* name */
119277                   "MediaFlipSupported",
119278                   /* qualifiers */
119279 mike  1.1.2.1     _CIM_ChangerDevice_MediaFlipSupported_qualifiers,
119280                   /* type */
119281                   CIMTYPE_BOOLEAN,
119282                   /* subscript */
119283                   -1,
119284                   /* value */
119285                   0,
119286               };
119287               
119288               static const char*
119289               _CIM_ChangerDevice_AuditInProgress_qualifiers[] =
119290               {
119291                   0,
119292               };
119293               
119294               static MetaProperty
119295               _CIM_ChangerDevice_AuditInProgress =
119296               {
119297                   /* flags */
119298                   META_FLAG_PROPERTY|META_FLAG_READ,
119299                   /* name */
119300 mike  1.1.2.1     "AuditInProgress",
119301                   /* qualifiers */
119302                   _CIM_ChangerDevice_AuditInProgress_qualifiers,
119303                   /* type */
119304                   CIMTYPE_BOOLEAN,
119305                   /* subscript */
119306                   -1,
119307                   /* value */
119308                   0,
119309               };
119310               
119311               static const char*
119312               _CIM_ChangerDevice_AuditsPerformed_qualifiers[] =
119313               {
119314                   /* Counter */
119315                   "\012\001",
119316                   0,
119317               };
119318               
119319               static MetaProperty
119320               _CIM_ChangerDevice_AuditsPerformed =
119321 mike  1.1.2.1 {
119322                   /* flags */
119323                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119324                   /* name */
119325                   "AuditsPerformed",
119326                   /* qualifiers */
119327                   _CIM_ChangerDevice_AuditsPerformed_qualifiers,
119328                   /* type */
119329                   CIMTYPE_UINT64,
119330                   /* subscript */
119331                   -1,
119332                   /* value */
119333                   0,
119334               };
119335               
119336               static MetaFeature*
119337               _CIM_ChangerDevice_features[] =
119338               {
119339                   (MetaFeature*)&_CIM_ChangerDevice_MaxTransitTime,
119340                   (MetaFeature*)&_CIM_ChangerDevice_MediaFlipSupported,
119341                   (MetaFeature*)&_CIM_ChangerDevice_AuditInProgress,
119342 mike  1.1.2.1     (MetaFeature*)&_CIM_ChangerDevice_AuditsPerformed,
119343                   0,
119344               };
119345               
119346               static const char*
119347               __root_cimv2_CIM_ChangerDevice_qualifiers[] =
119348               {
119349                   /* UMLPackagePath */
119350                   "\057CIM::Device::StorageLib",
119351                   /* Version */
119352                   "\0632.6.0",
119353                   0,
119354               };
119355               
119356               MetaClass
119357               __root_cimv2_CIM_ChangerDevice =
119358               {
119359                   /* flags */
119360                   META_FLAG_CLASS,
119361                   /* name */
119362                   "CIM_ChangerDevice",
119363 mike  1.1.2.1     /* qualifiers */
119364                   __root_cimv2_CIM_ChangerDevice_qualifiers,
119365                   /* super */
119366                   &__root_cimv2_CIM_MediaTransferDevice,
119367                   /* features */
119368                   _CIM_ChangerDevice_features,
119369               };
119370               
119371               //==============================================================================
119372               //
119373               // Class: CIM_ClusteringSAP
119374               //
119375               //==============================================================================
119376               
119377               static MetaFeature*
119378               _CIM_ClusteringSAP_features[] =
119379               {
119380                   0,
119381               };
119382               
119383               static const char*
119384 mike  1.1.2.1 __root_cimv2_CIM_ClusteringSAP_qualifiers[] =
119385               {
119386                   /* UMLPackagePath */
119387                   "\057CIM::System::SystemElements",
119388                   /* Version */
119389                   "\0632.6.0",
119390                   0,
119391               };
119392               
119393               MetaClass
119394               __root_cimv2_CIM_ClusteringSAP =
119395               {
119396                   /* flags */
119397                   META_FLAG_CLASS,
119398                   /* name */
119399                   "CIM_ClusteringSAP",
119400                   /* qualifiers */
119401                   __root_cimv2_CIM_ClusteringSAP_qualifiers,
119402                   /* super */
119403                   &__root_cimv2_CIM_ServiceAccessPoint,
119404                   /* features */
119405 mike  1.1.2.1     _CIM_ClusteringSAP_features,
119406               };
119407               
119408               //==============================================================================
119409               //
119410               // Class: CIM_CollectionInSystem
119411               //
119412               //==============================================================================
119413               
119414               static const char*
119415               _CIM_CollectionInSystem_Parent_qualifiers[] =
119416               {
119417                   /* Key */
119418                   "\025\001",
119419                   /* Aggregate */
119420                   "\003\001",
119421                   /* Max */
119422                   "\027\000\000\000\001",
119423                   0,
119424               };
119425               
119426 mike  1.1.2.1 static MetaReference
119427               _CIM_CollectionInSystem_Parent =
119428               {
119429                   /* flags */
119430                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
119431                   /* name */
119432                   "Parent",
119433                   /* qualifiers */
119434                   _CIM_CollectionInSystem_Parent_qualifiers,
119435                   /* subscript */
119436                   -1,
119437                   /* refId */
119438                   &__root_cimv2_CIM_System,
119439               };
119440               
119441               static const char*
119442               _CIM_CollectionInSystem_Child_qualifiers[] =
119443               {
119444                   /* Key */
119445                   "\025\001",
119446                   0,
119447 mike  1.1.2.1 };
119448               
119449               static MetaReference
119450               _CIM_CollectionInSystem_Child =
119451               {
119452                   /* flags */
119453                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
119454                   /* name */
119455                   "Child",
119456                   /* qualifiers */
119457                   _CIM_CollectionInSystem_Child_qualifiers,
119458                   /* subscript */
119459                   -1,
119460                   /* refId */
119461                   &__root_cimv2_CIM_Collection,
119462               };
119463               
119464               static MetaFeature*
119465               _CIM_CollectionInSystem_features[] =
119466               {
119467                   (MetaFeature*)&_CIM_CollectionInSystem_Parent,
119468 mike  1.1.2.1     (MetaFeature*)&_CIM_CollectionInSystem_Child,
119469                   0,
119470               };
119471               
119472               static const char*
119473               __root_cimv2_CIM_CollectionInSystem_qualifiers[] =
119474               {
119475                   /* ASSOCIATION */
119476                   "\000\001",
119477                   /* UMLPackagePath */
119478                   "\057CIM::User::Org",
119479                   /* Aggregation */
119480                   "\004\001",
119481                   /* Version */
119482                   "\0632.6.0",
119483                   0,
119484               };
119485               
119486               MetaClass
119487               __root_cimv2_CIM_CollectionInSystem =
119488               {
119489 mike  1.1.2.1     /* flags */
119490                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
119491                   /* name */
119492                   "CIM_CollectionInSystem",
119493                   /* qualifiers */
119494                   __root_cimv2_CIM_CollectionInSystem_qualifiers,
119495                   /* super */
119496                   0,
119497                   /* features */
119498                   _CIM_CollectionInSystem_features,
119499               };
119500               
119501               //==============================================================================
119502               //
119503               // Class: CIM_CommonDatabase
119504               //
119505               //==============================================================================
119506               
119507               static const char*
119508               _CIM_CommonDatabase_InstanceID_qualifiers[] =
119509               {
119510 mike  1.1.2.1     /* Key */
119511                   "\025\001",
119512                   0,
119513               };
119514               
119515               static MetaProperty
119516               _CIM_CommonDatabase_InstanceID =
119517               {
119518                   /* flags */
119519                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
119520                   /* name */
119521                   "InstanceID",
119522                   /* qualifiers */
119523                   _CIM_CommonDatabase_InstanceID_qualifiers,
119524                   /* type */
119525                   CIMTYPE_STRING,
119526                   /* subscript */
119527                   -1,
119528                   /* value */
119529                   0,
119530               };
119531 mike  1.1.2.1 
119532               static const char*
119533               _CIM_CommonDatabase_DatabaseVersion_qualifiers[] =
119534               {
119535                   /* MappingStrings */
119536                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoVersion\000",
119537                   0,
119538               };
119539               
119540               static MetaProperty
119541               _CIM_CommonDatabase_DatabaseVersion =
119542               {
119543                   /* flags */
119544                   META_FLAG_PROPERTY|META_FLAG_READ,
119545                   /* name */
119546                   "DatabaseVersion",
119547                   /* qualifiers */
119548                   _CIM_CommonDatabase_DatabaseVersion_qualifiers,
119549                   /* type */
119550                   CIMTYPE_STRING,
119551                   /* subscript */
119552 mike  1.1.2.1     -1,
119553                   /* value */
119554                   0,
119555               };
119556               
119557               static const char*
119558               _CIM_CommonDatabase_LastBackup_qualifiers[] =
119559               {
119560                   /* MappingStrings */
119561                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoLastBackup\000",
119562                   0,
119563               };
119564               
119565               static MetaProperty
119566               _CIM_CommonDatabase_LastBackup =
119567               {
119568                   /* flags */
119569                   META_FLAG_PROPERTY|META_FLAG_READ,
119570                   /* name */
119571                   "LastBackup",
119572                   /* qualifiers */
119573 mike  1.1.2.1     _CIM_CommonDatabase_LastBackup_qualifiers,
119574                   /* type */
119575                   CIMTYPE_DATETIME,
119576                   /* subscript */
119577                   -1,
119578                   /* value */
119579                   0,
119580               };
119581               
119582               static const char*
119583               _CIM_CommonDatabase_SizeAllocated_qualifiers[] =
119584               {
119585                   /* MappingStrings */
119586                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeAllocated\000",
119587                   0,
119588               };
119589               
119590               static MetaProperty
119591               _CIM_CommonDatabase_SizeAllocated =
119592               {
119593                   /* flags */
119594 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
119595                   /* name */
119596                   "SizeAllocated",
119597                   /* qualifiers */
119598                   _CIM_CommonDatabase_SizeAllocated_qualifiers,
119599                   /* type */
119600                   CIMTYPE_UINT32,
119601                   /* subscript */
119602                   -1,
119603                   /* value */
119604                   0,
119605               };
119606               
119607               static const char*
119608               _CIM_CommonDatabase_SizeUnits_qualifiers[] =
119609               {
119610                   /* ValueMap */
119611                   "\061\000\0051\0002\0003\0004\0005\000",
119612                   /* Values */
119613                   "\062\000\005Bytes\000Kilobyes\000Megabytes\000Gigabytes\000Terabytes\000",
119614                   /* MappingStrings */
119615 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeUnits\000",
119616                   0,
119617               };
119618               
119619               static MetaProperty
119620               _CIM_CommonDatabase_SizeUnits =
119621               {
119622                   /* flags */
119623                   META_FLAG_PROPERTY|META_FLAG_READ,
119624                   /* name */
119625                   "SizeUnits",
119626                   /* qualifiers */
119627                   _CIM_CommonDatabase_SizeUnits_qualifiers,
119628                   /* type */
119629                   CIMTYPE_UINT16,
119630                   /* subscript */
119631                   -1,
119632                   /* value */
119633                   0,
119634               };
119635               
119636 mike  1.1.2.1 static MetaFeature*
119637               _CIM_CommonDatabase_features[] =
119638               {
119639                   (MetaFeature*)&_CIM_CommonDatabase_InstanceID,
119640                   (MetaFeature*)&_CIM_CommonDatabase_DatabaseVersion,
119641                   (MetaFeature*)&_CIM_CommonDatabase_LastBackup,
119642                   (MetaFeature*)&_CIM_CommonDatabase_SizeAllocated,
119643                   (MetaFeature*)&_CIM_CommonDatabase_SizeUnits,
119644                   0,
119645               };
119646               
119647               static const char*
119648               __root_cimv2_CIM_CommonDatabase_qualifiers[] =
119649               {
119650                   /* UMLPackagePath */
119651                   "\057CIM::Database::System",
119652                   /* Version */
119653                   "\0632.7.0",
119654                   0,
119655               };
119656               
119657 mike  1.1.2.1 MetaClass
119658               __root_cimv2_CIM_CommonDatabase =
119659               {
119660                   /* flags */
119661                   META_FLAG_CLASS,
119662                   /* name */
119663                   "CIM_CommonDatabase",
119664                   /* qualifiers */
119665                   __root_cimv2_CIM_CommonDatabase_qualifiers,
119666                   /* super */
119667                   &__root_cimv2_CIM_EnabledLogicalElement,
119668                   /* features */
119669                   _CIM_CommonDatabase_features,
119670               };
119671               
119672               //==============================================================================
119673               //
119674               // Class: CIM_CompositeExtent
119675               //
119676               //==============================================================================
119677               
119678 mike  1.1.2.1 static const char*
119679               _CIM_CompositeExtent_NumberOfBlocks_qualifiers[] =
119680               {
119681                   /* Override */
119682                   "\044NumberOfBlocks",
119683                   /* MappingStrings */
119684                   "\026\000\001MIF.DMTF|Volume Set|001.3\000",
119685                   0,
119686               };
119687               
119688               static MetaProperty
119689               _CIM_CompositeExtent_NumberOfBlocks =
119690               {
119691                   /* flags */
119692                   META_FLAG_PROPERTY|META_FLAG_READ,
119693                   /* name */
119694                   "NumberOfBlocks",
119695                   /* qualifiers */
119696                   _CIM_CompositeExtent_NumberOfBlocks_qualifiers,
119697                   /* type */
119698                   CIMTYPE_UINT64,
119699 mike  1.1.2.1     /* subscript */
119700                   -1,
119701                   /* value */
119702                   0,
119703               };
119704               
119705               static const char*
119706               _CIM_CompositeExtent_ExtentStripeLength_qualifiers[] =
119707               {
119708                   /* MappingStrings */
119709                   "\026\000\001MIF.DMTF|Volume Set|001.4\000",
119710                   0,
119711               };
119712               
119713               static MetaProperty
119714               _CIM_CompositeExtent_ExtentStripeLength =
119715               {
119716                   /* flags */
119717                   META_FLAG_PROPERTY|META_FLAG_READ,
119718                   /* name */
119719                   "ExtentStripeLength",
119720 mike  1.1.2.1     /* qualifiers */
119721                   _CIM_CompositeExtent_ExtentStripeLength_qualifiers,
119722                   /* type */
119723                   CIMTYPE_UINT64,
119724                   /* subscript */
119725                   -1,
119726                   /* value */
119727                   0,
119728               };
119729               
119730               static const char*
119731               _CIM_CompositeExtent_ExtentInterleaveDepth_qualifiers[] =
119732               {
119733                   /* MappingStrings */
119734                   "\026\000\001MIF.DMTF|Volume Set|001.5\000",
119735                   0,
119736               };
119737               
119738               static MetaProperty
119739               _CIM_CompositeExtent_ExtentInterleaveDepth =
119740               {
119741 mike  1.1.2.1     /* flags */
119742                   META_FLAG_PROPERTY|META_FLAG_READ,
119743                   /* name */
119744                   "ExtentInterleaveDepth",
119745                   /* qualifiers */
119746                   _CIM_CompositeExtent_ExtentInterleaveDepth_qualifiers,
119747                   /* type */
119748                   CIMTYPE_UINT64,
119749                   /* subscript */
119750                   -1,
119751                   /* value */
119752                   0,
119753               };
119754               
119755               static const char*
119756               _CIM_CompositeExtent_IsConcatenated_qualifiers[] =
119757               {
119758                   0,
119759               };
119760               
119761               static MetaProperty
119762 mike  1.1.2.1 _CIM_CompositeExtent_IsConcatenated =
119763               {
119764                   /* flags */
119765                   META_FLAG_PROPERTY|META_FLAG_READ,
119766                   /* name */
119767                   "IsConcatenated",
119768                   /* qualifiers */
119769                   _CIM_CompositeExtent_IsConcatenated_qualifiers,
119770                   /* type */
119771                   CIMTYPE_BOOLEAN,
119772                   /* subscript */
119773                   -1,
119774                   /* value */
119775                   0,
119776               };
119777               
119778               static MetaFeature*
119779               _CIM_CompositeExtent_features[] =
119780               {
119781                   (MetaFeature*)&_CIM_CompositeExtent_NumberOfBlocks,
119782                   (MetaFeature*)&_CIM_CompositeExtent_ExtentStripeLength,
119783 mike  1.1.2.1     (MetaFeature*)&_CIM_CompositeExtent_ExtentInterleaveDepth,
119784                   (MetaFeature*)&_CIM_CompositeExtent_IsConcatenated,
119785                   0,
119786               };
119787               
119788               static const char*
119789               __root_cimv2_CIM_CompositeExtent_qualifiers[] =
119790               {
119791                   /* UMLPackagePath */
119792                   "\057CIM::Device::StorageExtents",
119793                   /* Version */
119794                   "\0632.7.0",
119795                   0,
119796               };
119797               
119798               MetaClass
119799               __root_cimv2_CIM_CompositeExtent =
119800               {
119801                   /* flags */
119802                   META_FLAG_CLASS,
119803                   /* name */
119804 mike  1.1.2.1     "CIM_CompositeExtent",
119805                   /* qualifiers */
119806                   __root_cimv2_CIM_CompositeExtent_qualifiers,
119807                   /* super */
119808                   &__root_cimv2_CIM_StorageExtent,
119809                   /* features */
119810                   _CIM_CompositeExtent_features,
119811               };
119812               
119813               //==============================================================================
119814               //
119815               // Class: CIM_CompositeExtentBasedOn
119816               //
119817               //==============================================================================
119818               
119819               static const char*
119820               _CIM_CompositeExtentBasedOn_Antecedent_qualifiers[] =
119821               {
119822                   /* Override */
119823                   "\044Antecedent",
119824                   /* Min */
119825 mike  1.1.2.1     "\033\000\000\000\001",
119826                   0,
119827               };
119828               
119829               static MetaReference
119830               _CIM_CompositeExtentBasedOn_Antecedent =
119831               {
119832                   /* flags */
119833                   META_FLAG_REFERENCE|META_FLAG_READ,
119834                   /* name */
119835                   "Antecedent",
119836                   /* qualifiers */
119837                   _CIM_CompositeExtentBasedOn_Antecedent_qualifiers,
119838                   /* subscript */
119839                   -1,
119840                   /* refId */
119841                   &__root_cimv2_CIM_StorageExtent,
119842               };
119843               
119844               static const char*
119845               _CIM_CompositeExtentBasedOn_Dependent_qualifiers[] =
119846 mike  1.1.2.1 {
119847                   /* Override */
119848                   "\044Dependent",
119849                   0,
119850               };
119851               
119852               static MetaReference
119853               _CIM_CompositeExtentBasedOn_Dependent =
119854               {
119855                   /* flags */
119856                   META_FLAG_REFERENCE|META_FLAG_READ,
119857                   /* name */
119858                   "Dependent",
119859                   /* qualifiers */
119860                   _CIM_CompositeExtentBasedOn_Dependent_qualifiers,
119861                   /* subscript */
119862                   -1,
119863                   /* refId */
119864                   &__root_cimv2_CIM_CompositeExtent,
119865               };
119866               
119867 mike  1.1.2.1 static const char*
119868               _CIM_CompositeExtentBasedOn_OrderIndex_qualifiers[] =
119869               {
119870                   /* Required */
119871                   "\050\001",
119872                   /* Override */
119873                   "\044OrderIndex",
119874                   /* MappingStrings */
119875                   "\026\000\001MIF.DMTF|Protected Space Extent|001.1\000",
119876                   0,
119877               };
119878               
119879               static MetaProperty
119880               _CIM_CompositeExtentBasedOn_OrderIndex =
119881               {
119882                   /* flags */
119883                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
119884                   /* name */
119885                   "OrderIndex",
119886                   /* qualifiers */
119887                   _CIM_CompositeExtentBasedOn_OrderIndex_qualifiers,
119888 mike  1.1.2.1     /* type */
119889                   CIMTYPE_UINT16,
119890                   /* subscript */
119891                   -1,
119892                   /* value */
119893                   0,
119894               };
119895               
119896               static const char*
119897               _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing_qualifiers[] =
119898               {
119899                   0,
119900               };
119901               
119902               static MetaProperty
119903               _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing =
119904               {
119905                   /* flags */
119906                   META_FLAG_PROPERTY|META_FLAG_READ,
119907                   /* name */
119908                   "LBAsMappedByDecrementing",
119909 mike  1.1.2.1     /* qualifiers */
119910                   _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing_qualifiers,
119911                   /* type */
119912                   CIMTYPE_BOOLEAN,
119913                   /* subscript */
119914                   -1,
119915                   /* value */
119916                   0,
119917               };
119918               
119919               static const char*
119920               _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData_qualifiers[] =
119921               {
119922                   0,
119923               };
119924               
119925               static MetaProperty
119926               _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData =
119927               {
119928                   /* flags */
119929                   META_FLAG_PROPERTY|META_FLAG_READ,
119930 mike  1.1.2.1     /* name */
119931                   "LBAMappingIncludesCheckData",
119932                   /* qualifiers */
119933                   _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData_qualifiers,
119934                   /* type */
119935                   CIMTYPE_BOOLEAN,
119936                   /* subscript */
119937                   -1,
119938                   /* value */
119939                   0,
119940               };
119941               
119942               static const char*
119943               _CIM_CompositeExtentBasedOn_NumberOfBlocks_qualifiers[] =
119944               {
119945                   /* MappingStrings */
119946                   "\026\000\001MIF.DMTF|Protected Space Extent|001.3\000",
119947                   /* ModelCorrespondence */
119948                   "\036\000\001CIM_StorageExtent.NumberOfBlocks\000",
119949                   0,
119950               };
119951 mike  1.1.2.1 
119952               static MetaProperty
119953               _CIM_CompositeExtentBasedOn_NumberOfBlocks =
119954               {
119955                   /* flags */
119956                   META_FLAG_PROPERTY|META_FLAG_READ,
119957                   /* name */
119958                   "NumberOfBlocks",
119959                   /* qualifiers */
119960                   _CIM_CompositeExtentBasedOn_NumberOfBlocks_qualifiers,
119961                   /* type */
119962                   CIMTYPE_UINT64,
119963                   /* subscript */
119964                   -1,
119965                   /* value */
119966                   0,
119967               };
119968               
119969               static const char*
119970               _CIM_CompositeExtentBasedOn_BlockSize_qualifiers[] =
119971               {
119972 mike  1.1.2.1     /* Units */
119973                   "\060Bytes",
119974                   /* MappingStrings */
119975                   "\026\000\001MIF.DMTF|Protected Space Extent|001.4\000",
119976                   /* ModelCorrespondence */
119977                   "\036\000\001CIM_StorageExtent.BlockSize\000",
119978                   0,
119979               };
119980               
119981               static MetaProperty
119982               _CIM_CompositeExtentBasedOn_BlockSize =
119983               {
119984                   /* flags */
119985                   META_FLAG_PROPERTY|META_FLAG_READ,
119986                   /* name */
119987                   "BlockSize",
119988                   /* qualifiers */
119989                   _CIM_CompositeExtentBasedOn_BlockSize_qualifiers,
119990                   /* type */
119991                   CIMTYPE_UINT64,
119992                   /* subscript */
119993 mike  1.1.2.1     -1,
119994                   /* value */
119995                   0,
119996               };
119997               
119998               static const char*
119999               _CIM_CompositeExtentBasedOn_UserDataStripeDepth_qualifiers[] =
120000               {
120001                   /* Units */
120002                   "\060Bytes",
120003                   /* MappingStrings */
120004                   "\026\000\001MIF.DMTF|Protected Space Extent|001.6\000",
120005                   0,
120006               };
120007               
120008               static MetaProperty
120009               _CIM_CompositeExtentBasedOn_UserDataStripeDepth =
120010               {
120011                   /* flags */
120012                   META_FLAG_PROPERTY|META_FLAG_READ,
120013                   /* name */
120014 mike  1.1.2.1     "UserDataStripeDepth",
120015                   /* qualifiers */
120016                   _CIM_CompositeExtentBasedOn_UserDataStripeDepth_qualifiers,
120017                   /* type */
120018                   CIMTYPE_UINT64,
120019                   /* subscript */
120020                   -1,
120021                   /* value */
120022                   0,
120023               };
120024               
120025               static const char*
120026               _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers[] =
120027               {
120028                   /* Units */
120029                   "\060Bytes",
120030                   /* MappingStrings */
120031                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
120032                   0,
120033               };
120034               
120035 mike  1.1.2.1 static MetaProperty
120036               _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave =
120037               {
120038                   /* flags */
120039                   META_FLAG_PROPERTY|META_FLAG_READ,
120040                   /* name */
120041                   "UnitsBeforeCheckDataInterleave",
120042                   /* qualifiers */
120043                   _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers,
120044                   /* type */
120045                   CIMTYPE_UINT64,
120046                   /* subscript */
120047                   -1,
120048                   /* value */
120049                   0,
120050               };
120051               
120052               static const char*
120053               _CIM_CompositeExtentBasedOn_UnitsOfCheckData_qualifiers[] =
120054               {
120055                   /* Units */
120056 mike  1.1.2.1     "\060Bytes",
120057                   /* MappingStrings */
120058                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
120059                   0,
120060               };
120061               
120062               static MetaProperty
120063               _CIM_CompositeExtentBasedOn_UnitsOfCheckData =
120064               {
120065                   /* flags */
120066                   META_FLAG_PROPERTY|META_FLAG_READ,
120067                   /* name */
120068                   "UnitsOfCheckData",
120069                   /* qualifiers */
120070                   _CIM_CompositeExtentBasedOn_UnitsOfCheckData_qualifiers,
120071                   /* type */
120072                   CIMTYPE_UINT64,
120073                   /* subscript */
120074                   -1,
120075                   /* value */
120076                   0,
120077 mike  1.1.2.1 };
120078               
120079               static const char*
120080               _CIM_CompositeExtentBasedOn_UnitsOfUserData_qualifiers[] =
120081               {
120082                   /* Units */
120083                   "\060Bytes",
120084                   /* MappingStrings */
120085                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
120086                   0,
120087               };
120088               
120089               static MetaProperty
120090               _CIM_CompositeExtentBasedOn_UnitsOfUserData =
120091               {
120092                   /* flags */
120093                   META_FLAG_PROPERTY|META_FLAG_READ,
120094                   /* name */
120095                   "UnitsOfUserData",
120096                   /* qualifiers */
120097                   _CIM_CompositeExtentBasedOn_UnitsOfUserData_qualifiers,
120098 mike  1.1.2.1     /* type */
120099                   CIMTYPE_UINT64,
120100                   /* subscript */
120101                   -1,
120102                   /* value */
120103                   0,
120104               };
120105               
120106               static MetaFeature*
120107               _CIM_CompositeExtentBasedOn_features[] =
120108               {
120109                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_Antecedent,
120110                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_Dependent,
120111                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_OrderIndex,
120112                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing,
120113                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData,
120114                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_NumberOfBlocks,
120115                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_BlockSize,
120116                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UserDataStripeDepth,
120117                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave,
120118                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsOfCheckData,
120119 mike  1.1.2.1     (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsOfUserData,
120120                   0,
120121               };
120122               
120123               static const char*
120124               __root_cimv2_CIM_CompositeExtentBasedOn_qualifiers[] =
120125               {
120126                   /* ASSOCIATION */
120127                   "\000\001",
120128                   /* UMLPackagePath */
120129                   "\057CIM::Device::StorageExtents",
120130                   /* Version */
120131                   "\0632.7.0",
120132                   0,
120133               };
120134               
120135               MetaClass
120136               __root_cimv2_CIM_CompositeExtentBasedOn =
120137               {
120138                   /* flags */
120139                   META_FLAG_ASSOCIATION,
120140 mike  1.1.2.1     /* name */
120141                   "CIM_CompositeExtentBasedOn",
120142                   /* qualifiers */
120143                   __root_cimv2_CIM_CompositeExtentBasedOn_qualifiers,
120144                   /* super */
120145                   &__root_cimv2_CIM_BasedOn,
120146                   /* features */
120147                   _CIM_CompositeExtentBasedOn_features,
120148               };
120149               
120150               //==============================================================================
120151               //
120152               // Class: CIM_ComputerSystem
120153               //
120154               //==============================================================================
120155               
120156               static const char*
120157               _CIM_ComputerSystem_NameFormat_qualifiers[] =
120158               {
120159                   /* Override */
120160                   "\044NameFormat",
120161 mike  1.1.2.1     /* ValueMap */
120162                   "\061\000\020Other\000IP\000Dial\000HID\000NWA\000HWA\000X25\000ISDN\000IPX\000DCC\000ICD\000E.164\000SNA\000OID/OSI\000WWN\000NAA\000",
120163                   0,
120164               };
120165               
120166               static MetaProperty
120167               _CIM_ComputerSystem_NameFormat =
120168               {
120169                   /* flags */
120170                   META_FLAG_PROPERTY|META_FLAG_READ,
120171                   /* name */
120172                   "NameFormat",
120173                   /* qualifiers */
120174                   _CIM_ComputerSystem_NameFormat_qualifiers,
120175                   /* type */
120176                   CIMTYPE_STRING,
120177                   /* subscript */
120178                   -1,
120179                   /* value */
120180                   0,
120181               };
120182 mike  1.1.2.1 
120183               static const char*
120184               _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers[] =
120185               {
120186                   /* MaxLen */
120187                   "\030\000\000\001\000",
120188                   /* ArrayType */
120189                   "\005Indexed",
120190                   /* ModelCorrespondence */
120191                   "\036\000\001CIM_ComputerSystem.IdentifyingDescriptions\000",
120192                   0,
120193               };
120194               
120195               static MetaProperty
120196               _CIM_ComputerSystem_OtherIdentifyingInfo =
120197               {
120198                   /* flags */
120199                   META_FLAG_PROPERTY|META_FLAG_READ,
120200                   /* name */
120201                   "OtherIdentifyingInfo",
120202                   /* qualifiers */
120203 mike  1.1.2.1     _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers,
120204                   /* type */
120205                   CIMTYPE_STRING,
120206                   /* subscript */
120207                   0,
120208                   /* value */
120209                   0,
120210               };
120211               
120212               static const char*
120213               _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers[] =
120214               {
120215                   /* ArrayType */
120216                   "\005Indexed",
120217                   /* ModelCorrespondence */
120218                   "\036\000\001CIM_ComputerSystem.OtherIdentifyingInfo\000",
120219                   0,
120220               };
120221               
120222               static MetaProperty
120223               _CIM_ComputerSystem_IdentifyingDescriptions =
120224 mike  1.1.2.1 {
120225                   /* flags */
120226                   META_FLAG_PROPERTY|META_FLAG_READ,
120227                   /* name */
120228                   "IdentifyingDescriptions",
120229                   /* qualifiers */
120230                   _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers,
120231                   /* type */
120232                   CIMTYPE_STRING,
120233                   /* subscript */
120234                   0,
120235                   /* value */
120236                   0,
120237               };
120238               
120239               static const char*
120240               _CIM_ComputerSystem_Dedicated_qualifiers[] =
120241               {
120242                   /* ValueMap */
120243                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\000",
120244                   /* Values */
120245 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",
120246                   /* MappingStrings */
120247                   "\026\000\001MIB.IETF|MIB-II.sysServices\000",
120248                   /* ArrayType */
120249                   "\005Indexed",
120250                   /* ModelCorrespondence */
120251                   "\036\000\001CIM_ComputerSystem.OtherDedicatedDescriptions\000",
120252                   0,
120253               };
120254               
120255               static MetaProperty
120256               _CIM_ComputerSystem_Dedicated =
120257               {
120258                   /* flags */
120259                   META_FLAG_PROPERTY|META_FLAG_READ,
120260                   /* name */
120261                   "Dedicated",
120262                   /* qualifiers */
120263                   _CIM_ComputerSystem_Dedicated_qualifiers,
120264                   /* type */
120265                   CIMTYPE_UINT16,
120266 mike  1.1.2.1     /* subscript */
120267                   0,
120268                   /* value */
120269                   0,
120270               };
120271               
120272               static const char*
120273               _CIM_ComputerSystem_OtherDedicatedDescriptions_qualifiers[] =
120274               {
120275                   /* ArrayType */
120276                   "\005Indexed",
120277                   /* ModelCorrespondence */
120278                   "\036\000\001CIM_ComputerSystem.Dedicated\000",
120279                   0,
120280               };
120281               
120282               static MetaProperty
120283               _CIM_ComputerSystem_OtherDedicatedDescriptions =
120284               {
120285                   /* flags */
120286                   META_FLAG_PROPERTY|META_FLAG_READ,
120287 mike  1.1.2.1     /* name */
120288                   "OtherDedicatedDescriptions",
120289                   /* qualifiers */
120290                   _CIM_ComputerSystem_OtherDedicatedDescriptions_qualifiers,
120291                   /* type */
120292                   CIMTYPE_STRING,
120293                   /* subscript */
120294                   0,
120295                   /* value */
120296                   0,
120297               };
120298               
120299               static const char*
120300               _CIM_ComputerSystem_ResetCapability_qualifiers[] =
120301               {
120302                   /* ValueMap */
120303                   "\061\000\0051\0002\0003\0004\0005\000",
120304                   /* Values */
120305                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
120306                   /* MappingStrings */
120307                   "\026\000\001MIF.DMTF|System Hardware Security|001.4\000",
120308 mike  1.1.2.1     0,
120309               };
120310               
120311               static MetaProperty
120312               _CIM_ComputerSystem_ResetCapability =
120313               {
120314                   /* flags */
120315                   META_FLAG_PROPERTY|META_FLAG_READ,
120316                   /* name */
120317                   "ResetCapability",
120318                   /* qualifiers */
120319                   _CIM_ComputerSystem_ResetCapability_qualifiers,
120320                   /* type */
120321                   CIMTYPE_UINT16,
120322                   /* subscript */
120323                   -1,
120324                   /* value */
120325                   0,
120326               };
120327               
120328               static const char*
120329 mike  1.1.2.1 _CIM_ComputerSystem_PowerManagementCapabilities_qualifiers[] =
120330               {
120331                   /* Deprecated */
120332                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
120333                   /* ValueMap */
120334                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
120335                   /* Values */
120336                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
120337                   /* MappingStrings */
120338                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
120339                   0,
120340               };
120341               
120342               static MetaProperty
120343               _CIM_ComputerSystem_PowerManagementCapabilities =
120344               {
120345                   /* flags */
120346                   META_FLAG_PROPERTY|META_FLAG_READ,
120347                   /* name */
120348                   "PowerManagementCapabilities",
120349                   /* qualifiers */
120350 mike  1.1.2.1     _CIM_ComputerSystem_PowerManagementCapabilities_qualifiers,
120351                   /* type */
120352                   CIMTYPE_UINT16,
120353                   /* subscript */
120354                   0,
120355                   /* value */
120356                   0,
120357               };
120358               
120359               static const char*
120360               _CIM_ComputerSystem_SetPowerState_PowerState_qualifiers[] =
120361               {
120362                   /* IN */
120363                   "\024\001",
120364                   /* ValueMap */
120365                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
120366                   /* Values */
120367                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
120368                   0,
120369               };
120370               
120371 mike  1.1.2.1 static MetaProperty
120372               _CIM_ComputerSystem_SetPowerState_PowerState =
120373               {
120374                   /* flags */
120375                   META_FLAG_PROPERTY|META_FLAG_IN,
120376                   /* name */
120377                   "PowerState",
120378                   /* qualifiers */
120379                   _CIM_ComputerSystem_SetPowerState_PowerState_qualifiers,
120380                   /* type */
120381                   CIMTYPE_UINT32,
120382                   /* subscript */
120383                   -1,
120384                   /* value */
120385                   0,
120386               };
120387               
120388               static const char*
120389               _CIM_ComputerSystem_SetPowerState_Time_qualifiers[] =
120390               {
120391                   /* IN */
120392 mike  1.1.2.1     "\024\001",
120393                   0,
120394               };
120395               
120396               static MetaProperty
120397               _CIM_ComputerSystem_SetPowerState_Time =
120398               {
120399                   /* flags */
120400                   META_FLAG_PROPERTY|META_FLAG_IN,
120401                   /* name */
120402                   "Time",
120403                   /* qualifiers */
120404                   _CIM_ComputerSystem_SetPowerState_Time_qualifiers,
120405                   /* type */
120406                   CIMTYPE_DATETIME,
120407                   /* subscript */
120408                   -1,
120409                   /* value */
120410                   0,
120411               };
120412               
120413 mike  1.1.2.1 static MetaFeature*
120414               _CIM_ComputerSystem_SetPowerState_parameters[] =
120415               {
120416                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState_PowerState,
120417                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState_Time,
120418                   0,
120419               };
120420               
120421               static const char*
120422               _CIM_ComputerSystem_SetPowerState_qualifiers[] =
120423               {
120424                   /* Deprecated */
120425                   "\013\000\001CIM_PowerManagementService.SetPowerState\000",
120426                   0,
120427               };
120428               
120429               static MetaMethod
120430               _CIM_ComputerSystem_SetPowerState =
120431               {
120432                   /* flags */
120433                   META_FLAG_METHOD,
120434 mike  1.1.2.1     /* name */
120435                   "CIM_ComputerSystem",
120436                   /* qualifiers */
120437                   _CIM_ComputerSystem_SetPowerState_qualifiers,
120438                   /* type */
120439                   CIMTYPE_UINT32,
120440                   /* parameters */
120441                   _CIM_ComputerSystem_SetPowerState_parameters,
120442               };
120443               
120444               static MetaFeature*
120445               _CIM_ComputerSystem_features[] =
120446               {
120447                   (MetaFeature*)&_CIM_ComputerSystem_NameFormat,
120448                   (MetaFeature*)&_CIM_ComputerSystem_OtherIdentifyingInfo,
120449                   (MetaFeature*)&_CIM_ComputerSystem_IdentifyingDescriptions,
120450                   (MetaFeature*)&_CIM_ComputerSystem_Dedicated,
120451                   (MetaFeature*)&_CIM_ComputerSystem_OtherDedicatedDescriptions,
120452                   (MetaFeature*)&_CIM_ComputerSystem_ResetCapability,
120453                   (MetaFeature*)&_CIM_ComputerSystem_PowerManagementCapabilities,
120454                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState,
120455 mike  1.1.2.1     0,
120456               };
120457               
120458               static const char*
120459               __root_cimv2_CIM_ComputerSystem_qualifiers[] =
120460               {
120461                   /* UMLPackagePath */
120462                   "\057CIM::System::SystemElements",
120463                   /* Version */
120464                   "\0632.7.0",
120465                   0,
120466               };
120467               
120468               MetaClass
120469               __root_cimv2_CIM_ComputerSystem =
120470               {
120471                   /* flags */
120472                   META_FLAG_CLASS,
120473                   /* name */
120474                   "CIM_ComputerSystem",
120475                   /* qualifiers */
120476 mike  1.1.2.1     __root_cimv2_CIM_ComputerSystem_qualifiers,
120477                   /* super */
120478                   &__root_cimv2_CIM_System,
120479                   /* features */
120480                   _CIM_ComputerSystem_features,
120481               };
120482               
120483               //==============================================================================
120484               //
120485               // Class: CIM_ComputerSystemPackage
120486               //
120487               //==============================================================================
120488               
120489               static const char*
120490               _CIM_ComputerSystemPackage_Antecedent_qualifiers[] =
120491               {
120492                   /* Override */
120493                   "\044Antecedent",
120494                   0,
120495               };
120496               
120497 mike  1.1.2.1 static MetaReference
120498               _CIM_ComputerSystemPackage_Antecedent =
120499               {
120500                   /* flags */
120501                   META_FLAG_REFERENCE|META_FLAG_READ,
120502                   /* name */
120503                   "Antecedent",
120504                   /* qualifiers */
120505                   _CIM_ComputerSystemPackage_Antecedent_qualifiers,
120506                   /* subscript */
120507                   -1,
120508                   /* refId */
120509                   &__root_cimv2_CIM_PhysicalPackage,
120510               };
120511               
120512               static const char*
120513               _CIM_ComputerSystemPackage_Dependent_qualifiers[] =
120514               {
120515                   /* Override */
120516                   "\044Dependent",
120517                   0,
120518 mike  1.1.2.1 };
120519               
120520               static MetaReference
120521               _CIM_ComputerSystemPackage_Dependent =
120522               {
120523                   /* flags */
120524                   META_FLAG_REFERENCE|META_FLAG_READ,
120525                   /* name */
120526                   "Dependent",
120527                   /* qualifiers */
120528                   _CIM_ComputerSystemPackage_Dependent_qualifiers,
120529                   /* subscript */
120530                   -1,
120531                   /* refId */
120532                   &__root_cimv2_CIM_ComputerSystem,
120533               };
120534               
120535               static const char*
120536               _CIM_ComputerSystemPackage_PlatformGUID_qualifiers[] =
120537               {
120538                   0,
120539 mike  1.1.2.1 };
120540               
120541               static MetaProperty
120542               _CIM_ComputerSystemPackage_PlatformGUID =
120543               {
120544                   /* flags */
120545                   META_FLAG_PROPERTY|META_FLAG_READ,
120546                   /* name */
120547                   "PlatformGUID",
120548                   /* qualifiers */
120549                   _CIM_ComputerSystemPackage_PlatformGUID_qualifiers,
120550                   /* type */
120551                   CIMTYPE_STRING,
120552                   /* subscript */
120553                   -1,
120554                   /* value */
120555                   0,
120556               };
120557               
120558               static MetaFeature*
120559               _CIM_ComputerSystemPackage_features[] =
120560 mike  1.1.2.1 {
120561                   (MetaFeature*)&_CIM_ComputerSystemPackage_Antecedent,
120562                   (MetaFeature*)&_CIM_ComputerSystemPackage_Dependent,
120563                   (MetaFeature*)&_CIM_ComputerSystemPackage_PlatformGUID,
120564                   0,
120565               };
120566               
120567               static const char*
120568               __root_cimv2_CIM_ComputerSystemPackage_qualifiers[] =
120569               {
120570                   /* ASSOCIATION */
120571                   "\000\001",
120572                   /* UMLPackagePath */
120573                   "\057CIM::System::SystemElements",
120574                   /* Version */
120575                   "\0632.13.0",
120576                   0,
120577               };
120578               
120579               MetaClass
120580               __root_cimv2_CIM_ComputerSystemPackage =
120581 mike  1.1.2.1 {
120582                   /* flags */
120583                   META_FLAG_ASSOCIATION,
120584                   /* name */
120585                   "CIM_ComputerSystemPackage",
120586                   /* qualifiers */
120587                   __root_cimv2_CIM_ComputerSystemPackage_qualifiers,
120588                   /* super */
120589                   &__root_cimv2_CIM_SystemPackaging,
120590                   /* features */
120591                   _CIM_ComputerSystemPackage_features,
120592               };
120593               
120594               //==============================================================================
120595               //
120596               // Class: CIM_ConditioningService
120597               //
120598               //==============================================================================
120599               
120600               static const char*
120601               _CIM_ConditioningService_Enabled_qualifiers[] =
120602 mike  1.1.2.1 {
120603                   /* Deprecated */
120604                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
120605                   0,
120606               };
120607               
120608               static MetaProperty
120609               _CIM_ConditioningService_Enabled =
120610               {
120611                   /* flags */
120612                   META_FLAG_PROPERTY|META_FLAG_READ,
120613                   /* name */
120614                   "Enabled",
120615                   /* qualifiers */
120616                   _CIM_ConditioningService_Enabled_qualifiers,
120617                   /* type */
120618                   CIMTYPE_BOOLEAN,
120619                   /* subscript */
120620                   -1,
120621                   /* value */
120622                   0,
120623 mike  1.1.2.1 };
120624               
120625               static MetaFeature*
120626               _CIM_ConditioningService_features[] =
120627               {
120628                   (MetaFeature*)&_CIM_ConditioningService_Enabled,
120629                   0,
120630               };
120631               
120632               static const char*
120633               __root_cimv2_CIM_ConditioningService_qualifiers[] =
120634               {
120635                   /* UMLPackagePath */
120636                   "\057CIM::Network::QoS",
120637                   /* Version */
120638                   "\0632.7.0",
120639                   0,
120640               };
120641               
120642               MetaClass
120643               __root_cimv2_CIM_ConditioningService =
120644 mike  1.1.2.1 {
120645                   /* flags */
120646                   META_FLAG_CLASS,
120647                   /* name */
120648                   "CIM_ConditioningService",
120649                   /* qualifiers */
120650                   __root_cimv2_CIM_ConditioningService_qualifiers,
120651                   /* super */
120652                   &__root_cimv2_CIM_Service,
120653                   /* features */
120654                   _CIM_ConditioningService_features,
120655               };
120656               
120657               //==============================================================================
120658               //
120659               // Class: CIM_Confederation
120660               //
120661               //==============================================================================
120662               
120663               static const char*
120664               _CIM_Confederation_GroupComponent_qualifiers[] =
120665 mike  1.1.2.1 {
120666                   /* Aggregate */
120667                   "\003\001",
120668                   /* Override */
120669                   "\044GroupComponent",
120670                   /* Max */
120671                   "\027\000\000\000\001",
120672                   0,
120673               };
120674               
120675               static MetaReference
120676               _CIM_Confederation_GroupComponent =
120677               {
120678                   /* flags */
120679                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
120680                   /* name */
120681                   "GroupComponent",
120682                   /* qualifiers */
120683                   _CIM_Confederation_GroupComponent_qualifiers,
120684                   /* subscript */
120685                   -1,
120686 mike  1.1.2.1     /* refId */
120687                   &__root_cimv2_CIM_AutonomousSystem,
120688               };
120689               
120690               static const char*
120691               _CIM_Confederation_PartComponent_qualifiers[] =
120692               {
120693                   /* Override */
120694                   "\044PartComponent",
120695                   0,
120696               };
120697               
120698               static MetaReference
120699               _CIM_Confederation_PartComponent =
120700               {
120701                   /* flags */
120702                   META_FLAG_REFERENCE|META_FLAG_READ,
120703                   /* name */
120704                   "PartComponent",
120705                   /* qualifiers */
120706                   _CIM_Confederation_PartComponent_qualifiers,
120707 mike  1.1.2.1     /* subscript */
120708                   -1,
120709                   /* refId */
120710                   &__root_cimv2_CIM_AutonomousSystem,
120711               };
120712               
120713               static const char*
120714               _CIM_Confederation_ParentASNumber_qualifiers[] =
120715               {
120716                   0,
120717               };
120718               
120719               static MetaProperty
120720               _CIM_Confederation_ParentASNumber =
120721               {
120722                   /* flags */
120723                   META_FLAG_PROPERTY|META_FLAG_READ,
120724                   /* name */
120725                   "ParentASNumber",
120726                   /* qualifiers */
120727                   _CIM_Confederation_ParentASNumber_qualifiers,
120728 mike  1.1.2.1     /* type */
120729                   CIMTYPE_UINT32,
120730                   /* subscript */
120731                   -1,
120732                   /* value */
120733                   0,
120734               };
120735               
120736               static const char*
120737               _CIM_Confederation_ChildASNumber_qualifiers[] =
120738               {
120739                   0,
120740               };
120741               
120742               static MetaProperty
120743               _CIM_Confederation_ChildASNumber =
120744               {
120745                   /* flags */
120746                   META_FLAG_PROPERTY|META_FLAG_READ,
120747                   /* name */
120748                   "ChildASNumber",
120749 mike  1.1.2.1     /* qualifiers */
120750                   _CIM_Confederation_ChildASNumber_qualifiers,
120751                   /* type */
120752                   CIMTYPE_UINT32,
120753                   /* subscript */
120754                   -1,
120755                   /* value */
120756                   0,
120757               };
120758               
120759               static MetaFeature*
120760               _CIM_Confederation_features[] =
120761               {
120762                   (MetaFeature*)&_CIM_Confederation_GroupComponent,
120763                   (MetaFeature*)&_CIM_Confederation_PartComponent,
120764                   (MetaFeature*)&_CIM_Confederation_ParentASNumber,
120765                   (MetaFeature*)&_CIM_Confederation_ChildASNumber,
120766                   0,
120767               };
120768               
120769               static const char*
120770 mike  1.1.2.1 __root_cimv2_CIM_Confederation_qualifiers[] =
120771               {
120772                   /* ASSOCIATION */
120773                   "\000\001",
120774                   /* UMLPackagePath */
120775                   "\057CIM::Network::BGP",
120776                   /* Aggregation */
120777                   "\004\001",
120778                   /* Composition */
120779                   "\011\001",
120780                   /* Version */
120781                   "\0632.7.0",
120782                   0,
120783               };
120784               
120785               MetaClass
120786               __root_cimv2_CIM_Confederation =
120787               {
120788                   /* flags */
120789                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
120790                   /* name */
120791 mike  1.1.2.1     "CIM_Confederation",
120792                   /* qualifiers */
120793                   __root_cimv2_CIM_Confederation_qualifiers,
120794                   /* super */
120795                   &__root_cimv2_CIM_SystemComponent,
120796                   /* features */
120797                   _CIM_Confederation_features,
120798               };
120799               
120800               //==============================================================================
120801               //
120802               // Class: CIM_ConfigurationForSystem
120803               //
120804               //==============================================================================
120805               
120806               static const char*
120807               _CIM_ConfigurationForSystem_Antecedent_qualifiers[] =
120808               {
120809                   /* Override */
120810                   "\044Antecedent",
120811                   /* Min */
120812 mike  1.1.2.1     "\033\000\000\000\001",
120813                   /* Max */
120814                   "\027\000\000\000\001",
120815                   0,
120816               };
120817               
120818               static MetaReference
120819               _CIM_ConfigurationForSystem_Antecedent =
120820               {
120821                   /* flags */
120822                   META_FLAG_REFERENCE|META_FLAG_READ,
120823                   /* name */
120824                   "Antecedent",
120825                   /* qualifiers */
120826                   _CIM_ConfigurationForSystem_Antecedent_qualifiers,
120827                   /* subscript */
120828                   -1,
120829                   /* refId */
120830                   &__root_cimv2_CIM_System,
120831               };
120832               
120833 mike  1.1.2.1 static const char*
120834               _CIM_ConfigurationForSystem_Dependent_qualifiers[] =
120835               {
120836                   /* Override */
120837                   "\044Dependent",
120838                   /* Weak */
120839                   "\064\001",
120840                   0,
120841               };
120842               
120843               static MetaReference
120844               _CIM_ConfigurationForSystem_Dependent =
120845               {
120846                   /* flags */
120847                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
120848                   /* name */
120849                   "Dependent",
120850                   /* qualifiers */
120851                   _CIM_ConfigurationForSystem_Dependent_qualifiers,
120852                   /* subscript */
120853                   -1,
120854 mike  1.1.2.1     /* refId */
120855                   &__root_cimv2_CIM_SystemConfiguration,
120856               };
120857               
120858               static MetaFeature*
120859               _CIM_ConfigurationForSystem_features[] =
120860               {
120861                   (MetaFeature*)&_CIM_ConfigurationForSystem_Antecedent,
120862                   (MetaFeature*)&_CIM_ConfigurationForSystem_Dependent,
120863                   0,
120864               };
120865               
120866               static const char*
120867               __root_cimv2_CIM_ConfigurationForSystem_qualifiers[] =
120868               {
120869                   /* ASSOCIATION */
120870                   "\000\001",
120871                   /* UMLPackagePath */
120872                   "\057CIM::Core::Settings",
120873                   /* Version */
120874                   "\0632.8.0",
120875 mike  1.1.2.1     0,
120876               };
120877               
120878               MetaClass
120879               __root_cimv2_CIM_ConfigurationForSystem =
120880               {
120881                   /* flags */
120882                   META_FLAG_ASSOCIATION,
120883                   /* name */
120884                   "CIM_ConfigurationForSystem",
120885                   /* qualifiers */
120886                   __root_cimv2_CIM_ConfigurationForSystem_qualifiers,
120887                   /* super */
120888                   &__root_cimv2_CIM_HostedDependency,
120889                   /* features */
120890                   _CIM_ConfigurationForSystem_features,
120891               };
120892               
120893               //==============================================================================
120894               //
120895               // Class: CIM_ConfigurationReportingService
120896 mike  1.1.2.1 //
120897               //==============================================================================
120898               
120899               static const char*
120900               _CIM_ConfigurationReportingService_GetClassTypes_InquiryType_qualifiers[] =
120901               {
120902                   /* IN */
120903                   "\024\001",
120904                   /* ValueMap */
120905                   "\061\000\0022\0003\000",
120906                   /* Values */
120907                   "\062\000\002Supports\000Installed\000",
120908                   0,
120909               };
120910               
120911               static MetaProperty
120912               _CIM_ConfigurationReportingService_GetClassTypes_InquiryType =
120913               {
120914                   /* flags */
120915                   META_FLAG_PROPERTY|META_FLAG_IN,
120916                   /* name */
120917 mike  1.1.2.1     "InquiryType",
120918                   /* qualifiers */
120919                   _CIM_ConfigurationReportingService_GetClassTypes_InquiryType_qualifiers,
120920                   /* type */
120921                   CIMTYPE_UINT16,
120922                   /* subscript */
120923                   -1,
120924                   /* value */
120925                   0,
120926               };
120927               
120928               static const char*
120929               _CIM_ConfigurationReportingService_GetClassTypes_Recursive_qualifiers[] =
120930               {
120931                   /* IN */
120932                   "\024\001",
120933                   0,
120934               };
120935               
120936               static MetaProperty
120937               _CIM_ConfigurationReportingService_GetClassTypes_Recursive =
120938 mike  1.1.2.1 {
120939                   /* flags */
120940                   META_FLAG_PROPERTY|META_FLAG_IN,
120941                   /* name */
120942                   "Recursive",
120943                   /* qualifiers */
120944                   _CIM_ConfigurationReportingService_GetClassTypes_Recursive_qualifiers,
120945                   /* type */
120946                   CIMTYPE_BOOLEAN,
120947                   /* subscript */
120948                   -1,
120949                   /* value */
120950                   0,
120951               };
120952               
120953               static const char*
120954               _CIM_ConfigurationReportingService_GetClassTypes_Target_qualifiers[] =
120955               {
120956                   /* IN */
120957                   "\024\001",
120958                   0,
120959 mike  1.1.2.1 };
120960               
120961               static MetaReference
120962               _CIM_ConfigurationReportingService_GetClassTypes_Target =
120963               {
120964                   /* flags */
120965                   META_FLAG_REFERENCE|META_FLAG_IN,
120966                   /* name */
120967                   "Target",
120968                   /* qualifiers */
120969                   _CIM_ConfigurationReportingService_GetClassTypes_Target_qualifiers,
120970                   /* subscript */
120971                   -1,
120972                   /* ref */
120973                   &__root_cimv2_CIM_ManagedElement,
120974               };
120975               
120976               static const char*
120977               _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes_qualifiers[] =
120978               {
120979                   /* IN */
120980 mike  1.1.2.1     "\024\000",
120981                   /* OUT */
120982                   "\043\001",
120983                   0,
120984               };
120985               
120986               static MetaProperty
120987               _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes =
120988               {
120989                   /* flags */
120990                   META_FLAG_PROPERTY|META_FLAG_OUT,
120991                   /* name */
120992                   "ClassTypes",
120993                   /* qualifiers */
120994                   _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes_qualifiers,
120995                   /* type */
120996                   CIMTYPE_STRING,
120997                   /* subscript */
120998                   0,
120999                   /* value */
121000                   0,
121001 mike  1.1.2.1 };
121002               
121003               static MetaFeature*
121004               _CIM_ConfigurationReportingService_GetClassTypes_parameters[] =
121005               {
121006                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_InquiryType,
121007                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_Recursive,
121008                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_Target,
121009                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_ClassTypes,
121010                   0,
121011               };
121012               
121013               static const char*
121014               _CIM_ConfigurationReportingService_GetClassTypes_qualifiers[] =
121015               {
121016                   /* ValueMap */
121017                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121018                   /* Values */
121019                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121020                   0,
121021               };
121022 mike  1.1.2.1 
121023               static MetaMethod
121024               _CIM_ConfigurationReportingService_GetClassTypes =
121025               {
121026                   /* flags */
121027                   META_FLAG_METHOD,
121028                   /* name */
121029                   "CIM_ConfigurationReportingService",
121030                   /* qualifiers */
121031                   _CIM_ConfigurationReportingService_GetClassTypes_qualifiers,
121032                   /* type */
121033                   CIMTYPE_UINT32,
121034                   /* parameters */
121035                   _CIM_ConfigurationReportingService_GetClassTypes_parameters,
121036               };
121037               
121038               static const char*
121039               _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType_qualifiers[] =
121040               {
121041                   /* IN */
121042                   "\024\001",
121043 mike  1.1.2.1     /* ValueMap */
121044                   "\061\000\0022\0003\000",
121045                   /* Values */
121046                   "\062\000\002Supported\000Installed\000",
121047                   0,
121048               };
121049               
121050               static MetaProperty
121051               _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType =
121052               {
121053                   /* flags */
121054                   META_FLAG_PROPERTY|META_FLAG_IN,
121055                   /* name */
121056                   "InquiryType",
121057                   /* qualifiers */
121058                   _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType_qualifiers,
121059                   /* type */
121060                   CIMTYPE_UINT16,
121061                   /* subscript */
121062                   -1,
121063                   /* value */
121064 mike  1.1.2.1     0,
121065               };
121066               
121067               static const char*
121068               _CIM_ConfigurationReportingService_GetUnitTypes_Recursive_qualifiers[] =
121069               {
121070                   /* IN */
121071                   "\024\001",
121072                   0,
121073               };
121074               
121075               static MetaProperty
121076               _CIM_ConfigurationReportingService_GetUnitTypes_Recursive =
121077               {
121078                   /* flags */
121079                   META_FLAG_PROPERTY|META_FLAG_IN,
121080                   /* name */
121081                   "Recursive",
121082                   /* qualifiers */
121083                   _CIM_ConfigurationReportingService_GetUnitTypes_Recursive_qualifiers,
121084                   /* type */
121085 mike  1.1.2.1     CIMTYPE_BOOLEAN,
121086                   /* subscript */
121087                   -1,
121088                   /* value */
121089                   0,
121090               };
121091               
121092               static const char*
121093               _CIM_ConfigurationReportingService_GetUnitTypes_Target_qualifiers[] =
121094               {
121095                   /* IN */
121096                   "\024\001",
121097                   0,
121098               };
121099               
121100               static MetaReference
121101               _CIM_ConfigurationReportingService_GetUnitTypes_Target =
121102               {
121103                   /* flags */
121104                   META_FLAG_REFERENCE|META_FLAG_IN,
121105                   /* name */
121106 mike  1.1.2.1     "Target",
121107                   /* qualifiers */
121108                   _CIM_ConfigurationReportingService_GetUnitTypes_Target_qualifiers,
121109                   /* subscript */
121110                   -1,
121111                   /* ref */
121112                   &__root_cimv2_CIM_ManagedElement,
121113               };
121114               
121115               static const char*
121116               _CIM_ConfigurationReportingService_GetUnitTypes_ClassType_qualifiers[] =
121117               {
121118                   /* IN */
121119                   "\024\001",
121120                   0,
121121               };
121122               
121123               static MetaProperty
121124               _CIM_ConfigurationReportingService_GetUnitTypes_ClassType =
121125               {
121126                   /* flags */
121127 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
121128                   /* name */
121129                   "ClassType",
121130                   /* qualifiers */
121131                   _CIM_ConfigurationReportingService_GetUnitTypes_ClassType_qualifiers,
121132                   /* type */
121133                   CIMTYPE_STRING,
121134                   /* subscript */
121135                   -1,
121136                   /* value */
121137                   0,
121138               };
121139               
121140               static const char*
121141               _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes_qualifiers[] =
121142               {
121143                   /* IN */
121144                   "\024\000",
121145                   /* OUT */
121146                   "\043\001",
121147                   /* ValueMap */
121148 mike  1.1.2.1     "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00032768..65535\000",
121149                   /* Values */
121150                   "\062\000\013None\000Front Side\000Back Side\000Contained\000Connected\000I/O\000Memory\000StorageMediaLocation\000Megabytes\000DMTF Reserved\000Vendor Specific\000",
121151                   /* ModelCorrespondence */
121152                   "\036\000\001CIM_ConfigurationReportingService.ReportCapacity(UnitType)\000",
121153                   0,
121154               };
121155               
121156               static MetaProperty
121157               _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes =
121158               {
121159                   /* flags */
121160                   META_FLAG_PROPERTY|META_FLAG_OUT,
121161                   /* name */
121162                   "UnitTypes",
121163                   /* qualifiers */
121164                   _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes_qualifiers,
121165                   /* type */
121166                   CIMTYPE_UINT16,
121167                   /* subscript */
121168                   0,
121169 mike  1.1.2.1     /* value */
121170                   0,
121171               };
121172               
121173               static MetaFeature*
121174               _CIM_ConfigurationReportingService_GetUnitTypes_parameters[] =
121175               {
121176                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_InquiryType,
121177                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_Recursive,
121178                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_Target,
121179                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_ClassType,
121180                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes,
121181                   0,
121182               };
121183               
121184               static const char*
121185               _CIM_ConfigurationReportingService_GetUnitTypes_qualifiers[] =
121186               {
121187                   /* ValueMap */
121188                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121189                   /* Values */
121190 mike  1.1.2.1     "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121191                   0,
121192               };
121193               
121194               static MetaMethod
121195               _CIM_ConfigurationReportingService_GetUnitTypes =
121196               {
121197                   /* flags */
121198                   META_FLAG_METHOD,
121199                   /* name */
121200                   "CIM_ConfigurationReportingService",
121201                   /* qualifiers */
121202                   _CIM_ConfigurationReportingService_GetUnitTypes_qualifiers,
121203                   /* type */
121204                   CIMTYPE_UINT32,
121205                   /* parameters */
121206                   _CIM_ConfigurationReportingService_GetUnitTypes_parameters,
121207               };
121208               
121209               static const char*
121210               _CIM_ConfigurationReportingService_ReportCapacity_InquiryType_qualifiers[] =
121211 mike  1.1.2.1 {
121212                   /* IN */
121213                   "\024\001",
121214                   /* ValueMap */
121215                   "\061\000\0022\0003\000",
121216                   /* Values */
121217                   "\062\000\002Supported\000Installed\000",
121218                   0,
121219               };
121220               
121221               static MetaProperty
121222               _CIM_ConfigurationReportingService_ReportCapacity_InquiryType =
121223               {
121224                   /* flags */
121225                   META_FLAG_PROPERTY|META_FLAG_IN,
121226                   /* name */
121227                   "InquiryType",
121228                   /* qualifiers */
121229                   _CIM_ConfigurationReportingService_ReportCapacity_InquiryType_qualifiers,
121230                   /* type */
121231                   CIMTYPE_UINT16,
121232 mike  1.1.2.1     /* subscript */
121233                   -1,
121234                   /* value */
121235                   0,
121236               };
121237               
121238               static const char*
121239               _CIM_ConfigurationReportingService_ReportCapacity_Recursive_qualifiers[] =
121240               {
121241                   /* IN */
121242                   "\024\001",
121243                   0,
121244               };
121245               
121246               static MetaProperty
121247               _CIM_ConfigurationReportingService_ReportCapacity_Recursive =
121248               {
121249                   /* flags */
121250                   META_FLAG_PROPERTY|META_FLAG_IN,
121251                   /* name */
121252                   "Recursive",
121253 mike  1.1.2.1     /* qualifiers */
121254                   _CIM_ConfigurationReportingService_ReportCapacity_Recursive_qualifiers,
121255                   /* type */
121256                   CIMTYPE_BOOLEAN,
121257                   /* subscript */
121258                   -1,
121259                   /* value */
121260                   0,
121261               };
121262               
121263               static const char*
121264               _CIM_ConfigurationReportingService_ReportCapacity_Target_qualifiers[] =
121265               {
121266                   /* IN */
121267                   "\024\001",
121268                   0,
121269               };
121270               
121271               static MetaReference
121272               _CIM_ConfigurationReportingService_ReportCapacity_Target =
121273               {
121274 mike  1.1.2.1     /* flags */
121275                   META_FLAG_REFERENCE|META_FLAG_IN,
121276                   /* name */
121277                   "Target",
121278                   /* qualifiers */
121279                   _CIM_ConfigurationReportingService_ReportCapacity_Target_qualifiers,
121280                   /* subscript */
121281                   -1,
121282                   /* ref */
121283                   &__root_cimv2_CIM_ManagedElement,
121284               };
121285               
121286               static const char*
121287               _CIM_ConfigurationReportingService_ReportCapacity_ClassType_qualifiers[] =
121288               {
121289                   /* IN */
121290                   "\024\001",
121291                   0,
121292               };
121293               
121294               static MetaProperty
121295 mike  1.1.2.1 _CIM_ConfigurationReportingService_ReportCapacity_ClassType =
121296               {
121297                   /* flags */
121298                   META_FLAG_PROPERTY|META_FLAG_IN,
121299                   /* name */
121300                   "ClassType",
121301                   /* qualifiers */
121302                   _CIM_ConfigurationReportingService_ReportCapacity_ClassType_qualifiers,
121303                   /* type */
121304                   CIMTYPE_STRING,
121305                   /* subscript */
121306                   -1,
121307                   /* value */
121308                   0,
121309               };
121310               
121311               static const char*
121312               _CIM_ConfigurationReportingService_ReportCapacity_UnitType_qualifiers[] =
121313               {
121314                   /* IN */
121315                   "\024\001",
121316 mike  1.1.2.1     /* ValueMap */
121317                   "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00032768..65535\000",
121318                   /* Values */
121319                   "\062\000\013None\000Front Side\000Back Side\000Contained\000Connected\000I/O\000Memory\000StorageMediaLocation\000Megabytes\000DMTF Reserved\000Vendor Specific\000",
121320                   /* ModelCorrespondence */
121321                   "\036\000\001CIM_ConfigurationReportingService.GetUnitTypes(UnitTypes)\000",
121322                   0,
121323               };
121324               
121325               static MetaProperty
121326               _CIM_ConfigurationReportingService_ReportCapacity_UnitType =
121327               {
121328                   /* flags */
121329                   META_FLAG_PROPERTY|META_FLAG_IN,
121330                   /* name */
121331                   "UnitType",
121332                   /* qualifiers */
121333                   _CIM_ConfigurationReportingService_ReportCapacity_UnitType_qualifiers,
121334                   /* type */
121335                   CIMTYPE_UINT16,
121336                   /* subscript */
121337 mike  1.1.2.1     -1,
121338                   /* value */
121339                   0,
121340               };
121341               
121342               static const char*
121343               _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits_qualifiers[] =
121344               {
121345                   /* IN */
121346                   "\024\000",
121347                   /* OUT */
121348                   "\043\001",
121349                   0,
121350               };
121351               
121352               static MetaProperty
121353               _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits =
121354               {
121355                   /* flags */
121356                   META_FLAG_PROPERTY|META_FLAG_OUT,
121357                   /* name */
121358 mike  1.1.2.1     "NumberOfUnits",
121359                   /* qualifiers */
121360                   _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits_qualifiers,
121361                   /* type */
121362                   CIMTYPE_UINT64,
121363                   /* subscript */
121364                   -1,
121365                   /* value */
121366                   0,
121367               };
121368               
121369               static MetaFeature*
121370               _CIM_ConfigurationReportingService_ReportCapacity_parameters[] =
121371               {
121372                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_InquiryType,
121373                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_Recursive,
121374                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_Target,
121375                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_ClassType,
121376                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_UnitType,
121377                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits,
121378                   0,
121379 mike  1.1.2.1 };
121380               
121381               static const char*
121382               _CIM_ConfigurationReportingService_ReportCapacity_qualifiers[] =
121383               {
121384                   /* ValueMap */
121385                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121386                   /* Values */
121387                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121388                   0,
121389               };
121390               
121391               static MetaMethod
121392               _CIM_ConfigurationReportingService_ReportCapacity =
121393               {
121394                   /* flags */
121395                   META_FLAG_METHOD,
121396                   /* name */
121397                   "CIM_ConfigurationReportingService",
121398                   /* qualifiers */
121399                   _CIM_ConfigurationReportingService_ReportCapacity_qualifiers,
121400 mike  1.1.2.1     /* type */
121401                   CIMTYPE_UINT32,
121402                   /* parameters */
121403                   _CIM_ConfigurationReportingService_ReportCapacity_parameters,
121404               };
121405               
121406               static MetaFeature*
121407               _CIM_ConfigurationReportingService_features[] =
121408               {
121409                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes,
121410                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes,
121411                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity,
121412                   0,
121413               };
121414               
121415               static const char*
121416               __root_cimv2_CIM_ConfigurationReportingService_qualifiers[] =
121417               {
121418                   /* UMLPackagePath */
121419                   "\057CIM::Device::StorageServices",
121420                   /* Version */
121421 mike  1.1.2.1     "\0632.7.0",
121422                   0,
121423               };
121424               
121425               MetaClass
121426               __root_cimv2_CIM_ConfigurationReportingService =
121427               {
121428                   /* flags */
121429                   META_FLAG_CLASS,
121430                   /* name */
121431                   "CIM_ConfigurationReportingService",
121432                   /* qualifiers */
121433                   __root_cimv2_CIM_ConfigurationReportingService_qualifiers,
121434                   /* super */
121435                   &__root_cimv2_CIM_Service,
121436                   /* features */
121437                   _CIM_ConfigurationReportingService_features,
121438               };
121439               
121440               //==============================================================================
121441               //
121442 mike  1.1.2.1 // Class: CIM_ConnectionBasedModem
121443               //
121444               //==============================================================================
121445               
121446               static const char*
121447               _CIM_ConnectionBasedModem_VendorID_qualifiers[] =
121448               {
121449                   0,
121450               };
121451               
121452               static MetaProperty
121453               _CIM_ConnectionBasedModem_VendorID =
121454               {
121455                   /* flags */
121456                   META_FLAG_PROPERTY|META_FLAG_READ,
121457                   /* name */
121458                   "VendorID",
121459                   /* qualifiers */
121460                   _CIM_ConnectionBasedModem_VendorID_qualifiers,
121461                   /* type */
121462                   CIMTYPE_STRING,
121463 mike  1.1.2.1     /* subscript */
121464                   -1,
121465                   /* value */
121466                   0,
121467               };
121468               
121469               static MetaFeature*
121470               _CIM_ConnectionBasedModem_features[] =
121471               {
121472                   (MetaFeature*)&_CIM_ConnectionBasedModem_VendorID,
121473                   0,
121474               };
121475               
121476               static const char*
121477               __root_cimv2_CIM_ConnectionBasedModem_qualifiers[] =
121478               {
121479                   /* UMLPackagePath */
121480                   "\057CIM::Device::Modems",
121481                   /* Abstract */
121482                   "\002\001",
121483                   /* Version */
121484 mike  1.1.2.1     "\0632.10.0",
121485                   0,
121486               };
121487               
121488               MetaClass
121489               __root_cimv2_CIM_ConnectionBasedModem =
121490               {
121491                   /* flags */
121492                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
121493                   /* name */
121494                   "CIM_ConnectionBasedModem",
121495                   /* qualifiers */
121496                   __root_cimv2_CIM_ConnectionBasedModem_qualifiers,
121497                   /* super */
121498                   &__root_cimv2_CIM_Modem,
121499                   /* features */
121500                   _CIM_ConnectionBasedModem_features,
121501               };
121502               
121503               //==============================================================================
121504               //
121505 mike  1.1.2.1 // Class: CIM_ContainedDomain
121506               //
121507               //==============================================================================
121508               
121509               static const char*
121510               _CIM_ContainedDomain_GroupComponent_qualifiers[] =
121511               {
121512                   /* Aggregate */
121513                   "\003\001",
121514                   /* Override */
121515                   "\044GroupComponent",
121516                   0,
121517               };
121518               
121519               static MetaReference
121520               _CIM_ContainedDomain_GroupComponent =
121521               {
121522                   /* flags */
121523                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
121524                   /* name */
121525                   "GroupComponent",
121526 mike  1.1.2.1     /* qualifiers */
121527                   _CIM_ContainedDomain_GroupComponent_qualifiers,
121528                   /* subscript */
121529                   -1,
121530                   /* refId */
121531                   &__root_cimv2_CIM_AdminDomain,
121532               };
121533               
121534               static const char*
121535               _CIM_ContainedDomain_PartComponent_qualifiers[] =
121536               {
121537                   /* Override */
121538                   "\044PartComponent",
121539                   0,
121540               };
121541               
121542               static MetaReference
121543               _CIM_ContainedDomain_PartComponent =
121544               {
121545                   /* flags */
121546                   META_FLAG_REFERENCE|META_FLAG_READ,
121547 mike  1.1.2.1     /* name */
121548                   "PartComponent",
121549                   /* qualifiers */
121550                   _CIM_ContainedDomain_PartComponent_qualifiers,
121551                   /* subscript */
121552                   -1,
121553                   /* refId */
121554                   &__root_cimv2_CIM_AdminDomain,
121555               };
121556               
121557               static MetaFeature*
121558               _CIM_ContainedDomain_features[] =
121559               {
121560                   (MetaFeature*)&_CIM_ContainedDomain_GroupComponent,
121561                   (MetaFeature*)&_CIM_ContainedDomain_PartComponent,
121562                   0,
121563               };
121564               
121565               static const char*
121566               __root_cimv2_CIM_ContainedDomain_qualifiers[] =
121567               {
121568 mike  1.1.2.1     /* ASSOCIATION */
121569                   "\000\001",
121570                   /* UMLPackagePath */
121571                   "\057CIM::Core::CoreElements",
121572                   /* Aggregation */
121573                   "\004\001",
121574                   /* Version */
121575                   "\0632.6.0",
121576                   0,
121577               };
121578               
121579               MetaClass
121580               __root_cimv2_CIM_ContainedDomain =
121581               {
121582                   /* flags */
121583                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
121584                   /* name */
121585                   "CIM_ContainedDomain",
121586                   /* qualifiers */
121587                   __root_cimv2_CIM_ContainedDomain_qualifiers,
121588                   /* super */
121589 mike  1.1.2.1     &__root_cimv2_CIM_SystemComponent,
121590                   /* features */
121591                   _CIM_ContainedDomain_features,
121592               };
121593               
121594               //==============================================================================
121595               //
121596               // Class: CIM_ContainedTransform
121597               //
121598               //==============================================================================
121599               
121600               static const char*
121601               _CIM_ContainedTransform_GroupComponent_qualifiers[] =
121602               {
121603                   /* Aggregate */
121604                   "\003\001",
121605                   /* Override */
121606                   "\044GroupComponent",
121607                   /* MappingStrings */
121608                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.GroupComponent\000",
121609                   0,
121610 mike  1.1.2.1 };
121611               
121612               static MetaReference
121613               _CIM_ContainedTransform_GroupComponent =
121614               {
121615                   /* flags */
121616                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
121617                   /* name */
121618                   "GroupComponent",
121619                   /* qualifiers */
121620                   _CIM_ContainedTransform_GroupComponent_qualifiers,
121621                   /* subscript */
121622                   -1,
121623                   /* refId */
121624                   &__root_cimv2_CIM_IPsecProposal,
121625               };
121626               
121627               static const char*
121628               _CIM_ContainedTransform_PartComponent_qualifiers[] =
121629               {
121630                   /* Override */
121631 mike  1.1.2.1     "\044PartComponent",
121632                   /* Min */
121633                   "\033\000\000\000\001",
121634                   /* MappingStrings */
121635                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.PartComponent\000",
121636                   0,
121637               };
121638               
121639               static MetaReference
121640               _CIM_ContainedTransform_PartComponent =
121641               {
121642                   /* flags */
121643                   META_FLAG_REFERENCE|META_FLAG_READ,
121644                   /* name */
121645                   "PartComponent",
121646                   /* qualifiers */
121647                   _CIM_ContainedTransform_PartComponent_qualifiers,
121648                   /* subscript */
121649                   -1,
121650                   /* refId */
121651                   &__root_cimv2_CIM_SATransform,
121652 mike  1.1.2.1 };
121653               
121654               static const char*
121655               _CIM_ContainedTransform_SequenceNumber_qualifiers[] =
121656               {
121657                   /* MappingStrings */
121658                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.SequenceNumber\000",
121659                   0,
121660               };
121661               
121662               static MetaProperty
121663               _CIM_ContainedTransform_SequenceNumber =
121664               {
121665                   /* flags */
121666                   META_FLAG_PROPERTY|META_FLAG_READ,
121667                   /* name */
121668                   "SequenceNumber",
121669                   /* qualifiers */
121670                   _CIM_ContainedTransform_SequenceNumber_qualifiers,
121671                   /* type */
121672                   CIMTYPE_UINT16,
121673 mike  1.1.2.1     /* subscript */
121674                   -1,
121675                   /* value */
121676                   0,
121677               };
121678               
121679               static MetaFeature*
121680               _CIM_ContainedTransform_features[] =
121681               {
121682                   (MetaFeature*)&_CIM_ContainedTransform_GroupComponent,
121683                   (MetaFeature*)&_CIM_ContainedTransform_PartComponent,
121684                   (MetaFeature*)&_CIM_ContainedTransform_SequenceNumber,
121685                   0,
121686               };
121687               
121688               static const char*
121689               __root_cimv2_CIM_ContainedTransform_qualifiers[] =
121690               {
121691                   /* ASSOCIATION */
121692                   "\000\001",
121693                   /* UMLPackagePath */
121694 mike  1.1.2.1     "\057CIM::IPsecPolicy",
121695                   /* Aggregation */
121696                   "\004\001",
121697                   /* Version */
121698                   "\0632.8.0",
121699                   /* MappingStrings */
121700                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform\000",
121701                   0,
121702               };
121703               
121704               MetaClass
121705               __root_cimv2_CIM_ContainedTransform =
121706               {
121707                   /* flags */
121708                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
121709                   /* name */
121710                   "CIM_ContainedTransform",
121711                   /* qualifiers */
121712                   __root_cimv2_CIM_ContainedTransform_qualifiers,
121713                   /* super */
121714                   &__root_cimv2_CIM_Component,
121715 mike  1.1.2.1     /* features */
121716                   _CIM_ContainedTransform_features,
121717               };
121718               
121719               //==============================================================================
121720               //
121721               // Class: CIM_Controller
121722               //
121723               //==============================================================================
121724               
121725               static const char*
121726               _CIM_Controller_TimeOfLastReset_qualifiers[] =
121727               {
121728                   0,
121729               };
121730               
121731               static MetaProperty
121732               _CIM_Controller_TimeOfLastReset =
121733               {
121734                   /* flags */
121735                   META_FLAG_PROPERTY|META_FLAG_READ,
121736 mike  1.1.2.1     /* name */
121737                   "TimeOfLastReset",
121738                   /* qualifiers */
121739                   _CIM_Controller_TimeOfLastReset_qualifiers,
121740                   /* type */
121741                   CIMTYPE_DATETIME,
121742                   /* subscript */
121743                   -1,
121744                   /* value */
121745                   0,
121746               };
121747               
121748               static const char*
121749               _CIM_Controller_ProtocolSupported_qualifiers[] =
121750               {
121751                   /* ValueMap */
121752                   "\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",
121753                   /* Values */
121754                   "\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",
121755                   /* MappingStrings */
121756                   "\026\000\002MIF.DMTF|Bus Port|004.2\000MIF.DMTF|Disks|003.3\000",
121757 mike  1.1.2.1     /* ModelCorrespondence */
121758                   "\036\000\001CIM_Controller.ProtocolDescription\000",
121759                   0,
121760               };
121761               
121762               static MetaProperty
121763               _CIM_Controller_ProtocolSupported =
121764               {
121765                   /* flags */
121766                   META_FLAG_PROPERTY|META_FLAG_READ,
121767                   /* name */
121768                   "ProtocolSupported",
121769                   /* qualifiers */
121770                   _CIM_Controller_ProtocolSupported_qualifiers,
121771                   /* type */
121772                   CIMTYPE_UINT16,
121773                   /* subscript */
121774                   -1,
121775                   /* value */
121776                   0,
121777               };
121778 mike  1.1.2.1 
121779               static const char*
121780               _CIM_Controller_MaxNumberControlled_qualifiers[] =
121781               {
121782                   /* MappingStrings */
121783                   "\026\000\001MIF.DMTF|Bus Port|004.9\000",
121784                   0,
121785               };
121786               
121787               static MetaProperty
121788               _CIM_Controller_MaxNumberControlled =
121789               {
121790                   /* flags */
121791                   META_FLAG_PROPERTY|META_FLAG_READ,
121792                   /* name */
121793                   "MaxNumberControlled",
121794                   /* qualifiers */
121795                   _CIM_Controller_MaxNumberControlled_qualifiers,
121796                   /* type */
121797                   CIMTYPE_UINT32,
121798                   /* subscript */
121799 mike  1.1.2.1     -1,
121800                   /* value */
121801                   0,
121802               };
121803               
121804               static const char*
121805               _CIM_Controller_ProtocolDescription_qualifiers[] =
121806               {
121807                   /* MappingStrings */
121808                   "\026\000\001MIF.DMTF|Bus Port|004.3\000",
121809                   /* ModelCorrespondence */
121810                   "\036\000\001CIM_Controller.ProtocolSupported\000",
121811                   0,
121812               };
121813               
121814               static MetaProperty
121815               _CIM_Controller_ProtocolDescription =
121816               {
121817                   /* flags */
121818                   META_FLAG_PROPERTY|META_FLAG_READ,
121819                   /* name */
121820 mike  1.1.2.1     "ProtocolDescription",
121821                   /* qualifiers */
121822                   _CIM_Controller_ProtocolDescription_qualifiers,
121823                   /* type */
121824                   CIMTYPE_STRING,
121825                   /* subscript */
121826                   -1,
121827                   /* value */
121828                   0,
121829               };
121830               
121831               static MetaFeature*
121832               _CIM_Controller_features[] =
121833               {
121834                   (MetaFeature*)&_CIM_Controller_TimeOfLastReset,
121835                   (MetaFeature*)&_CIM_Controller_ProtocolSupported,
121836                   (MetaFeature*)&_CIM_Controller_MaxNumberControlled,
121837                   (MetaFeature*)&_CIM_Controller_ProtocolDescription,
121838                   0,
121839               };
121840               
121841 mike  1.1.2.1 static const char*
121842               __root_cimv2_CIM_Controller_qualifiers[] =
121843               {
121844                   /* UMLPackagePath */
121845                   "\057CIM::Device::Controller",
121846                   /* Abstract */
121847                   "\002\001",
121848                   /* Version */
121849                   "\0632.10.0",
121850                   0,
121851               };
121852               
121853               MetaClass
121854               __root_cimv2_CIM_Controller =
121855               {
121856                   /* flags */
121857                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
121858                   /* name */
121859                   "CIM_Controller",
121860                   /* qualifiers */
121861                   __root_cimv2_CIM_Controller_qualifiers,
121862 mike  1.1.2.1     /* super */
121863                   &__root_cimv2_CIM_LogicalDevice,
121864                   /* features */
121865                   _CIM_Controller_features,
121866               };
121867               
121868               //==============================================================================
121869               //
121870               // Class: CIM_ControllerConfigurationService
121871               //
121872               //==============================================================================
121873               
121874               static const char*
121875               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName_qualifiers[] =
121876               {
121877                   /* IN */
121878                   "\024\001",
121879                   /* ModelCorrespondence */
121880                   "\036\000\001CIM_ProtocolController.ElementName\000",
121881                   0,
121882               };
121883 mike  1.1.2.1 
121884               static MetaProperty
121885               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName =
121886               {
121887                   /* flags */
121888                   META_FLAG_PROPERTY|META_FLAG_IN,
121889                   /* name */
121890                   "ElementName",
121891                   /* qualifiers */
121892                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName_qualifiers,
121893                   /* type */
121894                   CIMTYPE_STRING,
121895                   /* subscript */
121896                   -1,
121897                   /* value */
121898                   0,
121899               };
121900               
121901               static const char*
121902               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports_qualifiers[] =
121903               {
121904 mike  1.1.2.1     /* IN */
121905                   "\024\001",
121906                   0,
121907               };
121908               
121909               static MetaProperty
121910               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports =
121911               {
121912                   /* flags */
121913                   META_FLAG_PROPERTY|META_FLAG_IN,
121914                   /* name */
121915                   "Ports",
121916                   /* qualifiers */
121917                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports_qualifiers,
121918                   /* type */
121919                   CIMTYPE_STRING,
121920                   /* subscript */
121921                   0,
121922                   /* value */
121923                   0,
121924               };
121925 mike  1.1.2.1 
121926               static const char*
121927               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol_qualifiers[] =
121928               {
121929                   /* IN */
121930                   "\024\001",
121931                   /* ValueMap */
121932                   "\061\000\0030\0001\0002\000",
121933                   /* Values */
121934                   "\062\000\003Unknown\000Other\000SCSI\000",
121935                   /* ModelCorrespondence */
121936                   "\036\000\001CIM_SCSIProtocolController\000",
121937                   0,
121938               };
121939               
121940               static MetaProperty
121941               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol =
121942               {
121943                   /* flags */
121944                   META_FLAG_PROPERTY|META_FLAG_IN,
121945                   /* name */
121946 mike  1.1.2.1     "Protocol",
121947                   /* qualifiers */
121948                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol_qualifiers,
121949                   /* type */
121950                   CIMTYPE_UINT16,
121951                   /* subscript */
121952                   -1,
121953                   /* value */
121954                   0,
121955               };
121956               
121957               static const char*
121958               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege_qualifiers[] =
121959               {
121960                   /* IN */
121961                   "\024\001",
121962                   /* ModelCorrespondence */
121963                   "\036\000\001CIM_ControllerConfigurationService.CreateProtocolControllerWithPorts.Identity\000",
121964                   0,
121965               };
121966               
121967 mike  1.1.2.1 static MetaReference
121968               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege =
121969               {
121970                   /* flags */
121971                   META_FLAG_REFERENCE|META_FLAG_IN,
121972                   /* name */
121973                   "Privilege",
121974                   /* qualifiers */
121975                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege_qualifiers,
121976                   /* subscript */
121977                   -1,
121978                   /* ref */
121979                   &__root_cimv2_CIM_Privilege,
121980               };
121981               
121982               static const char*
121983               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity_qualifiers[] =
121984               {
121985                   /* IN */
121986                   "\024\001",
121987                   /* ModelCorrespondence */
121988 mike  1.1.2.1     "\036\000\001CIM_ControllerConfigurationService.CreateProtocolControllerWithPorts.Privilege\000",
121989                   0,
121990               };
121991               
121992               static MetaReference
121993               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity =
121994               {
121995                   /* flags */
121996                   META_FLAG_REFERENCE|META_FLAG_IN,
121997                   /* name */
121998                   "Identity",
121999                   /* qualifiers */
122000                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity_qualifiers,
122001                   /* subscript */
122002                   -1,
122003                   /* ref */
122004                   &__root_cimv2_CIM_ManagedElement,
122005               };
122006               
122007               static const char*
122008               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController_qualifiers[] =
122009 mike  1.1.2.1 {
122010                   /* IN */
122011                   "\024\000",
122012                   /* OUT */
122013                   "\043\001",
122014                   0,
122015               };
122016               
122017               static MetaReference
122018               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController =
122019               {
122020                   /* flags */
122021                   META_FLAG_REFERENCE|META_FLAG_OUT,
122022                   /* name */
122023                   "ProtocolController",
122024                   /* qualifiers */
122025                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController_qualifiers,
122026                   /* subscript */
122027                   -1,
122028                   /* ref */
122029                   &__root_cimv2_CIM_ProtocolController,
122030 mike  1.1.2.1 };
122031               
122032               static MetaFeature*
122033               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_parameters[] =
122034               {
122035                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName,
122036                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports,
122037                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol,
122038                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege,
122039                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity,
122040                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController,
122041                   0,
122042               };
122043               
122044               static const char*
122045               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_qualifiers[] =
122046               {
122047                   /* ValueMap */
122048                   "\061\000\0140\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
122049                   /* Values */
122050                   "\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",
122051 mike  1.1.2.1     0,
122052               };
122053               
122054               static MetaMethod
122055               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts =
122056               {
122057                   /* flags */
122058                   META_FLAG_METHOD,
122059                   /* name */
122060                   "CIM_ControllerConfigurationService",
122061                   /* qualifiers */
122062                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_qualifiers,
122063                   /* type */
122064                   CIMTYPE_UINT32,
122065                   /* parameters */
122066                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_parameters,
122067               };
122068               
122069               static const char*
122070               _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController_qualifiers[] =
122071               {
122072 mike  1.1.2.1     /* IN */
122073                   "\024\001",
122074                   0,
122075               };
122076               
122077               static MetaReference
122078               _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController =
122079               {
122080                   /* flags */
122081                   META_FLAG_REFERENCE|META_FLAG_IN,
122082                   /* name */
122083                   "ProtocolController",
122084                   /* qualifiers */
122085                   _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController_qualifiers,
122086                   /* subscript */
122087                   -1,
122088                   /* ref */
122089                   &__root_cimv2_CIM_ProtocolController,
122090               };
122091               
122092               static const char*
122093 mike  1.1.2.1 _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers_qualifiers[] =
122094               {
122095                   /* IN */
122096                   "\024\001",
122097                   0,
122098               };
122099               
122100               static MetaProperty
122101               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers =
122102               {
122103                   /* flags */
122104                   META_FLAG_PROPERTY|META_FLAG_IN,
122105                   /* name */
122106                   "DeleteChildrenProtocolControllers",
122107                   /* qualifiers */
122108                   _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers_qualifiers,
122109                   /* type */
122110                   CIMTYPE_BOOLEAN,
122111                   /* subscript */
122112                   -1,
122113                   /* value */
122114 mike  1.1.2.1     0,
122115               };
122116               
122117               static const char*
122118               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits_qualifiers[] =
122119               {
122120                   /* IN */
122121                   "\024\001",
122122                   0,
122123               };
122124               
122125               static MetaProperty
122126               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits =
122127               {
122128                   /* flags */
122129                   META_FLAG_PROPERTY|META_FLAG_IN,
122130                   /* name */
122131                   "DeleteUnits",
122132                   /* qualifiers */
122133                   _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits_qualifiers,
122134                   /* type */
122135 mike  1.1.2.1     CIMTYPE_BOOLEAN,
122136                   /* subscript */
122137                   -1,
122138                   /* value */
122139                   0,
122140               };
122141               
122142               static MetaFeature*
122143               _CIM_ControllerConfigurationService_DeleteProtocolController_parameters[] =
122144               {
122145                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController,
122146                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers,
122147                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits,
122148                   0,
122149               };
122150               
122151               static const char*
122152               _CIM_ControllerConfigurationService_DeleteProtocolController_qualifiers[] =
122153               {
122154                   /* ValueMap */
122155                   "\061\000\0130\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098..32767\00032768..65535\000",
122156 mike  1.1.2.1     /* Values */
122157                   "\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",
122158                   0,
122159               };
122160               
122161               static MetaMethod
122162               _CIM_ControllerConfigurationService_DeleteProtocolController =
122163               {
122164                   /* flags */
122165                   META_FLAG_METHOD,
122166                   /* name */
122167                   "CIM_ControllerConfigurationService",
122168                   /* qualifiers */
122169                   _CIM_ControllerConfigurationService_DeleteProtocolController_qualifiers,
122170                   /* type */
122171                   CIMTYPE_UINT32,
122172                   /* parameters */
122173                   _CIM_ControllerConfigurationService_DeleteProtocolController_parameters,
122174               };
122175               
122176               static const char*
122177 mike  1.1.2.1 _CIM_ControllerConfigurationService_AttachDevice_ProtocolController_qualifiers[] =
122178               {
122179                   /* IN */
122180                   "\024\001",
122181                   0,
122182               };
122183               
122184               static MetaReference
122185               _CIM_ControllerConfigurationService_AttachDevice_ProtocolController =
122186               {
122187                   /* flags */
122188                   META_FLAG_REFERENCE|META_FLAG_IN,
122189                   /* name */
122190                   "ProtocolController",
122191                   /* qualifiers */
122192                   _CIM_ControllerConfigurationService_AttachDevice_ProtocolController_qualifiers,
122193                   /* subscript */
122194                   -1,
122195                   /* ref */
122196                   &__root_cimv2_CIM_ProtocolController,
122197               };
122198 mike  1.1.2.1 
122199               static const char*
122200               _CIM_ControllerConfigurationService_AttachDevice_Device_qualifiers[] =
122201               {
122202                   /* IN */
122203                   "\024\001",
122204                   0,
122205               };
122206               
122207               static MetaReference
122208               _CIM_ControllerConfigurationService_AttachDevice_Device =
122209               {
122210                   /* flags */
122211                   META_FLAG_REFERENCE|META_FLAG_IN,
122212                   /* name */
122213                   "Device",
122214                   /* qualifiers */
122215                   _CIM_ControllerConfigurationService_AttachDevice_Device_qualifiers,
122216                   /* subscript */
122217                   -1,
122218                   /* ref */
122219 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
122220               };
122221               
122222               static const char*
122223               _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber_qualifiers[] =
122224               {
122225                   /* IN */
122226                   "\024\001",
122227                   /* OUT */
122228                   "\043\001",
122229                   /* ModelCorrespondence */
122230                   "\036\000\001CIM_ProtocolControllerForUnit.DeviceNumber\000",
122231                   0,
122232               };
122233               
122234               static MetaProperty
122235               _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber =
122236               {
122237                   /* flags */
122238                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
122239                   /* name */
122240 mike  1.1.2.1     "DeviceNumber",
122241                   /* qualifiers */
122242                   _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber_qualifiers,
122243                   /* type */
122244                   CIMTYPE_STRING,
122245                   /* subscript */
122246                   -1,
122247                   /* value */
122248                   0,
122249               };
122250               
122251               static MetaFeature*
122252               _CIM_ControllerConfigurationService_AttachDevice_parameters[] =
122253               {
122254                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_ProtocolController,
122255                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_Device,
122256                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_DeviceNumber,
122257                   0,
122258               };
122259               
122260               static const char*
122261 mike  1.1.2.1 _CIM_ControllerConfigurationService_AttachDevice_qualifiers[] =
122262               {
122263                   /* ValueMap */
122264                   "\061\000\0160\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101..32767\00032768..65535\000",
122265                   /* Values */
122266                   "\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",
122267                   0,
122268               };
122269               
122270               static MetaMethod
122271               _CIM_ControllerConfigurationService_AttachDevice =
122272               {
122273                   /* flags */
122274                   META_FLAG_METHOD,
122275                   /* name */
122276                   "CIM_ControllerConfigurationService",
122277                   /* qualifiers */
122278                   _CIM_ControllerConfigurationService_AttachDevice_qualifiers,
122279                   /* type */
122280                   CIMTYPE_UINT32,
122281                   /* parameters */
122282 mike  1.1.2.1     _CIM_ControllerConfigurationService_AttachDevice_parameters,
122283               };
122284               
122285               static const char*
122286               _CIM_ControllerConfigurationService_DetachDevice_ProtocolController_qualifiers[] =
122287               {
122288                   /* IN */
122289                   "\024\001",
122290                   0,
122291               };
122292               
122293               static MetaReference
122294               _CIM_ControllerConfigurationService_DetachDevice_ProtocolController =
122295               {
122296                   /* flags */
122297                   META_FLAG_REFERENCE|META_FLAG_IN,
122298                   /* name */
122299                   "ProtocolController",
122300                   /* qualifiers */
122301                   _CIM_ControllerConfigurationService_DetachDevice_ProtocolController_qualifiers,
122302                   /* subscript */
122303 mike  1.1.2.1     -1,
122304                   /* ref */
122305                   &__root_cimv2_CIM_ProtocolController,
122306               };
122307               
122308               static const char*
122309               _CIM_ControllerConfigurationService_DetachDevice_Device_qualifiers[] =
122310               {
122311                   /* IN */
122312                   "\024\001",
122313                   0,
122314               };
122315               
122316               static MetaReference
122317               _CIM_ControllerConfigurationService_DetachDevice_Device =
122318               {
122319                   /* flags */
122320                   META_FLAG_REFERENCE|META_FLAG_IN,
122321                   /* name */
122322                   "Device",
122323                   /* qualifiers */
122324 mike  1.1.2.1     _CIM_ControllerConfigurationService_DetachDevice_Device_qualifiers,
122325                   /* subscript */
122326                   -1,
122327                   /* ref */
122328                   &__root_cimv2_CIM_LogicalDevice,
122329               };
122330               
122331               static MetaFeature*
122332               _CIM_ControllerConfigurationService_DetachDevice_parameters[] =
122333               {
122334                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice_ProtocolController,
122335                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice_Device,
122336                   0,
122337               };
122338               
122339               static const char*
122340               _CIM_ControllerConfigurationService_DetachDevice_qualifiers[] =
122341               {
122342                   /* ValueMap */
122343                   "\061\000\0130\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098..32767\00032768..65535\000",
122344                   /* Values */
122345 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",
122346                   0,
122347               };
122348               
122349               static MetaMethod
122350               _CIM_ControllerConfigurationService_DetachDevice =
122351               {
122352                   /* flags */
122353                   META_FLAG_METHOD,
122354                   /* name */
122355                   "CIM_ControllerConfigurationService",
122356                   /* qualifiers */
122357                   _CIM_ControllerConfigurationService_DetachDevice_qualifiers,
122358                   /* type */
122359                   CIMTYPE_UINT32,
122360                   /* parameters */
122361                   _CIM_ControllerConfigurationService_DetachDevice_parameters,
122362               };
122363               
122364               static const char*
122365               _CIM_ControllerConfigurationService_ExposePaths_Job_qualifiers[] =
122366 mike  1.1.2.1 {
122367                   /* IN */
122368                   "\024\000",
122369                   /* OUT */
122370                   "\043\001",
122371                   0,
122372               };
122373               
122374               static MetaReference
122375               _CIM_ControllerConfigurationService_ExposePaths_Job =
122376               {
122377                   /* flags */
122378                   META_FLAG_REFERENCE|META_FLAG_OUT,
122379                   /* name */
122380                   "Job",
122381                   /* qualifiers */
122382                   _CIM_ControllerConfigurationService_ExposePaths_Job_qualifiers,
122383                   /* subscript */
122384                   -1,
122385                   /* ref */
122386                   &__root_cimv2_CIM_ConcreteJob,
122387 mike  1.1.2.1 };
122388               
122389               static const char*
122390               _CIM_ControllerConfigurationService_ExposePaths_LUNames_qualifiers[] =
122391               {
122392                   /* Required */
122393                   "\050\001",
122394                   /* IN */
122395                   "\024\001",
122396                   /* ArrayType */
122397                   "\005Indexed",
122398                   /* ModelCorrespondence */
122399                   "\036\000\003CIM_LogicalDevice.Name\000CIM_ControllerConfigurationService.ExposePaths.DeviceNumbers\000CIM_ControllerConfigurationService.ExposePaths.DeviceAccesses\000",
122400                   0,
122401               };
122402               
122403               static MetaProperty
122404               _CIM_ControllerConfigurationService_ExposePaths_LUNames =
122405               {
122406                   /* flags */
122407                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
122408 mike  1.1.2.1     /* name */
122409                   "LUNames",
122410                   /* qualifiers */
122411                   _CIM_ControllerConfigurationService_ExposePaths_LUNames_qualifiers,
122412                   /* type */
122413                   CIMTYPE_STRING,
122414                   /* subscript */
122415                   0,
122416                   /* value */
122417                   0,
122418               };
122419               
122420               static const char*
122421               _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs_qualifiers[] =
122422               {
122423                   /* IN */
122424                   "\024\001",
122425                   /* ModelCorrespondence */
122426                   "\036\000\001CIM_StorageHardwareID.StorageID\000",
122427                   0,
122428               };
122429 mike  1.1.2.1 
122430               static MetaProperty
122431               _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs =
122432               {
122433                   /* flags */
122434                   META_FLAG_PROPERTY|META_FLAG_IN,
122435                   /* name */
122436                   "InitiatorPortIDs",
122437                   /* qualifiers */
122438                   _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs_qualifiers,
122439                   /* type */
122440                   CIMTYPE_STRING,
122441                   /* subscript */
122442                   0,
122443                   /* value */
122444                   0,
122445               };
122446               
122447               static const char*
122448               _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs_qualifiers[] =
122449               {
122450 mike  1.1.2.1     /* IN */
122451                   "\024\001",
122452                   /* ModelCorrespondence */
122453                   "\036\000\001CIM_SCSIProtocolEndpoint.Name\000",
122454                   0,
122455               };
122456               
122457               static MetaProperty
122458               _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs =
122459               {
122460                   /* flags */
122461                   META_FLAG_PROPERTY|META_FLAG_IN,
122462                   /* name */
122463                   "TargetPortIDs",
122464                   /* qualifiers */
122465                   _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs_qualifiers,
122466                   /* type */
122467                   CIMTYPE_STRING,
122468                   /* subscript */
122469                   0,
122470                   /* value */
122471 mike  1.1.2.1     0,
122472               };
122473               
122474               static const char*
122475               _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers_qualifiers[] =
122476               {
122477                   /* IN */
122478                   "\024\001",
122479                   /* ArrayType */
122480                   "\005Indexed",
122481                   /* ModelCorrespondence */
122482                   "\036\000\002CIM_ProtocolControllerForUnit.DeviceNumberCIM_ControllerConfigurationService.ExposePaths.LUNames\000CIM_ControllerConfigurationService.ExposePaths.DeviceAccesses\000",
122483                   0,
122484               };
122485               
122486               static MetaProperty
122487               _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers =
122488               {
122489                   /* flags */
122490                   META_FLAG_PROPERTY|META_FLAG_IN,
122491                   /* name */
122492 mike  1.1.2.1     "DeviceNumbers",
122493                   /* qualifiers */
122494                   _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers_qualifiers,
122495                   /* type */
122496                   CIMTYPE_STRING,
122497                   /* subscript */
122498                   0,
122499                   /* value */
122500                   0,
122501               };
122502               
122503               static const char*
122504               _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses_qualifiers[] =
122505               {
122506                   /* IN */
122507                   "\024\001",
122508                   /* ValueMap */
122509                   "\061\000\0060\0002\0003\0004\0005..15999\00016000..\000",
122510                   /* Values */
122511                   "\062\000\006Unknown\000Read Write\000Read-Only\000No Access\000DMTF Reserved\000Vendor Reserved\000",
122512                   /* ArrayType */
122513 mike  1.1.2.1     "\005Indexed",
122514                   /* ModelCorrespondence */
122515                   "\036\000\002CIM_ProtocolControllerForUnit.DeviceAccessCIM_ControllerConfigurationService.ExposePaths.DeviceNumbers\000CIM_ControllerConfigurationService.ExposePaths.LUNames\000",
122516                   0,
122517               };
122518               
122519               static MetaProperty
122520               _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses =
122521               {
122522                   /* flags */
122523                   META_FLAG_PROPERTY|META_FLAG_IN,
122524                   /* name */
122525                   "DeviceAccesses",
122526                   /* qualifiers */
122527                   _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses_qualifiers,
122528                   /* type */
122529                   CIMTYPE_UINT16,
122530                   /* subscript */
122531                   0,
122532                   /* value */
122533                   0,
122534 mike  1.1.2.1 };
122535               
122536               static const char*
122537               _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers_qualifiers[] =
122538               {
122539                   /* IN */
122540                   "\024\001",
122541                   /* OUT */
122542                   "\043\001",
122543                   0,
122544               };
122545               
122546               static MetaReference
122547               _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers =
122548               {
122549                   /* flags */
122550                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
122551                   /* name */
122552                   "ProtocolControllers",
122553                   /* qualifiers */
122554                   _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers_qualifiers,
122555 mike  1.1.2.1     /* subscript */
122556                   0,
122557                   /* ref */
122558                   &__root_cimv2_CIM_SCSIProtocolController,
122559               };
122560               
122561               static MetaFeature*
122562               _CIM_ControllerConfigurationService_ExposePaths_parameters[] =
122563               {
122564                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_Job,
122565                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_LUNames,
122566                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs,
122567                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs,
122568                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers,
122569                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses,
122570                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers,
122571                   0,
122572               };
122573               
122574               static const char*
122575               _CIM_ControllerConfigurationService_ExposePaths_qualifiers[] =
122576 mike  1.1.2.1 {
122577                   /* ValueMap */
122578                   "\061\000\0210\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101\0004102\0004103\0004104..32767\00032768..65535\000",
122579                   /* Values */
122580                   "\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",
122581                   0,
122582               };
122583               
122584               static MetaMethod
122585               _CIM_ControllerConfigurationService_ExposePaths =
122586               {
122587                   /* flags */
122588                   META_FLAG_METHOD,
122589                   /* name */
122590                   "CIM_ControllerConfigurationService",
122591                   /* qualifiers */
122592                   _CIM_ControllerConfigurationService_ExposePaths_qualifiers,
122593                   /* type */
122594                   CIMTYPE_UINT32,
122595                   /* parameters */
122596                   _CIM_ControllerConfigurationService_ExposePaths_parameters,
122597 mike  1.1.2.1 };
122598               
122599               static const char*
122600               _CIM_ControllerConfigurationService_HidePaths_Job_qualifiers[] =
122601               {
122602                   /* IN */
122603                   "\024\000",
122604                   /* OUT */
122605                   "\043\001",
122606                   0,
122607               };
122608               
122609               static MetaReference
122610               _CIM_ControllerConfigurationService_HidePaths_Job =
122611               {
122612                   /* flags */
122613                   META_FLAG_REFERENCE|META_FLAG_OUT,
122614                   /* name */
122615                   "Job",
122616                   /* qualifiers */
122617                   _CIM_ControllerConfigurationService_HidePaths_Job_qualifiers,
122618 mike  1.1.2.1     /* subscript */
122619                   -1,
122620                   /* ref */
122621                   &__root_cimv2_CIM_ConcreteJob,
122622               };
122623               
122624               static const char*
122625               _CIM_ControllerConfigurationService_HidePaths_LUNames_qualifiers[] =
122626               {
122627                   /* Required */
122628                   "\050\001",
122629                   /* IN */
122630                   "\024\001",
122631                   /* ModelCorrespondence */
122632                   "\036\000\001CIM_LogicalDevice.Name\000",
122633                   0,
122634               };
122635               
122636               static MetaProperty
122637               _CIM_ControllerConfigurationService_HidePaths_LUNames =
122638               {
122639 mike  1.1.2.1     /* flags */
122640                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
122641                   /* name */
122642                   "LUNames",
122643                   /* qualifiers */
122644                   _CIM_ControllerConfigurationService_HidePaths_LUNames_qualifiers,
122645                   /* type */
122646                   CIMTYPE_STRING,
122647                   /* subscript */
122648                   0,
122649                   /* value */
122650                   0,
122651               };
122652               
122653               static const char*
122654               _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs_qualifiers[] =
122655               {
122656                   /* IN */
122657                   "\024\001",
122658                   /* ModelCorrespondence */
122659                   "\036\000\001CIM_StorageHardwareID.StorageID\000",
122660 mike  1.1.2.1     0,
122661               };
122662               
122663               static MetaProperty
122664               _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs =
122665               {
122666                   /* flags */
122667                   META_FLAG_PROPERTY|META_FLAG_IN,
122668                   /* name */
122669                   "InitiatorPortIDs",
122670                   /* qualifiers */
122671                   _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs_qualifiers,
122672                   /* type */
122673                   CIMTYPE_STRING,
122674                   /* subscript */
122675                   0,
122676                   /* value */
122677                   0,
122678               };
122679               
122680               static const char*
122681 mike  1.1.2.1 _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs_qualifiers[] =
122682               {
122683                   /* IN */
122684                   "\024\001",
122685                   /* ModelCorrespondence */
122686                   "\036\000\001CIM_SCSIProtocolEndpoint.Name\000",
122687                   0,
122688               };
122689               
122690               static MetaProperty
122691               _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs =
122692               {
122693                   /* flags */
122694                   META_FLAG_PROPERTY|META_FLAG_IN,
122695                   /* name */
122696                   "TargetPortIDs",
122697                   /* qualifiers */
122698                   _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs_qualifiers,
122699                   /* type */
122700                   CIMTYPE_STRING,
122701                   /* subscript */
122702 mike  1.1.2.1     0,
122703                   /* value */
122704                   0,
122705               };
122706               
122707               static const char*
122708               _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers_qualifiers[] =
122709               {
122710                   /* IN */
122711                   "\024\001",
122712                   /* OUT */
122713                   "\043\001",
122714                   0,
122715               };
122716               
122717               static MetaReference
122718               _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers =
122719               {
122720                   /* flags */
122721                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
122722                   /* name */
122723 mike  1.1.2.1     "ProtocolControllers",
122724                   /* qualifiers */
122725                   _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers_qualifiers,
122726                   /* subscript */
122727                   0,
122728                   /* ref */
122729                   &__root_cimv2_CIM_SCSIProtocolController,
122730               };
122731               
122732               static MetaFeature*
122733               _CIM_ControllerConfigurationService_HidePaths_parameters[] =
122734               {
122735                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_Job,
122736                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_LUNames,
122737                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs,
122738                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_TargetPortIDs,
122739                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_ProtocolControllers,
122740                   0,
122741               };
122742               
122743               static const char*
122744 mike  1.1.2.1 _CIM_ControllerConfigurationService_HidePaths_qualifiers[] =
122745               {
122746                   /* ValueMap */
122747                   "\061\000\0160\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101..32767\00032768..65535\000",
122748                   /* Values */
122749                   "\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",
122750                   0,
122751               };
122752               
122753               static MetaMethod
122754               _CIM_ControllerConfigurationService_HidePaths =
122755               {
122756                   /* flags */
122757                   META_FLAG_METHOD,
122758                   /* name */
122759                   "CIM_ControllerConfigurationService",
122760                   /* qualifiers */
122761                   _CIM_ControllerConfigurationService_HidePaths_qualifiers,
122762                   /* type */
122763                   CIMTYPE_UINT32,
122764                   /* parameters */
122765 mike  1.1.2.1     _CIM_ControllerConfigurationService_HidePaths_parameters,
122766               };
122767               
122768               static MetaFeature*
122769               _CIM_ControllerConfigurationService_features[] =
122770               {
122771                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts,
122772                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController,
122773                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice,
122774                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice,
122775                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths,
122776                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths,
122777                   0,
122778               };
122779               
122780               static const char*
122781               __root_cimv2_CIM_ControllerConfigurationService_qualifiers[] =
122782               {
122783                   /* UMLPackagePath */
122784                   "\057CIM::Device::ProtocolController",
122785                   /* Version */
122786 mike  1.1.2.1     "\0632.10.0",
122787                   0,
122788               };
122789               
122790               MetaClass
122791               __root_cimv2_CIM_ControllerConfigurationService =
122792               {
122793                   /* flags */
122794                   META_FLAG_CLASS,
122795                   /* name */
122796                   "CIM_ControllerConfigurationService",
122797                   /* qualifiers */
122798                   __root_cimv2_CIM_ControllerConfigurationService_qualifiers,
122799                   /* super */
122800                   &__root_cimv2_CIM_Service,
122801                   /* features */
122802                   _CIM_ControllerConfigurationService_features,
122803               };
122804               
122805               //==============================================================================
122806               //
122807 mike  1.1.2.1 // Class: CIM_CoolingDevice
122808               //
122809               //==============================================================================
122810               
122811               static const char*
122812               _CIM_CoolingDevice_ActiveCooling_qualifiers[] =
122813               {
122814                   0,
122815               };
122816               
122817               static MetaProperty
122818               _CIM_CoolingDevice_ActiveCooling =
122819               {
122820                   /* flags */
122821                   META_FLAG_PROPERTY|META_FLAG_READ,
122822                   /* name */
122823                   "ActiveCooling",
122824                   /* qualifiers */
122825                   _CIM_CoolingDevice_ActiveCooling_qualifiers,
122826                   /* type */
122827                   CIMTYPE_BOOLEAN,
122828 mike  1.1.2.1     /* subscript */
122829                   -1,
122830                   /* value */
122831                   0,
122832               };
122833               
122834               static MetaFeature*
122835               _CIM_CoolingDevice_features[] =
122836               {
122837                   (MetaFeature*)&_CIM_CoolingDevice_ActiveCooling,
122838                   0,
122839               };
122840               
122841               static const char*
122842               __root_cimv2_CIM_CoolingDevice_qualifiers[] =
122843               {
122844                   /* UMLPackagePath */
122845                   "\057CIM::Device::CoolingAndPower",
122846                   /* Version */
122847                   "\0632.10.0",
122848                   0,
122849 mike  1.1.2.1 };
122850               
122851               MetaClass
122852               __root_cimv2_CIM_CoolingDevice =
122853               {
122854                   /* flags */
122855                   META_FLAG_CLASS,
122856                   /* name */
122857                   "CIM_CoolingDevice",
122858                   /* qualifiers */
122859                   __root_cimv2_CIM_CoolingDevice_qualifiers,
122860                   /* super */
122861                   &__root_cimv2_CIM_LogicalDevice,
122862                   /* features */
122863                   _CIM_CoolingDevice_features,
122864               };
122865               
122866               //==============================================================================
122867               //
122868               // Class: CIM_CredentialManagementSAP
122869               //
122870 mike  1.1.2.1 //==============================================================================
122871               
122872               static const char*
122873               _CIM_CredentialManagementSAP_URL_qualifiers[] =
122874               {
122875                   0,
122876               };
122877               
122878               static MetaProperty
122879               _CIM_CredentialManagementSAP_URL =
122880               {
122881                   /* flags */
122882                   META_FLAG_PROPERTY|META_FLAG_READ,
122883                   /* name */
122884                   "URL",
122885                   /* qualifiers */
122886                   _CIM_CredentialManagementSAP_URL_qualifiers,
122887                   /* type */
122888                   CIMTYPE_STRING,
122889                   /* subscript */
122890                   -1,
122891 mike  1.1.2.1     /* value */
122892                   0,
122893               };
122894               
122895               static MetaFeature*
122896               _CIM_CredentialManagementSAP_features[] =
122897               {
122898                   (MetaFeature*)&_CIM_CredentialManagementSAP_URL,
122899                   0,
122900               };
122901               
122902               static const char*
122903               __root_cimv2_CIM_CredentialManagementSAP_qualifiers[] =
122904               {
122905                   /* UMLPackagePath */
122906                   "\057CIM::User::SecurityServices",
122907                   /* Version */
122908                   "\0632.6.0",
122909                   0,
122910               };
122911               
122912 mike  1.1.2.1 MetaClass
122913               __root_cimv2_CIM_CredentialManagementSAP =
122914               {
122915                   /* flags */
122916                   META_FLAG_CLASS,
122917                   /* name */
122918                   "CIM_CredentialManagementSAP",
122919                   /* qualifiers */
122920                   __root_cimv2_CIM_CredentialManagementSAP_qualifiers,
122921                   /* super */
122922                   &__root_cimv2_CIM_ServiceAccessPoint,
122923                   /* features */
122924                   _CIM_CredentialManagementSAP_features,
122925               };
122926               
122927               //==============================================================================
122928               //
122929               // Class: CIM_DatabaseAdministrator
122930               //
122931               //==============================================================================
122932               
122933 mike  1.1.2.1 static const char*
122934               _CIM_DatabaseAdministrator_Antecedent_qualifiers[] =
122935               {
122936                   /* Override */
122937                   "\044Antecedent",
122938                   0,
122939               };
122940               
122941               static MetaReference
122942               _CIM_DatabaseAdministrator_Antecedent =
122943               {
122944                   /* flags */
122945                   META_FLAG_REFERENCE|META_FLAG_READ,
122946                   /* name */
122947                   "Antecedent",
122948                   /* qualifiers */
122949                   _CIM_DatabaseAdministrator_Antecedent_qualifiers,
122950                   /* subscript */
122951                   -1,
122952                   /* refId */
122953                   &__root_cimv2_CIM_CommonDatabase,
122954 mike  1.1.2.1 };
122955               
122956               static const char*
122957               _CIM_DatabaseAdministrator_Dependent_qualifiers[] =
122958               {
122959                   /* Override */
122960                   "\044Dependent",
122961                   0,
122962               };
122963               
122964               static MetaReference
122965               _CIM_DatabaseAdministrator_Dependent =
122966               {
122967                   /* flags */
122968                   META_FLAG_REFERENCE|META_FLAG_READ,
122969                   /* name */
122970                   "Dependent",
122971                   /* qualifiers */
122972                   _CIM_DatabaseAdministrator_Dependent_qualifiers,
122973                   /* subscript */
122974                   -1,
122975 mike  1.1.2.1     /* refId */
122976                   &__root_cimv2_CIM_UserEntity,
122977               };
122978               
122979               static MetaFeature*
122980               _CIM_DatabaseAdministrator_features[] =
122981               {
122982                   (MetaFeature*)&_CIM_DatabaseAdministrator_Antecedent,
122983                   (MetaFeature*)&_CIM_DatabaseAdministrator_Dependent,
122984                   0,
122985               };
122986               
122987               static const char*
122988               __root_cimv2_CIM_DatabaseAdministrator_qualifiers[] =
122989               {
122990                   /* ASSOCIATION */
122991                   "\000\001",
122992                   /* UMLPackagePath */
122993                   "\057CIM::Database::System",
122994                   /* Version */
122995                   "\0632.7.0",
122996 mike  1.1.2.1     0,
122997               };
122998               
122999               MetaClass
123000               __root_cimv2_CIM_DatabaseAdministrator =
123001               {
123002                   /* flags */
123003                   META_FLAG_ASSOCIATION,
123004                   /* name */
123005                   "CIM_DatabaseAdministrator",
123006                   /* qualifiers */
123007                   __root_cimv2_CIM_DatabaseAdministrator_qualifiers,
123008                   /* super */
123009                   &__root_cimv2_CIM_Dependency,
123010                   /* features */
123011                   _CIM_DatabaseAdministrator_features,
123012               };
123013               
123014               //==============================================================================
123015               //
123016               // Class: CIM_DatabaseControlFile
123017 mike  1.1.2.1 //
123018               //==============================================================================
123019               
123020               static const char*
123021               _CIM_DatabaseControlFile_Antecedent_qualifiers[] =
123022               {
123023                   /* Override */
123024                   "\044Antecedent",
123025                   /* Min */
123026                   "\033\000\000\000\000",
123027                   /* Max */
123028                   "\027\000\000\000\001",
123029                   0,
123030               };
123031               
123032               static MetaReference
123033               _CIM_DatabaseControlFile_Antecedent =
123034               {
123035                   /* flags */
123036                   META_FLAG_REFERENCE|META_FLAG_READ,
123037                   /* name */
123038 mike  1.1.2.1     "Antecedent",
123039                   /* qualifiers */
123040                   _CIM_DatabaseControlFile_Antecedent_qualifiers,
123041                   /* subscript */
123042                   -1,
123043                   /* refId */
123044                   &__root_cimv2_CIM_CommonDatabase,
123045               };
123046               
123047               static const char*
123048               _CIM_DatabaseControlFile_Dependent_qualifiers[] =
123049               {
123050                   /* Override */
123051                   "\044Dependent",
123052                   0,
123053               };
123054               
123055               static MetaReference
123056               _CIM_DatabaseControlFile_Dependent =
123057               {
123058                   /* flags */
123059 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
123060                   /* name */
123061                   "Dependent",
123062                   /* qualifiers */
123063                   _CIM_DatabaseControlFile_Dependent_qualifiers,
123064                   /* subscript */
123065                   -1,
123066                   /* refId */
123067                   &__root_cimv2_CIM_LogicalFile,
123068               };
123069               
123070               static MetaFeature*
123071               _CIM_DatabaseControlFile_features[] =
123072               {
123073                   (MetaFeature*)&_CIM_DatabaseControlFile_Antecedent,
123074                   (MetaFeature*)&_CIM_DatabaseControlFile_Dependent,
123075                   0,
123076               };
123077               
123078               static const char*
123079               __root_cimv2_CIM_DatabaseControlFile_qualifiers[] =
123080 mike  1.1.2.1 {
123081                   /* ASSOCIATION */
123082                   "\000\001",
123083                   /* UMLPackagePath */
123084                   "\057CIM::Database::Storage",
123085                   /* Version */
123086                   "\0632.10",
123087                   0,
123088               };
123089               
123090               MetaClass
123091               __root_cimv2_CIM_DatabaseControlFile =
123092               {
123093                   /* flags */
123094                   META_FLAG_ASSOCIATION,
123095                   /* name */
123096                   "CIM_DatabaseControlFile",
123097                   /* qualifiers */
123098                   __root_cimv2_CIM_DatabaseControlFile_qualifiers,
123099                   /* super */
123100                   &__root_cimv2_CIM_HostedDependency,
123101 mike  1.1.2.1     /* features */
123102                   _CIM_DatabaseControlFile_features,
123103               };
123104               
123105               //==============================================================================
123106               //
123107               // Class: CIM_DatabaseFile
123108               //
123109               //==============================================================================
123110               
123111               static const char*
123112               _CIM_DatabaseFile_GroupComponent_qualifiers[] =
123113               {
123114                   /* Aggregate */
123115                   "\003\001",
123116                   /* Override */
123117                   "\044GroupComponent",
123118                   /* Min */
123119                   "\033\000\000\000\001",
123120                   /* Max */
123121                   "\027\000\000\000\001",
123122 mike  1.1.2.1     0,
123123               };
123124               
123125               static MetaReference
123126               _CIM_DatabaseFile_GroupComponent =
123127               {
123128                   /* flags */
123129                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
123130                   /* name */
123131                   "GroupComponent",
123132                   /* qualifiers */
123133                   _CIM_DatabaseFile_GroupComponent_qualifiers,
123134                   /* subscript */
123135                   -1,
123136                   /* refId */
123137                   &__root_cimv2_CIM_CommonDatabase,
123138               };
123139               
123140               static const char*
123141               _CIM_DatabaseFile_PartComponent_qualifiers[] =
123142               {
123143 mike  1.1.2.1     /* Override */
123144                   "\044PartComponent",
123145                   0,
123146               };
123147               
123148               static MetaReference
123149               _CIM_DatabaseFile_PartComponent =
123150               {
123151                   /* flags */
123152                   META_FLAG_REFERENCE|META_FLAG_READ,
123153                   /* name */
123154                   "PartComponent",
123155                   /* qualifiers */
123156                   _CIM_DatabaseFile_PartComponent_qualifiers,
123157                   /* subscript */
123158                   -1,
123159                   /* refId */
123160                   &__root_cimv2_CIM_LogicalFile,
123161               };
123162               
123163               static MetaFeature*
123164 mike  1.1.2.1 _CIM_DatabaseFile_features[] =
123165               {
123166                   (MetaFeature*)&_CIM_DatabaseFile_GroupComponent,
123167                   (MetaFeature*)&_CIM_DatabaseFile_PartComponent,
123168                   0,
123169               };
123170               
123171               static const char*
123172               __root_cimv2_CIM_DatabaseFile_qualifiers[] =
123173               {
123174                   /* ASSOCIATION */
123175                   "\000\001",
123176                   /* UMLPackagePath */
123177                   "\057CIM::Database::Storage",
123178                   /* Aggregation */
123179                   "\004\001",
123180                   /* Version */
123181                   "\0632.8.0",
123182                   0,
123183               };
123184               
123185 mike  1.1.2.1 MetaClass
123186               __root_cimv2_CIM_DatabaseFile =
123187               {
123188                   /* flags */
123189                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
123190                   /* name */
123191                   "CIM_DatabaseFile",
123192                   /* qualifiers */
123193                   __root_cimv2_CIM_DatabaseFile_qualifiers,
123194                   /* super */
123195                   &__root_cimv2_CIM_Component,
123196                   /* features */
123197                   _CIM_DatabaseFile_features,
123198               };
123199               
123200               //==============================================================================
123201               //
123202               // Class: CIM_DatabaseSegment
123203               //
123204               //==============================================================================
123205               
123206 mike  1.1.2.1 static const char*
123207               _CIM_DatabaseSegment_Purpose_qualifiers[] =
123208               {
123209                   /* Override */
123210                   "\044Purpose",
123211                   /* ValueMap */
123212                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
123213                   /* Values */
123214                   "\062\000\013Other\000Data\000Data Partition\000Data Cluster\000Index\000Index Partition\000LOB\000LOB Index\000Undo\000Snapshot\000Temp\000",
123215                   /* ModelCorrespondence */
123216                   "\036\000\001CIM_DatabaseSegment.OtherPurpose\000",
123217                   0,
123218               };
123219               
123220               static MetaProperty
123221               _CIM_DatabaseSegment_Purpose =
123222               {
123223                   /* flags */
123224                   META_FLAG_PROPERTY|META_FLAG_READ,
123225                   /* name */
123226                   "Purpose",
123227 mike  1.1.2.1     /* qualifiers */
123228                   _CIM_DatabaseSegment_Purpose_qualifiers,
123229                   /* type */
123230                   CIMTYPE_STRING,
123231                   /* subscript */
123232                   -1,
123233                   /* value */
123234                   0,
123235               };
123236               
123237               static const char*
123238               _CIM_DatabaseSegment_OtherPurpose_qualifiers[] =
123239               {
123240                   /* ModelCorrespondence */
123241                   "\036\000\001CIM_DatabaseSegment.Purpose\000",
123242                   0,
123243               };
123244               
123245               static MetaProperty
123246               _CIM_DatabaseSegment_OtherPurpose =
123247               {
123248 mike  1.1.2.1     /* flags */
123249                   META_FLAG_PROPERTY|META_FLAG_READ,
123250                   /* name */
123251                   "OtherPurpose",
123252                   /* qualifiers */
123253                   _CIM_DatabaseSegment_OtherPurpose_qualifiers,
123254                   /* type */
123255                   CIMTYPE_STRING,
123256                   /* subscript */
123257                   -1,
123258                   /* value */
123259                   0,
123260               };
123261               
123262               static MetaFeature*
123263               _CIM_DatabaseSegment_features[] =
123264               {
123265                   (MetaFeature*)&_CIM_DatabaseSegment_Purpose,
123266                   (MetaFeature*)&_CIM_DatabaseSegment_OtherPurpose,
123267                   0,
123268               };
123269 mike  1.1.2.1 
123270               static const char*
123271               __root_cimv2_CIM_DatabaseSegment_qualifiers[] =
123272               {
123273                   /* UMLPackagePath */
123274                   "\057CIM::Database::Storage",
123275                   /* Version */
123276                   "\0632.8.0",
123277                   0,
123278               };
123279               
123280               MetaClass
123281               __root_cimv2_CIM_DatabaseSegment =
123282               {
123283                   /* flags */
123284                   META_FLAG_CLASS,
123285                   /* name */
123286                   "CIM_DatabaseSegment",
123287                   /* qualifiers */
123288                   __root_cimv2_CIM_DatabaseSegment_qualifiers,
123289                   /* super */
123290 mike  1.1.2.1     &__root_cimv2_CIM_StorageExtent,
123291                   /* features */
123292                   _CIM_DatabaseSegment_features,
123293               };
123294               
123295               //==============================================================================
123296               //
123297               // Class: CIM_DatabaseService
123298               //
123299               //==============================================================================
123300               
123301               static const char*
123302               _CIM_DatabaseService_StartupTime_qualifiers[] =
123303               {
123304                   /* MappingStrings */
123305                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoStartupTime\000",
123306                   0,
123307               };
123308               
123309               static MetaProperty
123310               _CIM_DatabaseService_StartupTime =
123311 mike  1.1.2.1 {
123312                   /* flags */
123313                   META_FLAG_PROPERTY|META_FLAG_READ,
123314                   /* name */
123315                   "StartupTime",
123316                   /* qualifiers */
123317                   _CIM_DatabaseService_StartupTime_qualifiers,
123318                   /* type */
123319                   CIMTYPE_DATETIME,
123320                   /* subscript */
123321                   -1,
123322                   /* value */
123323                   0,
123324               };
123325               
123326               static const char*
123327               _CIM_DatabaseService_OperationalStatus_qualifiers[] =
123328               {
123329                   /* Override */
123330                   "\044OperationalStatus",
123331                   /* MappingStrings */
123332 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoOperStatus\000",
123333                   0,
123334               };
123335               
123336               static MetaProperty
123337               _CIM_DatabaseService_OperationalStatus =
123338               {
123339                   /* flags */
123340                   META_FLAG_PROPERTY|META_FLAG_READ,
123341                   /* name */
123342                   "OperationalStatus",
123343                   /* qualifiers */
123344                   _CIM_DatabaseService_OperationalStatus_qualifiers,
123345                   /* type */
123346                   CIMTYPE_UINT16,
123347                   /* subscript */
123348                   0,
123349                   /* value */
123350                   0,
123351               };
123352               
123353 mike  1.1.2.1 static const char*
123354               _CIM_DatabaseService_LastStatusChangeTime_qualifiers[] =
123355               {
123356                   /* Deprecated */
123357                   "\013\000\001CIM_EnabledLogicalElement.TimeOfLastStateChange\000",
123358                   /* MappingStrings */
123359                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastChange\000",
123360                   0,
123361               };
123362               
123363               static MetaProperty
123364               _CIM_DatabaseService_LastStatusChangeTime =
123365               {
123366                   /* flags */
123367                   META_FLAG_PROPERTY|META_FLAG_READ,
123368                   /* name */
123369                   "LastStatusChangeTime",
123370                   /* qualifiers */
123371                   _CIM_DatabaseService_LastStatusChangeTime_qualifiers,
123372                   /* type */
123373                   CIMTYPE_DATETIME,
123374 mike  1.1.2.1     /* subscript */
123375                   -1,
123376                   /* value */
123377                   0,
123378               };
123379               
123380               static const char*
123381               _CIM_DatabaseService_TimeOfLastStateChange_qualifiers[] =
123382               {
123383                   /* Override */
123384                   "\044TimeOfLastStateChange",
123385                   /* MappingStrings */
123386                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastChange\000",
123387                   0,
123388               };
123389               
123390               static MetaProperty
123391               _CIM_DatabaseService_TimeOfLastStateChange =
123392               {
123393                   /* flags */
123394                   META_FLAG_PROPERTY|META_FLAG_READ,
123395 mike  1.1.2.1     /* name */
123396                   "TimeOfLastStateChange",
123397                   /* qualifiers */
123398                   _CIM_DatabaseService_TimeOfLastStateChange_qualifiers,
123399                   /* type */
123400                   CIMTYPE_DATETIME,
123401                   /* subscript */
123402                   -1,
123403                   /* value */
123404                   0,
123405               };
123406               
123407               static const char*
123408               _CIM_DatabaseService_ConnectionLimit_qualifiers[] =
123409               {
123410                   /* MappingStrings */
123411                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoMaxInboundAssociations\000",
123412                   0,
123413               };
123414               
123415               static MetaProperty
123416 mike  1.1.2.1 _CIM_DatabaseService_ConnectionLimit =
123417               {
123418                   /* flags */
123419                   META_FLAG_PROPERTY|META_FLAG_READ,
123420                   /* name */
123421                   "ConnectionLimit",
123422                   /* qualifiers */
123423                   _CIM_DatabaseService_ConnectionLimit_qualifiers,
123424                   /* type */
123425                   CIMTYPE_UINT32,
123426                   /* subscript */
123427                   -1,
123428                   /* value */
123429                   0,
123430               };
123431               
123432               static MetaFeature*
123433               _CIM_DatabaseService_features[] =
123434               {
123435                   (MetaFeature*)&_CIM_DatabaseService_StartupTime,
123436                   (MetaFeature*)&_CIM_DatabaseService_OperationalStatus,
123437 mike  1.1.2.1     (MetaFeature*)&_CIM_DatabaseService_LastStatusChangeTime,
123438                   (MetaFeature*)&_CIM_DatabaseService_TimeOfLastStateChange,
123439                   (MetaFeature*)&_CIM_DatabaseService_ConnectionLimit,
123440                   0,
123441               };
123442               
123443               static const char*
123444               __root_cimv2_CIM_DatabaseService_qualifiers[] =
123445               {
123446                   /* UMLPackagePath */
123447                   "\057CIM::Database::System",
123448                   /* Version */
123449                   "\0632.7.0",
123450                   0,
123451               };
123452               
123453               MetaClass
123454               __root_cimv2_CIM_DatabaseService =
123455               {
123456                   /* flags */
123457                   META_FLAG_CLASS,
123458 mike  1.1.2.1     /* name */
123459                   "CIM_DatabaseService",
123460                   /* qualifiers */
123461                   __root_cimv2_CIM_DatabaseService_qualifiers,
123462                   /* super */
123463                   &__root_cimv2_CIM_Service,
123464                   /* features */
123465                   _CIM_DatabaseService_features,
123466               };
123467               
123468               //==============================================================================
123469               //
123470               // Class: CIM_DatabaseStorageArea
123471               //
123472               //==============================================================================
123473               
123474               static const char*
123475               _CIM_DatabaseStorageArea_IsSystemArea_qualifiers[] =
123476               {
123477                   0,
123478               };
123479 mike  1.1.2.1 
123480               static MetaProperty
123481               _CIM_DatabaseStorageArea_IsSystemArea =
123482               {
123483                   /* flags */
123484                   META_FLAG_PROPERTY|META_FLAG_READ,
123485                   /* name */
123486                   "IsSystemArea",
123487                   /* qualifiers */
123488                   _CIM_DatabaseStorageArea_IsSystemArea_qualifiers,
123489                   /* type */
123490                   CIMTYPE_BOOLEAN,
123491                   /* subscript */
123492                   -1,
123493                   /* value */
123494                   0,
123495               };
123496               
123497               static const char*
123498               _CIM_DatabaseStorageArea_LastBackup_qualifiers[] =
123499               {
123500 mike  1.1.2.1     0,
123501               };
123502               
123503               static MetaProperty
123504               _CIM_DatabaseStorageArea_LastBackup =
123505               {
123506                   /* flags */
123507                   META_FLAG_PROPERTY|META_FLAG_READ,
123508                   /* name */
123509                   "LastBackup",
123510                   /* qualifiers */
123511                   _CIM_DatabaseStorageArea_LastBackup_qualifiers,
123512                   /* type */
123513                   CIMTYPE_DATETIME,
123514                   /* subscript */
123515                   -1,
123516                   /* value */
123517                   0,
123518               };
123519               
123520               static MetaFeature*
123521 mike  1.1.2.1 _CIM_DatabaseStorageArea_features[] =
123522               {
123523                   (MetaFeature*)&_CIM_DatabaseStorageArea_IsSystemArea,
123524                   (MetaFeature*)&_CIM_DatabaseStorageArea_LastBackup,
123525                   0,
123526               };
123527               
123528               static const char*
123529               __root_cimv2_CIM_DatabaseStorageArea_qualifiers[] =
123530               {
123531                   /* UMLPackagePath */
123532                   "\057CIM::Database::Storage",
123533                   /* Version */
123534                   "\0632.8.0",
123535                   0,
123536               };
123537               
123538               MetaClass
123539               __root_cimv2_CIM_DatabaseStorageArea =
123540               {
123541                   /* flags */
123542 mike  1.1.2.1     META_FLAG_CLASS,
123543                   /* name */
123544                   "CIM_DatabaseStorageArea",
123545                   /* qualifiers */
123546                   __root_cimv2_CIM_DatabaseStorageArea_qualifiers,
123547                   /* super */
123548                   &__root_cimv2_CIM_FileSystem,
123549                   /* features */
123550                   _CIM_DatabaseStorageArea_features,
123551               };
123552               
123553               //==============================================================================
123554               //
123555               // Class: CIM_DatabaseSystem
123556               //
123557               //==============================================================================
123558               
123559               static MetaFeature*
123560               _CIM_DatabaseSystem_features[] =
123561               {
123562                   0,
123563 mike  1.1.2.1 };
123564               
123565               static const char*
123566               __root_cimv2_CIM_DatabaseSystem_qualifiers[] =
123567               {
123568                   /* UMLPackagePath */
123569                   "\057CIM::Database::System",
123570                   /* Version */
123571                   "\0632.7.0",
123572                   0,
123573               };
123574               
123575               MetaClass
123576               __root_cimv2_CIM_DatabaseSystem =
123577               {
123578                   /* flags */
123579                   META_FLAG_CLASS,
123580                   /* name */
123581                   "CIM_DatabaseSystem",
123582                   /* qualifiers */
123583                   __root_cimv2_CIM_DatabaseSystem_qualifiers,
123584 mike  1.1.2.1     /* super */
123585                   &__root_cimv2_CIM_ApplicationSystem,
123586                   /* features */
123587                   _CIM_DatabaseSystem_features,
123588               };
123589               
123590               //==============================================================================
123591               //
123592               // Class: CIM_DeviceAccessedByFile
123593               //
123594               //==============================================================================
123595               
123596               static const char*
123597               _CIM_DeviceAccessedByFile_Antecedent_qualifiers[] =
123598               {
123599                   /* Override */
123600                   "\044Antecedent",
123601                   0,
123602               };
123603               
123604               static MetaReference
123605 mike  1.1.2.1 _CIM_DeviceAccessedByFile_Antecedent =
123606               {
123607                   /* flags */
123608                   META_FLAG_REFERENCE|META_FLAG_READ,
123609                   /* name */
123610                   "Antecedent",
123611                   /* qualifiers */
123612                   _CIM_DeviceAccessedByFile_Antecedent_qualifiers,
123613                   /* subscript */
123614                   -1,
123615                   /* refId */
123616                   &__root_cimv2_CIM_DeviceFile,
123617               };
123618               
123619               static const char*
123620               _CIM_DeviceAccessedByFile_Dependent_qualifiers[] =
123621               {
123622                   /* Override */
123623                   "\044Dependent",
123624                   /* Max */
123625                   "\027\000\000\000\001",
123626 mike  1.1.2.1     0,
123627               };
123628               
123629               static MetaReference
123630               _CIM_DeviceAccessedByFile_Dependent =
123631               {
123632                   /* flags */
123633                   META_FLAG_REFERENCE|META_FLAG_READ,
123634                   /* name */
123635                   "Dependent",
123636                   /* qualifiers */
123637                   _CIM_DeviceAccessedByFile_Dependent_qualifiers,
123638                   /* subscript */
123639                   -1,
123640                   /* refId */
123641                   &__root_cimv2_CIM_LogicalDevice,
123642               };
123643               
123644               static MetaFeature*
123645               _CIM_DeviceAccessedByFile_features[] =
123646               {
123647 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceAccessedByFile_Antecedent,
123648                   (MetaFeature*)&_CIM_DeviceAccessedByFile_Dependent,
123649                   0,
123650               };
123651               
123652               static const char*
123653               __root_cimv2_CIM_DeviceAccessedByFile_qualifiers[] =
123654               {
123655                   /* ASSOCIATION */
123656                   "\000\001",
123657                   /* UMLPackagePath */
123658                   "\057CIM::System::FileElements",
123659                   /* Version */
123660                   "\0632.6.0",
123661                   0,
123662               };
123663               
123664               MetaClass
123665               __root_cimv2_CIM_DeviceAccessedByFile =
123666               {
123667                   /* flags */
123668 mike  1.1.2.1     META_FLAG_ASSOCIATION,
123669                   /* name */
123670                   "CIM_DeviceAccessedByFile",
123671                   /* qualifiers */
123672                   __root_cimv2_CIM_DeviceAccessedByFile_qualifiers,
123673                   /* super */
123674                   &__root_cimv2_CIM_Dependency,
123675                   /* features */
123676                   _CIM_DeviceAccessedByFile_features,
123677               };
123678               
123679               //==============================================================================
123680               //
123681               // Class: CIM_DeviceConnection
123682               //
123683               //==============================================================================
123684               
123685               static const char*
123686               _CIM_DeviceConnection_Antecedent_qualifiers[] =
123687               {
123688                   /* Override */
123689 mike  1.1.2.1     "\044Antecedent",
123690                   0,
123691               };
123692               
123693               static MetaReference
123694               _CIM_DeviceConnection_Antecedent =
123695               {
123696                   /* flags */
123697                   META_FLAG_REFERENCE|META_FLAG_READ,
123698                   /* name */
123699                   "Antecedent",
123700                   /* qualifiers */
123701                   _CIM_DeviceConnection_Antecedent_qualifiers,
123702                   /* subscript */
123703                   -1,
123704                   /* refId */
123705                   &__root_cimv2_CIM_LogicalDevice,
123706               };
123707               
123708               static const char*
123709               _CIM_DeviceConnection_Dependent_qualifiers[] =
123710 mike  1.1.2.1 {
123711                   /* Override */
123712                   "\044Dependent",
123713                   0,
123714               };
123715               
123716               static MetaReference
123717               _CIM_DeviceConnection_Dependent =
123718               {
123719                   /* flags */
123720                   META_FLAG_REFERENCE|META_FLAG_READ,
123721                   /* name */
123722                   "Dependent",
123723                   /* qualifiers */
123724                   _CIM_DeviceConnection_Dependent_qualifiers,
123725                   /* subscript */
123726                   -1,
123727                   /* refId */
123728                   &__root_cimv2_CIM_LogicalDevice,
123729               };
123730               
123731 mike  1.1.2.1 static const char*
123732               _CIM_DeviceConnection_NegotiatedSpeed_qualifiers[] =
123733               {
123734                   /* Units */
123735                   "\060Bits per Second",
123736                   /* MappingStrings */
123737                   "\026\000\001MIF.DMTF|Bus Port Association|001.2\000",
123738                   0,
123739               };
123740               
123741               static MetaProperty
123742               _CIM_DeviceConnection_NegotiatedSpeed =
123743               {
123744                   /* flags */
123745                   META_FLAG_PROPERTY|META_FLAG_READ,
123746                   /* name */
123747                   "NegotiatedSpeed",
123748                   /* qualifiers */
123749                   _CIM_DeviceConnection_NegotiatedSpeed_qualifiers,
123750                   /* type */
123751                   CIMTYPE_UINT64,
123752 mike  1.1.2.1     /* subscript */
123753                   -1,
123754                   /* value */
123755                   0,
123756               };
123757               
123758               static const char*
123759               _CIM_DeviceConnection_NegotiatedDataWidth_qualifiers[] =
123760               {
123761                   /* Units */
123762                   "\060Bits",
123763                   /* MappingStrings */
123764                   "\026\000\001MIF.DMTF|Bus Port Association|001.3\000",
123765                   0,
123766               };
123767               
123768               static MetaProperty
123769               _CIM_DeviceConnection_NegotiatedDataWidth =
123770               {
123771                   /* flags */
123772                   META_FLAG_PROPERTY|META_FLAG_READ,
123773 mike  1.1.2.1     /* name */
123774                   "NegotiatedDataWidth",
123775                   /* qualifiers */
123776                   _CIM_DeviceConnection_NegotiatedDataWidth_qualifiers,
123777                   /* type */
123778                   CIMTYPE_UINT32,
123779                   /* subscript */
123780                   -1,
123781                   /* value */
123782                   0,
123783               };
123784               
123785               static MetaFeature*
123786               _CIM_DeviceConnection_features[] =
123787               {
123788                   (MetaFeature*)&_CIM_DeviceConnection_Antecedent,
123789                   (MetaFeature*)&_CIM_DeviceConnection_Dependent,
123790                   (MetaFeature*)&_CIM_DeviceConnection_NegotiatedSpeed,
123791                   (MetaFeature*)&_CIM_DeviceConnection_NegotiatedDataWidth,
123792                   0,
123793               };
123794 mike  1.1.2.1 
123795               static const char*
123796               __root_cimv2_CIM_DeviceConnection_qualifiers[] =
123797               {
123798                   /* ASSOCIATION */
123799                   "\000\001",
123800                   /* UMLPackagePath */
123801                   "\057CIM::Device::DeviceElements",
123802                   /* Version */
123803                   "\0632.10.0",
123804                   0,
123805               };
123806               
123807               MetaClass
123808               __root_cimv2_CIM_DeviceConnection =
123809               {
123810                   /* flags */
123811                   META_FLAG_ASSOCIATION,
123812                   /* name */
123813                   "CIM_DeviceConnection",
123814                   /* qualifiers */
123815 mike  1.1.2.1     __root_cimv2_CIM_DeviceConnection_qualifiers,
123816                   /* super */
123817                   &__root_cimv2_CIM_Dependency,
123818                   /* features */
123819                   _CIM_DeviceConnection_features,
123820               };
123821               
123822               //==============================================================================
123823               //
123824               // Class: CIM_DeviceIdentity
123825               //
123826               //==============================================================================
123827               
123828               static const char*
123829               _CIM_DeviceIdentity_SystemElement_qualifiers[] =
123830               {
123831                   /* Override */
123832                   "\044SystemElement",
123833                   0,
123834               };
123835               
123836 mike  1.1.2.1 static MetaReference
123837               _CIM_DeviceIdentity_SystemElement =
123838               {
123839                   /* flags */
123840                   META_FLAG_REFERENCE|META_FLAG_READ,
123841                   /* name */
123842                   "SystemElement",
123843                   /* qualifiers */
123844                   _CIM_DeviceIdentity_SystemElement_qualifiers,
123845                   /* subscript */
123846                   -1,
123847                   /* refId */
123848                   &__root_cimv2_CIM_LogicalDevice,
123849               };
123850               
123851               static const char*
123852               _CIM_DeviceIdentity_SameElement_qualifiers[] =
123853               {
123854                   /* Override */
123855                   "\044SameElement",
123856                   0,
123857 mike  1.1.2.1 };
123858               
123859               static MetaReference
123860               _CIM_DeviceIdentity_SameElement =
123861               {
123862                   /* flags */
123863                   META_FLAG_REFERENCE|META_FLAG_READ,
123864                   /* name */
123865                   "SameElement",
123866                   /* qualifiers */
123867                   _CIM_DeviceIdentity_SameElement_qualifiers,
123868                   /* subscript */
123869                   -1,
123870                   /* refId */
123871                   &__root_cimv2_CIM_LogicalDevice,
123872               };
123873               
123874               static MetaFeature*
123875               _CIM_DeviceIdentity_features[] =
123876               {
123877                   (MetaFeature*)&_CIM_DeviceIdentity_SystemElement,
123878 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceIdentity_SameElement,
123879                   0,
123880               };
123881               
123882               static const char*
123883               __root_cimv2_CIM_DeviceIdentity_qualifiers[] =
123884               {
123885                   /* ASSOCIATION */
123886                   "\000\001",
123887                   /* UMLPackagePath */
123888                   "\057CIM::Device::DeviceElements",
123889                   /* Version */
123890                   "\0632.6.0",
123891                   0,
123892               };
123893               
123894               MetaClass
123895               __root_cimv2_CIM_DeviceIdentity =
123896               {
123897                   /* flags */
123898                   META_FLAG_ASSOCIATION,
123899 mike  1.1.2.1     /* name */
123900                   "CIM_DeviceIdentity",
123901                   /* qualifiers */
123902                   __root_cimv2_CIM_DeviceIdentity_qualifiers,
123903                   /* super */
123904                   &__root_cimv2_CIM_LogicalIdentity,
123905                   /* features */
123906                   _CIM_DeviceIdentity_features,
123907               };
123908               
123909               //==============================================================================
123910               //
123911               // Class: CIM_DeviceSAPImplementation
123912               //
123913               //==============================================================================
123914               
123915               static const char*
123916               _CIM_DeviceSAPImplementation_Antecedent_qualifiers[] =
123917               {
123918                   /* Override */
123919                   "\044Antecedent",
123920 mike  1.1.2.1     0,
123921               };
123922               
123923               static MetaReference
123924               _CIM_DeviceSAPImplementation_Antecedent =
123925               {
123926                   /* flags */
123927                   META_FLAG_REFERENCE|META_FLAG_READ,
123928                   /* name */
123929                   "Antecedent",
123930                   /* qualifiers */
123931                   _CIM_DeviceSAPImplementation_Antecedent_qualifiers,
123932                   /* subscript */
123933                   -1,
123934                   /* refId */
123935                   &__root_cimv2_CIM_LogicalDevice,
123936               };
123937               
123938               static const char*
123939               _CIM_DeviceSAPImplementation_Dependent_qualifiers[] =
123940               {
123941 mike  1.1.2.1     /* Override */
123942                   "\044Dependent",
123943                   0,
123944               };
123945               
123946               static MetaReference
123947               _CIM_DeviceSAPImplementation_Dependent =
123948               {
123949                   /* flags */
123950                   META_FLAG_REFERENCE|META_FLAG_READ,
123951                   /* name */
123952                   "Dependent",
123953                   /* qualifiers */
123954                   _CIM_DeviceSAPImplementation_Dependent_qualifiers,
123955                   /* subscript */
123956                   -1,
123957                   /* refId */
123958                   &__root_cimv2_CIM_ServiceAccessPoint,
123959               };
123960               
123961               static MetaFeature*
123962 mike  1.1.2.1 _CIM_DeviceSAPImplementation_features[] =
123963               {
123964                   (MetaFeature*)&_CIM_DeviceSAPImplementation_Antecedent,
123965                   (MetaFeature*)&_CIM_DeviceSAPImplementation_Dependent,
123966                   0,
123967               };
123968               
123969               static const char*
123970               __root_cimv2_CIM_DeviceSAPImplementation_qualifiers[] =
123971               {
123972                   /* ASSOCIATION */
123973                   "\000\001",
123974                   /* UMLPackagePath */
123975                   "\057CIM::Core::Device",
123976                   /* Version */
123977                   "\0632.10.0",
123978                   0,
123979               };
123980               
123981               MetaClass
123982               __root_cimv2_CIM_DeviceSAPImplementation =
123983 mike  1.1.2.1 {
123984                   /* flags */
123985                   META_FLAG_ASSOCIATION,
123986                   /* name */
123987                   "CIM_DeviceSAPImplementation",
123988                   /* qualifiers */
123989                   __root_cimv2_CIM_DeviceSAPImplementation_qualifiers,
123990                   /* super */
123991                   &__root_cimv2_CIM_Dependency,
123992                   /* features */
123993                   _CIM_DeviceSAPImplementation_features,
123994               };
123995               
123996               //==============================================================================
123997               //
123998               // Class: CIM_DeviceServiceImplementation
123999               //
124000               //==============================================================================
124001               
124002               static const char*
124003               _CIM_DeviceServiceImplementation_Antecedent_qualifiers[] =
124004 mike  1.1.2.1 {
124005                   /* Override */
124006                   "\044Antecedent",
124007                   0,
124008               };
124009               
124010               static MetaReference
124011               _CIM_DeviceServiceImplementation_Antecedent =
124012               {
124013                   /* flags */
124014                   META_FLAG_REFERENCE|META_FLAG_READ,
124015                   /* name */
124016                   "Antecedent",
124017                   /* qualifiers */
124018                   _CIM_DeviceServiceImplementation_Antecedent_qualifiers,
124019                   /* subscript */
124020                   -1,
124021                   /* refId */
124022                   &__root_cimv2_CIM_LogicalDevice,
124023               };
124024               
124025 mike  1.1.2.1 static const char*
124026               _CIM_DeviceServiceImplementation_Dependent_qualifiers[] =
124027               {
124028                   /* Override */
124029                   "\044Dependent",
124030                   0,
124031               };
124032               
124033               static MetaReference
124034               _CIM_DeviceServiceImplementation_Dependent =
124035               {
124036                   /* flags */
124037                   META_FLAG_REFERENCE|META_FLAG_READ,
124038                   /* name */
124039                   "Dependent",
124040                   /* qualifiers */
124041                   _CIM_DeviceServiceImplementation_Dependent_qualifiers,
124042                   /* subscript */
124043                   -1,
124044                   /* refId */
124045                   &__root_cimv2_CIM_Service,
124046 mike  1.1.2.1 };
124047               
124048               static MetaFeature*
124049               _CIM_DeviceServiceImplementation_features[] =
124050               {
124051                   (MetaFeature*)&_CIM_DeviceServiceImplementation_Antecedent,
124052                   (MetaFeature*)&_CIM_DeviceServiceImplementation_Dependent,
124053                   0,
124054               };
124055               
124056               static const char*
124057               __root_cimv2_CIM_DeviceServiceImplementation_qualifiers[] =
124058               {
124059                   /* ASSOCIATION */
124060                   "\000\001",
124061                   /* UMLPackagePath */
124062                   "\057CIM::Core::Device",
124063                   /* Version */
124064                   "\0632.10.0",
124065                   0,
124066               };
124067 mike  1.1.2.1 
124068               MetaClass
124069               __root_cimv2_CIM_DeviceServiceImplementation =
124070               {
124071                   /* flags */
124072                   META_FLAG_ASSOCIATION,
124073                   /* name */
124074                   "CIM_DeviceServiceImplementation",
124075                   /* qualifiers */
124076                   __root_cimv2_CIM_DeviceServiceImplementation_qualifiers,
124077                   /* super */
124078                   &__root_cimv2_CIM_Dependency,
124079                   /* features */
124080                   _CIM_DeviceServiceImplementation_features,
124081               };
124082               
124083               //==============================================================================
124084               //
124085               // Class: CIM_DeviceServicesLocation
124086               //
124087               //==============================================================================
124088 mike  1.1.2.1 
124089               static const char*
124090               _CIM_DeviceServicesLocation_Antecedent_qualifiers[] =
124091               {
124092                   /* Override */
124093                   "\044Antecedent",
124094                   0,
124095               };
124096               
124097               static MetaReference
124098               _CIM_DeviceServicesLocation_Antecedent =
124099               {
124100                   /* flags */
124101                   META_FLAG_REFERENCE|META_FLAG_READ,
124102                   /* name */
124103                   "Antecedent",
124104                   /* qualifiers */
124105                   _CIM_DeviceServicesLocation_Antecedent_qualifiers,
124106                   /* subscript */
124107                   -1,
124108                   /* refId */
124109 mike  1.1.2.1     &__root_cimv2_CIM_MediaTransferDevice,
124110               };
124111               
124112               static const char*
124113               _CIM_DeviceServicesLocation_Dependent_qualifiers[] =
124114               {
124115                   /* Override */
124116                   "\044Dependent",
124117                   0,
124118               };
124119               
124120               static MetaReference
124121               _CIM_DeviceServicesLocation_Dependent =
124122               {
124123                   /* flags */
124124                   META_FLAG_REFERENCE|META_FLAG_READ,
124125                   /* name */
124126                   "Dependent",
124127                   /* qualifiers */
124128                   _CIM_DeviceServicesLocation_Dependent_qualifiers,
124129                   /* subscript */
124130 mike  1.1.2.1     -1,
124131                   /* refId */
124132                   &__root_cimv2_CIM_StorageMediaLocation,
124133               };
124134               
124135               static const char*
124136               _CIM_DeviceServicesLocation_Inaccessible_qualifiers[] =
124137               {
124138                   0,
124139               };
124140               
124141               static MetaProperty
124142               _CIM_DeviceServicesLocation_Inaccessible =
124143               {
124144                   /* flags */
124145                   META_FLAG_PROPERTY|META_FLAG_READ,
124146                   /* name */
124147                   "Inaccessible",
124148                   /* qualifiers */
124149                   _CIM_DeviceServicesLocation_Inaccessible_qualifiers,
124150                   /* type */
124151 mike  1.1.2.1     CIMTYPE_BOOLEAN,
124152                   /* subscript */
124153                   -1,
124154                   /* value */
124155                   0,
124156               };
124157               
124158               static MetaFeature*
124159               _CIM_DeviceServicesLocation_features[] =
124160               {
124161                   (MetaFeature*)&_CIM_DeviceServicesLocation_Antecedent,
124162                   (MetaFeature*)&_CIM_DeviceServicesLocation_Dependent,
124163                   (MetaFeature*)&_CIM_DeviceServicesLocation_Inaccessible,
124164                   0,
124165               };
124166               
124167               static const char*
124168               __root_cimv2_CIM_DeviceServicesLocation_qualifiers[] =
124169               {
124170                   /* ASSOCIATION */
124171                   "\000\001",
124172 mike  1.1.2.1     /* UMLPackagePath */
124173                   "\057CIM::Device::StorageLib",
124174                   /* Version */
124175                   "\0632.6.0",
124176                   0,
124177               };
124178               
124179               MetaClass
124180               __root_cimv2_CIM_DeviceServicesLocation =
124181               {
124182                   /* flags */
124183                   META_FLAG_ASSOCIATION,
124184                   /* name */
124185                   "CIM_DeviceServicesLocation",
124186                   /* qualifiers */
124187                   __root_cimv2_CIM_DeviceServicesLocation_qualifiers,
124188                   /* super */
124189                   &__root_cimv2_CIM_Dependency,
124190                   /* features */
124191                   _CIM_DeviceServicesLocation_features,
124192               };
124193 mike  1.1.2.1 
124194               //==============================================================================
124195               //
124196               // Class: CIM_DeviceSoftware
124197               //
124198               //==============================================================================
124199               
124200               static const char*
124201               _CIM_DeviceSoftware_Antecedent_qualifiers[] =
124202               {
124203                   /* Override */
124204                   "\044Antecedent",
124205                   0,
124206               };
124207               
124208               static MetaReference
124209               _CIM_DeviceSoftware_Antecedent =
124210               {
124211                   /* flags */
124212                   META_FLAG_REFERENCE|META_FLAG_READ,
124213                   /* name */
124214 mike  1.1.2.1     "Antecedent",
124215                   /* qualifiers */
124216                   _CIM_DeviceSoftware_Antecedent_qualifiers,
124217                   /* subscript */
124218                   -1,
124219                   /* refId */
124220                   &__root_cimv2_CIM_SoftwareElement,
124221               };
124222               
124223               static const char*
124224               _CIM_DeviceSoftware_Dependent_qualifiers[] =
124225               {
124226                   /* Override */
124227                   "\044Dependent",
124228                   0,
124229               };
124230               
124231               static MetaReference
124232               _CIM_DeviceSoftware_Dependent =
124233               {
124234                   /* flags */
124235 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
124236                   /* name */
124237                   "Dependent",
124238                   /* qualifiers */
124239                   _CIM_DeviceSoftware_Dependent_qualifiers,
124240                   /* subscript */
124241                   -1,
124242                   /* refId */
124243                   &__root_cimv2_CIM_LogicalDevice,
124244               };
124245               
124246               static const char*
124247               _CIM_DeviceSoftware_Purpose_qualifiers[] =
124248               {
124249                   /* ValueMap */
124250                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
124251                   /* Values */
124252                   "\062\000\011Unknown\000Other\000Driver\000Configuration Software\000Application Software\000Instrumentation\000Firmware\000BIOS\000Boot ROM\000",
124253                   /* MappingStrings */
124254                   "\026\000\001MIF.DMTF|SubComponent Software|001.2\000",
124255                   /* ModelCorrespondence */
124256 mike  1.1.2.1     "\036\000\001CIM_DeviceSoftware.PurposeDescription\000",
124257                   0,
124258               };
124259               
124260               static MetaProperty
124261               _CIM_DeviceSoftware_Purpose =
124262               {
124263                   /* flags */
124264                   META_FLAG_PROPERTY|META_FLAG_READ,
124265                   /* name */
124266                   "Purpose",
124267                   /* qualifiers */
124268                   _CIM_DeviceSoftware_Purpose_qualifiers,
124269                   /* type */
124270                   CIMTYPE_UINT16,
124271                   /* subscript */
124272                   -1,
124273                   /* value */
124274                   0,
124275               };
124276               
124277 mike  1.1.2.1 static const char*
124278               _CIM_DeviceSoftware_PurposeDescription_qualifiers[] =
124279               {
124280                   /* ModelCorrespondence */
124281                   "\036\000\001CIM_DeviceSoftware.Purpose\000",
124282                   0,
124283               };
124284               
124285               static MetaProperty
124286               _CIM_DeviceSoftware_PurposeDescription =
124287               {
124288                   /* flags */
124289                   META_FLAG_PROPERTY|META_FLAG_READ,
124290                   /* name */
124291                   "PurposeDescription",
124292                   /* qualifiers */
124293                   _CIM_DeviceSoftware_PurposeDescription_qualifiers,
124294                   /* type */
124295                   CIMTYPE_STRING,
124296                   /* subscript */
124297                   -1,
124298 mike  1.1.2.1     /* value */
124299                   0,
124300               };
124301               
124302               static const char*
124303               _CIM_DeviceSoftware_LoadedOnDevice_qualifiers[] =
124304               {
124305                   0,
124306               };
124307               
124308               static MetaProperty
124309               _CIM_DeviceSoftware_LoadedOnDevice =
124310               {
124311                   /* flags */
124312                   META_FLAG_PROPERTY|META_FLAG_READ,
124313                   /* name */
124314                   "LoadedOnDevice",
124315                   /* qualifiers */
124316                   _CIM_DeviceSoftware_LoadedOnDevice_qualifiers,
124317                   /* type */
124318                   CIMTYPE_BOOLEAN,
124319 mike  1.1.2.1     /* subscript */
124320                   -1,
124321                   /* value */
124322                   0,
124323               };
124324               
124325               static const char*
124326               _CIM_DeviceSoftware_UpgradeableOnDevice_qualifiers[] =
124327               {
124328                   0,
124329               };
124330               
124331               static MetaProperty
124332               _CIM_DeviceSoftware_UpgradeableOnDevice =
124333               {
124334                   /* flags */
124335                   META_FLAG_PROPERTY|META_FLAG_READ,
124336                   /* name */
124337                   "UpgradeableOnDevice",
124338                   /* qualifiers */
124339                   _CIM_DeviceSoftware_UpgradeableOnDevice_qualifiers,
124340 mike  1.1.2.1     /* type */
124341                   CIMTYPE_BOOLEAN,
124342                   /* subscript */
124343                   -1,
124344                   /* value */
124345                   0,
124346               };
124347               
124348               static MetaFeature*
124349               _CIM_DeviceSoftware_features[] =
124350               {
124351                   (MetaFeature*)&_CIM_DeviceSoftware_Antecedent,
124352                   (MetaFeature*)&_CIM_DeviceSoftware_Dependent,
124353                   (MetaFeature*)&_CIM_DeviceSoftware_Purpose,
124354                   (MetaFeature*)&_CIM_DeviceSoftware_PurposeDescription,
124355                   (MetaFeature*)&_CIM_DeviceSoftware_LoadedOnDevice,
124356                   (MetaFeature*)&_CIM_DeviceSoftware_UpgradeableOnDevice,
124357                   0,
124358               };
124359               
124360               static const char*
124361 mike  1.1.2.1 __root_cimv2_CIM_DeviceSoftware_qualifiers[] =
124362               {
124363                   /* ASSOCIATION */
124364                   "\000\001",
124365                   /* UMLPackagePath */
124366                   "\057CIM::Device::DeviceElements",
124367                   /* Version */
124368                   "\0632.10.0",
124369                   0,
124370               };
124371               
124372               MetaClass
124373               __root_cimv2_CIM_DeviceSoftware =
124374               {
124375                   /* flags */
124376                   META_FLAG_ASSOCIATION,
124377                   /* name */
124378                   "CIM_DeviceSoftware",
124379                   /* qualifiers */
124380                   __root_cimv2_CIM_DeviceSoftware_qualifiers,
124381                   /* super */
124382 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
124383                   /* features */
124384                   _CIM_DeviceSoftware_features,
124385               };
124386               
124387               //==============================================================================
124388               //
124389               // Class: CIM_DeviceStatistics
124390               //
124391               //==============================================================================
124392               
124393               static const char*
124394               _CIM_DeviceStatistics_Stats_qualifiers[] =
124395               {
124396                   /* Override */
124397                   "\044Stats",
124398                   /* Weak */
124399                   "\064\001",
124400                   0,
124401               };
124402               
124403 mike  1.1.2.1 static MetaReference
124404               _CIM_DeviceStatistics_Stats =
124405               {
124406                   /* flags */
124407                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
124408                   /* name */
124409                   "Stats",
124410                   /* qualifiers */
124411                   _CIM_DeviceStatistics_Stats_qualifiers,
124412                   /* subscript */
124413                   -1,
124414                   /* refId */
124415                   &__root_cimv2_CIM_DeviceStatisticalInformation,
124416               };
124417               
124418               static const char*
124419               _CIM_DeviceStatistics_Element_qualifiers[] =
124420               {
124421                   /* Override */
124422                   "\044Element",
124423                   /* Min */
124424 mike  1.1.2.1     "\033\000\000\000\001",
124425                   /* Max */
124426                   "\027\000\000\000\001",
124427                   0,
124428               };
124429               
124430               static MetaReference
124431               _CIM_DeviceStatistics_Element =
124432               {
124433                   /* flags */
124434                   META_FLAG_REFERENCE|META_FLAG_READ,
124435                   /* name */
124436                   "Element",
124437                   /* qualifiers */
124438                   _CIM_DeviceStatistics_Element_qualifiers,
124439                   /* subscript */
124440                   -1,
124441                   /* refId */
124442                   &__root_cimv2_CIM_LogicalDevice,
124443               };
124444               
124445 mike  1.1.2.1 static MetaFeature*
124446               _CIM_DeviceStatistics_features[] =
124447               {
124448                   (MetaFeature*)&_CIM_DeviceStatistics_Stats,
124449                   (MetaFeature*)&_CIM_DeviceStatistics_Element,
124450                   0,
124451               };
124452               
124453               static const char*
124454               __root_cimv2_CIM_DeviceStatistics_qualifiers[] =
124455               {
124456                   /* ASSOCIATION */
124457                   "\000\001",
124458                   /* UMLPackagePath */
124459                   "\057CIM::Core::Statistics",
124460                   /* Version */
124461                   "\0632.6.0",
124462                   0,
124463               };
124464               
124465               MetaClass
124466 mike  1.1.2.1 __root_cimv2_CIM_DeviceStatistics =
124467               {
124468                   /* flags */
124469                   META_FLAG_ASSOCIATION,
124470                   /* name */
124471                   "CIM_DeviceStatistics",
124472                   /* qualifiers */
124473                   __root_cimv2_CIM_DeviceStatistics_qualifiers,
124474                   /* super */
124475                   &__root_cimv2_CIM_Statistics,
124476                   /* features */
124477                   _CIM_DeviceStatistics_features,
124478               };
124479               
124480               //==============================================================================
124481               //
124482               // Class: CIM_DiagnosticService
124483               //
124484               //==============================================================================
124485               
124486               static const char*
124487 mike  1.1.2.1 _CIM_DiagnosticService_RunDiagnostic_ManagedElement_qualifiers[] =
124488               {
124489                   /* IN */
124490                   "\024\001",
124491                   0,
124492               };
124493               
124494               static MetaReference
124495               _CIM_DiagnosticService_RunDiagnostic_ManagedElement =
124496               {
124497                   /* flags */
124498                   META_FLAG_REFERENCE|META_FLAG_IN,
124499                   /* name */
124500                   "ManagedElement",
124501                   /* qualifiers */
124502                   _CIM_DiagnosticService_RunDiagnostic_ManagedElement_qualifiers,
124503                   /* subscript */
124504                   -1,
124505                   /* ref */
124506                   &__root_cimv2_CIM_ManagedElement,
124507               };
124508 mike  1.1.2.1 
124509               static const char*
124510               _CIM_DiagnosticService_RunDiagnostic_DiagSetting_qualifiers[] =
124511               {
124512                   /* IN */
124513                   "\024\001",
124514                   0,
124515               };
124516               
124517               static MetaReference
124518               _CIM_DiagnosticService_RunDiagnostic_DiagSetting =
124519               {
124520                   /* flags */
124521                   META_FLAG_REFERENCE|META_FLAG_IN,
124522                   /* name */
124523                   "DiagSetting",
124524                   /* qualifiers */
124525                   _CIM_DiagnosticService_RunDiagnostic_DiagSetting_qualifiers,
124526                   /* subscript */
124527                   -1,
124528                   /* ref */
124529 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticSetting,
124530               };
124531               
124532               static const char*
124533               _CIM_DiagnosticService_RunDiagnostic_JobSetting_qualifiers[] =
124534               {
124535                   /* IN */
124536                   "\024\001",
124537                   0,
124538               };
124539               
124540               static MetaReference
124541               _CIM_DiagnosticService_RunDiagnostic_JobSetting =
124542               {
124543                   /* flags */
124544                   META_FLAG_REFERENCE|META_FLAG_IN,
124545                   /* name */
124546                   "JobSetting",
124547                   /* qualifiers */
124548                   _CIM_DiagnosticService_RunDiagnostic_JobSetting_qualifiers,
124549                   /* subscript */
124550 mike  1.1.2.1     -1,
124551                   /* ref */
124552                   &__root_cimv2_CIM_JobSettingData,
124553               };
124554               
124555               static const char*
124556               _CIM_DiagnosticService_RunDiagnostic_Job_qualifiers[] =
124557               {
124558                   /* IN */
124559                   "\024\000",
124560                   /* OUT */
124561                   "\043\001",
124562                   0,
124563               };
124564               
124565               static MetaReference
124566               _CIM_DiagnosticService_RunDiagnostic_Job =
124567               {
124568                   /* flags */
124569                   META_FLAG_REFERENCE|META_FLAG_OUT,
124570                   /* name */
124571 mike  1.1.2.1     "Job",
124572                   /* qualifiers */
124573                   _CIM_DiagnosticService_RunDiagnostic_Job_qualifiers,
124574                   /* subscript */
124575                   -1,
124576                   /* ref */
124577                   &__root_cimv2_CIM_ConcreteJob,
124578               };
124579               
124580               static MetaFeature*
124581               _CIM_DiagnosticService_RunDiagnostic_parameters[] =
124582               {
124583                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_ManagedElement,
124584                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_DiagSetting,
124585                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_JobSetting,
124586                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_Job,
124587                   0,
124588               };
124589               
124590               static const char*
124591               _CIM_DiagnosticService_RunDiagnostic_qualifiers[] =
124592 mike  1.1.2.1 {
124593                   /* ValueMap */
124594                   "\061\000\0120\0001\0002\0003\0004\0005\000..\0000x1000\000..\0000x8000..\000",
124595                   /* Values */
124596                   "\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",
124597                   0,
124598               };
124599               
124600               static MetaMethod
124601               _CIM_DiagnosticService_RunDiagnostic =
124602               {
124603                   /* flags */
124604                   META_FLAG_METHOD,
124605                   /* name */
124606                   "CIM_DiagnosticService",
124607                   /* qualifiers */
124608                   _CIM_DiagnosticService_RunDiagnostic_qualifiers,
124609                   /* type */
124610                   CIMTYPE_UINT32,
124611                   /* parameters */
124612                   _CIM_DiagnosticService_RunDiagnostic_parameters,
124613 mike  1.1.2.1 };
124614               
124615               static MetaFeature*
124616               _CIM_DiagnosticService_features[] =
124617               {
124618                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic,
124619                   0,
124620               };
124621               
124622               static const char*
124623               __root_cimv2_CIM_DiagnosticService_qualifiers[] =
124624               {
124625                   /* UMLPackagePath */
124626                   "\057CIM::System::Diagnostics",
124627                   /* Abstract */
124628                   "\002\001",
124629                   /* Version */
124630                   "\0632.9.0",
124631                   0,
124632               };
124633               
124634 mike  1.1.2.1 MetaClass
124635               __root_cimv2_CIM_DiagnosticService =
124636               {
124637                   /* flags */
124638                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
124639                   /* name */
124640                   "CIM_DiagnosticService",
124641                   /* qualifiers */
124642                   __root_cimv2_CIM_DiagnosticService_qualifiers,
124643                   /* super */
124644                   &__root_cimv2_CIM_Service,
124645                   /* features */
124646                   _CIM_DiagnosticService_features,
124647               };
124648               
124649               //==============================================================================
124650               //
124651               // Class: CIM_DiagnosticsLog
124652               //
124653               //==============================================================================
124654               
124655 mike  1.1.2.1 static MetaFeature*
124656               _CIM_DiagnosticsLog_features[] =
124657               {
124658                   0,
124659               };
124660               
124661               static const char*
124662               __root_cimv2_CIM_DiagnosticsLog_qualifiers[] =
124663               {
124664                   /* UMLPackagePath */
124665                   "\057CIM::System::Logs",
124666                   /* Version */
124667                   "\0632.9.0",
124668                   0,
124669               };
124670               
124671               MetaClass
124672               __root_cimv2_CIM_DiagnosticsLog =
124673               {
124674                   /* flags */
124675                   META_FLAG_CLASS,
124676 mike  1.1.2.1     /* name */
124677                   "CIM_DiagnosticsLog",
124678                   /* qualifiers */
124679                   __root_cimv2_CIM_DiagnosticsLog_qualifiers,
124680                   /* super */
124681                   &__root_cimv2_CIM_RecordLog,
124682                   /* features */
124683                   _CIM_DiagnosticsLog_features,
124684               };
124685               
124686               //==============================================================================
124687               //
124688               // Class: CIM_DiagnosticTest
124689               //
124690               //==============================================================================
124691               
124692               static const char*
124693               _CIM_DiagnosticTest_Characteristics_qualifiers[] =
124694               {
124695                   /* ValueMap */
124696                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
124697 mike  1.1.2.1     /* Values */
124698                   "\062\000\013Unknown\000Other\000Is Exclusive\000Is Interactive\000Is Destructive\000Is Risky\000Is Package\000Reserved\000Is Synchronous\000Media Required\000Additional Hardware Required\000",
124699                   /* ModelCorrespondence */
124700                   "\036\000\001CIM_DiagnosticTest.OtherCharacteristicsDescriptions\000",
124701                   0,
124702               };
124703               
124704               static MetaProperty
124705               _CIM_DiagnosticTest_Characteristics =
124706               {
124707                   /* flags */
124708                   META_FLAG_PROPERTY|META_FLAG_READ,
124709                   /* name */
124710                   "Characteristics",
124711                   /* qualifiers */
124712                   _CIM_DiagnosticTest_Characteristics_qualifiers,
124713                   /* type */
124714                   CIMTYPE_UINT16,
124715                   /* subscript */
124716                   0,
124717                   /* value */
124718 mike  1.1.2.1     0,
124719               };
124720               
124721               static const char*
124722               _CIM_DiagnosticTest_OtherCharacteristicDescription_qualifiers[] =
124723               {
124724                   /* Deprecated */
124725                   "\013\000\001CIM_DiagnosticTest.OtherCharacteristicsDescriptions\000",
124726                   /* ModelCorrespondence */
124727                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
124728                   0,
124729               };
124730               
124731               static MetaProperty
124732               _CIM_DiagnosticTest_OtherCharacteristicDescription =
124733               {
124734                   /* flags */
124735                   META_FLAG_PROPERTY|META_FLAG_READ,
124736                   /* name */
124737                   "OtherCharacteristicDescription",
124738                   /* qualifiers */
124739 mike  1.1.2.1     _CIM_DiagnosticTest_OtherCharacteristicDescription_qualifiers,
124740                   /* type */
124741                   CIMTYPE_STRING,
124742                   /* subscript */
124743                   -1,
124744                   /* value */
124745                   0,
124746               };
124747               
124748               static const char*
124749               _CIM_DiagnosticTest_OtherCharacteristicsDescriptions_qualifiers[] =
124750               {
124751                   /* ModelCorrespondence */
124752                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
124753                   0,
124754               };
124755               
124756               static MetaProperty
124757               _CIM_DiagnosticTest_OtherCharacteristicsDescriptions =
124758               {
124759                   /* flags */
124760 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
124761                   /* name */
124762                   "OtherCharacteristicsDescriptions",
124763                   /* qualifiers */
124764                   _CIM_DiagnosticTest_OtherCharacteristicsDescriptions_qualifiers,
124765                   /* type */
124766                   CIMTYPE_STRING,
124767                   /* subscript */
124768                   0,
124769                   /* value */
124770                   0,
124771               };
124772               
124773               static const char*
124774               _CIM_DiagnosticTest_IsInUse_qualifiers[] =
124775               {
124776                   /* Deprecated */
124777                   "\013\000\001CIM_Service.Started\000",
124778                   0,
124779               };
124780               
124781 mike  1.1.2.1 static MetaProperty
124782               _CIM_DiagnosticTest_IsInUse =
124783               {
124784                   /* flags */
124785                   META_FLAG_PROPERTY|META_FLAG_READ,
124786                   /* name */
124787                   "IsInUse",
124788                   /* qualifiers */
124789                   _CIM_DiagnosticTest_IsInUse_qualifiers,
124790                   /* type */
124791                   CIMTYPE_BOOLEAN,
124792                   /* subscript */
124793                   -1,
124794                   /* value */
124795                   0,
124796               };
124797               
124798               static const char*
124799               _CIM_DiagnosticTest_ResourcesUsed_qualifiers[] =
124800               {
124801                   /* Deprecated */
124802 mike  1.1.2.1     "\013\000\001CIM_ServiceAffectsElement\000",
124803                   /* ValueMap */
124804                   "\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",
124805                   /* Values */
124806                   "\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",
124807                   0,
124808               };
124809               
124810               static MetaProperty
124811               _CIM_DiagnosticTest_ResourcesUsed =
124812               {
124813                   /* flags */
124814                   META_FLAG_PROPERTY|META_FLAG_READ,
124815                   /* name */
124816                   "ResourcesUsed",
124817                   /* qualifiers */
124818                   _CIM_DiagnosticTest_ResourcesUsed_qualifiers,
124819                   /* type */
124820                   CIMTYPE_UINT16,
124821                   /* subscript */
124822                   0,
124823 mike  1.1.2.1     /* value */
124824                   0,
124825               };
124826               
124827               static const char*
124828               _CIM_DiagnosticTest_TestTypes_qualifiers[] =
124829               {
124830                   /* ValueMap */
124831                   "\061\000\0110\0001\0002\0003\0004\0005\0006\000..\0000x8000..\000",
124832                   /* Values */
124833                   "\062\000\011Unknown\000Other\000Functional\000Stress\000Health Check\000Access Test\000Media Verify\000DMTF Reserved\000Vendor Reserved\000",
124834                   /* ArrayType */
124835                   "\005Indexed",
124836                   /* ModelCorrespondence */
124837                   "\036\000\001CIM_DiagnosticTest.OtherTestTypesDescriptions\000",
124838                   0,
124839               };
124840               
124841               static MetaProperty
124842               _CIM_DiagnosticTest_TestTypes =
124843               {
124844 mike  1.1.2.1     /* flags */
124845                   META_FLAG_PROPERTY|META_FLAG_READ,
124846                   /* name */
124847                   "TestTypes",
124848                   /* qualifiers */
124849                   _CIM_DiagnosticTest_TestTypes_qualifiers,
124850                   /* type */
124851                   CIMTYPE_UINT16,
124852                   /* subscript */
124853                   0,
124854                   /* value */
124855                   0,
124856               };
124857               
124858               static const char*
124859               _CIM_DiagnosticTest_OtherTestTypesDescriptions_qualifiers[] =
124860               {
124861                   /* ArrayType */
124862                   "\005Indexed",
124863                   /* ModelCorrespondence */
124864                   "\036\000\001CIM_DiagnosticTest.TestTypes\000",
124865 mike  1.1.2.1     0,
124866               };
124867               
124868               static MetaProperty
124869               _CIM_DiagnosticTest_OtherTestTypesDescriptions =
124870               {
124871                   /* flags */
124872                   META_FLAG_PROPERTY|META_FLAG_READ,
124873                   /* name */
124874                   "OtherTestTypesDescriptions",
124875                   /* qualifiers */
124876                   _CIM_DiagnosticTest_OtherTestTypesDescriptions_qualifiers,
124877                   /* type */
124878                   CIMTYPE_STRING,
124879                   /* subscript */
124880                   0,
124881                   /* value */
124882                   0,
124883               };
124884               
124885               static const char*
124886 mike  1.1.2.1 _CIM_DiagnosticTest_RunTest_SystemElement_qualifiers[] =
124887               {
124888                   /* IN */
124889                   "\024\001",
124890                   0,
124891               };
124892               
124893               static MetaReference
124894               _CIM_DiagnosticTest_RunTest_SystemElement =
124895               {
124896                   /* flags */
124897                   META_FLAG_REFERENCE|META_FLAG_IN,
124898                   /* name */
124899                   "SystemElement",
124900                   /* qualifiers */
124901                   _CIM_DiagnosticTest_RunTest_SystemElement_qualifiers,
124902                   /* subscript */
124903                   -1,
124904                   /* ref */
124905                   &__root_cimv2_CIM_ManagedSystemElement,
124906               };
124907 mike  1.1.2.1 
124908               static const char*
124909               _CIM_DiagnosticTest_RunTest_Setting_qualifiers[] =
124910               {
124911                   /* IN */
124912                   "\024\001",
124913                   0,
124914               };
124915               
124916               static MetaReference
124917               _CIM_DiagnosticTest_RunTest_Setting =
124918               {
124919                   /* flags */
124920                   META_FLAG_REFERENCE|META_FLAG_IN,
124921                   /* name */
124922                   "Setting",
124923                   /* qualifiers */
124924                   _CIM_DiagnosticTest_RunTest_Setting_qualifiers,
124925                   /* subscript */
124926                   -1,
124927                   /* ref */
124928 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticSetting,
124929               };
124930               
124931               static const char*
124932               _CIM_DiagnosticTest_RunTest_Result_qualifiers[] =
124933               {
124934                   /* IN */
124935                   "\024\000",
124936                   /* OUT */
124937                   "\043\001",
124938                   0,
124939               };
124940               
124941               static MetaReference
124942               _CIM_DiagnosticTest_RunTest_Result =
124943               {
124944                   /* flags */
124945                   META_FLAG_REFERENCE|META_FLAG_OUT,
124946                   /* name */
124947                   "Result",
124948                   /* qualifiers */
124949 mike  1.1.2.1     _CIM_DiagnosticTest_RunTest_Result_qualifiers,
124950                   /* subscript */
124951                   -1,
124952                   /* ref */
124953                   &__root_cimv2_CIM_DiagnosticResult,
124954               };
124955               
124956               static MetaFeature*
124957               _CIM_DiagnosticTest_RunTest_parameters[] =
124958               {
124959                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_SystemElement,
124960                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_Setting,
124961                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_Result,
124962                   0,
124963               };
124964               
124965               static const char*
124966               _CIM_DiagnosticTest_RunTest_qualifiers[] =
124967               {
124968                   /* Deprecated */
124969                   "\013\000\001CIM_DiagnosticService.RunDiagnostic\000",
124970 mike  1.1.2.1     0,
124971               };
124972               
124973               static MetaMethod
124974               _CIM_DiagnosticTest_RunTest =
124975               {
124976                   /* flags */
124977                   META_FLAG_METHOD,
124978                   /* name */
124979                   "CIM_DiagnosticTest",
124980                   /* qualifiers */
124981                   _CIM_DiagnosticTest_RunTest_qualifiers,
124982                   /* type */
124983                   CIMTYPE_UINT32,
124984                   /* parameters */
124985                   _CIM_DiagnosticTest_RunTest_parameters,
124986               };
124987               
124988               static const char*
124989               _CIM_DiagnosticTest_ClearResults_SystemElement_qualifiers[] =
124990               {
124991 mike  1.1.2.1     /* IN */
124992                   "\024\001",
124993                   0,
124994               };
124995               
124996               static MetaReference
124997               _CIM_DiagnosticTest_ClearResults_SystemElement =
124998               {
124999                   /* flags */
125000                   META_FLAG_REFERENCE|META_FLAG_IN,
125001                   /* name */
125002                   "SystemElement",
125003                   /* qualifiers */
125004                   _CIM_DiagnosticTest_ClearResults_SystemElement_qualifiers,
125005                   /* subscript */
125006                   -1,
125007                   /* ref */
125008                   &__root_cimv2_CIM_ManagedSystemElement,
125009               };
125010               
125011               static const char*
125012 mike  1.1.2.1 _CIM_DiagnosticTest_ClearResults_ResultsNotCleared_qualifiers[] =
125013               {
125014                   /* IN */
125015                   "\024\000",
125016                   /* OUT */
125017                   "\043\001",
125018                   0,
125019               };
125020               
125021               static MetaProperty
125022               _CIM_DiagnosticTest_ClearResults_ResultsNotCleared =
125023               {
125024                   /* flags */
125025                   META_FLAG_PROPERTY|META_FLAG_OUT,
125026                   /* name */
125027                   "ResultsNotCleared",
125028                   /* qualifiers */
125029                   _CIM_DiagnosticTest_ClearResults_ResultsNotCleared_qualifiers,
125030                   /* type */
125031                   CIMTYPE_STRING,
125032                   /* subscript */
125033 mike  1.1.2.1     0,
125034                   /* value */
125035                   0,
125036               };
125037               
125038               static MetaFeature*
125039               _CIM_DiagnosticTest_ClearResults_parameters[] =
125040               {
125041                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults_SystemElement,
125042                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults_ResultsNotCleared,
125043                   0,
125044               };
125045               
125046               static const char*
125047               _CIM_DiagnosticTest_ClearResults_qualifiers[] =
125048               {
125049                   /* Deprecated */
125050                   "\013\000\001CIM_Log.ClearLog\000",
125051                   0,
125052               };
125053               
125054 mike  1.1.2.1 static MetaMethod
125055               _CIM_DiagnosticTest_ClearResults =
125056               {
125057                   /* flags */
125058                   META_FLAG_METHOD,
125059                   /* name */
125060                   "CIM_DiagnosticTest",
125061                   /* qualifiers */
125062                   _CIM_DiagnosticTest_ClearResults_qualifiers,
125063                   /* type */
125064                   CIMTYPE_UINT32,
125065                   /* parameters */
125066                   _CIM_DiagnosticTest_ClearResults_parameters,
125067               };
125068               
125069               static const char*
125070               _CIM_DiagnosticTest_DiscontinueTest_SystemElement_qualifiers[] =
125071               {
125072                   /* IN */
125073                   "\024\001",
125074                   0,
125075 mike  1.1.2.1 };
125076               
125077               static MetaReference
125078               _CIM_DiagnosticTest_DiscontinueTest_SystemElement =
125079               {
125080                   /* flags */
125081                   META_FLAG_REFERENCE|META_FLAG_IN,
125082                   /* name */
125083                   "SystemElement",
125084                   /* qualifiers */
125085                   _CIM_DiagnosticTest_DiscontinueTest_SystemElement_qualifiers,
125086                   /* subscript */
125087                   -1,
125088                   /* ref */
125089                   &__root_cimv2_CIM_ManagedSystemElement,
125090               };
125091               
125092               static const char*
125093               _CIM_DiagnosticTest_DiscontinueTest_Result_qualifiers[] =
125094               {
125095                   /* IN */
125096 mike  1.1.2.1     "\024\001",
125097                   0,
125098               };
125099               
125100               static MetaReference
125101               _CIM_DiagnosticTest_DiscontinueTest_Result =
125102               {
125103                   /* flags */
125104                   META_FLAG_REFERENCE|META_FLAG_IN,
125105                   /* name */
125106                   "Result",
125107                   /* qualifiers */
125108                   _CIM_DiagnosticTest_DiscontinueTest_Result_qualifiers,
125109                   /* subscript */
125110                   -1,
125111                   /* ref */
125112                   &__root_cimv2_CIM_DiagnosticResult,
125113               };
125114               
125115               static const char*
125116               _CIM_DiagnosticTest_DiscontinueTest_TestingStopped_qualifiers[] =
125117 mike  1.1.2.1 {
125118                   /* IN */
125119                   "\024\000",
125120                   /* OUT */
125121                   "\043\001",
125122                   0,
125123               };
125124               
125125               static MetaProperty
125126               _CIM_DiagnosticTest_DiscontinueTest_TestingStopped =
125127               {
125128                   /* flags */
125129                   META_FLAG_PROPERTY|META_FLAG_OUT,
125130                   /* name */
125131                   "TestingStopped",
125132                   /* qualifiers */
125133                   _CIM_DiagnosticTest_DiscontinueTest_TestingStopped_qualifiers,
125134                   /* type */
125135                   CIMTYPE_BOOLEAN,
125136                   /* subscript */
125137                   -1,
125138 mike  1.1.2.1     /* value */
125139                   0,
125140               };
125141               
125142               static MetaFeature*
125143               _CIM_DiagnosticTest_DiscontinueTest_parameters[] =
125144               {
125145                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_SystemElement,
125146                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_Result,
125147                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_TestingStopped,
125148                   0,
125149               };
125150               
125151               static const char*
125152               _CIM_DiagnosticTest_DiscontinueTest_qualifiers[] =
125153               {
125154                   /* Deprecated */
125155                   "\013\000\001CIM_ConcreteJob.RequestStateChange\000",
125156                   0,
125157               };
125158               
125159 mike  1.1.2.1 static MetaMethod
125160               _CIM_DiagnosticTest_DiscontinueTest =
125161               {
125162                   /* flags */
125163                   META_FLAG_METHOD,
125164                   /* name */
125165                   "CIM_DiagnosticTest",
125166                   /* qualifiers */
125167                   _CIM_DiagnosticTest_DiscontinueTest_qualifiers,
125168                   /* type */
125169                   CIMTYPE_UINT32,
125170                   /* parameters */
125171                   _CIM_DiagnosticTest_DiscontinueTest_parameters,
125172               };
125173               
125174               static MetaFeature*
125175               _CIM_DiagnosticTest_features[] =
125176               {
125177                   (MetaFeature*)&_CIM_DiagnosticTest_Characteristics,
125178                   (MetaFeature*)&_CIM_DiagnosticTest_OtherCharacteristicDescription,
125179                   (MetaFeature*)&_CIM_DiagnosticTest_OtherCharacteristicsDescriptions,
125180 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticTest_IsInUse,
125181                   (MetaFeature*)&_CIM_DiagnosticTest_ResourcesUsed,
125182                   (MetaFeature*)&_CIM_DiagnosticTest_TestTypes,
125183                   (MetaFeature*)&_CIM_DiagnosticTest_OtherTestTypesDescriptions,
125184                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest,
125185                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults,
125186                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest,
125187                   0,
125188               };
125189               
125190               static const char*
125191               __root_cimv2_CIM_DiagnosticTest_qualifiers[] =
125192               {
125193                   /* UMLPackagePath */
125194                   "\057CIM::System::Diagnostics",
125195                   /* Version */
125196                   "\0632.11.0",
125197                   0,
125198               };
125199               
125200               MetaClass
125201 mike  1.1.2.1 __root_cimv2_CIM_DiagnosticTest =
125202               {
125203                   /* flags */
125204                   META_FLAG_CLASS,
125205                   /* name */
125206                   "CIM_DiagnosticTest",
125207                   /* qualifiers */
125208                   __root_cimv2_CIM_DiagnosticTest_qualifiers,
125209                   /* super */
125210                   &__root_cimv2_CIM_DiagnosticService,
125211                   /* features */
125212                   _CIM_DiagnosticTest_features,
125213               };
125214               
125215               //==============================================================================
125216               //
125217               // Class: CIM_DiagnosticTestInPackage
125218               //
125219               //==============================================================================
125220               
125221               static const char*
125222 mike  1.1.2.1 _CIM_DiagnosticTestInPackage_GroupComponent_qualifiers[] =
125223               {
125224                   /* Deprecated */
125225                   "\013\000\001No value\000",
125226                   /* Aggregate */
125227                   "\003\001",
125228                   /* Override */
125229                   "\044GroupComponent",
125230                   0,
125231               };
125232               
125233               static MetaReference
125234               _CIM_DiagnosticTestInPackage_GroupComponent =
125235               {
125236                   /* flags */
125237                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
125238                   /* name */
125239                   "GroupComponent",
125240                   /* qualifiers */
125241                   _CIM_DiagnosticTestInPackage_GroupComponent_qualifiers,
125242                   /* subscript */
125243 mike  1.1.2.1     -1,
125244                   /* refId */
125245                   &__root_cimv2_CIM_DiagnosticTest,
125246               };
125247               
125248               static const char*
125249               _CIM_DiagnosticTestInPackage_PartComponent_qualifiers[] =
125250               {
125251                   /* Deprecated */
125252                   "\013\000\001No value\000",
125253                   /* Override */
125254                   "\044PartComponent",
125255                   0,
125256               };
125257               
125258               static MetaReference
125259               _CIM_DiagnosticTestInPackage_PartComponent =
125260               {
125261                   /* flags */
125262                   META_FLAG_REFERENCE|META_FLAG_READ,
125263                   /* name */
125264 mike  1.1.2.1     "PartComponent",
125265                   /* qualifiers */
125266                   _CIM_DiagnosticTestInPackage_PartComponent_qualifiers,
125267                   /* subscript */
125268                   -1,
125269                   /* refId */
125270                   &__root_cimv2_CIM_DiagnosticTest,
125271               };
125272               
125273               static MetaFeature*
125274               _CIM_DiagnosticTestInPackage_features[] =
125275               {
125276                   (MetaFeature*)&_CIM_DiagnosticTestInPackage_GroupComponent,
125277                   (MetaFeature*)&_CIM_DiagnosticTestInPackage_PartComponent,
125278                   0,
125279               };
125280               
125281               static const char*
125282               __root_cimv2_CIM_DiagnosticTestInPackage_qualifiers[] =
125283               {
125284                   /* ASSOCIATION */
125285 mike  1.1.2.1     "\000\001",
125286                   /* Deprecated */
125287                   "\013\000\001No value\000",
125288                   /* UMLPackagePath */
125289                   "\057CIM::System::Diagnostics",
125290                   /* Aggregation */
125291                   "\004\001",
125292                   /* Version */
125293                   "\0632.7.0",
125294                   0,
125295               };
125296               
125297               MetaClass
125298               __root_cimv2_CIM_DiagnosticTestInPackage =
125299               {
125300                   /* flags */
125301                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
125302                   /* name */
125303                   "CIM_DiagnosticTestInPackage",
125304                   /* qualifiers */
125305                   __root_cimv2_CIM_DiagnosticTestInPackage_qualifiers,
125306 mike  1.1.2.1     /* super */
125307                   &__root_cimv2_CIM_Component,
125308                   /* features */
125309                   _CIM_DiagnosticTestInPackage_features,
125310               };
125311               
125312               //==============================================================================
125313               //
125314               // Class: CIM_DiagnosticTestSoftware
125315               //
125316               //==============================================================================
125317               
125318               static const char*
125319               _CIM_DiagnosticTestSoftware_Antecedent_qualifiers[] =
125320               {
125321                   /* Deprecated */
125322                   "\013\000\001CIM_ElementSoftwareIdentity.Antecedent\000",
125323                   /* Override */
125324                   "\044Antecedent",
125325                   0,
125326               };
125327 mike  1.1.2.1 
125328               static MetaReference
125329               _CIM_DiagnosticTestSoftware_Antecedent =
125330               {
125331                   /* flags */
125332                   META_FLAG_REFERENCE|META_FLAG_READ,
125333                   /* name */
125334                   "Antecedent",
125335                   /* qualifiers */
125336                   _CIM_DiagnosticTestSoftware_Antecedent_qualifiers,
125337                   /* subscript */
125338                   -1,
125339                   /* refId */
125340                   &__root_cimv2_CIM_SoftwareElement,
125341               };
125342               
125343               static const char*
125344               _CIM_DiagnosticTestSoftware_Dependent_qualifiers[] =
125345               {
125346                   /* Deprecated */
125347                   "\013\000\001CIM_ElementSoftwareIdentity.Dependent\000",
125348 mike  1.1.2.1     /* Override */
125349                   "\044Dependent",
125350                   0,
125351               };
125352               
125353               static MetaReference
125354               _CIM_DiagnosticTestSoftware_Dependent =
125355               {
125356                   /* flags */
125357                   META_FLAG_REFERENCE|META_FLAG_READ,
125358                   /* name */
125359                   "Dependent",
125360                   /* qualifiers */
125361                   _CIM_DiagnosticTestSoftware_Dependent_qualifiers,
125362                   /* subscript */
125363                   -1,
125364                   /* refId */
125365                   &__root_cimv2_CIM_DiagnosticTest,
125366               };
125367               
125368               static MetaFeature*
125369 mike  1.1.2.1 _CIM_DiagnosticTestSoftware_features[] =
125370               {
125371                   (MetaFeature*)&_CIM_DiagnosticTestSoftware_Antecedent,
125372                   (MetaFeature*)&_CIM_DiagnosticTestSoftware_Dependent,
125373                   0,
125374               };
125375               
125376               static const char*
125377               __root_cimv2_CIM_DiagnosticTestSoftware_qualifiers[] =
125378               {
125379                   /* ASSOCIATION */
125380                   "\000\001",
125381                   /* Deprecated */
125382                   "\013\000\001CIM_ElementSoftwareIdentity\000",
125383                   /* UMLPackagePath */
125384                   "\057CIM::Application::SystemSoftware",
125385                   /* Version */
125386                   "\0632.8.0",
125387                   0,
125388               };
125389               
125390 mike  1.1.2.1 MetaClass
125391               __root_cimv2_CIM_DiagnosticTestSoftware =
125392               {
125393                   /* flags */
125394                   META_FLAG_ASSOCIATION,
125395                   /* name */
125396                   "CIM_DiagnosticTestSoftware",
125397                   /* qualifiers */
125398                   __root_cimv2_CIM_DiagnosticTestSoftware_qualifiers,
125399                   /* super */
125400                   &__root_cimv2_CIM_Dependency,
125401                   /* features */
125402                   _CIM_DiagnosticTestSoftware_features,
125403               };
125404               
125405               //==============================================================================
125406               //
125407               // Class: CIM_DiscreteSensor
125408               //
125409               //==============================================================================
125410               
125411 mike  1.1.2.1 static const char*
125412               _CIM_DiscreteSensor_CurrentReading_qualifiers[] =
125413               {
125414                   /* Deprecated */
125415                   "\013\000\001CIM_Sensor.CurrentState\000",
125416                   /* MaxLen */
125417                   "\030\000\000\000\100",
125418                   0,
125419               };
125420               
125421               static MetaProperty
125422               _CIM_DiscreteSensor_CurrentReading =
125423               {
125424                   /* flags */
125425                   META_FLAG_PROPERTY|META_FLAG_READ,
125426                   /* name */
125427                   "CurrentReading",
125428                   /* qualifiers */
125429                   _CIM_DiscreteSensor_CurrentReading_qualifiers,
125430                   /* type */
125431                   CIMTYPE_STRING,
125432 mike  1.1.2.1     /* subscript */
125433                   -1,
125434                   /* value */
125435                   0,
125436               };
125437               
125438               static const char*
125439               _CIM_DiscreteSensor_PossibleValues_qualifiers[] =
125440               {
125441                   /* Deprecated */
125442                   "\013\000\001CIM_Sensor.PossibleStates\000",
125443                   /* MaxLen */
125444                   "\030\000\000\000\100",
125445                   0,
125446               };
125447               
125448               static MetaProperty
125449               _CIM_DiscreteSensor_PossibleValues =
125450               {
125451                   /* flags */
125452                   META_FLAG_PROPERTY|META_FLAG_READ,
125453 mike  1.1.2.1     /* name */
125454                   "PossibleValues",
125455                   /* qualifiers */
125456                   _CIM_DiscreteSensor_PossibleValues_qualifiers,
125457                   /* type */
125458                   CIMTYPE_STRING,
125459                   /* subscript */
125460                   0,
125461                   /* value */
125462                   0,
125463               };
125464               
125465               static const char*
125466               _CIM_DiscreteSensor_AcceptableValues_qualifiers[] =
125467               {
125468                   /* Deprecated */
125469                   "\013\000\001No Value\000",
125470                   /* MaxLen */
125471                   "\030\000\000\000\100",
125472                   0,
125473               };
125474 mike  1.1.2.1 
125475               static MetaProperty
125476               _CIM_DiscreteSensor_AcceptableValues =
125477               {
125478                   /* flags */
125479                   META_FLAG_PROPERTY|META_FLAG_READ,
125480                   /* name */
125481                   "AcceptableValues",
125482                   /* qualifiers */
125483                   _CIM_DiscreteSensor_AcceptableValues_qualifiers,
125484                   /* type */
125485                   CIMTYPE_STRING,
125486                   /* subscript */
125487                   0,
125488                   /* value */
125489                   0,
125490               };
125491               
125492               static MetaFeature*
125493               _CIM_DiscreteSensor_features[] =
125494               {
125495 mike  1.1.2.1     (MetaFeature*)&_CIM_DiscreteSensor_CurrentReading,
125496                   (MetaFeature*)&_CIM_DiscreteSensor_PossibleValues,
125497                   (MetaFeature*)&_CIM_DiscreteSensor_AcceptableValues,
125498                   0,
125499               };
125500               
125501               static const char*
125502               __root_cimv2_CIM_DiscreteSensor_qualifiers[] =
125503               {
125504                   /* Deprecated */
125505                   "\013\000\001CIM_Sensor\000",
125506                   /* UMLPackagePath */
125507                   "\057CIM::Device::Sensors",
125508                   /* Version */
125509                   "\0632.8.0",
125510                   0,
125511               };
125512               
125513               MetaClass
125514               __root_cimv2_CIM_DiscreteSensor =
125515               {
125516 mike  1.1.2.1     /* flags */
125517                   META_FLAG_CLASS,
125518                   /* name */
125519                   "CIM_DiscreteSensor",
125520                   /* qualifiers */
125521                   __root_cimv2_CIM_DiscreteSensor_qualifiers,
125522                   /* super */
125523                   &__root_cimv2_CIM_Sensor,
125524                   /* features */
125525                   _CIM_DiscreteSensor_features,
125526               };
125527               
125528               //==============================================================================
125529               //
125530               // Class: CIM_DiskDrive
125531               //
125532               //==============================================================================
125533               
125534               static MetaFeature*
125535               _CIM_DiskDrive_features[] =
125536               {
125537 mike  1.1.2.1     0,
125538               };
125539               
125540               static const char*
125541               __root_cimv2_CIM_DiskDrive_qualifiers[] =
125542               {
125543                   /* UMLPackagePath */
125544                   "\057CIM::Device::StorageDevices",
125545                   /* Version */
125546                   "\0632.6.0",
125547                   0,
125548               };
125549               
125550               MetaClass
125551               __root_cimv2_CIM_DiskDrive =
125552               {
125553                   /* flags */
125554                   META_FLAG_CLASS,
125555                   /* name */
125556                   "CIM_DiskDrive",
125557                   /* qualifiers */
125558 mike  1.1.2.1     __root_cimv2_CIM_DiskDrive_qualifiers,
125559                   /* super */
125560                   &__root_cimv2_CIM_MediaAccessDevice,
125561                   /* features */
125562                   _CIM_DiskDrive_features,
125563               };
125564               
125565               //==============================================================================
125566               //
125567               // Class: CIM_DisketteDrive
125568               //
125569               //==============================================================================
125570               
125571               static MetaFeature*
125572               _CIM_DisketteDrive_features[] =
125573               {
125574                   0,
125575               };
125576               
125577               static const char*
125578               __root_cimv2_CIM_DisketteDrive_qualifiers[] =
125579 mike  1.1.2.1 {
125580                   /* UMLPackagePath */
125581                   "\057CIM::Device::StorageDevices",
125582                   /* Version */
125583                   "\0632.6.0",
125584                   0,
125585               };
125586               
125587               MetaClass
125588               __root_cimv2_CIM_DisketteDrive =
125589               {
125590                   /* flags */
125591                   META_FLAG_CLASS,
125592                   /* name */
125593                   "CIM_DisketteDrive",
125594                   /* qualifiers */
125595                   __root_cimv2_CIM_DisketteDrive_qualifiers,
125596                   /* super */
125597                   &__root_cimv2_CIM_MediaAccessDevice,
125598                   /* features */
125599                   _CIM_DisketteDrive_features,
125600 mike  1.1.2.1 };
125601               
125602               //==============================================================================
125603               //
125604               // Class: CIM_Display
125605               //
125606               //==============================================================================
125607               
125608               static MetaFeature*
125609               _CIM_Display_features[] =
125610               {
125611                   0,
125612               };
125613               
125614               static const char*
125615               __root_cimv2_CIM_Display_qualifiers[] =
125616               {
125617                   /* UMLPackagePath */
125618                   "\057CIM::Device::UserDevices",
125619                   /* Abstract */
125620                   "\002\001",
125621 mike  1.1.2.1     /* Version */
125622                   "\0632.6.0",
125623                   0,
125624               };
125625               
125626               MetaClass
125627               __root_cimv2_CIM_Display =
125628               {
125629                   /* flags */
125630                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
125631                   /* name */
125632                   "CIM_Display",
125633                   /* qualifiers */
125634                   __root_cimv2_CIM_Display_qualifiers,
125635                   /* super */
125636                   &__root_cimv2_CIM_UserDevice,
125637                   /* features */
125638                   _CIM_Display_features,
125639               };
125640               
125641               //==============================================================================
125642 mike  1.1.2.1 //
125643               // Class: CIM_DMA
125644               //
125645               //==============================================================================
125646               
125647               static const char*
125648               _CIM_DMA_CSCreationClassName_qualifiers[] =
125649               {
125650                   /* Key */
125651                   "\025\001",
125652                   /* Propagated */
125653                   "\045CIM_ComputerSystem.CreationClassName",
125654                   /* MaxLen */
125655                   "\030\000\000\001\000",
125656                   0,
125657               };
125658               
125659               static MetaProperty
125660               _CIM_DMA_CSCreationClassName =
125661               {
125662                   /* flags */
125663 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125664                   /* name */
125665                   "CSCreationClassName",
125666                   /* qualifiers */
125667                   _CIM_DMA_CSCreationClassName_qualifiers,
125668                   /* type */
125669                   CIMTYPE_STRING,
125670                   /* subscript */
125671                   -1,
125672                   /* value */
125673                   0,
125674               };
125675               
125676               static const char*
125677               _CIM_DMA_CSName_qualifiers[] =
125678               {
125679                   /* Key */
125680                   "\025\001",
125681                   /* Propagated */
125682                   "\045CIM_ComputerSystem.Name",
125683                   /* MaxLen */
125684 mike  1.1.2.1     "\030\000\000\001\000",
125685                   0,
125686               };
125687               
125688               static MetaProperty
125689               _CIM_DMA_CSName =
125690               {
125691                   /* flags */
125692                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125693                   /* name */
125694                   "CSName",
125695                   /* qualifiers */
125696                   _CIM_DMA_CSName_qualifiers,
125697                   /* type */
125698                   CIMTYPE_STRING,
125699                   /* subscript */
125700                   -1,
125701                   /* value */
125702                   0,
125703               };
125704               
125705 mike  1.1.2.1 static const char*
125706               _CIM_DMA_CreationClassName_qualifiers[] =
125707               {
125708                   /* Key */
125709                   "\025\001",
125710                   /* MaxLen */
125711                   "\030\000\000\001\000",
125712                   0,
125713               };
125714               
125715               static MetaProperty
125716               _CIM_DMA_CreationClassName =
125717               {
125718                   /* flags */
125719                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125720                   /* name */
125721                   "CreationClassName",
125722                   /* qualifiers */
125723                   _CIM_DMA_CreationClassName_qualifiers,
125724                   /* type */
125725                   CIMTYPE_STRING,
125726 mike  1.1.2.1     /* subscript */
125727                   -1,
125728                   /* value */
125729                   0,
125730               };
125731               
125732               static const char*
125733               _CIM_DMA_DMAChannel_qualifiers[] =
125734               {
125735                   /* Key */
125736                   "\025\001",
125737                   /* MappingStrings */
125738                   "\026\000\001MIF.DMTF|DMA|001.1\000",
125739                   0,
125740               };
125741               
125742               static MetaProperty
125743               _CIM_DMA_DMAChannel =
125744               {
125745                   /* flags */
125746                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125747 mike  1.1.2.1     /* name */
125748                   "DMAChannel",
125749                   /* qualifiers */
125750                   _CIM_DMA_DMAChannel_qualifiers,
125751                   /* type */
125752                   CIMTYPE_UINT32,
125753                   /* subscript */
125754                   -1,
125755                   /* value */
125756                   0,
125757               };
125758               
125759               static const char*
125760               _CIM_DMA_Availability_qualifiers[] =
125761               {
125762                   /* ValueMap */
125763                   "\061\000\0051\0002\0003\0004\0005\000",
125764                   /* Values */
125765                   "\062\000\005Other\000Unknown\000Available\000In Use/Not Available\000In Use and Available/Shareable\000",
125766                   /* MappingStrings */
125767                   "\026\000\001MIF.DMTF|DMA|001.2\000",
125768 mike  1.1.2.1     0,
125769               };
125770               
125771               static MetaProperty
125772               _CIM_DMA_Availability =
125773               {
125774                   /* flags */
125775                   META_FLAG_PROPERTY|META_FLAG_READ,
125776                   /* name */
125777                   "Availability",
125778                   /* qualifiers */
125779                   _CIM_DMA_Availability_qualifiers,
125780                   /* type */
125781                   CIMTYPE_UINT16,
125782                   /* subscript */
125783                   -1,
125784                   /* value */
125785                   0,
125786               };
125787               
125788               static const char*
125789 mike  1.1.2.1 _CIM_DMA_BurstMode_qualifiers[] =
125790               {
125791                   /* MappingStrings */
125792                   "\026\000\001MIF.DMTF|DMA|001.3\000",
125793                   0,
125794               };
125795               
125796               static MetaProperty
125797               _CIM_DMA_BurstMode =
125798               {
125799                   /* flags */
125800                   META_FLAG_PROPERTY|META_FLAG_READ,
125801                   /* name */
125802                   "BurstMode",
125803                   /* qualifiers */
125804                   _CIM_DMA_BurstMode_qualifiers,
125805                   /* type */
125806                   CIMTYPE_BOOLEAN,
125807                   /* subscript */
125808                   -1,
125809                   /* value */
125810 mike  1.1.2.1     0,
125811               };
125812               
125813               static const char*
125814               _CIM_DMA_TransferWidths_qualifiers[] =
125815               {
125816                   /* Units */
125817                   "\060Bits",
125818                   /* ValueMap */
125819                   "\061\000\0060\0008\00016\00032\00064\000128\000",
125820                   /* MappingStrings */
125821                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.2\000",
125822                   0,
125823               };
125824               
125825               static MetaProperty
125826               _CIM_DMA_TransferWidths =
125827               {
125828                   /* flags */
125829                   META_FLAG_PROPERTY|META_FLAG_READ,
125830                   /* name */
125831 mike  1.1.2.1     "TransferWidths",
125832                   /* qualifiers */
125833                   _CIM_DMA_TransferWidths_qualifiers,
125834                   /* type */
125835                   CIMTYPE_UINT16,
125836                   /* subscript */
125837                   0,
125838                   /* value */
125839                   0,
125840               };
125841               
125842               static const char*
125843               _CIM_DMA_AddressSize_qualifiers[] =
125844               {
125845                   /* Units */
125846                   "\060Bits",
125847                   /* ValueMap */
125848                   "\061\000\0050\0008\00016\00032\00064\000",
125849                   /* MappingStrings */
125850                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.3\000",
125851                   0,
125852 mike  1.1.2.1 };
125853               
125854               static MetaProperty
125855               _CIM_DMA_AddressSize =
125856               {
125857                   /* flags */
125858                   META_FLAG_PROPERTY|META_FLAG_READ,
125859                   /* name */
125860                   "AddressSize",
125861                   /* qualifiers */
125862                   _CIM_DMA_AddressSize_qualifiers,
125863                   /* type */
125864                   CIMTYPE_UINT16,
125865                   /* subscript */
125866                   -1,
125867                   /* value */
125868                   0,
125869               };
125870               
125871               static const char*
125872               _CIM_DMA_MaxTransferSize_qualifiers[] =
125873 mike  1.1.2.1 {
125874                   /* Units */
125875                   "\060Bytes",
125876                   /* MappingStrings */
125877                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.4\000",
125878                   0,
125879               };
125880               
125881               static MetaProperty
125882               _CIM_DMA_MaxTransferSize =
125883               {
125884                   /* flags */
125885                   META_FLAG_PROPERTY|META_FLAG_READ,
125886                   /* name */
125887                   "MaxTransferSize",
125888                   /* qualifiers */
125889                   _CIM_DMA_MaxTransferSize_qualifiers,
125890                   /* type */
125891                   CIMTYPE_UINT32,
125892                   /* subscript */
125893                   -1,
125894 mike  1.1.2.1     /* value */
125895                   0,
125896               };
125897               
125898               static const char*
125899               _CIM_DMA_ByteMode_qualifiers[] =
125900               {
125901                   /* ValueMap */
125902                   "\061\000\0041\0002\0003\0004\000",
125903                   /* Values */
125904                   "\062\000\004Other\000Unknown\000Not execute in 'count by byte' mode\000Execute in 'count by byte' mode\000",
125905                   /* MappingStrings */
125906                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.7\000",
125907                   0,
125908               };
125909               
125910               static MetaProperty
125911               _CIM_DMA_ByteMode =
125912               {
125913                   /* flags */
125914                   META_FLAG_PROPERTY|META_FLAG_READ,
125915 mike  1.1.2.1     /* name */
125916                   "ByteMode",
125917                   /* qualifiers */
125918                   _CIM_DMA_ByteMode_qualifiers,
125919                   /* type */
125920                   CIMTYPE_UINT16,
125921                   /* subscript */
125922                   -1,
125923                   /* value */
125924                   0,
125925               };
125926               
125927               static const char*
125928               _CIM_DMA_WordMode_qualifiers[] =
125929               {
125930                   /* ValueMap */
125931                   "\061\000\0041\0002\0003\0004\000",
125932                   /* Values */
125933                   "\062\000\004Other\000Unknown\000Not execute in 'count by word' mode\000Execute in 'count by word' mode\000",
125934                   /* MappingStrings */
125935                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.8\000",
125936 mike  1.1.2.1     0,
125937               };
125938               
125939               static MetaProperty
125940               _CIM_DMA_WordMode =
125941               {
125942                   /* flags */
125943                   META_FLAG_PROPERTY|META_FLAG_READ,
125944                   /* name */
125945                   "WordMode",
125946                   /* qualifiers */
125947                   _CIM_DMA_WordMode_qualifiers,
125948                   /* type */
125949                   CIMTYPE_UINT16,
125950                   /* subscript */
125951                   -1,
125952                   /* value */
125953                   0,
125954               };
125955               
125956               static const char*
125957 mike  1.1.2.1 _CIM_DMA_ChannelTiming_qualifiers[] =
125958               {
125959                   /* ValueMap */
125960                   "\061\000\0061\0002\0003\0004\0005\0006\000",
125961                   /* Values */
125962                   "\062\000\006Other\000Unknown\000ISA Compatible\000Type A\000Type B\000Type F\000",
125963                   /* MappingStrings */
125964                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.9\000",
125965                   0,
125966               };
125967               
125968               static MetaProperty
125969               _CIM_DMA_ChannelTiming =
125970               {
125971                   /* flags */
125972                   META_FLAG_PROPERTY|META_FLAG_READ,
125973                   /* name */
125974                   "ChannelTiming",
125975                   /* qualifiers */
125976                   _CIM_DMA_ChannelTiming_qualifiers,
125977                   /* type */
125978 mike  1.1.2.1     CIMTYPE_UINT16,
125979                   /* subscript */
125980                   -1,
125981                   /* value */
125982                   0,
125983               };
125984               
125985               static const char*
125986               _CIM_DMA_TypeCTiming_qualifiers[] =
125987               {
125988                   /* ValueMap */
125989                   "\061\000\0051\0002\0003\0004\0005\000",
125990                   /* Values */
125991                   "\062\000\005Other\000Unknown\000ISA Compatible\000Not Supported\000Supported\000",
125992                   /* MappingStrings */
125993                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.10\000",
125994                   0,
125995               };
125996               
125997               static MetaProperty
125998               _CIM_DMA_TypeCTiming =
125999 mike  1.1.2.1 {
126000                   /* flags */
126001                   META_FLAG_PROPERTY|META_FLAG_READ,
126002                   /* name */
126003                   "TypeCTiming",
126004                   /* qualifiers */
126005                   _CIM_DMA_TypeCTiming_qualifiers,
126006                   /* type */
126007                   CIMTYPE_UINT16,
126008                   /* subscript */
126009                   -1,
126010                   /* value */
126011                   0,
126012               };
126013               
126014               static MetaFeature*
126015               _CIM_DMA_features[] =
126016               {
126017                   (MetaFeature*)&_CIM_DMA_CSCreationClassName,
126018                   (MetaFeature*)&_CIM_DMA_CSName,
126019                   (MetaFeature*)&_CIM_DMA_CreationClassName,
126020 mike  1.1.2.1     (MetaFeature*)&_CIM_DMA_DMAChannel,
126021                   (MetaFeature*)&_CIM_DMA_Availability,
126022                   (MetaFeature*)&_CIM_DMA_BurstMode,
126023                   (MetaFeature*)&_CIM_DMA_TransferWidths,
126024                   (MetaFeature*)&_CIM_DMA_AddressSize,
126025                   (MetaFeature*)&_CIM_DMA_MaxTransferSize,
126026                   (MetaFeature*)&_CIM_DMA_ByteMode,
126027                   (MetaFeature*)&_CIM_DMA_WordMode,
126028                   (MetaFeature*)&_CIM_DMA_ChannelTiming,
126029                   (MetaFeature*)&_CIM_DMA_TypeCTiming,
126030                   0,
126031               };
126032               
126033               static const char*
126034               __root_cimv2_CIM_DMA_qualifiers[] =
126035               {
126036                   /* UMLPackagePath */
126037                   "\057CIM::System::SystemResources",
126038                   /* Version */
126039                   "\0632.6.0",
126040                   0,
126041 mike  1.1.2.1 };
126042               
126043               MetaClass
126044               __root_cimv2_CIM_DMA =
126045               {
126046                   /* flags */
126047                   META_FLAG_CLASS,
126048                   /* name */
126049                   "CIM_DMA",
126050                   /* qualifiers */
126051                   __root_cimv2_CIM_DMA_qualifiers,
126052                   /* super */
126053                   &__root_cimv2_CIM_SystemResource,
126054                   /* features */
126055                   _CIM_DMA_features,
126056               };
126057               
126058               //==============================================================================
126059               //
126060               // Class: CIM_Door
126061               //
126062 mike  1.1.2.1 //==============================================================================
126063               
126064               static const char*
126065               _CIM_Door_Open_qualifiers[] =
126066               {
126067                   0,
126068               };
126069               
126070               static MetaProperty
126071               _CIM_Door_Open =
126072               {
126073                   /* flags */
126074                   META_FLAG_PROPERTY|META_FLAG_READ,
126075                   /* name */
126076                   "Open",
126077                   /* qualifiers */
126078                   _CIM_Door_Open_qualifiers,
126079                   /* type */
126080                   CIMTYPE_BOOLEAN,
126081                   /* subscript */
126082                   -1,
126083 mike  1.1.2.1     /* value */
126084                   0,
126085               };
126086               
126087               static const char*
126088               _CIM_Door_Locked_qualifiers[] =
126089               {
126090                   0,
126091               };
126092               
126093               static MetaProperty
126094               _CIM_Door_Locked =
126095               {
126096                   /* flags */
126097                   META_FLAG_PROPERTY|META_FLAG_READ,
126098                   /* name */
126099                   "Locked",
126100                   /* qualifiers */
126101                   _CIM_Door_Locked_qualifiers,
126102                   /* type */
126103                   CIMTYPE_BOOLEAN,
126104 mike  1.1.2.1     /* subscript */
126105                   -1,
126106                   /* value */
126107                   0,
126108               };
126109               
126110               static const char*
126111               _CIM_Door_Timeout_qualifiers[] =
126112               {
126113                   /* Units */
126114                   "\060Seconds",
126115                   0,
126116               };
126117               
126118               static MetaProperty
126119               _CIM_Door_Timeout =
126120               {
126121                   /* flags */
126122                   META_FLAG_PROPERTY|META_FLAG_READ,
126123                   /* name */
126124                   "Timeout",
126125 mike  1.1.2.1     /* qualifiers */
126126                   _CIM_Door_Timeout_qualifiers,
126127                   /* type */
126128                   CIMTYPE_UINT32,
126129                   /* subscript */
126130                   -1,
126131                   /* value */
126132                   0,
126133               };
126134               
126135               static const char*
126136               _CIM_Door_LastOpened_qualifiers[] =
126137               {
126138                   0,
126139               };
126140               
126141               static MetaProperty
126142               _CIM_Door_LastOpened =
126143               {
126144                   /* flags */
126145                   META_FLAG_PROPERTY|META_FLAG_READ,
126146 mike  1.1.2.1     /* name */
126147                   "LastOpened",
126148                   /* qualifiers */
126149                   _CIM_Door_LastOpened_qualifiers,
126150                   /* type */
126151                   CIMTYPE_DATETIME,
126152                   /* subscript */
126153                   -1,
126154                   /* value */
126155                   0,
126156               };
126157               
126158               static const char*
126159               _CIM_Door_Capabilities_qualifiers[] =
126160               {
126161                   /* ValueMap */
126162                   "\061\000\0050\0001\0002\0003\0004\000",
126163                   /* Values */
126164                   "\062\000\005Unknown\000Other\000Host System Lockable\000Physical Key\000All Drives Dismounted Before Access\000",
126165                   0,
126166               };
126167 mike  1.1.2.1 
126168               static MetaProperty
126169               _CIM_Door_Capabilities =
126170               {
126171                   /* flags */
126172                   META_FLAG_PROPERTY|META_FLAG_READ,
126173                   /* name */
126174                   "Capabilities",
126175                   /* qualifiers */
126176                   _CIM_Door_Capabilities_qualifiers,
126177                   /* type */
126178                   CIMTYPE_UINT16,
126179                   /* subscript */
126180                   0,
126181                   /* value */
126182                   0,
126183               };
126184               
126185               static MetaFeature*
126186               _CIM_Door_features[] =
126187               {
126188 mike  1.1.2.1     (MetaFeature*)&_CIM_Door_Open,
126189                   (MetaFeature*)&_CIM_Door_Locked,
126190                   (MetaFeature*)&_CIM_Door_Timeout,
126191                   (MetaFeature*)&_CIM_Door_LastOpened,
126192                   (MetaFeature*)&_CIM_Door_Capabilities,
126193                   0,
126194               };
126195               
126196               static const char*
126197               __root_cimv2_CIM_Door_qualifiers[] =
126198               {
126199                   /* UMLPackagePath */
126200                   "\057CIM::Device::UserDevices",
126201                   /* Version */
126202                   "\0632.6.0",
126203                   0,
126204               };
126205               
126206               MetaClass
126207               __root_cimv2_CIM_Door =
126208               {
126209 mike  1.1.2.1     /* flags */
126210                   META_FLAG_CLASS,
126211                   /* name */
126212                   "CIM_Door",
126213                   /* qualifiers */
126214                   __root_cimv2_CIM_Door_qualifiers,
126215                   /* super */
126216                   &__root_cimv2_CIM_LogicalDevice,
126217                   /* features */
126218                   _CIM_Door_features,
126219               };
126220               
126221               //==============================================================================
126222               //
126223               // Class: CIM_DoorAccessToDevice
126224               //
126225               //==============================================================================
126226               
126227               static const char*
126228               _CIM_DoorAccessToDevice_Antecedent_qualifiers[] =
126229               {
126230 mike  1.1.2.1     /* Override */
126231                   "\044Antecedent",
126232                   0,
126233               };
126234               
126235               static MetaReference
126236               _CIM_DoorAccessToDevice_Antecedent =
126237               {
126238                   /* flags */
126239                   META_FLAG_REFERENCE|META_FLAG_READ,
126240                   /* name */
126241                   "Antecedent",
126242                   /* qualifiers */
126243                   _CIM_DoorAccessToDevice_Antecedent_qualifiers,
126244                   /* subscript */
126245                   -1,
126246                   /* refId */
126247                   &__root_cimv2_CIM_Door,
126248               };
126249               
126250               static const char*
126251 mike  1.1.2.1 _CIM_DoorAccessToDevice_Dependent_qualifiers[] =
126252               {
126253                   /* Override */
126254                   "\044Dependent",
126255                   0,
126256               };
126257               
126258               static MetaReference
126259               _CIM_DoorAccessToDevice_Dependent =
126260               {
126261                   /* flags */
126262                   META_FLAG_REFERENCE|META_FLAG_READ,
126263                   /* name */
126264                   "Dependent",
126265                   /* qualifiers */
126266                   _CIM_DoorAccessToDevice_Dependent_qualifiers,
126267                   /* subscript */
126268                   -1,
126269                   /* refId */
126270                   &__root_cimv2_CIM_LogicalDevice,
126271               };
126272 mike  1.1.2.1 
126273               static MetaFeature*
126274               _CIM_DoorAccessToDevice_features[] =
126275               {
126276                   (MetaFeature*)&_CIM_DoorAccessToDevice_Antecedent,
126277                   (MetaFeature*)&_CIM_DoorAccessToDevice_Dependent,
126278                   0,
126279               };
126280               
126281               static const char*
126282               __root_cimv2_CIM_DoorAccessToDevice_qualifiers[] =
126283               {
126284                   /* ASSOCIATION */
126285                   "\000\001",
126286                   /* UMLPackagePath */
126287                   "\057CIM::Device::UserDevices",
126288                   /* Version */
126289                   "\0632.6.0",
126290                   0,
126291               };
126292               
126293 mike  1.1.2.1 MetaClass
126294               __root_cimv2_CIM_DoorAccessToDevice =
126295               {
126296                   /* flags */
126297                   META_FLAG_ASSOCIATION,
126298                   /* name */
126299                   "CIM_DoorAccessToDevice",
126300                   /* qualifiers */
126301                   __root_cimv2_CIM_DoorAccessToDevice_qualifiers,
126302                   /* super */
126303                   &__root_cimv2_CIM_Dependency,
126304                   /* features */
126305                   _CIM_DoorAccessToDevice_features,
126306               };
126307               
126308               //==============================================================================
126309               //
126310               // Class: CIM_DoorAccessToPhysicalElement
126311               //
126312               //==============================================================================
126313               
126314 mike  1.1.2.1 static const char*
126315               _CIM_DoorAccessToPhysicalElement_Antecedent_qualifiers[] =
126316               {
126317                   /* Override */
126318                   "\044Antecedent",
126319                   0,
126320               };
126321               
126322               static MetaReference
126323               _CIM_DoorAccessToPhysicalElement_Antecedent =
126324               {
126325                   /* flags */
126326                   META_FLAG_REFERENCE|META_FLAG_READ,
126327                   /* name */
126328                   "Antecedent",
126329                   /* qualifiers */
126330                   _CIM_DoorAccessToPhysicalElement_Antecedent_qualifiers,
126331                   /* subscript */
126332                   -1,
126333                   /* refId */
126334                   &__root_cimv2_CIM_Door,
126335 mike  1.1.2.1 };
126336               
126337               static const char*
126338               _CIM_DoorAccessToPhysicalElement_Dependent_qualifiers[] =
126339               {
126340                   /* Override */
126341                   "\044Dependent",
126342                   0,
126343               };
126344               
126345               static MetaReference
126346               _CIM_DoorAccessToPhysicalElement_Dependent =
126347               {
126348                   /* flags */
126349                   META_FLAG_REFERENCE|META_FLAG_READ,
126350                   /* name */
126351                   "Dependent",
126352                   /* qualifiers */
126353                   _CIM_DoorAccessToPhysicalElement_Dependent_qualifiers,
126354                   /* subscript */
126355                   -1,
126356 mike  1.1.2.1     /* refId */
126357                   &__root_cimv2_CIM_PhysicalElement,
126358               };
126359               
126360               static MetaFeature*
126361               _CIM_DoorAccessToPhysicalElement_features[] =
126362               {
126363                   (MetaFeature*)&_CIM_DoorAccessToPhysicalElement_Antecedent,
126364                   (MetaFeature*)&_CIM_DoorAccessToPhysicalElement_Dependent,
126365                   0,
126366               };
126367               
126368               static const char*
126369               __root_cimv2_CIM_DoorAccessToPhysicalElement_qualifiers[] =
126370               {
126371                   /* ASSOCIATION */
126372                   "\000\001",
126373                   /* UMLPackagePath */
126374                   "\057CIM::Device::UserDevices",
126375                   /* Version */
126376                   "\0632.6.0",
126377 mike  1.1.2.1     0,
126378               };
126379               
126380               MetaClass
126381               __root_cimv2_CIM_DoorAccessToPhysicalElement =
126382               {
126383                   /* flags */
126384                   META_FLAG_ASSOCIATION,
126385                   /* name */
126386                   "CIM_DoorAccessToPhysicalElement",
126387                   /* qualifiers */
126388                   __root_cimv2_CIM_DoorAccessToPhysicalElement_qualifiers,
126389                   /* super */
126390                   &__root_cimv2_CIM_Dependency,
126391                   /* features */
126392                   _CIM_DoorAccessToPhysicalElement_features,
126393               };
126394               
126395               //==============================================================================
126396               //
126397               // Class: CIM_DriveInDiskGroup
126398 mike  1.1.2.1 //
126399               //==============================================================================
126400               
126401               static const char*
126402               _CIM_DriveInDiskGroup_Collection_qualifiers[] =
126403               {
126404                   /* Aggregate */
126405                   "\003\001",
126406                   /* Override */
126407                   "\044Collection",
126408                   /* Max */
126409                   "\027\000\000\000\001",
126410                   0,
126411               };
126412               
126413               static MetaReference
126414               _CIM_DriveInDiskGroup_Collection =
126415               {
126416                   /* flags */
126417                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
126418                   /* name */
126419 mike  1.1.2.1     "Collection",
126420                   /* qualifiers */
126421                   _CIM_DriveInDiskGroup_Collection_qualifiers,
126422                   /* subscript */
126423                   -1,
126424                   /* refId */
126425                   &__root_cimv2_CIM_DiskGroup,
126426               };
126427               
126428               static const char*
126429               _CIM_DriveInDiskGroup_Member_qualifiers[] =
126430               {
126431                   /* Override */
126432                   "\044Member",
126433                   0,
126434               };
126435               
126436               static MetaReference
126437               _CIM_DriveInDiskGroup_Member =
126438               {
126439                   /* flags */
126440 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
126441                   /* name */
126442                   "Member",
126443                   /* qualifiers */
126444                   _CIM_DriveInDiskGroup_Member_qualifiers,
126445                   /* subscript */
126446                   -1,
126447                   /* refId */
126448                   &__root_cimv2_CIM_DiskDrive,
126449               };
126450               
126451               static MetaFeature*
126452               _CIM_DriveInDiskGroup_features[] =
126453               {
126454                   (MetaFeature*)&_CIM_DriveInDiskGroup_Collection,
126455                   (MetaFeature*)&_CIM_DriveInDiskGroup_Member,
126456                   0,
126457               };
126458               
126459               static const char*
126460               __root_cimv2_CIM_DriveInDiskGroup_qualifiers[] =
126461 mike  1.1.2.1 {
126462                   /* ASSOCIATION */
126463                   "\000\001",
126464                   /* UMLPackagePath */
126465                   "\057CIM::Device::DiskGroup",
126466                   /* Aggregation */
126467                   "\004\001",
126468                   /* Version */
126469                   "\0632.10.0",
126470                   0,
126471               };
126472               
126473               MetaClass
126474               __root_cimv2_CIM_DriveInDiskGroup =
126475               {
126476                   /* flags */
126477                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
126478                   /* name */
126479                   "CIM_DriveInDiskGroup",
126480                   /* qualifiers */
126481                   __root_cimv2_CIM_DriveInDiskGroup_qualifiers,
126482 mike  1.1.2.1     /* super */
126483                   &__root_cimv2_CIM_CollectedMSEs,
126484                   /* features */
126485                   _CIM_DriveInDiskGroup_features,
126486               };
126487               
126488               //==============================================================================
126489               //
126490               // Class: CIM_DropperService
126491               //
126492               //==============================================================================
126493               
126494               static const char*
126495               _CIM_DropperService_DropperType_qualifiers[] =
126496               {
126497                   /* ValueMap */
126498                   "\061\000\0041\0002\0003\0004\000",
126499                   /* Values */
126500                   "\062\000\004Other\000Random\000HeadTail\000Absolute Dropper\000",
126501                   /* ModelCorrespondence */
126502                   "\036\000\001CIM_DropperService.OtherDropperType\000",
126503 mike  1.1.2.1     0,
126504               };
126505               
126506               static MetaProperty
126507               _CIM_DropperService_DropperType =
126508               {
126509                   /* flags */
126510                   META_FLAG_PROPERTY|META_FLAG_READ,
126511                   /* name */
126512                   "DropperType",
126513                   /* qualifiers */
126514                   _CIM_DropperService_DropperType_qualifiers,
126515                   /* type */
126516                   CIMTYPE_UINT16,
126517                   /* subscript */
126518                   -1,
126519                   /* value */
126520                   0,
126521               };
126522               
126523               static const char*
126524 mike  1.1.2.1 _CIM_DropperService_OtherDropperType_qualifiers[] =
126525               {
126526                   /* ModelCorrespondence */
126527                   "\036\000\001CIM_DropperService.DropperType\000",
126528                   0,
126529               };
126530               
126531               static MetaProperty
126532               _CIM_DropperService_OtherDropperType =
126533               {
126534                   /* flags */
126535                   META_FLAG_PROPERTY|META_FLAG_READ,
126536                   /* name */
126537                   "OtherDropperType",
126538                   /* qualifiers */
126539                   _CIM_DropperService_OtherDropperType_qualifiers,
126540                   /* type */
126541                   CIMTYPE_STRING,
126542                   /* subscript */
126543                   -1,
126544                   /* value */
126545 mike  1.1.2.1     0,
126546               };
126547               
126548               static const char*
126549               _CIM_DropperService_AlwaysDrop_qualifiers[] =
126550               {
126551                   /* Deprecated */
126552                   "\013\000\001CIM_DropperService.DropperType\000",
126553                   /* ValueMap */
126554                   "\061\000\0030\0001\0002\000",
126555                   /* Values */
126556                   "\062\000\003Unknown\000Always Drop\000Do Not Always Drop\000",
126557                   0,
126558               };
126559               
126560               static MetaProperty
126561               _CIM_DropperService_AlwaysDrop =
126562               {
126563                   /* flags */
126564                   META_FLAG_PROPERTY|META_FLAG_READ,
126565                   /* name */
126566 mike  1.1.2.1     "AlwaysDrop",
126567                   /* qualifiers */
126568                   _CIM_DropperService_AlwaysDrop_qualifiers,
126569                   /* type */
126570                   CIMTYPE_UINT16,
126571                   /* subscript */
126572                   -1,
126573                   /* value */
126574                   0,
126575               };
126576               
126577               static const char*
126578               _CIM_DropperService_DropFrom_qualifiers[] =
126579               {
126580                   /* ValueMap */
126581                   "\061\000\0030\0001\0002\000",
126582                   /* Values */
126583                   "\062\000\003Unknown\000Head\000Tail\000",
126584                   0,
126585               };
126586               
126587 mike  1.1.2.1 static MetaProperty
126588               _CIM_DropperService_DropFrom =
126589               {
126590                   /* flags */
126591                   META_FLAG_PROPERTY|META_FLAG_READ,
126592                   /* name */
126593                   "DropFrom",
126594                   /* qualifiers */
126595                   _CIM_DropperService_DropFrom_qualifiers,
126596                   /* type */
126597                   CIMTYPE_UINT16,
126598                   /* subscript */
126599                   -1,
126600                   /* value */
126601                   0,
126602               };
126603               
126604               static const char*
126605               _CIM_DropperService_DropStartMetric_qualifiers[] =
126606               {
126607                   /* ValueMap */
126608 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
126609                   /* Values */
126610                   "\062\000\003Other\000Queue Threshold\000Arrival Rate\000",
126611                   0,
126612               };
126613               
126614               static MetaProperty
126615               _CIM_DropperService_DropStartMetric =
126616               {
126617                   /* flags */
126618                   META_FLAG_PROPERTY|META_FLAG_READ,
126619                   /* name */
126620                   "DropStartMetric",
126621                   /* qualifiers */
126622                   _CIM_DropperService_DropStartMetric_qualifiers,
126623                   /* type */
126624                   CIMTYPE_UINT16,
126625                   /* subscript */
126626                   -1,
126627                   /* value */
126628                   0,
126629 mike  1.1.2.1 };
126630               
126631               static const char*
126632               _CIM_DropperService_DropMaintainMetric_qualifiers[] =
126633               {
126634                   /* ValueMap */
126635                   "\061\000\0031\0002\0003\000",
126636                   /* Values */
126637                   "\062\000\003Other\000Queue Threshold\000Arrival Rate\000",
126638                   0,
126639               };
126640               
126641               static MetaProperty
126642               _CIM_DropperService_DropMaintainMetric =
126643               {
126644                   /* flags */
126645                   META_FLAG_PROPERTY|META_FLAG_READ,
126646                   /* name */
126647                   "DropMaintainMetric",
126648                   /* qualifiers */
126649                   _CIM_DropperService_DropMaintainMetric_qualifiers,
126650 mike  1.1.2.1     /* type */
126651                   CIMTYPE_UINT16,
126652                   /* subscript */
126653                   -1,
126654                   /* value */
126655                   0,
126656               };
126657               
126658               static MetaFeature*
126659               _CIM_DropperService_features[] =
126660               {
126661                   (MetaFeature*)&_CIM_DropperService_DropperType,
126662                   (MetaFeature*)&_CIM_DropperService_OtherDropperType,
126663                   (MetaFeature*)&_CIM_DropperService_AlwaysDrop,
126664                   (MetaFeature*)&_CIM_DropperService_DropFrom,
126665                   (MetaFeature*)&_CIM_DropperService_DropStartMetric,
126666                   (MetaFeature*)&_CIM_DropperService_DropMaintainMetric,
126667                   0,
126668               };
126669               
126670               static const char*
126671 mike  1.1.2.1 __root_cimv2_CIM_DropperService_qualifiers[] =
126672               {
126673                   /* UMLPackagePath */
126674                   "\057CIM::Network::QoS",
126675                   /* Version */
126676                   "\0632.7.0",
126677                   0,
126678               };
126679               
126680               MetaClass
126681               __root_cimv2_CIM_DropperService =
126682               {
126683                   /* flags */
126684                   META_FLAG_CLASS,
126685                   /* name */
126686                   "CIM_DropperService",
126687                   /* qualifiers */
126688                   __root_cimv2_CIM_DropperService_qualifiers,
126689                   /* super */
126690                   &__root_cimv2_CIM_ConditioningService,
126691                   /* features */
126692 mike  1.1.2.1     _CIM_DropperService_features,
126693               };
126694               
126695               //==============================================================================
126696               //
126697               // Class: CIM_DropThresholdCalculationService
126698               //
126699               //==============================================================================
126700               
126701               static const char*
126702               _CIM_DropThresholdCalculationService_SmoothingWeight_qualifiers[] =
126703               {
126704                   /* Units */
126705                   "\060Thousandths",
126706                   /* MinValue */
126707                   "\035\000\000\000\000\000\000\000\000",
126708                   /* MaxValue */
126709                   "\031\000\000\000\000\000\001\206\240",
126710                   0,
126711               };
126712               
126713 mike  1.1.2.1 static MetaProperty
126714               _CIM_DropThresholdCalculationService_SmoothingWeight =
126715               {
126716                   /* flags */
126717                   META_FLAG_PROPERTY|META_FLAG_READ,
126718                   /* name */
126719                   "SmoothingWeight",
126720                   /* qualifiers */
126721                   _CIM_DropThresholdCalculationService_SmoothingWeight_qualifiers,
126722                   /* type */
126723                   CIMTYPE_UINT32,
126724                   /* subscript */
126725                   -1,
126726                   /* value */
126727                   0,
126728               };
126729               
126730               static const char*
126731               _CIM_DropThresholdCalculationService_TimeInterval_qualifiers[] =
126732               {
126733                   /* Units */
126734 mike  1.1.2.1     "\060NanoSeconds",
126735                   0,
126736               };
126737               
126738               static MetaProperty
126739               _CIM_DropThresholdCalculationService_TimeInterval =
126740               {
126741                   /* flags */
126742                   META_FLAG_PROPERTY|META_FLAG_READ,
126743                   /* name */
126744                   "TimeInterval",
126745                   /* qualifiers */
126746                   _CIM_DropThresholdCalculationService_TimeInterval_qualifiers,
126747                   /* type */
126748                   CIMTYPE_UINT32,
126749                   /* subscript */
126750                   -1,
126751                   /* value */
126752                   0,
126753               };
126754               
126755 mike  1.1.2.1 static MetaFeature*
126756               _CIM_DropThresholdCalculationService_features[] =
126757               {
126758                   (MetaFeature*)&_CIM_DropThresholdCalculationService_SmoothingWeight,
126759                   (MetaFeature*)&_CIM_DropThresholdCalculationService_TimeInterval,
126760                   0,
126761               };
126762               
126763               static const char*
126764               __root_cimv2_CIM_DropThresholdCalculationService_qualifiers[] =
126765               {
126766                   /* UMLPackagePath */
126767                   "\057CIM::Network::QoS",
126768                   /* Version */
126769                   "\0632.7.0",
126770                   0,
126771               };
126772               
126773               MetaClass
126774               __root_cimv2_CIM_DropThresholdCalculationService =
126775               {
126776 mike  1.1.2.1     /* flags */
126777                   META_FLAG_CLASS,
126778                   /* name */
126779                   "CIM_DropThresholdCalculationService",
126780                   /* qualifiers */
126781                   __root_cimv2_CIM_DropThresholdCalculationService_qualifiers,
126782                   /* super */
126783                   &__root_cimv2_CIM_Service,
126784                   /* features */
126785                   _CIM_DropThresholdCalculationService_features,
126786               };
126787               
126788               //==============================================================================
126789               //
126790               // Class: CIM_DSLModem
126791               //
126792               //==============================================================================
126793               
126794               static MetaFeature*
126795               _CIM_DSLModem_features[] =
126796               {
126797 mike  1.1.2.1     0,
126798               };
126799               
126800               static const char*
126801               __root_cimv2_CIM_DSLModem_qualifiers[] =
126802               {
126803                   /* UMLPackagePath */
126804                   "\057CIM::Device::Modems",
126805                   /* Version */
126806                   "\0632.6.0",
126807                   0,
126808               };
126809               
126810               MetaClass
126811               __root_cimv2_CIM_DSLModem =
126812               {
126813                   /* flags */
126814                   META_FLAG_CLASS,
126815                   /* name */
126816                   "CIM_DSLModem",
126817                   /* qualifiers */
126818 mike  1.1.2.1     __root_cimv2_CIM_DSLModem_qualifiers,
126819                   /* super */
126820                   &__root_cimv2_CIM_ConnectionBasedModem,
126821                   /* features */
126822                   _CIM_DSLModem_features,
126823               };
126824               
126825               //==============================================================================
126826               //
126827               // Class: CIM_DVDDrive
126828               //
126829               //==============================================================================
126830               
126831               static const char*
126832               _CIM_DVDDrive_FormatsSupported_qualifiers[] =
126833               {
126834                   /* ValueMap */
126835                   "\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",
126836                   /* Values */
126837                   "\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",
126838                   /* ModelCorrespondence */
126839 mike  1.1.2.1     "\036\000\001CIM_PhysicalMedia.MediaType\000",
126840                   0,
126841               };
126842               
126843               static MetaProperty
126844               _CIM_DVDDrive_FormatsSupported =
126845               {
126846                   /* flags */
126847                   META_FLAG_PROPERTY|META_FLAG_READ,
126848                   /* name */
126849                   "FormatsSupported",
126850                   /* qualifiers */
126851                   _CIM_DVDDrive_FormatsSupported_qualifiers,
126852                   /* type */
126853                   CIMTYPE_UINT16,
126854                   /* subscript */
126855                   0,
126856                   /* value */
126857                   0,
126858               };
126859               
126860 mike  1.1.2.1 static MetaFeature*
126861               _CIM_DVDDrive_features[] =
126862               {
126863                   (MetaFeature*)&_CIM_DVDDrive_FormatsSupported,
126864                   0,
126865               };
126866               
126867               static const char*
126868               __root_cimv2_CIM_DVDDrive_qualifiers[] =
126869               {
126870                   /* UMLPackagePath */
126871                   "\057CIM::Device::StorageDevices",
126872                   /* Version */
126873                   "\0632.6.0",
126874                   0,
126875               };
126876               
126877               MetaClass
126878               __root_cimv2_CIM_DVDDrive =
126879               {
126880                   /* flags */
126881 mike  1.1.2.1     META_FLAG_CLASS,
126882                   /* name */
126883                   "CIM_DVDDrive",
126884                   /* qualifiers */
126885                   __root_cimv2_CIM_DVDDrive_qualifiers,
126886                   /* super */
126887                   &__root_cimv2_CIM_MediaAccessDevice,
126888                   /* features */
126889                   _CIM_DVDDrive_features,
126890               };
126891               
126892               //==============================================================================
126893               //
126894               // Class: CIM_ErrorCountersForDevice
126895               //
126896               //==============================================================================
126897               
126898               static const char*
126899               _CIM_ErrorCountersForDevice_Stats_qualifiers[] =
126900               {
126901                   /* Override */
126902 mike  1.1.2.1     "\044Stats",
126903                   /* Weak */
126904                   "\064\001",
126905                   0,
126906               };
126907               
126908               static MetaReference
126909               _CIM_ErrorCountersForDevice_Stats =
126910               {
126911                   /* flags */
126912                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
126913                   /* name */
126914                   "Stats",
126915                   /* qualifiers */
126916                   _CIM_ErrorCountersForDevice_Stats_qualifiers,
126917                   /* subscript */
126918                   -1,
126919                   /* refId */
126920                   &__root_cimv2_CIM_DeviceErrorCounts,
126921               };
126922               
126923 mike  1.1.2.1 static const char*
126924               _CIM_ErrorCountersForDevice_Element_qualifiers[] =
126925               {
126926                   /* Override */
126927                   "\044Element",
126928                   /* Min */
126929                   "\033\000\000\000\001",
126930                   /* Max */
126931                   "\027\000\000\000\001",
126932                   0,
126933               };
126934               
126935               static MetaReference
126936               _CIM_ErrorCountersForDevice_Element =
126937               {
126938                   /* flags */
126939                   META_FLAG_REFERENCE|META_FLAG_READ,
126940                   /* name */
126941                   "Element",
126942                   /* qualifiers */
126943                   _CIM_ErrorCountersForDevice_Element_qualifiers,
126944 mike  1.1.2.1     /* subscript */
126945                   -1,
126946                   /* refId */
126947                   &__root_cimv2_CIM_LogicalDevice,
126948               };
126949               
126950               static MetaFeature*
126951               _CIM_ErrorCountersForDevice_features[] =
126952               {
126953                   (MetaFeature*)&_CIM_ErrorCountersForDevice_Stats,
126954                   (MetaFeature*)&_CIM_ErrorCountersForDevice_Element,
126955                   0,
126956               };
126957               
126958               static const char*
126959               __root_cimv2_CIM_ErrorCountersForDevice_qualifiers[] =
126960               {
126961                   /* ASSOCIATION */
126962                   "\000\001",
126963                   /* UMLPackagePath */
126964                   "\057CIM::Device::DeviceElements",
126965 mike  1.1.2.1     /* Version */
126966                   "\0632.10.0",
126967                   0,
126968               };
126969               
126970               MetaClass
126971               __root_cimv2_CIM_ErrorCountersForDevice =
126972               {
126973                   /* flags */
126974                   META_FLAG_ASSOCIATION,
126975                   /* name */
126976                   "CIM_ErrorCountersForDevice",
126977                   /* qualifiers */
126978                   __root_cimv2_CIM_ErrorCountersForDevice_qualifiers,
126979                   /* super */
126980                   &__root_cimv2_CIM_Statistics,
126981                   /* features */
126982                   _CIM_ErrorCountersForDevice_features,
126983               };
126984               
126985               //==============================================================================
126986 mike  1.1.2.1 //
126987               // Class: CIM_ESCONController
126988               //
126989               //==============================================================================
126990               
126991               static MetaFeature*
126992               _CIM_ESCONController_features[] =
126993               {
126994                   0,
126995               };
126996               
126997               static const char*
126998               __root_cimv2_CIM_ESCONController_qualifiers[] =
126999               {
127000                   /* UMLPackagePath */
127001                   "\057CIM::Device::Controller",
127002                   /* Version */
127003                   "\0632.6.0",
127004                   0,
127005               };
127006               
127007 mike  1.1.2.1 MetaClass
127008               __root_cimv2_CIM_ESCONController =
127009               {
127010                   /* flags */
127011                   META_FLAG_CLASS,
127012                   /* name */
127013                   "CIM_ESCONController",
127014                   /* qualifiers */
127015                   __root_cimv2_CIM_ESCONController_qualifiers,
127016                   /* super */
127017                   &__root_cimv2_CIM_Controller,
127018                   /* features */
127019                   _CIM_ESCONController_features,
127020               };
127021               
127022               //==============================================================================
127023               //
127024               // Class: CIM_EthernetAdapter
127025               //
127026               //==============================================================================
127027               
127028 mike  1.1.2.1 static const char*
127029               _CIM_EthernetAdapter_NetworkAddresses_qualifiers[] =
127030               {
127031                   /* Deprecated */
127032                   "\013\000\001CIM_EthernetPort.NetworkAddresses\000",
127033                   /* Override */
127034                   "\044NetworkAddresses",
127035                   /* ArrayType */
127036                   "\005Indexed",
127037                   0,
127038               };
127039               
127040               static MetaProperty
127041               _CIM_EthernetAdapter_NetworkAddresses =
127042               {
127043                   /* flags */
127044                   META_FLAG_PROPERTY|META_FLAG_READ,
127045                   /* name */
127046                   "NetworkAddresses",
127047                   /* qualifiers */
127048                   _CIM_EthernetAdapter_NetworkAddresses_qualifiers,
127049 mike  1.1.2.1     /* type */
127050                   CIMTYPE_STRING,
127051                   /* subscript */
127052                   0,
127053                   /* value */
127054                   0,
127055               };
127056               
127057               static const char*
127058               _CIM_EthernetAdapter_MaxDataSize_qualifiers[] =
127059               {
127060                   /* Deprecated */
127061                   "\013\000\001CIM_EthernetPort.MaxDataSize\000",
127062                   /* MappingStrings */
127063                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
127064                   0,
127065               };
127066               
127067               static MetaProperty
127068               _CIM_EthernetAdapter_MaxDataSize =
127069               {
127070 mike  1.1.2.1     /* flags */
127071                   META_FLAG_PROPERTY|META_FLAG_READ,
127072                   /* name */
127073                   "MaxDataSize",
127074                   /* qualifiers */
127075                   _CIM_EthernetAdapter_MaxDataSize_qualifiers,
127076                   /* type */
127077                   CIMTYPE_UINT32,
127078                   /* subscript */
127079                   -1,
127080                   /* value */
127081                   0,
127082               };
127083               
127084               static const char*
127085               _CIM_EthernetAdapter_Capabilities_qualifiers[] =
127086               {
127087                   /* Deprecated */
127088                   "\013\000\001CIM_EthernetPort.Capabilities\000",
127089                   /* ValueMap */
127090                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127091 mike  1.1.2.1     /* Values */
127092                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127093                   /* ArrayType */
127094                   "\005Indexed",
127095                   /* ModelCorrespondence */
127096                   "\036\000\001CIM_EthernetAdapter.CapabilityDescriptions\000",
127097                   0,
127098               };
127099               
127100               static MetaProperty
127101               _CIM_EthernetAdapter_Capabilities =
127102               {
127103                   /* flags */
127104                   META_FLAG_PROPERTY|META_FLAG_READ,
127105                   /* name */
127106                   "Capabilities",
127107                   /* qualifiers */
127108                   _CIM_EthernetAdapter_Capabilities_qualifiers,
127109                   /* type */
127110                   CIMTYPE_UINT16,
127111                   /* subscript */
127112 mike  1.1.2.1     0,
127113                   /* value */
127114                   0,
127115               };
127116               
127117               static const char*
127118               _CIM_EthernetAdapter_CapabilityDescriptions_qualifiers[] =
127119               {
127120                   /* Deprecated */
127121                   "\013\000\001CIM_EthernetPort.CapabilityDescriptions\000",
127122                   /* ArrayType */
127123                   "\005Indexed",
127124                   /* ModelCorrespondence */
127125                   "\036\000\001CIM_EthernetAdapter.Capabilities\000",
127126                   0,
127127               };
127128               
127129               static MetaProperty
127130               _CIM_EthernetAdapter_CapabilityDescriptions =
127131               {
127132                   /* flags */
127133 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
127134                   /* name */
127135                   "CapabilityDescriptions",
127136                   /* qualifiers */
127137                   _CIM_EthernetAdapter_CapabilityDescriptions_qualifiers,
127138                   /* type */
127139                   CIMTYPE_STRING,
127140                   /* subscript */
127141                   0,
127142                   /* value */
127143                   0,
127144               };
127145               
127146               static const char*
127147               _CIM_EthernetAdapter_EnabledCapabilities_qualifiers[] =
127148               {
127149                   /* Deprecated */
127150                   "\013\000\001CIM_EthernetPort.EnabledCapabilities\000",
127151                   /* ValueMap */
127152                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127153                   /* Values */
127154 mike  1.1.2.1     "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127155                   /* ModelCorrespondence */
127156                   "\036\000\001CIM_EthernetAdapter.Capabilities\000",
127157                   0,
127158               };
127159               
127160               static MetaProperty
127161               _CIM_EthernetAdapter_EnabledCapabilities =
127162               {
127163                   /* flags */
127164                   META_FLAG_PROPERTY|META_FLAG_READ,
127165                   /* name */
127166                   "EnabledCapabilities",
127167                   /* qualifiers */
127168                   _CIM_EthernetAdapter_EnabledCapabilities_qualifiers,
127169                   /* type */
127170                   CIMTYPE_UINT16,
127171                   /* subscript */
127172                   0,
127173                   /* value */
127174                   0,
127175 mike  1.1.2.1 };
127176               
127177               static const char*
127178               _CIM_EthernetAdapter_SymbolErrors_qualifiers[] =
127179               {
127180                   /* Deprecated */
127181                   "\013\000\001CIM_EthernetPortStatistics.SymbolErrors\000",
127182                   /* Counter */
127183                   "\012\001",
127184                   /* MappingStrings */
127185                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSymbolErrors\000",
127186                   0,
127187               };
127188               
127189               static MetaProperty
127190               _CIM_EthernetAdapter_SymbolErrors =
127191               {
127192                   /* flags */
127193                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127194                   /* name */
127195                   "SymbolErrors",
127196 mike  1.1.2.1     /* qualifiers */
127197                   _CIM_EthernetAdapter_SymbolErrors_qualifiers,
127198                   /* type */
127199                   CIMTYPE_UINT32,
127200                   /* subscript */
127201                   -1,
127202                   /* value */
127203                   0,
127204               };
127205               
127206               static const char*
127207               _CIM_EthernetAdapter_TotalPacketsTransmitted_qualifiers[] =
127208               {
127209                   /* Deprecated */
127210                   "\013\000\001CIM_NetworkPortStatistics.PacketsTransmitted\000",
127211                   /* Counter */
127212                   "\012\001",
127213                   /* MappingStrings */
127214                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.6\000",
127215                   0,
127216               };
127217 mike  1.1.2.1 
127218               static MetaProperty
127219               _CIM_EthernetAdapter_TotalPacketsTransmitted =
127220               {
127221                   /* flags */
127222                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127223                   /* name */
127224                   "TotalPacketsTransmitted",
127225                   /* qualifiers */
127226                   _CIM_EthernetAdapter_TotalPacketsTransmitted_qualifiers,
127227                   /* type */
127228                   CIMTYPE_UINT64,
127229                   /* subscript */
127230                   -1,
127231                   /* value */
127232                   0,
127233               };
127234               
127235               static const char*
127236               _CIM_EthernetAdapter_TotalPacketsReceived_qualifiers[] =
127237               {
127238 mike  1.1.2.1     /* Deprecated */
127239                   "\013\000\001CIM_NetworkPortStatistics.PacketsReceived\000",
127240                   /* Counter */
127241                   "\012\001",
127242                   /* MappingStrings */
127243                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.8\000",
127244                   0,
127245               };
127246               
127247               static MetaProperty
127248               _CIM_EthernetAdapter_TotalPacketsReceived =
127249               {
127250                   /* flags */
127251                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127252                   /* name */
127253                   "TotalPacketsReceived",
127254                   /* qualifiers */
127255                   _CIM_EthernetAdapter_TotalPacketsReceived_qualifiers,
127256                   /* type */
127257                   CIMTYPE_UINT64,
127258                   /* subscript */
127259 mike  1.1.2.1     -1,
127260                   /* value */
127261                   0,
127262               };
127263               
127264               static const char*
127265               _CIM_EthernetAdapter_AlignmentErrors_qualifiers[] =
127266               {
127267                   /* Deprecated */
127268                   "\013\000\001CIM_EthernetPortStatistics.AlignmentErrors\000",
127269                   /* Counter */
127270                   "\012\001",
127271                   /* MappingStrings */
127272                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsAlignmentErrors\000",
127273                   0,
127274               };
127275               
127276               static MetaProperty
127277               _CIM_EthernetAdapter_AlignmentErrors =
127278               {
127279                   /* flags */
127280 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127281                   /* name */
127282                   "AlignmentErrors",
127283                   /* qualifiers */
127284                   _CIM_EthernetAdapter_AlignmentErrors_qualifiers,
127285                   /* type */
127286                   CIMTYPE_UINT32,
127287                   /* subscript */
127288                   -1,
127289                   /* value */
127290                   0,
127291               };
127292               
127293               static const char*
127294               _CIM_EthernetAdapter_FCSErrors_qualifiers[] =
127295               {
127296                   /* Deprecated */
127297                   "\013\000\001CIM_EthernetPortStatistics.FCSErrors\000",
127298                   /* Counter */
127299                   "\012\001",
127300                   /* MappingStrings */
127301 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFCSErrors\000",
127302                   0,
127303               };
127304               
127305               static MetaProperty
127306               _CIM_EthernetAdapter_FCSErrors =
127307               {
127308                   /* flags */
127309                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127310                   /* name */
127311                   "FCSErrors",
127312                   /* qualifiers */
127313                   _CIM_EthernetAdapter_FCSErrors_qualifiers,
127314                   /* type */
127315                   CIMTYPE_UINT32,
127316                   /* subscript */
127317                   -1,
127318                   /* value */
127319                   0,
127320               };
127321               
127322 mike  1.1.2.1 static const char*
127323               _CIM_EthernetAdapter_SingleCollisionFrames_qualifiers[] =
127324               {
127325                   /* Deprecated */
127326                   "\013\000\001CIM_EthernetPortStatistics.SingleCollisionFrames\000",
127327                   /* Counter */
127328                   "\012\001",
127329                   /* MappingStrings */
127330                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSingleCollisionFrames\000",
127331                   0,
127332               };
127333               
127334               static MetaProperty
127335               _CIM_EthernetAdapter_SingleCollisionFrames =
127336               {
127337                   /* flags */
127338                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127339                   /* name */
127340                   "SingleCollisionFrames",
127341                   /* qualifiers */
127342                   _CIM_EthernetAdapter_SingleCollisionFrames_qualifiers,
127343 mike  1.1.2.1     /* type */
127344                   CIMTYPE_UINT32,
127345                   /* subscript */
127346                   -1,
127347                   /* value */
127348                   0,
127349               };
127350               
127351               static const char*
127352               _CIM_EthernetAdapter_MultipleCollisionFrames_qualifiers[] =
127353               {
127354                   /* Deprecated */
127355                   "\013\000\001CIM_EthernetPortStatistics.MultipleCollisionFrames\000",
127356                   /* Counter */
127357                   "\012\001",
127358                   /* MappingStrings */
127359                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsMultipleCollisionFrames\000",
127360                   0,
127361               };
127362               
127363               static MetaProperty
127364 mike  1.1.2.1 _CIM_EthernetAdapter_MultipleCollisionFrames =
127365               {
127366                   /* flags */
127367                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127368                   /* name */
127369                   "MultipleCollisionFrames",
127370                   /* qualifiers */
127371                   _CIM_EthernetAdapter_MultipleCollisionFrames_qualifiers,
127372                   /* type */
127373                   CIMTYPE_UINT32,
127374                   /* subscript */
127375                   -1,
127376                   /* value */
127377                   0,
127378               };
127379               
127380               static const char*
127381               _CIM_EthernetAdapter_SQETestErrors_qualifiers[] =
127382               {
127383                   /* Deprecated */
127384                   "\013\000\001CIM_EthernetPortStatistics.SQETestErrors\000",
127385 mike  1.1.2.1     /* Counter */
127386                   "\012\001",
127387                   /* MappingStrings */
127388                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSQETestErrors\000",
127389                   0,
127390               };
127391               
127392               static MetaProperty
127393               _CIM_EthernetAdapter_SQETestErrors =
127394               {
127395                   /* flags */
127396                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127397                   /* name */
127398                   "SQETestErrors",
127399                   /* qualifiers */
127400                   _CIM_EthernetAdapter_SQETestErrors_qualifiers,
127401                   /* type */
127402                   CIMTYPE_UINT32,
127403                   /* subscript */
127404                   -1,
127405                   /* value */
127406 mike  1.1.2.1     0,
127407               };
127408               
127409               static const char*
127410               _CIM_EthernetAdapter_DeferredTransmissions_qualifiers[] =
127411               {
127412                   /* Deprecated */
127413                   "\013\000\001CIM_EthernetPortStatistics.DeferredTransmissions\000",
127414                   /* Counter */
127415                   "\012\001",
127416                   /* MappingStrings */
127417                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsDeferredTransmissions\000",
127418                   0,
127419               };
127420               
127421               static MetaProperty
127422               _CIM_EthernetAdapter_DeferredTransmissions =
127423               {
127424                   /* flags */
127425                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127426                   /* name */
127427 mike  1.1.2.1     "DeferredTransmissions",
127428                   /* qualifiers */
127429                   _CIM_EthernetAdapter_DeferredTransmissions_qualifiers,
127430                   /* type */
127431                   CIMTYPE_UINT32,
127432                   /* subscript */
127433                   -1,
127434                   /* value */
127435                   0,
127436               };
127437               
127438               static const char*
127439               _CIM_EthernetAdapter_LateCollisions_qualifiers[] =
127440               {
127441                   /* Deprecated */
127442                   "\013\000\001CIM_EthernetPortStatistics.LateCollisions\000",
127443                   /* Counter */
127444                   "\012\001",
127445                   /* MappingStrings */
127446                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsLateCollisions\000",
127447                   0,
127448 mike  1.1.2.1 };
127449               
127450               static MetaProperty
127451               _CIM_EthernetAdapter_LateCollisions =
127452               {
127453                   /* flags */
127454                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127455                   /* name */
127456                   "LateCollisions",
127457                   /* qualifiers */
127458                   _CIM_EthernetAdapter_LateCollisions_qualifiers,
127459                   /* type */
127460                   CIMTYPE_UINT32,
127461                   /* subscript */
127462                   -1,
127463                   /* value */
127464                   0,
127465               };
127466               
127467               static const char*
127468               _CIM_EthernetAdapter_ExcessiveCollisions_qualifiers[] =
127469 mike  1.1.2.1 {
127470                   /* Deprecated */
127471                   "\013\000\001CIM_EthernetPortStatistics.ExcessiveCollisions\000",
127472                   /* Counter */
127473                   "\012\001",
127474                   /* MappingStrings */
127475                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsExcessiveCollisions\000",
127476                   0,
127477               };
127478               
127479               static MetaProperty
127480               _CIM_EthernetAdapter_ExcessiveCollisions =
127481               {
127482                   /* flags */
127483                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127484                   /* name */
127485                   "ExcessiveCollisions",
127486                   /* qualifiers */
127487                   _CIM_EthernetAdapter_ExcessiveCollisions_qualifiers,
127488                   /* type */
127489                   CIMTYPE_UINT32,
127490 mike  1.1.2.1     /* subscript */
127491                   -1,
127492                   /* value */
127493                   0,
127494               };
127495               
127496               static const char*
127497               _CIM_EthernetAdapter_InternalMACTransmitErrors_qualifiers[] =
127498               {
127499                   /* Deprecated */
127500                   "\013\000\001CIM_EthernetPortStatistics.InternalMACTransmitErrors\000",
127501                   /* Counter */
127502                   "\012\001",
127503                   /* MappingStrings */
127504                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacTransmitErrors\000",
127505                   0,
127506               };
127507               
127508               static MetaProperty
127509               _CIM_EthernetAdapter_InternalMACTransmitErrors =
127510               {
127511 mike  1.1.2.1     /* flags */
127512                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127513                   /* name */
127514                   "InternalMACTransmitErrors",
127515                   /* qualifiers */
127516                   _CIM_EthernetAdapter_InternalMACTransmitErrors_qualifiers,
127517                   /* type */
127518                   CIMTYPE_UINT32,
127519                   /* subscript */
127520                   -1,
127521                   /* value */
127522                   0,
127523               };
127524               
127525               static const char*
127526               _CIM_EthernetAdapter_InternalMACReceiveErrors_qualifiers[] =
127527               {
127528                   /* Deprecated */
127529                   "\013\000\001CIM_EthernetPortStatistics.InternalMACReceiveErrors\000",
127530                   /* Counter */
127531                   "\012\001",
127532 mike  1.1.2.1     /* MappingStrings */
127533                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacReceiveErrors\000",
127534                   0,
127535               };
127536               
127537               static MetaProperty
127538               _CIM_EthernetAdapter_InternalMACReceiveErrors =
127539               {
127540                   /* flags */
127541                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127542                   /* name */
127543                   "InternalMACReceiveErrors",
127544                   /* qualifiers */
127545                   _CIM_EthernetAdapter_InternalMACReceiveErrors_qualifiers,
127546                   /* type */
127547                   CIMTYPE_UINT32,
127548                   /* subscript */
127549                   -1,
127550                   /* value */
127551                   0,
127552               };
127553 mike  1.1.2.1 
127554               static const char*
127555               _CIM_EthernetAdapter_CarrierSenseErrors_qualifiers[] =
127556               {
127557                   /* Deprecated */
127558                   "\013\000\001CIM_EthernetPortStatistics.CarrierSenseErrors\000",
127559                   /* Counter */
127560                   "\012\001",
127561                   /* MappingStrings */
127562                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsCarrierSenseErrors\000",
127563                   0,
127564               };
127565               
127566               static MetaProperty
127567               _CIM_EthernetAdapter_CarrierSenseErrors =
127568               {
127569                   /* flags */
127570                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127571                   /* name */
127572                   "CarrierSenseErrors",
127573                   /* qualifiers */
127574 mike  1.1.2.1     _CIM_EthernetAdapter_CarrierSenseErrors_qualifiers,
127575                   /* type */
127576                   CIMTYPE_UINT32,
127577                   /* subscript */
127578                   -1,
127579                   /* value */
127580                   0,
127581               };
127582               
127583               static const char*
127584               _CIM_EthernetAdapter_FrameTooLongs_qualifiers[] =
127585               {
127586                   /* Deprecated */
127587                   "\013\000\001CIM_EthernetPortStatistics.FrameTooLongs\000",
127588                   /* Counter */
127589                   "\012\001",
127590                   /* MappingStrings */
127591                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFrameTooLongs\000",
127592                   0,
127593               };
127594               
127595 mike  1.1.2.1 static MetaProperty
127596               _CIM_EthernetAdapter_FrameTooLongs =
127597               {
127598                   /* flags */
127599                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127600                   /* name */
127601                   "FrameTooLongs",
127602                   /* qualifiers */
127603                   _CIM_EthernetAdapter_FrameTooLongs_qualifiers,
127604                   /* type */
127605                   CIMTYPE_UINT32,
127606                   /* subscript */
127607                   -1,
127608                   /* value */
127609                   0,
127610               };
127611               
127612               static MetaFeature*
127613               _CIM_EthernetAdapter_features[] =
127614               {
127615                   (MetaFeature*)&_CIM_EthernetAdapter_NetworkAddresses,
127616 mike  1.1.2.1     (MetaFeature*)&_CIM_EthernetAdapter_MaxDataSize,
127617                   (MetaFeature*)&_CIM_EthernetAdapter_Capabilities,
127618                   (MetaFeature*)&_CIM_EthernetAdapter_CapabilityDescriptions,
127619                   (MetaFeature*)&_CIM_EthernetAdapter_EnabledCapabilities,
127620                   (MetaFeature*)&_CIM_EthernetAdapter_SymbolErrors,
127621                   (MetaFeature*)&_CIM_EthernetAdapter_TotalPacketsTransmitted,
127622                   (MetaFeature*)&_CIM_EthernetAdapter_TotalPacketsReceived,
127623                   (MetaFeature*)&_CIM_EthernetAdapter_AlignmentErrors,
127624                   (MetaFeature*)&_CIM_EthernetAdapter_FCSErrors,
127625                   (MetaFeature*)&_CIM_EthernetAdapter_SingleCollisionFrames,
127626                   (MetaFeature*)&_CIM_EthernetAdapter_MultipleCollisionFrames,
127627                   (MetaFeature*)&_CIM_EthernetAdapter_SQETestErrors,
127628                   (MetaFeature*)&_CIM_EthernetAdapter_DeferredTransmissions,
127629                   (MetaFeature*)&_CIM_EthernetAdapter_LateCollisions,
127630                   (MetaFeature*)&_CIM_EthernetAdapter_ExcessiveCollisions,
127631                   (MetaFeature*)&_CIM_EthernetAdapter_InternalMACTransmitErrors,
127632                   (MetaFeature*)&_CIM_EthernetAdapter_InternalMACReceiveErrors,
127633                   (MetaFeature*)&_CIM_EthernetAdapter_CarrierSenseErrors,
127634                   (MetaFeature*)&_CIM_EthernetAdapter_FrameTooLongs,
127635                   0,
127636               };
127637 mike  1.1.2.1 
127638               static const char*
127639               __root_cimv2_CIM_EthernetAdapter_qualifiers[] =
127640               {
127641                   /* Deprecated */
127642                   "\013\000\001CIM_EthernetPort\000",
127643                   /* UMLPackagePath */
127644                   "\057CIM::Device::NetworkAdapter",
127645                   /* Version */
127646                   "\0632.10.0",
127647                   0,
127648               };
127649               
127650               MetaClass
127651               __root_cimv2_CIM_EthernetAdapter =
127652               {
127653                   /* flags */
127654                   META_FLAG_CLASS,
127655                   /* name */
127656                   "CIM_EthernetAdapter",
127657                   /* qualifiers */
127658 mike  1.1.2.1     __root_cimv2_CIM_EthernetAdapter_qualifiers,
127659                   /* super */
127660                   &__root_cimv2_CIM_NetworkAdapter,
127661                   /* features */
127662                   _CIM_EthernetAdapter_features,
127663               };
127664               
127665               //==============================================================================
127666               //
127667               // Class: CIM_EthernetPort
127668               //
127669               //==============================================================================
127670               
127671               static const char*
127672               _CIM_EthernetPort_PortType_qualifiers[] =
127673               {
127674                   /* Override */
127675                   "\044PortType",
127676                   /* ValueMap */
127677                   "\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",
127678                   /* Values */
127679 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",
127680                   0,
127681               };
127682               
127683               static MetaProperty
127684               _CIM_EthernetPort_PortType =
127685               {
127686                   /* flags */
127687                   META_FLAG_PROPERTY|META_FLAG_READ,
127688                   /* name */
127689                   "PortType",
127690                   /* qualifiers */
127691                   _CIM_EthernetPort_PortType_qualifiers,
127692                   /* type */
127693                   CIMTYPE_UINT16,
127694                   /* subscript */
127695                   -1,
127696                   /* value */
127697                   0,
127698               };
127699               
127700 mike  1.1.2.1 static const char*
127701               _CIM_EthernetPort_NetworkAddresses_qualifiers[] =
127702               {
127703                   /* Override */
127704                   "\044NetworkAddresses",
127705                   0,
127706               };
127707               
127708               static MetaProperty
127709               _CIM_EthernetPort_NetworkAddresses =
127710               {
127711                   /* flags */
127712                   META_FLAG_PROPERTY|META_FLAG_READ,
127713                   /* name */
127714                   "NetworkAddresses",
127715                   /* qualifiers */
127716                   _CIM_EthernetPort_NetworkAddresses_qualifiers,
127717                   /* type */
127718                   CIMTYPE_STRING,
127719                   /* subscript */
127720                   0,
127721 mike  1.1.2.1     /* value */
127722                   0,
127723               };
127724               
127725               static const char*
127726               _CIM_EthernetPort_MaxDataSize_qualifiers[] =
127727               {
127728                   /* MappingStrings */
127729                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
127730                   0,
127731               };
127732               
127733               static MetaProperty
127734               _CIM_EthernetPort_MaxDataSize =
127735               {
127736                   /* flags */
127737                   META_FLAG_PROPERTY|META_FLAG_READ,
127738                   /* name */
127739                   "MaxDataSize",
127740                   /* qualifiers */
127741                   _CIM_EthernetPort_MaxDataSize_qualifiers,
127742 mike  1.1.2.1     /* type */
127743                   CIMTYPE_UINT32,
127744                   /* subscript */
127745                   -1,
127746                   /* value */
127747                   0,
127748               };
127749               
127750               static const char*
127751               _CIM_EthernetPort_Capabilities_qualifiers[] =
127752               {
127753                   /* ValueMap */
127754                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127755                   /* Values */
127756                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127757                   /* ArrayType */
127758                   "\005Indexed",
127759                   /* ModelCorrespondence */
127760                   "\036\000\001CIM_EthernetPort.CapabilityDescriptions\000",
127761                   0,
127762               };
127763 mike  1.1.2.1 
127764               static MetaProperty
127765               _CIM_EthernetPort_Capabilities =
127766               {
127767                   /* flags */
127768                   META_FLAG_PROPERTY|META_FLAG_READ,
127769                   /* name */
127770                   "Capabilities",
127771                   /* qualifiers */
127772                   _CIM_EthernetPort_Capabilities_qualifiers,
127773                   /* type */
127774                   CIMTYPE_UINT16,
127775                   /* subscript */
127776                   0,
127777                   /* value */
127778                   0,
127779               };
127780               
127781               static const char*
127782               _CIM_EthernetPort_CapabilityDescriptions_qualifiers[] =
127783               {
127784 mike  1.1.2.1     /* ArrayType */
127785                   "\005Indexed",
127786                   /* ModelCorrespondence */
127787                   "\036\000\001CIM_EthernetPort.Capabilities\000",
127788                   0,
127789               };
127790               
127791               static MetaProperty
127792               _CIM_EthernetPort_CapabilityDescriptions =
127793               {
127794                   /* flags */
127795                   META_FLAG_PROPERTY|META_FLAG_READ,
127796                   /* name */
127797                   "CapabilityDescriptions",
127798                   /* qualifiers */
127799                   _CIM_EthernetPort_CapabilityDescriptions_qualifiers,
127800                   /* type */
127801                   CIMTYPE_STRING,
127802                   /* subscript */
127803                   0,
127804                   /* value */
127805 mike  1.1.2.1     0,
127806               };
127807               
127808               static const char*
127809               _CIM_EthernetPort_EnabledCapabilities_qualifiers[] =
127810               {
127811                   /* ValueMap */
127812                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127813                   /* Values */
127814                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127815                   /* ArrayType */
127816                   "\005Indexed",
127817                   /* ModelCorrespondence */
127818                   "\036\000\002CIM_EthernetPort.Capabilities\000CIM_EthernetPort.OtherEnabledCapabilities\000",
127819                   0,
127820               };
127821               
127822               static MetaProperty
127823               _CIM_EthernetPort_EnabledCapabilities =
127824               {
127825                   /* flags */
127826 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
127827                   /* name */
127828                   "EnabledCapabilities",
127829                   /* qualifiers */
127830                   _CIM_EthernetPort_EnabledCapabilities_qualifiers,
127831                   /* type */
127832                   CIMTYPE_UINT16,
127833                   /* subscript */
127834                   0,
127835                   /* value */
127836                   0,
127837               };
127838               
127839               static const char*
127840               _CIM_EthernetPort_OtherEnabledCapabilities_qualifiers[] =
127841               {
127842                   /* ArrayType */
127843                   "\005Indexed",
127844                   /* ModelCorrespondence */
127845                   "\036\000\001CIM_EthernetPort.EnabledCapabilities\000",
127846                   0,
127847 mike  1.1.2.1 };
127848               
127849               static MetaProperty
127850               _CIM_EthernetPort_OtherEnabledCapabilities =
127851               {
127852                   /* flags */
127853                   META_FLAG_PROPERTY|META_FLAG_READ,
127854                   /* name */
127855                   "OtherEnabledCapabilities",
127856                   /* qualifiers */
127857                   _CIM_EthernetPort_OtherEnabledCapabilities_qualifiers,
127858                   /* type */
127859                   CIMTYPE_STRING,
127860                   /* subscript */
127861                   0,
127862                   /* value */
127863                   0,
127864               };
127865               
127866               static MetaFeature*
127867               _CIM_EthernetPort_features[] =
127868 mike  1.1.2.1 {
127869                   (MetaFeature*)&_CIM_EthernetPort_PortType,
127870                   (MetaFeature*)&_CIM_EthernetPort_NetworkAddresses,
127871                   (MetaFeature*)&_CIM_EthernetPort_MaxDataSize,
127872                   (MetaFeature*)&_CIM_EthernetPort_Capabilities,
127873                   (MetaFeature*)&_CIM_EthernetPort_CapabilityDescriptions,
127874                   (MetaFeature*)&_CIM_EthernetPort_EnabledCapabilities,
127875                   (MetaFeature*)&_CIM_EthernetPort_OtherEnabledCapabilities,
127876                   0,
127877               };
127878               
127879               static const char*
127880               __root_cimv2_CIM_EthernetPort_qualifiers[] =
127881               {
127882                   /* UMLPackagePath */
127883                   "\057CIM::Device::Ports",
127884                   /* Version */
127885                   "\0632.10.0",
127886                   0,
127887               };
127888               
127889 mike  1.1.2.1 MetaClass
127890               __root_cimv2_CIM_EthernetPort =
127891               {
127892                   /* flags */
127893                   META_FLAG_CLASS,
127894                   /* name */
127895                   "CIM_EthernetPort",
127896                   /* qualifiers */
127897                   __root_cimv2_CIM_EthernetPort_qualifiers,
127898                   /* super */
127899                   &__root_cimv2_CIM_NetworkPort,
127900                   /* features */
127901                   _CIM_EthernetPort_features,
127902               };
127903               
127904               //==============================================================================
127905               //
127906               // Class: CIM_Export
127907               //
127908               //==============================================================================
127909               
127910 mike  1.1.2.1 static const char*
127911               _CIM_Export_LocalFS_qualifiers[] =
127912               {
127913                   /* Key */
127914                   "\025\001",
127915                   /* Max */
127916                   "\027\000\000\000\001",
127917                   0,
127918               };
127919               
127920               static MetaReference
127921               _CIM_Export_LocalFS =
127922               {
127923                   /* flags */
127924                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
127925                   /* name */
127926                   "LocalFS",
127927                   /* qualifiers */
127928                   _CIM_Export_LocalFS_qualifiers,
127929                   /* subscript */
127930                   -1,
127931 mike  1.1.2.1     /* refId */
127932                   &__root_cimv2_CIM_LocalFileSystem,
127933               };
127934               
127935               static const char*
127936               _CIM_Export_Directory_qualifiers[] =
127937               {
127938                   /* Key */
127939                   "\025\001",
127940                   0,
127941               };
127942               
127943               static MetaReference
127944               _CIM_Export_Directory =
127945               {
127946                   /* flags */
127947                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
127948                   /* name */
127949                   "Directory",
127950                   /* qualifiers */
127951                   _CIM_Export_Directory_qualifiers,
127952 mike  1.1.2.1     /* subscript */
127953                   -1,
127954                   /* refId */
127955                   &__root_cimv2_CIM_Directory,
127956               };
127957               
127958               static const char*
127959               _CIM_Export_ExportedDirectoryName_qualifiers[] =
127960               {
127961                   0,
127962               };
127963               
127964               static MetaProperty
127965               _CIM_Export_ExportedDirectoryName =
127966               {
127967                   /* flags */
127968                   META_FLAG_PROPERTY|META_FLAG_READ,
127969                   /* name */
127970                   "ExportedDirectoryName",
127971                   /* qualifiers */
127972                   _CIM_Export_ExportedDirectoryName_qualifiers,
127973 mike  1.1.2.1     /* type */
127974                   CIMTYPE_STRING,
127975                   /* subscript */
127976                   -1,
127977                   /* value */
127978                   0,
127979               };
127980               
127981               static MetaFeature*
127982               _CIM_Export_features[] =
127983               {
127984                   (MetaFeature*)&_CIM_Export_LocalFS,
127985                   (MetaFeature*)&_CIM_Export_Directory,
127986                   (MetaFeature*)&_CIM_Export_ExportedDirectoryName,
127987                   0,
127988               };
127989               
127990               static const char*
127991               __root_cimv2_CIM_Export_qualifiers[] =
127992               {
127993                   /* ASSOCIATION */
127994 mike  1.1.2.1     "\000\001",
127995                   /* UMLPackagePath */
127996                   "\057CIM::System::FileElements",
127997                   /* Version */
127998                   "\0632.6.0",
127999                   0,
128000               };
128001               
128002               MetaClass
128003               __root_cimv2_CIM_Export =
128004               {
128005                   /* flags */
128006                   META_FLAG_ASSOCIATION,
128007                   /* name */
128008                   "CIM_Export",
128009                   /* qualifiers */
128010                   __root_cimv2_CIM_Export_qualifiers,
128011                   /* super */
128012                   0,
128013                   /* features */
128014                   _CIM_Export_features,
128015 mike  1.1.2.1 };
128016               
128017               //==============================================================================
128018               //
128019               // Class: CIM_ExtentInDiskGroup
128020               //
128021               //==============================================================================
128022               
128023               static const char*
128024               _CIM_ExtentInDiskGroup_Collection_qualifiers[] =
128025               {
128026                   /* Aggregate */
128027                   "\003\001",
128028                   /* Override */
128029                   "\044Collection",
128030                   /* Max */
128031                   "\027\000\000\000\001",
128032                   0,
128033               };
128034               
128035               static MetaReference
128036 mike  1.1.2.1 _CIM_ExtentInDiskGroup_Collection =
128037               {
128038                   /* flags */
128039                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
128040                   /* name */
128041                   "Collection",
128042                   /* qualifiers */
128043                   _CIM_ExtentInDiskGroup_Collection_qualifiers,
128044                   /* subscript */
128045                   -1,
128046                   /* refId */
128047                   &__root_cimv2_CIM_DiskGroup,
128048               };
128049               
128050               static const char*
128051               _CIM_ExtentInDiskGroup_Member_qualifiers[] =
128052               {
128053                   /* Override */
128054                   "\044Member",
128055                   0,
128056               };
128057 mike  1.1.2.1 
128058               static MetaReference
128059               _CIM_ExtentInDiskGroup_Member =
128060               {
128061                   /* flags */
128062                   META_FLAG_REFERENCE|META_FLAG_READ,
128063                   /* name */
128064                   "Member",
128065                   /* qualifiers */
128066                   _CIM_ExtentInDiskGroup_Member_qualifiers,
128067                   /* subscript */
128068                   -1,
128069                   /* refId */
128070                   &__root_cimv2_CIM_StorageExtent,
128071               };
128072               
128073               static MetaFeature*
128074               _CIM_ExtentInDiskGroup_features[] =
128075               {
128076                   (MetaFeature*)&_CIM_ExtentInDiskGroup_Collection,
128077                   (MetaFeature*)&_CIM_ExtentInDiskGroup_Member,
128078 mike  1.1.2.1     0,
128079               };
128080               
128081               static const char*
128082               __root_cimv2_CIM_ExtentInDiskGroup_qualifiers[] =
128083               {
128084                   /* ASSOCIATION */
128085                   "\000\001",
128086                   /* UMLPackagePath */
128087                   "\057CIM::Device::DiskGroup",
128088                   /* Aggregation */
128089                   "\004\001",
128090                   /* Version */
128091                   "\0632.10.0",
128092                   0,
128093               };
128094               
128095               MetaClass
128096               __root_cimv2_CIM_ExtentInDiskGroup =
128097               {
128098                   /* flags */
128099 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
128100                   /* name */
128101                   "CIM_ExtentInDiskGroup",
128102                   /* qualifiers */
128103                   __root_cimv2_CIM_ExtentInDiskGroup_qualifiers,
128104                   /* super */
128105                   &__root_cimv2_CIM_CollectedMSEs,
128106                   /* features */
128107                   _CIM_ExtentInDiskGroup_features,
128108               };
128109               
128110               //==============================================================================
128111               //
128112               // Class: CIM_ExtentRedundancyComponent
128113               //
128114               //==============================================================================
128115               
128116               static const char*
128117               _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers[] =
128118               {
128119                   /* Deprecated */
128120 mike  1.1.2.1     "\013\000\001CIM_MemberOfCollection.Collection\000",
128121                   /* Aggregate */
128122                   "\003\001",
128123                   /* Override */
128124                   "\044GroupComponent",
128125                   0,
128126               };
128127               
128128               static MetaReference
128129               _CIM_ExtentRedundancyComponent_GroupComponent =
128130               {
128131                   /* flags */
128132                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
128133                   /* name */
128134                   "GroupComponent",
128135                   /* qualifiers */
128136                   _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers,
128137                   /* subscript */
128138                   -1,
128139                   /* refId */
128140                   &__root_cimv2_CIM_StorageRedundancyGroup,
128141 mike  1.1.2.1 };
128142               
128143               static const char*
128144               _CIM_ExtentRedundancyComponent_PartComponent_qualifiers[] =
128145               {
128146                   /* Deprecated */
128147                   "\013\000\001CIM_MemberOfCollection.Member\000",
128148                   /* Override */
128149                   "\044PartComponent",
128150                   0,
128151               };
128152               
128153               static MetaReference
128154               _CIM_ExtentRedundancyComponent_PartComponent =
128155               {
128156                   /* flags */
128157                   META_FLAG_REFERENCE|META_FLAG_READ,
128158                   /* name */
128159                   "PartComponent",
128160                   /* qualifiers */
128161                   _CIM_ExtentRedundancyComponent_PartComponent_qualifiers,
128162 mike  1.1.2.1     /* subscript */
128163                   -1,
128164                   /* refId */
128165                   &__root_cimv2_CIM_StorageExtent,
128166               };
128167               
128168               static MetaFeature*
128169               _CIM_ExtentRedundancyComponent_features[] =
128170               {
128171                   (MetaFeature*)&_CIM_ExtentRedundancyComponent_GroupComponent,
128172                   (MetaFeature*)&_CIM_ExtentRedundancyComponent_PartComponent,
128173                   0,
128174               };
128175               
128176               static const char*
128177               __root_cimv2_CIM_ExtentRedundancyComponent_qualifiers[] =
128178               {
128179                   /* ASSOCIATION */
128180                   "\000\001",
128181                   /* Deprecated */
128182                   "\013\000\001CIM_MemberOfCollection\000",
128183 mike  1.1.2.1     /* UMLPackagePath */
128184                   "\057CIM::Core::Redundancy",
128185                   /* Aggregation */
128186                   "\004\001",
128187                   /* Version */
128188                   "\0632.13.0",
128189                   0,
128190               };
128191               
128192               MetaClass
128193               __root_cimv2_CIM_ExtentRedundancyComponent =
128194               {
128195                   /* flags */
128196                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
128197                   /* name */
128198                   "CIM_ExtentRedundancyComponent",
128199                   /* qualifiers */
128200                   __root_cimv2_CIM_ExtentRedundancyComponent_qualifiers,
128201                   /* super */
128202                   &__root_cimv2_CIM_RedundancyComponent,
128203                   /* features */
128204 mike  1.1.2.1     _CIM_ExtentRedundancyComponent_features,
128205               };
128206               
128207               //==============================================================================
128208               //
128209               // Class: CIM_Fan
128210               //
128211               //==============================================================================
128212               
128213               static const char*
128214               _CIM_Fan_VariableSpeed_qualifiers[] =
128215               {
128216                   0,
128217               };
128218               
128219               static MetaProperty
128220               _CIM_Fan_VariableSpeed =
128221               {
128222                   /* flags */
128223                   META_FLAG_PROPERTY|META_FLAG_READ,
128224                   /* name */
128225 mike  1.1.2.1     "VariableSpeed",
128226                   /* qualifiers */
128227                   _CIM_Fan_VariableSpeed_qualifiers,
128228                   /* type */
128229                   CIMTYPE_BOOLEAN,
128230                   /* subscript */
128231                   -1,
128232                   /* value */
128233                   0,
128234               };
128235               
128236               static const char*
128237               _CIM_Fan_DesiredSpeed_qualifiers[] =
128238               {
128239                   /* Units */
128240                   "\060Revolutions per Minute",
128241                   0,
128242               };
128243               
128244               static MetaProperty
128245               _CIM_Fan_DesiredSpeed =
128246 mike  1.1.2.1 {
128247                   /* flags */
128248                   META_FLAG_PROPERTY|META_FLAG_READ,
128249                   /* name */
128250                   "DesiredSpeed",
128251                   /* qualifiers */
128252                   _CIM_Fan_DesiredSpeed_qualifiers,
128253                   /* type */
128254                   CIMTYPE_UINT64,
128255                   /* subscript */
128256                   -1,
128257                   /* value */
128258                   0,
128259               };
128260               
128261               static const char*
128262               _CIM_Fan_SetSpeed_DesiredSpeed_qualifiers[] =
128263               {
128264                   /* IN */
128265                   "\024\001",
128266                   0,
128267 mike  1.1.2.1 };
128268               
128269               static MetaProperty
128270               _CIM_Fan_SetSpeed_DesiredSpeed =
128271               {
128272                   /* flags */
128273                   META_FLAG_PROPERTY|META_FLAG_IN,
128274                   /* name */
128275                   "DesiredSpeed",
128276                   /* qualifiers */
128277                   _CIM_Fan_SetSpeed_DesiredSpeed_qualifiers,
128278                   /* type */
128279                   CIMTYPE_UINT64,
128280                   /* subscript */
128281                   -1,
128282                   /* value */
128283                   0,
128284               };
128285               
128286               static MetaFeature*
128287               _CIM_Fan_SetSpeed_parameters[] =
128288 mike  1.1.2.1 {
128289                   (MetaFeature*)&_CIM_Fan_SetSpeed_DesiredSpeed,
128290                   0,
128291               };
128292               
128293               static const char*
128294               _CIM_Fan_SetSpeed_qualifiers[] =
128295               {
128296                   0,
128297               };
128298               
128299               static MetaMethod
128300               _CIM_Fan_SetSpeed =
128301               {
128302                   /* flags */
128303                   META_FLAG_METHOD,
128304                   /* name */
128305                   "CIM_Fan",
128306                   /* qualifiers */
128307                   _CIM_Fan_SetSpeed_qualifiers,
128308                   /* type */
128309 mike  1.1.2.1     CIMTYPE_UINT32,
128310                   /* parameters */
128311                   _CIM_Fan_SetSpeed_parameters,
128312               };
128313               
128314               static MetaFeature*
128315               _CIM_Fan_features[] =
128316               {
128317                   (MetaFeature*)&_CIM_Fan_VariableSpeed,
128318                   (MetaFeature*)&_CIM_Fan_DesiredSpeed,
128319                   (MetaFeature*)&_CIM_Fan_SetSpeed,
128320                   0,
128321               };
128322               
128323               static const char*
128324               __root_cimv2_CIM_Fan_qualifiers[] =
128325               {
128326                   /* UMLPackagePath */
128327                   "\057CIM::Device::CoolingAndPower",
128328                   /* Version */
128329                   "\0632.6.0",
128330 mike  1.1.2.1     0,
128331               };
128332               
128333               MetaClass
128334               __root_cimv2_CIM_Fan =
128335               {
128336                   /* flags */
128337                   META_FLAG_CLASS,
128338                   /* name */
128339                   "CIM_Fan",
128340                   /* qualifiers */
128341                   __root_cimv2_CIM_Fan_qualifiers,
128342                   /* super */
128343                   &__root_cimv2_CIM_CoolingDevice,
128344                   /* features */
128345                   _CIM_Fan_features,
128346               };
128347               
128348               //==============================================================================
128349               //
128350               // Class: CIM_FCPort
128351 mike  1.1.2.1 //
128352               //==============================================================================
128353               
128354               static const char*
128355               _CIM_FCPort_PortType_qualifiers[] =
128356               {
128357                   /* Override */
128358                   "\044PortType",
128359                   /* ValueMap */
128360                   "\061\000\0140\0001\00010\00011\00012\00013\00014\00015\00016\00017\00018\00016000..65535\000",
128361                   /* Values */
128362                   "\062\000\014Unknown\000Other\000N\000NL\000F/NL\000Nx\000E\000F\000FL\000B\000G\000Vendor Reserved\000",
128363                   0,
128364               };
128365               
128366               static MetaProperty
128367               _CIM_FCPort_PortType =
128368               {
128369                   /* flags */
128370                   META_FLAG_PROPERTY|META_FLAG_READ,
128371                   /* name */
128372 mike  1.1.2.1     "PortType",
128373                   /* qualifiers */
128374                   _CIM_FCPort_PortType_qualifiers,
128375                   /* type */
128376                   CIMTYPE_UINT16,
128377                   /* subscript */
128378                   -1,
128379                   /* value */
128380                   0,
128381               };
128382               
128383               static const char*
128384               _CIM_FCPort_SupportedCOS_qualifiers[] =
128385               {
128386                   /* ValueMap */
128387                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
128388                   /* Values */
128389                   "\062\000\010Unknown\0001\0002\0003\0004\0005\0006\000F\000",
128390                   0,
128391               };
128392               
128393 mike  1.1.2.1 static MetaProperty
128394               _CIM_FCPort_SupportedCOS =
128395               {
128396                   /* flags */
128397                   META_FLAG_PROPERTY|META_FLAG_READ,
128398                   /* name */
128399                   "SupportedCOS",
128400                   /* qualifiers */
128401                   _CIM_FCPort_SupportedCOS_qualifiers,
128402                   /* type */
128403                   CIMTYPE_UINT16,
128404                   /* subscript */
128405                   0,
128406                   /* value */
128407                   0,
128408               };
128409               
128410               static const char*
128411               _CIM_FCPort_ActiveCOS_qualifiers[] =
128412               {
128413                   /* ValueMap */
128414 mike  1.1.2.1     "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
128415                   /* Values */
128416                   "\062\000\010Unknown\0001\0002\0003\0004\0005\0006\000F\000",
128417                   /* ModelCorrespondence */
128418                   "\036\000\001CIM_FCPort.SupportedCOS\000",
128419                   0,
128420               };
128421               
128422               static MetaProperty
128423               _CIM_FCPort_ActiveCOS =
128424               {
128425                   /* flags */
128426                   META_FLAG_PROPERTY|META_FLAG_READ,
128427                   /* name */
128428                   "ActiveCOS",
128429                   /* qualifiers */
128430                   _CIM_FCPort_ActiveCOS_qualifiers,
128431                   /* type */
128432                   CIMTYPE_UINT16,
128433                   /* subscript */
128434                   0,
128435 mike  1.1.2.1     /* value */
128436                   0,
128437               };
128438               
128439               static const char*
128440               _CIM_FCPort_SupportedFC4Types_qualifiers[] =
128441               {
128442                   /* ValueMap */
128443                   "\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",
128444                   /* Values */
128445                   "\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",
128446                   0,
128447               };
128448               
128449               static MetaProperty
128450               _CIM_FCPort_SupportedFC4Types =
128451               {
128452                   /* flags */
128453                   META_FLAG_PROPERTY|META_FLAG_READ,
128454                   /* name */
128455                   "SupportedFC4Types",
128456 mike  1.1.2.1     /* qualifiers */
128457                   _CIM_FCPort_SupportedFC4Types_qualifiers,
128458                   /* type */
128459                   CIMTYPE_UINT16,
128460                   /* subscript */
128461                   0,
128462                   /* value */
128463                   0,
128464               };
128465               
128466               static const char*
128467               _CIM_FCPort_ActiveFC4Types_qualifiers[] =
128468               {
128469                   /* ValueMap */
128470                   "\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",
128471                   /* Values */
128472                   "\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",
128473                   /* ModelCorrespondence */
128474                   "\036\000\001CIM_FCPort.SupportedFC4Types\000",
128475                   0,
128476               };
128477 mike  1.1.2.1 
128478               static MetaProperty
128479               _CIM_FCPort_ActiveFC4Types =
128480               {
128481                   /* flags */
128482                   META_FLAG_PROPERTY|META_FLAG_READ,
128483                   /* name */
128484                   "ActiveFC4Types",
128485                   /* qualifiers */
128486                   _CIM_FCPort_ActiveFC4Types_qualifiers,
128487                   /* type */
128488                   CIMTYPE_UINT16,
128489                   /* subscript */
128490                   0,
128491                   /* value */
128492                   0,
128493               };
128494               
128495               static MetaFeature*
128496               _CIM_FCPort_features[] =
128497               {
128498 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPort_PortType,
128499                   (MetaFeature*)&_CIM_FCPort_SupportedCOS,
128500                   (MetaFeature*)&_CIM_FCPort_ActiveCOS,
128501                   (MetaFeature*)&_CIM_FCPort_SupportedFC4Types,
128502                   (MetaFeature*)&_CIM_FCPort_ActiveFC4Types,
128503                   0,
128504               };
128505               
128506               static const char*
128507               __root_cimv2_CIM_FCPort_qualifiers[] =
128508               {
128509                   /* UMLPackagePath */
128510                   "\057CIM::Device::FC",
128511                   /* Version */
128512                   "\0632.7.1",
128513                   0,
128514               };
128515               
128516               MetaClass
128517               __root_cimv2_CIM_FCPort =
128518               {
128519 mike  1.1.2.1     /* flags */
128520                   META_FLAG_CLASS,
128521                   /* name */
128522                   "CIM_FCPort",
128523                   /* qualifiers */
128524                   __root_cimv2_CIM_FCPort_qualifiers,
128525                   /* super */
128526                   &__root_cimv2_CIM_NetworkPort,
128527                   /* features */
128528                   _CIM_FCPort_features,
128529               };
128530               
128531               //==============================================================================
128532               //
128533               // Class: CIM_FibreChannelAdapter
128534               //
128535               //==============================================================================
128536               
128537               static const char*
128538               _CIM_FibreChannelAdapter_MaxFrameSize_qualifiers[] =
128539               {
128540 mike  1.1.2.1     /* Deprecated */
128541                   "\013\000\001CIM_NetworkPort.SupportedMaximumTransmissionUnit\000",
128542                   /* Units */
128543                   "\060Bytes",
128544                   0,
128545               };
128546               
128547               static MetaProperty
128548               _CIM_FibreChannelAdapter_MaxFrameSize =
128549               {
128550                   /* flags */
128551                   META_FLAG_PROPERTY|META_FLAG_READ,
128552                   /* name */
128553                   "MaxFrameSize",
128554                   /* qualifiers */
128555                   _CIM_FibreChannelAdapter_MaxFrameSize_qualifiers,
128556                   /* type */
128557                   CIMTYPE_UINT64,
128558                   /* subscript */
128559                   -1,
128560                   /* value */
128561 mike  1.1.2.1     0,
128562               };
128563               
128564               static const char*
128565               _CIM_FibreChannelAdapter_SupportedCOS_qualifiers[] =
128566               {
128567                   /* Deprecated */
128568                   "\013\000\001CIM_FCPort.SupportedCOS\000",
128569                   /* ValueMap */
128570                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
128571                   /* Values */
128572                   "\062\000\007Unknown\0001\0002\0003\0004\0006\000F\000",
128573                   0,
128574               };
128575               
128576               static MetaProperty
128577               _CIM_FibreChannelAdapter_SupportedCOS =
128578               {
128579                   /* flags */
128580                   META_FLAG_PROPERTY|META_FLAG_READ,
128581                   /* name */
128582 mike  1.1.2.1     "SupportedCOS",
128583                   /* qualifiers */
128584                   _CIM_FibreChannelAdapter_SupportedCOS_qualifiers,
128585                   /* type */
128586                   CIMTYPE_UINT16,
128587                   /* subscript */
128588                   0,
128589                   /* value */
128590                   0,
128591               };
128592               
128593               static const char*
128594               _CIM_FibreChannelAdapter_FC4TypesSupported_qualifiers[] =
128595               {
128596                   /* Deprecated */
128597                   "\013\000\001CIM_FCPort.SupportedFC4Types\000",
128598                   /* ValueMap */
128599                   "\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",
128600                   /* Values */
128601                   "\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",
128602                   /* ModelCorrespondence */
128603 mike  1.1.2.1     "\036\000\001CIM_FibreChannelAdapter.FC4VendorUniqueTypes\000",
128604                   0,
128605               };
128606               
128607               static MetaProperty
128608               _CIM_FibreChannelAdapter_FC4TypesSupported =
128609               {
128610                   /* flags */
128611                   META_FLAG_PROPERTY|META_FLAG_READ,
128612                   /* name */
128613                   "FC4TypesSupported",
128614                   /* qualifiers */
128615                   _CIM_FibreChannelAdapter_FC4TypesSupported_qualifiers,
128616                   /* type */
128617                   CIMTYPE_UINT16,
128618                   /* subscript */
128619                   0,
128620                   /* value */
128621                   0,
128622               };
128623               
128624 mike  1.1.2.1 static const char*
128625               _CIM_FibreChannelAdapter_FC4VendorUniqueTypes_qualifiers[] =
128626               {
128627                   /* Deprecated */
128628                   "\013\000\001CIM_FCPort.SupportedFC4Types\000",
128629                   /* MinValue */
128630                   "\035\000\000\000\000\000\000\000\360",
128631                   /* MaxValue */
128632                   "\031\000\000\000\000\000\000\000\377",
128633                   0,
128634               };
128635               
128636               static MetaProperty
128637               _CIM_FibreChannelAdapter_FC4VendorUniqueTypes =
128638               {
128639                   /* flags */
128640                   META_FLAG_PROPERTY|META_FLAG_READ,
128641                   /* name */
128642                   "FC4VendorUniqueTypes",
128643                   /* qualifiers */
128644                   _CIM_FibreChannelAdapter_FC4VendorUniqueTypes_qualifiers,
128645 mike  1.1.2.1     /* type */
128646                   CIMTYPE_UINT16,
128647                   /* subscript */
128648                   0,
128649                   /* value */
128650                   0,
128651               };
128652               
128653               static const char*
128654               _CIM_FibreChannelAdapter_CurrentFC4Types_qualifiers[] =
128655               {
128656                   /* Deprecated */
128657                   "\013\000\001CIM_FCPort.ActiveFC4Types\000",
128658                   /* ValueMap */
128659                   "\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",
128660                   /* Values */
128661                   "\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",
128662                   /* ModelCorrespondence */
128663                   "\036\000\002CIM_FibreChannelAdapter.FC4TypesSupported\000CIM_FibreChannelAdapter.CurrentFC4VendorTypes\000",
128664                   0,
128665               };
128666 mike  1.1.2.1 
128667               static MetaProperty
128668               _CIM_FibreChannelAdapter_CurrentFC4Types =
128669               {
128670                   /* flags */
128671                   META_FLAG_PROPERTY|META_FLAG_READ,
128672                   /* name */
128673                   "CurrentFC4Types",
128674                   /* qualifiers */
128675                   _CIM_FibreChannelAdapter_CurrentFC4Types_qualifiers,
128676                   /* type */
128677                   CIMTYPE_UINT16,
128678                   /* subscript */
128679                   0,
128680                   /* value */
128681                   0,
128682               };
128683               
128684               static const char*
128685               _CIM_FibreChannelAdapter_CurrentFC4VendorTypes_qualifiers[] =
128686               {
128687 mike  1.1.2.1     /* Deprecated */
128688                   "\013\000\001CIM_FCPort.ActiveFC4Types\000",
128689                   /* MinValue */
128690                   "\035\000\000\000\000\000\000\000\360",
128691                   /* MaxValue */
128692                   "\031\000\000\000\000\000\000\000\377",
128693                   /* ModelCorrespondence */
128694                   "\036\000\001CIM_FibreChannelAdapter.FC4VendorUniqueTypes\000",
128695                   0,
128696               };
128697               
128698               static MetaProperty
128699               _CIM_FibreChannelAdapter_CurrentFC4VendorTypes =
128700               {
128701                   /* flags */
128702                   META_FLAG_PROPERTY|META_FLAG_READ,
128703                   /* name */
128704                   "CurrentFC4VendorTypes",
128705                   /* qualifiers */
128706                   _CIM_FibreChannelAdapter_CurrentFC4VendorTypes_qualifiers,
128707                   /* type */
128708 mike  1.1.2.1     CIMTYPE_UINT16,
128709                   /* subscript */
128710                   0,
128711                   /* value */
128712                   0,
128713               };
128714               
128715               static const char*
128716               _CIM_FibreChannelAdapter_Capabilities_qualifiers[] =
128717               {
128718                   /* Deprecated */
128719                   "\013\000\001No value\000",
128720                   /* ValueMap */
128721                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000",
128722                   /* Values */
128723                   "\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",
128724                   /* ArrayType */
128725                   "\005Indexed",
128726                   0,
128727               };
128728               
128729 mike  1.1.2.1 static MetaProperty
128730               _CIM_FibreChannelAdapter_Capabilities =
128731               {
128732                   /* flags */
128733                   META_FLAG_PROPERTY|META_FLAG_READ,
128734                   /* name */
128735                   "Capabilities",
128736                   /* qualifiers */
128737                   _CIM_FibreChannelAdapter_Capabilities_qualifiers,
128738                   /* type */
128739                   CIMTYPE_UINT16,
128740                   /* subscript */
128741                   0,
128742                   /* value */
128743                   0,
128744               };
128745               
128746               static const char*
128747               _CIM_FibreChannelAdapter_CapabilityDescriptions_qualifiers[] =
128748               {
128749                   /* Deprecated */
128750 mike  1.1.2.1     "\013\000\001No value\000",
128751                   /* ArrayType */
128752                   "\005Indexed",
128753                   /* ModelCorrespondence */
128754                   "\036\000\001CIM_FibreChannelAdapter.Capabilities\000",
128755                   0,
128756               };
128757               
128758               static MetaProperty
128759               _CIM_FibreChannelAdapter_CapabilityDescriptions =
128760               {
128761                   /* flags */
128762                   META_FLAG_PROPERTY|META_FLAG_READ,
128763                   /* name */
128764                   "CapabilityDescriptions",
128765                   /* qualifiers */
128766                   _CIM_FibreChannelAdapter_CapabilityDescriptions_qualifiers,
128767                   /* type */
128768                   CIMTYPE_STRING,
128769                   /* subscript */
128770                   0,
128771 mike  1.1.2.1     /* value */
128772                   0,
128773               };
128774               
128775               static const char*
128776               _CIM_FibreChannelAdapter_ReceiveBufferErrors_qualifiers[] =
128777               {
128778                   /* Deprecated */
128779                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
128780                   /* Counter */
128781                   "\012\001",
128782                   0,
128783               };
128784               
128785               static MetaProperty
128786               _CIM_FibreChannelAdapter_ReceiveBufferErrors =
128787               {
128788                   /* flags */
128789                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128790                   /* name */
128791                   "ReceiveBufferErrors",
128792 mike  1.1.2.1     /* qualifiers */
128793                   _CIM_FibreChannelAdapter_ReceiveBufferErrors_qualifiers,
128794                   /* type */
128795                   CIMTYPE_UINT64,
128796                   /* subscript */
128797                   -1,
128798                   /* value */
128799                   0,
128800               };
128801               
128802               static const char*
128803               _CIM_FibreChannelAdapter_ReceiveEndErrors_qualifiers[] =
128804               {
128805                   /* Deprecated */
128806                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
128807                   /* Counter */
128808                   "\012\001",
128809                   0,
128810               };
128811               
128812               static MetaProperty
128813 mike  1.1.2.1 _CIM_FibreChannelAdapter_ReceiveEndErrors =
128814               {
128815                   /* flags */
128816                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128817                   /* name */
128818                   "ReceiveEndErrors",
128819                   /* qualifiers */
128820                   _CIM_FibreChannelAdapter_ReceiveEndErrors_qualifiers,
128821                   /* type */
128822                   CIMTYPE_UINT64,
128823                   /* subscript */
128824                   -1,
128825                   /* value */
128826                   0,
128827               };
128828               
128829               static const char*
128830               _CIM_FibreChannelAdapter_ResourceAllocationTimeout_qualifiers[] =
128831               {
128832                   /* Deprecated */
128833                   "\013\000\001No value\000",
128834 mike  1.1.2.1     /* Units */
128835                   "\060MilliSeconds",
128836                   0,
128837               };
128838               
128839               static MetaProperty
128840               _CIM_FibreChannelAdapter_ResourceAllocationTimeout =
128841               {
128842                   /* flags */
128843                   META_FLAG_PROPERTY|META_FLAG_READ,
128844                   /* name */
128845                   "ResourceAllocationTimeout",
128846                   /* qualifiers */
128847                   _CIM_FibreChannelAdapter_ResourceAllocationTimeout_qualifiers,
128848                   /* type */
128849                   CIMTYPE_UINT64,
128850                   /* subscript */
128851                   -1,
128852                   /* value */
128853                   0,
128854               };
128855 mike  1.1.2.1 
128856               static const char*
128857               _CIM_FibreChannelAdapter_ErrorDetectTimeout_qualifiers[] =
128858               {
128859                   /* Deprecated */
128860                   "\013\000\001No value\000",
128861                   /* Units */
128862                   "\060MilliSeconds",
128863                   0,
128864               };
128865               
128866               static MetaProperty
128867               _CIM_FibreChannelAdapter_ErrorDetectTimeout =
128868               {
128869                   /* flags */
128870                   META_FLAG_PROPERTY|META_FLAG_READ,
128871                   /* name */
128872                   "ErrorDetectTimeout",
128873                   /* qualifiers */
128874                   _CIM_FibreChannelAdapter_ErrorDetectTimeout_qualifiers,
128875                   /* type */
128876 mike  1.1.2.1     CIMTYPE_UINT64,
128877                   /* subscript */
128878                   -1,
128879                   /* value */
128880                   0,
128881               };
128882               
128883               static const char*
128884               _CIM_FibreChannelAdapter_Class1SequencesSent_qualifiers[] =
128885               {
128886                   /* Deprecated */
128887                   "\013\000\001No value\000",
128888                   /* Counter */
128889                   "\012\001",
128890                   0,
128891               };
128892               
128893               static MetaProperty
128894               _CIM_FibreChannelAdapter_Class1SequencesSent =
128895               {
128896                   /* flags */
128897 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128898                   /* name */
128899                   "Class1SequencesSent",
128900                   /* qualifiers */
128901                   _CIM_FibreChannelAdapter_Class1SequencesSent_qualifiers,
128902                   /* type */
128903                   CIMTYPE_UINT64,
128904                   /* subscript */
128905                   -1,
128906                   /* value */
128907                   0,
128908               };
128909               
128910               static const char*
128911               _CIM_FibreChannelAdapter_Class2SequencesSent_qualifiers[] =
128912               {
128913                   /* Deprecated */
128914                   "\013\000\001No value\000",
128915                   /* Counter */
128916                   "\012\001",
128917                   0,
128918 mike  1.1.2.1 };
128919               
128920               static MetaProperty
128921               _CIM_FibreChannelAdapter_Class2SequencesSent =
128922               {
128923                   /* flags */
128924                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128925                   /* name */
128926                   "Class2SequencesSent",
128927                   /* qualifiers */
128928                   _CIM_FibreChannelAdapter_Class2SequencesSent_qualifiers,
128929                   /* type */
128930                   CIMTYPE_UINT64,
128931                   /* subscript */
128932                   -1,
128933                   /* value */
128934                   0,
128935               };
128936               
128937               static const char*
128938               _CIM_FibreChannelAdapter_Class3SequencesSent_qualifiers[] =
128939 mike  1.1.2.1 {
128940                   /* Deprecated */
128941                   "\013\000\001No value\000",
128942                   /* Counter */
128943                   "\012\001",
128944                   0,
128945               };
128946               
128947               static MetaProperty
128948               _CIM_FibreChannelAdapter_Class3SequencesSent =
128949               {
128950                   /* flags */
128951                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128952                   /* name */
128953                   "Class3SequencesSent",
128954                   /* qualifiers */
128955                   _CIM_FibreChannelAdapter_Class3SequencesSent_qualifiers,
128956                   /* type */
128957                   CIMTYPE_UINT64,
128958                   /* subscript */
128959                   -1,
128960 mike  1.1.2.1     /* value */
128961                   0,
128962               };
128963               
128964               static const char*
128965               _CIM_FibreChannelAdapter_Class4SequencesSent_qualifiers[] =
128966               {
128967                   /* Deprecated */
128968                   "\013\000\001No value\000",
128969                   /* Counter */
128970                   "\012\001",
128971                   0,
128972               };
128973               
128974               static MetaProperty
128975               _CIM_FibreChannelAdapter_Class4SequencesSent =
128976               {
128977                   /* flags */
128978                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128979                   /* name */
128980                   "Class4SequencesSent",
128981 mike  1.1.2.1     /* qualifiers */
128982                   _CIM_FibreChannelAdapter_Class4SequencesSent_qualifiers,
128983                   /* type */
128984                   CIMTYPE_UINT64,
128985                   /* subscript */
128986                   -1,
128987                   /* value */
128988                   0,
128989               };
128990               
128991               static const char*
128992               _CIM_FibreChannelAdapter_Class2OctetsReceived_qualifiers[] =
128993               {
128994                   /* Deprecated */
128995                   "\013\000\001CIM_FCPortStatistics.BytesReceived\000",
128996                   /* Counter */
128997                   "\012\001",
128998                   0,
128999               };
129000               
129001               static MetaProperty
129002 mike  1.1.2.1 _CIM_FibreChannelAdapter_Class2OctetsReceived =
129003               {
129004                   /* flags */
129005                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129006                   /* name */
129007                   "Class2OctetsReceived",
129008                   /* qualifiers */
129009                   _CIM_FibreChannelAdapter_Class2OctetsReceived_qualifiers,
129010                   /* type */
129011                   CIMTYPE_UINT64,
129012                   /* subscript */
129013                   -1,
129014                   /* value */
129015                   0,
129016               };
129017               
129018               static const char*
129019               _CIM_FibreChannelAdapter_Class2OctetsTransmitted_qualifiers[] =
129020               {
129021                   /* Deprecated */
129022                   "\013\000\001CIM_FCPortStatistics.BytesTransmitted\000",
129023 mike  1.1.2.1     /* Counter */
129024                   "\012\001",
129025                   0,
129026               };
129027               
129028               static MetaProperty
129029               _CIM_FibreChannelAdapter_Class2OctetsTransmitted =
129030               {
129031                   /* flags */
129032                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129033                   /* name */
129034                   "Class2OctetsTransmitted",
129035                   /* qualifiers */
129036                   _CIM_FibreChannelAdapter_Class2OctetsTransmitted_qualifiers,
129037                   /* type */
129038                   CIMTYPE_UINT64,
129039                   /* subscript */
129040                   -1,
129041                   /* value */
129042                   0,
129043               };
129044 mike  1.1.2.1 
129045               static const char*
129046               _CIM_FibreChannelAdapter_Class2FramesReceived_qualifiers[] =
129047               {
129048                   /* Deprecated */
129049                   "\013\000\001CIM_FCPortStatistics.PacketsReceived\000",
129050                   /* Counter */
129051                   "\012\001",
129052                   0,
129053               };
129054               
129055               static MetaProperty
129056               _CIM_FibreChannelAdapter_Class2FramesReceived =
129057               {
129058                   /* flags */
129059                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129060                   /* name */
129061                   "Class2FramesReceived",
129062                   /* qualifiers */
129063                   _CIM_FibreChannelAdapter_Class2FramesReceived_qualifiers,
129064                   /* type */
129065 mike  1.1.2.1     CIMTYPE_UINT64,
129066                   /* subscript */
129067                   -1,
129068                   /* value */
129069                   0,
129070               };
129071               
129072               static const char*
129073               _CIM_FibreChannelAdapter_Class2FramesTransmitted_qualifiers[] =
129074               {
129075                   /* Deprecated */
129076                   "\013\000\001CIM_FCPortStatistics.PacketsTransmitted\000",
129077                   /* Counter */
129078                   "\012\001",
129079                   0,
129080               };
129081               
129082               static MetaProperty
129083               _CIM_FibreChannelAdapter_Class2FramesTransmitted =
129084               {
129085                   /* flags */
129086 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129087                   /* name */
129088                   "Class2FramesTransmitted",
129089                   /* qualifiers */
129090                   _CIM_FibreChannelAdapter_Class2FramesTransmitted_qualifiers,
129091                   /* type */
129092                   CIMTYPE_UINT64,
129093                   /* subscript */
129094                   -1,
129095                   /* value */
129096                   0,
129097               };
129098               
129099               static const char*
129100               _CIM_FibreChannelAdapter_Class2DiscardFrames_qualifiers[] =
129101               {
129102                   /* Deprecated */
129103                   "\013\000\001No value\000",
129104                   /* Counter */
129105                   "\012\001",
129106                   0,
129107 mike  1.1.2.1 };
129108               
129109               static MetaProperty
129110               _CIM_FibreChannelAdapter_Class2DiscardFrames =
129111               {
129112                   /* flags */
129113                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129114                   /* name */
129115                   "Class2DiscardFrames",
129116                   /* qualifiers */
129117                   _CIM_FibreChannelAdapter_Class2DiscardFrames_qualifiers,
129118                   /* type */
129119                   CIMTYPE_UINT64,
129120                   /* subscript */
129121                   -1,
129122                   /* value */
129123                   0,
129124               };
129125               
129126               static const char*
129127               _CIM_FibreChannelAdapter_Class3OctetsReceived_qualifiers[] =
129128 mike  1.1.2.1 {
129129                   /* Deprecated */
129130                   "\013\000\001CIM_FCPortStatistics.BytesReceived\000",
129131                   /* Counter */
129132                   "\012\001",
129133                   0,
129134               };
129135               
129136               static MetaProperty
129137               _CIM_FibreChannelAdapter_Class3OctetsReceived =
129138               {
129139                   /* flags */
129140                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129141                   /* name */
129142                   "Class3OctetsReceived",
129143                   /* qualifiers */
129144                   _CIM_FibreChannelAdapter_Class3OctetsReceived_qualifiers,
129145                   /* type */
129146                   CIMTYPE_UINT64,
129147                   /* subscript */
129148                   -1,
129149 mike  1.1.2.1     /* value */
129150                   0,
129151               };
129152               
129153               static const char*
129154               _CIM_FibreChannelAdapter_Class3OctetsTransmitted_qualifiers[] =
129155               {
129156                   /* Deprecated */
129157                   "\013\000\001CIM_FCPortStatistics.BytesTransmitted\000",
129158                   /* Counter */
129159                   "\012\001",
129160                   0,
129161               };
129162               
129163               static MetaProperty
129164               _CIM_FibreChannelAdapter_Class3OctetsTransmitted =
129165               {
129166                   /* flags */
129167                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129168                   /* name */
129169                   "Class3OctetsTransmitted",
129170 mike  1.1.2.1     /* qualifiers */
129171                   _CIM_FibreChannelAdapter_Class3OctetsTransmitted_qualifiers,
129172                   /* type */
129173                   CIMTYPE_UINT64,
129174                   /* subscript */
129175                   -1,
129176                   /* value */
129177                   0,
129178               };
129179               
129180               static const char*
129181               _CIM_FibreChannelAdapter_Class3FramesReceived_qualifiers[] =
129182               {
129183                   /* Deprecated */
129184                   "\013\000\001CIM_FCPortStatistics.PacketsReceived\000",
129185                   /* Counter */
129186                   "\012\001",
129187                   0,
129188               };
129189               
129190               static MetaProperty
129191 mike  1.1.2.1 _CIM_FibreChannelAdapter_Class3FramesReceived =
129192               {
129193                   /* flags */
129194                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129195                   /* name */
129196                   "Class3FramesReceived",
129197                   /* qualifiers */
129198                   _CIM_FibreChannelAdapter_Class3FramesReceived_qualifiers,
129199                   /* type */
129200                   CIMTYPE_UINT64,
129201                   /* subscript */
129202                   -1,
129203                   /* value */
129204                   0,
129205               };
129206               
129207               static const char*
129208               _CIM_FibreChannelAdapter_Class3FramesTransmitted_qualifiers[] =
129209               {
129210                   /* Deprecated */
129211                   "\013\000\001CIM_FCPortStatistics.PacketsTransmitted\000",
129212 mike  1.1.2.1     /* Counter */
129213                   "\012\001",
129214                   0,
129215               };
129216               
129217               static MetaProperty
129218               _CIM_FibreChannelAdapter_Class3FramesTransmitted =
129219               {
129220                   /* flags */
129221                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129222                   /* name */
129223                   "Class3FramesTransmitted",
129224                   /* qualifiers */
129225                   _CIM_FibreChannelAdapter_Class3FramesTransmitted_qualifiers,
129226                   /* type */
129227                   CIMTYPE_UINT64,
129228                   /* subscript */
129229                   -1,
129230                   /* value */
129231                   0,
129232               };
129233 mike  1.1.2.1 
129234               static const char*
129235               _CIM_FibreChannelAdapter_Class3DiscardFrames_qualifiers[] =
129236               {
129237                   /* Deprecated */
129238                   "\013\000\001No value\000",
129239                   /* Counter */
129240                   "\012\001",
129241                   0,
129242               };
129243               
129244               static MetaProperty
129245               _CIM_FibreChannelAdapter_Class3DiscardFrames =
129246               {
129247                   /* flags */
129248                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129249                   /* name */
129250                   "Class3DiscardFrames",
129251                   /* qualifiers */
129252                   _CIM_FibreChannelAdapter_Class3DiscardFrames_qualifiers,
129253                   /* type */
129254 mike  1.1.2.1     CIMTYPE_UINT64,
129255                   /* subscript */
129256                   -1,
129257                   /* value */
129258                   0,
129259               };
129260               
129261               static const char*
129262               _CIM_FibreChannelAdapter_ParityErrors_qualifiers[] =
129263               {
129264                   /* Deprecated */
129265                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
129266                   /* Counter */
129267                   "\012\001",
129268                   0,
129269               };
129270               
129271               static MetaProperty
129272               _CIM_FibreChannelAdapter_ParityErrors =
129273               {
129274                   /* flags */
129275 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129276                   /* name */
129277                   "ParityErrors",
129278                   /* qualifiers */
129279                   _CIM_FibreChannelAdapter_ParityErrors_qualifiers,
129280                   /* type */
129281                   CIMTYPE_UINT64,
129282                   /* subscript */
129283                   -1,
129284                   /* value */
129285                   0,
129286               };
129287               
129288               static const char*
129289               _CIM_FibreChannelAdapter_FrameTimeouts_qualifiers[] =
129290               {
129291                   /* Deprecated */
129292                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
129293                   /* Counter */
129294                   "\012\001",
129295                   0,
129296 mike  1.1.2.1 };
129297               
129298               static MetaProperty
129299               _CIM_FibreChannelAdapter_FrameTimeouts =
129300               {
129301                   /* flags */
129302                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129303                   /* name */
129304                   "FrameTimeouts",
129305                   /* qualifiers */
129306                   _CIM_FibreChannelAdapter_FrameTimeouts_qualifiers,
129307                   /* type */
129308                   CIMTYPE_UINT64,
129309                   /* subscript */
129310                   -1,
129311                   /* value */
129312                   0,
129313               };
129314               
129315               static const char*
129316               _CIM_FibreChannelAdapter_BufferCreditErrors_qualifiers[] =
129317 mike  1.1.2.1 {
129318                   /* Deprecated */
129319                   "\013\000\001CIM_FCPortStatistics.BufferCreditNotProvided\000",
129320                   /* Counter */
129321                   "\012\001",
129322                   0,
129323               };
129324               
129325               static MetaProperty
129326               _CIM_FibreChannelAdapter_BufferCreditErrors =
129327               {
129328                   /* flags */
129329                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129330                   /* name */
129331                   "BufferCreditErrors",
129332                   /* qualifiers */
129333                   _CIM_FibreChannelAdapter_BufferCreditErrors_qualifiers,
129334                   /* type */
129335                   CIMTYPE_UINT64,
129336                   /* subscript */
129337                   -1,
129338 mike  1.1.2.1     /* value */
129339                   0,
129340               };
129341               
129342               static const char*
129343               _CIM_FibreChannelAdapter_EndCreditErrors_qualifiers[] =
129344               {
129345                   /* Deprecated */
129346                   "\013\000\001CIM_FCPortStatistics.BufferCreditNotReceived\000",
129347                   /* Counter */
129348                   "\012\001",
129349                   0,
129350               };
129351               
129352               static MetaProperty
129353               _CIM_FibreChannelAdapter_EndCreditErrors =
129354               {
129355                   /* flags */
129356                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129357                   /* name */
129358                   "EndCreditErrors",
129359 mike  1.1.2.1     /* qualifiers */
129360                   _CIM_FibreChannelAdapter_EndCreditErrors_qualifiers,
129361                   /* type */
129362                   CIMTYPE_UINT64,
129363                   /* subscript */
129364                   -1,
129365                   /* value */
129366                   0,
129367               };
129368               
129369               static const char*
129370               _CIM_FibreChannelAdapter_OutOfOrderFramesReceived_qualifiers[] =
129371               {
129372                   /* Deprecated */
129373                   "\013\000\001CIM_FCPortStatistics.DelimiterErrors\000",
129374                   /* Counter */
129375                   "\012\001",
129376                   0,
129377               };
129378               
129379               static MetaProperty
129380 mike  1.1.2.1 _CIM_FibreChannelAdapter_OutOfOrderFramesReceived =
129381               {
129382                   /* flags */
129383                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129384                   /* name */
129385                   "OutOfOrderFramesReceived",
129386                   /* qualifiers */
129387                   _CIM_FibreChannelAdapter_OutOfOrderFramesReceived_qualifiers,
129388                   /* type */
129389                   CIMTYPE_UINT64,
129390                   /* subscript */
129391                   -1,
129392                   /* value */
129393                   0,
129394               };
129395               
129396               static MetaFeature*
129397               _CIM_FibreChannelAdapter_features[] =
129398               {
129399                   (MetaFeature*)&_CIM_FibreChannelAdapter_MaxFrameSize,
129400                   (MetaFeature*)&_CIM_FibreChannelAdapter_SupportedCOS,
129401 mike  1.1.2.1     (MetaFeature*)&_CIM_FibreChannelAdapter_FC4TypesSupported,
129402                   (MetaFeature*)&_CIM_FibreChannelAdapter_FC4VendorUniqueTypes,
129403                   (MetaFeature*)&_CIM_FibreChannelAdapter_CurrentFC4Types,
129404                   (MetaFeature*)&_CIM_FibreChannelAdapter_CurrentFC4VendorTypes,
129405                   (MetaFeature*)&_CIM_FibreChannelAdapter_Capabilities,
129406                   (MetaFeature*)&_CIM_FibreChannelAdapter_CapabilityDescriptions,
129407                   (MetaFeature*)&_CIM_FibreChannelAdapter_ReceiveBufferErrors,
129408                   (MetaFeature*)&_CIM_FibreChannelAdapter_ReceiveEndErrors,
129409                   (MetaFeature*)&_CIM_FibreChannelAdapter_ResourceAllocationTimeout,
129410                   (MetaFeature*)&_CIM_FibreChannelAdapter_ErrorDetectTimeout,
129411                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class1SequencesSent,
129412                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2SequencesSent,
129413                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3SequencesSent,
129414                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class4SequencesSent,
129415                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2OctetsReceived,
129416                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2OctetsTransmitted,
129417                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2FramesReceived,
129418                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2FramesTransmitted,
129419                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2DiscardFrames,
129420                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3OctetsReceived,
129421                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3OctetsTransmitted,
129422 mike  1.1.2.1     (MetaFeature*)&_CIM_FibreChannelAdapter_Class3FramesReceived,
129423                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3FramesTransmitted,
129424                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3DiscardFrames,
129425                   (MetaFeature*)&_CIM_FibreChannelAdapter_ParityErrors,
129426                   (MetaFeature*)&_CIM_FibreChannelAdapter_FrameTimeouts,
129427                   (MetaFeature*)&_CIM_FibreChannelAdapter_BufferCreditErrors,
129428                   (MetaFeature*)&_CIM_FibreChannelAdapter_EndCreditErrors,
129429                   (MetaFeature*)&_CIM_FibreChannelAdapter_OutOfOrderFramesReceived,
129430                   0,
129431               };
129432               
129433               static const char*
129434               __root_cimv2_CIM_FibreChannelAdapter_qualifiers[] =
129435               {
129436                   /* Deprecated */
129437                   "\013\000\001CIM_FCPort\000",
129438                   /* UMLPackagePath */
129439                   "\057CIM::Device::NetworkAdapter",
129440                   /* Version */
129441                   "\0632.10.0",
129442                   0,
129443 mike  1.1.2.1 };
129444               
129445               MetaClass
129446               __root_cimv2_CIM_FibreChannelAdapter =
129447               {
129448                   /* flags */
129449                   META_FLAG_CLASS,
129450                   /* name */
129451                   "CIM_FibreChannelAdapter",
129452                   /* qualifiers */
129453                   __root_cimv2_CIM_FibreChannelAdapter_qualifiers,
129454                   /* super */
129455                   &__root_cimv2_CIM_NetworkAdapter,
129456                   /* features */
129457                   _CIM_FibreChannelAdapter_features,
129458               };
129459               
129460               //==============================================================================
129461               //
129462               // Class: CIM_FibrePort
129463               //
129464 mike  1.1.2.1 //==============================================================================
129465               
129466               static const char*
129467               _CIM_FibrePort_AddressIdentifier_qualifiers[] =
129468               {
129469                   /* Deprecated */
129470                   "\013\000\001CIM_FCPort.PermanentAddress\000",
129471                   0,
129472               };
129473               
129474               static MetaProperty
129475               _CIM_FibrePort_AddressIdentifier =
129476               {
129477                   /* flags */
129478                   META_FLAG_PROPERTY|META_FLAG_READ,
129479                   /* name */
129480                   "AddressIdentifier",
129481                   /* qualifiers */
129482                   _CIM_FibrePort_AddressIdentifier_qualifiers,
129483                   /* type */
129484                   CIMTYPE_UINT32,
129485 mike  1.1.2.1     /* subscript */
129486                   -1,
129487                   /* value */
129488                   0,
129489               };
129490               
129491               static const char*
129492               _CIM_FibrePort_SupportedPortTypes_qualifiers[] =
129493               {
129494                   /* Deprecated */
129495                   "\013\000\001No value\000",
129496                   /* ValueMap */
129497                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129498                   /* Values */
129499                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129500                   /* ArrayType */
129501                   "\005Indexed",
129502                   /* ModelCorrespondence */
129503                   "\036\000\001CIM_FibrePort.PortTypeVersions\000",
129504                   0,
129505               };
129506 mike  1.1.2.1 
129507               static MetaProperty
129508               _CIM_FibrePort_SupportedPortTypes =
129509               {
129510                   /* flags */
129511                   META_FLAG_PROPERTY|META_FLAG_READ,
129512                   /* name */
129513                   "SupportedPortTypes",
129514                   /* qualifiers */
129515                   _CIM_FibrePort_SupportedPortTypes_qualifiers,
129516                   /* type */
129517                   CIMTYPE_UINT16,
129518                   /* subscript */
129519                   0,
129520                   /* value */
129521                   0,
129522               };
129523               
129524               static const char*
129525               _CIM_FibrePort_PortTypeVersions_qualifiers[] =
129526               {
129527 mike  1.1.2.1     /* Deprecated */
129528                   "\013\000\001No value\000",
129529                   /* ArrayType */
129530                   "\005Indexed",
129531                   /* ModelCorrespondence */
129532                   "\036\000\001CIM_FibrePort.SupportedPortTypes\000",
129533                   0,
129534               };
129535               
129536               static MetaProperty
129537               _CIM_FibrePort_PortTypeVersions =
129538               {
129539                   /* flags */
129540                   META_FLAG_PROPERTY|META_FLAG_READ,
129541                   /* name */
129542                   "PortTypeVersions",
129543                   /* qualifiers */
129544                   _CIM_FibrePort_PortTypeVersions_qualifiers,
129545                   /* type */
129546                   CIMTYPE_STRING,
129547                   /* subscript */
129548 mike  1.1.2.1     0,
129549                   /* value */
129550                   0,
129551               };
129552               
129553               static const char*
129554               _CIM_FibrePort_EnabledPortTypes_qualifiers[] =
129555               {
129556                   /* Deprecated */
129557                   "\013\000\001No value\000",
129558                   /* ValueMap */
129559                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129560                   /* Values */
129561                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129562                   /* ModelCorrespondence */
129563                   "\036\000\002CIM_FibrePort.SupportedPortTypes\000CIM_FibrePort.EnabledVersions\000",
129564                   0,
129565               };
129566               
129567               static MetaProperty
129568               _CIM_FibrePort_EnabledPortTypes =
129569 mike  1.1.2.1 {
129570                   /* flags */
129571                   META_FLAG_PROPERTY|META_FLAG_READ,
129572                   /* name */
129573                   "EnabledPortTypes",
129574                   /* qualifiers */
129575                   _CIM_FibrePort_EnabledPortTypes_qualifiers,
129576                   /* type */
129577                   CIMTYPE_UINT16,
129578                   /* subscript */
129579                   0,
129580                   /* value */
129581                   0,
129582               };
129583               
129584               static const char*
129585               _CIM_FibrePort_EnabledVersions_qualifiers[] =
129586               {
129587                   /* Deprecated */
129588                   "\013\000\001No value\000",
129589                   /* ArrayType */
129590 mike  1.1.2.1     "\005Indexed",
129591                   /* ModelCorrespondence */
129592                   "\036\000\001CIM_FibrePort.EnabledPortTypes\000",
129593                   0,
129594               };
129595               
129596               static MetaProperty
129597               _CIM_FibrePort_EnabledVersions =
129598               {
129599                   /* flags */
129600                   META_FLAG_PROPERTY|META_FLAG_READ,
129601                   /* name */
129602                   "EnabledVersions",
129603                   /* qualifiers */
129604                   _CIM_FibrePort_EnabledVersions_qualifiers,
129605                   /* type */
129606                   CIMTYPE_STRING,
129607                   /* subscript */
129608                   0,
129609                   /* value */
129610                   0,
129611 mike  1.1.2.1 };
129612               
129613               static const char*
129614               _CIM_FibrePort_CurrentPortType_qualifiers[] =
129615               {
129616                   /* Deprecated */
129617                   "\013\000\001CIM_FCPort.PortType\000",
129618                   /* ValueMap */
129619                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129620                   /* Values */
129621                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129622                   /* ModelCorrespondence */
129623                   "\036\000\002CIM_FibrePort.EnabledPortTypes\000CIM_FibrePort.CurrentVersion\000",
129624                   0,
129625               };
129626               
129627               static MetaProperty
129628               _CIM_FibrePort_CurrentPortType =
129629               {
129630                   /* flags */
129631                   META_FLAG_PROPERTY|META_FLAG_READ,
129632 mike  1.1.2.1     /* name */
129633                   "CurrentPortType",
129634                   /* qualifiers */
129635                   _CIM_FibrePort_CurrentPortType_qualifiers,
129636                   /* type */
129637                   CIMTYPE_UINT16,
129638                   /* subscript */
129639                   -1,
129640                   /* value */
129641                   0,
129642               };
129643               
129644               static const char*
129645               _CIM_FibrePort_CurrentVersion_qualifiers[] =
129646               {
129647                   /* Deprecated */
129648                   "\013\000\001No value\000",
129649                   /* ModelCorrespondence */
129650                   "\036\000\001CIM_FibrePort.CurrentPortType\000",
129651                   0,
129652               };
129653 mike  1.1.2.1 
129654               static MetaProperty
129655               _CIM_FibrePort_CurrentVersion =
129656               {
129657                   /* flags */
129658                   META_FLAG_PROPERTY|META_FLAG_READ,
129659                   /* name */
129660                   "CurrentVersion",
129661                   /* qualifiers */
129662                   _CIM_FibrePort_CurrentVersion_qualifiers,
129663                   /* type */
129664                   CIMTYPE_STRING,
129665                   /* subscript */
129666                   -1,
129667                   /* value */
129668                   0,
129669               };
129670               
129671               static const char*
129672               _CIM_FibrePort_AliasAddresses_qualifiers[] =
129673               {
129674 mike  1.1.2.1     /* Deprecated */
129675                   "\013\000\001CIM_FCPort.NetworkAddresses\000",
129676                   0,
129677               };
129678               
129679               static MetaProperty
129680               _CIM_FibrePort_AliasAddresses =
129681               {
129682                   /* flags */
129683                   META_FLAG_PROPERTY|META_FLAG_READ,
129684                   /* name */
129685                   "AliasAddresses",
129686                   /* qualifiers */
129687                   _CIM_FibrePort_AliasAddresses_qualifiers,
129688                   /* type */
129689                   CIMTYPE_UINT32,
129690                   /* subscript */
129691                   0,
129692                   /* value */
129693                   0,
129694               };
129695 mike  1.1.2.1 
129696               static const char*
129697               _CIM_FibrePort_LossOfSignalCounter_qualifiers[] =
129698               {
129699                   /* Deprecated */
129700                   "\013\000\001CIM_FCPortStatistics.LossOfSignalCounter\000",
129701                   /* Counter */
129702                   "\012\001",
129703                   0,
129704               };
129705               
129706               static MetaProperty
129707               _CIM_FibrePort_LossOfSignalCounter =
129708               {
129709                   /* flags */
129710                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129711                   /* name */
129712                   "LossOfSignalCounter",
129713                   /* qualifiers */
129714                   _CIM_FibrePort_LossOfSignalCounter_qualifiers,
129715                   /* type */
129716 mike  1.1.2.1     CIMTYPE_UINT64,
129717                   /* subscript */
129718                   -1,
129719                   /* value */
129720                   0,
129721               };
129722               
129723               static const char*
129724               _CIM_FibrePort_LossOfSyncCounter_qualifiers[] =
129725               {
129726                   /* Deprecated */
129727                   "\013\000\001CIM_FCPortStatistics.LossOfSyncCounter\000",
129728                   /* Counter */
129729                   "\012\001",
129730                   0,
129731               };
129732               
129733               static MetaProperty
129734               _CIM_FibrePort_LossOfSyncCounter =
129735               {
129736                   /* flags */
129737 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129738                   /* name */
129739                   "LossOfSyncCounter",
129740                   /* qualifiers */
129741                   _CIM_FibrePort_LossOfSyncCounter_qualifiers,
129742                   /* type */
129743                   CIMTYPE_UINT64,
129744                   /* subscript */
129745                   -1,
129746                   /* value */
129747                   0,
129748               };
129749               
129750               static const char*
129751               _CIM_FibrePort_CRCErrors_qualifiers[] =
129752               {
129753                   /* Deprecated */
129754                   "\013\000\001CIM_FCPortStatistics.CRCErrors\000",
129755                   /* Counter */
129756                   "\012\001",
129757                   0,
129758 mike  1.1.2.1 };
129759               
129760               static MetaProperty
129761               _CIM_FibrePort_CRCErrors =
129762               {
129763                   /* flags */
129764                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129765                   /* name */
129766                   "CRCErrors",
129767                   /* qualifiers */
129768                   _CIM_FibrePort_CRCErrors_qualifiers,
129769                   /* type */
129770                   CIMTYPE_UINT64,
129771                   /* subscript */
129772                   -1,
129773                   /* value */
129774                   0,
129775               };
129776               
129777               static const char*
129778               _CIM_FibrePort_InvalidTransmissionWords_qualifiers[] =
129779 mike  1.1.2.1 {
129780                   /* Deprecated */
129781                   "\013\000\001CIM_FCPortStatistics.InvalidTransmissionWords\000",
129782                   /* Counter */
129783                   "\012\001",
129784                   0,
129785               };
129786               
129787               static MetaProperty
129788               _CIM_FibrePort_InvalidTransmissionWords =
129789               {
129790                   /* flags */
129791                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129792                   /* name */
129793                   "InvalidTransmissionWords",
129794                   /* qualifiers */
129795                   _CIM_FibrePort_InvalidTransmissionWords_qualifiers,
129796                   /* type */
129797                   CIMTYPE_UINT64,
129798                   /* subscript */
129799                   -1,
129800 mike  1.1.2.1     /* value */
129801                   0,
129802               };
129803               
129804               static const char*
129805               _CIM_FibrePort_FramesTooShort_qualifiers[] =
129806               {
129807                   /* Deprecated */
129808                   "\013\000\001CIM_FCPortStatistics.FramesTooShort\000",
129809                   /* Counter */
129810                   "\012\001",
129811                   0,
129812               };
129813               
129814               static MetaProperty
129815               _CIM_FibrePort_FramesTooShort =
129816               {
129817                   /* flags */
129818                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129819                   /* name */
129820                   "FramesTooShort",
129821 mike  1.1.2.1     /* qualifiers */
129822                   _CIM_FibrePort_FramesTooShort_qualifiers,
129823                   /* type */
129824                   CIMTYPE_UINT64,
129825                   /* subscript */
129826                   -1,
129827                   /* value */
129828                   0,
129829               };
129830               
129831               static const char*
129832               _CIM_FibrePort_FramesTooLong_qualifiers[] =
129833               {
129834                   /* Deprecated */
129835                   "\013\000\001CIM_FCPortStatistics.FramesTooLong\000",
129836                   /* Counter */
129837                   "\012\001",
129838                   0,
129839               };
129840               
129841               static MetaProperty
129842 mike  1.1.2.1 _CIM_FibrePort_FramesTooLong =
129843               {
129844                   /* flags */
129845                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129846                   /* name */
129847                   "FramesTooLong",
129848                   /* qualifiers */
129849                   _CIM_FibrePort_FramesTooLong_qualifiers,
129850                   /* type */
129851                   CIMTYPE_UINT64,
129852                   /* subscript */
129853                   -1,
129854                   /* value */
129855                   0,
129856               };
129857               
129858               static const char*
129859               _CIM_FibrePort_ElasticityBufferUnderruns_qualifiers[] =
129860               {
129861                   /* Deprecated */
129862                   "\013\000\001No value\000",
129863 mike  1.1.2.1     /* Counter */
129864                   "\012\001",
129865                   0,
129866               };
129867               
129868               static MetaProperty
129869               _CIM_FibrePort_ElasticityBufferUnderruns =
129870               {
129871                   /* flags */
129872                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129873                   /* name */
129874                   "ElasticityBufferUnderruns",
129875                   /* qualifiers */
129876                   _CIM_FibrePort_ElasticityBufferUnderruns_qualifiers,
129877                   /* type */
129878                   CIMTYPE_UINT64,
129879                   /* subscript */
129880                   -1,
129881                   /* value */
129882                   0,
129883               };
129884 mike  1.1.2.1 
129885               static const char*
129886               _CIM_FibrePort_ElasticityBufferOverruns_qualifiers[] =
129887               {
129888                   /* Deprecated */
129889                   "\013\000\001No value\000",
129890                   /* Counter */
129891                   "\012\001",
129892                   0,
129893               };
129894               
129895               static MetaProperty
129896               _CIM_FibrePort_ElasticityBufferOverruns =
129897               {
129898                   /* flags */
129899                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129900                   /* name */
129901                   "ElasticityBufferOverruns",
129902                   /* qualifiers */
129903                   _CIM_FibrePort_ElasticityBufferOverruns_qualifiers,
129904                   /* type */
129905 mike  1.1.2.1     CIMTYPE_UINT64,
129906                   /* subscript */
129907                   -1,
129908                   /* value */
129909                   0,
129910               };
129911               
129912               static const char*
129913               _CIM_FibrePort_ReceiverTransmitterTimeout_qualifiers[] =
129914               {
129915                   /* Deprecated */
129916                   "\013\000\001No value\000",
129917                   /* Units */
129918                   "\060Milliseconds",
129919                   0,
129920               };
129921               
129922               static MetaProperty
129923               _CIM_FibrePort_ReceiverTransmitterTimeout =
129924               {
129925                   /* flags */
129926 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
129927                   /* name */
129928                   "ReceiverTransmitterTimeout",
129929                   /* qualifiers */
129930                   _CIM_FibrePort_ReceiverTransmitterTimeout_qualifiers,
129931                   /* type */
129932                   CIMTYPE_UINT64,
129933                   /* subscript */
129934                   -1,
129935                   /* value */
129936                   0,
129937               };
129938               
129939               static const char*
129940               _CIM_FibrePort_BypassedState_qualifiers[] =
129941               {
129942                   /* Deprecated */
129943                   "\013\000\001No value\000",
129944                   /* ValueMap */
129945                   "\061\000\0040\0001\0002\0003\000",
129946                   /* Values */
129947 mike  1.1.2.1     "\062\000\004Unknown\000Not Bypassed\000Bypassed\000Forced Insert\000",
129948                   0,
129949               };
129950               
129951               static MetaProperty
129952               _CIM_FibrePort_BypassedState =
129953               {
129954                   /* flags */
129955                   META_FLAG_PROPERTY|META_FLAG_READ,
129956                   /* name */
129957                   "BypassedState",
129958                   /* qualifiers */
129959                   _CIM_FibrePort_BypassedState_qualifiers,
129960                   /* type */
129961                   CIMTYPE_UINT16,
129962                   /* subscript */
129963                   -1,
129964                   /* value */
129965                   0,
129966               };
129967               
129968 mike  1.1.2.1 static const char*
129969               _CIM_FibrePort_ConnectedMedia_qualifiers[] =
129970               {
129971                   /* Deprecated */
129972                   "\013\000\001No value\000",
129973                   /* ValueMap */
129974                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
129975                   /* Values */
129976                   "\062\000\007Unknown\000Other\000No Media\000Copper/Twinaxial\000Fiber-optic\000Fiber Single Mode\000Fiber Multimode\000",
129977                   0,
129978               };
129979               
129980               static MetaProperty
129981               _CIM_FibrePort_ConnectedMedia =
129982               {
129983                   /* flags */
129984                   META_FLAG_PROPERTY|META_FLAG_READ,
129985                   /* name */
129986                   "ConnectedMedia",
129987                   /* qualifiers */
129988                   _CIM_FibrePort_ConnectedMedia_qualifiers,
129989 mike  1.1.2.1     /* type */
129990                   CIMTYPE_UINT16,
129991                   /* subscript */
129992                   -1,
129993                   /* value */
129994                   0,
129995               };
129996               
129997               static MetaFeature*
129998               _CIM_FibrePort_features[] =
129999               {
130000                   (MetaFeature*)&_CIM_FibrePort_AddressIdentifier,
130001                   (MetaFeature*)&_CIM_FibrePort_SupportedPortTypes,
130002                   (MetaFeature*)&_CIM_FibrePort_PortTypeVersions,
130003                   (MetaFeature*)&_CIM_FibrePort_EnabledPortTypes,
130004                   (MetaFeature*)&_CIM_FibrePort_EnabledVersions,
130005                   (MetaFeature*)&_CIM_FibrePort_CurrentPortType,
130006                   (MetaFeature*)&_CIM_FibrePort_CurrentVersion,
130007                   (MetaFeature*)&_CIM_FibrePort_AliasAddresses,
130008                   (MetaFeature*)&_CIM_FibrePort_LossOfSignalCounter,
130009                   (MetaFeature*)&_CIM_FibrePort_LossOfSyncCounter,
130010 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePort_CRCErrors,
130011                   (MetaFeature*)&_CIM_FibrePort_InvalidTransmissionWords,
130012                   (MetaFeature*)&_CIM_FibrePort_FramesTooShort,
130013                   (MetaFeature*)&_CIM_FibrePort_FramesTooLong,
130014                   (MetaFeature*)&_CIM_FibrePort_ElasticityBufferUnderruns,
130015                   (MetaFeature*)&_CIM_FibrePort_ElasticityBufferOverruns,
130016                   (MetaFeature*)&_CIM_FibrePort_ReceiverTransmitterTimeout,
130017                   (MetaFeature*)&_CIM_FibrePort_BypassedState,
130018                   (MetaFeature*)&_CIM_FibrePort_ConnectedMedia,
130019                   0,
130020               };
130021               
130022               static const char*
130023               __root_cimv2_CIM_FibrePort_qualifiers[] =
130024               {
130025                   /* Deprecated */
130026                   "\013\000\001CIM_FCPort\000",
130027                   /* UMLPackagePath */
130028                   "\057CIM::Device::NetworkAdapter",
130029                   /* Version */
130030                   "\0632.10.0",
130031 mike  1.1.2.1     0,
130032               };
130033               
130034               MetaClass
130035               __root_cimv2_CIM_FibrePort =
130036               {
130037                   /* flags */
130038                   META_FLAG_CLASS,
130039                   /* name */
130040                   "CIM_FibrePort",
130041                   /* qualifiers */
130042                   __root_cimv2_CIM_FibrePort_qualifiers,
130043                   /* super */
130044                   &__root_cimv2_CIM_LogicalPort,
130045                   /* features */
130046                   _CIM_FibrePort_features,
130047               };
130048               
130049               //==============================================================================
130050               //
130051               // Class: CIM_FibrePortActiveLogin
130052 mike  1.1.2.1 //
130053               //==============================================================================
130054               
130055               static const char*
130056               _CIM_FibrePortActiveLogin_LoginOriginator_qualifiers[] =
130057               {
130058                   /* Deprecated */
130059                   "\013\000\001CIM_ActiveConnection.Dependent\000",
130060                   /* Key */
130061                   "\025\001",
130062                   0,
130063               };
130064               
130065               static MetaReference
130066               _CIM_FibrePortActiveLogin_LoginOriginator =
130067               {
130068                   /* flags */
130069                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
130070                   /* name */
130071                   "LoginOriginator",
130072                   /* qualifiers */
130073 mike  1.1.2.1     _CIM_FibrePortActiveLogin_LoginOriginator_qualifiers,
130074                   /* subscript */
130075                   -1,
130076                   /* refId */
130077                   &__root_cimv2_CIM_FibrePort,
130078               };
130079               
130080               static const char*
130081               _CIM_FibrePortActiveLogin_LoginResponder_qualifiers[] =
130082               {
130083                   /* Deprecated */
130084                   "\013\000\001CIM_ActiveConnection.Antecedent\000",
130085                   /* Key */
130086                   "\025\001",
130087                   0,
130088               };
130089               
130090               static MetaReference
130091               _CIM_FibrePortActiveLogin_LoginResponder =
130092               {
130093                   /* flags */
130094 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
130095                   /* name */
130096                   "LoginResponder",
130097                   /* qualifiers */
130098                   _CIM_FibrePortActiveLogin_LoginResponder_qualifiers,
130099                   /* subscript */
130100                   -1,
130101                   /* refId */
130102                   &__root_cimv2_CIM_FibrePort,
130103               };
130104               
130105               static const char*
130106               _CIM_FibrePortActiveLogin_NegotiatedCOS_qualifiers[] =
130107               {
130108                   /* Deprecated */
130109                   "\013\000\001CIM_FCPort.ActiveCOS\000",
130110                   /* Key */
130111                   "\025\001",
130112                   /* ValueMap */
130113                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
130114                   /* Values */
130115 mike  1.1.2.1     "\062\000\007Unknown\0001\0002\0003\0004\0006\000F\000",
130116                   /* MappingStrings */
130117                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.5\000",
130118                   /* ModelCorrespondence */
130119                   "\036\000\001CIM_FibreChannelAdapter.SupportedCOS\000",
130120                   0,
130121               };
130122               
130123               static MetaProperty
130124               _CIM_FibrePortActiveLogin_NegotiatedCOS =
130125               {
130126                   /* flags */
130127                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
130128                   /* name */
130129                   "NegotiatedCOS",
130130                   /* qualifiers */
130131                   _CIM_FibrePortActiveLogin_NegotiatedCOS_qualifiers,
130132                   /* type */
130133                   CIMTYPE_UINT16,
130134                   /* subscript */
130135                   -1,
130136 mike  1.1.2.1     /* value */
130137                   0,
130138               };
130139               
130140               static const char*
130141               _CIM_FibrePortActiveLogin_NegotiatedFrameSize_qualifiers[] =
130142               {
130143                   /* Deprecated */
130144                   "\013\000\001CIM_FCPort.ActiveMaximumTransmissionUnit\000",
130145                   /* Units */
130146                   "\060Bytes",
130147                   0,
130148               };
130149               
130150               static MetaProperty
130151               _CIM_FibrePortActiveLogin_NegotiatedFrameSize =
130152               {
130153                   /* flags */
130154                   META_FLAG_PROPERTY|META_FLAG_READ,
130155                   /* name */
130156                   "NegotiatedFrameSize",
130157 mike  1.1.2.1     /* qualifiers */
130158                   _CIM_FibrePortActiveLogin_NegotiatedFrameSize_qualifiers,
130159                   /* type */
130160                   CIMTYPE_UINT64,
130161                   /* subscript */
130162                   -1,
130163                   /* value */
130164                   0,
130165               };
130166               
130167               static const char*
130168               _CIM_FibrePortActiveLogin_NegotiatedSpeed_qualifiers[] =
130169               {
130170                   /* Deprecated */
130171                   "\013\000\001CIM_FCPort.Speed\000",
130172                   /* Units */
130173                   "\060Bits per Second",
130174                   0,
130175               };
130176               
130177               static MetaProperty
130178 mike  1.1.2.1 _CIM_FibrePortActiveLogin_NegotiatedSpeed =
130179               {
130180                   /* flags */
130181                   META_FLAG_PROPERTY|META_FLAG_READ,
130182                   /* name */
130183                   "NegotiatedSpeed",
130184                   /* qualifiers */
130185                   _CIM_FibrePortActiveLogin_NegotiatedSpeed_qualifiers,
130186                   /* type */
130187                   CIMTYPE_UINT64,
130188                   /* subscript */
130189                   -1,
130190                   /* value */
130191                   0,
130192               };
130193               
130194               static const char*
130195               _CIM_FibrePortActiveLogin_ACKModel_qualifiers[] =
130196               {
130197                   /* Deprecated */
130198                   "\013\000\001No value\000",
130199 mike  1.1.2.1     /* ValueMap */
130200                   "\061\000\0040\0001\0002\0003\000",
130201                   /* Values */
130202                   "\062\000\004Unknown\000ACK-0\000ACK-1\000ACK-N\000",
130203                   /* MappingStrings */
130204                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.6\000",
130205                   0,
130206               };
130207               
130208               static MetaProperty
130209               _CIM_FibrePortActiveLogin_ACKModel =
130210               {
130211                   /* flags */
130212                   META_FLAG_PROPERTY|META_FLAG_READ,
130213                   /* name */
130214                   "ACKModel",
130215                   /* qualifiers */
130216                   _CIM_FibrePortActiveLogin_ACKModel_qualifiers,
130217                   /* type */
130218                   CIMTYPE_UINT16,
130219                   /* subscript */
130220 mike  1.1.2.1     -1,
130221                   /* value */
130222                   0,
130223               };
130224               
130225               static const char*
130226               _CIM_FibrePortActiveLogin_BufferToBufferModel_qualifiers[] =
130227               {
130228                   /* Deprecated */
130229                   "\013\000\001No value\000",
130230                   /* ValueMap */
130231                   "\061\000\0030\0001\0002\000",
130232                   /* Values */
130233                   "\062\000\003Unknown\000Regular\000Alternate\000",
130234                   0,
130235               };
130236               
130237               static MetaProperty
130238               _CIM_FibrePortActiveLogin_BufferToBufferModel =
130239               {
130240                   /* flags */
130241 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
130242                   /* name */
130243                   "BufferToBufferModel",
130244                   /* qualifiers */
130245                   _CIM_FibrePortActiveLogin_BufferToBufferModel_qualifiers,
130246                   /* type */
130247                   CIMTYPE_UINT16,
130248                   /* subscript */
130249                   -1,
130250                   /* value */
130251                   0,
130252               };
130253               
130254               static const char*
130255               _CIM_FibrePortActiveLogin_OriginatorBufferCredit_qualifiers[] =
130256               {
130257                   /* Deprecated */
130258                   "\013\000\001No value\000",
130259                   /* MappingStrings */
130260                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.3\000",
130261                   0,
130262 mike  1.1.2.1 };
130263               
130264               static MetaProperty
130265               _CIM_FibrePortActiveLogin_OriginatorBufferCredit =
130266               {
130267                   /* flags */
130268                   META_FLAG_PROPERTY|META_FLAG_READ,
130269                   /* name */
130270                   "OriginatorBufferCredit",
130271                   /* qualifiers */
130272                   _CIM_FibrePortActiveLogin_OriginatorBufferCredit_qualifiers,
130273                   /* type */
130274                   CIMTYPE_UINT64,
130275                   /* subscript */
130276                   -1,
130277                   /* value */
130278                   0,
130279               };
130280               
130281               static const char*
130282               _CIM_FibrePortActiveLogin_ResponderBufferCredit_qualifiers[] =
130283 mike  1.1.2.1 {
130284                   /* Deprecated */
130285                   "\013\000\001No value\000",
130286                   /* MappingStrings */
130287                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.3\000",
130288                   0,
130289               };
130290               
130291               static MetaProperty
130292               _CIM_FibrePortActiveLogin_ResponderBufferCredit =
130293               {
130294                   /* flags */
130295                   META_FLAG_PROPERTY|META_FLAG_READ,
130296                   /* name */
130297                   "ResponderBufferCredit",
130298                   /* qualifiers */
130299                   _CIM_FibrePortActiveLogin_ResponderBufferCredit_qualifiers,
130300                   /* type */
130301                   CIMTYPE_UINT64,
130302                   /* subscript */
130303                   -1,
130304 mike  1.1.2.1     /* value */
130305                   0,
130306               };
130307               
130308               static const char*
130309               _CIM_FibrePortActiveLogin_OriginatorEndCredit_qualifiers[] =
130310               {
130311                   /* Deprecated */
130312                   "\013\000\001No value\000",
130313                   /* MappingStrings */
130314                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.2\000",
130315                   0,
130316               };
130317               
130318               static MetaProperty
130319               _CIM_FibrePortActiveLogin_OriginatorEndCredit =
130320               {
130321                   /* flags */
130322                   META_FLAG_PROPERTY|META_FLAG_READ,
130323                   /* name */
130324                   "OriginatorEndCredit",
130325 mike  1.1.2.1     /* qualifiers */
130326                   _CIM_FibrePortActiveLogin_OriginatorEndCredit_qualifiers,
130327                   /* type */
130328                   CIMTYPE_UINT64,
130329                   /* subscript */
130330                   -1,
130331                   /* value */
130332                   0,
130333               };
130334               
130335               static const char*
130336               _CIM_FibrePortActiveLogin_ResponderEndCredit_qualifiers[] =
130337               {
130338                   /* Deprecated */
130339                   "\013\000\001No value\000",
130340                   /* MappingStrings */
130341                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.2\000",
130342                   0,
130343               };
130344               
130345               static MetaProperty
130346 mike  1.1.2.1 _CIM_FibrePortActiveLogin_ResponderEndCredit =
130347               {
130348                   /* flags */
130349                   META_FLAG_PROPERTY|META_FLAG_READ,
130350                   /* name */
130351                   "ResponderEndCredit",
130352                   /* qualifiers */
130353                   _CIM_FibrePortActiveLogin_ResponderEndCredit_qualifiers,
130354                   /* type */
130355                   CIMTYPE_UINT64,
130356                   /* subscript */
130357                   -1,
130358                   /* value */
130359                   0,
130360               };
130361               
130362               static MetaFeature*
130363               _CIM_FibrePortActiveLogin_features[] =
130364               {
130365                   (MetaFeature*)&_CIM_FibrePortActiveLogin_LoginOriginator,
130366                   (MetaFeature*)&_CIM_FibrePortActiveLogin_LoginResponder,
130367 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedCOS,
130368                   (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedFrameSize,
130369                   (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedSpeed,
130370                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ACKModel,
130371                   (MetaFeature*)&_CIM_FibrePortActiveLogin_BufferToBufferModel,
130372                   (MetaFeature*)&_CIM_FibrePortActiveLogin_OriginatorBufferCredit,
130373                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ResponderBufferCredit,
130374                   (MetaFeature*)&_CIM_FibrePortActiveLogin_OriginatorEndCredit,
130375                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ResponderEndCredit,
130376                   0,
130377               };
130378               
130379               static const char*
130380               __root_cimv2_CIM_FibrePortActiveLogin_qualifiers[] =
130381               {
130382                   /* ASSOCIATION */
130383                   "\000\001",
130384                   /* Deprecated */
130385                   "\013\000\002CIM_ActiveConnection\000CIM_FCPort\000",
130386                   /* UMLPackagePath */
130387                   "\057CIM::Device::NetworkAdapter",
130388 mike  1.1.2.1     /* Version */
130389                   "\0632.10.0",
130390                   0,
130391               };
130392               
130393               MetaClass
130394               __root_cimv2_CIM_FibrePortActiveLogin =
130395               {
130396                   /* flags */
130397                   META_FLAG_ASSOCIATION,
130398                   /* name */
130399                   "CIM_FibrePortActiveLogin",
130400                   /* qualifiers */
130401                   __root_cimv2_CIM_FibrePortActiveLogin_qualifiers,
130402                   /* super */
130403                   0,
130404                   /* features */
130405                   _CIM_FibrePortActiveLogin_features,
130406               };
130407               
130408               //==============================================================================
130409 mike  1.1.2.1 //
130410               // Class: CIM_FibrePortOnFCAdapter
130411               //
130412               //==============================================================================
130413               
130414               static const char*
130415               _CIM_FibrePortOnFCAdapter_Antecedent_qualifiers[] =
130416               {
130417                   /* Deprecated */
130418                   "\013\000\001No value\000",
130419                   /* Override */
130420                   "\044Antecedent",
130421                   /* Max */
130422                   "\027\000\000\000\001",
130423                   0,
130424               };
130425               
130426               static MetaReference
130427               _CIM_FibrePortOnFCAdapter_Antecedent =
130428               {
130429                   /* flags */
130430 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
130431                   /* name */
130432                   "Antecedent",
130433                   /* qualifiers */
130434                   _CIM_FibrePortOnFCAdapter_Antecedent_qualifiers,
130435                   /* subscript */
130436                   -1,
130437                   /* refId */
130438                   &__root_cimv2_CIM_FibreChannelAdapter,
130439               };
130440               
130441               static const char*
130442               _CIM_FibrePortOnFCAdapter_Dependent_qualifiers[] =
130443               {
130444                   /* Deprecated */
130445                   "\013\000\001No value\000",
130446                   /* Override */
130447                   "\044Dependent",
130448                   /* Max */
130449                   "\027\000\000\000\001",
130450                   0,
130451 mike  1.1.2.1 };
130452               
130453               static MetaReference
130454               _CIM_FibrePortOnFCAdapter_Dependent =
130455               {
130456                   /* flags */
130457                   META_FLAG_REFERENCE|META_FLAG_READ,
130458                   /* name */
130459                   "Dependent",
130460                   /* qualifiers */
130461                   _CIM_FibrePortOnFCAdapter_Dependent_qualifiers,
130462                   /* subscript */
130463                   -1,
130464                   /* refId */
130465                   &__root_cimv2_CIM_FibrePort,
130466               };
130467               
130468               static MetaFeature*
130469               _CIM_FibrePortOnFCAdapter_features[] =
130470               {
130471                   (MetaFeature*)&_CIM_FibrePortOnFCAdapter_Antecedent,
130472 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortOnFCAdapter_Dependent,
130473                   0,
130474               };
130475               
130476               static const char*
130477               __root_cimv2_CIM_FibrePortOnFCAdapter_qualifiers[] =
130478               {
130479                   /* ASSOCIATION */
130480                   "\000\001",
130481                   /* Deprecated */
130482                   "\013\000\001No value\000",
130483                   /* UMLPackagePath */
130484                   "\057CIM::Device::NetworkAdapter",
130485                   /* Version */
130486                   "\0632.10.0",
130487                   0,
130488               };
130489               
130490               MetaClass
130491               __root_cimv2_CIM_FibrePortOnFCAdapter =
130492               {
130493 mike  1.1.2.1     /* flags */
130494                   META_FLAG_ASSOCIATION,
130495                   /* name */
130496                   "CIM_FibrePortOnFCAdapter",
130497                   /* qualifiers */
130498                   __root_cimv2_CIM_FibrePortOnFCAdapter_qualifiers,
130499                   /* super */
130500                   &__root_cimv2_CIM_PortOnDevice,
130501                   /* features */
130502                   _CIM_FibrePortOnFCAdapter_features,
130503               };
130504               
130505               //==============================================================================
130506               //
130507               // Class: CIM_FibreProtocolService
130508               //
130509               //==============================================================================
130510               
130511               static MetaFeature*
130512               _CIM_FibreProtocolService_features[] =
130513               {
130514 mike  1.1.2.1     0,
130515               };
130516               
130517               static const char*
130518               __root_cimv2_CIM_FibreProtocolService_qualifiers[] =
130519               {
130520                   /* UMLPackagePath */
130521                   "\057CIM::Device::FC",
130522                   /* Version */
130523                   "\0632.10.0",
130524                   0,
130525               };
130526               
130527               MetaClass
130528               __root_cimv2_CIM_FibreProtocolService =
130529               {
130530                   /* flags */
130531                   META_FLAG_CLASS,
130532                   /* name */
130533                   "CIM_FibreProtocolService",
130534                   /* qualifiers */
130535 mike  1.1.2.1     __root_cimv2_CIM_FibreProtocolService_qualifiers,
130536                   /* super */
130537                   &__root_cimv2_CIM_Service,
130538                   /* features */
130539                   _CIM_FibreProtocolService_features,
130540               };
130541               
130542               //==============================================================================
130543               //
130544               // Class: CIM_FileStorage
130545               //
130546               //==============================================================================
130547               
130548               static const char*
130549               _CIM_FileStorage_GroupComponent_qualifiers[] =
130550               {
130551                   /* Aggregate */
130552                   "\003\001",
130553                   /* Override */
130554                   "\044GroupComponent",
130555                   /* Min */
130556 mike  1.1.2.1     "\033\000\000\000\001",
130557                   /* Max */
130558                   "\027\000\000\000\001",
130559                   0,
130560               };
130561               
130562               static MetaReference
130563               _CIM_FileStorage_GroupComponent =
130564               {
130565                   /* flags */
130566                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130567                   /* name */
130568                   "GroupComponent",
130569                   /* qualifiers */
130570                   _CIM_FileStorage_GroupComponent_qualifiers,
130571                   /* subscript */
130572                   -1,
130573                   /* refId */
130574                   &__root_cimv2_CIM_FileSystem,
130575               };
130576               
130577 mike  1.1.2.1 static const char*
130578               _CIM_FileStorage_PartComponent_qualifiers[] =
130579               {
130580                   /* Override */
130581                   "\044PartComponent",
130582                   /* Weak */
130583                   "\064\001",
130584                   0,
130585               };
130586               
130587               static MetaReference
130588               _CIM_FileStorage_PartComponent =
130589               {
130590                   /* flags */
130591                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
130592                   /* name */
130593                   "PartComponent",
130594                   /* qualifiers */
130595                   _CIM_FileStorage_PartComponent_qualifiers,
130596                   /* subscript */
130597                   -1,
130598 mike  1.1.2.1     /* refId */
130599                   &__root_cimv2_CIM_LogicalFile,
130600               };
130601               
130602               static MetaFeature*
130603               _CIM_FileStorage_features[] =
130604               {
130605                   (MetaFeature*)&_CIM_FileStorage_GroupComponent,
130606                   (MetaFeature*)&_CIM_FileStorage_PartComponent,
130607                   0,
130608               };
130609               
130610               static const char*
130611               __root_cimv2_CIM_FileStorage_qualifiers[] =
130612               {
130613                   /* ASSOCIATION */
130614                   "\000\001",
130615                   /* UMLPackagePath */
130616                   "\057CIM::System::FileElements",
130617                   /* Aggregation */
130618                   "\004\001",
130619 mike  1.1.2.1     /* Composition */
130620                   "\011\001",
130621                   /* Version */
130622                   "\0632.7.0",
130623                   0,
130624               };
130625               
130626               MetaClass
130627               __root_cimv2_CIM_FileStorage =
130628               {
130629                   /* flags */
130630                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130631                   /* name */
130632                   "CIM_FileStorage",
130633                   /* qualifiers */
130634                   __root_cimv2_CIM_FileStorage_qualifiers,
130635                   /* super */
130636                   &__root_cimv2_CIM_Component,
130637                   /* features */
130638                   _CIM_FileStorage_features,
130639               };
130640 mike  1.1.2.1 
130641               //==============================================================================
130642               //
130643               // Class: CIM_FilterEntryInSystem
130644               //
130645               //==============================================================================
130646               
130647               static const char*
130648               _CIM_FilterEntryInSystem_GroupComponent_qualifiers[] =
130649               {
130650                   /* Deprecated */
130651                   "\013\000\001CIM_HostedFilterEntryBase.Antecedent\000",
130652                   /* Aggregate */
130653                   "\003\001",
130654                   /* Override */
130655                   "\044GroupComponent",
130656                   /* Max */
130657                   "\027\000\000\000\001",
130658                   0,
130659               };
130660               
130661 mike  1.1.2.1 static MetaReference
130662               _CIM_FilterEntryInSystem_GroupComponent =
130663               {
130664                   /* flags */
130665                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130666                   /* name */
130667                   "GroupComponent",
130668                   /* qualifiers */
130669                   _CIM_FilterEntryInSystem_GroupComponent_qualifiers,
130670                   /* subscript */
130671                   -1,
130672                   /* refId */
130673                   &__root_cimv2_CIM_ComputerSystem,
130674               };
130675               
130676               static const char*
130677               _CIM_FilterEntryInSystem_PartComponent_qualifiers[] =
130678               {
130679                   /* Deprecated */
130680                   "\013\000\001CIM_HostedFilterEntryBase.Dependent\000",
130681                   /* Override */
130682 mike  1.1.2.1     "\044PartComponent",
130683                   0,
130684               };
130685               
130686               static MetaReference
130687               _CIM_FilterEntryInSystem_PartComponent =
130688               {
130689                   /* flags */
130690                   META_FLAG_REFERENCE|META_FLAG_READ,
130691                   /* name */
130692                   "PartComponent",
130693                   /* qualifiers */
130694                   _CIM_FilterEntryInSystem_PartComponent_qualifiers,
130695                   /* subscript */
130696                   -1,
130697                   /* refId */
130698                   &__root_cimv2_CIM_FilterEntryBase,
130699               };
130700               
130701               static MetaFeature*
130702               _CIM_FilterEntryInSystem_features[] =
130703 mike  1.1.2.1 {
130704                   (MetaFeature*)&_CIM_FilterEntryInSystem_GroupComponent,
130705                   (MetaFeature*)&_CIM_FilterEntryInSystem_PartComponent,
130706                   0,
130707               };
130708               
130709               static const char*
130710               __root_cimv2_CIM_FilterEntryInSystem_qualifiers[] =
130711               {
130712                   /* ASSOCIATION */
130713                   "\000\001",
130714                   /* Deprecated */
130715                   "\013\000\001CIM_HostedFilterEntryBase\000",
130716                   /* UMLPackagePath */
130717                   "\057CIM::Network::Filtering",
130718                   /* Aggregation */
130719                   "\004\001",
130720                   /* Version */
130721                   "\0632.7.0",
130722                   0,
130723               };
130724 mike  1.1.2.1 
130725               MetaClass
130726               __root_cimv2_CIM_FilterEntryInSystem =
130727               {
130728                   /* flags */
130729                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130730                   /* name */
130731                   "CIM_FilterEntryInSystem",
130732                   /* qualifiers */
130733                   __root_cimv2_CIM_FilterEntryInSystem_qualifiers,
130734                   /* super */
130735                   &__root_cimv2_CIM_SystemComponent,
130736                   /* features */
130737                   _CIM_FilterEntryInSystem_features,
130738               };
130739               
130740               //==============================================================================
130741               //
130742               // Class: CIM_FilterListInSystem
130743               //
130744               //==============================================================================
130745 mike  1.1.2.1 
130746               static const char*
130747               _CIM_FilterListInSystem_GroupComponent_qualifiers[] =
130748               {
130749                   /* Deprecated */
130750                   "\013\000\001CIM_HostedFilterList.Antecedent\000",
130751                   /* Aggregate */
130752                   "\003\001",
130753                   /* Override */
130754                   "\044GroupComponent",
130755                   /* Max */
130756                   "\027\000\000\000\001",
130757                   0,
130758               };
130759               
130760               static MetaReference
130761               _CIM_FilterListInSystem_GroupComponent =
130762               {
130763                   /* flags */
130764                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130765                   /* name */
130766 mike  1.1.2.1     "GroupComponent",
130767                   /* qualifiers */
130768                   _CIM_FilterListInSystem_GroupComponent_qualifiers,
130769                   /* subscript */
130770                   -1,
130771                   /* refId */
130772                   &__root_cimv2_CIM_ComputerSystem,
130773               };
130774               
130775               static const char*
130776               _CIM_FilterListInSystem_PartComponent_qualifiers[] =
130777               {
130778                   /* Deprecated */
130779                   "\013\000\001CIM_HostedFilterList.Dependent\000",
130780                   /* Override */
130781                   "\044PartComponent",
130782                   0,
130783               };
130784               
130785               static MetaReference
130786               _CIM_FilterListInSystem_PartComponent =
130787 mike  1.1.2.1 {
130788                   /* flags */
130789                   META_FLAG_REFERENCE|META_FLAG_READ,
130790                   /* name */
130791                   "PartComponent",
130792                   /* qualifiers */
130793                   _CIM_FilterListInSystem_PartComponent_qualifiers,
130794                   /* subscript */
130795                   -1,
130796                   /* refId */
130797                   &__root_cimv2_CIM_FilterList,
130798               };
130799               
130800               static MetaFeature*
130801               _CIM_FilterListInSystem_features[] =
130802               {
130803                   (MetaFeature*)&_CIM_FilterListInSystem_GroupComponent,
130804                   (MetaFeature*)&_CIM_FilterListInSystem_PartComponent,
130805                   0,
130806               };
130807               
130808 mike  1.1.2.1 static const char*
130809               __root_cimv2_CIM_FilterListInSystem_qualifiers[] =
130810               {
130811                   /* ASSOCIATION */
130812                   "\000\001",
130813                   /* Deprecated */
130814                   "\013\000\001CIM_HostedFilterList\000",
130815                   /* UMLPackagePath */
130816                   "\057CIM::Network::Filtering",
130817                   /* Aggregation */
130818                   "\004\001",
130819                   /* Version */
130820                   "\0632.7.0",
130821                   0,
130822               };
130823               
130824               MetaClass
130825               __root_cimv2_CIM_FilterListInSystem =
130826               {
130827                   /* flags */
130828                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130829 mike  1.1.2.1     /* name */
130830                   "CIM_FilterListInSystem",
130831                   /* qualifiers */
130832                   __root_cimv2_CIM_FilterListInSystem_qualifiers,
130833                   /* super */
130834                   &__root_cimv2_CIM_SystemComponent,
130835                   /* features */
130836                   _CIM_FilterListInSystem_features,
130837               };
130838               
130839               //==============================================================================
130840               //
130841               // Class: CIM_FlatPanel
130842               //
130843               //==============================================================================
130844               
130845               static const char*
130846               _CIM_FlatPanel_HorizontalResolution_qualifiers[] =
130847               {
130848                   /* Units */
130849                   "\060Pixels",
130850 mike  1.1.2.1     0,
130851               };
130852               
130853               static MetaProperty
130854               _CIM_FlatPanel_HorizontalResolution =
130855               {
130856                   /* flags */
130857                   META_FLAG_PROPERTY|META_FLAG_READ,
130858                   /* name */
130859                   "HorizontalResolution",
130860                   /* qualifiers */
130861                   _CIM_FlatPanel_HorizontalResolution_qualifiers,
130862                   /* type */
130863                   CIMTYPE_UINT32,
130864                   /* subscript */
130865                   -1,
130866                   /* value */
130867                   0,
130868               };
130869               
130870               static const char*
130871 mike  1.1.2.1 _CIM_FlatPanel_VerticalResolution_qualifiers[] =
130872               {
130873                   /* Units */
130874                   "\060Pixels",
130875                   0,
130876               };
130877               
130878               static MetaProperty
130879               _CIM_FlatPanel_VerticalResolution =
130880               {
130881                   /* flags */
130882                   META_FLAG_PROPERTY|META_FLAG_READ,
130883                   /* name */
130884                   "VerticalResolution",
130885                   /* qualifiers */
130886                   _CIM_FlatPanel_VerticalResolution_qualifiers,
130887                   /* type */
130888                   CIMTYPE_UINT32,
130889                   /* subscript */
130890                   -1,
130891                   /* value */
130892 mike  1.1.2.1     0,
130893               };
130894               
130895               static const char*
130896               _CIM_FlatPanel_ScanMode_qualifiers[] =
130897               {
130898                   /* ValueMap */
130899                   "\061\000\0040\0001\0002\0003\000",
130900                   /* Values */
130901                   "\062\000\004Unknown\000Other\000Single Scan\000Dual Scan\000",
130902                   0,
130903               };
130904               
130905               static MetaProperty
130906               _CIM_FlatPanel_ScanMode =
130907               {
130908                   /* flags */
130909                   META_FLAG_PROPERTY|META_FLAG_READ,
130910                   /* name */
130911                   "ScanMode",
130912                   /* qualifiers */
130913 mike  1.1.2.1     _CIM_FlatPanel_ScanMode_qualifiers,
130914                   /* type */
130915                   CIMTYPE_UINT16,
130916                   /* subscript */
130917                   -1,
130918                   /* value */
130919                   0,
130920               };
130921               
130922               static const char*
130923               _CIM_FlatPanel_DisplayType_qualifiers[] =
130924               {
130925                   /* ValueMap */
130926                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
130927                   /* Values */
130928                   "\062\000\011Unknown\000Other\000Passive Matrix LCD\000Active Matrix LCD\000Cholesteric LCD\000Field Emission Display\000Electro Luminescent Display\000Gas Plasma\000LED\000",
130929                   0,
130930               };
130931               
130932               static MetaProperty
130933               _CIM_FlatPanel_DisplayType =
130934 mike  1.1.2.1 {
130935                   /* flags */
130936                   META_FLAG_PROPERTY|META_FLAG_READ,
130937                   /* name */
130938                   "DisplayType",
130939                   /* qualifiers */
130940                   _CIM_FlatPanel_DisplayType_qualifiers,
130941                   /* type */
130942                   CIMTYPE_UINT16,
130943                   /* subscript */
130944                   -1,
130945                   /* value */
130946                   0,
130947               };
130948               
130949               static const char*
130950               _CIM_FlatPanel_LightSource_qualifiers[] =
130951               {
130952                   /* ValueMap */
130953                   "\061\000\0050\0001\0002\0003\0004\000",
130954                   /* Values */
130955 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Backlit\000Edgelit\000Reflective\000",
130956                   0,
130957               };
130958               
130959               static MetaProperty
130960               _CIM_FlatPanel_LightSource =
130961               {
130962                   /* flags */
130963                   META_FLAG_PROPERTY|META_FLAG_READ,
130964                   /* name */
130965                   "LightSource",
130966                   /* qualifiers */
130967                   _CIM_FlatPanel_LightSource_qualifiers,
130968                   /* type */
130969                   CIMTYPE_UINT16,
130970                   /* subscript */
130971                   -1,
130972                   /* value */
130973                   0,
130974               };
130975               
130976 mike  1.1.2.1 static const char*
130977               _CIM_FlatPanel_SupportsColor_qualifiers[] =
130978               {
130979                   0,
130980               };
130981               
130982               static MetaProperty
130983               _CIM_FlatPanel_SupportsColor =
130984               {
130985                   /* flags */
130986                   META_FLAG_PROPERTY|META_FLAG_READ,
130987                   /* name */
130988                   "SupportsColor",
130989                   /* qualifiers */
130990                   _CIM_FlatPanel_SupportsColor_qualifiers,
130991                   /* type */
130992                   CIMTYPE_BOOLEAN,
130993                   /* subscript */
130994                   -1,
130995                   /* value */
130996                   0,
130997 mike  1.1.2.1 };
130998               
130999               static MetaFeature*
131000               _CIM_FlatPanel_features[] =
131001               {
131002                   (MetaFeature*)&_CIM_FlatPanel_HorizontalResolution,
131003                   (MetaFeature*)&_CIM_FlatPanel_VerticalResolution,
131004                   (MetaFeature*)&_CIM_FlatPanel_ScanMode,
131005                   (MetaFeature*)&_CIM_FlatPanel_DisplayType,
131006                   (MetaFeature*)&_CIM_FlatPanel_LightSource,
131007                   (MetaFeature*)&_CIM_FlatPanel_SupportsColor,
131008                   0,
131009               };
131010               
131011               static const char*
131012               __root_cimv2_CIM_FlatPanel_qualifiers[] =
131013               {
131014                   /* UMLPackagePath */
131015                   "\057CIM::Device::UserDevices",
131016                   /* Version */
131017                   "\0632.6.0",
131018 mike  1.1.2.1     0,
131019               };
131020               
131021               MetaClass
131022               __root_cimv2_CIM_FlatPanel =
131023               {
131024                   /* flags */
131025                   META_FLAG_CLASS,
131026                   /* name */
131027                   "CIM_FlatPanel",
131028                   /* qualifiers */
131029                   __root_cimv2_CIM_FlatPanel_qualifiers,
131030                   /* super */
131031                   &__root_cimv2_CIM_Display,
131032                   /* features */
131033                   _CIM_FlatPanel_features,
131034               };
131035               
131036               //==============================================================================
131037               //
131038               // Class: CIM_HDSLModem
131039 mike  1.1.2.1 //
131040               //==============================================================================
131041               
131042               static MetaFeature*
131043               _CIM_HDSLModem_features[] =
131044               {
131045                   0,
131046               };
131047               
131048               static const char*
131049               __root_cimv2_CIM_HDSLModem_qualifiers[] =
131050               {
131051                   /* UMLPackagePath */
131052                   "\057CIM::Device::Modems",
131053                   /* Version */
131054                   "\0632.10.0",
131055                   0,
131056               };
131057               
131058               MetaClass
131059               __root_cimv2_CIM_HDSLModem =
131060 mike  1.1.2.1 {
131061                   /* flags */
131062                   META_FLAG_CLASS,
131063                   /* name */
131064                   "CIM_HDSLModem",
131065                   /* qualifiers */
131066                   __root_cimv2_CIM_HDSLModem_qualifiers,
131067                   /* super */
131068                   &__root_cimv2_CIM_DSLModem,
131069                   /* features */
131070                   _CIM_HDSLModem_features,
131071               };
131072               
131073               //==============================================================================
131074               //
131075               // Class: CIM_HeadTailDropper
131076               //
131077               //==============================================================================
131078               
131079               static const char*
131080               _CIM_HeadTailDropper_QueueThreshold_qualifiers[] =
131081 mike  1.1.2.1 {
131082                   /* Units */
131083                   "\060Bytes",
131084                   0,
131085               };
131086               
131087               static MetaProperty
131088               _CIM_HeadTailDropper_QueueThreshold =
131089               {
131090                   /* flags */
131091                   META_FLAG_PROPERTY|META_FLAG_READ,
131092                   /* name */
131093                   "QueueThreshold",
131094                   /* qualifiers */
131095                   _CIM_HeadTailDropper_QueueThreshold_qualifiers,
131096                   /* type */
131097                   CIMTYPE_UINT32,
131098                   /* subscript */
131099                   -1,
131100                   /* value */
131101                   0,
131102 mike  1.1.2.1 };
131103               
131104               static MetaFeature*
131105               _CIM_HeadTailDropper_features[] =
131106               {
131107                   (MetaFeature*)&_CIM_HeadTailDropper_QueueThreshold,
131108                   0,
131109               };
131110               
131111               static const char*
131112               __root_cimv2_CIM_HeadTailDropper_qualifiers[] =
131113               {
131114                   /* UMLPackagePath */
131115                   "\057CIM::Network::QoS",
131116                   /* Version */
131117                   "\0632.7.0",
131118                   0,
131119               };
131120               
131121               MetaClass
131122               __root_cimv2_CIM_HeadTailDropper =
131123 mike  1.1.2.1 {
131124                   /* flags */
131125                   META_FLAG_CLASS,
131126                   /* name */
131127                   "CIM_HeadTailDropper",
131128                   /* qualifiers */
131129                   __root_cimv2_CIM_HeadTailDropper_qualifiers,
131130                   /* super */
131131                   &__root_cimv2_CIM_DropperService,
131132                   /* features */
131133                   _CIM_HeadTailDropper_features,
131134               };
131135               
131136               //==============================================================================
131137               //
131138               // Class: CIM_HeatPipe
131139               //
131140               //==============================================================================
131141               
131142               static MetaFeature*
131143               _CIM_HeatPipe_features[] =
131144 mike  1.1.2.1 {
131145                   0,
131146               };
131147               
131148               static const char*
131149               __root_cimv2_CIM_HeatPipe_qualifiers[] =
131150               {
131151                   /* UMLPackagePath */
131152                   "\057CIM::Device::CoolingAndPower",
131153                   /* Version */
131154                   "\0632.6.0",
131155                   0,
131156               };
131157               
131158               MetaClass
131159               __root_cimv2_CIM_HeatPipe =
131160               {
131161                   /* flags */
131162                   META_FLAG_CLASS,
131163                   /* name */
131164                   "CIM_HeatPipe",
131165 mike  1.1.2.1     /* qualifiers */
131166                   __root_cimv2_CIM_HeatPipe_qualifiers,
131167                   /* super */
131168                   &__root_cimv2_CIM_CoolingDevice,
131169                   /* features */
131170                   _CIM_HeatPipe_features,
131171               };
131172               
131173               //==============================================================================
131174               //
131175               // Class: CIM_HelpService
131176               //
131177               //==============================================================================
131178               
131179               static const char*
131180               _CIM_HelpService_DeliveryOptions_qualifiers[] =
131181               {
131182                   /* ValueMap */
131183                   "\061\000\0061\0002\0003\0004\0005\0006\000",
131184                   /* Values */
131185                   "\062\000\006Other\000File Contents\000File Pointer\000Associated File\000URL\000Program\000",
131186 mike  1.1.2.1     /* ModelCorrespondence */
131187                   "\036\000\002CIM_HelpService.OtherDeliveryOptionDescription\000CIM_HelpServiceAvailableToFile\000",
131188                   0,
131189               };
131190               
131191               static MetaProperty
131192               _CIM_HelpService_DeliveryOptions =
131193               {
131194                   /* flags */
131195                   META_FLAG_PROPERTY|META_FLAG_READ,
131196                   /* name */
131197                   "DeliveryOptions",
131198                   /* qualifiers */
131199                   _CIM_HelpService_DeliveryOptions_qualifiers,
131200                   /* type */
131201                   CIMTYPE_UINT16,
131202                   /* subscript */
131203                   0,
131204                   /* value */
131205                   0,
131206               };
131207 mike  1.1.2.1 
131208               static const char*
131209               _CIM_HelpService_OtherDeliveryOptionDescription_qualifiers[] =
131210               {
131211                   /* ModelCorrespondence */
131212                   "\036\000\001CIM_HelpService.DeliveryOptions\000",
131213                   0,
131214               };
131215               
131216               static MetaProperty
131217               _CIM_HelpService_OtherDeliveryOptionDescription =
131218               {
131219                   /* flags */
131220                   META_FLAG_PROPERTY|META_FLAG_READ,
131221                   /* name */
131222                   "OtherDeliveryOptionDescription",
131223                   /* qualifiers */
131224                   _CIM_HelpService_OtherDeliveryOptionDescription_qualifiers,
131225                   /* type */
131226                   CIMTYPE_STRING,
131227                   /* subscript */
131228 mike  1.1.2.1     -1,
131229                   /* value */
131230                   0,
131231               };
131232               
131233               static const char*
131234               _CIM_HelpService_DocumentsAvailable_qualifiers[] =
131235               {
131236                   /* ArrayType */
131237                   "\005Indexed",
131238                   /* ModelCorrespondence */
131239                   "\036\000\002CIM_HelpService.DocumentDescriptions\000CIM_HelpService.DocumentFormat\000",
131240                   0,
131241               };
131242               
131243               static MetaProperty
131244               _CIM_HelpService_DocumentsAvailable =
131245               {
131246                   /* flags */
131247                   META_FLAG_PROPERTY|META_FLAG_READ,
131248                   /* name */
131249 mike  1.1.2.1     "DocumentsAvailable",
131250                   /* qualifiers */
131251                   _CIM_HelpService_DocumentsAvailable_qualifiers,
131252                   /* type */
131253                   CIMTYPE_STRING,
131254                   /* subscript */
131255                   0,
131256                   /* value */
131257                   0,
131258               };
131259               
131260               static const char*
131261               _CIM_HelpService_DocumentDescriptions_qualifiers[] =
131262               {
131263                   /* ArrayType */
131264                   "\005Indexed",
131265                   /* ModelCorrespondence */
131266                   "\036\000\002CIM_HelpService.DocumentsAvailable\000CIM_HelpService.DocumentFormat\000",
131267                   0,
131268               };
131269               
131270 mike  1.1.2.1 static MetaProperty
131271               _CIM_HelpService_DocumentDescriptions =
131272               {
131273                   /* flags */
131274                   META_FLAG_PROPERTY|META_FLAG_READ,
131275                   /* name */
131276                   "DocumentDescriptions",
131277                   /* qualifiers */
131278                   _CIM_HelpService_DocumentDescriptions_qualifiers,
131279                   /* type */
131280                   CIMTYPE_STRING,
131281                   /* subscript */
131282                   0,
131283                   /* value */
131284                   0,
131285               };
131286               
131287               static const char*
131288               _CIM_HelpService_DocumentFormat_qualifiers[] =
131289               {
131290                   /* ValueMap */
131291 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131292                   /* Values */
131293                   "\062\000\007Unknown\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131294                   /* ArrayType */
131295                   "\005Indexed",
131296                   /* ModelCorrespondence */
131297                   "\036\000\003CIM_HelpService.OtherDocumentFormatDescription\000CIM_HelpService.DocumentDescriptions\000CIM_HelpService.DocumentsAvailable\000",
131298                   0,
131299               };
131300               
131301               static MetaProperty
131302               _CIM_HelpService_DocumentFormat =
131303               {
131304                   /* flags */
131305                   META_FLAG_PROPERTY|META_FLAG_READ,
131306                   /* name */
131307                   "DocumentFormat",
131308                   /* qualifiers */
131309                   _CIM_HelpService_DocumentFormat_qualifiers,
131310                   /* type */
131311                   CIMTYPE_UINT16,
131312 mike  1.1.2.1     /* subscript */
131313                   0,
131314                   /* value */
131315                   0,
131316               };
131317               
131318               static const char*
131319               _CIM_HelpService_OtherDocumentFormatDescription_qualifiers[] =
131320               {
131321                   /* ModelCorrespondence */
131322                   "\036\000\001CIM_HelpService.DocumentFormat\000",
131323                   0,
131324               };
131325               
131326               static MetaProperty
131327               _CIM_HelpService_OtherDocumentFormatDescription =
131328               {
131329                   /* flags */
131330                   META_FLAG_PROPERTY|META_FLAG_READ,
131331                   /* name */
131332                   "OtherDocumentFormatDescription",
131333 mike  1.1.2.1     /* qualifiers */
131334                   _CIM_HelpService_OtherDocumentFormatDescription_qualifiers,
131335                   /* type */
131336                   CIMTYPE_STRING,
131337                   /* subscript */
131338                   -1,
131339                   /* value */
131340                   0,
131341               };
131342               
131343               static const char*
131344               _CIM_HelpService_GetHelp_RequestedDocument_qualifiers[] =
131345               {
131346                   /* IN */
131347                   "\024\001",
131348                   /* ModelCorrespondence */
131349                   "\036\000\002CIM_HelpService.DocumentsAvailable\000CIM_HelpServiceAvailableToFile.UserOfService\000",
131350                   0,
131351               };
131352               
131353               static MetaProperty
131354 mike  1.1.2.1 _CIM_HelpService_GetHelp_RequestedDocument =
131355               {
131356                   /* flags */
131357                   META_FLAG_PROPERTY|META_FLAG_IN,
131358                   /* name */
131359                   "RequestedDocument",
131360                   /* qualifiers */
131361                   _CIM_HelpService_GetHelp_RequestedDocument_qualifiers,
131362                   /* type */
131363                   CIMTYPE_STRING,
131364                   /* subscript */
131365                   -1,
131366                   /* value */
131367                   0,
131368               };
131369               
131370               static const char*
131371               _CIM_HelpService_GetHelp_Format_qualifiers[] =
131372               {
131373                   /* IN */
131374                   "\024\001",
131375 mike  1.1.2.1     /* OUT */
131376                   "\043\001",
131377                   /* ValueMap */
131378                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131379                   /* Values */
131380                   "\062\000\007Don't Care\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131381                   /* ModelCorrespondence */
131382                   "\036\000\001CIM_HelpService.DocumentFormat\000",
131383                   0,
131384               };
131385               
131386               static MetaProperty
131387               _CIM_HelpService_GetHelp_Format =
131388               {
131389                   /* flags */
131390                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
131391                   /* name */
131392                   "Format",
131393                   /* qualifiers */
131394                   _CIM_HelpService_GetHelp_Format_qualifiers,
131395                   /* type */
131396 mike  1.1.2.1     CIMTYPE_UINT16,
131397                   /* subscript */
131398                   -1,
131399                   /* value */
131400                   0,
131401               };
131402               
131403               static const char*
131404               _CIM_HelpService_GetHelp_RequestedDelivery_qualifiers[] =
131405               {
131406                   /* IN */
131407                   "\024\001",
131408                   /* ValueMap */
131409                   "\061\000\0051\0002\0003\0005\0006\000",
131410                   /* Values */
131411                   "\062\000\005Other\000File Contents\000File Pointer\000URL\000Program\000",
131412                   /* ModelCorrespondence */
131413                   "\036\000\001CIM_HelpService.DeliveryOptions\000",
131414                   0,
131415               };
131416               
131417 mike  1.1.2.1 static MetaProperty
131418               _CIM_HelpService_GetHelp_RequestedDelivery =
131419               {
131420                   /* flags */
131421                   META_FLAG_PROPERTY|META_FLAG_IN,
131422                   /* name */
131423                   "RequestedDelivery",
131424                   /* qualifiers */
131425                   _CIM_HelpService_GetHelp_RequestedDelivery_qualifiers,
131426                   /* type */
131427                   CIMTYPE_UINT16,
131428                   /* subscript */
131429                   -1,
131430                   /* value */
131431                   0,
131432               };
131433               
131434               static const char*
131435               _CIM_HelpService_GetHelp_DocumentInfo_qualifiers[] =
131436               {
131437                   /* IN */
131438 mike  1.1.2.1     "\024\000",
131439                   /* OUT */
131440                   "\043\001",
131441                   0,
131442               };
131443               
131444               static MetaProperty
131445               _CIM_HelpService_GetHelp_DocumentInfo =
131446               {
131447                   /* flags */
131448                   META_FLAG_PROPERTY|META_FLAG_OUT,
131449                   /* name */
131450                   "DocumentInfo",
131451                   /* qualifiers */
131452                   _CIM_HelpService_GetHelp_DocumentInfo_qualifiers,
131453                   /* type */
131454                   CIMTYPE_STRING,
131455                   /* subscript */
131456                   -1,
131457                   /* value */
131458                   0,
131459 mike  1.1.2.1 };
131460               
131461               static MetaFeature*
131462               _CIM_HelpService_GetHelp_parameters[] =
131463               {
131464                   (MetaFeature*)&_CIM_HelpService_GetHelp_RequestedDocument,
131465                   (MetaFeature*)&_CIM_HelpService_GetHelp_Format,
131466                   (MetaFeature*)&_CIM_HelpService_GetHelp_RequestedDelivery,
131467                   (MetaFeature*)&_CIM_HelpService_GetHelp_DocumentInfo,
131468                   0,
131469               };
131470               
131471               static const char*
131472               _CIM_HelpService_GetHelp_qualifiers[] =
131473               {
131474                   /* ValueMap */
131475                   "\061\000\0130\0001\0002\0003\0004\0005\000..\0000x1000\0000x1001\0000x1002..0x7FFF\0000x8000..0xFFFF\000",
131476                   /* Values */
131477                   "\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",
131478                   0,
131479               };
131480 mike  1.1.2.1 
131481               static MetaMethod
131482               _CIM_HelpService_GetHelp =
131483               {
131484                   /* flags */
131485                   META_FLAG_METHOD,
131486                   /* name */
131487                   "CIM_HelpService",
131488                   /* qualifiers */
131489                   _CIM_HelpService_GetHelp_qualifiers,
131490                   /* type */
131491                   CIMTYPE_UINT32,
131492                   /* parameters */
131493                   _CIM_HelpService_GetHelp_parameters,
131494               };
131495               
131496               static MetaFeature*
131497               _CIM_HelpService_features[] =
131498               {
131499                   (MetaFeature*)&_CIM_HelpService_DeliveryOptions,
131500                   (MetaFeature*)&_CIM_HelpService_OtherDeliveryOptionDescription,
131501 mike  1.1.2.1     (MetaFeature*)&_CIM_HelpService_DocumentsAvailable,
131502                   (MetaFeature*)&_CIM_HelpService_DocumentDescriptions,
131503                   (MetaFeature*)&_CIM_HelpService_DocumentFormat,
131504                   (MetaFeature*)&_CIM_HelpService_OtherDocumentFormatDescription,
131505                   (MetaFeature*)&_CIM_HelpService_GetHelp,
131506                   0,
131507               };
131508               
131509               static const char*
131510               __root_cimv2_CIM_HelpService_qualifiers[] =
131511               {
131512                   /* UMLPackagePath */
131513                   "\057CIM::System::Help",
131514                   /* Version */
131515                   "\0632.9.0",
131516                   0,
131517               };
131518               
131519               MetaClass
131520               __root_cimv2_CIM_HelpService =
131521               {
131522 mike  1.1.2.1     /* flags */
131523                   META_FLAG_CLASS,
131524                   /* name */
131525                   "CIM_HelpService",
131526                   /* qualifiers */
131527                   __root_cimv2_CIM_HelpService_qualifiers,
131528                   /* super */
131529                   &__root_cimv2_CIM_Service,
131530                   /* features */
131531                   _CIM_HelpService_features,
131532               };
131533               
131534               //==============================================================================
131535               //
131536               // Class: CIM_HelpServiceAvailableToFile
131537               //
131538               //==============================================================================
131539               
131540               static const char*
131541               _CIM_HelpServiceAvailableToFile_ServiceProvided_qualifiers[] =
131542               {
131543 mike  1.1.2.1     /* Override */
131544                   "\044ServiceProvided",
131545                   0,
131546               };
131547               
131548               static MetaReference
131549               _CIM_HelpServiceAvailableToFile_ServiceProvided =
131550               {
131551                   /* flags */
131552                   META_FLAG_REFERENCE|META_FLAG_READ,
131553                   /* name */
131554                   "ServiceProvided",
131555                   /* qualifiers */
131556                   _CIM_HelpServiceAvailableToFile_ServiceProvided_qualifiers,
131557                   /* subscript */
131558                   -1,
131559                   /* refId */
131560                   &__root_cimv2_CIM_HelpService,
131561               };
131562               
131563               static const char*
131564 mike  1.1.2.1 _CIM_HelpServiceAvailableToFile_UserOfService_qualifiers[] =
131565               {
131566                   /* Override */
131567                   "\044UserOfService",
131568                   0,
131569               };
131570               
131571               static MetaReference
131572               _CIM_HelpServiceAvailableToFile_UserOfService =
131573               {
131574                   /* flags */
131575                   META_FLAG_REFERENCE|META_FLAG_READ,
131576                   /* name */
131577                   "UserOfService",
131578                   /* qualifiers */
131579                   _CIM_HelpServiceAvailableToFile_UserOfService_qualifiers,
131580                   /* subscript */
131581                   -1,
131582                   /* refId */
131583                   &__root_cimv2_CIM_LogicalFile,
131584               };
131585 mike  1.1.2.1 
131586               static const char*
131587               _CIM_HelpServiceAvailableToFile_DocumentFormat_qualifiers[] =
131588               {
131589                   /* ValueMap */
131590                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131591                   /* Values */
131592                   "\062\000\007Unknown\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131593                   /* ModelCorrespondence */
131594                   "\036\000\001CIM_HelpServiceAvailableToFile.OtherDocumentFormatDescription\000",
131595                   0,
131596               };
131597               
131598               static MetaProperty
131599               _CIM_HelpServiceAvailableToFile_DocumentFormat =
131600               {
131601                   /* flags */
131602                   META_FLAG_PROPERTY|META_FLAG_READ,
131603                   /* name */
131604                   "DocumentFormat",
131605                   /* qualifiers */
131606 mike  1.1.2.1     _CIM_HelpServiceAvailableToFile_DocumentFormat_qualifiers,
131607                   /* type */
131608                   CIMTYPE_UINT16,
131609                   /* subscript */
131610                   -1,
131611                   /* value */
131612                   0,
131613               };
131614               
131615               static const char*
131616               _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription_qualifiers[] =
131617               {
131618                   /* ModelCorrespondence */
131619                   "\036\000\001CIM_HelpServiceAvailableToFile.DocumentFormat\000",
131620                   0,
131621               };
131622               
131623               static MetaProperty
131624               _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription =
131625               {
131626                   /* flags */
131627 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
131628                   /* name */
131629                   "OtherDocumentFormatDescription",
131630                   /* qualifiers */
131631                   _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription_qualifiers,
131632                   /* type */
131633                   CIMTYPE_STRING,
131634                   /* subscript */
131635                   -1,
131636                   /* value */
131637                   0,
131638               };
131639               
131640               static MetaFeature*
131641               _CIM_HelpServiceAvailableToFile_features[] =
131642               {
131643                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_ServiceProvided,
131644                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_UserOfService,
131645                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_DocumentFormat,
131646                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription,
131647                   0,
131648 mike  1.1.2.1 };
131649               
131650               static const char*
131651               __root_cimv2_CIM_HelpServiceAvailableToFile_qualifiers[] =
131652               {
131653                   /* ASSOCIATION */
131654                   "\000\001",
131655                   /* UMLPackagePath */
131656                   "\057CIM::System::Help",
131657                   /* Version */
131658                   "\0632.9.0",
131659                   0,
131660               };
131661               
131662               MetaClass
131663               __root_cimv2_CIM_HelpServiceAvailableToFile =
131664               {
131665                   /* flags */
131666                   META_FLAG_ASSOCIATION,
131667                   /* name */
131668                   "CIM_HelpServiceAvailableToFile",
131669 mike  1.1.2.1     /* qualifiers */
131670                   __root_cimv2_CIM_HelpServiceAvailableToFile_qualifiers,
131671                   /* super */
131672                   &__root_cimv2_CIM_ServiceAvailableToElement,
131673                   /* features */
131674                   _CIM_HelpServiceAvailableToFile_features,
131675               };
131676               
131677               //==============================================================================
131678               //
131679               // Class: CIM_HostedAccessPoint
131680               //
131681               //==============================================================================
131682               
131683               static const char*
131684               _CIM_HostedAccessPoint_Antecedent_qualifiers[] =
131685               {
131686                   /* Override */
131687                   "\044Antecedent",
131688                   /* Min */
131689                   "\033\000\000\000\001",
131690 mike  1.1.2.1     /* Max */
131691                   "\027\000\000\000\001",
131692                   0,
131693               };
131694               
131695               static MetaReference
131696               _CIM_HostedAccessPoint_Antecedent =
131697               {
131698                   /* flags */
131699                   META_FLAG_REFERENCE|META_FLAG_READ,
131700                   /* name */
131701                   "Antecedent",
131702                   /* qualifiers */
131703                   _CIM_HostedAccessPoint_Antecedent_qualifiers,
131704                   /* subscript */
131705                   -1,
131706                   /* refId */
131707                   &__root_cimv2_CIM_System,
131708               };
131709               
131710               static const char*
131711 mike  1.1.2.1 _CIM_HostedAccessPoint_Dependent_qualifiers[] =
131712               {
131713                   /* Override */
131714                   "\044Dependent",
131715                   /* Weak */
131716                   "\064\001",
131717                   0,
131718               };
131719               
131720               static MetaReference
131721               _CIM_HostedAccessPoint_Dependent =
131722               {
131723                   /* flags */
131724                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131725                   /* name */
131726                   "Dependent",
131727                   /* qualifiers */
131728                   _CIM_HostedAccessPoint_Dependent_qualifiers,
131729                   /* subscript */
131730                   -1,
131731                   /* refId */
131732 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
131733               };
131734               
131735               static MetaFeature*
131736               _CIM_HostedAccessPoint_features[] =
131737               {
131738                   (MetaFeature*)&_CIM_HostedAccessPoint_Antecedent,
131739                   (MetaFeature*)&_CIM_HostedAccessPoint_Dependent,
131740                   0,
131741               };
131742               
131743               static const char*
131744               __root_cimv2_CIM_HostedAccessPoint_qualifiers[] =
131745               {
131746                   /* ASSOCIATION */
131747                   "\000\001",
131748                   /* UMLPackagePath */
131749                   "\057CIM::Core::Service",
131750                   /* Version */
131751                   "\0632.10.0",
131752                   0,
131753 mike  1.1.2.1 };
131754               
131755               MetaClass
131756               __root_cimv2_CIM_HostedAccessPoint =
131757               {
131758                   /* flags */
131759                   META_FLAG_ASSOCIATION,
131760                   /* name */
131761                   "CIM_HostedAccessPoint",
131762                   /* qualifiers */
131763                   __root_cimv2_CIM_HostedAccessPoint_qualifiers,
131764                   /* super */
131765                   &__root_cimv2_CIM_HostedDependency,
131766                   /* features */
131767                   _CIM_HostedAccessPoint_features,
131768               };
131769               
131770               //==============================================================================
131771               //
131772               // Class: CIM_HostedACI
131773               //
131774 mike  1.1.2.1 //==============================================================================
131775               
131776               static const char*
131777               _CIM_HostedACI_Antecedent_qualifiers[] =
131778               {
131779                   /* Deprecated */
131780                   "\013\000\001No value\000",
131781                   /* Override */
131782                   "\044Antecedent",
131783                   /* Min */
131784                   "\033\000\000\000\001",
131785                   /* Max */
131786                   "\027\000\000\000\001",
131787                   0,
131788               };
131789               
131790               static MetaReference
131791               _CIM_HostedACI_Antecedent =
131792               {
131793                   /* flags */
131794                   META_FLAG_REFERENCE|META_FLAG_READ,
131795 mike  1.1.2.1     /* name */
131796                   "Antecedent",
131797                   /* qualifiers */
131798                   _CIM_HostedACI_Antecedent_qualifiers,
131799                   /* subscript */
131800                   -1,
131801                   /* refId */
131802                   &__root_cimv2_CIM_System,
131803               };
131804               
131805               static const char*
131806               _CIM_HostedACI_Dependent_qualifiers[] =
131807               {
131808                   /* Deprecated */
131809                   "\013\000\001No value\000",
131810                   /* Override */
131811                   "\044Dependent",
131812                   /* Weak */
131813                   "\064\001",
131814                   0,
131815               };
131816 mike  1.1.2.1 
131817               static MetaReference
131818               _CIM_HostedACI_Dependent =
131819               {
131820                   /* flags */
131821                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131822                   /* name */
131823                   "Dependent",
131824                   /* qualifiers */
131825                   _CIM_HostedACI_Dependent_qualifiers,
131826                   /* subscript */
131827                   -1,
131828                   /* refId */
131829                   &__root_cimv2_CIM_AccessControlInformation,
131830               };
131831               
131832               static MetaFeature*
131833               _CIM_HostedACI_features[] =
131834               {
131835                   (MetaFeature*)&_CIM_HostedACI_Antecedent,
131836                   (MetaFeature*)&_CIM_HostedACI_Dependent,
131837 mike  1.1.2.1     0,
131838               };
131839               
131840               static const char*
131841               __root_cimv2_CIM_HostedACI_qualifiers[] =
131842               {
131843                   /* ASSOCIATION */
131844                   "\000\001",
131845                   /* Deprecated */
131846                   "\013\000\001No value\000",
131847                   /* UMLPackagePath */
131848                   "\057CIM::User::AccessControl",
131849                   /* Version */
131850                   "\0632.8.0",
131851                   0,
131852               };
131853               
131854               MetaClass
131855               __root_cimv2_CIM_HostedACI =
131856               {
131857                   /* flags */
131858 mike  1.1.2.1     META_FLAG_ASSOCIATION,
131859                   /* name */
131860                   "CIM_HostedACI",
131861                   /* qualifiers */
131862                   __root_cimv2_CIM_HostedACI_qualifiers,
131863                   /* super */
131864                   &__root_cimv2_CIM_HostedDependency,
131865                   /* features */
131866                   _CIM_HostedACI_features,
131867               };
131868               
131869               //==============================================================================
131870               //
131871               // Class: CIM_HostedAdminDistance
131872               //
131873               //==============================================================================
131874               
131875               static const char*
131876               _CIM_HostedAdminDistance_Antecedent_qualifiers[] =
131877               {
131878                   /* Override */
131879 mike  1.1.2.1     "\044Antecedent",
131880                   /* Min */
131881                   "\033\000\000\000\001",
131882                   /* Max */
131883                   "\027\000\000\000\001",
131884                   0,
131885               };
131886               
131887               static MetaReference
131888               _CIM_HostedAdminDistance_Antecedent =
131889               {
131890                   /* flags */
131891                   META_FLAG_REFERENCE|META_FLAG_READ,
131892                   /* name */
131893                   "Antecedent",
131894                   /* qualifiers */
131895                   _CIM_HostedAdminDistance_Antecedent_qualifiers,
131896                   /* subscript */
131897                   -1,
131898                   /* refId */
131899                   &__root_cimv2_CIM_AdminDomain,
131900 mike  1.1.2.1 };
131901               
131902               static const char*
131903               _CIM_HostedAdminDistance_Dependent_qualifiers[] =
131904               {
131905                   /* Override */
131906                   "\044Dependent",
131907                   /* Weak */
131908                   "\064\001",
131909                   0,
131910               };
131911               
131912               static MetaReference
131913               _CIM_HostedAdminDistance_Dependent =
131914               {
131915                   /* flags */
131916                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131917                   /* name */
131918                   "Dependent",
131919                   /* qualifiers */
131920                   _CIM_HostedAdminDistance_Dependent_qualifiers,
131921 mike  1.1.2.1     /* subscript */
131922                   -1,
131923                   /* refId */
131924                   &__root_cimv2_CIM_AdministrativeDistance,
131925               };
131926               
131927               static MetaFeature*
131928               _CIM_HostedAdminDistance_features[] =
131929               {
131930                   (MetaFeature*)&_CIM_HostedAdminDistance_Antecedent,
131931                   (MetaFeature*)&_CIM_HostedAdminDistance_Dependent,
131932                   0,
131933               };
131934               
131935               static const char*
131936               __root_cimv2_CIM_HostedAdminDistance_qualifiers[] =
131937               {
131938                   /* ASSOCIATION */
131939                   "\000\001",
131940                   /* UMLPackagePath */
131941                   "\057CIM::Network::Routes",
131942 mike  1.1.2.1     /* Version */
131943                   "\0632.6.0",
131944                   0,
131945               };
131946               
131947               MetaClass
131948               __root_cimv2_CIM_HostedAdminDistance =
131949               {
131950                   /* flags */
131951                   META_FLAG_ASSOCIATION,
131952                   /* name */
131953                   "CIM_HostedAdminDistance",
131954                   /* qualifiers */
131955                   __root_cimv2_CIM_HostedAdminDistance_qualifiers,
131956                   /* super */
131957                   &__root_cimv2_CIM_HostedDependency,
131958                   /* features */
131959                   _CIM_HostedAdminDistance_features,
131960               };
131961               
131962               //==============================================================================
131963 mike  1.1.2.1 //
131964               // Class: CIM_HostedAuthenticationRequirement
131965               //
131966               //==============================================================================
131967               
131968               static const char*
131969               _CIM_HostedAuthenticationRequirement_Antecedent_qualifiers[] =
131970               {
131971                   /* Deprecated */
131972                   "\013\000\001CIM_PolicyRuleInSystem.Antecedent\000",
131973                   /* Override */
131974                   "\044Antecedent",
131975                   /* Min */
131976                   "\033\000\000\000\001",
131977                   /* Max */
131978                   "\027\000\000\000\001",
131979                   0,
131980               };
131981               
131982               static MetaReference
131983               _CIM_HostedAuthenticationRequirement_Antecedent =
131984 mike  1.1.2.1 {
131985                   /* flags */
131986                   META_FLAG_REFERENCE|META_FLAG_READ,
131987                   /* name */
131988                   "Antecedent",
131989                   /* qualifiers */
131990                   _CIM_HostedAuthenticationRequirement_Antecedent_qualifiers,
131991                   /* subscript */
131992                   -1,
131993                   /* refId */
131994                   &__root_cimv2_CIM_System,
131995               };
131996               
131997               static const char*
131998               _CIM_HostedAuthenticationRequirement_Dependent_qualifiers[] =
131999               {
132000                   /* Deprecated */
132001                   "\013\000\001CIM_PolicyRuleInSystem.Dependent\000",
132002                   /* Override */
132003                   "\044Dependent",
132004                   /* Weak */
132005 mike  1.1.2.1     "\064\001",
132006                   0,
132007               };
132008               
132009               static MetaReference
132010               _CIM_HostedAuthenticationRequirement_Dependent =
132011               {
132012                   /* flags */
132013                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132014                   /* name */
132015                   "Dependent",
132016                   /* qualifiers */
132017                   _CIM_HostedAuthenticationRequirement_Dependent_qualifiers,
132018                   /* subscript */
132019                   -1,
132020                   /* refId */
132021                   &__root_cimv2_CIM_AuthenticationRequirement,
132022               };
132023               
132024               static MetaFeature*
132025               _CIM_HostedAuthenticationRequirement_features[] =
132026 mike  1.1.2.1 {
132027                   (MetaFeature*)&_CIM_HostedAuthenticationRequirement_Antecedent,
132028                   (MetaFeature*)&_CIM_HostedAuthenticationRequirement_Dependent,
132029                   0,
132030               };
132031               
132032               static const char*
132033               __root_cimv2_CIM_HostedAuthenticationRequirement_qualifiers[] =
132034               {
132035                   /* ASSOCIATION */
132036                   "\000\001",
132037                   /* Deprecated */
132038                   "\013\000\001CIM_PolicyRuleInSystem\000",
132039                   /* UMLPackagePath */
132040                   "\057CIM::User::AuthenticationReqmt",
132041                   /* Version */
132042                   "\0632.8.0",
132043                   0,
132044               };
132045               
132046               MetaClass
132047 mike  1.1.2.1 __root_cimv2_CIM_HostedAuthenticationRequirement =
132048               {
132049                   /* flags */
132050                   META_FLAG_ASSOCIATION,
132051                   /* name */
132052                   "CIM_HostedAuthenticationRequirement",
132053                   /* qualifiers */
132054                   __root_cimv2_CIM_HostedAuthenticationRequirement_qualifiers,
132055                   /* super */
132056                   &__root_cimv2_CIM_HostedDependency,
132057                   /* features */
132058                   _CIM_HostedAuthenticationRequirement_features,
132059               };
132060               
132061               //==============================================================================
132062               //
132063               // Class: CIM_HostedBGPAttributes
132064               //
132065               //==============================================================================
132066               
132067               static const char*
132068 mike  1.1.2.1 _CIM_HostedBGPAttributes_Antecedent_qualifiers[] =
132069               {
132070                   /* Override */
132071                   "\044Antecedent",
132072                   /* Min */
132073                   "\033\000\000\000\001",
132074                   /* Max */
132075                   "\027\000\000\000\001",
132076                   0,
132077               };
132078               
132079               static MetaReference
132080               _CIM_HostedBGPAttributes_Antecedent =
132081               {
132082                   /* flags */
132083                   META_FLAG_REFERENCE|META_FLAG_READ,
132084                   /* name */
132085                   "Antecedent",
132086                   /* qualifiers */
132087                   _CIM_HostedBGPAttributes_Antecedent_qualifiers,
132088                   /* subscript */
132089 mike  1.1.2.1     -1,
132090                   /* refId */
132091                   &__root_cimv2_CIM_AutonomousSystem,
132092               };
132093               
132094               static const char*
132095               _CIM_HostedBGPAttributes_Dependent_qualifiers[] =
132096               {
132097                   /* Override */
132098                   "\044Dependent",
132099                   /* Weak */
132100                   "\064\001",
132101                   0,
132102               };
132103               
132104               static MetaReference
132105               _CIM_HostedBGPAttributes_Dependent =
132106               {
132107                   /* flags */
132108                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132109                   /* name */
132110 mike  1.1.2.1     "Dependent",
132111                   /* qualifiers */
132112                   _CIM_HostedBGPAttributes_Dependent_qualifiers,
132113                   /* subscript */
132114                   -1,
132115                   /* refId */
132116                   &__root_cimv2_CIM_BGPAttributes,
132117               };
132118               
132119               static MetaFeature*
132120               _CIM_HostedBGPAttributes_features[] =
132121               {
132122                   (MetaFeature*)&_CIM_HostedBGPAttributes_Antecedent,
132123                   (MetaFeature*)&_CIM_HostedBGPAttributes_Dependent,
132124                   0,
132125               };
132126               
132127               static const char*
132128               __root_cimv2_CIM_HostedBGPAttributes_qualifiers[] =
132129               {
132130                   /* ASSOCIATION */
132131 mike  1.1.2.1     "\000\001",
132132                   /* UMLPackagePath */
132133                   "\057CIM::Network::BGP",
132134                   /* Version */
132135                   "\0632.7.0",
132136                   0,
132137               };
132138               
132139               MetaClass
132140               __root_cimv2_CIM_HostedBGPAttributes =
132141               {
132142                   /* flags */
132143                   META_FLAG_ASSOCIATION,
132144                   /* name */
132145                   "CIM_HostedBGPAttributes",
132146                   /* qualifiers */
132147                   __root_cimv2_CIM_HostedBGPAttributes_qualifiers,
132148                   /* super */
132149                   &__root_cimv2_CIM_HostedDependency,
132150                   /* features */
132151                   _CIM_HostedBGPAttributes_features,
132152 mike  1.1.2.1 };
132153               
132154               //==============================================================================
132155               //
132156               // Class: CIM_HostedBGPPeerGroup
132157               //
132158               //==============================================================================
132159               
132160               static const char*
132161               _CIM_HostedBGPPeerGroup_Antecedent_qualifiers[] =
132162               {
132163                   /* Override */
132164                   "\044Antecedent",
132165                   /* Min */
132166                   "\033\000\000\000\001",
132167                   /* Max */
132168                   "\027\000\000\000\001",
132169                   0,
132170               };
132171               
132172               static MetaReference
132173 mike  1.1.2.1 _CIM_HostedBGPPeerGroup_Antecedent =
132174               {
132175                   /* flags */
132176                   META_FLAG_REFERENCE|META_FLAG_READ,
132177                   /* name */
132178                   "Antecedent",
132179                   /* qualifiers */
132180                   _CIM_HostedBGPPeerGroup_Antecedent_qualifiers,
132181                   /* subscript */
132182                   -1,
132183                   /* refId */
132184                   &__root_cimv2_CIM_AutonomousSystem,
132185               };
132186               
132187               static const char*
132188               _CIM_HostedBGPPeerGroup_Dependent_qualifiers[] =
132189               {
132190                   /* Override */
132191                   "\044Dependent",
132192                   /* Weak */
132193                   "\064\001",
132194 mike  1.1.2.1     0,
132195               };
132196               
132197               static MetaReference
132198               _CIM_HostedBGPPeerGroup_Dependent =
132199               {
132200                   /* flags */
132201                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132202                   /* name */
132203                   "Dependent",
132204                   /* qualifiers */
132205                   _CIM_HostedBGPPeerGroup_Dependent_qualifiers,
132206                   /* subscript */
132207                   -1,
132208                   /* refId */
132209                   &__root_cimv2_CIM_BGPPeerGroup,
132210               };
132211               
132212               static MetaFeature*
132213               _CIM_HostedBGPPeerGroup_features[] =
132214               {
132215 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedBGPPeerGroup_Antecedent,
132216                   (MetaFeature*)&_CIM_HostedBGPPeerGroup_Dependent,
132217                   0,
132218               };
132219               
132220               static const char*
132221               __root_cimv2_CIM_HostedBGPPeerGroup_qualifiers[] =
132222               {
132223                   /* ASSOCIATION */
132224                   "\000\001",
132225                   /* UMLPackagePath */
132226                   "\057CIM::Network::BGP",
132227                   /* Version */
132228                   "\0632.6.0",
132229                   0,
132230               };
132231               
132232               MetaClass
132233               __root_cimv2_CIM_HostedBGPPeerGroup =
132234               {
132235                   /* flags */
132236 mike  1.1.2.1     META_FLAG_ASSOCIATION,
132237                   /* name */
132238                   "CIM_HostedBGPPeerGroup",
132239                   /* qualifiers */
132240                   __root_cimv2_CIM_HostedBGPPeerGroup_qualifiers,
132241                   /* super */
132242                   &__root_cimv2_CIM_HostedDependency,
132243                   /* features */
132244                   _CIM_HostedBGPPeerGroup_features,
132245               };
132246               
132247               //==============================================================================
132248               //
132249               // Class: CIM_HostedBGPRouteMap
132250               //
132251               //==============================================================================
132252               
132253               static const char*
132254               _CIM_HostedBGPRouteMap_Antecedent_qualifiers[] =
132255               {
132256                   /* Override */
132257 mike  1.1.2.1     "\044Antecedent",
132258                   /* Min */
132259                   "\033\000\000\000\001",
132260                   /* Max */
132261                   "\027\000\000\000\001",
132262                   0,
132263               };
132264               
132265               static MetaReference
132266               _CIM_HostedBGPRouteMap_Antecedent =
132267               {
132268                   /* flags */
132269                   META_FLAG_REFERENCE|META_FLAG_READ,
132270                   /* name */
132271                   "Antecedent",
132272                   /* qualifiers */
132273                   _CIM_HostedBGPRouteMap_Antecedent_qualifiers,
132274                   /* subscript */
132275                   -1,
132276                   /* refId */
132277                   &__root_cimv2_CIM_AutonomousSystem,
132278 mike  1.1.2.1 };
132279               
132280               static const char*
132281               _CIM_HostedBGPRouteMap_Dependent_qualifiers[] =
132282               {
132283                   /* Override */
132284                   "\044Dependent",
132285                   /* Weak */
132286                   "\064\001",
132287                   0,
132288               };
132289               
132290               static MetaReference
132291               _CIM_HostedBGPRouteMap_Dependent =
132292               {
132293                   /* flags */
132294                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132295                   /* name */
132296                   "Dependent",
132297                   /* qualifiers */
132298                   _CIM_HostedBGPRouteMap_Dependent_qualifiers,
132299 mike  1.1.2.1     /* subscript */
132300                   -1,
132301                   /* refId */
132302                   &__root_cimv2_CIM_BGPRouteMap,
132303               };
132304               
132305               static MetaFeature*
132306               _CIM_HostedBGPRouteMap_features[] =
132307               {
132308                   (MetaFeature*)&_CIM_HostedBGPRouteMap_Antecedent,
132309                   (MetaFeature*)&_CIM_HostedBGPRouteMap_Dependent,
132310                   0,
132311               };
132312               
132313               static const char*
132314               __root_cimv2_CIM_HostedBGPRouteMap_qualifiers[] =
132315               {
132316                   /* ASSOCIATION */
132317                   "\000\001",
132318                   /* UMLPackagePath */
132319                   "\057CIM::Network::BGP",
132320 mike  1.1.2.1     /* Version */
132321                   "\0632.6.0",
132322                   0,
132323               };
132324               
132325               MetaClass
132326               __root_cimv2_CIM_HostedBGPRouteMap =
132327               {
132328                   /* flags */
132329                   META_FLAG_ASSOCIATION,
132330                   /* name */
132331                   "CIM_HostedBGPRouteMap",
132332                   /* qualifiers */
132333                   __root_cimv2_CIM_HostedBGPRouteMap_qualifiers,
132334                   /* super */
132335                   &__root_cimv2_CIM_HostedDependency,
132336                   /* features */
132337                   _CIM_HostedBGPRouteMap_features,
132338               };
132339               
132340               //==============================================================================
132341 mike  1.1.2.1 //
132342               // Class: CIM_HostedBootSAP
132343               //
132344               //==============================================================================
132345               
132346               static const char*
132347               _CIM_HostedBootSAP_Antecedent_qualifiers[] =
132348               {
132349                   /* Override */
132350                   "\044Antecedent",
132351                   /* Min */
132352                   "\033\000\000\000\001",
132353                   /* Max */
132354                   "\027\000\000\000\001",
132355                   0,
132356               };
132357               
132358               static MetaReference
132359               _CIM_HostedBootSAP_Antecedent =
132360               {
132361                   /* flags */
132362 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
132363                   /* name */
132364                   "Antecedent",
132365                   /* qualifiers */
132366                   _CIM_HostedBootSAP_Antecedent_qualifiers,
132367                   /* subscript */
132368                   -1,
132369                   /* refId */
132370                   &__root_cimv2_CIM_ComputerSystem,
132371               };
132372               
132373               static const char*
132374               _CIM_HostedBootSAP_Dependent_qualifiers[] =
132375               {
132376                   /* Override */
132377                   "\044Dependent",
132378                   0,
132379               };
132380               
132381               static MetaReference
132382               _CIM_HostedBootSAP_Dependent =
132383 mike  1.1.2.1 {
132384                   /* flags */
132385                   META_FLAG_REFERENCE|META_FLAG_READ,
132386                   /* name */
132387                   "Dependent",
132388                   /* qualifiers */
132389                   _CIM_HostedBootSAP_Dependent_qualifiers,
132390                   /* subscript */
132391                   -1,
132392                   /* refId */
132393                   &__root_cimv2_CIM_BootSAP,
132394               };
132395               
132396               static MetaFeature*
132397               _CIM_HostedBootSAP_features[] =
132398               {
132399                   (MetaFeature*)&_CIM_HostedBootSAP_Antecedent,
132400                   (MetaFeature*)&_CIM_HostedBootSAP_Dependent,
132401                   0,
132402               };
132403               
132404 mike  1.1.2.1 static const char*
132405               __root_cimv2_CIM_HostedBootSAP_qualifiers[] =
132406               {
132407                   /* ASSOCIATION */
132408                   "\000\001",
132409                   /* UMLPackagePath */
132410                   "\057CIM::System::Boot",
132411                   /* Version */
132412                   "\0632.7.0",
132413                   0,
132414               };
132415               
132416               MetaClass
132417               __root_cimv2_CIM_HostedBootSAP =
132418               {
132419                   /* flags */
132420                   META_FLAG_ASSOCIATION,
132421                   /* name */
132422                   "CIM_HostedBootSAP",
132423                   /* qualifiers */
132424                   __root_cimv2_CIM_HostedBootSAP_qualifiers,
132425 mike  1.1.2.1     /* super */
132426                   &__root_cimv2_CIM_HostedAccessPoint,
132427                   /* features */
132428                   _CIM_HostedBootSAP_features,
132429               };
132430               
132431               //==============================================================================
132432               //
132433               // Class: CIM_HostedClusterSAP
132434               //
132435               //==============================================================================
132436               
132437               static const char*
132438               _CIM_HostedClusterSAP_Antecedent_qualifiers[] =
132439               {
132440                   /* Override */
132441                   "\044Antecedent",
132442                   /* Min */
132443                   "\033\000\000\000\001",
132444                   /* Max */
132445                   "\027\000\000\000\001",
132446 mike  1.1.2.1     0,
132447               };
132448               
132449               static MetaReference
132450               _CIM_HostedClusterSAP_Antecedent =
132451               {
132452                   /* flags */
132453                   META_FLAG_REFERENCE|META_FLAG_READ,
132454                   /* name */
132455                   "Antecedent",
132456                   /* qualifiers */
132457                   _CIM_HostedClusterSAP_Antecedent_qualifiers,
132458                   /* subscript */
132459                   -1,
132460                   /* refId */
132461                   &__root_cimv2_CIM_ComputerSystem,
132462               };
132463               
132464               static const char*
132465               _CIM_HostedClusterSAP_Dependent_qualifiers[] =
132466               {
132467 mike  1.1.2.1     /* Override */
132468                   "\044Dependent",
132469                   0,
132470               };
132471               
132472               static MetaReference
132473               _CIM_HostedClusterSAP_Dependent =
132474               {
132475                   /* flags */
132476                   META_FLAG_REFERENCE|META_FLAG_READ,
132477                   /* name */
132478                   "Dependent",
132479                   /* qualifiers */
132480                   _CIM_HostedClusterSAP_Dependent_qualifiers,
132481                   /* subscript */
132482                   -1,
132483                   /* refId */
132484                   &__root_cimv2_CIM_ClusteringSAP,
132485               };
132486               
132487               static MetaFeature*
132488 mike  1.1.2.1 _CIM_HostedClusterSAP_features[] =
132489               {
132490                   (MetaFeature*)&_CIM_HostedClusterSAP_Antecedent,
132491                   (MetaFeature*)&_CIM_HostedClusterSAP_Dependent,
132492                   0,
132493               };
132494               
132495               static const char*
132496               __root_cimv2_CIM_HostedClusterSAP_qualifiers[] =
132497               {
132498                   /* ASSOCIATION */
132499                   "\000\001",
132500                   /* UMLPackagePath */
132501                   "\057CIM::System::SystemElements",
132502                   /* Version */
132503                   "\0632.6.0",
132504                   0,
132505               };
132506               
132507               MetaClass
132508               __root_cimv2_CIM_HostedClusterSAP =
132509 mike  1.1.2.1 {
132510                   /* flags */
132511                   META_FLAG_ASSOCIATION,
132512                   /* name */
132513                   "CIM_HostedClusterSAP",
132514                   /* qualifiers */
132515                   __root_cimv2_CIM_HostedClusterSAP_qualifiers,
132516                   /* super */
132517                   &__root_cimv2_CIM_HostedAccessPoint,
132518                   /* features */
132519                   _CIM_HostedClusterSAP_features,
132520               };
132521               
132522               //==============================================================================
132523               //
132524               // Class: CIM_HostedCollection
132525               //
132526               //==============================================================================
132527               
132528               static const char*
132529               _CIM_HostedCollection_Antecedent_qualifiers[] =
132530 mike  1.1.2.1 {
132531                   /* Override */
132532                   "\044Antecedent",
132533                   /* Min */
132534                   "\033\000\000\000\001",
132535                   /* Max */
132536                   "\027\000\000\000\001",
132537                   0,
132538               };
132539               
132540               static MetaReference
132541               _CIM_HostedCollection_Antecedent =
132542               {
132543                   /* flags */
132544                   META_FLAG_REFERENCE|META_FLAG_READ,
132545                   /* name */
132546                   "Antecedent",
132547                   /* qualifiers */
132548                   _CIM_HostedCollection_Antecedent_qualifiers,
132549                   /* subscript */
132550                   -1,
132551 mike  1.1.2.1     /* refId */
132552                   &__root_cimv2_CIM_System,
132553               };
132554               
132555               static const char*
132556               _CIM_HostedCollection_Dependent_qualifiers[] =
132557               {
132558                   /* Override */
132559                   "\044Dependent",
132560                   0,
132561               };
132562               
132563               static MetaReference
132564               _CIM_HostedCollection_Dependent =
132565               {
132566                   /* flags */
132567                   META_FLAG_REFERENCE|META_FLAG_READ,
132568                   /* name */
132569                   "Dependent",
132570                   /* qualifiers */
132571                   _CIM_HostedCollection_Dependent_qualifiers,
132572 mike  1.1.2.1     /* subscript */
132573                   -1,
132574                   /* refId */
132575                   &__root_cimv2_CIM_SystemSpecificCollection,
132576               };
132577               
132578               static MetaFeature*
132579               _CIM_HostedCollection_features[] =
132580               {
132581                   (MetaFeature*)&_CIM_HostedCollection_Antecedent,
132582                   (MetaFeature*)&_CIM_HostedCollection_Dependent,
132583                   0,
132584               };
132585               
132586               static const char*
132587               __root_cimv2_CIM_HostedCollection_qualifiers[] =
132588               {
132589                   /* ASSOCIATION */
132590                   "\000\001",
132591                   /* UMLPackagePath */
132592                   "\057CIM::Core::Collection",
132593 mike  1.1.2.1     /* Version */
132594                   "\0632.10.0",
132595                   0,
132596               };
132597               
132598               MetaClass
132599               __root_cimv2_CIM_HostedCollection =
132600               {
132601                   /* flags */
132602                   META_FLAG_ASSOCIATION,
132603                   /* name */
132604                   "CIM_HostedCollection",
132605                   /* qualifiers */
132606                   __root_cimv2_CIM_HostedCollection_qualifiers,
132607                   /* super */
132608                   &__root_cimv2_CIM_HostedDependency,
132609                   /* features */
132610                   _CIM_HostedCollection_features,
132611               };
132612               
132613               //==============================================================================
132614 mike  1.1.2.1 //
132615               // Class: CIM_HostedFileSystem
132616               //
132617               //==============================================================================
132618               
132619               static const char*
132620               _CIM_HostedFileSystem_GroupComponent_qualifiers[] =
132621               {
132622                   /* Aggregate */
132623                   "\003\001",
132624                   /* Override */
132625                   "\044GroupComponent",
132626                   /* Min */
132627                   "\033\000\000\000\001",
132628                   /* Max */
132629                   "\027\000\000\000\001",
132630                   0,
132631               };
132632               
132633               static MetaReference
132634               _CIM_HostedFileSystem_GroupComponent =
132635 mike  1.1.2.1 {
132636                   /* flags */
132637                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
132638                   /* name */
132639                   "GroupComponent",
132640                   /* qualifiers */
132641                   _CIM_HostedFileSystem_GroupComponent_qualifiers,
132642                   /* subscript */
132643                   -1,
132644                   /* refId */
132645                   &__root_cimv2_CIM_System,
132646               };
132647               
132648               static const char*
132649               _CIM_HostedFileSystem_PartComponent_qualifiers[] =
132650               {
132651                   /* Override */
132652                   "\044PartComponent",
132653                   /* Weak */
132654                   "\064\001",
132655                   0,
132656 mike  1.1.2.1 };
132657               
132658               static MetaReference
132659               _CIM_HostedFileSystem_PartComponent =
132660               {
132661                   /* flags */
132662                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132663                   /* name */
132664                   "PartComponent",
132665                   /* qualifiers */
132666                   _CIM_HostedFileSystem_PartComponent_qualifiers,
132667                   /* subscript */
132668                   -1,
132669                   /* refId */
132670                   &__root_cimv2_CIM_FileSystem,
132671               };
132672               
132673               static MetaFeature*
132674               _CIM_HostedFileSystem_features[] =
132675               {
132676                   (MetaFeature*)&_CIM_HostedFileSystem_GroupComponent,
132677 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedFileSystem_PartComponent,
132678                   0,
132679               };
132680               
132681               static const char*
132682               __root_cimv2_CIM_HostedFileSystem_qualifiers[] =
132683               {
132684                   /* ASSOCIATION */
132685                   "\000\001",
132686                   /* UMLPackagePath */
132687                   "\057CIM::System::FileElements",
132688                   /* Aggregation */
132689                   "\004\001",
132690                   /* Composition */
132691                   "\011\001",
132692                   /* Version */
132693                   "\0632.7.0",
132694                   0,
132695               };
132696               
132697               MetaClass
132698 mike  1.1.2.1 __root_cimv2_CIM_HostedFileSystem =
132699               {
132700                   /* flags */
132701                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
132702                   /* name */
132703                   "CIM_HostedFileSystem",
132704                   /* qualifiers */
132705                   __root_cimv2_CIM_HostedFileSystem_qualifiers,
132706                   /* super */
132707                   &__root_cimv2_CIM_SystemComponent,
132708                   /* features */
132709                   _CIM_HostedFileSystem_features,
132710               };
132711               
132712               //==============================================================================
132713               //
132714               // Class: CIM_HostedFilterEntryBase
132715               //
132716               //==============================================================================
132717               
132718               static const char*
132719 mike  1.1.2.1 _CIM_HostedFilterEntryBase_Antecedent_qualifiers[] =
132720               {
132721                   /* Override */
132722                   "\044Antecedent",
132723                   /* Min */
132724                   "\033\000\000\000\001",
132725                   /* Max */
132726                   "\027\000\000\000\001",
132727                   0,
132728               };
132729               
132730               static MetaReference
132731               _CIM_HostedFilterEntryBase_Antecedent =
132732               {
132733                   /* flags */
132734                   META_FLAG_REFERENCE|META_FLAG_READ,
132735                   /* name */
132736                   "Antecedent",
132737                   /* qualifiers */
132738                   _CIM_HostedFilterEntryBase_Antecedent_qualifiers,
132739                   /* subscript */
132740 mike  1.1.2.1     -1,
132741                   /* refId */
132742                   &__root_cimv2_CIM_ComputerSystem,
132743               };
132744               
132745               static const char*
132746               _CIM_HostedFilterEntryBase_Dependent_qualifiers[] =
132747               {
132748                   /* Override */
132749                   "\044Dependent",
132750                   /* Weak */
132751                   "\064\001",
132752                   0,
132753               };
132754               
132755               static MetaReference
132756               _CIM_HostedFilterEntryBase_Dependent =
132757               {
132758                   /* flags */
132759                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132760                   /* name */
132761 mike  1.1.2.1     "Dependent",
132762                   /* qualifiers */
132763                   _CIM_HostedFilterEntryBase_Dependent_qualifiers,
132764                   /* subscript */
132765                   -1,
132766                   /* refId */
132767                   &__root_cimv2_CIM_FilterEntryBase,
132768               };
132769               
132770               static MetaFeature*
132771               _CIM_HostedFilterEntryBase_features[] =
132772               {
132773                   (MetaFeature*)&_CIM_HostedFilterEntryBase_Antecedent,
132774                   (MetaFeature*)&_CIM_HostedFilterEntryBase_Dependent,
132775                   0,
132776               };
132777               
132778               static const char*
132779               __root_cimv2_CIM_HostedFilterEntryBase_qualifiers[] =
132780               {
132781                   /* ASSOCIATION */
132782 mike  1.1.2.1     "\000\001",
132783                   /* UMLPackagePath */
132784                   "\057CIM::Network::Filtering",
132785                   /* Version */
132786                   "\0632.7.0",
132787                   0,
132788               };
132789               
132790               MetaClass
132791               __root_cimv2_CIM_HostedFilterEntryBase =
132792               {
132793                   /* flags */
132794                   META_FLAG_ASSOCIATION,
132795                   /* name */
132796                   "CIM_HostedFilterEntryBase",
132797                   /* qualifiers */
132798                   __root_cimv2_CIM_HostedFilterEntryBase_qualifiers,
132799                   /* super */
132800                   &__root_cimv2_CIM_HostedDependency,
132801                   /* features */
132802                   _CIM_HostedFilterEntryBase_features,
132803 mike  1.1.2.1 };
132804               
132805               //==============================================================================
132806               //
132807               // Class: CIM_HostedFilterList
132808               //
132809               //==============================================================================
132810               
132811               static const char*
132812               _CIM_HostedFilterList_Antecedent_qualifiers[] =
132813               {
132814                   /* Override */
132815                   "\044Antecedent",
132816                   /* Min */
132817                   "\033\000\000\000\001",
132818                   /* Max */
132819                   "\027\000\000\000\001",
132820                   0,
132821               };
132822               
132823               static MetaReference
132824 mike  1.1.2.1 _CIM_HostedFilterList_Antecedent =
132825               {
132826                   /* flags */
132827                   META_FLAG_REFERENCE|META_FLAG_READ,
132828                   /* name */
132829                   "Antecedent",
132830                   /* qualifiers */
132831                   _CIM_HostedFilterList_Antecedent_qualifiers,
132832                   /* subscript */
132833                   -1,
132834                   /* refId */
132835                   &__root_cimv2_CIM_ComputerSystem,
132836               };
132837               
132838               static const char*
132839               _CIM_HostedFilterList_Dependent_qualifiers[] =
132840               {
132841                   /* Override */
132842                   "\044Dependent",
132843                   /* Weak */
132844                   "\064\001",
132845 mike  1.1.2.1     0,
132846               };
132847               
132848               static MetaReference
132849               _CIM_HostedFilterList_Dependent =
132850               {
132851                   /* flags */
132852                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132853                   /* name */
132854                   "Dependent",
132855                   /* qualifiers */
132856                   _CIM_HostedFilterList_Dependent_qualifiers,
132857                   /* subscript */
132858                   -1,
132859                   /* refId */
132860                   &__root_cimv2_CIM_FilterList,
132861               };
132862               
132863               static MetaFeature*
132864               _CIM_HostedFilterList_features[] =
132865               {
132866 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedFilterList_Antecedent,
132867                   (MetaFeature*)&_CIM_HostedFilterList_Dependent,
132868                   0,
132869               };
132870               
132871               static const char*
132872               __root_cimv2_CIM_HostedFilterList_qualifiers[] =
132873               {
132874                   /* ASSOCIATION */
132875                   "\000\001",
132876                   /* UMLPackagePath */
132877                   "\057CIM::Network::Filtering",
132878                   /* Version */
132879                   "\0632.7.0",
132880                   0,
132881               };
132882               
132883               MetaClass
132884               __root_cimv2_CIM_HostedFilterList =
132885               {
132886                   /* flags */
132887 mike  1.1.2.1     META_FLAG_ASSOCIATION,
132888                   /* name */
132889                   "CIM_HostedFilterList",
132890                   /* qualifiers */
132891                   __root_cimv2_CIM_HostedFilterList_qualifiers,
132892                   /* super */
132893                   &__root_cimv2_CIM_HostedDependency,
132894                   /* features */
132895                   _CIM_HostedFilterList_features,
132896               };
132897               
132898               //==============================================================================
132899               //
132900               // Class: CIM_HostedJobDestination
132901               //
132902               //==============================================================================
132903               
132904               static const char*
132905               _CIM_HostedJobDestination_Antecedent_qualifiers[] =
132906               {
132907                   /* Override */
132908 mike  1.1.2.1     "\044Antecedent",
132909                   /* Min */
132910                   "\033\000\000\000\001",
132911                   /* Max */
132912                   "\027\000\000\000\001",
132913                   0,
132914               };
132915               
132916               static MetaReference
132917               _CIM_HostedJobDestination_Antecedent =
132918               {
132919                   /* flags */
132920                   META_FLAG_REFERENCE|META_FLAG_READ,
132921                   /* name */
132922                   "Antecedent",
132923                   /* qualifiers */
132924                   _CIM_HostedJobDestination_Antecedent_qualifiers,
132925                   /* subscript */
132926                   -1,
132927                   /* refId */
132928                   &__root_cimv2_CIM_System,
132929 mike  1.1.2.1 };
132930               
132931               static const char*
132932               _CIM_HostedJobDestination_Dependent_qualifiers[] =
132933               {
132934                   /* Override */
132935                   "\044Dependent",
132936                   /* Weak */
132937                   "\064\001",
132938                   0,
132939               };
132940               
132941               static MetaReference
132942               _CIM_HostedJobDestination_Dependent =
132943               {
132944                   /* flags */
132945                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132946                   /* name */
132947                   "Dependent",
132948                   /* qualifiers */
132949                   _CIM_HostedJobDestination_Dependent_qualifiers,
132950 mike  1.1.2.1     /* subscript */
132951                   -1,
132952                   /* refId */
132953                   &__root_cimv2_CIM_JobDestination,
132954               };
132955               
132956               static MetaFeature*
132957               _CIM_HostedJobDestination_features[] =
132958               {
132959                   (MetaFeature*)&_CIM_HostedJobDestination_Antecedent,
132960                   (MetaFeature*)&_CIM_HostedJobDestination_Dependent,
132961                   0,
132962               };
132963               
132964               static const char*
132965               __root_cimv2_CIM_HostedJobDestination_qualifiers[] =
132966               {
132967                   /* ASSOCIATION */
132968                   "\000\001",
132969                   /* UMLPackagePath */
132970                   "\057CIM::System::Processing",
132971 mike  1.1.2.1     /* Version */
132972                   "\0632.8.0",
132973                   0,
132974               };
132975               
132976               MetaClass
132977               __root_cimv2_CIM_HostedJobDestination =
132978               {
132979                   /* flags */
132980                   META_FLAG_ASSOCIATION,
132981                   /* name */
132982                   "CIM_HostedJobDestination",
132983                   /* qualifiers */
132984                   __root_cimv2_CIM_HostedJobDestination_qualifiers,
132985                   /* super */
132986                   &__root_cimv2_CIM_HostedDependency,
132987                   /* features */
132988                   _CIM_HostedJobDestination_features,
132989               };
132990               
132991               //==============================================================================
132992 mike  1.1.2.1 //
132993               // Class: CIM_HostedRoute
132994               //
132995               //==============================================================================
132996               
132997               static const char*
132998               _CIM_HostedRoute_Antecedent_qualifiers[] =
132999               {
133000                   /* Override */
133001                   "\044Antecedent",
133002                   /* Min */
133003                   "\033\000\000\000\001",
133004                   /* Max */
133005                   "\027\000\000\000\001",
133006                   0,
133007               };
133008               
133009               static MetaReference
133010               _CIM_HostedRoute_Antecedent =
133011               {
133012                   /* flags */
133013 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
133014                   /* name */
133015                   "Antecedent",
133016                   /* qualifiers */
133017                   _CIM_HostedRoute_Antecedent_qualifiers,
133018                   /* subscript */
133019                   -1,
133020                   /* refId */
133021                   &__root_cimv2_CIM_System,
133022               };
133023               
133024               static const char*
133025               _CIM_HostedRoute_Dependent_qualifiers[] =
133026               {
133027                   /* Override */
133028                   "\044Dependent",
133029                   0,
133030               };
133031               
133032               static MetaReference
133033               _CIM_HostedRoute_Dependent =
133034 mike  1.1.2.1 {
133035                   /* flags */
133036                   META_FLAG_REFERENCE|META_FLAG_READ,
133037                   /* name */
133038                   "Dependent",
133039                   /* qualifiers */
133040                   _CIM_HostedRoute_Dependent_qualifiers,
133041                   /* subscript */
133042                   -1,
133043                   /* refId */
133044                   &__root_cimv2_CIM_NextHopRoute,
133045               };
133046               
133047               static MetaFeature*
133048               _CIM_HostedRoute_features[] =
133049               {
133050                   (MetaFeature*)&_CIM_HostedRoute_Antecedent,
133051                   (MetaFeature*)&_CIM_HostedRoute_Dependent,
133052                   0,
133053               };
133054               
133055 mike  1.1.2.1 static const char*
133056               __root_cimv2_CIM_HostedRoute_qualifiers[] =
133057               {
133058                   /* ASSOCIATION */
133059                   "\000\001",
133060                   /* UMLPackagePath */
133061                   "\057CIM::Network::Routes",
133062                   /* Version */
133063                   "\0632.7.0",
133064                   0,
133065               };
133066               
133067               MetaClass
133068               __root_cimv2_CIM_HostedRoute =
133069               {
133070                   /* flags */
133071                   META_FLAG_ASSOCIATION,
133072                   /* name */
133073                   "CIM_HostedRoute",
133074                   /* qualifiers */
133075                   __root_cimv2_CIM_HostedRoute_qualifiers,
133076 mike  1.1.2.1     /* super */
133077                   &__root_cimv2_CIM_HostedDependency,
133078                   /* features */
133079                   _CIM_HostedRoute_features,
133080               };
133081               
133082               //==============================================================================
133083               //
133084               // Class: CIM_HostedRoutingPolicy
133085               //
133086               //==============================================================================
133087               
133088               static const char*
133089               _CIM_HostedRoutingPolicy_Antecedent_qualifiers[] =
133090               {
133091                   /* Override */
133092                   "\044Antecedent",
133093                   /* Min */
133094                   "\033\000\000\000\001",
133095                   /* Max */
133096                   "\027\000\000\000\001",
133097 mike  1.1.2.1     0,
133098               };
133099               
133100               static MetaReference
133101               _CIM_HostedRoutingPolicy_Antecedent =
133102               {
133103                   /* flags */
133104                   META_FLAG_REFERENCE|META_FLAG_READ,
133105                   /* name */
133106                   "Antecedent",
133107                   /* qualifiers */
133108                   _CIM_HostedRoutingPolicy_Antecedent_qualifiers,
133109                   /* subscript */
133110                   -1,
133111                   /* refId */
133112                   &__root_cimv2_CIM_ComputerSystem,
133113               };
133114               
133115               static const char*
133116               _CIM_HostedRoutingPolicy_Dependent_qualifiers[] =
133117               {
133118 mike  1.1.2.1     /* Override */
133119                   "\044Dependent",
133120                   /* Weak */
133121                   "\064\001",
133122                   0,
133123               };
133124               
133125               static MetaReference
133126               _CIM_HostedRoutingPolicy_Dependent =
133127               {
133128                   /* flags */
133129                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133130                   /* name */
133131                   "Dependent",
133132                   /* qualifiers */
133133                   _CIM_HostedRoutingPolicy_Dependent_qualifiers,
133134                   /* subscript */
133135                   -1,
133136                   /* refId */
133137                   &__root_cimv2_CIM_RoutingPolicy,
133138               };
133139 mike  1.1.2.1 
133140               static MetaFeature*
133141               _CIM_HostedRoutingPolicy_features[] =
133142               {
133143                   (MetaFeature*)&_CIM_HostedRoutingPolicy_Antecedent,
133144                   (MetaFeature*)&_CIM_HostedRoutingPolicy_Dependent,
133145                   0,
133146               };
133147               
133148               static const char*
133149               __root_cimv2_CIM_HostedRoutingPolicy_qualifiers[] =
133150               {
133151                   /* ASSOCIATION */
133152                   "\000\001",
133153                   /* UMLPackagePath */
133154                   "\057CIM::Network::RoutingForwarding",
133155                   /* Version */
133156                   "\0632.6.0",
133157                   0,
133158               };
133159               
133160 mike  1.1.2.1 MetaClass
133161               __root_cimv2_CIM_HostedRoutingPolicy =
133162               {
133163                   /* flags */
133164                   META_FLAG_ASSOCIATION,
133165                   /* name */
133166                   "CIM_HostedRoutingPolicy",
133167                   /* qualifiers */
133168                   __root_cimv2_CIM_HostedRoutingPolicy_qualifiers,
133169                   /* super */
133170                   &__root_cimv2_CIM_HostedDependency,
133171                   /* features */
133172                   _CIM_HostedRoutingPolicy_features,
133173               };
133174               
133175               //==============================================================================
133176               //
133177               // Class: CIM_HostedService
133178               //
133179               //==============================================================================
133180               
133181 mike  1.1.2.1 static const char*
133182               _CIM_HostedService_Antecedent_qualifiers[] =
133183               {
133184                   /* Override */
133185                   "\044Antecedent",
133186                   /* Min */
133187                   "\033\000\000\000\001",
133188                   /* Max */
133189                   "\027\000\000\000\001",
133190                   0,
133191               };
133192               
133193               static MetaReference
133194               _CIM_HostedService_Antecedent =
133195               {
133196                   /* flags */
133197                   META_FLAG_REFERENCE|META_FLAG_READ,
133198                   /* name */
133199                   "Antecedent",
133200                   /* qualifiers */
133201                   _CIM_HostedService_Antecedent_qualifiers,
133202 mike  1.1.2.1     /* subscript */
133203                   -1,
133204                   /* refId */
133205                   &__root_cimv2_CIM_System,
133206               };
133207               
133208               static const char*
133209               _CIM_HostedService_Dependent_qualifiers[] =
133210               {
133211                   /* Override */
133212                   "\044Dependent",
133213                   /* Weak */
133214                   "\064\001",
133215                   0,
133216               };
133217               
133218               static MetaReference
133219               _CIM_HostedService_Dependent =
133220               {
133221                   /* flags */
133222                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133223 mike  1.1.2.1     /* name */
133224                   "Dependent",
133225                   /* qualifiers */
133226                   _CIM_HostedService_Dependent_qualifiers,
133227                   /* subscript */
133228                   -1,
133229                   /* refId */
133230                   &__root_cimv2_CIM_Service,
133231               };
133232               
133233               static MetaFeature*
133234               _CIM_HostedService_features[] =
133235               {
133236                   (MetaFeature*)&_CIM_HostedService_Antecedent,
133237                   (MetaFeature*)&_CIM_HostedService_Dependent,
133238                   0,
133239               };
133240               
133241               static const char*
133242               __root_cimv2_CIM_HostedService_qualifiers[] =
133243               {
133244 mike  1.1.2.1     /* ASSOCIATION */
133245                   "\000\001",
133246                   /* UMLPackagePath */
133247                   "\057CIM::Core::Service",
133248                   /* Version */
133249                   "\0632.10.0",
133250                   0,
133251               };
133252               
133253               MetaClass
133254               __root_cimv2_CIM_HostedService =
133255               {
133256                   /* flags */
133257                   META_FLAG_ASSOCIATION,
133258                   /* name */
133259                   "CIM_HostedService",
133260                   /* qualifiers */
133261                   __root_cimv2_CIM_HostedService_qualifiers,
133262                   /* super */
133263                   &__root_cimv2_CIM_HostedDependency,
133264                   /* features */
133265 mike  1.1.2.1     _CIM_HostedService_features,
133266               };
133267               
133268               //==============================================================================
133269               //
133270               // Class: CIM_HostedStoragePool
133271               //
133272               //==============================================================================
133273               
133274               static const char*
133275               _CIM_HostedStoragePool_GroupComponent_qualifiers[] =
133276               {
133277                   /* Aggregate */
133278                   "\003\001",
133279                   /* Override */
133280                   "\044GroupComponent",
133281                   /* Min */
133282                   "\033\000\000\000\001",
133283                   /* Max */
133284                   "\027\000\000\000\001",
133285                   0,
133286 mike  1.1.2.1 };
133287               
133288               static MetaReference
133289               _CIM_HostedStoragePool_GroupComponent =
133290               {
133291                   /* flags */
133292                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133293                   /* name */
133294                   "GroupComponent",
133295                   /* qualifiers */
133296                   _CIM_HostedStoragePool_GroupComponent_qualifiers,
133297                   /* subscript */
133298                   -1,
133299                   /* refId */
133300                   &__root_cimv2_CIM_System,
133301               };
133302               
133303               static const char*
133304               _CIM_HostedStoragePool_PartComponent_qualifiers[] =
133305               {
133306                   /* Override */
133307 mike  1.1.2.1     "\044PartComponent",
133308                   0,
133309               };
133310               
133311               static MetaReference
133312               _CIM_HostedStoragePool_PartComponent =
133313               {
133314                   /* flags */
133315                   META_FLAG_REFERENCE|META_FLAG_READ,
133316                   /* name */
133317                   "PartComponent",
133318                   /* qualifiers */
133319                   _CIM_HostedStoragePool_PartComponent_qualifiers,
133320                   /* subscript */
133321                   -1,
133322                   /* refId */
133323                   &__root_cimv2_CIM_StoragePool,
133324               };
133325               
133326               static MetaFeature*
133327               _CIM_HostedStoragePool_features[] =
133328 mike  1.1.2.1 {
133329                   (MetaFeature*)&_CIM_HostedStoragePool_GroupComponent,
133330                   (MetaFeature*)&_CIM_HostedStoragePool_PartComponent,
133331                   0,
133332               };
133333               
133334               static const char*
133335               __root_cimv2_CIM_HostedStoragePool_qualifiers[] =
133336               {
133337                   /* ASSOCIATION */
133338                   "\000\001",
133339                   /* UMLPackagePath */
133340                   "\057CIM::Device::StorageServices",
133341                   /* Aggregation */
133342                   "\004\001",
133343                   /* Composition */
133344                   "\011\001",
133345                   /* Version */
133346                   "\0632.7.0",
133347                   0,
133348               };
133349 mike  1.1.2.1 
133350               MetaClass
133351               __root_cimv2_CIM_HostedStoragePool =
133352               {
133353                   /* flags */
133354                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133355                   /* name */
133356                   "CIM_HostedStoragePool",
133357                   /* qualifiers */
133358                   __root_cimv2_CIM_HostedStoragePool_qualifiers,
133359                   /* super */
133360                   &__root_cimv2_CIM_SystemComponent,
133361                   /* features */
133362                   _CIM_HostedStoragePool_features,
133363               };
133364               
133365               //==============================================================================
133366               //
133367               // Class: CIM_IBSubnetManager
133368               //
133369               //==============================================================================
133370 mike  1.1.2.1 
133371               static const char*
133372               _CIM_IBSubnetManager_Priority_qualifiers[] =
133373               {
133374                   /* Write */
133375                   "\065\001",
133376                   /* MappingStrings */
133377                   "\026\000\001MAD.IBTA | SMInfo | Priority\000",
133378                   0,
133379               };
133380               
133381               static MetaProperty
133382               _CIM_IBSubnetManager_Priority =
133383               {
133384                   /* flags */
133385                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
133386                   /* name */
133387                   "Priority",
133388                   /* qualifiers */
133389                   _CIM_IBSubnetManager_Priority_qualifiers,
133390                   /* type */
133391 mike  1.1.2.1     CIMTYPE_UINT8,
133392                   /* subscript */
133393                   -1,
133394                   /* value */
133395                   0,
133396               };
133397               
133398               static const char*
133399               _CIM_IBSubnetManager_State_qualifiers[] =
133400               {
133401                   /* ValueMap */
133402                   "\061\000\0050\0001\0002\0003\0004\000",
133403                   /* Values */
133404                   "\062\000\005Unknown\000Not Active\000Discovering\000Standby\000Master\000",
133405                   /* MappingStrings */
133406                   "\026\000\001MAD.IBTA | SMInfo | SMState\000",
133407                   0,
133408               };
133409               
133410               static MetaProperty
133411               _CIM_IBSubnetManager_State =
133412 mike  1.1.2.1 {
133413                   /* flags */
133414                   META_FLAG_PROPERTY|META_FLAG_READ,
133415                   /* name */
133416                   "State",
133417                   /* qualifiers */
133418                   _CIM_IBSubnetManager_State_qualifiers,
133419                   /* type */
133420                   CIMTYPE_UINT16,
133421                   /* subscript */
133422                   -1,
133423                   /* value */
133424                   0,
133425               };
133426               
133427               static MetaFeature*
133428               _CIM_IBSubnetManager_features[] =
133429               {
133430                   (MetaFeature*)&_CIM_IBSubnetManager_Priority,
133431                   (MetaFeature*)&_CIM_IBSubnetManager_State,
133432                   0,
133433 mike  1.1.2.1 };
133434               
133435               static const char*
133436               __root_cimv2_CIM_IBSubnetManager_qualifiers[] =
133437               {
133438                   /* UMLPackagePath */
133439                   "\057CIM::Device::IB",
133440                   /* Version */
133441                   "\0632.7.0",
133442                   0,
133443               };
133444               
133445               MetaClass
133446               __root_cimv2_CIM_IBSubnetManager =
133447               {
133448                   /* flags */
133449                   META_FLAG_CLASS,
133450                   /* name */
133451                   "CIM_IBSubnetManager",
133452                   /* qualifiers */
133453                   __root_cimv2_CIM_IBSubnetManager_qualifiers,
133454 mike  1.1.2.1     /* super */
133455                   &__root_cimv2_CIM_Service,
133456                   /* features */
133457                   _CIM_IBSubnetManager_features,
133458               };
133459               
133460               //==============================================================================
133461               //
133462               // Class: CIM_IDEController
133463               //
133464               //==============================================================================
133465               
133466               static MetaFeature*
133467               _CIM_IDEController_features[] =
133468               {
133469                   0,
133470               };
133471               
133472               static const char*
133473               __root_cimv2_CIM_IDEController_qualifiers[] =
133474               {
133475 mike  1.1.2.1     /* UMLPackagePath */
133476                   "\057CIM::Device::Controller",
133477                   /* Version */
133478                   "\0632.6.0",
133479                   0,
133480               };
133481               
133482               MetaClass
133483               __root_cimv2_CIM_IDEController =
133484               {
133485                   /* flags */
133486                   META_FLAG_CLASS,
133487                   /* name */
133488                   "CIM_IDEController",
133489                   /* qualifiers */
133490                   __root_cimv2_CIM_IDEController_qualifiers,
133491                   /* super */
133492                   &__root_cimv2_CIM_Controller,
133493                   /* features */
133494                   _CIM_IDEController_features,
133495               };
133496 mike  1.1.2.1 
133497               //==============================================================================
133498               //
133499               // Class: CIM_IdentificationOfManagedSystem
133500               //
133501               //==============================================================================
133502               
133503               static const char*
133504               _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers[] =
133505               {
133506                   /* Override */
133507                   "\044Antecedent",
133508                   /* Max */
133509                   "\027\000\000\000\001",
133510                   0,
133511               };
133512               
133513               static MetaReference
133514               _CIM_IdentificationOfManagedSystem_Antecedent =
133515               {
133516                   /* flags */
133517 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
133518                   /* name */
133519                   "Antecedent",
133520                   /* qualifiers */
133521                   _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers,
133522                   /* subscript */
133523                   -1,
133524                   /* refId */
133525                   &__root_cimv2_CIM_System,
133526               };
133527               
133528               static const char*
133529               _CIM_IdentificationOfManagedSystem_Dependent_qualifiers[] =
133530               {
133531                   /* Override */
133532                   "\044Dependent",
133533                   /* Max */
133534                   "\027\000\000\000\001",
133535                   0,
133536               };
133537               
133538 mike  1.1.2.1 static MetaReference
133539               _CIM_IdentificationOfManagedSystem_Dependent =
133540               {
133541                   /* flags */
133542                   META_FLAG_REFERENCE|META_FLAG_READ,
133543                   /* name */
133544                   "Dependent",
133545                   /* qualifiers */
133546                   _CIM_IdentificationOfManagedSystem_Dependent_qualifiers,
133547                   /* subscript */
133548                   -1,
133549                   /* refId */
133550                   &__root_cimv2_CIM_SystemIdentification,
133551               };
133552               
133553               static MetaFeature*
133554               _CIM_IdentificationOfManagedSystem_features[] =
133555               {
133556                   (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Antecedent,
133557                   (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Dependent,
133558                   0,
133559 mike  1.1.2.1 };
133560               
133561               static const char*
133562               __root_cimv2_CIM_IdentificationOfManagedSystem_qualifiers[] =
133563               {
133564                   /* ASSOCIATION */
133565                   "\000\001",
133566                   /* UMLPackagePath */
133567                   "\057CIM::Interop",
133568                   /* Version */
133569                   "\0632.6.0",
133570                   0,
133571               };
133572               
133573               MetaClass
133574               __root_cimv2_CIM_IdentificationOfManagedSystem =
133575               {
133576                   /* flags */
133577                   META_FLAG_ASSOCIATION,
133578                   /* name */
133579                   "CIM_IdentificationOfManagedSystem",
133580 mike  1.1.2.1     /* qualifiers */
133581                   __root_cimv2_CIM_IdentificationOfManagedSystem_qualifiers,
133582                   /* super */
133583                   &__root_cimv2_CIM_Dependency,
133584                   /* features */
133585                   _CIM_IdentificationOfManagedSystem_features,
133586               };
133587               
133588               //==============================================================================
133589               //
133590               // Class: CIM_InBGPPeerGroup
133591               //
133592               //==============================================================================
133593               
133594               static const char*
133595               _CIM_InBGPPeerGroup_Collection_qualifiers[] =
133596               {
133597                   /* Aggregate */
133598                   "\003\001",
133599                   /* Override */
133600                   "\044Collection",
133601 mike  1.1.2.1     /* Max */
133602                   "\027\000\000\000\001",
133603                   0,
133604               };
133605               
133606               static MetaReference
133607               _CIM_InBGPPeerGroup_Collection =
133608               {
133609                   /* flags */
133610                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133611                   /* name */
133612                   "Collection",
133613                   /* qualifiers */
133614                   _CIM_InBGPPeerGroup_Collection_qualifiers,
133615                   /* subscript */
133616                   -1,
133617                   /* refId */
133618                   &__root_cimv2_CIM_BGPPeerGroup,
133619               };
133620               
133621               static const char*
133622 mike  1.1.2.1 _CIM_InBGPPeerGroup_Member_qualifiers[] =
133623               {
133624                   /* Override */
133625                   "\044Member",
133626                   /* Min */
133627                   "\033\000\000\000\002",
133628                   0,
133629               };
133630               
133631               static MetaReference
133632               _CIM_InBGPPeerGroup_Member =
133633               {
133634                   /* flags */
133635                   META_FLAG_REFERENCE|META_FLAG_READ,
133636                   /* name */
133637                   "Member",
133638                   /* qualifiers */
133639                   _CIM_InBGPPeerGroup_Member_qualifiers,
133640                   /* subscript */
133641                   -1,
133642                   /* refId */
133643 mike  1.1.2.1     &__root_cimv2_CIM_ComputerSystem,
133644               };
133645               
133646               static MetaFeature*
133647               _CIM_InBGPPeerGroup_features[] =
133648               {
133649                   (MetaFeature*)&_CIM_InBGPPeerGroup_Collection,
133650                   (MetaFeature*)&_CIM_InBGPPeerGroup_Member,
133651                   0,
133652               };
133653               
133654               static const char*
133655               __root_cimv2_CIM_InBGPPeerGroup_qualifiers[] =
133656               {
133657                   /* ASSOCIATION */
133658                   "\000\001",
133659                   /* UMLPackagePath */
133660                   "\057CIM::Network::BGP",
133661                   /* Aggregation */
133662                   "\004\001",
133663                   /* Version */
133664 mike  1.1.2.1     "\0632.6.0",
133665                   0,
133666               };
133667               
133668               MetaClass
133669               __root_cimv2_CIM_InBGPPeerGroup =
133670               {
133671                   /* flags */
133672                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133673                   /* name */
133674                   "CIM_InBGPPeerGroup",
133675                   /* qualifiers */
133676                   __root_cimv2_CIM_InBGPPeerGroup_qualifiers,
133677                   /* super */
133678                   &__root_cimv2_CIM_CollectedMSEs,
133679                   /* features */
133680                   _CIM_InBGPPeerGroup_features,
133681               };
133682               
133683               //==============================================================================
133684               //
133685 mike  1.1.2.1 // Class: CIM_InfraredController
133686               //
133687               //==============================================================================
133688               
133689               static MetaFeature*
133690               _CIM_InfraredController_features[] =
133691               {
133692                   0,
133693               };
133694               
133695               static const char*
133696               __root_cimv2_CIM_InfraredController_qualifiers[] =
133697               {
133698                   /* UMLPackagePath */
133699                   "\057CIM::Device::Controller",
133700                   /* Version */
133701                   "\0632.6.0",
133702                   0,
133703               };
133704               
133705               MetaClass
133706 mike  1.1.2.1 __root_cimv2_CIM_InfraredController =
133707               {
133708                   /* flags */
133709                   META_FLAG_CLASS,
133710                   /* name */
133711                   "CIM_InfraredController",
133712                   /* qualifiers */
133713                   __root_cimv2_CIM_InfraredController_qualifiers,
133714                   /* super */
133715                   &__root_cimv2_CIM_Controller,
133716                   /* features */
133717                   _CIM_InfraredController_features,
133718               };
133719               
133720               //==============================================================================
133721               //
133722               // Class: CIM_InstalledOS
133723               //
133724               //==============================================================================
133725               
133726               static const char*
133727 mike  1.1.2.1 _CIM_InstalledOS_GroupComponent_qualifiers[] =
133728               {
133729                   /* Aggregate */
133730                   "\003\001",
133731                   /* Override */
133732                   "\044GroupComponent",
133733                   /* Min */
133734                   "\033\000\000\000\001",
133735                   /* Max */
133736                   "\027\000\000\000\001",
133737                   0,
133738               };
133739               
133740               static MetaReference
133741               _CIM_InstalledOS_GroupComponent =
133742               {
133743                   /* flags */
133744                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133745                   /* name */
133746                   "GroupComponent",
133747                   /* qualifiers */
133748 mike  1.1.2.1     _CIM_InstalledOS_GroupComponent_qualifiers,
133749                   /* subscript */
133750                   -1,
133751                   /* refId */
133752                   &__root_cimv2_CIM_ComputerSystem,
133753               };
133754               
133755               static const char*
133756               _CIM_InstalledOS_PartComponent_qualifiers[] =
133757               {
133758                   /* Override */
133759                   "\044PartComponent",
133760                   /* Weak */
133761                   "\064\001",
133762                   0,
133763               };
133764               
133765               static MetaReference
133766               _CIM_InstalledOS_PartComponent =
133767               {
133768                   /* flags */
133769 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133770                   /* name */
133771                   "PartComponent",
133772                   /* qualifiers */
133773                   _CIM_InstalledOS_PartComponent_qualifiers,
133774                   /* subscript */
133775                   -1,
133776                   /* refId */
133777                   &__root_cimv2_CIM_OperatingSystem,
133778               };
133779               
133780               static const char*
133781               _CIM_InstalledOS_PrimaryOS_qualifiers[] =
133782               {
133783                   /* MappingStrings */
133784                   "\026\000\001MIF.DMTF|Operating System|001.4\000",
133785                   0,
133786               };
133787               
133788               static MetaProperty
133789               _CIM_InstalledOS_PrimaryOS =
133790 mike  1.1.2.1 {
133791                   /* flags */
133792                   META_FLAG_PROPERTY|META_FLAG_READ,
133793                   /* name */
133794                   "PrimaryOS",
133795                   /* qualifiers */
133796                   _CIM_InstalledOS_PrimaryOS_qualifiers,
133797                   /* type */
133798                   CIMTYPE_BOOLEAN,
133799                   /* subscript */
133800                   -1,
133801                   /* value */
133802                   0,
133803               };
133804               
133805               static MetaFeature*
133806               _CIM_InstalledOS_features[] =
133807               {
133808                   (MetaFeature*)&_CIM_InstalledOS_GroupComponent,
133809                   (MetaFeature*)&_CIM_InstalledOS_PartComponent,
133810                   (MetaFeature*)&_CIM_InstalledOS_PrimaryOS,
133811 mike  1.1.2.1     0,
133812               };
133813               
133814               static const char*
133815               __root_cimv2_CIM_InstalledOS_qualifiers[] =
133816               {
133817                   /* ASSOCIATION */
133818                   "\000\001",
133819                   /* UMLPackagePath */
133820                   "\057CIM::System::OperatingSystem",
133821                   /* Aggregation */
133822                   "\004\001",
133823                   /* Composition */
133824                   "\011\001",
133825                   /* Version */
133826                   "\0632.7.0",
133827                   0,
133828               };
133829               
133830               MetaClass
133831               __root_cimv2_CIM_InstalledOS =
133832 mike  1.1.2.1 {
133833                   /* flags */
133834                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133835                   /* name */
133836                   "CIM_InstalledOS",
133837                   /* qualifiers */
133838                   __root_cimv2_CIM_InstalledOS_qualifiers,
133839                   /* super */
133840                   &__root_cimv2_CIM_SystemComponent,
133841                   /* features */
133842                   _CIM_InstalledOS_features,
133843               };
133844               
133845               //==============================================================================
133846               //
133847               // Class: CIM_InstalledSoftwareElement
133848               //
133849               //==============================================================================
133850               
133851               static const char*
133852               _CIM_InstalledSoftwareElement_Software_qualifiers[] =
133853 mike  1.1.2.1 {
133854                   /* Key */
133855                   "\025\001",
133856                   0,
133857               };
133858               
133859               static MetaReference
133860               _CIM_InstalledSoftwareElement_Software =
133861               {
133862                   /* flags */
133863                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133864                   /* name */
133865                   "Software",
133866                   /* qualifiers */
133867                   _CIM_InstalledSoftwareElement_Software_qualifiers,
133868                   /* subscript */
133869                   -1,
133870                   /* refId */
133871                   &__root_cimv2_CIM_SoftwareElement,
133872               };
133873               
133874 mike  1.1.2.1 static const char*
133875               _CIM_InstalledSoftwareElement_System_qualifiers[] =
133876               {
133877                   /* Key */
133878                   "\025\001",
133879                   /* Max */
133880                   "\027\000\000\000\001",
133881                   0,
133882               };
133883               
133884               static MetaReference
133885               _CIM_InstalledSoftwareElement_System =
133886               {
133887                   /* flags */
133888                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133889                   /* name */
133890                   "System",
133891                   /* qualifiers */
133892                   _CIM_InstalledSoftwareElement_System_qualifiers,
133893                   /* subscript */
133894                   -1,
133895 mike  1.1.2.1     /* refId */
133896                   &__root_cimv2_CIM_ComputerSystem,
133897               };
133898               
133899               static MetaFeature*
133900               _CIM_InstalledSoftwareElement_features[] =
133901               {
133902                   (MetaFeature*)&_CIM_InstalledSoftwareElement_Software,
133903                   (MetaFeature*)&_CIM_InstalledSoftwareElement_System,
133904                   0,
133905               };
133906               
133907               static const char*
133908               __root_cimv2_CIM_InstalledSoftwareElement_qualifiers[] =
133909               {
133910                   /* ASSOCIATION */
133911                   "\000\001",
133912                   /* UMLPackagePath */
133913                   "\057CIM::Application::SystemSoftware",
133914                   /* Version */
133915                   "\0632.6.0",
133916 mike  1.1.2.1     0,
133917               };
133918               
133919               MetaClass
133920               __root_cimv2_CIM_InstalledSoftwareElement =
133921               {
133922                   /* flags */
133923                   META_FLAG_ASSOCIATION,
133924                   /* name */
133925                   "CIM_InstalledSoftwareElement",
133926                   /* qualifiers */
133927                   __root_cimv2_CIM_InstalledSoftwareElement_qualifiers,
133928                   /* super */
133929                   0,
133930                   /* features */
133931                   _CIM_InstalledSoftwareElement_features,
133932               };
133933               
133934               //==============================================================================
133935               //
133936               // Class: CIM_InstalledSoftwareIdentity
133937 mike  1.1.2.1 //
133938               //==============================================================================
133939               
133940               static const char*
133941               _CIM_InstalledSoftwareIdentity_System_qualifiers[] =
133942               {
133943                   /* Key */
133944                   "\025\001",
133945                   0,
133946               };
133947               
133948               static MetaReference
133949               _CIM_InstalledSoftwareIdentity_System =
133950               {
133951                   /* flags */
133952                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133953                   /* name */
133954                   "System",
133955                   /* qualifiers */
133956                   _CIM_InstalledSoftwareIdentity_System_qualifiers,
133957                   /* subscript */
133958 mike  1.1.2.1     -1,
133959                   /* refId */
133960                   &__root_cimv2_CIM_System,
133961               };
133962               
133963               static const char*
133964               _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers[] =
133965               {
133966                   /* Key */
133967                   "\025\001",
133968                   0,
133969               };
133970               
133971               static MetaReference
133972               _CIM_InstalledSoftwareIdentity_InstalledSoftware =
133973               {
133974                   /* flags */
133975                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133976                   /* name */
133977                   "InstalledSoftware",
133978                   /* qualifiers */
133979 mike  1.1.2.1     _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers,
133980                   /* subscript */
133981                   -1,
133982                   /* refId */
133983                   &__root_cimv2_CIM_SoftwareIdentity,
133984               };
133985               
133986               static MetaFeature*
133987               _CIM_InstalledSoftwareIdentity_features[] =
133988               {
133989                   (MetaFeature*)&_CIM_InstalledSoftwareIdentity_System,
133990                   (MetaFeature*)&_CIM_InstalledSoftwareIdentity_InstalledSoftware,
133991                   0,
133992               };
133993               
133994               static const char*
133995               __root_cimv2_CIM_InstalledSoftwareIdentity_qualifiers[] =
133996               {
133997                   /* ASSOCIATION */
133998                   "\000\001",
133999                   /* UMLPackagePath */
134000 mike  1.1.2.1     "\057CIM::Core::Software",
134001                   /* Version */
134002                   "\0632.8.0",
134003                   0,
134004               };
134005               
134006               MetaClass
134007               __root_cimv2_CIM_InstalledSoftwareIdentity =
134008               {
134009                   /* flags */
134010                   META_FLAG_ASSOCIATION,
134011                   /* name */
134012                   "CIM_InstalledSoftwareIdentity",
134013                   /* qualifiers */
134014                   __root_cimv2_CIM_InstalledSoftwareIdentity_qualifiers,
134015                   /* super */
134016                   0,
134017                   /* features */
134018                   _CIM_InstalledSoftwareIdentity_features,
134019               };
134020               
134021 mike  1.1.2.1 //==============================================================================
134022               //
134023               // Class: CIM_InterLibraryPort
134024               //
134025               //==============================================================================
134026               
134027               static const char*
134028               _CIM_InterLibraryPort_LastAccessed_qualifiers[] =
134029               {
134030                   0,
134031               };
134032               
134033               static MetaProperty
134034               _CIM_InterLibraryPort_LastAccessed =
134035               {
134036                   /* flags */
134037                   META_FLAG_PROPERTY|META_FLAG_READ,
134038                   /* name */
134039                   "LastAccessed",
134040                   /* qualifiers */
134041                   _CIM_InterLibraryPort_LastAccessed_qualifiers,
134042 mike  1.1.2.1     /* type */
134043                   CIMTYPE_DATETIME,
134044                   /* subscript */
134045                   -1,
134046                   /* value */
134047                   0,
134048               };
134049               
134050               static const char*
134051               _CIM_InterLibraryPort_ImportCount_qualifiers[] =
134052               {
134053                   /* Counter */
134054                   "\012\001",
134055                   0,
134056               };
134057               
134058               static MetaProperty
134059               _CIM_InterLibraryPort_ImportCount =
134060               {
134061                   /* flags */
134062                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
134063 mike  1.1.2.1     /* name */
134064                   "ImportCount",
134065                   /* qualifiers */
134066                   _CIM_InterLibraryPort_ImportCount_qualifiers,
134067                   /* type */
134068                   CIMTYPE_UINT64,
134069                   /* subscript */
134070                   -1,
134071                   /* value */
134072                   0,
134073               };
134074               
134075               static const char*
134076               _CIM_InterLibraryPort_ExportCount_qualifiers[] =
134077               {
134078                   /* Counter */
134079                   "\012\001",
134080                   0,
134081               };
134082               
134083               static MetaProperty
134084 mike  1.1.2.1 _CIM_InterLibraryPort_ExportCount =
134085               {
134086                   /* flags */
134087                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
134088                   /* name */
134089                   "ExportCount",
134090                   /* qualifiers */
134091                   _CIM_InterLibraryPort_ExportCount_qualifiers,
134092                   /* type */
134093                   CIMTYPE_UINT64,
134094                   /* subscript */
134095                   -1,
134096                   /* value */
134097                   0,
134098               };
134099               
134100               static const char*
134101               _CIM_InterLibraryPort_Direction_qualifiers[] =
134102               {
134103                   /* ValueMap */
134104                   "\061\000\0040\0001\0002\0003\000",
134105 mike  1.1.2.1     /* Values */
134106                   "\062\000\004Unknown\000Import\000Export\000Both Import and Export\000",
134107                   0,
134108               };
134109               
134110               static MetaProperty
134111               _CIM_InterLibraryPort_Direction =
134112               {
134113                   /* flags */
134114                   META_FLAG_PROPERTY|META_FLAG_READ,
134115                   /* name */
134116                   "Direction",
134117                   /* qualifiers */
134118                   _CIM_InterLibraryPort_Direction_qualifiers,
134119                   /* type */
134120                   CIMTYPE_UINT16,
134121                   /* subscript */
134122                   -1,
134123                   /* value */
134124                   0,
134125               };
134126 mike  1.1.2.1 
134127               static MetaFeature*
134128               _CIM_InterLibraryPort_features[] =
134129               {
134130                   (MetaFeature*)&_CIM_InterLibraryPort_LastAccessed,
134131                   (MetaFeature*)&_CIM_InterLibraryPort_ImportCount,
134132                   (MetaFeature*)&_CIM_InterLibraryPort_ExportCount,
134133                   (MetaFeature*)&_CIM_InterLibraryPort_Direction,
134134                   0,
134135               };
134136               
134137               static const char*
134138               __root_cimv2_CIM_InterLibraryPort_qualifiers[] =
134139               {
134140                   /* UMLPackagePath */
134141                   "\057CIM::Device::StorageLib",
134142                   /* Version */
134143                   "\0632.6.0",
134144                   0,
134145               };
134146               
134147 mike  1.1.2.1 MetaClass
134148               __root_cimv2_CIM_InterLibraryPort =
134149               {
134150                   /* flags */
134151                   META_FLAG_CLASS,
134152                   /* name */
134153                   "CIM_InterLibraryPort",
134154                   /* qualifiers */
134155                   __root_cimv2_CIM_InterLibraryPort_qualifiers,
134156                   /* super */
134157                   &__root_cimv2_CIM_MediaTransferDevice,
134158                   /* features */
134159                   _CIM_InterLibraryPort_features,
134160               };
134161               
134162               //==============================================================================
134163               //
134164               // Class: CIM_IPsecPolicyForSystem
134165               //
134166               //==============================================================================
134167               
134168 mike  1.1.2.1 static const char*
134169               _CIM_IPsecPolicyForSystem_Antecedent_qualifiers[] =
134170               {
134171                   /* Override */
134172                   "\044Antecedent",
134173                   /* MappingStrings */
134174                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem.Antecedent\000",
134175                   0,
134176               };
134177               
134178               static MetaReference
134179               _CIM_IPsecPolicyForSystem_Antecedent =
134180               {
134181                   /* flags */
134182                   META_FLAG_REFERENCE|META_FLAG_READ,
134183                   /* name */
134184                   "Antecedent",
134185                   /* qualifiers */
134186                   _CIM_IPsecPolicyForSystem_Antecedent_qualifiers,
134187                   /* subscript */
134188                   -1,
134189 mike  1.1.2.1     /* refId */
134190                   &__root_cimv2_CIM_System,
134191               };
134192               
134193               static const char*
134194               _CIM_IPsecPolicyForSystem_Dependent_qualifiers[] =
134195               {
134196                   /* Override */
134197                   "\044Dependent",
134198                   /* Min */
134199                   "\033\000\000\000\000",
134200                   /* Max */
134201                   "\027\000\000\000\001",
134202                   /* MappingStrings */
134203                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem.Dependent\000",
134204                   0,
134205               };
134206               
134207               static MetaReference
134208               _CIM_IPsecPolicyForSystem_Dependent =
134209               {
134210 mike  1.1.2.1     /* flags */
134211                   META_FLAG_REFERENCE|META_FLAG_READ,
134212                   /* name */
134213                   "Dependent",
134214                   /* qualifiers */
134215                   _CIM_IPsecPolicyForSystem_Dependent_qualifiers,
134216                   /* subscript */
134217                   -1,
134218                   /* refId */
134219                   &__root_cimv2_CIM_PolicyGroup,
134220               };
134221               
134222               static MetaFeature*
134223               _CIM_IPsecPolicyForSystem_features[] =
134224               {
134225                   (MetaFeature*)&_CIM_IPsecPolicyForSystem_Antecedent,
134226                   (MetaFeature*)&_CIM_IPsecPolicyForSystem_Dependent,
134227                   0,
134228               };
134229               
134230               static const char*
134231 mike  1.1.2.1 __root_cimv2_CIM_IPsecPolicyForSystem_qualifiers[] =
134232               {
134233                   /* ASSOCIATION */
134234                   "\000\001",
134235                   /* UMLPackagePath */
134236                   "\057CIM::IPsecPolicy",
134237                   /* Version */
134238                   "\0632.8.0",
134239                   /* MappingStrings */
134240                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem\000",
134241                   0,
134242               };
134243               
134244               MetaClass
134245               __root_cimv2_CIM_IPsecPolicyForSystem =
134246               {
134247                   /* flags */
134248                   META_FLAG_ASSOCIATION,
134249                   /* name */
134250                   "CIM_IPsecPolicyForSystem",
134251                   /* qualifiers */
134252 mike  1.1.2.1     __root_cimv2_CIM_IPsecPolicyForSystem_qualifiers,
134253                   /* super */
134254                   &__root_cimv2_CIM_Dependency,
134255                   /* features */
134256                   _CIM_IPsecPolicyForSystem_features,
134257               };
134258               
134259               //==============================================================================
134260               //
134261               // Class: CIM_IRQ
134262               //
134263               //==============================================================================
134264               
134265               static const char*
134266               _CIM_IRQ_CSCreationClassName_qualifiers[] =
134267               {
134268                   /* Key */
134269                   "\025\001",
134270                   /* Propagated */
134271                   "\045CIM_ComputerSystem.CreationClassName",
134272                   /* MaxLen */
134273 mike  1.1.2.1     "\030\000\000\001\000",
134274                   0,
134275               };
134276               
134277               static MetaProperty
134278               _CIM_IRQ_CSCreationClassName =
134279               {
134280                   /* flags */
134281                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134282                   /* name */
134283                   "CSCreationClassName",
134284                   /* qualifiers */
134285                   _CIM_IRQ_CSCreationClassName_qualifiers,
134286                   /* type */
134287                   CIMTYPE_STRING,
134288                   /* subscript */
134289                   -1,
134290                   /* value */
134291                   0,
134292               };
134293               
134294 mike  1.1.2.1 static const char*
134295               _CIM_IRQ_CSName_qualifiers[] =
134296               {
134297                   /* Key */
134298                   "\025\001",
134299                   /* Propagated */
134300                   "\045CIM_ComputerSystem.Name",
134301                   /* MaxLen */
134302                   "\030\000\000\001\000",
134303                   0,
134304               };
134305               
134306               static MetaProperty
134307               _CIM_IRQ_CSName =
134308               {
134309                   /* flags */
134310                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134311                   /* name */
134312                   "CSName",
134313                   /* qualifiers */
134314                   _CIM_IRQ_CSName_qualifiers,
134315 mike  1.1.2.1     /* type */
134316                   CIMTYPE_STRING,
134317                   /* subscript */
134318                   -1,
134319                   /* value */
134320                   0,
134321               };
134322               
134323               static const char*
134324               _CIM_IRQ_CreationClassName_qualifiers[] =
134325               {
134326                   /* Key */
134327                   "\025\001",
134328                   /* MaxLen */
134329                   "\030\000\000\001\000",
134330                   0,
134331               };
134332               
134333               static MetaProperty
134334               _CIM_IRQ_CreationClassName =
134335               {
134336 mike  1.1.2.1     /* flags */
134337                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134338                   /* name */
134339                   "CreationClassName",
134340                   /* qualifiers */
134341                   _CIM_IRQ_CreationClassName_qualifiers,
134342                   /* type */
134343                   CIMTYPE_STRING,
134344                   /* subscript */
134345                   -1,
134346                   /* value */
134347                   0,
134348               };
134349               
134350               static const char*
134351               _CIM_IRQ_IRQNumber_qualifiers[] =
134352               {
134353                   /* Key */
134354                   "\025\001",
134355                   /* MappingStrings */
134356                   "\026\000\001MIF.DMTF|IRQ|002.1\000",
134357 mike  1.1.2.1     0,
134358               };
134359               
134360               static MetaProperty
134361               _CIM_IRQ_IRQNumber =
134362               {
134363                   /* flags */
134364                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134365                   /* name */
134366                   "IRQNumber",
134367                   /* qualifiers */
134368                   _CIM_IRQ_IRQNumber_qualifiers,
134369                   /* type */
134370                   CIMTYPE_UINT32,
134371                   /* subscript */
134372                   -1,
134373                   /* value */
134374                   0,
134375               };
134376               
134377               static const char*
134378 mike  1.1.2.1 _CIM_IRQ_Availability_qualifiers[] =
134379               {
134380                   /* ValueMap */
134381                   "\061\000\0051\0002\0003\0004\0005\000",
134382                   /* Values */
134383                   "\062\000\005Other\000Unknown\000Available\000In Use/Not Available\000In Use and Available/Shareable\000",
134384                   /* MappingStrings */
134385                   "\026\000\001MIF.DMTF|IRQ|002.2\000",
134386                   0,
134387               };
134388               
134389               static MetaProperty
134390               _CIM_IRQ_Availability =
134391               {
134392                   /* flags */
134393                   META_FLAG_PROPERTY|META_FLAG_READ,
134394                   /* name */
134395                   "Availability",
134396                   /* qualifiers */
134397                   _CIM_IRQ_Availability_qualifiers,
134398                   /* type */
134399 mike  1.1.2.1     CIMTYPE_UINT16,
134400                   /* subscript */
134401                   -1,
134402                   /* value */
134403                   0,
134404               };
134405               
134406               static const char*
134407               _CIM_IRQ_TriggerType_qualifiers[] =
134408               {
134409                   /* ValueMap */
134410                   "\061\000\0041\0002\0003\0004\000",
134411                   /* Values */
134412                   "\062\000\004Other\000Unknown\000Level\000Edge\000",
134413                   /* MappingStrings */
134414                   "\026\000\002MIF.DMTF|IRQ|002.3\000MIF.DMTF|System Resource IRQ Info|001.2\000",
134415                   0,
134416               };
134417               
134418               static MetaProperty
134419               _CIM_IRQ_TriggerType =
134420 mike  1.1.2.1 {
134421                   /* flags */
134422                   META_FLAG_PROPERTY|META_FLAG_READ,
134423                   /* name */
134424                   "TriggerType",
134425                   /* qualifiers */
134426                   _CIM_IRQ_TriggerType_qualifiers,
134427                   /* type */
134428                   CIMTYPE_UINT16,
134429                   /* subscript */
134430                   -1,
134431                   /* value */
134432                   0,
134433               };
134434               
134435               static const char*
134436               _CIM_IRQ_TriggerLevel_qualifiers[] =
134437               {
134438                   /* ValueMap */
134439                   "\061\000\0041\0002\0003\0004\000",
134440                   /* Values */
134441 mike  1.1.2.1     "\062\000\004Other\000Unknown\000Active Low\000Active High\000",
134442                   /* MappingStrings */
134443                   "\026\000\001MIF.DMTF|System Resource IRQ Info|001.3\000",
134444                   0,
134445               };
134446               
134447               static MetaProperty
134448               _CIM_IRQ_TriggerLevel =
134449               {
134450                   /* flags */
134451                   META_FLAG_PROPERTY|META_FLAG_READ,
134452                   /* name */
134453                   "TriggerLevel",
134454                   /* qualifiers */
134455                   _CIM_IRQ_TriggerLevel_qualifiers,
134456                   /* type */
134457                   CIMTYPE_UINT16,
134458                   /* subscript */
134459                   -1,
134460                   /* value */
134461                   0,
134462 mike  1.1.2.1 };
134463               
134464               static const char*
134465               _CIM_IRQ_Shareable_qualifiers[] =
134466               {
134467                   /* Override */
134468                   "\044Shareable",
134469                   /* MappingStrings */
134470                   "\026\000\001MIF.DMTF|IRQ|002.4\000",
134471                   0,
134472               };
134473               
134474               static MetaProperty
134475               _CIM_IRQ_Shareable =
134476               {
134477                   /* flags */
134478                   META_FLAG_PROPERTY|META_FLAG_READ,
134479                   /* name */
134480                   "Shareable",
134481                   /* qualifiers */
134482                   _CIM_IRQ_Shareable_qualifiers,
134483 mike  1.1.2.1     /* type */
134484                   CIMTYPE_BOOLEAN,
134485                   /* subscript */
134486                   -1,
134487                   /* value */
134488                   0,
134489               };
134490               
134491               static const char*
134492               _CIM_IRQ_Hardware_qualifiers[] =
134493               {
134494                   0,
134495               };
134496               
134497               static MetaProperty
134498               _CIM_IRQ_Hardware =
134499               {
134500                   /* flags */
134501                   META_FLAG_PROPERTY|META_FLAG_READ,
134502                   /* name */
134503                   "Hardware",
134504 mike  1.1.2.1     /* qualifiers */
134505                   _CIM_IRQ_Hardware_qualifiers,
134506                   /* type */
134507                   CIMTYPE_BOOLEAN,
134508                   /* subscript */
134509                   -1,
134510                   /* value */
134511                   0,
134512               };
134513               
134514               static MetaFeature*
134515               _CIM_IRQ_features[] =
134516               {
134517                   (MetaFeature*)&_CIM_IRQ_CSCreationClassName,
134518                   (MetaFeature*)&_CIM_IRQ_CSName,
134519                   (MetaFeature*)&_CIM_IRQ_CreationClassName,
134520                   (MetaFeature*)&_CIM_IRQ_IRQNumber,
134521                   (MetaFeature*)&_CIM_IRQ_Availability,
134522                   (MetaFeature*)&_CIM_IRQ_TriggerType,
134523                   (MetaFeature*)&_CIM_IRQ_TriggerLevel,
134524                   (MetaFeature*)&_CIM_IRQ_Shareable,
134525 mike  1.1.2.1     (MetaFeature*)&_CIM_IRQ_Hardware,
134526                   0,
134527               };
134528               
134529               static const char*
134530               __root_cimv2_CIM_IRQ_qualifiers[] =
134531               {
134532                   /* UMLPackagePath */
134533                   "\057CIM::System::SystemResources",
134534                   /* Version */
134535                   "\0632.6.0",
134536                   0,
134537               };
134538               
134539               MetaClass
134540               __root_cimv2_CIM_IRQ =
134541               {
134542                   /* flags */
134543                   META_FLAG_CLASS,
134544                   /* name */
134545                   "CIM_IRQ",
134546 mike  1.1.2.1     /* qualifiers */
134547                   __root_cimv2_CIM_IRQ_qualifiers,
134548                   /* super */
134549                   &__root_cimv2_CIM_SystemResource,
134550                   /* features */
134551                   _CIM_IRQ_features,
134552               };
134553               
134554               //==============================================================================
134555               //
134556               // Class: CIM_iSCSIConnection
134557               //
134558               //==============================================================================
134559               
134560               static const char*
134561               _CIM_iSCSIConnection_ConnectionID_qualifiers[] =
134562               {
134563                   /* MinValue */
134564                   "\035\000\000\000\000\000\000\000\001",
134565                   /* MaxValue */
134566                   "\031\000\000\000\000\000\000\377\377",
134567 mike  1.1.2.1     /* MappingStrings */
134568                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnCid\000",
134569                   0,
134570               };
134571               
134572               static MetaProperty
134573               _CIM_iSCSIConnection_ConnectionID =
134574               {
134575                   /* flags */
134576                   META_FLAG_PROPERTY|META_FLAG_READ,
134577                   /* name */
134578                   "ConnectionID",
134579                   /* qualifiers */
134580                   _CIM_iSCSIConnection_ConnectionID_qualifiers,
134581                   /* type */
134582                   CIMTYPE_UINT32,
134583                   /* subscript */
134584                   -1,
134585                   /* value */
134586                   0,
134587               };
134588 mike  1.1.2.1 
134589               static const char*
134590               _CIM_iSCSIConnection_MaxReceiveDataSegmentLength_qualifiers[] =
134591               {
134592                   /* Units */
134593                   "\060Bytes",
134594                   /* MinValue */
134595                   "\035\000\000\000\000\000\000\002\000",
134596                   /* MaxValue */
134597                   "\031\000\000\000\000\000\377\377\377",
134598                   /* MappingStrings */
134599                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnMaxRecvDataSegLength\000",
134600                   /* ModelCorrespondence */
134601                   "\036\000\001CIM_iSCSIConnectionSettings.MaxReceiveDataSegmentLength\000",
134602                   0,
134603               };
134604               
134605               static MetaProperty
134606               _CIM_iSCSIConnection_MaxReceiveDataSegmentLength =
134607               {
134608                   /* flags */
134609 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
134610                   /* name */
134611                   "MaxReceiveDataSegmentLength",
134612                   /* qualifiers */
134613                   _CIM_iSCSIConnection_MaxReceiveDataSegmentLength_qualifiers,
134614                   /* type */
134615                   CIMTYPE_UINT32,
134616                   /* subscript */
134617                   -1,
134618                   /* value */
134619                   0,
134620               };
134621               
134622               static const char*
134623               _CIM_iSCSIConnection_MaxTransmitDataSegmentLength_qualifiers[] =
134624               {
134625                   /* Units */
134626                   "\060Bytes",
134627                   /* MinValue */
134628                   "\035\000\000\000\000\000\000\002\000",
134629                   /* MaxValue */
134630 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
134631                   /* MappingStrings */
134632                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnMaxXmitDataSegLength\000",
134633                   0,
134634               };
134635               
134636               static MetaProperty
134637               _CIM_iSCSIConnection_MaxTransmitDataSegmentLength =
134638               {
134639                   /* flags */
134640                   META_FLAG_PROPERTY|META_FLAG_READ,
134641                   /* name */
134642                   "MaxTransmitDataSegmentLength",
134643                   /* qualifiers */
134644                   _CIM_iSCSIConnection_MaxTransmitDataSegmentLength_qualifiers,
134645                   /* type */
134646                   CIMTYPE_UINT32,
134647                   /* subscript */
134648                   -1,
134649                   /* value */
134650                   0,
134651 mike  1.1.2.1 };
134652               
134653               static const char*
134654               _CIM_iSCSIConnection_HeaderDigestMethod_qualifiers[] =
134655               {
134656                   /* ValueMap */
134657                   "\061\000\0031\0002\0003\000",
134658                   /* Values */
134659                   "\062\000\003Other\000No Digest\000CRC32C\000",
134660                   /* MappingStrings */
134661                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnHeaderIntegrity\000",
134662                   /* ModelCorrespondence */
134663                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000CIM_iSCSIConnection.OtherHeaderDigestMethod\000",
134664                   0,
134665               };
134666               
134667               static MetaProperty
134668               _CIM_iSCSIConnection_HeaderDigestMethod =
134669               {
134670                   /* flags */
134671                   META_FLAG_PROPERTY|META_FLAG_READ,
134672 mike  1.1.2.1     /* name */
134673                   "HeaderDigestMethod",
134674                   /* qualifiers */
134675                   _CIM_iSCSIConnection_HeaderDigestMethod_qualifiers,
134676                   /* type */
134677                   CIMTYPE_UINT16,
134678                   /* subscript */
134679                   -1,
134680                   /* value */
134681                   0,
134682               };
134683               
134684               static const char*
134685               _CIM_iSCSIConnection_OtherHeaderDigestMethod_qualifiers[] =
134686               {
134687                   /* ModelCorrespondence */
134688                   "\036\000\003CIM_iSCSIConnectionSettings.OtherPrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryHeaderDigestMethod\000CIM_iSCSIConnection.HeaderDigestMethod\000",
134689                   0,
134690               };
134691               
134692               static MetaProperty
134693 mike  1.1.2.1 _CIM_iSCSIConnection_OtherHeaderDigestMethod =
134694               {
134695                   /* flags */
134696                   META_FLAG_PROPERTY|META_FLAG_READ,
134697                   /* name */
134698                   "OtherHeaderDigestMethod",
134699                   /* qualifiers */
134700                   _CIM_iSCSIConnection_OtherHeaderDigestMethod_qualifiers,
134701                   /* type */
134702                   CIMTYPE_STRING,
134703                   /* subscript */
134704                   -1,
134705                   /* value */
134706                   0,
134707               };
134708               
134709               static const char*
134710               _CIM_iSCSIConnection_DataDigestMethod_qualifiers[] =
134711               {
134712                   /* ValueMap */
134713                   "\061\000\0031\0002\0003\000",
134714 mike  1.1.2.1     /* Values */
134715                   "\062\000\003Other\000No Digest\000CRC32C\000",
134716                   /* MappingStrings */
134717                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnDataIntegrity\000",
134718                   /* ModelCorrespondence */
134719                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000CIM_iSCSIConnection.OtherDataDigestMethod\000",
134720                   0,
134721               };
134722               
134723               static MetaProperty
134724               _CIM_iSCSIConnection_DataDigestMethod =
134725               {
134726                   /* flags */
134727                   META_FLAG_PROPERTY|META_FLAG_READ,
134728                   /* name */
134729                   "DataDigestMethod",
134730                   /* qualifiers */
134731                   _CIM_iSCSIConnection_DataDigestMethod_qualifiers,
134732                   /* type */
134733                   CIMTYPE_UINT16,
134734                   /* subscript */
134735 mike  1.1.2.1     -1,
134736                   /* value */
134737                   0,
134738               };
134739               
134740               static const char*
134741               _CIM_iSCSIConnection_OtherDataDigestMethod_qualifiers[] =
134742               {
134743                   /* ModelCorrespondence */
134744                   "\036\000\003CIM_iSCSIConnectionSettings.OtherPrimaryDataDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryDataDigestMethod\000CIM_iSCSIConnection.DataDigestMethod\000",
134745                   0,
134746               };
134747               
134748               static MetaProperty
134749               _CIM_iSCSIConnection_OtherDataDigestMethod =
134750               {
134751                   /* flags */
134752                   META_FLAG_PROPERTY|META_FLAG_READ,
134753                   /* name */
134754                   "OtherDataDigestMethod",
134755                   /* qualifiers */
134756 mike  1.1.2.1     _CIM_iSCSIConnection_OtherDataDigestMethod_qualifiers,
134757                   /* type */
134758                   CIMTYPE_STRING,
134759                   /* subscript */
134760                   -1,
134761                   /* value */
134762                   0,
134763               };
134764               
134765               static const char*
134766               _CIM_iSCSIConnection_ReceivingMarkers_qualifiers[] =
134767               {
134768                   /* MappingStrings */
134769                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnRecvMarker\000",
134770                   /* ModelCorrespondence */
134771                   "\036\000\001CIM_iSCSIConnectionSettings.RequestingMarkersOnReceive\000",
134772                   0,
134773               };
134774               
134775               static MetaProperty
134776               _CIM_iSCSIConnection_ReceivingMarkers =
134777 mike  1.1.2.1 {
134778                   /* flags */
134779                   META_FLAG_PROPERTY|META_FLAG_READ,
134780                   /* name */
134781                   "ReceivingMarkers",
134782                   /* qualifiers */
134783                   _CIM_iSCSIConnection_ReceivingMarkers_qualifiers,
134784                   /* type */
134785                   CIMTYPE_BOOLEAN,
134786                   /* subscript */
134787                   -1,
134788                   /* value */
134789                   0,
134790               };
134791               
134792               static const char*
134793               _CIM_iSCSIConnection_SendingMarkers_qualifiers[] =
134794               {
134795                   /* MappingStrings */
134796                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnSendMarker\000",
134797                   0,
134798 mike  1.1.2.1 };
134799               
134800               static MetaProperty
134801               _CIM_iSCSIConnection_SendingMarkers =
134802               {
134803                   /* flags */
134804                   META_FLAG_PROPERTY|META_FLAG_READ,
134805                   /* name */
134806                   "SendingMarkers",
134807                   /* qualifiers */
134808                   _CIM_iSCSIConnection_SendingMarkers_qualifiers,
134809                   /* type */
134810                   CIMTYPE_BOOLEAN,
134811                   /* subscript */
134812                   -1,
134813                   /* value */
134814                   0,
134815               };
134816               
134817               static const char*
134818               _CIM_iSCSIConnection_ActiveiSCSIVersion_qualifiers[] =
134819 mike  1.1.2.1 {
134820                   /* MinValue */
134821                   "\035\000\000\000\000\000\000\000\000",
134822                   /* MaxValue */
134823                   "\031\000\000\000\000\000\000\000\377",
134824                   /* MappingStrings */
134825                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnVersionActive\000",
134826                   /* ModelCorrespondence */
134827                   "\036\000\002CIM_iSCSICapabilities.MinimumSpecificationVersionSupported\000CIM_iSCSICapabilities.MaximumSpecificationVersionSupported\000",
134828                   0,
134829               };
134830               
134831               static MetaProperty
134832               _CIM_iSCSIConnection_ActiveiSCSIVersion =
134833               {
134834                   /* flags */
134835                   META_FLAG_PROPERTY|META_FLAG_READ,
134836                   /* name */
134837                   "ActiveiSCSIVersion",
134838                   /* qualifiers */
134839                   _CIM_iSCSIConnection_ActiveiSCSIVersion_qualifiers,
134840 mike  1.1.2.1     /* type */
134841                   CIMTYPE_BOOLEAN,
134842                   /* subscript */
134843                   -1,
134844                   /* value */
134845                   0,
134846               };
134847               
134848               static const char*
134849               _CIM_iSCSIConnection_AuthenticationMethodUsed_qualifiers[] =
134850               {
134851                   /* ValueMap */
134852                   "\061\000\0042\0003\0004\0005\000",
134853                   /* Values */
134854                   "\062\000\004No Authentication\000SRP\000CHAP\000Kerberos\000",
134855                   /* MappingStrings */
134856                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
134857                   /* ModelCorrespondence */
134858                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSICapabilities.AuthenticationMethodsSupported\000",
134859                   0,
134860               };
134861 mike  1.1.2.1 
134862               static MetaProperty
134863               _CIM_iSCSIConnection_AuthenticationMethodUsed =
134864               {
134865                   /* flags */
134866                   META_FLAG_PROPERTY|META_FLAG_READ,
134867                   /* name */
134868                   "AuthenticationMethodUsed",
134869                   /* qualifiers */
134870                   _CIM_iSCSIConnection_AuthenticationMethodUsed_qualifiers,
134871                   /* type */
134872                   CIMTYPE_UINT16,
134873                   /* subscript */
134874                   -1,
134875                   /* value */
134876                   0,
134877               };
134878               
134879               static const char*
134880               _CIM_iSCSIConnection_MutualAuthentication_qualifiers[] =
134881               {
134882 mike  1.1.2.1     0,
134883               };
134884               
134885               static MetaProperty
134886               _CIM_iSCSIConnection_MutualAuthentication =
134887               {
134888                   /* flags */
134889                   META_FLAG_PROPERTY|META_FLAG_READ,
134890                   /* name */
134891                   "MutualAuthentication",
134892                   /* qualifiers */
134893                   _CIM_iSCSIConnection_MutualAuthentication_qualifiers,
134894                   /* type */
134895                   CIMTYPE_BOOLEAN,
134896                   /* subscript */
134897                   -1,
134898                   /* value */
134899                   0,
134900               };
134901               
134902               static MetaFeature*
134903 mike  1.1.2.1 _CIM_iSCSIConnection_features[] =
134904               {
134905                   (MetaFeature*)&_CIM_iSCSIConnection_ConnectionID,
134906                   (MetaFeature*)&_CIM_iSCSIConnection_MaxReceiveDataSegmentLength,
134907                   (MetaFeature*)&_CIM_iSCSIConnection_MaxTransmitDataSegmentLength,
134908                   (MetaFeature*)&_CIM_iSCSIConnection_HeaderDigestMethod,
134909                   (MetaFeature*)&_CIM_iSCSIConnection_OtherHeaderDigestMethod,
134910                   (MetaFeature*)&_CIM_iSCSIConnection_DataDigestMethod,
134911                   (MetaFeature*)&_CIM_iSCSIConnection_OtherDataDigestMethod,
134912                   (MetaFeature*)&_CIM_iSCSIConnection_ReceivingMarkers,
134913                   (MetaFeature*)&_CIM_iSCSIConnection_SendingMarkers,
134914                   (MetaFeature*)&_CIM_iSCSIConnection_ActiveiSCSIVersion,
134915                   (MetaFeature*)&_CIM_iSCSIConnection_AuthenticationMethodUsed,
134916                   (MetaFeature*)&_CIM_iSCSIConnection_MutualAuthentication,
134917                   0,
134918               };
134919               
134920               static const char*
134921               __root_cimv2_CIM_iSCSIConnection_qualifiers[] =
134922               {
134923                   /* UMLPackagePath */
134924 mike  1.1.2.1     "\057CIM::Network::iSCSI",
134925                   /* Version */
134926                   "\0632.11.0",
134927                   0,
134928               };
134929               
134930               MetaClass
134931               __root_cimv2_CIM_iSCSIConnection =
134932               {
134933                   /* flags */
134934                   META_FLAG_CLASS,
134935                   /* name */
134936                   "CIM_iSCSIConnection",
134937                   /* qualifiers */
134938                   __root_cimv2_CIM_iSCSIConnection_qualifiers,
134939                   /* super */
134940                   &__root_cimv2_CIM_NetworkPipe,
134941                   /* features */
134942                   _CIM_iSCSIConnection_features,
134943               };
134944               
134945 mike  1.1.2.1 //==============================================================================
134946               //
134947               // Class: CIM_iSCSISession
134948               //
134949               //==============================================================================
134950               
134951               static const char*
134952               _CIM_iSCSISession_Directionality_qualifiers[] =
134953               {
134954                   /* Override */
134955                   "\044Directionality",
134956                   /* ValueMap */
134957                   "\061\000\0012\000",
134958                   /* Values */
134959                   "\062\000\001Bi-Directional\000",
134960                   0,
134961               };
134962               
134963               static MetaProperty
134964               _CIM_iSCSISession_Directionality =
134965               {
134966 mike  1.1.2.1     /* flags */
134967                   META_FLAG_PROPERTY|META_FLAG_READ,
134968                   /* name */
134969                   "Directionality",
134970                   /* qualifiers */
134971                   _CIM_iSCSISession_Directionality_qualifiers,
134972                   /* type */
134973                   CIMTYPE_UINT16,
134974                   /* subscript */
134975                   -1,
134976                   /* value */
134977                   "\000\002",
134978               };
134979               
134980               static const char*
134981               _CIM_iSCSISession_SessionType_qualifiers[] =
134982               {
134983                   /* ValueMap */
134984                   "\061\000\0022\0003\000",
134985                   /* Values */
134986                   "\062\000\002Discovery\000Normal\000",
134987 mike  1.1.2.1     /* MappingStrings */
134988                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnType\000",
134989                   0,
134990               };
134991               
134992               static MetaProperty
134993               _CIM_iSCSISession_SessionType =
134994               {
134995                   /* flags */
134996                   META_FLAG_PROPERTY|META_FLAG_READ,
134997                   /* name */
134998                   "SessionType",
134999                   /* qualifiers */
135000                   _CIM_iSCSISession_SessionType_qualifiers,
135001                   /* type */
135002                   CIMTYPE_UINT16,
135003                   /* subscript */
135004                   -1,
135005                   /* value */
135006                   0,
135007               };
135008 mike  1.1.2.1 
135009               static const char*
135010               _CIM_iSCSISession_TSIH_qualifiers[] =
135011               {
135012                   /* MappingStrings */
135013                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnTSIH\000",
135014                   0,
135015               };
135016               
135017               static MetaProperty
135018               _CIM_iSCSISession_TSIH =
135019               {
135020                   /* flags */
135021                   META_FLAG_PROPERTY|META_FLAG_READ,
135022                   /* name */
135023                   "TSIH",
135024                   /* qualifiers */
135025                   _CIM_iSCSISession_TSIH_qualifiers,
135026                   /* type */
135027                   CIMTYPE_UINT32,
135028                   /* subscript */
135029 mike  1.1.2.1     -1,
135030                   /* value */
135031                   0,
135032               };
135033               
135034               static const char*
135035               _CIM_iSCSISession_EndPointName_qualifiers[] =
135036               {
135037                   /* MappingStrings */
135038                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiSsnInitiatorName\000MIB.IETF|iSCSI-MIB.iscsiSsnTargetName\000",
135039                   0,
135040               };
135041               
135042               static MetaProperty
135043               _CIM_iSCSISession_EndPointName =
135044               {
135045                   /* flags */
135046                   META_FLAG_PROPERTY|META_FLAG_READ,
135047                   /* name */
135048                   "EndPointName",
135049                   /* qualifiers */
135050 mike  1.1.2.1     _CIM_iSCSISession_EndPointName_qualifiers,
135051                   /* type */
135052                   CIMTYPE_STRING,
135053                   /* subscript */
135054                   -1,
135055                   /* value */
135056                   0,
135057               };
135058               
135059               static const char*
135060               _CIM_iSCSISession_CurrentConnections_qualifiers[] =
135061               {
135062                   /* MinValue */
135063                   "\035\000\000\000\000\000\000\000\001",
135064                   /* MaxValue */
135065                   "\031\000\000\000\000\000\000\377\377",
135066                   /* MappingStrings */
135067                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnConnectionNumber\000",
135068                   /* ModelCorrespondence */
135069                   "\036\000\001CIM_iSCSISessionSettings.MaxConnectionsPerSession\000",
135070                   0,
135071 mike  1.1.2.1 };
135072               
135073               static MetaProperty
135074               _CIM_iSCSISession_CurrentConnections =
135075               {
135076                   /* flags */
135077                   META_FLAG_PROPERTY|META_FLAG_READ,
135078                   /* name */
135079                   "CurrentConnections",
135080                   /* qualifiers */
135081                   _CIM_iSCSISession_CurrentConnections_qualifiers,
135082                   /* type */
135083                   CIMTYPE_UINT32,
135084                   /* subscript */
135085                   -1,
135086                   /* value */
135087                   0,
135088               };
135089               
135090               static const char*
135091               _CIM_iSCSISession_InitialR2T_qualifiers[] =
135092 mike  1.1.2.1 {
135093                   /* MappingStrings */
135094                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnInitialR2T\000",
135095                   /* ModelCorrespondence */
135096                   "\036\000\001CIM_iSCSISessionSettings.InitialR2TPreference\000",
135097                   0,
135098               };
135099               
135100               static MetaProperty
135101               _CIM_iSCSISession_InitialR2T =
135102               {
135103                   /* flags */
135104                   META_FLAG_PROPERTY|META_FLAG_READ,
135105                   /* name */
135106                   "InitialR2T",
135107                   /* qualifiers */
135108                   _CIM_iSCSISession_InitialR2T_qualifiers,
135109                   /* type */
135110                   CIMTYPE_BOOLEAN,
135111                   /* subscript */
135112                   -1,
135113 mike  1.1.2.1     /* value */
135114                   0,
135115               };
135116               
135117               static const char*
135118               _CIM_iSCSISession_ImmediateData_qualifiers[] =
135119               {
135120                   /* MappingStrings */
135121                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnImmediateData\000",
135122                   /* ModelCorrespondence */
135123                   "\036\000\001CIM_iSCSISessionSettings.ImmediateDataPreference\000",
135124                   0,
135125               };
135126               
135127               static MetaProperty
135128               _CIM_iSCSISession_ImmediateData =
135129               {
135130                   /* flags */
135131                   META_FLAG_PROPERTY|META_FLAG_READ,
135132                   /* name */
135133                   "ImmediateData",
135134 mike  1.1.2.1     /* qualifiers */
135135                   _CIM_iSCSISession_ImmediateData_qualifiers,
135136                   /* type */
135137                   CIMTYPE_BOOLEAN,
135138                   /* subscript */
135139                   -1,
135140                   /* value */
135141                   0,
135142               };
135143               
135144               static const char*
135145               _CIM_iSCSISession_MaxOutstandingR2T_qualifiers[] =
135146               {
135147                   /* Units */
135148                   "\060Bytes",
135149                   /* MinValue */
135150                   "\035\000\000\000\000\000\000\000\001",
135151                   /* MaxValue */
135152                   "\031\000\000\000\000\000\000\377\377",
135153                   /* MappingStrings */
135154                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnMaxOutstandingR2T\000",
135155 mike  1.1.2.1     /* ModelCorrespondence */
135156                   "\036\000\001CIM_iSCSISessionSettings.MaxOutstandingR2T\000",
135157                   0,
135158               };
135159               
135160               static MetaProperty
135161               _CIM_iSCSISession_MaxOutstandingR2T =
135162               {
135163                   /* flags */
135164                   META_FLAG_PROPERTY|META_FLAG_READ,
135165                   /* name */
135166                   "MaxOutstandingR2T",
135167                   /* qualifiers */
135168                   _CIM_iSCSISession_MaxOutstandingR2T_qualifiers,
135169                   /* type */
135170                   CIMTYPE_UINT32,
135171                   /* subscript */
135172                   -1,
135173                   /* value */
135174                   0,
135175               };
135176 mike  1.1.2.1 
135177               static const char*
135178               _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength_qualifiers[] =
135179               {
135180                   /* Units */
135181                   "\060Bytes",
135182                   /* MinValue */
135183                   "\035\000\000\000\000\000\000\002\000",
135184                   /* MaxValue */
135185                   "\031\000\000\000\000\000\377\377\377",
135186                   /* MappingStrings */
135187                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnFirstBurstLength\000",
135188                   /* ModelCorrespondence */
135189                   "\036\000\001CIM_iSCSISessionSettings.MaxUnsolicitedFirstDataBurstLength\000",
135190                   0,
135191               };
135192               
135193               static MetaProperty
135194               _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength =
135195               {
135196                   /* flags */
135197 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
135198                   /* name */
135199                   "MaxUnsolicitedFirstDataBurstLength",
135200                   /* qualifiers */
135201                   _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength_qualifiers,
135202                   /* type */
135203                   CIMTYPE_UINT32,
135204                   /* subscript */
135205                   -1,
135206                   /* value */
135207                   0,
135208               };
135209               
135210               static const char*
135211               _CIM_iSCSISession_MaxDataBurstLength_qualifiers[] =
135212               {
135213                   /* Units */
135214                   "\060Bytes",
135215                   /* MinValue */
135216                   "\035\000\000\000\000\000\000\002\000",
135217                   /* MaxValue */
135218 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
135219                   /* MappingStrings */
135220                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnMaxBurstLength\000",
135221                   /* ModelCorrespondence */
135222                   "\036\000\001CIM_iSCSISessionSettings.MaxDataBurstLength\000",
135223                   0,
135224               };
135225               
135226               static MetaProperty
135227               _CIM_iSCSISession_MaxDataBurstLength =
135228               {
135229                   /* flags */
135230                   META_FLAG_PROPERTY|META_FLAG_READ,
135231                   /* name */
135232                   "MaxDataBurstLength",
135233                   /* qualifiers */
135234                   _CIM_iSCSISession_MaxDataBurstLength_qualifiers,
135235                   /* type */
135236                   CIMTYPE_UINT32,
135237                   /* subscript */
135238                   -1,
135239 mike  1.1.2.1     /* value */
135240                   0,
135241               };
135242               
135243               static const char*
135244               _CIM_iSCSISession_DataSequenceInOrder_qualifiers[] =
135245               {
135246                   /* MappingStrings */
135247                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnDataSequenceInOrder\000",
135248                   /* ModelCorrespondence */
135249                   "\036\000\001CIM_iSCSISessionSettings.DataSequenceInOrderPreference\000",
135250                   0,
135251               };
135252               
135253               static MetaProperty
135254               _CIM_iSCSISession_DataSequenceInOrder =
135255               {
135256                   /* flags */
135257                   META_FLAG_PROPERTY|META_FLAG_READ,
135258                   /* name */
135259                   "DataSequenceInOrder",
135260 mike  1.1.2.1     /* qualifiers */
135261                   _CIM_iSCSISession_DataSequenceInOrder_qualifiers,
135262                   /* type */
135263                   CIMTYPE_BOOLEAN,
135264                   /* subscript */
135265                   -1,
135266                   /* value */
135267                   0,
135268               };
135269               
135270               static const char*
135271               _CIM_iSCSISession_DataPDUInOrder_qualifiers[] =
135272               {
135273                   /* MappingStrings */
135274                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnDataPDUInOrder\000",
135275                   /* ModelCorrespondence */
135276                   "\036\000\001CIM_iSCSISessionSettings.DataPDUInOrderPreference\000",
135277                   0,
135278               };
135279               
135280               static MetaProperty
135281 mike  1.1.2.1 _CIM_iSCSISession_DataPDUInOrder =
135282               {
135283                   /* flags */
135284                   META_FLAG_PROPERTY|META_FLAG_READ,
135285                   /* name */
135286                   "DataPDUInOrder",
135287                   /* qualifiers */
135288                   _CIM_iSCSISession_DataPDUInOrder_qualifiers,
135289                   /* type */
135290                   CIMTYPE_BOOLEAN,
135291                   /* subscript */
135292                   -1,
135293                   /* value */
135294                   0,
135295               };
135296               
135297               static const char*
135298               _CIM_iSCSISession_ErrorRecoveryLevel_qualifiers[] =
135299               {
135300                   /* MinValue */
135301                   "\035\000\000\000\000\000\000\000\001",
135302 mike  1.1.2.1     /* MaxValue */
135303                   "\031\000\000\000\000\000\000\000\377",
135304                   /* MappingStrings */
135305                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnErrorRecoveryLevel\000",
135306                   /* ModelCorrespondence */
135307                   "\036\000\001CIM_iSCSISessionSettings.ErrorRecoveryLevelPreference\000",
135308                   0,
135309               };
135310               
135311               static MetaProperty
135312               _CIM_iSCSISession_ErrorRecoveryLevel =
135313               {
135314                   /* flags */
135315                   META_FLAG_PROPERTY|META_FLAG_READ,
135316                   /* name */
135317                   "ErrorRecoveryLevel",
135318                   /* qualifiers */
135319                   _CIM_iSCSISession_ErrorRecoveryLevel_qualifiers,
135320                   /* type */
135321                   CIMTYPE_UINT32,
135322                   /* subscript */
135323 mike  1.1.2.1     -1,
135324                   /* value */
135325                   0,
135326               };
135327               
135328               static const char*
135329               _CIM_iSCSISession_MaxConnectionsPerSession_qualifiers[] =
135330               {
135331                   /* MinValue */
135332                   "\035\000\000\000\000\000\000\000\001",
135333                   /* MaxValue */
135334                   "\031\000\000\000\000\000\000\377\377",
135335                   /* MappingStrings */
135336                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxConnections\000",
135337                   /* ModelCorrespondence */
135338                   "\036\000\001CIM_iSCSISessionSettings.MaxConnectionsPerSession\000",
135339                   0,
135340               };
135341               
135342               static MetaProperty
135343               _CIM_iSCSISession_MaxConnectionsPerSession =
135344 mike  1.1.2.1 {
135345                   /* flags */
135346                   META_FLAG_PROPERTY|META_FLAG_READ,
135347                   /* name */
135348                   "MaxConnectionsPerSession",
135349                   /* qualifiers */
135350                   _CIM_iSCSISession_MaxConnectionsPerSession_qualifiers,
135351                   /* type */
135352                   CIMTYPE_UINT32,
135353                   /* subscript */
135354                   -1,
135355                   /* value */
135356                   0,
135357               };
135358               
135359               static const char*
135360               _CIM_iSCSISession_DefaultTimeToWait_qualifiers[] =
135361               {
135362                   /* Units */
135363                   "\060Seconds",
135364                   /* MinValue */
135365 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
135366                   /* MaxValue */
135367                   "\031\000\000\000\000\000\000\016\020",
135368                   /* MappingStrings */
135369                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Wait\000",
135370                   /* ModelCorrespondence */
135371                   "\036\000\001CIM_iSCSISessionSettings.DefaultTimeToWaitPreference\000",
135372                   0,
135373               };
135374               
135375               static MetaProperty
135376               _CIM_iSCSISession_DefaultTimeToWait =
135377               {
135378                   /* flags */
135379                   META_FLAG_PROPERTY|META_FLAG_READ,
135380                   /* name */
135381                   "DefaultTimeToWait",
135382                   /* qualifiers */
135383                   _CIM_iSCSISession_DefaultTimeToWait_qualifiers,
135384                   /* type */
135385                   CIMTYPE_UINT32,
135386 mike  1.1.2.1     /* subscript */
135387                   -1,
135388                   /* value */
135389                   0,
135390               };
135391               
135392               static const char*
135393               _CIM_iSCSISession_DefaultTimeToRetain_qualifiers[] =
135394               {
135395                   /* Units */
135396                   "\060Seconds",
135397                   /* MinValue */
135398                   "\035\000\000\000\000\000\000\000\000",
135399                   /* MaxValue */
135400                   "\031\000\000\000\000\000\000\016\020",
135401                   /* MappingStrings */
135402                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Retain\000",
135403                   /* ModelCorrespondence */
135404                   "\036\000\001CIM_iSCSISessionSettings.DefaultTimeToRetainPreference\000",
135405                   0,
135406               };
135407 mike  1.1.2.1 
135408               static MetaProperty
135409               _CIM_iSCSISession_DefaultTimeToRetain =
135410               {
135411                   /* flags */
135412                   META_FLAG_PROPERTY|META_FLAG_READ,
135413                   /* name */
135414                   "DefaultTimeToRetain",
135415                   /* qualifiers */
135416                   _CIM_iSCSISession_DefaultTimeToRetain_qualifiers,
135417                   /* type */
135418                   CIMTYPE_UINT32,
135419                   /* subscript */
135420                   -1,
135421                   /* value */
135422                   0,
135423               };
135424               
135425               static MetaFeature*
135426               _CIM_iSCSISession_features[] =
135427               {
135428 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISession_Directionality,
135429                   (MetaFeature*)&_CIM_iSCSISession_SessionType,
135430                   (MetaFeature*)&_CIM_iSCSISession_TSIH,
135431                   (MetaFeature*)&_CIM_iSCSISession_EndPointName,
135432                   (MetaFeature*)&_CIM_iSCSISession_CurrentConnections,
135433                   (MetaFeature*)&_CIM_iSCSISession_InitialR2T,
135434                   (MetaFeature*)&_CIM_iSCSISession_ImmediateData,
135435                   (MetaFeature*)&_CIM_iSCSISession_MaxOutstandingR2T,
135436                   (MetaFeature*)&_CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength,
135437                   (MetaFeature*)&_CIM_iSCSISession_MaxDataBurstLength,
135438                   (MetaFeature*)&_CIM_iSCSISession_DataSequenceInOrder,
135439                   (MetaFeature*)&_CIM_iSCSISession_DataPDUInOrder,
135440                   (MetaFeature*)&_CIM_iSCSISession_ErrorRecoveryLevel,
135441                   (MetaFeature*)&_CIM_iSCSISession_MaxConnectionsPerSession,
135442                   (MetaFeature*)&_CIM_iSCSISession_DefaultTimeToWait,
135443                   (MetaFeature*)&_CIM_iSCSISession_DefaultTimeToRetain,
135444                   0,
135445               };
135446               
135447               static const char*
135448               __root_cimv2_CIM_iSCSISession_qualifiers[] =
135449 mike  1.1.2.1 {
135450                   /* UMLPackagePath */
135451                   "\057CIM::Network::Pipes",
135452                   /* Version */
135453                   "\0632.11.0",
135454                   0,
135455               };
135456               
135457               MetaClass
135458               __root_cimv2_CIM_iSCSISession =
135459               {
135460                   /* flags */
135461                   META_FLAG_CLASS,
135462                   /* name */
135463                   "CIM_iSCSISession",
135464                   /* qualifiers */
135465                   __root_cimv2_CIM_iSCSISession_qualifiers,
135466                   /* super */
135467                   &__root_cimv2_CIM_NetworkPipe,
135468                   /* features */
135469                   _CIM_iSCSISession_features,
135470 mike  1.1.2.1 };
135471               
135472               //==============================================================================
135473               //
135474               // Class: CIM_ISDNModem
135475               //
135476               //==============================================================================
135477               
135478               static MetaFeature*
135479               _CIM_ISDNModem_features[] =
135480               {
135481                   0,
135482               };
135483               
135484               static const char*
135485               __root_cimv2_CIM_ISDNModem_qualifiers[] =
135486               {
135487                   /* UMLPackagePath */
135488                   "\057CIM::Device::Modems",
135489                   /* Version */
135490                   "\0632.6.0",
135491 mike  1.1.2.1     0,
135492               };
135493               
135494               MetaClass
135495               __root_cimv2_CIM_ISDNModem =
135496               {
135497                   /* flags */
135498                   META_FLAG_CLASS,
135499                   /* name */
135500                   "CIM_ISDNModem",
135501                   /* qualifiers */
135502                   __root_cimv2_CIM_ISDNModem_qualifiers,
135503                   /* super */
135504                   &__root_cimv2_CIM_CallBasedModem,
135505                   /* features */
135506                   _CIM_ISDNModem_features,
135507               };
135508               
135509               //==============================================================================
135510               //
135511               // Class: CIM_J2eeApplication
135512 mike  1.1.2.1 //
135513               //==============================================================================
135514               
135515               static const char*
135516               _CIM_J2eeApplication_Name_qualifiers[] =
135517               {
135518                   /* Override */
135519                   "\044Name",
135520                   /* MaxLen */
135521                   "\030\000\000\001\000",
135522                   /* MappingStrings */
135523                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135524                   0,
135525               };
135526               
135527               static MetaProperty
135528               _CIM_J2eeApplication_Name =
135529               {
135530                   /* flags */
135531                   META_FLAG_PROPERTY|META_FLAG_READ,
135532                   /* name */
135533 mike  1.1.2.1     "Name",
135534                   /* qualifiers */
135535                   _CIM_J2eeApplication_Name_qualifiers,
135536                   /* type */
135537                   CIMTYPE_STRING,
135538                   /* subscript */
135539                   -1,
135540                   /* value */
135541                   0,
135542               };
135543               
135544               static const char*
135545               _CIM_J2eeApplication_DeploymentDescriptor_qualifiers[] =
135546               {
135547                   /* MappingStrings */
135548                   "\026\000\001JSR77.JCP|JSR77.3.5.0.1 deploymentDescriptor|V1.0\000",
135549                   0,
135550               };
135551               
135552               static MetaProperty
135553               _CIM_J2eeApplication_DeploymentDescriptor =
135554 mike  1.1.2.1 {
135555                   /* flags */
135556                   META_FLAG_PROPERTY|META_FLAG_READ,
135557                   /* name */
135558                   "DeploymentDescriptor",
135559                   /* qualifiers */
135560                   _CIM_J2eeApplication_DeploymentDescriptor_qualifiers,
135561                   /* type */
135562                   CIMTYPE_STRING,
135563                   /* subscript */
135564                   -1,
135565                   /* value */
135566                   0,
135567               };
135568               
135569               static MetaFeature*
135570               _CIM_J2eeApplication_features[] =
135571               {
135572                   (MetaFeature*)&_CIM_J2eeApplication_Name,
135573                   (MetaFeature*)&_CIM_J2eeApplication_DeploymentDescriptor,
135574                   0,
135575 mike  1.1.2.1 };
135576               
135577               static const char*
135578               __root_cimv2_CIM_J2eeApplication_qualifiers[] =
135579               {
135580                   /* UMLPackagePath */
135581                   "\057CIM::Application::J2eeAppServer",
135582                   /* Version */
135583                   "\0632.8.0",
135584                   0,
135585               };
135586               
135587               MetaClass
135588               __root_cimv2_CIM_J2eeApplication =
135589               {
135590                   /* flags */
135591                   META_FLAG_CLASS,
135592                   /* name */
135593                   "CIM_J2eeApplication",
135594                   /* qualifiers */
135595                   __root_cimv2_CIM_J2eeApplication_qualifiers,
135596 mike  1.1.2.1     /* super */
135597                   &__root_cimv2_CIM_ApplicationSystem,
135598                   /* features */
135599                   _CIM_J2eeApplication_features,
135600               };
135601               
135602               //==============================================================================
135603               //
135604               // Class: CIM_J2eeDeployedObject
135605               //
135606               //==============================================================================
135607               
135608               static const char*
135609               _CIM_J2eeDeployedObject_Name_qualifiers[] =
135610               {
135611                   /* Override */
135612                   "\044Name",
135613                   /* MaxLen */
135614                   "\030\000\000\001\000",
135615                   /* MappingStrings */
135616                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135617 mike  1.1.2.1     0,
135618               };
135619               
135620               static MetaProperty
135621               _CIM_J2eeDeployedObject_Name =
135622               {
135623                   /* flags */
135624                   META_FLAG_PROPERTY|META_FLAG_READ,
135625                   /* name */
135626                   "Name",
135627                   /* qualifiers */
135628                   _CIM_J2eeDeployedObject_Name_qualifiers,
135629                   /* type */
135630                   CIMTYPE_STRING,
135631                   /* subscript */
135632                   -1,
135633                   /* value */
135634                   0,
135635               };
135636               
135637               static const char*
135638 mike  1.1.2.1 _CIM_J2eeDeployedObject_DeploymentDescriptor_qualifiers[] =
135639               {
135640                   /* MappingStrings */
135641                   "\026\000\001JSR77.JCP|JSR77.3.5.0.1 deploymentDescriptor|V1.0\000",
135642                   0,
135643               };
135644               
135645               static MetaProperty
135646               _CIM_J2eeDeployedObject_DeploymentDescriptor =
135647               {
135648                   /* flags */
135649                   META_FLAG_PROPERTY|META_FLAG_READ,
135650                   /* name */
135651                   "DeploymentDescriptor",
135652                   /* qualifiers */
135653                   _CIM_J2eeDeployedObject_DeploymentDescriptor_qualifiers,
135654                   /* type */
135655                   CIMTYPE_STRING,
135656                   /* subscript */
135657                   -1,
135658                   /* value */
135659 mike  1.1.2.1     0,
135660               };
135661               
135662               static MetaFeature*
135663               _CIM_J2eeDeployedObject_features[] =
135664               {
135665                   (MetaFeature*)&_CIM_J2eeDeployedObject_Name,
135666                   (MetaFeature*)&_CIM_J2eeDeployedObject_DeploymentDescriptor,
135667                   0,
135668               };
135669               
135670               static const char*
135671               __root_cimv2_CIM_J2eeDeployedObject_qualifiers[] =
135672               {
135673                   /* UMLPackagePath */
135674                   "\057CIM::Application::J2eeAppServer",
135675                   /* Abstract */
135676                   "\002\001",
135677                   /* Version */
135678                   "\0632.8.0",
135679                   0,
135680 mike  1.1.2.1 };
135681               
135682               MetaClass
135683               __root_cimv2_CIM_J2eeDeployedObject =
135684               {
135685                   /* flags */
135686                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
135687                   /* name */
135688                   "CIM_J2eeDeployedObject",
135689                   /* qualifiers */
135690                   __root_cimv2_CIM_J2eeDeployedObject_qualifiers,
135691                   /* super */
135692                   &__root_cimv2_CIM_Service,
135693                   /* features */
135694                   _CIM_J2eeDeployedObject_features,
135695               };
135696               
135697               //==============================================================================
135698               //
135699               // Class: CIM_J2eeDomain
135700               //
135701 mike  1.1.2.1 //==============================================================================
135702               
135703               static const char*
135704               _CIM_J2eeDomain_Name_qualifiers[] =
135705               {
135706                   /* Override */
135707                   "\044Name",
135708                   /* MaxLen */
135709                   "\030\000\000\001\000",
135710                   /* MappingStrings */
135711                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1.1 Domain Name|V1.0\000",
135712                   0,
135713               };
135714               
135715               static MetaProperty
135716               _CIM_J2eeDomain_Name =
135717               {
135718                   /* flags */
135719                   META_FLAG_PROPERTY|META_FLAG_READ,
135720                   /* name */
135721                   "Name",
135722 mike  1.1.2.1     /* qualifiers */
135723                   _CIM_J2eeDomain_Name_qualifiers,
135724                   /* type */
135725                   CIMTYPE_STRING,
135726                   /* subscript */
135727                   -1,
135728                   /* value */
135729                   0,
135730               };
135731               
135732               static MetaFeature*
135733               _CIM_J2eeDomain_features[] =
135734               {
135735                   (MetaFeature*)&_CIM_J2eeDomain_Name,
135736                   0,
135737               };
135738               
135739               static const char*
135740               __root_cimv2_CIM_J2eeDomain_qualifiers[] =
135741               {
135742                   /* UMLPackagePath */
135743 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
135744                   /* Version */
135745                   "\0632.8.0",
135746                   0,
135747               };
135748               
135749               MetaClass
135750               __root_cimv2_CIM_J2eeDomain =
135751               {
135752                   /* flags */
135753                   META_FLAG_CLASS,
135754                   /* name */
135755                   "CIM_J2eeDomain",
135756                   /* qualifiers */
135757                   __root_cimv2_CIM_J2eeDomain_qualifiers,
135758                   /* super */
135759                   &__root_cimv2_CIM_AdminDomain,
135760                   /* features */
135761                   _CIM_J2eeDomain_features,
135762               };
135763               
135764 mike  1.1.2.1 //==============================================================================
135765               //
135766               // Class: CIM_J2eeEJB
135767               //
135768               //==============================================================================
135769               
135770               static const char*
135771               _CIM_J2eeEJB_Name_qualifiers[] =
135772               {
135773                   /* Override */
135774                   "\044Name",
135775                   /* MaxLen */
135776                   "\030\000\000\001\000",
135777                   /* MappingStrings */
135778                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135779                   0,
135780               };
135781               
135782               static MetaProperty
135783               _CIM_J2eeEJB_Name =
135784               {
135785 mike  1.1.2.1     /* flags */
135786                   META_FLAG_PROPERTY|META_FLAG_READ,
135787                   /* name */
135788                   "Name",
135789                   /* qualifiers */
135790                   _CIM_J2eeEJB_Name_qualifiers,
135791                   /* type */
135792                   CIMTYPE_STRING,
135793                   /* subscript */
135794                   -1,
135795                   /* value */
135796                   0,
135797               };
135798               
135799               static MetaFeature*
135800               _CIM_J2eeEJB_features[] =
135801               {
135802                   (MetaFeature*)&_CIM_J2eeEJB_Name,
135803                   0,
135804               };
135805               
135806 mike  1.1.2.1 static const char*
135807               __root_cimv2_CIM_J2eeEJB_qualifiers[] =
135808               {
135809                   /* UMLPackagePath */
135810                   "\057CIM::Application::J2eeAppServer",
135811                   /* Abstract */
135812                   "\002\001",
135813                   /* Version */
135814                   "\0632.8.0",
135815                   0,
135816               };
135817               
135818               MetaClass
135819               __root_cimv2_CIM_J2eeEJB =
135820               {
135821                   /* flags */
135822                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
135823                   /* name */
135824                   "CIM_J2eeEJB",
135825                   /* qualifiers */
135826                   __root_cimv2_CIM_J2eeEJB_qualifiers,
135827 mike  1.1.2.1     /* super */
135828                   &__root_cimv2_CIM_Service,
135829                   /* features */
135830                   _CIM_J2eeEJB_features,
135831               };
135832               
135833               //==============================================================================
135834               //
135835               // Class: CIM_J2eeEntityBean
135836               //
135837               //==============================================================================
135838               
135839               static MetaFeature*
135840               _CIM_J2eeEntityBean_features[] =
135841               {
135842                   0,
135843               };
135844               
135845               static const char*
135846               __root_cimv2_CIM_J2eeEntityBean_qualifiers[] =
135847               {
135848 mike  1.1.2.1     /* UMLPackagePath */
135849                   "\057CIM::Application::J2eeAppServer",
135850                   /* Version */
135851                   "\0632.8.0",
135852                   0,
135853               };
135854               
135855               MetaClass
135856               __root_cimv2_CIM_J2eeEntityBean =
135857               {
135858                   /* flags */
135859                   META_FLAG_CLASS,
135860                   /* name */
135861                   "CIM_J2eeEntityBean",
135862                   /* qualifiers */
135863                   __root_cimv2_CIM_J2eeEntityBean_qualifiers,
135864                   /* super */
135865                   &__root_cimv2_CIM_J2eeEJB,
135866                   /* features */
135867                   _CIM_J2eeEntityBean_features,
135868               };
135869 mike  1.1.2.1 
135870               //==============================================================================
135871               //
135872               // Class: CIM_J2eeJCAConnectionFactoryManagedConnectionFactory
135873               //
135874               //==============================================================================
135875               
135876               static const char*
135877               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent_qualifiers[] =
135878               {
135879                   /* Override */
135880                   "\044Dependent",
135881                   /* Min */
135882                   "\033\000\000\000\001",
135883                   0,
135884               };
135885               
135886               static MetaReference
135887               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent =
135888               {
135889                   /* flags */
135890 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
135891                   /* name */
135892                   "Dependent",
135893                   /* qualifiers */
135894                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent_qualifiers,
135895                   /* subscript */
135896                   -1,
135897                   /* refId */
135898                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
135899               };
135900               
135901               static const char*
135902               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent_qualifiers[] =
135903               {
135904                   /* Override */
135905                   "\044Antecedent",
135906                   /* Min */
135907                   "\033\000\000\000\001",
135908                   /* Max */
135909                   "\027\000\000\000\001",
135910                   0,
135911 mike  1.1.2.1 };
135912               
135913               static MetaReference
135914               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent =
135915               {
135916                   /* flags */
135917                   META_FLAG_REFERENCE|META_FLAG_READ,
135918                   /* name */
135919                   "Antecedent",
135920                   /* qualifiers */
135921                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent_qualifiers,
135922                   /* subscript */
135923                   -1,
135924                   /* refId */
135925                   &__root_cimv2_CIM_J2eeJCAManagedConnectionFactory,
135926               };
135927               
135928               static MetaFeature*
135929               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_features[] =
135930               {
135931                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent,
135932 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent,
135933                   0,
135934               };
135935               
135936               static const char*
135937               __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_qualifiers[] =
135938               {
135939                   /* ASSOCIATION */
135940                   "\000\001",
135941                   /* UMLPackagePath */
135942                   "\057CIM::Application::J2eeAppServer",
135943                   /* Version */
135944                   "\0632.8.0",
135945                   0,
135946               };
135947               
135948               MetaClass
135949               __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory =
135950               {
135951                   /* flags */
135952                   META_FLAG_ASSOCIATION,
135953 mike  1.1.2.1     /* name */
135954                   "CIM_J2eeJCAConnectionFactoryManagedConnectionFactory",
135955                   /* qualifiers */
135956                   __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_qualifiers,
135957                   /* super */
135958                   &__root_cimv2_CIM_HostedDependency,
135959                   /* features */
135960                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_features,
135961               };
135962               
135963               //==============================================================================
135964               //
135965               // Class: CIM_J2eeJDBCDataSourceDriver
135966               //
135967               //==============================================================================
135968               
135969               static const char*
135970               _CIM_J2eeJDBCDataSourceDriver_Dependent_qualifiers[] =
135971               {
135972                   /* Override */
135973                   "\044Dependent",
135974 mike  1.1.2.1     /* Min */
135975                   "\033\000\000\000\001",
135976                   0,
135977               };
135978               
135979               static MetaReference
135980               _CIM_J2eeJDBCDataSourceDriver_Dependent =
135981               {
135982                   /* flags */
135983                   META_FLAG_REFERENCE|META_FLAG_READ,
135984                   /* name */
135985                   "Dependent",
135986                   /* qualifiers */
135987                   _CIM_J2eeJDBCDataSourceDriver_Dependent_qualifiers,
135988                   /* subscript */
135989                   -1,
135990                   /* refId */
135991                   &__root_cimv2_CIM_J2eeJDBCDataSource,
135992               };
135993               
135994               static const char*
135995 mike  1.1.2.1 _CIM_J2eeJDBCDataSourceDriver_Antecedent_qualifiers[] =
135996               {
135997                   /* Override */
135998                   "\044Antecedent",
135999                   /* Min */
136000                   "\033\000\000\000\001",
136001                   /* Max */
136002                   "\027\000\000\000\001",
136003                   0,
136004               };
136005               
136006               static MetaReference
136007               _CIM_J2eeJDBCDataSourceDriver_Antecedent =
136008               {
136009                   /* flags */
136010                   META_FLAG_REFERENCE|META_FLAG_READ,
136011                   /* name */
136012                   "Antecedent",
136013                   /* qualifiers */
136014                   _CIM_J2eeJDBCDataSourceDriver_Antecedent_qualifiers,
136015                   /* subscript */
136016 mike  1.1.2.1     -1,
136017                   /* refId */
136018                   &__root_cimv2_CIM_J2eeJDBCDriver,
136019               };
136020               
136021               static MetaFeature*
136022               _CIM_J2eeJDBCDataSourceDriver_features[] =
136023               {
136024                   (MetaFeature*)&_CIM_J2eeJDBCDataSourceDriver_Dependent,
136025                   (MetaFeature*)&_CIM_J2eeJDBCDataSourceDriver_Antecedent,
136026                   0,
136027               };
136028               
136029               static const char*
136030               __root_cimv2_CIM_J2eeJDBCDataSourceDriver_qualifiers[] =
136031               {
136032                   /* ASSOCIATION */
136033                   "\000\001",
136034                   /* UMLPackagePath */
136035                   "\057CIM::Application::J2eeAppServer",
136036                   /* Version */
136037 mike  1.1.2.1     "\0632.8.0",
136038                   0,
136039               };
136040               
136041               MetaClass
136042               __root_cimv2_CIM_J2eeJDBCDataSourceDriver =
136043               {
136044                   /* flags */
136045                   META_FLAG_ASSOCIATION,
136046                   /* name */
136047                   "CIM_J2eeJDBCDataSourceDriver",
136048                   /* qualifiers */
136049                   __root_cimv2_CIM_J2eeJDBCDataSourceDriver_qualifiers,
136050                   /* super */
136051                   &__root_cimv2_CIM_HostedDependency,
136052                   /* features */
136053                   _CIM_J2eeJDBCDataSourceDriver_features,
136054               };
136055               
136056               //==============================================================================
136057               //
136058 mike  1.1.2.1 // Class: CIM_J2eeMessageDrivenBean
136059               //
136060               //==============================================================================
136061               
136062               static MetaFeature*
136063               _CIM_J2eeMessageDrivenBean_features[] =
136064               {
136065                   0,
136066               };
136067               
136068               static const char*
136069               __root_cimv2_CIM_J2eeMessageDrivenBean_qualifiers[] =
136070               {
136071                   /* UMLPackagePath */
136072                   "\057CIM::Application::J2eeAppServer",
136073                   /* Version */
136074                   "\0632.8.0",
136075                   0,
136076               };
136077               
136078               MetaClass
136079 mike  1.1.2.1 __root_cimv2_CIM_J2eeMessageDrivenBean =
136080               {
136081                   /* flags */
136082                   META_FLAG_CLASS,
136083                   /* name */
136084                   "CIM_J2eeMessageDrivenBean",
136085                   /* qualifiers */
136086                   __root_cimv2_CIM_J2eeMessageDrivenBean_qualifiers,
136087                   /* super */
136088                   &__root_cimv2_CIM_J2eeEJB,
136089                   /* features */
136090                   _CIM_J2eeMessageDrivenBean_features,
136091               };
136092               
136093               //==============================================================================
136094               //
136095               // Class: CIM_J2eeModule
136096               //
136097               //==============================================================================
136098               
136099               static MetaFeature*
136100 mike  1.1.2.1 _CIM_J2eeModule_features[] =
136101               {
136102                   0,
136103               };
136104               
136105               static const char*
136106               __root_cimv2_CIM_J2eeModule_qualifiers[] =
136107               {
136108                   /* UMLPackagePath */
136109                   "\057CIM::Application::J2eeAppServer",
136110                   /* Abstract */
136111                   "\002\001",
136112                   /* Version */
136113                   "\0632.8.0",
136114                   0,
136115               };
136116               
136117               MetaClass
136118               __root_cimv2_CIM_J2eeModule =
136119               {
136120                   /* flags */
136121 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
136122                   /* name */
136123                   "CIM_J2eeModule",
136124                   /* qualifiers */
136125                   __root_cimv2_CIM_J2eeModule_qualifiers,
136126                   /* super */
136127                   &__root_cimv2_CIM_J2eeDeployedObject,
136128                   /* features */
136129                   _CIM_J2eeModule_features,
136130               };
136131               
136132               //==============================================================================
136133               //
136134               // Class: CIM_J2eeModuleUsesJVM
136135               //
136136               //==============================================================================
136137               
136138               static const char*
136139               _CIM_J2eeModuleUsesJVM_Dependent_qualifiers[] =
136140               {
136141                   /* Override */
136142 mike  1.1.2.1     "\044Dependent",
136143                   0,
136144               };
136145               
136146               static MetaReference
136147               _CIM_J2eeModuleUsesJVM_Dependent =
136148               {
136149                   /* flags */
136150                   META_FLAG_REFERENCE|META_FLAG_READ,
136151                   /* name */
136152                   "Dependent",
136153                   /* qualifiers */
136154                   _CIM_J2eeModuleUsesJVM_Dependent_qualifiers,
136155                   /* subscript */
136156                   -1,
136157                   /* refId */
136158                   &__root_cimv2_CIM_J2eeModule,
136159               };
136160               
136161               static const char*
136162               _CIM_J2eeModuleUsesJVM_Antecedent_qualifiers[] =
136163 mike  1.1.2.1 {
136164                   /* Override */
136165                   "\044Antecedent",
136166                   /* Min */
136167                   "\033\000\000\000\001",
136168                   0,
136169               };
136170               
136171               static MetaReference
136172               _CIM_J2eeModuleUsesJVM_Antecedent =
136173               {
136174                   /* flags */
136175                   META_FLAG_REFERENCE|META_FLAG_READ,
136176                   /* name */
136177                   "Antecedent",
136178                   /* qualifiers */
136179                   _CIM_J2eeModuleUsesJVM_Antecedent_qualifiers,
136180                   /* subscript */
136181                   -1,
136182                   /* refId */
136183                   &__root_cimv2_CIM_J2eeJVM,
136184 mike  1.1.2.1 };
136185               
136186               static MetaFeature*
136187               _CIM_J2eeModuleUsesJVM_features[] =
136188               {
136189                   (MetaFeature*)&_CIM_J2eeModuleUsesJVM_Dependent,
136190                   (MetaFeature*)&_CIM_J2eeModuleUsesJVM_Antecedent,
136191                   0,
136192               };
136193               
136194               static const char*
136195               __root_cimv2_CIM_J2eeModuleUsesJVM_qualifiers[] =
136196               {
136197                   /* ASSOCIATION */
136198                   "\000\001",
136199                   /* UMLPackagePath */
136200                   "\057CIM::Application::J2eeAppServer",
136201                   /* Version */
136202                   "\0632.8.0",
136203                   0,
136204               };
136205 mike  1.1.2.1 
136206               MetaClass
136207               __root_cimv2_CIM_J2eeModuleUsesJVM =
136208               {
136209                   /* flags */
136210                   META_FLAG_ASSOCIATION,
136211                   /* name */
136212                   "CIM_J2eeModuleUsesJVM",
136213                   /* qualifiers */
136214                   __root_cimv2_CIM_J2eeModuleUsesJVM_qualifiers,
136215                   /* super */
136216                   &__root_cimv2_CIM_HostedDependency,
136217                   /* features */
136218                   _CIM_J2eeModuleUsesJVM_features,
136219               };
136220               
136221               //==============================================================================
136222               //
136223               // Class: CIM_J2eeResource
136224               //
136225               //==============================================================================
136226 mike  1.1.2.1 
136227               static const char*
136228               _CIM_J2eeResource_InstanceID_qualifiers[] =
136229               {
136230                   /* Key */
136231                   "\025\001",
136232                   /* ModelCorrespondence */
136233                   "\036\000\001CIM_J2eeResource.Name\000",
136234                   0,
136235               };
136236               
136237               static MetaProperty
136238               _CIM_J2eeResource_InstanceID =
136239               {
136240                   /* flags */
136241                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
136242                   /* name */
136243                   "InstanceID",
136244                   /* qualifiers */
136245                   _CIM_J2eeResource_InstanceID_qualifiers,
136246                   /* type */
136247 mike  1.1.2.1     CIMTYPE_STRING,
136248                   /* subscript */
136249                   -1,
136250                   /* value */
136251                   0,
136252               };
136253               
136254               static const char*
136255               _CIM_J2eeResource_Name_qualifiers[] =
136256               {
136257                   /* Override */
136258                   "\044Name",
136259                   /* MaxLen */
136260                   "\030\000\000\001\000",
136261                   /* MappingStrings */
136262                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136263                   /* ModelCorrespondence */
136264                   "\036\000\001CIM_J2eeResource.InstanceID\000",
136265                   0,
136266               };
136267               
136268 mike  1.1.2.1 static MetaProperty
136269               _CIM_J2eeResource_Name =
136270               {
136271                   /* flags */
136272                   META_FLAG_PROPERTY|META_FLAG_READ,
136273                   /* name */
136274                   "Name",
136275                   /* qualifiers */
136276                   _CIM_J2eeResource_Name_qualifiers,
136277                   /* type */
136278                   CIMTYPE_STRING,
136279                   /* subscript */
136280                   -1,
136281                   /* value */
136282                   0,
136283               };
136284               
136285               static MetaFeature*
136286               _CIM_J2eeResource_features[] =
136287               {
136288                   (MetaFeature*)&_CIM_J2eeResource_InstanceID,
136289 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeResource_Name,
136290                   0,
136291               };
136292               
136293               static const char*
136294               __root_cimv2_CIM_J2eeResource_qualifiers[] =
136295               {
136296                   /* UMLPackagePath */
136297                   "\057CIM::Application::J2eeAppServer",
136298                   /* Abstract */
136299                   "\002\001",
136300                   /* Version */
136301                   "\0632.8.0",
136302                   0,
136303               };
136304               
136305               MetaClass
136306               __root_cimv2_CIM_J2eeResource =
136307               {
136308                   /* flags */
136309                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
136310 mike  1.1.2.1     /* name */
136311                   "CIM_J2eeResource",
136312                   /* qualifiers */
136313                   __root_cimv2_CIM_J2eeResource_qualifiers,
136314                   /* super */
136315                   &__root_cimv2_CIM_SystemResource,
136316                   /* features */
136317                   _CIM_J2eeResource_features,
136318               };
136319               
136320               //==============================================================================
136321               //
136322               // Class: CIM_J2eeResourceAdapter
136323               //
136324               //==============================================================================
136325               
136326               static const char*
136327               _CIM_J2eeResourceAdapter_Name_qualifiers[] =
136328               {
136329                   /* Override */
136330                   "\044Name",
136331 mike  1.1.2.1     /* MaxLen */
136332                   "\030\000\000\001\000",
136333                   /* MappingStrings */
136334                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136335                   0,
136336               };
136337               
136338               static MetaProperty
136339               _CIM_J2eeResourceAdapter_Name =
136340               {
136341                   /* flags */
136342                   META_FLAG_PROPERTY|META_FLAG_READ,
136343                   /* name */
136344                   "Name",
136345                   /* qualifiers */
136346                   _CIM_J2eeResourceAdapter_Name_qualifiers,
136347                   /* type */
136348                   CIMTYPE_STRING,
136349                   /* subscript */
136350                   -1,
136351                   /* value */
136352 mike  1.1.2.1     0,
136353               };
136354               
136355               static MetaFeature*
136356               _CIM_J2eeResourceAdapter_features[] =
136357               {
136358                   (MetaFeature*)&_CIM_J2eeResourceAdapter_Name,
136359                   0,
136360               };
136361               
136362               static const char*
136363               __root_cimv2_CIM_J2eeResourceAdapter_qualifiers[] =
136364               {
136365                   /* UMLPackagePath */
136366                   "\057CIM::Application::J2eeAppServer",
136367                   /* Version */
136368                   "\0632.8.0",
136369                   0,
136370               };
136371               
136372               MetaClass
136373 mike  1.1.2.1 __root_cimv2_CIM_J2eeResourceAdapter =
136374               {
136375                   /* flags */
136376                   META_FLAG_CLASS,
136377                   /* name */
136378                   "CIM_J2eeResourceAdapter",
136379                   /* qualifiers */
136380                   __root_cimv2_CIM_J2eeResourceAdapter_qualifiers,
136381                   /* super */
136382                   &__root_cimv2_CIM_Service,
136383                   /* features */
136384                   _CIM_J2eeResourceAdapter_features,
136385               };
136386               
136387               //==============================================================================
136388               //
136389               // Class: CIM_J2eeResourceAdapterModule
136390               //
136391               //==============================================================================
136392               
136393               static MetaFeature*
136394 mike  1.1.2.1 _CIM_J2eeResourceAdapterModule_features[] =
136395               {
136396                   0,
136397               };
136398               
136399               static const char*
136400               __root_cimv2_CIM_J2eeResourceAdapterModule_qualifiers[] =
136401               {
136402                   /* UMLPackagePath */
136403                   "\057CIM::Application::J2eeAppServer",
136404                   /* Version */
136405                   "\0632.8.0",
136406                   0,
136407               };
136408               
136409               MetaClass
136410               __root_cimv2_CIM_J2eeResourceAdapterModule =
136411               {
136412                   /* flags */
136413                   META_FLAG_CLASS,
136414                   /* name */
136415 mike  1.1.2.1     "CIM_J2eeResourceAdapterModule",
136416                   /* qualifiers */
136417                   __root_cimv2_CIM_J2eeResourceAdapterModule_qualifiers,
136418                   /* super */
136419                   &__root_cimv2_CIM_J2eeModule,
136420                   /* features */
136421                   _CIM_J2eeResourceAdapterModule_features,
136422               };
136423               
136424               //==============================================================================
136425               //
136426               // Class: CIM_J2eeRMI_IIOPResource
136427               //
136428               //==============================================================================
136429               
136430               static MetaFeature*
136431               _CIM_J2eeRMI_IIOPResource_features[] =
136432               {
136433                   0,
136434               };
136435               
136436 mike  1.1.2.1 static const char*
136437               __root_cimv2_CIM_J2eeRMI_IIOPResource_qualifiers[] =
136438               {
136439                   /* UMLPackagePath */
136440                   "\057CIM::Application::J2eeAppServer",
136441                   /* Version */
136442                   "\0632.8.0",
136443                   0,
136444               };
136445               
136446               MetaClass
136447               __root_cimv2_CIM_J2eeRMI_IIOPResource =
136448               {
136449                   /* flags */
136450                   META_FLAG_CLASS,
136451                   /* name */
136452                   "CIM_J2eeRMI_IIOPResource",
136453                   /* qualifiers */
136454                   __root_cimv2_CIM_J2eeRMI_IIOPResource_qualifiers,
136455                   /* super */
136456                   &__root_cimv2_CIM_J2eeResource,
136457 mike  1.1.2.1     /* features */
136458                   _CIM_J2eeRMI_IIOPResource_features,
136459               };
136460               
136461               //==============================================================================
136462               //
136463               // Class: CIM_J2eeServer
136464               //
136465               //==============================================================================
136466               
136467               static const char*
136468               _CIM_J2eeServer_Name_qualifiers[] =
136469               {
136470                   /* Override */
136471                   "\044Name",
136472                   /* MaxLen */
136473                   "\030\000\000\001\000",
136474                   /* MappingStrings */
136475                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136476                   0,
136477               };
136478 mike  1.1.2.1 
136479               static MetaProperty
136480               _CIM_J2eeServer_Name =
136481               {
136482                   /* flags */
136483                   META_FLAG_PROPERTY|META_FLAG_READ,
136484                   /* name */
136485                   "Name",
136486                   /* qualifiers */
136487                   _CIM_J2eeServer_Name_qualifiers,
136488                   /* type */
136489                   CIMTYPE_STRING,
136490                   /* subscript */
136491                   -1,
136492                   /* value */
136493                   0,
136494               };
136495               
136496               static const char*
136497               _CIM_J2eeServer_Vendor_qualifiers[] =
136498               {
136499 mike  1.1.2.1     /* MappingStrings */
136500                   "\026\000\001JSR77.JCP|JSR77.3.3.1.4 serverVendor|V1.0\000",
136501                   0,
136502               };
136503               
136504               static MetaProperty
136505               _CIM_J2eeServer_Vendor =
136506               {
136507                   /* flags */
136508                   META_FLAG_PROPERTY|META_FLAG_READ,
136509                   /* name */
136510                   "Vendor",
136511                   /* qualifiers */
136512                   _CIM_J2eeServer_Vendor_qualifiers,
136513                   /* type */
136514                   CIMTYPE_STRING,
136515                   /* subscript */
136516                   -1,
136517                   /* value */
136518                   0,
136519               };
136520 mike  1.1.2.1 
136521               static const char*
136522               _CIM_J2eeServer_Version_qualifiers[] =
136523               {
136524                   /* MappingStrings */
136525                   "\026\000\001JSR77.JCP|JSR77.3.3.1.5 serverVersion|V1.0\000",
136526                   0,
136527               };
136528               
136529               static MetaProperty
136530               _CIM_J2eeServer_Version =
136531               {
136532                   /* flags */
136533                   META_FLAG_PROPERTY|META_FLAG_READ,
136534                   /* name */
136535                   "Version",
136536                   /* qualifiers */
136537                   _CIM_J2eeServer_Version_qualifiers,
136538                   /* type */
136539                   CIMTYPE_STRING,
136540                   /* subscript */
136541 mike  1.1.2.1     -1,
136542                   /* value */
136543                   0,
136544               };
136545               
136546               static MetaFeature*
136547               _CIM_J2eeServer_features[] =
136548               {
136549                   (MetaFeature*)&_CIM_J2eeServer_Name,
136550                   (MetaFeature*)&_CIM_J2eeServer_Vendor,
136551                   (MetaFeature*)&_CIM_J2eeServer_Version,
136552                   0,
136553               };
136554               
136555               static const char*
136556               __root_cimv2_CIM_J2eeServer_qualifiers[] =
136557               {
136558                   /* UMLPackagePath */
136559                   "\057CIM::Application::J2eeAppServer",
136560                   /* Version */
136561                   "\0632.8.0",
136562 mike  1.1.2.1     0,
136563               };
136564               
136565               MetaClass
136566               __root_cimv2_CIM_J2eeServer =
136567               {
136568                   /* flags */
136569                   META_FLAG_CLASS,
136570                   /* name */
136571                   "CIM_J2eeServer",
136572                   /* qualifiers */
136573                   __root_cimv2_CIM_J2eeServer_qualifiers,
136574                   /* super */
136575                   &__root_cimv2_CIM_ApplicationSystem,
136576                   /* features */
136577                   _CIM_J2eeServer_features,
136578               };
136579               
136580               //==============================================================================
136581               //
136582               // Class: CIM_J2eeServerInDomain
136583 mike  1.1.2.1 //
136584               //==============================================================================
136585               
136586               static const char*
136587               _CIM_J2eeServerInDomain_GroupComponent_qualifiers[] =
136588               {
136589                   /* Aggregate */
136590                   "\003\001",
136591                   /* Override */
136592                   "\044GroupComponent",
136593                   /* Min */
136594                   "\033\000\000\000\001",
136595                   /* Max */
136596                   "\027\000\000\000\001",
136597                   0,
136598               };
136599               
136600               static MetaReference
136601               _CIM_J2eeServerInDomain_GroupComponent =
136602               {
136603                   /* flags */
136604 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
136605                   /* name */
136606                   "GroupComponent",
136607                   /* qualifiers */
136608                   _CIM_J2eeServerInDomain_GroupComponent_qualifiers,
136609                   /* subscript */
136610                   -1,
136611                   /* refId */
136612                   &__root_cimv2_CIM_J2eeDomain,
136613               };
136614               
136615               static const char*
136616               _CIM_J2eeServerInDomain_PartComponent_qualifiers[] =
136617               {
136618                   /* Override */
136619                   "\044PartComponent",
136620                   /* Min */
136621                   "\033\000\000\000\001",
136622                   0,
136623               };
136624               
136625 mike  1.1.2.1 static MetaReference
136626               _CIM_J2eeServerInDomain_PartComponent =
136627               {
136628                   /* flags */
136629                   META_FLAG_REFERENCE|META_FLAG_READ,
136630                   /* name */
136631                   "PartComponent",
136632                   /* qualifiers */
136633                   _CIM_J2eeServerInDomain_PartComponent_qualifiers,
136634                   /* subscript */
136635                   -1,
136636                   /* refId */
136637                   &__root_cimv2_CIM_J2eeServer,
136638               };
136639               
136640               static MetaFeature*
136641               _CIM_J2eeServerInDomain_features[] =
136642               {
136643                   (MetaFeature*)&_CIM_J2eeServerInDomain_GroupComponent,
136644                   (MetaFeature*)&_CIM_J2eeServerInDomain_PartComponent,
136645                   0,
136646 mike  1.1.2.1 };
136647               
136648               static const char*
136649               __root_cimv2_CIM_J2eeServerInDomain_qualifiers[] =
136650               {
136651                   /* ASSOCIATION */
136652                   "\000\001",
136653                   /* UMLPackagePath */
136654                   "\057CIM::Application::J2eeAppServer",
136655                   /* Aggregation */
136656                   "\004\001",
136657                   /* Version */
136658                   "\0632.8.0",
136659                   0,
136660               };
136661               
136662               MetaClass
136663               __root_cimv2_CIM_J2eeServerInDomain =
136664               {
136665                   /* flags */
136666                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
136667 mike  1.1.2.1     /* name */
136668                   "CIM_J2eeServerInDomain",
136669                   /* qualifiers */
136670                   __root_cimv2_CIM_J2eeServerInDomain_qualifiers,
136671                   /* super */
136672                   &__root_cimv2_CIM_SystemComponent,
136673                   /* features */
136674                   _CIM_J2eeServerInDomain_features,
136675               };
136676               
136677               //==============================================================================
136678               //
136679               // Class: CIM_J2eeServerUsesJVM
136680               //
136681               //==============================================================================
136682               
136683               static const char*
136684               _CIM_J2eeServerUsesJVM_Antecedent_qualifiers[] =
136685               {
136686                   /* Override */
136687                   "\044Antecedent",
136688 mike  1.1.2.1     /* Min */
136689                   "\033\000\000\000\001",
136690                   0,
136691               };
136692               
136693               static MetaReference
136694               _CIM_J2eeServerUsesJVM_Antecedent =
136695               {
136696                   /* flags */
136697                   META_FLAG_REFERENCE|META_FLAG_READ,
136698                   /* name */
136699                   "Antecedent",
136700                   /* qualifiers */
136701                   _CIM_J2eeServerUsesJVM_Antecedent_qualifiers,
136702                   /* subscript */
136703                   -1,
136704                   /* refId */
136705                   &__root_cimv2_CIM_J2eeJVM,
136706               };
136707               
136708               static const char*
136709 mike  1.1.2.1 _CIM_J2eeServerUsesJVM_Dependent_qualifiers[] =
136710               {
136711                   /* Override */
136712                   "\044Dependent",
136713                   /* Min */
136714                   "\033\000\000\000\001",
136715                   0,
136716               };
136717               
136718               static MetaReference
136719               _CIM_J2eeServerUsesJVM_Dependent =
136720               {
136721                   /* flags */
136722                   META_FLAG_REFERENCE|META_FLAG_READ,
136723                   /* name */
136724                   "Dependent",
136725                   /* qualifiers */
136726                   _CIM_J2eeServerUsesJVM_Dependent_qualifiers,
136727                   /* subscript */
136728                   -1,
136729                   /* refId */
136730 mike  1.1.2.1     &__root_cimv2_CIM_J2eeServer,
136731               };
136732               
136733               static MetaFeature*
136734               _CIM_J2eeServerUsesJVM_features[] =
136735               {
136736                   (MetaFeature*)&_CIM_J2eeServerUsesJVM_Antecedent,
136737                   (MetaFeature*)&_CIM_J2eeServerUsesJVM_Dependent,
136738                   0,
136739               };
136740               
136741               static const char*
136742               __root_cimv2_CIM_J2eeServerUsesJVM_qualifiers[] =
136743               {
136744                   /* ASSOCIATION */
136745                   "\000\001",
136746                   /* UMLPackagePath */
136747                   "\057CIM::Application::J2eeAppServer",
136748                   /* Version */
136749                   "\0632.8.0",
136750                   0,
136751 mike  1.1.2.1 };
136752               
136753               MetaClass
136754               __root_cimv2_CIM_J2eeServerUsesJVM =
136755               {
136756                   /* flags */
136757                   META_FLAG_ASSOCIATION,
136758                   /* name */
136759                   "CIM_J2eeServerUsesJVM",
136760                   /* qualifiers */
136761                   __root_cimv2_CIM_J2eeServerUsesJVM_qualifiers,
136762                   /* super */
136763                   &__root_cimv2_CIM_Dependency,
136764                   /* features */
136765                   _CIM_J2eeServerUsesJVM_features,
136766               };
136767               
136768               //==============================================================================
136769               //
136770               // Class: CIM_J2eeServlet
136771               //
136772 mike  1.1.2.1 //==============================================================================
136773               
136774               static const char*
136775               _CIM_J2eeServlet_Name_qualifiers[] =
136776               {
136777                   /* Override */
136778                   "\044Name",
136779                   /* MaxLen */
136780                   "\030\000\000\001\000",
136781                   /* MappingStrings */
136782                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136783                   0,
136784               };
136785               
136786               static MetaProperty
136787               _CIM_J2eeServlet_Name =
136788               {
136789                   /* flags */
136790                   META_FLAG_PROPERTY|META_FLAG_READ,
136791                   /* name */
136792                   "Name",
136793 mike  1.1.2.1     /* qualifiers */
136794                   _CIM_J2eeServlet_Name_qualifiers,
136795                   /* type */
136796                   CIMTYPE_STRING,
136797                   /* subscript */
136798                   -1,
136799                   /* value */
136800                   0,
136801               };
136802               
136803               static MetaFeature*
136804               _CIM_J2eeServlet_features[] =
136805               {
136806                   (MetaFeature*)&_CIM_J2eeServlet_Name,
136807                   0,
136808               };
136809               
136810               static const char*
136811               __root_cimv2_CIM_J2eeServlet_qualifiers[] =
136812               {
136813                   /* UMLPackagePath */
136814 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
136815                   /* Version */
136816                   "\0632.8.0",
136817                   0,
136818               };
136819               
136820               MetaClass
136821               __root_cimv2_CIM_J2eeServlet =
136822               {
136823                   /* flags */
136824                   META_FLAG_CLASS,
136825                   /* name */
136826                   "CIM_J2eeServlet",
136827                   /* qualifiers */
136828                   __root_cimv2_CIM_J2eeServlet_qualifiers,
136829                   /* super */
136830                   &__root_cimv2_CIM_Service,
136831                   /* features */
136832                   _CIM_J2eeServlet_features,
136833               };
136834               
136835 mike  1.1.2.1 //==============================================================================
136836               //
136837               // Class: CIM_J2eeSessionBean
136838               //
136839               //==============================================================================
136840               
136841               static MetaFeature*
136842               _CIM_J2eeSessionBean_features[] =
136843               {
136844                   0,
136845               };
136846               
136847               static const char*
136848               __root_cimv2_CIM_J2eeSessionBean_qualifiers[] =
136849               {
136850                   /* UMLPackagePath */
136851                   "\057CIM::Application::J2eeAppServer",
136852                   /* Abstract */
136853                   "\002\001",
136854                   /* Version */
136855                   "\0632.8.0",
136856 mike  1.1.2.1     0,
136857               };
136858               
136859               MetaClass
136860               __root_cimv2_CIM_J2eeSessionBean =
136861               {
136862                   /* flags */
136863                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
136864                   /* name */
136865                   "CIM_J2eeSessionBean",
136866                   /* qualifiers */
136867                   __root_cimv2_CIM_J2eeSessionBean_qualifiers,
136868                   /* super */
136869                   &__root_cimv2_CIM_J2eeEJB,
136870                   /* features */
136871                   _CIM_J2eeSessionBean_features,
136872               };
136873               
136874               //==============================================================================
136875               //
136876               // Class: CIM_J2eeStatefulSessionBean
136877 mike  1.1.2.1 //
136878               //==============================================================================
136879               
136880               static MetaFeature*
136881               _CIM_J2eeStatefulSessionBean_features[] =
136882               {
136883                   0,
136884               };
136885               
136886               static const char*
136887               __root_cimv2_CIM_J2eeStatefulSessionBean_qualifiers[] =
136888               {
136889                   /* UMLPackagePath */
136890                   "\057CIM::Application::J2eeAppServer",
136891                   /* Version */
136892                   "\0632.8.0",
136893                   0,
136894               };
136895               
136896               MetaClass
136897               __root_cimv2_CIM_J2eeStatefulSessionBean =
136898 mike  1.1.2.1 {
136899                   /* flags */
136900                   META_FLAG_CLASS,
136901                   /* name */
136902                   "CIM_J2eeStatefulSessionBean",
136903                   /* qualifiers */
136904                   __root_cimv2_CIM_J2eeStatefulSessionBean_qualifiers,
136905                   /* super */
136906                   &__root_cimv2_CIM_J2eeSessionBean,
136907                   /* features */
136908                   _CIM_J2eeStatefulSessionBean_features,
136909               };
136910               
136911               //==============================================================================
136912               //
136913               // Class: CIM_J2eeStatelessSessionBean
136914               //
136915               //==============================================================================
136916               
136917               static MetaFeature*
136918               _CIM_J2eeStatelessSessionBean_features[] =
136919 mike  1.1.2.1 {
136920                   0,
136921               };
136922               
136923               static const char*
136924               __root_cimv2_CIM_J2eeStatelessSessionBean_qualifiers[] =
136925               {
136926                   /* UMLPackagePath */
136927                   "\057CIM::Application::J2eeAppServer",
136928                   /* Version */
136929                   "\0632.8.0",
136930                   0,
136931               };
136932               
136933               MetaClass
136934               __root_cimv2_CIM_J2eeStatelessSessionBean =
136935               {
136936                   /* flags */
136937                   META_FLAG_CLASS,
136938                   /* name */
136939                   "CIM_J2eeStatelessSessionBean",
136940 mike  1.1.2.1     /* qualifiers */
136941                   __root_cimv2_CIM_J2eeStatelessSessionBean_qualifiers,
136942                   /* super */
136943                   &__root_cimv2_CIM_J2eeSessionBean,
136944                   /* features */
136945                   _CIM_J2eeStatelessSessionBean_features,
136946               };
136947               
136948               //==============================================================================
136949               //
136950               // Class: CIM_J2eeURLResource
136951               //
136952               //==============================================================================
136953               
136954               static MetaFeature*
136955               _CIM_J2eeURLResource_features[] =
136956               {
136957                   0,
136958               };
136959               
136960               static const char*
136961 mike  1.1.2.1 __root_cimv2_CIM_J2eeURLResource_qualifiers[] =
136962               {
136963                   /* UMLPackagePath */
136964                   "\057CIM::Application::J2eeAppServer",
136965                   /* Version */
136966                   "\0632.8.0",
136967                   0,
136968               };
136969               
136970               MetaClass
136971               __root_cimv2_CIM_J2eeURLResource =
136972               {
136973                   /* flags */
136974                   META_FLAG_CLASS,
136975                   /* name */
136976                   "CIM_J2eeURLResource",
136977                   /* qualifiers */
136978                   __root_cimv2_CIM_J2eeURLResource_qualifiers,
136979                   /* super */
136980                   &__root_cimv2_CIM_J2eeResource,
136981                   /* features */
136982 mike  1.1.2.1     _CIM_J2eeURLResource_features,
136983               };
136984               
136985               //==============================================================================
136986               //
136987               // Class: CIM_J2eeWebModule
136988               //
136989               //==============================================================================
136990               
136991               static MetaFeature*
136992               _CIM_J2eeWebModule_features[] =
136993               {
136994                   0,
136995               };
136996               
136997               static const char*
136998               __root_cimv2_CIM_J2eeWebModule_qualifiers[] =
136999               {
137000                   /* UMLPackagePath */
137001                   "\057CIM::Application::J2eeAppServer",
137002                   /* Version */
137003 mike  1.1.2.1     "\0632.8.0",
137004                   0,
137005               };
137006               
137007               MetaClass
137008               __root_cimv2_CIM_J2eeWebModule =
137009               {
137010                   /* flags */
137011                   META_FLAG_CLASS,
137012                   /* name */
137013                   "CIM_J2eeWebModule",
137014                   /* qualifiers */
137015                   __root_cimv2_CIM_J2eeWebModule_qualifiers,
137016                   /* super */
137017                   &__root_cimv2_CIM_J2eeModule,
137018                   /* features */
137019                   _CIM_J2eeWebModule_features,
137020               };
137021               
137022               //==============================================================================
137023               //
137024 mike  1.1.2.1 // Class: CIM_Keyboard
137025               //
137026               //==============================================================================
137027               
137028               static const char*
137029               _CIM_Keyboard_NumberOfFunctionKeys_qualifiers[] =
137030               {
137031                   0,
137032               };
137033               
137034               static MetaProperty
137035               _CIM_Keyboard_NumberOfFunctionKeys =
137036               {
137037                   /* flags */
137038                   META_FLAG_PROPERTY|META_FLAG_READ,
137039                   /* name */
137040                   "NumberOfFunctionKeys",
137041                   /* qualifiers */
137042                   _CIM_Keyboard_NumberOfFunctionKeys_qualifiers,
137043                   /* type */
137044                   CIMTYPE_UINT16,
137045 mike  1.1.2.1     /* subscript */
137046                   -1,
137047                   /* value */
137048                   0,
137049               };
137050               
137051               static const char*
137052               _CIM_Keyboard_Layout_qualifiers[] =
137053               {
137054                   /* MappingStrings */
137055                   "\026\000\001MIF.DMTF|Keyboard|004.1\000",
137056                   0,
137057               };
137058               
137059               static MetaProperty
137060               _CIM_Keyboard_Layout =
137061               {
137062                   /* flags */
137063                   META_FLAG_PROPERTY|META_FLAG_READ,
137064                   /* name */
137065                   "Layout",
137066 mike  1.1.2.1     /* qualifiers */
137067                   _CIM_Keyboard_Layout_qualifiers,
137068                   /* type */
137069                   CIMTYPE_STRING,
137070                   /* subscript */
137071                   -1,
137072                   /* value */
137073                   0,
137074               };
137075               
137076               static const char*
137077               _CIM_Keyboard_Password_qualifiers[] =
137078               {
137079                   /* ValueMap */
137080                   "\061\000\0051\0002\0003\0004\0005\000",
137081                   /* Values */
137082                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
137083                   /* MappingStrings */
137084                   "\026\000\001MIF.DMTF|System Hardware Security|001.2\000",
137085                   0,
137086               };
137087 mike  1.1.2.1 
137088               static MetaProperty
137089               _CIM_Keyboard_Password =
137090               {
137091                   /* flags */
137092                   META_FLAG_PROPERTY|META_FLAG_READ,
137093                   /* name */
137094                   "Password",
137095                   /* qualifiers */
137096                   _CIM_Keyboard_Password_qualifiers,
137097                   /* type */
137098                   CIMTYPE_UINT16,
137099                   /* subscript */
137100                   -1,
137101                   /* value */
137102                   0,
137103               };
137104               
137105               static MetaFeature*
137106               _CIM_Keyboard_features[] =
137107               {
137108 mike  1.1.2.1     (MetaFeature*)&_CIM_Keyboard_NumberOfFunctionKeys,
137109                   (MetaFeature*)&_CIM_Keyboard_Layout,
137110                   (MetaFeature*)&_CIM_Keyboard_Password,
137111                   0,
137112               };
137113               
137114               static const char*
137115               __root_cimv2_CIM_Keyboard_qualifiers[] =
137116               {
137117                   /* UMLPackagePath */
137118                   "\057CIM::Device::UserDevices",
137119                   /* Version */
137120                   "\0632.7.0",
137121                   0,
137122               };
137123               
137124               MetaClass
137125               __root_cimv2_CIM_Keyboard =
137126               {
137127                   /* flags */
137128                   META_FLAG_CLASS,
137129 mike  1.1.2.1     /* name */
137130                   "CIM_Keyboard",
137131                   /* qualifiers */
137132                   __root_cimv2_CIM_Keyboard_qualifiers,
137133                   /* super */
137134                   &__root_cimv2_CIM_UserDevice,
137135                   /* features */
137136                   _CIM_Keyboard_features,
137137               };
137138               
137139               //==============================================================================
137140               //
137141               // Class: CIM_LabelReader
137142               //
137143               //==============================================================================
137144               
137145               static const char*
137146               _CIM_LabelReader_SupportedFormats_qualifiers[] =
137147               {
137148                   /* ValueMap */
137149                   "\061\000\0060\0001\0002\0003\0004\0005\000",
137150 mike  1.1.2.1     /* Values */
137151                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
137152                   /* ModelCorrespondence */
137153                   "\036\000\001CIM_PhysicalMedia.LabelFormats\000",
137154                   0,
137155               };
137156               
137157               static MetaProperty
137158               _CIM_LabelReader_SupportedFormats =
137159               {
137160                   /* flags */
137161                   META_FLAG_PROPERTY|META_FLAG_READ,
137162                   /* name */
137163                   "SupportedFormats",
137164                   /* qualifiers */
137165                   _CIM_LabelReader_SupportedFormats_qualifiers,
137166                   /* type */
137167                   CIMTYPE_UINT16,
137168                   /* subscript */
137169                   0,
137170                   /* value */
137171 mike  1.1.2.1     0,
137172               };
137173               
137174               static const char*
137175               _CIM_LabelReader_Technology_qualifiers[] =
137176               {
137177                   /* ValueMap */
137178                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
137179                   /* Values */
137180                   "\062\000\007Unknown\000Other\000Laser\000Infrared\000RF\000Camera\000Memory Reader\000",
137181                   0,
137182               };
137183               
137184               static MetaProperty
137185               _CIM_LabelReader_Technology =
137186               {
137187                   /* flags */
137188                   META_FLAG_PROPERTY|META_FLAG_READ,
137189                   /* name */
137190                   "Technology",
137191                   /* qualifiers */
137192 mike  1.1.2.1     _CIM_LabelReader_Technology_qualifiers,
137193                   /* type */
137194                   CIMTYPE_UINT16,
137195                   /* subscript */
137196                   -1,
137197                   /* value */
137198                   0,
137199               };
137200               
137201               static MetaFeature*
137202               _CIM_LabelReader_features[] =
137203               {
137204                   (MetaFeature*)&_CIM_LabelReader_SupportedFormats,
137205                   (MetaFeature*)&_CIM_LabelReader_Technology,
137206                   0,
137207               };
137208               
137209               static const char*
137210               __root_cimv2_CIM_LabelReader_qualifiers[] =
137211               {
137212                   /* UMLPackagePath */
137213 mike  1.1.2.1     "\057CIM::Device::StorageLib",
137214                   /* Version */
137215                   "\0632.6.0",
137216                   0,
137217               };
137218               
137219               MetaClass
137220               __root_cimv2_CIM_LabelReader =
137221               {
137222                   /* flags */
137223                   META_FLAG_CLASS,
137224                   /* name */
137225                   "CIM_LabelReader",
137226                   /* qualifiers */
137227                   __root_cimv2_CIM_LabelReader_qualifiers,
137228                   /* super */
137229                   &__root_cimv2_CIM_LogicalDevice,
137230                   /* features */
137231                   _CIM_LabelReader_features,
137232               };
137233               
137234 mike  1.1.2.1 //==============================================================================
137235               //
137236               // Class: CIM_LibraryExchange
137237               //
137238               //==============================================================================
137239               
137240               static const char*
137241               _CIM_LibraryExchange_Antecedent_qualifiers[] =
137242               {
137243                   /* Override */
137244                   "\044Antecedent",
137245                   0,
137246               };
137247               
137248               static MetaReference
137249               _CIM_LibraryExchange_Antecedent =
137250               {
137251                   /* flags */
137252                   META_FLAG_REFERENCE|META_FLAG_READ,
137253                   /* name */
137254                   "Antecedent",
137255 mike  1.1.2.1     /* qualifiers */
137256                   _CIM_LibraryExchange_Antecedent_qualifiers,
137257                   /* subscript */
137258                   -1,
137259                   /* refId */
137260                   &__root_cimv2_CIM_InterLibraryPort,
137261               };
137262               
137263               static const char*
137264               _CIM_LibraryExchange_Dependent_qualifiers[] =
137265               {
137266                   /* Override */
137267                   "\044Dependent",
137268                   0,
137269               };
137270               
137271               static MetaReference
137272               _CIM_LibraryExchange_Dependent =
137273               {
137274                   /* flags */
137275                   META_FLAG_REFERENCE|META_FLAG_READ,
137276 mike  1.1.2.1     /* name */
137277                   "Dependent",
137278                   /* qualifiers */
137279                   _CIM_LibraryExchange_Dependent_qualifiers,
137280                   /* subscript */
137281                   -1,
137282                   /* refId */
137283                   &__root_cimv2_CIM_InterLibraryPort,
137284               };
137285               
137286               static const char*
137287               _CIM_LibraryExchange_CurrentlyAccessingPort_qualifiers[] =
137288               {
137289                   /* ValueMap */
137290                   "\061\000\0040\0001\0002\0003\000",
137291                   /* Values */
137292                   "\062\000\004Unknown\000Antecedent\000Dependent\000Neither\000",
137293                   0,
137294               };
137295               
137296               static MetaProperty
137297 mike  1.1.2.1 _CIM_LibraryExchange_CurrentlyAccessingPort =
137298               {
137299                   /* flags */
137300                   META_FLAG_PROPERTY|META_FLAG_READ,
137301                   /* name */
137302                   "CurrentlyAccessingPort",
137303                   /* qualifiers */
137304                   _CIM_LibraryExchange_CurrentlyAccessingPort_qualifiers,
137305                   /* type */
137306                   CIMTYPE_UINT16,
137307                   /* subscript */
137308                   -1,
137309                   /* value */
137310                   0,
137311               };
137312               
137313               static MetaFeature*
137314               _CIM_LibraryExchange_features[] =
137315               {
137316                   (MetaFeature*)&_CIM_LibraryExchange_Antecedent,
137317                   (MetaFeature*)&_CIM_LibraryExchange_Dependent,
137318 mike  1.1.2.1     (MetaFeature*)&_CIM_LibraryExchange_CurrentlyAccessingPort,
137319                   0,
137320               };
137321               
137322               static const char*
137323               __root_cimv2_CIM_LibraryExchange_qualifiers[] =
137324               {
137325                   /* ASSOCIATION */
137326                   "\000\001",
137327                   /* UMLPackagePath */
137328                   "\057CIM::Device::StorageLib",
137329                   /* Version */
137330                   "\0632.6.0",
137331                   0,
137332               };
137333               
137334               MetaClass
137335               __root_cimv2_CIM_LibraryExchange =
137336               {
137337                   /* flags */
137338                   META_FLAG_ASSOCIATION,
137339 mike  1.1.2.1     /* name */
137340                   "CIM_LibraryExchange",
137341                   /* qualifiers */
137342                   __root_cimv2_CIM_LibraryExchange_qualifiers,
137343                   /* super */
137344                   &__root_cimv2_CIM_Dependency,
137345                   /* features */
137346                   _CIM_LibraryExchange_features,
137347               };
137348               
137349               //==============================================================================
137350               //
137351               // Class: CIM_LimitedAccessPort
137352               //
137353               //==============================================================================
137354               
137355               static const char*
137356               _CIM_LimitedAccessPort_Locked_qualifiers[] =
137357               {
137358                   0,
137359               };
137360 mike  1.1.2.1 
137361               static MetaProperty
137362               _CIM_LimitedAccessPort_Locked =
137363               {
137364                   /* flags */
137365                   META_FLAG_PROPERTY|META_FLAG_READ,
137366                   /* name */
137367                   "Locked",
137368                   /* qualifiers */
137369                   _CIM_LimitedAccessPort_Locked_qualifiers,
137370                   /* type */
137371                   CIMTYPE_BOOLEAN,
137372                   /* subscript */
137373                   -1,
137374                   /* value */
137375                   0,
137376               };
137377               
137378               static const char*
137379               _CIM_LimitedAccessPort_Extended_qualifiers[] =
137380               {
137381 mike  1.1.2.1     0,
137382               };
137383               
137384               static MetaProperty
137385               _CIM_LimitedAccessPort_Extended =
137386               {
137387                   /* flags */
137388                   META_FLAG_PROPERTY|META_FLAG_READ,
137389                   /* name */
137390                   "Extended",
137391                   /* qualifiers */
137392                   _CIM_LimitedAccessPort_Extended_qualifiers,
137393                   /* type */
137394                   CIMTYPE_BOOLEAN,
137395                   /* subscript */
137396                   -1,
137397                   /* value */
137398                   0,
137399               };
137400               
137401               static const char*
137402 mike  1.1.2.1 _CIM_LimitedAccessPort_ExtendTimeout_qualifiers[] =
137403               {
137404                   /* Units */
137405                   "\060Seconds",
137406                   0,
137407               };
137408               
137409               static MetaProperty
137410               _CIM_LimitedAccessPort_ExtendTimeout =
137411               {
137412                   /* flags */
137413                   META_FLAG_PROPERTY|META_FLAG_READ,
137414                   /* name */
137415                   "ExtendTimeout",
137416                   /* qualifiers */
137417                   _CIM_LimitedAccessPort_ExtendTimeout_qualifiers,
137418                   /* type */
137419                   CIMTYPE_UINT32,
137420                   /* subscript */
137421                   -1,
137422                   /* value */
137423 mike  1.1.2.1     0,
137424               };
137425               
137426               static const char*
137427               _CIM_LimitedAccessPort_LastExtended_qualifiers[] =
137428               {
137429                   0,
137430               };
137431               
137432               static MetaProperty
137433               _CIM_LimitedAccessPort_LastExtended =
137434               {
137435                   /* flags */
137436                   META_FLAG_PROPERTY|META_FLAG_READ,
137437                   /* name */
137438                   "LastExtended",
137439                   /* qualifiers */
137440                   _CIM_LimitedAccessPort_LastExtended_qualifiers,
137441                   /* type */
137442                   CIMTYPE_DATETIME,
137443                   /* subscript */
137444 mike  1.1.2.1     -1,
137445                   /* value */
137446                   0,
137447               };
137448               
137449               static const char*
137450               _CIM_LimitedAccessPort_ImportCount_qualifiers[] =
137451               {
137452                   /* Counter */
137453                   "\012\001",
137454                   0,
137455               };
137456               
137457               static MetaProperty
137458               _CIM_LimitedAccessPort_ImportCount =
137459               {
137460                   /* flags */
137461                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
137462                   /* name */
137463                   "ImportCount",
137464                   /* qualifiers */
137465 mike  1.1.2.1     _CIM_LimitedAccessPort_ImportCount_qualifiers,
137466                   /* type */
137467                   CIMTYPE_UINT64,
137468                   /* subscript */
137469                   -1,
137470                   /* value */
137471                   0,
137472               };
137473               
137474               static const char*
137475               _CIM_LimitedAccessPort_ExportCount_qualifiers[] =
137476               {
137477                   /* Counter */
137478                   "\012\001",
137479                   0,
137480               };
137481               
137482               static MetaProperty
137483               _CIM_LimitedAccessPort_ExportCount =
137484               {
137485                   /* flags */
137486 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
137487                   /* name */
137488                   "ExportCount",
137489                   /* qualifiers */
137490                   _CIM_LimitedAccessPort_ExportCount_qualifiers,
137491                   /* type */
137492                   CIMTYPE_UINT64,
137493                   /* subscript */
137494                   -1,
137495                   /* value */
137496                   0,
137497               };
137498               
137499               static const char*
137500               _CIM_LimitedAccessPort_Direction_qualifiers[] =
137501               {
137502                   /* ValueMap */
137503                   "\061\000\0040\0001\0002\0003\000",
137504                   /* Values */
137505                   "\062\000\004Unknown\000Import\000Export\000Both Import and Export\000",
137506                   0,
137507 mike  1.1.2.1 };
137508               
137509               static MetaProperty
137510               _CIM_LimitedAccessPort_Direction =
137511               {
137512                   /* flags */
137513                   META_FLAG_PROPERTY|META_FLAG_READ,
137514                   /* name */
137515                   "Direction",
137516                   /* qualifiers */
137517                   _CIM_LimitedAccessPort_Direction_qualifiers,
137518                   /* type */
137519                   CIMTYPE_UINT16,
137520                   /* subscript */
137521                   -1,
137522                   /* value */
137523                   0,
137524               };
137525               
137526               static MetaFeature*
137527               _CIM_LimitedAccessPort_features[] =
137528 mike  1.1.2.1 {
137529                   (MetaFeature*)&_CIM_LimitedAccessPort_Locked,
137530                   (MetaFeature*)&_CIM_LimitedAccessPort_Extended,
137531                   (MetaFeature*)&_CIM_LimitedAccessPort_ExtendTimeout,
137532                   (MetaFeature*)&_CIM_LimitedAccessPort_LastExtended,
137533                   (MetaFeature*)&_CIM_LimitedAccessPort_ImportCount,
137534                   (MetaFeature*)&_CIM_LimitedAccessPort_ExportCount,
137535                   (MetaFeature*)&_CIM_LimitedAccessPort_Direction,
137536                   0,
137537               };
137538               
137539               static const char*
137540               __root_cimv2_CIM_LimitedAccessPort_qualifiers[] =
137541               {
137542                   /* UMLPackagePath */
137543                   "\057CIM::Device::StorageLib",
137544                   /* Version */
137545                   "\0632.6.0",
137546                   0,
137547               };
137548               
137549 mike  1.1.2.1 MetaClass
137550               __root_cimv2_CIM_LimitedAccessPort =
137551               {
137552                   /* flags */
137553                   META_FLAG_CLASS,
137554                   /* name */
137555                   "CIM_LimitedAccessPort",
137556                   /* qualifiers */
137557                   __root_cimv2_CIM_LimitedAccessPort_qualifiers,
137558                   /* super */
137559                   &__root_cimv2_CIM_MediaTransferDevice,
137560                   /* features */
137561                   _CIM_LimitedAccessPort_features,
137562               };
137563               
137564               //==============================================================================
137565               //
137566               // Class: CIM_LogicalDisk
137567               //
137568               //==============================================================================
137569               
137570 mike  1.1.2.1 static MetaFeature*
137571               _CIM_LogicalDisk_features[] =
137572               {
137573                   0,
137574               };
137575               
137576               static const char*
137577               __root_cimv2_CIM_LogicalDisk_qualifiers[] =
137578               {
137579                   /* UMLPackagePath */
137580                   "\057CIM::Device::StorageExtents",
137581                   /* Version */
137582                   "\0632.6.0",
137583                   0,
137584               };
137585               
137586               MetaClass
137587               __root_cimv2_CIM_LogicalDisk =
137588               {
137589                   /* flags */
137590                   META_FLAG_CLASS,
137591 mike  1.1.2.1     /* name */
137592                   "CIM_LogicalDisk",
137593                   /* qualifiers */
137594                   __root_cimv2_CIM_LogicalDisk_qualifiers,
137595                   /* super */
137596                   &__root_cimv2_CIM_StorageExtent,
137597                   /* features */
137598                   _CIM_LogicalDisk_features,
137599               };
137600               
137601               //==============================================================================
137602               //
137603               // Class: CIM_LogicalDiskBasedOnExtent
137604               //
137605               //==============================================================================
137606               
137607               static const char*
137608               _CIM_LogicalDiskBasedOnExtent_Antecedent_qualifiers[] =
137609               {
137610                   /* Override */
137611                   "\044Antecedent",
137612 mike  1.1.2.1     /* Max */
137613                   "\027\000\000\000\001",
137614                   0,
137615               };
137616               
137617               static MetaReference
137618               _CIM_LogicalDiskBasedOnExtent_Antecedent =
137619               {
137620                   /* flags */
137621                   META_FLAG_REFERENCE|META_FLAG_READ,
137622                   /* name */
137623                   "Antecedent",
137624                   /* qualifiers */
137625                   _CIM_LogicalDiskBasedOnExtent_Antecedent_qualifiers,
137626                   /* subscript */
137627                   -1,
137628                   /* refId */
137629                   &__root_cimv2_CIM_StorageExtent,
137630               };
137631               
137632               static const char*
137633 mike  1.1.2.1 _CIM_LogicalDiskBasedOnExtent_Dependent_qualifiers[] =
137634               {
137635                   /* Override */
137636                   "\044Dependent",
137637                   0,
137638               };
137639               
137640               static MetaReference
137641               _CIM_LogicalDiskBasedOnExtent_Dependent =
137642               {
137643                   /* flags */
137644                   META_FLAG_REFERENCE|META_FLAG_READ,
137645                   /* name */
137646                   "Dependent",
137647                   /* qualifiers */
137648                   _CIM_LogicalDiskBasedOnExtent_Dependent_qualifiers,
137649                   /* subscript */
137650                   -1,
137651                   /* refId */
137652                   &__root_cimv2_CIM_LogicalDisk,
137653               };
137654 mike  1.1.2.1 
137655               static MetaFeature*
137656               _CIM_LogicalDiskBasedOnExtent_features[] =
137657               {
137658                   (MetaFeature*)&_CIM_LogicalDiskBasedOnExtent_Antecedent,
137659                   (MetaFeature*)&_CIM_LogicalDiskBasedOnExtent_Dependent,
137660                   0,
137661               };
137662               
137663               static const char*
137664               __root_cimv2_CIM_LogicalDiskBasedOnExtent_qualifiers[] =
137665               {
137666                   /* ASSOCIATION */
137667                   "\000\001",
137668                   /* UMLPackagePath */
137669                   "\057CIM::Device::StorageExtents",
137670                   /* Version */
137671                   "\0632.6.0",
137672                   0,
137673               };
137674               
137675 mike  1.1.2.1 MetaClass
137676               __root_cimv2_CIM_LogicalDiskBasedOnExtent =
137677               {
137678                   /* flags */
137679                   META_FLAG_ASSOCIATION,
137680                   /* name */
137681                   "CIM_LogicalDiskBasedOnExtent",
137682                   /* qualifiers */
137683                   __root_cimv2_CIM_LogicalDiskBasedOnExtent_qualifiers,
137684                   /* super */
137685                   &__root_cimv2_CIM_BasedOn,
137686                   /* features */
137687                   _CIM_LogicalDiskBasedOnExtent_features,
137688               };
137689               
137690               //==============================================================================
137691               //
137692               // Class: CIM_LogicalDiskBasedOnVolume
137693               //
137694               //==============================================================================
137695               
137696 mike  1.1.2.1 static const char*
137697               _CIM_LogicalDiskBasedOnVolume_Antecedent_qualifiers[] =
137698               {
137699                   /* Override */
137700                   "\044Antecedent",
137701                   /* Max */
137702                   "\027\000\000\000\001",
137703                   0,
137704               };
137705               
137706               static MetaReference
137707               _CIM_LogicalDiskBasedOnVolume_Antecedent =
137708               {
137709                   /* flags */
137710                   META_FLAG_REFERENCE|META_FLAG_READ,
137711                   /* name */
137712                   "Antecedent",
137713                   /* qualifiers */
137714                   _CIM_LogicalDiskBasedOnVolume_Antecedent_qualifiers,
137715                   /* subscript */
137716                   -1,
137717 mike  1.1.2.1     /* refId */
137718                   &__root_cimv2_CIM_StorageVolume,
137719               };
137720               
137721               static const char*
137722               _CIM_LogicalDiskBasedOnVolume_Dependent_qualifiers[] =
137723               {
137724                   /* Override */
137725                   "\044Dependent",
137726                   0,
137727               };
137728               
137729               static MetaReference
137730               _CIM_LogicalDiskBasedOnVolume_Dependent =
137731               {
137732                   /* flags */
137733                   META_FLAG_REFERENCE|META_FLAG_READ,
137734                   /* name */
137735                   "Dependent",
137736                   /* qualifiers */
137737                   _CIM_LogicalDiskBasedOnVolume_Dependent_qualifiers,
137738 mike  1.1.2.1     /* subscript */
137739                   -1,
137740                   /* refId */
137741                   &__root_cimv2_CIM_LogicalDisk,
137742               };
137743               
137744               static MetaFeature*
137745               _CIM_LogicalDiskBasedOnVolume_features[] =
137746               {
137747                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolume_Antecedent,
137748                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolume_Dependent,
137749                   0,
137750               };
137751               
137752               static const char*
137753               __root_cimv2_CIM_LogicalDiskBasedOnVolume_qualifiers[] =
137754               {
137755                   /* ASSOCIATION */
137756                   "\000\001",
137757                   /* UMLPackagePath */
137758                   "\057CIM::Device::StorageExtents",
137759 mike  1.1.2.1     /* Version */
137760                   "\0632.6.0",
137761                   0,
137762               };
137763               
137764               MetaClass
137765               __root_cimv2_CIM_LogicalDiskBasedOnVolume =
137766               {
137767                   /* flags */
137768                   META_FLAG_ASSOCIATION,
137769                   /* name */
137770                   "CIM_LogicalDiskBasedOnVolume",
137771                   /* qualifiers */
137772                   __root_cimv2_CIM_LogicalDiskBasedOnVolume_qualifiers,
137773                   /* super */
137774                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
137775                   /* features */
137776                   _CIM_LogicalDiskBasedOnVolume_features,
137777               };
137778               
137779               //==============================================================================
137780 mike  1.1.2.1 //
137781               // Class: CIM_LogicalDiskBasedOnVolumeSet
137782               //
137783               //==============================================================================
137784               
137785               static const char*
137786               _CIM_LogicalDiskBasedOnVolumeSet_Antecedent_qualifiers[] =
137787               {
137788                   /* Deprecated */
137789                   "\013\000\001CIM_BasedOn.Antecedent\000",
137790                   /* Override */
137791                   "\044Antecedent",
137792                   /* Max */
137793                   "\027\000\000\000\001",
137794                   0,
137795               };
137796               
137797               static MetaReference
137798               _CIM_LogicalDiskBasedOnVolumeSet_Antecedent =
137799               {
137800                   /* flags */
137801 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
137802                   /* name */
137803                   "Antecedent",
137804                   /* qualifiers */
137805                   _CIM_LogicalDiskBasedOnVolumeSet_Antecedent_qualifiers,
137806                   /* subscript */
137807                   -1,
137808                   /* refId */
137809                   &__root_cimv2_CIM_VolumeSet,
137810               };
137811               
137812               static MetaFeature*
137813               _CIM_LogicalDiskBasedOnVolumeSet_features[] =
137814               {
137815                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolumeSet_Antecedent,
137816                   0,
137817               };
137818               
137819               static const char*
137820               __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet_qualifiers[] =
137821               {
137822 mike  1.1.2.1     /* ASSOCIATION */
137823                   "\000\001",
137824                   /* Deprecated */
137825                   "\013\000\001CIM_BasedOn\000",
137826                   /* UMLPackagePath */
137827                   "\057CIM::Device::SccExtents",
137828                   /* Version */
137829                   "\0632.7.0",
137830                   0,
137831               };
137832               
137833               MetaClass
137834               __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet =
137835               {
137836                   /* flags */
137837                   META_FLAG_ASSOCIATION,
137838                   /* name */
137839                   "CIM_LogicalDiskBasedOnVolumeSet",
137840                   /* qualifiers */
137841                   __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet_qualifiers,
137842                   /* super */
137843 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDiskBasedOnVolume,
137844                   /* features */
137845                   _CIM_LogicalDiskBasedOnVolumeSet_features,
137846               };
137847               
137848               //==============================================================================
137849               //
137850               // Class: CIM_LogInDataFile
137851               //
137852               //==============================================================================
137853               
137854               static const char*
137855               _CIM_LogInDataFile_Antecedent_qualifiers[] =
137856               {
137857                   /* Override */
137858                   "\044Antecedent",
137859                   0,
137860               };
137861               
137862               static MetaReference
137863               _CIM_LogInDataFile_Antecedent =
137864 mike  1.1.2.1 {
137865                   /* flags */
137866                   META_FLAG_REFERENCE|META_FLAG_READ,
137867                   /* name */
137868                   "Antecedent",
137869                   /* qualifiers */
137870                   _CIM_LogInDataFile_Antecedent_qualifiers,
137871                   /* subscript */
137872                   -1,
137873                   /* refId */
137874                   &__root_cimv2_CIM_DataFile,
137875               };
137876               
137877               static const char*
137878               _CIM_LogInDataFile_Dependent_qualifiers[] =
137879               {
137880                   /* Override */
137881                   "\044Dependent",
137882                   0,
137883               };
137884               
137885 mike  1.1.2.1 static MetaReference
137886               _CIM_LogInDataFile_Dependent =
137887               {
137888                   /* flags */
137889                   META_FLAG_REFERENCE|META_FLAG_READ,
137890                   /* name */
137891                   "Dependent",
137892                   /* qualifiers */
137893                   _CIM_LogInDataFile_Dependent_qualifiers,
137894                   /* subscript */
137895                   -1,
137896                   /* refId */
137897                   &__root_cimv2_CIM_MessageLog,
137898               };
137899               
137900               static MetaFeature*
137901               _CIM_LogInDataFile_features[] =
137902               {
137903                   (MetaFeature*)&_CIM_LogInDataFile_Antecedent,
137904                   (MetaFeature*)&_CIM_LogInDataFile_Dependent,
137905                   0,
137906 mike  1.1.2.1 };
137907               
137908               static const char*
137909               __root_cimv2_CIM_LogInDataFile_qualifiers[] =
137910               {
137911                   /* ASSOCIATION */
137912                   "\000\001",
137913                   /* UMLPackagePath */
137914                   "\057CIM::System::Logs",
137915                   /* Version */
137916                   "\0632.6.0",
137917                   0,
137918               };
137919               
137920               MetaClass
137921               __root_cimv2_CIM_LogInDataFile =
137922               {
137923                   /* flags */
137924                   META_FLAG_ASSOCIATION,
137925                   /* name */
137926                   "CIM_LogInDataFile",
137927 mike  1.1.2.1     /* qualifiers */
137928                   __root_cimv2_CIM_LogInDataFile_qualifiers,
137929                   /* super */
137930                   &__root_cimv2_CIM_Dependency,
137931                   /* features */
137932                   _CIM_LogInDataFile_features,
137933               };
137934               
137935               //==============================================================================
137936               //
137937               // Class: CIM_LogInDeviceFile
137938               //
137939               //==============================================================================
137940               
137941               static const char*
137942               _CIM_LogInDeviceFile_Antecedent_qualifiers[] =
137943               {
137944                   /* Override */
137945                   "\044Antecedent",
137946                   0,
137947               };
137948 mike  1.1.2.1 
137949               static MetaReference
137950               _CIM_LogInDeviceFile_Antecedent =
137951               {
137952                   /* flags */
137953                   META_FLAG_REFERENCE|META_FLAG_READ,
137954                   /* name */
137955                   "Antecedent",
137956                   /* qualifiers */
137957                   _CIM_LogInDeviceFile_Antecedent_qualifiers,
137958                   /* subscript */
137959                   -1,
137960                   /* refId */
137961                   &__root_cimv2_CIM_DeviceFile,
137962               };
137963               
137964               static const char*
137965               _CIM_LogInDeviceFile_Dependent_qualifiers[] =
137966               {
137967                   /* Override */
137968                   "\044Dependent",
137969 mike  1.1.2.1     0,
137970               };
137971               
137972               static MetaReference
137973               _CIM_LogInDeviceFile_Dependent =
137974               {
137975                   /* flags */
137976                   META_FLAG_REFERENCE|META_FLAG_READ,
137977                   /* name */
137978                   "Dependent",
137979                   /* qualifiers */
137980                   _CIM_LogInDeviceFile_Dependent_qualifiers,
137981                   /* subscript */
137982                   -1,
137983                   /* refId */
137984                   &__root_cimv2_CIM_MessageLog,
137985               };
137986               
137987               static MetaFeature*
137988               _CIM_LogInDeviceFile_features[] =
137989               {
137990 mike  1.1.2.1     (MetaFeature*)&_CIM_LogInDeviceFile_Antecedent,
137991                   (MetaFeature*)&_CIM_LogInDeviceFile_Dependent,
137992                   0,
137993               };
137994               
137995               static const char*
137996               __root_cimv2_CIM_LogInDeviceFile_qualifiers[] =
137997               {
137998                   /* ASSOCIATION */
137999                   "\000\001",
138000                   /* UMLPackagePath */
138001                   "\057CIM::System::Logs",
138002                   /* Version */
138003                   "\0632.6.0",
138004                   0,
138005               };
138006               
138007               MetaClass
138008               __root_cimv2_CIM_LogInDeviceFile =
138009               {
138010                   /* flags */
138011 mike  1.1.2.1     META_FLAG_ASSOCIATION,
138012                   /* name */
138013                   "CIM_LogInDeviceFile",
138014                   /* qualifiers */
138015                   __root_cimv2_CIM_LogInDeviceFile_qualifiers,
138016                   /* super */
138017                   &__root_cimv2_CIM_Dependency,
138018                   /* features */
138019                   _CIM_LogInDeviceFile_features,
138020               };
138021               
138022               //==============================================================================
138023               //
138024               // Class: CIM_LogInStorage
138025               //
138026               //==============================================================================
138027               
138028               static const char*
138029               _CIM_LogInStorage_Antecedent_qualifiers[] =
138030               {
138031                   /* Override */
138032 mike  1.1.2.1     "\044Antecedent",
138033                   0,
138034               };
138035               
138036               static MetaReference
138037               _CIM_LogInStorage_Antecedent =
138038               {
138039                   /* flags */
138040                   META_FLAG_REFERENCE|META_FLAG_READ,
138041                   /* name */
138042                   "Antecedent",
138043                   /* qualifiers */
138044                   _CIM_LogInStorage_Antecedent_qualifiers,
138045                   /* subscript */
138046                   -1,
138047                   /* refId */
138048                   &__root_cimv2_CIM_StorageExtent,
138049               };
138050               
138051               static const char*
138052               _CIM_LogInStorage_Dependent_qualifiers[] =
138053 mike  1.1.2.1 {
138054                   /* Override */
138055                   "\044Dependent",
138056                   0,
138057               };
138058               
138059               static MetaReference
138060               _CIM_LogInStorage_Dependent =
138061               {
138062                   /* flags */
138063                   META_FLAG_REFERENCE|META_FLAG_READ,
138064                   /* name */
138065                   "Dependent",
138066                   /* qualifiers */
138067                   _CIM_LogInStorage_Dependent_qualifiers,
138068                   /* subscript */
138069                   -1,
138070                   /* refId */
138071                   &__root_cimv2_CIM_MessageLog,
138072               };
138073               
138074 mike  1.1.2.1 static const char*
138075               _CIM_LogInStorage_StartingOffset_qualifiers[] =
138076               {
138077                   0,
138078               };
138079               
138080               static MetaProperty
138081               _CIM_LogInStorage_StartingOffset =
138082               {
138083                   /* flags */
138084                   META_FLAG_PROPERTY|META_FLAG_READ,
138085                   /* name */
138086                   "StartingOffset",
138087                   /* qualifiers */
138088                   _CIM_LogInStorage_StartingOffset_qualifiers,
138089                   /* type */
138090                   CIMTYPE_UINT64,
138091                   /* subscript */
138092                   -1,
138093                   /* value */
138094                   0,
138095 mike  1.1.2.1 };
138096               
138097               static MetaFeature*
138098               _CIM_LogInStorage_features[] =
138099               {
138100                   (MetaFeature*)&_CIM_LogInStorage_Antecedent,
138101                   (MetaFeature*)&_CIM_LogInStorage_Dependent,
138102                   (MetaFeature*)&_CIM_LogInStorage_StartingOffset,
138103                   0,
138104               };
138105               
138106               static const char*
138107               __root_cimv2_CIM_LogInStorage_qualifiers[] =
138108               {
138109                   /* ASSOCIATION */
138110                   "\000\001",
138111                   /* UMLPackagePath */
138112                   "\057CIM::System::Logs",
138113                   /* Version */
138114                   "\0632.6.0",
138115                   0,
138116 mike  1.1.2.1 };
138117               
138118               MetaClass
138119               __root_cimv2_CIM_LogInStorage =
138120               {
138121                   /* flags */
138122                   META_FLAG_ASSOCIATION,
138123                   /* name */
138124                   "CIM_LogInStorage",
138125                   /* qualifiers */
138126                   __root_cimv2_CIM_LogInStorage_qualifiers,
138127                   /* super */
138128                   &__root_cimv2_CIM_Dependency,
138129                   /* features */
138130                   _CIM_LogInStorage_features,
138131               };
138132               
138133               //==============================================================================
138134               //
138135               // Class: CIM_MagnetoOpticalDrive
138136               //
138137 mike  1.1.2.1 //==============================================================================
138138               
138139               static MetaFeature*
138140               _CIM_MagnetoOpticalDrive_features[] =
138141               {
138142                   0,
138143               };
138144               
138145               static const char*
138146               __root_cimv2_CIM_MagnetoOpticalDrive_qualifiers[] =
138147               {
138148                   /* UMLPackagePath */
138149                   "\057CIM::Device::StorageDevices",
138150                   /* Version */
138151                   "\0632.6.0",
138152                   0,
138153               };
138154               
138155               MetaClass
138156               __root_cimv2_CIM_MagnetoOpticalDrive =
138157               {
138158 mike  1.1.2.1     /* flags */
138159                   META_FLAG_CLASS,
138160                   /* name */
138161                   "CIM_MagnetoOpticalDrive",
138162                   /* qualifiers */
138163                   __root_cimv2_CIM_MagnetoOpticalDrive_qualifiers,
138164                   /* super */
138165                   &__root_cimv2_CIM_MediaAccessDevice,
138166                   /* features */
138167                   _CIM_MagnetoOpticalDrive_features,
138168               };
138169               
138170               //==============================================================================
138171               //
138172               // Class: CIM_ManagementController
138173               //
138174               //==============================================================================
138175               
138176               static MetaFeature*
138177               _CIM_ManagementController_features[] =
138178               {
138179 mike  1.1.2.1     0,
138180               };
138181               
138182               static const char*
138183               __root_cimv2_CIM_ManagementController_qualifiers[] =
138184               {
138185                   /* UMLPackagePath */
138186                   "\057CIM::Device::Controller",
138187                   /* Version */
138188                   "\0632.10.0",
138189                   0,
138190               };
138191               
138192               MetaClass
138193               __root_cimv2_CIM_ManagementController =
138194               {
138195                   /* flags */
138196                   META_FLAG_CLASS,
138197                   /* name */
138198                   "CIM_ManagementController",
138199                   /* qualifiers */
138200 mike  1.1.2.1     __root_cimv2_CIM_ManagementController_qualifiers,
138201                   /* super */
138202                   &__root_cimv2_CIM_Controller,
138203                   /* features */
138204                   _CIM_ManagementController_features,
138205               };
138206               
138207               //==============================================================================
138208               //
138209               // Class: CIM_MarkerService
138210               //
138211               //==============================================================================
138212               
138213               static MetaFeature*
138214               _CIM_MarkerService_features[] =
138215               {
138216                   0,
138217               };
138218               
138219               static const char*
138220               __root_cimv2_CIM_MarkerService_qualifiers[] =
138221 mike  1.1.2.1 {
138222                   /* UMLPackagePath */
138223                   "\057CIM::Network::QoS",
138224                   /* Version */
138225                   "\0632.6.0",
138226                   0,
138227               };
138228               
138229               MetaClass
138230               __root_cimv2_CIM_MarkerService =
138231               {
138232                   /* flags */
138233                   META_FLAG_CLASS,
138234                   /* name */
138235                   "CIM_MarkerService",
138236                   /* qualifiers */
138237                   __root_cimv2_CIM_MarkerService_qualifiers,
138238                   /* super */
138239                   &__root_cimv2_CIM_ConditioningService,
138240                   /* features */
138241                   _CIM_MarkerService_features,
138242 mike  1.1.2.1 };
138243               
138244               //==============================================================================
138245               //
138246               // Class: CIM_MediaPartition
138247               //
138248               //==============================================================================
138249               
138250               static const char*
138251               _CIM_MediaPartition_Bootable_qualifiers[] =
138252               {
138253                   0,
138254               };
138255               
138256               static MetaProperty
138257               _CIM_MediaPartition_Bootable =
138258               {
138259                   /* flags */
138260                   META_FLAG_PROPERTY|META_FLAG_READ,
138261                   /* name */
138262                   "Bootable",
138263 mike  1.1.2.1     /* qualifiers */
138264                   _CIM_MediaPartition_Bootable_qualifiers,
138265                   /* type */
138266                   CIMTYPE_BOOLEAN,
138267                   /* subscript */
138268                   -1,
138269                   /* value */
138270                   0,
138271               };
138272               
138273               static const char*
138274               _CIM_MediaPartition_Allocatable_qualifiers[] =
138275               {
138276                   0,
138277               };
138278               
138279               static MetaProperty
138280               _CIM_MediaPartition_Allocatable =
138281               {
138282                   /* flags */
138283                   META_FLAG_PROPERTY|META_FLAG_READ,
138284 mike  1.1.2.1     /* name */
138285                   "Allocatable",
138286                   /* qualifiers */
138287                   _CIM_MediaPartition_Allocatable_qualifiers,
138288                   /* type */
138289                   CIMTYPE_BOOLEAN,
138290                   /* subscript */
138291                   -1,
138292                   /* value */
138293                   0,
138294               };
138295               
138296               static const char*
138297               _CIM_MediaPartition_Signature_qualifiers[] =
138298               {
138299                   /* ModelCorrespondence */
138300                   "\036\000\002CIM_MediaPartition.SignatureState\000CIM_MediaPartition.SignatureAlgorithm\000",
138301                   0,
138302               };
138303               
138304               static MetaProperty
138305 mike  1.1.2.1 _CIM_MediaPartition_Signature =
138306               {
138307                   /* flags */
138308                   META_FLAG_PROPERTY|META_FLAG_READ,
138309                   /* name */
138310                   "Signature",
138311                   /* qualifiers */
138312                   _CIM_MediaPartition_Signature_qualifiers,
138313                   /* type */
138314                   CIMTYPE_STRING,
138315                   /* subscript */
138316                   -1,
138317                   /* value */
138318                   0,
138319               };
138320               
138321               static const char*
138322               _CIM_MediaPartition_SignatureAlgorithm_qualifiers[] =
138323               {
138324                   /* ModelCorrespondence */
138325                   "\036\000\002CIM_MediaPartition.Signature\000CIM_MediaPartition.SignatureState\000",
138326 mike  1.1.2.1     0,
138327               };
138328               
138329               static MetaProperty
138330               _CIM_MediaPartition_SignatureAlgorithm =
138331               {
138332                   /* flags */
138333                   META_FLAG_PROPERTY|META_FLAG_READ,
138334                   /* name */
138335                   "SignatureAlgorithm",
138336                   /* qualifiers */
138337                   _CIM_MediaPartition_SignatureAlgorithm_qualifiers,
138338                   /* type */
138339                   CIMTYPE_STRING,
138340                   /* subscript */
138341                   -1,
138342                   /* value */
138343                   0,
138344               };
138345               
138346               static const char*
138347 mike  1.1.2.1 _CIM_MediaPartition_SignatureState_qualifiers[] =
138348               {
138349                   /* ValueMap */
138350                   "\061\000\0060\0001\0002\0003\0004\0005\000",
138351                   /* Values */
138352                   "\062\000\006Unknown\000Unimplemented\000Uninitialized\000Calculated by Operating System\000Calculated by a Media Manager\000Assigned by Owning Application\000",
138353                   /* ModelCorrespondence */
138354                   "\036\000\002CIM_MediaPartition.Signature\000CIM_MediaPartition.SignatureAlgorithm\000",
138355                   0,
138356               };
138357               
138358               static MetaProperty
138359               _CIM_MediaPartition_SignatureState =
138360               {
138361                   /* flags */
138362                   META_FLAG_PROPERTY|META_FLAG_READ,
138363                   /* name */
138364                   "SignatureState",
138365                   /* qualifiers */
138366                   _CIM_MediaPartition_SignatureState_qualifiers,
138367                   /* type */
138368 mike  1.1.2.1     CIMTYPE_STRING,
138369                   /* subscript */
138370                   -1,
138371                   /* value */
138372                   0,
138373               };
138374               
138375               static const char*
138376               _CIM_MediaPartition_Extendable_qualifiers[] =
138377               {
138378                   0,
138379               };
138380               
138381               static MetaProperty
138382               _CIM_MediaPartition_Extendable =
138383               {
138384                   /* flags */
138385                   META_FLAG_PROPERTY|META_FLAG_READ,
138386                   /* name */
138387                   "Extendable",
138388                   /* qualifiers */
138389 mike  1.1.2.1     _CIM_MediaPartition_Extendable_qualifiers,
138390                   /* type */
138391                   CIMTYPE_BOOLEAN,
138392                   /* subscript */
138393                   -1,
138394                   /* value */
138395                   0,
138396               };
138397               
138398               static MetaFeature*
138399               _CIM_MediaPartition_features[] =
138400               {
138401                   (MetaFeature*)&_CIM_MediaPartition_Bootable,
138402                   (MetaFeature*)&_CIM_MediaPartition_Allocatable,
138403                   (MetaFeature*)&_CIM_MediaPartition_Signature,
138404                   (MetaFeature*)&_CIM_MediaPartition_SignatureAlgorithm,
138405                   (MetaFeature*)&_CIM_MediaPartition_SignatureState,
138406                   (MetaFeature*)&_CIM_MediaPartition_Extendable,
138407                   0,
138408               };
138409               
138410 mike  1.1.2.1 static const char*
138411               __root_cimv2_CIM_MediaPartition_qualifiers[] =
138412               {
138413                   /* UMLPackagePath */
138414                   "\057CIM::Device::StorageExtents",
138415                   /* Version */
138416                   "\0632.6.0",
138417                   0,
138418               };
138419               
138420               MetaClass
138421               __root_cimv2_CIM_MediaPartition =
138422               {
138423                   /* flags */
138424                   META_FLAG_CLASS,
138425                   /* name */
138426                   "CIM_MediaPartition",
138427                   /* qualifiers */
138428                   __root_cimv2_CIM_MediaPartition_qualifiers,
138429                   /* super */
138430                   &__root_cimv2_CIM_StorageExtent,
138431 mike  1.1.2.1     /* features */
138432                   _CIM_MediaPartition_features,
138433               };
138434               
138435               //==============================================================================
138436               //
138437               // Class: CIM_MediaPresent
138438               //
138439               //==============================================================================
138440               
138441               static const char*
138442               _CIM_MediaPresent_Antecedent_qualifiers[] =
138443               {
138444                   /* Override */
138445                   "\044Antecedent",
138446                   0,
138447               };
138448               
138449               static MetaReference
138450               _CIM_MediaPresent_Antecedent =
138451               {
138452 mike  1.1.2.1     /* flags */
138453                   META_FLAG_REFERENCE|META_FLAG_READ,
138454                   /* name */
138455                   "Antecedent",
138456                   /* qualifiers */
138457                   _CIM_MediaPresent_Antecedent_qualifiers,
138458                   /* subscript */
138459                   -1,
138460                   /* refId */
138461                   &__root_cimv2_CIM_MediaAccessDevice,
138462               };
138463               
138464               static const char*
138465               _CIM_MediaPresent_Dependent_qualifiers[] =
138466               {
138467                   /* Override */
138468                   "\044Dependent",
138469                   0,
138470               };
138471               
138472               static MetaReference
138473 mike  1.1.2.1 _CIM_MediaPresent_Dependent =
138474               {
138475                   /* flags */
138476                   META_FLAG_REFERENCE|META_FLAG_READ,
138477                   /* name */
138478                   "Dependent",
138479                   /* qualifiers */
138480                   _CIM_MediaPresent_Dependent_qualifiers,
138481                   /* subscript */
138482                   -1,
138483                   /* refId */
138484                   &__root_cimv2_CIM_StorageExtent,
138485               };
138486               
138487               static const char*
138488               _CIM_MediaPresent_FixedMedia_qualifiers[] =
138489               {
138490                   0,
138491               };
138492               
138493               static MetaProperty
138494 mike  1.1.2.1 _CIM_MediaPresent_FixedMedia =
138495               {
138496                   /* flags */
138497                   META_FLAG_PROPERTY|META_FLAG_READ,
138498                   /* name */
138499                   "FixedMedia",
138500                   /* qualifiers */
138501                   _CIM_MediaPresent_FixedMedia_qualifiers,
138502                   /* type */
138503                   CIMTYPE_BOOLEAN,
138504                   /* subscript */
138505                   -1,
138506                   /* value */
138507                   0,
138508               };
138509               
138510               static MetaFeature*
138511               _CIM_MediaPresent_features[] =
138512               {
138513                   (MetaFeature*)&_CIM_MediaPresent_Antecedent,
138514                   (MetaFeature*)&_CIM_MediaPresent_Dependent,
138515 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaPresent_FixedMedia,
138516                   0,
138517               };
138518               
138519               static const char*
138520               __root_cimv2_CIM_MediaPresent_qualifiers[] =
138521               {
138522                   /* ASSOCIATION */
138523                   "\000\001",
138524                   /* UMLPackagePath */
138525                   "\057CIM::Device::StorageExtents",
138526                   /* Version */
138527                   "\0632.6.0",
138528                   /* MappingStrings */
138529                   "\026\000\001MIF.DMTF|Storage Devices|001.8\000",
138530                   0,
138531               };
138532               
138533               MetaClass
138534               __root_cimv2_CIM_MediaPresent =
138535               {
138536 mike  1.1.2.1     /* flags */
138537                   META_FLAG_ASSOCIATION,
138538                   /* name */
138539                   "CIM_MediaPresent",
138540                   /* qualifiers */
138541                   __root_cimv2_CIM_MediaPresent_qualifiers,
138542                   /* super */
138543                   &__root_cimv2_CIM_Dependency,
138544                   /* features */
138545                   _CIM_MediaPresent_features,
138546               };
138547               
138548               //==============================================================================
138549               //
138550               // Class: CIM_Memory
138551               //
138552               //==============================================================================
138553               
138554               static const char*
138555               _CIM_Memory_Volatile_qualifiers[] =
138556               {
138557 mike  1.1.2.1     0,
138558               };
138559               
138560               static MetaProperty
138561               _CIM_Memory_Volatile =
138562               {
138563                   /* flags */
138564                   META_FLAG_PROPERTY|META_FLAG_READ,
138565                   /* name */
138566                   "Volatile",
138567                   /* qualifiers */
138568                   _CIM_Memory_Volatile_qualifiers,
138569                   /* type */
138570                   CIMTYPE_BOOLEAN,
138571                   /* subscript */
138572                   -1,
138573                   /* value */
138574                   0,
138575               };
138576               
138577               static const char*
138578 mike  1.1.2.1 _CIM_Memory_ErrorMethodology_qualifiers[] =
138579               {
138580                   /* Override */
138581                   "\044ErrorMethodology",
138582                   /* MappingStrings */
138583                   "\026\000\001MIF.DMTF|Physical Memory Array|001.7\000",
138584                   0,
138585               };
138586               
138587               static MetaProperty
138588               _CIM_Memory_ErrorMethodology =
138589               {
138590                   /* flags */
138591                   META_FLAG_PROPERTY|META_FLAG_READ,
138592                   /* name */
138593                   "ErrorMethodology",
138594                   /* qualifiers */
138595                   _CIM_Memory_ErrorMethodology_qualifiers,
138596                   /* type */
138597                   CIMTYPE_STRING,
138598                   /* subscript */
138599 mike  1.1.2.1     -1,
138600                   /* value */
138601                   0,
138602               };
138603               
138604               static const char*
138605               _CIM_Memory_StartingAddress_qualifiers[] =
138606               {
138607                   /* Units */
138608                   "\060KiloBytes",
138609                   /* MappingStrings */
138610                   "\026\000\002MIF.DMTF|Memory Array Mapped Addresses|001.3\000MIF.DMTF|Memory Device Mapped Addresses|001.4\000",
138611                   0,
138612               };
138613               
138614               static MetaProperty
138615               _CIM_Memory_StartingAddress =
138616               {
138617                   /* flags */
138618                   META_FLAG_PROPERTY|META_FLAG_READ,
138619                   /* name */
138620 mike  1.1.2.1     "StartingAddress",
138621                   /* qualifiers */
138622                   _CIM_Memory_StartingAddress_qualifiers,
138623                   /* type */
138624                   CIMTYPE_UINT64,
138625                   /* subscript */
138626                   -1,
138627                   /* value */
138628                   0,
138629               };
138630               
138631               static const char*
138632               _CIM_Memory_EndingAddress_qualifiers[] =
138633               {
138634                   /* Units */
138635                   "\060KiloBytes",
138636                   /* MappingStrings */
138637                   "\026\000\002MIF.DMTF|Memory Array Mapped Addresses|001.4\000MIF.DMTF|Memory Device Mapped Addresses|001.5\000",
138638                   0,
138639               };
138640               
138641 mike  1.1.2.1 static MetaProperty
138642               _CIM_Memory_EndingAddress =
138643               {
138644                   /* flags */
138645                   META_FLAG_PROPERTY|META_FLAG_READ,
138646                   /* name */
138647                   "EndingAddress",
138648                   /* qualifiers */
138649                   _CIM_Memory_EndingAddress_qualifiers,
138650                   /* type */
138651                   CIMTYPE_UINT64,
138652                   /* subscript */
138653                   -1,
138654                   /* value */
138655                   0,
138656               };
138657               
138658               static const char*
138659               _CIM_Memory_ErrorInfo_qualifiers[] =
138660               {
138661                   /* Deprecated */
138662 mike  1.1.2.1     "\013\000\001CIM_MemoryError.ErrorInfo\000",
138663                   /* ValueMap */
138664                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
138665                   /* Values */
138666                   "\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",
138667                   /* MappingStrings */
138668                   "\026\000\002MIF.DMTF|Memory Device|005.12\000MIF.DMTF|Physical Memory Array|001.8\000",
138669                   /* ModelCorrespondence */
138670                   "\036\000\001CIM_Memory.OtherErrorDescription\000",
138671                   0,
138672               };
138673               
138674               static MetaProperty
138675               _CIM_Memory_ErrorInfo =
138676               {
138677                   /* flags */
138678                   META_FLAG_PROPERTY|META_FLAG_READ,
138679                   /* name */
138680                   "ErrorInfo",
138681                   /* qualifiers */
138682                   _CIM_Memory_ErrorInfo_qualifiers,
138683 mike  1.1.2.1     /* type */
138684                   CIMTYPE_UINT16,
138685                   /* subscript */
138686                   -1,
138687                   /* value */
138688                   0,
138689               };
138690               
138691               static const char*
138692               _CIM_Memory_OtherErrorDescription_qualifiers[] =
138693               {
138694                   /* Deprecated */
138695                   "\013\000\001CIM_MemoryError.OtherErrorDescription\000",
138696                   /* ModelCorrespondence */
138697                   "\036\000\001CIM_Memory.ErrorInfo\000",
138698                   0,
138699               };
138700               
138701               static MetaProperty
138702               _CIM_Memory_OtherErrorDescription =
138703               {
138704 mike  1.1.2.1     /* flags */
138705                   META_FLAG_PROPERTY|META_FLAG_READ,
138706                   /* name */
138707                   "OtherErrorDescription",
138708                   /* qualifiers */
138709                   _CIM_Memory_OtherErrorDescription_qualifiers,
138710                   /* type */
138711                   CIMTYPE_STRING,
138712                   /* subscript */
138713                   -1,
138714                   /* value */
138715                   0,
138716               };
138717               
138718               static const char*
138719               _CIM_Memory_CorrectableError_qualifiers[] =
138720               {
138721                   /* Deprecated */
138722                   "\013\000\001CIM_MemoryError.CorrectableError\000",
138723                   /* MappingStrings */
138724                   "\026\000\001MIF.DMTF|Physical Memory Array|001.8\000",
138725 mike  1.1.2.1     0,
138726               };
138727               
138728               static MetaProperty
138729               _CIM_Memory_CorrectableError =
138730               {
138731                   /* flags */
138732                   META_FLAG_PROPERTY|META_FLAG_READ,
138733                   /* name */
138734                   "CorrectableError",
138735                   /* qualifiers */
138736                   _CIM_Memory_CorrectableError_qualifiers,
138737                   /* type */
138738                   CIMTYPE_BOOLEAN,
138739                   /* subscript */
138740                   -1,
138741                   /* value */
138742                   0,
138743               };
138744               
138745               static const char*
138746 mike  1.1.2.1 _CIM_Memory_ErrorTime_qualifiers[] =
138747               {
138748                   /* Deprecated */
138749                   "\013\000\001CIM_MemoryError.ErrorTime\000",
138750                   0,
138751               };
138752               
138753               static MetaProperty
138754               _CIM_Memory_ErrorTime =
138755               {
138756                   /* flags */
138757                   META_FLAG_PROPERTY|META_FLAG_READ,
138758                   /* name */
138759                   "ErrorTime",
138760                   /* qualifiers */
138761                   _CIM_Memory_ErrorTime_qualifiers,
138762                   /* type */
138763                   CIMTYPE_DATETIME,
138764                   /* subscript */
138765                   -1,
138766                   /* value */
138767 mike  1.1.2.1     0,
138768               };
138769               
138770               static const char*
138771               _CIM_Memory_ErrorAccess_qualifiers[] =
138772               {
138773                   /* Deprecated */
138774                   "\013\000\001CIM_MemoryError.ErrorAccess\000",
138775                   /* ValueMap */
138776                   "\061\000\0051\0002\0003\0004\0005\000",
138777                   /* Values */
138778                   "\062\000\005Other\000Unknown\000Read\000Write\000Partial Write\000",
138779                   /* MappingStrings */
138780                   "\026\000\001MIF.DMTF|Physical Memory Array|001.10\000",
138781                   0,
138782               };
138783               
138784               static MetaProperty
138785               _CIM_Memory_ErrorAccess =
138786               {
138787                   /* flags */
138788 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
138789                   /* name */
138790                   "ErrorAccess",
138791                   /* qualifiers */
138792                   _CIM_Memory_ErrorAccess_qualifiers,
138793                   /* type */
138794                   CIMTYPE_UINT16,
138795                   /* subscript */
138796                   -1,
138797                   /* value */
138798                   0,
138799               };
138800               
138801               static const char*
138802               _CIM_Memory_ErrorTransferSize_qualifiers[] =
138803               {
138804                   /* Deprecated */
138805                   "\013\000\001CIM_MemoryError.ErrorTransferSize\000",
138806                   /* Units */
138807                   "\060Bits",
138808                   /* MappingStrings */
138809 mike  1.1.2.1     "\026\000\001MIF.DMTF|Physical Memory Array|001.11\000",
138810                   0,
138811               };
138812               
138813               static MetaProperty
138814               _CIM_Memory_ErrorTransferSize =
138815               {
138816                   /* flags */
138817                   META_FLAG_PROPERTY|META_FLAG_READ,
138818                   /* name */
138819                   "ErrorTransferSize",
138820                   /* qualifiers */
138821                   _CIM_Memory_ErrorTransferSize_qualifiers,
138822                   /* type */
138823                   CIMTYPE_UINT32,
138824                   /* subscript */
138825                   -1,
138826                   /* value */
138827                   0,
138828               };
138829               
138830 mike  1.1.2.1 static const char*
138831               _CIM_Memory_ErrorData_qualifiers[] =
138832               {
138833                   /* Deprecated */
138834                   "\013\000\001CIM_MemoryError.ErrorData\000",
138835                   /* OctetString */
138836                   "\042\001",
138837                   /* MappingStrings */
138838                   "\026\000\001MIF.DMTF|Physical Memory Array|001.12\000",
138839                   /* ArrayType */
138840                   "\005Indexed",
138841                   0,
138842               };
138843               
138844               static MetaProperty
138845               _CIM_Memory_ErrorData =
138846               {
138847                   /* flags */
138848                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
138849                   /* name */
138850                   "ErrorData",
138851 mike  1.1.2.1     /* qualifiers */
138852                   _CIM_Memory_ErrorData_qualifiers,
138853                   /* type */
138854                   CIMTYPE_UINT8,
138855                   /* subscript */
138856                   64,
138857                   /* value */
138858                   0,
138859               };
138860               
138861               static const char*
138862               _CIM_Memory_ErrorDataOrder_qualifiers[] =
138863               {
138864                   /* Deprecated */
138865                   "\013\000\001CIM_MemoryError.ErrorDataOrder\000",
138866                   /* ValueMap */
138867                   "\061\000\0030\0001\0002\000",
138868                   /* Values */
138869                   "\062\000\003Unknown\000Least Significant Byte First\000Most Significant Byte First\000",
138870                   0,
138871               };
138872 mike  1.1.2.1 
138873               static MetaProperty
138874               _CIM_Memory_ErrorDataOrder =
138875               {
138876                   /* flags */
138877                   META_FLAG_PROPERTY|META_FLAG_READ,
138878                   /* name */
138879                   "ErrorDataOrder",
138880                   /* qualifiers */
138881                   _CIM_Memory_ErrorDataOrder_qualifiers,
138882                   /* type */
138883                   CIMTYPE_UINT16,
138884                   /* subscript */
138885                   -1,
138886                   /* value */
138887                   0,
138888               };
138889               
138890               static const char*
138891               _CIM_Memory_ErrorAddress_qualifiers[] =
138892               {
138893 mike  1.1.2.1     /* Deprecated */
138894                   "\013\000\001CIM_MemoryError.StartingAddress\000",
138895                   /* MappingStrings */
138896                   "\026\000\002MIF.DMTF|Memory Device|005.19\000MIF.DMTF|Physical Memory Array|001.14\000",
138897                   0,
138898               };
138899               
138900               static MetaProperty
138901               _CIM_Memory_ErrorAddress =
138902               {
138903                   /* flags */
138904                   META_FLAG_PROPERTY|META_FLAG_READ,
138905                   /* name */
138906                   "ErrorAddress",
138907                   /* qualifiers */
138908                   _CIM_Memory_ErrorAddress_qualifiers,
138909                   /* type */
138910                   CIMTYPE_UINT64,
138911                   /* subscript */
138912                   -1,
138913                   /* value */
138914 mike  1.1.2.1     0,
138915               };
138916               
138917               static const char*
138918               _CIM_Memory_SystemLevelAddress_qualifiers[] =
138919               {
138920                   /* Deprecated */
138921                   "\013\000\001CIM_MemoryError.SystemLevelAddress\000",
138922                   0,
138923               };
138924               
138925               static MetaProperty
138926               _CIM_Memory_SystemLevelAddress =
138927               {
138928                   /* flags */
138929                   META_FLAG_PROPERTY|META_FLAG_READ,
138930                   /* name */
138931                   "SystemLevelAddress",
138932                   /* qualifiers */
138933                   _CIM_Memory_SystemLevelAddress_qualifiers,
138934                   /* type */
138935 mike  1.1.2.1     CIMTYPE_BOOLEAN,
138936                   /* subscript */
138937                   -1,
138938                   /* value */
138939                   0,
138940               };
138941               
138942               static const char*
138943               _CIM_Memory_ErrorResolution_qualifiers[] =
138944               {
138945                   /* Deprecated */
138946                   "\013\000\001CIM_MemoryError.ErrorResolution\000",
138947                   /* Units */
138948                   "\060Bytes",
138949                   /* MappingStrings */
138950                   "\026\000\002MIF.DMTF|Memory Device|005.21\000MIF.DMTF|Physical Memory Array|001.15\000",
138951                   0,
138952               };
138953               
138954               static MetaProperty
138955               _CIM_Memory_ErrorResolution =
138956 mike  1.1.2.1 {
138957                   /* flags */
138958                   META_FLAG_PROPERTY|META_FLAG_READ,
138959                   /* name */
138960                   "ErrorResolution",
138961                   /* qualifiers */
138962                   _CIM_Memory_ErrorResolution_qualifiers,
138963                   /* type */
138964                   CIMTYPE_UINT64,
138965                   /* subscript */
138966                   -1,
138967                   /* value */
138968                   0,
138969               };
138970               
138971               static const char*
138972               _CIM_Memory_AdditionalErrorData_qualifiers[] =
138973               {
138974                   /* Deprecated */
138975                   "\013\000\001CIM_MemoryError.AdditionalErrorData\000",
138976                   /* OctetString */
138977 mike  1.1.2.1     "\042\001",
138978                   /* MappingStrings */
138979                   "\026\000\002MIF.DMTF|Memory Device|005.18\000MIF.DMTF|Physical Memory Array|001.13\000",
138980                   0,
138981               };
138982               
138983               static MetaProperty
138984               _CIM_Memory_AdditionalErrorData =
138985               {
138986                   /* flags */
138987                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
138988                   /* name */
138989                   "AdditionalErrorData",
138990                   /* qualifiers */
138991                   _CIM_Memory_AdditionalErrorData_qualifiers,
138992                   /* type */
138993                   CIMTYPE_UINT8,
138994                   /* subscript */
138995                   64,
138996                   /* value */
138997                   0,
138998 mike  1.1.2.1 };
138999               
139000               static MetaFeature*
139001               _CIM_Memory_features[] =
139002               {
139003                   (MetaFeature*)&_CIM_Memory_Volatile,
139004                   (MetaFeature*)&_CIM_Memory_ErrorMethodology,
139005                   (MetaFeature*)&_CIM_Memory_StartingAddress,
139006                   (MetaFeature*)&_CIM_Memory_EndingAddress,
139007                   (MetaFeature*)&_CIM_Memory_ErrorInfo,
139008                   (MetaFeature*)&_CIM_Memory_OtherErrorDescription,
139009                   (MetaFeature*)&_CIM_Memory_CorrectableError,
139010                   (MetaFeature*)&_CIM_Memory_ErrorTime,
139011                   (MetaFeature*)&_CIM_Memory_ErrorAccess,
139012                   (MetaFeature*)&_CIM_Memory_ErrorTransferSize,
139013                   (MetaFeature*)&_CIM_Memory_ErrorData,
139014                   (MetaFeature*)&_CIM_Memory_ErrorDataOrder,
139015                   (MetaFeature*)&_CIM_Memory_ErrorAddress,
139016                   (MetaFeature*)&_CIM_Memory_SystemLevelAddress,
139017                   (MetaFeature*)&_CIM_Memory_ErrorResolution,
139018                   (MetaFeature*)&_CIM_Memory_AdditionalErrorData,
139019 mike  1.1.2.1     0,
139020               };
139021               
139022               static const char*
139023               __root_cimv2_CIM_Memory_qualifiers[] =
139024               {
139025                   /* UMLPackagePath */
139026                   "\057CIM::Device::Memory",
139027                   /* Version */
139028                   "\0632.8.0",
139029                   0,
139030               };
139031               
139032               MetaClass
139033               __root_cimv2_CIM_Memory =
139034               {
139035                   /* flags */
139036                   META_FLAG_CLASS,
139037                   /* name */
139038                   "CIM_Memory",
139039                   /* qualifiers */
139040 mike  1.1.2.1     __root_cimv2_CIM_Memory_qualifiers,
139041                   /* super */
139042                   &__root_cimv2_CIM_StorageExtent,
139043                   /* features */
139044                   _CIM_Memory_features,
139045               };
139046               
139047               //==============================================================================
139048               //
139049               // Class: CIM_MemoryMappedIO
139050               //
139051               //==============================================================================
139052               
139053               static const char*
139054               _CIM_MemoryMappedIO_CSCreationClassName_qualifiers[] =
139055               {
139056                   /* Key */
139057                   "\025\001",
139058                   /* Propagated */
139059                   "\045CIM_ComputerSystem.CreationClassName",
139060                   /* MaxLen */
139061 mike  1.1.2.1     "\030\000\000\001\000",
139062                   0,
139063               };
139064               
139065               static MetaProperty
139066               _CIM_MemoryMappedIO_CSCreationClassName =
139067               {
139068                   /* flags */
139069                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139070                   /* name */
139071                   "CSCreationClassName",
139072                   /* qualifiers */
139073                   _CIM_MemoryMappedIO_CSCreationClassName_qualifiers,
139074                   /* type */
139075                   CIMTYPE_STRING,
139076                   /* subscript */
139077                   -1,
139078                   /* value */
139079                   0,
139080               };
139081               
139082 mike  1.1.2.1 static const char*
139083               _CIM_MemoryMappedIO_CSName_qualifiers[] =
139084               {
139085                   /* Key */
139086                   "\025\001",
139087                   /* Propagated */
139088                   "\045CIM_ComputerSystem.Name",
139089                   /* MaxLen */
139090                   "\030\000\000\001\000",
139091                   0,
139092               };
139093               
139094               static MetaProperty
139095               _CIM_MemoryMappedIO_CSName =
139096               {
139097                   /* flags */
139098                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139099                   /* name */
139100                   "CSName",
139101                   /* qualifiers */
139102                   _CIM_MemoryMappedIO_CSName_qualifiers,
139103 mike  1.1.2.1     /* type */
139104                   CIMTYPE_STRING,
139105                   /* subscript */
139106                   -1,
139107                   /* value */
139108                   0,
139109               };
139110               
139111               static const char*
139112               _CIM_MemoryMappedIO_CreationClassName_qualifiers[] =
139113               {
139114                   /* Key */
139115                   "\025\001",
139116                   /* MaxLen */
139117                   "\030\000\000\001\000",
139118                   0,
139119               };
139120               
139121               static MetaProperty
139122               _CIM_MemoryMappedIO_CreationClassName =
139123               {
139124 mike  1.1.2.1     /* flags */
139125                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139126                   /* name */
139127                   "CreationClassName",
139128                   /* qualifiers */
139129                   _CIM_MemoryMappedIO_CreationClassName_qualifiers,
139130                   /* type */
139131                   CIMTYPE_STRING,
139132                   /* subscript */
139133                   -1,
139134                   /* value */
139135                   0,
139136               };
139137               
139138               static const char*
139139               _CIM_MemoryMappedIO_StartingAddress_qualifiers[] =
139140               {
139141                   /* Key */
139142                   "\025\001",
139143                   /* MappingStrings */
139144                   "\026\000\001MIF.DMTF|Memory Mapped I/O|001.1\000",
139145 mike  1.1.2.1     0,
139146               };
139147               
139148               static MetaProperty
139149               _CIM_MemoryMappedIO_StartingAddress =
139150               {
139151                   /* flags */
139152                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139153                   /* name */
139154                   "StartingAddress",
139155                   /* qualifiers */
139156                   _CIM_MemoryMappedIO_StartingAddress_qualifiers,
139157                   /* type */
139158                   CIMTYPE_UINT64,
139159                   /* subscript */
139160                   -1,
139161                   /* value */
139162                   0,
139163               };
139164               
139165               static const char*
139166 mike  1.1.2.1 _CIM_MemoryMappedIO_EndingAddress_qualifiers[] =
139167               {
139168                   /* MappingStrings */
139169                   "\026\000\001MIF.DMTF|Memory Mapped I/O|001.2\000",
139170                   0,
139171               };
139172               
139173               static MetaProperty
139174               _CIM_MemoryMappedIO_EndingAddress =
139175               {
139176                   /* flags */
139177                   META_FLAG_PROPERTY|META_FLAG_READ,
139178                   /* name */
139179                   "EndingAddress",
139180                   /* qualifiers */
139181                   _CIM_MemoryMappedIO_EndingAddress_qualifiers,
139182                   /* type */
139183                   CIMTYPE_UINT64,
139184                   /* subscript */
139185                   -1,
139186                   /* value */
139187 mike  1.1.2.1     0,
139188               };
139189               
139190               static const char*
139191               _CIM_MemoryMappedIO_MappedResource_qualifiers[] =
139192               {
139193                   /* ValueMap */
139194                   "\061\000\0040\0001\0002\0003\000",
139195                   /* Values */
139196                   "\062\000\004Other\000Mapped Memory\000I/O Mapped to Memory Space\000I/O Mapped to Port Space\000",
139197                   0,
139198               };
139199               
139200               static MetaProperty
139201               _CIM_MemoryMappedIO_MappedResource =
139202               {
139203                   /* flags */
139204                   META_FLAG_PROPERTY|META_FLAG_READ,
139205                   /* name */
139206                   "MappedResource",
139207                   /* qualifiers */
139208 mike  1.1.2.1     _CIM_MemoryMappedIO_MappedResource_qualifiers,
139209                   /* type */
139210                   CIMTYPE_UINT16,
139211                   /* subscript */
139212                   -1,
139213                   /* value */
139214                   0,
139215               };
139216               
139217               static MetaFeature*
139218               _CIM_MemoryMappedIO_features[] =
139219               {
139220                   (MetaFeature*)&_CIM_MemoryMappedIO_CSCreationClassName,
139221                   (MetaFeature*)&_CIM_MemoryMappedIO_CSName,
139222                   (MetaFeature*)&_CIM_MemoryMappedIO_CreationClassName,
139223                   (MetaFeature*)&_CIM_MemoryMappedIO_StartingAddress,
139224                   (MetaFeature*)&_CIM_MemoryMappedIO_EndingAddress,
139225                   (MetaFeature*)&_CIM_MemoryMappedIO_MappedResource,
139226                   0,
139227               };
139228               
139229 mike  1.1.2.1 static const char*
139230               __root_cimv2_CIM_MemoryMappedIO_qualifiers[] =
139231               {
139232                   /* UMLPackagePath */
139233                   "\057CIM::System::SystemResources",
139234                   /* Version */
139235                   "\0632.6.0",
139236                   0,
139237               };
139238               
139239               MetaClass
139240               __root_cimv2_CIM_MemoryMappedIO =
139241               {
139242                   /* flags */
139243                   META_FLAG_CLASS,
139244                   /* name */
139245                   "CIM_MemoryMappedIO",
139246                   /* qualifiers */
139247                   __root_cimv2_CIM_MemoryMappedIO_qualifiers,
139248                   /* super */
139249                   &__root_cimv2_CIM_SystemResource,
139250 mike  1.1.2.1     /* features */
139251                   _CIM_MemoryMappedIO_features,
139252               };
139253               
139254               //==============================================================================
139255               //
139256               // Class: CIM_MemoryResource
139257               //
139258               //==============================================================================
139259               
139260               static MetaFeature*
139261               _CIM_MemoryResource_features[] =
139262               {
139263                   0,
139264               };
139265               
139266               static const char*
139267               __root_cimv2_CIM_MemoryResource_qualifiers[] =
139268               {
139269                   /* UMLPackagePath */
139270                   "\057CIM::System::SystemResources",
139271 mike  1.1.2.1     /* Version */
139272                   "\0632.6.0",
139273                   0,
139274               };
139275               
139276               MetaClass
139277               __root_cimv2_CIM_MemoryResource =
139278               {
139279                   /* flags */
139280                   META_FLAG_CLASS,
139281                   /* name */
139282                   "CIM_MemoryResource",
139283                   /* qualifiers */
139284                   __root_cimv2_CIM_MemoryResource_qualifiers,
139285                   /* super */
139286                   &__root_cimv2_CIM_MemoryMappedIO,
139287                   /* features */
139288                   _CIM_MemoryResource_features,
139289               };
139290               
139291               //==============================================================================
139292 mike  1.1.2.1 //
139293               // Class: CIM_MeterService
139294               //
139295               //==============================================================================
139296               
139297               static const char*
139298               _CIM_MeterService_MeterType_qualifiers[] =
139299               {
139300                   /* ValueMap */
139301                   "\061\000\0041\0002\0003\0004\000",
139302                   /* Values */
139303                   "\062\000\004Other\000Average Rate Meter\000Exponentially Weighted Moving Average Meter\000Token Bucket Meter\000",
139304                   /* ModelCorrespondence */
139305                   "\036\000\001CIM_MeterService.OtherMeterType\000",
139306                   0,
139307               };
139308               
139309               static MetaProperty
139310               _CIM_MeterService_MeterType =
139311               {
139312                   /* flags */
139313 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
139314                   /* name */
139315                   "MeterType",
139316                   /* qualifiers */
139317                   _CIM_MeterService_MeterType_qualifiers,
139318                   /* type */
139319                   CIMTYPE_UINT16,
139320                   /* subscript */
139321                   -1,
139322                   /* value */
139323                   0,
139324               };
139325               
139326               static const char*
139327               _CIM_MeterService_OtherMeterType_qualifiers[] =
139328               {
139329                   /* ModelCorrespondence */
139330                   "\036\000\001CIM_MeterService.MeterType\000",
139331                   0,
139332               };
139333               
139334 mike  1.1.2.1 static MetaProperty
139335               _CIM_MeterService_OtherMeterType =
139336               {
139337                   /* flags */
139338                   META_FLAG_PROPERTY|META_FLAG_READ,
139339                   /* name */
139340                   "OtherMeterType",
139341                   /* qualifiers */
139342                   _CIM_MeterService_OtherMeterType_qualifiers,
139343                   /* type */
139344                   CIMTYPE_STRING,
139345                   /* subscript */
139346                   -1,
139347                   /* value */
139348                   0,
139349               };
139350               
139351               static const char*
139352               _CIM_MeterService_ConformanceLevels_qualifiers[] =
139353               {
139354                   0,
139355 mike  1.1.2.1 };
139356               
139357               static MetaProperty
139358               _CIM_MeterService_ConformanceLevels =
139359               {
139360                   /* flags */
139361                   META_FLAG_PROPERTY|META_FLAG_READ,
139362                   /* name */
139363                   "ConformanceLevels",
139364                   /* qualifiers */
139365                   _CIM_MeterService_ConformanceLevels_qualifiers,
139366                   /* type */
139367                   CIMTYPE_UINT16,
139368                   /* subscript */
139369                   -1,
139370                   /* value */
139371                   0,
139372               };
139373               
139374               static MetaFeature*
139375               _CIM_MeterService_features[] =
139376 mike  1.1.2.1 {
139377                   (MetaFeature*)&_CIM_MeterService_MeterType,
139378                   (MetaFeature*)&_CIM_MeterService_OtherMeterType,
139379                   (MetaFeature*)&_CIM_MeterService_ConformanceLevels,
139380                   0,
139381               };
139382               
139383               static const char*
139384               __root_cimv2_CIM_MeterService_qualifiers[] =
139385               {
139386                   /* UMLPackagePath */
139387                   "\057CIM::Network::QoS",
139388                   /* Version */
139389                   "\0632.7.0",
139390                   0,
139391               };
139392               
139393               MetaClass
139394               __root_cimv2_CIM_MeterService =
139395               {
139396                   /* flags */
139397 mike  1.1.2.1     META_FLAG_CLASS,
139398                   /* name */
139399                   "CIM_MeterService",
139400                   /* qualifiers */
139401                   __root_cimv2_CIM_MeterService_qualifiers,
139402                   /* super */
139403                   &__root_cimv2_CIM_ConditioningService,
139404                   /* features */
139405                   _CIM_MeterService_features,
139406               };
139407               
139408               //==============================================================================
139409               //
139410               // Class: CIM_ModulePort
139411               //
139412               //==============================================================================
139413               
139414               static const char*
139415               _CIM_ModulePort_GroupComponent_qualifiers[] =
139416               {
139417                   /* Aggregate */
139418 mike  1.1.2.1     "\003\001",
139419                   /* Override */
139420                   "\044GroupComponent",
139421                   /* Max */
139422                   "\027\000\000\000\001",
139423                   0,
139424               };
139425               
139426               static MetaReference
139427               _CIM_ModulePort_GroupComponent =
139428               {
139429                   /* flags */
139430                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
139431                   /* name */
139432                   "GroupComponent",
139433                   /* qualifiers */
139434                   _CIM_ModulePort_GroupComponent_qualifiers,
139435                   /* subscript */
139436                   -1,
139437                   /* refId */
139438                   &__root_cimv2_CIM_LogicalModule,
139439 mike  1.1.2.1 };
139440               
139441               static const char*
139442               _CIM_ModulePort_PartComponent_qualifiers[] =
139443               {
139444                   /* Override */
139445                   "\044PartComponent",
139446                   0,
139447               };
139448               
139449               static MetaReference
139450               _CIM_ModulePort_PartComponent =
139451               {
139452                   /* flags */
139453                   META_FLAG_REFERENCE|META_FLAG_READ,
139454                   /* name */
139455                   "PartComponent",
139456                   /* qualifiers */
139457                   _CIM_ModulePort_PartComponent_qualifiers,
139458                   /* subscript */
139459                   -1,
139460 mike  1.1.2.1     /* refId */
139461                   &__root_cimv2_CIM_NetworkPort,
139462               };
139463               
139464               static MetaFeature*
139465               _CIM_ModulePort_features[] =
139466               {
139467                   (MetaFeature*)&_CIM_ModulePort_GroupComponent,
139468                   (MetaFeature*)&_CIM_ModulePort_PartComponent,
139469                   0,
139470               };
139471               
139472               static const char*
139473               __root_cimv2_CIM_ModulePort_qualifiers[] =
139474               {
139475                   /* ASSOCIATION */
139476                   "\000\001",
139477                   /* UMLPackagePath */
139478                   "\057CIM::Device::Ports",
139479                   /* Aggregation */
139480                   "\004\001",
139481 mike  1.1.2.1     /* Version */
139482                   "\0632.8.0",
139483                   0,
139484               };
139485               
139486               MetaClass
139487               __root_cimv2_CIM_ModulePort =
139488               {
139489                   /* flags */
139490                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
139491                   /* name */
139492                   "CIM_ModulePort",
139493                   /* qualifiers */
139494                   __root_cimv2_CIM_ModulePort_qualifiers,
139495                   /* super */
139496                   &__root_cimv2_CIM_Component,
139497                   /* features */
139498                   _CIM_ModulePort_features,
139499               };
139500               
139501               //==============================================================================
139502 mike  1.1.2.1 //
139503               // Class: CIM_MultiStateSensor
139504               //
139505               //==============================================================================
139506               
139507               static MetaFeature*
139508               _CIM_MultiStateSensor_features[] =
139509               {
139510                   0,
139511               };
139512               
139513               static const char*
139514               __root_cimv2_CIM_MultiStateSensor_qualifiers[] =
139515               {
139516                   /* UMLPackagePath */
139517                   "\057CIM::Device::Sensors",
139518                   /* Version */
139519                   "\0632.6.0",
139520                   0,
139521               };
139522               
139523 mike  1.1.2.1 MetaClass
139524               __root_cimv2_CIM_MultiStateSensor =
139525               {
139526                   /* flags */
139527                   META_FLAG_CLASS,
139528                   /* name */
139529                   "CIM_MultiStateSensor",
139530                   /* qualifiers */
139531                   __root_cimv2_CIM_MultiStateSensor_qualifiers,
139532                   /* super */
139533                   &__root_cimv2_CIM_Sensor,
139534                   /* features */
139535                   _CIM_MultiStateSensor_features,
139536               };
139537               
139538               //==============================================================================
139539               //
139540               // Class: CIM_Network
139541               //
139542               //==============================================================================
139543               
139544 mike  1.1.2.1 static MetaFeature*
139545               _CIM_Network_features[] =
139546               {
139547                   0,
139548               };
139549               
139550               static const char*
139551               __root_cimv2_CIM_Network_qualifiers[] =
139552               {
139553                   /* UMLPackagePath */
139554                   "\057CIM::Network::Systems",
139555                   /* Version */
139556                   "\0632.7.0",
139557                   /* MappingStrings */
139558                   "\026\000\001Recommendation.ITU|M3100.Network\000",
139559                   0,
139560               };
139561               
139562               MetaClass
139563               __root_cimv2_CIM_Network =
139564               {
139565 mike  1.1.2.1     /* flags */
139566                   META_FLAG_CLASS,
139567                   /* name */
139568                   "CIM_Network",
139569                   /* qualifiers */
139570                   __root_cimv2_CIM_Network_qualifiers,
139571                   /* super */
139572                   &__root_cimv2_CIM_AdminDomain,
139573                   /* features */
139574                   _CIM_Network_features,
139575               };
139576               
139577               //==============================================================================
139578               //
139579               // Class: CIM_NetworkService
139580               //
139581               //==============================================================================
139582               
139583               static const char*
139584               _CIM_NetworkService_Keywords_qualifiers[] =
139585               {
139586 mike  1.1.2.1     /* Deprecated */
139587                   "\013\000\001No value\000",
139588                   0,
139589               };
139590               
139591               static MetaProperty
139592               _CIM_NetworkService_Keywords =
139593               {
139594                   /* flags */
139595                   META_FLAG_PROPERTY|META_FLAG_READ,
139596                   /* name */
139597                   "Keywords",
139598                   /* qualifiers */
139599                   _CIM_NetworkService_Keywords_qualifiers,
139600                   /* type */
139601                   CIMTYPE_STRING,
139602                   /* subscript */
139603                   0,
139604                   /* value */
139605                   0,
139606               };
139607 mike  1.1.2.1 
139608               static const char*
139609               _CIM_NetworkService_ServiceURL_qualifiers[] =
139610               {
139611                   /* Deprecated */
139612                   "\013\000\001CIM_ServiceAccessURI\000",
139613                   0,
139614               };
139615               
139616               static MetaProperty
139617               _CIM_NetworkService_ServiceURL =
139618               {
139619                   /* flags */
139620                   META_FLAG_PROPERTY|META_FLAG_READ,
139621                   /* name */
139622                   "ServiceURL",
139623                   /* qualifiers */
139624                   _CIM_NetworkService_ServiceURL_qualifiers,
139625                   /* type */
139626                   CIMTYPE_STRING,
139627                   /* subscript */
139628 mike  1.1.2.1     -1,
139629                   /* value */
139630                   0,
139631               };
139632               
139633               static const char*
139634               _CIM_NetworkService_StartupConditions_qualifiers[] =
139635               {
139636                   /* Deprecated */
139637                   "\013\000\001No value\000",
139638                   0,
139639               };
139640               
139641               static MetaProperty
139642               _CIM_NetworkService_StartupConditions =
139643               {
139644                   /* flags */
139645                   META_FLAG_PROPERTY|META_FLAG_READ,
139646                   /* name */
139647                   "StartupConditions",
139648                   /* qualifiers */
139649 mike  1.1.2.1     _CIM_NetworkService_StartupConditions_qualifiers,
139650                   /* type */
139651                   CIMTYPE_STRING,
139652                   /* subscript */
139653                   0,
139654                   /* value */
139655                   0,
139656               };
139657               
139658               static const char*
139659               _CIM_NetworkService_StartupParameters_qualifiers[] =
139660               {
139661                   /* Deprecated */
139662                   "\013\000\001No value\000",
139663                   0,
139664               };
139665               
139666               static MetaProperty
139667               _CIM_NetworkService_StartupParameters =
139668               {
139669                   /* flags */
139670 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
139671                   /* name */
139672                   "StartupParameters",
139673                   /* qualifiers */
139674                   _CIM_NetworkService_StartupParameters_qualifiers,
139675                   /* type */
139676                   CIMTYPE_STRING,
139677                   /* subscript */
139678                   0,
139679                   /* value */
139680                   0,
139681               };
139682               
139683               static MetaFeature*
139684               _CIM_NetworkService_features[] =
139685               {
139686                   (MetaFeature*)&_CIM_NetworkService_Keywords,
139687                   (MetaFeature*)&_CIM_NetworkService_ServiceURL,
139688                   (MetaFeature*)&_CIM_NetworkService_StartupConditions,
139689                   (MetaFeature*)&_CIM_NetworkService_StartupParameters,
139690                   0,
139691 mike  1.1.2.1 };
139692               
139693               static const char*
139694               __root_cimv2_CIM_NetworkService_qualifiers[] =
139695               {
139696                   /* Deprecated */
139697                   "\013\000\001CIM_Service\000",
139698                   /* UMLPackagePath */
139699                   "\057CIM::Network::RoutingForwarding",
139700                   /* Abstract */
139701                   "\002\001",
139702                   /* Version */
139703                   "\0632.7.0",
139704                   0,
139705               };
139706               
139707               MetaClass
139708               __root_cimv2_CIM_NetworkService =
139709               {
139710                   /* flags */
139711                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
139712 mike  1.1.2.1     /* name */
139713                   "CIM_NetworkService",
139714                   /* qualifiers */
139715                   __root_cimv2_CIM_NetworkService_qualifiers,
139716                   /* super */
139717                   &__root_cimv2_CIM_Service,
139718                   /* features */
139719                   _CIM_NetworkService_features,
139720               };
139721               
139722               //==============================================================================
139723               //
139724               // Class: CIM_NetworkServicesInAdminDomain
139725               //
139726               //==============================================================================
139727               
139728               static const char*
139729               _CIM_NetworkServicesInAdminDomain_Antecedent_qualifiers[] =
139730               {
139731                   /* Deprecated */
139732                   "\013\000\001CIM_Dependency.Antecedent\000",
139733 mike  1.1.2.1     /* Override */
139734                   "\044Antecedent",
139735                   0,
139736               };
139737               
139738               static MetaReference
139739               _CIM_NetworkServicesInAdminDomain_Antecedent =
139740               {
139741                   /* flags */
139742                   META_FLAG_REFERENCE|META_FLAG_READ,
139743                   /* name */
139744                   "Antecedent",
139745                   /* qualifiers */
139746                   _CIM_NetworkServicesInAdminDomain_Antecedent_qualifiers,
139747                   /* subscript */
139748                   -1,
139749                   /* refId */
139750                   &__root_cimv2_CIM_AdminDomain,
139751               };
139752               
139753               static const char*
139754 mike  1.1.2.1 _CIM_NetworkServicesInAdminDomain_Dependent_qualifiers[] =
139755               {
139756                   /* Deprecated */
139757                   "\013\000\001CIM_Dependency.Dependent\000",
139758                   /* Override */
139759                   "\044Dependent",
139760                   0,
139761               };
139762               
139763               static MetaReference
139764               _CIM_NetworkServicesInAdminDomain_Dependent =
139765               {
139766                   /* flags */
139767                   META_FLAG_REFERENCE|META_FLAG_READ,
139768                   /* name */
139769                   "Dependent",
139770                   /* qualifiers */
139771                   _CIM_NetworkServicesInAdminDomain_Dependent_qualifiers,
139772                   /* subscript */
139773                   -1,
139774                   /* refId */
139775 mike  1.1.2.1     &__root_cimv2_CIM_NetworkService,
139776               };
139777               
139778               static MetaFeature*
139779               _CIM_NetworkServicesInAdminDomain_features[] =
139780               {
139781                   (MetaFeature*)&_CIM_NetworkServicesInAdminDomain_Antecedent,
139782                   (MetaFeature*)&_CIM_NetworkServicesInAdminDomain_Dependent,
139783                   0,
139784               };
139785               
139786               static const char*
139787               __root_cimv2_CIM_NetworkServicesInAdminDomain_qualifiers[] =
139788               {
139789                   /* ASSOCIATION */
139790                   "\000\001",
139791                   /* Deprecated */
139792                   "\013\000\001CIM_HostedDependency\000",
139793                   /* UMLPackagePath */
139794                   "\057CIM::Network::RoutingForwarding",
139795                   /* Version */
139796 mike  1.1.2.1     "\0632.7.0",
139797                   0,
139798               };
139799               
139800               MetaClass
139801               __root_cimv2_CIM_NetworkServicesInAdminDomain =
139802               {
139803                   /* flags */
139804                   META_FLAG_ASSOCIATION,
139805                   /* name */
139806                   "CIM_NetworkServicesInAdminDomain",
139807                   /* qualifiers */
139808                   __root_cimv2_CIM_NetworkServicesInAdminDomain_qualifiers,
139809                   /* super */
139810                   &__root_cimv2_CIM_HostedDependency,
139811                   /* features */
139812                   _CIM_NetworkServicesInAdminDomain_features,
139813               };
139814               
139815               //==============================================================================
139816               //
139817 mike  1.1.2.1 // Class: CIM_NetworksInAdminDomain
139818               //
139819               //==============================================================================
139820               
139821               static const char*
139822               _CIM_NetworksInAdminDomain_Domain_qualifiers[] =
139823               {
139824                   /* Deprecated */
139825                   "\013\000\001CIM_HostedCollection.Antecedent\000",
139826                   /* Key */
139827                   "\025\001",
139828                   /* Min */
139829                   "\033\000\000\000\001",
139830                   /* Max */
139831                   "\027\000\000\000\001",
139832                   0,
139833               };
139834               
139835               static MetaReference
139836               _CIM_NetworksInAdminDomain_Domain =
139837               {
139838 mike  1.1.2.1     /* flags */
139839                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139840                   /* name */
139841                   "Domain",
139842                   /* qualifiers */
139843                   _CIM_NetworksInAdminDomain_Domain_qualifiers,
139844                   /* subscript */
139845                   -1,
139846                   /* refId */
139847                   &__root_cimv2_CIM_AdminDomain,
139848               };
139849               
139850               static const char*
139851               _CIM_NetworksInAdminDomain_Network_qualifiers[] =
139852               {
139853                   /* Deprecated */
139854                   "\013\000\001CIM_HostedCollection.Dependent\000",
139855                   /* Key */
139856                   "\025\001",
139857                   /* Weak */
139858                   "\064\001",
139859 mike  1.1.2.1     0,
139860               };
139861               
139862               static MetaReference
139863               _CIM_NetworksInAdminDomain_Network =
139864               {
139865                   /* flags */
139866                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
139867                   /* name */
139868                   "Network",
139869                   /* qualifiers */
139870                   _CIM_NetworksInAdminDomain_Network_qualifiers,
139871                   /* subscript */
139872                   -1,
139873                   /* refId */
139874                   &__root_cimv2_CIM_LogicalNetwork,
139875               };
139876               
139877               static MetaFeature*
139878               _CIM_NetworksInAdminDomain_features[] =
139879               {
139880 mike  1.1.2.1     (MetaFeature*)&_CIM_NetworksInAdminDomain_Domain,
139881                   (MetaFeature*)&_CIM_NetworksInAdminDomain_Network,
139882                   0,
139883               };
139884               
139885               static const char*
139886               __root_cimv2_CIM_NetworksInAdminDomain_qualifiers[] =
139887               {
139888                   /* ASSOCIATION */
139889                   "\000\001",
139890                   /* Deprecated */
139891                   "\013\000\001CIM_HostedCollection\000",
139892                   /* UMLPackagePath */
139893                   "\057CIM::Network::Collections",
139894                   /* Version */
139895                   "\0632.7.0",
139896                   0,
139897               };
139898               
139899               MetaClass
139900               __root_cimv2_CIM_NetworksInAdminDomain =
139901 mike  1.1.2.1 {
139902                   /* flags */
139903                   META_FLAG_ASSOCIATION,
139904                   /* name */
139905                   "CIM_NetworksInAdminDomain",
139906                   /* qualifiers */
139907                   __root_cimv2_CIM_NetworksInAdminDomain_qualifiers,
139908                   /* super */
139909                   0,
139910                   /* features */
139911                   _CIM_NetworksInAdminDomain_features,
139912               };
139913               
139914               //==============================================================================
139915               //
139916               // Class: CIM_NextService
139917               //
139918               //==============================================================================
139919               
139920               static const char*
139921               _CIM_NextService_PrecedingService_qualifiers[] =
139922 mike  1.1.2.1 {
139923                   /* Key */
139924                   "\025\001",
139925                   0,
139926               };
139927               
139928               static MetaReference
139929               _CIM_NextService_PrecedingService =
139930               {
139931                   /* flags */
139932                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139933                   /* name */
139934                   "PrecedingService",
139935                   /* qualifiers */
139936                   _CIM_NextService_PrecedingService_qualifiers,
139937                   /* subscript */
139938                   -1,
139939                   /* refId */
139940                   &__root_cimv2_CIM_ConditioningService,
139941               };
139942               
139943 mike  1.1.2.1 static const char*
139944               _CIM_NextService_FollowingService_qualifiers[] =
139945               {
139946                   /* Key */
139947                   "\025\001",
139948                   0,
139949               };
139950               
139951               static MetaReference
139952               _CIM_NextService_FollowingService =
139953               {
139954                   /* flags */
139955                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139956                   /* name */
139957                   "FollowingService",
139958                   /* qualifiers */
139959                   _CIM_NextService_FollowingService_qualifiers,
139960                   /* subscript */
139961                   -1,
139962                   /* refId */
139963                   &__root_cimv2_CIM_ConditioningService,
139964 mike  1.1.2.1 };
139965               
139966               static MetaFeature*
139967               _CIM_NextService_features[] =
139968               {
139969                   (MetaFeature*)&_CIM_NextService_PrecedingService,
139970                   (MetaFeature*)&_CIM_NextService_FollowingService,
139971                   0,
139972               };
139973               
139974               static const char*
139975               __root_cimv2_CIM_NextService_qualifiers[] =
139976               {
139977                   /* ASSOCIATION */
139978                   "\000\001",
139979                   /* UMLPackagePath */
139980                   "\057CIM::Network::QoS",
139981                   /* Version */
139982                   "\0632.7.0",
139983                   0,
139984               };
139985 mike  1.1.2.1 
139986               MetaClass
139987               __root_cimv2_CIM_NextService =
139988               {
139989                   /* flags */
139990                   META_FLAG_ASSOCIATION,
139991                   /* name */
139992                   "CIM_NextService",
139993                   /* qualifiers */
139994                   __root_cimv2_CIM_NextService_qualifiers,
139995                   /* super */
139996                   0,
139997                   /* features */
139998                   _CIM_NextService_features,
139999               };
140000               
140001               //==============================================================================
140002               //
140003               // Class: CIM_NextServiceAfterMeter
140004               //
140005               //==============================================================================
140006 mike  1.1.2.1 
140007               static const char*
140008               _CIM_NextServiceAfterMeter_PrecedingService_qualifiers[] =
140009               {
140010                   /* Key */
140011                   "\025\001",
140012                   0,
140013               };
140014               
140015               static MetaReference
140016               _CIM_NextServiceAfterMeter_PrecedingService =
140017               {
140018                   /* flags */
140019                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
140020                   /* name */
140021                   "PrecedingService",
140022                   /* qualifiers */
140023                   _CIM_NextServiceAfterMeter_PrecedingService_qualifiers,
140024                   /* subscript */
140025                   -1,
140026                   /* refId */
140027 mike  1.1.2.1     &__root_cimv2_CIM_MeterService,
140028               };
140029               
140030               static const char*
140031               _CIM_NextServiceAfterMeter_FollowingService_qualifiers[] =
140032               {
140033                   /* Key */
140034                   "\025\001",
140035                   0,
140036               };
140037               
140038               static MetaReference
140039               _CIM_NextServiceAfterMeter_FollowingService =
140040               {
140041                   /* flags */
140042                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
140043                   /* name */
140044                   "FollowingService",
140045                   /* qualifiers */
140046                   _CIM_NextServiceAfterMeter_FollowingService_qualifiers,
140047                   /* subscript */
140048 mike  1.1.2.1     -1,
140049                   /* refId */
140050                   &__root_cimv2_CIM_ConditioningService,
140051               };
140052               
140053               static const char*
140054               _CIM_NextServiceAfterMeter_MeterResult_qualifiers[] =
140055               {
140056                   /* Key */
140057                   "\025\001",
140058                   /* ValueMap */
140059                   "\061\000\0040\0001\0002\0003\000",
140060                   /* Values */
140061                   "\062\000\004Unknown\000Conforming\000Partially Conforming\000Non-Conforming\000",
140062                   0,
140063               };
140064               
140065               static MetaProperty
140066               _CIM_NextServiceAfterMeter_MeterResult =
140067               {
140068                   /* flags */
140069 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
140070                   /* name */
140071                   "MeterResult",
140072                   /* qualifiers */
140073                   _CIM_NextServiceAfterMeter_MeterResult_qualifiers,
140074                   /* type */
140075                   CIMTYPE_UINT16,
140076                   /* subscript */
140077                   -1,
140078                   /* value */
140079                   0,
140080               };
140081               
140082               static MetaFeature*
140083               _CIM_NextServiceAfterMeter_features[] =
140084               {
140085                   (MetaFeature*)&_CIM_NextServiceAfterMeter_PrecedingService,
140086                   (MetaFeature*)&_CIM_NextServiceAfterMeter_FollowingService,
140087                   (MetaFeature*)&_CIM_NextServiceAfterMeter_MeterResult,
140088                   0,
140089               };
140090 mike  1.1.2.1 
140091               static const char*
140092               __root_cimv2_CIM_NextServiceAfterMeter_qualifiers[] =
140093               {
140094                   /* ASSOCIATION */
140095                   "\000\001",
140096                   /* UMLPackagePath */
140097                   "\057CIM::Network::QoS",
140098                   /* Version */
140099                   "\0632.7.0",
140100                   0,
140101               };
140102               
140103               MetaClass
140104               __root_cimv2_CIM_NextServiceAfterMeter =
140105               {
140106                   /* flags */
140107                   META_FLAG_ASSOCIATION,
140108                   /* name */
140109                   "CIM_NextServiceAfterMeter",
140110                   /* qualifiers */
140111 mike  1.1.2.1     __root_cimv2_CIM_NextServiceAfterMeter_qualifiers,
140112                   /* super */
140113                   0,
140114                   /* features */
140115                   _CIM_NextServiceAfterMeter_features,
140116               };
140117               
140118               //==============================================================================
140119               //
140120               // Class: CIM_NFS
140121               //
140122               //==============================================================================
140123               
140124               static const char*
140125               _CIM_NFS_HardMount_qualifiers[] =
140126               {
140127                   0,
140128               };
140129               
140130               static MetaProperty
140131               _CIM_NFS_HardMount =
140132 mike  1.1.2.1 {
140133                   /* flags */
140134                   META_FLAG_PROPERTY|META_FLAG_READ,
140135                   /* name */
140136                   "HardMount",
140137                   /* qualifiers */
140138                   _CIM_NFS_HardMount_qualifiers,
140139                   /* type */
140140                   CIMTYPE_BOOLEAN,
140141                   /* subscript */
140142                   -1,
140143                   /* value */
140144                   0,
140145               };
140146               
140147               static const char*
140148               _CIM_NFS_ForegroundMount_qualifiers[] =
140149               {
140150                   0,
140151               };
140152               
140153 mike  1.1.2.1 static MetaProperty
140154               _CIM_NFS_ForegroundMount =
140155               {
140156                   /* flags */
140157                   META_FLAG_PROPERTY|META_FLAG_READ,
140158                   /* name */
140159                   "ForegroundMount",
140160                   /* qualifiers */
140161                   _CIM_NFS_ForegroundMount_qualifiers,
140162                   /* type */
140163                   CIMTYPE_BOOLEAN,
140164                   /* subscript */
140165                   -1,
140166                   /* value */
140167                   0,
140168               };
140169               
140170               static const char*
140171               _CIM_NFS_Interrupt_qualifiers[] =
140172               {
140173                   0,
140174 mike  1.1.2.1 };
140175               
140176               static MetaProperty
140177               _CIM_NFS_Interrupt =
140178               {
140179                   /* flags */
140180                   META_FLAG_PROPERTY|META_FLAG_READ,
140181                   /* name */
140182                   "Interrupt",
140183                   /* qualifiers */
140184                   _CIM_NFS_Interrupt_qualifiers,
140185                   /* type */
140186                   CIMTYPE_BOOLEAN,
140187                   /* subscript */
140188                   -1,
140189                   /* value */
140190                   0,
140191               };
140192               
140193               static const char*
140194               _CIM_NFS_MountFailureRetries_qualifiers[] =
140195 mike  1.1.2.1 {
140196                   0,
140197               };
140198               
140199               static MetaProperty
140200               _CIM_NFS_MountFailureRetries =
140201               {
140202                   /* flags */
140203                   META_FLAG_PROPERTY|META_FLAG_READ,
140204                   /* name */
140205                   "MountFailureRetries",
140206                   /* qualifiers */
140207                   _CIM_NFS_MountFailureRetries_qualifiers,
140208                   /* type */
140209                   CIMTYPE_UINT16,
140210                   /* subscript */
140211                   -1,
140212                   /* value */
140213                   0,
140214               };
140215               
140216 mike  1.1.2.1 static const char*
140217               _CIM_NFS_RetransmissionAttempts_qualifiers[] =
140218               {
140219                   0,
140220               };
140221               
140222               static MetaProperty
140223               _CIM_NFS_RetransmissionAttempts =
140224               {
140225                   /* flags */
140226                   META_FLAG_PROPERTY|META_FLAG_READ,
140227                   /* name */
140228                   "RetransmissionAttempts",
140229                   /* qualifiers */
140230                   _CIM_NFS_RetransmissionAttempts_qualifiers,
140231                   /* type */
140232                   CIMTYPE_UINT16,
140233                   /* subscript */
140234                   -1,
140235                   /* value */
140236                   0,
140237 mike  1.1.2.1 };
140238               
140239               static const char*
140240               _CIM_NFS_RetransmissionTimeout_qualifiers[] =
140241               {
140242                   /* Units */
140243                   "\060Tenths of Seconds",
140244                   0,
140245               };
140246               
140247               static MetaProperty
140248               _CIM_NFS_RetransmissionTimeout =
140249               {
140250                   /* flags */
140251                   META_FLAG_PROPERTY|META_FLAG_READ,
140252                   /* name */
140253                   "RetransmissionTimeout",
140254                   /* qualifiers */
140255                   _CIM_NFS_RetransmissionTimeout_qualifiers,
140256                   /* type */
140257                   CIMTYPE_UINT32,
140258 mike  1.1.2.1     /* subscript */
140259                   -1,
140260                   /* value */
140261                   0,
140262               };
140263               
140264               static const char*
140265               _CIM_NFS_ReadBufferSize_qualifiers[] =
140266               {
140267                   /* Units */
140268                   "\060Bytes",
140269                   0,
140270               };
140271               
140272               static MetaProperty
140273               _CIM_NFS_ReadBufferSize =
140274               {
140275                   /* flags */
140276                   META_FLAG_PROPERTY|META_FLAG_READ,
140277                   /* name */
140278                   "ReadBufferSize",
140279 mike  1.1.2.1     /* qualifiers */
140280                   _CIM_NFS_ReadBufferSize_qualifiers,
140281                   /* type */
140282                   CIMTYPE_UINT64,
140283                   /* subscript */
140284                   -1,
140285                   /* value */
140286                   0,
140287               };
140288               
140289               static const char*
140290               _CIM_NFS_WriteBufferSize_qualifiers[] =
140291               {
140292                   /* Units */
140293                   "\060Bytes",
140294                   0,
140295               };
140296               
140297               static MetaProperty
140298               _CIM_NFS_WriteBufferSize =
140299               {
140300 mike  1.1.2.1     /* flags */
140301                   META_FLAG_PROPERTY|META_FLAG_READ,
140302                   /* name */
140303                   "WriteBufferSize",
140304                   /* qualifiers */
140305                   _CIM_NFS_WriteBufferSize_qualifiers,
140306                   /* type */
140307                   CIMTYPE_UINT64,
140308                   /* subscript */
140309                   -1,
140310                   /* value */
140311                   0,
140312               };
140313               
140314               static const char*
140315               _CIM_NFS_ServerCommunicationPort_qualifiers[] =
140316               {
140317                   0,
140318               };
140319               
140320               static MetaProperty
140321 mike  1.1.2.1 _CIM_NFS_ServerCommunicationPort =
140322               {
140323                   /* flags */
140324                   META_FLAG_PROPERTY|META_FLAG_READ,
140325                   /* name */
140326                   "ServerCommunicationPort",
140327                   /* qualifiers */
140328                   _CIM_NFS_ServerCommunicationPort_qualifiers,
140329                   /* type */
140330                   CIMTYPE_UINT32,
140331                   /* subscript */
140332                   -1,
140333                   /* value */
140334                   0,
140335               };
140336               
140337               static const char*
140338               _CIM_NFS_AttributeCaching_qualifiers[] =
140339               {
140340                   0,
140341               };
140342 mike  1.1.2.1 
140343               static MetaProperty
140344               _CIM_NFS_AttributeCaching =
140345               {
140346                   /* flags */
140347                   META_FLAG_PROPERTY|META_FLAG_READ,
140348                   /* name */
140349                   "AttributeCaching",
140350                   /* qualifiers */
140351                   _CIM_NFS_AttributeCaching_qualifiers,
140352                   /* type */
140353                   CIMTYPE_BOOLEAN,
140354                   /* subscript */
140355                   -1,
140356                   /* value */
140357                   0,
140358               };
140359               
140360               static const char*
140361               _CIM_NFS_AttributeCachingForRegularFilesMin_qualifiers[] =
140362               {
140363 mike  1.1.2.1     /* Units */
140364                   "\060Seconds",
140365                   0,
140366               };
140367               
140368               static MetaProperty
140369               _CIM_NFS_AttributeCachingForRegularFilesMin =
140370               {
140371                   /* flags */
140372                   META_FLAG_PROPERTY|META_FLAG_READ,
140373                   /* name */
140374                   "AttributeCachingForRegularFilesMin",
140375                   /* qualifiers */
140376                   _CIM_NFS_AttributeCachingForRegularFilesMin_qualifiers,
140377                   /* type */
140378                   CIMTYPE_UINT16,
140379                   /* subscript */
140380                   -1,
140381                   /* value */
140382                   0,
140383               };
140384 mike  1.1.2.1 
140385               static const char*
140386               _CIM_NFS_AttributeCachingForRegularFilesMax_qualifiers[] =
140387               {
140388                   /* Units */
140389                   "\060Seconds",
140390                   0,
140391               };
140392               
140393               static MetaProperty
140394               _CIM_NFS_AttributeCachingForRegularFilesMax =
140395               {
140396                   /* flags */
140397                   META_FLAG_PROPERTY|META_FLAG_READ,
140398                   /* name */
140399                   "AttributeCachingForRegularFilesMax",
140400                   /* qualifiers */
140401                   _CIM_NFS_AttributeCachingForRegularFilesMax_qualifiers,
140402                   /* type */
140403                   CIMTYPE_UINT16,
140404                   /* subscript */
140405 mike  1.1.2.1     -1,
140406                   /* value */
140407                   0,
140408               };
140409               
140410               static const char*
140411               _CIM_NFS_AttributeCachingForDirectoriesMin_qualifiers[] =
140412               {
140413                   /* Units */
140414                   "\060Seconds",
140415                   0,
140416               };
140417               
140418               static MetaProperty
140419               _CIM_NFS_AttributeCachingForDirectoriesMin =
140420               {
140421                   /* flags */
140422                   META_FLAG_PROPERTY|META_FLAG_READ,
140423                   /* name */
140424                   "AttributeCachingForDirectoriesMin",
140425                   /* qualifiers */
140426 mike  1.1.2.1     _CIM_NFS_AttributeCachingForDirectoriesMin_qualifiers,
140427                   /* type */
140428                   CIMTYPE_UINT16,
140429                   /* subscript */
140430                   -1,
140431                   /* value */
140432                   0,
140433               };
140434               
140435               static const char*
140436               _CIM_NFS_AttributeCachingForDirectoriesMax_qualifiers[] =
140437               {
140438                   /* Units */
140439                   "\060Seconds",
140440                   0,
140441               };
140442               
140443               static MetaProperty
140444               _CIM_NFS_AttributeCachingForDirectoriesMax =
140445               {
140446                   /* flags */
140447 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
140448                   /* name */
140449                   "AttributeCachingForDirectoriesMax",
140450                   /* qualifiers */
140451                   _CIM_NFS_AttributeCachingForDirectoriesMax_qualifiers,
140452                   /* type */
140453                   CIMTYPE_UINT16,
140454                   /* subscript */
140455                   -1,
140456                   /* value */
140457                   0,
140458               };
140459               
140460               static MetaFeature*
140461               _CIM_NFS_features[] =
140462               {
140463                   (MetaFeature*)&_CIM_NFS_HardMount,
140464                   (MetaFeature*)&_CIM_NFS_ForegroundMount,
140465                   (MetaFeature*)&_CIM_NFS_Interrupt,
140466                   (MetaFeature*)&_CIM_NFS_MountFailureRetries,
140467                   (MetaFeature*)&_CIM_NFS_RetransmissionAttempts,
140468 mike  1.1.2.1     (MetaFeature*)&_CIM_NFS_RetransmissionTimeout,
140469                   (MetaFeature*)&_CIM_NFS_ReadBufferSize,
140470                   (MetaFeature*)&_CIM_NFS_WriteBufferSize,
140471                   (MetaFeature*)&_CIM_NFS_ServerCommunicationPort,
140472                   (MetaFeature*)&_CIM_NFS_AttributeCaching,
140473                   (MetaFeature*)&_CIM_NFS_AttributeCachingForRegularFilesMin,
140474                   (MetaFeature*)&_CIM_NFS_AttributeCachingForRegularFilesMax,
140475                   (MetaFeature*)&_CIM_NFS_AttributeCachingForDirectoriesMin,
140476                   (MetaFeature*)&_CIM_NFS_AttributeCachingForDirectoriesMax,
140477                   0,
140478               };
140479               
140480               static const char*
140481               __root_cimv2_CIM_NFS_qualifiers[] =
140482               {
140483                   /* UMLPackagePath */
140484                   "\057CIM::System::FileElements",
140485                   /* Version */
140486                   "\0632.6.0",
140487                   0,
140488               };
140489 mike  1.1.2.1 
140490               MetaClass
140491               __root_cimv2_CIM_NFS =
140492               {
140493                   /* flags */
140494                   META_FLAG_CLASS,
140495                   /* name */
140496                   "CIM_NFS",
140497                   /* qualifiers */
140498                   __root_cimv2_CIM_NFS_qualifiers,
140499                   /* super */
140500                   &__root_cimv2_CIM_RemoteFileSystem,
140501                   /* features */
140502                   _CIM_NFS_features,
140503               };
140504               
140505               //==============================================================================
140506               //
140507               // Class: CIM_NonVolatileStorage
140508               //
140509               //==============================================================================
140510 mike  1.1.2.1 
140511               static const char*
140512               _CIM_NonVolatileStorage_IsWriteable_qualifiers[] =
140513               {
140514                   /* Deprecated */
140515                   "\013\000\001CIM_Memory.Access\000",
140516                   0,
140517               };
140518               
140519               static MetaProperty
140520               _CIM_NonVolatileStorage_IsWriteable =
140521               {
140522                   /* flags */
140523                   META_FLAG_PROPERTY|META_FLAG_READ,
140524                   /* name */
140525                   "IsWriteable",
140526                   /* qualifiers */
140527                   _CIM_NonVolatileStorage_IsWriteable_qualifiers,
140528                   /* type */
140529                   CIMTYPE_BOOLEAN,
140530                   /* subscript */
140531 mike  1.1.2.1     -1,
140532                   /* value */
140533                   0,
140534               };
140535               
140536               static const char*
140537               _CIM_NonVolatileStorage_ApplicationWriteable_qualifiers[] =
140538               {
140539                   /* Deprecated */
140540                   "\013\000\001no value\000",
140541                   0,
140542               };
140543               
140544               static MetaProperty
140545               _CIM_NonVolatileStorage_ApplicationWriteable =
140546               {
140547                   /* flags */
140548                   META_FLAG_PROPERTY|META_FLAG_READ,
140549                   /* name */
140550                   "ApplicationWriteable",
140551                   /* qualifiers */
140552 mike  1.1.2.1     _CIM_NonVolatileStorage_ApplicationWriteable_qualifiers,
140553                   /* type */
140554                   CIMTYPE_BOOLEAN,
140555                   /* subscript */
140556                   -1,
140557                   /* value */
140558                   0,
140559               };
140560               
140561               static const char*
140562               _CIM_NonVolatileStorage_StartAddressForApplicationWrite_qualifiers[] =
140563               {
140564                   /* Deprecated */
140565                   "\013\000\001no value\000",
140566                   /* ModelCorrespondence */
140567                   "\036\000\001CIM_NonVolatileStorage.ApplicationWriteable\000",
140568                   0,
140569               };
140570               
140571               static MetaProperty
140572               _CIM_NonVolatileStorage_StartAddressForApplicationWrite =
140573 mike  1.1.2.1 {
140574                   /* flags */
140575                   META_FLAG_PROPERTY|META_FLAG_READ,
140576                   /* name */
140577                   "StartAddressForApplicationWrite",
140578                   /* qualifiers */
140579                   _CIM_NonVolatileStorage_StartAddressForApplicationWrite_qualifiers,
140580                   /* type */
140581                   CIMTYPE_UINT64,
140582                   /* subscript */
140583                   -1,
140584                   /* value */
140585                   0,
140586               };
140587               
140588               static const char*
140589               _CIM_NonVolatileStorage_ApplicationWriteableSize_qualifiers[] =
140590               {
140591                   /* Deprecated */
140592                   "\013\000\001no value\000",
140593                   /* Units */
140594 mike  1.1.2.1     "\060Bits",
140595                   /* ModelCorrespondence */
140596                   "\036\000\001CIM_NonVolatileStorage.ApplicationWriteable\000",
140597                   0,
140598               };
140599               
140600               static MetaProperty
140601               _CIM_NonVolatileStorage_ApplicationWriteableSize =
140602               {
140603                   /* flags */
140604                   META_FLAG_PROPERTY|META_FLAG_READ,
140605                   /* name */
140606                   "ApplicationWriteableSize",
140607                   /* qualifiers */
140608                   _CIM_NonVolatileStorage_ApplicationWriteableSize_qualifiers,
140609                   /* type */
140610                   CIMTYPE_UINT64,
140611                   /* subscript */
140612                   -1,
140613                   /* value */
140614                   0,
140615 mike  1.1.2.1 };
140616               
140617               static MetaFeature*
140618               _CIM_NonVolatileStorage_features[] =
140619               {
140620                   (MetaFeature*)&_CIM_NonVolatileStorage_IsWriteable,
140621                   (MetaFeature*)&_CIM_NonVolatileStorage_ApplicationWriteable,
140622                   (MetaFeature*)&_CIM_NonVolatileStorage_StartAddressForApplicationWrite,
140623                   (MetaFeature*)&_CIM_NonVolatileStorage_ApplicationWriteableSize,
140624                   0,
140625               };
140626               
140627               static const char*
140628               __root_cimv2_CIM_NonVolatileStorage_qualifiers[] =
140629               {
140630                   /* Deprecated */
140631                   "\013\000\001CIM_Memory\000",
140632                   /* UMLPackagePath */
140633                   "\057CIM::Device::Memory",
140634                   /* Version */
140635                   "\0632.8.0",
140636 mike  1.1.2.1     0,
140637               };
140638               
140639               MetaClass
140640               __root_cimv2_CIM_NonVolatileStorage =
140641               {
140642                   /* flags */
140643                   META_FLAG_CLASS,
140644                   /* name */
140645                   "CIM_NonVolatileStorage",
140646                   /* qualifiers */
140647                   __root_cimv2_CIM_NonVolatileStorage_qualifiers,
140648                   /* super */
140649                   &__root_cimv2_CIM_Memory,
140650                   /* features */
140651                   _CIM_NonVolatileStorage_features,
140652               };
140653               
140654               //==============================================================================
140655               //
140656               // Class: CIM_NumericSensor
140657 mike  1.1.2.1 //
140658               //==============================================================================
140659               
140660               static const char*
140661               _CIM_NumericSensor_BaseUnits_qualifiers[] =
140662               {
140663                   /* ValueMap */
140664                   "\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",
140665                   /* Values */
140666                   "\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",
140667                   /* ModelCorrespondence */
140668                   "\036\000\002CIM_NumericSensor.UnitModifier\000CIM_NumericSensor.RateUnits\000",
140669                   0,
140670               };
140671               
140672               static MetaProperty
140673               _CIM_NumericSensor_BaseUnits =
140674               {
140675                   /* flags */
140676                   META_FLAG_PROPERTY|META_FLAG_READ,
140677                   /* name */
140678 mike  1.1.2.1     "BaseUnits",
140679                   /* qualifiers */
140680                   _CIM_NumericSensor_BaseUnits_qualifiers,
140681                   /* type */
140682                   CIMTYPE_UINT16,
140683                   /* subscript */
140684                   -1,
140685                   /* value */
140686                   0,
140687               };
140688               
140689               static const char*
140690               _CIM_NumericSensor_UnitModifier_qualifiers[] =
140691               {
140692                   /* ModelCorrespondence */
140693                   "\036\000\002CIM_NumericSensor.BaseUnits\000CIM_NumericSensor.RateUnits\000",
140694                   0,
140695               };
140696               
140697               static MetaProperty
140698               _CIM_NumericSensor_UnitModifier =
140699 mike  1.1.2.1 {
140700                   /* flags */
140701                   META_FLAG_PROPERTY|META_FLAG_READ,
140702                   /* name */
140703                   "UnitModifier",
140704                   /* qualifiers */
140705                   _CIM_NumericSensor_UnitModifier_qualifiers,
140706                   /* type */
140707                   CIMTYPE_SINT32,
140708                   /* subscript */
140709                   -1,
140710                   /* value */
140711                   0,
140712               };
140713               
140714               static const char*
140715               _CIM_NumericSensor_RateUnits_qualifiers[] =
140716               {
140717                   /* ValueMap */
140718                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
140719                   /* Values */
140720 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",
140721                   /* ModelCorrespondence */
140722                   "\036\000\002CIM_NumericSensor.UnitModifier\000CIM_NumericSensor.BaseUnits\000",
140723                   0,
140724               };
140725               
140726               static MetaProperty
140727               _CIM_NumericSensor_RateUnits =
140728               {
140729                   /* flags */
140730                   META_FLAG_PROPERTY|META_FLAG_READ,
140731                   /* name */
140732                   "RateUnits",
140733                   /* qualifiers */
140734                   _CIM_NumericSensor_RateUnits_qualifiers,
140735                   /* type */
140736                   CIMTYPE_UINT16,
140737                   /* subscript */
140738                   -1,
140739                   /* value */
140740                   0,
140741 mike  1.1.2.1 };
140742               
140743               static const char*
140744               _CIM_NumericSensor_CurrentReading_qualifiers[] =
140745               {
140746                   /* MappingStrings */
140747                   "\026\000\003MIF.DMTF|Temperature Probe|002.5\000MIF.DMTF|Electrical Current Probe|001.5\000MIF.DMTF|Voltage Probe|001.5\000",
140748                   0,
140749               };
140750               
140751               static MetaProperty
140752               _CIM_NumericSensor_CurrentReading =
140753               {
140754                   /* flags */
140755                   META_FLAG_PROPERTY|META_FLAG_READ,
140756                   /* name */
140757                   "CurrentReading",
140758                   /* qualifiers */
140759                   _CIM_NumericSensor_CurrentReading_qualifiers,
140760                   /* type */
140761                   CIMTYPE_SINT32,
140762 mike  1.1.2.1     /* subscript */
140763                   -1,
140764                   /* value */
140765                   0,
140766               };
140767               
140768               static const char*
140769               _CIM_NumericSensor_NominalReading_qualifiers[] =
140770               {
140771                   /* MappingStrings */
140772                   "\026\000\003MIF.DMTF|Temperature Probe|002.6\000MIF.DMTF|Electrical Current Probe|001.6\000MIF.DMTF|Voltage Probe|001.6\000",
140773                   0,
140774               };
140775               
140776               static MetaProperty
140777               _CIM_NumericSensor_NominalReading =
140778               {
140779                   /* flags */
140780                   META_FLAG_PROPERTY|META_FLAG_READ,
140781                   /* name */
140782                   "NominalReading",
140783 mike  1.1.2.1     /* qualifiers */
140784                   _CIM_NumericSensor_NominalReading_qualifiers,
140785                   /* type */
140786                   CIMTYPE_SINT32,
140787                   /* subscript */
140788                   -1,
140789                   /* value */
140790                   0,
140791               };
140792               
140793               static const char*
140794               _CIM_NumericSensor_NormalMax_qualifiers[] =
140795               {
140796                   /* MappingStrings */
140797                   "\026\000\003MIF.DMTF|Temperature Probe|002.7\000MIF.DMTF|Electrical Current Probe|001.7\000MIF.DMTF|Voltage Probe|001.7\000",
140798                   0,
140799               };
140800               
140801               static MetaProperty
140802               _CIM_NumericSensor_NormalMax =
140803               {
140804 mike  1.1.2.1     /* flags */
140805                   META_FLAG_PROPERTY|META_FLAG_READ,
140806                   /* name */
140807                   "NormalMax",
140808                   /* qualifiers */
140809                   _CIM_NumericSensor_NormalMax_qualifiers,
140810                   /* type */
140811                   CIMTYPE_SINT32,
140812                   /* subscript */
140813                   -1,
140814                   /* value */
140815                   0,
140816               };
140817               
140818               static const char*
140819               _CIM_NumericSensor_NormalMin_qualifiers[] =
140820               {
140821                   /* MappingStrings */
140822                   "\026\000\003MIF.DMTF|Temperature Probe|002.8\000MIF.DMTF|Electrical Current Probe|001.8\000MIF.DMTF|Voltage Probe|001.8\000",
140823                   0,
140824               };
140825 mike  1.1.2.1 
140826               static MetaProperty
140827               _CIM_NumericSensor_NormalMin =
140828               {
140829                   /* flags */
140830                   META_FLAG_PROPERTY|META_FLAG_READ,
140831                   /* name */
140832                   "NormalMin",
140833                   /* qualifiers */
140834                   _CIM_NumericSensor_NormalMin_qualifiers,
140835                   /* type */
140836                   CIMTYPE_SINT32,
140837                   /* subscript */
140838                   -1,
140839                   /* value */
140840                   0,
140841               };
140842               
140843               static const char*
140844               _CIM_NumericSensor_MaxReadable_qualifiers[] =
140845               {
140846 mike  1.1.2.1     /* MappingStrings */
140847                   "\026\000\003MIF.DMTF|Temperature Probe|002.9\000MIF.DMTF|Electrical Current Probe|001.9\000MIF.DMTF|Voltage Probe|001.9\000",
140848                   0,
140849               };
140850               
140851               static MetaProperty
140852               _CIM_NumericSensor_MaxReadable =
140853               {
140854                   /* flags */
140855                   META_FLAG_PROPERTY|META_FLAG_READ,
140856                   /* name */
140857                   "MaxReadable",
140858                   /* qualifiers */
140859                   _CIM_NumericSensor_MaxReadable_qualifiers,
140860                   /* type */
140861                   CIMTYPE_SINT32,
140862                   /* subscript */
140863                   -1,
140864                   /* value */
140865                   0,
140866               };
140867 mike  1.1.2.1 
140868               static const char*
140869               _CIM_NumericSensor_MinReadable_qualifiers[] =
140870               {
140871                   /* MappingStrings */
140872                   "\026\000\003MIF.DMTF|Temperature Probe|002.10\000MIF.DMTF|Electrical Current Probe|001.10\000MIF.DMTF|Voltage Probe|001.10\000",
140873                   0,
140874               };
140875               
140876               static MetaProperty
140877               _CIM_NumericSensor_MinReadable =
140878               {
140879                   /* flags */
140880                   META_FLAG_PROPERTY|META_FLAG_READ,
140881                   /* name */
140882                   "MinReadable",
140883                   /* qualifiers */
140884                   _CIM_NumericSensor_MinReadable_qualifiers,
140885                   /* type */
140886                   CIMTYPE_SINT32,
140887                   /* subscript */
140888 mike  1.1.2.1     -1,
140889                   /* value */
140890                   0,
140891               };
140892               
140893               static const char*
140894               _CIM_NumericSensor_Resolution_qualifiers[] =
140895               {
140896                   /* MappingStrings */
140897                   "\026\000\003MIF.DMTF|Temperature Probe|002.17\000MIF.DMTF|Electrical Current Probe|001.17\000MIF.DMTF|Voltage Probe|001.17\000",
140898                   0,
140899               };
140900               
140901               static MetaProperty
140902               _CIM_NumericSensor_Resolution =
140903               {
140904                   /* flags */
140905                   META_FLAG_PROPERTY|META_FLAG_READ,
140906                   /* name */
140907                   "Resolution",
140908                   /* qualifiers */
140909 mike  1.1.2.1     _CIM_NumericSensor_Resolution_qualifiers,
140910                   /* type */
140911                   CIMTYPE_UINT32,
140912                   /* subscript */
140913                   -1,
140914                   /* value */
140915                   0,
140916               };
140917               
140918               static const char*
140919               _CIM_NumericSensor_Tolerance_qualifiers[] =
140920               {
140921                   /* Deprecated */
140922                   "\013\000\002CIM_NumericSensor.Resolution\000CIM_NumericSensor.Accuracy\000",
140923                   0,
140924               };
140925               
140926               static MetaProperty
140927               _CIM_NumericSensor_Tolerance =
140928               {
140929                   /* flags */
140930 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
140931                   /* name */
140932                   "Tolerance",
140933                   /* qualifiers */
140934                   _CIM_NumericSensor_Tolerance_qualifiers,
140935                   /* type */
140936                   CIMTYPE_SINT32,
140937                   /* subscript */
140938                   -1,
140939                   /* value */
140940                   0,
140941               };
140942               
140943               static const char*
140944               _CIM_NumericSensor_Accuracy_qualifiers[] =
140945               {
140946                   /* Units */
140947                   "\060Hundredths of Percent",
140948                   /* MappingStrings */
140949                   "\026\000\003MIF.DMTF|Temperature Probe|002.19\000MIF.DMTF|Electrical Current Probe|001.19\000MIF.DMTF|Voltage Probe|001.19\000",
140950                   0,
140951 mike  1.1.2.1 };
140952               
140953               static MetaProperty
140954               _CIM_NumericSensor_Accuracy =
140955               {
140956                   /* flags */
140957                   META_FLAG_PROPERTY|META_FLAG_READ,
140958                   /* name */
140959                   "Accuracy",
140960                   /* qualifiers */
140961                   _CIM_NumericSensor_Accuracy_qualifiers,
140962                   /* type */
140963                   CIMTYPE_SINT32,
140964                   /* subscript */
140965                   -1,
140966                   /* value */
140967                   0,
140968               };
140969               
140970               static const char*
140971               _CIM_NumericSensor_IsLinear_qualifiers[] =
140972 mike  1.1.2.1 {
140973                   0,
140974               };
140975               
140976               static MetaProperty
140977               _CIM_NumericSensor_IsLinear =
140978               {
140979                   /* flags */
140980                   META_FLAG_PROPERTY|META_FLAG_READ,
140981                   /* name */
140982                   "IsLinear",
140983                   /* qualifiers */
140984                   _CIM_NumericSensor_IsLinear_qualifiers,
140985                   /* type */
140986                   CIMTYPE_BOOLEAN,
140987                   /* subscript */
140988                   -1,
140989                   /* value */
140990                   0,
140991               };
140992               
140993 mike  1.1.2.1 static const char*
140994               _CIM_NumericSensor_Hysteresis_qualifiers[] =
140995               {
140996                   0,
140997               };
140998               
140999               static MetaProperty
141000               _CIM_NumericSensor_Hysteresis =
141001               {
141002                   /* flags */
141003                   META_FLAG_PROPERTY|META_FLAG_READ,
141004                   /* name */
141005                   "Hysteresis",
141006                   /* qualifiers */
141007                   _CIM_NumericSensor_Hysteresis_qualifiers,
141008                   /* type */
141009                   CIMTYPE_UINT32,
141010                   /* subscript */
141011                   -1,
141012                   /* value */
141013                   0,
141014 mike  1.1.2.1 };
141015               
141016               static const char*
141017               _CIM_NumericSensor_LowerThresholdNonCritical_qualifiers[] =
141018               {
141019                   /* MappingStrings */
141020                   "\026\000\003MIF.DMTF|Temperature Probe|002.11\000MIF.DMTF|Electrical Current Probe|001.11\000MIF.DMTF|Voltage Probe|001.11\000",
141021                   0,
141022               };
141023               
141024               static MetaProperty
141025               _CIM_NumericSensor_LowerThresholdNonCritical =
141026               {
141027                   /* flags */
141028                   META_FLAG_PROPERTY|META_FLAG_READ,
141029                   /* name */
141030                   "LowerThresholdNonCritical",
141031                   /* qualifiers */
141032                   _CIM_NumericSensor_LowerThresholdNonCritical_qualifiers,
141033                   /* type */
141034                   CIMTYPE_SINT32,
141035 mike  1.1.2.1     /* subscript */
141036                   -1,
141037                   /* value */
141038                   0,
141039               };
141040               
141041               static const char*
141042               _CIM_NumericSensor_UpperThresholdNonCritical_qualifiers[] =
141043               {
141044                   /* MappingStrings */
141045                   "\026\000\003MIF.DMTF|Temperature Probe|002.12\000MIF.DMTF|Electrical Current Probe|001.12\000MIF.DMTF|Voltage Probe|001.12\000",
141046                   0,
141047               };
141048               
141049               static MetaProperty
141050               _CIM_NumericSensor_UpperThresholdNonCritical =
141051               {
141052                   /* flags */
141053                   META_FLAG_PROPERTY|META_FLAG_READ,
141054                   /* name */
141055                   "UpperThresholdNonCritical",
141056 mike  1.1.2.1     /* qualifiers */
141057                   _CIM_NumericSensor_UpperThresholdNonCritical_qualifiers,
141058                   /* type */
141059                   CIMTYPE_SINT32,
141060                   /* subscript */
141061                   -1,
141062                   /* value */
141063                   0,
141064               };
141065               
141066               static const char*
141067               _CIM_NumericSensor_LowerThresholdCritical_qualifiers[] =
141068               {
141069                   /* MappingStrings */
141070                   "\026\000\003MIF.DMTF|Temperature Probe|002.13\000MIF.DMTF|Electrical Current Probe|001.13\000MIF.DMTF|Voltage Probe|001.13\000",
141071                   0,
141072               };
141073               
141074               static MetaProperty
141075               _CIM_NumericSensor_LowerThresholdCritical =
141076               {
141077 mike  1.1.2.1     /* flags */
141078                   META_FLAG_PROPERTY|META_FLAG_READ,
141079                   /* name */
141080                   "LowerThresholdCritical",
141081                   /* qualifiers */
141082                   _CIM_NumericSensor_LowerThresholdCritical_qualifiers,
141083                   /* type */
141084                   CIMTYPE_SINT32,
141085                   /* subscript */
141086                   -1,
141087                   /* value */
141088                   0,
141089               };
141090               
141091               static const char*
141092               _CIM_NumericSensor_UpperThresholdCritical_qualifiers[] =
141093               {
141094                   /* MappingStrings */
141095                   "\026\000\003MIF.DMTF|Temperature Probe|002.14\000MIF.DMTF|Electrical Current Probe|001.14\000MIF.DMTF|Voltage Probe|001.14\000",
141096                   0,
141097               };
141098 mike  1.1.2.1 
141099               static MetaProperty
141100               _CIM_NumericSensor_UpperThresholdCritical =
141101               {
141102                   /* flags */
141103                   META_FLAG_PROPERTY|META_FLAG_READ,
141104                   /* name */
141105                   "UpperThresholdCritical",
141106                   /* qualifiers */
141107                   _CIM_NumericSensor_UpperThresholdCritical_qualifiers,
141108                   /* type */
141109                   CIMTYPE_SINT32,
141110                   /* subscript */
141111                   -1,
141112                   /* value */
141113                   0,
141114               };
141115               
141116               static const char*
141117               _CIM_NumericSensor_LowerThresholdFatal_qualifiers[] =
141118               {
141119 mike  1.1.2.1     /* MappingStrings */
141120                   "\026\000\003MIF.DMTF|Temperature Probe|002.15\000MIF.DMTF|Electrical Current Probe|001.15\000MIF.DMTF|Voltage Probe|001.15\000",
141121                   0,
141122               };
141123               
141124               static MetaProperty
141125               _CIM_NumericSensor_LowerThresholdFatal =
141126               {
141127                   /* flags */
141128                   META_FLAG_PROPERTY|META_FLAG_READ,
141129                   /* name */
141130                   "LowerThresholdFatal",
141131                   /* qualifiers */
141132                   _CIM_NumericSensor_LowerThresholdFatal_qualifiers,
141133                   /* type */
141134                   CIMTYPE_SINT32,
141135                   /* subscript */
141136                   -1,
141137                   /* value */
141138                   0,
141139               };
141140 mike  1.1.2.1 
141141               static const char*
141142               _CIM_NumericSensor_UpperThresholdFatal_qualifiers[] =
141143               {
141144                   /* MappingStrings */
141145                   "\026\000\003MIF.DMTF|Temperature Probe|002.16\000MIF.DMTF|Electrical Current Probe|001.16\000MIF.DMTF|Voltage Probe|001.16\000",
141146                   0,
141147               };
141148               
141149               static MetaProperty
141150               _CIM_NumericSensor_UpperThresholdFatal =
141151               {
141152                   /* flags */
141153                   META_FLAG_PROPERTY|META_FLAG_READ,
141154                   /* name */
141155                   "UpperThresholdFatal",
141156                   /* qualifiers */
141157                   _CIM_NumericSensor_UpperThresholdFatal_qualifiers,
141158                   /* type */
141159                   CIMTYPE_SINT32,
141160                   /* subscript */
141161 mike  1.1.2.1     -1,
141162                   /* value */
141163                   0,
141164               };
141165               
141166               static const char*
141167               _CIM_NumericSensor_SupportedThresholds_qualifiers[] =
141168               {
141169                   /* ValueMap */
141170                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141171                   /* Values */
141172                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141173                   0,
141174               };
141175               
141176               static MetaProperty
141177               _CIM_NumericSensor_SupportedThresholds =
141178               {
141179                   /* flags */
141180                   META_FLAG_PROPERTY|META_FLAG_READ,
141181                   /* name */
141182 mike  1.1.2.1     "SupportedThresholds",
141183                   /* qualifiers */
141184                   _CIM_NumericSensor_SupportedThresholds_qualifiers,
141185                   /* type */
141186                   CIMTYPE_UINT16,
141187                   /* subscript */
141188                   0,
141189                   /* value */
141190                   0,
141191               };
141192               
141193               static const char*
141194               _CIM_NumericSensor_EnabledThresholds_qualifiers[] =
141195               {
141196                   /* ValueMap */
141197                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141198                   /* Values */
141199                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141200                   0,
141201               };
141202               
141203 mike  1.1.2.1 static MetaProperty
141204               _CIM_NumericSensor_EnabledThresholds =
141205               {
141206                   /* flags */
141207                   META_FLAG_PROPERTY|META_FLAG_READ,
141208                   /* name */
141209                   "EnabledThresholds",
141210                   /* qualifiers */
141211                   _CIM_NumericSensor_EnabledThresholds_qualifiers,
141212                   /* type */
141213                   CIMTYPE_UINT16,
141214                   /* subscript */
141215                   0,
141216                   /* value */
141217                   0,
141218               };
141219               
141220               static const char*
141221               _CIM_NumericSensor_SettableThresholds_qualifiers[] =
141222               {
141223                   /* ValueMap */
141224 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
141225                   /* Values */
141226                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141227                   0,
141228               };
141229               
141230               static MetaProperty
141231               _CIM_NumericSensor_SettableThresholds =
141232               {
141233                   /* flags */
141234                   META_FLAG_PROPERTY|META_FLAG_READ,
141235                   /* name */
141236                   "SettableThresholds",
141237                   /* qualifiers */
141238                   _CIM_NumericSensor_SettableThresholds_qualifiers,
141239                   /* type */
141240                   CIMTYPE_UINT16,
141241                   /* subscript */
141242                   0,
141243                   /* value */
141244                   0,
141245 mike  1.1.2.1 };
141246               
141247               static MetaFeature*
141248               _CIM_NumericSensor_RestoreDefaultThresholds_parameters[] =
141249               {
141250                   0,
141251               };
141252               
141253               static const char*
141254               _CIM_NumericSensor_RestoreDefaultThresholds_qualifiers[] =
141255               {
141256                   0,
141257               };
141258               
141259               static MetaMethod
141260               _CIM_NumericSensor_RestoreDefaultThresholds =
141261               {
141262                   /* flags */
141263                   META_FLAG_METHOD,
141264                   /* name */
141265                   "CIM_NumericSensor",
141266 mike  1.1.2.1     /* qualifiers */
141267                   _CIM_NumericSensor_RestoreDefaultThresholds_qualifiers,
141268                   /* type */
141269                   CIMTYPE_UINT32,
141270                   /* parameters */
141271                   _CIM_NumericSensor_RestoreDefaultThresholds_parameters,
141272               };
141273               
141274               static const char*
141275               _CIM_NumericSensor_GetNonLinearFactors_SensorReading_qualifiers[] =
141276               {
141277                   /* IN */
141278                   "\024\001",
141279                   0,
141280               };
141281               
141282               static MetaProperty
141283               _CIM_NumericSensor_GetNonLinearFactors_SensorReading =
141284               {
141285                   /* flags */
141286                   META_FLAG_PROPERTY|META_FLAG_IN,
141287 mike  1.1.2.1     /* name */
141288                   "SensorReading",
141289                   /* qualifiers */
141290                   _CIM_NumericSensor_GetNonLinearFactors_SensorReading_qualifiers,
141291                   /* type */
141292                   CIMTYPE_SINT32,
141293                   /* subscript */
141294                   -1,
141295                   /* value */
141296                   0,
141297               };
141298               
141299               static const char*
141300               _CIM_NumericSensor_GetNonLinearFactors_Accuracy_qualifiers[] =
141301               {
141302                   /* IN */
141303                   "\024\000",
141304                   /* OUT */
141305                   "\043\001",
141306                   0,
141307               };
141308 mike  1.1.2.1 
141309               static MetaProperty
141310               _CIM_NumericSensor_GetNonLinearFactors_Accuracy =
141311               {
141312                   /* flags */
141313                   META_FLAG_PROPERTY|META_FLAG_OUT,
141314                   /* name */
141315                   "Accuracy",
141316                   /* qualifiers */
141317                   _CIM_NumericSensor_GetNonLinearFactors_Accuracy_qualifiers,
141318                   /* type */
141319                   CIMTYPE_SINT32,
141320                   /* subscript */
141321                   -1,
141322                   /* value */
141323                   0,
141324               };
141325               
141326               static const char*
141327               _CIM_NumericSensor_GetNonLinearFactors_Resolution_qualifiers[] =
141328               {
141329 mike  1.1.2.1     /* IN */
141330                   "\024\000",
141331                   /* OUT */
141332                   "\043\001",
141333                   0,
141334               };
141335               
141336               static MetaProperty
141337               _CIM_NumericSensor_GetNonLinearFactors_Resolution =
141338               {
141339                   /* flags */
141340                   META_FLAG_PROPERTY|META_FLAG_OUT,
141341                   /* name */
141342                   "Resolution",
141343                   /* qualifiers */
141344                   _CIM_NumericSensor_GetNonLinearFactors_Resolution_qualifiers,
141345                   /* type */
141346                   CIMTYPE_UINT32,
141347                   /* subscript */
141348                   -1,
141349                   /* value */
141350 mike  1.1.2.1     0,
141351               };
141352               
141353               static const char*
141354               _CIM_NumericSensor_GetNonLinearFactors_Tolerance_qualifiers[] =
141355               {
141356                   /* IN */
141357                   "\024\000",
141358                   /* OUT */
141359                   "\043\001",
141360                   0,
141361               };
141362               
141363               static MetaProperty
141364               _CIM_NumericSensor_GetNonLinearFactors_Tolerance =
141365               {
141366                   /* flags */
141367                   META_FLAG_PROPERTY|META_FLAG_OUT,
141368                   /* name */
141369                   "Tolerance",
141370                   /* qualifiers */
141371 mike  1.1.2.1     _CIM_NumericSensor_GetNonLinearFactors_Tolerance_qualifiers,
141372                   /* type */
141373                   CIMTYPE_SINT32,
141374                   /* subscript */
141375                   -1,
141376                   /* value */
141377                   0,
141378               };
141379               
141380               static const char*
141381               _CIM_NumericSensor_GetNonLinearFactors_Hysteresis_qualifiers[] =
141382               {
141383                   /* IN */
141384                   "\024\000",
141385                   /* OUT */
141386                   "\043\001",
141387                   0,
141388               };
141389               
141390               static MetaProperty
141391               _CIM_NumericSensor_GetNonLinearFactors_Hysteresis =
141392 mike  1.1.2.1 {
141393                   /* flags */
141394                   META_FLAG_PROPERTY|META_FLAG_OUT,
141395                   /* name */
141396                   "Hysteresis",
141397                   /* qualifiers */
141398                   _CIM_NumericSensor_GetNonLinearFactors_Hysteresis_qualifiers,
141399                   /* type */
141400                   CIMTYPE_UINT32,
141401                   /* subscript */
141402                   -1,
141403                   /* value */
141404                   0,
141405               };
141406               
141407               static MetaFeature*
141408               _CIM_NumericSensor_GetNonLinearFactors_parameters[] =
141409               {
141410                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_SensorReading,
141411                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Accuracy,
141412                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Resolution,
141413 mike  1.1.2.1     (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Tolerance,
141414                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Hysteresis,
141415                   0,
141416               };
141417               
141418               static const char*
141419               _CIM_NumericSensor_GetNonLinearFactors_qualifiers[] =
141420               {
141421                   /* Deprecated */
141422                   "\013\000\001No Value\000",
141423                   0,
141424               };
141425               
141426               static MetaMethod
141427               _CIM_NumericSensor_GetNonLinearFactors =
141428               {
141429                   /* flags */
141430                   META_FLAG_METHOD,
141431                   /* name */
141432                   "CIM_NumericSensor",
141433                   /* qualifiers */
141434 mike  1.1.2.1     _CIM_NumericSensor_GetNonLinearFactors_qualifiers,
141435                   /* type */
141436                   CIMTYPE_UINT32,
141437                   /* parameters */
141438                   _CIM_NumericSensor_GetNonLinearFactors_parameters,
141439               };
141440               
141441               static MetaFeature*
141442               _CIM_NumericSensor_features[] =
141443               {
141444                   (MetaFeature*)&_CIM_NumericSensor_BaseUnits,
141445                   (MetaFeature*)&_CIM_NumericSensor_UnitModifier,
141446                   (MetaFeature*)&_CIM_NumericSensor_RateUnits,
141447                   (MetaFeature*)&_CIM_NumericSensor_CurrentReading,
141448                   (MetaFeature*)&_CIM_NumericSensor_NominalReading,
141449                   (MetaFeature*)&_CIM_NumericSensor_NormalMax,
141450                   (MetaFeature*)&_CIM_NumericSensor_NormalMin,
141451                   (MetaFeature*)&_CIM_NumericSensor_MaxReadable,
141452                   (MetaFeature*)&_CIM_NumericSensor_MinReadable,
141453                   (MetaFeature*)&_CIM_NumericSensor_Resolution,
141454                   (MetaFeature*)&_CIM_NumericSensor_Tolerance,
141455 mike  1.1.2.1     (MetaFeature*)&_CIM_NumericSensor_Accuracy,
141456                   (MetaFeature*)&_CIM_NumericSensor_IsLinear,
141457                   (MetaFeature*)&_CIM_NumericSensor_Hysteresis,
141458                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdNonCritical,
141459                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdNonCritical,
141460                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdCritical,
141461                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdCritical,
141462                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdFatal,
141463                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdFatal,
141464                   (MetaFeature*)&_CIM_NumericSensor_SupportedThresholds,
141465                   (MetaFeature*)&_CIM_NumericSensor_EnabledThresholds,
141466                   (MetaFeature*)&_CIM_NumericSensor_SettableThresholds,
141467                   (MetaFeature*)&_CIM_NumericSensor_RestoreDefaultThresholds,
141468                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors,
141469                   0,
141470               };
141471               
141472               static const char*
141473               __root_cimv2_CIM_NumericSensor_qualifiers[] =
141474               {
141475                   /* UMLPackagePath */
141476 mike  1.1.2.1     "\057CIM::Device::Sensors",
141477                   /* Version */
141478                   "\0632.8.0",
141479                   0,
141480               };
141481               
141482               MetaClass
141483               __root_cimv2_CIM_NumericSensor =
141484               {
141485                   /* flags */
141486                   META_FLAG_CLASS,
141487                   /* name */
141488                   "CIM_NumericSensor",
141489                   /* qualifiers */
141490                   __root_cimv2_CIM_NumericSensor_qualifiers,
141491                   /* super */
141492                   &__root_cimv2_CIM_Sensor,
141493                   /* features */
141494                   _CIM_NumericSensor_features,
141495               };
141496               
141497 mike  1.1.2.1 //==============================================================================
141498               //
141499               // Class: CIM_ObjectManager
141500               //
141501               //==============================================================================
141502               
141503               static const char*
141504               _CIM_ObjectManager_GatherStatisticalData_qualifiers[] =
141505               {
141506                   /* Write */
141507                   "\065\001",
141508                   0,
141509               };
141510               
141511               static MetaProperty
141512               _CIM_ObjectManager_GatherStatisticalData =
141513               {
141514                   /* flags */
141515                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
141516                   /* name */
141517                   "GatherStatisticalData",
141518 mike  1.1.2.1     /* qualifiers */
141519                   _CIM_ObjectManager_GatherStatisticalData_qualifiers,
141520                   /* type */
141521                   CIMTYPE_BOOLEAN,
141522                   /* subscript */
141523                   -1,
141524                   /* value */
141525                   "\001",
141526               };
141527               
141528               static const char*
141529               _CIM_ObjectManager_Name_qualifiers[] =
141530               {
141531                   /* Override */
141532                   "\044Name",
141533                   0,
141534               };
141535               
141536               static MetaProperty
141537               _CIM_ObjectManager_Name =
141538               {
141539 mike  1.1.2.1     /* flags */
141540                   META_FLAG_PROPERTY|META_FLAG_READ,
141541                   /* name */
141542                   "Name",
141543                   /* qualifiers */
141544                   _CIM_ObjectManager_Name_qualifiers,
141545                   /* type */
141546                   CIMTYPE_STRING,
141547                   /* subscript */
141548                   -1,
141549                   /* value */
141550                   0,
141551               };
141552               
141553               static const char*
141554               _CIM_ObjectManager_ElementName_qualifiers[] =
141555               {
141556                   /* Override */
141557                   "\044ElementName",
141558                   0,
141559               };
141560 mike  1.1.2.1 
141561               static MetaProperty
141562               _CIM_ObjectManager_ElementName =
141563               {
141564                   /* flags */
141565                   META_FLAG_PROPERTY|META_FLAG_READ,
141566                   /* name */
141567                   "ElementName",
141568                   /* qualifiers */
141569                   _CIM_ObjectManager_ElementName_qualifiers,
141570                   /* type */
141571                   CIMTYPE_STRING,
141572                   /* subscript */
141573                   -1,
141574                   /* value */
141575                   0,
141576               };
141577               
141578               static const char*
141579               _CIM_ObjectManager_Description_qualifiers[] =
141580               {
141581 mike  1.1.2.1     /* Override */
141582                   "\044Description",
141583                   0,
141584               };
141585               
141586               static MetaProperty
141587               _CIM_ObjectManager_Description =
141588               {
141589                   /* flags */
141590                   META_FLAG_PROPERTY|META_FLAG_READ,
141591                   /* name */
141592                   "Description",
141593                   /* qualifiers */
141594                   _CIM_ObjectManager_Description_qualifiers,
141595                   /* type */
141596                   CIMTYPE_STRING,
141597                   /* subscript */
141598                   -1,
141599                   /* value */
141600                   0,
141601               };
141602 mike  1.1.2.1 
141603               static MetaFeature*
141604               _CIM_ObjectManager_features[] =
141605               {
141606                   (MetaFeature*)&_CIM_ObjectManager_GatherStatisticalData,
141607                   (MetaFeature*)&_CIM_ObjectManager_Name,
141608                   (MetaFeature*)&_CIM_ObjectManager_ElementName,
141609                   (MetaFeature*)&_CIM_ObjectManager_Description,
141610                   0,
141611               };
141612               
141613               static const char*
141614               __root_cimv2_CIM_ObjectManager_qualifiers[] =
141615               {
141616                   /* UMLPackagePath */
141617                   "\057CIM::Interop",
141618                   /* Version */
141619                   "\0632.8.0",
141620                   0,
141621               };
141622               
141623 mike  1.1.2.1 MetaClass
141624               __root_cimv2_CIM_ObjectManager =
141625               {
141626                   /* flags */
141627                   META_FLAG_CLASS,
141628                   /* name */
141629                   "CIM_ObjectManager",
141630                   /* qualifiers */
141631                   __root_cimv2_CIM_ObjectManager_qualifiers,
141632                   /* super */
141633                   &__root_cimv2_CIM_WBEMService,
141634                   /* features */
141635                   _CIM_ObjectManager_features,
141636               };
141637               
141638               //==============================================================================
141639               //
141640               // Class: CIM_ObjectManagerAdapter
141641               //
141642               //==============================================================================
141643               
141644 mike  1.1.2.1 static const char*
141645               _CIM_ObjectManagerAdapter_Name_qualifiers[] =
141646               {
141647                   /* Override */
141648                   "\044Name",
141649                   0,
141650               };
141651               
141652               static MetaProperty
141653               _CIM_ObjectManagerAdapter_Name =
141654               {
141655                   /* flags */
141656                   META_FLAG_PROPERTY|META_FLAG_READ,
141657                   /* name */
141658                   "Name",
141659                   /* qualifiers */
141660                   _CIM_ObjectManagerAdapter_Name_qualifiers,
141661                   /* type */
141662                   CIMTYPE_STRING,
141663                   /* subscript */
141664                   -1,
141665 mike  1.1.2.1     /* value */
141666                   0,
141667               };
141668               
141669               static const char*
141670               _CIM_ObjectManagerAdapter_ElementName_qualifiers[] =
141671               {
141672                   /* Override */
141673                   "\044ElementName",
141674                   0,
141675               };
141676               
141677               static MetaProperty
141678               _CIM_ObjectManagerAdapter_ElementName =
141679               {
141680                   /* flags */
141681                   META_FLAG_PROPERTY|META_FLAG_READ,
141682                   /* name */
141683                   "ElementName",
141684                   /* qualifiers */
141685                   _CIM_ObjectManagerAdapter_ElementName_qualifiers,
141686 mike  1.1.2.1     /* type */
141687                   CIMTYPE_STRING,
141688                   /* subscript */
141689                   -1,
141690                   /* value */
141691                   0,
141692               };
141693               
141694               static const char*
141695               _CIM_ObjectManagerAdapter_Handle_qualifiers[] =
141696               {
141697                   /* Required */
141698                   "\050\001",
141699                   0,
141700               };
141701               
141702               static MetaProperty
141703               _CIM_ObjectManagerAdapter_Handle =
141704               {
141705                   /* flags */
141706                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141707 mike  1.1.2.1     /* name */
141708                   "Handle",
141709                   /* qualifiers */
141710                   _CIM_ObjectManagerAdapter_Handle_qualifiers,
141711                   /* type */
141712                   CIMTYPE_STRING,
141713                   /* subscript */
141714                   -1,
141715                   /* value */
141716                   0,
141717               };
141718               
141719               static const char*
141720               _CIM_ObjectManagerAdapter_AdapterType_qualifiers[] =
141721               {
141722                   /* Required */
141723                   "\050\001",
141724                   /* ValueMap */
141725                   "\061\000\0051\0002\0003\0004\0005\000",
141726                   /* Values */
141727                   "\062\000\005Other\000Client\000Provider\000Indication Handler\000Repository\000",
141728 mike  1.1.2.1     /* ModelCorrespondence */
141729                   "\036\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
141730                   0,
141731               };
141732               
141733               static MetaProperty
141734               _CIM_ObjectManagerAdapter_AdapterType =
141735               {
141736                   /* flags */
141737                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141738                   /* name */
141739                   "AdapterType",
141740                   /* qualifiers */
141741                   _CIM_ObjectManagerAdapter_AdapterType_qualifiers,
141742                   /* type */
141743                   CIMTYPE_UINT16,
141744                   /* subscript */
141745                   -1,
141746                   /* value */
141747                   0,
141748               };
141749 mike  1.1.2.1 
141750               static const char*
141751               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers[] =
141752               {
141753                   /* ModelCorrespondence */
141754                   "\036\000\001CIM_ObjectManagerAdapter.AdapterType\000",
141755                   0,
141756               };
141757               
141758               static MetaProperty
141759               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription =
141760               {
141761                   /* flags */
141762                   META_FLAG_PROPERTY|META_FLAG_READ,
141763                   /* name */
141764                   "OtherAdapterTypeDescription",
141765                   /* qualifiers */
141766                   _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers,
141767                   /* type */
141768                   CIMTYPE_STRING,
141769                   /* subscript */
141770 mike  1.1.2.1     -1,
141771                   /* value */
141772                   0,
141773               };
141774               
141775               static MetaFeature*
141776               _CIM_ObjectManagerAdapter_features[] =
141777               {
141778                   (MetaFeature*)&_CIM_ObjectManagerAdapter_Name,
141779                   (MetaFeature*)&_CIM_ObjectManagerAdapter_ElementName,
141780                   (MetaFeature*)&_CIM_ObjectManagerAdapter_Handle,
141781                   (MetaFeature*)&_CIM_ObjectManagerAdapter_AdapterType,
141782                   (MetaFeature*)&_CIM_ObjectManagerAdapter_OtherAdapterTypeDescription,
141783                   0,
141784               };
141785               
141786               static const char*
141787               __root_cimv2_CIM_ObjectManagerAdapter_qualifiers[] =
141788               {
141789                   /* UMLPackagePath */
141790                   "\057CIM::Interop",
141791 mike  1.1.2.1     /* Version */
141792                   "\0632.8.0",
141793                   0,
141794               };
141795               
141796               MetaClass
141797               __root_cimv2_CIM_ObjectManagerAdapter =
141798               {
141799                   /* flags */
141800                   META_FLAG_CLASS,
141801                   /* name */
141802                   "CIM_ObjectManagerAdapter",
141803                   /* qualifiers */
141804                   __root_cimv2_CIM_ObjectManagerAdapter_qualifiers,
141805                   /* super */
141806                   &__root_cimv2_CIM_WBEMService,
141807                   /* features */
141808                   _CIM_ObjectManagerAdapter_features,
141809               };
141810               
141811               //==============================================================================
141812 mike  1.1.2.1 //
141813               // Class: CIM_ObjectManagerCommunicationMechanism
141814               //
141815               //==============================================================================
141816               
141817               static const char*
141818               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers[] =
141819               {
141820                   /* Required */
141821                   "\050\001",
141822                   /* ValueMap */
141823                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141824                   /* Values */
141825                   "\062\000\006Unknown\000Other\000CIM-XML\000SM-CLP\000WS-Management\000WSDM\000",
141826                   /* ModelCorrespondence */
141827                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.OtherCommunicationMechanismDescription\000",
141828                   0,
141829               };
141830               
141831               static MetaProperty
141832               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism =
141833 mike  1.1.2.1 {
141834                   /* flags */
141835                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141836                   /* name */
141837                   "CommunicationMechanism",
141838                   /* qualifiers */
141839                   _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers,
141840                   /* type */
141841                   CIMTYPE_UINT16,
141842                   /* subscript */
141843                   -1,
141844                   /* value */
141845                   0,
141846               };
141847               
141848               static const char*
141849               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers[] =
141850               {
141851                   /* ModelCorrespondence */
141852                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.CommunicationMechanism\000",
141853                   0,
141854 mike  1.1.2.1 };
141855               
141856               static MetaProperty
141857               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription =
141858               {
141859                   /* flags */
141860                   META_FLAG_PROPERTY|META_FLAG_READ,
141861                   /* name */
141862                   "OtherCommunicationMechanismDescription",
141863                   /* qualifiers */
141864                   _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers,
141865                   /* type */
141866                   CIMTYPE_STRING,
141867                   /* subscript */
141868                   -1,
141869                   /* value */
141870                   0,
141871               };
141872               
141873               static const char*
141874               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers[] =
141875 mike  1.1.2.1 {
141876                   /* Required */
141877                   "\050\001",
141878                   /* ValueMap */
141879                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
141880                   /* Values */
141881                   "\062\000\012Unknown\000Other\000Basic Read\000Basic Write\000Schema Manipulation\000Instance Manipulation\000Association Traversal\000Query Execution\000Qualifier Declaration\000Indications\000",
141882                   /* ArrayType */
141883                   "\005Indexed",
141884                   /* ModelCorrespondence */
141885                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfileDescriptions\000",
141886                   0,
141887               };
141888               
141889               static MetaProperty
141890               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported =
141891               {
141892                   /* flags */
141893                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141894                   /* name */
141895                   "FunctionalProfilesSupported",
141896 mike  1.1.2.1     /* qualifiers */
141897                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers,
141898                   /* type */
141899                   CIMTYPE_UINT16,
141900                   /* subscript */
141901                   0,
141902                   /* value */
141903                   0,
141904               };
141905               
141906               static const char*
141907               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers[] =
141908               {
141909                   /* ArrayType */
141910                   "\005Indexed",
141911                   /* ModelCorrespondence */
141912                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfilesSupported\000",
141913                   0,
141914               };
141915               
141916               static MetaProperty
141917 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions =
141918               {
141919                   /* flags */
141920                   META_FLAG_PROPERTY|META_FLAG_READ,
141921                   /* name */
141922                   "FunctionalProfileDescriptions",
141923                   /* qualifiers */
141924                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers,
141925                   /* type */
141926                   CIMTYPE_STRING,
141927                   /* subscript */
141928                   0,
141929                   /* value */
141930                   0,
141931               };
141932               
141933               static const char*
141934               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers[] =
141935               {
141936                   /* Required */
141937                   "\050\001",
141938 mike  1.1.2.1     0,
141939               };
141940               
141941               static MetaProperty
141942               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported =
141943               {
141944                   /* flags */
141945                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141946                   /* name */
141947                   "MultipleOperationsSupported",
141948                   /* qualifiers */
141949                   _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers,
141950                   /* type */
141951                   CIMTYPE_BOOLEAN,
141952                   /* subscript */
141953                   -1,
141954                   /* value */
141955                   0,
141956               };
141957               
141958               static const char*
141959 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers[] =
141960               {
141961                   /* Required */
141962                   "\050\001",
141963                   /* ValueMap */
141964                   "\061\000\0050\0001\0002\0003\0004\000",
141965                   /* Values */
141966                   "\062\000\005Unknown\000Other\000None\000Basic\000Digest\000",
141967                   /* ArrayType */
141968                   "\005Indexed",
141969                   /* ModelCorrespondence */
141970                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismDescriptions\000",
141971                   0,
141972               };
141973               
141974               static MetaProperty
141975               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported =
141976               {
141977                   /* flags */
141978                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141979                   /* name */
141980 mike  1.1.2.1     "AuthenticationMechanismsSupported",
141981                   /* qualifiers */
141982                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers,
141983                   /* type */
141984                   CIMTYPE_UINT16,
141985                   /* subscript */
141986                   0,
141987                   /* value */
141988                   0,
141989               };
141990               
141991               static const char*
141992               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers[] =
141993               {
141994                   /* ArrayType */
141995                   "\005Indexed",
141996                   /* ModelCorrespondence */
141997                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismsSupported\000",
141998                   0,
141999               };
142000               
142001 mike  1.1.2.1 static MetaProperty
142002               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions =
142003               {
142004                   /* flags */
142005                   META_FLAG_PROPERTY|META_FLAG_READ,
142006                   /* name */
142007                   "AuthenticationMechanismDescriptions",
142008                   /* qualifiers */
142009                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers,
142010                   /* type */
142011                   CIMTYPE_STRING,
142012                   /* subscript */
142013                   0,
142014                   /* value */
142015                   0,
142016               };
142017               
142018               static const char*
142019               _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers[] =
142020               {
142021                   /* Required */
142022 mike  1.1.2.1     "\050\001",
142023                   0,
142024               };
142025               
142026               static MetaProperty
142027               _CIM_ObjectManagerCommunicationMechanism_Version =
142028               {
142029                   /* flags */
142030                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
142031                   /* name */
142032                   "Version",
142033                   /* qualifiers */
142034                   _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers,
142035                   /* type */
142036                   CIMTYPE_STRING,
142037                   /* subscript */
142038                   -1,
142039                   /* value */
142040                   0,
142041               };
142042               
142043 mike  1.1.2.1 static const char*
142044               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers[] =
142045               {
142046                   /* Required */
142047                   "\050\001",
142048                   /* ValueMap */
142049                   "\061\000\0031\0002\0003\000",
142050                   /* Values */
142051                   "\062\000\003Other\000Not Advertised\000SLP\000",
142052                   /* ArrayType */
142053                   "\005Indexed",
142054                   /* ModelCorrespondence */
142055                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypeDescriptions\000",
142056                   0,
142057               };
142058               
142059               static MetaProperty
142060               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes =
142061               {
142062                   /* flags */
142063                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
142064 mike  1.1.2.1     /* name */
142065                   "AdvertiseTypes",
142066                   /* qualifiers */
142067                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers,
142068                   /* type */
142069                   CIMTYPE_UINT16,
142070                   /* subscript */
142071                   0,
142072                   /* value */
142073                   0,
142074               };
142075               
142076               static const char*
142077               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers[] =
142078               {
142079                   /* ArrayType */
142080                   "\005Indexed",
142081                   /* ModelCorrespondence */
142082                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypes\000",
142083                   0,
142084               };
142085 mike  1.1.2.1 
142086               static MetaProperty
142087               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions =
142088               {
142089                   /* flags */
142090                   META_FLAG_PROPERTY|META_FLAG_READ,
142091                   /* name */
142092                   "AdvertiseTypeDescriptions",
142093                   /* qualifiers */
142094                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers,
142095                   /* type */
142096                   CIMTYPE_STRING,
142097                   /* subscript */
142098                   0,
142099                   /* value */
142100                   0,
142101               };
142102               
142103               static MetaFeature*
142104               _CIM_ObjectManagerCommunicationMechanism_features[] =
142105               {
142106 mike  1.1.2.1     (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism,
142107                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription,
142108                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported,
142109                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions,
142110                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported,
142111                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported,
142112                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions,
142113                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_Version,
142114                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes,
142115                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions,
142116                   0,
142117               };
142118               
142119               static const char*
142120               __root_cimv2_CIM_ObjectManagerCommunicationMechanism_qualifiers[] =
142121               {
142122                   /* UMLPackagePath */
142123                   "\057CIM::Interop",
142124                   /* Version */
142125                   "\0632.13.0",
142126                   0,
142127 mike  1.1.2.1 };
142128               
142129               MetaClass
142130               __root_cimv2_CIM_ObjectManagerCommunicationMechanism =
142131               {
142132                   /* flags */
142133                   META_FLAG_CLASS,
142134                   /* name */
142135                   "CIM_ObjectManagerCommunicationMechanism",
142136                   /* qualifiers */
142137                   __root_cimv2_CIM_ObjectManagerCommunicationMechanism_qualifiers,
142138                   /* super */
142139                   &__root_cimv2_CIM_ServiceAccessPoint,
142140                   /* features */
142141                   _CIM_ObjectManagerCommunicationMechanism_features,
142142               };
142143               
142144               //==============================================================================
142145               //
142146               // Class: CIM_OOBAlertService
142147               //
142148 mike  1.1.2.1 //==============================================================================
142149               
142150               static const char*
142151               _CIM_OOBAlertService_DestinationType_qualifiers[] =
142152               {
142153                   /* ValueMap */
142154                   "\061\000\0050\0001\0002\0003\0004\000",
142155                   /* Values */
142156                   "\062\000\005Unknown\000Other\000Pager\000TCP Port\000UDP Port\000",
142157                   /* ModelCorrespondence */
142158                   "\036\000\001CIM_OOBAlertService.OtherDestinationTypeDescription\000",
142159                   0,
142160               };
142161               
142162               static MetaProperty
142163               _CIM_OOBAlertService_DestinationType =
142164               {
142165                   /* flags */
142166                   META_FLAG_PROPERTY|META_FLAG_READ,
142167                   /* name */
142168                   "DestinationType",
142169 mike  1.1.2.1     /* qualifiers */
142170                   _CIM_OOBAlertService_DestinationType_qualifiers,
142171                   /* type */
142172                   CIMTYPE_UINT16,
142173                   /* subscript */
142174                   -1,
142175                   /* value */
142176                   0,
142177               };
142178               
142179               static const char*
142180               _CIM_OOBAlertService_OtherDestinationTypeDescription_qualifiers[] =
142181               {
142182                   /* ModelCorrespondence */
142183                   "\036\000\001CIM_OOBAlertService.DestinationType\000",
142184                   0,
142185               };
142186               
142187               static MetaProperty
142188               _CIM_OOBAlertService_OtherDestinationTypeDescription =
142189               {
142190 mike  1.1.2.1     /* flags */
142191                   META_FLAG_PROPERTY|META_FLAG_READ,
142192                   /* name */
142193                   "OtherDestinationTypeDescription",
142194                   /* qualifiers */
142195                   _CIM_OOBAlertService_OtherDestinationTypeDescription_qualifiers,
142196                   /* type */
142197                   CIMTYPE_STRING,
142198                   /* subscript */
142199                   -1,
142200                   /* value */
142201                   0,
142202               };
142203               
142204               static const char*
142205               _CIM_OOBAlertService_DestinationAddress_qualifiers[] =
142206               {
142207                   0,
142208               };
142209               
142210               static MetaProperty
142211 mike  1.1.2.1 _CIM_OOBAlertService_DestinationAddress =
142212               {
142213                   /* flags */
142214                   META_FLAG_PROPERTY|META_FLAG_READ,
142215                   /* name */
142216                   "DestinationAddress",
142217                   /* qualifiers */
142218                   _CIM_OOBAlertService_DestinationAddress_qualifiers,
142219                   /* type */
142220                   CIMTYPE_STRING,
142221                   /* subscript */
142222                   -1,
142223                   /* value */
142224                   0,
142225               };
142226               
142227               static const char*
142228               _CIM_OOBAlertService_MessageFormat_qualifiers[] =
142229               {
142230                   /* ValueMap */
142231                   "\061\000\0060\0001\0002\0003\0004\0005\000",
142232 mike  1.1.2.1     /* Values */
142233                   "\062\000\006Unknown\000Other\000Numeric\000AlphaNumeric\000Free Form Text\000Platform Event Trap\000",
142234                   /* ModelCorrespondence */
142235                   "\036\000\001CIM_OOBAlertService.OtherMessageFormatDescription\000",
142236                   0,
142237               };
142238               
142239               static MetaProperty
142240               _CIM_OOBAlertService_MessageFormat =
142241               {
142242                   /* flags */
142243                   META_FLAG_PROPERTY|META_FLAG_READ,
142244                   /* name */
142245                   "MessageFormat",
142246                   /* qualifiers */
142247                   _CIM_OOBAlertService_MessageFormat_qualifiers,
142248                   /* type */
142249                   CIMTYPE_UINT16,
142250                   /* subscript */
142251                   -1,
142252                   /* value */
142253 mike  1.1.2.1     0,
142254               };
142255               
142256               static const char*
142257               _CIM_OOBAlertService_OtherMessageFormatDescription_qualifiers[] =
142258               {
142259                   /* ModelCorrespondence */
142260                   "\036\000\001CIM_OOBAlertService.MessageFormat\000",
142261                   0,
142262               };
142263               
142264               static MetaProperty
142265               _CIM_OOBAlertService_OtherMessageFormatDescription =
142266               {
142267                   /* flags */
142268                   META_FLAG_PROPERTY|META_FLAG_READ,
142269                   /* name */
142270                   "OtherMessageFormatDescription",
142271                   /* qualifiers */
142272                   _CIM_OOBAlertService_OtherMessageFormatDescription_qualifiers,
142273                   /* type */
142274 mike  1.1.2.1     CIMTYPE_STRING,
142275                   /* subscript */
142276                   -1,
142277                   /* value */
142278                   0,
142279               };
142280               
142281               static const char*
142282               _CIM_OOBAlertService_OnlySendsFixedMessage_qualifiers[] =
142283               {
142284                   0,
142285               };
142286               
142287               static MetaProperty
142288               _CIM_OOBAlertService_OnlySendsFixedMessage =
142289               {
142290                   /* flags */
142291                   META_FLAG_PROPERTY|META_FLAG_READ,
142292                   /* name */
142293                   "OnlySendsFixedMessage",
142294                   /* qualifiers */
142295 mike  1.1.2.1     _CIM_OOBAlertService_OnlySendsFixedMessage_qualifiers,
142296                   /* type */
142297                   CIMTYPE_BOOLEAN,
142298                   /* subscript */
142299                   -1,
142300                   /* value */
142301                   0,
142302               };
142303               
142304               static const char*
142305               _CIM_OOBAlertService_FixedPartOfMessage_qualifiers[] =
142306               {
142307                   0,
142308               };
142309               
142310               static MetaProperty
142311               _CIM_OOBAlertService_FixedPartOfMessage =
142312               {
142313                   /* flags */
142314                   META_FLAG_PROPERTY|META_FLAG_READ,
142315                   /* name */
142316 mike  1.1.2.1     "FixedPartOfMessage",
142317                   /* qualifiers */
142318                   _CIM_OOBAlertService_FixedPartOfMessage_qualifiers,
142319                   /* type */
142320                   CIMTYPE_STRING,
142321                   /* subscript */
142322                   -1,
142323                   /* value */
142324                   0,
142325               };
142326               
142327               static const char*
142328               _CIM_OOBAlertService_DestinationIsAckCapable_qualifiers[] =
142329               {
142330                   0,
142331               };
142332               
142333               static MetaProperty
142334               _CIM_OOBAlertService_DestinationIsAckCapable =
142335               {
142336                   /* flags */
142337 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
142338                   /* name */
142339                   "DestinationIsAckCapable",
142340                   /* qualifiers */
142341                   _CIM_OOBAlertService_DestinationIsAckCapable_qualifiers,
142342                   /* type */
142343                   CIMTYPE_BOOLEAN,
142344                   /* subscript */
142345                   -1,
142346                   /* value */
142347                   0,
142348               };
142349               
142350               static const char*
142351               _CIM_OOBAlertService_RetryCount_qualifiers[] =
142352               {
142353                   0,
142354               };
142355               
142356               static MetaProperty
142357               _CIM_OOBAlertService_RetryCount =
142358 mike  1.1.2.1 {
142359                   /* flags */
142360                   META_FLAG_PROPERTY|META_FLAG_READ,
142361                   /* name */
142362                   "RetryCount",
142363                   /* qualifiers */
142364                   _CIM_OOBAlertService_RetryCount_qualifiers,
142365                   /* type */
142366                   CIMTYPE_UINT16,
142367                   /* subscript */
142368                   -1,
142369                   /* value */
142370                   0,
142371               };
142372               
142373               static const char*
142374               _CIM_OOBAlertService_RetryInterval_qualifiers[] =
142375               {
142376                   /* Units */
142377                   "\060Seconds",
142378                   0,
142379 mike  1.1.2.1 };
142380               
142381               static MetaProperty
142382               _CIM_OOBAlertService_RetryInterval =
142383               {
142384                   /* flags */
142385                   META_FLAG_PROPERTY|META_FLAG_READ,
142386                   /* name */
142387                   "RetryInterval",
142388                   /* qualifiers */
142389                   _CIM_OOBAlertService_RetryInterval_qualifiers,
142390                   /* type */
142391                   CIMTYPE_UINT16,
142392                   /* subscript */
142393                   -1,
142394                   /* value */
142395                   0,
142396               };
142397               
142398               static const char*
142399               _CIM_OOBAlertService_PresenceHeartbeatCapable_qualifiers[] =
142400 mike  1.1.2.1 {
142401                   /* Read */
142402                   "\047\001",
142403                   0,
142404               };
142405               
142406               static MetaProperty
142407               _CIM_OOBAlertService_PresenceHeartbeatCapable =
142408               {
142409                   /* flags */
142410                   META_FLAG_PROPERTY|META_FLAG_READ,
142411                   /* name */
142412                   "PresenceHeartbeatCapable",
142413                   /* qualifiers */
142414                   _CIM_OOBAlertService_PresenceHeartbeatCapable_qualifiers,
142415                   /* type */
142416                   CIMTYPE_BOOLEAN,
142417                   /* subscript */
142418                   -1,
142419                   /* value */
142420                   0,
142421 mike  1.1.2.1 };
142422               
142423               static const char*
142424               _CIM_OOBAlertService_EnablePresenceHeartbeats_qualifiers[] =
142425               {
142426                   /* ModelCorrespondence */
142427                   "\036\000\001CIM_OOBAlertService.PresenceHeartbeatCapable\000",
142428                   0,
142429               };
142430               
142431               static MetaProperty
142432               _CIM_OOBAlertService_EnablePresenceHeartbeats =
142433               {
142434                   /* flags */
142435                   META_FLAG_PROPERTY|META_FLAG_READ,
142436                   /* name */
142437                   "EnablePresenceHeartbeats",
142438                   /* qualifiers */
142439                   _CIM_OOBAlertService_EnablePresenceHeartbeats_qualifiers,
142440                   /* type */
142441                   CIMTYPE_BOOLEAN,
142442 mike  1.1.2.1     /* subscript */
142443                   -1,
142444                   /* value */
142445                   0,
142446               };
142447               
142448               static MetaFeature*
142449               _CIM_OOBAlertService_features[] =
142450               {
142451                   (MetaFeature*)&_CIM_OOBAlertService_DestinationType,
142452                   (MetaFeature*)&_CIM_OOBAlertService_OtherDestinationTypeDescription,
142453                   (MetaFeature*)&_CIM_OOBAlertService_DestinationAddress,
142454                   (MetaFeature*)&_CIM_OOBAlertService_MessageFormat,
142455                   (MetaFeature*)&_CIM_OOBAlertService_OtherMessageFormatDescription,
142456                   (MetaFeature*)&_CIM_OOBAlertService_OnlySendsFixedMessage,
142457                   (MetaFeature*)&_CIM_OOBAlertService_FixedPartOfMessage,
142458                   (MetaFeature*)&_CIM_OOBAlertService_DestinationIsAckCapable,
142459                   (MetaFeature*)&_CIM_OOBAlertService_RetryCount,
142460                   (MetaFeature*)&_CIM_OOBAlertService_RetryInterval,
142461                   (MetaFeature*)&_CIM_OOBAlertService_PresenceHeartbeatCapable,
142462                   (MetaFeature*)&_CIM_OOBAlertService_EnablePresenceHeartbeats,
142463 mike  1.1.2.1     0,
142464               };
142465               
142466               static const char*
142467               __root_cimv2_CIM_OOBAlertService_qualifiers[] =
142468               {
142469                   /* UMLPackagePath */
142470                   "\057CIM::System::Boot",
142471                   /* Version */
142472                   "\0632.6.0",
142473                   0,
142474               };
142475               
142476               MetaClass
142477               __root_cimv2_CIM_OOBAlertService =
142478               {
142479                   /* flags */
142480                   META_FLAG_CLASS,
142481                   /* name */
142482                   "CIM_OOBAlertService",
142483                   /* qualifiers */
142484 mike  1.1.2.1     __root_cimv2_CIM_OOBAlertService_qualifiers,
142485                   /* super */
142486                   &__root_cimv2_CIM_Service,
142487                   /* features */
142488                   _CIM_OOBAlertService_features,
142489               };
142490               
142491               //==============================================================================
142492               //
142493               // Class: CIM_OOBAlertServiceOnModem
142494               //
142495               //==============================================================================
142496               
142497               static const char*
142498               _CIM_OOBAlertServiceOnModem_Antecedent_qualifiers[] =
142499               {
142500                   /* Override */
142501                   "\044Antecedent",
142502                   /* Max */
142503                   "\027\000\000\000\001",
142504                   0,
142505 mike  1.1.2.1 };
142506               
142507               static MetaReference
142508               _CIM_OOBAlertServiceOnModem_Antecedent =
142509               {
142510                   /* flags */
142511                   META_FLAG_REFERENCE|META_FLAG_READ,
142512                   /* name */
142513                   "Antecedent",
142514                   /* qualifiers */
142515                   _CIM_OOBAlertServiceOnModem_Antecedent_qualifiers,
142516                   /* subscript */
142517                   -1,
142518                   /* refId */
142519                   &__root_cimv2_CIM_Modem,
142520               };
142521               
142522               static const char*
142523               _CIM_OOBAlertServiceOnModem_Dependent_qualifiers[] =
142524               {
142525                   /* Override */
142526 mike  1.1.2.1     "\044Dependent",
142527                   0,
142528               };
142529               
142530               static MetaReference
142531               _CIM_OOBAlertServiceOnModem_Dependent =
142532               {
142533                   /* flags */
142534                   META_FLAG_REFERENCE|META_FLAG_READ,
142535                   /* name */
142536                   "Dependent",
142537                   /* qualifiers */
142538                   _CIM_OOBAlertServiceOnModem_Dependent_qualifiers,
142539                   /* subscript */
142540                   -1,
142541                   /* refId */
142542                   &__root_cimv2_CIM_OOBAlertService,
142543               };
142544               
142545               static MetaFeature*
142546               _CIM_OOBAlertServiceOnModem_features[] =
142547 mike  1.1.2.1 {
142548                   (MetaFeature*)&_CIM_OOBAlertServiceOnModem_Antecedent,
142549                   (MetaFeature*)&_CIM_OOBAlertServiceOnModem_Dependent,
142550                   0,
142551               };
142552               
142553               static const char*
142554               __root_cimv2_CIM_OOBAlertServiceOnModem_qualifiers[] =
142555               {
142556                   /* ASSOCIATION */
142557                   "\000\001",
142558                   /* UMLPackagePath */
142559                   "\057CIM::Device::Modems",
142560                   /* Version */
142561                   "\0632.10.0",
142562                   0,
142563               };
142564               
142565               MetaClass
142566               __root_cimv2_CIM_OOBAlertServiceOnModem =
142567               {
142568 mike  1.1.2.1     /* flags */
142569                   META_FLAG_ASSOCIATION,
142570                   /* name */
142571                   "CIM_OOBAlertServiceOnModem",
142572                   /* qualifiers */
142573                   __root_cimv2_CIM_OOBAlertServiceOnModem_qualifiers,
142574                   /* super */
142575                   &__root_cimv2_CIM_DeviceServiceImplementation,
142576                   /* features */
142577                   _CIM_OOBAlertServiceOnModem_features,
142578               };
142579               
142580               //==============================================================================
142581               //
142582               // Class: CIM_OOBAlertServiceOnNetworkAdapter
142583               //
142584               //==============================================================================
142585               
142586               static const char*
142587               _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent_qualifiers[] =
142588               {
142589 mike  1.1.2.1     /* Deprecated */
142590                   "\013\000\001CIM_OOBAlertServiceOnNetworkPort.Antecedent\000",
142591                   /* Override */
142592                   "\044Antecedent",
142593                   /* Max */
142594                   "\027\000\000\000\001",
142595                   0,
142596               };
142597               
142598               static MetaReference
142599               _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent =
142600               {
142601                   /* flags */
142602                   META_FLAG_REFERENCE|META_FLAG_READ,
142603                   /* name */
142604                   "Antecedent",
142605                   /* qualifiers */
142606                   _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent_qualifiers,
142607                   /* subscript */
142608                   -1,
142609                   /* refId */
142610 mike  1.1.2.1     &__root_cimv2_CIM_NetworkAdapter,
142611               };
142612               
142613               static const char*
142614               _CIM_OOBAlertServiceOnNetworkAdapter_Dependent_qualifiers[] =
142615               {
142616                   /* Deprecated */
142617                   "\013\000\001CIM_OOBAlertServiceOnNetworkPort.Dependent\000",
142618                   /* Override */
142619                   "\044Dependent",
142620                   0,
142621               };
142622               
142623               static MetaReference
142624               _CIM_OOBAlertServiceOnNetworkAdapter_Dependent =
142625               {
142626                   /* flags */
142627                   META_FLAG_REFERENCE|META_FLAG_READ,
142628                   /* name */
142629                   "Dependent",
142630                   /* qualifiers */
142631 mike  1.1.2.1     _CIM_OOBAlertServiceOnNetworkAdapter_Dependent_qualifiers,
142632                   /* subscript */
142633                   -1,
142634                   /* refId */
142635                   &__root_cimv2_CIM_OOBAlertService,
142636               };
142637               
142638               static MetaFeature*
142639               _CIM_OOBAlertServiceOnNetworkAdapter_features[] =
142640               {
142641                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkAdapter_Antecedent,
142642                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkAdapter_Dependent,
142643                   0,
142644               };
142645               
142646               static const char*
142647               __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter_qualifiers[] =
142648               {
142649                   /* ASSOCIATION */
142650                   "\000\001",
142651                   /* Deprecated */
142652 mike  1.1.2.1     "\013\000\001CIM_OOBAlertServiceOnNetworkPort\000",
142653                   /* UMLPackagePath */
142654                   "\057CIM::Device::NetworkAdapter",
142655                   /* Version */
142656                   "\0632.10.0",
142657                   0,
142658               };
142659               
142660               MetaClass
142661               __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter =
142662               {
142663                   /* flags */
142664                   META_FLAG_ASSOCIATION,
142665                   /* name */
142666                   "CIM_OOBAlertServiceOnNetworkAdapter",
142667                   /* qualifiers */
142668                   __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter_qualifiers,
142669                   /* super */
142670                   &__root_cimv2_CIM_DeviceServiceImplementation,
142671                   /* features */
142672                   _CIM_OOBAlertServiceOnNetworkAdapter_features,
142673 mike  1.1.2.1 };
142674               
142675               //==============================================================================
142676               //
142677               // Class: CIM_OOBAlertServiceOnNetworkPort
142678               //
142679               //==============================================================================
142680               
142681               static const char*
142682               _CIM_OOBAlertServiceOnNetworkPort_Antecedent_qualifiers[] =
142683               {
142684                   /* Override */
142685                   "\044Antecedent",
142686                   /* Max */
142687                   "\027\000\000\000\001",
142688                   0,
142689               };
142690               
142691               static MetaReference
142692               _CIM_OOBAlertServiceOnNetworkPort_Antecedent =
142693               {
142694 mike  1.1.2.1     /* flags */
142695                   META_FLAG_REFERENCE|META_FLAG_READ,
142696                   /* name */
142697                   "Antecedent",
142698                   /* qualifiers */
142699                   _CIM_OOBAlertServiceOnNetworkPort_Antecedent_qualifiers,
142700                   /* subscript */
142701                   -1,
142702                   /* refId */
142703                   &__root_cimv2_CIM_NetworkPort,
142704               };
142705               
142706               static const char*
142707               _CIM_OOBAlertServiceOnNetworkPort_Dependent_qualifiers[] =
142708               {
142709                   /* Override */
142710                   "\044Dependent",
142711                   0,
142712               };
142713               
142714               static MetaReference
142715 mike  1.1.2.1 _CIM_OOBAlertServiceOnNetworkPort_Dependent =
142716               {
142717                   /* flags */
142718                   META_FLAG_REFERENCE|META_FLAG_READ,
142719                   /* name */
142720                   "Dependent",
142721                   /* qualifiers */
142722                   _CIM_OOBAlertServiceOnNetworkPort_Dependent_qualifiers,
142723                   /* subscript */
142724                   -1,
142725                   /* refId */
142726                   &__root_cimv2_CIM_OOBAlertService,
142727               };
142728               
142729               static MetaFeature*
142730               _CIM_OOBAlertServiceOnNetworkPort_features[] =
142731               {
142732                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkPort_Antecedent,
142733                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkPort_Dependent,
142734                   0,
142735               };
142736 mike  1.1.2.1 
142737               static const char*
142738               __root_cimv2_CIM_OOBAlertServiceOnNetworkPort_qualifiers[] =
142739               {
142740                   /* ASSOCIATION */
142741                   "\000\001",
142742                   /* UMLPackagePath */
142743                   "\057CIM::Device::Ports",
142744                   /* Version */
142745                   "\0632.10.0",
142746                   0,
142747               };
142748               
142749               MetaClass
142750               __root_cimv2_CIM_OOBAlertServiceOnNetworkPort =
142751               {
142752                   /* flags */
142753                   META_FLAG_ASSOCIATION,
142754                   /* name */
142755                   "CIM_OOBAlertServiceOnNetworkPort",
142756                   /* qualifiers */
142757 mike  1.1.2.1     __root_cimv2_CIM_OOBAlertServiceOnNetworkPort_qualifiers,
142758                   /* super */
142759                   &__root_cimv2_CIM_DeviceServiceImplementation,
142760                   /* features */
142761                   _CIM_OOBAlertServiceOnNetworkPort_features,
142762               };
142763               
142764               //==============================================================================
142765               //
142766               // Class: CIM_OperationLog
142767               //
142768               //==============================================================================
142769               
142770               static const char*
142771               _CIM_OperationLog_Antecedent_qualifiers[] =
142772               {
142773                   /* Override */
142774                   "\044Antecedent",
142775                   0,
142776               };
142777               
142778 mike  1.1.2.1 static MetaReference
142779               _CIM_OperationLog_Antecedent =
142780               {
142781                   /* flags */
142782                   META_FLAG_REFERENCE|META_FLAG_READ,
142783                   /* name */
142784                   "Antecedent",
142785                   /* qualifiers */
142786                   _CIM_OperationLog_Antecedent_qualifiers,
142787                   /* subscript */
142788                   -1,
142789                   /* refId */
142790                   &__root_cimv2_CIM_MessageLog,
142791               };
142792               
142793               static const char*
142794               _CIM_OperationLog_Dependent_qualifiers[] =
142795               {
142796                   /* Override */
142797                   "\044Dependent",
142798                   /* Min */
142799 mike  1.1.2.1     "\033\000\000\000\001",
142800                   /* Max */
142801                   "\027\000\000\000\001",
142802                   0,
142803               };
142804               
142805               static MetaReference
142806               _CIM_OperationLog_Dependent =
142807               {
142808                   /* flags */
142809                   META_FLAG_REFERENCE|META_FLAG_READ,
142810                   /* name */
142811                   "Dependent",
142812                   /* qualifiers */
142813                   _CIM_OperationLog_Dependent_qualifiers,
142814                   /* subscript */
142815                   -1,
142816                   /* refId */
142817                   &__root_cimv2_CIM_LogicalElement,
142818               };
142819               
142820 mike  1.1.2.1 static MetaFeature*
142821               _CIM_OperationLog_features[] =
142822               {
142823                   (MetaFeature*)&_CIM_OperationLog_Antecedent,
142824                   (MetaFeature*)&_CIM_OperationLog_Dependent,
142825                   0,
142826               };
142827               
142828               static const char*
142829               __root_cimv2_CIM_OperationLog_qualifiers[] =
142830               {
142831                   /* ASSOCIATION */
142832                   "\000\001",
142833                   /* UMLPackagePath */
142834                   "\057CIM::System::Logs",
142835                   /* Version */
142836                   "\0632.8.0",
142837                   0,
142838               };
142839               
142840               MetaClass
142841 mike  1.1.2.1 __root_cimv2_CIM_OperationLog =
142842               {
142843                   /* flags */
142844                   META_FLAG_ASSOCIATION,
142845                   /* name */
142846                   "CIM_OperationLog",
142847                   /* qualifiers */
142848                   __root_cimv2_CIM_OperationLog_qualifiers,
142849                   /* super */
142850                   &__root_cimv2_CIM_UseOfMessageLog,
142851                   /* features */
142852                   _CIM_OperationLog_features,
142853               };
142854               
142855               //==============================================================================
142856               //
142857               // Class: CIM_OSProcess
142858               //
142859               //==============================================================================
142860               
142861               static const char*
142862 mike  1.1.2.1 _CIM_OSProcess_GroupComponent_qualifiers[] =
142863               {
142864                   /* Aggregate */
142865                   "\003\001",
142866                   /* Override */
142867                   "\044GroupComponent",
142868                   /* Min */
142869                   "\033\000\000\000\001",
142870                   /* Max */
142871                   "\027\000\000\000\001",
142872                   0,
142873               };
142874               
142875               static MetaReference
142876               _CIM_OSProcess_GroupComponent =
142877               {
142878                   /* flags */
142879                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
142880                   /* name */
142881                   "GroupComponent",
142882                   /* qualifiers */
142883 mike  1.1.2.1     _CIM_OSProcess_GroupComponent_qualifiers,
142884                   /* subscript */
142885                   -1,
142886                   /* refId */
142887                   &__root_cimv2_CIM_OperatingSystem,
142888               };
142889               
142890               static const char*
142891               _CIM_OSProcess_PartComponent_qualifiers[] =
142892               {
142893                   /* Override */
142894                   "\044PartComponent",
142895                   /* Weak */
142896                   "\064\001",
142897                   0,
142898               };
142899               
142900               static MetaReference
142901               _CIM_OSProcess_PartComponent =
142902               {
142903                   /* flags */
142904 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
142905                   /* name */
142906                   "PartComponent",
142907                   /* qualifiers */
142908                   _CIM_OSProcess_PartComponent_qualifiers,
142909                   /* subscript */
142910                   -1,
142911                   /* refId */
142912                   &__root_cimv2_CIM_Process,
142913               };
142914               
142915               static MetaFeature*
142916               _CIM_OSProcess_features[] =
142917               {
142918                   (MetaFeature*)&_CIM_OSProcess_GroupComponent,
142919                   (MetaFeature*)&_CIM_OSProcess_PartComponent,
142920                   0,
142921               };
142922               
142923               static const char*
142924               __root_cimv2_CIM_OSProcess_qualifiers[] =
142925 mike  1.1.2.1 {
142926                   /* ASSOCIATION */
142927                   "\000\001",
142928                   /* UMLPackagePath */
142929                   "\057CIM::System::Processing",
142930                   /* Aggregation */
142931                   "\004\001",
142932                   /* Composition */
142933                   "\011\001",
142934                   /* Version */
142935                   "\0632.7.0",
142936                   0,
142937               };
142938               
142939               MetaClass
142940               __root_cimv2_CIM_OSProcess =
142941               {
142942                   /* flags */
142943                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
142944                   /* name */
142945                   "CIM_OSProcess",
142946 mike  1.1.2.1     /* qualifiers */
142947                   __root_cimv2_CIM_OSProcess_qualifiers,
142948                   /* super */
142949                   &__root_cimv2_CIM_Component,
142950                   /* features */
142951                   _CIM_OSProcess_features,
142952               };
142953               
142954               //==============================================================================
142955               //
142956               // Class: CIM_OwningPrintQueue
142957               //
142958               //==============================================================================
142959               
142960               static const char*
142961               _CIM_OwningPrintQueue_Antecedent_qualifiers[] =
142962               {
142963                   /* Override */
142964                   "\044Antecedent",
142965                   /* Min */
142966                   "\033\000\000\000\001",
142967 mike  1.1.2.1     /* Max */
142968                   "\027\000\000\000\001",
142969                   0,
142970               };
142971               
142972               static MetaReference
142973               _CIM_OwningPrintQueue_Antecedent =
142974               {
142975                   /* flags */
142976                   META_FLAG_REFERENCE|META_FLAG_READ,
142977                   /* name */
142978                   "Antecedent",
142979                   /* qualifiers */
142980                   _CIM_OwningPrintQueue_Antecedent_qualifiers,
142981                   /* subscript */
142982                   -1,
142983                   /* refId */
142984                   &__root_cimv2_CIM_PrintQueue,
142985               };
142986               
142987               static const char*
142988 mike  1.1.2.1 _CIM_OwningPrintQueue_Dependent_qualifiers[] =
142989               {
142990                   /* Override */
142991                   "\044Dependent",
142992                   /* Weak */
142993                   "\064\001",
142994                   0,
142995               };
142996               
142997               static MetaReference
142998               _CIM_OwningPrintQueue_Dependent =
142999               {
143000                   /* flags */
143001                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
143002                   /* name */
143003                   "Dependent",
143004                   /* qualifiers */
143005                   _CIM_OwningPrintQueue_Dependent_qualifiers,
143006                   /* subscript */
143007                   -1,
143008                   /* refId */
143009 mike  1.1.2.1     &__root_cimv2_CIM_PrintJob,
143010               };
143011               
143012               static const char*
143013               _CIM_OwningPrintQueue_QueuePosition_qualifiers[] =
143014               {
143015                   0,
143016               };
143017               
143018               static MetaProperty
143019               _CIM_OwningPrintQueue_QueuePosition =
143020               {
143021                   /* flags */
143022                   META_FLAG_PROPERTY|META_FLAG_READ,
143023                   /* name */
143024                   "QueuePosition",
143025                   /* qualifiers */
143026                   _CIM_OwningPrintQueue_QueuePosition_qualifiers,
143027                   /* type */
143028                   CIMTYPE_UINT32,
143029                   /* subscript */
143030 mike  1.1.2.1     -1,
143031                   /* value */
143032                   0,
143033               };
143034               
143035               static MetaFeature*
143036               _CIM_OwningPrintQueue_features[] =
143037               {
143038                   (MetaFeature*)&_CIM_OwningPrintQueue_Antecedent,
143039                   (MetaFeature*)&_CIM_OwningPrintQueue_Dependent,
143040                   (MetaFeature*)&_CIM_OwningPrintQueue_QueuePosition,
143041                   0,
143042               };
143043               
143044               static const char*
143045               __root_cimv2_CIM_OwningPrintQueue_qualifiers[] =
143046               {
143047                   /* ASSOCIATION */
143048                   "\000\001",
143049                   /* UMLPackagePath */
143050                   "\057CIM::Device::Printing",
143051 mike  1.1.2.1     /* Version */
143052                   "\0632.10.0",
143053                   0,
143054               };
143055               
143056               MetaClass
143057               __root_cimv2_CIM_OwningPrintQueue =
143058               {
143059                   /* flags */
143060                   META_FLAG_ASSOCIATION,
143061                   /* name */
143062                   "CIM_OwningPrintQueue",
143063                   /* qualifiers */
143064                   __root_cimv2_CIM_OwningPrintQueue_qualifiers,
143065                   /* super */
143066                   &__root_cimv2_CIM_JobDestinationJobs,
143067                   /* features */
143068                   _CIM_OwningPrintQueue_features,
143069               };
143070               
143071               //==============================================================================
143072 mike  1.1.2.1 //
143073               // Class: CIM_PackageAlarm
143074               //
143075               //==============================================================================
143076               
143077               static const char*
143078               _CIM_PackageAlarm_Antecedent_qualifiers[] =
143079               {
143080                   /* Deprecated */
143081                   "\013\000\001CIM_PackageDependency.Antecedent\000",
143082                   /* Override */
143083                   "\044Antecedent",
143084                   0,
143085               };
143086               
143087               static MetaReference
143088               _CIM_PackageAlarm_Antecedent =
143089               {
143090                   /* flags */
143091                   META_FLAG_REFERENCE|META_FLAG_READ,
143092                   /* name */
143093 mike  1.1.2.1     "Antecedent",
143094                   /* qualifiers */
143095                   _CIM_PackageAlarm_Antecedent_qualifiers,
143096                   /* subscript */
143097                   -1,
143098                   /* refId */
143099                   &__root_cimv2_CIM_AlarmDevice,
143100               };
143101               
143102               static const char*
143103               _CIM_PackageAlarm_Dependent_qualifiers[] =
143104               {
143105                   /* Deprecated */
143106                   "\013\000\001CIM_PackageDependency.Dependent\000",
143107                   /* Override */
143108                   "\044Dependent",
143109                   0,
143110               };
143111               
143112               static MetaReference
143113               _CIM_PackageAlarm_Dependent =
143114 mike  1.1.2.1 {
143115                   /* flags */
143116                   META_FLAG_REFERENCE|META_FLAG_READ,
143117                   /* name */
143118                   "Dependent",
143119                   /* qualifiers */
143120                   _CIM_PackageAlarm_Dependent_qualifiers,
143121                   /* subscript */
143122                   -1,
143123                   /* refId */
143124                   &__root_cimv2_CIM_PhysicalPackage,
143125               };
143126               
143127               static MetaFeature*
143128               _CIM_PackageAlarm_features[] =
143129               {
143130                   (MetaFeature*)&_CIM_PackageAlarm_Antecedent,
143131                   (MetaFeature*)&_CIM_PackageAlarm_Dependent,
143132                   0,
143133               };
143134               
143135 mike  1.1.2.1 static const char*
143136               __root_cimv2_CIM_PackageAlarm_qualifiers[] =
143137               {
143138                   /* ASSOCIATION */
143139                   "\000\001",
143140                   /* Deprecated */
143141                   "\013\000\001CIM_PackageDependency\000",
143142                   /* UMLPackagePath */
143143                   "\057CIM::Device::Sensors",
143144                   /* Version */
143145                   "\0632.7.0",
143146                   0,
143147               };
143148               
143149               MetaClass
143150               __root_cimv2_CIM_PackageAlarm =
143151               {
143152                   /* flags */
143153                   META_FLAG_ASSOCIATION,
143154                   /* name */
143155                   "CIM_PackageAlarm",
143156 mike  1.1.2.1     /* qualifiers */
143157                   __root_cimv2_CIM_PackageAlarm_qualifiers,
143158                   /* super */
143159                   &__root_cimv2_CIM_PackageDependency,
143160                   /* features */
143161                   _CIM_PackageAlarm_features,
143162               };
143163               
143164               //==============================================================================
143165               //
143166               // Class: CIM_PackageCooling
143167               //
143168               //==============================================================================
143169               
143170               static const char*
143171               _CIM_PackageCooling_Antecedent_qualifiers[] =
143172               {
143173                   /* Deprecated */
143174                   "\013\000\001CIM_PackageDependency.Antecedent\000",
143175                   /* Override */
143176                   "\044Antecedent",
143177 mike  1.1.2.1     0,
143178               };
143179               
143180               static MetaReference
143181               _CIM_PackageCooling_Antecedent =
143182               {
143183                   /* flags */
143184                   META_FLAG_REFERENCE|META_FLAG_READ,
143185                   /* name */
143186                   "Antecedent",
143187                   /* qualifiers */
143188                   _CIM_PackageCooling_Antecedent_qualifiers,
143189                   /* subscript */
143190                   -1,
143191                   /* refId */
143192                   &__root_cimv2_CIM_CoolingDevice,
143193               };
143194               
143195               static const char*
143196               _CIM_PackageCooling_Dependent_qualifiers[] =
143197               {
143198 mike  1.1.2.1     /* Deprecated */
143199                   "\013\000\001CIM_PackageDependency.Dependent\000",
143200                   /* Override */
143201                   "\044Dependent",
143202                   0,
143203               };
143204               
143205               static MetaReference
143206               _CIM_PackageCooling_Dependent =
143207               {
143208                   /* flags */
143209                   META_FLAG_REFERENCE|META_FLAG_READ,
143210                   /* name */
143211                   "Dependent",
143212                   /* qualifiers */
143213                   _CIM_PackageCooling_Dependent_qualifiers,
143214                   /* subscript */
143215                   -1,
143216                   /* refId */
143217                   &__root_cimv2_CIM_PhysicalPackage,
143218               };
143219 mike  1.1.2.1 
143220               static MetaFeature*
143221               _CIM_PackageCooling_features[] =
143222               {
143223                   (MetaFeature*)&_CIM_PackageCooling_Antecedent,
143224                   (MetaFeature*)&_CIM_PackageCooling_Dependent,
143225                   0,
143226               };
143227               
143228               static const char*
143229               __root_cimv2_CIM_PackageCooling_qualifiers[] =
143230               {
143231                   /* ASSOCIATION */
143232                   "\000\001",
143233                   /* Deprecated */
143234                   "\013\000\001CIM_PackageDependency\000",
143235                   /* UMLPackagePath */
143236                   "\057CIM::Device::CoolingAndPower",
143237                   /* Version */
143238                   "\0632.10.0",
143239                   0,
143240 mike  1.1.2.1 };
143241               
143242               MetaClass
143243               __root_cimv2_CIM_PackageCooling =
143244               {
143245                   /* flags */
143246                   META_FLAG_ASSOCIATION,
143247                   /* name */
143248                   "CIM_PackageCooling",
143249                   /* qualifiers */
143250                   __root_cimv2_CIM_PackageCooling_qualifiers,
143251                   /* super */
143252                   &__root_cimv2_CIM_PackageDependency,
143253                   /* features */
143254                   _CIM_PackageCooling_features,
143255               };
143256               
143257               //==============================================================================
143258               //
143259               // Class: CIM_PacketSchedulingService
143260               //
143261 mike  1.1.2.1 //==============================================================================
143262               
143263               static const char*
143264               _CIM_PacketSchedulingService_SchedulerType_qualifiers[] =
143265               {
143266                   /* ValueMap */
143267                   "\061\000\0061\0002\0003\0004\0005\0006\000",
143268                   /* Values */
143269                   "\062\000\006Other\000FIFO\000Priority\000Allocation\000Bounded Priority\000Weighted Round Robin Packet\000",
143270                   /* ModelCorrespondence */
143271                   "\036\000\001CIM_PacketSchedulingService.OtherSchedulerType\000",
143272                   0,
143273               };
143274               
143275               static MetaProperty
143276               _CIM_PacketSchedulingService_SchedulerType =
143277               {
143278                   /* flags */
143279                   META_FLAG_PROPERTY|META_FLAG_READ,
143280                   /* name */
143281                   "SchedulerType",
143282 mike  1.1.2.1     /* qualifiers */
143283                   _CIM_PacketSchedulingService_SchedulerType_qualifiers,
143284                   /* type */
143285                   CIMTYPE_UINT16,
143286                   /* subscript */
143287                   -1,
143288                   /* value */
143289                   0,
143290               };
143291               
143292               static const char*
143293               _CIM_PacketSchedulingService_OtherSchedulerType_qualifiers[] =
143294               {
143295                   /* ModelCorrespondence */
143296                   "\036\000\001CIM_PacketSchedulingService.SchedulerType\000",
143297                   0,
143298               };
143299               
143300               static MetaProperty
143301               _CIM_PacketSchedulingService_OtherSchedulerType =
143302               {
143303 mike  1.1.2.1     /* flags */
143304                   META_FLAG_PROPERTY|META_FLAG_READ,
143305                   /* name */
143306                   "OtherSchedulerType",
143307                   /* qualifiers */
143308                   _CIM_PacketSchedulingService_OtherSchedulerType_qualifiers,
143309                   /* type */
143310                   CIMTYPE_STRING,
143311                   /* subscript */
143312                   -1,
143313                   /* value */
143314                   0,
143315               };
143316               
143317               static MetaFeature*
143318               _CIM_PacketSchedulingService_features[] =
143319               {
143320                   (MetaFeature*)&_CIM_PacketSchedulingService_SchedulerType,
143321                   (MetaFeature*)&_CIM_PacketSchedulingService_OtherSchedulerType,
143322                   0,
143323               };
143324 mike  1.1.2.1 
143325               static const char*
143326               __root_cimv2_CIM_PacketSchedulingService_qualifiers[] =
143327               {
143328                   /* UMLPackagePath */
143329                   "\057CIM::Network::QoS",
143330                   /* Version */
143331                   "\0632.7.0",
143332                   0,
143333               };
143334               
143335               MetaClass
143336               __root_cimv2_CIM_PacketSchedulingService =
143337               {
143338                   /* flags */
143339                   META_FLAG_CLASS,
143340                   /* name */
143341                   "CIM_PacketSchedulingService",
143342                   /* qualifiers */
143343                   __root_cimv2_CIM_PacketSchedulingService_qualifiers,
143344                   /* super */
143345 mike  1.1.2.1     &__root_cimv2_CIM_ConditioningService,
143346                   /* features */
143347                   _CIM_PacketSchedulingService_features,
143348               };
143349               
143350               //==============================================================================
143351               //
143352               // Class: CIM_ParallelController
143353               //
143354               //==============================================================================
143355               
143356               static const char*
143357               _CIM_ParallelController_DMASupport_qualifiers[] =
143358               {
143359                   /* MappingStrings */
143360                   "\026\000\001MIF.DMTF|Parallel Ports|003.7\000",
143361                   0,
143362               };
143363               
143364               static MetaProperty
143365               _CIM_ParallelController_DMASupport =
143366 mike  1.1.2.1 {
143367                   /* flags */
143368                   META_FLAG_PROPERTY|META_FLAG_READ,
143369                   /* name */
143370                   "DMASupport",
143371                   /* qualifiers */
143372                   _CIM_ParallelController_DMASupport_qualifiers,
143373                   /* type */
143374                   CIMTYPE_BOOLEAN,
143375                   /* subscript */
143376                   -1,
143377                   /* value */
143378                   0,
143379               };
143380               
143381               static const char*
143382               _CIM_ParallelController_Capabilities_qualifiers[] =
143383               {
143384                   /* ValueMap */
143385                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
143386                   /* Values */
143387 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",
143388                   /* MappingStrings */
143389                   "\026\000\001MIF.DMTF|Parallel Ports|003.8\000",
143390                   /* ArrayType */
143391                   "\005Indexed",
143392                   /* ModelCorrespondence */
143393                   "\036\000\001CIM_ParallelController.CapabilityDescriptions\000",
143394                   0,
143395               };
143396               
143397               static MetaProperty
143398               _CIM_ParallelController_Capabilities =
143399               {
143400                   /* flags */
143401                   META_FLAG_PROPERTY|META_FLAG_READ,
143402                   /* name */
143403                   "Capabilities",
143404                   /* qualifiers */
143405                   _CIM_ParallelController_Capabilities_qualifiers,
143406                   /* type */
143407                   CIMTYPE_UINT16,
143408 mike  1.1.2.1     /* subscript */
143409                   0,
143410                   /* value */
143411                   0,
143412               };
143413               
143414               static const char*
143415               _CIM_ParallelController_CapabilityDescriptions_qualifiers[] =
143416               {
143417                   /* ArrayType */
143418                   "\005Indexed",
143419                   /* ModelCorrespondence */
143420                   "\036\000\001CIM_ParallelController.Capabilities\000",
143421                   0,
143422               };
143423               
143424               static MetaProperty
143425               _CIM_ParallelController_CapabilityDescriptions =
143426               {
143427                   /* flags */
143428                   META_FLAG_PROPERTY|META_FLAG_READ,
143429 mike  1.1.2.1     /* name */
143430                   "CapabilityDescriptions",
143431                   /* qualifiers */
143432                   _CIM_ParallelController_CapabilityDescriptions_qualifiers,
143433                   /* type */
143434                   CIMTYPE_STRING,
143435                   /* subscript */
143436                   0,
143437                   /* value */
143438                   0,
143439               };
143440               
143441               static const char*
143442               _CIM_ParallelController_Security_qualifiers[] =
143443               {
143444                   /* ValueMap */
143445                   "\061\000\0061\0002\0003\0004\0005\0006\000",
143446                   /* Values */
143447                   "\062\000\006Other\000Unknown\000None\000External Interface Locked Out\000External Interface Enabled\000Boot Bypass\000",
143448                   /* MappingStrings */
143449                   "\026\000\001MIF.DMTF|Parallel Ports|003.10\000",
143450 mike  1.1.2.1     0,
143451               };
143452               
143453               static MetaProperty
143454               _CIM_ParallelController_Security =
143455               {
143456                   /* flags */
143457                   META_FLAG_PROPERTY|META_FLAG_READ,
143458                   /* name */
143459                   "Security",
143460                   /* qualifiers */
143461                   _CIM_ParallelController_Security_qualifiers,
143462                   /* type */
143463                   CIMTYPE_UINT16,
143464                   /* subscript */
143465                   -1,
143466                   /* value */
143467                   0,
143468               };
143469               
143470               static MetaFeature*
143471 mike  1.1.2.1 _CIM_ParallelController_features[] =
143472               {
143473                   (MetaFeature*)&_CIM_ParallelController_DMASupport,
143474                   (MetaFeature*)&_CIM_ParallelController_Capabilities,
143475                   (MetaFeature*)&_CIM_ParallelController_CapabilityDescriptions,
143476                   (MetaFeature*)&_CIM_ParallelController_Security,
143477                   0,
143478               };
143479               
143480               static const char*
143481               __root_cimv2_CIM_ParallelController_qualifiers[] =
143482               {
143483                   /* UMLPackagePath */
143484                   "\057CIM::Device::Controller",
143485                   /* Version */
143486                   "\0632.10.0",
143487                   0,
143488               };
143489               
143490               MetaClass
143491               __root_cimv2_CIM_ParallelController =
143492 mike  1.1.2.1 {
143493                   /* flags */
143494                   META_FLAG_CLASS,
143495                   /* name */
143496                   "CIM_ParallelController",
143497                   /* qualifiers */
143498                   __root_cimv2_CIM_ParallelController_qualifiers,
143499                   /* super */
143500                   &__root_cimv2_CIM_Controller,
143501                   /* features */
143502                   _CIM_ParallelController_features,
143503               };
143504               
143505               //==============================================================================
143506               //
143507               // Class: CIM_PCIController
143508               //
143509               //==============================================================================
143510               
143511               static const char*
143512               _CIM_PCIController_CommandRegister_qualifiers[] =
143513 mike  1.1.2.1 {
143514                   0,
143515               };
143516               
143517               static MetaProperty
143518               _CIM_PCIController_CommandRegister =
143519               {
143520                   /* flags */
143521                   META_FLAG_PROPERTY|META_FLAG_READ,
143522                   /* name */
143523                   "CommandRegister",
143524                   /* qualifiers */
143525                   _CIM_PCIController_CommandRegister_qualifiers,
143526                   /* type */
143527                   CIMTYPE_UINT16,
143528                   /* subscript */
143529                   -1,
143530                   /* value */
143531                   0,
143532               };
143533               
143534 mike  1.1.2.1 static const char*
143535               _CIM_PCIController_Capabilities_qualifiers[] =
143536               {
143537                   /* ValueMap */
143538                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
143539                   /* Values */
143540                   "\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",
143541                   /* ArrayType */
143542                   "\005Indexed",
143543                   /* ModelCorrespondence */
143544                   "\036\000\001CIM_PCIController.CapabilityDescriptions\000",
143545                   0,
143546               };
143547               
143548               static MetaProperty
143549               _CIM_PCIController_Capabilities =
143550               {
143551                   /* flags */
143552                   META_FLAG_PROPERTY|META_FLAG_READ,
143553                   /* name */
143554                   "Capabilities",
143555 mike  1.1.2.1     /* qualifiers */
143556                   _CIM_PCIController_Capabilities_qualifiers,
143557                   /* type */
143558                   CIMTYPE_UINT16,
143559                   /* subscript */
143560                   0,
143561                   /* value */
143562                   0,
143563               };
143564               
143565               static const char*
143566               _CIM_PCIController_CapabilityDescriptions_qualifiers[] =
143567               {
143568                   /* ArrayType */
143569                   "\005Indexed",
143570                   /* ModelCorrespondence */
143571                   "\036\000\001CIM_PCIController.Capabilities\000",
143572                   0,
143573               };
143574               
143575               static MetaProperty
143576 mike  1.1.2.1 _CIM_PCIController_CapabilityDescriptions =
143577               {
143578                   /* flags */
143579                   META_FLAG_PROPERTY|META_FLAG_READ,
143580                   /* name */
143581                   "CapabilityDescriptions",
143582                   /* qualifiers */
143583                   _CIM_PCIController_CapabilityDescriptions_qualifiers,
143584                   /* type */
143585                   CIMTYPE_STRING,
143586                   /* subscript */
143587                   0,
143588                   /* value */
143589                   0,
143590               };
143591               
143592               static const char*
143593               _CIM_PCIController_DeviceSelectTiming_qualifiers[] =
143594               {
143595                   /* ValueMap */
143596                   "\061\000\0060\0001\0002\0003\0004\0005\000",
143597 mike  1.1.2.1     /* Values */
143598                   "\062\000\006Unknown\000Other\000Fast\000Medium\000Slow\000Reserved\000",
143599                   0,
143600               };
143601               
143602               static MetaProperty
143603               _CIM_PCIController_DeviceSelectTiming =
143604               {
143605                   /* flags */
143606                   META_FLAG_PROPERTY|META_FLAG_READ,
143607                   /* name */
143608                   "DeviceSelectTiming",
143609                   /* qualifiers */
143610                   _CIM_PCIController_DeviceSelectTiming_qualifiers,
143611                   /* type */
143612                   CIMTYPE_UINT16,
143613                   /* subscript */
143614                   -1,
143615                   /* value */
143616                   0,
143617               };
143618 mike  1.1.2.1 
143619               static const char*
143620               _CIM_PCIController_ClassCode_qualifiers[] =
143621               {
143622                   /* ValueMap */
143623                   "\061\000\0240\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018..254\000255\000",
143624                   /* Values */
143625                   "\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",
143626                   0,
143627               };
143628               
143629               static MetaProperty
143630               _CIM_PCIController_ClassCode =
143631               {
143632                   /* flags */
143633                   META_FLAG_PROPERTY|META_FLAG_READ,
143634                   /* name */
143635                   "ClassCode",
143636                   /* qualifiers */
143637                   _CIM_PCIController_ClassCode_qualifiers,
143638                   /* type */
143639 mike  1.1.2.1     CIMTYPE_UINT8,
143640                   /* subscript */
143641                   -1,
143642                   /* value */
143643                   0,
143644               };
143645               
143646               static const char*
143647               _CIM_PCIController_CacheLineSize_qualifiers[] =
143648               {
143649                   /* Units */
143650                   "\060DoubleWords",
143651                   0,
143652               };
143653               
143654               static MetaProperty
143655               _CIM_PCIController_CacheLineSize =
143656               {
143657                   /* flags */
143658                   META_FLAG_PROPERTY|META_FLAG_READ,
143659                   /* name */
143660 mike  1.1.2.1     "CacheLineSize",
143661                   /* qualifiers */
143662                   _CIM_PCIController_CacheLineSize_qualifiers,
143663                   /* type */
143664                   CIMTYPE_UINT8,
143665                   /* subscript */
143666                   -1,
143667                   /* value */
143668                   0,
143669               };
143670               
143671               static const char*
143672               _CIM_PCIController_LatencyTimer_qualifiers[] =
143673               {
143674                   /* Units */
143675                   "\060PCI clock cycles",
143676                   0,
143677               };
143678               
143679               static MetaProperty
143680               _CIM_PCIController_LatencyTimer =
143681 mike  1.1.2.1 {
143682                   /* flags */
143683                   META_FLAG_PROPERTY|META_FLAG_READ,
143684                   /* name */
143685                   "LatencyTimer",
143686                   /* qualifiers */
143687                   _CIM_PCIController_LatencyTimer_qualifiers,
143688                   /* type */
143689                   CIMTYPE_UINT8,
143690                   /* subscript */
143691                   -1,
143692                   /* value */
143693                   0,
143694               };
143695               
143696               static const char*
143697               _CIM_PCIController_InterruptPin_qualifiers[] =
143698               {
143699                   /* ValueMap */
143700                   "\061\000\0060\0001\0002\0003\0004\0005\000",
143701                   /* Values */
143702 mike  1.1.2.1     "\062\000\006None\000INTA#\000INTB#\000INTC#\000INTD#\000Unknown\000",
143703                   0,
143704               };
143705               
143706               static MetaProperty
143707               _CIM_PCIController_InterruptPin =
143708               {
143709                   /* flags */
143710                   META_FLAG_PROPERTY|META_FLAG_READ,
143711                   /* name */
143712                   "InterruptPin",
143713                   /* qualifiers */
143714                   _CIM_PCIController_InterruptPin_qualifiers,
143715                   /* type */
143716                   CIMTYPE_UINT16,
143717                   /* subscript */
143718                   -1,
143719                   /* value */
143720                   0,
143721               };
143722               
143723 mike  1.1.2.1 static const char*
143724               _CIM_PCIController_ExpansionROMBaseAddress_qualifiers[] =
143725               {
143726                   /* Units */
143727                   "\060DoubleWords",
143728                   0,
143729               };
143730               
143731               static MetaProperty
143732               _CIM_PCIController_ExpansionROMBaseAddress =
143733               {
143734                   /* flags */
143735                   META_FLAG_PROPERTY|META_FLAG_READ,
143736                   /* name */
143737                   "ExpansionROMBaseAddress",
143738                   /* qualifiers */
143739                   _CIM_PCIController_ExpansionROMBaseAddress_qualifiers,
143740                   /* type */
143741                   CIMTYPE_UINT32,
143742                   /* subscript */
143743                   -1,
143744 mike  1.1.2.1     /* value */
143745                   0,
143746               };
143747               
143748               static const char*
143749               _CIM_PCIController_SelfTestEnabled_qualifiers[] =
143750               {
143751                   0,
143752               };
143753               
143754               static MetaProperty
143755               _CIM_PCIController_SelfTestEnabled =
143756               {
143757                   /* flags */
143758                   META_FLAG_PROPERTY|META_FLAG_READ,
143759                   /* name */
143760                   "SelfTestEnabled",
143761                   /* qualifiers */
143762                   _CIM_PCIController_SelfTestEnabled_qualifiers,
143763                   /* type */
143764                   CIMTYPE_BOOLEAN,
143765 mike  1.1.2.1     /* subscript */
143766                   -1,
143767                   /* value */
143768                   0,
143769               };
143770               
143771               static MetaFeature*
143772               _CIM_PCIController_BISTExecution_parameters[] =
143773               {
143774                   0,
143775               };
143776               
143777               static const char*
143778               _CIM_PCIController_BISTExecution_qualifiers[] =
143779               {
143780                   0,
143781               };
143782               
143783               static MetaMethod
143784               _CIM_PCIController_BISTExecution =
143785               {
143786 mike  1.1.2.1     /* flags */
143787                   META_FLAG_METHOD,
143788                   /* name */
143789                   "CIM_PCIController",
143790                   /* qualifiers */
143791                   _CIM_PCIController_BISTExecution_qualifiers,
143792                   /* type */
143793                   CIMTYPE_UINT8,
143794                   /* parameters */
143795                   _CIM_PCIController_BISTExecution_parameters,
143796               };
143797               
143798               static MetaFeature*
143799               _CIM_PCIController_features[] =
143800               {
143801                   (MetaFeature*)&_CIM_PCIController_CommandRegister,
143802                   (MetaFeature*)&_CIM_PCIController_Capabilities,
143803                   (MetaFeature*)&_CIM_PCIController_CapabilityDescriptions,
143804                   (MetaFeature*)&_CIM_PCIController_DeviceSelectTiming,
143805                   (MetaFeature*)&_CIM_PCIController_ClassCode,
143806                   (MetaFeature*)&_CIM_PCIController_CacheLineSize,
143807 mike  1.1.2.1     (MetaFeature*)&_CIM_PCIController_LatencyTimer,
143808                   (MetaFeature*)&_CIM_PCIController_InterruptPin,
143809                   (MetaFeature*)&_CIM_PCIController_ExpansionROMBaseAddress,
143810                   (MetaFeature*)&_CIM_PCIController_SelfTestEnabled,
143811                   (MetaFeature*)&_CIM_PCIController_BISTExecution,
143812                   0,
143813               };
143814               
143815               static const char*
143816               __root_cimv2_CIM_PCIController_qualifiers[] =
143817               {
143818                   /* UMLPackagePath */
143819                   "\057CIM::Device::Controller",
143820                   /* Version */
143821                   "\0632.10.0",
143822                   0,
143823               };
143824               
143825               MetaClass
143826               __root_cimv2_CIM_PCIController =
143827               {
143828 mike  1.1.2.1     /* flags */
143829                   META_FLAG_CLASS,
143830                   /* name */
143831                   "CIM_PCIController",
143832                   /* qualifiers */
143833                   __root_cimv2_CIM_PCIController_qualifiers,
143834                   /* super */
143835                   &__root_cimv2_CIM_Controller,
143836                   /* features */
143837                   _CIM_PCIController_features,
143838               };
143839               
143840               //==============================================================================
143841               //
143842               // Class: CIM_PCIDevice
143843               //
143844               //==============================================================================
143845               
143846               static const char*
143847               _CIM_PCIDevice_BaseAddress_qualifiers[] =
143848               {
143849 mike  1.1.2.1     0,
143850               };
143851               
143852               static MetaProperty
143853               _CIM_PCIDevice_BaseAddress =
143854               {
143855                   /* flags */
143856                   META_FLAG_PROPERTY|META_FLAG_READ,
143857                   /* name */
143858                   "BaseAddress",
143859                   /* qualifiers */
143860                   _CIM_PCIDevice_BaseAddress_qualifiers,
143861                   /* type */
143862                   CIMTYPE_UINT32,
143863                   /* subscript */
143864                   6,
143865                   /* value */
143866                   0,
143867               };
143868               
143869               static const char*
143870 mike  1.1.2.1 _CIM_PCIDevice_SubsystemID_qualifiers[] =
143871               {
143872                   0,
143873               };
143874               
143875               static MetaProperty
143876               _CIM_PCIDevice_SubsystemID =
143877               {
143878                   /* flags */
143879                   META_FLAG_PROPERTY|META_FLAG_READ,
143880                   /* name */
143881                   "SubsystemID",
143882                   /* qualifiers */
143883                   _CIM_PCIDevice_SubsystemID_qualifiers,
143884                   /* type */
143885                   CIMTYPE_UINT16,
143886                   /* subscript */
143887                   -1,
143888                   /* value */
143889                   0,
143890               };
143891 mike  1.1.2.1 
143892               static const char*
143893               _CIM_PCIDevice_SubsystemVendorID_qualifiers[] =
143894               {
143895                   0,
143896               };
143897               
143898               static MetaProperty
143899               _CIM_PCIDevice_SubsystemVendorID =
143900               {
143901                   /* flags */
143902                   META_FLAG_PROPERTY|META_FLAG_READ,
143903                   /* name */
143904                   "SubsystemVendorID",
143905                   /* qualifiers */
143906                   _CIM_PCIDevice_SubsystemVendorID_qualifiers,
143907                   /* type */
143908                   CIMTYPE_UINT16,
143909                   /* subscript */
143910                   -1,
143911                   /* value */
143912 mike  1.1.2.1     0,
143913               };
143914               
143915               static const char*
143916               _CIM_PCIDevice_MinGrantTime_qualifiers[] =
143917               {
143918                   /* Units */
143919                   "\060250 nanoseconds",
143920                   0,
143921               };
143922               
143923               static MetaProperty
143924               _CIM_PCIDevice_MinGrantTime =
143925               {
143926                   /* flags */
143927                   META_FLAG_PROPERTY|META_FLAG_READ,
143928                   /* name */
143929                   "MinGrantTime",
143930                   /* qualifiers */
143931                   _CIM_PCIDevice_MinGrantTime_qualifiers,
143932                   /* type */
143933 mike  1.1.2.1     CIMTYPE_UINT8,
143934                   /* subscript */
143935                   -1,
143936                   /* value */
143937                   0,
143938               };
143939               
143940               static const char*
143941               _CIM_PCIDevice_MaxLatency_qualifiers[] =
143942               {
143943                   /* Units */
143944                   "\060250 nanoseconds",
143945                   0,
143946               };
143947               
143948               static MetaProperty
143949               _CIM_PCIDevice_MaxLatency =
143950               {
143951                   /* flags */
143952                   META_FLAG_PROPERTY|META_FLAG_READ,
143953                   /* name */
143954 mike  1.1.2.1     "MaxLatency",
143955                   /* qualifiers */
143956                   _CIM_PCIDevice_MaxLatency_qualifiers,
143957                   /* type */
143958                   CIMTYPE_UINT8,
143959                   /* subscript */
143960                   -1,
143961                   /* value */
143962                   0,
143963               };
143964               
143965               static MetaFeature*
143966               _CIM_PCIDevice_features[] =
143967               {
143968                   (MetaFeature*)&_CIM_PCIDevice_BaseAddress,
143969                   (MetaFeature*)&_CIM_PCIDevice_SubsystemID,
143970                   (MetaFeature*)&_CIM_PCIDevice_SubsystemVendorID,
143971                   (MetaFeature*)&_CIM_PCIDevice_MinGrantTime,
143972                   (MetaFeature*)&_CIM_PCIDevice_MaxLatency,
143973                   0,
143974               };
143975 mike  1.1.2.1 
143976               static const char*
143977               __root_cimv2_CIM_PCIDevice_qualifiers[] =
143978               {
143979                   /* UMLPackagePath */
143980                   "\057CIM::Device::Controller",
143981                   /* Version */
143982                   "\0632.10.0",
143983                   0,
143984               };
143985               
143986               MetaClass
143987               __root_cimv2_CIM_PCIDevice =
143988               {
143989                   /* flags */
143990                   META_FLAG_CLASS,
143991                   /* name */
143992                   "CIM_PCIDevice",
143993                   /* qualifiers */
143994                   __root_cimv2_CIM_PCIDevice_qualifiers,
143995                   /* super */
143996 mike  1.1.2.1     &__root_cimv2_CIM_PCIController,
143997                   /* features */
143998                   _CIM_PCIDevice_features,
143999               };
144000               
144001               //==============================================================================
144002               //
144003               // Class: CIM_PCMCIAController
144004               //
144005               //==============================================================================
144006               
144007               static MetaFeature*
144008               _CIM_PCMCIAController_features[] =
144009               {
144010                   0,
144011               };
144012               
144013               static const char*
144014               __root_cimv2_CIM_PCMCIAController_qualifiers[] =
144015               {
144016                   /* UMLPackagePath */
144017 mike  1.1.2.1     "\057CIM::Device::Controller",
144018                   /* Version */
144019                   "\0632.6.0",
144020                   0,
144021               };
144022               
144023               MetaClass
144024               __root_cimv2_CIM_PCMCIAController =
144025               {
144026                   /* flags */
144027                   META_FLAG_CLASS,
144028                   /* name */
144029                   "CIM_PCMCIAController",
144030                   /* qualifiers */
144031                   __root_cimv2_CIM_PCMCIAController_qualifiers,
144032                   /* super */
144033                   &__root_cimv2_CIM_Controller,
144034                   /* features */
144035                   _CIM_PCMCIAController_features,
144036               };
144037               
144038 mike  1.1.2.1 //==============================================================================
144039               //
144040               // Class: CIM_PhysicalExtent
144041               //
144042               //==============================================================================
144043               
144044               static const char*
144045               _CIM_PhysicalExtent_BlockSize_qualifiers[] =
144046               {
144047                   /* Deprecated */
144048                   "\013\000\002CIM_CompositeExtentBasedOn.BlockSize\000CIM_ProtectedExtentBasedOn.BlockSize\000",
144049                   /* Override */
144050                   "\044BlockSize",
144051                   /* MappingStrings */
144052                   "\026\000\001MIF.DMTF|Physical Extent|001.4\000",
144053                   0,
144054               };
144055               
144056               static MetaProperty
144057               _CIM_PhysicalExtent_BlockSize =
144058               {
144059 mike  1.1.2.1     /* flags */
144060                   META_FLAG_PROPERTY|META_FLAG_READ,
144061                   /* name */
144062                   "BlockSize",
144063                   /* qualifiers */
144064                   _CIM_PhysicalExtent_BlockSize_qualifiers,
144065                   /* type */
144066                   CIMTYPE_UINT64,
144067                   /* subscript */
144068                   -1,
144069                   /* value */
144070                   0,
144071               };
144072               
144073               static const char*
144074               _CIM_PhysicalExtent_NumberOfBlocks_qualifiers[] =
144075               {
144076                   /* Deprecated */
144077                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_ProtectedExtentBasedOn.NumberOfBlocks\000",
144078                   /* Override */
144079                   "\044NumberOfBlocks",
144080 mike  1.1.2.1     /* MappingStrings */
144081                   "\026\000\001MIF.DMTF|Physical Extent|001.3\000",
144082                   0,
144083               };
144084               
144085               static MetaProperty
144086               _CIM_PhysicalExtent_NumberOfBlocks =
144087               {
144088                   /* flags */
144089                   META_FLAG_PROPERTY|META_FLAG_READ,
144090                   /* name */
144091                   "NumberOfBlocks",
144092                   /* qualifiers */
144093                   _CIM_PhysicalExtent_NumberOfBlocks_qualifiers,
144094                   /* type */
144095                   CIMTYPE_UINT64,
144096                   /* subscript */
144097                   -1,
144098                   /* value */
144099                   0,
144100               };
144101 mike  1.1.2.1 
144102               static const char*
144103               _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave_qualifiers[] =
144104               {
144105                   /* Deprecated */
144106                   "\013\000\002CIM_CompositeExtentBasedOn.UnitsBeforeCheckDataInterleave\000CIM_ProtectedExtentBasedOn.UnitsBeforeCheckDataInterleave\000",
144107                   /* Units */
144108                   "\060Bytes",
144109                   /* MappingStrings */
144110                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
144111                   0,
144112               };
144113               
144114               static MetaProperty
144115               _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave =
144116               {
144117                   /* flags */
144118                   META_FLAG_PROPERTY|META_FLAG_READ,
144119                   /* name */
144120                   "UnitsBeforeCheckDataInterleave",
144121                   /* qualifiers */
144122 mike  1.1.2.1     _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave_qualifiers,
144123                   /* type */
144124                   CIMTYPE_UINT64,
144125                   /* subscript */
144126                   -1,
144127                   /* value */
144128                   0,
144129               };
144130               
144131               static const char*
144132               _CIM_PhysicalExtent_UnitsOfCheckData_qualifiers[] =
144133               {
144134                   /* Deprecated */
144135                   "\013\000\002CIM_CompositeExtentBasedOn.UnitsOfCheckData\000CIM_ProtectedExtentBasedOn.UnitsOfCheckData\000",
144136                   /* Units */
144137                   "\060Bytes",
144138                   /* MappingStrings */
144139                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
144140                   0,
144141               };
144142               
144143 mike  1.1.2.1 static MetaProperty
144144               _CIM_PhysicalExtent_UnitsOfCheckData =
144145               {
144146                   /* flags */
144147                   META_FLAG_PROPERTY|META_FLAG_READ,
144148                   /* name */
144149                   "UnitsOfCheckData",
144150                   /* qualifiers */
144151                   _CIM_PhysicalExtent_UnitsOfCheckData_qualifiers,
144152                   /* type */
144153                   CIMTYPE_UINT64,
144154                   /* subscript */
144155                   -1,
144156                   /* value */
144157                   0,
144158               };
144159               
144160               static const char*
144161               _CIM_PhysicalExtent_UnitsOfUserData_qualifiers[] =
144162               {
144163                   /* Deprecated */
144164 mike  1.1.2.1     "\013\000\002CIM_CompositeExtentBasedOn.UnitsOfUserData\000CIM_ProtectedExtentBasedOn.UnitsOfUserData\000",
144165                   /* Units */
144166                   "\060Bytes",
144167                   /* MappingStrings */
144168                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
144169                   0,
144170               };
144171               
144172               static MetaProperty
144173               _CIM_PhysicalExtent_UnitsOfUserData =
144174               {
144175                   /* flags */
144176                   META_FLAG_PROPERTY|META_FLAG_READ,
144177                   /* name */
144178                   "UnitsOfUserData",
144179                   /* qualifiers */
144180                   _CIM_PhysicalExtent_UnitsOfUserData_qualifiers,
144181                   /* type */
144182                   CIMTYPE_UINT64,
144183                   /* subscript */
144184                   -1,
144185 mike  1.1.2.1     /* value */
144186                   0,
144187               };
144188               
144189               static MetaFeature*
144190               _CIM_PhysicalExtent_features[] =
144191               {
144192                   (MetaFeature*)&_CIM_PhysicalExtent_BlockSize,
144193                   (MetaFeature*)&_CIM_PhysicalExtent_NumberOfBlocks,
144194                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave,
144195                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsOfCheckData,
144196                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsOfUserData,
144197                   0,
144198               };
144199               
144200               static const char*
144201               __root_cimv2_CIM_PhysicalExtent_qualifiers[] =
144202               {
144203                   /* Deprecated */
144204                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
144205                   /* UMLPackagePath */
144206 mike  1.1.2.1     "\057CIM::Device::SccExtents",
144207                   /* Version */
144208                   "\0632.7.0",
144209                   0,
144210               };
144211               
144212               MetaClass
144213               __root_cimv2_CIM_PhysicalExtent =
144214               {
144215                   /* flags */
144216                   META_FLAG_CLASS,
144217                   /* name */
144218                   "CIM_PhysicalExtent",
144219                   /* qualifiers */
144220                   __root_cimv2_CIM_PhysicalExtent_qualifiers,
144221                   /* super */
144222                   &__root_cimv2_CIM_StorageExtent,
144223                   /* features */
144224                   _CIM_PhysicalExtent_features,
144225               };
144226               
144227 mike  1.1.2.1 //==============================================================================
144228               //
144229               // Class: CIM_PickerForChanger
144230               //
144231               //==============================================================================
144232               
144233               static const char*
144234               _CIM_PickerForChanger_Antecedent_qualifiers[] =
144235               {
144236                   /* Override */
144237                   "\044Antecedent",
144238                   0,
144239               };
144240               
144241               static MetaReference
144242               _CIM_PickerForChanger_Antecedent =
144243               {
144244                   /* flags */
144245                   META_FLAG_REFERENCE|META_FLAG_READ,
144246                   /* name */
144247                   "Antecedent",
144248 mike  1.1.2.1     /* qualifiers */
144249                   _CIM_PickerForChanger_Antecedent_qualifiers,
144250                   /* subscript */
144251                   -1,
144252                   /* refId */
144253                   &__root_cimv2_CIM_PickerElement,
144254               };
144255               
144256               static const char*
144257               _CIM_PickerForChanger_Dependent_qualifiers[] =
144258               {
144259                   /* Override */
144260                   "\044Dependent",
144261                   /* Max */
144262                   "\027\000\000\000\001",
144263                   0,
144264               };
144265               
144266               static MetaReference
144267               _CIM_PickerForChanger_Dependent =
144268               {
144269 mike  1.1.2.1     /* flags */
144270                   META_FLAG_REFERENCE|META_FLAG_READ,
144271                   /* name */
144272                   "Dependent",
144273                   /* qualifiers */
144274                   _CIM_PickerForChanger_Dependent_qualifiers,
144275                   /* subscript */
144276                   -1,
144277                   /* refId */
144278                   &__root_cimv2_CIM_ChangerDevice,
144279               };
144280               
144281               static MetaFeature*
144282               _CIM_PickerForChanger_features[] =
144283               {
144284                   (MetaFeature*)&_CIM_PickerForChanger_Antecedent,
144285                   (MetaFeature*)&_CIM_PickerForChanger_Dependent,
144286                   0,
144287               };
144288               
144289               static const char*
144290 mike  1.1.2.1 __root_cimv2_CIM_PickerForChanger_qualifiers[] =
144291               {
144292                   /* ASSOCIATION */
144293                   "\000\001",
144294                   /* UMLPackagePath */
144295                   "\057CIM::Device::StorageLib",
144296                   /* Version */
144297                   "\0632.6.0",
144298                   0,
144299               };
144300               
144301               MetaClass
144302               __root_cimv2_CIM_PickerForChanger =
144303               {
144304                   /* flags */
144305                   META_FLAG_ASSOCIATION,
144306                   /* name */
144307                   "CIM_PickerForChanger",
144308                   /* qualifiers */
144309                   __root_cimv2_CIM_PickerForChanger_qualifiers,
144310                   /* super */
144311 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
144312                   /* features */
144313                   _CIM_PickerForChanger_features,
144314               };
144315               
144316               //==============================================================================
144317               //
144318               // Class: CIM_PointingDevice
144319               //
144320               //==============================================================================
144321               
144322               static const char*
144323               _CIM_PointingDevice_PointingType_qualifiers[] =
144324               {
144325                   /* ValueMap */
144326                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
144327                   /* Values */
144328                   "\062\000\011Other\000Unknown\000Mouse\000Track Ball\000Track Point\000Glide Point\000Touch Pad\000Touch Screen\000Mouse - Optical Sensor\000",
144329                   /* MappingStrings */
144330                   "\026\000\001MIF.DMTF|Pointing Device|003.1\000",
144331                   0,
144332 mike  1.1.2.1 };
144333               
144334               static MetaProperty
144335               _CIM_PointingDevice_PointingType =
144336               {
144337                   /* flags */
144338                   META_FLAG_PROPERTY|META_FLAG_READ,
144339                   /* name */
144340                   "PointingType",
144341                   /* qualifiers */
144342                   _CIM_PointingDevice_PointingType_qualifiers,
144343                   /* type */
144344                   CIMTYPE_UINT16,
144345                   /* subscript */
144346                   -1,
144347                   /* value */
144348                   0,
144349               };
144350               
144351               static const char*
144352               _CIM_PointingDevice_NumberOfButtons_qualifiers[] =
144353 mike  1.1.2.1 {
144354                   /* MappingStrings */
144355                   "\026\000\001MIF.DMTF|Pointing Device|003.4\000",
144356                   0,
144357               };
144358               
144359               static MetaProperty
144360               _CIM_PointingDevice_NumberOfButtons =
144361               {
144362                   /* flags */
144363                   META_FLAG_PROPERTY|META_FLAG_READ,
144364                   /* name */
144365                   "NumberOfButtons",
144366                   /* qualifiers */
144367                   _CIM_PointingDevice_NumberOfButtons_qualifiers,
144368                   /* type */
144369                   CIMTYPE_UINT8,
144370                   /* subscript */
144371                   -1,
144372                   /* value */
144373                   0,
144374 mike  1.1.2.1 };
144375               
144376               static const char*
144377               _CIM_PointingDevice_Handedness_qualifiers[] =
144378               {
144379                   /* ValueMap */
144380                   "\061\000\0040\0001\0002\0003\000",
144381                   /* Values */
144382                   "\062\000\004Unknown\000Not Applicable\000Right Handed Operation\000Left Handed Operation\000",
144383                   0,
144384               };
144385               
144386               static MetaProperty
144387               _CIM_PointingDevice_Handedness =
144388               {
144389                   /* flags */
144390                   META_FLAG_PROPERTY|META_FLAG_READ,
144391                   /* name */
144392                   "Handedness",
144393                   /* qualifiers */
144394                   _CIM_PointingDevice_Handedness_qualifiers,
144395 mike  1.1.2.1     /* type */
144396                   CIMTYPE_UINT16,
144397                   /* subscript */
144398                   -1,
144399                   /* value */
144400                   0,
144401               };
144402               
144403               static const char*
144404               _CIM_PointingDevice_Resolution_qualifiers[] =
144405               {
144406                   /* Units */
144407                   "\060Counts per Inch",
144408                   0,
144409               };
144410               
144411               static MetaProperty
144412               _CIM_PointingDevice_Resolution =
144413               {
144414                   /* flags */
144415                   META_FLAG_PROPERTY|META_FLAG_READ,
144416 mike  1.1.2.1     /* name */
144417                   "Resolution",
144418                   /* qualifiers */
144419                   _CIM_PointingDevice_Resolution_qualifiers,
144420                   /* type */
144421                   CIMTYPE_UINT32,
144422                   /* subscript */
144423                   -1,
144424                   /* value */
144425                   0,
144426               };
144427               
144428               static MetaFeature*
144429               _CIM_PointingDevice_features[] =
144430               {
144431                   (MetaFeature*)&_CIM_PointingDevice_PointingType,
144432                   (MetaFeature*)&_CIM_PointingDevice_NumberOfButtons,
144433                   (MetaFeature*)&_CIM_PointingDevice_Handedness,
144434                   (MetaFeature*)&_CIM_PointingDevice_Resolution,
144435                   0,
144436               };
144437 mike  1.1.2.1 
144438               static const char*
144439               __root_cimv2_CIM_PointingDevice_qualifiers[] =
144440               {
144441                   /* UMLPackagePath */
144442                   "\057CIM::Device::UserDevices",
144443                   /* Version */
144444                   "\0632.7.0",
144445                   0,
144446               };
144447               
144448               MetaClass
144449               __root_cimv2_CIM_PointingDevice =
144450               {
144451                   /* flags */
144452                   META_FLAG_CLASS,
144453                   /* name */
144454                   "CIM_PointingDevice",
144455                   /* qualifiers */
144456                   __root_cimv2_CIM_PointingDevice_qualifiers,
144457                   /* super */
144458 mike  1.1.2.1     &__root_cimv2_CIM_UserDevice,
144459                   /* features */
144460                   _CIM_PointingDevice_features,
144461               };
144462               
144463               //==============================================================================
144464               //
144465               // Class: CIM_PolicyInSystem
144466               //
144467               //==============================================================================
144468               
144469               static const char*
144470               _CIM_PolicyInSystem_Antecedent_qualifiers[] =
144471               {
144472                   /* Override */
144473                   "\044Antecedent",
144474                   /* Max */
144475                   "\027\000\000\000\001",
144476                   0,
144477               };
144478               
144479 mike  1.1.2.1 static MetaReference
144480               _CIM_PolicyInSystem_Antecedent =
144481               {
144482                   /* flags */
144483                   META_FLAG_REFERENCE|META_FLAG_READ,
144484                   /* name */
144485                   "Antecedent",
144486                   /* qualifiers */
144487                   _CIM_PolicyInSystem_Antecedent_qualifiers,
144488                   /* subscript */
144489                   -1,
144490                   /* refId */
144491                   &__root_cimv2_CIM_System,
144492               };
144493               
144494               static const char*
144495               _CIM_PolicyInSystem_Dependent_qualifiers[] =
144496               {
144497                   /* Override */
144498                   "\044Dependent",
144499                   0,
144500 mike  1.1.2.1 };
144501               
144502               static MetaReference
144503               _CIM_PolicyInSystem_Dependent =
144504               {
144505                   /* flags */
144506                   META_FLAG_REFERENCE|META_FLAG_READ,
144507                   /* name */
144508                   "Dependent",
144509                   /* qualifiers */
144510                   _CIM_PolicyInSystem_Dependent_qualifiers,
144511                   /* subscript */
144512                   -1,
144513                   /* refId */
144514                   &__root_cimv2_CIM_Policy,
144515               };
144516               
144517               static MetaFeature*
144518               _CIM_PolicyInSystem_features[] =
144519               {
144520                   (MetaFeature*)&_CIM_PolicyInSystem_Antecedent,
144521 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyInSystem_Dependent,
144522                   0,
144523               };
144524               
144525               static const char*
144526               __root_cimv2_CIM_PolicyInSystem_qualifiers[] =
144527               {
144528                   /* ASSOCIATION */
144529                   "\000\001",
144530                   /* UMLPackagePath */
144531                   "\057CIM::Policy",
144532                   /* Abstract */
144533                   "\002\001",
144534                   /* Version */
144535                   "\0632.8.0",
144536                   0,
144537               };
144538               
144539               MetaClass
144540               __root_cimv2_CIM_PolicyInSystem =
144541               {
144542 mike  1.1.2.1     /* flags */
144543                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
144544                   /* name */
144545                   "CIM_PolicyInSystem",
144546                   /* qualifiers */
144547                   __root_cimv2_CIM_PolicyInSystem_qualifiers,
144548                   /* super */
144549                   &__root_cimv2_CIM_HostedDependency,
144550                   /* features */
144551                   _CIM_PolicyInSystem_features,
144552               };
144553               
144554               //==============================================================================
144555               //
144556               // Class: CIM_PolicyRepository
144557               //
144558               //==============================================================================
144559               
144560               static MetaFeature*
144561               _CIM_PolicyRepository_features[] =
144562               {
144563 mike  1.1.2.1     0,
144564               };
144565               
144566               static const char*
144567               __root_cimv2_CIM_PolicyRepository_qualifiers[] =
144568               {
144569                   /* Deprecated */
144570                   "\013\000\001CIM_ReusablePolicyContainer\000",
144571                   /* UMLPackagePath */
144572                   "\057CIM::Policy",
144573                   /* Version */
144574                   "\0632.7.0",
144575                   0,
144576               };
144577               
144578               MetaClass
144579               __root_cimv2_CIM_PolicyRepository =
144580               {
144581                   /* flags */
144582                   META_FLAG_CLASS,
144583                   /* name */
144584 mike  1.1.2.1     "CIM_PolicyRepository",
144585                   /* qualifiers */
144586                   __root_cimv2_CIM_PolicyRepository_qualifiers,
144587                   /* super */
144588                   &__root_cimv2_CIM_AdminDomain,
144589                   /* features */
144590                   _CIM_PolicyRepository_features,
144591               };
144592               
144593               //==============================================================================
144594               //
144595               // Class: CIM_PolicyRepositoryInPolicyRepository
144596               //
144597               //==============================================================================
144598               
144599               static const char*
144600               _CIM_PolicyRepositoryInPolicyRepository_GroupComponent_qualifiers[] =
144601               {
144602                   /* Deprecated */
144603                   "\013\000\001CIM_PolicyContainerInPolicyContainer.GroupComponent\000",
144604                   /* Aggregate */
144605 mike  1.1.2.1     "\003\001",
144606                   /* Override */
144607                   "\044GroupComponent",
144608                   0,
144609               };
144610               
144611               static MetaReference
144612               _CIM_PolicyRepositoryInPolicyRepository_GroupComponent =
144613               {
144614                   /* flags */
144615                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
144616                   /* name */
144617                   "GroupComponent",
144618                   /* qualifiers */
144619                   _CIM_PolicyRepositoryInPolicyRepository_GroupComponent_qualifiers,
144620                   /* subscript */
144621                   -1,
144622                   /* refId */
144623                   &__root_cimv2_CIM_PolicyRepository,
144624               };
144625               
144626 mike  1.1.2.1 static const char*
144627               _CIM_PolicyRepositoryInPolicyRepository_PartComponent_qualifiers[] =
144628               {
144629                   /* Deprecated */
144630                   "\013\000\001CIM_PolicyContainerInPolicyContainer.PartComponent\000",
144631                   /* Override */
144632                   "\044PartComponent",
144633                   0,
144634               };
144635               
144636               static MetaReference
144637               _CIM_PolicyRepositoryInPolicyRepository_PartComponent =
144638               {
144639                   /* flags */
144640                   META_FLAG_REFERENCE|META_FLAG_READ,
144641                   /* name */
144642                   "PartComponent",
144643                   /* qualifiers */
144644                   _CIM_PolicyRepositoryInPolicyRepository_PartComponent_qualifiers,
144645                   /* subscript */
144646                   -1,
144647 mike  1.1.2.1     /* refId */
144648                   &__root_cimv2_CIM_PolicyRepository,
144649               };
144650               
144651               static MetaFeature*
144652               _CIM_PolicyRepositoryInPolicyRepository_features[] =
144653               {
144654                   (MetaFeature*)&_CIM_PolicyRepositoryInPolicyRepository_GroupComponent,
144655                   (MetaFeature*)&_CIM_PolicyRepositoryInPolicyRepository_PartComponent,
144656                   0,
144657               };
144658               
144659               static const char*
144660               __root_cimv2_CIM_PolicyRepositoryInPolicyRepository_qualifiers[] =
144661               {
144662                   /* ASSOCIATION */
144663                   "\000\001",
144664                   /* Deprecated */
144665                   "\013\000\001CIM_PolicyContainerInPolicyContainer\000",
144666                   /* UMLPackagePath */
144667                   "\057CIM::Policy",
144668 mike  1.1.2.1     /* Aggregation */
144669                   "\004\001",
144670                   /* Version */
144671                   "\0632.7.0",
144672                   0,
144673               };
144674               
144675               MetaClass
144676               __root_cimv2_CIM_PolicyRepositoryInPolicyRepository =
144677               {
144678                   /* flags */
144679                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
144680                   /* name */
144681                   "CIM_PolicyRepositoryInPolicyRepository",
144682                   /* qualifiers */
144683                   __root_cimv2_CIM_PolicyRepositoryInPolicyRepository_qualifiers,
144684                   /* super */
144685                   &__root_cimv2_CIM_SystemComponent,
144686                   /* features */
144687                   _CIM_PolicyRepositoryInPolicyRepository_features,
144688               };
144689 mike  1.1.2.1 
144690               //==============================================================================
144691               //
144692               // Class: CIM_PolicyRoleCollectionInSystem
144693               //
144694               //==============================================================================
144695               
144696               static const char*
144697               _CIM_PolicyRoleCollectionInSystem_Antecedent_qualifiers[] =
144698               {
144699                   /* Override */
144700                   "\044Antecedent",
144701                   /* Min */
144702                   "\033\000\000\000\001",
144703                   /* Max */
144704                   "\027\000\000\000\001",
144705                   0,
144706               };
144707               
144708               static MetaReference
144709               _CIM_PolicyRoleCollectionInSystem_Antecedent =
144710 mike  1.1.2.1 {
144711                   /* flags */
144712                   META_FLAG_REFERENCE|META_FLAG_READ,
144713                   /* name */
144714                   "Antecedent",
144715                   /* qualifiers */
144716                   _CIM_PolicyRoleCollectionInSystem_Antecedent_qualifiers,
144717                   /* subscript */
144718                   -1,
144719                   /* refId */
144720                   &__root_cimv2_CIM_System,
144721               };
144722               
144723               static const char*
144724               _CIM_PolicyRoleCollectionInSystem_Dependent_qualifiers[] =
144725               {
144726                   /* Override */
144727                   "\044Dependent",
144728                   0,
144729               };
144730               
144731 mike  1.1.2.1 static MetaReference
144732               _CIM_PolicyRoleCollectionInSystem_Dependent =
144733               {
144734                   /* flags */
144735                   META_FLAG_REFERENCE|META_FLAG_READ,
144736                   /* name */
144737                   "Dependent",
144738                   /* qualifiers */
144739                   _CIM_PolicyRoleCollectionInSystem_Dependent_qualifiers,
144740                   /* subscript */
144741                   -1,
144742                   /* refId */
144743                   &__root_cimv2_CIM_PolicyRoleCollection,
144744               };
144745               
144746               static MetaFeature*
144747               _CIM_PolicyRoleCollectionInSystem_features[] =
144748               {
144749                   (MetaFeature*)&_CIM_PolicyRoleCollectionInSystem_Antecedent,
144750                   (MetaFeature*)&_CIM_PolicyRoleCollectionInSystem_Dependent,
144751                   0,
144752 mike  1.1.2.1 };
144753               
144754               static const char*
144755               __root_cimv2_CIM_PolicyRoleCollectionInSystem_qualifiers[] =
144756               {
144757                   /* ASSOCIATION */
144758                   "\000\001",
144759                   /* UMLPackagePath */
144760                   "\057CIM::Policy",
144761                   /* Version */
144762                   "\0632.7.0",
144763                   0,
144764               };
144765               
144766               MetaClass
144767               __root_cimv2_CIM_PolicyRoleCollectionInSystem =
144768               {
144769                   /* flags */
144770                   META_FLAG_ASSOCIATION,
144771                   /* name */
144772                   "CIM_PolicyRoleCollectionInSystem",
144773 mike  1.1.2.1     /* qualifiers */
144774                   __root_cimv2_CIM_PolicyRoleCollectionInSystem_qualifiers,
144775                   /* super */
144776                   &__root_cimv2_CIM_HostedCollection,
144777                   /* features */
144778                   _CIM_PolicyRoleCollectionInSystem_features,
144779               };
144780               
144781               //==============================================================================
144782               //
144783               // Class: CIM_PolicySetInSystem
144784               //
144785               //==============================================================================
144786               
144787               static const char*
144788               _CIM_PolicySetInSystem_Antecedent_qualifiers[] =
144789               {
144790                   /* Override */
144791                   "\044Antecedent",
144792                   /* Min */
144793                   "\033\000\000\000\001",
144794 mike  1.1.2.1     /* Max */
144795                   "\027\000\000\000\001",
144796                   0,
144797               };
144798               
144799               static MetaReference
144800               _CIM_PolicySetInSystem_Antecedent =
144801               {
144802                   /* flags */
144803                   META_FLAG_REFERENCE|META_FLAG_READ,
144804                   /* name */
144805                   "Antecedent",
144806                   /* qualifiers */
144807                   _CIM_PolicySetInSystem_Antecedent_qualifiers,
144808                   /* subscript */
144809                   -1,
144810                   /* refId */
144811                   &__root_cimv2_CIM_System,
144812               };
144813               
144814               static const char*
144815 mike  1.1.2.1 _CIM_PolicySetInSystem_Dependent_qualifiers[] =
144816               {
144817                   /* Override */
144818                   "\044Dependent",
144819                   0,
144820               };
144821               
144822               static MetaReference
144823               _CIM_PolicySetInSystem_Dependent =
144824               {
144825                   /* flags */
144826                   META_FLAG_REFERENCE|META_FLAG_READ,
144827                   /* name */
144828                   "Dependent",
144829                   /* qualifiers */
144830                   _CIM_PolicySetInSystem_Dependent_qualifiers,
144831                   /* subscript */
144832                   -1,
144833                   /* refId */
144834                   &__root_cimv2_CIM_PolicySet,
144835               };
144836 mike  1.1.2.1 
144837               static const char*
144838               _CIM_PolicySetInSystem_Priority_qualifiers[] =
144839               {
144840                   0,
144841               };
144842               
144843               static MetaProperty
144844               _CIM_PolicySetInSystem_Priority =
144845               {
144846                   /* flags */
144847                   META_FLAG_PROPERTY|META_FLAG_READ,
144848                   /* name */
144849                   "Priority",
144850                   /* qualifiers */
144851                   _CIM_PolicySetInSystem_Priority_qualifiers,
144852                   /* type */
144853                   CIMTYPE_UINT16,
144854                   /* subscript */
144855                   -1,
144856                   /* value */
144857 mike  1.1.2.1     0,
144858               };
144859               
144860               static MetaFeature*
144861               _CIM_PolicySetInSystem_features[] =
144862               {
144863                   (MetaFeature*)&_CIM_PolicySetInSystem_Antecedent,
144864                   (MetaFeature*)&_CIM_PolicySetInSystem_Dependent,
144865                   (MetaFeature*)&_CIM_PolicySetInSystem_Priority,
144866                   0,
144867               };
144868               
144869               static const char*
144870               __root_cimv2_CIM_PolicySetInSystem_qualifiers[] =
144871               {
144872                   /* ASSOCIATION */
144873                   "\000\001",
144874                   /* UMLPackagePath */
144875                   "\057CIM::Policy",
144876                   /* Abstract */
144877                   "\002\001",
144878 mike  1.1.2.1     /* Version */
144879                   "\0632.6.0",
144880                   0,
144881               };
144882               
144883               MetaClass
144884               __root_cimv2_CIM_PolicySetInSystem =
144885               {
144886                   /* flags */
144887                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
144888                   /* name */
144889                   "CIM_PolicySetInSystem",
144890                   /* qualifiers */
144891                   __root_cimv2_CIM_PolicySetInSystem_qualifiers,
144892                   /* super */
144893                   &__root_cimv2_CIM_PolicyInSystem,
144894                   /* features */
144895                   _CIM_PolicySetInSystem_features,
144896               };
144897               
144898               //==============================================================================
144899 mike  1.1.2.1 //
144900               // Class: CIM_PortController
144901               //
144902               //==============================================================================
144903               
144904               static const char*
144905               _CIM_PortController_ControllerType_qualifiers[] =
144906               {
144907                   /* ValueMap */
144908                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
144909                   /* Values */
144910                   "\062\000\011Unknown\000Other\000Ethernet\000IB\000FC\000FDDI\000ATM\000Token Ring\000Frame Relay\000",
144911                   /* ModelCorrespondence */
144912                   "\036\000\001CIM_PortController.OtherControllerType\000",
144913                   0,
144914               };
144915               
144916               static MetaProperty
144917               _CIM_PortController_ControllerType =
144918               {
144919                   /* flags */
144920 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
144921                   /* name */
144922                   "ControllerType",
144923                   /* qualifiers */
144924                   _CIM_PortController_ControllerType_qualifiers,
144925                   /* type */
144926                   CIMTYPE_UINT16,
144927                   /* subscript */
144928                   -1,
144929                   /* value */
144930                   0,
144931               };
144932               
144933               static const char*
144934               _CIM_PortController_OtherControllerType_qualifiers[] =
144935               {
144936                   /* ModelCorrespondence */
144937                   "\036\000\001CIM_PortController.ControllerType\000",
144938                   0,
144939               };
144940               
144941 mike  1.1.2.1 static MetaProperty
144942               _CIM_PortController_OtherControllerType =
144943               {
144944                   /* flags */
144945                   META_FLAG_PROPERTY|META_FLAG_READ,
144946                   /* name */
144947                   "OtherControllerType",
144948                   /* qualifiers */
144949                   _CIM_PortController_OtherControllerType_qualifiers,
144950                   /* type */
144951                   CIMTYPE_STRING,
144952                   /* subscript */
144953                   -1,
144954                   /* value */
144955                   0,
144956               };
144957               
144958               static const char*
144959               _CIM_PortController_ControllerVersion_qualifiers[] =
144960               {
144961                   0,
144962 mike  1.1.2.1 };
144963               
144964               static MetaProperty
144965               _CIM_PortController_ControllerVersion =
144966               {
144967                   /* flags */
144968                   META_FLAG_PROPERTY|META_FLAG_READ,
144969                   /* name */
144970                   "ControllerVersion",
144971                   /* qualifiers */
144972                   _CIM_PortController_ControllerVersion_qualifiers,
144973                   /* type */
144974                   CIMTYPE_UINT16,
144975                   /* subscript */
144976                   -1,
144977                   /* value */
144978                   0,
144979               };
144980               
144981               static MetaFeature*
144982               _CIM_PortController_features[] =
144983 mike  1.1.2.1 {
144984                   (MetaFeature*)&_CIM_PortController_ControllerType,
144985                   (MetaFeature*)&_CIM_PortController_OtherControllerType,
144986                   (MetaFeature*)&_CIM_PortController_ControllerVersion,
144987                   0,
144988               };
144989               
144990               static const char*
144991               __root_cimv2_CIM_PortController_qualifiers[] =
144992               {
144993                   /* UMLPackagePath */
144994                   "\057CIM::Device::Controller",
144995                   /* Version */
144996                   "\0632.10.0",
144997                   0,
144998               };
144999               
145000               MetaClass
145001               __root_cimv2_CIM_PortController =
145002               {
145003                   /* flags */
145004 mike  1.1.2.1     META_FLAG_CLASS,
145005                   /* name */
145006                   "CIM_PortController",
145007                   /* qualifiers */
145008                   __root_cimv2_CIM_PortController_qualifiers,
145009                   /* super */
145010                   &__root_cimv2_CIM_Controller,
145011                   /* features */
145012                   _CIM_PortController_features,
145013               };
145014               
145015               //==============================================================================
145016               //
145017               // Class: CIM_PortResource
145018               //
145019               //==============================================================================
145020               
145021               static MetaFeature*
145022               _CIM_PortResource_features[] =
145023               {
145024                   0,
145025 mike  1.1.2.1 };
145026               
145027               static const char*
145028               __root_cimv2_CIM_PortResource_qualifiers[] =
145029               {
145030                   /* UMLPackagePath */
145031                   "\057CIM::System::SystemResources",
145032                   /* Version */
145033                   "\0632.6.0",
145034                   0,
145035               };
145036               
145037               MetaClass
145038               __root_cimv2_CIM_PortResource =
145039               {
145040                   /* flags */
145041                   META_FLAG_CLASS,
145042                   /* name */
145043                   "CIM_PortResource",
145044                   /* qualifiers */
145045                   __root_cimv2_CIM_PortResource_qualifiers,
145046 mike  1.1.2.1     /* super */
145047                   &__root_cimv2_CIM_MemoryMappedIO,
145048                   /* features */
145049                   _CIM_PortResource_features,
145050               };
145051               
145052               //==============================================================================
145053               //
145054               // Class: CIM_POTSModem
145055               //
145056               //==============================================================================
145057               
145058               static const char*
145059               _CIM_POTSModem_Capabilities_qualifiers[] =
145060               {
145061                   /* ValueMap */
145062                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
145063                   /* Values */
145064                   "\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",
145065                   /* ArrayType */
145066                   "\005Indexed",
145067 mike  1.1.2.1     /* ModelCorrespondence */
145068                   "\036\000\001CIM_POTSModem.CapabilityDescriptions\000",
145069                   0,
145070               };
145071               
145072               static MetaProperty
145073               _CIM_POTSModem_Capabilities =
145074               {
145075                   /* flags */
145076                   META_FLAG_PROPERTY|META_FLAG_READ,
145077                   /* name */
145078                   "Capabilities",
145079                   /* qualifiers */
145080                   _CIM_POTSModem_Capabilities_qualifiers,
145081                   /* type */
145082                   CIMTYPE_UINT16,
145083                   /* subscript */
145084                   0,
145085                   /* value */
145086                   0,
145087               };
145088 mike  1.1.2.1 
145089               static const char*
145090               _CIM_POTSModem_CapabilityDescriptions_qualifiers[] =
145091               {
145092                   /* ArrayType */
145093                   "\005Indexed",
145094                   /* ModelCorrespondence */
145095                   "\036\000\001CIM_POTSModem.Capabilities\000",
145096                   0,
145097               };
145098               
145099               static MetaProperty
145100               _CIM_POTSModem_CapabilityDescriptions =
145101               {
145102                   /* flags */
145103                   META_FLAG_PROPERTY|META_FLAG_READ,
145104                   /* name */
145105                   "CapabilityDescriptions",
145106                   /* qualifiers */
145107                   _CIM_POTSModem_CapabilityDescriptions_qualifiers,
145108                   /* type */
145109 mike  1.1.2.1     CIMTYPE_STRING,
145110                   /* subscript */
145111                   0,
145112                   /* value */
145113                   0,
145114               };
145115               
145116               static const char*
145117               _CIM_POTSModem_EnabledCapabilities_qualifiers[] =
145118               {
145119                   /* ValueMap */
145120                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
145121                   /* Values */
145122                   "\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",
145123                   /* ModelCorrespondence */
145124                   "\036\000\001CIM_POTSModem.Capabilities\000",
145125                   0,
145126               };
145127               
145128               static MetaProperty
145129               _CIM_POTSModem_EnabledCapabilities =
145130 mike  1.1.2.1 {
145131                   /* flags */
145132                   META_FLAG_PROPERTY|META_FLAG_READ,
145133                   /* name */
145134                   "EnabledCapabilities",
145135                   /* qualifiers */
145136                   _CIM_POTSModem_EnabledCapabilities_qualifiers,
145137                   /* type */
145138                   CIMTYPE_UINT16,
145139                   /* subscript */
145140                   0,
145141                   /* value */
145142                   0,
145143               };
145144               
145145               static const char*
145146               _CIM_POTSModem_MaxBaudRateToSerialPort_qualifiers[] =
145147               {
145148                   /* Units */
145149                   "\060Bits per Second",
145150                   0,
145151 mike  1.1.2.1 };
145152               
145153               static MetaProperty
145154               _CIM_POTSModem_MaxBaudRateToSerialPort =
145155               {
145156                   /* flags */
145157                   META_FLAG_PROPERTY|META_FLAG_READ,
145158                   /* name */
145159                   "MaxBaudRateToSerialPort",
145160                   /* qualifiers */
145161                   _CIM_POTSModem_MaxBaudRateToSerialPort_qualifiers,
145162                   /* type */
145163                   CIMTYPE_UINT32,
145164                   /* subscript */
145165                   -1,
145166                   /* value */
145167                   0,
145168               };
145169               
145170               static const char*
145171               _CIM_POTSModem_MaxBaudRateToPhone_qualifiers[] =
145172 mike  1.1.2.1 {
145173                   /* Units */
145174                   "\060Bits per Second",
145175                   0,
145176               };
145177               
145178               static MetaProperty
145179               _CIM_POTSModem_MaxBaudRateToPhone =
145180               {
145181                   /* flags */
145182                   META_FLAG_PROPERTY|META_FLAG_READ,
145183                   /* name */
145184                   "MaxBaudRateToPhone",
145185                   /* qualifiers */
145186                   _CIM_POTSModem_MaxBaudRateToPhone_qualifiers,
145187                   /* type */
145188                   CIMTYPE_UINT32,
145189                   /* subscript */
145190                   -1,
145191                   /* value */
145192                   0,
145193 mike  1.1.2.1 };
145194               
145195               static const char*
145196               _CIM_POTSModem_SupportsSynchronousConnect_qualifiers[] =
145197               {
145198                   0,
145199               };
145200               
145201               static MetaProperty
145202               _CIM_POTSModem_SupportsSynchronousConnect =
145203               {
145204                   /* flags */
145205                   META_FLAG_PROPERTY|META_FLAG_READ,
145206                   /* name */
145207                   "SupportsSynchronousConnect",
145208                   /* qualifiers */
145209                   _CIM_POTSModem_SupportsSynchronousConnect_qualifiers,
145210                   /* type */
145211                   CIMTYPE_BOOLEAN,
145212                   /* subscript */
145213                   -1,
145214 mike  1.1.2.1     /* value */
145215                   0,
145216               };
145217               
145218               static const char*
145219               _CIM_POTSModem_DialType_qualifiers[] =
145220               {
145221                   /* ValueMap */
145222                   "\061\000\0030\0001\0002\000",
145223                   /* Values */
145224                   "\062\000\003Unknown\000Tone\000Pulse\000",
145225                   0,
145226               };
145227               
145228               static MetaProperty
145229               _CIM_POTSModem_DialType =
145230               {
145231                   /* flags */
145232                   META_FLAG_PROPERTY|META_FLAG_READ,
145233                   /* name */
145234                   "DialType",
145235 mike  1.1.2.1     /* qualifiers */
145236                   _CIM_POTSModem_DialType_qualifiers,
145237                   /* type */
145238                   CIMTYPE_UINT16,
145239                   /* subscript */
145240                   -1,
145241                   /* value */
145242                   0,
145243               };
145244               
145245               static const char*
145246               _CIM_POTSModem_InactivityTimeout_qualifiers[] =
145247               {
145248                   /* Units */
145249                   "\060Seconds",
145250                   0,
145251               };
145252               
145253               static MetaProperty
145254               _CIM_POTSModem_InactivityTimeout =
145255               {
145256 mike  1.1.2.1     /* flags */
145257                   META_FLAG_PROPERTY|META_FLAG_READ,
145258                   /* name */
145259                   "InactivityTimeout",
145260                   /* qualifiers */
145261                   _CIM_POTSModem_InactivityTimeout_qualifiers,
145262                   /* type */
145263                   CIMTYPE_UINT32,
145264                   /* subscript */
145265                   -1,
145266                   /* value */
145267                   0,
145268               };
145269               
145270               static const char*
145271               _CIM_POTSModem_SpeakerVolumeInfo_qualifiers[] =
145272               {
145273                   /* ValueMap */
145274                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
145275                   /* Values */
145276                   "\062\000\010Unknown\000Other\000Not Supported\000High\000Medium\000Low\000Off\000Auto\000",
145277 mike  1.1.2.1     0,
145278               };
145279               
145280               static MetaProperty
145281               _CIM_POTSModem_SpeakerVolumeInfo =
145282               {
145283                   /* flags */
145284                   META_FLAG_PROPERTY|META_FLAG_READ,
145285                   /* name */
145286                   "SpeakerVolumeInfo",
145287                   /* qualifiers */
145288                   _CIM_POTSModem_SpeakerVolumeInfo_qualifiers,
145289                   /* type */
145290                   CIMTYPE_UINT16,
145291                   /* subscript */
145292                   -1,
145293                   /* value */
145294                   0,
145295               };
145296               
145297               static const char*
145298 mike  1.1.2.1 _CIM_POTSModem_CountriesSupported_qualifiers[] =
145299               {
145300                   /* MaxLen */
145301                   "\030\000\000\000\100",
145302                   0,
145303               };
145304               
145305               static MetaProperty
145306               _CIM_POTSModem_CountriesSupported =
145307               {
145308                   /* flags */
145309                   META_FLAG_PROPERTY|META_FLAG_READ,
145310                   /* name */
145311                   "CountriesSupported",
145312                   /* qualifiers */
145313                   _CIM_POTSModem_CountriesSupported_qualifiers,
145314                   /* type */
145315                   CIMTYPE_STRING,
145316                   /* subscript */
145317                   0,
145318                   /* value */
145319 mike  1.1.2.1     0,
145320               };
145321               
145322               static const char*
145323               _CIM_POTSModem_CountrySelected_qualifiers[] =
145324               {
145325                   /* MaxLen */
145326                   "\030\000\000\000\100",
145327                   0,
145328               };
145329               
145330               static MetaProperty
145331               _CIM_POTSModem_CountrySelected =
145332               {
145333                   /* flags */
145334                   META_FLAG_PROPERTY|META_FLAG_READ,
145335                   /* name */
145336                   "CountrySelected",
145337                   /* qualifiers */
145338                   _CIM_POTSModem_CountrySelected_qualifiers,
145339                   /* type */
145340 mike  1.1.2.1     CIMTYPE_STRING,
145341                   /* subscript */
145342                   -1,
145343                   /* value */
145344                   0,
145345               };
145346               
145347               static const char*
145348               _CIM_POTSModem_RingsBeforeAnswer_qualifiers[] =
145349               {
145350                   0,
145351               };
145352               
145353               static MetaProperty
145354               _CIM_POTSModem_RingsBeforeAnswer =
145355               {
145356                   /* flags */
145357                   META_FLAG_PROPERTY|META_FLAG_READ,
145358                   /* name */
145359                   "RingsBeforeAnswer",
145360                   /* qualifiers */
145361 mike  1.1.2.1     _CIM_POTSModem_RingsBeforeAnswer_qualifiers,
145362                   /* type */
145363                   CIMTYPE_UINT8,
145364                   /* subscript */
145365                   -1,
145366                   /* value */
145367                   0,
145368               };
145369               
145370               static const char*
145371               _CIM_POTSModem_MaxNumberOfPasswords_qualifiers[] =
145372               {
145373                   0,
145374               };
145375               
145376               static MetaProperty
145377               _CIM_POTSModem_MaxNumberOfPasswords =
145378               {
145379                   /* flags */
145380                   META_FLAG_PROPERTY|META_FLAG_READ,
145381                   /* name */
145382 mike  1.1.2.1     "MaxNumberOfPasswords",
145383                   /* qualifiers */
145384                   _CIM_POTSModem_MaxNumberOfPasswords_qualifiers,
145385                   /* type */
145386                   CIMTYPE_UINT16,
145387                   /* subscript */
145388                   -1,
145389                   /* value */
145390                   0,
145391               };
145392               
145393               static const char*
145394               _CIM_POTSModem_CurrentPasswords_qualifiers[] =
145395               {
145396                   /* MaxLen */
145397                   "\030\000\000\000\030",
145398                   0,
145399               };
145400               
145401               static MetaProperty
145402               _CIM_POTSModem_CurrentPasswords =
145403 mike  1.1.2.1 {
145404                   /* flags */
145405                   META_FLAG_PROPERTY|META_FLAG_READ,
145406                   /* name */
145407                   "CurrentPasswords",
145408                   /* qualifiers */
145409                   _CIM_POTSModem_CurrentPasswords_qualifiers,
145410                   /* type */
145411                   CIMTYPE_STRING,
145412                   /* subscript */
145413                   0,
145414                   /* value */
145415                   0,
145416               };
145417               
145418               static const char*
145419               _CIM_POTSModem_SupportsCallback_qualifiers[] =
145420               {
145421                   0,
145422               };
145423               
145424 mike  1.1.2.1 static MetaProperty
145425               _CIM_POTSModem_SupportsCallback =
145426               {
145427                   /* flags */
145428                   META_FLAG_PROPERTY|META_FLAG_READ,
145429                   /* name */
145430                   "SupportsCallback",
145431                   /* qualifiers */
145432                   _CIM_POTSModem_SupportsCallback_qualifiers,
145433                   /* type */
145434                   CIMTYPE_BOOLEAN,
145435                   /* subscript */
145436                   -1,
145437                   /* value */
145438                   0,
145439               };
145440               
145441               static const char*
145442               _CIM_POTSModem_AnswerMode_qualifiers[] =
145443               {
145444                   /* ValueMap */
145445 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
145446                   /* Values */
145447                   "\062\000\006Unknown\000Other\000Disabled\000Manual Answer\000Auto Answer\000Auto Answer with Call-Back\000",
145448                   0,
145449               };
145450               
145451               static MetaProperty
145452               _CIM_POTSModem_AnswerMode =
145453               {
145454                   /* flags */
145455                   META_FLAG_PROPERTY|META_FLAG_READ,
145456                   /* name */
145457                   "AnswerMode",
145458                   /* qualifiers */
145459                   _CIM_POTSModem_AnswerMode_qualifiers,
145460                   /* type */
145461                   CIMTYPE_UINT16,
145462                   /* subscript */
145463                   -1,
145464                   /* value */
145465                   0,
145466 mike  1.1.2.1 };
145467               
145468               static const char*
145469               _CIM_POTSModem_Equalization_qualifiers[] =
145470               {
145471                   /* ValueMap */
145472                   "\061\000\0040\0001\0002\0003\000",
145473                   /* Values */
145474                   "\062\000\004Unknown\000Other\000Long\000Short\000",
145475                   0,
145476               };
145477               
145478               static MetaProperty
145479               _CIM_POTSModem_Equalization =
145480               {
145481                   /* flags */
145482                   META_FLAG_PROPERTY|META_FLAG_READ,
145483                   /* name */
145484                   "Equalization",
145485                   /* qualifiers */
145486                   _CIM_POTSModem_Equalization_qualifiers,
145487 mike  1.1.2.1     /* type */
145488                   CIMTYPE_UINT16,
145489                   /* subscript */
145490                   -1,
145491                   /* value */
145492                   0,
145493               };
145494               
145495               static const char*
145496               _CIM_POTSModem_BlackListedNumbers_qualifiers[] =
145497               {
145498                   0,
145499               };
145500               
145501               static MetaProperty
145502               _CIM_POTSModem_BlackListedNumbers =
145503               {
145504                   /* flags */
145505                   META_FLAG_PROPERTY|META_FLAG_READ,
145506                   /* name */
145507                   "BlackListedNumbers",
145508 mike  1.1.2.1     /* qualifiers */
145509                   _CIM_POTSModem_BlackListedNumbers_qualifiers,
145510                   /* type */
145511                   CIMTYPE_STRING,
145512                   /* subscript */
145513                   0,
145514                   /* value */
145515                   0,
145516               };
145517               
145518               static MetaFeature*
145519               _CIM_POTSModem_features[] =
145520               {
145521                   (MetaFeature*)&_CIM_POTSModem_Capabilities,
145522                   (MetaFeature*)&_CIM_POTSModem_CapabilityDescriptions,
145523                   (MetaFeature*)&_CIM_POTSModem_EnabledCapabilities,
145524                   (MetaFeature*)&_CIM_POTSModem_MaxBaudRateToSerialPort,
145525                   (MetaFeature*)&_CIM_POTSModem_MaxBaudRateToPhone,
145526                   (MetaFeature*)&_CIM_POTSModem_SupportsSynchronousConnect,
145527                   (MetaFeature*)&_CIM_POTSModem_DialType,
145528                   (MetaFeature*)&_CIM_POTSModem_InactivityTimeout,
145529 mike  1.1.2.1     (MetaFeature*)&_CIM_POTSModem_SpeakerVolumeInfo,
145530                   (MetaFeature*)&_CIM_POTSModem_CountriesSupported,
145531                   (MetaFeature*)&_CIM_POTSModem_CountrySelected,
145532                   (MetaFeature*)&_CIM_POTSModem_RingsBeforeAnswer,
145533                   (MetaFeature*)&_CIM_POTSModem_MaxNumberOfPasswords,
145534                   (MetaFeature*)&_CIM_POTSModem_CurrentPasswords,
145535                   (MetaFeature*)&_CIM_POTSModem_SupportsCallback,
145536                   (MetaFeature*)&_CIM_POTSModem_AnswerMode,
145537                   (MetaFeature*)&_CIM_POTSModem_Equalization,
145538                   (MetaFeature*)&_CIM_POTSModem_BlackListedNumbers,
145539                   0,
145540               };
145541               
145542               static const char*
145543               __root_cimv2_CIM_POTSModem_qualifiers[] =
145544               {
145545                   /* UMLPackagePath */
145546                   "\057CIM::Device::Modems",
145547                   /* Version */
145548                   "\0632.10.0",
145549                   0,
145550 mike  1.1.2.1 };
145551               
145552               MetaClass
145553               __root_cimv2_CIM_POTSModem =
145554               {
145555                   /* flags */
145556                   META_FLAG_CLASS,
145557                   /* name */
145558                   "CIM_POTSModem",
145559                   /* qualifiers */
145560                   __root_cimv2_CIM_POTSModem_qualifiers,
145561                   /* super */
145562                   &__root_cimv2_CIM_CallBasedModem,
145563                   /* features */
145564                   _CIM_POTSModem_features,
145565               };
145566               
145567               //==============================================================================
145568               //
145569               // Class: CIM_PowerManagementService
145570               //
145571 mike  1.1.2.1 //==============================================================================
145572               
145573               static const char*
145574               _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers[] =
145575               {
145576                   /* IN */
145577                   "\024\001",
145578                   /* ValueMap */
145579                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
145580                   /* Values */
145581                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
145582                   0,
145583               };
145584               
145585               static MetaProperty
145586               _CIM_PowerManagementService_SetPowerState_PowerState =
145587               {
145588                   /* flags */
145589                   META_FLAG_PROPERTY|META_FLAG_IN,
145590                   /* name */
145591                   "PowerState",
145592 mike  1.1.2.1     /* qualifiers */
145593                   _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers,
145594                   /* type */
145595                   CIMTYPE_UINT16,
145596                   /* subscript */
145597                   -1,
145598                   /* value */
145599                   0,
145600               };
145601               
145602               static const char*
145603               _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers[] =
145604               {
145605                   /* IN */
145606                   "\024\001",
145607                   0,
145608               };
145609               
145610               static MetaReference
145611               _CIM_PowerManagementService_SetPowerState_ManagedElement =
145612               {
145613 mike  1.1.2.1     /* flags */
145614                   META_FLAG_REFERENCE|META_FLAG_IN,
145615                   /* name */
145616                   "ManagedElement",
145617                   /* qualifiers */
145618                   _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers,
145619                   /* subscript */
145620                   -1,
145621                   /* ref */
145622                   &__root_cimv2_CIM_ManagedElement,
145623               };
145624               
145625               static const char*
145626               _CIM_PowerManagementService_SetPowerState_Time_qualifiers[] =
145627               {
145628                   /* IN */
145629                   "\024\001",
145630                   0,
145631               };
145632               
145633               static MetaProperty
145634 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState_Time =
145635               {
145636                   /* flags */
145637                   META_FLAG_PROPERTY|META_FLAG_IN,
145638                   /* name */
145639                   "Time",
145640                   /* qualifiers */
145641                   _CIM_PowerManagementService_SetPowerState_Time_qualifiers,
145642                   /* type */
145643                   CIMTYPE_DATETIME,
145644                   /* subscript */
145645                   -1,
145646                   /* value */
145647                   0,
145648               };
145649               
145650               static MetaFeature*
145651               _CIM_PowerManagementService_SetPowerState_parameters[] =
145652               {
145653                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_PowerState,
145654                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_ManagedElement,
145655 mike  1.1.2.1     (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_Time,
145656                   0,
145657               };
145658               
145659               static const char*
145660               _CIM_PowerManagementService_SetPowerState_qualifiers[] =
145661               {
145662                   0,
145663               };
145664               
145665               static MetaMethod
145666               _CIM_PowerManagementService_SetPowerState =
145667               {
145668                   /* flags */
145669                   META_FLAG_METHOD,
145670                   /* name */
145671                   "CIM_PowerManagementService",
145672                   /* qualifiers */
145673                   _CIM_PowerManagementService_SetPowerState_qualifiers,
145674                   /* type */
145675                   CIMTYPE_UINT32,
145676 mike  1.1.2.1     /* parameters */
145677                   _CIM_PowerManagementService_SetPowerState_parameters,
145678               };
145679               
145680               static MetaFeature*
145681               _CIM_PowerManagementService_features[] =
145682               {
145683                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState,
145684                   0,
145685               };
145686               
145687               static const char*
145688               __root_cimv2_CIM_PowerManagementService_qualifiers[] =
145689               {
145690                   /* UMLPackagePath */
145691                   "\057CIM::Core::PowerMgmt",
145692                   /* Version */
145693                   "\0632.7.0",
145694                   0,
145695               };
145696               
145697 mike  1.1.2.1 MetaClass
145698               __root_cimv2_CIM_PowerManagementService =
145699               {
145700                   /* flags */
145701                   META_FLAG_CLASS,
145702                   /* name */
145703                   "CIM_PowerManagementService",
145704                   /* qualifiers */
145705                   __root_cimv2_CIM_PowerManagementService_qualifiers,
145706                   /* super */
145707                   &__root_cimv2_CIM_Service,
145708                   /* features */
145709                   _CIM_PowerManagementService_features,
145710               };
145711               
145712               //==============================================================================
145713               //
145714               // Class: CIM_PreambleMarkerService
145715               //
145716               //==============================================================================
145717               
145718 mike  1.1.2.1 static const char*
145719               _CIM_PreambleMarkerService_FilterItemList_qualifiers[] =
145720               {
145721                   /* ArrayType */
145722                   "\005Ordered",
145723                   0,
145724               };
145725               
145726               static MetaProperty
145727               _CIM_PreambleMarkerService_FilterItemList =
145728               {
145729                   /* flags */
145730                   META_FLAG_PROPERTY|META_FLAG_READ,
145731                   /* name */
145732                   "FilterItemList",
145733                   /* qualifiers */
145734                   _CIM_PreambleMarkerService_FilterItemList_qualifiers,
145735                   /* type */
145736                   CIMTYPE_STRING,
145737                   /* subscript */
145738                   0,
145739 mike  1.1.2.1     /* value */
145740                   0,
145741               };
145742               
145743               static MetaFeature*
145744               _CIM_PreambleMarkerService_features[] =
145745               {
145746                   (MetaFeature*)&_CIM_PreambleMarkerService_FilterItemList,
145747                   0,
145748               };
145749               
145750               static const char*
145751               __root_cimv2_CIM_PreambleMarkerService_qualifiers[] =
145752               {
145753                   /* UMLPackagePath */
145754                   "\057CIM::Network::QoS",
145755                   /* Version */
145756                   "\0632.7.0",
145757                   0,
145758               };
145759               
145760 mike  1.1.2.1 MetaClass
145761               __root_cimv2_CIM_PreambleMarkerService =
145762               {
145763                   /* flags */
145764                   META_FLAG_CLASS,
145765                   /* name */
145766                   "CIM_PreambleMarkerService",
145767                   /* qualifiers */
145768                   __root_cimv2_CIM_PreambleMarkerService_qualifiers,
145769                   /* super */
145770                   &__root_cimv2_CIM_MarkerService,
145771                   /* features */
145772                   _CIM_PreambleMarkerService_features,
145773               };
145774               
145775               //==============================================================================
145776               //
145777               // Class: CIM_PrinterServicingQueue
145778               //
145779               //==============================================================================
145780               
145781 mike  1.1.2.1 static const char*
145782               _CIM_PrinterServicingQueue_Antecedent_qualifiers[] =
145783               {
145784                   /* Override */
145785                   "\044Antecedent",
145786                   0,
145787               };
145788               
145789               static MetaReference
145790               _CIM_PrinterServicingQueue_Antecedent =
145791               {
145792                   /* flags */
145793                   META_FLAG_REFERENCE|META_FLAG_READ,
145794                   /* name */
145795                   "Antecedent",
145796                   /* qualifiers */
145797                   _CIM_PrinterServicingQueue_Antecedent_qualifiers,
145798                   /* subscript */
145799                   -1,
145800                   /* refId */
145801                   &__root_cimv2_CIM_Printer,
145802 mike  1.1.2.1 };
145803               
145804               static const char*
145805               _CIM_PrinterServicingQueue_Dependent_qualifiers[] =
145806               {
145807                   /* Override */
145808                   "\044Dependent",
145809                   0,
145810               };
145811               
145812               static MetaReference
145813               _CIM_PrinterServicingQueue_Dependent =
145814               {
145815                   /* flags */
145816                   META_FLAG_REFERENCE|META_FLAG_READ,
145817                   /* name */
145818                   "Dependent",
145819                   /* qualifiers */
145820                   _CIM_PrinterServicingQueue_Dependent_qualifiers,
145821                   /* subscript */
145822                   -1,
145823 mike  1.1.2.1     /* refId */
145824                   &__root_cimv2_CIM_PrintQueue,
145825               };
145826               
145827               static MetaFeature*
145828               _CIM_PrinterServicingQueue_features[] =
145829               {
145830                   (MetaFeature*)&_CIM_PrinterServicingQueue_Antecedent,
145831                   (MetaFeature*)&_CIM_PrinterServicingQueue_Dependent,
145832                   0,
145833               };
145834               
145835               static const char*
145836               __root_cimv2_CIM_PrinterServicingQueue_qualifiers[] =
145837               {
145838                   /* ASSOCIATION */
145839                   "\000\001",
145840                   /* UMLPackagePath */
145841                   "\057CIM::Device::Printing",
145842                   /* Version */
145843                   "\0632.10.0",
145844 mike  1.1.2.1     0,
145845               };
145846               
145847               MetaClass
145848               __root_cimv2_CIM_PrinterServicingQueue =
145849               {
145850                   /* flags */
145851                   META_FLAG_ASSOCIATION,
145852                   /* name */
145853                   "CIM_PrinterServicingQueue",
145854                   /* qualifiers */
145855                   __root_cimv2_CIM_PrinterServicingQueue_qualifiers,
145856                   /* super */
145857                   &__root_cimv2_CIM_Dependency,
145858                   /* features */
145859                   _CIM_PrinterServicingQueue_features,
145860               };
145861               
145862               //==============================================================================
145863               //
145864               // Class: CIM_PrintSAP
145865 mike  1.1.2.1 //
145866               //==============================================================================
145867               
145868               static const char*
145869               _CIM_PrintSAP_PrintProtocol_qualifiers[] =
145870               {
145871                   /* ValueMap */
145872                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
145873                   /* Values */
145874                   "\062\000\010Unknown\000Other\000SMB\000BSD\000SYSV\000HPNP\000IPP\000Local\000",
145875                   /* ArrayType */
145876                   "\005Indexed",
145877                   /* ModelCorrespondence */
145878                   "\036\000\001CIM_PrintSAP.PrintProtocolInfo\000",
145879                   0,
145880               };
145881               
145882               static MetaProperty
145883               _CIM_PrintSAP_PrintProtocol =
145884               {
145885                   /* flags */
145886 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
145887                   /* name */
145888                   "PrintProtocol",
145889                   /* qualifiers */
145890                   _CIM_PrintSAP_PrintProtocol_qualifiers,
145891                   /* type */
145892                   CIMTYPE_UINT16,
145893                   /* subscript */
145894                   0,
145895                   /* value */
145896                   0,
145897               };
145898               
145899               static const char*
145900               _CIM_PrintSAP_PrintProtocolInfo_qualifiers[] =
145901               {
145902                   /* ArrayType */
145903                   "\005Indexed",
145904                   /* ModelCorrespondence */
145905                   "\036\000\001CIM_PrintSAP.PrintProtocol\000",
145906                   0,
145907 mike  1.1.2.1 };
145908               
145909               static MetaProperty
145910               _CIM_PrintSAP_PrintProtocolInfo =
145911               {
145912                   /* flags */
145913                   META_FLAG_PROPERTY|META_FLAG_READ,
145914                   /* name */
145915                   "PrintProtocolInfo",
145916                   /* qualifiers */
145917                   _CIM_PrintSAP_PrintProtocolInfo_qualifiers,
145918                   /* type */
145919                   CIMTYPE_STRING,
145920                   /* subscript */
145921                   0,
145922                   /* value */
145923                   0,
145924               };
145925               
145926               static MetaFeature*
145927               _CIM_PrintSAP_features[] =
145928 mike  1.1.2.1 {
145929                   (MetaFeature*)&_CIM_PrintSAP_PrintProtocol,
145930                   (MetaFeature*)&_CIM_PrintSAP_PrintProtocolInfo,
145931                   0,
145932               };
145933               
145934               static const char*
145935               __root_cimv2_CIM_PrintSAP_qualifiers[] =
145936               {
145937                   /* UMLPackagePath */
145938                   "\057CIM::Device::Printing",
145939                   /* Version */
145940                   "\0632.10.0",
145941                   0,
145942               };
145943               
145944               MetaClass
145945               __root_cimv2_CIM_PrintSAP =
145946               {
145947                   /* flags */
145948                   META_FLAG_CLASS,
145949 mike  1.1.2.1     /* name */
145950                   "CIM_PrintSAP",
145951                   /* qualifiers */
145952                   __root_cimv2_CIM_PrintSAP_qualifiers,
145953                   /* super */
145954                   &__root_cimv2_CIM_ServiceAccessPoint,
145955                   /* features */
145956                   _CIM_PrintSAP_features,
145957               };
145958               
145959               //==============================================================================
145960               //
145961               // Class: CIM_PrintService
145962               //
145963               //==============================================================================
145964               
145965               static const char*
145966               _CIM_PrintService_PaperTypesAvailable_qualifiers[] =
145967               {
145968                   /* ModelCorrespondence */
145969                   "\036\000\002CIM_Printer.PaperTypesAvailable\000CIM_PrintJob.RequiredPaperType\000",
145970 mike  1.1.2.1     0,
145971               };
145972               
145973               static MetaProperty
145974               _CIM_PrintService_PaperTypesAvailable =
145975               {
145976                   /* flags */
145977                   META_FLAG_PROPERTY|META_FLAG_READ,
145978                   /* name */
145979                   "PaperTypesAvailable",
145980                   /* qualifiers */
145981                   _CIM_PrintService_PaperTypesAvailable_qualifiers,
145982                   /* type */
145983                   CIMTYPE_STRING,
145984                   /* subscript */
145985                   0,
145986                   /* value */
145987                   0,
145988               };
145989               
145990               static const char*
145991 mike  1.1.2.1 _CIM_PrintService_LanguagesSupported_qualifiers[] =
145992               {
145993                   /* ValueMap */
145994                   "\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",
145995                   /* Values */
145996                   "\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",
145997                   /* MappingStrings */
145998                   "\026\000\001MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000",
145999                   /* ArrayType */
146000                   "\005Indexed",
146001                   /* ModelCorrespondence */
146002                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintJob.Language\000CIM_PrintService.MimeTypesSupported\000",
146003                   0,
146004               };
146005               
146006               static MetaProperty
146007               _CIM_PrintService_LanguagesSupported =
146008               {
146009                   /* flags */
146010                   META_FLAG_PROPERTY|META_FLAG_READ,
146011                   /* name */
146012 mike  1.1.2.1     "LanguagesSupported",
146013                   /* qualifiers */
146014                   _CIM_PrintService_LanguagesSupported_qualifiers,
146015                   /* type */
146016                   CIMTYPE_UINT16,
146017                   /* subscript */
146018                   0,
146019                   /* value */
146020                   0,
146021               };
146022               
146023               static const char*
146024               _CIM_PrintService_MimeTypesSupported_qualifiers[] =
146025               {
146026                   /* ModelCorrespondence */
146027                   "\036\000\003CIM_Printer.MimeTypesSupported\000CIM_PrintJob.MimeTypes\000CIM_PrintService.LanguagesSupported\000",
146028                   0,
146029               };
146030               
146031               static MetaProperty
146032               _CIM_PrintService_MimeTypesSupported =
146033 mike  1.1.2.1 {
146034                   /* flags */
146035                   META_FLAG_PROPERTY|META_FLAG_READ,
146036                   /* name */
146037                   "MimeTypesSupported",
146038                   /* qualifiers */
146039                   _CIM_PrintService_MimeTypesSupported_qualifiers,
146040                   /* type */
146041                   CIMTYPE_STRING,
146042                   /* subscript */
146043                   0,
146044                   /* value */
146045                   0,
146046               };
146047               
146048               static const char*
146049               _CIM_PrintService_Capabilities_qualifiers[] =
146050               {
146051                   /* ValueMap */
146052                   "\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",
146053                   /* Values */
146054 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",
146055                   /* ArrayType */
146056                   "\005Indexed",
146057                   /* ModelCorrespondence */
146058                   "\036\000\003CIM_Printer.Capabilities\000CIM_PrintJob.Finishing\000CIM_PrintService.CapabilityDescriptions\000",
146059                   0,
146060               };
146061               
146062               static MetaProperty
146063               _CIM_PrintService_Capabilities =
146064               {
146065                   /* flags */
146066                   META_FLAG_PROPERTY|META_FLAG_READ,
146067                   /* name */
146068                   "Capabilities",
146069                   /* qualifiers */
146070                   _CIM_PrintService_Capabilities_qualifiers,
146071                   /* type */
146072                   CIMTYPE_UINT16,
146073                   /* subscript */
146074                   0,
146075 mike  1.1.2.1     /* value */
146076                   0,
146077               };
146078               
146079               static const char*
146080               _CIM_PrintService_CapabilityDescriptions_qualifiers[] =
146081               {
146082                   /* ArrayType */
146083                   "\005Indexed",
146084                   /* ModelCorrespondence */
146085                   "\036\000\001CIM_PrintService.Capabilities\000",
146086                   0,
146087               };
146088               
146089               static MetaProperty
146090               _CIM_PrintService_CapabilityDescriptions =
146091               {
146092                   /* flags */
146093                   META_FLAG_PROPERTY|META_FLAG_READ,
146094                   /* name */
146095                   "CapabilityDescriptions",
146096 mike  1.1.2.1     /* qualifiers */
146097                   _CIM_PrintService_CapabilityDescriptions_qualifiers,
146098                   /* type */
146099                   CIMTYPE_STRING,
146100                   /* subscript */
146101                   0,
146102                   /* value */
146103                   0,
146104               };
146105               
146106               static const char*
146107               _CIM_PrintService_AvailableFilters_qualifiers[] =
146108               {
146109                   0,
146110               };
146111               
146112               static MetaProperty
146113               _CIM_PrintService_AvailableFilters =
146114               {
146115                   /* flags */
146116                   META_FLAG_PROPERTY|META_FLAG_READ,
146117 mike  1.1.2.1     /* name */
146118                   "AvailableFilters",
146119                   /* qualifiers */
146120                   _CIM_PrintService_AvailableFilters_qualifiers,
146121                   /* type */
146122                   CIMTYPE_STRING,
146123                   /* subscript */
146124                   0,
146125                   /* value */
146126                   0,
146127               };
146128               
146129               static MetaFeature*
146130               _CIM_PrintService_features[] =
146131               {
146132                   (MetaFeature*)&_CIM_PrintService_PaperTypesAvailable,
146133                   (MetaFeature*)&_CIM_PrintService_LanguagesSupported,
146134                   (MetaFeature*)&_CIM_PrintService_MimeTypesSupported,
146135                   (MetaFeature*)&_CIM_PrintService_Capabilities,
146136                   (MetaFeature*)&_CIM_PrintService_CapabilityDescriptions,
146137                   (MetaFeature*)&_CIM_PrintService_AvailableFilters,
146138 mike  1.1.2.1     0,
146139               };
146140               
146141               static const char*
146142               __root_cimv2_CIM_PrintService_qualifiers[] =
146143               {
146144                   /* UMLPackagePath */
146145                   "\057CIM::Device::Printing",
146146                   /* Version */
146147                   "\0632.10.0",
146148                   0,
146149               };
146150               
146151               MetaClass
146152               __root_cimv2_CIM_PrintService =
146153               {
146154                   /* flags */
146155                   META_FLAG_CLASS,
146156                   /* name */
146157                   "CIM_PrintService",
146158                   /* qualifiers */
146159 mike  1.1.2.1     __root_cimv2_CIM_PrintService_qualifiers,
146160                   /* super */
146161                   &__root_cimv2_CIM_Service,
146162                   /* features */
146163                   _CIM_PrintService_features,
146164               };
146165               
146166               //==============================================================================
146167               //
146168               // Class: CIM_Priority8021QMarkerService
146169               //
146170               //==============================================================================
146171               
146172               static const char*
146173               _CIM_Priority8021QMarkerService_PriorityValue_qualifiers[] =
146174               {
146175                   /* MinValue */
146176                   "\035\000\000\000\000\000\000\000\000",
146177                   /* MaxValue */
146178                   "\031\000\000\000\000\000\000\000\007",
146179                   0,
146180 mike  1.1.2.1 };
146181               
146182               static MetaProperty
146183               _CIM_Priority8021QMarkerService_PriorityValue =
146184               {
146185                   /* flags */
146186                   META_FLAG_PROPERTY|META_FLAG_READ,
146187                   /* name */
146188                   "PriorityValue",
146189                   /* qualifiers */
146190                   _CIM_Priority8021QMarkerService_PriorityValue_qualifiers,
146191                   /* type */
146192                   CIMTYPE_UINT8,
146193                   /* subscript */
146194                   -1,
146195                   /* value */
146196                   0,
146197               };
146198               
146199               static MetaFeature*
146200               _CIM_Priority8021QMarkerService_features[] =
146201 mike  1.1.2.1 {
146202                   (MetaFeature*)&_CIM_Priority8021QMarkerService_PriorityValue,
146203                   0,
146204               };
146205               
146206               static const char*
146207               __root_cimv2_CIM_Priority8021QMarkerService_qualifiers[] =
146208               {
146209                   /* UMLPackagePath */
146210                   "\057CIM::Network::QoS",
146211                   /* Version */
146212                   "\0632.7.0",
146213                   0,
146214               };
146215               
146216               MetaClass
146217               __root_cimv2_CIM_Priority8021QMarkerService =
146218               {
146219                   /* flags */
146220                   META_FLAG_CLASS,
146221                   /* name */
146222 mike  1.1.2.1     "CIM_Priority8021QMarkerService",
146223                   /* qualifiers */
146224                   __root_cimv2_CIM_Priority8021QMarkerService_qualifiers,
146225                   /* super */
146226                   &__root_cimv2_CIM_MarkerService,
146227                   /* features */
146228                   _CIM_Priority8021QMarkerService_features,
146229               };
146230               
146231               //==============================================================================
146232               //
146233               // Class: CIM_ProcessThread
146234               //
146235               //==============================================================================
146236               
146237               static const char*
146238               _CIM_ProcessThread_GroupComponent_qualifiers[] =
146239               {
146240                   /* Aggregate */
146241                   "\003\001",
146242                   /* Override */
146243 mike  1.1.2.1     "\044GroupComponent",
146244                   /* Min */
146245                   "\033\000\000\000\001",
146246                   /* Max */
146247                   "\027\000\000\000\001",
146248                   0,
146249               };
146250               
146251               static MetaReference
146252               _CIM_ProcessThread_GroupComponent =
146253               {
146254                   /* flags */
146255                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
146256                   /* name */
146257                   "GroupComponent",
146258                   /* qualifiers */
146259                   _CIM_ProcessThread_GroupComponent_qualifiers,
146260                   /* subscript */
146261                   -1,
146262                   /* refId */
146263                   &__root_cimv2_CIM_Process,
146264 mike  1.1.2.1 };
146265               
146266               static const char*
146267               _CIM_ProcessThread_PartComponent_qualifiers[] =
146268               {
146269                   /* Override */
146270                   "\044PartComponent",
146271                   /* Weak */
146272                   "\064\001",
146273                   0,
146274               };
146275               
146276               static MetaReference
146277               _CIM_ProcessThread_PartComponent =
146278               {
146279                   /* flags */
146280                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
146281                   /* name */
146282                   "PartComponent",
146283                   /* qualifiers */
146284                   _CIM_ProcessThread_PartComponent_qualifiers,
146285 mike  1.1.2.1     /* subscript */
146286                   -1,
146287                   /* refId */
146288                   &__root_cimv2_CIM_Thread,
146289               };
146290               
146291               static MetaFeature*
146292               _CIM_ProcessThread_features[] =
146293               {
146294                   (MetaFeature*)&_CIM_ProcessThread_GroupComponent,
146295                   (MetaFeature*)&_CIM_ProcessThread_PartComponent,
146296                   0,
146297               };
146298               
146299               static const char*
146300               __root_cimv2_CIM_ProcessThread_qualifiers[] =
146301               {
146302                   /* ASSOCIATION */
146303                   "\000\001",
146304                   /* UMLPackagePath */
146305                   "\057CIM::System::Processing",
146306 mike  1.1.2.1     /* Aggregation */
146307                   "\004\001",
146308                   /* Composition */
146309                   "\011\001",
146310                   /* Version */
146311                   "\0632.7.0",
146312                   0,
146313               };
146314               
146315               MetaClass
146316               __root_cimv2_CIM_ProcessThread =
146317               {
146318                   /* flags */
146319                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
146320                   /* name */
146321                   "CIM_ProcessThread",
146322                   /* qualifiers */
146323                   __root_cimv2_CIM_ProcessThread_qualifiers,
146324                   /* super */
146325                   &__root_cimv2_CIM_Component,
146326                   /* features */
146327 mike  1.1.2.1     _CIM_ProcessThread_features,
146328               };
146329               
146330               //==============================================================================
146331               //
146332               // Class: CIM_ProductServiceComponent
146333               //
146334               //==============================================================================
146335               
146336               static const char*
146337               _CIM_ProductServiceComponent_GroupComponent_qualifiers[] =
146338               {
146339                   /* Aggregate */
146340                   "\003\001",
146341                   /* Override */
146342                   "\044GroupComponent",
146343                   /* Max */
146344                   "\027\000\000\000\001",
146345                   0,
146346               };
146347               
146348 mike  1.1.2.1 static MetaReference
146349               _CIM_ProductServiceComponent_GroupComponent =
146350               {
146351                   /* flags */
146352                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
146353                   /* name */
146354                   "GroupComponent",
146355                   /* qualifiers */
146356                   _CIM_ProductServiceComponent_GroupComponent_qualifiers,
146357                   /* subscript */
146358                   -1,
146359                   /* refId */
146360                   &__root_cimv2_CIM_Product,
146361               };
146362               
146363               static const char*
146364               _CIM_ProductServiceComponent_PartComponent_qualifiers[] =
146365               {
146366                   /* Override */
146367                   "\044PartComponent",
146368                   0,
146369 mike  1.1.2.1 };
146370               
146371               static MetaReference
146372               _CIM_ProductServiceComponent_PartComponent =
146373               {
146374                   /* flags */
146375                   META_FLAG_REFERENCE|META_FLAG_READ,
146376                   /* name */
146377                   "PartComponent",
146378                   /* qualifiers */
146379                   _CIM_ProductServiceComponent_PartComponent_qualifiers,
146380                   /* subscript */
146381                   -1,
146382                   /* refId */
146383                   &__root_cimv2_CIM_Service,
146384               };
146385               
146386               static MetaFeature*
146387               _CIM_ProductServiceComponent_features[] =
146388               {
146389                   (MetaFeature*)&_CIM_ProductServiceComponent_GroupComponent,
146390 mike  1.1.2.1     (MetaFeature*)&_CIM_ProductServiceComponent_PartComponent,
146391                   0,
146392               };
146393               
146394               static const char*
146395               __root_cimv2_CIM_ProductServiceComponent_qualifiers[] =
146396               {
146397                   /* ASSOCIATION */
146398                   "\000\001",
146399                   /* UMLPackagePath */
146400                   "\057CIM::Core::ProductFRU",
146401                   /* Aggregation */
146402                   "\004\001",
146403                   /* Composition */
146404                   "\011\001",
146405                   /* Version */
146406                   "\0632.7.0",
146407                   0,
146408               };
146409               
146410               MetaClass
146411 mike  1.1.2.1 __root_cimv2_CIM_ProductServiceComponent =
146412               {
146413                   /* flags */
146414                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
146415                   /* name */
146416                   "CIM_ProductServiceComponent",
146417                   /* qualifiers */
146418                   __root_cimv2_CIM_ProductServiceComponent_qualifiers,
146419                   /* super */
146420                   &__root_cimv2_CIM_Component,
146421                   /* features */
146422                   _CIM_ProductServiceComponent_features,
146423               };
146424               
146425               //==============================================================================
146426               //
146427               // Class: CIM_ProtectedExtentBasedOn
146428               //
146429               //==============================================================================
146430               
146431               static const char*
146432 mike  1.1.2.1 _CIM_ProtectedExtentBasedOn_Antecedent_qualifiers[] =
146433               {
146434                   /* Override */
146435                   "\044Antecedent",
146436                   0,
146437               };
146438               
146439               static MetaReference
146440               _CIM_ProtectedExtentBasedOn_Antecedent =
146441               {
146442                   /* flags */
146443                   META_FLAG_REFERENCE|META_FLAG_READ,
146444                   /* name */
146445                   "Antecedent",
146446                   /* qualifiers */
146447                   _CIM_ProtectedExtentBasedOn_Antecedent_qualifiers,
146448                   /* subscript */
146449                   -1,
146450                   /* refId */
146451                   &__root_cimv2_CIM_StorageExtent,
146452               };
146453 mike  1.1.2.1 
146454               static const char*
146455               _CIM_ProtectedExtentBasedOn_Dependent_qualifiers[] =
146456               {
146457                   /* Override */
146458                   "\044Dependent",
146459                   0,
146460               };
146461               
146462               static MetaReference
146463               _CIM_ProtectedExtentBasedOn_Dependent =
146464               {
146465                   /* flags */
146466                   META_FLAG_REFERENCE|META_FLAG_READ,
146467                   /* name */
146468                   "Dependent",
146469                   /* qualifiers */
146470                   _CIM_ProtectedExtentBasedOn_Dependent_qualifiers,
146471                   /* subscript */
146472                   -1,
146473                   /* refId */
146474 mike  1.1.2.1     &__root_cimv2_CIM_StorageExtent,
146475               };
146476               
146477               static const char*
146478               _CIM_ProtectedExtentBasedOn_StartingAddress_qualifiers[] =
146479               {
146480                   /* Override */
146481                   "\044StartingAddress",
146482                   /* MappingStrings */
146483                   "\026\000\001MIF.DMTF|Physical Extent|001.2\000",
146484                   0,
146485               };
146486               
146487               static MetaProperty
146488               _CIM_ProtectedExtentBasedOn_StartingAddress =
146489               {
146490                   /* flags */
146491                   META_FLAG_PROPERTY|META_FLAG_READ,
146492                   /* name */
146493                   "StartingAddress",
146494                   /* qualifiers */
146495 mike  1.1.2.1     _CIM_ProtectedExtentBasedOn_StartingAddress_qualifiers,
146496                   /* type */
146497                   CIMTYPE_UINT64,
146498                   /* subscript */
146499                   -1,
146500                   /* value */
146501                   0,
146502               };
146503               
146504               static const char*
146505               _CIM_ProtectedExtentBasedOn_NumberOfBlocks_qualifiers[] =
146506               {
146507                   /* MappingStrings */
146508                   "\026\000\001MIF.DMTF|Physical Extent|001.3\000",
146509                   /* ModelCorrespondence */
146510                   "\036\000\001CIM_StorageExtent.NumberOfBlocks\000",
146511                   0,
146512               };
146513               
146514               static MetaProperty
146515               _CIM_ProtectedExtentBasedOn_NumberOfBlocks =
146516 mike  1.1.2.1 {
146517                   /* flags */
146518                   META_FLAG_PROPERTY|META_FLAG_READ,
146519                   /* name */
146520                   "NumberOfBlocks",
146521                   /* qualifiers */
146522                   _CIM_ProtectedExtentBasedOn_NumberOfBlocks_qualifiers,
146523                   /* type */
146524                   CIMTYPE_UINT64,
146525                   /* subscript */
146526                   -1,
146527                   /* value */
146528                   0,
146529               };
146530               
146531               static const char*
146532               _CIM_ProtectedExtentBasedOn_BlockSize_qualifiers[] =
146533               {
146534                   /* Units */
146535                   "\060Bytes",
146536                   /* MappingStrings */
146537 mike  1.1.2.1     "\026\000\001MIF.DMTF|Physical Extent|001.4\000",
146538                   /* ModelCorrespondence */
146539                   "\036\000\001CIM_StorageExtent.BlockSize\000",
146540                   0,
146541               };
146542               
146543               static MetaProperty
146544               _CIM_ProtectedExtentBasedOn_BlockSize =
146545               {
146546                   /* flags */
146547                   META_FLAG_PROPERTY|META_FLAG_READ,
146548                   /* name */
146549                   "BlockSize",
146550                   /* qualifiers */
146551                   _CIM_ProtectedExtentBasedOn_BlockSize_qualifiers,
146552                   /* type */
146553                   CIMTYPE_UINT64,
146554                   /* subscript */
146555                   -1,
146556                   /* value */
146557                   0,
146558 mike  1.1.2.1 };
146559               
146560               static const char*
146561               _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers[] =
146562               {
146563                   /* Units */
146564                   "\060Bytes",
146565                   /* MappingStrings */
146566                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
146567                   0,
146568               };
146569               
146570               static MetaProperty
146571               _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave =
146572               {
146573                   /* flags */
146574                   META_FLAG_PROPERTY|META_FLAG_READ,
146575                   /* name */
146576                   "UnitsBeforeCheckDataInterleave",
146577                   /* qualifiers */
146578                   _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers,
146579 mike  1.1.2.1     /* type */
146580                   CIMTYPE_UINT64,
146581                   /* subscript */
146582                   -1,
146583                   /* value */
146584                   0,
146585               };
146586               
146587               static const char*
146588               _CIM_ProtectedExtentBasedOn_UnitsOfCheckData_qualifiers[] =
146589               {
146590                   /* Units */
146591                   "\060Bytes",
146592                   /* MappingStrings */
146593                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
146594                   0,
146595               };
146596               
146597               static MetaProperty
146598               _CIM_ProtectedExtentBasedOn_UnitsOfCheckData =
146599               {
146600 mike  1.1.2.1     /* flags */
146601                   META_FLAG_PROPERTY|META_FLAG_READ,
146602                   /* name */
146603                   "UnitsOfCheckData",
146604                   /* qualifiers */
146605                   _CIM_ProtectedExtentBasedOn_UnitsOfCheckData_qualifiers,
146606                   /* type */
146607                   CIMTYPE_UINT64,
146608                   /* subscript */
146609                   -1,
146610                   /* value */
146611                   0,
146612               };
146613               
146614               static const char*
146615               _CIM_ProtectedExtentBasedOn_UnitsOfUserData_qualifiers[] =
146616               {
146617                   /* Units */
146618                   "\060Bytes",
146619                   /* MappingStrings */
146620                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
146621 mike  1.1.2.1     0,
146622               };
146623               
146624               static MetaProperty
146625               _CIM_ProtectedExtentBasedOn_UnitsOfUserData =
146626               {
146627                   /* flags */
146628                   META_FLAG_PROPERTY|META_FLAG_READ,
146629                   /* name */
146630                   "UnitsOfUserData",
146631                   /* qualifiers */
146632                   _CIM_ProtectedExtentBasedOn_UnitsOfUserData_qualifiers,
146633                   /* type */
146634                   CIMTYPE_UINT64,
146635                   /* subscript */
146636                   -1,
146637                   /* value */
146638                   0,
146639               };
146640               
146641               static MetaFeature*
146642 mike  1.1.2.1 _CIM_ProtectedExtentBasedOn_features[] =
146643               {
146644                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_Antecedent,
146645                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_Dependent,
146646                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_StartingAddress,
146647                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_NumberOfBlocks,
146648                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_BlockSize,
146649                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave,
146650                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsOfCheckData,
146651                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsOfUserData,
146652                   0,
146653               };
146654               
146655               static const char*
146656               __root_cimv2_CIM_ProtectedExtentBasedOn_qualifiers[] =
146657               {
146658                   /* ASSOCIATION */
146659                   "\000\001",
146660                   /* UMLPackagePath */
146661                   "\057CIM::Device::StorageExtents",
146662                   /* Version */
146663 mike  1.1.2.1     "\0632.7.0",
146664                   0,
146665               };
146666               
146667               MetaClass
146668               __root_cimv2_CIM_ProtectedExtentBasedOn =
146669               {
146670                   /* flags */
146671                   META_FLAG_ASSOCIATION,
146672                   /* name */
146673                   "CIM_ProtectedExtentBasedOn",
146674                   /* qualifiers */
146675                   __root_cimv2_CIM_ProtectedExtentBasedOn_qualifiers,
146676                   /* super */
146677                   &__root_cimv2_CIM_BasedOn,
146678                   /* features */
146679                   _CIM_ProtectedExtentBasedOn_features,
146680               };
146681               
146682               //==============================================================================
146683               //
146684 mike  1.1.2.1 // Class: CIM_ProtectedSpaceExtent
146685               //
146686               //==============================================================================
146687               
146688               static const char*
146689               _CIM_ProtectedSpaceExtent_BlockSize_qualifiers[] =
146690               {
146691                   /* Deprecated */
146692                   "\013\000\002CIM_CompositeExtentBasedOn.BlockSize\000CIM_ProtectedExtentBasedOn.BlockSize\000",
146693                   /* Override */
146694                   "\044BlockSize",
146695                   /* MappingStrings */
146696                   "\026\000\001MIF.DMTF|Protected Space Extent|001.4\000",
146697                   0,
146698               };
146699               
146700               static MetaProperty
146701               _CIM_ProtectedSpaceExtent_BlockSize =
146702               {
146703                   /* flags */
146704                   META_FLAG_PROPERTY|META_FLAG_READ,
146705 mike  1.1.2.1     /* name */
146706                   "BlockSize",
146707                   /* qualifiers */
146708                   _CIM_ProtectedSpaceExtent_BlockSize_qualifiers,
146709                   /* type */
146710                   CIMTYPE_UINT64,
146711                   /* subscript */
146712                   -1,
146713                   /* value */
146714                   0,
146715               };
146716               
146717               static const char*
146718               _CIM_ProtectedSpaceExtent_NumberOfBlocks_qualifiers[] =
146719               {
146720                   /* Deprecated */
146721                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_ProtectedExtentBasedOn.NumberOfBlocks\000",
146722                   /* Override */
146723                   "\044NumberOfBlocks",
146724                   /* MappingStrings */
146725                   "\026\000\001MIF.DMTF|Protected Space Extent|001.3\000",
146726 mike  1.1.2.1     0,
146727               };
146728               
146729               static MetaProperty
146730               _CIM_ProtectedSpaceExtent_NumberOfBlocks =
146731               {
146732                   /* flags */
146733                   META_FLAG_PROPERTY|META_FLAG_READ,
146734                   /* name */
146735                   "NumberOfBlocks",
146736                   /* qualifiers */
146737                   _CIM_ProtectedSpaceExtent_NumberOfBlocks_qualifiers,
146738                   /* type */
146739                   CIMTYPE_UINT64,
146740                   /* subscript */
146741                   -1,
146742                   /* value */
146743                   0,
146744               };
146745               
146746               static const char*
146747 mike  1.1.2.1 _CIM_ProtectedSpaceExtent_UserDataStripeDepth_qualifiers[] =
146748               {
146749                   /* Deprecated */
146750                   "\013\000\001CIM_CompositeExtentBasedOn.UserDataStripeDepth\000",
146751                   /* Units */
146752                   "\060Bytes",
146753                   /* MappingStrings */
146754                   "\026\000\001MIF.DMTF|Protected Space Extent|001.6\000",
146755                   0,
146756               };
146757               
146758               static MetaProperty
146759               _CIM_ProtectedSpaceExtent_UserDataStripeDepth =
146760               {
146761                   /* flags */
146762                   META_FLAG_PROPERTY|META_FLAG_READ,
146763                   /* name */
146764                   "UserDataStripeDepth",
146765                   /* qualifiers */
146766                   _CIM_ProtectedSpaceExtent_UserDataStripeDepth_qualifiers,
146767                   /* type */
146768 mike  1.1.2.1     CIMTYPE_UINT64,
146769                   /* subscript */
146770                   -1,
146771                   /* value */
146772                   0,
146773               };
146774               
146775               static MetaFeature*
146776               _CIM_ProtectedSpaceExtent_features[] =
146777               {
146778                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_BlockSize,
146779                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_NumberOfBlocks,
146780                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_UserDataStripeDepth,
146781                   0,
146782               };
146783               
146784               static const char*
146785               __root_cimv2_CIM_ProtectedSpaceExtent_qualifiers[] =
146786               {
146787                   /* Deprecated */
146788                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
146789 mike  1.1.2.1     /* UMLPackagePath */
146790                   "\057CIM::Device::SccExtents",
146791                   /* Version */
146792                   "\0632.7.0",
146793                   0,
146794               };
146795               
146796               MetaClass
146797               __root_cimv2_CIM_ProtectedSpaceExtent =
146798               {
146799                   /* flags */
146800                   META_FLAG_CLASS,
146801                   /* name */
146802                   "CIM_ProtectedSpaceExtent",
146803                   /* qualifiers */
146804                   __root_cimv2_CIM_ProtectedSpaceExtent_qualifiers,
146805                   /* super */
146806                   &__root_cimv2_CIM_StorageExtent,
146807                   /* features */
146808                   _CIM_ProtectedSpaceExtent_features,
146809               };
146810 mike  1.1.2.1 
146811               //==============================================================================
146812               //
146813               // Class: CIM_ProtocolAdapter
146814               //
146815               //==============================================================================
146816               
146817               static const char*
146818               _CIM_ProtocolAdapter_Name_qualifiers[] =
146819               {
146820                   /* Deprecated */
146821                   "\013\000\001CIM_ObjectManagerAdapter.Name\000",
146822                   /* Override */
146823                   "\044Name",
146824                   0,
146825               };
146826               
146827               static MetaProperty
146828               _CIM_ProtocolAdapter_Name =
146829               {
146830                   /* flags */
146831 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
146832                   /* name */
146833                   "Name",
146834                   /* qualifiers */
146835                   _CIM_ProtocolAdapter_Name_qualifiers,
146836                   /* type */
146837                   CIMTYPE_STRING,
146838                   /* subscript */
146839                   -1,
146840                   /* value */
146841                   0,
146842               };
146843               
146844               static const char*
146845               _CIM_ProtocolAdapter_Handle_qualifiers[] =
146846               {
146847                   /* Deprecated */
146848                   "\013\000\001CIM_ObjectManagerAdapter.Handle\000",
146849                   /* Required */
146850                   "\050\001",
146851                   0,
146852 mike  1.1.2.1 };
146853               
146854               static MetaProperty
146855               _CIM_ProtocolAdapter_Handle =
146856               {
146857                   /* flags */
146858                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
146859                   /* name */
146860                   "Handle",
146861                   /* qualifiers */
146862                   _CIM_ProtocolAdapter_Handle_qualifiers,
146863                   /* type */
146864                   CIMTYPE_STRING,
146865                   /* subscript */
146866                   -1,
146867                   /* value */
146868                   0,
146869               };
146870               
146871               static const char*
146872               _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers[] =
146873 mike  1.1.2.1 {
146874                   /* Deprecated */
146875                   "\013\000\001CIM_ObjectManagerAdapter.AdapterType\000",
146876                   /* Required */
146877                   "\050\001",
146878                   /* ValueMap */
146879                   "\061\000\0031\0002\0003\000",
146880                   /* Values */
146881                   "\062\000\003Other\000Client\000Provider\000",
146882                   /* ModelCorrespondence */
146883                   "\036\000\001CIM_ProtocolAdapter.OtherProtocolAdapterType\000",
146884                   0,
146885               };
146886               
146887               static MetaProperty
146888               _CIM_ProtocolAdapter_ProtocolAdapterType =
146889               {
146890                   /* flags */
146891                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
146892                   /* name */
146893                   "ProtocolAdapterType",
146894 mike  1.1.2.1     /* qualifiers */
146895                   _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers,
146896                   /* type */
146897                   CIMTYPE_UINT16,
146898                   /* subscript */
146899                   -1,
146900                   /* value */
146901                   0,
146902               };
146903               
146904               static const char*
146905               _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers[] =
146906               {
146907                   /* Deprecated */
146908                   "\013\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
146909                   /* ModelCorrespondence */
146910                   "\036\000\001CIM_ProtocolAdapter.ProtocolAdapterType\000",
146911                   0,
146912               };
146913               
146914               static MetaProperty
146915 mike  1.1.2.1 _CIM_ProtocolAdapter_OtherProtocolAdapterType =
146916               {
146917                   /* flags */
146918                   META_FLAG_PROPERTY|META_FLAG_READ,
146919                   /* name */
146920                   "OtherProtocolAdapterType",
146921                   /* qualifiers */
146922                   _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers,
146923                   /* type */
146924                   CIMTYPE_STRING,
146925                   /* subscript */
146926                   -1,
146927                   /* value */
146928                   0,
146929               };
146930               
146931               static MetaFeature*
146932               _CIM_ProtocolAdapter_features[] =
146933               {
146934                   (MetaFeature*)&_CIM_ProtocolAdapter_Name,
146935                   (MetaFeature*)&_CIM_ProtocolAdapter_Handle,
146936 mike  1.1.2.1     (MetaFeature*)&_CIM_ProtocolAdapter_ProtocolAdapterType,
146937                   (MetaFeature*)&_CIM_ProtocolAdapter_OtherProtocolAdapterType,
146938                   0,
146939               };
146940               
146941               static const char*
146942               __root_cimv2_CIM_ProtocolAdapter_qualifiers[] =
146943               {
146944                   /* Deprecated */
146945                   "\013\000\001CIM_ObjectManagerAdapter\000",
146946                   /* UMLPackagePath */
146947                   "\057CIM::Interop",
146948                   /* Version */
146949                   "\0632.8.0",
146950                   0,
146951               };
146952               
146953               MetaClass
146954               __root_cimv2_CIM_ProtocolAdapter =
146955               {
146956                   /* flags */
146957 mike  1.1.2.1     META_FLAG_CLASS,
146958                   /* name */
146959                   "CIM_ProtocolAdapter",
146960                   /* qualifiers */
146961                   __root_cimv2_CIM_ProtocolAdapter_qualifiers,
146962                   /* super */
146963                   &__root_cimv2_CIM_WBEMService,
146964                   /* features */
146965                   _CIM_ProtocolAdapter_features,
146966               };
146967               
146968               //==============================================================================
146969               //
146970               // Class: CIM_ProtocolControllerAccessesUnit
146971               //
146972               //==============================================================================
146973               
146974               static const char*
146975               _CIM_ProtocolControllerAccessesUnit_Antecedent_qualifiers[] =
146976               {
146977                   /* Override */
146978 mike  1.1.2.1     "\044Antecedent",
146979                   0,
146980               };
146981               
146982               static MetaReference
146983               _CIM_ProtocolControllerAccessesUnit_Antecedent =
146984               {
146985                   /* flags */
146986                   META_FLAG_REFERENCE|META_FLAG_READ,
146987                   /* name */
146988                   "Antecedent",
146989                   /* qualifiers */
146990                   _CIM_ProtocolControllerAccessesUnit_Antecedent_qualifiers,
146991                   /* subscript */
146992                   -1,
146993                   /* refId */
146994                   &__root_cimv2_CIM_ProtocolController,
146995               };
146996               
146997               static const char*
146998               _CIM_ProtocolControllerAccessesUnit_Dependent_qualifiers[] =
146999 mike  1.1.2.1 {
147000                   /* Override */
147001                   "\044Dependent",
147002                   0,
147003               };
147004               
147005               static MetaReference
147006               _CIM_ProtocolControllerAccessesUnit_Dependent =
147007               {
147008                   /* flags */
147009                   META_FLAG_REFERENCE|META_FLAG_READ,
147010                   /* name */
147011                   "Dependent",
147012                   /* qualifiers */
147013                   _CIM_ProtocolControllerAccessesUnit_Dependent_qualifiers,
147014                   /* subscript */
147015                   -1,
147016                   /* refId */
147017                   &__root_cimv2_CIM_LogicalDevice,
147018               };
147019               
147020 mike  1.1.2.1 static const char*
147021               _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber_qualifiers[] =
147022               {
147023                   0,
147024               };
147025               
147026               static MetaProperty
147027               _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber =
147028               {
147029                   /* flags */
147030                   META_FLAG_PROPERTY|META_FLAG_READ,
147031                   /* name */
147032                   "TargetControllerNumber",
147033                   /* qualifiers */
147034                   _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber_qualifiers,
147035                   /* type */
147036                   CIMTYPE_STRING,
147037                   /* subscript */
147038                   -1,
147039                   /* value */
147040                   0,
147041 mike  1.1.2.1 };
147042               
147043               static MetaFeature*
147044               _CIM_ProtocolControllerAccessesUnit_features[] =
147045               {
147046                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_Antecedent,
147047                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_Dependent,
147048                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_TargetControllerNumber,
147049                   0,
147050               };
147051               
147052               static const char*
147053               __root_cimv2_CIM_ProtocolControllerAccessesUnit_qualifiers[] =
147054               {
147055                   /* ASSOCIATION */
147056                   "\000\001",
147057                   /* UMLPackagePath */
147058                   "\057CIM::Device::ProtocolController",
147059                   /* Version */
147060                   "\0632.8.0",
147061                   0,
147062 mike  1.1.2.1 };
147063               
147064               MetaClass
147065               __root_cimv2_CIM_ProtocolControllerAccessesUnit =
147066               {
147067                   /* flags */
147068                   META_FLAG_ASSOCIATION,
147069                   /* name */
147070                   "CIM_ProtocolControllerAccessesUnit",
147071                   /* qualifiers */
147072                   __root_cimv2_CIM_ProtocolControllerAccessesUnit_qualifiers,
147073                   /* super */
147074                   &__root_cimv2_CIM_ProtocolControllerForDevice,
147075                   /* features */
147076                   _CIM_ProtocolControllerAccessesUnit_features,
147077               };
147078               
147079               //==============================================================================
147080               //
147081               // Class: CIM_ProtocolEndpoint
147082               //
147083 mike  1.1.2.1 //==============================================================================
147084               
147085               static const char*
147086               _CIM_ProtocolEndpoint_Description_qualifiers[] =
147087               {
147088                   /* Override */
147089                   "\044Description",
147090                   /* MappingStrings */
147091                   "\026\000\001MIB.IETF|IF-MIB.ifDescr\000",
147092                   0,
147093               };
147094               
147095               static MetaProperty
147096               _CIM_ProtocolEndpoint_Description =
147097               {
147098                   /* flags */
147099                   META_FLAG_PROPERTY|META_FLAG_READ,
147100                   /* name */
147101                   "Description",
147102                   /* qualifiers */
147103                   _CIM_ProtocolEndpoint_Description_qualifiers,
147104 mike  1.1.2.1     /* type */
147105                   CIMTYPE_STRING,
147106                   /* subscript */
147107                   -1,
147108                   /* value */
147109                   0,
147110               };
147111               
147112               static const char*
147113               _CIM_ProtocolEndpoint_OperationalStatus_qualifiers[] =
147114               {
147115                   /* Override */
147116                   "\044OperationalStatus",
147117                   /* MappingStrings */
147118                   "\026\000\001MIB.IETF|IF-MIB.ifOperStatus\000",
147119                   0,
147120               };
147121               
147122               static MetaProperty
147123               _CIM_ProtocolEndpoint_OperationalStatus =
147124               {
147125 mike  1.1.2.1     /* flags */
147126                   META_FLAG_PROPERTY|META_FLAG_READ,
147127                   /* name */
147128                   "OperationalStatus",
147129                   /* qualifiers */
147130                   _CIM_ProtocolEndpoint_OperationalStatus_qualifiers,
147131                   /* type */
147132                   CIMTYPE_UINT16,
147133                   /* subscript */
147134                   0,
147135                   /* value */
147136                   0,
147137               };
147138               
147139               static const char*
147140               _CIM_ProtocolEndpoint_EnabledState_qualifiers[] =
147141               {
147142                   /* Override */
147143                   "\044EnabledState",
147144                   /* MappingStrings */
147145                   "\026\000\001MIB.IETF|IF-MIB.ifAdminStatus\000",
147146 mike  1.1.2.1     0,
147147               };
147148               
147149               static MetaProperty
147150               _CIM_ProtocolEndpoint_EnabledState =
147151               {
147152                   /* flags */
147153                   META_FLAG_PROPERTY|META_FLAG_READ,
147154                   /* name */
147155                   "EnabledState",
147156                   /* qualifiers */
147157                   _CIM_ProtocolEndpoint_EnabledState_qualifiers,
147158                   /* type */
147159                   CIMTYPE_UINT16,
147160                   /* subscript */
147161                   -1,
147162                   /* value */
147163                   0,
147164               };
147165               
147166               static const char*
147167 mike  1.1.2.1 _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers[] =
147168               {
147169                   /* Override */
147170                   "\044TimeOfLastStateChange",
147171                   /* MappingStrings */
147172                   "\026\000\001MIB.IETF|IF-MIB.ifLastChange\000",
147173                   0,
147174               };
147175               
147176               static MetaProperty
147177               _CIM_ProtocolEndpoint_TimeOfLastStateChange =
147178               {
147179                   /* flags */
147180                   META_FLAG_PROPERTY|META_FLAG_READ,
147181                   /* name */
147182                   "TimeOfLastStateChange",
147183                   /* qualifiers */
147184                   _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers,
147185                   /* type */
147186                   CIMTYPE_DATETIME,
147187                   /* subscript */
147188 mike  1.1.2.1     -1,
147189                   /* value */
147190                   0,
147191               };
147192               
147193               static const char*
147194               _CIM_ProtocolEndpoint_Name_qualifiers[] =
147195               {
147196                   /* Override */
147197                   "\044Name",
147198                   /* MaxLen */
147199                   "\030\000\000\001\000",
147200                   0,
147201               };
147202               
147203               static MetaProperty
147204               _CIM_ProtocolEndpoint_Name =
147205               {
147206                   /* flags */
147207                   META_FLAG_PROPERTY|META_FLAG_READ,
147208                   /* name */
147209 mike  1.1.2.1     "Name",
147210                   /* qualifiers */
147211                   _CIM_ProtocolEndpoint_Name_qualifiers,
147212                   /* type */
147213                   CIMTYPE_STRING,
147214                   /* subscript */
147215                   -1,
147216                   /* value */
147217                   0,
147218               };
147219               
147220               static const char*
147221               _CIM_ProtocolEndpoint_NameFormat_qualifiers[] =
147222               {
147223                   /* MaxLen */
147224                   "\030\000\000\001\000",
147225                   0,
147226               };
147227               
147228               static MetaProperty
147229               _CIM_ProtocolEndpoint_NameFormat =
147230 mike  1.1.2.1 {
147231                   /* flags */
147232                   META_FLAG_PROPERTY|META_FLAG_READ,
147233                   /* name */
147234                   "NameFormat",
147235                   /* qualifiers */
147236                   _CIM_ProtocolEndpoint_NameFormat_qualifiers,
147237                   /* type */
147238                   CIMTYPE_STRING,
147239                   /* subscript */
147240                   -1,
147241                   /* value */
147242                   0,
147243               };
147244               
147245               static const char*
147246               _CIM_ProtocolEndpoint_ProtocolType_qualifiers[] =
147247               {
147248                   /* Deprecated */
147249                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
147250                   /* ValueMap */
147251 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",
147252                   /* Values */
147253                   "\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",
147254                   /* ModelCorrespondence */
147255                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
147256                   0,
147257               };
147258               
147259               static MetaProperty
147260               _CIM_ProtocolEndpoint_ProtocolType =
147261               {
147262                   /* flags */
147263                   META_FLAG_PROPERTY|META_FLAG_READ,
147264                   /* name */
147265                   "ProtocolType",
147266                   /* qualifiers */
147267                   _CIM_ProtocolEndpoint_ProtocolType_qualifiers,
147268                   /* type */
147269                   CIMTYPE_UINT16,
147270                   /* subscript */
147271                   -1,
147272 mike  1.1.2.1     /* value */
147273                   0,
147274               };
147275               
147276               static const char*
147277               _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers[] =
147278               {
147279                   /* ValueMap */
147280                   "\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",
147281                   /* Values */
147282                   "\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",
147283                   /* MappingStrings */
147284                   "\026\000\001MIB.IETF|IF-MIB.ifType\000",
147285                   /* ModelCorrespondence */
147286                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
147287                   0,
147288               };
147289               
147290               static MetaProperty
147291               _CIM_ProtocolEndpoint_ProtocolIFType =
147292               {
147293 mike  1.1.2.1     /* flags */
147294                   META_FLAG_PROPERTY|META_FLAG_READ,
147295                   /* name */
147296                   "ProtocolIFType",
147297                   /* qualifiers */
147298                   _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers,
147299                   /* type */
147300                   CIMTYPE_UINT16,
147301                   /* subscript */
147302                   -1,
147303                   /* value */
147304                   0,
147305               };
147306               
147307               static const char*
147308               _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers[] =
147309               {
147310                   /* MaxLen */
147311                   "\030\000\000\000\100",
147312                   /* ModelCorrespondence */
147313                   "\036\000\002CIM_ProtocolEndpoint.ProtocolType\000CIM_ProtocolEndpoint.ProtocolIFType\000",
147314 mike  1.1.2.1     0,
147315               };
147316               
147317               static MetaProperty
147318               _CIM_ProtocolEndpoint_OtherTypeDescription =
147319               {
147320                   /* flags */
147321                   META_FLAG_PROPERTY|META_FLAG_READ,
147322                   /* name */
147323                   "OtherTypeDescription",
147324                   /* qualifiers */
147325                   _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers,
147326                   /* type */
147327                   CIMTYPE_STRING,
147328                   /* subscript */
147329                   -1,
147330                   /* value */
147331                   0,
147332               };
147333               
147334               static MetaFeature*
147335 mike  1.1.2.1 _CIM_ProtocolEndpoint_features[] =
147336               {
147337                   (MetaFeature*)&_CIM_ProtocolEndpoint_Description,
147338                   (MetaFeature*)&_CIM_ProtocolEndpoint_OperationalStatus,
147339                   (MetaFeature*)&_CIM_ProtocolEndpoint_EnabledState,
147340                   (MetaFeature*)&_CIM_ProtocolEndpoint_TimeOfLastStateChange,
147341                   (MetaFeature*)&_CIM_ProtocolEndpoint_Name,
147342                   (MetaFeature*)&_CIM_ProtocolEndpoint_NameFormat,
147343                   (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolType,
147344                   (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolIFType,
147345                   (MetaFeature*)&_CIM_ProtocolEndpoint_OtherTypeDescription,
147346                   0,
147347               };
147348               
147349               static const char*
147350               __root_cimv2_CIM_ProtocolEndpoint_qualifiers[] =
147351               {
147352                   /* UMLPackagePath */
147353                   "\057CIM::Core::Service",
147354                   /* Version */
147355                   "\0632.8.0",
147356 mike  1.1.2.1     0,
147357               };
147358               
147359               MetaClass
147360               __root_cimv2_CIM_ProtocolEndpoint =
147361               {
147362                   /* flags */
147363                   META_FLAG_CLASS,
147364                   /* name */
147365                   "CIM_ProtocolEndpoint",
147366                   /* qualifiers */
147367                   __root_cimv2_CIM_ProtocolEndpoint_qualifiers,
147368                   /* super */
147369                   &__root_cimv2_CIM_ServiceAccessPoint,
147370                   /* features */
147371                   _CIM_ProtocolEndpoint_features,
147372               };
147373               
147374               //==============================================================================
147375               //
147376               // Class: CIM_ProvidesServiceToElement
147377 mike  1.1.2.1 //
147378               //==============================================================================
147379               
147380               static const char*
147381               _CIM_ProvidesServiceToElement_Antecedent_qualifiers[] =
147382               {
147383                   /* Deprecated */
147384                   "\013\000\001CIM_ServiceAvailableToElement.ServiceProvided\000",
147385                   /* Override */
147386                   "\044Antecedent",
147387                   0,
147388               };
147389               
147390               static MetaReference
147391               _CIM_ProvidesServiceToElement_Antecedent =
147392               {
147393                   /* flags */
147394                   META_FLAG_REFERENCE|META_FLAG_READ,
147395                   /* name */
147396                   "Antecedent",
147397                   /* qualifiers */
147398 mike  1.1.2.1     _CIM_ProvidesServiceToElement_Antecedent_qualifiers,
147399                   /* subscript */
147400                   -1,
147401                   /* refId */
147402                   &__root_cimv2_CIM_Service,
147403               };
147404               
147405               static const char*
147406               _CIM_ProvidesServiceToElement_Dependent_qualifiers[] =
147407               {
147408                   /* Deprecated */
147409                   "\013\000\001CIM_ServiceAvailableToElement.UserOfService\000",
147410                   /* Override */
147411                   "\044Dependent",
147412                   0,
147413               };
147414               
147415               static MetaReference
147416               _CIM_ProvidesServiceToElement_Dependent =
147417               {
147418                   /* flags */
147419 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
147420                   /* name */
147421                   "Dependent",
147422                   /* qualifiers */
147423                   _CIM_ProvidesServiceToElement_Dependent_qualifiers,
147424                   /* subscript */
147425                   -1,
147426                   /* refId */
147427                   &__root_cimv2_CIM_ManagedElement,
147428               };
147429               
147430               static MetaFeature*
147431               _CIM_ProvidesServiceToElement_features[] =
147432               {
147433                   (MetaFeature*)&_CIM_ProvidesServiceToElement_Antecedent,
147434                   (MetaFeature*)&_CIM_ProvidesServiceToElement_Dependent,
147435                   0,
147436               };
147437               
147438               static const char*
147439               __root_cimv2_CIM_ProvidesServiceToElement_qualifiers[] =
147440 mike  1.1.2.1 {
147441                   /* ASSOCIATION */
147442                   "\000\001",
147443                   /* Deprecated */
147444                   "\013\000\001CIM_ServiceAvailableToElement\000",
147445                   /* UMLPackagePath */
147446                   "\057CIM::Core::Service",
147447                   /* Version */
147448                   "\0632.10.0",
147449                   0,
147450               };
147451               
147452               MetaClass
147453               __root_cimv2_CIM_ProvidesServiceToElement =
147454               {
147455                   /* flags */
147456                   META_FLAG_ASSOCIATION,
147457                   /* name */
147458                   "CIM_ProvidesServiceToElement",
147459                   /* qualifiers */
147460                   __root_cimv2_CIM_ProvidesServiceToElement_qualifiers,
147461 mike  1.1.2.1     /* super */
147462                   &__root_cimv2_CIM_Dependency,
147463                   /* features */
147464                   _CIM_ProvidesServiceToElement_features,
147465               };
147466               
147467               //==============================================================================
147468               //
147469               // Class: CIM_PSExtentBasedOnPExtent
147470               //
147471               //==============================================================================
147472               
147473               static const char*
147474               _CIM_PSExtentBasedOnPExtent_Antecedent_qualifiers[] =
147475               {
147476                   /* Deprecated */
147477                   "\013\000\002CIM_CompositeExtentBasedOn.Antecedent\000CIM_ProtectedExtentBasedOn.Antecedent\000",
147478                   /* Override */
147479                   "\044Antecedent",
147480                   0,
147481               };
147482 mike  1.1.2.1 
147483               static MetaReference
147484               _CIM_PSExtentBasedOnPExtent_Antecedent =
147485               {
147486                   /* flags */
147487                   META_FLAG_REFERENCE|META_FLAG_READ,
147488                   /* name */
147489                   "Antecedent",
147490                   /* qualifiers */
147491                   _CIM_PSExtentBasedOnPExtent_Antecedent_qualifiers,
147492                   /* subscript */
147493                   -1,
147494                   /* refId */
147495                   &__root_cimv2_CIM_PhysicalExtent,
147496               };
147497               
147498               static const char*
147499               _CIM_PSExtentBasedOnPExtent_Dependent_qualifiers[] =
147500               {
147501                   /* Deprecated */
147502                   "\013\000\002CIM_CompositeExtentBasedOn.Dependent\000CIM_ProtectedExtentBasedOn.Dependent\000",
147503 mike  1.1.2.1     /* Override */
147504                   "\044Dependent",
147505                   0,
147506               };
147507               
147508               static MetaReference
147509               _CIM_PSExtentBasedOnPExtent_Dependent =
147510               {
147511                   /* flags */
147512                   META_FLAG_REFERENCE|META_FLAG_READ,
147513                   /* name */
147514                   "Dependent",
147515                   /* qualifiers */
147516                   _CIM_PSExtentBasedOnPExtent_Dependent_qualifiers,
147517                   /* subscript */
147518                   -1,
147519                   /* refId */
147520                   &__root_cimv2_CIM_ProtectedSpaceExtent,
147521               };
147522               
147523               static const char*
147524 mike  1.1.2.1 _CIM_PSExtentBasedOnPExtent_StartingAddress_qualifiers[] =
147525               {
147526                   /* Deprecated */
147527                   "\013\000\002CIM_CompositeExtentBasedOn.StartingAddress\000CIM_ProtectedExtentBasedOn.StartingAddress\000",
147528                   /* Override */
147529                   "\044StartingAddress",
147530                   /* MappingStrings */
147531                   "\026\000\001MIF.DMTF|Protected Space Extent|001.2\000",
147532                   0,
147533               };
147534               
147535               static MetaProperty
147536               _CIM_PSExtentBasedOnPExtent_StartingAddress =
147537               {
147538                   /* flags */
147539                   META_FLAG_PROPERTY|META_FLAG_READ,
147540                   /* name */
147541                   "StartingAddress",
147542                   /* qualifiers */
147543                   _CIM_PSExtentBasedOnPExtent_StartingAddress_qualifiers,
147544                   /* type */
147545 mike  1.1.2.1     CIMTYPE_UINT64,
147546                   /* subscript */
147547                   -1,
147548                   /* value */
147549                   0,
147550               };
147551               
147552               static MetaFeature*
147553               _CIM_PSExtentBasedOnPExtent_features[] =
147554               {
147555                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_Antecedent,
147556                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_Dependent,
147557                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_StartingAddress,
147558                   0,
147559               };
147560               
147561               static const char*
147562               __root_cimv2_CIM_PSExtentBasedOnPExtent_qualifiers[] =
147563               {
147564                   /* ASSOCIATION */
147565                   "\000\001",
147566 mike  1.1.2.1     /* Deprecated */
147567                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
147568                   /* UMLPackagePath */
147569                   "\057CIM::Device::SccExtents",
147570                   /* Version */
147571                   "\0632.7.0",
147572                   0,
147573               };
147574               
147575               MetaClass
147576               __root_cimv2_CIM_PSExtentBasedOnPExtent =
147577               {
147578                   /* flags */
147579                   META_FLAG_ASSOCIATION,
147580                   /* name */
147581                   "CIM_PSExtentBasedOnPExtent",
147582                   /* qualifiers */
147583                   __root_cimv2_CIM_PSExtentBasedOnPExtent_qualifiers,
147584                   /* super */
147585                   &__root_cimv2_CIM_BasedOn,
147586                   /* features */
147587 mike  1.1.2.1     _CIM_PSExtentBasedOnPExtent_features,
147588               };
147589               
147590               //==============================================================================
147591               //
147592               // Class: CIM_QoSService
147593               //
147594               //==============================================================================
147595               
147596               static MetaFeature*
147597               _CIM_QoSService_features[] =
147598               {
147599                   0,
147600               };
147601               
147602               static const char*
147603               __root_cimv2_CIM_QoSService_qualifiers[] =
147604               {
147605                   /* UMLPackagePath */
147606                   "\057CIM::Network::QoS",
147607                   /* Version */
147608 mike  1.1.2.1     "\0632.7.0",
147609                   0,
147610               };
147611               
147612               MetaClass
147613               __root_cimv2_CIM_QoSService =
147614               {
147615                   /* flags */
147616                   META_FLAG_CLASS,
147617                   /* name */
147618                   "CIM_QoSService",
147619                   /* qualifiers */
147620                   __root_cimv2_CIM_QoSService_qualifiers,
147621                   /* super */
147622                   &__root_cimv2_CIM_Service,
147623                   /* features */
147624                   _CIM_QoSService_features,
147625               };
147626               
147627               //==============================================================================
147628               //
147629 mike  1.1.2.1 // Class: CIM_QoSSubService
147630               //
147631               //==============================================================================
147632               
147633               static const char*
147634               _CIM_QoSSubService_GroupComponent_qualifiers[] =
147635               {
147636                   /* Aggregate */
147637                   "\003\001",
147638                   /* Override */
147639                   "\044GroupComponent",
147640                   /* Max */
147641                   "\027\000\000\000\001",
147642                   0,
147643               };
147644               
147645               static MetaReference
147646               _CIM_QoSSubService_GroupComponent =
147647               {
147648                   /* flags */
147649                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
147650 mike  1.1.2.1     /* name */
147651                   "GroupComponent",
147652                   /* qualifiers */
147653                   _CIM_QoSSubService_GroupComponent_qualifiers,
147654                   /* subscript */
147655                   -1,
147656                   /* refId */
147657                   &__root_cimv2_CIM_QoSService,
147658               };
147659               
147660               static const char*
147661               _CIM_QoSSubService_PartComponent_qualifiers[] =
147662               {
147663                   /* Override */
147664                   "\044PartComponent",
147665                   0,
147666               };
147667               
147668               static MetaReference
147669               _CIM_QoSSubService_PartComponent =
147670               {
147671 mike  1.1.2.1     /* flags */
147672                   META_FLAG_REFERENCE|META_FLAG_READ,
147673                   /* name */
147674                   "PartComponent",
147675                   /* qualifiers */
147676                   _CIM_QoSSubService_PartComponent_qualifiers,
147677                   /* subscript */
147678                   -1,
147679                   /* refId */
147680                   &__root_cimv2_CIM_QoSService,
147681               };
147682               
147683               static MetaFeature*
147684               _CIM_QoSSubService_features[] =
147685               {
147686                   (MetaFeature*)&_CIM_QoSSubService_GroupComponent,
147687                   (MetaFeature*)&_CIM_QoSSubService_PartComponent,
147688                   0,
147689               };
147690               
147691               static const char*
147692 mike  1.1.2.1 __root_cimv2_CIM_QoSSubService_qualifiers[] =
147693               {
147694                   /* ASSOCIATION */
147695                   "\000\001",
147696                   /* UMLPackagePath */
147697                   "\057CIM::Network::QoS",
147698                   /* Aggregation */
147699                   "\004\001",
147700                   /* Composition */
147701                   "\011\001",
147702                   /* Version */
147703                   "\0632.7.0",
147704                   0,
147705               };
147706               
147707               MetaClass
147708               __root_cimv2_CIM_QoSSubService =
147709               {
147710                   /* flags */
147711                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
147712                   /* name */
147713 mike  1.1.2.1     "CIM_QoSSubService",
147714                   /* qualifiers */
147715                   __root_cimv2_CIM_QoSSubService_qualifiers,
147716                   /* super */
147717                   &__root_cimv2_CIM_ServiceComponent,
147718                   /* features */
147719                   _CIM_QoSSubService_features,
147720               };
147721               
147722               //==============================================================================
147723               //
147724               // Class: CIM_QueueForPrintService
147725               //
147726               //==============================================================================
147727               
147728               static const char*
147729               _CIM_QueueForPrintService_Antecedent_qualifiers[] =
147730               {
147731                   /* Override */
147732                   "\044Antecedent",
147733                   0,
147734 mike  1.1.2.1 };
147735               
147736               static MetaReference
147737               _CIM_QueueForPrintService_Antecedent =
147738               {
147739                   /* flags */
147740                   META_FLAG_REFERENCE|META_FLAG_READ,
147741                   /* name */
147742                   "Antecedent",
147743                   /* qualifiers */
147744                   _CIM_QueueForPrintService_Antecedent_qualifiers,
147745                   /* subscript */
147746                   -1,
147747                   /* refId */
147748                   &__root_cimv2_CIM_PrintQueue,
147749               };
147750               
147751               static const char*
147752               _CIM_QueueForPrintService_Dependent_qualifiers[] =
147753               {
147754                   /* Override */
147755 mike  1.1.2.1     "\044Dependent",
147756                   0,
147757               };
147758               
147759               static MetaReference
147760               _CIM_QueueForPrintService_Dependent =
147761               {
147762                   /* flags */
147763                   META_FLAG_REFERENCE|META_FLAG_READ,
147764                   /* name */
147765                   "Dependent",
147766                   /* qualifiers */
147767                   _CIM_QueueForPrintService_Dependent_qualifiers,
147768                   /* subscript */
147769                   -1,
147770                   /* refId */
147771                   &__root_cimv2_CIM_PrintService,
147772               };
147773               
147774               static const char*
147775               _CIM_QueueForPrintService_QueueAcceptingFromService_qualifiers[] =
147776 mike  1.1.2.1 {
147777                   0,
147778               };
147779               
147780               static MetaProperty
147781               _CIM_QueueForPrintService_QueueAcceptingFromService =
147782               {
147783                   /* flags */
147784                   META_FLAG_PROPERTY|META_FLAG_READ,
147785                   /* name */
147786                   "QueueAcceptingFromService",
147787                   /* qualifiers */
147788                   _CIM_QueueForPrintService_QueueAcceptingFromService_qualifiers,
147789                   /* type */
147790                   CIMTYPE_BOOLEAN,
147791                   /* subscript */
147792                   -1,
147793                   /* value */
147794                   0,
147795               };
147796               
147797 mike  1.1.2.1 static MetaFeature*
147798               _CIM_QueueForPrintService_features[] =
147799               {
147800                   (MetaFeature*)&_CIM_QueueForPrintService_Antecedent,
147801                   (MetaFeature*)&_CIM_QueueForPrintService_Dependent,
147802                   (MetaFeature*)&_CIM_QueueForPrintService_QueueAcceptingFromService,
147803                   0,
147804               };
147805               
147806               static const char*
147807               __root_cimv2_CIM_QueueForPrintService_qualifiers[] =
147808               {
147809                   /* ASSOCIATION */
147810                   "\000\001",
147811                   /* UMLPackagePath */
147812                   "\057CIM::Device::Printing",
147813                   /* Version */
147814                   "\0632.6.0",
147815                   0,
147816               };
147817               
147818 mike  1.1.2.1 MetaClass
147819               __root_cimv2_CIM_QueueForPrintService =
147820               {
147821                   /* flags */
147822                   META_FLAG_ASSOCIATION,
147823                   /* name */
147824                   "CIM_QueueForPrintService",
147825                   /* qualifiers */
147826                   __root_cimv2_CIM_QueueForPrintService_qualifiers,
147827                   /* super */
147828                   &__root_cimv2_CIM_Dependency,
147829                   /* features */
147830                   _CIM_QueueForPrintService_features,
147831               };
147832               
147833               //==============================================================================
147834               //
147835               // Class: CIM_QueueForwardsToPrintSAP
147836               //
147837               //==============================================================================
147838               
147839 mike  1.1.2.1 static const char*
147840               _CIM_QueueForwardsToPrintSAP_Antecedent_qualifiers[] =
147841               {
147842                   /* Override */
147843                   "\044Antecedent",
147844                   0,
147845               };
147846               
147847               static MetaReference
147848               _CIM_QueueForwardsToPrintSAP_Antecedent =
147849               {
147850                   /* flags */
147851                   META_FLAG_REFERENCE|META_FLAG_READ,
147852                   /* name */
147853                   "Antecedent",
147854                   /* qualifiers */
147855                   _CIM_QueueForwardsToPrintSAP_Antecedent_qualifiers,
147856                   /* subscript */
147857                   -1,
147858                   /* refId */
147859                   &__root_cimv2_CIM_PrintSAP,
147860 mike  1.1.2.1 };
147861               
147862               static const char*
147863               _CIM_QueueForwardsToPrintSAP_Dependent_qualifiers[] =
147864               {
147865                   /* Override */
147866                   "\044Dependent",
147867                   0,
147868               };
147869               
147870               static MetaReference
147871               _CIM_QueueForwardsToPrintSAP_Dependent =
147872               {
147873                   /* flags */
147874                   META_FLAG_REFERENCE|META_FLAG_READ,
147875                   /* name */
147876                   "Dependent",
147877                   /* qualifiers */
147878                   _CIM_QueueForwardsToPrintSAP_Dependent_qualifiers,
147879                   /* subscript */
147880                   -1,
147881 mike  1.1.2.1     /* refId */
147882                   &__root_cimv2_CIM_PrintQueue,
147883               };
147884               
147885               static MetaFeature*
147886               _CIM_QueueForwardsToPrintSAP_features[] =
147887               {
147888                   (MetaFeature*)&_CIM_QueueForwardsToPrintSAP_Antecedent,
147889                   (MetaFeature*)&_CIM_QueueForwardsToPrintSAP_Dependent,
147890                   0,
147891               };
147892               
147893               static const char*
147894               __root_cimv2_CIM_QueueForwardsToPrintSAP_qualifiers[] =
147895               {
147896                   /* ASSOCIATION */
147897                   "\000\001",
147898                   /* UMLPackagePath */
147899                   "\057CIM::Device::Printing",
147900                   /* Version */
147901                   "\0632.10.0",
147902 mike  1.1.2.1     0,
147903               };
147904               
147905               MetaClass
147906               __root_cimv2_CIM_QueueForwardsToPrintSAP =
147907               {
147908                   /* flags */
147909                   META_FLAG_ASSOCIATION,
147910                   /* name */
147911                   "CIM_QueueForwardsToPrintSAP",
147912                   /* qualifiers */
147913                   __root_cimv2_CIM_QueueForwardsToPrintSAP_qualifiers,
147914                   /* super */
147915                   &__root_cimv2_CIM_Dependency,
147916                   /* features */
147917                   _CIM_QueueForwardsToPrintSAP_features,
147918               };
147919               
147920               //==============================================================================
147921               //
147922               // Class: CIM_QueuingService
147923 mike  1.1.2.1 //
147924               //==============================================================================
147925               
147926               static const char*
147927               _CIM_QueuingService_CurrentQueueDepth_qualifiers[] =
147928               {
147929                   /* Gauge */
147930                   "\023\001",
147931                   /* ModelCorrespondence */
147932                   "\036\000\001CIM_QueuingService.DepthUnits\000",
147933                   0,
147934               };
147935               
147936               static MetaProperty
147937               _CIM_QueuingService_CurrentQueueDepth =
147938               {
147939                   /* flags */
147940                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
147941                   /* name */
147942                   "CurrentQueueDepth",
147943                   /* qualifiers */
147944 mike  1.1.2.1     _CIM_QueuingService_CurrentQueueDepth_qualifiers,
147945                   /* type */
147946                   CIMTYPE_UINT32,
147947                   /* subscript */
147948                   -1,
147949                   /* value */
147950                   0,
147951               };
147952               
147953               static const char*
147954               _CIM_QueuingService_DepthUnits_qualifiers[] =
147955               {
147956                   /* ValueMap */
147957                   "\061\000\0021\0002\000",
147958                   /* Values */
147959                   "\062\000\002Bytes\000Packets\000",
147960                   0,
147961               };
147962               
147963               static MetaProperty
147964               _CIM_QueuingService_DepthUnits =
147965 mike  1.1.2.1 {
147966                   /* flags */
147967                   META_FLAG_PROPERTY|META_FLAG_READ,
147968                   /* name */
147969                   "DepthUnits",
147970                   /* qualifiers */
147971                   _CIM_QueuingService_DepthUnits_qualifiers,
147972                   /* type */
147973                   CIMTYPE_UINT16,
147974                   /* subscript */
147975                   -1,
147976                   /* value */
147977                   0,
147978               };
147979               
147980               static MetaFeature*
147981               _CIM_QueuingService_features[] =
147982               {
147983                   (MetaFeature*)&_CIM_QueuingService_CurrentQueueDepth,
147984                   (MetaFeature*)&_CIM_QueuingService_DepthUnits,
147985                   0,
147986 mike  1.1.2.1 };
147987               
147988               static const char*
147989               __root_cimv2_CIM_QueuingService_qualifiers[] =
147990               {
147991                   /* UMLPackagePath */
147992                   "\057CIM::Network::QoS",
147993                   /* Version */
147994                   "\0632.7.0",
147995                   0,
147996               };
147997               
147998               MetaClass
147999               __root_cimv2_CIM_QueuingService =
148000               {
148001                   /* flags */
148002                   META_FLAG_CLASS,
148003                   /* name */
148004                   "CIM_QueuingService",
148005                   /* qualifiers */
148006                   __root_cimv2_CIM_QueuingService_qualifiers,
148007 mike  1.1.2.1     /* super */
148008                   &__root_cimv2_CIM_ConditioningService,
148009                   /* features */
148010                   _CIM_QueuingService_features,
148011               };
148012               
148013               //==============================================================================
148014               //
148015               // Class: CIM_RealizesExtent
148016               //
148017               //==============================================================================
148018               
148019               static const char*
148020               _CIM_RealizesExtent_Antecedent_qualifiers[] =
148021               {
148022                   /* Override */
148023                   "\044Antecedent",
148024                   /* Max */
148025                   "\027\000\000\000\001",
148026                   0,
148027               };
148028 mike  1.1.2.1 
148029               static MetaReference
148030               _CIM_RealizesExtent_Antecedent =
148031               {
148032                   /* flags */
148033                   META_FLAG_REFERENCE|META_FLAG_READ,
148034                   /* name */
148035                   "Antecedent",
148036                   /* qualifiers */
148037                   _CIM_RealizesExtent_Antecedent_qualifiers,
148038                   /* subscript */
148039                   -1,
148040                   /* refId */
148041                   &__root_cimv2_CIM_PhysicalComponent,
148042               };
148043               
148044               static const char*
148045               _CIM_RealizesExtent_Dependent_qualifiers[] =
148046               {
148047                   /* Override */
148048                   "\044Dependent",
148049 mike  1.1.2.1     0,
148050               };
148051               
148052               static MetaReference
148053               _CIM_RealizesExtent_Dependent =
148054               {
148055                   /* flags */
148056                   META_FLAG_REFERENCE|META_FLAG_READ,
148057                   /* name */
148058                   "Dependent",
148059                   /* qualifiers */
148060                   _CIM_RealizesExtent_Dependent_qualifiers,
148061                   /* subscript */
148062                   -1,
148063                   /* refId */
148064                   &__root_cimv2_CIM_StorageExtent,
148065               };
148066               
148067               static const char*
148068               _CIM_RealizesExtent_StartingAddress_qualifiers[] =
148069               {
148070 mike  1.1.2.1     0,
148071               };
148072               
148073               static MetaProperty
148074               _CIM_RealizesExtent_StartingAddress =
148075               {
148076                   /* flags */
148077                   META_FLAG_PROPERTY|META_FLAG_READ,
148078                   /* name */
148079                   "StartingAddress",
148080                   /* qualifiers */
148081                   _CIM_RealizesExtent_StartingAddress_qualifiers,
148082                   /* type */
148083                   CIMTYPE_UINT64,
148084                   /* subscript */
148085                   -1,
148086                   /* value */
148087                   0,
148088               };
148089               
148090               static MetaFeature*
148091 mike  1.1.2.1 _CIM_RealizesExtent_features[] =
148092               {
148093                   (MetaFeature*)&_CIM_RealizesExtent_Antecedent,
148094                   (MetaFeature*)&_CIM_RealizesExtent_Dependent,
148095                   (MetaFeature*)&_CIM_RealizesExtent_StartingAddress,
148096                   0,
148097               };
148098               
148099               static const char*
148100               __root_cimv2_CIM_RealizesExtent_qualifiers[] =
148101               {
148102                   /* ASSOCIATION */
148103                   "\000\001",
148104                   /* UMLPackagePath */
148105                   "\057CIM::Device::StorageExtents",
148106                   /* Version */
148107                   "\0632.6.0",
148108                   0,
148109               };
148110               
148111               MetaClass
148112 mike  1.1.2.1 __root_cimv2_CIM_RealizesExtent =
148113               {
148114                   /* flags */
148115                   META_FLAG_ASSOCIATION,
148116                   /* name */
148117                   "CIM_RealizesExtent",
148118                   /* qualifiers */
148119                   __root_cimv2_CIM_RealizesExtent_qualifiers,
148120                   /* super */
148121                   &__root_cimv2_CIM_Realizes,
148122                   /* features */
148123                   _CIM_RealizesExtent_features,
148124               };
148125               
148126               //==============================================================================
148127               //
148128               // Class: CIM_RealizesPExtent
148129               //
148130               //==============================================================================
148131               
148132               static const char*
148133 mike  1.1.2.1 _CIM_RealizesPExtent_Antecedent_qualifiers[] =
148134               {
148135                   /* Deprecated */
148136                   "\013\000\001CIM_RealizesExtent.Antecedent\000",
148137                   /* Override */
148138                   "\044Antecedent",
148139                   /* Max */
148140                   "\027\000\000\000\001",
148141                   0,
148142               };
148143               
148144               static MetaReference
148145               _CIM_RealizesPExtent_Antecedent =
148146               {
148147                   /* flags */
148148                   META_FLAG_REFERENCE|META_FLAG_READ,
148149                   /* name */
148150                   "Antecedent",
148151                   /* qualifiers */
148152                   _CIM_RealizesPExtent_Antecedent_qualifiers,
148153                   /* subscript */
148154 mike  1.1.2.1     -1,
148155                   /* refId */
148156                   &__root_cimv2_CIM_PhysicalMedia,
148157               };
148158               
148159               static const char*
148160               _CIM_RealizesPExtent_Dependent_qualifiers[] =
148161               {
148162                   /* Deprecated */
148163                   "\013\000\001CIM_RealizesExtent.Dependent\000",
148164                   /* Override */
148165                   "\044Dependent",
148166                   0,
148167               };
148168               
148169               static MetaReference
148170               _CIM_RealizesPExtent_Dependent =
148171               {
148172                   /* flags */
148173                   META_FLAG_REFERENCE|META_FLAG_READ,
148174                   /* name */
148175 mike  1.1.2.1     "Dependent",
148176                   /* qualifiers */
148177                   _CIM_RealizesPExtent_Dependent_qualifiers,
148178                   /* subscript */
148179                   -1,
148180                   /* refId */
148181                   &__root_cimv2_CIM_PhysicalExtent,
148182               };
148183               
148184               static MetaFeature*
148185               _CIM_RealizesPExtent_features[] =
148186               {
148187                   (MetaFeature*)&_CIM_RealizesPExtent_Antecedent,
148188                   (MetaFeature*)&_CIM_RealizesPExtent_Dependent,
148189                   0,
148190               };
148191               
148192               static const char*
148193               __root_cimv2_CIM_RealizesPExtent_qualifiers[] =
148194               {
148195                   /* ASSOCIATION */
148196 mike  1.1.2.1     "\000\001",
148197                   /* Deprecated */
148198                   "\013\000\001CIM_RealizesExtent\000",
148199                   /* UMLPackagePath */
148200                   "\057CIM::Device::SccExtents",
148201                   /* Version */
148202                   "\0632.7.0",
148203                   0,
148204               };
148205               
148206               MetaClass
148207               __root_cimv2_CIM_RealizesPExtent =
148208               {
148209                   /* flags */
148210                   META_FLAG_ASSOCIATION,
148211                   /* name */
148212                   "CIM_RealizesPExtent",
148213                   /* qualifiers */
148214                   __root_cimv2_CIM_RealizesPExtent_qualifiers,
148215                   /* super */
148216                   &__root_cimv2_CIM_RealizesExtent,
148217 mike  1.1.2.1     /* features */
148218                   _CIM_RealizesPExtent_features,
148219               };
148220               
148221               //==============================================================================
148222               //
148223               // Class: CIM_REDDropperService
148224               //
148225               //==============================================================================
148226               
148227               static const char*
148228               _CIM_REDDropperService_MinQueueThreshold_qualifiers[] =
148229               {
148230                   /* ModelCorrespondence */
148231                   "\036\000\001CIM_REDDropperService.ThresholdUnits\000",
148232                   0,
148233               };
148234               
148235               static MetaProperty
148236               _CIM_REDDropperService_MinQueueThreshold =
148237               {
148238 mike  1.1.2.1     /* flags */
148239                   META_FLAG_PROPERTY|META_FLAG_READ,
148240                   /* name */
148241                   "MinQueueThreshold",
148242                   /* qualifiers */
148243                   _CIM_REDDropperService_MinQueueThreshold_qualifiers,
148244                   /* type */
148245                   CIMTYPE_UINT32,
148246                   /* subscript */
148247                   -1,
148248                   /* value */
148249                   0,
148250               };
148251               
148252               static const char*
148253               _CIM_REDDropperService_MaxQueueThreshold_qualifiers[] =
148254               {
148255                   /* MinValue */
148256                   "\035\000\000\000\000\000\000\000\000",
148257                   /* MaxValue */
148258                   "\031\000\000\000\000\000\000\003\350",
148259 mike  1.1.2.1     /* ModelCorrespondence */
148260                   "\036\000\001CIM_REDDropperService.ThresholdUnits\000",
148261                   0,
148262               };
148263               
148264               static MetaProperty
148265               _CIM_REDDropperService_MaxQueueThreshold =
148266               {
148267                   /* flags */
148268                   META_FLAG_PROPERTY|META_FLAG_READ,
148269                   /* name */
148270                   "MaxQueueThreshold",
148271                   /* qualifiers */
148272                   _CIM_REDDropperService_MaxQueueThreshold_qualifiers,
148273                   /* type */
148274                   CIMTYPE_UINT32,
148275                   /* subscript */
148276                   -1,
148277                   /* value */
148278                   0,
148279               };
148280 mike  1.1.2.1 
148281               static const char*
148282               _CIM_REDDropperService_StartProbability_qualifiers[] =
148283               {
148284                   /* Units */
148285                   "\060Per Thousand Packets",
148286                   /* ModelCorrespondence */
148287                   "\036\000\001CIM_REDDropperService.StopProbability\000",
148288                   0,
148289               };
148290               
148291               static MetaProperty
148292               _CIM_REDDropperService_StartProbability =
148293               {
148294                   /* flags */
148295                   META_FLAG_PROPERTY|META_FLAG_READ,
148296                   /* name */
148297                   "StartProbability",
148298                   /* qualifiers */
148299                   _CIM_REDDropperService_StartProbability_qualifiers,
148300                   /* type */
148301 mike  1.1.2.1     CIMTYPE_UINT32,
148302                   /* subscript */
148303                   -1,
148304                   /* value */
148305                   0,
148306               };
148307               
148308               static const char*
148309               _CIM_REDDropperService_StopProbability_qualifiers[] =
148310               {
148311                   /* Units */
148312                   "\060Per Thousand Packets",
148313                   /* MinValue */
148314                   "\035\000\000\000\000\000\000\000\000",
148315                   /* MaxValue */
148316                   "\031\000\000\000\000\000\000\003\350",
148317                   /* ModelCorrespondence */
148318                   "\036\000\001CIM_REDDropperService.StartProbability\000",
148319                   0,
148320               };
148321               
148322 mike  1.1.2.1 static MetaProperty
148323               _CIM_REDDropperService_StopProbability =
148324               {
148325                   /* flags */
148326                   META_FLAG_PROPERTY|META_FLAG_READ,
148327                   /* name */
148328                   "StopProbability",
148329                   /* qualifiers */
148330                   _CIM_REDDropperService_StopProbability_qualifiers,
148331                   /* type */
148332                   CIMTYPE_UINT32,
148333                   /* subscript */
148334                   -1,
148335                   /* value */
148336                   0,
148337               };
148338               
148339               static const char*
148340               _CIM_REDDropperService_ThresholdUnits_qualifiers[] =
148341               {
148342                   /* ValueMap */
148343 mike  1.1.2.1     "\061\000\0021\0002\000",
148344                   /* Values */
148345                   "\062\000\002Bytes\000Packets\000",
148346                   0,
148347               };
148348               
148349               static MetaProperty
148350               _CIM_REDDropperService_ThresholdUnits =
148351               {
148352                   /* flags */
148353                   META_FLAG_PROPERTY|META_FLAG_READ,
148354                   /* name */
148355                   "ThresholdUnits",
148356                   /* qualifiers */
148357                   _CIM_REDDropperService_ThresholdUnits_qualifiers,
148358                   /* type */
148359                   CIMTYPE_UINT16,
148360                   /* subscript */
148361                   -1,
148362                   /* value */
148363                   0,
148364 mike  1.1.2.1 };
148365               
148366               static MetaFeature*
148367               _CIM_REDDropperService_features[] =
148368               {
148369                   (MetaFeature*)&_CIM_REDDropperService_MinQueueThreshold,
148370                   (MetaFeature*)&_CIM_REDDropperService_MaxQueueThreshold,
148371                   (MetaFeature*)&_CIM_REDDropperService_StartProbability,
148372                   (MetaFeature*)&_CIM_REDDropperService_StopProbability,
148373                   (MetaFeature*)&_CIM_REDDropperService_ThresholdUnits,
148374                   0,
148375               };
148376               
148377               static const char*
148378               __root_cimv2_CIM_REDDropperService_qualifiers[] =
148379               {
148380                   /* UMLPackagePath */
148381                   "\057CIM::Network::QoS",
148382                   /* Version */
148383                   "\0632.7.0",
148384                   0,
148385 mike  1.1.2.1 };
148386               
148387               MetaClass
148388               __root_cimv2_CIM_REDDropperService =
148389               {
148390                   /* flags */
148391                   META_FLAG_CLASS,
148392                   /* name */
148393                   "CIM_REDDropperService",
148394                   /* qualifiers */
148395                   __root_cimv2_CIM_REDDropperService_qualifiers,
148396                   /* super */
148397                   &__root_cimv2_CIM_DropperService,
148398                   /* features */
148399                   _CIM_REDDropperService_features,
148400               };
148401               
148402               //==============================================================================
148403               //
148404               // Class: CIM_Refrigeration
148405               //
148406 mike  1.1.2.1 //==============================================================================
148407               
148408               static MetaFeature*
148409               _CIM_Refrigeration_features[] =
148410               {
148411                   0,
148412               };
148413               
148414               static const char*
148415               __root_cimv2_CIM_Refrigeration_qualifiers[] =
148416               {
148417                   /* UMLPackagePath */
148418                   "\057CIM::Device::CoolingAndPower",
148419                   /* Version */
148420                   "\0632.6.0",
148421                   0,
148422               };
148423               
148424               MetaClass
148425               __root_cimv2_CIM_Refrigeration =
148426               {
148427 mike  1.1.2.1     /* flags */
148428                   META_FLAG_CLASS,
148429                   /* name */
148430                   "CIM_Refrigeration",
148431                   /* qualifiers */
148432                   __root_cimv2_CIM_Refrigeration_qualifiers,
148433                   /* super */
148434                   &__root_cimv2_CIM_CoolingDevice,
148435                   /* features */
148436                   _CIM_Refrigeration_features,
148437               };
148438               
148439               //==============================================================================
148440               //
148441               // Class: CIM_RemoteServiceAccessPoint
148442               //
148443               //==============================================================================
148444               
148445               static const char*
148446               _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers[] =
148447               {
148448 mike  1.1.2.1     /* ModelCorrespondence */
148449                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
148450                   0,
148451               };
148452               
148453               static MetaProperty
148454               _CIM_RemoteServiceAccessPoint_AccessInfo =
148455               {
148456                   /* flags */
148457                   META_FLAG_PROPERTY|META_FLAG_READ,
148458                   /* name */
148459                   "AccessInfo",
148460                   /* qualifiers */
148461                   _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers,
148462                   /* type */
148463                   CIMTYPE_STRING,
148464                   /* subscript */
148465                   -1,
148466                   /* value */
148467                   0,
148468               };
148469 mike  1.1.2.1 
148470               static const char*
148471               _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers[] =
148472               {
148473                   /* ValueMap */
148474                   "\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",
148475                   /* Values */
148476                   "\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",
148477                   /* ModelCorrespondence */
148478                   "\036\000\001CIM_RemoteServiceAccessPoint.OtherInfoFormatDescription\000",
148479                   0,
148480               };
148481               
148482               static MetaProperty
148483               _CIM_RemoteServiceAccessPoint_InfoFormat =
148484               {
148485                   /* flags */
148486                   META_FLAG_PROPERTY|META_FLAG_READ,
148487                   /* name */
148488                   "InfoFormat",
148489                   /* qualifiers */
148490 mike  1.1.2.1     _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers,
148491                   /* type */
148492                   CIMTYPE_UINT16,
148493                   /* subscript */
148494                   -1,
148495                   /* value */
148496                   0,
148497               };
148498               
148499               static const char*
148500               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers[] =
148501               {
148502                   /* ModelCorrespondence */
148503                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
148504                   0,
148505               };
148506               
148507               static MetaProperty
148508               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription =
148509               {
148510                   /* flags */
148511 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
148512                   /* name */
148513                   "OtherInfoFormatDescription",
148514                   /* qualifiers */
148515                   _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers,
148516                   /* type */
148517                   CIMTYPE_STRING,
148518                   /* subscript */
148519                   -1,
148520                   /* value */
148521                   0,
148522               };
148523               
148524               static MetaFeature*
148525               _CIM_RemoteServiceAccessPoint_features[] =
148526               {
148527                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_AccessInfo,
148528                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_InfoFormat,
148529                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription,
148530                   0,
148531               };
148532 mike  1.1.2.1 
148533               static const char*
148534               __root_cimv2_CIM_RemoteServiceAccessPoint_qualifiers[] =
148535               {
148536                   /* UMLPackagePath */
148537                   "\057CIM::Core::Service",
148538                   /* Version */
148539                   "\0632.10.0",
148540                   0,
148541               };
148542               
148543               MetaClass
148544               __root_cimv2_CIM_RemoteServiceAccessPoint =
148545               {
148546                   /* flags */
148547                   META_FLAG_CLASS,
148548                   /* name */
148549                   "CIM_RemoteServiceAccessPoint",
148550                   /* qualifiers */
148551                   __root_cimv2_CIM_RemoteServiceAccessPoint_qualifiers,
148552                   /* super */
148553 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
148554                   /* features */
148555                   _CIM_RemoteServiceAccessPoint_features,
148556               };
148557               
148558               //==============================================================================
148559               //
148560               // Class: CIM_ResidesOnExtent
148561               //
148562               //==============================================================================
148563               
148564               static const char*
148565               _CIM_ResidesOnExtent_Antecedent_qualifiers[] =
148566               {
148567                   /* Override */
148568                   "\044Antecedent",
148569                   0,
148570               };
148571               
148572               static MetaReference
148573               _CIM_ResidesOnExtent_Antecedent =
148574 mike  1.1.2.1 {
148575                   /* flags */
148576                   META_FLAG_REFERENCE|META_FLAG_READ,
148577                   /* name */
148578                   "Antecedent",
148579                   /* qualifiers */
148580                   _CIM_ResidesOnExtent_Antecedent_qualifiers,
148581                   /* subscript */
148582                   -1,
148583                   /* refId */
148584                   &__root_cimv2_CIM_StorageExtent,
148585               };
148586               
148587               static const char*
148588               _CIM_ResidesOnExtent_Dependent_qualifiers[] =
148589               {
148590                   /* Override */
148591                   "\044Dependent",
148592                   0,
148593               };
148594               
148595 mike  1.1.2.1 static MetaReference
148596               _CIM_ResidesOnExtent_Dependent =
148597               {
148598                   /* flags */
148599                   META_FLAG_REFERENCE|META_FLAG_READ,
148600                   /* name */
148601                   "Dependent",
148602                   /* qualifiers */
148603                   _CIM_ResidesOnExtent_Dependent_qualifiers,
148604                   /* subscript */
148605                   -1,
148606                   /* refId */
148607                   &__root_cimv2_CIM_LogicalElement,
148608               };
148609               
148610               static MetaFeature*
148611               _CIM_ResidesOnExtent_features[] =
148612               {
148613                   (MetaFeature*)&_CIM_ResidesOnExtent_Antecedent,
148614                   (MetaFeature*)&_CIM_ResidesOnExtent_Dependent,
148615                   0,
148616 mike  1.1.2.1 };
148617               
148618               static const char*
148619               __root_cimv2_CIM_ResidesOnExtent_qualifiers[] =
148620               {
148621                   /* ASSOCIATION */
148622                   "\000\001",
148623                   /* UMLPackagePath */
148624                   "\057CIM::System::FileElements",
148625                   /* Version */
148626                   "\0632.8.0",
148627                   0,
148628               };
148629               
148630               MetaClass
148631               __root_cimv2_CIM_ResidesOnExtent =
148632               {
148633                   /* flags */
148634                   META_FLAG_ASSOCIATION,
148635                   /* name */
148636                   "CIM_ResidesOnExtent",
148637 mike  1.1.2.1     /* qualifiers */
148638                   __root_cimv2_CIM_ResidesOnExtent_qualifiers,
148639                   /* super */
148640                   &__root_cimv2_CIM_Dependency,
148641                   /* features */
148642                   _CIM_ResidesOnExtent_features,
148643               };
148644               
148645               //==============================================================================
148646               //
148647               // Class: CIM_ResourceOfSystem
148648               //
148649               //==============================================================================
148650               
148651               static const char*
148652               _CIM_ResourceOfSystem_GroupComponent_qualifiers[] =
148653               {
148654                   /* Aggregate */
148655                   "\003\001",
148656                   /* Override */
148657                   "\044GroupComponent",
148658 mike  1.1.2.1     /* Min */
148659                   "\033\000\000\000\001",
148660                   /* Max */
148661                   "\027\000\000\000\001",
148662                   0,
148663               };
148664               
148665               static MetaReference
148666               _CIM_ResourceOfSystem_GroupComponent =
148667               {
148668                   /* flags */
148669                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
148670                   /* name */
148671                   "GroupComponent",
148672                   /* qualifiers */
148673                   _CIM_ResourceOfSystem_GroupComponent_qualifiers,
148674                   /* subscript */
148675                   -1,
148676                   /* refId */
148677                   &__root_cimv2_CIM_System,
148678               };
148679 mike  1.1.2.1 
148680               static const char*
148681               _CIM_ResourceOfSystem_PartComponent_qualifiers[] =
148682               {
148683                   /* Override */
148684                   "\044PartComponent",
148685                   0,
148686               };
148687               
148688               static MetaReference
148689               _CIM_ResourceOfSystem_PartComponent =
148690               {
148691                   /* flags */
148692                   META_FLAG_REFERENCE|META_FLAG_READ,
148693                   /* name */
148694                   "PartComponent",
148695                   /* qualifiers */
148696                   _CIM_ResourceOfSystem_PartComponent_qualifiers,
148697                   /* subscript */
148698                   -1,
148699                   /* refId */
148700 mike  1.1.2.1     &__root_cimv2_CIM_SystemResource,
148701               };
148702               
148703               static MetaFeature*
148704               _CIM_ResourceOfSystem_features[] =
148705               {
148706                   (MetaFeature*)&_CIM_ResourceOfSystem_GroupComponent,
148707                   (MetaFeature*)&_CIM_ResourceOfSystem_PartComponent,
148708                   0,
148709               };
148710               
148711               static const char*
148712               __root_cimv2_CIM_ResourceOfSystem_qualifiers[] =
148713               {
148714                   /* ASSOCIATION */
148715                   "\000\001",
148716                   /* UMLPackagePath */
148717                   "\057CIM::System::SystemResources",
148718                   /* Aggregation */
148719                   "\004\001",
148720                   /* Composition */
148721 mike  1.1.2.1     "\011\001",
148722                   /* Version */
148723                   "\0632.7.2",
148724                   0,
148725               };
148726               
148727               MetaClass
148728               __root_cimv2_CIM_ResourceOfSystem =
148729               {
148730                   /* flags */
148731                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
148732                   /* name */
148733                   "CIM_ResourceOfSystem",
148734                   /* qualifiers */
148735                   __root_cimv2_CIM_ResourceOfSystem_qualifiers,
148736                   /* super */
148737                   &__root_cimv2_CIM_SystemComponent,
148738                   /* features */
148739                   _CIM_ResourceOfSystem_features,
148740               };
148741               
148742 mike  1.1.2.1 //==============================================================================
148743               //
148744               // Class: CIM_ReusablePolicyContainer
148745               //
148746               //==============================================================================
148747               
148748               static MetaFeature*
148749               _CIM_ReusablePolicyContainer_features[] =
148750               {
148751                   0,
148752               };
148753               
148754               static const char*
148755               __root_cimv2_CIM_ReusablePolicyContainer_qualifiers[] =
148756               {
148757                   /* UMLPackagePath */
148758                   "\057CIM::Policy",
148759                   /* Version */
148760                   "\0632.6.0",
148761                   0,
148762               };
148763 mike  1.1.2.1 
148764               MetaClass
148765               __root_cimv2_CIM_ReusablePolicyContainer =
148766               {
148767                   /* flags */
148768                   META_FLAG_CLASS,
148769                   /* name */
148770                   "CIM_ReusablePolicyContainer",
148771                   /* qualifiers */
148772                   __root_cimv2_CIM_ReusablePolicyContainer_qualifiers,
148773                   /* super */
148774                   &__root_cimv2_CIM_AdminDomain,
148775                   /* features */
148776                   _CIM_ReusablePolicyContainer_features,
148777               };
148778               
148779               //==============================================================================
148780               //
148781               // Class: CIM_RouteCalculationService
148782               //
148783               //==============================================================================
148784 mike  1.1.2.1 
148785               static const char*
148786               _CIM_RouteCalculationService_RouterID_qualifiers[] =
148787               {
148788                   0,
148789               };
148790               
148791               static MetaProperty
148792               _CIM_RouteCalculationService_RouterID =
148793               {
148794                   /* flags */
148795                   META_FLAG_PROPERTY|META_FLAG_READ,
148796                   /* name */
148797                   "RouterID",
148798                   /* qualifiers */
148799                   _CIM_RouteCalculationService_RouterID_qualifiers,
148800                   /* type */
148801                   CIMTYPE_STRING,
148802                   /* subscript */
148803                   -1,
148804                   /* value */
148805 mike  1.1.2.1     0,
148806               };
148807               
148808               static const char*
148809               _CIM_RouteCalculationService_AlgorithmType_qualifiers[] =
148810               {
148811                   /* ValueMap */
148812                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
148813                   /* Values */
148814                   "\062\000\011Unknown\000RIPv1\000RIPv2\000OSPFv1\000OSPFv2\000BGPv1\000BGPv2\000BGPv3\000BGPv4\000",
148815                   0,
148816               };
148817               
148818               static MetaProperty
148819               _CIM_RouteCalculationService_AlgorithmType =
148820               {
148821                   /* flags */
148822                   META_FLAG_PROPERTY|META_FLAG_READ,
148823                   /* name */
148824                   "AlgorithmType",
148825                   /* qualifiers */
148826 mike  1.1.2.1     _CIM_RouteCalculationService_AlgorithmType_qualifiers,
148827                   /* type */
148828                   CIMTYPE_UINT16,
148829                   /* subscript */
148830                   -1,
148831                   /* value */
148832                   0,
148833               };
148834               
148835               static MetaFeature*
148836               _CIM_RouteCalculationService_features[] =
148837               {
148838                   (MetaFeature*)&_CIM_RouteCalculationService_RouterID,
148839                   (MetaFeature*)&_CIM_RouteCalculationService_AlgorithmType,
148840                   0,
148841               };
148842               
148843               static const char*
148844               __root_cimv2_CIM_RouteCalculationService_qualifiers[] =
148845               {
148846                   /* UMLPackagePath */
148847 mike  1.1.2.1     "\057CIM::Network::RoutingForwarding",
148848                   /* Abstract */
148849                   "\002\001",
148850                   /* Version */
148851                   "\0632.7.0",
148852                   0,
148853               };
148854               
148855               MetaClass
148856               __root_cimv2_CIM_RouteCalculationService =
148857               {
148858                   /* flags */
148859                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
148860                   /* name */
148861                   "CIM_RouteCalculationService",
148862                   /* qualifiers */
148863                   __root_cimv2_CIM_RouteCalculationService_qualifiers,
148864                   /* super */
148865                   &__root_cimv2_CIM_NetworkService,
148866                   /* features */
148867                   _CIM_RouteCalculationService_features,
148868 mike  1.1.2.1 };
148869               
148870               //==============================================================================
148871               //
148872               // Class: CIM_RoutersInAS
148873               //
148874               //==============================================================================
148875               
148876               static const char*
148877               _CIM_RoutersInAS_GroupComponent_qualifiers[] =
148878               {
148879                   /* Aggregate */
148880                   "\003\001",
148881                   /* Override */
148882                   "\044GroupComponent",
148883                   /* Max */
148884                   "\027\000\000\000\001",
148885                   0,
148886               };
148887               
148888               static MetaReference
148889 mike  1.1.2.1 _CIM_RoutersInAS_GroupComponent =
148890               {
148891                   /* flags */
148892                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
148893                   /* name */
148894                   "GroupComponent",
148895                   /* qualifiers */
148896                   _CIM_RoutersInAS_GroupComponent_qualifiers,
148897                   /* subscript */
148898                   -1,
148899                   /* refId */
148900                   &__root_cimv2_CIM_AutonomousSystem,
148901               };
148902               
148903               static const char*
148904               _CIM_RoutersInAS_PartComponent_qualifiers[] =
148905               {
148906                   /* Override */
148907                   "\044PartComponent",
148908                   0,
148909               };
148910 mike  1.1.2.1 
148911               static MetaReference
148912               _CIM_RoutersInAS_PartComponent =
148913               {
148914                   /* flags */
148915                   META_FLAG_REFERENCE|META_FLAG_READ,
148916                   /* name */
148917                   "PartComponent",
148918                   /* qualifiers */
148919                   _CIM_RoutersInAS_PartComponent_qualifiers,
148920                   /* subscript */
148921                   -1,
148922                   /* refId */
148923                   &__root_cimv2_CIM_ComputerSystem,
148924               };
148925               
148926               static const char*
148927               _CIM_RoutersInAS_BGPSupportedAttributes_qualifiers[] =
148928               {
148929                   0,
148930               };
148931 mike  1.1.2.1 
148932               static MetaProperty
148933               _CIM_RoutersInAS_BGPSupportedAttributes =
148934               {
148935                   /* flags */
148936                   META_FLAG_PROPERTY|META_FLAG_READ,
148937                   /* name */
148938                   "BGPSupportedAttributes",
148939                   /* qualifiers */
148940                   _CIM_RoutersInAS_BGPSupportedAttributes_qualifiers,
148941                   /* type */
148942                   CIMTYPE_STRING,
148943                   /* subscript */
148944                   0,
148945                   /* value */
148946                   0,
148947               };
148948               
148949               static const char*
148950               _CIM_RoutersInAS_AddCommunityValue_qualifiers[] =
148951               {
148952 mike  1.1.2.1     0,
148953               };
148954               
148955               static MetaProperty
148956               _CIM_RoutersInAS_AddCommunityValue =
148957               {
148958                   /* flags */
148959                   META_FLAG_PROPERTY|META_FLAG_READ,
148960                   /* name */
148961                   "AddCommunityValue",
148962                   /* qualifiers */
148963                   _CIM_RoutersInAS_AddCommunityValue_qualifiers,
148964                   /* type */
148965                   CIMTYPE_BOOLEAN,
148966                   /* subscript */
148967                   -1,
148968                   /* value */
148969                   0,
148970               };
148971               
148972               static const char*
148973 mike  1.1.2.1 _CIM_RoutersInAS_Role_qualifiers[] =
148974               {
148975                   /* ValueMap */
148976                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
148977                   /* Values */
148978                   "\062\000\010Unknown\000Other\000Conventional BGP Speaker\000Route Reflector\000Router Reflector Client\000Route Reflector Non-Client\000Peer Group Member\000Confederation Member\000",
148979                   0,
148980               };
148981               
148982               static MetaProperty
148983               _CIM_RoutersInAS_Role =
148984               {
148985                   /* flags */
148986                   META_FLAG_PROPERTY|META_FLAG_READ,
148987                   /* name */
148988                   "Role",
148989                   /* qualifiers */
148990                   _CIM_RoutersInAS_Role_qualifiers,
148991                   /* type */
148992                   CIMTYPE_UINT16,
148993                   /* subscript */
148994 mike  1.1.2.1     -1,
148995                   /* value */
148996                   0,
148997               };
148998               
148999               static const char*
149000               _CIM_RoutersInAS_OtherRoleDescription_qualifiers[] =
149001               {
149002                   /* MaxLen */
149003                   "\030\000\000\000\100",
149004                   0,
149005               };
149006               
149007               static MetaProperty
149008               _CIM_RoutersInAS_OtherRoleDescription =
149009               {
149010                   /* flags */
149011                   META_FLAG_PROPERTY|META_FLAG_READ,
149012                   /* name */
149013                   "OtherRoleDescription",
149014                   /* qualifiers */
149015 mike  1.1.2.1     _CIM_RoutersInAS_OtherRoleDescription_qualifiers,
149016                   /* type */
149017                   CIMTYPE_STRING,
149018                   /* subscript */
149019                   -1,
149020                   /* value */
149021                   0,
149022               };
149023               
149024               static MetaFeature*
149025               _CIM_RoutersInAS_features[] =
149026               {
149027                   (MetaFeature*)&_CIM_RoutersInAS_GroupComponent,
149028                   (MetaFeature*)&_CIM_RoutersInAS_PartComponent,
149029                   (MetaFeature*)&_CIM_RoutersInAS_BGPSupportedAttributes,
149030                   (MetaFeature*)&_CIM_RoutersInAS_AddCommunityValue,
149031                   (MetaFeature*)&_CIM_RoutersInAS_Role,
149032                   (MetaFeature*)&_CIM_RoutersInAS_OtherRoleDescription,
149033                   0,
149034               };
149035               
149036 mike  1.1.2.1 static const char*
149037               __root_cimv2_CIM_RoutersInAS_qualifiers[] =
149038               {
149039                   /* ASSOCIATION */
149040                   "\000\001",
149041                   /* UMLPackagePath */
149042                   "\057CIM::Network::Systems",
149043                   /* Aggregation */
149044                   "\004\001",
149045                   /* Composition */
149046                   "\011\001",
149047                   /* Version */
149048                   "\0632.7.0",
149049                   0,
149050               };
149051               
149052               MetaClass
149053               __root_cimv2_CIM_RoutersInAS =
149054               {
149055                   /* flags */
149056                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149057 mike  1.1.2.1     /* name */
149058                   "CIM_RoutersInAS",
149059                   /* qualifiers */
149060                   __root_cimv2_CIM_RoutersInAS_qualifiers,
149061                   /* super */
149062                   &__root_cimv2_CIM_SystemComponent,
149063                   /* features */
149064                   _CIM_RoutersInAS_features,
149065               };
149066               
149067               //==============================================================================
149068               //
149069               // Class: CIM_RoutersInBGPCluster
149070               //
149071               //==============================================================================
149072               
149073               static const char*
149074               _CIM_RoutersInBGPCluster_Collection_qualifiers[] =
149075               {
149076                   /* Aggregate */
149077                   "\003\001",
149078 mike  1.1.2.1     /* Override */
149079                   "\044Collection",
149080                   /* Max */
149081                   "\027\000\000\000\001",
149082                   0,
149083               };
149084               
149085               static MetaReference
149086               _CIM_RoutersInBGPCluster_Collection =
149087               {
149088                   /* flags */
149089                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
149090                   /* name */
149091                   "Collection",
149092                   /* qualifiers */
149093                   _CIM_RoutersInBGPCluster_Collection_qualifiers,
149094                   /* subscript */
149095                   -1,
149096                   /* refId */
149097                   &__root_cimv2_CIM_BGPCluster,
149098               };
149099 mike  1.1.2.1 
149100               static const char*
149101               _CIM_RoutersInBGPCluster_Member_qualifiers[] =
149102               {
149103                   /* Override */
149104                   "\044Member",
149105                   /* Min */
149106                   "\033\000\000\000\003",
149107                   0,
149108               };
149109               
149110               static MetaReference
149111               _CIM_RoutersInBGPCluster_Member =
149112               {
149113                   /* flags */
149114                   META_FLAG_REFERENCE|META_FLAG_READ,
149115                   /* name */
149116                   "Member",
149117                   /* qualifiers */
149118                   _CIM_RoutersInBGPCluster_Member_qualifiers,
149119                   /* subscript */
149120 mike  1.1.2.1     -1,
149121                   /* refId */
149122                   &__root_cimv2_CIM_ComputerSystem,
149123               };
149124               
149125               static MetaFeature*
149126               _CIM_RoutersInBGPCluster_features[] =
149127               {
149128                   (MetaFeature*)&_CIM_RoutersInBGPCluster_Collection,
149129                   (MetaFeature*)&_CIM_RoutersInBGPCluster_Member,
149130                   0,
149131               };
149132               
149133               static const char*
149134               __root_cimv2_CIM_RoutersInBGPCluster_qualifiers[] =
149135               {
149136                   /* ASSOCIATION */
149137                   "\000\001",
149138                   /* UMLPackagePath */
149139                   "\057CIM::Network::BGP",
149140                   /* Aggregation */
149141 mike  1.1.2.1     "\004\001",
149142                   /* Version */
149143                   "\0632.6.0",
149144                   0,
149145               };
149146               
149147               MetaClass
149148               __root_cimv2_CIM_RoutersInBGPCluster =
149149               {
149150                   /* flags */
149151                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149152                   /* name */
149153                   "CIM_RoutersInBGPCluster",
149154                   /* qualifiers */
149155                   __root_cimv2_CIM_RoutersInBGPCluster_qualifiers,
149156                   /* super */
149157                   &__root_cimv2_CIM_CollectedMSEs,
149158                   /* features */
149159                   _CIM_RoutersInBGPCluster_features,
149160               };
149161               
149162 mike  1.1.2.1 //==============================================================================
149163               //
149164               // Class: CIM_RouteUsesEndpoint
149165               //
149166               //==============================================================================
149167               
149168               static const char*
149169               _CIM_RouteUsesEndpoint_Antecedent_qualifiers[] =
149170               {
149171                   /* Override */
149172                   "\044Antecedent",
149173                   /* Max */
149174                   "\027\000\000\000\001",
149175                   0,
149176               };
149177               
149178               static MetaReference
149179               _CIM_RouteUsesEndpoint_Antecedent =
149180               {
149181                   /* flags */
149182                   META_FLAG_REFERENCE|META_FLAG_READ,
149183 mike  1.1.2.1     /* name */
149184                   "Antecedent",
149185                   /* qualifiers */
149186                   _CIM_RouteUsesEndpoint_Antecedent_qualifiers,
149187                   /* subscript */
149188                   -1,
149189                   /* refId */
149190                   &__root_cimv2_CIM_ProtocolEndpoint,
149191               };
149192               
149193               static const char*
149194               _CIM_RouteUsesEndpoint_Dependent_qualifiers[] =
149195               {
149196                   /* Override */
149197                   "\044Dependent",
149198                   0,
149199               };
149200               
149201               static MetaReference
149202               _CIM_RouteUsesEndpoint_Dependent =
149203               {
149204 mike  1.1.2.1     /* flags */
149205                   META_FLAG_REFERENCE|META_FLAG_READ,
149206                   /* name */
149207                   "Dependent",
149208                   /* qualifiers */
149209                   _CIM_RouteUsesEndpoint_Dependent_qualifiers,
149210                   /* subscript */
149211                   -1,
149212                   /* refId */
149213                   &__root_cimv2_CIM_NextHopRoute,
149214               };
149215               
149216               static MetaFeature*
149217               _CIM_RouteUsesEndpoint_features[] =
149218               {
149219                   (MetaFeature*)&_CIM_RouteUsesEndpoint_Antecedent,
149220                   (MetaFeature*)&_CIM_RouteUsesEndpoint_Dependent,
149221                   0,
149222               };
149223               
149224               static const char*
149225 mike  1.1.2.1 __root_cimv2_CIM_RouteUsesEndpoint_qualifiers[] =
149226               {
149227                   /* ASSOCIATION */
149228                   "\000\001",
149229                   /* UMLPackagePath */
149230                   "\057CIM::Network::Routes",
149231                   /* Version */
149232                   "\0632.7.0",
149233                   0,
149234               };
149235               
149236               MetaClass
149237               __root_cimv2_CIM_RouteUsesEndpoint =
149238               {
149239                   /* flags */
149240                   META_FLAG_ASSOCIATION,
149241                   /* name */
149242                   "CIM_RouteUsesEndpoint",
149243                   /* qualifiers */
149244                   __root_cimv2_CIM_RouteUsesEndpoint_qualifiers,
149245                   /* super */
149246 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
149247                   /* features */
149248                   _CIM_RouteUsesEndpoint_features,
149249               };
149250               
149251               //==============================================================================
149252               //
149253               // Class: CIM_RoutingProtocolDomain
149254               //
149255               //==============================================================================
149256               
149257               static MetaFeature*
149258               _CIM_RoutingProtocolDomain_features[] =
149259               {
149260                   0,
149261               };
149262               
149263               static const char*
149264               __root_cimv2_CIM_RoutingProtocolDomain_qualifiers[] =
149265               {
149266                   /* UMLPackagePath */
149267 mike  1.1.2.1     "\057CIM::Network::RoutingForwarding",
149268                   /* Version */
149269                   "\0632.7.0",
149270                   0,
149271               };
149272               
149273               MetaClass
149274               __root_cimv2_CIM_RoutingProtocolDomain =
149275               {
149276                   /* flags */
149277                   META_FLAG_CLASS,
149278                   /* name */
149279                   "CIM_RoutingProtocolDomain",
149280                   /* qualifiers */
149281                   __root_cimv2_CIM_RoutingProtocolDomain_qualifiers,
149282                   /* super */
149283                   &__root_cimv2_CIM_AdminDomain,
149284                   /* features */
149285                   _CIM_RoutingProtocolDomain_features,
149286               };
149287               
149288 mike  1.1.2.1 //==============================================================================
149289               //
149290               // Class: CIM_RoutingProtocolDomainInAS
149291               //
149292               //==============================================================================
149293               
149294               static const char*
149295               _CIM_RoutingProtocolDomainInAS_GroupComponent_qualifiers[] =
149296               {
149297                   /* Aggregate */
149298                   "\003\001",
149299                   /* Override */
149300                   "\044GroupComponent",
149301                   /* Max */
149302                   "\027\000\000\000\001",
149303                   0,
149304               };
149305               
149306               static MetaReference
149307               _CIM_RoutingProtocolDomainInAS_GroupComponent =
149308               {
149309 mike  1.1.2.1     /* flags */
149310                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
149311                   /* name */
149312                   "GroupComponent",
149313                   /* qualifiers */
149314                   _CIM_RoutingProtocolDomainInAS_GroupComponent_qualifiers,
149315                   /* subscript */
149316                   -1,
149317                   /* refId */
149318                   &__root_cimv2_CIM_AutonomousSystem,
149319               };
149320               
149321               static const char*
149322               _CIM_RoutingProtocolDomainInAS_PartComponent_qualifiers[] =
149323               {
149324                   /* Override */
149325                   "\044PartComponent",
149326                   0,
149327               };
149328               
149329               static MetaReference
149330 mike  1.1.2.1 _CIM_RoutingProtocolDomainInAS_PartComponent =
149331               {
149332                   /* flags */
149333                   META_FLAG_REFERENCE|META_FLAG_READ,
149334                   /* name */
149335                   "PartComponent",
149336                   /* qualifiers */
149337                   _CIM_RoutingProtocolDomainInAS_PartComponent_qualifiers,
149338                   /* subscript */
149339                   -1,
149340                   /* refId */
149341                   &__root_cimv2_CIM_RoutingProtocolDomain,
149342               };
149343               
149344               static MetaFeature*
149345               _CIM_RoutingProtocolDomainInAS_features[] =
149346               {
149347                   (MetaFeature*)&_CIM_RoutingProtocolDomainInAS_GroupComponent,
149348                   (MetaFeature*)&_CIM_RoutingProtocolDomainInAS_PartComponent,
149349                   0,
149350               };
149351 mike  1.1.2.1 
149352               static const char*
149353               __root_cimv2_CIM_RoutingProtocolDomainInAS_qualifiers[] =
149354               {
149355                   /* ASSOCIATION */
149356                   "\000\001",
149357                   /* UMLPackagePath */
149358                   "\057CIM::Network::RoutingForwarding",
149359                   /* Aggregation */
149360                   "\004\001",
149361                   /* Version */
149362                   "\0632.7.0",
149363                   0,
149364               };
149365               
149366               MetaClass
149367               __root_cimv2_CIM_RoutingProtocolDomainInAS =
149368               {
149369                   /* flags */
149370                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149371                   /* name */
149372 mike  1.1.2.1     "CIM_RoutingProtocolDomainInAS",
149373                   /* qualifiers */
149374                   __root_cimv2_CIM_RoutingProtocolDomainInAS_qualifiers,
149375                   /* super */
149376                   &__root_cimv2_CIM_ContainedDomain,
149377                   /* features */
149378                   _CIM_RoutingProtocolDomainInAS_features,
149379               };
149380               
149381               //==============================================================================
149382               //
149383               // Class: CIM_RunningOS
149384               //
149385               //==============================================================================
149386               
149387               static const char*
149388               _CIM_RunningOS_Antecedent_qualifiers[] =
149389               {
149390                   /* Override */
149391                   "\044Antecedent",
149392                   /* Max */
149393 mike  1.1.2.1     "\027\000\000\000\001",
149394                   0,
149395               };
149396               
149397               static MetaReference
149398               _CIM_RunningOS_Antecedent =
149399               {
149400                   /* flags */
149401                   META_FLAG_REFERENCE|META_FLAG_READ,
149402                   /* name */
149403                   "Antecedent",
149404                   /* qualifiers */
149405                   _CIM_RunningOS_Antecedent_qualifiers,
149406                   /* subscript */
149407                   -1,
149408                   /* refId */
149409                   &__root_cimv2_CIM_OperatingSystem,
149410               };
149411               
149412               static const char*
149413               _CIM_RunningOS_Dependent_qualifiers[] =
149414 mike  1.1.2.1 {
149415                   /* Override */
149416                   "\044Dependent",
149417                   /* Max */
149418                   "\027\000\000\000\001",
149419                   0,
149420               };
149421               
149422               static MetaReference
149423               _CIM_RunningOS_Dependent =
149424               {
149425                   /* flags */
149426                   META_FLAG_REFERENCE|META_FLAG_READ,
149427                   /* name */
149428                   "Dependent",
149429                   /* qualifiers */
149430                   _CIM_RunningOS_Dependent_qualifiers,
149431                   /* subscript */
149432                   -1,
149433                   /* refId */
149434                   &__root_cimv2_CIM_ComputerSystem,
149435 mike  1.1.2.1 };
149436               
149437               static MetaFeature*
149438               _CIM_RunningOS_features[] =
149439               {
149440                   (MetaFeature*)&_CIM_RunningOS_Antecedent,
149441                   (MetaFeature*)&_CIM_RunningOS_Dependent,
149442                   0,
149443               };
149444               
149445               static const char*
149446               __root_cimv2_CIM_RunningOS_qualifiers[] =
149447               {
149448                   /* ASSOCIATION */
149449                   "\000\001",
149450                   /* UMLPackagePath */
149451                   "\057CIM::System::OperatingSystem",
149452                   /* Version */
149453                   "\0632.6.0",
149454                   0,
149455               };
149456 mike  1.1.2.1 
149457               MetaClass
149458               __root_cimv2_CIM_RunningOS =
149459               {
149460                   /* flags */
149461                   META_FLAG_ASSOCIATION,
149462                   /* name */
149463                   "CIM_RunningOS",
149464                   /* qualifiers */
149465                   __root_cimv2_CIM_RunningOS_qualifiers,
149466                   /* super */
149467                   &__root_cimv2_CIM_Dependency,
149468                   /* features */
149469                   _CIM_RunningOS_features,
149470               };
149471               
149472               //==============================================================================
149473               //
149474               // Class: CIM_SAPAvailableForElement
149475               //
149476               //==============================================================================
149477 mike  1.1.2.1 
149478               static const char*
149479               _CIM_SAPAvailableForElement_AvailableSAP_qualifiers[] =
149480               {
149481                   /* Key */
149482                   "\025\001",
149483                   0,
149484               };
149485               
149486               static MetaReference
149487               _CIM_SAPAvailableForElement_AvailableSAP =
149488               {
149489                   /* flags */
149490                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149491                   /* name */
149492                   "AvailableSAP",
149493                   /* qualifiers */
149494                   _CIM_SAPAvailableForElement_AvailableSAP_qualifiers,
149495                   /* subscript */
149496                   -1,
149497                   /* refId */
149498 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
149499               };
149500               
149501               static const char*
149502               _CIM_SAPAvailableForElement_ManagedElement_qualifiers[] =
149503               {
149504                   /* Key */
149505                   "\025\001",
149506                   0,
149507               };
149508               
149509               static MetaReference
149510               _CIM_SAPAvailableForElement_ManagedElement =
149511               {
149512                   /* flags */
149513                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149514                   /* name */
149515                   "ManagedElement",
149516                   /* qualifiers */
149517                   _CIM_SAPAvailableForElement_ManagedElement_qualifiers,
149518                   /* subscript */
149519 mike  1.1.2.1     -1,
149520                   /* refId */
149521                   &__root_cimv2_CIM_ManagedElement,
149522               };
149523               
149524               static MetaFeature*
149525               _CIM_SAPAvailableForElement_features[] =
149526               {
149527                   (MetaFeature*)&_CIM_SAPAvailableForElement_AvailableSAP,
149528                   (MetaFeature*)&_CIM_SAPAvailableForElement_ManagedElement,
149529                   0,
149530               };
149531               
149532               static const char*
149533               __root_cimv2_CIM_SAPAvailableForElement_qualifiers[] =
149534               {
149535                   /* ASSOCIATION */
149536                   "\000\001",
149537                   /* UMLPackagePath */
149538                   "\057CIM::Core::Service",
149539                   /* Version */
149540 mike  1.1.2.1     "\0632.10.0",
149541                   0,
149542               };
149543               
149544               MetaClass
149545               __root_cimv2_CIM_SAPAvailableForElement =
149546               {
149547                   /* flags */
149548                   META_FLAG_ASSOCIATION,
149549                   /* name */
149550                   "CIM_SAPAvailableForElement",
149551                   /* qualifiers */
149552                   __root_cimv2_CIM_SAPAvailableForElement_qualifiers,
149553                   /* super */
149554                   0,
149555                   /* features */
149556                   _CIM_SAPAvailableForElement_features,
149557               };
149558               
149559               //==============================================================================
149560               //
149561 mike  1.1.2.1 // Class: CIM_SAPSAPDependency
149562               //
149563               //==============================================================================
149564               
149565               static const char*
149566               _CIM_SAPSAPDependency_Antecedent_qualifiers[] =
149567               {
149568                   /* Override */
149569                   "\044Antecedent",
149570                   0,
149571               };
149572               
149573               static MetaReference
149574               _CIM_SAPSAPDependency_Antecedent =
149575               {
149576                   /* flags */
149577                   META_FLAG_REFERENCE|META_FLAG_READ,
149578                   /* name */
149579                   "Antecedent",
149580                   /* qualifiers */
149581                   _CIM_SAPSAPDependency_Antecedent_qualifiers,
149582 mike  1.1.2.1     /* subscript */
149583                   -1,
149584                   /* refId */
149585                   &__root_cimv2_CIM_ServiceAccessPoint,
149586               };
149587               
149588               static const char*
149589               _CIM_SAPSAPDependency_Dependent_qualifiers[] =
149590               {
149591                   /* Override */
149592                   "\044Dependent",
149593                   0,
149594               };
149595               
149596               static MetaReference
149597               _CIM_SAPSAPDependency_Dependent =
149598               {
149599                   /* flags */
149600                   META_FLAG_REFERENCE|META_FLAG_READ,
149601                   /* name */
149602                   "Dependent",
149603 mike  1.1.2.1     /* qualifiers */
149604                   _CIM_SAPSAPDependency_Dependent_qualifiers,
149605                   /* subscript */
149606                   -1,
149607                   /* refId */
149608                   &__root_cimv2_CIM_ServiceAccessPoint,
149609               };
149610               
149611               static MetaFeature*
149612               _CIM_SAPSAPDependency_features[] =
149613               {
149614                   (MetaFeature*)&_CIM_SAPSAPDependency_Antecedent,
149615                   (MetaFeature*)&_CIM_SAPSAPDependency_Dependent,
149616                   0,
149617               };
149618               
149619               static const char*
149620               __root_cimv2_CIM_SAPSAPDependency_qualifiers[] =
149621               {
149622                   /* ASSOCIATION */
149623                   "\000\001",
149624 mike  1.1.2.1     /* UMLPackagePath */
149625                   "\057CIM::Core::Service",
149626                   /* Version */
149627                   "\0632.10.0",
149628                   0,
149629               };
149630               
149631               MetaClass
149632               __root_cimv2_CIM_SAPSAPDependency =
149633               {
149634                   /* flags */
149635                   META_FLAG_ASSOCIATION,
149636                   /* name */
149637                   "CIM_SAPSAPDependency",
149638                   /* qualifiers */
149639                   __root_cimv2_CIM_SAPSAPDependency_qualifiers,
149640                   /* super */
149641                   &__root_cimv2_CIM_Dependency,
149642                   /* features */
149643                   _CIM_SAPSAPDependency_features,
149644               };
149645 mike  1.1.2.1 
149646               //==============================================================================
149647               //
149648               // Class: CIM_SAPStatistics
149649               //
149650               //==============================================================================
149651               
149652               static const char*
149653               _CIM_SAPStatistics_Stats_qualifiers[] =
149654               {
149655                   /* Override */
149656                   "\044Stats",
149657                   /* Weak */
149658                   "\064\001",
149659                   0,
149660               };
149661               
149662               static MetaReference
149663               _CIM_SAPStatistics_Stats =
149664               {
149665                   /* flags */
149666 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
149667                   /* name */
149668                   "Stats",
149669                   /* qualifiers */
149670                   _CIM_SAPStatistics_Stats_qualifiers,
149671                   /* subscript */
149672                   -1,
149673                   /* refId */
149674                   &__root_cimv2_CIM_SAPStatisticalInformation,
149675               };
149676               
149677               static const char*
149678               _CIM_SAPStatistics_Element_qualifiers[] =
149679               {
149680                   /* Override */
149681                   "\044Element",
149682                   /* Min */
149683                   "\033\000\000\000\001",
149684                   /* Max */
149685                   "\027\000\000\000\001",
149686                   0,
149687 mike  1.1.2.1 };
149688               
149689               static MetaReference
149690               _CIM_SAPStatistics_Element =
149691               {
149692                   /* flags */
149693                   META_FLAG_REFERENCE|META_FLAG_READ,
149694                   /* name */
149695                   "Element",
149696                   /* qualifiers */
149697                   _CIM_SAPStatistics_Element_qualifiers,
149698                   /* subscript */
149699                   -1,
149700                   /* refId */
149701                   &__root_cimv2_CIM_ServiceAccessPoint,
149702               };
149703               
149704               static MetaFeature*
149705               _CIM_SAPStatistics_features[] =
149706               {
149707                   (MetaFeature*)&_CIM_SAPStatistics_Stats,
149708 mike  1.1.2.1     (MetaFeature*)&_CIM_SAPStatistics_Element,
149709                   0,
149710               };
149711               
149712               static const char*
149713               __root_cimv2_CIM_SAPStatistics_qualifiers[] =
149714               {
149715                   /* ASSOCIATION */
149716                   "\000\001",
149717                   /* UMLPackagePath */
149718                   "\057CIM::Core::Statistics",
149719                   /* Version */
149720                   "\0632.6.0",
149721                   0,
149722               };
149723               
149724               MetaClass
149725               __root_cimv2_CIM_SAPStatistics =
149726               {
149727                   /* flags */
149728                   META_FLAG_ASSOCIATION,
149729 mike  1.1.2.1     /* name */
149730                   "CIM_SAPStatistics",
149731                   /* qualifiers */
149732                   __root_cimv2_CIM_SAPStatistics_qualifiers,
149733                   /* super */
149734                   &__root_cimv2_CIM_Statistics,
149735                   /* features */
149736                   _CIM_SAPStatistics_features,
149737               };
149738               
149739               //==============================================================================
149740               //
149741               // Class: CIM_SchedulingServiceToSchedule
149742               //
149743               //==============================================================================
149744               
149745               static const char*
149746               _CIM_SchedulingServiceToSchedule_SchedService_qualifiers[] =
149747               {
149748                   /* Key */
149749                   "\025\001",
149750 mike  1.1.2.1     /* Max */
149751                   "\027\000\000\000\001",
149752                   0,
149753               };
149754               
149755               static MetaReference
149756               _CIM_SchedulingServiceToSchedule_SchedService =
149757               {
149758                   /* flags */
149759                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149760                   /* name */
149761                   "SchedService",
149762                   /* qualifiers */
149763                   _CIM_SchedulingServiceToSchedule_SchedService_qualifiers,
149764                   /* subscript */
149765                   -1,
149766                   /* refId */
149767                   &__root_cimv2_CIM_PacketSchedulingService,
149768               };
149769               
149770               static const char*
149771 mike  1.1.2.1 _CIM_SchedulingServiceToSchedule_SchedElement_qualifiers[] =
149772               {
149773                   /* Key */
149774                   "\025\001",
149775                   0,
149776               };
149777               
149778               static MetaReference
149779               _CIM_SchedulingServiceToSchedule_SchedElement =
149780               {
149781                   /* flags */
149782                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149783                   /* name */
149784                   "SchedElement",
149785                   /* qualifiers */
149786                   _CIM_SchedulingServiceToSchedule_SchedElement_qualifiers,
149787                   /* subscript */
149788                   -1,
149789                   /* refId */
149790                   &__root_cimv2_CIM_SchedulingElement,
149791               };
149792 mike  1.1.2.1 
149793               static MetaFeature*
149794               _CIM_SchedulingServiceToSchedule_features[] =
149795               {
149796                   (MetaFeature*)&_CIM_SchedulingServiceToSchedule_SchedService,
149797                   (MetaFeature*)&_CIM_SchedulingServiceToSchedule_SchedElement,
149798                   0,
149799               };
149800               
149801               static const char*
149802               __root_cimv2_CIM_SchedulingServiceToSchedule_qualifiers[] =
149803               {
149804                   /* ASSOCIATION */
149805                   "\000\001",
149806                   /* UMLPackagePath */
149807                   "\057CIM::Network::QoS",
149808                   /* Version */
149809                   "\0632.7.0",
149810                   0,
149811               };
149812               
149813 mike  1.1.2.1 MetaClass
149814               __root_cimv2_CIM_SchedulingServiceToSchedule =
149815               {
149816                   /* flags */
149817                   META_FLAG_ASSOCIATION,
149818                   /* name */
149819                   "CIM_SchedulingServiceToSchedule",
149820                   /* qualifiers */
149821                   __root_cimv2_CIM_SchedulingServiceToSchedule_qualifiers,
149822                   /* super */
149823                   0,
149824                   /* features */
149825                   _CIM_SchedulingServiceToSchedule_features,
149826               };
149827               
149828               //==============================================================================
149829               //
149830               // Class: CIM_SCSIController
149831               //
149832               //==============================================================================
149833               
149834 mike  1.1.2.1 static const char*
149835               _CIM_SCSIController_ProtectionManagement_qualifiers[] =
149836               {
149837                   /* Deprecated */
149838                   "\013\000\001No Value\000",
149839                   /* ValueMap */
149840                   "\061\000\0061\0002\0003\0004\0005\0006\000",
149841                   /* Values */
149842                   "\062\000\006Other\000Unknown\000Unprotected\000Protected\000Protected through SCC (SCSI-3 Controller Command)\000Protected through SCC-2 (SCSI-3 Controller Command)\000",
149843                   /* MappingStrings */
149844                   "\026\000\001MIF.DMTF|Storage Controller|001.3\000",
149845                   0,
149846               };
149847               
149848               static MetaProperty
149849               _CIM_SCSIController_ProtectionManagement =
149850               {
149851                   /* flags */
149852                   META_FLAG_PROPERTY|META_FLAG_READ,
149853                   /* name */
149854                   "ProtectionManagement",
149855 mike  1.1.2.1     /* qualifiers */
149856                   _CIM_SCSIController_ProtectionManagement_qualifiers,
149857                   /* type */
149858                   CIMTYPE_UINT16,
149859                   /* subscript */
149860                   -1,
149861                   /* value */
149862                   0,
149863               };
149864               
149865               static const char*
149866               _CIM_SCSIController_MaxDataWidth_qualifiers[] =
149867               {
149868                   /* Deprecated */
149869                   "\013\000\001No Value\000",
149870                   /* Units */
149871                   "\060Bits",
149872                   /* MappingStrings */
149873                   "\026\000\001MIF.DMTF|Bus Port|004.7\000",
149874                   0,
149875               };
149876 mike  1.1.2.1 
149877               static MetaProperty
149878               _CIM_SCSIController_MaxDataWidth =
149879               {
149880                   /* flags */
149881                   META_FLAG_PROPERTY|META_FLAG_READ,
149882                   /* name */
149883                   "MaxDataWidth",
149884                   /* qualifiers */
149885                   _CIM_SCSIController_MaxDataWidth_qualifiers,
149886                   /* type */
149887                   CIMTYPE_UINT32,
149888                   /* subscript */
149889                   -1,
149890                   /* value */
149891                   0,
149892               };
149893               
149894               static const char*
149895               _CIM_SCSIController_MaxTransferRate_qualifiers[] =
149896               {
149897 mike  1.1.2.1     /* Deprecated */
149898                   "\013\000\001No Value\000",
149899                   /* Units */
149900                   "\060Bits per Second",
149901                   /* MappingStrings */
149902                   "\026\000\001MIF.DMTF|Bus Port|004.8\000",
149903                   0,
149904               };
149905               
149906               static MetaProperty
149907               _CIM_SCSIController_MaxTransferRate =
149908               {
149909                   /* flags */
149910                   META_FLAG_PROPERTY|META_FLAG_READ,
149911                   /* name */
149912                   "MaxTransferRate",
149913                   /* qualifiers */
149914                   _CIM_SCSIController_MaxTransferRate_qualifiers,
149915                   /* type */
149916                   CIMTYPE_UINT64,
149917                   /* subscript */
149918 mike  1.1.2.1     -1,
149919                   /* value */
149920                   0,
149921               };
149922               
149923               static const char*
149924               _CIM_SCSIController_ControllerTimeouts_qualifiers[] =
149925               {
149926                   /* Deprecated */
149927                   "\013\000\001No Value\000",
149928                   /* Counter */
149929                   "\012\001",
149930                   0,
149931               };
149932               
149933               static MetaProperty
149934               _CIM_SCSIController_ControllerTimeouts =
149935               {
149936                   /* flags */
149937                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
149938                   /* name */
149939 mike  1.1.2.1     "ControllerTimeouts",
149940                   /* qualifiers */
149941                   _CIM_SCSIController_ControllerTimeouts_qualifiers,
149942                   /* type */
149943                   CIMTYPE_UINT32,
149944                   /* subscript */
149945                   -1,
149946                   /* value */
149947                   0,
149948               };
149949               
149950               static const char*
149951               _CIM_SCSIController_SignalCapabilities_qualifiers[] =
149952               {
149953                   /* Deprecated */
149954                   "\013\000\001No Value\000",
149955                   /* ValueMap */
149956                   "\061\000\0061\0002\0003\0004\0005\0006\000",
149957                   /* Values */
149958                   "\062\000\006Other\000Unknown\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000",
149959                   /* ModelCorrespondence */
149960 mike  1.1.2.1     "\036\000\001CIM_SCSIInterface.SCSISignal\000",
149961                   0,
149962               };
149963               
149964               static MetaProperty
149965               _CIM_SCSIController_SignalCapabilities =
149966               {
149967                   /* flags */
149968                   META_FLAG_PROPERTY|META_FLAG_READ,
149969                   /* name */
149970                   "SignalCapabilities",
149971                   /* qualifiers */
149972                   _CIM_SCSIController_SignalCapabilities_qualifiers,
149973                   /* type */
149974                   CIMTYPE_UINT16,
149975                   /* subscript */
149976                   0,
149977                   /* value */
149978                   0,
149979               };
149980               
149981 mike  1.1.2.1 static MetaFeature*
149982               _CIM_SCSIController_features[] =
149983               {
149984                   (MetaFeature*)&_CIM_SCSIController_ProtectionManagement,
149985                   (MetaFeature*)&_CIM_SCSIController_MaxDataWidth,
149986                   (MetaFeature*)&_CIM_SCSIController_MaxTransferRate,
149987                   (MetaFeature*)&_CIM_SCSIController_ControllerTimeouts,
149988                   (MetaFeature*)&_CIM_SCSIController_SignalCapabilities,
149989                   0,
149990               };
149991               
149992               static const char*
149993               __root_cimv2_CIM_SCSIController_qualifiers[] =
149994               {
149995                   /* Deprecated */
149996                   "\013\000\001CIM_SCSIProtocolController\000",
149997                   /* UMLPackagePath */
149998                   "\057CIM::Device::Controller",
149999                   /* Version */
150000                   "\0632.10.0",
150001                   0,
150002 mike  1.1.2.1 };
150003               
150004               MetaClass
150005               __root_cimv2_CIM_SCSIController =
150006               {
150007                   /* flags */
150008                   META_FLAG_CLASS,
150009                   /* name */
150010                   "CIM_SCSIController",
150011                   /* qualifiers */
150012                   __root_cimv2_CIM_SCSIController_qualifiers,
150013                   /* super */
150014                   &__root_cimv2_CIM_Controller,
150015                   /* features */
150016                   _CIM_SCSIController_features,
150017               };
150018               
150019               //==============================================================================
150020               //
150021               // Class: CIM_SCSIProtocolEndpoint
150022               //
150023 mike  1.1.2.1 //==============================================================================
150024               
150025               static const char*
150026               _CIM_SCSIProtocolEndpoint_Name_qualifiers[] =
150027               {
150028                   /* Override */
150029                   "\044Name",
150030                   /* MaxLen */
150031                   "\030\000\000\001\000",
150032                   /* MappingStrings */
150033                   "\026\000\001SPC.INCITS-T10 |Protocol Specific Parameters | Name\000",
150034                   /* ModelCorrespondence */
150035                   "\036\000\002CIM_SCSIProtocolEndpoint.ConnectionType\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
150036                   0,
150037               };
150038               
150039               static MetaProperty
150040               _CIM_SCSIProtocolEndpoint_Name =
150041               {
150042                   /* flags */
150043                   META_FLAG_PROPERTY|META_FLAG_READ,
150044 mike  1.1.2.1     /* name */
150045                   "Name",
150046                   /* qualifiers */
150047                   _CIM_SCSIProtocolEndpoint_Name_qualifiers,
150048                   /* type */
150049                   CIMTYPE_STRING,
150050                   /* subscript */
150051                   -1,
150052                   /* value */
150053                   0,
150054               };
150055               
150056               static const char*
150057               _CIM_SCSIProtocolEndpoint_ConnectionType_qualifiers[] =
150058               {
150059                   /* ValueMap */
150060                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
150061                   /* Values */
150062                   "\062\000\011Other\000Fibre Channel\000Parallel SCSI\000SSA\000IEEE 1394\000RDMA\000iSCSI\000SAS\000ADT\000",
150063                   /* MappingStrings */
150064                   "\026\000\001SPC.INCITS-T10 | Protocol Identifier | Values\000",
150065 mike  1.1.2.1     /* ModelCorrespondence */
150066                   "\036\000\002CIM_SCSIProtocolEndpoint.Name\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
150067                   0,
150068               };
150069               
150070               static MetaProperty
150071               _CIM_SCSIProtocolEndpoint_ConnectionType =
150072               {
150073                   /* flags */
150074                   META_FLAG_PROPERTY|META_FLAG_READ,
150075                   /* name */
150076                   "ConnectionType",
150077                   /* qualifiers */
150078                   _CIM_SCSIProtocolEndpoint_ConnectionType_qualifiers,
150079                   /* type */
150080                   CIMTYPE_UINT16,
150081                   /* subscript */
150082                   -1,
150083                   /* value */
150084                   0,
150085               };
150086 mike  1.1.2.1 
150087               static const char*
150088               _CIM_SCSIProtocolEndpoint_Role_qualifiers[] =
150089               {
150090                   /* ValueMap */
150091                   "\061\000\0040\0002\0003\0004\000",
150092                   /* Values */
150093                   "\062\000\004Unknown\000Initiator\000Target\000Both Initiator and Target\000",
150094                   0,
150095               };
150096               
150097               static MetaProperty
150098               _CIM_SCSIProtocolEndpoint_Role =
150099               {
150100                   /* flags */
150101                   META_FLAG_PROPERTY|META_FLAG_READ,
150102                   /* name */
150103                   "Role",
150104                   /* qualifiers */
150105                   _CIM_SCSIProtocolEndpoint_Role_qualifiers,
150106                   /* type */
150107 mike  1.1.2.1     CIMTYPE_UINT16,
150108                   /* subscript */
150109                   -1,
150110                   /* value */
150111                   0,
150112               };
150113               
150114               static const char*
150115               _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber_qualifiers[] =
150116               {
150117                   /* MinValue */
150118                   "\035\000\000\000\000\000\000\000\001",
150119                   /* MappingStrings */
150120                   "\026\000\001SPC.INCITS-T10 | RelativeTargetPort | IdentifierFormat\000",
150121                   0,
150122               };
150123               
150124               static MetaProperty
150125               _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber =
150126               {
150127                   /* flags */
150128 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
150129                   /* name */
150130                   "TargetRelativePortNumber",
150131                   /* qualifiers */
150132                   _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber_qualifiers,
150133                   /* type */
150134                   CIMTYPE_UINT32,
150135                   /* subscript */
150136                   -1,
150137                   /* value */
150138                   0,
150139               };
150140               
150141               static const char*
150142               _CIM_SCSIProtocolEndpoint_OtherConnectionType_qualifiers[] =
150143               {
150144                   /* ModelCorrespondence */
150145                   "\036\000\002CIM_SCSIProtocolEndpoint.Name\000CIM_SCSIProtocolEndpoint.ConnectionType\000",
150146                   0,
150147               };
150148               
150149 mike  1.1.2.1 static MetaProperty
150150               _CIM_SCSIProtocolEndpoint_OtherConnectionType =
150151               {
150152                   /* flags */
150153                   META_FLAG_PROPERTY|META_FLAG_READ,
150154                   /* name */
150155                   "OtherConnectionType",
150156                   /* qualifiers */
150157                   _CIM_SCSIProtocolEndpoint_OtherConnectionType_qualifiers,
150158                   /* type */
150159                   CIMTYPE_STRING,
150160                   /* subscript */
150161                   -1,
150162                   /* value */
150163                   0,
150164               };
150165               
150166               static MetaFeature*
150167               _CIM_SCSIProtocolEndpoint_features[] =
150168               {
150169                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_Name,
150170 mike  1.1.2.1     (MetaFeature*)&_CIM_SCSIProtocolEndpoint_ConnectionType,
150171                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_Role,
150172                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_TargetRelativePortNumber,
150173                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_OtherConnectionType,
150174                   0,
150175               };
150176               
150177               static const char*
150178               __root_cimv2_CIM_SCSIProtocolEndpoint_qualifiers[] =
150179               {
150180                   /* UMLPackagePath */
150181                   "\057CIM::Network::ProtocolEndpoints",
150182                   /* Version */
150183                   "\0632.11.0",
150184                   0,
150185               };
150186               
150187               MetaClass
150188               __root_cimv2_CIM_SCSIProtocolEndpoint =
150189               {
150190                   /* flags */
150191 mike  1.1.2.1     META_FLAG_CLASS,
150192                   /* name */
150193                   "CIM_SCSIProtocolEndpoint",
150194                   /* qualifiers */
150195                   __root_cimv2_CIM_SCSIProtocolEndpoint_qualifiers,
150196                   /* super */
150197                   &__root_cimv2_CIM_ProtocolEndpoint,
150198                   /* features */
150199                   _CIM_SCSIProtocolEndpoint_features,
150200               };
150201               
150202               //==============================================================================
150203               //
150204               // Class: CIM_SDSLModem
150205               //
150206               //==============================================================================
150207               
150208               static MetaFeature*
150209               _CIM_SDSLModem_features[] =
150210               {
150211                   0,
150212 mike  1.1.2.1 };
150213               
150214               static const char*
150215               __root_cimv2_CIM_SDSLModem_qualifiers[] =
150216               {
150217                   /* UMLPackagePath */
150218                   "\057CIM::Device::Modems",
150219                   /* Version */
150220                   "\0632.6.0",
150221                   0,
150222               };
150223               
150224               MetaClass
150225               __root_cimv2_CIM_SDSLModem =
150226               {
150227                   /* flags */
150228                   META_FLAG_CLASS,
150229                   /* name */
150230                   "CIM_SDSLModem",
150231                   /* qualifiers */
150232                   __root_cimv2_CIM_SDSLModem_qualifiers,
150233 mike  1.1.2.1     /* super */
150234                   &__root_cimv2_CIM_DSLModem,
150235                   /* features */
150236                   _CIM_SDSLModem_features,
150237               };
150238               
150239               //==============================================================================
150240               //
150241               // Class: CIM_SecurityAssociationEndpoint
150242               //
150243               //==============================================================================
150244               
150245               static const char*
150246               _CIM_SecurityAssociationEndpoint_InstallDate_qualifiers[] =
150247               {
150248                   /* Override */
150249                   "\044InstallDate",
150250                   0,
150251               };
150252               
150253               static MetaProperty
150254 mike  1.1.2.1 _CIM_SecurityAssociationEndpoint_InstallDate =
150255               {
150256                   /* flags */
150257                   META_FLAG_PROPERTY|META_FLAG_READ,
150258                   /* name */
150259                   "InstallDate",
150260                   /* qualifiers */
150261                   _CIM_SecurityAssociationEndpoint_InstallDate_qualifiers,
150262                   /* type */
150263                   CIMTYPE_DATETIME,
150264                   /* subscript */
150265                   -1,
150266                   /* value */
150267                   0,
150268               };
150269               
150270               static const char*
150271               _CIM_SecurityAssociationEndpoint_LifetimeSeconds_qualifiers[] =
150272               {
150273                   /* Units */
150274                   "\060Seconds",
150275 mike  1.1.2.1     0,
150276               };
150277               
150278               static MetaProperty
150279               _CIM_SecurityAssociationEndpoint_LifetimeSeconds =
150280               {
150281                   /* flags */
150282                   META_FLAG_PROPERTY|META_FLAG_READ,
150283                   /* name */
150284                   "LifetimeSeconds",
150285                   /* qualifiers */
150286                   _CIM_SecurityAssociationEndpoint_LifetimeSeconds_qualifiers,
150287                   /* type */
150288                   CIMTYPE_UINT64,
150289                   /* subscript */
150290                   -1,
150291                   /* value */
150292                   "\000\000\000\000\000\000\000\000",
150293               };
150294               
150295               static const char*
150296 mike  1.1.2.1 _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage_qualifiers[] =
150297               {
150298                   /* Write */
150299                   "\065\001",
150300                   /* Units */
150301                   "\060Percent",
150302                   /* MinValue */
150303                   "\035\000\000\000\000\000\000\000\000",
150304                   /* MaxValue */
150305                   "\031\000\000\000\000\000\000\000\144",
150306                   0,
150307               };
150308               
150309               static MetaProperty
150310               _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage =
150311               {
150312                   /* flags */
150313                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150314                   /* name */
150315                   "RefreshThresholdSecondsPercentage",
150316                   /* qualifiers */
150317 mike  1.1.2.1     _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage_qualifiers,
150318                   /* type */
150319                   CIMTYPE_UINT8,
150320                   /* subscript */
150321                   -1,
150322                   /* value */
150323                   0,
150324               };
150325               
150326               static const char*
150327               _CIM_SecurityAssociationEndpoint_IdleDurationSeconds_qualifiers[] =
150328               {
150329                   /* Units */
150330                   "\060Seconds",
150331                   0,
150332               };
150333               
150334               static MetaProperty
150335               _CIM_SecurityAssociationEndpoint_IdleDurationSeconds =
150336               {
150337                   /* flags */
150338 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
150339                   /* name */
150340                   "IdleDurationSeconds",
150341                   /* qualifiers */
150342                   _CIM_SecurityAssociationEndpoint_IdleDurationSeconds_qualifiers,
150343                   /* type */
150344                   CIMTYPE_UINT64,
150345                   /* subscript */
150346                   -1,
150347                   /* value */
150348                   "\000\000\000\000\000\000\000\000",
150349               };
150350               
150351               static const char*
150352               _CIM_SecurityAssociationEndpoint_LifetimeKilobytes_qualifiers[] =
150353               {
150354                   /* Units */
150355                   "\060KiloBytes",
150356                   0,
150357               };
150358               
150359 mike  1.1.2.1 static MetaProperty
150360               _CIM_SecurityAssociationEndpoint_LifetimeKilobytes =
150361               {
150362                   /* flags */
150363                   META_FLAG_PROPERTY|META_FLAG_READ,
150364                   /* name */
150365                   "LifetimeKilobytes",
150366                   /* qualifiers */
150367                   _CIM_SecurityAssociationEndpoint_LifetimeKilobytes_qualifiers,
150368                   /* type */
150369                   CIMTYPE_UINT64,
150370                   /* subscript */
150371                   -1,
150372                   /* value */
150373                   "\000\000\000\000\000\000\000\000",
150374               };
150375               
150376               static const char*
150377               _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage_qualifiers[] =
150378               {
150379                   /* Write */
150380 mike  1.1.2.1     "\065\001",
150381                   /* Units */
150382                   "\060Percent",
150383                   /* MinValue */
150384                   "\035\000\000\000\000\000\000\000\000",
150385                   /* MaxValue */
150386                   "\031\000\000\000\000\000\000\000\144",
150387                   0,
150388               };
150389               
150390               static MetaProperty
150391               _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage =
150392               {
150393                   /* flags */
150394                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150395                   /* name */
150396                   "RefreshThresholdKbytesPercentage",
150397                   /* qualifiers */
150398                   _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage_qualifiers,
150399                   /* type */
150400                   CIMTYPE_UINT8,
150401 mike  1.1.2.1     /* subscript */
150402                   -1,
150403                   /* value */
150404                   0,
150405               };
150406               
150407               static const char*
150408               _CIM_SecurityAssociationEndpoint_PacketLoggingActive_qualifiers[] =
150409               {
150410                   /* Write */
150411                   "\065\001",
150412                   0,
150413               };
150414               
150415               static MetaProperty
150416               _CIM_SecurityAssociationEndpoint_PacketLoggingActive =
150417               {
150418                   /* flags */
150419                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150420                   /* name */
150421                   "PacketLoggingActive",
150422 mike  1.1.2.1     /* qualifiers */
150423                   _CIM_SecurityAssociationEndpoint_PacketLoggingActive_qualifiers,
150424                   /* type */
150425                   CIMTYPE_BOOLEAN,
150426                   /* subscript */
150427                   -1,
150428                   /* value */
150429                   0,
150430               };
150431               
150432               static MetaFeature*
150433               _CIM_SecurityAssociationEndpoint_features[] =
150434               {
150435                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_InstallDate,
150436                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_LifetimeSeconds,
150437                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage,
150438                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_IdleDurationSeconds,
150439                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_LifetimeKilobytes,
150440                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage,
150441                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_PacketLoggingActive,
150442                   0,
150443 mike  1.1.2.1 };
150444               
150445               static const char*
150446               __root_cimv2_CIM_SecurityAssociationEndpoint_qualifiers[] =
150447               {
150448                   /* UMLPackagePath */
150449                   "\057CIM::Network::IPsec",
150450                   /* Version */
150451                   "\0632.8.0",
150452                   0,
150453               };
150454               
150455               MetaClass
150456               __root_cimv2_CIM_SecurityAssociationEndpoint =
150457               {
150458                   /* flags */
150459                   META_FLAG_CLASS,
150460                   /* name */
150461                   "CIM_SecurityAssociationEndpoint",
150462                   /* qualifiers */
150463                   __root_cimv2_CIM_SecurityAssociationEndpoint_qualifiers,
150464 mike  1.1.2.1     /* super */
150465                   &__root_cimv2_CIM_ProtocolEndpoint,
150466                   /* features */
150467                   _CIM_SecurityAssociationEndpoint_features,
150468               };
150469               
150470               //==============================================================================
150471               //
150472               // Class: CIM_SecurityService
150473               //
150474               //==============================================================================
150475               
150476               static MetaFeature*
150477               _CIM_SecurityService_features[] =
150478               {
150479                   0,
150480               };
150481               
150482               static const char*
150483               __root_cimv2_CIM_SecurityService_qualifiers[] =
150484               {
150485 mike  1.1.2.1     /* UMLPackagePath */
150486                   "\057CIM::User::SecurityServices",
150487                   /* Abstract */
150488                   "\002\001",
150489                   /* Version */
150490                   "\0632.6.0",
150491                   0,
150492               };
150493               
150494               MetaClass
150495               __root_cimv2_CIM_SecurityService =
150496               {
150497                   /* flags */
150498                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
150499                   /* name */
150500                   "CIM_SecurityService",
150501                   /* qualifiers */
150502                   __root_cimv2_CIM_SecurityService_qualifiers,
150503                   /* super */
150504                   &__root_cimv2_CIM_Service,
150505                   /* features */
150506 mike  1.1.2.1     _CIM_SecurityService_features,
150507               };
150508               
150509               //==============================================================================
150510               //
150511               // Class: CIM_SecurityServiceForSystem
150512               //
150513               //==============================================================================
150514               
150515               static const char*
150516               _CIM_SecurityServiceForSystem_Antecedent_qualifiers[] =
150517               {
150518                   /* Override */
150519                   "\044Antecedent",
150520                   0,
150521               };
150522               
150523               static MetaReference
150524               _CIM_SecurityServiceForSystem_Antecedent =
150525               {
150526                   /* flags */
150527 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
150528                   /* name */
150529                   "Antecedent",
150530                   /* qualifiers */
150531                   _CIM_SecurityServiceForSystem_Antecedent_qualifiers,
150532                   /* subscript */
150533                   -1,
150534                   /* refId */
150535                   &__root_cimv2_CIM_SecurityService,
150536               };
150537               
150538               static const char*
150539               _CIM_SecurityServiceForSystem_Dependent_qualifiers[] =
150540               {
150541                   /* Override */
150542                   "\044Dependent",
150543                   0,
150544               };
150545               
150546               static MetaReference
150547               _CIM_SecurityServiceForSystem_Dependent =
150548 mike  1.1.2.1 {
150549                   /* flags */
150550                   META_FLAG_REFERENCE|META_FLAG_READ,
150551                   /* name */
150552                   "Dependent",
150553                   /* qualifiers */
150554                   _CIM_SecurityServiceForSystem_Dependent_qualifiers,
150555                   /* subscript */
150556                   -1,
150557                   /* refId */
150558                   &__root_cimv2_CIM_System,
150559               };
150560               
150561               static MetaFeature*
150562               _CIM_SecurityServiceForSystem_features[] =
150563               {
150564                   (MetaFeature*)&_CIM_SecurityServiceForSystem_Antecedent,
150565                   (MetaFeature*)&_CIM_SecurityServiceForSystem_Dependent,
150566                   0,
150567               };
150568               
150569 mike  1.1.2.1 static const char*
150570               __root_cimv2_CIM_SecurityServiceForSystem_qualifiers[] =
150571               {
150572                   /* ASSOCIATION */
150573                   "\000\001",
150574                   /* UMLPackagePath */
150575                   "\057CIM::User::SecurityServices",
150576                   /* Version */
150577                   "\0632.6.0",
150578                   0,
150579               };
150580               
150581               MetaClass
150582               __root_cimv2_CIM_SecurityServiceForSystem =
150583               {
150584                   /* flags */
150585                   META_FLAG_ASSOCIATION,
150586                   /* name */
150587                   "CIM_SecurityServiceForSystem",
150588                   /* qualifiers */
150589                   __root_cimv2_CIM_SecurityServiceForSystem_qualifiers,
150590 mike  1.1.2.1     /* super */
150591                   &__root_cimv2_CIM_ProvidesServiceToElement,
150592                   /* features */
150593                   _CIM_SecurityServiceForSystem_features,
150594               };
150595               
150596               //==============================================================================
150597               //
150598               // Class: CIM_SecurityServiceUsesAccount
150599               //
150600               //==============================================================================
150601               
150602               static const char*
150603               _CIM_SecurityServiceUsesAccount_Antecedent_qualifiers[] =
150604               {
150605                   /* Override */
150606                   "\044Antecedent",
150607                   0,
150608               };
150609               
150610               static MetaReference
150611 mike  1.1.2.1 _CIM_SecurityServiceUsesAccount_Antecedent =
150612               {
150613                   /* flags */
150614                   META_FLAG_REFERENCE|META_FLAG_READ,
150615                   /* name */
150616                   "Antecedent",
150617                   /* qualifiers */
150618                   _CIM_SecurityServiceUsesAccount_Antecedent_qualifiers,
150619                   /* subscript */
150620                   -1,
150621                   /* refId */
150622                   &__root_cimv2_CIM_Account,
150623               };
150624               
150625               static const char*
150626               _CIM_SecurityServiceUsesAccount_Dependent_qualifiers[] =
150627               {
150628                   /* Override */
150629                   "\044Dependent",
150630                   0,
150631               };
150632 mike  1.1.2.1 
150633               static MetaReference
150634               _CIM_SecurityServiceUsesAccount_Dependent =
150635               {
150636                   /* flags */
150637                   META_FLAG_REFERENCE|META_FLAG_READ,
150638                   /* name */
150639                   "Dependent",
150640                   /* qualifiers */
150641                   _CIM_SecurityServiceUsesAccount_Dependent_qualifiers,
150642                   /* subscript */
150643                   -1,
150644                   /* refId */
150645                   &__root_cimv2_CIM_SecurityService,
150646               };
150647               
150648               static MetaFeature*
150649               _CIM_SecurityServiceUsesAccount_features[] =
150650               {
150651                   (MetaFeature*)&_CIM_SecurityServiceUsesAccount_Antecedent,
150652                   (MetaFeature*)&_CIM_SecurityServiceUsesAccount_Dependent,
150653 mike  1.1.2.1     0,
150654               };
150655               
150656               static const char*
150657               __root_cimv2_CIM_SecurityServiceUsesAccount_qualifiers[] =
150658               {
150659                   /* ASSOCIATION */
150660                   "\000\001",
150661                   /* UMLPackagePath */
150662                   "\057CIM::User::Account",
150663                   /* Version */
150664                   "\0632.6.0",
150665                   0,
150666               };
150667               
150668               MetaClass
150669               __root_cimv2_CIM_SecurityServiceUsesAccount =
150670               {
150671                   /* flags */
150672                   META_FLAG_ASSOCIATION,
150673                   /* name */
150674 mike  1.1.2.1     "CIM_SecurityServiceUsesAccount",
150675                   /* qualifiers */
150676                   __root_cimv2_CIM_SecurityServiceUsesAccount_qualifiers,
150677                   /* super */
150678                   &__root_cimv2_CIM_Dependency,
150679                   /* features */
150680                   _CIM_SecurityServiceUsesAccount_features,
150681               };
150682               
150683               //==============================================================================
150684               //
150685               // Class: CIM_SerialController
150686               //
150687               //==============================================================================
150688               
150689               static const char*
150690               _CIM_SerialController_Capabilities_qualifiers[] =
150691               {
150692                   /* ValueMap */
150693                   "\061\000\0101\0002\0003\0004\0005\0006\000160\000161\000",
150694                   /* Values */
150695 mike  1.1.2.1     "\062\000\010Other\000Unknown\000XT/AT Compatible\00016450 Compatible\00016550 Compatible\00016550A Compatible\0008251 Compatible\0008251FIFO Compatible\000",
150696                   /* MappingStrings */
150697                   "\026\000\001MIF.DMTF|Serial Ports|004.7\000",
150698                   /* ArrayType */
150699                   "\005Indexed",
150700                   /* ModelCorrespondence */
150701                   "\036\000\001CIM_SerialController.CapabilityDescriptions\000",
150702                   0,
150703               };
150704               
150705               static MetaProperty
150706               _CIM_SerialController_Capabilities =
150707               {
150708                   /* flags */
150709                   META_FLAG_PROPERTY|META_FLAG_READ,
150710                   /* name */
150711                   "Capabilities",
150712                   /* qualifiers */
150713                   _CIM_SerialController_Capabilities_qualifiers,
150714                   /* type */
150715                   CIMTYPE_UINT16,
150716 mike  1.1.2.1     /* subscript */
150717                   0,
150718                   /* value */
150719                   0,
150720               };
150721               
150722               static const char*
150723               _CIM_SerialController_CapabilityDescriptions_qualifiers[] =
150724               {
150725                   /* ArrayType */
150726                   "\005Indexed",
150727                   /* ModelCorrespondence */
150728                   "\036\000\001CIM_SerialController.Capabilities\000",
150729                   0,
150730               };
150731               
150732               static MetaProperty
150733               _CIM_SerialController_CapabilityDescriptions =
150734               {
150735                   /* flags */
150736                   META_FLAG_PROPERTY|META_FLAG_READ,
150737 mike  1.1.2.1     /* name */
150738                   "CapabilityDescriptions",
150739                   /* qualifiers */
150740                   _CIM_SerialController_CapabilityDescriptions_qualifiers,
150741                   /* type */
150742                   CIMTYPE_STRING,
150743                   /* subscript */
150744                   0,
150745                   /* value */
150746                   0,
150747               };
150748               
150749               static const char*
150750               _CIM_SerialController_MaxBaudRate_qualifiers[] =
150751               {
150752                   /* Units */
150753                   "\060Bits per Second",
150754                   /* MappingStrings */
150755                   "\026\000\001MIF.DMTF|Serial Ports|004.6\000",
150756                   0,
150757               };
150758 mike  1.1.2.1 
150759               static MetaProperty
150760               _CIM_SerialController_MaxBaudRate =
150761               {
150762                   /* flags */
150763                   META_FLAG_PROPERTY|META_FLAG_READ,
150764                   /* name */
150765                   "MaxBaudRate",
150766                   /* qualifiers */
150767                   _CIM_SerialController_MaxBaudRate_qualifiers,
150768                   /* type */
150769                   CIMTYPE_UINT32,
150770                   /* subscript */
150771                   -1,
150772                   /* value */
150773                   0,
150774               };
150775               
150776               static const char*
150777               _CIM_SerialController_Security_qualifiers[] =
150778               {
150779 mike  1.1.2.1     /* ValueMap */
150780                   "\061\000\0061\0002\0003\0004\0005\0006\000",
150781                   /* Values */
150782                   "\062\000\006Other\000Unknown\000None\000External Interface Locked Out\000External Interface Enabled\000Boot Bypass\000",
150783                   /* MappingStrings */
150784                   "\026\000\001MIF.DMTF|Serial Ports|004.9\000",
150785                   0,
150786               };
150787               
150788               static MetaProperty
150789               _CIM_SerialController_Security =
150790               {
150791                   /* flags */
150792                   META_FLAG_PROPERTY|META_FLAG_READ,
150793                   /* name */
150794                   "Security",
150795                   /* qualifiers */
150796                   _CIM_SerialController_Security_qualifiers,
150797                   /* type */
150798                   CIMTYPE_UINT16,
150799                   /* subscript */
150800 mike  1.1.2.1     -1,
150801                   /* value */
150802                   0,
150803               };
150804               
150805               static MetaFeature*
150806               _CIM_SerialController_features[] =
150807               {
150808                   (MetaFeature*)&_CIM_SerialController_Capabilities,
150809                   (MetaFeature*)&_CIM_SerialController_CapabilityDescriptions,
150810                   (MetaFeature*)&_CIM_SerialController_MaxBaudRate,
150811                   (MetaFeature*)&_CIM_SerialController_Security,
150812                   0,
150813               };
150814               
150815               static const char*
150816               __root_cimv2_CIM_SerialController_qualifiers[] =
150817               {
150818                   /* UMLPackagePath */
150819                   "\057CIM::Device::Controller",
150820                   /* Version */
150821 mike  1.1.2.1     "\0632.10.0",
150822                   0,
150823               };
150824               
150825               MetaClass
150826               __root_cimv2_CIM_SerialController =
150827               {
150828                   /* flags */
150829                   META_FLAG_CLASS,
150830                   /* name */
150831                   "CIM_SerialController",
150832                   /* qualifiers */
150833                   __root_cimv2_CIM_SerialController_qualifiers,
150834                   /* super */
150835                   &__root_cimv2_CIM_Controller,
150836                   /* features */
150837                   _CIM_SerialController_features,
150838               };
150839               
150840               //==============================================================================
150841               //
150842 mike  1.1.2.1 // Class: CIM_ServiceAccessBySAP
150843               //
150844               //==============================================================================
150845               
150846               static const char*
150847               _CIM_ServiceAccessBySAP_Antecedent_qualifiers[] =
150848               {
150849                   /* Override */
150850                   "\044Antecedent",
150851                   0,
150852               };
150853               
150854               static MetaReference
150855               _CIM_ServiceAccessBySAP_Antecedent =
150856               {
150857                   /* flags */
150858                   META_FLAG_REFERENCE|META_FLAG_READ,
150859                   /* name */
150860                   "Antecedent",
150861                   /* qualifiers */
150862                   _CIM_ServiceAccessBySAP_Antecedent_qualifiers,
150863 mike  1.1.2.1     /* subscript */
150864                   -1,
150865                   /* refId */
150866                   &__root_cimv2_CIM_Service,
150867               };
150868               
150869               static const char*
150870               _CIM_ServiceAccessBySAP_Dependent_qualifiers[] =
150871               {
150872                   /* Override */
150873                   "\044Dependent",
150874                   0,
150875               };
150876               
150877               static MetaReference
150878               _CIM_ServiceAccessBySAP_Dependent =
150879               {
150880                   /* flags */
150881                   META_FLAG_REFERENCE|META_FLAG_READ,
150882                   /* name */
150883                   "Dependent",
150884 mike  1.1.2.1     /* qualifiers */
150885                   _CIM_ServiceAccessBySAP_Dependent_qualifiers,
150886                   /* subscript */
150887                   -1,
150888                   /* refId */
150889                   &__root_cimv2_CIM_ServiceAccessPoint,
150890               };
150891               
150892               static MetaFeature*
150893               _CIM_ServiceAccessBySAP_features[] =
150894               {
150895                   (MetaFeature*)&_CIM_ServiceAccessBySAP_Antecedent,
150896                   (MetaFeature*)&_CIM_ServiceAccessBySAP_Dependent,
150897                   0,
150898               };
150899               
150900               static const char*
150901               __root_cimv2_CIM_ServiceAccessBySAP_qualifiers[] =
150902               {
150903                   /* ASSOCIATION */
150904                   "\000\001",
150905 mike  1.1.2.1     /* UMLPackagePath */
150906                   "\057CIM::Core::Service",
150907                   /* Version */
150908                   "\0632.10.0",
150909                   0,
150910               };
150911               
150912               MetaClass
150913               __root_cimv2_CIM_ServiceAccessBySAP =
150914               {
150915                   /* flags */
150916                   META_FLAG_ASSOCIATION,
150917                   /* name */
150918                   "CIM_ServiceAccessBySAP",
150919                   /* qualifiers */
150920                   __root_cimv2_CIM_ServiceAccessBySAP_qualifiers,
150921                   /* super */
150922                   &__root_cimv2_CIM_Dependency,
150923                   /* features */
150924                   _CIM_ServiceAccessBySAP_features,
150925               };
150926 mike  1.1.2.1 
150927               //==============================================================================
150928               //
150929               // Class: CIM_ServiceAvailableToDatabase
150930               //
150931               //==============================================================================
150932               
150933               static const char*
150934               _CIM_ServiceAvailableToDatabase_ServiceProvided_qualifiers[] =
150935               {
150936                   /* Override */
150937                   "\044ServiceProvided",
150938                   0,
150939               };
150940               
150941               static MetaReference
150942               _CIM_ServiceAvailableToDatabase_ServiceProvided =
150943               {
150944                   /* flags */
150945                   META_FLAG_REFERENCE|META_FLAG_READ,
150946                   /* name */
150947 mike  1.1.2.1     "ServiceProvided",
150948                   /* qualifiers */
150949                   _CIM_ServiceAvailableToDatabase_ServiceProvided_qualifiers,
150950                   /* subscript */
150951                   -1,
150952                   /* refId */
150953                   &__root_cimv2_CIM_DatabaseService,
150954               };
150955               
150956               static const char*
150957               _CIM_ServiceAvailableToDatabase_UserOfService_qualifiers[] =
150958               {
150959                   /* Override */
150960                   "\044UserOfService",
150961                   0,
150962               };
150963               
150964               static MetaReference
150965               _CIM_ServiceAvailableToDatabase_UserOfService =
150966               {
150967                   /* flags */
150968 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
150969                   /* name */
150970                   "UserOfService",
150971                   /* qualifiers */
150972                   _CIM_ServiceAvailableToDatabase_UserOfService_qualifiers,
150973                   /* subscript */
150974                   -1,
150975                   /* refId */
150976                   &__root_cimv2_CIM_CommonDatabase,
150977               };
150978               
150979               static const char*
150980               _CIM_ServiceAvailableToDatabase_AvailableState_qualifiers[] =
150981               {
150982                   /* ValueMap */
150983                   "\061\000\0051\0002\0003\0004\0005\000",
150984                   /* Values */
150985                   "\062\000\005Other\000Active\000Available\000Restricted\000Unavailable\000",
150986                   /* MappingStrings */
150987                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsRelState\000",
150988                   /* ModelCorrespondence */
150989 mike  1.1.2.1     "\036\000\001CIM_ServiceAvailableToDatabase.OtherAvailableState\000",
150990                   0,
150991               };
150992               
150993               static MetaProperty
150994               _CIM_ServiceAvailableToDatabase_AvailableState =
150995               {
150996                   /* flags */
150997                   META_FLAG_PROPERTY|META_FLAG_READ,
150998                   /* name */
150999                   "AvailableState",
151000                   /* qualifiers */
151001                   _CIM_ServiceAvailableToDatabase_AvailableState_qualifiers,
151002                   /* type */
151003                   CIMTYPE_UINT16,
151004                   /* subscript */
151005                   -1,
151006                   /* value */
151007                   0,
151008               };
151009               
151010 mike  1.1.2.1 static const char*
151011               _CIM_ServiceAvailableToDatabase_OtherAvailableState_qualifiers[] =
151012               {
151013                   /* ModelCorrespondence */
151014                   "\036\000\001CIM_ServiceAvailableToDatabase.AvailableState\000",
151015                   0,
151016               };
151017               
151018               static MetaProperty
151019               _CIM_ServiceAvailableToDatabase_OtherAvailableState =
151020               {
151021                   /* flags */
151022                   META_FLAG_PROPERTY|META_FLAG_READ,
151023                   /* name */
151024                   "OtherAvailableState",
151025                   /* qualifiers */
151026                   _CIM_ServiceAvailableToDatabase_OtherAvailableState_qualifiers,
151027                   /* type */
151028                   CIMTYPE_STRING,
151029                   /* subscript */
151030                   -1,
151031 mike  1.1.2.1     /* value */
151032                   0,
151033               };
151034               
151035               static const char*
151036               _CIM_ServiceAvailableToDatabase_ActiveTime_qualifiers[] =
151037               {
151038                   /* MappingStrings */
151039                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsRelActiveTime\000",
151040                   0,
151041               };
151042               
151043               static MetaProperty
151044               _CIM_ServiceAvailableToDatabase_ActiveTime =
151045               {
151046                   /* flags */
151047                   META_FLAG_PROPERTY|META_FLAG_READ,
151048                   /* name */
151049                   "ActiveTime",
151050                   /* qualifiers */
151051                   _CIM_ServiceAvailableToDatabase_ActiveTime_qualifiers,
151052 mike  1.1.2.1     /* type */
151053                   CIMTYPE_DATETIME,
151054                   /* subscript */
151055                   -1,
151056                   /* value */
151057                   0,
151058               };
151059               
151060               static MetaFeature*
151061               _CIM_ServiceAvailableToDatabase_features[] =
151062               {
151063                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_ServiceProvided,
151064                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_UserOfService,
151065                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_AvailableState,
151066                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_OtherAvailableState,
151067                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_ActiveTime,
151068                   0,
151069               };
151070               
151071               static const char*
151072               __root_cimv2_CIM_ServiceAvailableToDatabase_qualifiers[] =
151073 mike  1.1.2.1 {
151074                   /* ASSOCIATION */
151075                   "\000\001",
151076                   /* UMLPackagePath */
151077                   "\057CIM::Database::System",
151078                   /* Version */
151079                   "\0632.7.0",
151080                   0,
151081               };
151082               
151083               MetaClass
151084               __root_cimv2_CIM_ServiceAvailableToDatabase =
151085               {
151086                   /* flags */
151087                   META_FLAG_ASSOCIATION,
151088                   /* name */
151089                   "CIM_ServiceAvailableToDatabase",
151090                   /* qualifiers */
151091                   __root_cimv2_CIM_ServiceAvailableToDatabase_qualifiers,
151092                   /* super */
151093                   &__root_cimv2_CIM_ServiceAvailableToElement,
151094 mike  1.1.2.1     /* features */
151095                   _CIM_ServiceAvailableToDatabase_features,
151096               };
151097               
151098               //==============================================================================
151099               //
151100               // Class: CIM_ServiceServiceDependency
151101               //
151102               //==============================================================================
151103               
151104               static const char*
151105               _CIM_ServiceServiceDependency_Antecedent_qualifiers[] =
151106               {
151107                   /* Override */
151108                   "\044Antecedent",
151109                   0,
151110               };
151111               
151112               static MetaReference
151113               _CIM_ServiceServiceDependency_Antecedent =
151114               {
151115 mike  1.1.2.1     /* flags */
151116                   META_FLAG_REFERENCE|META_FLAG_READ,
151117                   /* name */
151118                   "Antecedent",
151119                   /* qualifiers */
151120                   _CIM_ServiceServiceDependency_Antecedent_qualifiers,
151121                   /* subscript */
151122                   -1,
151123                   /* refId */
151124                   &__root_cimv2_CIM_Service,
151125               };
151126               
151127               static const char*
151128               _CIM_ServiceServiceDependency_Dependent_qualifiers[] =
151129               {
151130                   /* Override */
151131                   "\044Dependent",
151132                   0,
151133               };
151134               
151135               static MetaReference
151136 mike  1.1.2.1 _CIM_ServiceServiceDependency_Dependent =
151137               {
151138                   /* flags */
151139                   META_FLAG_REFERENCE|META_FLAG_READ,
151140                   /* name */
151141                   "Dependent",
151142                   /* qualifiers */
151143                   _CIM_ServiceServiceDependency_Dependent_qualifiers,
151144                   /* subscript */
151145                   -1,
151146                   /* refId */
151147                   &__root_cimv2_CIM_Service,
151148               };
151149               
151150               static const char*
151151               _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers[] =
151152               {
151153                   /* ValueMap */
151154                   "\061\000\0050\0001\0002\0003\0004\000",
151155                   /* Values */
151156                   "\062\000\005Unknown\000Other\000Service Must Have Completed\000Service Must Be Started\000Service Must Not Be Started\000",
151157 mike  1.1.2.1     0,
151158               };
151159               
151160               static MetaProperty
151161               _CIM_ServiceServiceDependency_TypeOfDependency =
151162               {
151163                   /* flags */
151164                   META_FLAG_PROPERTY|META_FLAG_READ,
151165                   /* name */
151166                   "TypeOfDependency",
151167                   /* qualifiers */
151168                   _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers,
151169                   /* type */
151170                   CIMTYPE_UINT16,
151171                   /* subscript */
151172                   -1,
151173                   /* value */
151174                   0,
151175               };
151176               
151177               static const char*
151178 mike  1.1.2.1 _CIM_ServiceServiceDependency_RestartService_qualifiers[] =
151179               {
151180                   0,
151181               };
151182               
151183               static MetaProperty
151184               _CIM_ServiceServiceDependency_RestartService =
151185               {
151186                   /* flags */
151187                   META_FLAG_PROPERTY|META_FLAG_READ,
151188                   /* name */
151189                   "RestartService",
151190                   /* qualifiers */
151191                   _CIM_ServiceServiceDependency_RestartService_qualifiers,
151192                   /* type */
151193                   CIMTYPE_BOOLEAN,
151194                   /* subscript */
151195                   -1,
151196                   /* value */
151197                   0,
151198               };
151199 mike  1.1.2.1 
151200               static MetaFeature*
151201               _CIM_ServiceServiceDependency_features[] =
151202               {
151203                   (MetaFeature*)&_CIM_ServiceServiceDependency_Antecedent,
151204                   (MetaFeature*)&_CIM_ServiceServiceDependency_Dependent,
151205                   (MetaFeature*)&_CIM_ServiceServiceDependency_TypeOfDependency,
151206                   (MetaFeature*)&_CIM_ServiceServiceDependency_RestartService,
151207                   0,
151208               };
151209               
151210               static const char*
151211               __root_cimv2_CIM_ServiceServiceDependency_qualifiers[] =
151212               {
151213                   /* ASSOCIATION */
151214                   "\000\001",
151215                   /* UMLPackagePath */
151216                   "\057CIM::Core::Service",
151217                   /* Version */
151218                   "\0632.10.0",
151219                   0,
151220 mike  1.1.2.1 };
151221               
151222               MetaClass
151223               __root_cimv2_CIM_ServiceServiceDependency =
151224               {
151225                   /* flags */
151226                   META_FLAG_ASSOCIATION,
151227                   /* name */
151228                   "CIM_ServiceServiceDependency",
151229                   /* qualifiers */
151230                   __root_cimv2_CIM_ServiceServiceDependency_qualifiers,
151231                   /* super */
151232                   &__root_cimv2_CIM_ProvidesServiceToElement,
151233                   /* features */
151234                   _CIM_ServiceServiceDependency_features,
151235               };
151236               
151237               //==============================================================================
151238               //
151239               // Class: CIM_ServiceUsesSecurityService
151240               //
151241 mike  1.1.2.1 //==============================================================================
151242               
151243               static const char*
151244               _CIM_ServiceUsesSecurityService_Antecedent_qualifiers[] =
151245               {
151246                   /* Override */
151247                   "\044Antecedent",
151248                   0,
151249               };
151250               
151251               static MetaReference
151252               _CIM_ServiceUsesSecurityService_Antecedent =
151253               {
151254                   /* flags */
151255                   META_FLAG_REFERENCE|META_FLAG_READ,
151256                   /* name */
151257                   "Antecedent",
151258                   /* qualifiers */
151259                   _CIM_ServiceUsesSecurityService_Antecedent_qualifiers,
151260                   /* subscript */
151261                   -1,
151262 mike  1.1.2.1     /* refId */
151263                   &__root_cimv2_CIM_SecurityService,
151264               };
151265               
151266               static const char*
151267               _CIM_ServiceUsesSecurityService_Dependent_qualifiers[] =
151268               {
151269                   /* Override */
151270                   "\044Dependent",
151271                   0,
151272               };
151273               
151274               static MetaReference
151275               _CIM_ServiceUsesSecurityService_Dependent =
151276               {
151277                   /* flags */
151278                   META_FLAG_REFERENCE|META_FLAG_READ,
151279                   /* name */
151280                   "Dependent",
151281                   /* qualifiers */
151282                   _CIM_ServiceUsesSecurityService_Dependent_qualifiers,
151283 mike  1.1.2.1     /* subscript */
151284                   -1,
151285                   /* refId */
151286                   &__root_cimv2_CIM_Service,
151287               };
151288               
151289               static MetaFeature*
151290               _CIM_ServiceUsesSecurityService_features[] =
151291               {
151292                   (MetaFeature*)&_CIM_ServiceUsesSecurityService_Antecedent,
151293                   (MetaFeature*)&_CIM_ServiceUsesSecurityService_Dependent,
151294                   0,
151295               };
151296               
151297               static const char*
151298               __root_cimv2_CIM_ServiceUsesSecurityService_qualifiers[] =
151299               {
151300                   /* ASSOCIATION */
151301                   "\000\001",
151302                   /* UMLPackagePath */
151303                   "\057CIM::User::SecurityServices",
151304 mike  1.1.2.1     /* Version */
151305                   "\0632.6.0",
151306                   0,
151307               };
151308               
151309               MetaClass
151310               __root_cimv2_CIM_ServiceUsesSecurityService =
151311               {
151312                   /* flags */
151313                   META_FLAG_ASSOCIATION,
151314                   /* name */
151315                   "CIM_ServiceUsesSecurityService",
151316                   /* qualifiers */
151317                   __root_cimv2_CIM_ServiceUsesSecurityService_qualifiers,
151318                   /* super */
151319                   &__root_cimv2_CIM_ServiceServiceDependency,
151320                   /* features */
151321                   _CIM_ServiceUsesSecurityService_features,
151322               };
151323               
151324               //==============================================================================
151325 mike  1.1.2.1 //
151326               // Class: CIM_SettingForSystem
151327               //
151328               //==============================================================================
151329               
151330               static const char*
151331               _CIM_SettingForSystem_Antecedent_qualifiers[] =
151332               {
151333                   /* Override */
151334                   "\044Antecedent",
151335                   /* Min */
151336                   "\033\000\000\000\001",
151337                   /* Max */
151338                   "\027\000\000\000\001",
151339                   0,
151340               };
151341               
151342               static MetaReference
151343               _CIM_SettingForSystem_Antecedent =
151344               {
151345                   /* flags */
151346 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
151347                   /* name */
151348                   "Antecedent",
151349                   /* qualifiers */
151350                   _CIM_SettingForSystem_Antecedent_qualifiers,
151351                   /* subscript */
151352                   -1,
151353                   /* refId */
151354                   &__root_cimv2_CIM_System,
151355               };
151356               
151357               static const char*
151358               _CIM_SettingForSystem_Dependent_qualifiers[] =
151359               {
151360                   /* Override */
151361                   "\044Dependent",
151362                   /* Weak */
151363                   "\064\001",
151364                   0,
151365               };
151366               
151367 mike  1.1.2.1 static MetaReference
151368               _CIM_SettingForSystem_Dependent =
151369               {
151370                   /* flags */
151371                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
151372                   /* name */
151373                   "Dependent",
151374                   /* qualifiers */
151375                   _CIM_SettingForSystem_Dependent_qualifiers,
151376                   /* subscript */
151377                   -1,
151378                   /* refId */
151379                   &__root_cimv2_CIM_SystemSetting,
151380               };
151381               
151382               static MetaFeature*
151383               _CIM_SettingForSystem_features[] =
151384               {
151385                   (MetaFeature*)&_CIM_SettingForSystem_Antecedent,
151386                   (MetaFeature*)&_CIM_SettingForSystem_Dependent,
151387                   0,
151388 mike  1.1.2.1 };
151389               
151390               static const char*
151391               __root_cimv2_CIM_SettingForSystem_qualifiers[] =
151392               {
151393                   /* ASSOCIATION */
151394                   "\000\001",
151395                   /* UMLPackagePath */
151396                   "\057CIM::Core::Settings",
151397                   /* Version */
151398                   "\0632.10.0",
151399                   0,
151400               };
151401               
151402               MetaClass
151403               __root_cimv2_CIM_SettingForSystem =
151404               {
151405                   /* flags */
151406                   META_FLAG_ASSOCIATION,
151407                   /* name */
151408                   "CIM_SettingForSystem",
151409 mike  1.1.2.1     /* qualifiers */
151410                   __root_cimv2_CIM_SettingForSystem_qualifiers,
151411                   /* super */
151412                   &__root_cimv2_CIM_HostedDependency,
151413                   /* features */
151414                   _CIM_SettingForSystem_features,
151415               };
151416               
151417               //==============================================================================
151418               //
151419               // Class: CIM_Snapshot
151420               //
151421               //==============================================================================
151422               
151423               static const char*
151424               _CIM_Snapshot_IsSynced_qualifiers[] =
151425               {
151426                   /* Deprecated */
151427                   "\013\000\001CIM_Synchronized.SyncMaintained\000",
151428                   0,
151429               };
151430 mike  1.1.2.1 
151431               static MetaProperty
151432               _CIM_Snapshot_IsSynced =
151433               {
151434                   /* flags */
151435                   META_FLAG_PROPERTY|META_FLAG_READ,
151436                   /* name */
151437                   "IsSynced",
151438                   /* qualifiers */
151439                   _CIM_Snapshot_IsSynced_qualifiers,
151440                   /* type */
151441                   CIMTYPE_BOOLEAN,
151442                   /* subscript */
151443                   -1,
151444                   /* value */
151445                   0,
151446               };
151447               
151448               static const char*
151449               _CIM_Snapshot_SyncTime_qualifiers[] =
151450               {
151451 mike  1.1.2.1     /* Deprecated */
151452                   "\013\000\001CIM_Synchronized.WhenSynced\000",
151453                   0,
151454               };
151455               
151456               static MetaProperty
151457               _CIM_Snapshot_SyncTime =
151458               {
151459                   /* flags */
151460                   META_FLAG_PROPERTY|META_FLAG_READ,
151461                   /* name */
151462                   "SyncTime",
151463                   /* qualifiers */
151464                   _CIM_Snapshot_SyncTime_qualifiers,
151465                   /* type */
151466                   CIMTYPE_DATETIME,
151467                   /* subscript */
151468                   -1,
151469                   /* value */
151470                   0,
151471               };
151472 mike  1.1.2.1 
151473               static MetaFeature*
151474               _CIM_Snapshot_features[] =
151475               {
151476                   (MetaFeature*)&_CIM_Snapshot_IsSynced,
151477                   (MetaFeature*)&_CIM_Snapshot_SyncTime,
151478                   0,
151479               };
151480               
151481               static const char*
151482               __root_cimv2_CIM_Snapshot_qualifiers[] =
151483               {
151484                   /* Deprecated */
151485                   "\013\000\001No Value\000",
151486                   /* UMLPackagePath */
151487                   "\057CIM::Device::SccExtents",
151488                   /* Version */
151489                   "\0632.7.0",
151490                   0,
151491               };
151492               
151493 mike  1.1.2.1 MetaClass
151494               __root_cimv2_CIM_Snapshot =
151495               {
151496                   /* flags */
151497                   META_FLAG_CLASS,
151498                   /* name */
151499                   "CIM_Snapshot",
151500                   /* qualifiers */
151501                   __root_cimv2_CIM_Snapshot_qualifiers,
151502                   /* super */
151503                   &__root_cimv2_CIM_StorageExtent,
151504                   /* features */
151505                   _CIM_Snapshot_features,
151506               };
151507               
151508               //==============================================================================
151509               //
151510               // Class: CIM_SnapshotOfExtent
151511               //
151512               //==============================================================================
151513               
151514 mike  1.1.2.1 static const char*
151515               _CIM_SnapshotOfExtent_Antecedent_qualifiers[] =
151516               {
151517                   /* Deprecated */
151518                   "\013\000\001No Value\000",
151519                   /* Override */
151520                   "\044Antecedent",
151521                   /* Max */
151522                   "\027\000\000\000\001",
151523                   0,
151524               };
151525               
151526               static MetaReference
151527               _CIM_SnapshotOfExtent_Antecedent =
151528               {
151529                   /* flags */
151530                   META_FLAG_REFERENCE|META_FLAG_READ,
151531                   /* name */
151532                   "Antecedent",
151533                   /* qualifiers */
151534                   _CIM_SnapshotOfExtent_Antecedent_qualifiers,
151535 mike  1.1.2.1     /* subscript */
151536                   -1,
151537                   /* refId */
151538                   &__root_cimv2_CIM_StorageExtent,
151539               };
151540               
151541               static const char*
151542               _CIM_SnapshotOfExtent_Dependent_qualifiers[] =
151543               {
151544                   /* Deprecated */
151545                   "\013\000\001No Value\000",
151546                   /* Override */
151547                   "\044Dependent",
151548                   0,
151549               };
151550               
151551               static MetaReference
151552               _CIM_SnapshotOfExtent_Dependent =
151553               {
151554                   /* flags */
151555                   META_FLAG_REFERENCE|META_FLAG_READ,
151556 mike  1.1.2.1     /* name */
151557                   "Dependent",
151558                   /* qualifiers */
151559                   _CIM_SnapshotOfExtent_Dependent_qualifiers,
151560                   /* subscript */
151561                   -1,
151562                   /* refId */
151563                   &__root_cimv2_CIM_Snapshot,
151564               };
151565               
151566               static const char*
151567               _CIM_SnapshotOfExtent_SnapshotType_qualifiers[] =
151568               {
151569                   /* Deprecated */
151570                   "\013\000\001CIM_StorageSynchronized.CopyType\000",
151571                   /* ValueMap */
151572                   "\061\000\0050\0001\0002\0003\0004\000",
151573                   /* Values */
151574                   "\062\000\005Other\000Unknown\000Copy\000Before Delta\000After Delta\000",
151575                   0,
151576               };
151577 mike  1.1.2.1 
151578               static MetaProperty
151579               _CIM_SnapshotOfExtent_SnapshotType =
151580               {
151581                   /* flags */
151582                   META_FLAG_PROPERTY|META_FLAG_READ,
151583                   /* name */
151584                   "SnapshotType",
151585                   /* qualifiers */
151586                   _CIM_SnapshotOfExtent_SnapshotType_qualifiers,
151587                   /* type */
151588                   CIMTYPE_UINT16,
151589                   /* subscript */
151590                   -1,
151591                   /* value */
151592                   0,
151593               };
151594               
151595               static MetaFeature*
151596               _CIM_SnapshotOfExtent_features[] =
151597               {
151598 mike  1.1.2.1     (MetaFeature*)&_CIM_SnapshotOfExtent_Antecedent,
151599                   (MetaFeature*)&_CIM_SnapshotOfExtent_Dependent,
151600                   (MetaFeature*)&_CIM_SnapshotOfExtent_SnapshotType,
151601                   0,
151602               };
151603               
151604               static const char*
151605               __root_cimv2_CIM_SnapshotOfExtent_qualifiers[] =
151606               {
151607                   /* ASSOCIATION */
151608                   "\000\001",
151609                   /* Deprecated */
151610                   "\013\000\001No Value\000",
151611                   /* UMLPackagePath */
151612                   "\057CIM::Device::SccExtents",
151613                   /* Version */
151614                   "\0632.7.0",
151615                   0,
151616               };
151617               
151618               MetaClass
151619 mike  1.1.2.1 __root_cimv2_CIM_SnapshotOfExtent =
151620               {
151621                   /* flags */
151622                   META_FLAG_ASSOCIATION,
151623                   /* name */
151624                   "CIM_SnapshotOfExtent",
151625                   /* qualifiers */
151626                   __root_cimv2_CIM_SnapshotOfExtent_qualifiers,
151627                   /* super */
151628                   &__root_cimv2_CIM_Dependency,
151629                   /* features */
151630                   _CIM_SnapshotOfExtent_features,
151631               };
151632               
151633               //==============================================================================
151634               //
151635               // Class: CIM_Specific802dot1QVLANService
151636               //
151637               //==============================================================================
151638               
151639               static MetaFeature*
151640 mike  1.1.2.1 _CIM_Specific802dot1QVLANService_features[] =
151641               {
151642                   0,
151643               };
151644               
151645               static const char*
151646               __root_cimv2_CIM_Specific802dot1QVLANService_qualifiers[] =
151647               {
151648                   /* Deprecated */
151649                   "\013\000\001No Value\000",
151650                   /* UMLPackagePath */
151651                   "\057CIM::Network::VLAN",
151652                   /* Version */
151653                   "\0632.8.0",
151654                   0,
151655               };
151656               
151657               MetaClass
151658               __root_cimv2_CIM_Specific802dot1QVLANService =
151659               {
151660                   /* flags */
151661 mike  1.1.2.1     META_FLAG_CLASS,
151662                   /* name */
151663                   "CIM_Specific802dot1QVLANService",
151664                   /* qualifiers */
151665                   __root_cimv2_CIM_Specific802dot1QVLANService_qualifiers,
151666                   /* super */
151667                   &__root_cimv2_CIM_VLANService,
151668                   /* features */
151669                   _CIM_Specific802dot1QVLANService_features,
151670               };
151671               
151672               //==============================================================================
151673               //
151674               // Class: CIM_SSAController
151675               //
151676               //==============================================================================
151677               
151678               static MetaFeature*
151679               _CIM_SSAController_features[] =
151680               {
151681                   0,
151682 mike  1.1.2.1 };
151683               
151684               static const char*
151685               __root_cimv2_CIM_SSAController_qualifiers[] =
151686               {
151687                   /* UMLPackagePath */
151688                   "\057CIM::Device::Controller",
151689                   /* Version */
151690                   "\0632.6.0",
151691                   0,
151692               };
151693               
151694               MetaClass
151695               __root_cimv2_CIM_SSAController =
151696               {
151697                   /* flags */
151698                   META_FLAG_CLASS,
151699                   /* name */
151700                   "CIM_SSAController",
151701                   /* qualifiers */
151702                   __root_cimv2_CIM_SSAController_qualifiers,
151703 mike  1.1.2.1     /* super */
151704                   &__root_cimv2_CIM_Controller,
151705                   /* features */
151706                   _CIM_SSAController_features,
151707               };
151708               
151709               //==============================================================================
151710               //
151711               // Class: CIM_StorageConfigurationService
151712               //
151713               //==============================================================================
151714               
151715               static const char*
151716               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName_qualifiers[] =
151717               {
151718                   /* IN */
151719                   "\024\001",
151720                   0,
151721               };
151722               
151723               static MetaProperty
151724 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName =
151725               {
151726                   /* flags */
151727                   META_FLAG_PROPERTY|META_FLAG_IN,
151728                   /* name */
151729                   "ElementName",
151730                   /* qualifiers */
151731                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName_qualifiers,
151732                   /* type */
151733                   CIMTYPE_STRING,
151734                   /* subscript */
151735                   -1,
151736                   /* value */
151737                   0,
151738               };
151739               
151740               static const char*
151741               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job_qualifiers[] =
151742               {
151743                   /* IN */
151744                   "\024\000",
151745 mike  1.1.2.1     /* OUT */
151746                   "\043\001",
151747                   0,
151748               };
151749               
151750               static MetaReference
151751               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job =
151752               {
151753                   /* flags */
151754                   META_FLAG_REFERENCE|META_FLAG_OUT,
151755                   /* name */
151756                   "Job",
151757                   /* qualifiers */
151758                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job_qualifiers,
151759                   /* subscript */
151760                   -1,
151761                   /* ref */
151762                   &__root_cimv2_CIM_ConcreteJob,
151763               };
151764               
151765               static const char*
151766 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal_qualifiers[] =
151767               {
151768                   /* IN */
151769                   "\024\001",
151770                   0,
151771               };
151772               
151773               static MetaReference
151774               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal =
151775               {
151776                   /* flags */
151777                   META_FLAG_REFERENCE|META_FLAG_IN,
151778                   /* name */
151779                   "Goal",
151780                   /* qualifiers */
151781                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal_qualifiers,
151782                   /* subscript */
151783                   -1,
151784                   /* ref */
151785                   &__root_cimv2_CIM_StorageSetting,
151786               };
151787 mike  1.1.2.1 
151788               static const char*
151789               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size_qualifiers[] =
151790               {
151791                   /* IN */
151792                   "\024\001",
151793                   /* OUT */
151794                   "\043\001",
151795                   /* Units */
151796                   "\060Bytes",
151797                   0,
151798               };
151799               
151800               static MetaProperty
151801               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size =
151802               {
151803                   /* flags */
151804                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
151805                   /* name */
151806                   "Size",
151807                   /* qualifiers */
151808 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size_qualifiers,
151809                   /* type */
151810                   CIMTYPE_UINT64,
151811                   /* subscript */
151812                   -1,
151813                   /* value */
151814                   0,
151815               };
151816               
151817               static const char*
151818               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools_qualifiers[] =
151819               {
151820                   /* IN */
151821                   "\024\001",
151822                   0,
151823               };
151824               
151825               static MetaProperty
151826               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools =
151827               {
151828                   /* flags */
151829 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
151830                   /* name */
151831                   "InPools",
151832                   /* qualifiers */
151833                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools_qualifiers,
151834                   /* type */
151835                   CIMTYPE_STRING,
151836                   /* subscript */
151837                   0,
151838                   /* value */
151839                   0,
151840               };
151841               
151842               static const char*
151843               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents_qualifiers[] =
151844               {
151845                   /* IN */
151846                   "\024\001",
151847                   0,
151848               };
151849               
151850 mike  1.1.2.1 static MetaProperty
151851               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents =
151852               {
151853                   /* flags */
151854                   META_FLAG_PROPERTY|META_FLAG_IN,
151855                   /* name */
151856                   "InExtents",
151857                   /* qualifiers */
151858                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents_qualifiers,
151859                   /* type */
151860                   CIMTYPE_STRING,
151861                   /* subscript */
151862                   0,
151863                   /* value */
151864                   0,
151865               };
151866               
151867               static const char*
151868               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool_qualifiers[] =
151869               {
151870                   /* IN */
151871 mike  1.1.2.1     "\024\001",
151872                   /* OUT */
151873                   "\043\001",
151874                   0,
151875               };
151876               
151877               static MetaReference
151878               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool =
151879               {
151880                   /* flags */
151881                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
151882                   /* name */
151883                   "Pool",
151884                   /* qualifiers */
151885                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool_qualifiers,
151886                   /* subscript */
151887                   -1,
151888                   /* ref */
151889                   &__root_cimv2_CIM_StoragePool,
151890               };
151891               
151892 mike  1.1.2.1 static MetaFeature*
151893               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_parameters[] =
151894               {
151895                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName,
151896                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job,
151897                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal,
151898                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size,
151899                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools,
151900                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents,
151901                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool,
151902                   0,
151903               };
151904               
151905               static const char*
151906               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_qualifiers[] =
151907               {
151908                   /* ValueMap */
151909                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
151910                   /* Values */
151911                   "\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",
151912                   0,
151913 mike  1.1.2.1 };
151914               
151915               static MetaMethod
151916               _CIM_StorageConfigurationService_CreateOrModifyStoragePool =
151917               {
151918                   /* flags */
151919                   META_FLAG_METHOD,
151920                   /* name */
151921                   "CIM_StorageConfigurationService",
151922                   /* qualifiers */
151923                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_qualifiers,
151924                   /* type */
151925                   CIMTYPE_UINT32,
151926                   /* parameters */
151927                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_parameters,
151928               };
151929               
151930               static const char*
151931               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName_qualifiers[] =
151932               {
151933                   /* IN */
151934 mike  1.1.2.1     "\024\001",
151935                   0,
151936               };
151937               
151938               static MetaProperty
151939               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName =
151940               {
151941                   /* flags */
151942                   META_FLAG_PROPERTY|META_FLAG_IN,
151943                   /* name */
151944                   "ElementName",
151945                   /* qualifiers */
151946                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName_qualifiers,
151947                   /* type */
151948                   CIMTYPE_STRING,
151949                   /* subscript */
151950                   -1,
151951                   /* value */
151952                   0,
151953               };
151954               
151955 mike  1.1.2.1 static const char*
151956               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType_qualifiers[] =
151957               {
151958                   /* IN */
151959                   "\024\001",
151960                   /* ValueMap */
151961                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
151962                   /* Values */
151963                   "\062\000\007Unknown\000Reserved\000StorageVolume\000StorageExtent\000LogicalDisk\000DMTF Reserved\000Vendor Specific\000",
151964                   0,
151965               };
151966               
151967               static MetaProperty
151968               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType =
151969               {
151970                   /* flags */
151971                   META_FLAG_PROPERTY|META_FLAG_IN,
151972                   /* name */
151973                   "ElementType",
151974                   /* qualifiers */
151975                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType_qualifiers,
151976 mike  1.1.2.1     /* type */
151977                   CIMTYPE_UINT16,
151978                   /* subscript */
151979                   -1,
151980                   /* value */
151981                   0,
151982               };
151983               
151984               static const char*
151985               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job_qualifiers[] =
151986               {
151987                   /* IN */
151988                   "\024\000",
151989                   /* OUT */
151990                   "\043\001",
151991                   0,
151992               };
151993               
151994               static MetaReference
151995               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job =
151996               {
151997 mike  1.1.2.1     /* flags */
151998                   META_FLAG_REFERENCE|META_FLAG_OUT,
151999                   /* name */
152000                   "Job",
152001                   /* qualifiers */
152002                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job_qualifiers,
152003                   /* subscript */
152004                   -1,
152005                   /* ref */
152006                   &__root_cimv2_CIM_ConcreteJob,
152007               };
152008               
152009               static const char*
152010               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal_qualifiers[] =
152011               {
152012                   /* IN */
152013                   "\024\001",
152014                   0,
152015               };
152016               
152017               static MetaReference
152018 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal =
152019               {
152020                   /* flags */
152021                   META_FLAG_REFERENCE|META_FLAG_IN,
152022                   /* name */
152023                   "Goal",
152024                   /* qualifiers */
152025                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal_qualifiers,
152026                   /* subscript */
152027                   -1,
152028                   /* ref */
152029                   &__root_cimv2_CIM_ManagedElement,
152030               };
152031               
152032               static const char*
152033               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size_qualifiers[] =
152034               {
152035                   /* IN */
152036                   "\024\001",
152037                   /* OUT */
152038                   "\043\001",
152039 mike  1.1.2.1     /* Units */
152040                   "\060Bytes",
152041                   0,
152042               };
152043               
152044               static MetaProperty
152045               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size =
152046               {
152047                   /* flags */
152048                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
152049                   /* name */
152050                   "Size",
152051                   /* qualifiers */
152052                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size_qualifiers,
152053                   /* type */
152054                   CIMTYPE_UINT64,
152055                   /* subscript */
152056                   -1,
152057                   /* value */
152058                   0,
152059               };
152060 mike  1.1.2.1 
152061               static const char*
152062               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool_qualifiers[] =
152063               {
152064                   /* IN */
152065                   "\024\001",
152066                   0,
152067               };
152068               
152069               static MetaReference
152070               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool =
152071               {
152072                   /* flags */
152073                   META_FLAG_REFERENCE|META_FLAG_IN,
152074                   /* name */
152075                   "InPool",
152076                   /* qualifiers */
152077                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool_qualifiers,
152078                   /* subscript */
152079                   -1,
152080                   /* ref */
152081 mike  1.1.2.1     &__root_cimv2_CIM_StoragePool,
152082               };
152083               
152084               static const char*
152085               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement_qualifiers[] =
152086               {
152087                   /* IN */
152088                   "\024\001",
152089                   /* OUT */
152090                   "\043\001",
152091                   0,
152092               };
152093               
152094               static MetaReference
152095               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement =
152096               {
152097                   /* flags */
152098                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
152099                   /* name */
152100                   "TheElement",
152101                   /* qualifiers */
152102 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement_qualifiers,
152103                   /* subscript */
152104                   -1,
152105                   /* ref */
152106                   &__root_cimv2_CIM_LogicalElement,
152107               };
152108               
152109               static MetaFeature*
152110               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_parameters[] =
152111               {
152112                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName,
152113                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType,
152114                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job,
152115                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal,
152116                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size,
152117                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool,
152118                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement,
152119                   0,
152120               };
152121               
152122               static const char*
152123 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_qualifiers[] =
152124               {
152125                   /* ValueMap */
152126                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
152127                   /* Values */
152128                   "\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",
152129                   0,
152130               };
152131               
152132               static MetaMethod
152133               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool =
152134               {
152135                   /* flags */
152136                   META_FLAG_METHOD,
152137                   /* name */
152138                   "CIM_StorageConfigurationService",
152139                   /* qualifiers */
152140                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_qualifiers,
152141                   /* type */
152142                   CIMTYPE_UINT32,
152143                   /* parameters */
152144 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_parameters,
152145               };
152146               
152147               static const char*
152148               _CIM_StorageConfigurationService_DeleteStoragePool_Job_qualifiers[] =
152149               {
152150                   /* IN */
152151                   "\024\000",
152152                   /* OUT */
152153                   "\043\001",
152154                   0,
152155               };
152156               
152157               static MetaReference
152158               _CIM_StorageConfigurationService_DeleteStoragePool_Job =
152159               {
152160                   /* flags */
152161                   META_FLAG_REFERENCE|META_FLAG_OUT,
152162                   /* name */
152163                   "Job",
152164                   /* qualifiers */
152165 mike  1.1.2.1     _CIM_StorageConfigurationService_DeleteStoragePool_Job_qualifiers,
152166                   /* subscript */
152167                   -1,
152168                   /* ref */
152169                   &__root_cimv2_CIM_ConcreteJob,
152170               };
152171               
152172               static const char*
152173               _CIM_StorageConfigurationService_DeleteStoragePool_Pool_qualifiers[] =
152174               {
152175                   /* IN */
152176                   "\024\001",
152177                   0,
152178               };
152179               
152180               static MetaReference
152181               _CIM_StorageConfigurationService_DeleteStoragePool_Pool =
152182               {
152183                   /* flags */
152184                   META_FLAG_REFERENCE|META_FLAG_IN,
152185                   /* name */
152186 mike  1.1.2.1     "Pool",
152187                   /* qualifiers */
152188                   _CIM_StorageConfigurationService_DeleteStoragePool_Pool_qualifiers,
152189                   /* subscript */
152190                   -1,
152191                   /* ref */
152192                   &__root_cimv2_CIM_StoragePool,
152193               };
152194               
152195               static MetaFeature*
152196               _CIM_StorageConfigurationService_DeleteStoragePool_parameters[] =
152197               {
152198                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool_Job,
152199                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool_Pool,
152200                   0,
152201               };
152202               
152203               static const char*
152204               _CIM_StorageConfigurationService_DeleteStoragePool_qualifiers[] =
152205               {
152206                   /* ValueMap */
152207 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152208                   /* Values */
152209                   "\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",
152210                   0,
152211               };
152212               
152213               static MetaMethod
152214               _CIM_StorageConfigurationService_DeleteStoragePool =
152215               {
152216                   /* flags */
152217                   META_FLAG_METHOD,
152218                   /* name */
152219                   "CIM_StorageConfigurationService",
152220                   /* qualifiers */
152221                   _CIM_StorageConfigurationService_DeleteStoragePool_qualifiers,
152222                   /* type */
152223                   CIMTYPE_UINT32,
152224                   /* parameters */
152225                   _CIM_StorageConfigurationService_DeleteStoragePool_parameters,
152226               };
152227               
152228 mike  1.1.2.1 static const char*
152229               _CIM_StorageConfigurationService_ReturnToStoragePool_Job_qualifiers[] =
152230               {
152231                   /* IN */
152232                   "\024\000",
152233                   /* OUT */
152234                   "\043\001",
152235                   0,
152236               };
152237               
152238               static MetaReference
152239               _CIM_StorageConfigurationService_ReturnToStoragePool_Job =
152240               {
152241                   /* flags */
152242                   META_FLAG_REFERENCE|META_FLAG_OUT,
152243                   /* name */
152244                   "Job",
152245                   /* qualifiers */
152246                   _CIM_StorageConfigurationService_ReturnToStoragePool_Job_qualifiers,
152247                   /* subscript */
152248                   -1,
152249 mike  1.1.2.1     /* ref */
152250                   &__root_cimv2_CIM_ConcreteJob,
152251               };
152252               
152253               static const char*
152254               _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement_qualifiers[] =
152255               {
152256                   /* IN */
152257                   "\024\001",
152258                   0,
152259               };
152260               
152261               static MetaReference
152262               _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement =
152263               {
152264                   /* flags */
152265                   META_FLAG_REFERENCE|META_FLAG_IN,
152266                   /* name */
152267                   "TheElement",
152268                   /* qualifiers */
152269                   _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement_qualifiers,
152270 mike  1.1.2.1     /* subscript */
152271                   -1,
152272                   /* ref */
152273                   &__root_cimv2_CIM_LogicalElement,
152274               };
152275               
152276               static MetaFeature*
152277               _CIM_StorageConfigurationService_ReturnToStoragePool_parameters[] =
152278               {
152279                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool_Job,
152280                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool_TheElement,
152281                   0,
152282               };
152283               
152284               static const char*
152285               _CIM_StorageConfigurationService_ReturnToStoragePool_qualifiers[] =
152286               {
152287                   /* ValueMap */
152288                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152289                   /* Values */
152290                   "\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",
152291 mike  1.1.2.1     0,
152292               };
152293               
152294               static MetaMethod
152295               _CIM_StorageConfigurationService_ReturnToStoragePool =
152296               {
152297                   /* flags */
152298                   META_FLAG_METHOD,
152299                   /* name */
152300                   "CIM_StorageConfigurationService",
152301                   /* qualifiers */
152302                   _CIM_StorageConfigurationService_ReturnToStoragePool_qualifiers,
152303                   /* type */
152304                   CIMTYPE_UINT32,
152305                   /* parameters */
152306                   _CIM_StorageConfigurationService_ReturnToStoragePool_parameters,
152307               };
152308               
152309               static const char*
152310               _CIM_StorageConfigurationService_CreateReplica_ElementName_qualifiers[] =
152311               {
152312 mike  1.1.2.1     /* IN */
152313                   "\024\001",
152314                   0,
152315               };
152316               
152317               static MetaProperty
152318               _CIM_StorageConfigurationService_CreateReplica_ElementName =
152319               {
152320                   /* flags */
152321                   META_FLAG_PROPERTY|META_FLAG_IN,
152322                   /* name */
152323                   "ElementName",
152324                   /* qualifiers */
152325                   _CIM_StorageConfigurationService_CreateReplica_ElementName_qualifiers,
152326                   /* type */
152327                   CIMTYPE_STRING,
152328                   /* subscript */
152329                   -1,
152330                   /* value */
152331                   0,
152332               };
152333 mike  1.1.2.1 
152334               static const char*
152335               _CIM_StorageConfigurationService_CreateReplica_Job_qualifiers[] =
152336               {
152337                   /* IN */
152338                   "\024\000",
152339                   /* OUT */
152340                   "\043\001",
152341                   0,
152342               };
152343               
152344               static MetaReference
152345               _CIM_StorageConfigurationService_CreateReplica_Job =
152346               {
152347                   /* flags */
152348                   META_FLAG_REFERENCE|META_FLAG_OUT,
152349                   /* name */
152350                   "Job",
152351                   /* qualifiers */
152352                   _CIM_StorageConfigurationService_CreateReplica_Job_qualifiers,
152353                   /* subscript */
152354 mike  1.1.2.1     -1,
152355                   /* ref */
152356                   &__root_cimv2_CIM_ConcreteJob,
152357               };
152358               
152359               static const char*
152360               _CIM_StorageConfigurationService_CreateReplica_SourceElement_qualifiers[] =
152361               {
152362                   /* Required */
152363                   "\050\001",
152364                   /* IN */
152365                   "\024\001",
152366                   0,
152367               };
152368               
152369               static MetaReference
152370               _CIM_StorageConfigurationService_CreateReplica_SourceElement =
152371               {
152372                   /* flags */
152373                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152374                   /* name */
152375 mike  1.1.2.1     "SourceElement",
152376                   /* qualifiers */
152377                   _CIM_StorageConfigurationService_CreateReplica_SourceElement_qualifiers,
152378                   /* subscript */
152379                   -1,
152380                   /* ref */
152381                   &__root_cimv2_CIM_LogicalElement,
152382               };
152383               
152384               static const char*
152385               _CIM_StorageConfigurationService_CreateReplica_TargetElement_qualifiers[] =
152386               {
152387                   /* IN */
152388                   "\024\000",
152389                   /* OUT */
152390                   "\043\001",
152391                   0,
152392               };
152393               
152394               static MetaReference
152395               _CIM_StorageConfigurationService_CreateReplica_TargetElement =
152396 mike  1.1.2.1 {
152397                   /* flags */
152398                   META_FLAG_REFERENCE|META_FLAG_OUT,
152399                   /* name */
152400                   "TargetElement",
152401                   /* qualifiers */
152402                   _CIM_StorageConfigurationService_CreateReplica_TargetElement_qualifiers,
152403                   /* subscript */
152404                   -1,
152405                   /* ref */
152406                   &__root_cimv2_CIM_LogicalElement,
152407               };
152408               
152409               static const char*
152410               _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal_qualifiers[] =
152411               {
152412                   /* IN */
152413                   "\024\001",
152414                   0,
152415               };
152416               
152417 mike  1.1.2.1 static MetaReference
152418               _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal =
152419               {
152420                   /* flags */
152421                   META_FLAG_REFERENCE|META_FLAG_IN,
152422                   /* name */
152423                   "TargetSettingGoal",
152424                   /* qualifiers */
152425                   _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal_qualifiers,
152426                   /* subscript */
152427                   -1,
152428                   /* ref */
152429                   &__root_cimv2_CIM_StorageSetting,
152430               };
152431               
152432               static const char*
152433               _CIM_StorageConfigurationService_CreateReplica_TargetPool_qualifiers[] =
152434               {
152435                   /* IN */
152436                   "\024\001",
152437                   0,
152438 mike  1.1.2.1 };
152439               
152440               static MetaReference
152441               _CIM_StorageConfigurationService_CreateReplica_TargetPool =
152442               {
152443                   /* flags */
152444                   META_FLAG_REFERENCE|META_FLAG_IN,
152445                   /* name */
152446                   "TargetPool",
152447                   /* qualifiers */
152448                   _CIM_StorageConfigurationService_CreateReplica_TargetPool_qualifiers,
152449                   /* subscript */
152450                   -1,
152451                   /* ref */
152452                   &__root_cimv2_CIM_StoragePool,
152453               };
152454               
152455               static const char*
152456               _CIM_StorageConfigurationService_CreateReplica_CopyType_qualifiers[] =
152457               {
152458                   /* IN */
152459 mike  1.1.2.1     "\024\001",
152460                   /* ValueMap */
152461                   "\061\000\0062\0003\0004\0005\000..\00032768..65535\000",
152462                   /* Values */
152463                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
152464                   0,
152465               };
152466               
152467               static MetaProperty
152468               _CIM_StorageConfigurationService_CreateReplica_CopyType =
152469               {
152470                   /* flags */
152471                   META_FLAG_PROPERTY|META_FLAG_IN,
152472                   /* name */
152473                   "CopyType",
152474                   /* qualifiers */
152475                   _CIM_StorageConfigurationService_CreateReplica_CopyType_qualifiers,
152476                   /* type */
152477                   CIMTYPE_UINT16,
152478                   /* subscript */
152479                   -1,
152480 mike  1.1.2.1     /* value */
152481                   0,
152482               };
152483               
152484               static MetaFeature*
152485               _CIM_StorageConfigurationService_CreateReplica_parameters[] =
152486               {
152487                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_ElementName,
152488                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_Job,
152489                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_SourceElement,
152490                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetElement,
152491                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal,
152492                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetPool,
152493                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_CopyType,
152494                   0,
152495               };
152496               
152497               static const char*
152498               _CIM_StorageConfigurationService_CreateReplica_qualifiers[] =
152499               {
152500                   /* ValueMap */
152501 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152502                   /* Values */
152503                   "\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",
152504                   0,
152505               };
152506               
152507               static MetaMethod
152508               _CIM_StorageConfigurationService_CreateReplica =
152509               {
152510                   /* flags */
152511                   META_FLAG_METHOD,
152512                   /* name */
152513                   "CIM_StorageConfigurationService",
152514                   /* qualifiers */
152515                   _CIM_StorageConfigurationService_CreateReplica_qualifiers,
152516                   /* type */
152517                   CIMTYPE_UINT32,
152518                   /* parameters */
152519                   _CIM_StorageConfigurationService_CreateReplica_parameters,
152520               };
152521               
152522 mike  1.1.2.1 static const char*
152523               _CIM_StorageConfigurationService_ModifySynchronization_Operation_qualifiers[] =
152524               {
152525                   /* IN */
152526                   "\024\001",
152527                   /* ValueMap */
152528                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..0xFFFF\000",
152529                   /* Values */
152530                   "\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",
152531                   0,
152532               };
152533               
152534               static MetaProperty
152535               _CIM_StorageConfigurationService_ModifySynchronization_Operation =
152536               {
152537                   /* flags */
152538                   META_FLAG_PROPERTY|META_FLAG_IN,
152539                   /* name */
152540                   "Operation",
152541                   /* qualifiers */
152542                   _CIM_StorageConfigurationService_ModifySynchronization_Operation_qualifiers,
152543 mike  1.1.2.1     /* type */
152544                   CIMTYPE_UINT16,
152545                   /* subscript */
152546                   -1,
152547                   /* value */
152548                   0,
152549               };
152550               
152551               static const char*
152552               _CIM_StorageConfigurationService_ModifySynchronization_Job_qualifiers[] =
152553               {
152554                   /* IN */
152555                   "\024\000",
152556                   /* OUT */
152557                   "\043\001",
152558                   0,
152559               };
152560               
152561               static MetaReference
152562               _CIM_StorageConfigurationService_ModifySynchronization_Job =
152563               {
152564 mike  1.1.2.1     /* flags */
152565                   META_FLAG_REFERENCE|META_FLAG_OUT,
152566                   /* name */
152567                   "Job",
152568                   /* qualifiers */
152569                   _CIM_StorageConfigurationService_ModifySynchronization_Job_qualifiers,
152570                   /* subscript */
152571                   -1,
152572                   /* ref */
152573                   &__root_cimv2_CIM_ConcreteJob,
152574               };
152575               
152576               static const char*
152577               _CIM_StorageConfigurationService_ModifySynchronization_Synchronization_qualifiers[] =
152578               {
152579                   /* IN */
152580                   "\024\001",
152581                   0,
152582               };
152583               
152584               static MetaReference
152585 mike  1.1.2.1 _CIM_StorageConfigurationService_ModifySynchronization_Synchronization =
152586               {
152587                   /* flags */
152588                   META_FLAG_REFERENCE|META_FLAG_IN,
152589                   /* name */
152590                   "Synchronization",
152591                   /* qualifiers */
152592                   _CIM_StorageConfigurationService_ModifySynchronization_Synchronization_qualifiers,
152593                   /* subscript */
152594                   -1,
152595                   /* ref */
152596                   &__root_cimv2_CIM_StorageSynchronized,
152597               };
152598               
152599               static MetaFeature*
152600               _CIM_StorageConfigurationService_ModifySynchronization_parameters[] =
152601               {
152602                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Operation,
152603                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Job,
152604                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Synchronization,
152605                   0,
152606 mike  1.1.2.1 };
152607               
152608               static const char*
152609               _CIM_StorageConfigurationService_ModifySynchronization_qualifiers[] =
152610               {
152611                   /* ValueMap */
152612                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0000x1000\0000x1001..0x7FFF\0000x8000..0xFFFF\000",
152613                   /* Values */
152614                   "\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",
152615                   0,
152616               };
152617               
152618               static MetaMethod
152619               _CIM_StorageConfigurationService_ModifySynchronization =
152620               {
152621                   /* flags */
152622                   META_FLAG_METHOD,
152623                   /* name */
152624                   "CIM_StorageConfigurationService",
152625                   /* qualifiers */
152626                   _CIM_StorageConfigurationService_ModifySynchronization_qualifiers,
152627 mike  1.1.2.1     /* type */
152628                   CIMTYPE_UINT32,
152629                   /* parameters */
152630                   _CIM_StorageConfigurationService_ModifySynchronization_parameters,
152631               };
152632               
152633               static const char*
152634               _CIM_StorageConfigurationService_AttachReplica_Job_qualifiers[] =
152635               {
152636                   /* IN */
152637                   "\024\000",
152638                   /* OUT */
152639                   "\043\001",
152640                   0,
152641               };
152642               
152643               static MetaReference
152644               _CIM_StorageConfigurationService_AttachReplica_Job =
152645               {
152646                   /* flags */
152647                   META_FLAG_REFERENCE|META_FLAG_OUT,
152648 mike  1.1.2.1     /* name */
152649                   "Job",
152650                   /* qualifiers */
152651                   _CIM_StorageConfigurationService_AttachReplica_Job_qualifiers,
152652                   /* subscript */
152653                   -1,
152654                   /* ref */
152655                   &__root_cimv2_CIM_ConcreteJob,
152656               };
152657               
152658               static const char*
152659               _CIM_StorageConfigurationService_AttachReplica_SourceElement_qualifiers[] =
152660               {
152661                   /* Required */
152662                   "\050\001",
152663                   /* IN */
152664                   "\024\001",
152665                   0,
152666               };
152667               
152668               static MetaReference
152669 mike  1.1.2.1 _CIM_StorageConfigurationService_AttachReplica_SourceElement =
152670               {
152671                   /* flags */
152672                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152673                   /* name */
152674                   "SourceElement",
152675                   /* qualifiers */
152676                   _CIM_StorageConfigurationService_AttachReplica_SourceElement_qualifiers,
152677                   /* subscript */
152678                   -1,
152679                   /* ref */
152680                   &__root_cimv2_CIM_ManagedElement,
152681               };
152682               
152683               static const char*
152684               _CIM_StorageConfigurationService_AttachReplica_TargetElement_qualifiers[] =
152685               {
152686                   /* IN */
152687                   "\024\001",
152688                   0,
152689               };
152690 mike  1.1.2.1 
152691               static MetaReference
152692               _CIM_StorageConfigurationService_AttachReplica_TargetElement =
152693               {
152694                   /* flags */
152695                   META_FLAG_REFERENCE|META_FLAG_IN,
152696                   /* name */
152697                   "TargetElement",
152698                   /* qualifiers */
152699                   _CIM_StorageConfigurationService_AttachReplica_TargetElement_qualifiers,
152700                   /* subscript */
152701                   -1,
152702                   /* ref */
152703                   &__root_cimv2_CIM_ManagedElement,
152704               };
152705               
152706               static const char*
152707               _CIM_StorageConfigurationService_AttachReplica_CopyType_qualifiers[] =
152708               {
152709                   /* IN */
152710                   "\024\001",
152711 mike  1.1.2.1     /* ValueMap */
152712                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
152713                   /* Values */
152714                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
152715                   0,
152716               };
152717               
152718               static MetaProperty
152719               _CIM_StorageConfigurationService_AttachReplica_CopyType =
152720               {
152721                   /* flags */
152722                   META_FLAG_PROPERTY|META_FLAG_IN,
152723                   /* name */
152724                   "CopyType",
152725                   /* qualifiers */
152726                   _CIM_StorageConfigurationService_AttachReplica_CopyType_qualifiers,
152727                   /* type */
152728                   CIMTYPE_UINT16,
152729                   /* subscript */
152730                   -1,
152731                   /* value */
152732 mike  1.1.2.1     0,
152733               };
152734               
152735               static MetaFeature*
152736               _CIM_StorageConfigurationService_AttachReplica_parameters[] =
152737               {
152738                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_Job,
152739                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_SourceElement,
152740                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_TargetElement,
152741                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_CopyType,
152742                   0,
152743               };
152744               
152745               static const char*
152746               _CIM_StorageConfigurationService_AttachReplica_qualifiers[] =
152747               {
152748                   /* ValueMap */
152749                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0000x1000\0000x1001..0x7FFF\0000x8000..0xFFFF\000",
152750                   /* Values */
152751                   "\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",
152752                   0,
152753 mike  1.1.2.1 };
152754               
152755               static MetaMethod
152756               _CIM_StorageConfigurationService_AttachReplica =
152757               {
152758                   /* flags */
152759                   META_FLAG_METHOD,
152760                   /* name */
152761                   "CIM_StorageConfigurationService",
152762                   /* qualifiers */
152763                   _CIM_StorageConfigurationService_AttachReplica_qualifiers,
152764                   /* type */
152765                   CIMTYPE_UINT32,
152766                   /* parameters */
152767                   _CIM_StorageConfigurationService_AttachReplica_parameters,
152768               };
152769               
152770               static const char*
152771               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName_qualifiers[] =
152772               {
152773                   /* IN */
152774 mike  1.1.2.1     "\024\001",
152775                   0,
152776               };
152777               
152778               static MetaProperty
152779               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName =
152780               {
152781                   /* flags */
152782                   META_FLAG_PROPERTY|META_FLAG_IN,
152783                   /* name */
152784                   "ElementName",
152785                   /* qualifiers */
152786                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName_qualifiers,
152787                   /* type */
152788                   CIMTYPE_STRING,
152789                   /* subscript */
152790                   -1,
152791                   /* value */
152792                   0,
152793               };
152794               
152795 mike  1.1.2.1 static const char*
152796               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType_qualifiers[] =
152797               {
152798                   /* Required */
152799                   "\050\001",
152800                   /* IN */
152801                   "\024\001",
152802                   /* ValueMap */
152803                   "\061\000\0100\0001\0002\0003\0004\0005\000..\00032768..65535\000",
152804                   /* Values */
152805                   "\062\000\010Unknown\000Reserved\000Storage Volume\000Storage Extent\000Storage Pool\000Logical Disk\000DMTF Reserved\000Vendor Specific\000",
152806                   0,
152807               };
152808               
152809               static MetaProperty
152810               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType =
152811               {
152812                   /* flags */
152813                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
152814                   /* name */
152815                   "ElementType",
152816 mike  1.1.2.1     /* qualifiers */
152817                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType_qualifiers,
152818                   /* type */
152819                   CIMTYPE_UINT16,
152820                   /* subscript */
152821                   -1,
152822                   /* value */
152823                   0,
152824               };
152825               
152826               static const char*
152827               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job_qualifiers[] =
152828               {
152829                   /* IN */
152830                   "\024\000",
152831                   /* OUT */
152832                   "\043\001",
152833                   0,
152834               };
152835               
152836               static MetaReference
152837 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job =
152838               {
152839                   /* flags */
152840                   META_FLAG_REFERENCE|META_FLAG_OUT,
152841                   /* name */
152842                   "Job",
152843                   /* qualifiers */
152844                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job_qualifiers,
152845                   /* subscript */
152846                   -1,
152847                   /* ref */
152848                   &__root_cimv2_CIM_ConcreteJob,
152849               };
152850               
152851               static const char*
152852               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal_qualifiers[] =
152853               {
152854                   /* IN */
152855                   "\024\001",
152856                   0,
152857               };
152858 mike  1.1.2.1 
152859               static MetaReference
152860               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal =
152861               {
152862                   /* flags */
152863                   META_FLAG_REFERENCE|META_FLAG_IN,
152864                   /* name */
152865                   "Goal",
152866                   /* qualifiers */
152867                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal_qualifiers,
152868                   /* subscript */
152869                   -1,
152870                   /* ref */
152871                   &__root_cimv2_CIM_ManagedElement,
152872               };
152873               
152874               static const char*
152875               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size_qualifiers[] =
152876               {
152877                   /* IN */
152878                   "\024\001",
152879 mike  1.1.2.1     /* OUT */
152880                   "\043\001",
152881                   /* Units */
152882                   "\060Bytes",
152883                   0,
152884               };
152885               
152886               static MetaProperty
152887               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size =
152888               {
152889                   /* flags */
152890                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
152891                   /* name */
152892                   "Size",
152893                   /* qualifiers */
152894                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size_qualifiers,
152895                   /* type */
152896                   CIMTYPE_UINT64,
152897                   /* subscript */
152898                   -1,
152899                   /* value */
152900 mike  1.1.2.1     0,
152901               };
152902               
152903               static const char*
152904               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements_qualifiers[] =
152905               {
152906                   /* Required */
152907                   "\050\001",
152908                   /* IN */
152909                   "\024\001",
152910                   0,
152911               };
152912               
152913               static MetaReference
152914               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements =
152915               {
152916                   /* flags */
152917                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152918                   /* name */
152919                   "InElements",
152920                   /* qualifiers */
152921 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements_qualifiers,
152922                   /* subscript */
152923                   0,
152924                   /* ref */
152925                   &__root_cimv2_CIM_StorageExtent,
152926               };
152927               
152928               static const char*
152929               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement_qualifiers[] =
152930               {
152931                   /* IN */
152932                   "\024\001",
152933                   /* OUT */
152934                   "\043\001",
152935                   0,
152936               };
152937               
152938               static MetaReference
152939               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement =
152940               {
152941                   /* flags */
152942 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
152943                   /* name */
152944                   "TheElement",
152945                   /* qualifiers */
152946                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement_qualifiers,
152947                   /* subscript */
152948                   -1,
152949                   /* ref */
152950                   &__root_cimv2_CIM_LogicalElement,
152951               };
152952               
152953               static MetaFeature*
152954               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_parameters[] =
152955               {
152956                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName,
152957                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType,
152958                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job,
152959                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal,
152960                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size,
152961                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements,
152962                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement,
152963 mike  1.1.2.1     0,
152964               };
152965               
152966               static const char*
152967               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_qualifiers[] =
152968               {
152969                   /* ValueMap */
152970                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
152971                   /* Values */
152972                   "\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",
152973                   0,
152974               };
152975               
152976               static MetaMethod
152977               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements =
152978               {
152979                   /* flags */
152980                   META_FLAG_METHOD,
152981                   /* name */
152982                   "CIM_StorageConfigurationService",
152983                   /* qualifiers */
152984 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_qualifiers,
152985                   /* type */
152986                   CIMTYPE_UINT32,
152987                   /* parameters */
152988                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_parameters,
152989               };
152990               
152991               static MetaFeature*
152992               _CIM_StorageConfigurationService_features[] =
152993               {
152994                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool,
152995                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool,
152996                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool,
152997                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool,
152998                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica,
152999                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization,
153000                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica,
153001                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements,
153002                   0,
153003               };
153004               
153005 mike  1.1.2.1 static const char*
153006               __root_cimv2_CIM_StorageConfigurationService_qualifiers[] =
153007               {
153008                   /* UMLPackagePath */
153009                   "\057CIM::Device::StorageServices",
153010                   /* Version */
153011                   "\0632.11.0",
153012                   0,
153013               };
153014               
153015               MetaClass
153016               __root_cimv2_CIM_StorageConfigurationService =
153017               {
153018                   /* flags */
153019                   META_FLAG_CLASS,
153020                   /* name */
153021                   "CIM_StorageConfigurationService",
153022                   /* qualifiers */
153023                   __root_cimv2_CIM_StorageConfigurationService_qualifiers,
153024                   /* super */
153025                   &__root_cimv2_CIM_Service,
153026 mike  1.1.2.1     /* features */
153027                   _CIM_StorageConfigurationService_features,
153028               };
153029               
153030               //==============================================================================
153031               //
153032               // Class: CIM_StorageDefect
153033               //
153034               //==============================================================================
153035               
153036               static const char*
153037               _CIM_StorageDefect_Extent_qualifiers[] =
153038               {
153039                   /* Key */
153040                   "\025\001",
153041                   /* Aggregate */
153042                   "\003\001",
153043                   /* Min */
153044                   "\033\000\000\000\001",
153045                   /* Max */
153046                   "\027\000\000\000\001",
153047 mike  1.1.2.1     0,
153048               };
153049               
153050               static MetaReference
153051               _CIM_StorageDefect_Extent =
153052               {
153053                   /* flags */
153054                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
153055                   /* name */
153056                   "Extent",
153057                   /* qualifiers */
153058                   _CIM_StorageDefect_Extent_qualifiers,
153059                   /* subscript */
153060                   -1,
153061                   /* refId */
153062                   &__root_cimv2_CIM_StorageExtent,
153063               };
153064               
153065               static const char*
153066               _CIM_StorageDefect_Error_qualifiers[] =
153067               {
153068 mike  1.1.2.1     /* Key */
153069                   "\025\001",
153070                   /* Weak */
153071                   "\064\001",
153072                   0,
153073               };
153074               
153075               static MetaReference
153076               _CIM_StorageDefect_Error =
153077               {
153078                   /* flags */
153079                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
153080                   /* name */
153081                   "Error",
153082                   /* qualifiers */
153083                   _CIM_StorageDefect_Error_qualifiers,
153084                   /* subscript */
153085                   -1,
153086                   /* refId */
153087                   &__root_cimv2_CIM_StorageError,
153088               };
153089 mike  1.1.2.1 
153090               static MetaFeature*
153091               _CIM_StorageDefect_features[] =
153092               {
153093                   (MetaFeature*)&_CIM_StorageDefect_Extent,
153094                   (MetaFeature*)&_CIM_StorageDefect_Error,
153095                   0,
153096               };
153097               
153098               static const char*
153099               __root_cimv2_CIM_StorageDefect_qualifiers[] =
153100               {
153101                   /* ASSOCIATION */
153102                   "\000\001",
153103                   /* UMLPackagePath */
153104                   "\057CIM::Device::StorageExtents",
153105                   /* Aggregation */
153106                   "\004\001",
153107                   /* Version */
153108                   "\0632.6.0",
153109                   0,
153110 mike  1.1.2.1 };
153111               
153112               MetaClass
153113               __root_cimv2_CIM_StorageDefect =
153114               {
153115                   /* flags */
153116                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
153117                   /* name */
153118                   "CIM_StorageDefect",
153119                   /* qualifiers */
153120                   __root_cimv2_CIM_StorageDefect_qualifiers,
153121                   /* super */
153122                   0,
153123                   /* features */
153124                   _CIM_StorageDefect_features,
153125               };
153126               
153127               //==============================================================================
153128               //
153129               // Class: CIM_StorageLibrary
153130               //
153131 mike  1.1.2.1 //==============================================================================
153132               
153133               static const char*
153134               _CIM_StorageLibrary_Capabilities_qualifiers[] =
153135               {
153136                   /* ValueMap */
153137                   "\061\000\0050\0001\0002\0003\0004\000",
153138                   /* Values */
153139                   "\062\000\005Unknown\000Other\000Automatic Cleaning\000Manual Operation\000Front Panel Lockable\000",
153140                   0,
153141               };
153142               
153143               static MetaProperty
153144               _CIM_StorageLibrary_Capabilities =
153145               {
153146                   /* flags */
153147                   META_FLAG_PROPERTY|META_FLAG_READ,
153148                   /* name */
153149                   "Capabilities",
153150                   /* qualifiers */
153151                   _CIM_StorageLibrary_Capabilities_qualifiers,
153152 mike  1.1.2.1     /* type */
153153                   CIMTYPE_UINT16,
153154                   /* subscript */
153155                   0,
153156                   /* value */
153157                   0,
153158               };
153159               
153160               static const char*
153161               _CIM_StorageLibrary_Overfilled_qualifiers[] =
153162               {
153163                   0,
153164               };
153165               
153166               static MetaProperty
153167               _CIM_StorageLibrary_Overfilled =
153168               {
153169                   /* flags */
153170                   META_FLAG_PROPERTY|META_FLAG_READ,
153171                   /* name */
153172                   "Overfilled",
153173 mike  1.1.2.1     /* qualifiers */
153174                   _CIM_StorageLibrary_Overfilled_qualifiers,
153175                   /* type */
153176                   CIMTYPE_BOOLEAN,
153177                   /* subscript */
153178                   -1,
153179                   /* value */
153180                   0,
153181               };
153182               
153183               static const char*
153184               _CIM_StorageLibrary_AuditNeeded_qualifiers[] =
153185               {
153186                   0,
153187               };
153188               
153189               static MetaProperty
153190               _CIM_StorageLibrary_AuditNeeded =
153191               {
153192                   /* flags */
153193                   META_FLAG_PROPERTY|META_FLAG_READ,
153194 mike  1.1.2.1     /* name */
153195                   "AuditNeeded",
153196                   /* qualifiers */
153197                   _CIM_StorageLibrary_AuditNeeded_qualifiers,
153198                   /* type */
153199                   CIMTYPE_BOOLEAN,
153200                   /* subscript */
153201                   -1,
153202                   /* value */
153203                   0,
153204               };
153205               
153206               static const char*
153207               _CIM_StorageLibrary_AuditInProgress_qualifiers[] =
153208               {
153209                   0,
153210               };
153211               
153212               static MetaProperty
153213               _CIM_StorageLibrary_AuditInProgress =
153214               {
153215 mike  1.1.2.1     /* flags */
153216                   META_FLAG_PROPERTY|META_FLAG_READ,
153217                   /* name */
153218                   "AuditInProgress",
153219                   /* qualifiers */
153220                   _CIM_StorageLibrary_AuditInProgress_qualifiers,
153221                   /* type */
153222                   CIMTYPE_BOOLEAN,
153223                   /* subscript */
153224                   -1,
153225                   /* value */
153226                   0,
153227               };
153228               
153229               static const char*
153230               _CIM_StorageLibrary_MaxAuditTime_qualifiers[] =
153231               {
153232                   /* Units */
153233                   "\060Seconds",
153234                   0,
153235               };
153236 mike  1.1.2.1 
153237               static MetaProperty
153238               _CIM_StorageLibrary_MaxAuditTime =
153239               {
153240                   /* flags */
153241                   META_FLAG_PROPERTY|META_FLAG_READ,
153242                   /* name */
153243                   "MaxAuditTime",
153244                   /* qualifiers */
153245                   _CIM_StorageLibrary_MaxAuditTime_qualifiers,
153246                   /* type */
153247                   CIMTYPE_UINT64,
153248                   /* subscript */
153249                   -1,
153250                   /* value */
153251                   0,
153252               };
153253               
153254               static const char*
153255               _CIM_StorageLibrary_Automated_qualifiers[] =
153256               {
153257 mike  1.1.2.1     0,
153258               };
153259               
153260               static MetaProperty
153261               _CIM_StorageLibrary_Automated =
153262               {
153263                   /* flags */
153264                   META_FLAG_PROPERTY|META_FLAG_READ,
153265                   /* name */
153266                   "Automated",
153267                   /* qualifiers */
153268                   _CIM_StorageLibrary_Automated_qualifiers,
153269                   /* type */
153270                   CIMTYPE_BOOLEAN,
153271                   /* subscript */
153272                   -1,
153273                   /* value */
153274                   0,
153275               };
153276               
153277               static const char*
153278 mike  1.1.2.1 _CIM_StorageLibrary_RoboticsEnabled_qualifiers[] =
153279               {
153280                   0,
153281               };
153282               
153283               static MetaProperty
153284               _CIM_StorageLibrary_RoboticsEnabled =
153285               {
153286                   /* flags */
153287                   META_FLAG_PROPERTY|META_FLAG_READ,
153288                   /* name */
153289                   "RoboticsEnabled",
153290                   /* qualifiers */
153291                   _CIM_StorageLibrary_RoboticsEnabled_qualifiers,
153292                   /* type */
153293                   CIMTYPE_BOOLEAN,
153294                   /* subscript */
153295                   -1,
153296                   /* value */
153297                   0,
153298               };
153299 mike  1.1.2.1 
153300               static const char*
153301               _CIM_StorageLibrary_EnableRobotics_Enable_qualifiers[] =
153302               {
153303                   /* IN */
153304                   "\024\001",
153305                   0,
153306               };
153307               
153308               static MetaProperty
153309               _CIM_StorageLibrary_EnableRobotics_Enable =
153310               {
153311                   /* flags */
153312                   META_FLAG_PROPERTY|META_FLAG_IN,
153313                   /* name */
153314                   "Enable",
153315                   /* qualifiers */
153316                   _CIM_StorageLibrary_EnableRobotics_Enable_qualifiers,
153317                   /* type */
153318                   CIMTYPE_BOOLEAN,
153319                   /* subscript */
153320 mike  1.1.2.1     -1,
153321                   /* value */
153322                   0,
153323               };
153324               
153325               static MetaFeature*
153326               _CIM_StorageLibrary_EnableRobotics_parameters[] =
153327               {
153328                   (MetaFeature*)&_CIM_StorageLibrary_EnableRobotics_Enable,
153329                   0,
153330               };
153331               
153332               static const char*
153333               _CIM_StorageLibrary_EnableRobotics_qualifiers[] =
153334               {
153335                   0,
153336               };
153337               
153338               static MetaMethod
153339               _CIM_StorageLibrary_EnableRobotics =
153340               {
153341 mike  1.1.2.1     /* flags */
153342                   META_FLAG_METHOD,
153343                   /* name */
153344                   "CIM_StorageLibrary",
153345                   /* qualifiers */
153346                   _CIM_StorageLibrary_EnableRobotics_qualifiers,
153347                   /* type */
153348                   CIMTYPE_UINT32,
153349                   /* parameters */
153350                   _CIM_StorageLibrary_EnableRobotics_parameters,
153351               };
153352               
153353               static MetaFeature*
153354               _CIM_StorageLibrary_features[] =
153355               {
153356                   (MetaFeature*)&_CIM_StorageLibrary_Capabilities,
153357                   (MetaFeature*)&_CIM_StorageLibrary_Overfilled,
153358                   (MetaFeature*)&_CIM_StorageLibrary_AuditNeeded,
153359                   (MetaFeature*)&_CIM_StorageLibrary_AuditInProgress,
153360                   (MetaFeature*)&_CIM_StorageLibrary_MaxAuditTime,
153361                   (MetaFeature*)&_CIM_StorageLibrary_Automated,
153362 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageLibrary_RoboticsEnabled,
153363                   (MetaFeature*)&_CIM_StorageLibrary_EnableRobotics,
153364                   0,
153365               };
153366               
153367               static const char*
153368               __root_cimv2_CIM_StorageLibrary_qualifiers[] =
153369               {
153370                   /* UMLPackagePath */
153371                   "\057CIM::Device::StorageLib",
153372                   /* Version */
153373                   "\0632.6.0",
153374                   0,
153375               };
153376               
153377               MetaClass
153378               __root_cimv2_CIM_StorageLibrary =
153379               {
153380                   /* flags */
153381                   META_FLAG_CLASS,
153382                   /* name */
153383 mike  1.1.2.1     "CIM_StorageLibrary",
153384                   /* qualifiers */
153385                   __root_cimv2_CIM_StorageLibrary_qualifiers,
153386                   /* super */
153387                   &__root_cimv2_CIM_System,
153388                   /* features */
153389                   _CIM_StorageLibrary_features,
153390               };
153391               
153392               //==============================================================================
153393               //
153394               // Class: CIM_SwitchPort
153395               //
153396               //==============================================================================
153397               
153398               static const char*
153399               _CIM_SwitchPort_PortNumber_qualifiers[] =
153400               {
153401                   /* MappingStrings */
153402                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dPort\000",
153403                   0,
153404 mike  1.1.2.1 };
153405               
153406               static MetaProperty
153407               _CIM_SwitchPort_PortNumber =
153408               {
153409                   /* flags */
153410                   META_FLAG_PROPERTY|META_FLAG_READ,
153411                   /* name */
153412                   "PortNumber",
153413                   /* qualifiers */
153414                   _CIM_SwitchPort_PortNumber_qualifiers,
153415                   /* type */
153416                   CIMTYPE_UINT16,
153417                   /* subscript */
153418                   -1,
153419                   /* value */
153420                   0,
153421               };
153422               
153423               static MetaFeature*
153424               _CIM_SwitchPort_features[] =
153425 mike  1.1.2.1 {
153426                   (MetaFeature*)&_CIM_SwitchPort_PortNumber,
153427                   0,
153428               };
153429               
153430               static const char*
153431               __root_cimv2_CIM_SwitchPort_qualifiers[] =
153432               {
153433                   /* UMLPackagePath */
153434                   "\057CIM::Network::ProtocolEndpoints",
153435                   /* Version */
153436                   "\0632.7.0",
153437                   0,
153438               };
153439               
153440               MetaClass
153441               __root_cimv2_CIM_SwitchPort =
153442               {
153443                   /* flags */
153444                   META_FLAG_CLASS,
153445                   /* name */
153446 mike  1.1.2.1     "CIM_SwitchPort",
153447                   /* qualifiers */
153448                   __root_cimv2_CIM_SwitchPort_qualifiers,
153449                   /* super */
153450                   &__root_cimv2_CIM_ProtocolEndpoint,
153451                   /* features */
153452                   _CIM_SwitchPort_features,
153453               };
153454               
153455               //==============================================================================
153456               //
153457               // Class: CIM_SwitchPortDynamicForwarding
153458               //
153459               //==============================================================================
153460               
153461               static const char*
153462               _CIM_SwitchPortDynamicForwarding_Antecedent_qualifiers[] =
153463               {
153464                   /* Override */
153465                   "\044Antecedent",
153466                   /* Min */
153467 mike  1.1.2.1     "\033\000\000\000\001",
153468                   0,
153469               };
153470               
153471               static MetaReference
153472               _CIM_SwitchPortDynamicForwarding_Antecedent =
153473               {
153474                   /* flags */
153475                   META_FLAG_REFERENCE|META_FLAG_READ,
153476                   /* name */
153477                   "Antecedent",
153478                   /* qualifiers */
153479                   _CIM_SwitchPortDynamicForwarding_Antecedent_qualifiers,
153480                   /* subscript */
153481                   -1,
153482                   /* refId */
153483                   &__root_cimv2_CIM_SwitchPort,
153484               };
153485               
153486               static const char*
153487               _CIM_SwitchPortDynamicForwarding_Dependent_qualifiers[] =
153488 mike  1.1.2.1 {
153489                   /* Override */
153490                   "\044Dependent",
153491                   0,
153492               };
153493               
153494               static MetaReference
153495               _CIM_SwitchPortDynamicForwarding_Dependent =
153496               {
153497                   /* flags */
153498                   META_FLAG_REFERENCE|META_FLAG_READ,
153499                   /* name */
153500                   "Dependent",
153501                   /* qualifiers */
153502                   _CIM_SwitchPortDynamicForwarding_Dependent_qualifiers,
153503                   /* subscript */
153504                   -1,
153505                   /* refId */
153506                   &__root_cimv2_CIM_DynamicForwardingEntry,
153507               };
153508               
153509 mike  1.1.2.1 static MetaFeature*
153510               _CIM_SwitchPortDynamicForwarding_features[] =
153511               {
153512                   (MetaFeature*)&_CIM_SwitchPortDynamicForwarding_Antecedent,
153513                   (MetaFeature*)&_CIM_SwitchPortDynamicForwarding_Dependent,
153514                   0,
153515               };
153516               
153517               static const char*
153518               __root_cimv2_CIM_SwitchPortDynamicForwarding_qualifiers[] =
153519               {
153520                   /* ASSOCIATION */
153521                   "\000\001",
153522                   /* UMLPackagePath */
153523                   "\057CIM::Network::SwitchingBridging",
153524                   /* Version */
153525                   "\0632.7.0",
153526                   0,
153527               };
153528               
153529               MetaClass
153530 mike  1.1.2.1 __root_cimv2_CIM_SwitchPortDynamicForwarding =
153531               {
153532                   /* flags */
153533                   META_FLAG_ASSOCIATION,
153534                   /* name */
153535                   "CIM_SwitchPortDynamicForwarding",
153536                   /* qualifiers */
153537                   __root_cimv2_CIM_SwitchPortDynamicForwarding_qualifiers,
153538                   /* super */
153539                   &__root_cimv2_CIM_Dependency,
153540                   /* features */
153541                   _CIM_SwitchPortDynamicForwarding_features,
153542               };
153543               
153544               //==============================================================================
153545               //
153546               // Class: CIM_SwitchPortPair
153547               //
153548               //==============================================================================
153549               
153550               static const char*
153551 mike  1.1.2.1 _CIM_SwitchPortPair_Antecedent_qualifiers[] =
153552               {
153553                   /* Override */
153554                   "\044Antecedent",
153555                   0,
153556               };
153557               
153558               static MetaReference
153559               _CIM_SwitchPortPair_Antecedent =
153560               {
153561                   /* flags */
153562                   META_FLAG_REFERENCE|META_FLAG_READ,
153563                   /* name */
153564                   "Antecedent",
153565                   /* qualifiers */
153566                   _CIM_SwitchPortPair_Antecedent_qualifiers,
153567                   /* subscript */
153568                   -1,
153569                   /* refId */
153570                   &__root_cimv2_CIM_SwitchPort,
153571               };
153572 mike  1.1.2.1 
153573               static const char*
153574               _CIM_SwitchPortPair_Dependent_qualifiers[] =
153575               {
153576                   /* Override */
153577                   "\044Dependent",
153578                   0,
153579               };
153580               
153581               static MetaReference
153582               _CIM_SwitchPortPair_Dependent =
153583               {
153584                   /* flags */
153585                   META_FLAG_REFERENCE|META_FLAG_READ,
153586                   /* name */
153587                   "Dependent",
153588                   /* qualifiers */
153589                   _CIM_SwitchPortPair_Dependent_qualifiers,
153590                   /* subscript */
153591                   -1,
153592                   /* refId */
153593 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPort,
153594               };
153595               
153596               static const char*
153597               _CIM_SwitchPortPair_BridgeNum_qualifiers[] =
153598               {
153599                   /* MappingStrings */
153600                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeNum\000",
153601                   0,
153602               };
153603               
153604               static MetaProperty
153605               _CIM_SwitchPortPair_BridgeNum =
153606               {
153607                   /* flags */
153608                   META_FLAG_PROPERTY|META_FLAG_READ,
153609                   /* name */
153610                   "BridgeNum",
153611                   /* qualifiers */
153612                   _CIM_SwitchPortPair_BridgeNum_qualifiers,
153613                   /* type */
153614 mike  1.1.2.1     CIMTYPE_UINT16,
153615                   /* subscript */
153616                   -1,
153617                   /* value */
153618                   0,
153619               };
153620               
153621               static const char*
153622               _CIM_SwitchPortPair_BridgeState_qualifiers[] =
153623               {
153624                   /* ValueMap */
153625                   "\061\000\0031\0002\0003\000",
153626                   /* Values */
153627                   "\062\000\003Enabled\000Disabled\000Invalid\000",
153628                   /* MappingStrings */
153629                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeState\000",
153630                   0,
153631               };
153632               
153633               static MetaProperty
153634               _CIM_SwitchPortPair_BridgeState =
153635 mike  1.1.2.1 {
153636                   /* flags */
153637                   META_FLAG_PROPERTY|META_FLAG_READ,
153638                   /* name */
153639                   "BridgeState",
153640                   /* qualifiers */
153641                   _CIM_SwitchPortPair_BridgeState_qualifiers,
153642                   /* type */
153643                   CIMTYPE_UINT16,
153644                   /* subscript */
153645                   -1,
153646                   /* value */
153647                   0,
153648               };
153649               
153650               static MetaFeature*
153651               _CIM_SwitchPortPair_features[] =
153652               {
153653                   (MetaFeature*)&_CIM_SwitchPortPair_Antecedent,
153654                   (MetaFeature*)&_CIM_SwitchPortPair_Dependent,
153655                   (MetaFeature*)&_CIM_SwitchPortPair_BridgeNum,
153656 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchPortPair_BridgeState,
153657                   0,
153658               };
153659               
153660               static const char*
153661               __root_cimv2_CIM_SwitchPortPair_qualifiers[] =
153662               {
153663                   /* ASSOCIATION */
153664                   "\000\001",
153665                   /* UMLPackagePath */
153666                   "\057CIM::Network::SwitchingBridging",
153667                   /* Version */
153668                   "\0632.7.0",
153669                   0,
153670               };
153671               
153672               MetaClass
153673               __root_cimv2_CIM_SwitchPortPair =
153674               {
153675                   /* flags */
153676                   META_FLAG_ASSOCIATION,
153677 mike  1.1.2.1     /* name */
153678                   "CIM_SwitchPortPair",
153679                   /* qualifiers */
153680                   __root_cimv2_CIM_SwitchPortPair_qualifiers,
153681                   /* super */
153682                   &__root_cimv2_CIM_SAPSAPDependency,
153683                   /* features */
153684                   _CIM_SwitchPortPair_features,
153685               };
153686               
153687               //==============================================================================
153688               //
153689               // Class: CIM_SwitchPortStaticForwarding
153690               //
153691               //==============================================================================
153692               
153693               static const char*
153694               _CIM_SwitchPortStaticForwarding_Antecedent_qualifiers[] =
153695               {
153696                   /* Override */
153697                   "\044Antecedent",
153698 mike  1.1.2.1     /* Min */
153699                   "\033\000\000\000\001",
153700                   0,
153701               };
153702               
153703               static MetaReference
153704               _CIM_SwitchPortStaticForwarding_Antecedent =
153705               {
153706                   /* flags */
153707                   META_FLAG_REFERENCE|META_FLAG_READ,
153708                   /* name */
153709                   "Antecedent",
153710                   /* qualifiers */
153711                   _CIM_SwitchPortStaticForwarding_Antecedent_qualifiers,
153712                   /* subscript */
153713                   -1,
153714                   /* refId */
153715                   &__root_cimv2_CIM_SwitchPort,
153716               };
153717               
153718               static const char*
153719 mike  1.1.2.1 _CIM_SwitchPortStaticForwarding_Dependent_qualifiers[] =
153720               {
153721                   /* Override */
153722                   "\044Dependent",
153723                   0,
153724               };
153725               
153726               static MetaReference
153727               _CIM_SwitchPortStaticForwarding_Dependent =
153728               {
153729                   /* flags */
153730                   META_FLAG_REFERENCE|META_FLAG_READ,
153731                   /* name */
153732                   "Dependent",
153733                   /* qualifiers */
153734                   _CIM_SwitchPortStaticForwarding_Dependent_qualifiers,
153735                   /* subscript */
153736                   -1,
153737                   /* refId */
153738                   &__root_cimv2_CIM_StaticForwardingEntry,
153739               };
153740 mike  1.1.2.1 
153741               static MetaFeature*
153742               _CIM_SwitchPortStaticForwarding_features[] =
153743               {
153744                   (MetaFeature*)&_CIM_SwitchPortStaticForwarding_Antecedent,
153745                   (MetaFeature*)&_CIM_SwitchPortStaticForwarding_Dependent,
153746                   0,
153747               };
153748               
153749               static const char*
153750               __root_cimv2_CIM_SwitchPortStaticForwarding_qualifiers[] =
153751               {
153752                   /* ASSOCIATION */
153753                   "\000\001",
153754                   /* UMLPackagePath */
153755                   "\057CIM::Network::SwitchingBridging",
153756                   /* Version */
153757                   "\0632.6.0",
153758                   0,
153759               };
153760               
153761 mike  1.1.2.1 MetaClass
153762               __root_cimv2_CIM_SwitchPortStaticForwarding =
153763               {
153764                   /* flags */
153765                   META_FLAG_ASSOCIATION,
153766                   /* name */
153767                   "CIM_SwitchPortStaticForwarding",
153768                   /* qualifiers */
153769                   __root_cimv2_CIM_SwitchPortStaticForwarding_qualifiers,
153770                   /* super */
153771                   &__root_cimv2_CIM_Dependency,
153772                   /* features */
153773                   _CIM_SwitchPortStaticForwarding_features,
153774               };
153775               
153776               //==============================================================================
153777               //
153778               // Class: CIM_SystemBIOS
153779               //
153780               //==============================================================================
153781               
153782 mike  1.1.2.1 static const char*
153783               _CIM_SystemBIOS_GroupComponent_qualifiers[] =
153784               {
153785                   /* Aggregate */
153786                   "\003\001",
153787                   /* Override */
153788                   "\044GroupComponent",
153789                   /* Max */
153790                   "\027\000\000\000\001",
153791                   0,
153792               };
153793               
153794               static MetaReference
153795               _CIM_SystemBIOS_GroupComponent =
153796               {
153797                   /* flags */
153798                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
153799                   /* name */
153800                   "GroupComponent",
153801                   /* qualifiers */
153802                   _CIM_SystemBIOS_GroupComponent_qualifiers,
153803 mike  1.1.2.1     /* subscript */
153804                   -1,
153805                   /* refId */
153806                   &__root_cimv2_CIM_ComputerSystem,
153807               };
153808               
153809               static const char*
153810               _CIM_SystemBIOS_PartComponent_qualifiers[] =
153811               {
153812                   /* Override */
153813                   "\044PartComponent",
153814                   0,
153815               };
153816               
153817               static MetaReference
153818               _CIM_SystemBIOS_PartComponent =
153819               {
153820                   /* flags */
153821                   META_FLAG_REFERENCE|META_FLAG_READ,
153822                   /* name */
153823                   "PartComponent",
153824 mike  1.1.2.1     /* qualifiers */
153825                   _CIM_SystemBIOS_PartComponent_qualifiers,
153826                   /* subscript */
153827                   -1,
153828                   /* refId */
153829                   &__root_cimv2_CIM_BIOSElement,
153830               };
153831               
153832               static MetaFeature*
153833               _CIM_SystemBIOS_features[] =
153834               {
153835                   (MetaFeature*)&_CIM_SystemBIOS_GroupComponent,
153836                   (MetaFeature*)&_CIM_SystemBIOS_PartComponent,
153837                   0,
153838               };
153839               
153840               static const char*
153841               __root_cimv2_CIM_SystemBIOS_qualifiers[] =
153842               {
153843                   /* ASSOCIATION */
153844                   "\000\001",
153845 mike  1.1.2.1     /* UMLPackagePath */
153846                   "\057CIM::Application::BIOS",
153847                   /* Aggregation */
153848                   "\004\001",
153849                   /* Version */
153850                   "\0632.7.0",
153851                   0,
153852               };
153853               
153854               MetaClass
153855               __root_cimv2_CIM_SystemBIOS =
153856               {
153857                   /* flags */
153858                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
153859                   /* name */
153860                   "CIM_SystemBIOS",
153861                   /* qualifiers */
153862                   __root_cimv2_CIM_SystemBIOS_qualifiers,
153863                   /* super */
153864                   &__root_cimv2_CIM_SystemComponent,
153865                   /* features */
153866 mike  1.1.2.1     _CIM_SystemBIOS_features,
153867               };
153868               
153869               //==============================================================================
153870               //
153871               // Class: CIM_Tachometer
153872               //
153873               //==============================================================================
153874               
153875               static const char*
153876               _CIM_Tachometer_SensorType_qualifiers[] =
153877               {
153878                   /* Deprecated */
153879                   "\013\000\001No value\000",
153880                   /* Override */
153881                   "\044SensorType",
153882                   0,
153883               };
153884               
153885               static MetaProperty
153886               _CIM_Tachometer_SensorType =
153887 mike  1.1.2.1 {
153888                   /* flags */
153889                   META_FLAG_PROPERTY|META_FLAG_READ,
153890                   /* name */
153891                   "SensorType",
153892                   /* qualifiers */
153893                   _CIM_Tachometer_SensorType_qualifiers,
153894                   /* type */
153895                   CIMTYPE_UINT16,
153896                   /* subscript */
153897                   -1,
153898                   /* value */
153899                   "\000\005",
153900               };
153901               
153902               static const char*
153903               _CIM_Tachometer_BaseUnits_qualifiers[] =
153904               {
153905                   /* Deprecated */
153906                   "\013\000\001No value\000",
153907                   /* Override */
153908 mike  1.1.2.1     "\044BaseUnits",
153909                   0,
153910               };
153911               
153912               static MetaProperty
153913               _CIM_Tachometer_BaseUnits =
153914               {
153915                   /* flags */
153916                   META_FLAG_PROPERTY|META_FLAG_READ,
153917                   /* name */
153918                   "BaseUnits",
153919                   /* qualifiers */
153920                   _CIM_Tachometer_BaseUnits_qualifiers,
153921                   /* type */
153922                   CIMTYPE_UINT16,
153923                   /* subscript */
153924                   -1,
153925                   /* value */
153926                   "\000\046",
153927               };
153928               
153929 mike  1.1.2.1 static const char*
153930               _CIM_Tachometer_UnitModifier_qualifiers[] =
153931               {
153932                   /* Deprecated */
153933                   "\013\000\001No value\000",
153934                   /* Override */
153935                   "\044UnitModifier",
153936                   0,
153937               };
153938               
153939               static MetaProperty
153940               _CIM_Tachometer_UnitModifier =
153941               {
153942                   /* flags */
153943                   META_FLAG_PROPERTY|META_FLAG_READ,
153944                   /* name */
153945                   "UnitModifier",
153946                   /* qualifiers */
153947                   _CIM_Tachometer_UnitModifier_qualifiers,
153948                   /* type */
153949                   CIMTYPE_SINT32,
153950 mike  1.1.2.1     /* subscript */
153951                   -1,
153952                   /* value */
153953                   "\000\000\000\001",
153954               };
153955               
153956               static const char*
153957               _CIM_Tachometer_RateUnits_qualifiers[] =
153958               {
153959                   /* Deprecated */
153960                   "\013\000\001No value\000",
153961                   /* Override */
153962                   "\044RateUnits",
153963                   0,
153964               };
153965               
153966               static MetaProperty
153967               _CIM_Tachometer_RateUnits =
153968               {
153969                   /* flags */
153970                   META_FLAG_PROPERTY|META_FLAG_READ,
153971 mike  1.1.2.1     /* name */
153972                   "RateUnits",
153973                   /* qualifiers */
153974                   _CIM_Tachometer_RateUnits_qualifiers,
153975                   /* type */
153976                   CIMTYPE_UINT16,
153977                   /* subscript */
153978                   -1,
153979                   /* value */
153980                   "\000\004",
153981               };
153982               
153983               static const char*
153984               _CIM_Tachometer_Resolution_qualifiers[] =
153985               {
153986                   /* Deprecated */
153987                   "\013\000\001No value\000",
153988                   /* Override */
153989                   "\044Resolution",
153990                   /* Units */
153991                   "\060Tenths of Revolutions per Minute",
153992 mike  1.1.2.1     0,
153993               };
153994               
153995               static MetaProperty
153996               _CIM_Tachometer_Resolution =
153997               {
153998                   /* flags */
153999                   META_FLAG_PROPERTY|META_FLAG_READ,
154000                   /* name */
154001                   "Resolution",
154002                   /* qualifiers */
154003                   _CIM_Tachometer_Resolution_qualifiers,
154004                   /* type */
154005                   CIMTYPE_UINT32,
154006                   /* subscript */
154007                   -1,
154008                   /* value */
154009                   0,
154010               };
154011               
154012               static MetaFeature*
154013 mike  1.1.2.1 _CIM_Tachometer_features[] =
154014               {
154015                   (MetaFeature*)&_CIM_Tachometer_SensorType,
154016                   (MetaFeature*)&_CIM_Tachometer_BaseUnits,
154017                   (MetaFeature*)&_CIM_Tachometer_UnitModifier,
154018                   (MetaFeature*)&_CIM_Tachometer_RateUnits,
154019                   (MetaFeature*)&_CIM_Tachometer_Resolution,
154020                   0,
154021               };
154022               
154023               static const char*
154024               __root_cimv2_CIM_Tachometer_qualifiers[] =
154025               {
154026                   /* Deprecated */
154027                   "\013\000\001CIM_NumericSensor\000",
154028                   /* UMLPackagePath */
154029                   "\057CIM::Device::Sensors",
154030                   /* Version */
154031                   "\0632.8.0",
154032                   0,
154033               };
154034 mike  1.1.2.1 
154035               MetaClass
154036               __root_cimv2_CIM_Tachometer =
154037               {
154038                   /* flags */
154039                   META_FLAG_CLASS,
154040                   /* name */
154041                   "CIM_Tachometer",
154042                   /* qualifiers */
154043                   __root_cimv2_CIM_Tachometer_qualifiers,
154044                   /* super */
154045                   &__root_cimv2_CIM_NumericSensor,
154046                   /* features */
154047                   _CIM_Tachometer_features,
154048               };
154049               
154050               //==============================================================================
154051               //
154052               // Class: CIM_TapePartition
154053               //
154054               //==============================================================================
154055 mike  1.1.2.1 
154056               static const char*
154057               _CIM_TapePartition_UnusedBlocks_qualifiers[] =
154058               {
154059                   /* Gauge */
154060                   "\023\001",
154061                   0,
154062               };
154063               
154064               static MetaProperty
154065               _CIM_TapePartition_UnusedBlocks =
154066               {
154067                   /* flags */
154068                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
154069                   /* name */
154070                   "UnusedBlocks",
154071                   /* qualifiers */
154072                   _CIM_TapePartition_UnusedBlocks_qualifiers,
154073                   /* type */
154074                   CIMTYPE_UINT64,
154075                   /* subscript */
154076 mike  1.1.2.1     -1,
154077                   /* value */
154078                   0,
154079               };
154080               
154081               static MetaFeature*
154082               _CIM_TapePartition_features[] =
154083               {
154084                   (MetaFeature*)&_CIM_TapePartition_UnusedBlocks,
154085                   0,
154086               };
154087               
154088               static const char*
154089               __root_cimv2_CIM_TapePartition_qualifiers[] =
154090               {
154091                   /* UMLPackagePath */
154092                   "\057CIM::Device::StorageExtents",
154093                   /* Version */
154094                   "\0632.6.0",
154095                   0,
154096               };
154097 mike  1.1.2.1 
154098               MetaClass
154099               __root_cimv2_CIM_TapePartition =
154100               {
154101                   /* flags */
154102                   META_FLAG_CLASS,
154103                   /* name */
154104                   "CIM_TapePartition",
154105                   /* qualifiers */
154106                   __root_cimv2_CIM_TapePartition_qualifiers,
154107                   /* super */
154108                   &__root_cimv2_CIM_MediaPartition,
154109                   /* features */
154110                   _CIM_TapePartition_features,
154111               };
154112               
154113               //==============================================================================
154114               //
154115               // Class: CIM_TapePartitionOnSurface
154116               //
154117               //==============================================================================
154118 mike  1.1.2.1 
154119               static const char*
154120               _CIM_TapePartitionOnSurface_Antecedent_qualifiers[] =
154121               {
154122                   /* Override */
154123                   "\044Antecedent",
154124                   /* Max */
154125                   "\027\000\000\000\001",
154126                   0,
154127               };
154128               
154129               static MetaReference
154130               _CIM_TapePartitionOnSurface_Antecedent =
154131               {
154132                   /* flags */
154133                   META_FLAG_REFERENCE|META_FLAG_READ,
154134                   /* name */
154135                   "Antecedent",
154136                   /* qualifiers */
154137                   _CIM_TapePartitionOnSurface_Antecedent_qualifiers,
154138                   /* subscript */
154139 mike  1.1.2.1     -1,
154140                   /* refId */
154141                   &__root_cimv2_CIM_StorageExtent,
154142               };
154143               
154144               static const char*
154145               _CIM_TapePartitionOnSurface_Dependent_qualifiers[] =
154146               {
154147                   /* Override */
154148                   "\044Dependent",
154149                   0,
154150               };
154151               
154152               static MetaReference
154153               _CIM_TapePartitionOnSurface_Dependent =
154154               {
154155                   /* flags */
154156                   META_FLAG_REFERENCE|META_FLAG_READ,
154157                   /* name */
154158                   "Dependent",
154159                   /* qualifiers */
154160 mike  1.1.2.1     _CIM_TapePartitionOnSurface_Dependent_qualifiers,
154161                   /* subscript */
154162                   -1,
154163                   /* refId */
154164                   &__root_cimv2_CIM_TapePartition,
154165               };
154166               
154167               static MetaFeature*
154168               _CIM_TapePartitionOnSurface_features[] =
154169               {
154170                   (MetaFeature*)&_CIM_TapePartitionOnSurface_Antecedent,
154171                   (MetaFeature*)&_CIM_TapePartitionOnSurface_Dependent,
154172                   0,
154173               };
154174               
154175               static const char*
154176               __root_cimv2_CIM_TapePartitionOnSurface_qualifiers[] =
154177               {
154178                   /* ASSOCIATION */
154179                   "\000\001",
154180                   /* UMLPackagePath */
154181 mike  1.1.2.1     "\057CIM::Device::StorageExtents",
154182                   /* Version */
154183                   "\0632.6.0",
154184                   0,
154185               };
154186               
154187               MetaClass
154188               __root_cimv2_CIM_TapePartitionOnSurface =
154189               {
154190                   /* flags */
154191                   META_FLAG_ASSOCIATION,
154192                   /* name */
154193                   "CIM_TapePartitionOnSurface",
154194                   /* qualifiers */
154195                   __root_cimv2_CIM_TapePartitionOnSurface_qualifiers,
154196                   /* super */
154197                   &__root_cimv2_CIM_BasedOn,
154198                   /* features */
154199                   _CIM_TapePartitionOnSurface_features,
154200               };
154201               
154202 mike  1.1.2.1 //==============================================================================
154203               //
154204               // Class: CIM_TCPProtocolEndpoint
154205               //
154206               //==============================================================================
154207               
154208               static const char*
154209               _CIM_TCPProtocolEndpoint_PortNumber_qualifiers[] =
154210               {
154211                   0,
154212               };
154213               
154214               static MetaProperty
154215               _CIM_TCPProtocolEndpoint_PortNumber =
154216               {
154217                   /* flags */
154218                   META_FLAG_PROPERTY|META_FLAG_READ,
154219                   /* name */
154220                   "PortNumber",
154221                   /* qualifiers */
154222                   _CIM_TCPProtocolEndpoint_PortNumber_qualifiers,
154223 mike  1.1.2.1     /* type */
154224                   CIMTYPE_UINT32,
154225                   /* subscript */
154226                   -1,
154227                   /* value */
154228                   0,
154229               };
154230               
154231               static const char*
154232               _CIM_TCPProtocolEndpoint_ProtocolIFType_qualifiers[] =
154233               {
154234                   /* Override */
154235                   "\044ProtocolIFType",
154236                   /* ValueMap */
154237                   "\061\000\0051\000225..4095\0004111\0004301..32767\00032768..\000",
154238                   /* Values */
154239                   "\062\000\005Other\000IANA Reserved\000TCP\000DMTF Reserved\000Vendor Reserved\000",
154240                   0,
154241               };
154242               
154243               static MetaProperty
154244 mike  1.1.2.1 _CIM_TCPProtocolEndpoint_ProtocolIFType =
154245               {
154246                   /* flags */
154247                   META_FLAG_PROPERTY|META_FLAG_READ,
154248                   /* name */
154249                   "ProtocolIFType",
154250                   /* qualifiers */
154251                   _CIM_TCPProtocolEndpoint_ProtocolIFType_qualifiers,
154252                   /* type */
154253                   CIMTYPE_UINT16,
154254                   /* subscript */
154255                   -1,
154256                   /* value */
154257                   "\020\017",
154258               };
154259               
154260               static MetaFeature*
154261               _CIM_TCPProtocolEndpoint_features[] =
154262               {
154263                   (MetaFeature*)&_CIM_TCPProtocolEndpoint_PortNumber,
154264                   (MetaFeature*)&_CIM_TCPProtocolEndpoint_ProtocolIFType,
154265 mike  1.1.2.1     0,
154266               };
154267               
154268               static const char*
154269               __root_cimv2_CIM_TCPProtocolEndpoint_qualifiers[] =
154270               {
154271                   /* UMLPackagePath */
154272                   "\057CIM::Network::ProtocolEndpoints",
154273                   /* Version */
154274                   "\0632.8.0",
154275                   0,
154276               };
154277               
154278               MetaClass
154279               __root_cimv2_CIM_TCPProtocolEndpoint =
154280               {
154281                   /* flags */
154282                   META_FLAG_CLASS,
154283                   /* name */
154284                   "CIM_TCPProtocolEndpoint",
154285                   /* qualifiers */
154286 mike  1.1.2.1     __root_cimv2_CIM_TCPProtocolEndpoint_qualifiers,
154287                   /* super */
154288                   &__root_cimv2_CIM_ProtocolEndpoint,
154289                   /* features */
154290                   _CIM_TCPProtocolEndpoint_features,
154291               };
154292               
154293               //==============================================================================
154294               //
154295               // Class: CIM_TemperatureSensor
154296               //
154297               //==============================================================================
154298               
154299               static const char*
154300               _CIM_TemperatureSensor_SensorType_qualifiers[] =
154301               {
154302                   /* Deprecated */
154303                   "\013\000\001No Value\000",
154304                   /* Override */
154305                   "\044SensorType",
154306                   0,
154307 mike  1.1.2.1 };
154308               
154309               static MetaProperty
154310               _CIM_TemperatureSensor_SensorType =
154311               {
154312                   /* flags */
154313                   META_FLAG_PROPERTY|META_FLAG_READ,
154314                   /* name */
154315                   "SensorType",
154316                   /* qualifiers */
154317                   _CIM_TemperatureSensor_SensorType_qualifiers,
154318                   /* type */
154319                   CIMTYPE_UINT16,
154320                   /* subscript */
154321                   -1,
154322                   /* value */
154323                   "\000\002",
154324               };
154325               
154326               static const char*
154327               _CIM_TemperatureSensor_BaseUnits_qualifiers[] =
154328 mike  1.1.2.1 {
154329                   /* Deprecated */
154330                   "\013\000\001No Value\000",
154331                   /* Override */
154332                   "\044BaseUnits",
154333                   0,
154334               };
154335               
154336               static MetaProperty
154337               _CIM_TemperatureSensor_BaseUnits =
154338               {
154339                   /* flags */
154340                   META_FLAG_PROPERTY|META_FLAG_READ,
154341                   /* name */
154342                   "BaseUnits",
154343                   /* qualifiers */
154344                   _CIM_TemperatureSensor_BaseUnits_qualifiers,
154345                   /* type */
154346                   CIMTYPE_UINT16,
154347                   /* subscript */
154348                   -1,
154349 mike  1.1.2.1     /* value */
154350                   "\000\002",
154351               };
154352               
154353               static const char*
154354               _CIM_TemperatureSensor_UnitModifier_qualifiers[] =
154355               {
154356                   /* Deprecated */
154357                   "\013\000\001No Value\000",
154358                   /* Override */
154359                   "\044UnitModifier",
154360                   0,
154361               };
154362               
154363               static MetaProperty
154364               _CIM_TemperatureSensor_UnitModifier =
154365               {
154366                   /* flags */
154367                   META_FLAG_PROPERTY|META_FLAG_READ,
154368                   /* name */
154369                   "UnitModifier",
154370 mike  1.1.2.1     /* qualifiers */
154371                   _CIM_TemperatureSensor_UnitModifier_qualifiers,
154372                   /* type */
154373                   CIMTYPE_SINT32,
154374                   /* subscript */
154375                   -1,
154376                   /* value */
154377                   "\377\377\377\377",
154378               };
154379               
154380               static const char*
154381               _CIM_TemperatureSensor_RateUnits_qualifiers[] =
154382               {
154383                   /* Deprecated */
154384                   "\013\000\001No Value\000",
154385                   /* Override */
154386                   "\044RateUnits",
154387                   0,
154388               };
154389               
154390               static MetaProperty
154391 mike  1.1.2.1 _CIM_TemperatureSensor_RateUnits =
154392               {
154393                   /* flags */
154394                   META_FLAG_PROPERTY|META_FLAG_READ,
154395                   /* name */
154396                   "RateUnits",
154397                   /* qualifiers */
154398                   _CIM_TemperatureSensor_RateUnits_qualifiers,
154399                   /* type */
154400                   CIMTYPE_UINT16,
154401                   /* subscript */
154402                   -1,
154403                   /* value */
154404                   "\000\000",
154405               };
154406               
154407               static const char*
154408               _CIM_TemperatureSensor_CurrentReading_qualifiers[] =
154409               {
154410                   /* Deprecated */
154411                   "\013\000\001No Value\000",
154412 mike  1.1.2.1     /* Override */
154413                   "\044CurrentReading",
154414                   /* MappingStrings */
154415                   "\026\000\001MIF.DMTF|Temperature Probe|002.5\000",
154416                   0,
154417               };
154418               
154419               static MetaProperty
154420               _CIM_TemperatureSensor_CurrentReading =
154421               {
154422                   /* flags */
154423                   META_FLAG_PROPERTY|META_FLAG_READ,
154424                   /* name */
154425                   "CurrentReading",
154426                   /* qualifiers */
154427                   _CIM_TemperatureSensor_CurrentReading_qualifiers,
154428                   /* type */
154429                   CIMTYPE_SINT32,
154430                   /* subscript */
154431                   -1,
154432                   /* value */
154433 mike  1.1.2.1     0,
154434               };
154435               
154436               static const char*
154437               _CIM_TemperatureSensor_NominalReading_qualifiers[] =
154438               {
154439                   /* Deprecated */
154440                   "\013\000\001No Value\000",
154441                   /* Override */
154442                   "\044NominalReading",
154443                   /* MappingStrings */
154444                   "\026\000\001MIF.DMTF|Temperature Probe|002.6\000",
154445                   0,
154446               };
154447               
154448               static MetaProperty
154449               _CIM_TemperatureSensor_NominalReading =
154450               {
154451                   /* flags */
154452                   META_FLAG_PROPERTY|META_FLAG_READ,
154453                   /* name */
154454 mike  1.1.2.1     "NominalReading",
154455                   /* qualifiers */
154456                   _CIM_TemperatureSensor_NominalReading_qualifiers,
154457                   /* type */
154458                   CIMTYPE_SINT32,
154459                   /* subscript */
154460                   -1,
154461                   /* value */
154462                   0,
154463               };
154464               
154465               static const char*
154466               _CIM_TemperatureSensor_NormalMax_qualifiers[] =
154467               {
154468                   /* Deprecated */
154469                   "\013\000\001No Value\000",
154470                   /* Override */
154471                   "\044NormalMax",
154472                   /* MappingStrings */
154473                   "\026\000\001MIF.DMTF|Temperature Probe|002.7\000",
154474                   0,
154475 mike  1.1.2.1 };
154476               
154477               static MetaProperty
154478               _CIM_TemperatureSensor_NormalMax =
154479               {
154480                   /* flags */
154481                   META_FLAG_PROPERTY|META_FLAG_READ,
154482                   /* name */
154483                   "NormalMax",
154484                   /* qualifiers */
154485                   _CIM_TemperatureSensor_NormalMax_qualifiers,
154486                   /* type */
154487                   CIMTYPE_SINT32,
154488                   /* subscript */
154489                   -1,
154490                   /* value */
154491                   0,
154492               };
154493               
154494               static const char*
154495               _CIM_TemperatureSensor_NormalMin_qualifiers[] =
154496 mike  1.1.2.1 {
154497                   /* Deprecated */
154498                   "\013\000\001No Value\000",
154499                   /* Override */
154500                   "\044NormalMin",
154501                   /* MappingStrings */
154502                   "\026\000\001MIF.DMTF|Temperature Probe|002.8\000",
154503                   0,
154504               };
154505               
154506               static MetaProperty
154507               _CIM_TemperatureSensor_NormalMin =
154508               {
154509                   /* flags */
154510                   META_FLAG_PROPERTY|META_FLAG_READ,
154511                   /* name */
154512                   "NormalMin",
154513                   /* qualifiers */
154514                   _CIM_TemperatureSensor_NormalMin_qualifiers,
154515                   /* type */
154516                   CIMTYPE_SINT32,
154517 mike  1.1.2.1     /* subscript */
154518                   -1,
154519                   /* value */
154520                   0,
154521               };
154522               
154523               static const char*
154524               _CIM_TemperatureSensor_MaxReadable_qualifiers[] =
154525               {
154526                   /* Deprecated */
154527                   "\013\000\001No Value\000",
154528                   /* Override */
154529                   "\044MaxReadable",
154530                   /* MappingStrings */
154531                   "\026\000\001MIF.DMTF|Temperature Probe|002.9\000",
154532                   0,
154533               };
154534               
154535               static MetaProperty
154536               _CIM_TemperatureSensor_MaxReadable =
154537               {
154538 mike  1.1.2.1     /* flags */
154539                   META_FLAG_PROPERTY|META_FLAG_READ,
154540                   /* name */
154541                   "MaxReadable",
154542                   /* qualifiers */
154543                   _CIM_TemperatureSensor_MaxReadable_qualifiers,
154544                   /* type */
154545                   CIMTYPE_SINT32,
154546                   /* subscript */
154547                   -1,
154548                   /* value */
154549                   0,
154550               };
154551               
154552               static const char*
154553               _CIM_TemperatureSensor_MinReadable_qualifiers[] =
154554               {
154555                   /* Deprecated */
154556                   "\013\000\001No Value\000",
154557                   /* Override */
154558                   "\044MinReadable",
154559 mike  1.1.2.1     /* MappingStrings */
154560                   "\026\000\001MIF.DMTF|Temperature Probe|002.10\000",
154561                   0,
154562               };
154563               
154564               static MetaProperty
154565               _CIM_TemperatureSensor_MinReadable =
154566               {
154567                   /* flags */
154568                   META_FLAG_PROPERTY|META_FLAG_READ,
154569                   /* name */
154570                   "MinReadable",
154571                   /* qualifiers */
154572                   _CIM_TemperatureSensor_MinReadable_qualifiers,
154573                   /* type */
154574                   CIMTYPE_SINT32,
154575                   /* subscript */
154576                   -1,
154577                   /* value */
154578                   0,
154579               };
154580 mike  1.1.2.1 
154581               static const char*
154582               _CIM_TemperatureSensor_Resolution_qualifiers[] =
154583               {
154584                   /* Deprecated */
154585                   "\013\000\001No Value\000",
154586                   /* Override */
154587                   "\044Resolution",
154588                   /* Units */
154589                   "\060Hundredths of Degrees C",
154590                   /* MappingStrings */
154591                   "\026\000\001MIF.DMTF|Temperature Probe|002.17\000",
154592                   0,
154593               };
154594               
154595               static MetaProperty
154596               _CIM_TemperatureSensor_Resolution =
154597               {
154598                   /* flags */
154599                   META_FLAG_PROPERTY|META_FLAG_READ,
154600                   /* name */
154601 mike  1.1.2.1     "Resolution",
154602                   /* qualifiers */
154603                   _CIM_TemperatureSensor_Resolution_qualifiers,
154604                   /* type */
154605                   CIMTYPE_UINT32,
154606                   /* subscript */
154607                   -1,
154608                   /* value */
154609                   0,
154610               };
154611               
154612               static const char*
154613               _CIM_TemperatureSensor_Tolerance_qualifiers[] =
154614               {
154615                   /* Deprecated */
154616                   "\013\000\001No Value\000",
154617                   /* Override */
154618                   "\044Tolerance",
154619                   /* MappingStrings */
154620                   "\026\000\001MIF.DMTF|Temperature Probe|002.18\000",
154621                   0,
154622 mike  1.1.2.1 };
154623               
154624               static MetaProperty
154625               _CIM_TemperatureSensor_Tolerance =
154626               {
154627                   /* flags */
154628                   META_FLAG_PROPERTY|META_FLAG_READ,
154629                   /* name */
154630                   "Tolerance",
154631                   /* qualifiers */
154632                   _CIM_TemperatureSensor_Tolerance_qualifiers,
154633                   /* type */
154634                   CIMTYPE_SINT32,
154635                   /* subscript */
154636                   -1,
154637                   /* value */
154638                   0,
154639               };
154640               
154641               static const char*
154642               _CIM_TemperatureSensor_Accuracy_qualifiers[] =
154643 mike  1.1.2.1 {
154644                   /* Deprecated */
154645                   "\013\000\001No Value\000",
154646                   /* Override */
154647                   "\044Accuracy",
154648                   /* MappingStrings */
154649                   "\026\000\001MIF.DMTF|Temperature Probe|002.19\000",
154650                   0,
154651               };
154652               
154653               static MetaProperty
154654               _CIM_TemperatureSensor_Accuracy =
154655               {
154656                   /* flags */
154657                   META_FLAG_PROPERTY|META_FLAG_READ,
154658                   /* name */
154659                   "Accuracy",
154660                   /* qualifiers */
154661                   _CIM_TemperatureSensor_Accuracy_qualifiers,
154662                   /* type */
154663                   CIMTYPE_SINT32,
154664 mike  1.1.2.1     /* subscript */
154665                   -1,
154666                   /* value */
154667                   0,
154668               };
154669               
154670               static const char*
154671               _CIM_TemperatureSensor_LowerThresholdNonCritical_qualifiers[] =
154672               {
154673                   /* Deprecated */
154674                   "\013\000\001No Value\000",
154675                   /* Override */
154676                   "\044LowerThresholdNonCritical",
154677                   /* MappingStrings */
154678                   "\026\000\001MIF.DMTF|Temperature Probe|002.11\000",
154679                   0,
154680               };
154681               
154682               static MetaProperty
154683               _CIM_TemperatureSensor_LowerThresholdNonCritical =
154684               {
154685 mike  1.1.2.1     /* flags */
154686                   META_FLAG_PROPERTY|META_FLAG_READ,
154687                   /* name */
154688                   "LowerThresholdNonCritical",
154689                   /* qualifiers */
154690                   _CIM_TemperatureSensor_LowerThresholdNonCritical_qualifiers,
154691                   /* type */
154692                   CIMTYPE_SINT32,
154693                   /* subscript */
154694                   -1,
154695                   /* value */
154696                   0,
154697               };
154698               
154699               static const char*
154700               _CIM_TemperatureSensor_UpperThresholdNonCritical_qualifiers[] =
154701               {
154702                   /* Deprecated */
154703                   "\013\000\001No Value\000",
154704                   /* Override */
154705                   "\044UpperThresholdNonCritical",
154706 mike  1.1.2.1     /* MappingStrings */
154707                   "\026\000\001MIF.DMTF|Temperature Probe|002.12\000",
154708                   0,
154709               };
154710               
154711               static MetaProperty
154712               _CIM_TemperatureSensor_UpperThresholdNonCritical =
154713               {
154714                   /* flags */
154715                   META_FLAG_PROPERTY|META_FLAG_READ,
154716                   /* name */
154717                   "UpperThresholdNonCritical",
154718                   /* qualifiers */
154719                   _CIM_TemperatureSensor_UpperThresholdNonCritical_qualifiers,
154720                   /* type */
154721                   CIMTYPE_SINT32,
154722                   /* subscript */
154723                   -1,
154724                   /* value */
154725                   0,
154726               };
154727 mike  1.1.2.1 
154728               static const char*
154729               _CIM_TemperatureSensor_LowerThresholdCritical_qualifiers[] =
154730               {
154731                   /* Deprecated */
154732                   "\013\000\001No Value\000",
154733                   /* Override */
154734                   "\044LowerThresholdCritical",
154735                   /* MappingStrings */
154736                   "\026\000\001MIF.DMTF|Temperature Probe|002.13\000",
154737                   0,
154738               };
154739               
154740               static MetaProperty
154741               _CIM_TemperatureSensor_LowerThresholdCritical =
154742               {
154743                   /* flags */
154744                   META_FLAG_PROPERTY|META_FLAG_READ,
154745                   /* name */
154746                   "LowerThresholdCritical",
154747                   /* qualifiers */
154748 mike  1.1.2.1     _CIM_TemperatureSensor_LowerThresholdCritical_qualifiers,
154749                   /* type */
154750                   CIMTYPE_SINT32,
154751                   /* subscript */
154752                   -1,
154753                   /* value */
154754                   0,
154755               };
154756               
154757               static const char*
154758               _CIM_TemperatureSensor_UpperThresholdCritical_qualifiers[] =
154759               {
154760                   /* Deprecated */
154761                   "\013\000\001No Value\000",
154762                   /* Override */
154763                   "\044UpperThresholdCritical",
154764                   /* MappingStrings */
154765                   "\026\000\001MIF.DMTF|Temperature Probe|002.14\000",
154766                   0,
154767               };
154768               
154769 mike  1.1.2.1 static MetaProperty
154770               _CIM_TemperatureSensor_UpperThresholdCritical =
154771               {
154772                   /* flags */
154773                   META_FLAG_PROPERTY|META_FLAG_READ,
154774                   /* name */
154775                   "UpperThresholdCritical",
154776                   /* qualifiers */
154777                   _CIM_TemperatureSensor_UpperThresholdCritical_qualifiers,
154778                   /* type */
154779                   CIMTYPE_SINT32,
154780                   /* subscript */
154781                   -1,
154782                   /* value */
154783                   0,
154784               };
154785               
154786               static const char*
154787               _CIM_TemperatureSensor_LowerThresholdFatal_qualifiers[] =
154788               {
154789                   /* Deprecated */
154790 mike  1.1.2.1     "\013\000\001No Value\000",
154791                   /* Override */
154792                   "\044LowerThresholdFatal",
154793                   /* MappingStrings */
154794                   "\026\000\001MIF.DMTF|Temperature Probe|002.15\000",
154795                   0,
154796               };
154797               
154798               static MetaProperty
154799               _CIM_TemperatureSensor_LowerThresholdFatal =
154800               {
154801                   /* flags */
154802                   META_FLAG_PROPERTY|META_FLAG_READ,
154803                   /* name */
154804                   "LowerThresholdFatal",
154805                   /* qualifiers */
154806                   _CIM_TemperatureSensor_LowerThresholdFatal_qualifiers,
154807                   /* type */
154808                   CIMTYPE_SINT32,
154809                   /* subscript */
154810                   -1,
154811 mike  1.1.2.1     /* value */
154812                   0,
154813               };
154814               
154815               static const char*
154816               _CIM_TemperatureSensor_UpperThresholdFatal_qualifiers[] =
154817               {
154818                   /* Deprecated */
154819                   "\013\000\001No Value\000",
154820                   /* Override */
154821                   "\044UpperThresholdFatal",
154822                   /* MappingStrings */
154823                   "\026\000\001MIF.DMTF|Temperature Probe|002.16\000",
154824                   0,
154825               };
154826               
154827               static MetaProperty
154828               _CIM_TemperatureSensor_UpperThresholdFatal =
154829               {
154830                   /* flags */
154831                   META_FLAG_PROPERTY|META_FLAG_READ,
154832 mike  1.1.2.1     /* name */
154833                   "UpperThresholdFatal",
154834                   /* qualifiers */
154835                   _CIM_TemperatureSensor_UpperThresholdFatal_qualifiers,
154836                   /* type */
154837                   CIMTYPE_SINT32,
154838                   /* subscript */
154839                   -1,
154840                   /* value */
154841                   0,
154842               };
154843               
154844               static MetaFeature*
154845               _CIM_TemperatureSensor_features[] =
154846               {
154847                   (MetaFeature*)&_CIM_TemperatureSensor_SensorType,
154848                   (MetaFeature*)&_CIM_TemperatureSensor_BaseUnits,
154849                   (MetaFeature*)&_CIM_TemperatureSensor_UnitModifier,
154850                   (MetaFeature*)&_CIM_TemperatureSensor_RateUnits,
154851                   (MetaFeature*)&_CIM_TemperatureSensor_CurrentReading,
154852                   (MetaFeature*)&_CIM_TemperatureSensor_NominalReading,
154853 mike  1.1.2.1     (MetaFeature*)&_CIM_TemperatureSensor_NormalMax,
154854                   (MetaFeature*)&_CIM_TemperatureSensor_NormalMin,
154855                   (MetaFeature*)&_CIM_TemperatureSensor_MaxReadable,
154856                   (MetaFeature*)&_CIM_TemperatureSensor_MinReadable,
154857                   (MetaFeature*)&_CIM_TemperatureSensor_Resolution,
154858                   (MetaFeature*)&_CIM_TemperatureSensor_Tolerance,
154859                   (MetaFeature*)&_CIM_TemperatureSensor_Accuracy,
154860                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdNonCritical,
154861                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdNonCritical,
154862                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdCritical,
154863                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdCritical,
154864                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdFatal,
154865                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdFatal,
154866                   0,
154867               };
154868               
154869               static const char*
154870               __root_cimv2_CIM_TemperatureSensor_qualifiers[] =
154871               {
154872                   /* Deprecated */
154873                   "\013\000\001CIM_NumericSensor\000",
154874 mike  1.1.2.1     /* UMLPackagePath */
154875                   "\057CIM::Device::Sensors",
154876                   /* Version */
154877                   "\0632.8.0",
154878                   0,
154879               };
154880               
154881               MetaClass
154882               __root_cimv2_CIM_TemperatureSensor =
154883               {
154884                   /* flags */
154885                   META_FLAG_CLASS,
154886                   /* name */
154887                   "CIM_TemperatureSensor",
154888                   /* qualifiers */
154889                   __root_cimv2_CIM_TemperatureSensor_qualifiers,
154890                   /* super */
154891                   &__root_cimv2_CIM_NumericSensor,
154892                   /* features */
154893                   _CIM_TemperatureSensor_features,
154894               };
154895 mike  1.1.2.1 
154896               //==============================================================================
154897               //
154898               // Class: CIM_TokenBucketMeterService
154899               //
154900               //==============================================================================
154901               
154902               static const char*
154903               _CIM_TokenBucketMeterService_AverageRate_qualifiers[] =
154904               {
154905                   /* Units */
154906                   "\060KiloBits per Second",
154907                   0,
154908               };
154909               
154910               static MetaProperty
154911               _CIM_TokenBucketMeterService_AverageRate =
154912               {
154913                   /* flags */
154914                   META_FLAG_PROPERTY|META_FLAG_READ,
154915                   /* name */
154916 mike  1.1.2.1     "AverageRate",
154917                   /* qualifiers */
154918                   _CIM_TokenBucketMeterService_AverageRate_qualifiers,
154919                   /* type */
154920                   CIMTYPE_UINT32,
154921                   /* subscript */
154922                   -1,
154923                   /* value */
154924                   0,
154925               };
154926               
154927               static const char*
154928               _CIM_TokenBucketMeterService_PeakRate_qualifiers[] =
154929               {
154930                   /* Units */
154931                   "\060KiloBits per Second",
154932                   0,
154933               };
154934               
154935               static MetaProperty
154936               _CIM_TokenBucketMeterService_PeakRate =
154937 mike  1.1.2.1 {
154938                   /* flags */
154939                   META_FLAG_PROPERTY|META_FLAG_READ,
154940                   /* name */
154941                   "PeakRate",
154942                   /* qualifiers */
154943                   _CIM_TokenBucketMeterService_PeakRate_qualifiers,
154944                   /* type */
154945                   CIMTYPE_UINT32,
154946                   /* subscript */
154947                   -1,
154948                   /* value */
154949                   0,
154950               };
154951               
154952               static const char*
154953               _CIM_TokenBucketMeterService_BurstSize_qualifiers[] =
154954               {
154955                   /* Units */
154956                   "\060KiloBytes",
154957                   0,
154958 mike  1.1.2.1 };
154959               
154960               static MetaProperty
154961               _CIM_TokenBucketMeterService_BurstSize =
154962               {
154963                   /* flags */
154964                   META_FLAG_PROPERTY|META_FLAG_READ,
154965                   /* name */
154966                   "BurstSize",
154967                   /* qualifiers */
154968                   _CIM_TokenBucketMeterService_BurstSize_qualifiers,
154969                   /* type */
154970                   CIMTYPE_UINT32,
154971                   /* subscript */
154972                   -1,
154973                   /* value */
154974                   0,
154975               };
154976               
154977               static const char*
154978               _CIM_TokenBucketMeterService_ExcessBurstSize_qualifiers[] =
154979 mike  1.1.2.1 {
154980                   /* Units */
154981                   "\060KiloBytes",
154982                   0,
154983               };
154984               
154985               static MetaProperty
154986               _CIM_TokenBucketMeterService_ExcessBurstSize =
154987               {
154988                   /* flags */
154989                   META_FLAG_PROPERTY|META_FLAG_READ,
154990                   /* name */
154991                   "ExcessBurstSize",
154992                   /* qualifiers */
154993                   _CIM_TokenBucketMeterService_ExcessBurstSize_qualifiers,
154994                   /* type */
154995                   CIMTYPE_UINT32,
154996                   /* subscript */
154997                   -1,
154998                   /* value */
154999                   0,
155000 mike  1.1.2.1 };
155001               
155002               static MetaFeature*
155003               _CIM_TokenBucketMeterService_features[] =
155004               {
155005                   (MetaFeature*)&_CIM_TokenBucketMeterService_AverageRate,
155006                   (MetaFeature*)&_CIM_TokenBucketMeterService_PeakRate,
155007                   (MetaFeature*)&_CIM_TokenBucketMeterService_BurstSize,
155008                   (MetaFeature*)&_CIM_TokenBucketMeterService_ExcessBurstSize,
155009                   0,
155010               };
155011               
155012               static const char*
155013               __root_cimv2_CIM_TokenBucketMeterService_qualifiers[] =
155014               {
155015                   /* UMLPackagePath */
155016                   "\057CIM::Network::QoS",
155017                   /* Version */
155018                   "\0632.7.0",
155019                   0,
155020               };
155021 mike  1.1.2.1 
155022               MetaClass
155023               __root_cimv2_CIM_TokenBucketMeterService =
155024               {
155025                   /* flags */
155026                   META_FLAG_CLASS,
155027                   /* name */
155028                   "CIM_TokenBucketMeterService",
155029                   /* qualifiers */
155030                   __root_cimv2_CIM_TokenBucketMeterService_qualifiers,
155031                   /* super */
155032                   &__root_cimv2_CIM_MeterService,
155033                   /* features */
155034                   _CIM_TokenBucketMeterService_features,
155035               };
155036               
155037               //==============================================================================
155038               //
155039               // Class: CIM_ToSMarkerService
155040               //
155041               //==============================================================================
155042 mike  1.1.2.1 
155043               static const char*
155044               _CIM_ToSMarkerService_ToSValue_qualifiers[] =
155045               {
155046                   0,
155047               };
155048               
155049               static MetaProperty
155050               _CIM_ToSMarkerService_ToSValue =
155051               {
155052                   /* flags */
155053                   META_FLAG_PROPERTY|META_FLAG_READ,
155054                   /* name */
155055                   "ToSValue",
155056                   /* qualifiers */
155057                   _CIM_ToSMarkerService_ToSValue_qualifiers,
155058                   /* type */
155059                   CIMTYPE_UINT8,
155060                   /* subscript */
155061                   -1,
155062                   /* value */
155063 mike  1.1.2.1     0,
155064               };
155065               
155066               static MetaFeature*
155067               _CIM_ToSMarkerService_features[] =
155068               {
155069                   (MetaFeature*)&_CIM_ToSMarkerService_ToSValue,
155070                   0,
155071               };
155072               
155073               static const char*
155074               __root_cimv2_CIM_ToSMarkerService_qualifiers[] =
155075               {
155076                   /* UMLPackagePath */
155077                   "\057CIM::Network::QoS",
155078                   /* Version */
155079                   "\0632.7.0",
155080                   0,
155081               };
155082               
155083               MetaClass
155084 mike  1.1.2.1 __root_cimv2_CIM_ToSMarkerService =
155085               {
155086                   /* flags */
155087                   META_FLAG_CLASS,
155088                   /* name */
155089                   "CIM_ToSMarkerService",
155090                   /* qualifiers */
155091                   __root_cimv2_CIM_ToSMarkerService_qualifiers,
155092                   /* super */
155093                   &__root_cimv2_CIM_MarkerService,
155094                   /* features */
155095                   _CIM_ToSMarkerService_features,
155096               };
155097               
155098               //==============================================================================
155099               //
155100               // Class: CIM_TrapSourceForSNMPService
155101               //
155102               //==============================================================================
155103               
155104               static const char*
155105 mike  1.1.2.1 _CIM_TrapSourceForSNMPService_Antecedent_qualifiers[] =
155106               {
155107                   /* Override */
155108                   "\044Antecedent",
155109                   /* Max */
155110                   "\027\000\000\000\001",
155111                   0,
155112               };
155113               
155114               static MetaReference
155115               _CIM_TrapSourceForSNMPService_Antecedent =
155116               {
155117                   /* flags */
155118                   META_FLAG_REFERENCE|META_FLAG_READ,
155119                   /* name */
155120                   "Antecedent",
155121                   /* qualifiers */
155122                   _CIM_TrapSourceForSNMPService_Antecedent_qualifiers,
155123                   /* subscript */
155124                   -1,
155125                   /* refId */
155126 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolEndpoint,
155127               };
155128               
155129               static const char*
155130               _CIM_TrapSourceForSNMPService_Dependent_qualifiers[] =
155131               {
155132                   /* Override */
155133                   "\044Dependent",
155134                   0,
155135               };
155136               
155137               static MetaReference
155138               _CIM_TrapSourceForSNMPService_Dependent =
155139               {
155140                   /* flags */
155141                   META_FLAG_REFERENCE|META_FLAG_READ,
155142                   /* name */
155143                   "Dependent",
155144                   /* qualifiers */
155145                   _CIM_TrapSourceForSNMPService_Dependent_qualifiers,
155146                   /* subscript */
155147 mike  1.1.2.1     -1,
155148                   /* refId */
155149                   &__root_cimv2_CIM_SNMPService,
155150               };
155151               
155152               static MetaFeature*
155153               _CIM_TrapSourceForSNMPService_features[] =
155154               {
155155                   (MetaFeature*)&_CIM_TrapSourceForSNMPService_Antecedent,
155156                   (MetaFeature*)&_CIM_TrapSourceForSNMPService_Dependent,
155157                   0,
155158               };
155159               
155160               static const char*
155161               __root_cimv2_CIM_TrapSourceForSNMPService_qualifiers[] =
155162               {
155163                   /* ASSOCIATION */
155164                   "\000\001",
155165                   /* UMLPackagePath */
155166                   "\057CIM::Network::SNMP",
155167                   /* Version */
155168 mike  1.1.2.1     "\0632.7.0",
155169                   0,
155170               };
155171               
155172               MetaClass
155173               __root_cimv2_CIM_TrapSourceForSNMPService =
155174               {
155175                   /* flags */
155176                   META_FLAG_ASSOCIATION,
155177                   /* name */
155178                   "CIM_TrapSourceForSNMPService",
155179                   /* qualifiers */
155180                   __root_cimv2_CIM_TrapSourceForSNMPService_qualifiers,
155181                   /* super */
155182                   &__root_cimv2_CIM_ServiceSAPDependency,
155183                   /* features */
155184                   _CIM_TrapSourceForSNMPService_features,
155185               };
155186               
155187               //==============================================================================
155188               //
155189 mike  1.1.2.1 // Class: CIM_UDPProtocolEndpoint
155190               //
155191               //==============================================================================
155192               
155193               static const char*
155194               _CIM_UDPProtocolEndpoint_PortNumber_qualifiers[] =
155195               {
155196                   0,
155197               };
155198               
155199               static MetaProperty
155200               _CIM_UDPProtocolEndpoint_PortNumber =
155201               {
155202                   /* flags */
155203                   META_FLAG_PROPERTY|META_FLAG_READ,
155204                   /* name */
155205                   "PortNumber",
155206                   /* qualifiers */
155207                   _CIM_UDPProtocolEndpoint_PortNumber_qualifiers,
155208                   /* type */
155209                   CIMTYPE_UINT32,
155210 mike  1.1.2.1     /* subscript */
155211                   -1,
155212                   /* value */
155213                   0,
155214               };
155215               
155216               static const char*
155217               _CIM_UDPProtocolEndpoint_ProtocolIFType_qualifiers[] =
155218               {
155219                   /* Override */
155220                   "\044ProtocolIFType",
155221                   /* ValueMap */
155222                   "\061\000\0051\000225..4095\0004110\0004301..32767\00032768..\000",
155223                   /* Values */
155224                   "\062\000\005Other\000IANA Reserved\000UDP\000DMTF Reserved\000Vendor Reserved\000",
155225                   0,
155226               };
155227               
155228               static MetaProperty
155229               _CIM_UDPProtocolEndpoint_ProtocolIFType =
155230               {
155231 mike  1.1.2.1     /* flags */
155232                   META_FLAG_PROPERTY|META_FLAG_READ,
155233                   /* name */
155234                   "ProtocolIFType",
155235                   /* qualifiers */
155236                   _CIM_UDPProtocolEndpoint_ProtocolIFType_qualifiers,
155237                   /* type */
155238                   CIMTYPE_UINT16,
155239                   /* subscript */
155240                   -1,
155241                   /* value */
155242                   "\020\016",
155243               };
155244               
155245               static MetaFeature*
155246               _CIM_UDPProtocolEndpoint_features[] =
155247               {
155248                   (MetaFeature*)&_CIM_UDPProtocolEndpoint_PortNumber,
155249                   (MetaFeature*)&_CIM_UDPProtocolEndpoint_ProtocolIFType,
155250                   0,
155251               };
155252 mike  1.1.2.1 
155253               static const char*
155254               __root_cimv2_CIM_UDPProtocolEndpoint_qualifiers[] =
155255               {
155256                   /* UMLPackagePath */
155257                   "\057CIM::Network::ProtocolEndpoints",
155258                   /* Version */
155259                   "\0632.8.0",
155260                   0,
155261               };
155262               
155263               MetaClass
155264               __root_cimv2_CIM_UDPProtocolEndpoint =
155265               {
155266                   /* flags */
155267                   META_FLAG_CLASS,
155268                   /* name */
155269                   "CIM_UDPProtocolEndpoint",
155270                   /* qualifiers */
155271                   __root_cimv2_CIM_UDPProtocolEndpoint_qualifiers,
155272                   /* super */
155273 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolEndpoint,
155274                   /* features */
155275                   _CIM_UDPProtocolEndpoint_features,
155276               };
155277               
155278               //==============================================================================
155279               //
155280               // Class: CIM_Unimodem
155281               //
155282               //==============================================================================
155283               
155284               static const char*
155285               _CIM_Unimodem_CallSetupResultCode_qualifiers[] =
155286               {
155287                   /* ValueMap */
155288                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
155289                   /* Values */
155290                   "\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",
155291                   0,
155292               };
155293               
155294 mike  1.1.2.1 static MetaProperty
155295               _CIM_Unimodem_CallSetupResultCode =
155296               {
155297                   /* flags */
155298                   META_FLAG_PROPERTY|META_FLAG_READ,
155299                   /* name */
155300                   "CallSetupResultCode",
155301                   /* qualifiers */
155302                   _CIM_Unimodem_CallSetupResultCode_qualifiers,
155303                   /* type */
155304                   CIMTYPE_UINT16,
155305                   /* subscript */
155306                   -1,
155307                   /* value */
155308                   0,
155309               };
155310               
155311               static const char*
155312               _CIM_Unimodem_MultiMediaMode_qualifiers[] =
155313               {
155314                   /* ValueMap */
155315 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
155316                   /* Values */
155317                   "\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",
155318                   0,
155319               };
155320               
155321               static MetaProperty
155322               _CIM_Unimodem_MultiMediaMode =
155323               {
155324                   /* flags */
155325                   META_FLAG_PROPERTY|META_FLAG_READ,
155326                   /* name */
155327                   "MultiMediaMode",
155328                   /* qualifiers */
155329                   _CIM_Unimodem_MultiMediaMode_qualifiers,
155330                   /* type */
155331                   CIMTYPE_UINT16,
155332                   /* subscript */
155333                   -1,
155334                   /* value */
155335                   0,
155336 mike  1.1.2.1 };
155337               
155338               static const char*
155339               _CIM_Unimodem_DTEDCEInterfaceMode_qualifiers[] =
155340               {
155341                   /* ValueMap */
155342                   "\061\000\0030\0001\0002\000",
155343                   /* Values */
155344                   "\062\000\003Async Data\000V.80 Transparent Synchronous Mode\000V.80 Framed Synchronous Mode\000",
155345                   0,
155346               };
155347               
155348               static MetaProperty
155349               _CIM_Unimodem_DTEDCEInterfaceMode =
155350               {
155351                   /* flags */
155352                   META_FLAG_PROPERTY|META_FLAG_READ,
155353                   /* name */
155354                   "DTEDCEInterfaceMode",
155355                   /* qualifiers */
155356                   _CIM_Unimodem_DTEDCEInterfaceMode_qualifiers,
155357 mike  1.1.2.1     /* type */
155358                   CIMTYPE_UINT16,
155359                   /* subscript */
155360                   -1,
155361                   /* value */
155362                   0,
155363               };
155364               
155365               static const char*
155366               _CIM_Unimodem_TransmitCarrierNegotiation_qualifiers[] =
155367               {
155368                   /* ValueMap */
155369                   "\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",
155370                   /* Values */
155371                   "\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",
155372                   0,
155373               };
155374               
155375               static MetaProperty
155376               _CIM_Unimodem_TransmitCarrierNegotiation =
155377               {
155378 mike  1.1.2.1     /* flags */
155379                   META_FLAG_PROPERTY|META_FLAG_READ,
155380                   /* name */
155381                   "TransmitCarrierNegotiation",
155382                   /* qualifiers */
155383                   _CIM_Unimodem_TransmitCarrierNegotiation_qualifiers,
155384                   /* type */
155385                   CIMTYPE_UINT16,
155386                   /* subscript */
155387                   -1,
155388                   /* value */
155389                   0,
155390               };
155391               
155392               static const char*
155393               _CIM_Unimodem_ReceiveCarrierNegotiation_qualifiers[] =
155394               {
155395                   /* ValueMap */
155396                   "\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",
155397                   /* Values */
155398                   "\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",
155399 mike  1.1.2.1     0,
155400               };
155401               
155402               static MetaProperty
155403               _CIM_Unimodem_ReceiveCarrierNegotiation =
155404               {
155405                   /* flags */
155406                   META_FLAG_PROPERTY|META_FLAG_READ,
155407                   /* name */
155408                   "ReceiveCarrierNegotiation",
155409                   /* qualifiers */
155410                   _CIM_Unimodem_ReceiveCarrierNegotiation_qualifiers,
155411                   /* type */
155412                   CIMTYPE_UINT16,
155413                   /* subscript */
155414                   -1,
155415                   /* value */
155416                   0,
155417               };
155418               
155419               static const char*
155420 mike  1.1.2.1 _CIM_Unimodem_InitialTransmitCarrierDataRate_qualifiers[] =
155421               {
155422                   /* Units */
155423                   "\060Bits per Second",
155424                   0,
155425               };
155426               
155427               static MetaProperty
155428               _CIM_Unimodem_InitialTransmitCarrierDataRate =
155429               {
155430                   /* flags */
155431                   META_FLAG_PROPERTY|META_FLAG_READ,
155432                   /* name */
155433                   "InitialTransmitCarrierDataRate",
155434                   /* qualifiers */
155435                   _CIM_Unimodem_InitialTransmitCarrierDataRate_qualifiers,
155436                   /* type */
155437                   CIMTYPE_UINT32,
155438                   /* subscript */
155439                   -1,
155440                   /* value */
155441 mike  1.1.2.1     0,
155442               };
155443               
155444               static const char*
155445               _CIM_Unimodem_InitialReceiveCarrierDataRate_qualifiers[] =
155446               {
155447                   /* Units */
155448                   "\060Bits per Second",
155449                   0,
155450               };
155451               
155452               static MetaProperty
155453               _CIM_Unimodem_InitialReceiveCarrierDataRate =
155454               {
155455                   /* flags */
155456                   META_FLAG_PROPERTY|META_FLAG_READ,
155457                   /* name */
155458                   "InitialReceiveCarrierDataRate",
155459                   /* qualifiers */
155460                   _CIM_Unimodem_InitialReceiveCarrierDataRate_qualifiers,
155461                   /* type */
155462 mike  1.1.2.1     CIMTYPE_UINT32,
155463                   /* subscript */
155464                   -1,
155465                   /* value */
155466                   0,
155467               };
155468               
155469               static const char*
155470               _CIM_Unimodem_CarrierRetrainsRequested_qualifiers[] =
155471               {
155472                   /* Counter */
155473                   "\012\001",
155474                   0,
155475               };
155476               
155477               static MetaProperty
155478               _CIM_Unimodem_CarrierRetrainsRequested =
155479               {
155480                   /* flags */
155481                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155482                   /* name */
155483 mike  1.1.2.1     "CarrierRetrainsRequested",
155484                   /* qualifiers */
155485                   _CIM_Unimodem_CarrierRetrainsRequested_qualifiers,
155486                   /* type */
155487                   CIMTYPE_UINT8,
155488                   /* subscript */
155489                   -1,
155490                   /* value */
155491                   0,
155492               };
155493               
155494               static const char*
155495               _CIM_Unimodem_CarrierRetrainsGranted_qualifiers[] =
155496               {
155497                   /* Counter */
155498                   "\012\001",
155499                   0,
155500               };
155501               
155502               static MetaProperty
155503               _CIM_Unimodem_CarrierRetrainsGranted =
155504 mike  1.1.2.1 {
155505                   /* flags */
155506                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155507                   /* name */
155508                   "CarrierRetrainsGranted",
155509                   /* qualifiers */
155510                   _CIM_Unimodem_CarrierRetrainsGranted_qualifiers,
155511                   /* type */
155512                   CIMTYPE_UINT8,
155513                   /* subscript */
155514                   -1,
155515                   /* value */
155516                   0,
155517               };
155518               
155519               static const char*
155520               _CIM_Unimodem_FinalTransmitCarrierDataRate_qualifiers[] =
155521               {
155522                   /* Units */
155523                   "\060Bits per Second",
155524                   0,
155525 mike  1.1.2.1 };
155526               
155527               static MetaProperty
155528               _CIM_Unimodem_FinalTransmitCarrierDataRate =
155529               {
155530                   /* flags */
155531                   META_FLAG_PROPERTY|META_FLAG_READ,
155532                   /* name */
155533                   "FinalTransmitCarrierDataRate",
155534                   /* qualifiers */
155535                   _CIM_Unimodem_FinalTransmitCarrierDataRate_qualifiers,
155536                   /* type */
155537                   CIMTYPE_UINT32,
155538                   /* subscript */
155539                   -1,
155540                   /* value */
155541                   0,
155542               };
155543               
155544               static const char*
155545               _CIM_Unimodem_FinalReceiveCarrierDataRate_qualifiers[] =
155546 mike  1.1.2.1 {
155547                   /* Units */
155548                   "\060Bits per Second",
155549                   0,
155550               };
155551               
155552               static MetaProperty
155553               _CIM_Unimodem_FinalReceiveCarrierDataRate =
155554               {
155555                   /* flags */
155556                   META_FLAG_PROPERTY|META_FLAG_READ,
155557                   /* name */
155558                   "FinalReceiveCarrierDataRate",
155559                   /* qualifiers */
155560                   _CIM_Unimodem_FinalReceiveCarrierDataRate_qualifiers,
155561                   /* type */
155562                   CIMTYPE_UINT32,
155563                   /* subscript */
155564                   -1,
155565                   /* value */
155566                   0,
155567 mike  1.1.2.1 };
155568               
155569               static const char*
155570               _CIM_Unimodem_TerminationCause_qualifiers[] =
155571               {
155572                   /* ValueMap */
155573                   "\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",
155574                   /* Values */
155575                   "\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",
155576                   0,
155577               };
155578               
155579               static MetaProperty
155580               _CIM_Unimodem_TerminationCause =
155581               {
155582                   /* flags */
155583                   META_FLAG_PROPERTY|META_FLAG_READ,
155584                   /* name */
155585                   "TerminationCause",
155586                   /* qualifiers */
155587                   _CIM_Unimodem_TerminationCause_qualifiers,
155588 mike  1.1.2.1     /* type */
155589                   CIMTYPE_UINT16,
155590                   /* subscript */
155591                   -1,
155592                   /* value */
155593                   0,
155594               };
155595               
155596               static const char*
155597               _CIM_Unimodem_UnimodemRevision_qualifiers[] =
155598               {
155599                   0,
155600               };
155601               
155602               static MetaProperty
155603               _CIM_Unimodem_UnimodemRevision =
155604               {
155605                   /* flags */
155606                   META_FLAG_PROPERTY|META_FLAG_READ,
155607                   /* name */
155608                   "UnimodemRevision",
155609 mike  1.1.2.1     /* qualifiers */
155610                   _CIM_Unimodem_UnimodemRevision_qualifiers,
155611                   /* type */
155612                   CIMTYPE_STRING,
155613                   /* subscript */
155614                   -1,
155615                   /* value */
155616                   0,
155617               };
155618               
155619               static const char*
155620               _CIM_Unimodem_EstimatedNoiseLevel_qualifiers[] =
155621               {
155622                   /* Units */
155623                   "\060-dBm",
155624                   /* Gauge */
155625                   "\023\001",
155626                   0,
155627               };
155628               
155629               static MetaProperty
155630 mike  1.1.2.1 _CIM_Unimodem_EstimatedNoiseLevel =
155631               {
155632                   /* flags */
155633                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
155634                   /* name */
155635                   "EstimatedNoiseLevel",
155636                   /* qualifiers */
155637                   _CIM_Unimodem_EstimatedNoiseLevel_qualifiers,
155638                   /* type */
155639                   CIMTYPE_UINT32,
155640                   /* subscript */
155641                   -1,
155642                   /* value */
155643                   0,
155644               };
155645               
155646               static const char*
155647               _CIM_Unimodem_NormalizedMeanSquaredError_qualifiers[] =
155648               {
155649                   0,
155650               };
155651 mike  1.1.2.1 
155652               static MetaProperty
155653               _CIM_Unimodem_NormalizedMeanSquaredError =
155654               {
155655                   /* flags */
155656                   META_FLAG_PROPERTY|META_FLAG_READ,
155657                   /* name */
155658                   "NormalizedMeanSquaredError",
155659                   /* qualifiers */
155660                   _CIM_Unimodem_NormalizedMeanSquaredError_qualifiers,
155661                   /* type */
155662                   CIMTYPE_UINT32,
155663                   /* subscript */
155664                   -1,
155665                   /* value */
155666                   0,
155667               };
155668               
155669               static const char*
155670               _CIM_Unimodem_TemporaryCarrierLossEventCount_qualifiers[] =
155671               {
155672 mike  1.1.2.1     /* Counter */
155673                   "\012\001",
155674                   0,
155675               };
155676               
155677               static MetaProperty
155678               _CIM_Unimodem_TemporaryCarrierLossEventCount =
155679               {
155680                   /* flags */
155681                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155682                   /* name */
155683                   "TemporaryCarrierLossEventCount",
155684                   /* qualifiers */
155685                   _CIM_Unimodem_TemporaryCarrierLossEventCount_qualifiers,
155686                   /* type */
155687                   CIMTYPE_UINT8,
155688                   /* subscript */
155689                   -1,
155690                   /* value */
155691                   0,
155692               };
155693 mike  1.1.2.1 
155694               static const char*
155695               _CIM_Unimodem_CarrierRenegotiationEventCount_qualifiers[] =
155696               {
155697                   /* Counter */
155698                   "\012\001",
155699                   0,
155700               };
155701               
155702               static MetaProperty
155703               _CIM_Unimodem_CarrierRenegotiationEventCount =
155704               {
155705                   /* flags */
155706                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155707                   /* name */
155708                   "CarrierRenegotiationEventCount",
155709                   /* qualifiers */
155710                   _CIM_Unimodem_CarrierRenegotiationEventCount_qualifiers,
155711                   /* type */
155712                   CIMTYPE_UINT8,
155713                   /* subscript */
155714 mike  1.1.2.1     -1,
155715                   /* value */
155716                   0,
155717               };
155718               
155719               static const char*
155720               _CIM_Unimodem_ErrorControlFrameSize_qualifiers[] =
155721               {
155722                   /* Units */
155723                   "\060Bytes",
155724                   0,
155725               };
155726               
155727               static MetaProperty
155728               _CIM_Unimodem_ErrorControlFrameSize =
155729               {
155730                   /* flags */
155731                   META_FLAG_PROPERTY|META_FLAG_READ,
155732                   /* name */
155733                   "ErrorControlFrameSize",
155734                   /* qualifiers */
155735 mike  1.1.2.1     _CIM_Unimodem_ErrorControlFrameSize_qualifiers,
155736                   /* type */
155737                   CIMTYPE_UINT16,
155738                   /* subscript */
155739                   -1,
155740                   /* value */
155741                   0,
155742               };
155743               
155744               static const char*
155745               _CIM_Unimodem_ErrorControlLinkTimeouts_qualifiers[] =
155746               {
155747                   /* Counter */
155748                   "\012\001",
155749                   0,
155750               };
155751               
155752               static MetaProperty
155753               _CIM_Unimodem_ErrorControlLinkTimeouts =
155754               {
155755                   /* flags */
155756 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155757                   /* name */
155758                   "ErrorControlLinkTimeouts",
155759                   /* qualifiers */
155760                   _CIM_Unimodem_ErrorControlLinkTimeouts_qualifiers,
155761                   /* type */
155762                   CIMTYPE_UINT8,
155763                   /* subscript */
155764                   -1,
155765                   /* value */
155766                   0,
155767               };
155768               
155769               static const char*
155770               _CIM_Unimodem_ErrorControlLinkNAKs_qualifiers[] =
155771               {
155772                   /* Counter */
155773                   "\012\001",
155774                   0,
155775               };
155776               
155777 mike  1.1.2.1 static MetaProperty
155778               _CIM_Unimodem_ErrorControlLinkNAKs =
155779               {
155780                   /* flags */
155781                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155782                   /* name */
155783                   "ErrorControlLinkNAKs",
155784                   /* qualifiers */
155785                   _CIM_Unimodem_ErrorControlLinkNAKs_qualifiers,
155786                   /* type */
155787                   CIMTYPE_UINT8,
155788                   /* subscript */
155789                   -1,
155790                   /* value */
155791                   0,
155792               };
155793               
155794               static const char*
155795               _CIM_Unimodem_TransmitFlowControl_qualifiers[] =
155796               {
155797                   /* ValueMap */
155798 mike  1.1.2.1     "\061\000\0040\0001\0002\0003\000",
155799                   /* Values */
155800                   "\062\000\004Unknown\000Off\000DC1/DC3\000V.24 ckt 106/133\000",
155801                   0,
155802               };
155803               
155804               static MetaProperty
155805               _CIM_Unimodem_TransmitFlowControl =
155806               {
155807                   /* flags */
155808                   META_FLAG_PROPERTY|META_FLAG_READ,
155809                   /* name */
155810                   "TransmitFlowControl",
155811                   /* qualifiers */
155812                   _CIM_Unimodem_TransmitFlowControl_qualifiers,
155813                   /* type */
155814                   CIMTYPE_UINT16,
155815                   /* subscript */
155816                   -1,
155817                   /* value */
155818                   0,
155819 mike  1.1.2.1 };
155820               
155821               static const char*
155822               _CIM_Unimodem_ReceiveFlowControl_qualifiers[] =
155823               {
155824                   /* ValueMap */
155825                   "\061\000\0040\0001\0002\0003\000",
155826                   /* Values */
155827                   "\062\000\004Unknown\000Off\000DC1/DC3\000V.24 ckt 106/133\000",
155828                   0,
155829               };
155830               
155831               static MetaProperty
155832               _CIM_Unimodem_ReceiveFlowControl =
155833               {
155834                   /* flags */
155835                   META_FLAG_PROPERTY|META_FLAG_READ,
155836                   /* name */
155837                   "ReceiveFlowControl",
155838                   /* qualifiers */
155839                   _CIM_Unimodem_ReceiveFlowControl_qualifiers,
155840 mike  1.1.2.1     /* type */
155841                   CIMTYPE_UINT16,
155842                   /* subscript */
155843                   -1,
155844                   /* value */
155845                   0,
155846               };
155847               
155848               static const char*
155849               _CIM_Unimodem_TransmitCharsSentFromDTE_qualifiers[] =
155850               {
155851                   /* Counter */
155852                   "\012\001",
155853                   0,
155854               };
155855               
155856               static MetaProperty
155857               _CIM_Unimodem_TransmitCharsSentFromDTE =
155858               {
155859                   /* flags */
155860                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155861 mike  1.1.2.1     /* name */
155862                   "TransmitCharsSentFromDTE",
155863                   /* qualifiers */
155864                   _CIM_Unimodem_TransmitCharsSentFromDTE_qualifiers,
155865                   /* type */
155866                   CIMTYPE_UINT64,
155867                   /* subscript */
155868                   -1,
155869                   /* value */
155870                   0,
155871               };
155872               
155873               static const char*
155874               _CIM_Unimodem_ReceiveCharsSentToDTE_qualifiers[] =
155875               {
155876                   /* Counter */
155877                   "\012\001",
155878                   0,
155879               };
155880               
155881               static MetaProperty
155882 mike  1.1.2.1 _CIM_Unimodem_ReceiveCharsSentToDTE =
155883               {
155884                   /* flags */
155885                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155886                   /* name */
155887                   "ReceiveCharsSentToDTE",
155888                   /* qualifiers */
155889                   _CIM_Unimodem_ReceiveCharsSentToDTE_qualifiers,
155890                   /* type */
155891                   CIMTYPE_UINT64,
155892                   /* subscript */
155893                   -1,
155894                   /* value */
155895                   0,
155896               };
155897               
155898               static const char*
155899               _CIM_Unimodem_TransmitCharsLost_qualifiers[] =
155900               {
155901                   /* Counter */
155902                   "\012\001",
155903 mike  1.1.2.1     0,
155904               };
155905               
155906               static MetaProperty
155907               _CIM_Unimodem_TransmitCharsLost =
155908               {
155909                   /* flags */
155910                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155911                   /* name */
155912                   "TransmitCharsLost",
155913                   /* qualifiers */
155914                   _CIM_Unimodem_TransmitCharsLost_qualifiers,
155915                   /* type */
155916                   CIMTYPE_UINT64,
155917                   /* subscript */
155918                   -1,
155919                   /* value */
155920                   0,
155921               };
155922               
155923               static const char*
155924 mike  1.1.2.1 _CIM_Unimodem_ReceiveCharsLost_qualifiers[] =
155925               {
155926                   /* Counter */
155927                   "\012\001",
155928                   0,
155929               };
155930               
155931               static MetaProperty
155932               _CIM_Unimodem_ReceiveCharsLost =
155933               {
155934                   /* flags */
155935                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155936                   /* name */
155937                   "ReceiveCharsLost",
155938                   /* qualifiers */
155939                   _CIM_Unimodem_ReceiveCharsLost_qualifiers,
155940                   /* type */
155941                   CIMTYPE_UINT64,
155942                   /* subscript */
155943                   -1,
155944                   /* value */
155945 mike  1.1.2.1     0,
155946               };
155947               
155948               static const char*
155949               _CIM_Unimodem_TransmitIFrameCount_qualifiers[] =
155950               {
155951                   /* Counter */
155952                   "\012\001",
155953                   0,
155954               };
155955               
155956               static MetaProperty
155957               _CIM_Unimodem_TransmitIFrameCount =
155958               {
155959                   /* flags */
155960                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155961                   /* name */
155962                   "TransmitIFrameCount",
155963                   /* qualifiers */
155964                   _CIM_Unimodem_TransmitIFrameCount_qualifiers,
155965                   /* type */
155966 mike  1.1.2.1     CIMTYPE_UINT64,
155967                   /* subscript */
155968                   -1,
155969                   /* value */
155970                   0,
155971               };
155972               
155973               static const char*
155974               _CIM_Unimodem_ReceiveIFrameCount_qualifiers[] =
155975               {
155976                   /* Counter */
155977                   "\012\001",
155978                   0,
155979               };
155980               
155981               static MetaProperty
155982               _CIM_Unimodem_ReceiveIFrameCount =
155983               {
155984                   /* flags */
155985                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155986                   /* name */
155987 mike  1.1.2.1     "ReceiveIFrameCount",
155988                   /* qualifiers */
155989                   _CIM_Unimodem_ReceiveIFrameCount_qualifiers,
155990                   /* type */
155991                   CIMTYPE_UINT64,
155992                   /* subscript */
155993                   -1,
155994                   /* value */
155995                   0,
155996               };
155997               
155998               static const char*
155999               _CIM_Unimodem_TransmitIFrameErrorCount_qualifiers[] =
156000               {
156001                   /* Counter */
156002                   "\012\001",
156003                   0,
156004               };
156005               
156006               static MetaProperty
156007               _CIM_Unimodem_TransmitIFrameErrorCount =
156008 mike  1.1.2.1 {
156009                   /* flags */
156010                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156011                   /* name */
156012                   "TransmitIFrameErrorCount",
156013                   /* qualifiers */
156014                   _CIM_Unimodem_TransmitIFrameErrorCount_qualifiers,
156015                   /* type */
156016                   CIMTYPE_UINT64,
156017                   /* subscript */
156018                   -1,
156019                   /* value */
156020                   0,
156021               };
156022               
156023               static const char*
156024               _CIM_Unimodem_ReceivedIFrameErrorCount_qualifiers[] =
156025               {
156026                   /* Counter */
156027                   "\012\001",
156028                   0,
156029 mike  1.1.2.1 };
156030               
156031               static MetaProperty
156032               _CIM_Unimodem_ReceivedIFrameErrorCount =
156033               {
156034                   /* flags */
156035                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156036                   /* name */
156037                   "ReceivedIFrameErrorCount",
156038                   /* qualifiers */
156039                   _CIM_Unimodem_ReceivedIFrameErrorCount_qualifiers,
156040                   /* type */
156041                   CIMTYPE_UINT64,
156042                   /* subscript */
156043                   -1,
156044                   /* value */
156045                   0,
156046               };
156047               
156048               static const char*
156049               _CIM_Unimodem_CallWaitingEventCount_qualifiers[] =
156050 mike  1.1.2.1 {
156051                   /* Counter */
156052                   "\012\001",
156053                   0,
156054               };
156055               
156056               static MetaProperty
156057               _CIM_Unimodem_CallWaitingEventCount =
156058               {
156059                   /* flags */
156060                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156061                   /* name */
156062                   "CallWaitingEventCount",
156063                   /* qualifiers */
156064                   _CIM_Unimodem_CallWaitingEventCount_qualifiers,
156065                   /* type */
156066                   CIMTYPE_UINT8,
156067                   /* subscript */
156068                   -1,
156069                   /* value */
156070                   0,
156071 mike  1.1.2.1 };
156072               
156073               static MetaFeature*
156074               _CIM_Unimodem_features[] =
156075               {
156076                   (MetaFeature*)&_CIM_Unimodem_CallSetupResultCode,
156077                   (MetaFeature*)&_CIM_Unimodem_MultiMediaMode,
156078                   (MetaFeature*)&_CIM_Unimodem_DTEDCEInterfaceMode,
156079                   (MetaFeature*)&_CIM_Unimodem_TransmitCarrierNegotiation,
156080                   (MetaFeature*)&_CIM_Unimodem_ReceiveCarrierNegotiation,
156081                   (MetaFeature*)&_CIM_Unimodem_InitialTransmitCarrierDataRate,
156082                   (MetaFeature*)&_CIM_Unimodem_InitialReceiveCarrierDataRate,
156083                   (MetaFeature*)&_CIM_Unimodem_CarrierRetrainsRequested,
156084                   (MetaFeature*)&_CIM_Unimodem_CarrierRetrainsGranted,
156085                   (MetaFeature*)&_CIM_Unimodem_FinalTransmitCarrierDataRate,
156086                   (MetaFeature*)&_CIM_Unimodem_FinalReceiveCarrierDataRate,
156087                   (MetaFeature*)&_CIM_Unimodem_TerminationCause,
156088                   (MetaFeature*)&_CIM_Unimodem_UnimodemRevision,
156089                   (MetaFeature*)&_CIM_Unimodem_EstimatedNoiseLevel,
156090                   (MetaFeature*)&_CIM_Unimodem_NormalizedMeanSquaredError,
156091                   (MetaFeature*)&_CIM_Unimodem_TemporaryCarrierLossEventCount,
156092 mike  1.1.2.1     (MetaFeature*)&_CIM_Unimodem_CarrierRenegotiationEventCount,
156093                   (MetaFeature*)&_CIM_Unimodem_ErrorControlFrameSize,
156094                   (MetaFeature*)&_CIM_Unimodem_ErrorControlLinkTimeouts,
156095                   (MetaFeature*)&_CIM_Unimodem_ErrorControlLinkNAKs,
156096                   (MetaFeature*)&_CIM_Unimodem_TransmitFlowControl,
156097                   (MetaFeature*)&_CIM_Unimodem_ReceiveFlowControl,
156098                   (MetaFeature*)&_CIM_Unimodem_TransmitCharsSentFromDTE,
156099                   (MetaFeature*)&_CIM_Unimodem_ReceiveCharsSentToDTE,
156100                   (MetaFeature*)&_CIM_Unimodem_TransmitCharsLost,
156101                   (MetaFeature*)&_CIM_Unimodem_ReceiveCharsLost,
156102                   (MetaFeature*)&_CIM_Unimodem_TransmitIFrameCount,
156103                   (MetaFeature*)&_CIM_Unimodem_ReceiveIFrameCount,
156104                   (MetaFeature*)&_CIM_Unimodem_TransmitIFrameErrorCount,
156105                   (MetaFeature*)&_CIM_Unimodem_ReceivedIFrameErrorCount,
156106                   (MetaFeature*)&_CIM_Unimodem_CallWaitingEventCount,
156107                   0,
156108               };
156109               
156110               static const char*
156111               __root_cimv2_CIM_Unimodem_qualifiers[] =
156112               {
156113 mike  1.1.2.1     /* UMLPackagePath */
156114                   "\057CIM::Device::Modems",
156115                   /* Version */
156116                   "\0632.10.0",
156117                   0,
156118               };
156119               
156120               MetaClass
156121               __root_cimv2_CIM_Unimodem =
156122               {
156123                   /* flags */
156124                   META_FLAG_CLASS,
156125                   /* name */
156126                   "CIM_Unimodem",
156127                   /* qualifiers */
156128                   __root_cimv2_CIM_Unimodem_qualifiers,
156129                   /* super */
156130                   &__root_cimv2_CIM_POTSModem,
156131                   /* features */
156132                   _CIM_Unimodem_features,
156133               };
156134 mike  1.1.2.1 
156135               //==============================================================================
156136               //
156137               // Class: CIM_UnitaryComputerSystem
156138               //
156139               //==============================================================================
156140               
156141               static const char*
156142               _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers[] =
156143               {
156144                   0,
156145               };
156146               
156147               static MetaProperty
156148               _CIM_UnitaryComputerSystem_InitialLoadInfo =
156149               {
156150                   /* flags */
156151                   META_FLAG_PROPERTY|META_FLAG_READ,
156152                   /* name */
156153                   "InitialLoadInfo",
156154                   /* qualifiers */
156155 mike  1.1.2.1     _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers,
156156                   /* type */
156157                   CIMTYPE_STRING,
156158                   /* subscript */
156159                   0,
156160                   /* value */
156161                   0,
156162               };
156163               
156164               static const char*
156165               _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers[] =
156166               {
156167                   /* MappingStrings */
156168                   "\026\000\003MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadDevice\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadParameters\000MIF.DMTF|Host System|001.3\000",
156169                   0,
156170               };
156171               
156172               static MetaProperty
156173               _CIM_UnitaryComputerSystem_LastLoadInfo =
156174               {
156175                   /* flags */
156176 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
156177                   /* name */
156178                   "LastLoadInfo",
156179                   /* qualifiers */
156180                   _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers,
156181                   /* type */
156182                   CIMTYPE_STRING,
156183                   /* subscript */
156184                   -1,
156185                   /* value */
156186                   0,
156187               };
156188               
156189               static const char*
156190               _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers[] =
156191               {
156192                   /* Deprecated */
156193                   "\013\000\001CIM_PowerManagementCapabilities\000",
156194                   0,
156195               };
156196               
156197 mike  1.1.2.1 static MetaProperty
156198               _CIM_UnitaryComputerSystem_PowerManagementSupported =
156199               {
156200                   /* flags */
156201                   META_FLAG_PROPERTY|META_FLAG_READ,
156202                   /* name */
156203                   "PowerManagementSupported",
156204                   /* qualifiers */
156205                   _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers,
156206                   /* type */
156207                   CIMTYPE_BOOLEAN,
156208                   /* subscript */
156209                   -1,
156210                   /* value */
156211                   0,
156212               };
156213               
156214               static const char*
156215               _CIM_UnitaryComputerSystem_PowerState_qualifiers[] =
156216               {
156217                   /* ValueMap */
156218 mike  1.1.2.1     "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
156219                   /* Values */
156220                   "\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",
156221                   0,
156222               };
156223               
156224               static MetaProperty
156225               _CIM_UnitaryComputerSystem_PowerState =
156226               {
156227                   /* flags */
156228                   META_FLAG_PROPERTY|META_FLAG_READ,
156229                   /* name */
156230                   "PowerState",
156231                   /* qualifiers */
156232                   _CIM_UnitaryComputerSystem_PowerState_qualifiers,
156233                   /* type */
156234                   CIMTYPE_UINT16,
156235                   /* subscript */
156236                   -1,
156237                   /* value */
156238                   0,
156239 mike  1.1.2.1 };
156240               
156241               static const char*
156242               _CIM_UnitaryComputerSystem_WakeUpType_qualifiers[] =
156243               {
156244                   /* ValueMap */
156245                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
156246                   /* Values */
156247                   "\062\000\011Reserved\000Other\000Unknown\000APM Timer\000Modem Ring\000LAN Remote\000Power Switch\000PCI PME#\000A/C Power Restored\000",
156248                   0,
156249               };
156250               
156251               static MetaProperty
156252               _CIM_UnitaryComputerSystem_WakeUpType =
156253               {
156254                   /* flags */
156255                   META_FLAG_PROPERTY|META_FLAG_READ,
156256                   /* name */
156257                   "WakeUpType",
156258                   /* qualifiers */
156259                   _CIM_UnitaryComputerSystem_WakeUpType_qualifiers,
156260 mike  1.1.2.1     /* type */
156261                   CIMTYPE_UINT16,
156262                   /* subscript */
156263                   -1,
156264                   /* value */
156265                   0,
156266               };
156267               
156268               static MetaFeature*
156269               _CIM_UnitaryComputerSystem_features[] =
156270               {
156271                   (MetaFeature*)&_CIM_UnitaryComputerSystem_InitialLoadInfo,
156272                   (MetaFeature*)&_CIM_UnitaryComputerSystem_LastLoadInfo,
156273                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerManagementSupported,
156274                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerState,
156275                   (MetaFeature*)&_CIM_UnitaryComputerSystem_WakeUpType,
156276                   0,
156277               };
156278               
156279               static const char*
156280               __root_cimv2_CIM_UnitaryComputerSystem_qualifiers[] =
156281 mike  1.1.2.1 {
156282                   /* UMLPackagePath */
156283                   "\057CIM::System::SystemElements",
156284                   /* Version */
156285                   "\0632.8.0",
156286                   0,
156287               };
156288               
156289               MetaClass
156290               __root_cimv2_CIM_UnitaryComputerSystem =
156291               {
156292                   /* flags */
156293                   META_FLAG_CLASS,
156294                   /* name */
156295                   "CIM_UnitaryComputerSystem",
156296                   /* qualifiers */
156297                   __root_cimv2_CIM_UnitaryComputerSystem_qualifiers,
156298                   /* super */
156299                   &__root_cimv2_CIM_ComputerSystem,
156300                   /* features */
156301                   _CIM_UnitaryComputerSystem_features,
156302 mike  1.1.2.1 };
156303               
156304               //==============================================================================
156305               //
156306               // Class: CIM_USBConnection
156307               //
156308               //==============================================================================
156309               
156310               static const char*
156311               _CIM_USBConnection_Antecedent_qualifiers[] =
156312               {
156313                   /* Override */
156314                   "\044Antecedent",
156315                   /* Max */
156316                   "\027\000\000\000\001",
156317                   0,
156318               };
156319               
156320               static MetaReference
156321               _CIM_USBConnection_Antecedent =
156322               {
156323 mike  1.1.2.1     /* flags */
156324                   META_FLAG_REFERENCE|META_FLAG_READ,
156325                   /* name */
156326                   "Antecedent",
156327                   /* qualifiers */
156328                   _CIM_USBConnection_Antecedent_qualifiers,
156329                   /* subscript */
156330                   -1,
156331                   /* refId */
156332                   &__root_cimv2_CIM_USBPort,
156333               };
156334               
156335               static const char*
156336               _CIM_USBConnection_Dependent_qualifiers[] =
156337               {
156338                   /* Override */
156339                   "\044Dependent",
156340                   /* Max */
156341                   "\027\000\000\000\001",
156342                   0,
156343               };
156344 mike  1.1.2.1 
156345               static MetaReference
156346               _CIM_USBConnection_Dependent =
156347               {
156348                   /* flags */
156349                   META_FLAG_REFERENCE|META_FLAG_READ,
156350                   /* name */
156351                   "Dependent",
156352                   /* qualifiers */
156353                   _CIM_USBConnection_Dependent_qualifiers,
156354                   /* subscript */
156355                   -1,
156356                   /* refId */
156357                   &__root_cimv2_CIM_USBDevice,
156358               };
156359               
156360               static MetaFeature*
156361               _CIM_USBConnection_features[] =
156362               {
156363                   (MetaFeature*)&_CIM_USBConnection_Antecedent,
156364                   (MetaFeature*)&_CIM_USBConnection_Dependent,
156365 mike  1.1.2.1     0,
156366               };
156367               
156368               static const char*
156369               __root_cimv2_CIM_USBConnection_qualifiers[] =
156370               {
156371                   /* ASSOCIATION */
156372                   "\000\001",
156373                   /* UMLPackagePath */
156374                   "\057CIM::Device::USB",
156375                   /* Version */
156376                   "\0632.6.0",
156377                   0,
156378               };
156379               
156380               MetaClass
156381               __root_cimv2_CIM_USBConnection =
156382               {
156383                   /* flags */
156384                   META_FLAG_ASSOCIATION,
156385                   /* name */
156386 mike  1.1.2.1     "CIM_USBConnection",
156387                   /* qualifiers */
156388                   __root_cimv2_CIM_USBConnection_qualifiers,
156389                   /* super */
156390                   &__root_cimv2_CIM_DeviceConnection,
156391                   /* features */
156392                   _CIM_USBConnection_features,
156393               };
156394               
156395               //==============================================================================
156396               //
156397               // Class: CIM_USBController
156398               //
156399               //==============================================================================
156400               
156401               static const char*
156402               _CIM_USBController_USBVersion_qualifiers[] =
156403               {
156404                   0,
156405               };
156406               
156407 mike  1.1.2.1 static MetaProperty
156408               _CIM_USBController_USBVersion =
156409               {
156410                   /* flags */
156411                   META_FLAG_PROPERTY|META_FLAG_READ,
156412                   /* name */
156413                   "USBVersion",
156414                   /* qualifiers */
156415                   _CIM_USBController_USBVersion_qualifiers,
156416                   /* type */
156417                   CIMTYPE_UINT16,
156418                   /* subscript */
156419                   -1,
156420                   /* value */
156421                   0,
156422               };
156423               
156424               static const char*
156425               _CIM_USBController_InterfaceType_qualifiers[] =
156426               {
156427                   /* ValueMap */
156428 mike  1.1.2.1     "\061\000\0040\0001\0002\0003\000",
156429                   /* Values */
156430                   "\062\000\004Unknown\000Other\000UHCI\000OHCI\000",
156431                   /* ModelCorrespondence */
156432                   "\036\000\001CIM_USBController.ControllerVersion\000",
156433                   0,
156434               };
156435               
156436               static MetaProperty
156437               _CIM_USBController_InterfaceType =
156438               {
156439                   /* flags */
156440                   META_FLAG_PROPERTY|META_FLAG_READ,
156441                   /* name */
156442                   "InterfaceType",
156443                   /* qualifiers */
156444                   _CIM_USBController_InterfaceType_qualifiers,
156445                   /* type */
156446                   CIMTYPE_UINT16,
156447                   /* subscript */
156448                   -1,
156449 mike  1.1.2.1     /* value */
156450                   0,
156451               };
156452               
156453               static const char*
156454               _CIM_USBController_ControllerVersion_qualifiers[] =
156455               {
156456                   /* ModelCorrespondence */
156457                   "\036\000\001CIM_USBController.InterfaceType\000",
156458                   0,
156459               };
156460               
156461               static MetaProperty
156462               _CIM_USBController_ControllerVersion =
156463               {
156464                   /* flags */
156465                   META_FLAG_PROPERTY|META_FLAG_READ,
156466                   /* name */
156467                   "ControllerVersion",
156468                   /* qualifiers */
156469                   _CIM_USBController_ControllerVersion_qualifiers,
156470 mike  1.1.2.1     /* type */
156471                   CIMTYPE_UINT16,
156472                   /* subscript */
156473                   -1,
156474                   /* value */
156475                   0,
156476               };
156477               
156478               static MetaFeature*
156479               _CIM_USBController_features[] =
156480               {
156481                   (MetaFeature*)&_CIM_USBController_USBVersion,
156482                   (MetaFeature*)&_CIM_USBController_InterfaceType,
156483                   (MetaFeature*)&_CIM_USBController_ControllerVersion,
156484                   0,
156485               };
156486               
156487               static const char*
156488               __root_cimv2_CIM_USBController_qualifiers[] =
156489               {
156490                   /* UMLPackagePath */
156491 mike  1.1.2.1     "\057CIM::Device::Controller",
156492                   /* Version */
156493                   "\0632.10.0",
156494                   0,
156495               };
156496               
156497               MetaClass
156498               __root_cimv2_CIM_USBController =
156499               {
156500                   /* flags */
156501                   META_FLAG_CLASS,
156502                   /* name */
156503                   "CIM_USBController",
156504                   /* qualifiers */
156505                   __root_cimv2_CIM_USBController_qualifiers,
156506                   /* super */
156507                   &__root_cimv2_CIM_Controller,
156508                   /* features */
156509                   _CIM_USBController_features,
156510               };
156511               
156512 mike  1.1.2.1 //==============================================================================
156513               //
156514               // Class: CIM_VDSLModem
156515               //
156516               //==============================================================================
156517               
156518               static MetaFeature*
156519               _CIM_VDSLModem_features[] =
156520               {
156521                   0,
156522               };
156523               
156524               static const char*
156525               __root_cimv2_CIM_VDSLModem_qualifiers[] =
156526               {
156527                   /* UMLPackagePath */
156528                   "\057CIM::Device::Modems",
156529                   /* Version */
156530                   "\0632.6.0",
156531                   0,
156532               };
156533 mike  1.1.2.1 
156534               MetaClass
156535               __root_cimv2_CIM_VDSLModem =
156536               {
156537                   /* flags */
156538                   META_FLAG_CLASS,
156539                   /* name */
156540                   "CIM_VDSLModem",
156541                   /* qualifiers */
156542                   __root_cimv2_CIM_VDSLModem_qualifiers,
156543                   /* super */
156544                   &__root_cimv2_CIM_DSLModem,
156545                   /* features */
156546                   _CIM_VDSLModem_features,
156547               };
156548               
156549               //==============================================================================
156550               //
156551               // Class: CIM_VideoController
156552               //
156553               //==============================================================================
156554 mike  1.1.2.1 
156555               static const char*
156556               _CIM_VideoController_Description_qualifiers[] =
156557               {
156558                   /* Override */
156559                   "\044Description",
156560                   /* MappingStrings */
156561                   "\026\000\001MIF.DMTF|Video|004.18\000",
156562                   0,
156563               };
156564               
156565               static MetaProperty
156566               _CIM_VideoController_Description =
156567               {
156568                   /* flags */
156569                   META_FLAG_PROPERTY|META_FLAG_READ,
156570                   /* name */
156571                   "Description",
156572                   /* qualifiers */
156573                   _CIM_VideoController_Description_qualifiers,
156574                   /* type */
156575 mike  1.1.2.1     CIMTYPE_STRING,
156576                   /* subscript */
156577                   -1,
156578                   /* value */
156579                   0,
156580               };
156581               
156582               static const char*
156583               _CIM_VideoController_VideoProcessor_qualifiers[] =
156584               {
156585                   0,
156586               };
156587               
156588               static MetaProperty
156589               _CIM_VideoController_VideoProcessor =
156590               {
156591                   /* flags */
156592                   META_FLAG_PROPERTY|META_FLAG_READ,
156593                   /* name */
156594                   "VideoProcessor",
156595                   /* qualifiers */
156596 mike  1.1.2.1     _CIM_VideoController_VideoProcessor_qualifiers,
156597                   /* type */
156598                   CIMTYPE_STRING,
156599                   /* subscript */
156600                   -1,
156601                   /* value */
156602                   0,
156603               };
156604               
156605               static const char*
156606               _CIM_VideoController_VideoMemoryType_qualifiers[] =
156607               {
156608                   /* ValueMap */
156609                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
156610                   /* Values */
156611                   "\062\000\015Other\000Unknown\000VRAM\000DRAM\000SRAM\000WRAM\000EDO RAM\000Burst Synchronous DRAM\000Pipelined Burst SRAM\000CDRAM\0003DRAM\000SDRAM\000SGRAM\000",
156612                   /* MappingStrings */
156613                   "\026\000\001MIF.DMTF|Video|004.6\000",
156614                   0,
156615               };
156616               
156617 mike  1.1.2.1 static MetaProperty
156618               _CIM_VideoController_VideoMemoryType =
156619               {
156620                   /* flags */
156621                   META_FLAG_PROPERTY|META_FLAG_READ,
156622                   /* name */
156623                   "VideoMemoryType",
156624                   /* qualifiers */
156625                   _CIM_VideoController_VideoMemoryType_qualifiers,
156626                   /* type */
156627                   CIMTYPE_UINT16,
156628                   /* subscript */
156629                   -1,
156630                   /* value */
156631                   0,
156632               };
156633               
156634               static const char*
156635               _CIM_VideoController_NumberOfVideoPages_qualifiers[] =
156636               {
156637                   0,
156638 mike  1.1.2.1 };
156639               
156640               static MetaProperty
156641               _CIM_VideoController_NumberOfVideoPages =
156642               {
156643                   /* flags */
156644                   META_FLAG_PROPERTY|META_FLAG_READ,
156645                   /* name */
156646                   "NumberOfVideoPages",
156647                   /* qualifiers */
156648                   _CIM_VideoController_NumberOfVideoPages_qualifiers,
156649                   /* type */
156650                   CIMTYPE_UINT32,
156651                   /* subscript */
156652                   -1,
156653                   /* value */
156654                   0,
156655               };
156656               
156657               static const char*
156658               _CIM_VideoController_MaxMemorySupported_qualifiers[] =
156659 mike  1.1.2.1 {
156660                   /* Units */
156661                   "\060Bytes",
156662                   0,
156663               };
156664               
156665               static MetaProperty
156666               _CIM_VideoController_MaxMemorySupported =
156667               {
156668                   /* flags */
156669                   META_FLAG_PROPERTY|META_FLAG_READ,
156670                   /* name */
156671                   "MaxMemorySupported",
156672                   /* qualifiers */
156673                   _CIM_VideoController_MaxMemorySupported_qualifiers,
156674                   /* type */
156675                   CIMTYPE_UINT32,
156676                   /* subscript */
156677                   -1,
156678                   /* value */
156679                   0,
156680 mike  1.1.2.1 };
156681               
156682               static const char*
156683               _CIM_VideoController_AcceleratorCapabilities_qualifiers[] =
156684               {
156685                   /* ValueMap */
156686                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
156687                   /* Values */
156688                   "\062\000\011Unknown\000Other\000Graphics Accelerator\0003D Accelerator\000PCI Fast Write\000MultiMonitor Support\000PCI Mastering\000Second Monochrome Adapter Support\000Large Memory Address Support\000",
156689                   /* ArrayType */
156690                   "\005Indexed",
156691                   /* ModelCorrespondence */
156692                   "\036\000\001CIM_VideoController.CapabilityDescriptions\000",
156693                   0,
156694               };
156695               
156696               static MetaProperty
156697               _CIM_VideoController_AcceleratorCapabilities =
156698               {
156699                   /* flags */
156700                   META_FLAG_PROPERTY|META_FLAG_READ,
156701 mike  1.1.2.1     /* name */
156702                   "AcceleratorCapabilities",
156703                   /* qualifiers */
156704                   _CIM_VideoController_AcceleratorCapabilities_qualifiers,
156705                   /* type */
156706                   CIMTYPE_UINT16,
156707                   /* subscript */
156708                   0,
156709                   /* value */
156710                   0,
156711               };
156712               
156713               static const char*
156714               _CIM_VideoController_CapabilityDescriptions_qualifiers[] =
156715               {
156716                   /* ArrayType */
156717                   "\005Indexed",
156718                   /* ModelCorrespondence */
156719                   "\036\000\001CIM_VideoController.AcceleratorCapabilities\000",
156720                   0,
156721               };
156722 mike  1.1.2.1 
156723               static MetaProperty
156724               _CIM_VideoController_CapabilityDescriptions =
156725               {
156726                   /* flags */
156727                   META_FLAG_PROPERTY|META_FLAG_READ,
156728                   /* name */
156729                   "CapabilityDescriptions",
156730                   /* qualifiers */
156731                   _CIM_VideoController_CapabilityDescriptions_qualifiers,
156732                   /* type */
156733                   CIMTYPE_STRING,
156734                   /* subscript */
156735                   0,
156736                   /* value */
156737                   0,
156738               };
156739               
156740               static const char*
156741               _CIM_VideoController_CurrentBitsPerPixel_qualifiers[] =
156742               {
156743 mike  1.1.2.1     /* Units */
156744                   "\060Bits",
156745                   /* MappingStrings */
156746                   "\026\000\001MIF.DMTF|Video|004.12\000",
156747                   0,
156748               };
156749               
156750               static MetaProperty
156751               _CIM_VideoController_CurrentBitsPerPixel =
156752               {
156753                   /* flags */
156754                   META_FLAG_PROPERTY|META_FLAG_READ,
156755                   /* name */
156756                   "CurrentBitsPerPixel",
156757                   /* qualifiers */
156758                   _CIM_VideoController_CurrentBitsPerPixel_qualifiers,
156759                   /* type */
156760                   CIMTYPE_UINT32,
156761                   /* subscript */
156762                   -1,
156763                   /* value */
156764 mike  1.1.2.1     0,
156765               };
156766               
156767               static const char*
156768               _CIM_VideoController_CurrentHorizontalResolution_qualifiers[] =
156769               {
156770                   /* Units */
156771                   "\060Pixels",
156772                   /* MappingStrings */
156773                   "\026\000\001MIF.DMTF|Video|004.11\000",
156774                   0,
156775               };
156776               
156777               static MetaProperty
156778               _CIM_VideoController_CurrentHorizontalResolution =
156779               {
156780                   /* flags */
156781                   META_FLAG_PROPERTY|META_FLAG_READ,
156782                   /* name */
156783                   "CurrentHorizontalResolution",
156784                   /* qualifiers */
156785 mike  1.1.2.1     _CIM_VideoController_CurrentHorizontalResolution_qualifiers,
156786                   /* type */
156787                   CIMTYPE_UINT32,
156788                   /* subscript */
156789                   -1,
156790                   /* value */
156791                   0,
156792               };
156793               
156794               static const char*
156795               _CIM_VideoController_CurrentVerticalResolution_qualifiers[] =
156796               {
156797                   /* Units */
156798                   "\060Pixels",
156799                   /* MappingStrings */
156800                   "\026\000\001MIF.DMTF|Video|004.10\000",
156801                   0,
156802               };
156803               
156804               static MetaProperty
156805               _CIM_VideoController_CurrentVerticalResolution =
156806 mike  1.1.2.1 {
156807                   /* flags */
156808                   META_FLAG_PROPERTY|META_FLAG_READ,
156809                   /* name */
156810                   "CurrentVerticalResolution",
156811                   /* qualifiers */
156812                   _CIM_VideoController_CurrentVerticalResolution_qualifiers,
156813                   /* type */
156814                   CIMTYPE_UINT32,
156815                   /* subscript */
156816                   -1,
156817                   /* value */
156818                   0,
156819               };
156820               
156821               static const char*
156822               _CIM_VideoController_MaxRefreshRate_qualifiers[] =
156823               {
156824                   /* Units */
156825                   "\060Hertz",
156826                   /* MappingStrings */
156827 mike  1.1.2.1     "\026\000\001MIF.DMTF|Video|004.5\000",
156828                   0,
156829               };
156830               
156831               static MetaProperty
156832               _CIM_VideoController_MaxRefreshRate =
156833               {
156834                   /* flags */
156835                   META_FLAG_PROPERTY|META_FLAG_READ,
156836                   /* name */
156837                   "MaxRefreshRate",
156838                   /* qualifiers */
156839                   _CIM_VideoController_MaxRefreshRate_qualifiers,
156840                   /* type */
156841                   CIMTYPE_UINT32,
156842                   /* subscript */
156843                   -1,
156844                   /* value */
156845                   0,
156846               };
156847               
156848 mike  1.1.2.1 static const char*
156849               _CIM_VideoController_MinRefreshRate_qualifiers[] =
156850               {
156851                   /* Units */
156852                   "\060Hertz",
156853                   /* MappingStrings */
156854                   "\026\000\001MIF.DMTF|Video|004.4\000",
156855                   0,
156856               };
156857               
156858               static MetaProperty
156859               _CIM_VideoController_MinRefreshRate =
156860               {
156861                   /* flags */
156862                   META_FLAG_PROPERTY|META_FLAG_READ,
156863                   /* name */
156864                   "MinRefreshRate",
156865                   /* qualifiers */
156866                   _CIM_VideoController_MinRefreshRate_qualifiers,
156867                   /* type */
156868                   CIMTYPE_UINT32,
156869 mike  1.1.2.1     /* subscript */
156870                   -1,
156871                   /* value */
156872                   0,
156873               };
156874               
156875               static const char*
156876               _CIM_VideoController_CurrentRefreshRate_qualifiers[] =
156877               {
156878                   /* Units */
156879                   "\060Hertz",
156880                   /* MappingStrings */
156881                   "\026\000\001MIF.DMTF|Video|004.15\000",
156882                   0,
156883               };
156884               
156885               static MetaProperty
156886               _CIM_VideoController_CurrentRefreshRate =
156887               {
156888                   /* flags */
156889                   META_FLAG_PROPERTY|META_FLAG_READ,
156890 mike  1.1.2.1     /* name */
156891                   "CurrentRefreshRate",
156892                   /* qualifiers */
156893                   _CIM_VideoController_CurrentRefreshRate_qualifiers,
156894                   /* type */
156895                   CIMTYPE_UINT32,
156896                   /* subscript */
156897                   -1,
156898                   /* value */
156899                   0,
156900               };
156901               
156902               static const char*
156903               _CIM_VideoController_CurrentScanMode_qualifiers[] =
156904               {
156905                   /* ValueMap */
156906                   "\061\000\0041\0002\0003\0004\000",
156907                   /* Values */
156908                   "\062\000\004Other\000Unknown\000Interlaced\000Non Interlaced\000",
156909                   /* MappingStrings */
156910                   "\026\000\001MIF.DMTF|Video|004.8\000",
156911 mike  1.1.2.1     0,
156912               };
156913               
156914               static MetaProperty
156915               _CIM_VideoController_CurrentScanMode =
156916               {
156917                   /* flags */
156918                   META_FLAG_PROPERTY|META_FLAG_READ,
156919                   /* name */
156920                   "CurrentScanMode",
156921                   /* qualifiers */
156922                   _CIM_VideoController_CurrentScanMode_qualifiers,
156923                   /* type */
156924                   CIMTYPE_UINT16,
156925                   /* subscript */
156926                   -1,
156927                   /* value */
156928                   0,
156929               };
156930               
156931               static const char*
156932 mike  1.1.2.1 _CIM_VideoController_CurrentNumberOfRows_qualifiers[] =
156933               {
156934                   /* MappingStrings */
156935                   "\026\000\001MIF.DMTF|Video|004.13\000",
156936                   0,
156937               };
156938               
156939               static MetaProperty
156940               _CIM_VideoController_CurrentNumberOfRows =
156941               {
156942                   /* flags */
156943                   META_FLAG_PROPERTY|META_FLAG_READ,
156944                   /* name */
156945                   "CurrentNumberOfRows",
156946                   /* qualifiers */
156947                   _CIM_VideoController_CurrentNumberOfRows_qualifiers,
156948                   /* type */
156949                   CIMTYPE_UINT32,
156950                   /* subscript */
156951                   -1,
156952                   /* value */
156953 mike  1.1.2.1     0,
156954               };
156955               
156956               static const char*
156957               _CIM_VideoController_CurrentNumberOfColumns_qualifiers[] =
156958               {
156959                   /* MappingStrings */
156960                   "\026\000\001MIF.DMTF|Video|004.14\000",
156961                   0,
156962               };
156963               
156964               static MetaProperty
156965               _CIM_VideoController_CurrentNumberOfColumns =
156966               {
156967                   /* flags */
156968                   META_FLAG_PROPERTY|META_FLAG_READ,
156969                   /* name */
156970                   "CurrentNumberOfColumns",
156971                   /* qualifiers */
156972                   _CIM_VideoController_CurrentNumberOfColumns_qualifiers,
156973                   /* type */
156974 mike  1.1.2.1     CIMTYPE_UINT32,
156975                   /* subscript */
156976                   -1,
156977                   /* value */
156978                   0,
156979               };
156980               
156981               static const char*
156982               _CIM_VideoController_CurrentNumberOfColors_qualifiers[] =
156983               {
156984                   0,
156985               };
156986               
156987               static MetaProperty
156988               _CIM_VideoController_CurrentNumberOfColors =
156989               {
156990                   /* flags */
156991                   META_FLAG_PROPERTY|META_FLAG_READ,
156992                   /* name */
156993                   "CurrentNumberOfColors",
156994                   /* qualifiers */
156995 mike  1.1.2.1     _CIM_VideoController_CurrentNumberOfColors_qualifiers,
156996                   /* type */
156997                   CIMTYPE_UINT64,
156998                   /* subscript */
156999                   -1,
157000                   /* value */
157001                   0,
157002               };
157003               
157004               static MetaFeature*
157005               _CIM_VideoController_features[] =
157006               {
157007                   (MetaFeature*)&_CIM_VideoController_Description,
157008                   (MetaFeature*)&_CIM_VideoController_VideoProcessor,
157009                   (MetaFeature*)&_CIM_VideoController_VideoMemoryType,
157010                   (MetaFeature*)&_CIM_VideoController_NumberOfVideoPages,
157011                   (MetaFeature*)&_CIM_VideoController_MaxMemorySupported,
157012                   (MetaFeature*)&_CIM_VideoController_AcceleratorCapabilities,
157013                   (MetaFeature*)&_CIM_VideoController_CapabilityDescriptions,
157014                   (MetaFeature*)&_CIM_VideoController_CurrentBitsPerPixel,
157015                   (MetaFeature*)&_CIM_VideoController_CurrentHorizontalResolution,
157016 mike  1.1.2.1     (MetaFeature*)&_CIM_VideoController_CurrentVerticalResolution,
157017                   (MetaFeature*)&_CIM_VideoController_MaxRefreshRate,
157018                   (MetaFeature*)&_CIM_VideoController_MinRefreshRate,
157019                   (MetaFeature*)&_CIM_VideoController_CurrentRefreshRate,
157020                   (MetaFeature*)&_CIM_VideoController_CurrentScanMode,
157021                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfRows,
157022                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfColumns,
157023                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfColors,
157024                   0,
157025               };
157026               
157027               static const char*
157028               __root_cimv2_CIM_VideoController_qualifiers[] =
157029               {
157030                   /* UMLPackagePath */
157031                   "\057CIM::Device::Controller",
157032                   /* Version */
157033                   "\0632.8.0",
157034                   0,
157035               };
157036               
157037 mike  1.1.2.1 MetaClass
157038               __root_cimv2_CIM_VideoController =
157039               {
157040                   /* flags */
157041                   META_FLAG_CLASS,
157042                   /* name */
157043                   "CIM_VideoController",
157044                   /* qualifiers */
157045                   __root_cimv2_CIM_VideoController_qualifiers,
157046                   /* super */
157047                   &__root_cimv2_CIM_Controller,
157048                   /* features */
157049                   _CIM_VideoController_features,
157050               };
157051               
157052               //==============================================================================
157053               //
157054               // Class: CIM_VideoSetting
157055               //
157056               //==============================================================================
157057               
157058 mike  1.1.2.1 static const char*
157059               _CIM_VideoSetting_Element_qualifiers[] =
157060               {
157061                   /* Override */
157062                   "\044Element",
157063                   0,
157064               };
157065               
157066               static MetaReference
157067               _CIM_VideoSetting_Element =
157068               {
157069                   /* flags */
157070                   META_FLAG_REFERENCE|META_FLAG_READ,
157071                   /* name */
157072                   "Element",
157073                   /* qualifiers */
157074                   _CIM_VideoSetting_Element_qualifiers,
157075                   /* subscript */
157076                   -1,
157077                   /* refId */
157078                   &__root_cimv2_CIM_VideoController,
157079 mike  1.1.2.1 };
157080               
157081               static const char*
157082               _CIM_VideoSetting_Setting_qualifiers[] =
157083               {
157084                   /* Override */
157085                   "\044Setting",
157086                   0,
157087               };
157088               
157089               static MetaReference
157090               _CIM_VideoSetting_Setting =
157091               {
157092                   /* flags */
157093                   META_FLAG_REFERENCE|META_FLAG_READ,
157094                   /* name */
157095                   "Setting",
157096                   /* qualifiers */
157097                   _CIM_VideoSetting_Setting_qualifiers,
157098                   /* subscript */
157099                   -1,
157100 mike  1.1.2.1     /* refId */
157101                   &__root_cimv2_CIM_VideoControllerResolution,
157102               };
157103               
157104               static MetaFeature*
157105               _CIM_VideoSetting_features[] =
157106               {
157107                   (MetaFeature*)&_CIM_VideoSetting_Element,
157108                   (MetaFeature*)&_CIM_VideoSetting_Setting,
157109                   0,
157110               };
157111               
157112               static const char*
157113               __root_cimv2_CIM_VideoSetting_qualifiers[] =
157114               {
157115                   /* ASSOCIATION */
157116                   "\000\001",
157117                   /* UMLPackagePath */
157118                   "\057CIM::Device::Controller",
157119                   /* Version */
157120                   "\0632.6.0",
157121 mike  1.1.2.1     0,
157122               };
157123               
157124               MetaClass
157125               __root_cimv2_CIM_VideoSetting =
157126               {
157127                   /* flags */
157128                   META_FLAG_ASSOCIATION,
157129                   /* name */
157130                   "CIM_VideoSetting",
157131                   /* qualifiers */
157132                   __root_cimv2_CIM_VideoSetting_qualifiers,
157133                   /* super */
157134                   &__root_cimv2_CIM_ElementSetting,
157135                   /* features */
157136                   _CIM_VideoSetting_features,
157137               };
157138               
157139               //==============================================================================
157140               //
157141               // Class: CIM_VirtualComputerSystem
157142 mike  1.1.2.1 //
157143               //==============================================================================
157144               
157145               static const char*
157146               _CIM_VirtualComputerSystem_VirtualSystem_qualifiers[] =
157147               {
157148                   0,
157149               };
157150               
157151               static MetaProperty
157152               _CIM_VirtualComputerSystem_VirtualSystem =
157153               {
157154                   /* flags */
157155                   META_FLAG_PROPERTY|META_FLAG_READ,
157156                   /* name */
157157                   "VirtualSystem",
157158                   /* qualifiers */
157159                   _CIM_VirtualComputerSystem_VirtualSystem_qualifiers,
157160                   /* type */
157161                   CIMTYPE_STRING,
157162                   /* subscript */
157163 mike  1.1.2.1     -1,
157164                   /* value */
157165                   0,
157166               };
157167               
157168               static MetaFeature*
157169               _CIM_VirtualComputerSystem_features[] =
157170               {
157171                   (MetaFeature*)&_CIM_VirtualComputerSystem_VirtualSystem,
157172                   0,
157173               };
157174               
157175               static const char*
157176               __root_cimv2_CIM_VirtualComputerSystem_qualifiers[] =
157177               {
157178                   /* UMLPackagePath */
157179                   "\057CIM::System::SystemElements",
157180                   /* Version */
157181                   "\0632.6.0",
157182                   0,
157183               };
157184 mike  1.1.2.1 
157185               MetaClass
157186               __root_cimv2_CIM_VirtualComputerSystem =
157187               {
157188                   /* flags */
157189                   META_FLAG_CLASS,
157190                   /* name */
157191                   "CIM_VirtualComputerSystem",
157192                   /* qualifiers */
157193                   __root_cimv2_CIM_VirtualComputerSystem_qualifiers,
157194                   /* super */
157195                   &__root_cimv2_CIM_ComputerSystem,
157196                   /* features */
157197                   _CIM_VirtualComputerSystem_features,
157198               };
157199               
157200               //==============================================================================
157201               //
157202               // Class: CIM_VLANFor
157203               //
157204               //==============================================================================
157205 mike  1.1.2.1 
157206               static const char*
157207               _CIM_VLANFor_Antecedent_qualifiers[] =
157208               {
157209                   /* Deprecated */
157210                   "\013\000\001No Value\000",
157211                   /* Override */
157212                   "\044Antecedent",
157213                   0,
157214               };
157215               
157216               static MetaReference
157217               _CIM_VLANFor_Antecedent =
157218               {
157219                   /* flags */
157220                   META_FLAG_REFERENCE|META_FLAG_READ,
157221                   /* name */
157222                   "Antecedent",
157223                   /* qualifiers */
157224                   _CIM_VLANFor_Antecedent_qualifiers,
157225                   /* subscript */
157226 mike  1.1.2.1     -1,
157227                   /* refId */
157228                   &__root_cimv2_CIM_VLAN,
157229               };
157230               
157231               static const char*
157232               _CIM_VLANFor_Dependent_qualifiers[] =
157233               {
157234                   /* Deprecated */
157235                   "\013\000\001No Value\000",
157236                   /* Override */
157237                   "\044Dependent",
157238                   /* Min */
157239                   "\033\000\000\000\001",
157240                   0,
157241               };
157242               
157243               static MetaReference
157244               _CIM_VLANFor_Dependent =
157245               {
157246                   /* flags */
157247 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
157248                   /* name */
157249                   "Dependent",
157250                   /* qualifiers */
157251                   _CIM_VLANFor_Dependent_qualifiers,
157252                   /* subscript */
157253                   -1,
157254                   /* refId */
157255                   &__root_cimv2_CIM_VLANService,
157256               };
157257               
157258               static MetaFeature*
157259               _CIM_VLANFor_features[] =
157260               {
157261                   (MetaFeature*)&_CIM_VLANFor_Antecedent,
157262                   (MetaFeature*)&_CIM_VLANFor_Dependent,
157263                   0,
157264               };
157265               
157266               static const char*
157267               __root_cimv2_CIM_VLANFor_qualifiers[] =
157268 mike  1.1.2.1 {
157269                   /* ASSOCIATION */
157270                   "\000\001",
157271                   /* Deprecated */
157272                   "\013\000\001No Value\000",
157273                   /* UMLPackagePath */
157274                   "\057CIM::Network::VLAN",
157275                   /* Version */
157276                   "\0632.8.0",
157277                   0,
157278               };
157279               
157280               MetaClass
157281               __root_cimv2_CIM_VLANFor =
157282               {
157283                   /* flags */
157284                   META_FLAG_ASSOCIATION,
157285                   /* name */
157286                   "CIM_VLANFor",
157287                   /* qualifiers */
157288                   __root_cimv2_CIM_VLANFor_qualifiers,
157289 mike  1.1.2.1     /* super */
157290                   &__root_cimv2_CIM_ServiceSAPDependency,
157291                   /* features */
157292                   _CIM_VLANFor_features,
157293               };
157294               
157295               //==============================================================================
157296               //
157297               // Class: CIM_VolatileStorage
157298               //
157299               //==============================================================================
157300               
157301               static const char*
157302               _CIM_VolatileStorage_Cacheable_qualifiers[] =
157303               {
157304                   /* Deprecated */
157305                   "\013\000\001CIM_AssociatedCacheMemory\000",
157306                   /* MappingStrings */
157307                   "\026\000\001MIF.DMTF|System Resource Memory Info|002.5\000",
157308                   0,
157309               };
157310 mike  1.1.2.1 
157311               static MetaProperty
157312               _CIM_VolatileStorage_Cacheable =
157313               {
157314                   /* flags */
157315                   META_FLAG_PROPERTY|META_FLAG_READ,
157316                   /* name */
157317                   "Cacheable",
157318                   /* qualifiers */
157319                   _CIM_VolatileStorage_Cacheable_qualifiers,
157320                   /* type */
157321                   CIMTYPE_BOOLEAN,
157322                   /* subscript */
157323                   -1,
157324                   /* value */
157325                   0,
157326               };
157327               
157328               static const char*
157329               _CIM_VolatileStorage_CacheType_qualifiers[] =
157330               {
157331 mike  1.1.2.1     /* Deprecated */
157332                   "\013\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
157333                   /* ValueMap */
157334                   "\061\000\0051\0002\0003\0004\0005\000",
157335                   /* Values */
157336                   "\062\000\005Other\000Unknown\000Write-Back\000Write-Through\000Not Applicable\000",
157337                   /* MappingStrings */
157338                   "\026\000\001MIF.DMTF|System Resource Memory Info|002.6\000",
157339                   0,
157340               };
157341               
157342               static MetaProperty
157343               _CIM_VolatileStorage_CacheType =
157344               {
157345                   /* flags */
157346                   META_FLAG_PROPERTY|META_FLAG_READ,
157347                   /* name */
157348                   "CacheType",
157349                   /* qualifiers */
157350                   _CIM_VolatileStorage_CacheType_qualifiers,
157351                   /* type */
157352 mike  1.1.2.1     CIMTYPE_UINT16,
157353                   /* subscript */
157354                   -1,
157355                   /* value */
157356                   0,
157357               };
157358               
157359               static MetaFeature*
157360               _CIM_VolatileStorage_features[] =
157361               {
157362                   (MetaFeature*)&_CIM_VolatileStorage_Cacheable,
157363                   (MetaFeature*)&_CIM_VolatileStorage_CacheType,
157364                   0,
157365               };
157366               
157367               static const char*
157368               __root_cimv2_CIM_VolatileStorage_qualifiers[] =
157369               {
157370                   /* Deprecated */
157371                   "\013\000\001CIM_Memory\000",
157372                   /* UMLPackagePath */
157373 mike  1.1.2.1     "\057CIM::Device::Memory",
157374                   /* Version */
157375                   "\0632.8.0",
157376                   0,
157377               };
157378               
157379               MetaClass
157380               __root_cimv2_CIM_VolatileStorage =
157381               {
157382                   /* flags */
157383                   META_FLAG_CLASS,
157384                   /* name */
157385                   "CIM_VolatileStorage",
157386                   /* qualifiers */
157387                   __root_cimv2_CIM_VolatileStorage_qualifiers,
157388                   /* super */
157389                   &__root_cimv2_CIM_Memory,
157390                   /* features */
157391                   _CIM_VolatileStorage_features,
157392               };
157393               
157394 mike  1.1.2.1 //==============================================================================
157395               //
157396               // Class: CIM_VoltageSensor
157397               //
157398               //==============================================================================
157399               
157400               static const char*
157401               _CIM_VoltageSensor_SensorType_qualifiers[] =
157402               {
157403                   /* Deprecated */
157404                   "\013\000\001No value\000",
157405                   /* Override */
157406                   "\044SensorType",
157407                   0,
157408               };
157409               
157410               static MetaProperty
157411               _CIM_VoltageSensor_SensorType =
157412               {
157413                   /* flags */
157414                   META_FLAG_PROPERTY|META_FLAG_READ,
157415 mike  1.1.2.1     /* name */
157416                   "SensorType",
157417                   /* qualifiers */
157418                   _CIM_VoltageSensor_SensorType_qualifiers,
157419                   /* type */
157420                   CIMTYPE_UINT16,
157421                   /* subscript */
157422                   -1,
157423                   /* value */
157424                   "\000\003",
157425               };
157426               
157427               static const char*
157428               _CIM_VoltageSensor_BaseUnits_qualifiers[] =
157429               {
157430                   /* Deprecated */
157431                   "\013\000\001No value\000",
157432                   /* Override */
157433                   "\044BaseUnits",
157434                   0,
157435               };
157436 mike  1.1.2.1 
157437               static MetaProperty
157438               _CIM_VoltageSensor_BaseUnits =
157439               {
157440                   /* flags */
157441                   META_FLAG_PROPERTY|META_FLAG_READ,
157442                   /* name */
157443                   "BaseUnits",
157444                   /* qualifiers */
157445                   _CIM_VoltageSensor_BaseUnits_qualifiers,
157446                   /* type */
157447                   CIMTYPE_UINT16,
157448                   /* subscript */
157449                   -1,
157450                   /* value */
157451                   "\000\005",
157452               };
157453               
157454               static const char*
157455               _CIM_VoltageSensor_UnitModifier_qualifiers[] =
157456               {
157457 mike  1.1.2.1     /* Deprecated */
157458                   "\013\000\001No value\000",
157459                   /* Override */
157460                   "\044UnitModifier",
157461                   0,
157462               };
157463               
157464               static MetaProperty
157465               _CIM_VoltageSensor_UnitModifier =
157466               {
157467                   /* flags */
157468                   META_FLAG_PROPERTY|META_FLAG_READ,
157469                   /* name */
157470                   "UnitModifier",
157471                   /* qualifiers */
157472                   _CIM_VoltageSensor_UnitModifier_qualifiers,
157473                   /* type */
157474                   CIMTYPE_SINT32,
157475                   /* subscript */
157476                   -1,
157477                   /* value */
157478 mike  1.1.2.1     "\377\377\377\375",
157479               };
157480               
157481               static const char*
157482               _CIM_VoltageSensor_RateUnits_qualifiers[] =
157483               {
157484                   /* Deprecated */
157485                   "\013\000\001No value\000",
157486                   /* Override */
157487                   "\044RateUnits",
157488                   0,
157489               };
157490               
157491               static MetaProperty
157492               _CIM_VoltageSensor_RateUnits =
157493               {
157494                   /* flags */
157495                   META_FLAG_PROPERTY|META_FLAG_READ,
157496                   /* name */
157497                   "RateUnits",
157498                   /* qualifiers */
157499 mike  1.1.2.1     _CIM_VoltageSensor_RateUnits_qualifiers,
157500                   /* type */
157501                   CIMTYPE_UINT16,
157502                   /* subscript */
157503                   -1,
157504                   /* value */
157505                   "\000\000",
157506               };
157507               
157508               static const char*
157509               _CIM_VoltageSensor_CurrentReading_qualifiers[] =
157510               {
157511                   /* Deprecated */
157512                   "\013\000\001No value\000",
157513                   /* Override */
157514                   "\044CurrentReading",
157515                   /* MappingStrings */
157516                   "\026\000\001MIF.DMTF|Voltage Probe|001.5\000",
157517                   0,
157518               };
157519               
157520 mike  1.1.2.1 static MetaProperty
157521               _CIM_VoltageSensor_CurrentReading =
157522               {
157523                   /* flags */
157524                   META_FLAG_PROPERTY|META_FLAG_READ,
157525                   /* name */
157526                   "CurrentReading",
157527                   /* qualifiers */
157528                   _CIM_VoltageSensor_CurrentReading_qualifiers,
157529                   /* type */
157530                   CIMTYPE_SINT32,
157531                   /* subscript */
157532                   -1,
157533                   /* value */
157534                   0,
157535               };
157536               
157537               static const char*
157538               _CIM_VoltageSensor_NominalReading_qualifiers[] =
157539               {
157540                   /* Deprecated */
157541 mike  1.1.2.1     "\013\000\001No value\000",
157542                   /* Override */
157543                   "\044NominalReading",
157544                   /* MappingStrings */
157545                   "\026\000\001MIF.DMTF|Voltage Probe|001.6\000",
157546                   0,
157547               };
157548               
157549               static MetaProperty
157550               _CIM_VoltageSensor_NominalReading =
157551               {
157552                   /* flags */
157553                   META_FLAG_PROPERTY|META_FLAG_READ,
157554                   /* name */
157555                   "NominalReading",
157556                   /* qualifiers */
157557                   _CIM_VoltageSensor_NominalReading_qualifiers,
157558                   /* type */
157559                   CIMTYPE_SINT32,
157560                   /* subscript */
157561                   -1,
157562 mike  1.1.2.1     /* value */
157563                   0,
157564               };
157565               
157566               static const char*
157567               _CIM_VoltageSensor_NormalMax_qualifiers[] =
157568               {
157569                   /* Deprecated */
157570                   "\013\000\001No value\000",
157571                   /* Override */
157572                   "\044NormalMax",
157573                   /* MappingStrings */
157574                   "\026\000\001MIF.DMTF|Voltage Probe|001.7\000",
157575                   0,
157576               };
157577               
157578               static MetaProperty
157579               _CIM_VoltageSensor_NormalMax =
157580               {
157581                   /* flags */
157582                   META_FLAG_PROPERTY|META_FLAG_READ,
157583 mike  1.1.2.1     /* name */
157584                   "NormalMax",
157585                   /* qualifiers */
157586                   _CIM_VoltageSensor_NormalMax_qualifiers,
157587                   /* type */
157588                   CIMTYPE_SINT32,
157589                   /* subscript */
157590                   -1,
157591                   /* value */
157592                   0,
157593               };
157594               
157595               static const char*
157596               _CIM_VoltageSensor_NormalMin_qualifiers[] =
157597               {
157598                   /* Deprecated */
157599                   "\013\000\001No value\000",
157600                   /* Override */
157601                   "\044NormalMin",
157602                   /* MappingStrings */
157603                   "\026\000\001MIF.DMTF|Voltage Probe|001.8\000",
157604 mike  1.1.2.1     0,
157605               };
157606               
157607               static MetaProperty
157608               _CIM_VoltageSensor_NormalMin =
157609               {
157610                   /* flags */
157611                   META_FLAG_PROPERTY|META_FLAG_READ,
157612                   /* name */
157613                   "NormalMin",
157614                   /* qualifiers */
157615                   _CIM_VoltageSensor_NormalMin_qualifiers,
157616                   /* type */
157617                   CIMTYPE_SINT32,
157618                   /* subscript */
157619                   -1,
157620                   /* value */
157621                   0,
157622               };
157623               
157624               static const char*
157625 mike  1.1.2.1 _CIM_VoltageSensor_MaxReadable_qualifiers[] =
157626               {
157627                   /* Deprecated */
157628                   "\013\000\001No value\000",
157629                   /* Override */
157630                   "\044MaxReadable",
157631                   /* MappingStrings */
157632                   "\026\000\001MIF.DMTF|Voltage Probe|001.9\000",
157633                   0,
157634               };
157635               
157636               static MetaProperty
157637               _CIM_VoltageSensor_MaxReadable =
157638               {
157639                   /* flags */
157640                   META_FLAG_PROPERTY|META_FLAG_READ,
157641                   /* name */
157642                   "MaxReadable",
157643                   /* qualifiers */
157644                   _CIM_VoltageSensor_MaxReadable_qualifiers,
157645                   /* type */
157646 mike  1.1.2.1     CIMTYPE_SINT32,
157647                   /* subscript */
157648                   -1,
157649                   /* value */
157650                   0,
157651               };
157652               
157653               static const char*
157654               _CIM_VoltageSensor_MinReadable_qualifiers[] =
157655               {
157656                   /* Deprecated */
157657                   "\013\000\001No value\000",
157658                   /* Override */
157659                   "\044MinReadable",
157660                   /* MappingStrings */
157661                   "\026\000\001MIF.DMTF|Voltage Probe|001.10\000",
157662                   0,
157663               };
157664               
157665               static MetaProperty
157666               _CIM_VoltageSensor_MinReadable =
157667 mike  1.1.2.1 {
157668                   /* flags */
157669                   META_FLAG_PROPERTY|META_FLAG_READ,
157670                   /* name */
157671                   "MinReadable",
157672                   /* qualifiers */
157673                   _CIM_VoltageSensor_MinReadable_qualifiers,
157674                   /* type */
157675                   CIMTYPE_SINT32,
157676                   /* subscript */
157677                   -1,
157678                   /* value */
157679                   0,
157680               };
157681               
157682               static const char*
157683               _CIM_VoltageSensor_Resolution_qualifiers[] =
157684               {
157685                   /* Deprecated */
157686                   "\013\000\001No value\000",
157687                   /* Override */
157688 mike  1.1.2.1     "\044Resolution",
157689                   /* Units */
157690                   "\060Tenths of MilliVolts",
157691                   /* MappingStrings */
157692                   "\026\000\001MIF.DMTF|Voltage Probe|001.17\000",
157693                   0,
157694               };
157695               
157696               static MetaProperty
157697               _CIM_VoltageSensor_Resolution =
157698               {
157699                   /* flags */
157700                   META_FLAG_PROPERTY|META_FLAG_READ,
157701                   /* name */
157702                   "Resolution",
157703                   /* qualifiers */
157704                   _CIM_VoltageSensor_Resolution_qualifiers,
157705                   /* type */
157706                   CIMTYPE_UINT32,
157707                   /* subscript */
157708                   -1,
157709 mike  1.1.2.1     /* value */
157710                   0,
157711               };
157712               
157713               static const char*
157714               _CIM_VoltageSensor_Tolerance_qualifiers[] =
157715               {
157716                   /* Deprecated */
157717                   "\013\000\001No value\000",
157718                   /* Override */
157719                   "\044Tolerance",
157720                   /* MappingStrings */
157721                   "\026\000\001MIF.DMTF|Voltage Probe|001.18\000",
157722                   0,
157723               };
157724               
157725               static MetaProperty
157726               _CIM_VoltageSensor_Tolerance =
157727               {
157728                   /* flags */
157729                   META_FLAG_PROPERTY|META_FLAG_READ,
157730 mike  1.1.2.1     /* name */
157731                   "Tolerance",
157732                   /* qualifiers */
157733                   _CIM_VoltageSensor_Tolerance_qualifiers,
157734                   /* type */
157735                   CIMTYPE_SINT32,
157736                   /* subscript */
157737                   -1,
157738                   /* value */
157739                   0,
157740               };
157741               
157742               static const char*
157743               _CIM_VoltageSensor_Accuracy_qualifiers[] =
157744               {
157745                   /* Deprecated */
157746                   "\013\000\001No value\000",
157747                   /* Override */
157748                   "\044Accuracy",
157749                   /* MappingStrings */
157750                   "\026\000\001MIF.DMTF|Voltage Probe|001.19\000",
157751 mike  1.1.2.1     0,
157752               };
157753               
157754               static MetaProperty
157755               _CIM_VoltageSensor_Accuracy =
157756               {
157757                   /* flags */
157758                   META_FLAG_PROPERTY|META_FLAG_READ,
157759                   /* name */
157760                   "Accuracy",
157761                   /* qualifiers */
157762                   _CIM_VoltageSensor_Accuracy_qualifiers,
157763                   /* type */
157764                   CIMTYPE_SINT32,
157765                   /* subscript */
157766                   -1,
157767                   /* value */
157768                   0,
157769               };
157770               
157771               static const char*
157772 mike  1.1.2.1 _CIM_VoltageSensor_LowerThresholdNonCritical_qualifiers[] =
157773               {
157774                   /* Deprecated */
157775                   "\013\000\001No value\000",
157776                   /* Override */
157777                   "\044LowerThresholdNonCritical",
157778                   /* MappingStrings */
157779                   "\026\000\001MIF.DMTF|Voltage Probe|001.11\000",
157780                   0,
157781               };
157782               
157783               static MetaProperty
157784               _CIM_VoltageSensor_LowerThresholdNonCritical =
157785               {
157786                   /* flags */
157787                   META_FLAG_PROPERTY|META_FLAG_READ,
157788                   /* name */
157789                   "LowerThresholdNonCritical",
157790                   /* qualifiers */
157791                   _CIM_VoltageSensor_LowerThresholdNonCritical_qualifiers,
157792                   /* type */
157793 mike  1.1.2.1     CIMTYPE_SINT32,
157794                   /* subscript */
157795                   -1,
157796                   /* value */
157797                   0,
157798               };
157799               
157800               static const char*
157801               _CIM_VoltageSensor_UpperThresholdNonCritical_qualifiers[] =
157802               {
157803                   /* Deprecated */
157804                   "\013\000\001No value\000",
157805                   /* Override */
157806                   "\044UpperThresholdNonCritical",
157807                   /* MappingStrings */
157808                   "\026\000\001MIF.DMTF|Voltage Probe|001.12\000",
157809                   0,
157810               };
157811               
157812               static MetaProperty
157813               _CIM_VoltageSensor_UpperThresholdNonCritical =
157814 mike  1.1.2.1 {
157815                   /* flags */
157816                   META_FLAG_PROPERTY|META_FLAG_READ,
157817                   /* name */
157818                   "UpperThresholdNonCritical",
157819                   /* qualifiers */
157820                   _CIM_VoltageSensor_UpperThresholdNonCritical_qualifiers,
157821                   /* type */
157822                   CIMTYPE_SINT32,
157823                   /* subscript */
157824                   -1,
157825                   /* value */
157826                   0,
157827               };
157828               
157829               static const char*
157830               _CIM_VoltageSensor_LowerThresholdCritical_qualifiers[] =
157831               {
157832                   /* Deprecated */
157833                   "\013\000\001No value\000",
157834                   /* Override */
157835 mike  1.1.2.1     "\044LowerThresholdCritical",
157836                   /* MappingStrings */
157837                   "\026\000\001MIF.DMTF|Voltage Probe|001.13\000",
157838                   0,
157839               };
157840               
157841               static MetaProperty
157842               _CIM_VoltageSensor_LowerThresholdCritical =
157843               {
157844                   /* flags */
157845                   META_FLAG_PROPERTY|META_FLAG_READ,
157846                   /* name */
157847                   "LowerThresholdCritical",
157848                   /* qualifiers */
157849                   _CIM_VoltageSensor_LowerThresholdCritical_qualifiers,
157850                   /* type */
157851                   CIMTYPE_SINT32,
157852                   /* subscript */
157853                   -1,
157854                   /* value */
157855                   0,
157856 mike  1.1.2.1 };
157857               
157858               static const char*
157859               _CIM_VoltageSensor_UpperThresholdCritical_qualifiers[] =
157860               {
157861                   /* Deprecated */
157862                   "\013\000\001No value\000",
157863                   /* Override */
157864                   "\044UpperThresholdCritical",
157865                   /* MappingStrings */
157866                   "\026\000\001MIF.DMTF|Voltage Probe|001.14\000",
157867                   0,
157868               };
157869               
157870               static MetaProperty
157871               _CIM_VoltageSensor_UpperThresholdCritical =
157872               {
157873                   /* flags */
157874                   META_FLAG_PROPERTY|META_FLAG_READ,
157875                   /* name */
157876                   "UpperThresholdCritical",
157877 mike  1.1.2.1     /* qualifiers */
157878                   _CIM_VoltageSensor_UpperThresholdCritical_qualifiers,
157879                   /* type */
157880                   CIMTYPE_SINT32,
157881                   /* subscript */
157882                   -1,
157883                   /* value */
157884                   0,
157885               };
157886               
157887               static const char*
157888               _CIM_VoltageSensor_LowerThresholdFatal_qualifiers[] =
157889               {
157890                   /* Deprecated */
157891                   "\013\000\001No value\000",
157892                   /* Override */
157893                   "\044LowerThresholdFatal",
157894                   /* MappingStrings */
157895                   "\026\000\001MIF.DMTF|Voltage Probe|001.15\000",
157896                   0,
157897               };
157898 mike  1.1.2.1 
157899               static MetaProperty
157900               _CIM_VoltageSensor_LowerThresholdFatal =
157901               {
157902                   /* flags */
157903                   META_FLAG_PROPERTY|META_FLAG_READ,
157904                   /* name */
157905                   "LowerThresholdFatal",
157906                   /* qualifiers */
157907                   _CIM_VoltageSensor_LowerThresholdFatal_qualifiers,
157908                   /* type */
157909                   CIMTYPE_SINT32,
157910                   /* subscript */
157911                   -1,
157912                   /* value */
157913                   0,
157914               };
157915               
157916               static const char*
157917               _CIM_VoltageSensor_UpperThresholdFatal_qualifiers[] =
157918               {
157919 mike  1.1.2.1     /* Deprecated */
157920                   "\013\000\001No value\000",
157921                   /* Override */
157922                   "\044UpperThresholdFatal",
157923                   /* MappingStrings */
157924                   "\026\000\001MIF.DMTF|Voltage Probe|001.16\000",
157925                   0,
157926               };
157927               
157928               static MetaProperty
157929               _CIM_VoltageSensor_UpperThresholdFatal =
157930               {
157931                   /* flags */
157932                   META_FLAG_PROPERTY|META_FLAG_READ,
157933                   /* name */
157934                   "UpperThresholdFatal",
157935                   /* qualifiers */
157936                   _CIM_VoltageSensor_UpperThresholdFatal_qualifiers,
157937                   /* type */
157938                   CIMTYPE_SINT32,
157939                   /* subscript */
157940 mike  1.1.2.1     -1,
157941                   /* value */
157942                   0,
157943               };
157944               
157945               static MetaFeature*
157946               _CIM_VoltageSensor_features[] =
157947               {
157948                   (MetaFeature*)&_CIM_VoltageSensor_SensorType,
157949                   (MetaFeature*)&_CIM_VoltageSensor_BaseUnits,
157950                   (MetaFeature*)&_CIM_VoltageSensor_UnitModifier,
157951                   (MetaFeature*)&_CIM_VoltageSensor_RateUnits,
157952                   (MetaFeature*)&_CIM_VoltageSensor_CurrentReading,
157953                   (MetaFeature*)&_CIM_VoltageSensor_NominalReading,
157954                   (MetaFeature*)&_CIM_VoltageSensor_NormalMax,
157955                   (MetaFeature*)&_CIM_VoltageSensor_NormalMin,
157956                   (MetaFeature*)&_CIM_VoltageSensor_MaxReadable,
157957                   (MetaFeature*)&_CIM_VoltageSensor_MinReadable,
157958                   (MetaFeature*)&_CIM_VoltageSensor_Resolution,
157959                   (MetaFeature*)&_CIM_VoltageSensor_Tolerance,
157960                   (MetaFeature*)&_CIM_VoltageSensor_Accuracy,
157961 mike  1.1.2.1     (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdNonCritical,
157962                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdNonCritical,
157963                   (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdCritical,
157964                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdCritical,
157965                   (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdFatal,
157966                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdFatal,
157967                   0,
157968               };
157969               
157970               static const char*
157971               __root_cimv2_CIM_VoltageSensor_qualifiers[] =
157972               {
157973                   /* Deprecated */
157974                   "\013\000\001CIM_NumericSensor\000",
157975                   /* UMLPackagePath */
157976                   "\057CIM::Device::Sensors",
157977                   /* Version */
157978                   "\0632.8.0",
157979                   0,
157980               };
157981               
157982 mike  1.1.2.1 MetaClass
157983               __root_cimv2_CIM_VoltageSensor =
157984               {
157985                   /* flags */
157986                   META_FLAG_CLASS,
157987                   /* name */
157988                   "CIM_VoltageSensor",
157989                   /* qualifiers */
157990                   __root_cimv2_CIM_VoltageSensor_qualifiers,
157991                   /* super */
157992                   &__root_cimv2_CIM_NumericSensor,
157993                   /* features */
157994                   _CIM_VoltageSensor_features,
157995               };
157996               
157997               //==============================================================================
157998               //
157999               // Class: CIM_VolumeSetBasedOnPSExtent
158000               //
158001               //==============================================================================
158002               
158003 mike  1.1.2.1 static const char*
158004               _CIM_VolumeSetBasedOnPSExtent_Antecedent_qualifiers[] =
158005               {
158006                   /* Deprecated */
158007                   "\013\000\001CIM_CompositeExtentBasedOn.Antecedent\000",
158008                   /* Override */
158009                   "\044Antecedent",
158010                   /* Min */
158011                   "\033\000\000\000\001",
158012                   0,
158013               };
158014               
158015               static MetaReference
158016               _CIM_VolumeSetBasedOnPSExtent_Antecedent =
158017               {
158018                   /* flags */
158019                   META_FLAG_REFERENCE|META_FLAG_READ,
158020                   /* name */
158021                   "Antecedent",
158022                   /* qualifiers */
158023                   _CIM_VolumeSetBasedOnPSExtent_Antecedent_qualifiers,
158024 mike  1.1.2.1     /* subscript */
158025                   -1,
158026                   /* refId */
158027                   &__root_cimv2_CIM_ProtectedSpaceExtent,
158028               };
158029               
158030               static const char*
158031               _CIM_VolumeSetBasedOnPSExtent_Dependent_qualifiers[] =
158032               {
158033                   /* Deprecated */
158034                   "\013\000\001CIM_CompositeExtentBasedOn.Dependent\000",
158035                   /* Override */
158036                   "\044Dependent",
158037                   0,
158038               };
158039               
158040               static MetaReference
158041               _CIM_VolumeSetBasedOnPSExtent_Dependent =
158042               {
158043                   /* flags */
158044                   META_FLAG_REFERENCE|META_FLAG_READ,
158045 mike  1.1.2.1     /* name */
158046                   "Dependent",
158047                   /* qualifiers */
158048                   _CIM_VolumeSetBasedOnPSExtent_Dependent_qualifiers,
158049                   /* subscript */
158050                   -1,
158051                   /* refId */
158052                   &__root_cimv2_CIM_VolumeSet,
158053               };
158054               
158055               static const char*
158056               _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing_qualifiers[] =
158057               {
158058                   /* Deprecated */
158059                   "\013\000\001CIM_CompositeExtentBasedOn.LBAsMappedByDecrementing\000",
158060                   0,
158061               };
158062               
158063               static MetaProperty
158064               _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing =
158065               {
158066 mike  1.1.2.1     /* flags */
158067                   META_FLAG_PROPERTY|META_FLAG_READ,
158068                   /* name */
158069                   "LBAsMappedByDecrementing",
158070                   /* qualifiers */
158071                   _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing_qualifiers,
158072                   /* type */
158073                   CIMTYPE_BOOLEAN,
158074                   /* subscript */
158075                   -1,
158076                   /* value */
158077                   0,
158078               };
158079               
158080               static const char*
158081               _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData_qualifiers[] =
158082               {
158083                   /* Deprecated */
158084                   "\013\000\001CIM_CompositeExtentBasedOn.LBAMappingIncludesCheckData\000",
158085                   0,
158086               };
158087 mike  1.1.2.1 
158088               static MetaProperty
158089               _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData =
158090               {
158091                   /* flags */
158092                   META_FLAG_PROPERTY|META_FLAG_READ,
158093                   /* name */
158094                   "LBAMappingIncludesCheckData",
158095                   /* qualifiers */
158096                   _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData_qualifiers,
158097                   /* type */
158098                   CIMTYPE_BOOLEAN,
158099                   /* subscript */
158100                   -1,
158101                   /* value */
158102                   0,
158103               };
158104               
158105               static MetaFeature*
158106               _CIM_VolumeSetBasedOnPSExtent_features[] =
158107               {
158108 mike  1.1.2.1     (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_Antecedent,
158109                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_Dependent,
158110                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing,
158111                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData,
158112                   0,
158113               };
158114               
158115               static const char*
158116               __root_cimv2_CIM_VolumeSetBasedOnPSExtent_qualifiers[] =
158117               {
158118                   /* ASSOCIATION */
158119                   "\000\001",
158120                   /* Deprecated */
158121                   "\013\000\001CIM_CompositeExtentBasedOn\000",
158122                   /* UMLPackagePath */
158123                   "\057CIM::Device::SccExtents",
158124                   /* Version */
158125                   "\0632.7.0",
158126                   0,
158127               };
158128               
158129 mike  1.1.2.1 MetaClass
158130               __root_cimv2_CIM_VolumeSetBasedOnPSExtent =
158131               {
158132                   /* flags */
158133                   META_FLAG_ASSOCIATION,
158134                   /* name */
158135                   "CIM_VolumeSetBasedOnPSExtent",
158136                   /* qualifiers */
158137                   __root_cimv2_CIM_VolumeSetBasedOnPSExtent_qualifiers,
158138                   /* super */
158139                   &__root_cimv2_CIM_BasedOn,
158140                   /* features */
158141                   _CIM_VolumeSetBasedOnPSExtent_features,
158142               };
158143               
158144               //==============================================================================
158145               //
158146               // Class: CIM_WakeUpServiceOnModem
158147               //
158148               //==============================================================================
158149               
158150 mike  1.1.2.1 static const char*
158151               _CIM_WakeUpServiceOnModem_Antecedent_qualifiers[] =
158152               {
158153                   /* Override */
158154                   "\044Antecedent",
158155                   /* Max */
158156                   "\027\000\000\000\001",
158157                   0,
158158               };
158159               
158160               static MetaReference
158161               _CIM_WakeUpServiceOnModem_Antecedent =
158162               {
158163                   /* flags */
158164                   META_FLAG_REFERENCE|META_FLAG_READ,
158165                   /* name */
158166                   "Antecedent",
158167                   /* qualifiers */
158168                   _CIM_WakeUpServiceOnModem_Antecedent_qualifiers,
158169                   /* subscript */
158170                   -1,
158171 mike  1.1.2.1     /* refId */
158172                   &__root_cimv2_CIM_Modem,
158173               };
158174               
158175               static const char*
158176               _CIM_WakeUpServiceOnModem_Dependent_qualifiers[] =
158177               {
158178                   /* Override */
158179                   "\044Dependent",
158180                   0,
158181               };
158182               
158183               static MetaReference
158184               _CIM_WakeUpServiceOnModem_Dependent =
158185               {
158186                   /* flags */
158187                   META_FLAG_REFERENCE|META_FLAG_READ,
158188                   /* name */
158189                   "Dependent",
158190                   /* qualifiers */
158191                   _CIM_WakeUpServiceOnModem_Dependent_qualifiers,
158192 mike  1.1.2.1     /* subscript */
158193                   -1,
158194                   /* refId */
158195                   &__root_cimv2_CIM_WakeUpService,
158196               };
158197               
158198               static MetaFeature*
158199               _CIM_WakeUpServiceOnModem_features[] =
158200               {
158201                   (MetaFeature*)&_CIM_WakeUpServiceOnModem_Antecedent,
158202                   (MetaFeature*)&_CIM_WakeUpServiceOnModem_Dependent,
158203                   0,
158204               };
158205               
158206               static const char*
158207               __root_cimv2_CIM_WakeUpServiceOnModem_qualifiers[] =
158208               {
158209                   /* ASSOCIATION */
158210                   "\000\001",
158211                   /* UMLPackagePath */
158212                   "\057CIM::Device::Modems",
158213 mike  1.1.2.1     /* Version */
158214                   "\0632.10.0",
158215                   0,
158216               };
158217               
158218               MetaClass
158219               __root_cimv2_CIM_WakeUpServiceOnModem =
158220               {
158221                   /* flags */
158222                   META_FLAG_ASSOCIATION,
158223                   /* name */
158224                   "CIM_WakeUpServiceOnModem",
158225                   /* qualifiers */
158226                   __root_cimv2_CIM_WakeUpServiceOnModem_qualifiers,
158227                   /* super */
158228                   &__root_cimv2_CIM_DeviceServiceImplementation,
158229                   /* features */
158230                   _CIM_WakeUpServiceOnModem_features,
158231               };
158232               
158233               //==============================================================================
158234 mike  1.1.2.1 //
158235               // Class: CIM_WakeUpServiceOnNetworkAdapter
158236               //
158237               //==============================================================================
158238               
158239               static const char*
158240               _CIM_WakeUpServiceOnNetworkAdapter_Antecedent_qualifiers[] =
158241               {
158242                   /* Deprecated */
158243                   "\013\000\001CIM_WakeUpServiceOnNetworkPort.Antecedent\000",
158244                   /* Override */
158245                   "\044Antecedent",
158246                   /* Max */
158247                   "\027\000\000\000\001",
158248                   0,
158249               };
158250               
158251               static MetaReference
158252               _CIM_WakeUpServiceOnNetworkAdapter_Antecedent =
158253               {
158254                   /* flags */
158255 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
158256                   /* name */
158257                   "Antecedent",
158258                   /* qualifiers */
158259                   _CIM_WakeUpServiceOnNetworkAdapter_Antecedent_qualifiers,
158260                   /* subscript */
158261                   -1,
158262                   /* refId */
158263                   &__root_cimv2_CIM_NetworkAdapter,
158264               };
158265               
158266               static const char*
158267               _CIM_WakeUpServiceOnNetworkAdapter_Dependent_qualifiers[] =
158268               {
158269                   /* Deprecated */
158270                   "\013\000\001CIM_WakeUpServiceOnNetworkPort.Dependent\000",
158271                   /* Override */
158272                   "\044Dependent",
158273                   0,
158274               };
158275               
158276 mike  1.1.2.1 static MetaReference
158277               _CIM_WakeUpServiceOnNetworkAdapter_Dependent =
158278               {
158279                   /* flags */
158280                   META_FLAG_REFERENCE|META_FLAG_READ,
158281                   /* name */
158282                   "Dependent",
158283                   /* qualifiers */
158284                   _CIM_WakeUpServiceOnNetworkAdapter_Dependent_qualifiers,
158285                   /* subscript */
158286                   -1,
158287                   /* refId */
158288                   &__root_cimv2_CIM_WakeUpService,
158289               };
158290               
158291               static MetaFeature*
158292               _CIM_WakeUpServiceOnNetworkAdapter_features[] =
158293               {
158294                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkAdapter_Antecedent,
158295                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkAdapter_Dependent,
158296                   0,
158297 mike  1.1.2.1 };
158298               
158299               static const char*
158300               __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter_qualifiers[] =
158301               {
158302                   /* ASSOCIATION */
158303                   "\000\001",
158304                   /* Deprecated */
158305                   "\013\000\001CIM_WakeUpServiceOnNetworkPort\000",
158306                   /* UMLPackagePath */
158307                   "\057CIM::Device::NetworkAdapter",
158308                   /* Version */
158309                   "\0632.10.0",
158310                   0,
158311               };
158312               
158313               MetaClass
158314               __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter =
158315               {
158316                   /* flags */
158317                   META_FLAG_ASSOCIATION,
158318 mike  1.1.2.1     /* name */
158319                   "CIM_WakeUpServiceOnNetworkAdapter",
158320                   /* qualifiers */
158321                   __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter_qualifiers,
158322                   /* super */
158323                   &__root_cimv2_CIM_DeviceServiceImplementation,
158324                   /* features */
158325                   _CIM_WakeUpServiceOnNetworkAdapter_features,
158326               };
158327               
158328               //==============================================================================
158329               //
158330               // Class: CIM_WakeUpServiceOnNetworkPort
158331               //
158332               //==============================================================================
158333               
158334               static const char*
158335               _CIM_WakeUpServiceOnNetworkPort_Antecedent_qualifiers[] =
158336               {
158337                   /* Override */
158338                   "\044Antecedent",
158339 mike  1.1.2.1     /* Max */
158340                   "\027\000\000\000\001",
158341                   0,
158342               };
158343               
158344               static MetaReference
158345               _CIM_WakeUpServiceOnNetworkPort_Antecedent =
158346               {
158347                   /* flags */
158348                   META_FLAG_REFERENCE|META_FLAG_READ,
158349                   /* name */
158350                   "Antecedent",
158351                   /* qualifiers */
158352                   _CIM_WakeUpServiceOnNetworkPort_Antecedent_qualifiers,
158353                   /* subscript */
158354                   -1,
158355                   /* refId */
158356                   &__root_cimv2_CIM_NetworkPort,
158357               };
158358               
158359               static const char*
158360 mike  1.1.2.1 _CIM_WakeUpServiceOnNetworkPort_Dependent_qualifiers[] =
158361               {
158362                   /* Override */
158363                   "\044Dependent",
158364                   0,
158365               };
158366               
158367               static MetaReference
158368               _CIM_WakeUpServiceOnNetworkPort_Dependent =
158369               {
158370                   /* flags */
158371                   META_FLAG_REFERENCE|META_FLAG_READ,
158372                   /* name */
158373                   "Dependent",
158374                   /* qualifiers */
158375                   _CIM_WakeUpServiceOnNetworkPort_Dependent_qualifiers,
158376                   /* subscript */
158377                   -1,
158378                   /* refId */
158379                   &__root_cimv2_CIM_WakeUpService,
158380               };
158381 mike  1.1.2.1 
158382               static MetaFeature*
158383               _CIM_WakeUpServiceOnNetworkPort_features[] =
158384               {
158385                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkPort_Antecedent,
158386                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkPort_Dependent,
158387                   0,
158388               };
158389               
158390               static const char*
158391               __root_cimv2_CIM_WakeUpServiceOnNetworkPort_qualifiers[] =
158392               {
158393                   /* ASSOCIATION */
158394                   "\000\001",
158395                   /* UMLPackagePath */
158396                   "\057CIM::Device::Ports",
158397                   /* Version */
158398                   "\0632.10.0",
158399                   0,
158400               };
158401               
158402 mike  1.1.2.1 MetaClass
158403               __root_cimv2_CIM_WakeUpServiceOnNetworkPort =
158404               {
158405                   /* flags */
158406                   META_FLAG_ASSOCIATION,
158407                   /* name */
158408                   "CIM_WakeUpServiceOnNetworkPort",
158409                   /* qualifiers */
158410                   __root_cimv2_CIM_WakeUpServiceOnNetworkPort_qualifiers,
158411                   /* super */
158412                   &__root_cimv2_CIM_DeviceServiceImplementation,
158413                   /* features */
158414                   _CIM_WakeUpServiceOnNetworkPort_features,
158415               };
158416               
158417               //==============================================================================
158418               //
158419               // Class: CIM_WeightedREDDropperService
158420               //
158421               //==============================================================================
158422               
158423 mike  1.1.2.1 static const char*
158424               _CIM_WeightedREDDropperService_DropMetric_qualifiers[] =
158425               {
158426                   /* Deprecated */
158427                   "\013\000\001No value\000",
158428                   /* ValueMap */
158429                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
158430                   /* Values */
158431                   "\062\000\007Other\000IP Precedence\000DSCP Value\000802.1P Priority Value\000RSVP Session\000Queue Depth\000Packet Arrival Rate\000",
158432                   /* ModelCorrespondence */
158433                   "\036\000\001CIM_WeightedREDDropperService.OtherDropMetric\000",
158434                   0,
158435               };
158436               
158437               static MetaProperty
158438               _CIM_WeightedREDDropperService_DropMetric =
158439               {
158440                   /* flags */
158441                   META_FLAG_PROPERTY|META_FLAG_READ,
158442                   /* name */
158443                   "DropMetric",
158444 mike  1.1.2.1     /* qualifiers */
158445                   _CIM_WeightedREDDropperService_DropMetric_qualifiers,
158446                   /* type */
158447                   CIMTYPE_UINT16,
158448                   /* subscript */
158449                   -1,
158450                   /* value */
158451                   0,
158452               };
158453               
158454               static const char*
158455               _CIM_WeightedREDDropperService_OtherDropMetric_qualifiers[] =
158456               {
158457                   /* Deprecated */
158458                   "\013\000\001No value\000",
158459                   /* ModelCorrespondence */
158460                   "\036\000\001CIM_WeightedREDDropperService.DropMetric\000",
158461                   0,
158462               };
158463               
158464               static MetaProperty
158465 mike  1.1.2.1 _CIM_WeightedREDDropperService_OtherDropMetric =
158466               {
158467                   /* flags */
158468                   META_FLAG_PROPERTY|META_FLAG_READ,
158469                   /* name */
158470                   "OtherDropMetric",
158471                   /* qualifiers */
158472                   _CIM_WeightedREDDropperService_OtherDropMetric_qualifiers,
158473                   /* type */
158474                   CIMTYPE_STRING,
158475                   /* subscript */
158476                   -1,
158477                   /* value */
158478                   0,
158479               };
158480               
158481               static const char*
158482               _CIM_WeightedREDDropperService_Weight_qualifiers[] =
158483               {
158484                   /* Deprecated */
158485                   "\013\000\001CIM_DropThresholdCalculationService.SmoothingWeight\000",
158486 mike  1.1.2.1     /* MinValue */
158487                   "\035\000\000\000\000\000\000\000\000",
158488                   /* MaxValue */
158489                   "\031\000\000\000\000\000\000\000\144",
158490                   0,
158491               };
158492               
158493               static MetaProperty
158494               _CIM_WeightedREDDropperService_Weight =
158495               {
158496                   /* flags */
158497                   META_FLAG_PROPERTY|META_FLAG_READ,
158498                   /* name */
158499                   "Weight",
158500                   /* qualifiers */
158501                   _CIM_WeightedREDDropperService_Weight_qualifiers,
158502                   /* type */
158503                   CIMTYPE_REAL32,
158504                   /* subscript */
158505                   -1,
158506                   /* value */
158507 mike  1.1.2.1     0,
158508               };
158509               
158510               static MetaFeature*
158511               _CIM_WeightedREDDropperService_features[] =
158512               {
158513                   (MetaFeature*)&_CIM_WeightedREDDropperService_DropMetric,
158514                   (MetaFeature*)&_CIM_WeightedREDDropperService_OtherDropMetric,
158515                   (MetaFeature*)&_CIM_WeightedREDDropperService_Weight,
158516                   0,
158517               };
158518               
158519               static const char*
158520               __root_cimv2_CIM_WeightedREDDropperService_qualifiers[] =
158521               {
158522                   /* Deprecated */
158523                   "\013\000\001No value\000",
158524                   /* UMLPackagePath */
158525                   "\057CIM::Network::QoS",
158526                   /* Version */
158527                   "\0632.7.0",
158528 mike  1.1.2.1     0,
158529               };
158530               
158531               MetaClass
158532               __root_cimv2_CIM_WeightedREDDropperService =
158533               {
158534                   /* flags */
158535                   META_FLAG_CLASS,
158536                   /* name */
158537                   "CIM_WeightedREDDropperService",
158538                   /* qualifiers */
158539                   __root_cimv2_CIM_WeightedREDDropperService_qualifiers,
158540                   /* super */
158541                   &__root_cimv2_CIM_DropperService,
158542                   /* features */
158543                   _CIM_WeightedREDDropperService_features,
158544               };
158545               
158546               //==============================================================================
158547               //
158548               // Class: CIM_AccountManagementService
158549 mike  1.1.2.1 //
158550               //==============================================================================
158551               
158552               static MetaFeature*
158553               _CIM_AccountManagementService_features[] =
158554               {
158555                   0,
158556               };
158557               
158558               static const char*
158559               __root_cimv2_CIM_AccountManagementService_qualifiers[] =
158560               {
158561                   /* UMLPackagePath */
158562                   "\057CIM::User::Account",
158563                   /* Version */
158564                   "\0632.6.0",
158565                   0,
158566               };
158567               
158568               MetaClass
158569               __root_cimv2_CIM_AccountManagementService =
158570 mike  1.1.2.1 {
158571                   /* flags */
158572                   META_FLAG_CLASS,
158573                   /* name */
158574                   "CIM_AccountManagementService",
158575                   /* qualifiers */
158576                   __root_cimv2_CIM_AccountManagementService_qualifiers,
158577                   /* super */
158578                   &__root_cimv2_CIM_SecurityService,
158579                   /* features */
158580                   _CIM_AccountManagementService_features,
158581               };
158582               
158583               //==============================================================================
158584               //
158585               // Class: CIM_Action
158586               //
158587               //==============================================================================
158588               
158589               static const char*
158590               _CIM_Action_Name_qualifiers[] =
158591 mike  1.1.2.1 {
158592                   /* Key */
158593                   "\025\001",
158594                   /* Propagated */
158595                   "\045CIM_SoftwareElement.Name",
158596                   /* MaxLen */
158597                   "\030\000\000\001\000",
158598                   0,
158599               };
158600               
158601               static MetaProperty
158602               _CIM_Action_Name =
158603               {
158604                   /* flags */
158605                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158606                   /* name */
158607                   "Name",
158608                   /* qualifiers */
158609                   _CIM_Action_Name_qualifiers,
158610                   /* type */
158611                   CIMTYPE_STRING,
158612 mike  1.1.2.1     /* subscript */
158613                   -1,
158614                   /* value */
158615                   0,
158616               };
158617               
158618               static const char*
158619               _CIM_Action_Version_qualifiers[] =
158620               {
158621                   /* Key */
158622                   "\025\001",
158623                   /* Propagated */
158624                   "\045CIM_SoftwareElement.Version",
158625                   /* MaxLen */
158626                   "\030\000\000\000\100",
158627                   0,
158628               };
158629               
158630               static MetaProperty
158631               _CIM_Action_Version =
158632               {
158633 mike  1.1.2.1     /* flags */
158634                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158635                   /* name */
158636                   "Version",
158637                   /* qualifiers */
158638                   _CIM_Action_Version_qualifiers,
158639                   /* type */
158640                   CIMTYPE_STRING,
158641                   /* subscript */
158642                   -1,
158643                   /* value */
158644                   0,
158645               };
158646               
158647               static const char*
158648               _CIM_Action_SoftwareElementState_qualifiers[] =
158649               {
158650                   /* Key */
158651                   "\025\001",
158652                   /* Propagated */
158653                   "\045CIM_SoftwareElement.SoftwareElementState",
158654 mike  1.1.2.1     /* ValueMap */
158655                   "\061\000\0040\0001\0002\0003\000",
158656                   /* Values */
158657                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
158658                   0,
158659               };
158660               
158661               static MetaProperty
158662               _CIM_Action_SoftwareElementState =
158663               {
158664                   /* flags */
158665                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158666                   /* name */
158667                   "SoftwareElementState",
158668                   /* qualifiers */
158669                   _CIM_Action_SoftwareElementState_qualifiers,
158670                   /* type */
158671                   CIMTYPE_UINT16,
158672                   /* subscript */
158673                   -1,
158674                   /* value */
158675 mike  1.1.2.1     0,
158676               };
158677               
158678               static const char*
158679               _CIM_Action_SoftwareElementID_qualifiers[] =
158680               {
158681                   /* Key */
158682                   "\025\001",
158683                   /* Propagated */
158684                   "\045CIM_SoftwareElement.SoftwareElementID",
158685                   /* MaxLen */
158686                   "\030\000\000\001\000",
158687                   0,
158688               };
158689               
158690               static MetaProperty
158691               _CIM_Action_SoftwareElementID =
158692               {
158693                   /* flags */
158694                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158695                   /* name */
158696 mike  1.1.2.1     "SoftwareElementID",
158697                   /* qualifiers */
158698                   _CIM_Action_SoftwareElementID_qualifiers,
158699                   /* type */
158700                   CIMTYPE_STRING,
158701                   /* subscript */
158702                   -1,
158703                   /* value */
158704                   0,
158705               };
158706               
158707               static const char*
158708               _CIM_Action_TargetOperatingSystem_qualifiers[] =
158709               {
158710                   /* Key */
158711                   "\025\001",
158712                   /* Propagated */
158713                   "\045CIM_SoftwareElement.TargetOperatingSystem",
158714                   /* ValueMap */
158715                   "\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",
158716                   /* Values */
158717 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",
158718                   0,
158719               };
158720               
158721               static MetaProperty
158722               _CIM_Action_TargetOperatingSystem =
158723               {
158724                   /* flags */
158725                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158726                   /* name */
158727                   "TargetOperatingSystem",
158728                   /* qualifiers */
158729                   _CIM_Action_TargetOperatingSystem_qualifiers,
158730                   /* type */
158731                   CIMTYPE_UINT16,
158732                   /* subscript */
158733                   -1,
158734                   /* value */
158735                   0,
158736               };
158737               
158738 mike  1.1.2.1 static const char*
158739               _CIM_Action_ActionID_qualifiers[] =
158740               {
158741                   /* Key */
158742                   "\025\001",
158743                   /* MaxLen */
158744                   "\030\000\000\001\000",
158745                   0,
158746               };
158747               
158748               static MetaProperty
158749               _CIM_Action_ActionID =
158750               {
158751                   /* flags */
158752                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158753                   /* name */
158754                   "ActionID",
158755                   /* qualifiers */
158756                   _CIM_Action_ActionID_qualifiers,
158757                   /* type */
158758                   CIMTYPE_STRING,
158759 mike  1.1.2.1     /* subscript */
158760                   -1,
158761                   /* value */
158762                   0,
158763               };
158764               
158765               static const char*
158766               _CIM_Action_Direction_qualifiers[] =
158767               {
158768                   /* ValueMap */
158769                   "\061\000\0020\0001\000",
158770                   /* Values */
158771                   "\062\000\002Install\000Uninstall\000",
158772                   0,
158773               };
158774               
158775               static MetaProperty
158776               _CIM_Action_Direction =
158777               {
158778                   /* flags */
158779                   META_FLAG_PROPERTY|META_FLAG_READ,
158780 mike  1.1.2.1     /* name */
158781                   "Direction",
158782                   /* qualifiers */
158783                   _CIM_Action_Direction_qualifiers,
158784                   /* type */
158785                   CIMTYPE_UINT16,
158786                   /* subscript */
158787                   -1,
158788                   /* value */
158789                   0,
158790               };
158791               
158792               static MetaFeature*
158793               _CIM_Action_Invoke_parameters[] =
158794               {
158795                   0,
158796               };
158797               
158798               static const char*
158799               _CIM_Action_Invoke_qualifiers[] =
158800               {
158801 mike  1.1.2.1     0,
158802               };
158803               
158804               static MetaMethod
158805               _CIM_Action_Invoke =
158806               {
158807                   /* flags */
158808                   META_FLAG_METHOD,
158809                   /* name */
158810                   "CIM_Action",
158811                   /* qualifiers */
158812                   _CIM_Action_Invoke_qualifiers,
158813                   /* type */
158814                   CIMTYPE_UINT32,
158815                   /* parameters */
158816                   _CIM_Action_Invoke_parameters,
158817               };
158818               
158819               static const char*
158820               _CIM_Action_InvokeOnSystem_TargetSystem_qualifiers[] =
158821               {
158822 mike  1.1.2.1     /* IN */
158823                   "\024\001",
158824                   0,
158825               };
158826               
158827               static MetaReference
158828               _CIM_Action_InvokeOnSystem_TargetSystem =
158829               {
158830                   /* flags */
158831                   META_FLAG_REFERENCE|META_FLAG_IN,
158832                   /* name */
158833                   "TargetSystem",
158834                   /* qualifiers */
158835                   _CIM_Action_InvokeOnSystem_TargetSystem_qualifiers,
158836                   /* subscript */
158837                   -1,
158838                   /* ref */
158839                   &__root_cimv2_CIM_ComputerSystem,
158840               };
158841               
158842               static MetaFeature*
158843 mike  1.1.2.1 _CIM_Action_InvokeOnSystem_parameters[] =
158844               {
158845                   (MetaFeature*)&_CIM_Action_InvokeOnSystem_TargetSystem,
158846                   0,
158847               };
158848               
158849               static const char*
158850               _CIM_Action_InvokeOnSystem_qualifiers[] =
158851               {
158852                   0,
158853               };
158854               
158855               static MetaMethod
158856               _CIM_Action_InvokeOnSystem =
158857               {
158858                   /* flags */
158859                   META_FLAG_METHOD,
158860                   /* name */
158861                   "CIM_Action",
158862                   /* qualifiers */
158863                   _CIM_Action_InvokeOnSystem_qualifiers,
158864 mike  1.1.2.1     /* type */
158865                   CIMTYPE_UINT32,
158866                   /* parameters */
158867                   _CIM_Action_InvokeOnSystem_parameters,
158868               };
158869               
158870               static MetaFeature*
158871               _CIM_Action_features[] =
158872               {
158873                   (MetaFeature*)&_CIM_Action_Name,
158874                   (MetaFeature*)&_CIM_Action_Version,
158875                   (MetaFeature*)&_CIM_Action_SoftwareElementState,
158876                   (MetaFeature*)&_CIM_Action_SoftwareElementID,
158877                   (MetaFeature*)&_CIM_Action_TargetOperatingSystem,
158878                   (MetaFeature*)&_CIM_Action_ActionID,
158879                   (MetaFeature*)&_CIM_Action_Direction,
158880                   (MetaFeature*)&_CIM_Action_Invoke,
158881                   (MetaFeature*)&_CIM_Action_InvokeOnSystem,
158882                   0,
158883               };
158884               
158885 mike  1.1.2.1 static const char*
158886               __root_cimv2_CIM_Action_qualifiers[] =
158887               {
158888                   /* UMLPackagePath */
158889                   "\057CIM::Application::CheckAction",
158890                   /* Abstract */
158891                   "\002\001",
158892                   /* Version */
158893                   "\0632.7.0",
158894                   0,
158895               };
158896               
158897               MetaClass
158898               __root_cimv2_CIM_Action =
158899               {
158900                   /* flags */
158901                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
158902                   /* name */
158903                   "CIM_Action",
158904                   /* qualifiers */
158905                   __root_cimv2_CIM_Action_qualifiers,
158906 mike  1.1.2.1     /* super */
158907                   &__root_cimv2_CIM_ManagedElement,
158908                   /* features */
158909                   _CIM_Action_features,
158910               };
158911               
158912               //==============================================================================
158913               //
158914               // Class: CIM_ActionSequence
158915               //
158916               //==============================================================================
158917               
158918               static const char*
158919               _CIM_ActionSequence_Next_qualifiers[] =
158920               {
158921                   /* Key */
158922                   "\025\001",
158923                   /* Max */
158924                   "\027\000\000\000\001",
158925                   0,
158926               };
158927 mike  1.1.2.1 
158928               static MetaReference
158929               _CIM_ActionSequence_Next =
158930               {
158931                   /* flags */
158932                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
158933                   /* name */
158934                   "Next",
158935                   /* qualifiers */
158936                   _CIM_ActionSequence_Next_qualifiers,
158937                   /* subscript */
158938                   -1,
158939                   /* refId */
158940                   &__root_cimv2_CIM_Action,
158941               };
158942               
158943               static const char*
158944               _CIM_ActionSequence_Prior_qualifiers[] =
158945               {
158946                   /* Key */
158947                   "\025\001",
158948 mike  1.1.2.1     /* Max */
158949                   "\027\000\000\000\001",
158950                   0,
158951               };
158952               
158953               static MetaReference
158954               _CIM_ActionSequence_Prior =
158955               {
158956                   /* flags */
158957                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
158958                   /* name */
158959                   "Prior",
158960                   /* qualifiers */
158961                   _CIM_ActionSequence_Prior_qualifiers,
158962                   /* subscript */
158963                   -1,
158964                   /* refId */
158965                   &__root_cimv2_CIM_Action,
158966               };
158967               
158968               static MetaFeature*
158969 mike  1.1.2.1 _CIM_ActionSequence_features[] =
158970               {
158971                   (MetaFeature*)&_CIM_ActionSequence_Next,
158972                   (MetaFeature*)&_CIM_ActionSequence_Prior,
158973                   0,
158974               };
158975               
158976               static const char*
158977               __root_cimv2_CIM_ActionSequence_qualifiers[] =
158978               {
158979                   /* ASSOCIATION */
158980                   "\000\001",
158981                   /* UMLPackagePath */
158982                   "\057CIM::Application::CheckAction",
158983                   /* Version */
158984                   "\0632.6.0",
158985                   0,
158986               };
158987               
158988               MetaClass
158989               __root_cimv2_CIM_ActionSequence =
158990 mike  1.1.2.1 {
158991                   /* flags */
158992                   META_FLAG_ASSOCIATION,
158993                   /* name */
158994                   "CIM_ActionSequence",
158995                   /* qualifiers */
158996                   __root_cimv2_CIM_ActionSequence_qualifiers,
158997                   /* super */
158998                   0,
158999                   /* features */
159000                   _CIM_ActionSequence_features,
159001               };
159002               
159003               //==============================================================================
159004               //
159005               // Class: CIM_ActiveConnection
159006               //
159007               //==============================================================================
159008               
159009               static const char*
159010               _CIM_ActiveConnection_Antecedent_qualifiers[] =
159011 mike  1.1.2.1 {
159012                   /* Override */
159013                   "\044Antecedent",
159014                   0,
159015               };
159016               
159017               static MetaReference
159018               _CIM_ActiveConnection_Antecedent =
159019               {
159020                   /* flags */
159021                   META_FLAG_REFERENCE|META_FLAG_READ,
159022                   /* name */
159023                   "Antecedent",
159024                   /* qualifiers */
159025                   _CIM_ActiveConnection_Antecedent_qualifiers,
159026                   /* subscript */
159027                   -1,
159028                   /* refId */
159029                   &__root_cimv2_CIM_ServiceAccessPoint,
159030               };
159031               
159032 mike  1.1.2.1 static const char*
159033               _CIM_ActiveConnection_Dependent_qualifiers[] =
159034               {
159035                   /* Override */
159036                   "\044Dependent",
159037                   0,
159038               };
159039               
159040               static MetaReference
159041               _CIM_ActiveConnection_Dependent =
159042               {
159043                   /* flags */
159044                   META_FLAG_REFERENCE|META_FLAG_READ,
159045                   /* name */
159046                   "Dependent",
159047                   /* qualifiers */
159048                   _CIM_ActiveConnection_Dependent_qualifiers,
159049                   /* subscript */
159050                   -1,
159051                   /* refId */
159052                   &__root_cimv2_CIM_ServiceAccessPoint,
159053 mike  1.1.2.1 };
159054               
159055               static const char*
159056               _CIM_ActiveConnection_TrafficType_qualifiers[] =
159057               {
159058                   /* Deprecated */
159059                   "\013\000\001No value\000",
159060                   /* ValueMap */
159061                   "\061\000\0060\0001\0002\0003\0004\0005\000",
159062                   /* Values */
159063                   "\062\000\006Unknown\000Other\000Unicast\000Broadcast\000Multicast\000Anycast\000",
159064                   /* ModelCorrespondence */
159065                   "\036\000\001CIM_ActiveConnection.OtherTrafficDescription\000",
159066                   0,
159067               };
159068               
159069               static MetaProperty
159070               _CIM_ActiveConnection_TrafficType =
159071               {
159072                   /* flags */
159073                   META_FLAG_PROPERTY|META_FLAG_READ,
159074 mike  1.1.2.1     /* name */
159075                   "TrafficType",
159076                   /* qualifiers */
159077                   _CIM_ActiveConnection_TrafficType_qualifiers,
159078                   /* type */
159079                   CIMTYPE_UINT16,
159080                   /* subscript */
159081                   -1,
159082                   /* value */
159083                   0,
159084               };
159085               
159086               static const char*
159087               _CIM_ActiveConnection_OtherTrafficDescription_qualifiers[] =
159088               {
159089                   /* Deprecated */
159090                   "\013\000\001No value\000",
159091                   /* MaxLen */
159092                   "\030\000\000\000\100",
159093                   /* ModelCorrespondence */
159094                   "\036\000\001CIM_ActiveConnection.TrafficType\000",
159095 mike  1.1.2.1     0,
159096               };
159097               
159098               static MetaProperty
159099               _CIM_ActiveConnection_OtherTrafficDescription =
159100               {
159101                   /* flags */
159102                   META_FLAG_PROPERTY|META_FLAG_READ,
159103                   /* name */
159104                   "OtherTrafficDescription",
159105                   /* qualifiers */
159106                   _CIM_ActiveConnection_OtherTrafficDescription_qualifiers,
159107                   /* type */
159108                   CIMTYPE_STRING,
159109                   /* subscript */
159110                   -1,
159111                   /* value */
159112                   0,
159113               };
159114               
159115               static const char*
159116 mike  1.1.2.1 _CIM_ActiveConnection_IsUnidirectional_qualifiers[] =
159117               {
159118                   0,
159119               };
159120               
159121               static MetaProperty
159122               _CIM_ActiveConnection_IsUnidirectional =
159123               {
159124                   /* flags */
159125                   META_FLAG_PROPERTY|META_FLAG_READ,
159126                   /* name */
159127                   "IsUnidirectional",
159128                   /* qualifiers */
159129                   _CIM_ActiveConnection_IsUnidirectional_qualifiers,
159130                   /* type */
159131                   CIMTYPE_BOOLEAN,
159132                   /* subscript */
159133                   -1,
159134                   /* value */
159135                   0,
159136               };
159137 mike  1.1.2.1 
159138               static MetaFeature*
159139               _CIM_ActiveConnection_features[] =
159140               {
159141                   (MetaFeature*)&_CIM_ActiveConnection_Antecedent,
159142                   (MetaFeature*)&_CIM_ActiveConnection_Dependent,
159143                   (MetaFeature*)&_CIM_ActiveConnection_TrafficType,
159144                   (MetaFeature*)&_CIM_ActiveConnection_OtherTrafficDescription,
159145                   (MetaFeature*)&_CIM_ActiveConnection_IsUnidirectional,
159146                   0,
159147               };
159148               
159149               static const char*
159150               __root_cimv2_CIM_ActiveConnection_qualifiers[] =
159151               {
159152                   /* ASSOCIATION */
159153                   "\000\001",
159154                   /* UMLPackagePath */
159155                   "\057CIM::Core::Service",
159156                   /* Version */
159157                   "\0632.10.0",
159158 mike  1.1.2.1     0,
159159               };
159160               
159161               MetaClass
159162               __root_cimv2_CIM_ActiveConnection =
159163               {
159164                   /* flags */
159165                   META_FLAG_ASSOCIATION,
159166                   /* name */
159167                   "CIM_ActiveConnection",
159168                   /* qualifiers */
159169                   __root_cimv2_CIM_ActiveConnection_qualifiers,
159170                   /* super */
159171                   &__root_cimv2_CIM_SAPSAPDependency,
159172                   /* features */
159173                   _CIM_ActiveConnection_features,
159174               };
159175               
159176               //==============================================================================
159177               //
159178               // Class: CIM_ADSLModem
159179 mike  1.1.2.1 //
159180               //==============================================================================
159181               
159182               static const char*
159183               _CIM_ADSLModem_NoiseMargin_qualifiers[] =
159184               {
159185                   /* Units */
159186                   "\060Tenths of Decibels",
159187                   0,
159188               };
159189               
159190               static MetaProperty
159191               _CIM_ADSLModem_NoiseMargin =
159192               {
159193                   /* flags */
159194                   META_FLAG_PROPERTY|META_FLAG_READ,
159195                   /* name */
159196                   "NoiseMargin",
159197                   /* qualifiers */
159198                   _CIM_ADSLModem_NoiseMargin_qualifiers,
159199                   /* type */
159200 mike  1.1.2.1     CIMTYPE_UINT32,
159201                   /* subscript */
159202                   -1,
159203                   /* value */
159204                   0,
159205               };
159206               
159207               static const char*
159208               _CIM_ADSLModem_LineAttenuation_qualifiers[] =
159209               {
159210                   /* Units */
159211                   "\060Tenths of Decibels",
159212                   /* Gauge */
159213                   "\023\001",
159214                   0,
159215               };
159216               
159217               static MetaProperty
159218               _CIM_ADSLModem_LineAttenuation =
159219               {
159220                   /* flags */
159221 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
159222                   /* name */
159223                   "LineAttenuation",
159224                   /* qualifiers */
159225                   _CIM_ADSLModem_LineAttenuation_qualifiers,
159226                   /* type */
159227                   CIMTYPE_UINT32,
159228                   /* subscript */
159229                   -1,
159230                   /* value */
159231                   0,
159232               };
159233               
159234               static const char*
159235               _CIM_ADSLModem_LineState_qualifiers[] =
159236               {
159237                   /* ValueMap */
159238                   "\061\000\0051\0002\0004\0008\00032\000",
159239                   /* Values */
159240                   "\062\000\005No Defect\000Loss Of Framing\000Loss Of Signal\000Loss Of Power\000Loss Of Signal Quality\000",
159241                   0,
159242 mike  1.1.2.1 };
159243               
159244               static MetaProperty
159245               _CIM_ADSLModem_LineState =
159246               {
159247                   /* flags */
159248                   META_FLAG_PROPERTY|META_FLAG_READ,
159249                   /* name */
159250                   "LineState",
159251                   /* qualifiers */
159252                   _CIM_ADSLModem_LineState_qualifiers,
159253                   /* type */
159254                   CIMTYPE_UINT32,
159255                   /* subscript */
159256                   -1,
159257                   /* value */
159258                   0,
159259               };
159260               
159261               static const char*
159262               _CIM_ADSLModem_TotalOutputPower_qualifiers[] =
159263 mike  1.1.2.1 {
159264                   /* Units */
159265                   "\060Tenths of Decibels",
159266                   /* Gauge */
159267                   "\023\001",
159268                   0,
159269               };
159270               
159271               static MetaProperty
159272               _CIM_ADSLModem_TotalOutputPower =
159273               {
159274                   /* flags */
159275                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
159276                   /* name */
159277                   "TotalOutputPower",
159278                   /* qualifiers */
159279                   _CIM_ADSLModem_TotalOutputPower_qualifiers,
159280                   /* type */
159281                   CIMTYPE_UINT32,
159282                   /* subscript */
159283                   -1,
159284 mike  1.1.2.1     /* value */
159285                   0,
159286               };
159287               
159288               static const char*
159289               _CIM_ADSLModem_MaxDataRate_qualifiers[] =
159290               {
159291                   /* Units */
159292                   "\060Bits per Second",
159293                   0,
159294               };
159295               
159296               static MetaProperty
159297               _CIM_ADSLModem_MaxDataRate =
159298               {
159299                   /* flags */
159300                   META_FLAG_PROPERTY|META_FLAG_READ,
159301                   /* name */
159302                   "MaxDataRate",
159303                   /* qualifiers */
159304                   _CIM_ADSLModem_MaxDataRate_qualifiers,
159305 mike  1.1.2.1     /* type */
159306                   CIMTYPE_UINT32,
159307                   /* subscript */
159308                   -1,
159309                   /* value */
159310                   0,
159311               };
159312               
159313               static MetaFeature*
159314               _CIM_ADSLModem_features[] =
159315               {
159316                   (MetaFeature*)&_CIM_ADSLModem_NoiseMargin,
159317                   (MetaFeature*)&_CIM_ADSLModem_LineAttenuation,
159318                   (MetaFeature*)&_CIM_ADSLModem_LineState,
159319                   (MetaFeature*)&_CIM_ADSLModem_TotalOutputPower,
159320                   (MetaFeature*)&_CIM_ADSLModem_MaxDataRate,
159321                   0,
159322               };
159323               
159324               static const char*
159325               __root_cimv2_CIM_ADSLModem_qualifiers[] =
159326 mike  1.1.2.1 {
159327                   /* UMLPackagePath */
159328                   "\057CIM::Device::Modems",
159329                   /* Version */
159330                   "\0632.10.0",
159331                   0,
159332               };
159333               
159334               MetaClass
159335               __root_cimv2_CIM_ADSLModem =
159336               {
159337                   /* flags */
159338                   META_FLAG_CLASS,
159339                   /* name */
159340                   "CIM_ADSLModem",
159341                   /* qualifiers */
159342                   __root_cimv2_CIM_ADSLModem_qualifiers,
159343                   /* super */
159344                   &__root_cimv2_CIM_DSLModem,
159345                   /* features */
159346                   _CIM_ADSLModem_features,
159347 mike  1.1.2.1 };
159348               
159349               //==============================================================================
159350               //
159351               // Class: CIM_AggregatePSExtentBasedOnAggregatePExtent
159352               //
159353               //==============================================================================
159354               
159355               static const char*
159356               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent_qualifiers[] =
159357               {
159358                   /* Deprecated */
159359                   "\013\000\001CIM_ProtectedExtentBasedOn.Antecedent\000",
159360                   /* Override */
159361                   "\044Antecedent",
159362                   /* Max */
159363                   "\027\000\000\000\001",
159364                   0,
159365               };
159366               
159367               static MetaReference
159368 mike  1.1.2.1 _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent =
159369               {
159370                   /* flags */
159371                   META_FLAG_REFERENCE|META_FLAG_READ,
159372                   /* name */
159373                   "Antecedent",
159374                   /* qualifiers */
159375                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent_qualifiers,
159376                   /* subscript */
159377                   -1,
159378                   /* refId */
159379                   &__root_cimv2_CIM_AggregatePExtent,
159380               };
159381               
159382               static const char*
159383               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent_qualifiers[] =
159384               {
159385                   /* Deprecated */
159386                   "\013\000\001CIM_ProtectedExtentBasedOn.Dependent\000",
159387                   /* Override */
159388                   "\044Dependent",
159389 mike  1.1.2.1     0,
159390               };
159391               
159392               static MetaReference
159393               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent =
159394               {
159395                   /* flags */
159396                   META_FLAG_REFERENCE|META_FLAG_READ,
159397                   /* name */
159398                   "Dependent",
159399                   /* qualifiers */
159400                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent_qualifiers,
159401                   /* subscript */
159402                   -1,
159403                   /* refId */
159404                   &__root_cimv2_CIM_AggregatePSExtent,
159405               };
159406               
159407               static MetaFeature*
159408               _CIM_AggregatePSExtentBasedOnAggregatePExtent_features[] =
159409               {
159410 mike  1.1.2.1     (MetaFeature*)&_CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent,
159411                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent,
159412                   0,
159413               };
159414               
159415               static const char*
159416               __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent_qualifiers[] =
159417               {
159418                   /* ASSOCIATION */
159419                   "\000\001",
159420                   /* Deprecated */
159421                   "\013\000\001CIM_ProtectedExtentBasedOn\000",
159422                   /* UMLPackagePath */
159423                   "\057CIM::Device::SccExtents",
159424                   /* Version */
159425                   "\0632.8.0",
159426                   0,
159427               };
159428               
159429               MetaClass
159430               __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent =
159431 mike  1.1.2.1 {
159432                   /* flags */
159433                   META_FLAG_ASSOCIATION,
159434                   /* name */
159435                   "CIM_AggregatePSExtentBasedOnAggregatePExtent",
159436                   /* qualifiers */
159437                   __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent_qualifiers,
159438                   /* super */
159439                   &__root_cimv2_CIM_BasedOn,
159440                   /* features */
159441                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_features,
159442               };
159443               
159444               //==============================================================================
159445               //
159446               // Class: CIM_AggregatePSExtentBasedOnPExtent
159447               //
159448               //==============================================================================
159449               
159450               static const char*
159451               _CIM_AggregatePSExtentBasedOnPExtent_Antecedent_qualifiers[] =
159452 mike  1.1.2.1 {
159453                   /* Deprecated */
159454                   "\013\000\001CIM_ProtectedExtentBasedOn.Antecedent\000",
159455                   /* Override */
159456                   "\044Antecedent",
159457                   /* Max */
159458                   "\027\000\000\000\001",
159459                   0,
159460               };
159461               
159462               static MetaReference
159463               _CIM_AggregatePSExtentBasedOnPExtent_Antecedent =
159464               {
159465                   /* flags */
159466                   META_FLAG_REFERENCE|META_FLAG_READ,
159467                   /* name */
159468                   "Antecedent",
159469                   /* qualifiers */
159470                   _CIM_AggregatePSExtentBasedOnPExtent_Antecedent_qualifiers,
159471                   /* subscript */
159472                   -1,
159473 mike  1.1.2.1     /* refId */
159474                   &__root_cimv2_CIM_PhysicalExtent,
159475               };
159476               
159477               static const char*
159478               _CIM_AggregatePSExtentBasedOnPExtent_Dependent_qualifiers[] =
159479               {
159480                   /* Deprecated */
159481                   "\013\000\001CIM_ProtectedExtentBasedOn.Dependent\000",
159482                   /* Override */
159483                   "\044Dependent",
159484                   0,
159485               };
159486               
159487               static MetaReference
159488               _CIM_AggregatePSExtentBasedOnPExtent_Dependent =
159489               {
159490                   /* flags */
159491                   META_FLAG_REFERENCE|META_FLAG_READ,
159492                   /* name */
159493                   "Dependent",
159494 mike  1.1.2.1     /* qualifiers */
159495                   _CIM_AggregatePSExtentBasedOnPExtent_Dependent_qualifiers,
159496                   /* subscript */
159497                   -1,
159498                   /* refId */
159499                   &__root_cimv2_CIM_AggregatePSExtent,
159500               };
159501               
159502               static MetaFeature*
159503               _CIM_AggregatePSExtentBasedOnPExtent_features[] =
159504               {
159505                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnPExtent_Antecedent,
159506                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnPExtent_Dependent,
159507                   0,
159508               };
159509               
159510               static const char*
159511               __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent_qualifiers[] =
159512               {
159513                   /* ASSOCIATION */
159514                   "\000\001",
159515 mike  1.1.2.1     /* Deprecated */
159516                   "\013\000\001CIM_ProtectedExtentBasedOn\000",
159517                   /* UMLPackagePath */
159518                   "\057CIM::Device::SccExtents",
159519                   /* Version */
159520                   "\0632.8.0",
159521                   0,
159522               };
159523               
159524               MetaClass
159525               __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent =
159526               {
159527                   /* flags */
159528                   META_FLAG_ASSOCIATION,
159529                   /* name */
159530                   "CIM_AggregatePSExtentBasedOnPExtent",
159531                   /* qualifiers */
159532                   __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent_qualifiers,
159533                   /* super */
159534                   &__root_cimv2_CIM_BasedOn,
159535                   /* features */
159536 mike  1.1.2.1     _CIM_AggregatePSExtentBasedOnPExtent_features,
159537               };
159538               
159539               //==============================================================================
159540               //
159541               // Class: CIM_AggregateRedundancyComponent
159542               //
159543               //==============================================================================
159544               
159545               static const char*
159546               _CIM_AggregateRedundancyComponent_GroupComponent_qualifiers[] =
159547               {
159548                   /* Deprecated */
159549                   "\013\000\001CIM_ExtentRedundancyComponent.GroupComponent\000",
159550                   /* Aggregate */
159551                   "\003\001",
159552                   /* Override */
159553                   "\044GroupComponent",
159554                   0,
159555               };
159556               
159557 mike  1.1.2.1 static MetaReference
159558               _CIM_AggregateRedundancyComponent_GroupComponent =
159559               {
159560                   /* flags */
159561                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
159562                   /* name */
159563                   "GroupComponent",
159564                   /* qualifiers */
159565                   _CIM_AggregateRedundancyComponent_GroupComponent_qualifiers,
159566                   /* subscript */
159567                   -1,
159568                   /* refId */
159569                   &__root_cimv2_CIM_StorageRedundancyGroup,
159570               };
159571               
159572               static const char*
159573               _CIM_AggregateRedundancyComponent_PartComponent_qualifiers[] =
159574               {
159575                   /* Deprecated */
159576                   "\013\000\001CIM_ExtentRedundancyComponent.PartComponent\000",
159577                   /* Override */
159578 mike  1.1.2.1     "\044PartComponent",
159579                   0,
159580               };
159581               
159582               static MetaReference
159583               _CIM_AggregateRedundancyComponent_PartComponent =
159584               {
159585                   /* flags */
159586                   META_FLAG_REFERENCE|META_FLAG_READ,
159587                   /* name */
159588                   "PartComponent",
159589                   /* qualifiers */
159590                   _CIM_AggregateRedundancyComponent_PartComponent_qualifiers,
159591                   /* subscript */
159592                   -1,
159593                   /* refId */
159594                   &__root_cimv2_CIM_AggregatePExtent,
159595               };
159596               
159597               static MetaFeature*
159598               _CIM_AggregateRedundancyComponent_features[] =
159599 mike  1.1.2.1 {
159600                   (MetaFeature*)&_CIM_AggregateRedundancyComponent_GroupComponent,
159601                   (MetaFeature*)&_CIM_AggregateRedundancyComponent_PartComponent,
159602                   0,
159603               };
159604               
159605               static const char*
159606               __root_cimv2_CIM_AggregateRedundancyComponent_qualifiers[] =
159607               {
159608                   /* ASSOCIATION */
159609                   "\000\001",
159610                   /* Deprecated */
159611                   "\013\000\001CIM_ExtentRedundancyComponent\000",
159612                   /* UMLPackagePath */
159613                   "\057CIM::Device::SccExtents",
159614                   /* Aggregation */
159615                   "\004\001",
159616                   /* Version */
159617                   "\0632.7.0",
159618                   0,
159619               };
159620 mike  1.1.2.1 
159621               MetaClass
159622               __root_cimv2_CIM_AggregateRedundancyComponent =
159623               {
159624                   /* flags */
159625                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
159626                   /* name */
159627                   "CIM_AggregateRedundancyComponent",
159628                   /* qualifiers */
159629                   __root_cimv2_CIM_AggregateRedundancyComponent_qualifiers,
159630                   /* super */
159631                   &__root_cimv2_CIM_ExtentRedundancyComponent,
159632                   /* features */
159633                   _CIM_AggregateRedundancyComponent_features,
159634               };
159635               
159636               //==============================================================================
159637               //
159638               // Class: CIM_AGPVideoController
159639               //
159640               //==============================================================================
159641 mike  1.1.2.1 
159642               static const char*
159643               _CIM_AGPVideoController_Capabilities_qualifiers[] =
159644               {
159645                   /* Deprecated */
159646                   "\013\000\001CIM_VideoController.AcceleratorCapabilities\000",
159647                   /* ValueMap */
159648                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
159649                   /* Values */
159650                   "\062\000\007Unknown\000Other\000PCI Fast Write\000MultiMonitor Support\000PCI Mastering\000Second Monochrome Adapter Support\000Large Memory Address Support\000",
159651                   /* ArrayType */
159652                   "\005Indexed",
159653                   /* ModelCorrespondence */
159654                   "\036\000\001CIM_AGPVideoController.CapabilityDescriptions\000",
159655                   0,
159656               };
159657               
159658               static MetaProperty
159659               _CIM_AGPVideoController_Capabilities =
159660               {
159661                   /* flags */
159662 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
159663                   /* name */
159664                   "Capabilities",
159665                   /* qualifiers */
159666                   _CIM_AGPVideoController_Capabilities_qualifiers,
159667                   /* type */
159668                   CIMTYPE_UINT16,
159669                   /* subscript */
159670                   0,
159671                   /* value */
159672                   0,
159673               };
159674               
159675               static const char*
159676               _CIM_AGPVideoController_NonlocalVideoMemorySize_qualifiers[] =
159677               {
159678                   /* Units */
159679                   "\060KiloBytes",
159680                   0,
159681               };
159682               
159683 mike  1.1.2.1 static MetaProperty
159684               _CIM_AGPVideoController_NonlocalVideoMemorySize =
159685               {
159686                   /* flags */
159687                   META_FLAG_PROPERTY|META_FLAG_READ,
159688                   /* name */
159689                   "NonlocalVideoMemorySize",
159690                   /* qualifiers */
159691                   _CIM_AGPVideoController_NonlocalVideoMemorySize_qualifiers,
159692                   /* type */
159693                   CIMTYPE_UINT32,
159694                   /* subscript */
159695                   -1,
159696                   /* value */
159697                   0,
159698               };
159699               
159700               static const char*
159701               _CIM_AGPVideoController_LocalBusWidth_qualifiers[] =
159702               {
159703                   /* Units */
159704 mike  1.1.2.1     "\060Bits",
159705                   0,
159706               };
159707               
159708               static MetaProperty
159709               _CIM_AGPVideoController_LocalBusWidth =
159710               {
159711                   /* flags */
159712                   META_FLAG_PROPERTY|META_FLAG_READ,
159713                   /* name */
159714                   "LocalBusWidth",
159715                   /* qualifiers */
159716                   _CIM_AGPVideoController_LocalBusWidth_qualifiers,
159717                   /* type */
159718                   CIMTYPE_UINT32,
159719                   /* subscript */
159720                   -1,
159721                   /* value */
159722                   0,
159723               };
159724               
159725 mike  1.1.2.1 static const char*
159726               _CIM_AGPVideoController_UsageModel_qualifiers[] =
159727               {
159728                   /* ValueMap */
159729                   "\061\000\0050\0001\0002\0003\0004\000",
159730                   /* Values */
159731                   "\062\000\005Unknown\000Other\000Execute\000DMA\000Both\000",
159732                   0,
159733               };
159734               
159735               static MetaProperty
159736               _CIM_AGPVideoController_UsageModel =
159737               {
159738                   /* flags */
159739                   META_FLAG_PROPERTY|META_FLAG_READ,
159740                   /* name */
159741                   "UsageModel",
159742                   /* qualifiers */
159743                   _CIM_AGPVideoController_UsageModel_qualifiers,
159744                   /* type */
159745                   CIMTYPE_UINT16,
159746 mike  1.1.2.1     /* subscript */
159747                   -1,
159748                   /* value */
159749                   0,
159750               };
159751               
159752               static const char*
159753               _CIM_AGPVideoController_DataTransferRate_qualifiers[] =
159754               {
159755                   /* ValueMap */
159756                   "\061\000\0050\0001\0002\0003\0004\000",
159757                   /* Values */
159758                   "\062\000\005Unknown\000Other\0001X\0002X\0004X\000",
159759                   0,
159760               };
159761               
159762               static MetaProperty
159763               _CIM_AGPVideoController_DataTransferRate =
159764               {
159765                   /* flags */
159766                   META_FLAG_PROPERTY|META_FLAG_READ,
159767 mike  1.1.2.1     /* name */
159768                   "DataTransferRate",
159769                   /* qualifiers */
159770                   _CIM_AGPVideoController_DataTransferRate_qualifiers,
159771                   /* type */
159772                   CIMTYPE_UINT16,
159773                   /* subscript */
159774                   -1,
159775                   /* value */
159776                   0,
159777               };
159778               
159779               static const char*
159780               _CIM_AGPVideoController_AddressingMode_qualifiers[] =
159781               {
159782                   /* ValueMap */
159783                   "\061\000\0040\0001\0002\0003\000",
159784                   /* Values */
159785                   "\062\000\004Unknown\000Other\000Sideband\000Pipeline\000",
159786                   0,
159787               };
159788 mike  1.1.2.1 
159789               static MetaProperty
159790               _CIM_AGPVideoController_AddressingMode =
159791               {
159792                   /* flags */
159793                   META_FLAG_PROPERTY|META_FLAG_READ,
159794                   /* name */
159795                   "AddressingMode",
159796                   /* qualifiers */
159797                   _CIM_AGPVideoController_AddressingMode_qualifiers,
159798                   /* type */
159799                   CIMTYPE_UINT16,
159800                   /* subscript */
159801                   -1,
159802                   /* value */
159803                   0,
159804               };
159805               
159806               static const char*
159807               _CIM_AGPVideoController_MaximumAGPCommandQueuePath_qualifiers[] =
159808               {
159809 mike  1.1.2.1     0,
159810               };
159811               
159812               static MetaProperty
159813               _CIM_AGPVideoController_MaximumAGPCommandQueuePath =
159814               {
159815                   /* flags */
159816                   META_FLAG_PROPERTY|META_FLAG_READ,
159817                   /* name */
159818                   "MaximumAGPCommandQueuePath",
159819                   /* qualifiers */
159820                   _CIM_AGPVideoController_MaximumAGPCommandQueuePath_qualifiers,
159821                   /* type */
159822                   CIMTYPE_UINT32,
159823                   /* subscript */
159824                   -1,
159825                   /* value */
159826                   0,
159827               };
159828               
159829               static const char*
159830 mike  1.1.2.1 _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions_qualifiers[] =
159831               {
159832                   0,
159833               };
159834               
159835               static MetaProperty
159836               _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions =
159837               {
159838                   /* flags */
159839                   META_FLAG_PROPERTY|META_FLAG_READ,
159840                   /* name */
159841                   "MaxNumberOfPipelinedAGPTransactions",
159842                   /* qualifiers */
159843                   _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions_qualifiers,
159844                   /* type */
159845                   CIMTYPE_UINT32,
159846                   /* subscript */
159847                   -1,
159848                   /* value */
159849                   0,
159850               };
159851 mike  1.1.2.1 
159852               static const char*
159853               _CIM_AGPVideoController_GraphicsApertureSize_qualifiers[] =
159854               {
159855                   /* Units */
159856                   "\060KiloBytes",
159857                   0,
159858               };
159859               
159860               static MetaProperty
159861               _CIM_AGPVideoController_GraphicsApertureSize =
159862               {
159863                   /* flags */
159864                   META_FLAG_PROPERTY|META_FLAG_READ,
159865                   /* name */
159866                   "GraphicsApertureSize",
159867                   /* qualifiers */
159868                   _CIM_AGPVideoController_GraphicsApertureSize_qualifiers,
159869                   /* type */
159870                   CIMTYPE_UINT32,
159871                   /* subscript */
159872 mike  1.1.2.1     -1,
159873                   /* value */
159874                   0,
159875               };
159876               
159877               static const char*
159878               _CIM_AGPVideoController_AGPSpecificationVersionConformance_qualifiers[] =
159879               {
159880                   0,
159881               };
159882               
159883               static MetaProperty
159884               _CIM_AGPVideoController_AGPSpecificationVersionConformance =
159885               {
159886                   /* flags */
159887                   META_FLAG_PROPERTY|META_FLAG_READ,
159888                   /* name */
159889                   "AGPSpecificationVersionConformance",
159890                   /* qualifiers */
159891                   _CIM_AGPVideoController_AGPSpecificationVersionConformance_qualifiers,
159892                   /* type */
159893 mike  1.1.2.1     CIMTYPE_STRING,
159894                   /* subscript */
159895                   -1,
159896                   /* value */
159897                   0,
159898               };
159899               
159900               static MetaFeature*
159901               _CIM_AGPVideoController_features[] =
159902               {
159903                   (MetaFeature*)&_CIM_AGPVideoController_Capabilities,
159904                   (MetaFeature*)&_CIM_AGPVideoController_NonlocalVideoMemorySize,
159905                   (MetaFeature*)&_CIM_AGPVideoController_LocalBusWidth,
159906                   (MetaFeature*)&_CIM_AGPVideoController_UsageModel,
159907                   (MetaFeature*)&_CIM_AGPVideoController_DataTransferRate,
159908                   (MetaFeature*)&_CIM_AGPVideoController_AddressingMode,
159909                   (MetaFeature*)&_CIM_AGPVideoController_MaximumAGPCommandQueuePath,
159910                   (MetaFeature*)&_CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions,
159911                   (MetaFeature*)&_CIM_AGPVideoController_GraphicsApertureSize,
159912                   (MetaFeature*)&_CIM_AGPVideoController_AGPSpecificationVersionConformance,
159913                   0,
159914 mike  1.1.2.1 };
159915               
159916               static const char*
159917               __root_cimv2_CIM_AGPVideoController_qualifiers[] =
159918               {
159919                   /* UMLPackagePath */
159920                   "\057CIM::Device::Controller",
159921                   /* Version */
159922                   "\0632.7.0",
159923                   0,
159924               };
159925               
159926               MetaClass
159927               __root_cimv2_CIM_AGPVideoController =
159928               {
159929                   /* flags */
159930                   META_FLAG_CLASS,
159931                   /* name */
159932                   "CIM_AGPVideoController",
159933                   /* qualifiers */
159934                   __root_cimv2_CIM_AGPVideoController_qualifiers,
159935 mike  1.1.2.1     /* super */
159936                   &__root_cimv2_CIM_VideoController,
159937                   /* features */
159938                   _CIM_AGPVideoController_features,
159939               };
159940               
159941               //==============================================================================
159942               //
159943               // Class: CIM_AllocatedDMA
159944               //
159945               //==============================================================================
159946               
159947               static const char*
159948               _CIM_AllocatedDMA_Antecedent_qualifiers[] =
159949               {
159950                   /* Override */
159951                   "\044Antecedent",
159952                   0,
159953               };
159954               
159955               static MetaReference
159956 mike  1.1.2.1 _CIM_AllocatedDMA_Antecedent =
159957               {
159958                   /* flags */
159959                   META_FLAG_REFERENCE|META_FLAG_READ,
159960                   /* name */
159961                   "Antecedent",
159962                   /* qualifiers */
159963                   _CIM_AllocatedDMA_Antecedent_qualifiers,
159964                   /* subscript */
159965                   -1,
159966                   /* refId */
159967                   &__root_cimv2_CIM_DMA,
159968               };
159969               
159970               static const char*
159971               _CIM_AllocatedDMA_Dependent_qualifiers[] =
159972               {
159973                   /* Override */
159974                   "\044Dependent",
159975                   0,
159976               };
159977 mike  1.1.2.1 
159978               static MetaReference
159979               _CIM_AllocatedDMA_Dependent =
159980               {
159981                   /* flags */
159982                   META_FLAG_REFERENCE|META_FLAG_READ,
159983                   /* name */
159984                   "Dependent",
159985                   /* qualifiers */
159986                   _CIM_AllocatedDMA_Dependent_qualifiers,
159987                   /* subscript */
159988                   -1,
159989                   /* refId */
159990                   &__root_cimv2_CIM_LogicalDevice,
159991               };
159992               
159993               static const char*
159994               _CIM_AllocatedDMA_BusMaster_qualifiers[] =
159995               {
159996                   /* MappingStrings */
159997                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.6\000",
159998 mike  1.1.2.1     0,
159999               };
160000               
160001               static MetaProperty
160002               _CIM_AllocatedDMA_BusMaster =
160003               {
160004                   /* flags */
160005                   META_FLAG_PROPERTY|META_FLAG_READ,
160006                   /* name */
160007                   "BusMaster",
160008                   /* qualifiers */
160009                   _CIM_AllocatedDMA_BusMaster_qualifiers,
160010                   /* type */
160011                   CIMTYPE_BOOLEAN,
160012                   /* subscript */
160013                   -1,
160014                   /* value */
160015                   0,
160016               };
160017               
160018               static MetaFeature*
160019 mike  1.1.2.1 _CIM_AllocatedDMA_features[] =
160020               {
160021                   (MetaFeature*)&_CIM_AllocatedDMA_Antecedent,
160022                   (MetaFeature*)&_CIM_AllocatedDMA_Dependent,
160023                   (MetaFeature*)&_CIM_AllocatedDMA_BusMaster,
160024                   0,
160025               };
160026               
160027               static const char*
160028               __root_cimv2_CIM_AllocatedDMA_qualifiers[] =
160029               {
160030                   /* ASSOCIATION */
160031                   "\000\001",
160032                   /* UMLPackagePath */
160033                   "\057CIM::System::SystemResources",
160034                   /* Version */
160035                   "\0632.6.0",
160036                   0,
160037               };
160038               
160039               MetaClass
160040 mike  1.1.2.1 __root_cimv2_CIM_AllocatedDMA =
160041               {
160042                   /* flags */
160043                   META_FLAG_ASSOCIATION,
160044                   /* name */
160045                   "CIM_AllocatedDMA",
160046                   /* qualifiers */
160047                   __root_cimv2_CIM_AllocatedDMA_qualifiers,
160048                   /* super */
160049                   &__root_cimv2_CIM_AllocatedResource,
160050                   /* features */
160051                   _CIM_AllocatedDMA_features,
160052               };
160053               
160054               //==============================================================================
160055               //
160056               // Class: CIM_AssociatedBattery
160057               //
160058               //==============================================================================
160059               
160060               static const char*
160061 mike  1.1.2.1 _CIM_AssociatedBattery_Antecedent_qualifiers[] =
160062               {
160063                   /* Override */
160064                   "\044Antecedent",
160065                   0,
160066               };
160067               
160068               static MetaReference
160069               _CIM_AssociatedBattery_Antecedent =
160070               {
160071                   /* flags */
160072                   META_FLAG_REFERENCE|META_FLAG_READ,
160073                   /* name */
160074                   "Antecedent",
160075                   /* qualifiers */
160076                   _CIM_AssociatedBattery_Antecedent_qualifiers,
160077                   /* subscript */
160078                   -1,
160079                   /* refId */
160080                   &__root_cimv2_CIM_Battery,
160081               };
160082 mike  1.1.2.1 
160083               static const char*
160084               _CIM_AssociatedBattery_Dependent_qualifiers[] =
160085               {
160086                   /* Override */
160087                   "\044Dependent",
160088                   0,
160089               };
160090               
160091               static MetaReference
160092               _CIM_AssociatedBattery_Dependent =
160093               {
160094                   /* flags */
160095                   META_FLAG_REFERENCE|META_FLAG_READ,
160096                   /* name */
160097                   "Dependent",
160098                   /* qualifiers */
160099                   _CIM_AssociatedBattery_Dependent_qualifiers,
160100                   /* subscript */
160101                   -1,
160102                   /* refId */
160103 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
160104               };
160105               
160106               static MetaFeature*
160107               _CIM_AssociatedBattery_features[] =
160108               {
160109                   (MetaFeature*)&_CIM_AssociatedBattery_Antecedent,
160110                   (MetaFeature*)&_CIM_AssociatedBattery_Dependent,
160111                   0,
160112               };
160113               
160114               static const char*
160115               __root_cimv2_CIM_AssociatedBattery_qualifiers[] =
160116               {
160117                   /* ASSOCIATION */
160118                   "\000\001",
160119                   /* UMLPackagePath */
160120                   "\057CIM::Device::CoolingAndPower",
160121                   /* Version */
160122                   "\0632.10.0",
160123                   0,
160124 mike  1.1.2.1 };
160125               
160126               MetaClass
160127               __root_cimv2_CIM_AssociatedBattery =
160128               {
160129                   /* flags */
160130                   META_FLAG_ASSOCIATION,
160131                   /* name */
160132                   "CIM_AssociatedBattery",
160133                   /* qualifiers */
160134                   __root_cimv2_CIM_AssociatedBattery_qualifiers,
160135                   /* super */
160136                   &__root_cimv2_CIM_Dependency,
160137                   /* features */
160138                   _CIM_AssociatedBattery_features,
160139               };
160140               
160141               //==============================================================================
160142               //
160143               // Class: CIM_AssociatedCooling
160144               //
160145 mike  1.1.2.1 //==============================================================================
160146               
160147               static const char*
160148               _CIM_AssociatedCooling_Antecedent_qualifiers[] =
160149               {
160150                   /* Override */
160151                   "\044Antecedent",
160152                   0,
160153               };
160154               
160155               static MetaReference
160156               _CIM_AssociatedCooling_Antecedent =
160157               {
160158                   /* flags */
160159                   META_FLAG_REFERENCE|META_FLAG_READ,
160160                   /* name */
160161                   "Antecedent",
160162                   /* qualifiers */
160163                   _CIM_AssociatedCooling_Antecedent_qualifiers,
160164                   /* subscript */
160165                   -1,
160166 mike  1.1.2.1     /* refId */
160167                   &__root_cimv2_CIM_CoolingDevice,
160168               };
160169               
160170               static const char*
160171               _CIM_AssociatedCooling_Dependent_qualifiers[] =
160172               {
160173                   /* Override */
160174                   "\044Dependent",
160175                   0,
160176               };
160177               
160178               static MetaReference
160179               _CIM_AssociatedCooling_Dependent =
160180               {
160181                   /* flags */
160182                   META_FLAG_REFERENCE|META_FLAG_READ,
160183                   /* name */
160184                   "Dependent",
160185                   /* qualifiers */
160186                   _CIM_AssociatedCooling_Dependent_qualifiers,
160187 mike  1.1.2.1     /* subscript */
160188                   -1,
160189                   /* refId */
160190                   &__root_cimv2_CIM_LogicalDevice,
160191               };
160192               
160193               static MetaFeature*
160194               _CIM_AssociatedCooling_features[] =
160195               {
160196                   (MetaFeature*)&_CIM_AssociatedCooling_Antecedent,
160197                   (MetaFeature*)&_CIM_AssociatedCooling_Dependent,
160198                   0,
160199               };
160200               
160201               static const char*
160202               __root_cimv2_CIM_AssociatedCooling_qualifiers[] =
160203               {
160204                   /* ASSOCIATION */
160205                   "\000\001",
160206                   /* UMLPackagePath */
160207                   "\057CIM::Device::CoolingAndPower",
160208 mike  1.1.2.1     /* Version */
160209                   "\0632.6.0",
160210                   0,
160211               };
160212               
160213               MetaClass
160214               __root_cimv2_CIM_AssociatedCooling =
160215               {
160216                   /* flags */
160217                   META_FLAG_ASSOCIATION,
160218                   /* name */
160219                   "CIM_AssociatedCooling",
160220                   /* qualifiers */
160221                   __root_cimv2_CIM_AssociatedCooling_qualifiers,
160222                   /* super */
160223                   &__root_cimv2_CIM_Dependency,
160224                   /* features */
160225                   _CIM_AssociatedCooling_features,
160226               };
160227               
160228               //==============================================================================
160229 mike  1.1.2.1 //
160230               // Class: CIM_AssociatedDatabaseSystem
160231               //
160232               //==============================================================================
160233               
160234               static const char*
160235               _CIM_AssociatedDatabaseSystem_Antecedent_qualifiers[] =
160236               {
160237                   /* Override */
160238                   "\044Antecedent",
160239                   /* Min */
160240                   "\033\000\000\000\001",
160241                   0,
160242               };
160243               
160244               static MetaReference
160245               _CIM_AssociatedDatabaseSystem_Antecedent =
160246               {
160247                   /* flags */
160248                   META_FLAG_REFERENCE|META_FLAG_READ,
160249                   /* name */
160250 mike  1.1.2.1     "Antecedent",
160251                   /* qualifiers */
160252                   _CIM_AssociatedDatabaseSystem_Antecedent_qualifiers,
160253                   /* subscript */
160254                   -1,
160255                   /* refId */
160256                   &__root_cimv2_CIM_DatabaseSystem,
160257               };
160258               
160259               static const char*
160260               _CIM_AssociatedDatabaseSystem_Dependent_qualifiers[] =
160261               {
160262                   /* Override */
160263                   "\044Dependent",
160264                   0,
160265               };
160266               
160267               static MetaReference
160268               _CIM_AssociatedDatabaseSystem_Dependent =
160269               {
160270                   /* flags */
160271 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
160272                   /* name */
160273                   "Dependent",
160274                   /* qualifiers */
160275                   _CIM_AssociatedDatabaseSystem_Dependent_qualifiers,
160276                   /* subscript */
160277                   -1,
160278                   /* refId */
160279                   &__root_cimv2_CIM_CommonDatabase,
160280               };
160281               
160282               static MetaFeature*
160283               _CIM_AssociatedDatabaseSystem_features[] =
160284               {
160285                   (MetaFeature*)&_CIM_AssociatedDatabaseSystem_Antecedent,
160286                   (MetaFeature*)&_CIM_AssociatedDatabaseSystem_Dependent,
160287                   0,
160288               };
160289               
160290               static const char*
160291               __root_cimv2_CIM_AssociatedDatabaseSystem_qualifiers[] =
160292 mike  1.1.2.1 {
160293                   /* ASSOCIATION */
160294                   "\000\001",
160295                   /* UMLPackagePath */
160296                   "\057CIM::Database::System",
160297                   /* Version */
160298                   "\0632.7.0",
160299                   0,
160300               };
160301               
160302               MetaClass
160303               __root_cimv2_CIM_AssociatedDatabaseSystem =
160304               {
160305                   /* flags */
160306                   META_FLAG_ASSOCIATION,
160307                   /* name */
160308                   "CIM_AssociatedDatabaseSystem",
160309                   /* qualifiers */
160310                   __root_cimv2_CIM_AssociatedDatabaseSystem_qualifiers,
160311                   /* super */
160312                   &__root_cimv2_CIM_Dependency,
160313 mike  1.1.2.1     /* features */
160314                   _CIM_AssociatedDatabaseSystem_features,
160315               };
160316               
160317               //==============================================================================
160318               //
160319               // Class: CIM_AssociatedLabelReader
160320               //
160321               //==============================================================================
160322               
160323               static const char*
160324               _CIM_AssociatedLabelReader_Antecedent_qualifiers[] =
160325               {
160326                   /* Override */
160327                   "\044Antecedent",
160328                   0,
160329               };
160330               
160331               static MetaReference
160332               _CIM_AssociatedLabelReader_Antecedent =
160333               {
160334 mike  1.1.2.1     /* flags */
160335                   META_FLAG_REFERENCE|META_FLAG_READ,
160336                   /* name */
160337                   "Antecedent",
160338                   /* qualifiers */
160339                   _CIM_AssociatedLabelReader_Antecedent_qualifiers,
160340                   /* subscript */
160341                   -1,
160342                   /* refId */
160343                   &__root_cimv2_CIM_LabelReader,
160344               };
160345               
160346               static const char*
160347               _CIM_AssociatedLabelReader_Dependent_qualifiers[] =
160348               {
160349                   /* Override */
160350                   "\044Dependent",
160351                   0,
160352               };
160353               
160354               static MetaReference
160355 mike  1.1.2.1 _CIM_AssociatedLabelReader_Dependent =
160356               {
160357                   /* flags */
160358                   META_FLAG_REFERENCE|META_FLAG_READ,
160359                   /* name */
160360                   "Dependent",
160361                   /* qualifiers */
160362                   _CIM_AssociatedLabelReader_Dependent_qualifiers,
160363                   /* subscript */
160364                   -1,
160365                   /* refId */
160366                   &__root_cimv2_CIM_LogicalDevice,
160367               };
160368               
160369               static MetaFeature*
160370               _CIM_AssociatedLabelReader_features[] =
160371               {
160372                   (MetaFeature*)&_CIM_AssociatedLabelReader_Antecedent,
160373                   (MetaFeature*)&_CIM_AssociatedLabelReader_Dependent,
160374                   0,
160375               };
160376 mike  1.1.2.1 
160377               static const char*
160378               __root_cimv2_CIM_AssociatedLabelReader_qualifiers[] =
160379               {
160380                   /* ASSOCIATION */
160381                   "\000\001",
160382                   /* UMLPackagePath */
160383                   "\057CIM::Device::StorageLib",
160384                   /* Version */
160385                   "\0632.6.0",
160386                   0,
160387               };
160388               
160389               MetaClass
160390               __root_cimv2_CIM_AssociatedLabelReader =
160391               {
160392                   /* flags */
160393                   META_FLAG_ASSOCIATION,
160394                   /* name */
160395                   "CIM_AssociatedLabelReader",
160396                   /* qualifiers */
160397 mike  1.1.2.1     __root_cimv2_CIM_AssociatedLabelReader_qualifiers,
160398                   /* super */
160399                   &__root_cimv2_CIM_Dependency,
160400                   /* features */
160401                   _CIM_AssociatedLabelReader_features,
160402               };
160403               
160404               //==============================================================================
160405               //
160406               // Class: CIM_AssociatedMemory
160407               //
160408               //==============================================================================
160409               
160410               static const char*
160411               _CIM_AssociatedMemory_Antecedent_qualifiers[] =
160412               {
160413                   /* Override */
160414                   "\044Antecedent",
160415                   0,
160416               };
160417               
160418 mike  1.1.2.1 static MetaReference
160419               _CIM_AssociatedMemory_Antecedent =
160420               {
160421                   /* flags */
160422                   META_FLAG_REFERENCE|META_FLAG_READ,
160423                   /* name */
160424                   "Antecedent",
160425                   /* qualifiers */
160426                   _CIM_AssociatedMemory_Antecedent_qualifiers,
160427                   /* subscript */
160428                   -1,
160429                   /* refId */
160430                   &__root_cimv2_CIM_Memory,
160431               };
160432               
160433               static const char*
160434               _CIM_AssociatedMemory_Dependent_qualifiers[] =
160435               {
160436                   /* Override */
160437                   "\044Dependent",
160438                   0,
160439 mike  1.1.2.1 };
160440               
160441               static MetaReference
160442               _CIM_AssociatedMemory_Dependent =
160443               {
160444                   /* flags */
160445                   META_FLAG_REFERENCE|META_FLAG_READ,
160446                   /* name */
160447                   "Dependent",
160448                   /* qualifiers */
160449                   _CIM_AssociatedMemory_Dependent_qualifiers,
160450                   /* subscript */
160451                   -1,
160452                   /* refId */
160453                   &__root_cimv2_CIM_LogicalElement,
160454               };
160455               
160456               static MetaFeature*
160457               _CIM_AssociatedMemory_features[] =
160458               {
160459                   (MetaFeature*)&_CIM_AssociatedMemory_Antecedent,
160460 mike  1.1.2.1     (MetaFeature*)&_CIM_AssociatedMemory_Dependent,
160461                   0,
160462               };
160463               
160464               static const char*
160465               __root_cimv2_CIM_AssociatedMemory_qualifiers[] =
160466               {
160467                   /* ASSOCIATION */
160468                   "\000\001",
160469                   /* UMLPackagePath */
160470                   "\057CIM::Device::Memory",
160471                   /* Version */
160472                   "\0632.8.0",
160473                   0,
160474               };
160475               
160476               MetaClass
160477               __root_cimv2_CIM_AssociatedMemory =
160478               {
160479                   /* flags */
160480                   META_FLAG_ASSOCIATION,
160481 mike  1.1.2.1     /* name */
160482                   "CIM_AssociatedMemory",
160483                   /* qualifiers */
160484                   __root_cimv2_CIM_AssociatedMemory_qualifiers,
160485                   /* super */
160486                   &__root_cimv2_CIM_Dependency,
160487                   /* features */
160488                   _CIM_AssociatedMemory_features,
160489               };
160490               
160491               //==============================================================================
160492               //
160493               // Class: CIM_AssociatedNextHop
160494               //
160495               //==============================================================================
160496               
160497               static const char*
160498               _CIM_AssociatedNextHop_Antecedent_qualifiers[] =
160499               {
160500                   /* Override */
160501                   "\044Antecedent",
160502 mike  1.1.2.1     /* Max */
160503                   "\027\000\000\000\001",
160504                   0,
160505               };
160506               
160507               static MetaReference
160508               _CIM_AssociatedNextHop_Antecedent =
160509               {
160510                   /* flags */
160511                   META_FLAG_REFERENCE|META_FLAG_READ,
160512                   /* name */
160513                   "Antecedent",
160514                   /* qualifiers */
160515                   _CIM_AssociatedNextHop_Antecedent_qualifiers,
160516                   /* subscript */
160517                   -1,
160518                   /* refId */
160519                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
160520               };
160521               
160522               static const char*
160523 mike  1.1.2.1 _CIM_AssociatedNextHop_Dependent_qualifiers[] =
160524               {
160525                   /* Override */
160526                   "\044Dependent",
160527                   0,
160528               };
160529               
160530               static MetaReference
160531               _CIM_AssociatedNextHop_Dependent =
160532               {
160533                   /* flags */
160534                   META_FLAG_REFERENCE|META_FLAG_READ,
160535                   /* name */
160536                   "Dependent",
160537                   /* qualifiers */
160538                   _CIM_AssociatedNextHop_Dependent_qualifiers,
160539                   /* subscript */
160540                   -1,
160541                   /* refId */
160542                   &__root_cimv2_CIM_NextHopRoute,
160543               };
160544 mike  1.1.2.1 
160545               static MetaFeature*
160546               _CIM_AssociatedNextHop_features[] =
160547               {
160548                   (MetaFeature*)&_CIM_AssociatedNextHop_Antecedent,
160549                   (MetaFeature*)&_CIM_AssociatedNextHop_Dependent,
160550                   0,
160551               };
160552               
160553               static const char*
160554               __root_cimv2_CIM_AssociatedNextHop_qualifiers[] =
160555               {
160556                   /* ASSOCIATION */
160557                   "\000\001",
160558                   /* UMLPackagePath */
160559                   "\057CIM::Network::Routes",
160560                   /* Version */
160561                   "\0632.7.0",
160562                   0,
160563               };
160564               
160565 mike  1.1.2.1 MetaClass
160566               __root_cimv2_CIM_AssociatedNextHop =
160567               {
160568                   /* flags */
160569                   META_FLAG_ASSOCIATION,
160570                   /* name */
160571                   "CIM_AssociatedNextHop",
160572                   /* qualifiers */
160573                   __root_cimv2_CIM_AssociatedNextHop_qualifiers,
160574                   /* super */
160575                   &__root_cimv2_CIM_Dependency,
160576                   /* features */
160577                   _CIM_AssociatedNextHop_features,
160578               };
160579               
160580               //==============================================================================
160581               //
160582               // Class: CIM_AssociatedProcessorMemory
160583               //
160584               //==============================================================================
160585               
160586 mike  1.1.2.1 static const char*
160587               _CIM_AssociatedProcessorMemory_Dependent_qualifiers[] =
160588               {
160589                   /* Override */
160590                   "\044Dependent",
160591                   0,
160592               };
160593               
160594               static MetaReference
160595               _CIM_AssociatedProcessorMemory_Dependent =
160596               {
160597                   /* flags */
160598                   META_FLAG_REFERENCE|META_FLAG_READ,
160599                   /* name */
160600                   "Dependent",
160601                   /* qualifiers */
160602                   _CIM_AssociatedProcessorMemory_Dependent_qualifiers,
160603                   /* subscript */
160604                   -1,
160605                   /* refId */
160606                   &__root_cimv2_CIM_Processor,
160607 mike  1.1.2.1 };
160608               
160609               static const char*
160610               _CIM_AssociatedProcessorMemory_BusSpeed_qualifiers[] =
160611               {
160612                   /* Units */
160613                   "\060MegaHertz",
160614                   0,
160615               };
160616               
160617               static MetaProperty
160618               _CIM_AssociatedProcessorMemory_BusSpeed =
160619               {
160620                   /* flags */
160621                   META_FLAG_PROPERTY|META_FLAG_READ,
160622                   /* name */
160623                   "BusSpeed",
160624                   /* qualifiers */
160625                   _CIM_AssociatedProcessorMemory_BusSpeed_qualifiers,
160626                   /* type */
160627                   CIMTYPE_UINT32,
160628 mike  1.1.2.1     /* subscript */
160629                   -1,
160630                   /* value */
160631                   0,
160632               };
160633               
160634               static MetaFeature*
160635               _CIM_AssociatedProcessorMemory_features[] =
160636               {
160637                   (MetaFeature*)&_CIM_AssociatedProcessorMemory_Dependent,
160638                   (MetaFeature*)&_CIM_AssociatedProcessorMemory_BusSpeed,
160639                   0,
160640               };
160641               
160642               static const char*
160643               __root_cimv2_CIM_AssociatedProcessorMemory_qualifiers[] =
160644               {
160645                   /* ASSOCIATION */
160646                   "\000\001",
160647                   /* UMLPackagePath */
160648                   "\057CIM::Device::Memory",
160649 mike  1.1.2.1     /* Version */
160650                   "\0632.6.0",
160651                   0,
160652               };
160653               
160654               MetaClass
160655               __root_cimv2_CIM_AssociatedProcessorMemory =
160656               {
160657                   /* flags */
160658                   META_FLAG_ASSOCIATION,
160659                   /* name */
160660                   "CIM_AssociatedProcessorMemory",
160661                   /* qualifiers */
160662                   __root_cimv2_CIM_AssociatedProcessorMemory_qualifiers,
160663                   /* super */
160664                   &__root_cimv2_CIM_AssociatedMemory,
160665                   /* features */
160666                   _CIM_AssociatedProcessorMemory_features,
160667               };
160668               
160669               //==============================================================================
160670 mike  1.1.2.1 //
160671               // Class: CIM_AssociatedSupplyVoltageSensor
160672               //
160673               //==============================================================================
160674               
160675               static const char*
160676               _CIM_AssociatedSupplyVoltageSensor_Antecedent_qualifiers[] =
160677               {
160678                   /* Deprecated */
160679                   "\013\000\001CIM_AssociatedSensor.Antecedent\000",
160680                   /* Override */
160681                   "\044Antecedent",
160682                   0,
160683               };
160684               
160685               static MetaReference
160686               _CIM_AssociatedSupplyVoltageSensor_Antecedent =
160687               {
160688                   /* flags */
160689                   META_FLAG_REFERENCE|META_FLAG_READ,
160690                   /* name */
160691 mike  1.1.2.1     "Antecedent",
160692                   /* qualifiers */
160693                   _CIM_AssociatedSupplyVoltageSensor_Antecedent_qualifiers,
160694                   /* subscript */
160695                   -1,
160696                   /* refId */
160697                   &__root_cimv2_CIM_VoltageSensor,
160698               };
160699               
160700               static const char*
160701               _CIM_AssociatedSupplyVoltageSensor_Dependent_qualifiers[] =
160702               {
160703                   /* Deprecated */
160704                   "\013\000\001CIM_AssociatedSensor.Dependent\000",
160705                   /* Override */
160706                   "\044Dependent",
160707                   0,
160708               };
160709               
160710               static MetaReference
160711               _CIM_AssociatedSupplyVoltageSensor_Dependent =
160712 mike  1.1.2.1 {
160713                   /* flags */
160714                   META_FLAG_REFERENCE|META_FLAG_READ,
160715                   /* name */
160716                   "Dependent",
160717                   /* qualifiers */
160718                   _CIM_AssociatedSupplyVoltageSensor_Dependent_qualifiers,
160719                   /* subscript */
160720                   -1,
160721                   /* refId */
160722                   &__root_cimv2_CIM_PowerSupply,
160723               };
160724               
160725               static const char*
160726               _CIM_AssociatedSupplyVoltageSensor_MonitoringRange_qualifiers[] =
160727               {
160728                   /* Deprecated */
160729                   "\013\000\001No Value\000",
160730                   /* ValueMap */
160731                   "\061\000\0050\0001\0002\0003\0004\000",
160732                   /* Values */
160733 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Range 1\000Range 2\000Both Range 1 and 2\000",
160734                   0,
160735               };
160736               
160737               static MetaProperty
160738               _CIM_AssociatedSupplyVoltageSensor_MonitoringRange =
160739               {
160740                   /* flags */
160741                   META_FLAG_PROPERTY|META_FLAG_READ,
160742                   /* name */
160743                   "MonitoringRange",
160744                   /* qualifiers */
160745                   _CIM_AssociatedSupplyVoltageSensor_MonitoringRange_qualifiers,
160746                   /* type */
160747                   CIMTYPE_UINT16,
160748                   /* subscript */
160749                   -1,
160750                   /* value */
160751                   0,
160752               };
160753               
160754 mike  1.1.2.1 static MetaFeature*
160755               _CIM_AssociatedSupplyVoltageSensor_features[] =
160756               {
160757                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_Antecedent,
160758                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_Dependent,
160759                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_MonitoringRange,
160760                   0,
160761               };
160762               
160763               static const char*
160764               __root_cimv2_CIM_AssociatedSupplyVoltageSensor_qualifiers[] =
160765               {
160766                   /* ASSOCIATION */
160767                   "\000\001",
160768                   /* Deprecated */
160769                   "\013\000\001CIM_AssociatedSensor\000",
160770                   /* UMLPackagePath */
160771                   "\057CIM::Device::Sensors",
160772                   /* Version */
160773                   "\0632.8.0",
160774                   0,
160775 mike  1.1.2.1 };
160776               
160777               MetaClass
160778               __root_cimv2_CIM_AssociatedSupplyVoltageSensor =
160779               {
160780                   /* flags */
160781                   META_FLAG_ASSOCIATION,
160782                   /* name */
160783                   "CIM_AssociatedSupplyVoltageSensor",
160784                   /* qualifiers */
160785                   __root_cimv2_CIM_AssociatedSupplyVoltageSensor_qualifiers,
160786                   /* super */
160787                   &__root_cimv2_CIM_AssociatedSensor,
160788                   /* features */
160789                   _CIM_AssociatedSupplyVoltageSensor_features,
160790               };
160791               
160792               //==============================================================================
160793               //
160794               // Class: CIM_AuthenticationService
160795               //
160796 mike  1.1.2.1 //==============================================================================
160797               
160798               static MetaFeature*
160799               _CIM_AuthenticationService_features[] =
160800               {
160801                   0,
160802               };
160803               
160804               static const char*
160805               __root_cimv2_CIM_AuthenticationService_qualifiers[] =
160806               {
160807                   /* UMLPackagePath */
160808                   "\057CIM::User::SecurityServices",
160809                   /* Version */
160810                   "\0632.8.0",
160811                   0,
160812               };
160813               
160814               MetaClass
160815               __root_cimv2_CIM_AuthenticationService =
160816               {
160817 mike  1.1.2.1     /* flags */
160818                   META_FLAG_CLASS,
160819                   /* name */
160820                   "CIM_AuthenticationService",
160821                   /* qualifiers */
160822                   __root_cimv2_CIM_AuthenticationService_qualifiers,
160823                   /* super */
160824                   &__root_cimv2_CIM_SecurityService,
160825                   /* features */
160826                   _CIM_AuthenticationService_features,
160827               };
160828               
160829               //==============================================================================
160830               //
160831               // Class: CIM_AuthorizationService
160832               //
160833               //==============================================================================
160834               
160835               static MetaFeature*
160836               _CIM_AuthorizationService_features[] =
160837               {
160838 mike  1.1.2.1     0,
160839               };
160840               
160841               static const char*
160842               __root_cimv2_CIM_AuthorizationService_qualifiers[] =
160843               {
160844                   /* UMLPackagePath */
160845                   "\057CIM::User::SecurityServices",
160846                   /* Version */
160847                   "\0632.8.0",
160848                   0,
160849               };
160850               
160851               MetaClass
160852               __root_cimv2_CIM_AuthorizationService =
160853               {
160854                   /* flags */
160855                   META_FLAG_CLASS,
160856                   /* name */
160857                   "CIM_AuthorizationService",
160858                   /* qualifiers */
160859 mike  1.1.2.1     __root_cimv2_CIM_AuthorizationService_qualifiers,
160860                   /* super */
160861                   &__root_cimv2_CIM_SecurityService,
160862                   /* features */
160863                   _CIM_AuthorizationService_features,
160864               };
160865               
160866               //==============================================================================
160867               //
160868               // Class: CIM_AuthorizedUse
160869               //
160870               //==============================================================================
160871               
160872               static const char*
160873               _CIM_AuthorizedUse_Antecedent_qualifiers[] =
160874               {
160875                   /* Deprecated */
160876                   "\013\000\001No value\000",
160877                   /* Override */
160878                   "\044Antecedent",
160879                   0,
160880 mike  1.1.2.1 };
160881               
160882               static MetaReference
160883               _CIM_AuthorizedUse_Antecedent =
160884               {
160885                   /* flags */
160886                   META_FLAG_REFERENCE|META_FLAG_READ,
160887                   /* name */
160888                   "Antecedent",
160889                   /* qualifiers */
160890                   _CIM_AuthorizedUse_Antecedent_qualifiers,
160891                   /* subscript */
160892                   -1,
160893                   /* refId */
160894                   &__root_cimv2_CIM_AccessControlInformation,
160895               };
160896               
160897               static const char*
160898               _CIM_AuthorizedUse_Dependent_qualifiers[] =
160899               {
160900                   /* Deprecated */
160901 mike  1.1.2.1     "\013\000\001No value\000",
160902                   /* Override */
160903                   "\044Dependent",
160904                   0,
160905               };
160906               
160907               static MetaReference
160908               _CIM_AuthorizedUse_Dependent =
160909               {
160910                   /* flags */
160911                   META_FLAG_REFERENCE|META_FLAG_READ,
160912                   /* name */
160913                   "Dependent",
160914                   /* qualifiers */
160915                   _CIM_AuthorizedUse_Dependent_qualifiers,
160916                   /* subscript */
160917                   -1,
160918                   /* refId */
160919                   &__root_cimv2_CIM_AuthorizationService,
160920               };
160921               
160922 mike  1.1.2.1 static MetaFeature*
160923               _CIM_AuthorizedUse_features[] =
160924               {
160925                   (MetaFeature*)&_CIM_AuthorizedUse_Antecedent,
160926                   (MetaFeature*)&_CIM_AuthorizedUse_Dependent,
160927                   0,
160928               };
160929               
160930               static const char*
160931               __root_cimv2_CIM_AuthorizedUse_qualifiers[] =
160932               {
160933                   /* ASSOCIATION */
160934                   "\000\001",
160935                   /* Deprecated */
160936                   "\013\000\001No value\000",
160937                   /* UMLPackagePath */
160938                   "\057CIM::User::AccessControl",
160939                   /* Version */
160940                   "\0632.8.0",
160941                   0,
160942               };
160943 mike  1.1.2.1 
160944               MetaClass
160945               __root_cimv2_CIM_AuthorizedUse =
160946               {
160947                   /* flags */
160948                   META_FLAG_ASSOCIATION,
160949                   /* name */
160950                   "CIM_AuthorizedUse",
160951                   /* qualifiers */
160952                   __root_cimv2_CIM_AuthorizedUse_qualifiers,
160953                   /* super */
160954                   &__root_cimv2_CIM_Dependency,
160955                   /* features */
160956                   _CIM_AuthorizedUse_features,
160957               };
160958               
160959               //==============================================================================
160960               //
160961               // Class: CIM_AvailableDiagnosticService
160962               //
160963               //==============================================================================
160964 mike  1.1.2.1 
160965               static const char*
160966               _CIM_AvailableDiagnosticService_ServiceProvided_qualifiers[] =
160967               {
160968                   /* Override */
160969                   "\044ServiceProvided",
160970                   0,
160971               };
160972               
160973               static MetaReference
160974               _CIM_AvailableDiagnosticService_ServiceProvided =
160975               {
160976                   /* flags */
160977                   META_FLAG_REFERENCE|META_FLAG_READ,
160978                   /* name */
160979                   "ServiceProvided",
160980                   /* qualifiers */
160981                   _CIM_AvailableDiagnosticService_ServiceProvided_qualifiers,
160982                   /* subscript */
160983                   -1,
160984                   /* refId */
160985 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticService,
160986               };
160987               
160988               static const char*
160989               _CIM_AvailableDiagnosticService_EstimatedDurationOfService_qualifiers[] =
160990               {
160991                   /* ValueMap */
160992                   "\061\000\0060\0002\0003\0004\0005\0006\000",
160993                   /* Values */
160994                   "\062\000\006Unknown\000Milliseconds\000Seconds\000Minutes\000Hours\000Days\000",
160995                   /* ModelCorrespondence */
160996                   "\036\000\001CIM_AvailableDiagnosticService.EstimatedDurationQualifier\000",
160997                   0,
160998               };
160999               
161000               static MetaProperty
161001               _CIM_AvailableDiagnosticService_EstimatedDurationOfService =
161002               {
161003                   /* flags */
161004                   META_FLAG_PROPERTY|META_FLAG_READ,
161005                   /* name */
161006 mike  1.1.2.1     "EstimatedDurationOfService",
161007                   /* qualifiers */
161008                   _CIM_AvailableDiagnosticService_EstimatedDurationOfService_qualifiers,
161009                   /* type */
161010                   CIMTYPE_UINT16,
161011                   /* subscript */
161012                   -1,
161013                   /* value */
161014                   0,
161015               };
161016               
161017               static const char*
161018               _CIM_AvailableDiagnosticService_EstimatedDurationQualifier_qualifiers[] =
161019               {
161020                   /* ModelCorrespondence */
161021                   "\036\000\001CIM_AvailableDiagnosticService.EstimatedDurationOfService\000",
161022                   0,
161023               };
161024               
161025               static MetaProperty
161026               _CIM_AvailableDiagnosticService_EstimatedDurationQualifier =
161027 mike  1.1.2.1 {
161028                   /* flags */
161029                   META_FLAG_PROPERTY|META_FLAG_READ,
161030                   /* name */
161031                   "EstimatedDurationQualifier",
161032                   /* qualifiers */
161033                   _CIM_AvailableDiagnosticService_EstimatedDurationQualifier_qualifiers,
161034                   /* type */
161035                   CIMTYPE_UINT32,
161036                   /* subscript */
161037                   -1,
161038                   /* value */
161039                   0,
161040               };
161041               
161042               static MetaFeature*
161043               _CIM_AvailableDiagnosticService_features[] =
161044               {
161045                   (MetaFeature*)&_CIM_AvailableDiagnosticService_ServiceProvided,
161046                   (MetaFeature*)&_CIM_AvailableDiagnosticService_EstimatedDurationOfService,
161047                   (MetaFeature*)&_CIM_AvailableDiagnosticService_EstimatedDurationQualifier,
161048 mike  1.1.2.1     0,
161049               };
161050               
161051               static const char*
161052               __root_cimv2_CIM_AvailableDiagnosticService_qualifiers[] =
161053               {
161054                   /* ASSOCIATION */
161055                   "\000\001",
161056                   /* UMLPackagePath */
161057                   "\057CIM::System::Diagnostics",
161058                   /* Version */
161059                   "\0632.9.0",
161060                   0,
161061               };
161062               
161063               MetaClass
161064               __root_cimv2_CIM_AvailableDiagnosticService =
161065               {
161066                   /* flags */
161067                   META_FLAG_ASSOCIATION,
161068                   /* name */
161069 mike  1.1.2.1     "CIM_AvailableDiagnosticService",
161070                   /* qualifiers */
161071                   __root_cimv2_CIM_AvailableDiagnosticService_qualifiers,
161072                   /* super */
161073                   &__root_cimv2_CIM_ServiceAvailableToElement,
161074                   /* features */
161075                   _CIM_AvailableDiagnosticService_features,
161076               };
161077               
161078               //==============================================================================
161079               //
161080               // Class: CIM_AverageRateMeterService
161081               //
161082               //==============================================================================
161083               
161084               static const char*
161085               _CIM_AverageRateMeterService_AverageRate_qualifiers[] =
161086               {
161087                   /* Units */
161088                   "\060KiloBits per Second",
161089                   0,
161090 mike  1.1.2.1 };
161091               
161092               static MetaProperty
161093               _CIM_AverageRateMeterService_AverageRate =
161094               {
161095                   /* flags */
161096                   META_FLAG_PROPERTY|META_FLAG_READ,
161097                   /* name */
161098                   "AverageRate",
161099                   /* qualifiers */
161100                   _CIM_AverageRateMeterService_AverageRate_qualifiers,
161101                   /* type */
161102                   CIMTYPE_UINT32,
161103                   /* subscript */
161104                   -1,
161105                   /* value */
161106                   0,
161107               };
161108               
161109               static const char*
161110               _CIM_AverageRateMeterService_DeltaInterval_qualifiers[] =
161111 mike  1.1.2.1 {
161112                   /* Units */
161113                   "\060MicroSeconds",
161114                   0,
161115               };
161116               
161117               static MetaProperty
161118               _CIM_AverageRateMeterService_DeltaInterval =
161119               {
161120                   /* flags */
161121                   META_FLAG_PROPERTY|META_FLAG_READ,
161122                   /* name */
161123                   "DeltaInterval",
161124                   /* qualifiers */
161125                   _CIM_AverageRateMeterService_DeltaInterval_qualifiers,
161126                   /* type */
161127                   CIMTYPE_UINT64,
161128                   /* subscript */
161129                   -1,
161130                   /* value */
161131                   0,
161132 mike  1.1.2.1 };
161133               
161134               static MetaFeature*
161135               _CIM_AverageRateMeterService_features[] =
161136               {
161137                   (MetaFeature*)&_CIM_AverageRateMeterService_AverageRate,
161138                   (MetaFeature*)&_CIM_AverageRateMeterService_DeltaInterval,
161139                   0,
161140               };
161141               
161142               static const char*
161143               __root_cimv2_CIM_AverageRateMeterService_qualifiers[] =
161144               {
161145                   /* UMLPackagePath */
161146                   "\057CIM::Network::QoS",
161147                   /* Version */
161148                   "\0632.7.0",
161149                   0,
161150               };
161151               
161152               MetaClass
161153 mike  1.1.2.1 __root_cimv2_CIM_AverageRateMeterService =
161154               {
161155                   /* flags */
161156                   META_FLAG_CLASS,
161157                   /* name */
161158                   "CIM_AverageRateMeterService",
161159                   /* qualifiers */
161160                   __root_cimv2_CIM_AverageRateMeterService_qualifiers,
161161                   /* super */
161162                   &__root_cimv2_CIM_MeterService,
161163                   /* features */
161164                   _CIM_AverageRateMeterService_features,
161165               };
161166               
161167               //==============================================================================
161168               //
161169               // Class: CIM_BGPProtocolEndpoint
161170               //
161171               //==============================================================================
161172               
161173               static const char*
161174 mike  1.1.2.1 _CIM_BGPProtocolEndpoint_IsEBGP_qualifiers[] =
161175               {
161176                   0,
161177               };
161178               
161179               static MetaProperty
161180               _CIM_BGPProtocolEndpoint_IsEBGP =
161181               {
161182                   /* flags */
161183                   META_FLAG_PROPERTY|META_FLAG_READ,
161184                   /* name */
161185                   "IsEBGP",
161186                   /* qualifiers */
161187                   _CIM_BGPProtocolEndpoint_IsEBGP_qualifiers,
161188                   /* type */
161189                   CIMTYPE_BOOLEAN,
161190                   /* subscript */
161191                   -1,
161192                   /* value */
161193                   0,
161194               };
161195 mike  1.1.2.1 
161196               static const char*
161197               _CIM_BGPProtocolEndpoint_IsEBGPMultihop_qualifiers[] =
161198               {
161199                   0,
161200               };
161201               
161202               static MetaProperty
161203               _CIM_BGPProtocolEndpoint_IsEBGPMultihop =
161204               {
161205                   /* flags */
161206                   META_FLAG_PROPERTY|META_FLAG_READ,
161207                   /* name */
161208                   "IsEBGPMultihop",
161209                   /* qualifiers */
161210                   _CIM_BGPProtocolEndpoint_IsEBGPMultihop_qualifiers,
161211                   /* type */
161212                   CIMTYPE_BOOLEAN,
161213                   /* subscript */
161214                   -1,
161215                   /* value */
161216 mike  1.1.2.1     0,
161217               };
161218               
161219               static const char*
161220               _CIM_BGPProtocolEndpoint_LocalIdentifier_qualifiers[] =
161221               {
161222                   /* MappingStrings */
161223                   "\026\000\001MIB.IETF|BGP4-MIB.bgpIdentifier\000",
161224                   0,
161225               };
161226               
161227               static MetaProperty
161228               _CIM_BGPProtocolEndpoint_LocalIdentifier =
161229               {
161230                   /* flags */
161231                   META_FLAG_PROPERTY|META_FLAG_READ,
161232                   /* name */
161233                   "LocalIdentifier",
161234                   /* qualifiers */
161235                   _CIM_BGPProtocolEndpoint_LocalIdentifier_qualifiers,
161236                   /* type */
161237 mike  1.1.2.1     CIMTYPE_STRING,
161238                   /* subscript */
161239                   -1,
161240                   /* value */
161241                   0,
161242               };
161243               
161244               static const char*
161245               _CIM_BGPProtocolEndpoint_PeerIdentifier_qualifiers[] =
161246               {
161247                   /* MappingStrings */
161248                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerIdentifier\000",
161249                   0,
161250               };
161251               
161252               static MetaProperty
161253               _CIM_BGPProtocolEndpoint_PeerIdentifier =
161254               {
161255                   /* flags */
161256                   META_FLAG_PROPERTY|META_FLAG_READ,
161257                   /* name */
161258 mike  1.1.2.1     "PeerIdentifier",
161259                   /* qualifiers */
161260                   _CIM_BGPProtocolEndpoint_PeerIdentifier_qualifiers,
161261                   /* type */
161262                   CIMTYPE_STRING,
161263                   /* subscript */
161264                   -1,
161265                   /* value */
161266                   0,
161267               };
161268               
161269               static const char*
161270               _CIM_BGPProtocolEndpoint_State_qualifiers[] =
161271               {
161272                   /* ValueMap */
161273                   "\061\000\0061\0002\0003\0004\0005\0006\000",
161274                   /* Values */
161275                   "\062\000\006Idle\000Connect\000Active\000OpenSet\000OpenConfirm\000Established\000",
161276                   /* MappingStrings */
161277                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerState\000",
161278                   0,
161279 mike  1.1.2.1 };
161280               
161281               static MetaProperty
161282               _CIM_BGPProtocolEndpoint_State =
161283               {
161284                   /* flags */
161285                   META_FLAG_PROPERTY|META_FLAG_READ,
161286                   /* name */
161287                   "State",
161288                   /* qualifiers */
161289                   _CIM_BGPProtocolEndpoint_State_qualifiers,
161290                   /* type */
161291                   CIMTYPE_UINT16,
161292                   /* subscript */
161293                   -1,
161294                   /* value */
161295                   0,
161296               };
161297               
161298               static const char*
161299               _CIM_BGPProtocolEndpoint_AdminStatus_qualifiers[] =
161300 mike  1.1.2.1 {
161301                   /* Deprecated */
161302                   "\013\000\001CIM_EnabledLogicalElement.RequestedState\000",
161303                   /* ValueMap */
161304                   "\061\000\0021\0002\000",
161305                   /* Values */
161306                   "\062\000\002Stop\000Start\000",
161307                   /* MappingStrings */
161308                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerAdminStatus\000",
161309                   0,
161310               };
161311               
161312               static MetaProperty
161313               _CIM_BGPProtocolEndpoint_AdminStatus =
161314               {
161315                   /* flags */
161316                   META_FLAG_PROPERTY|META_FLAG_READ,
161317                   /* name */
161318                   "AdminStatus",
161319                   /* qualifiers */
161320                   _CIM_BGPProtocolEndpoint_AdminStatus_qualifiers,
161321 mike  1.1.2.1     /* type */
161322                   CIMTYPE_UINT16,
161323                   /* subscript */
161324                   -1,
161325                   /* value */
161326                   0,
161327               };
161328               
161329               static const char*
161330               _CIM_BGPProtocolEndpoint_NegotiatedVersion_qualifiers[] =
161331               {
161332                   /* MappingStrings */
161333                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerNegotiatedVersion\000",
161334                   0,
161335               };
161336               
161337               static MetaProperty
161338               _CIM_BGPProtocolEndpoint_NegotiatedVersion =
161339               {
161340                   /* flags */
161341                   META_FLAG_PROPERTY|META_FLAG_READ,
161342 mike  1.1.2.1     /* name */
161343                   "NegotiatedVersion",
161344                   /* qualifiers */
161345                   _CIM_BGPProtocolEndpoint_NegotiatedVersion_qualifiers,
161346                   /* type */
161347                   CIMTYPE_STRING,
161348                   /* subscript */
161349                   -1,
161350                   /* value */
161351                   0,
161352               };
161353               
161354               static const char*
161355               _CIM_BGPProtocolEndpoint_LocalAddress_qualifiers[] =
161356               {
161357                   /* Deprecated */
161358                   "\013\000\002CIM_BindsTo\000CIM_IPProtocolEndpoint\000",
161359                   /* MappingStrings */
161360                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLocalAddr\000",
161361                   0,
161362               };
161363 mike  1.1.2.1 
161364               static MetaProperty
161365               _CIM_BGPProtocolEndpoint_LocalAddress =
161366               {
161367                   /* flags */
161368                   META_FLAG_PROPERTY|META_FLAG_READ,
161369                   /* name */
161370                   "LocalAddress",
161371                   /* qualifiers */
161372                   _CIM_BGPProtocolEndpoint_LocalAddress_qualifiers,
161373                   /* type */
161374                   CIMTYPE_STRING,
161375                   /* subscript */
161376                   -1,
161377                   /* value */
161378                   0,
161379               };
161380               
161381               static const char*
161382               _CIM_BGPProtocolEndpoint_LocalPort_qualifiers[] =
161383               {
161384 mike  1.1.2.1     /* Deprecated */
161385                   "\013\000\002CIM_BindsTo\000CIM_TCPProtocolEndpoint\000",
161386                   /* MappingStrings */
161387                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLocalPort\000",
161388                   0,
161389               };
161390               
161391               static MetaProperty
161392               _CIM_BGPProtocolEndpoint_LocalPort =
161393               {
161394                   /* flags */
161395                   META_FLAG_PROPERTY|META_FLAG_READ,
161396                   /* name */
161397                   "LocalPort",
161398                   /* qualifiers */
161399                   _CIM_BGPProtocolEndpoint_LocalPort_qualifiers,
161400                   /* type */
161401                   CIMTYPE_UINT16,
161402                   /* subscript */
161403                   -1,
161404                   /* value */
161405 mike  1.1.2.1     0,
161406               };
161407               
161408               static const char*
161409               _CIM_BGPProtocolEndpoint_RemoteAddress_qualifiers[] =
161410               {
161411                   /* Deprecated */
161412                   "\013\000\002CIM_BindsTo\000CIM_RemoteServiceAccessPoint\000",
161413                   /* MappingStrings */
161414                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemoteAddr\000",
161415                   0,
161416               };
161417               
161418               static MetaProperty
161419               _CIM_BGPProtocolEndpoint_RemoteAddress =
161420               {
161421                   /* flags */
161422                   META_FLAG_PROPERTY|META_FLAG_READ,
161423                   /* name */
161424                   "RemoteAddress",
161425                   /* qualifiers */
161426 mike  1.1.2.1     _CIM_BGPProtocolEndpoint_RemoteAddress_qualifiers,
161427                   /* type */
161428                   CIMTYPE_STRING,
161429                   /* subscript */
161430                   -1,
161431                   /* value */
161432                   0,
161433               };
161434               
161435               static const char*
161436               _CIM_BGPProtocolEndpoint_RemotePort_qualifiers[] =
161437               {
161438                   /* Deprecated */
161439                   "\013\000\002CIM_BindsTo\000CIM_RemotePort\000",
161440                   /* MappingStrings */
161441                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemotePort\000",
161442                   0,
161443               };
161444               
161445               static MetaProperty
161446               _CIM_BGPProtocolEndpoint_RemotePort =
161447 mike  1.1.2.1 {
161448                   /* flags */
161449                   META_FLAG_PROPERTY|META_FLAG_READ,
161450                   /* name */
161451                   "RemotePort",
161452                   /* qualifiers */
161453                   _CIM_BGPProtocolEndpoint_RemotePort_qualifiers,
161454                   /* type */
161455                   CIMTYPE_UINT16,
161456                   /* subscript */
161457                   -1,
161458                   /* value */
161459                   0,
161460               };
161461               
161462               static const char*
161463               _CIM_BGPProtocolEndpoint_RemoteAS_qualifiers[] =
161464               {
161465                   /* MappingStrings */
161466                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemoteAs\000",
161467                   0,
161468 mike  1.1.2.1 };
161469               
161470               static MetaProperty
161471               _CIM_BGPProtocolEndpoint_RemoteAS =
161472               {
161473                   /* flags */
161474                   META_FLAG_PROPERTY|META_FLAG_READ,
161475                   /* name */
161476                   "RemoteAS",
161477                   /* qualifiers */
161478                   _CIM_BGPProtocolEndpoint_RemoteAS_qualifiers,
161479                   /* type */
161480                   CIMTYPE_UINT16,
161481                   /* subscript */
161482                   -1,
161483                   /* value */
161484                   0,
161485               };
161486               
161487               static const char*
161488               _CIM_BGPProtocolEndpoint_ConnectRetryInterval_qualifiers[] =
161489 mike  1.1.2.1 {
161490                   /* Units */
161491                   "\060Seconds",
161492                   /* MappingStrings */
161493                   "\026\000\001MIB.IETF|BGP4-MIB.bgpConnectRetryInterval\000",
161494                   0,
161495               };
161496               
161497               static MetaProperty
161498               _CIM_BGPProtocolEndpoint_ConnectRetryInterval =
161499               {
161500                   /* flags */
161501                   META_FLAG_PROPERTY|META_FLAG_READ,
161502                   /* name */
161503                   "ConnectRetryInterval",
161504                   /* qualifiers */
161505                   _CIM_BGPProtocolEndpoint_ConnectRetryInterval_qualifiers,
161506                   /* type */
161507                   CIMTYPE_UINT32,
161508                   /* subscript */
161509                   -1,
161510 mike  1.1.2.1     /* value */
161511                   "\000\000\000\170",
161512               };
161513               
161514               static const char*
161515               _CIM_BGPProtocolEndpoint_HoldTimeConfigured_qualifiers[] =
161516               {
161517                   /* Units */
161518                   "\060Seconds",
161519                   /* MappingStrings */
161520                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTimeConfigured\000",
161521                   0,
161522               };
161523               
161524               static MetaProperty
161525               _CIM_BGPProtocolEndpoint_HoldTimeConfigured =
161526               {
161527                   /* flags */
161528                   META_FLAG_PROPERTY|META_FLAG_READ,
161529                   /* name */
161530                   "HoldTimeConfigured",
161531 mike  1.1.2.1     /* qualifiers */
161532                   _CIM_BGPProtocolEndpoint_HoldTimeConfigured_qualifiers,
161533                   /* type */
161534                   CIMTYPE_UINT16,
161535                   /* subscript */
161536                   -1,
161537                   /* value */
161538                   "\000\132",
161539               };
161540               
161541               static const char*
161542               _CIM_BGPProtocolEndpoint_KeepAliveConfigured_qualifiers[] =
161543               {
161544                   /* Units */
161545                   "\060Seconds",
161546                   /* MappingStrings */
161547                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAliveConfigured\000",
161548                   0,
161549               };
161550               
161551               static MetaProperty
161552 mike  1.1.2.1 _CIM_BGPProtocolEndpoint_KeepAliveConfigured =
161553               {
161554                   /* flags */
161555                   META_FLAG_PROPERTY|META_FLAG_READ,
161556                   /* name */
161557                   "KeepAliveConfigured",
161558                   /* qualifiers */
161559                   _CIM_BGPProtocolEndpoint_KeepAliveConfigured_qualifiers,
161560                   /* type */
161561                   CIMTYPE_UINT16,
161562                   /* subscript */
161563                   -1,
161564                   /* value */
161565                   "\000\036",
161566               };
161567               
161568               static const char*
161569               _CIM_BGPProtocolEndpoint_MinASOriginationInterval_qualifiers[] =
161570               {
161571                   /* Units */
161572                   "\060Seconds",
161573 mike  1.1.2.1     /* MappingStrings */
161574                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinASOriginationInterval\000",
161575                   0,
161576               };
161577               
161578               static MetaProperty
161579               _CIM_BGPProtocolEndpoint_MinASOriginationInterval =
161580               {
161581                   /* flags */
161582                   META_FLAG_PROPERTY|META_FLAG_READ,
161583                   /* name */
161584                   "MinASOriginationInterval",
161585                   /* qualifiers */
161586                   _CIM_BGPProtocolEndpoint_MinASOriginationInterval_qualifiers,
161587                   /* type */
161588                   CIMTYPE_UINT16,
161589                   /* subscript */
161590                   -1,
161591                   /* value */
161592                   "\000\017",
161593               };
161594 mike  1.1.2.1 
161595               static const char*
161596               _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval_qualifiers[] =
161597               {
161598                   /* Units */
161599                   "\060Seconds",
161600                   /* MappingStrings */
161601                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinRouteAdvertisementInterval\000",
161602                   0,
161603               };
161604               
161605               static MetaProperty
161606               _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval =
161607               {
161608                   /* flags */
161609                   META_FLAG_PROPERTY|META_FLAG_READ,
161610                   /* name */
161611                   "MinRouteAdvertisementInterval",
161612                   /* qualifiers */
161613                   _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval_qualifiers,
161614                   /* type */
161615 mike  1.1.2.1     CIMTYPE_UINT16,
161616                   /* subscript */
161617                   -1,
161618                   /* value */
161619                   "\000\036",
161620               };
161621               
161622               static const char*
161623               _CIM_BGPProtocolEndpoint_HoldTime_qualifiers[] =
161624               {
161625                   /* Units */
161626                   "\060Seconds",
161627                   /* MappingStrings */
161628                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTime\000",
161629                   0,
161630               };
161631               
161632               static MetaProperty
161633               _CIM_BGPProtocolEndpoint_HoldTime =
161634               {
161635                   /* flags */
161636 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
161637                   /* name */
161638                   "HoldTime",
161639                   /* qualifiers */
161640                   _CIM_BGPProtocolEndpoint_HoldTime_qualifiers,
161641                   /* type */
161642                   CIMTYPE_UINT16,
161643                   /* subscript */
161644                   -1,
161645                   /* value */
161646                   0,
161647               };
161648               
161649               static const char*
161650               _CIM_BGPProtocolEndpoint_KeepAlive_qualifiers[] =
161651               {
161652                   /* Units */
161653                   "\060Seconds",
161654                   /* MappingStrings */
161655                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAlive\000",
161656                   0,
161657 mike  1.1.2.1 };
161658               
161659               static MetaProperty
161660               _CIM_BGPProtocolEndpoint_KeepAlive =
161661               {
161662                   /* flags */
161663                   META_FLAG_PROPERTY|META_FLAG_READ,
161664                   /* name */
161665                   "KeepAlive",
161666                   /* qualifiers */
161667                   _CIM_BGPProtocolEndpoint_KeepAlive_qualifiers,
161668                   /* type */
161669                   CIMTYPE_UINT16,
161670                   /* subscript */
161671                   -1,
161672                   /* value */
161673                   0,
161674               };
161675               
161676               static const char*
161677               _CIM_BGPProtocolEndpoint_ProtocolIFType_qualifiers[] =
161678 mike  1.1.2.1 {
161679                   /* Override */
161680                   "\044ProtocolIFType",
161681                   /* ValueMap */
161682                   "\061\000\0051\000225..4095\0004108\0004301..32767\00032768..\000",
161683                   /* Values */
161684                   "\062\000\005Other\000IANA Reserved\000BGP\000DMTF Reserved\000Vendor Reserved\000",
161685                   0,
161686               };
161687               
161688               static MetaProperty
161689               _CIM_BGPProtocolEndpoint_ProtocolIFType =
161690               {
161691                   /* flags */
161692                   META_FLAG_PROPERTY|META_FLAG_READ,
161693                   /* name */
161694                   "ProtocolIFType",
161695                   /* qualifiers */
161696                   _CIM_BGPProtocolEndpoint_ProtocolIFType_qualifiers,
161697                   /* type */
161698                   CIMTYPE_UINT16,
161699 mike  1.1.2.1     /* subscript */
161700                   -1,
161701                   /* value */
161702                   "\020\014",
161703               };
161704               
161705               static MetaFeature*
161706               _CIM_BGPProtocolEndpoint_features[] =
161707               {
161708                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_IsEBGP,
161709                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_IsEBGPMultihop,
161710                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalIdentifier,
161711                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_PeerIdentifier,
161712                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_State,
161713                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_AdminStatus,
161714                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_NegotiatedVersion,
161715                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalAddress,
161716                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalPort,
161717                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemoteAddress,
161718                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemotePort,
161719                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemoteAS,
161720 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPProtocolEndpoint_ConnectRetryInterval,
161721                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_HoldTimeConfigured,
161722                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_KeepAliveConfigured,
161723                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_MinASOriginationInterval,
161724                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval,
161725                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_HoldTime,
161726                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_KeepAlive,
161727                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_ProtocolIFType,
161728                   0,
161729               };
161730               
161731               static const char*
161732               __root_cimv2_CIM_BGPProtocolEndpoint_qualifiers[] =
161733               {
161734                   /* UMLPackagePath */
161735                   "\057CIM::Network::ProtocolEndpoints",
161736                   /* Version */
161737                   "\0632.8.0",
161738                   0,
161739               };
161740               
161741 mike  1.1.2.1 MetaClass
161742               __root_cimv2_CIM_BGPProtocolEndpoint =
161743               {
161744                   /* flags */
161745                   META_FLAG_CLASS,
161746                   /* name */
161747                   "CIM_BGPProtocolEndpoint",
161748                   /* qualifiers */
161749                   __root_cimv2_CIM_BGPProtocolEndpoint_qualifiers,
161750                   /* super */
161751                   &__root_cimv2_CIM_ProtocolEndpoint,
161752                   /* features */
161753                   _CIM_BGPProtocolEndpoint_features,
161754               };
161755               
161756               //==============================================================================
161757               //
161758               // Class: CIM_BGPService
161759               //
161760               //==============================================================================
161761               
161762 mike  1.1.2.1 static const char*
161763               _CIM_BGPService_BGPVersion_qualifiers[] =
161764               {
161765                   /* MappingStrings */
161766                   "\026\000\001MIB.IETF|BGP4-MIB.bgpVersion\000",
161767                   0,
161768               };
161769               
161770               static MetaProperty
161771               _CIM_BGPService_BGPVersion =
161772               {
161773                   /* flags */
161774                   META_FLAG_PROPERTY|META_FLAG_READ,
161775                   /* name */
161776                   "BGPVersion",
161777                   /* qualifiers */
161778                   _CIM_BGPService_BGPVersion_qualifiers,
161779                   /* type */
161780                   CIMTYPE_UINT8,
161781                   /* subscript */
161782                   -1,
161783 mike  1.1.2.1     /* value */
161784                   0,
161785               };
161786               
161787               static const char*
161788               _CIM_BGPService_LastErrorCode_qualifiers[] =
161789               {
161790                   /* ValueMap */
161791                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
161792                   /* Values */
161793                   "\062\000\007None\000Message Header Error\000OPEN Message Error\000UPDATE Message Error\000Hold Timer Expired\000Finite State Machine Error\000Cease\000",
161794                   0,
161795               };
161796               
161797               static MetaProperty
161798               _CIM_BGPService_LastErrorCode =
161799               {
161800                   /* flags */
161801                   META_FLAG_PROPERTY|META_FLAG_READ,
161802                   /* name */
161803                   "LastErrorCode",
161804 mike  1.1.2.1     /* qualifiers */
161805                   _CIM_BGPService_LastErrorCode_qualifiers,
161806                   /* type */
161807                   CIMTYPE_UINT16,
161808                   /* subscript */
161809                   -1,
161810                   /* value */
161811                   0,
161812               };
161813               
161814               static const char*
161815               _CIM_BGPService_LastMessageErrorSubCode_qualifiers[] =
161816               {
161817                   /* ValueMap */
161818                   "\061\000\0040\0001\0002\0003\000",
161819                   /* Values */
161820                   "\062\000\004None\000Connection Not Synchronized\000Bad Message Length\000Bad Message Type\000",
161821                   0,
161822               };
161823               
161824               static MetaProperty
161825 mike  1.1.2.1 _CIM_BGPService_LastMessageErrorSubCode =
161826               {
161827                   /* flags */
161828                   META_FLAG_PROPERTY|META_FLAG_READ,
161829                   /* name */
161830                   "LastMessageErrorSubCode",
161831                   /* qualifiers */
161832                   _CIM_BGPService_LastMessageErrorSubCode_qualifiers,
161833                   /* type */
161834                   CIMTYPE_UINT16,
161835                   /* subscript */
161836                   -1,
161837                   /* value */
161838                   0,
161839               };
161840               
161841               static const char*
161842               _CIM_BGPService_LastOpenErrorSubCode_qualifiers[] =
161843               {
161844                   /* ValueMap */
161845                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
161846 mike  1.1.2.1     /* Values */
161847                   "\062\000\007None\000Unsupported Version Number\000Bad Peer AS\000Bad BGP Identifier\000Unsupported Optional Parameter\000Authentication Failure\000Unacceptable Hold Time\000",
161848                   0,
161849               };
161850               
161851               static MetaProperty
161852               _CIM_BGPService_LastOpenErrorSubCode =
161853               {
161854                   /* flags */
161855                   META_FLAG_PROPERTY|META_FLAG_READ,
161856                   /* name */
161857                   "LastOpenErrorSubCode",
161858                   /* qualifiers */
161859                   _CIM_BGPService_LastOpenErrorSubCode_qualifiers,
161860                   /* type */
161861                   CIMTYPE_UINT16,
161862                   /* subscript */
161863                   -1,
161864                   /* value */
161865                   0,
161866               };
161867 mike  1.1.2.1 
161868               static const char*
161869               _CIM_BGPService_LastUpdateErrorSubCode_qualifiers[] =
161870               {
161871                   /* ValueMap */
161872                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
161873                   /* Values */
161874                   "\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",
161875                   0,
161876               };
161877               
161878               static MetaProperty
161879               _CIM_BGPService_LastUpdateErrorSubCode =
161880               {
161881                   /* flags */
161882                   META_FLAG_PROPERTY|META_FLAG_READ,
161883                   /* name */
161884                   "LastUpdateErrorSubCode",
161885                   /* qualifiers */
161886                   _CIM_BGPService_LastUpdateErrorSubCode_qualifiers,
161887                   /* type */
161888 mike  1.1.2.1     CIMTYPE_UINT16,
161889                   /* subscript */
161890                   -1,
161891                   /* value */
161892                   0,
161893               };
161894               
161895               static MetaFeature*
161896               _CIM_BGPService_features[] =
161897               {
161898                   (MetaFeature*)&_CIM_BGPService_BGPVersion,
161899                   (MetaFeature*)&_CIM_BGPService_LastErrorCode,
161900                   (MetaFeature*)&_CIM_BGPService_LastMessageErrorSubCode,
161901                   (MetaFeature*)&_CIM_BGPService_LastOpenErrorSubCode,
161902                   (MetaFeature*)&_CIM_BGPService_LastUpdateErrorSubCode,
161903                   0,
161904               };
161905               
161906               static const char*
161907               __root_cimv2_CIM_BGPService_qualifiers[] =
161908               {
161909 mike  1.1.2.1     /* UMLPackagePath */
161910                   "\057CIM::Network::BGP",
161911                   /* Version */
161912                   "\0632.7.0",
161913                   0,
161914               };
161915               
161916               MetaClass
161917               __root_cimv2_CIM_BGPService =
161918               {
161919                   /* flags */
161920                   META_FLAG_CLASS,
161921                   /* name */
161922                   "CIM_BGPService",
161923                   /* qualifiers */
161924                   __root_cimv2_CIM_BGPService_qualifiers,
161925                   /* super */
161926                   &__root_cimv2_CIM_RouteCalculationService,
161927                   /* features */
161928                   _CIM_BGPService_features,
161929               };
161930 mike  1.1.2.1 
161931               //==============================================================================
161932               //
161933               // Class: CIM_BGPServiceAttributes
161934               //
161935               //==============================================================================
161936               
161937               static const char*
161938               _CIM_BGPServiceAttributes_GroupComponent_qualifiers[] =
161939               {
161940                   /* Deprecated */
161941                   "\013\000\001No value\000",
161942                   /* Aggregate */
161943                   "\003\001",
161944                   /* Override */
161945                   "\044GroupComponent",
161946                   /* Max */
161947                   "\027\000\000\000\001",
161948                   0,
161949               };
161950               
161951 mike  1.1.2.1 static MetaReference
161952               _CIM_BGPServiceAttributes_GroupComponent =
161953               {
161954                   /* flags */
161955                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
161956                   /* name */
161957                   "GroupComponent",
161958                   /* qualifiers */
161959                   _CIM_BGPServiceAttributes_GroupComponent_qualifiers,
161960                   /* subscript */
161961                   -1,
161962                   /* refId */
161963                   &__root_cimv2_CIM_BGPService,
161964               };
161965               
161966               static const char*
161967               _CIM_BGPServiceAttributes_PartComponent_qualifiers[] =
161968               {
161969                   /* Deprecated */
161970                   "\013\000\001No value\000",
161971                   /* Override */
161972 mike  1.1.2.1     "\044PartComponent",
161973                   /* Max */
161974                   "\027\000\000\000\001",
161975                   0,
161976               };
161977               
161978               static MetaReference
161979               _CIM_BGPServiceAttributes_PartComponent =
161980               {
161981                   /* flags */
161982                   META_FLAG_REFERENCE|META_FLAG_READ,
161983                   /* name */
161984                   "PartComponent",
161985                   /* qualifiers */
161986                   _CIM_BGPServiceAttributes_PartComponent_qualifiers,
161987                   /* subscript */
161988                   -1,
161989                   /* refId */
161990                   &__root_cimv2_CIM_BGPPathAttributes,
161991               };
161992               
161993 mike  1.1.2.1 static MetaFeature*
161994               _CIM_BGPServiceAttributes_features[] =
161995               {
161996                   (MetaFeature*)&_CIM_BGPServiceAttributes_GroupComponent,
161997                   (MetaFeature*)&_CIM_BGPServiceAttributes_PartComponent,
161998                   0,
161999               };
162000               
162001               static const char*
162002               __root_cimv2_CIM_BGPServiceAttributes_qualifiers[] =
162003               {
162004                   /* ASSOCIATION */
162005                   "\000\001",
162006                   /* Deprecated */
162007                   "\013\000\001No value\000",
162008                   /* UMLPackagePath */
162009                   "\057CIM::Network::BGP",
162010                   /* Aggregation */
162011                   "\004\001",
162012                   /* Version */
162013                   "\0632.7.0",
162014 mike  1.1.2.1     0,
162015               };
162016               
162017               MetaClass
162018               __root_cimv2_CIM_BGPServiceAttributes =
162019               {
162020                   /* flags */
162021                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
162022                   /* name */
162023                   "CIM_BGPServiceAttributes",
162024                   /* qualifiers */
162025                   __root_cimv2_CIM_BGPServiceAttributes_qualifiers,
162026                   /* super */
162027                   &__root_cimv2_CIM_Component,
162028                   /* features */
162029                   _CIM_BGPServiceAttributes_features,
162030               };
162031               
162032               //==============================================================================
162033               //
162034               // Class: CIM_BGPServiceStatistics
162035 mike  1.1.2.1 //
162036               //==============================================================================
162037               
162038               static const char*
162039               _CIM_BGPServiceStatistics_Stats_qualifiers[] =
162040               {
162041                   /* Deprecated */
162042                   "\013\000\001CIM_ElementStatisticalData.Stats\000",
162043                   /* Override */
162044                   "\044Stats",
162045                   /* Max */
162046                   "\027\000\000\000\001",
162047                   0,
162048               };
162049               
162050               static MetaReference
162051               _CIM_BGPServiceStatistics_Stats =
162052               {
162053                   /* flags */
162054                   META_FLAG_REFERENCE|META_FLAG_READ,
162055                   /* name */
162056 mike  1.1.2.1     "Stats",
162057                   /* qualifiers */
162058                   _CIM_BGPServiceStatistics_Stats_qualifiers,
162059                   /* subscript */
162060                   -1,
162061                   /* refId */
162062                   &__root_cimv2_CIM_BGPStatistics,
162063               };
162064               
162065               static const char*
162066               _CIM_BGPServiceStatistics_Element_qualifiers[] =
162067               {
162068                   /* Deprecated */
162069                   "\013\000\001CIM_ElementStatisticalData.ManagedElement\000",
162070                   /* Override */
162071                   "\044Element",
162072                   /* Min */
162073                   "\033\000\000\000\001",
162074                   /* Max */
162075                   "\027\000\000\000\001",
162076                   0,
162077 mike  1.1.2.1 };
162078               
162079               static MetaReference
162080               _CIM_BGPServiceStatistics_Element =
162081               {
162082                   /* flags */
162083                   META_FLAG_REFERENCE|META_FLAG_READ,
162084                   /* name */
162085                   "Element",
162086                   /* qualifiers */
162087                   _CIM_BGPServiceStatistics_Element_qualifiers,
162088                   /* subscript */
162089                   -1,
162090                   /* refId */
162091                   &__root_cimv2_CIM_BGPService,
162092               };
162093               
162094               static MetaFeature*
162095               _CIM_BGPServiceStatistics_features[] =
162096               {
162097                   (MetaFeature*)&_CIM_BGPServiceStatistics_Stats,
162098 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPServiceStatistics_Element,
162099                   0,
162100               };
162101               
162102               static const char*
162103               __root_cimv2_CIM_BGPServiceStatistics_qualifiers[] =
162104               {
162105                   /* ASSOCIATION */
162106                   "\000\001",
162107                   /* Deprecated */
162108                   "\013\000\001CIM_ElementStatisticalData\000",
162109                   /* UMLPackagePath */
162110                   "\057CIM::Network::BGP",
162111                   /* Version */
162112                   "\0632.7.0",
162113                   0,
162114               };
162115               
162116               MetaClass
162117               __root_cimv2_CIM_BGPServiceStatistics =
162118               {
162119 mike  1.1.2.1     /* flags */
162120                   META_FLAG_ASSOCIATION,
162121                   /* name */
162122                   "CIM_BGPServiceStatistics",
162123                   /* qualifiers */
162124                   __root_cimv2_CIM_BGPServiceStatistics_qualifiers,
162125                   /* super */
162126                   &__root_cimv2_CIM_ServiceStatistics,
162127                   /* features */
162128                   _CIM_BGPServiceStatistics_features,
162129               };
162130               
162131               //==============================================================================
162132               //
162133               // Class: CIM_BindsTo
162134               //
162135               //==============================================================================
162136               
162137               static const char*
162138               _CIM_BindsTo_Antecedent_qualifiers[] =
162139               {
162140 mike  1.1.2.1     /* Override */
162141                   "\044Antecedent",
162142                   0,
162143               };
162144               
162145               static MetaReference
162146               _CIM_BindsTo_Antecedent =
162147               {
162148                   /* flags */
162149                   META_FLAG_REFERENCE|META_FLAG_READ,
162150                   /* name */
162151                   "Antecedent",
162152                   /* qualifiers */
162153                   _CIM_BindsTo_Antecedent_qualifiers,
162154                   /* subscript */
162155                   -1,
162156                   /* refId */
162157                   &__root_cimv2_CIM_ProtocolEndpoint,
162158               };
162159               
162160               static const char*
162161 mike  1.1.2.1 _CIM_BindsTo_Dependent_qualifiers[] =
162162               {
162163                   /* Override */
162164                   "\044Dependent",
162165                   0,
162166               };
162167               
162168               static MetaReference
162169               _CIM_BindsTo_Dependent =
162170               {
162171                   /* flags */
162172                   META_FLAG_REFERENCE|META_FLAG_READ,
162173                   /* name */
162174                   "Dependent",
162175                   /* qualifiers */
162176                   _CIM_BindsTo_Dependent_qualifiers,
162177                   /* subscript */
162178                   -1,
162179                   /* refId */
162180                   &__root_cimv2_CIM_ServiceAccessPoint,
162181               };
162182 mike  1.1.2.1 
162183               static MetaFeature*
162184               _CIM_BindsTo_features[] =
162185               {
162186                   (MetaFeature*)&_CIM_BindsTo_Antecedent,
162187                   (MetaFeature*)&_CIM_BindsTo_Dependent,
162188                   0,
162189               };
162190               
162191               static const char*
162192               __root_cimv2_CIM_BindsTo_qualifiers[] =
162193               {
162194                   /* ASSOCIATION */
162195                   "\000\001",
162196                   /* UMLPackagePath */
162197                   "\057CIM::Core::Service",
162198                   /* Version */
162199                   "\0632.10.0",
162200                   0,
162201               };
162202               
162203 mike  1.1.2.1 MetaClass
162204               __root_cimv2_CIM_BindsTo =
162205               {
162206                   /* flags */
162207                   META_FLAG_ASSOCIATION,
162208                   /* name */
162209                   "CIM_BindsTo",
162210                   /* qualifiers */
162211                   __root_cimv2_CIM_BindsTo_qualifiers,
162212                   /* super */
162213                   &__root_cimv2_CIM_SAPSAPDependency,
162214                   /* features */
162215                   _CIM_BindsTo_features,
162216               };
162217               
162218               //==============================================================================
162219               //
162220               // Class: CIM_BIOSLoadedInNV
162221               //
162222               //==============================================================================
162223               
162224 mike  1.1.2.1 static const char*
162225               _CIM_BIOSLoadedInNV_Antecedent_qualifiers[] =
162226               {
162227                   /* Override */
162228                   "\044Antecedent",
162229                   0,
162230               };
162231               
162232               static MetaReference
162233               _CIM_BIOSLoadedInNV_Antecedent =
162234               {
162235                   /* flags */
162236                   META_FLAG_REFERENCE|META_FLAG_READ,
162237                   /* name */
162238                   "Antecedent",
162239                   /* qualifiers */
162240                   _CIM_BIOSLoadedInNV_Antecedent_qualifiers,
162241                   /* subscript */
162242                   -1,
162243                   /* refId */
162244                   &__root_cimv2_CIM_Memory,
162245 mike  1.1.2.1 };
162246               
162247               static const char*
162248               _CIM_BIOSLoadedInNV_Dependent_qualifiers[] =
162249               {
162250                   /* Override */
162251                   "\044Dependent",
162252                   0,
162253               };
162254               
162255               static MetaReference
162256               _CIM_BIOSLoadedInNV_Dependent =
162257               {
162258                   /* flags */
162259                   META_FLAG_REFERENCE|META_FLAG_READ,
162260                   /* name */
162261                   "Dependent",
162262                   /* qualifiers */
162263                   _CIM_BIOSLoadedInNV_Dependent_qualifiers,
162264                   /* subscript */
162265                   -1,
162266 mike  1.1.2.1     /* refId */
162267                   &__root_cimv2_CIM_BIOSElement,
162268               };
162269               
162270               static const char*
162271               _CIM_BIOSLoadedInNV_StartingAddress_qualifiers[] =
162272               {
162273                   0,
162274               };
162275               
162276               static MetaProperty
162277               _CIM_BIOSLoadedInNV_StartingAddress =
162278               {
162279                   /* flags */
162280                   META_FLAG_PROPERTY|META_FLAG_READ,
162281                   /* name */
162282                   "StartingAddress",
162283                   /* qualifiers */
162284                   _CIM_BIOSLoadedInNV_StartingAddress_qualifiers,
162285                   /* type */
162286                   CIMTYPE_UINT64,
162287 mike  1.1.2.1     /* subscript */
162288                   -1,
162289                   /* value */
162290                   0,
162291               };
162292               
162293               static const char*
162294               _CIM_BIOSLoadedInNV_EndingAddress_qualifiers[] =
162295               {
162296                   0,
162297               };
162298               
162299               static MetaProperty
162300               _CIM_BIOSLoadedInNV_EndingAddress =
162301               {
162302                   /* flags */
162303                   META_FLAG_PROPERTY|META_FLAG_READ,
162304                   /* name */
162305                   "EndingAddress",
162306                   /* qualifiers */
162307                   _CIM_BIOSLoadedInNV_EndingAddress_qualifiers,
162308 mike  1.1.2.1     /* type */
162309                   CIMTYPE_UINT64,
162310                   /* subscript */
162311                   -1,
162312                   /* value */
162313                   0,
162314               };
162315               
162316               static MetaFeature*
162317               _CIM_BIOSLoadedInNV_features[] =
162318               {
162319                   (MetaFeature*)&_CIM_BIOSLoadedInNV_Antecedent,
162320                   (MetaFeature*)&_CIM_BIOSLoadedInNV_Dependent,
162321                   (MetaFeature*)&_CIM_BIOSLoadedInNV_StartingAddress,
162322                   (MetaFeature*)&_CIM_BIOSLoadedInNV_EndingAddress,
162323                   0,
162324               };
162325               
162326               static const char*
162327               __root_cimv2_CIM_BIOSLoadedInNV_qualifiers[] =
162328               {
162329 mike  1.1.2.1     /* ASSOCIATION */
162330                   "\000\001",
162331                   /* UMLPackagePath */
162332                   "\057CIM::Device::Memory",
162333                   /* Version */
162334                   "\0632.8.0",
162335                   0,
162336               };
162337               
162338               MetaClass
162339               __root_cimv2_CIM_BIOSLoadedInNV =
162340               {
162341                   /* flags */
162342                   META_FLAG_ASSOCIATION,
162343                   /* name */
162344                   "CIM_BIOSLoadedInNV",
162345                   /* qualifiers */
162346                   __root_cimv2_CIM_BIOSLoadedInNV_qualifiers,
162347                   /* super */
162348                   &__root_cimv2_CIM_Dependency,
162349                   /* features */
162350 mike  1.1.2.1     _CIM_BIOSLoadedInNV_features,
162351               };
162352               
162353               //==============================================================================
162354               //
162355               // Class: CIM_BootServiceAccessBySAP
162356               //
162357               //==============================================================================
162358               
162359               static const char*
162360               _CIM_BootServiceAccessBySAP_Antecedent_qualifiers[] =
162361               {
162362                   /* Override */
162363                   "\044Antecedent",
162364                   0,
162365               };
162366               
162367               static MetaReference
162368               _CIM_BootServiceAccessBySAP_Antecedent =
162369               {
162370                   /* flags */
162371 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
162372                   /* name */
162373                   "Antecedent",
162374                   /* qualifiers */
162375                   _CIM_BootServiceAccessBySAP_Antecedent_qualifiers,
162376                   /* subscript */
162377                   -1,
162378                   /* refId */
162379                   &__root_cimv2_CIM_BootService,
162380               };
162381               
162382               static const char*
162383               _CIM_BootServiceAccessBySAP_Dependent_qualifiers[] =
162384               {
162385                   /* Override */
162386                   "\044Dependent",
162387                   0,
162388               };
162389               
162390               static MetaReference
162391               _CIM_BootServiceAccessBySAP_Dependent =
162392 mike  1.1.2.1 {
162393                   /* flags */
162394                   META_FLAG_REFERENCE|META_FLAG_READ,
162395                   /* name */
162396                   "Dependent",
162397                   /* qualifiers */
162398                   _CIM_BootServiceAccessBySAP_Dependent_qualifiers,
162399                   /* subscript */
162400                   -1,
162401                   /* refId */
162402                   &__root_cimv2_CIM_BootSAP,
162403               };
162404               
162405               static MetaFeature*
162406               _CIM_BootServiceAccessBySAP_features[] =
162407               {
162408                   (MetaFeature*)&_CIM_BootServiceAccessBySAP_Antecedent,
162409                   (MetaFeature*)&_CIM_BootServiceAccessBySAP_Dependent,
162410                   0,
162411               };
162412               
162413 mike  1.1.2.1 static const char*
162414               __root_cimv2_CIM_BootServiceAccessBySAP_qualifiers[] =
162415               {
162416                   /* ASSOCIATION */
162417                   "\000\001",
162418                   /* UMLPackagePath */
162419                   "\057CIM::System::Boot",
162420                   /* Version */
162421                   "\0632.6.0",
162422                   0,
162423               };
162424               
162425               MetaClass
162426               __root_cimv2_CIM_BootServiceAccessBySAP =
162427               {
162428                   /* flags */
162429                   META_FLAG_ASSOCIATION,
162430                   /* name */
162431                   "CIM_BootServiceAccessBySAP",
162432                   /* qualifiers */
162433                   __root_cimv2_CIM_BootServiceAccessBySAP_qualifiers,
162434 mike  1.1.2.1     /* super */
162435                   &__root_cimv2_CIM_ServiceAccessBySAP,
162436                   /* features */
162437                   _CIM_BootServiceAccessBySAP_features,
162438               };
162439               
162440               //==============================================================================
162441               //
162442               // Class: CIM_CableModem
162443               //
162444               //==============================================================================
162445               
162446               static MetaFeature*
162447               _CIM_CableModem_features[] =
162448               {
162449                   0,
162450               };
162451               
162452               static const char*
162453               __root_cimv2_CIM_CableModem_qualifiers[] =
162454               {
162455 mike  1.1.2.1     /* UMLPackagePath */
162456                   "\057CIM::Device::Modems",
162457                   /* Version */
162458                   "\0632.6.0",
162459                   0,
162460               };
162461               
162462               MetaClass
162463               __root_cimv2_CIM_CableModem =
162464               {
162465                   /* flags */
162466                   META_FLAG_CLASS,
162467                   /* name */
162468                   "CIM_CableModem",
162469                   /* qualifiers */
162470                   __root_cimv2_CIM_CableModem_qualifiers,
162471                   /* super */
162472                   &__root_cimv2_CIM_ConnectionBasedModem,
162473                   /* features */
162474                   _CIM_CableModem_features,
162475               };
162476 mike  1.1.2.1 
162477               //==============================================================================
162478               //
162479               // Class: CIM_CacheMemory
162480               //
162481               //==============================================================================
162482               
162483               static const char*
162484               _CIM_CacheMemory_Level_qualifiers[] =
162485               {
162486                   /* Deprecated */
162487                   "\013\000\001CIM_AssociatedCacheMemory.Level\000",
162488                   /* ValueMap */
162489                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162490                   /* Values */
162491                   "\062\000\006Other\000Unknown\000Primary\000Secondary\000Tertiary\000Not Applicable\000",
162492                   /* MappingStrings */
162493                   "\026\000\001MIF.DMTF|System Cache|006.2\000",
162494                   0,
162495               };
162496               
162497 mike  1.1.2.1 static MetaProperty
162498               _CIM_CacheMemory_Level =
162499               {
162500                   /* flags */
162501                   META_FLAG_PROPERTY|META_FLAG_READ,
162502                   /* name */
162503                   "Level",
162504                   /* qualifiers */
162505                   _CIM_CacheMemory_Level_qualifiers,
162506                   /* type */
162507                   CIMTYPE_UINT16,
162508                   /* subscript */
162509                   -1,
162510                   /* value */
162511                   0,
162512               };
162513               
162514               static const char*
162515               _CIM_CacheMemory_WritePolicy_qualifiers[] =
162516               {
162517                   /* Deprecated */
162518 mike  1.1.2.1     "\013\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
162519                   /* ValueMap */
162520                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162521                   /* Values */
162522                   "\062\000\006Other\000Unknown\000Write Back\000Write Through\000Varies with Address\000Determination Per I/O\000",
162523                   /* MappingStrings */
162524                   "\026\000\001MIF.DMTF|System Cache|006.5\000",
162525                   0,
162526               };
162527               
162528               static MetaProperty
162529               _CIM_CacheMemory_WritePolicy =
162530               {
162531                   /* flags */
162532                   META_FLAG_PROPERTY|META_FLAG_READ,
162533                   /* name */
162534                   "WritePolicy",
162535                   /* qualifiers */
162536                   _CIM_CacheMemory_WritePolicy_qualifiers,
162537                   /* type */
162538                   CIMTYPE_UINT16,
162539 mike  1.1.2.1     /* subscript */
162540                   -1,
162541                   /* value */
162542                   0,
162543               };
162544               
162545               static const char*
162546               _CIM_CacheMemory_CacheType_qualifiers[] =
162547               {
162548                   /* Deprecated */
162549                   "\013\000\001CIM_AssociatedCacheMemory.CacheType\000",
162550                   /* ValueMap */
162551                   "\061\000\0051\0002\0003\0004\0005\000",
162552                   /* Values */
162553                   "\062\000\005Other\000Unknown\000Instruction\000Data\000Unified\000",
162554                   /* MappingStrings */
162555                   "\026\000\001MIF.DMTF|System Cache|006.9\000",
162556                   0,
162557               };
162558               
162559               static MetaProperty
162560 mike  1.1.2.1 _CIM_CacheMemory_CacheType =
162561               {
162562                   /* flags */
162563                   META_FLAG_PROPERTY|META_FLAG_READ,
162564                   /* name */
162565                   "CacheType",
162566                   /* qualifiers */
162567                   _CIM_CacheMemory_CacheType_qualifiers,
162568                   /* type */
162569                   CIMTYPE_UINT16,
162570                   /* subscript */
162571                   -1,
162572                   /* value */
162573                   0,
162574               };
162575               
162576               static const char*
162577               _CIM_CacheMemory_LineSize_qualifiers[] =
162578               {
162579                   /* Deprecated */
162580                   "\013\000\001CIM_AssociatedCacheMemory.LineSize\000",
162581 mike  1.1.2.1     /* Units */
162582                   "\060Bytes",
162583                   /* MappingStrings */
162584                   "\026\000\001MIF.DMTF|System Cache|006.10\000",
162585                   0,
162586               };
162587               
162588               static MetaProperty
162589               _CIM_CacheMemory_LineSize =
162590               {
162591                   /* flags */
162592                   META_FLAG_PROPERTY|META_FLAG_READ,
162593                   /* name */
162594                   "LineSize",
162595                   /* qualifiers */
162596                   _CIM_CacheMemory_LineSize_qualifiers,
162597                   /* type */
162598                   CIMTYPE_UINT32,
162599                   /* subscript */
162600                   -1,
162601                   /* value */
162602 mike  1.1.2.1     0,
162603               };
162604               
162605               static const char*
162606               _CIM_CacheMemory_ReplacementPolicy_qualifiers[] =
162607               {
162608                   /* Deprecated */
162609                   "\013\000\001CIM_AssociatedCacheMemory.ReplacementPolicy\000",
162610                   /* ValueMap */
162611                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
162612                   /* Values */
162613                   "\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",
162614                   /* MappingStrings */
162615                   "\026\000\001MIF.DMTF|System Cache|006.12\000",
162616                   0,
162617               };
162618               
162619               static MetaProperty
162620               _CIM_CacheMemory_ReplacementPolicy =
162621               {
162622                   /* flags */
162623 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
162624                   /* name */
162625                   "ReplacementPolicy",
162626                   /* qualifiers */
162627                   _CIM_CacheMemory_ReplacementPolicy_qualifiers,
162628                   /* type */
162629                   CIMTYPE_UINT16,
162630                   /* subscript */
162631                   -1,
162632                   /* value */
162633                   0,
162634               };
162635               
162636               static const char*
162637               _CIM_CacheMemory_ReadPolicy_qualifiers[] =
162638               {
162639                   /* Deprecated */
162640                   "\013\000\001CIM_AssociatedCacheMemory.ReadPolicy\000",
162641                   /* ValueMap */
162642                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162643                   /* Values */
162644 mike  1.1.2.1     "\062\000\006Other\000Unknown\000Read\000Read-Ahead\000Read and Read-Ahead\000Determination Per I/O\000",
162645                   /* MappingStrings */
162646                   "\026\000\001MIF.DMTF|System Cache|006.13\000",
162647                   0,
162648               };
162649               
162650               static MetaProperty
162651               _CIM_CacheMemory_ReadPolicy =
162652               {
162653                   /* flags */
162654                   META_FLAG_PROPERTY|META_FLAG_READ,
162655                   /* name */
162656                   "ReadPolicy",
162657                   /* qualifiers */
162658                   _CIM_CacheMemory_ReadPolicy_qualifiers,
162659                   /* type */
162660                   CIMTYPE_UINT16,
162661                   /* subscript */
162662                   -1,
162663                   /* value */
162664                   0,
162665 mike  1.1.2.1 };
162666               
162667               static const char*
162668               _CIM_CacheMemory_FlushTimer_qualifiers[] =
162669               {
162670                   /* Deprecated */
162671                   "\013\000\001CIM_AssociatedCacheMemory.FlushTimer\000",
162672                   /* Units */
162673                   "\060Seconds",
162674                   /* MappingStrings */
162675                   "\026\000\001MIF.DMTF|System Cache|006.14\000",
162676                   0,
162677               };
162678               
162679               static MetaProperty
162680               _CIM_CacheMemory_FlushTimer =
162681               {
162682                   /* flags */
162683                   META_FLAG_PROPERTY|META_FLAG_READ,
162684                   /* name */
162685                   "FlushTimer",
162686 mike  1.1.2.1     /* qualifiers */
162687                   _CIM_CacheMemory_FlushTimer_qualifiers,
162688                   /* type */
162689                   CIMTYPE_UINT32,
162690                   /* subscript */
162691                   -1,
162692                   /* value */
162693                   0,
162694               };
162695               
162696               static const char*
162697               _CIM_CacheMemory_Associativity_qualifiers[] =
162698               {
162699                   /* Deprecated */
162700                   "\013\000\001CIM_AssociatedCacheMemory.Associativity\000",
162701                   /* ValueMap */
162702                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
162703                   /* Values */
162704                   "\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",
162705                   /* MappingStrings */
162706                   "\026\000\001MIF.DMTF|System Cache|006.15\000",
162707 mike  1.1.2.1     0,
162708               };
162709               
162710               static MetaProperty
162711               _CIM_CacheMemory_Associativity =
162712               {
162713                   /* flags */
162714                   META_FLAG_PROPERTY|META_FLAG_READ,
162715                   /* name */
162716                   "Associativity",
162717                   /* qualifiers */
162718                   _CIM_CacheMemory_Associativity_qualifiers,
162719                   /* type */
162720                   CIMTYPE_UINT16,
162721                   /* subscript */
162722                   -1,
162723                   /* value */
162724                   0,
162725               };
162726               
162727               static MetaFeature*
162728 mike  1.1.2.1 _CIM_CacheMemory_features[] =
162729               {
162730                   (MetaFeature*)&_CIM_CacheMemory_Level,
162731                   (MetaFeature*)&_CIM_CacheMemory_WritePolicy,
162732                   (MetaFeature*)&_CIM_CacheMemory_CacheType,
162733                   (MetaFeature*)&_CIM_CacheMemory_LineSize,
162734                   (MetaFeature*)&_CIM_CacheMemory_ReplacementPolicy,
162735                   (MetaFeature*)&_CIM_CacheMemory_ReadPolicy,
162736                   (MetaFeature*)&_CIM_CacheMemory_FlushTimer,
162737                   (MetaFeature*)&_CIM_CacheMemory_Associativity,
162738                   0,
162739               };
162740               
162741               static const char*
162742               __root_cimv2_CIM_CacheMemory_qualifiers[] =
162743               {
162744                   /* Deprecated */
162745                   "\013\000\001CIM_AssociatedCacheMemory\000",
162746                   /* UMLPackagePath */
162747                   "\057CIM::Device::Memory",
162748                   /* Version */
162749 mike  1.1.2.1     "\0632.8.0",
162750                   0,
162751               };
162752               
162753               MetaClass
162754               __root_cimv2_CIM_CacheMemory =
162755               {
162756                   /* flags */
162757                   META_FLAG_CLASS,
162758                   /* name */
162759                   "CIM_CacheMemory",
162760                   /* qualifiers */
162761                   __root_cimv2_CIM_CacheMemory_qualifiers,
162762                   /* super */
162763                   &__root_cimv2_CIM_Memory,
162764                   /* features */
162765                   _CIM_CacheMemory_features,
162766               };
162767               
162768               //==============================================================================
162769               //
162770 mike  1.1.2.1 // Class: CIM_CalculatedRoutes
162771               //
162772               //==============================================================================
162773               
162774               static const char*
162775               _CIM_CalculatedRoutes_Antecedent_qualifiers[] =
162776               {
162777                   /* Deprecated */
162778                   "\013\000\002CIM_ConcreteDependency.Antecedent\000CIM_NextHopIPRoute.RouteDerivation\000",
162779                   /* Override */
162780                   "\044Antecedent",
162781                   /* Max */
162782                   "\027\000\000\000\001",
162783                   0,
162784               };
162785               
162786               static MetaReference
162787               _CIM_CalculatedRoutes_Antecedent =
162788               {
162789                   /* flags */
162790                   META_FLAG_REFERENCE|META_FLAG_READ,
162791 mike  1.1.2.1     /* name */
162792                   "Antecedent",
162793                   /* qualifiers */
162794                   _CIM_CalculatedRoutes_Antecedent_qualifiers,
162795                   /* subscript */
162796                   -1,
162797                   /* refId */
162798                   &__root_cimv2_CIM_RouteCalculationService,
162799               };
162800               
162801               static const char*
162802               _CIM_CalculatedRoutes_Dependent_qualifiers[] =
162803               {
162804                   /* Deprecated */
162805                   "\013\000\001CIM_ConcreteDependency.Dependent\000",
162806                   /* Override */
162807                   "\044Dependent",
162808                   0,
162809               };
162810               
162811               static MetaReference
162812 mike  1.1.2.1 _CIM_CalculatedRoutes_Dependent =
162813               {
162814                   /* flags */
162815                   META_FLAG_REFERENCE|META_FLAG_READ,
162816                   /* name */
162817                   "Dependent",
162818                   /* qualifiers */
162819                   _CIM_CalculatedRoutes_Dependent_qualifiers,
162820                   /* subscript */
162821                   -1,
162822                   /* refId */
162823                   &__root_cimv2_CIM_IPRoute,
162824               };
162825               
162826               static MetaFeature*
162827               _CIM_CalculatedRoutes_features[] =
162828               {
162829                   (MetaFeature*)&_CIM_CalculatedRoutes_Antecedent,
162830                   (MetaFeature*)&_CIM_CalculatedRoutes_Dependent,
162831                   0,
162832               };
162833 mike  1.1.2.1 
162834               static const char*
162835               __root_cimv2_CIM_CalculatedRoutes_qualifiers[] =
162836               {
162837                   /* ASSOCIATION */
162838                   "\000\001",
162839                   /* Deprecated */
162840                   "\013\000\002CIM_ConcreteDependency\000CIM_NextHopIPRoute.RouteDerivation\000",
162841                   /* UMLPackagePath */
162842                   "\057CIM::Network::Routes",
162843                   /* Version */
162844                   "\0632.7.0",
162845                   0,
162846               };
162847               
162848               MetaClass
162849               __root_cimv2_CIM_CalculatedRoutes =
162850               {
162851                   /* flags */
162852                   META_FLAG_ASSOCIATION,
162853                   /* name */
162854 mike  1.1.2.1     "CIM_CalculatedRoutes",
162855                   /* qualifiers */
162856                   __root_cimv2_CIM_CalculatedRoutes_qualifiers,
162857                   /* super */
162858                   &__root_cimv2_CIM_Dependency,
162859                   /* features */
162860                   _CIM_CalculatedRoutes_features,
162861               };
162862               
162863               //==============================================================================
162864               //
162865               // Class: CIM_CalculatesAmong
162866               //
162867               //==============================================================================
162868               
162869               static const char*
162870               _CIM_CalculatesAmong_Antecedent_qualifiers[] =
162871               {
162872                   /* Override */
162873                   "\044Antecedent",
162874                   0,
162875 mike  1.1.2.1 };
162876               
162877               static MetaReference
162878               _CIM_CalculatesAmong_Antecedent =
162879               {
162880                   /* flags */
162881                   META_FLAG_REFERENCE|META_FLAG_READ,
162882                   /* name */
162883                   "Antecedent",
162884                   /* qualifiers */
162885                   _CIM_CalculatesAmong_Antecedent_qualifiers,
162886                   /* subscript */
162887                   -1,
162888                   /* refId */
162889                   &__root_cimv2_CIM_ProtocolEndpoint,
162890               };
162891               
162892               static const char*
162893               _CIM_CalculatesAmong_Dependent_qualifiers[] =
162894               {
162895                   /* Override */
162896 mike  1.1.2.1     "\044Dependent",
162897                   0,
162898               };
162899               
162900               static MetaReference
162901               _CIM_CalculatesAmong_Dependent =
162902               {
162903                   /* flags */
162904                   META_FLAG_REFERENCE|META_FLAG_READ,
162905                   /* name */
162906                   "Dependent",
162907                   /* qualifiers */
162908                   _CIM_CalculatesAmong_Dependent_qualifiers,
162909                   /* subscript */
162910                   -1,
162911                   /* refId */
162912                   &__root_cimv2_CIM_RouteCalculationService,
162913               };
162914               
162915               static const char*
162916               _CIM_CalculatesAmong_IsStatic_qualifiers[] =
162917 mike  1.1.2.1 {
162918                   /* Deprecated */
162919                   "\013\000\001No value\000",
162920                   0,
162921               };
162922               
162923               static MetaProperty
162924               _CIM_CalculatesAmong_IsStatic =
162925               {
162926                   /* flags */
162927                   META_FLAG_PROPERTY|META_FLAG_READ,
162928                   /* name */
162929                   "IsStatic",
162930                   /* qualifiers */
162931                   _CIM_CalculatesAmong_IsStatic_qualifiers,
162932                   /* type */
162933                   CIMTYPE_BOOLEAN,
162934                   /* subscript */
162935                   -1,
162936                   /* value */
162937                   0,
162938 mike  1.1.2.1 };
162939               
162940               static MetaFeature*
162941               _CIM_CalculatesAmong_features[] =
162942               {
162943                   (MetaFeature*)&_CIM_CalculatesAmong_Antecedent,
162944                   (MetaFeature*)&_CIM_CalculatesAmong_Dependent,
162945                   (MetaFeature*)&_CIM_CalculatesAmong_IsStatic,
162946                   0,
162947               };
162948               
162949               static const char*
162950               __root_cimv2_CIM_CalculatesAmong_qualifiers[] =
162951               {
162952                   /* ASSOCIATION */
162953                   "\000\001",
162954                   /* UMLPackagePath */
162955                   "\057CIM::Network::RoutingForwarding",
162956                   /* Version */
162957                   "\0632.7.0",
162958                   0,
162959 mike  1.1.2.1 };
162960               
162961               MetaClass
162962               __root_cimv2_CIM_CalculatesAmong =
162963               {
162964                   /* flags */
162965                   META_FLAG_ASSOCIATION,
162966                   /* name */
162967                   "CIM_CalculatesAmong",
162968                   /* qualifiers */
162969                   __root_cimv2_CIM_CalculatesAmong_qualifiers,
162970                   /* super */
162971                   &__root_cimv2_CIM_ServiceSAPDependency,
162972                   /* features */
162973                   _CIM_CalculatesAmong_features,
162974               };
162975               
162976               //==============================================================================
162977               //
162978               // Class: CIM_CalculationBasedOnQueue
162979               //
162980 mike  1.1.2.1 //==============================================================================
162981               
162982               static const char*
162983               _CIM_CalculationBasedOnQueue_Antecedent_qualifiers[] =
162984               {
162985                   /* Override */
162986                   "\044Antecedent",
162987                   /* Min */
162988                   "\033\000\000\000\001",
162989                   /* Max */
162990                   "\027\000\000\000\001",
162991                   0,
162992               };
162993               
162994               static MetaReference
162995               _CIM_CalculationBasedOnQueue_Antecedent =
162996               {
162997                   /* flags */
162998                   META_FLAG_REFERENCE|META_FLAG_READ,
162999                   /* name */
163000                   "Antecedent",
163001 mike  1.1.2.1     /* qualifiers */
163002                   _CIM_CalculationBasedOnQueue_Antecedent_qualifiers,
163003                   /* subscript */
163004                   -1,
163005                   /* refId */
163006                   &__root_cimv2_CIM_QueuingService,
163007               };
163008               
163009               static const char*
163010               _CIM_CalculationBasedOnQueue_Dependent_qualifiers[] =
163011               {
163012                   /* Override */
163013                   "\044Dependent",
163014                   0,
163015               };
163016               
163017               static MetaReference
163018               _CIM_CalculationBasedOnQueue_Dependent =
163019               {
163020                   /* flags */
163021                   META_FLAG_REFERENCE|META_FLAG_READ,
163022 mike  1.1.2.1     /* name */
163023                   "Dependent",
163024                   /* qualifiers */
163025                   _CIM_CalculationBasedOnQueue_Dependent_qualifiers,
163026                   /* subscript */
163027                   -1,
163028                   /* refId */
163029                   &__root_cimv2_CIM_DropThresholdCalculationService,
163030               };
163031               
163032               static MetaFeature*
163033               _CIM_CalculationBasedOnQueue_features[] =
163034               {
163035                   (MetaFeature*)&_CIM_CalculationBasedOnQueue_Antecedent,
163036                   (MetaFeature*)&_CIM_CalculationBasedOnQueue_Dependent,
163037                   0,
163038               };
163039               
163040               static const char*
163041               __root_cimv2_CIM_CalculationBasedOnQueue_qualifiers[] =
163042               {
163043 mike  1.1.2.1     /* ASSOCIATION */
163044                   "\000\001",
163045                   /* UMLPackagePath */
163046                   "\057CIM::Network::QoS",
163047                   /* Version */
163048                   "\0632.7.0",
163049                   0,
163050               };
163051               
163052               MetaClass
163053               __root_cimv2_CIM_CalculationBasedOnQueue =
163054               {
163055                   /* flags */
163056                   META_FLAG_ASSOCIATION,
163057                   /* name */
163058                   "CIM_CalculationBasedOnQueue",
163059                   /* qualifiers */
163060                   __root_cimv2_CIM_CalculationBasedOnQueue_qualifiers,
163061                   /* super */
163062                   &__root_cimv2_CIM_ServiceServiceDependency,
163063                   /* features */
163064 mike  1.1.2.1     _CIM_CalculationBasedOnQueue_features,
163065               };
163066               
163067               //==============================================================================
163068               //
163069               // Class: CIM_CalculationServiceForDropper
163070               //
163071               //==============================================================================
163072               
163073               static const char*
163074               _CIM_CalculationServiceForDropper_Antecedent_qualifiers[] =
163075               {
163076                   /* Override */
163077                   "\044Antecedent",
163078                   /* Min */
163079                   "\033\000\000\000\001",
163080                   0,
163081               };
163082               
163083               static MetaReference
163084               _CIM_CalculationServiceForDropper_Antecedent =
163085 mike  1.1.2.1 {
163086                   /* flags */
163087                   META_FLAG_REFERENCE|META_FLAG_READ,
163088                   /* name */
163089                   "Antecedent",
163090                   /* qualifiers */
163091                   _CIM_CalculationServiceForDropper_Antecedent_qualifiers,
163092                   /* subscript */
163093                   -1,
163094                   /* refId */
163095                   &__root_cimv2_CIM_DropThresholdCalculationService,
163096               };
163097               
163098               static const char*
163099               _CIM_CalculationServiceForDropper_Dependent_qualifiers[] =
163100               {
163101                   /* Override */
163102                   "\044Dependent",
163103                   0,
163104               };
163105               
163106 mike  1.1.2.1 static MetaReference
163107               _CIM_CalculationServiceForDropper_Dependent =
163108               {
163109                   /* flags */
163110                   META_FLAG_REFERENCE|META_FLAG_READ,
163111                   /* name */
163112                   "Dependent",
163113                   /* qualifiers */
163114                   _CIM_CalculationServiceForDropper_Dependent_qualifiers,
163115                   /* subscript */
163116                   -1,
163117                   /* refId */
163118                   &__root_cimv2_CIM_REDDropperService,
163119               };
163120               
163121               static MetaFeature*
163122               _CIM_CalculationServiceForDropper_features[] =
163123               {
163124                   (MetaFeature*)&_CIM_CalculationServiceForDropper_Antecedent,
163125                   (MetaFeature*)&_CIM_CalculationServiceForDropper_Dependent,
163126                   0,
163127 mike  1.1.2.1 };
163128               
163129               static const char*
163130               __root_cimv2_CIM_CalculationServiceForDropper_qualifiers[] =
163131               {
163132                   /* ASSOCIATION */
163133                   "\000\001",
163134                   /* UMLPackagePath */
163135                   "\057CIM::Network::QoS",
163136                   /* Version */
163137                   "\0632.7.0",
163138                   0,
163139               };
163140               
163141               MetaClass
163142               __root_cimv2_CIM_CalculationServiceForDropper =
163143               {
163144                   /* flags */
163145                   META_FLAG_ASSOCIATION,
163146                   /* name */
163147                   "CIM_CalculationServiceForDropper",
163148 mike  1.1.2.1     /* qualifiers */
163149                   __root_cimv2_CIM_CalculationServiceForDropper_qualifiers,
163150                   /* super */
163151                   &__root_cimv2_CIM_ServiceServiceDependency,
163152                   /* features */
163153                   _CIM_CalculationServiceForDropper_features,
163154               };
163155               
163156               //==============================================================================
163157               //
163158               // Class: CIM_Check
163159               //
163160               //==============================================================================
163161               
163162               static const char*
163163               _CIM_Check_Name_qualifiers[] =
163164               {
163165                   /* Key */
163166                   "\025\001",
163167                   /* Propagated */
163168                   "\045CIM_SoftwareElement.Name",
163169 mike  1.1.2.1     /* MaxLen */
163170                   "\030\000\000\001\000",
163171                   0,
163172               };
163173               
163174               static MetaProperty
163175               _CIM_Check_Name =
163176               {
163177                   /* flags */
163178                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163179                   /* name */
163180                   "Name",
163181                   /* qualifiers */
163182                   _CIM_Check_Name_qualifiers,
163183                   /* type */
163184                   CIMTYPE_STRING,
163185                   /* subscript */
163186                   -1,
163187                   /* value */
163188                   0,
163189               };
163190 mike  1.1.2.1 
163191               static const char*
163192               _CIM_Check_Version_qualifiers[] =
163193               {
163194                   /* Key */
163195                   "\025\001",
163196                   /* Propagated */
163197                   "\045CIM_SoftwareElement.Version",
163198                   /* MaxLen */
163199                   "\030\000\000\000\100",
163200                   0,
163201               };
163202               
163203               static MetaProperty
163204               _CIM_Check_Version =
163205               {
163206                   /* flags */
163207                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163208                   /* name */
163209                   "Version",
163210                   /* qualifiers */
163211 mike  1.1.2.1     _CIM_Check_Version_qualifiers,
163212                   /* type */
163213                   CIMTYPE_STRING,
163214                   /* subscript */
163215                   -1,
163216                   /* value */
163217                   0,
163218               };
163219               
163220               static const char*
163221               _CIM_Check_SoftwareElementState_qualifiers[] =
163222               {
163223                   /* Key */
163224                   "\025\001",
163225                   /* Propagated */
163226                   "\045CIM_SoftwareElement.SoftwareElementState",
163227                   /* ValueMap */
163228                   "\061\000\0040\0001\0002\0003\000",
163229                   /* Values */
163230                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
163231                   0,
163232 mike  1.1.2.1 };
163233               
163234               static MetaProperty
163235               _CIM_Check_SoftwareElementState =
163236               {
163237                   /* flags */
163238                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163239                   /* name */
163240                   "SoftwareElementState",
163241                   /* qualifiers */
163242                   _CIM_Check_SoftwareElementState_qualifiers,
163243                   /* type */
163244                   CIMTYPE_UINT16,
163245                   /* subscript */
163246                   -1,
163247                   /* value */
163248                   0,
163249               };
163250               
163251               static const char*
163252               _CIM_Check_SoftwareElementID_qualifiers[] =
163253 mike  1.1.2.1 {
163254                   /* Key */
163255                   "\025\001",
163256                   /* Propagated */
163257                   "\045CIM_SoftwareElement.SoftwareElementID",
163258                   /* MaxLen */
163259                   "\030\000\000\001\000",
163260                   0,
163261               };
163262               
163263               static MetaProperty
163264               _CIM_Check_SoftwareElementID =
163265               {
163266                   /* flags */
163267                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163268                   /* name */
163269                   "SoftwareElementID",
163270                   /* qualifiers */
163271                   _CIM_Check_SoftwareElementID_qualifiers,
163272                   /* type */
163273                   CIMTYPE_STRING,
163274 mike  1.1.2.1     /* subscript */
163275                   -1,
163276                   /* value */
163277                   0,
163278               };
163279               
163280               static const char*
163281               _CIM_Check_TargetOperatingSystem_qualifiers[] =
163282               {
163283                   /* Key */
163284                   "\025\001",
163285                   /* Propagated */
163286                   "\045CIM_SoftwareElement.TargetOperatingSystem",
163287                   /* ValueMap */
163288                   "\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",
163289                   /* Values */
163290                   "\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",
163291                   0,
163292               };
163293               
163294               static MetaProperty
163295 mike  1.1.2.1 _CIM_Check_TargetOperatingSystem =
163296               {
163297                   /* flags */
163298                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163299                   /* name */
163300                   "TargetOperatingSystem",
163301                   /* qualifiers */
163302                   _CIM_Check_TargetOperatingSystem_qualifiers,
163303                   /* type */
163304                   CIMTYPE_UINT16,
163305                   /* subscript */
163306                   -1,
163307                   /* value */
163308                   0,
163309               };
163310               
163311               static const char*
163312               _CIM_Check_CheckID_qualifiers[] =
163313               {
163314                   /* Key */
163315                   "\025\001",
163316 mike  1.1.2.1     /* MaxLen */
163317                   "\030\000\000\001\000",
163318                   0,
163319               };
163320               
163321               static MetaProperty
163322               _CIM_Check_CheckID =
163323               {
163324                   /* flags */
163325                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163326                   /* name */
163327                   "CheckID",
163328                   /* qualifiers */
163329                   _CIM_Check_CheckID_qualifiers,
163330                   /* type */
163331                   CIMTYPE_STRING,
163332                   /* subscript */
163333                   -1,
163334                   /* value */
163335                   0,
163336               };
163337 mike  1.1.2.1 
163338               static const char*
163339               _CIM_Check_CheckMode_qualifiers[] =
163340               {
163341                   0,
163342               };
163343               
163344               static MetaProperty
163345               _CIM_Check_CheckMode =
163346               {
163347                   /* flags */
163348                   META_FLAG_PROPERTY|META_FLAG_READ,
163349                   /* name */
163350                   "CheckMode",
163351                   /* qualifiers */
163352                   _CIM_Check_CheckMode_qualifiers,
163353                   /* type */
163354                   CIMTYPE_BOOLEAN,
163355                   /* subscript */
163356                   -1,
163357                   /* value */
163358 mike  1.1.2.1     0,
163359               };
163360               
163361               static MetaFeature*
163362               _CIM_Check_Invoke_parameters[] =
163363               {
163364                   0,
163365               };
163366               
163367               static const char*
163368               _CIM_Check_Invoke_qualifiers[] =
163369               {
163370                   0,
163371               };
163372               
163373               static MetaMethod
163374               _CIM_Check_Invoke =
163375               {
163376                   /* flags */
163377                   META_FLAG_METHOD,
163378                   /* name */
163379 mike  1.1.2.1     "CIM_Check",
163380                   /* qualifiers */
163381                   _CIM_Check_Invoke_qualifiers,
163382                   /* type */
163383                   CIMTYPE_UINT32,
163384                   /* parameters */
163385                   _CIM_Check_Invoke_parameters,
163386               };
163387               
163388               static const char*
163389               _CIM_Check_InvokeOnSystem_TargetSystem_qualifiers[] =
163390               {
163391                   /* IN */
163392                   "\024\001",
163393                   0,
163394               };
163395               
163396               static MetaReference
163397               _CIM_Check_InvokeOnSystem_TargetSystem =
163398               {
163399                   /* flags */
163400 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
163401                   /* name */
163402                   "TargetSystem",
163403                   /* qualifiers */
163404                   _CIM_Check_InvokeOnSystem_TargetSystem_qualifiers,
163405                   /* subscript */
163406                   -1,
163407                   /* ref */
163408                   &__root_cimv2_CIM_ComputerSystem,
163409               };
163410               
163411               static MetaFeature*
163412               _CIM_Check_InvokeOnSystem_parameters[] =
163413               {
163414                   (MetaFeature*)&_CIM_Check_InvokeOnSystem_TargetSystem,
163415                   0,
163416               };
163417               
163418               static const char*
163419               _CIM_Check_InvokeOnSystem_qualifiers[] =
163420               {
163421 mike  1.1.2.1     0,
163422               };
163423               
163424               static MetaMethod
163425               _CIM_Check_InvokeOnSystem =
163426               {
163427                   /* flags */
163428                   META_FLAG_METHOD,
163429                   /* name */
163430                   "CIM_Check",
163431                   /* qualifiers */
163432                   _CIM_Check_InvokeOnSystem_qualifiers,
163433                   /* type */
163434                   CIMTYPE_UINT32,
163435                   /* parameters */
163436                   _CIM_Check_InvokeOnSystem_parameters,
163437               };
163438               
163439               static MetaFeature*
163440               _CIM_Check_features[] =
163441               {
163442 mike  1.1.2.1     (MetaFeature*)&_CIM_Check_Name,
163443                   (MetaFeature*)&_CIM_Check_Version,
163444                   (MetaFeature*)&_CIM_Check_SoftwareElementState,
163445                   (MetaFeature*)&_CIM_Check_SoftwareElementID,
163446                   (MetaFeature*)&_CIM_Check_TargetOperatingSystem,
163447                   (MetaFeature*)&_CIM_Check_CheckID,
163448                   (MetaFeature*)&_CIM_Check_CheckMode,
163449                   (MetaFeature*)&_CIM_Check_Invoke,
163450                   (MetaFeature*)&_CIM_Check_InvokeOnSystem,
163451                   0,
163452               };
163453               
163454               static const char*
163455               __root_cimv2_CIM_Check_qualifiers[] =
163456               {
163457                   /* UMLPackagePath */
163458                   "\057CIM::Application::CheckAction",
163459                   /* Abstract */
163460                   "\002\001",
163461                   /* Version */
163462                   "\0632.7.0",
163463 mike  1.1.2.1     0,
163464               };
163465               
163466               MetaClass
163467               __root_cimv2_CIM_Check =
163468               {
163469                   /* flags */
163470                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
163471                   /* name */
163472                   "CIM_Check",
163473                   /* qualifiers */
163474                   __root_cimv2_CIM_Check_qualifiers,
163475                   /* super */
163476                   &__root_cimv2_CIM_ManagedElement,
163477                   /* features */
163478                   _CIM_Check_features,
163479               };
163480               
163481               //==============================================================================
163482               //
163483               // Class: CIM_CIMXMLCommunicationMechanism
163484 mike  1.1.2.1 //
163485               //==============================================================================
163486               
163487               static const char*
163488               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers[] =
163489               {
163490                   /* Required */
163491                   "\050\001",
163492                   /* Override */
163493                   "\044CommunicationMechanism",
163494                   /* ValueMap */
163495                   "\061\000\0012\000",
163496                   /* Values */
163497                   "\062\000\001CIM-XML\000",
163498                   0,
163499               };
163500               
163501               static MetaProperty
163502               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism =
163503               {
163504                   /* flags */
163505 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163506                   /* name */
163507                   "CommunicationMechanism",
163508                   /* qualifiers */
163509                   _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers,
163510                   /* type */
163511                   CIMTYPE_UINT16,
163512                   /* subscript */
163513                   -1,
163514                   /* value */
163515                   "\000\002",
163516               };
163517               
163518               static const char*
163519               _CIM_CIMXMLCommunicationMechanism_Version_qualifiers[] =
163520               {
163521                   /* Required */
163522                   "\050\001",
163523                   /* Override */
163524                   "\044Version",
163525                   /* ValueMap */
163526 mike  1.1.2.1     "\061\000\0031.0\0001.1\0001.2\000",
163527                   0,
163528               };
163529               
163530               static MetaProperty
163531               _CIM_CIMXMLCommunicationMechanism_Version =
163532               {
163533                   /* flags */
163534                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163535                   /* name */
163536                   "Version",
163537                   /* qualifiers */
163538                   _CIM_CIMXMLCommunicationMechanism_Version_qualifiers,
163539                   /* type */
163540                   CIMTYPE_STRING,
163541                   /* subscript */
163542                   -1,
163543                   /* value */
163544                   0,
163545               };
163546               
163547 mike  1.1.2.1 static const char*
163548               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers[] =
163549               {
163550                   /* Deprecated */
163551                   "\013\000\001CIM_CIMXMLCommunicationMechanism.Version\000",
163552                   /* Required */
163553                   "\050\001",
163554                   /* ValueMap */
163555                   "\061\000\0020\0001\000",
163556                   /* Values */
163557                   "\062\000\002Unknown\0001.0\000",
163558                   0,
163559               };
163560               
163561               static MetaProperty
163562               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion =
163563               {
163564                   /* flags */
163565                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163566                   /* name */
163567                   "CIMXMLProtocolVersion",
163568 mike  1.1.2.1     /* qualifiers */
163569                   _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers,
163570                   /* type */
163571                   CIMTYPE_UINT16,
163572                   /* subscript */
163573                   -1,
163574                   /* value */
163575                   0,
163576               };
163577               
163578               static const char*
163579               _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers[] =
163580               {
163581                   /* Required */
163582                   "\050\001",
163583                   0,
163584               };
163585               
163586               static MetaProperty
163587               _CIM_CIMXMLCommunicationMechanism_CIMValidated =
163588               {
163589 mike  1.1.2.1     /* flags */
163590                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163591                   /* name */
163592                   "CIMValidated",
163593                   /* qualifiers */
163594                   _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers,
163595                   /* type */
163596                   CIMTYPE_BOOLEAN,
163597                   /* subscript */
163598                   -1,
163599                   /* value */
163600                   0,
163601               };
163602               
163603               static MetaFeature*
163604               _CIM_CIMXMLCommunicationMechanism_features[] =
163605               {
163606                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CommunicationMechanism,
163607                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_Version,
163608                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion,
163609                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMValidated,
163610 mike  1.1.2.1     0,
163611               };
163612               
163613               static const char*
163614               __root_cimv2_CIM_CIMXMLCommunicationMechanism_qualifiers[] =
163615               {
163616                   /* UMLPackagePath */
163617                   "\057CIM::Interop",
163618                   /* Version */
163619                   "\0632.8.0",
163620                   0,
163621               };
163622               
163623               MetaClass
163624               __root_cimv2_CIM_CIMXMLCommunicationMechanism =
163625               {
163626                   /* flags */
163627                   META_FLAG_CLASS,
163628                   /* name */
163629                   "CIM_CIMXMLCommunicationMechanism",
163630                   /* qualifiers */
163631 mike  1.1.2.1     __root_cimv2_CIM_CIMXMLCommunicationMechanism_qualifiers,
163632                   /* super */
163633                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
163634                   /* features */
163635                   _CIM_CIMXMLCommunicationMechanism_features,
163636               };
163637               
163638               //==============================================================================
163639               //
163640               // Class: CIM_ClassifierService
163641               //
163642               //==============================================================================
163643               
163644               static MetaFeature*
163645               _CIM_ClassifierService_features[] =
163646               {
163647                   0,
163648               };
163649               
163650               static const char*
163651               __root_cimv2_CIM_ClassifierService_qualifiers[] =
163652 mike  1.1.2.1 {
163653                   /* UMLPackagePath */
163654                   "\057CIM::Network::QoS",
163655                   /* Version */
163656                   "\0632.7.0",
163657                   0,
163658               };
163659               
163660               MetaClass
163661               __root_cimv2_CIM_ClassifierService =
163662               {
163663                   /* flags */
163664                   META_FLAG_CLASS,
163665                   /* name */
163666                   "CIM_ClassifierService",
163667                   /* qualifiers */
163668                   __root_cimv2_CIM_ClassifierService_qualifiers,
163669                   /* super */
163670                   &__root_cimv2_CIM_ConditioningService,
163671                   /* features */
163672                   _CIM_ClassifierService_features,
163673 mike  1.1.2.1 };
163674               
163675               //==============================================================================
163676               //
163677               // Class: CIM_Cluster
163678               //
163679               //==============================================================================
163680               
163681               static const char*
163682               _CIM_Cluster_Interconnect_qualifiers[] =
163683               {
163684                   0,
163685               };
163686               
163687               static MetaProperty
163688               _CIM_Cluster_Interconnect =
163689               {
163690                   /* flags */
163691                   META_FLAG_PROPERTY|META_FLAG_READ,
163692                   /* name */
163693                   "Interconnect",
163694 mike  1.1.2.1     /* qualifiers */
163695                   _CIM_Cluster_Interconnect_qualifiers,
163696                   /* type */
163697                   CIMTYPE_STRING,
163698                   /* subscript */
163699                   -1,
163700                   /* value */
163701                   0,
163702               };
163703               
163704               static const char*
163705               _CIM_Cluster_InterconnectAddress_qualifiers[] =
163706               {
163707                   0,
163708               };
163709               
163710               static MetaProperty
163711               _CIM_Cluster_InterconnectAddress =
163712               {
163713                   /* flags */
163714                   META_FLAG_PROPERTY|META_FLAG_READ,
163715 mike  1.1.2.1     /* name */
163716                   "InterconnectAddress",
163717                   /* qualifiers */
163718                   _CIM_Cluster_InterconnectAddress_qualifiers,
163719                   /* type */
163720                   CIMTYPE_STRING,
163721                   /* subscript */
163722                   -1,
163723                   /* value */
163724                   0,
163725               };
163726               
163727               static const char*
163728               _CIM_Cluster_Types_qualifiers[] =
163729               {
163730                   /* ValueMap */
163731                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
163732                   /* Values */
163733                   "\062\000\007Unknown\000Other\000Failover\000Performance\000Distributed OS\000Node Grouping\000SysPlex\000",
163734                   0,
163735               };
163736 mike  1.1.2.1 
163737               static MetaProperty
163738               _CIM_Cluster_Types =
163739               {
163740                   /* flags */
163741                   META_FLAG_PROPERTY|META_FLAG_READ,
163742                   /* name */
163743                   "Types",
163744                   /* qualifiers */
163745                   _CIM_Cluster_Types_qualifiers,
163746                   /* type */
163747                   CIMTYPE_UINT16,
163748                   /* subscript */
163749                   0,
163750                   /* value */
163751                   0,
163752               };
163753               
163754               static const char*
163755               _CIM_Cluster_MaxNumberOfNodes_qualifiers[] =
163756               {
163757 mike  1.1.2.1     0,
163758               };
163759               
163760               static MetaProperty
163761               _CIM_Cluster_MaxNumberOfNodes =
163762               {
163763                   /* flags */
163764                   META_FLAG_PROPERTY|META_FLAG_READ,
163765                   /* name */
163766                   "MaxNumberOfNodes",
163767                   /* qualifiers */
163768                   _CIM_Cluster_MaxNumberOfNodes_qualifiers,
163769                   /* type */
163770                   CIMTYPE_UINT32,
163771                   /* subscript */
163772                   -1,
163773                   /* value */
163774                   0,
163775               };
163776               
163777               static const char*
163778 mike  1.1.2.1 _CIM_Cluster_ClusterState_qualifiers[] =
163779               {
163780                   /* ValueMap */
163781                   "\061\000\0060\0001\0002\0003\0004\0005\000",
163782                   /* Values */
163783                   "\062\000\006Unknown\000Other\000On-line\000Off-line\000Degraded\000Unavailable\000",
163784                   0,
163785               };
163786               
163787               static MetaProperty
163788               _CIM_Cluster_ClusterState =
163789               {
163790                   /* flags */
163791                   META_FLAG_PROPERTY|META_FLAG_READ,
163792                   /* name */
163793                   "ClusterState",
163794                   /* qualifiers */
163795                   _CIM_Cluster_ClusterState_qualifiers,
163796                   /* type */
163797                   CIMTYPE_UINT16,
163798                   /* subscript */
163799 mike  1.1.2.1     -1,
163800                   /* value */
163801                   0,
163802               };
163803               
163804               static MetaFeature*
163805               _CIM_Cluster_features[] =
163806               {
163807                   (MetaFeature*)&_CIM_Cluster_Interconnect,
163808                   (MetaFeature*)&_CIM_Cluster_InterconnectAddress,
163809                   (MetaFeature*)&_CIM_Cluster_Types,
163810                   (MetaFeature*)&_CIM_Cluster_MaxNumberOfNodes,
163811                   (MetaFeature*)&_CIM_Cluster_ClusterState,
163812                   0,
163813               };
163814               
163815               static const char*
163816               __root_cimv2_CIM_Cluster_qualifiers[] =
163817               {
163818                   /* UMLPackagePath */
163819                   "\057CIM::System::SystemElements",
163820 mike  1.1.2.1     /* Version */
163821                   "\0632.6.0",
163822                   0,
163823               };
163824               
163825               MetaClass
163826               __root_cimv2_CIM_Cluster =
163827               {
163828                   /* flags */
163829                   META_FLAG_CLASS,
163830                   /* name */
163831                   "CIM_Cluster",
163832                   /* qualifiers */
163833                   __root_cimv2_CIM_Cluster_qualifiers,
163834                   /* super */
163835                   &__root_cimv2_CIM_ComputerSystem,
163836                   /* features */
163837                   _CIM_Cluster_features,
163838               };
163839               
163840               //==============================================================================
163841 mike  1.1.2.1 //
163842               // Class: CIM_ClusteringService
163843               //
163844               //==============================================================================
163845               
163846               static const char*
163847               _CIM_ClusteringService_AddNode_CS_qualifiers[] =
163848               {
163849                   /* IN */
163850                   "\024\001",
163851                   0,
163852               };
163853               
163854               static MetaReference
163855               _CIM_ClusteringService_AddNode_CS =
163856               {
163857                   /* flags */
163858                   META_FLAG_REFERENCE|META_FLAG_IN,
163859                   /* name */
163860                   "CS",
163861                   /* qualifiers */
163862 mike  1.1.2.1     _CIM_ClusteringService_AddNode_CS_qualifiers,
163863                   /* subscript */
163864                   -1,
163865                   /* ref */
163866                   &__root_cimv2_CIM_ComputerSystem,
163867               };
163868               
163869               static MetaFeature*
163870               _CIM_ClusteringService_AddNode_parameters[] =
163871               {
163872                   (MetaFeature*)&_CIM_ClusteringService_AddNode_CS,
163873                   0,
163874               };
163875               
163876               static const char*
163877               _CIM_ClusteringService_AddNode_qualifiers[] =
163878               {
163879                   0,
163880               };
163881               
163882               static MetaMethod
163883 mike  1.1.2.1 _CIM_ClusteringService_AddNode =
163884               {
163885                   /* flags */
163886                   META_FLAG_METHOD,
163887                   /* name */
163888                   "CIM_ClusteringService",
163889                   /* qualifiers */
163890                   _CIM_ClusteringService_AddNode_qualifiers,
163891                   /* type */
163892                   CIMTYPE_UINT32,
163893                   /* parameters */
163894                   _CIM_ClusteringService_AddNode_parameters,
163895               };
163896               
163897               static const char*
163898               _CIM_ClusteringService_EvictNode_CS_qualifiers[] =
163899               {
163900                   /* IN */
163901                   "\024\001",
163902                   0,
163903               };
163904 mike  1.1.2.1 
163905               static MetaReference
163906               _CIM_ClusteringService_EvictNode_CS =
163907               {
163908                   /* flags */
163909                   META_FLAG_REFERENCE|META_FLAG_IN,
163910                   /* name */
163911                   "CS",
163912                   /* qualifiers */
163913                   _CIM_ClusteringService_EvictNode_CS_qualifiers,
163914                   /* subscript */
163915                   -1,
163916                   /* ref */
163917                   &__root_cimv2_CIM_ComputerSystem,
163918               };
163919               
163920               static MetaFeature*
163921               _CIM_ClusteringService_EvictNode_parameters[] =
163922               {
163923                   (MetaFeature*)&_CIM_ClusteringService_EvictNode_CS,
163924                   0,
163925 mike  1.1.2.1 };
163926               
163927               static const char*
163928               _CIM_ClusteringService_EvictNode_qualifiers[] =
163929               {
163930                   0,
163931               };
163932               
163933               static MetaMethod
163934               _CIM_ClusteringService_EvictNode =
163935               {
163936                   /* flags */
163937                   META_FLAG_METHOD,
163938                   /* name */
163939                   "CIM_ClusteringService",
163940                   /* qualifiers */
163941                   _CIM_ClusteringService_EvictNode_qualifiers,
163942                   /* type */
163943                   CIMTYPE_UINT32,
163944                   /* parameters */
163945                   _CIM_ClusteringService_EvictNode_parameters,
163946 mike  1.1.2.1 };
163947               
163948               static MetaFeature*
163949               _CIM_ClusteringService_features[] =
163950               {
163951                   (MetaFeature*)&_CIM_ClusteringService_AddNode,
163952                   (MetaFeature*)&_CIM_ClusteringService_EvictNode,
163953                   0,
163954               };
163955               
163956               static const char*
163957               __root_cimv2_CIM_ClusteringService_qualifiers[] =
163958               {
163959                   /* UMLPackagePath */
163960                   "\057CIM::System::SystemElements",
163961                   /* Version */
163962                   "\0632.8.0",
163963                   0,
163964               };
163965               
163966               MetaClass
163967 mike  1.1.2.1 __root_cimv2_CIM_ClusteringService =
163968               {
163969                   /* flags */
163970                   META_FLAG_CLASS,
163971                   /* name */
163972                   "CIM_ClusteringService",
163973                   /* qualifiers */
163974                   __root_cimv2_CIM_ClusteringService_qualifiers,
163975                   /* super */
163976                   &__root_cimv2_CIM_Service,
163977                   /* features */
163978                   _CIM_ClusteringService_features,
163979               };
163980               
163981               //==============================================================================
163982               //
163983               // Class: CIM_ClusterServiceAccessBySAP
163984               //
163985               //==============================================================================
163986               
163987               static const char*
163988 mike  1.1.2.1 _CIM_ClusterServiceAccessBySAP_Antecedent_qualifiers[] =
163989               {
163990                   /* Override */
163991                   "\044Antecedent",
163992                   0,
163993               };
163994               
163995               static MetaReference
163996               _CIM_ClusterServiceAccessBySAP_Antecedent =
163997               {
163998                   /* flags */
163999                   META_FLAG_REFERENCE|META_FLAG_READ,
164000                   /* name */
164001                   "Antecedent",
164002                   /* qualifiers */
164003                   _CIM_ClusterServiceAccessBySAP_Antecedent_qualifiers,
164004                   /* subscript */
164005                   -1,
164006                   /* refId */
164007                   &__root_cimv2_CIM_ClusteringService,
164008               };
164009 mike  1.1.2.1 
164010               static const char*
164011               _CIM_ClusterServiceAccessBySAP_Dependent_qualifiers[] =
164012               {
164013                   /* Override */
164014                   "\044Dependent",
164015                   0,
164016               };
164017               
164018               static MetaReference
164019               _CIM_ClusterServiceAccessBySAP_Dependent =
164020               {
164021                   /* flags */
164022                   META_FLAG_REFERENCE|META_FLAG_READ,
164023                   /* name */
164024                   "Dependent",
164025                   /* qualifiers */
164026                   _CIM_ClusterServiceAccessBySAP_Dependent_qualifiers,
164027                   /* subscript */
164028                   -1,
164029                   /* refId */
164030 mike  1.1.2.1     &__root_cimv2_CIM_ClusteringSAP,
164031               };
164032               
164033               static MetaFeature*
164034               _CIM_ClusterServiceAccessBySAP_features[] =
164035               {
164036                   (MetaFeature*)&_CIM_ClusterServiceAccessBySAP_Antecedent,
164037                   (MetaFeature*)&_CIM_ClusterServiceAccessBySAP_Dependent,
164038                   0,
164039               };
164040               
164041               static const char*
164042               __root_cimv2_CIM_ClusterServiceAccessBySAP_qualifiers[] =
164043               {
164044                   /* ASSOCIATION */
164045                   "\000\001",
164046                   /* UMLPackagePath */
164047                   "\057CIM::System::SystemElements",
164048                   /* Version */
164049                   "\0632.6.0",
164050                   0,
164051 mike  1.1.2.1 };
164052               
164053               MetaClass
164054               __root_cimv2_CIM_ClusterServiceAccessBySAP =
164055               {
164056                   /* flags */
164057                   META_FLAG_ASSOCIATION,
164058                   /* name */
164059                   "CIM_ClusterServiceAccessBySAP",
164060                   /* qualifiers */
164061                   __root_cimv2_CIM_ClusterServiceAccessBySAP_qualifiers,
164062                   /* super */
164063                   &__root_cimv2_CIM_ServiceAccessBySAP,
164064                   /* features */
164065                   _CIM_ClusterServiceAccessBySAP_features,
164066               };
164067               
164068               //==============================================================================
164069               //
164070               // Class: CIM_CollectionOfSensors
164071               //
164072 mike  1.1.2.1 //==============================================================================
164073               
164074               static const char*
164075               _CIM_CollectionOfSensors_GroupComponent_qualifiers[] =
164076               {
164077                   /* Aggregate */
164078                   "\003\001",
164079                   /* Override */
164080                   "\044GroupComponent",
164081                   /* Max */
164082                   "\027\000\000\000\001",
164083                   0,
164084               };
164085               
164086               static MetaReference
164087               _CIM_CollectionOfSensors_GroupComponent =
164088               {
164089                   /* flags */
164090                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164091                   /* name */
164092                   "GroupComponent",
164093 mike  1.1.2.1     /* qualifiers */
164094                   _CIM_CollectionOfSensors_GroupComponent_qualifiers,
164095                   /* subscript */
164096                   -1,
164097                   /* refId */
164098                   &__root_cimv2_CIM_MultiStateSensor,
164099               };
164100               
164101               static const char*
164102               _CIM_CollectionOfSensors_PartComponent_qualifiers[] =
164103               {
164104                   /* Override */
164105                   "\044PartComponent",
164106                   /* Min */
164107                   "\033\000\000\000\002",
164108                   0,
164109               };
164110               
164111               static MetaReference
164112               _CIM_CollectionOfSensors_PartComponent =
164113               {
164114 mike  1.1.2.1     /* flags */
164115                   META_FLAG_REFERENCE|META_FLAG_READ,
164116                   /* name */
164117                   "PartComponent",
164118                   /* qualifiers */
164119                   _CIM_CollectionOfSensors_PartComponent_qualifiers,
164120                   /* subscript */
164121                   -1,
164122                   /* refId */
164123                   &__root_cimv2_CIM_Sensor,
164124               };
164125               
164126               static MetaFeature*
164127               _CIM_CollectionOfSensors_features[] =
164128               {
164129                   (MetaFeature*)&_CIM_CollectionOfSensors_GroupComponent,
164130                   (MetaFeature*)&_CIM_CollectionOfSensors_PartComponent,
164131                   0,
164132               };
164133               
164134               static const char*
164135 mike  1.1.2.1 __root_cimv2_CIM_CollectionOfSensors_qualifiers[] =
164136               {
164137                   /* ASSOCIATION */
164138                   "\000\001",
164139                   /* UMLPackagePath */
164140                   "\057CIM::Device::Sensors",
164141                   /* Aggregation */
164142                   "\004\001",
164143                   /* Composition */
164144                   "\011\001",
164145                   /* Version */
164146                   "\0632.7.0",
164147                   0,
164148               };
164149               
164150               MetaClass
164151               __root_cimv2_CIM_CollectionOfSensors =
164152               {
164153                   /* flags */
164154                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164155                   /* name */
164156 mike  1.1.2.1     "CIM_CollectionOfSensors",
164157                   /* qualifiers */
164158                   __root_cimv2_CIM_CollectionOfSensors_qualifiers,
164159                   /* super */
164160                   &__root_cimv2_CIM_Component,
164161                   /* features */
164162                   _CIM_CollectionOfSensors_features,
164163               };
164164               
164165               //==============================================================================
164166               //
164167               // Class: CIM_CommMechanismForAdapter
164168               //
164169               //==============================================================================
164170               
164171               static const char*
164172               _CIM_CommMechanismForAdapter_Antecedent_qualifiers[] =
164173               {
164174                   /* Deprecated */
164175                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Antecedent\000",
164176                   /* Override */
164177 mike  1.1.2.1     "\044Antecedent",
164178                   0,
164179               };
164180               
164181               static MetaReference
164182               _CIM_CommMechanismForAdapter_Antecedent =
164183               {
164184                   /* flags */
164185                   META_FLAG_REFERENCE|META_FLAG_READ,
164186                   /* name */
164187                   "Antecedent",
164188                   /* qualifiers */
164189                   _CIM_CommMechanismForAdapter_Antecedent_qualifiers,
164190                   /* subscript */
164191                   -1,
164192                   /* refId */
164193                   &__root_cimv2_CIM_ProtocolAdapter,
164194               };
164195               
164196               static const char*
164197               _CIM_CommMechanismForAdapter_Dependent_qualifiers[] =
164198 mike  1.1.2.1 {
164199                   /* Deprecated */
164200                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Dependent\000",
164201                   /* Override */
164202                   "\044Dependent",
164203                   /* Min */
164204                   "\033\000\000\000\001",
164205                   0,
164206               };
164207               
164208               static MetaReference
164209               _CIM_CommMechanismForAdapter_Dependent =
164210               {
164211                   /* flags */
164212                   META_FLAG_REFERENCE|META_FLAG_READ,
164213                   /* name */
164214                   "Dependent",
164215                   /* qualifiers */
164216                   _CIM_CommMechanismForAdapter_Dependent_qualifiers,
164217                   /* subscript */
164218                   -1,
164219 mike  1.1.2.1     /* refId */
164220                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164221               };
164222               
164223               static MetaFeature*
164224               _CIM_CommMechanismForAdapter_features[] =
164225               {
164226                   (MetaFeature*)&_CIM_CommMechanismForAdapter_Antecedent,
164227                   (MetaFeature*)&_CIM_CommMechanismForAdapter_Dependent,
164228                   0,
164229               };
164230               
164231               static const char*
164232               __root_cimv2_CIM_CommMechanismForAdapter_qualifiers[] =
164233               {
164234                   /* ASSOCIATION */
164235                   "\000\001",
164236                   /* Deprecated */
164237                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter\000",
164238                   /* UMLPackagePath */
164239                   "\057CIM::Interop",
164240 mike  1.1.2.1     /* Version */
164241                   "\0632.8.0",
164242                   0,
164243               };
164244               
164245               MetaClass
164246               __root_cimv2_CIM_CommMechanismForAdapter =
164247               {
164248                   /* flags */
164249                   META_FLAG_ASSOCIATION,
164250                   /* name */
164251                   "CIM_CommMechanismForAdapter",
164252                   /* qualifiers */
164253                   __root_cimv2_CIM_CommMechanismForAdapter_qualifiers,
164254                   /* super */
164255                   &__root_cimv2_CIM_Dependency,
164256                   /* features */
164257                   _CIM_CommMechanismForAdapter_features,
164258               };
164259               
164260               //==============================================================================
164261 mike  1.1.2.1 //
164262               // Class: CIM_CommMechanismForManager
164263               //
164264               //==============================================================================
164265               
164266               static const char*
164267               _CIM_CommMechanismForManager_Antecedent_qualifiers[] =
164268               {
164269                   /* Override */
164270                   "\044Antecedent",
164271                   /* Min */
164272                   "\033\000\000\000\001",
164273                   /* Max */
164274                   "\027\000\000\000\001",
164275                   0,
164276               };
164277               
164278               static MetaReference
164279               _CIM_CommMechanismForManager_Antecedent =
164280               {
164281                   /* flags */
164282 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
164283                   /* name */
164284                   "Antecedent",
164285                   /* qualifiers */
164286                   _CIM_CommMechanismForManager_Antecedent_qualifiers,
164287                   /* subscript */
164288                   -1,
164289                   /* refId */
164290                   &__root_cimv2_CIM_ObjectManager,
164291               };
164292               
164293               static const char*
164294               _CIM_CommMechanismForManager_Dependent_qualifiers[] =
164295               {
164296                   /* Override */
164297                   "\044Dependent",
164298                   /* Min */
164299                   "\033\000\000\000\001",
164300                   0,
164301               };
164302               
164303 mike  1.1.2.1 static MetaReference
164304               _CIM_CommMechanismForManager_Dependent =
164305               {
164306                   /* flags */
164307                   META_FLAG_REFERENCE|META_FLAG_READ,
164308                   /* name */
164309                   "Dependent",
164310                   /* qualifiers */
164311                   _CIM_CommMechanismForManager_Dependent_qualifiers,
164312                   /* subscript */
164313                   -1,
164314                   /* refId */
164315                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164316               };
164317               
164318               static MetaFeature*
164319               _CIM_CommMechanismForManager_features[] =
164320               {
164321                   (MetaFeature*)&_CIM_CommMechanismForManager_Antecedent,
164322                   (MetaFeature*)&_CIM_CommMechanismForManager_Dependent,
164323                   0,
164324 mike  1.1.2.1 };
164325               
164326               static const char*
164327               __root_cimv2_CIM_CommMechanismForManager_qualifiers[] =
164328               {
164329                   /* ASSOCIATION */
164330                   "\000\001",
164331                   /* UMLPackagePath */
164332                   "\057CIM::Interop",
164333                   /* Version */
164334                   "\0632.6.0",
164335                   0,
164336               };
164337               
164338               MetaClass
164339               __root_cimv2_CIM_CommMechanismForManager =
164340               {
164341                   /* flags */
164342                   META_FLAG_ASSOCIATION,
164343                   /* name */
164344                   "CIM_CommMechanismForManager",
164345 mike  1.1.2.1     /* qualifiers */
164346                   __root_cimv2_CIM_CommMechanismForManager_qualifiers,
164347                   /* super */
164348                   &__root_cimv2_CIM_ServiceAccessBySAP,
164349                   /* features */
164350                   _CIM_CommMechanismForManager_features,
164351               };
164352               
164353               //==============================================================================
164354               //
164355               // Class: CIM_CommMechanismForObjectManagerAdapter
164356               //
164357               //==============================================================================
164358               
164359               static const char*
164360               _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers[] =
164361               {
164362                   /* Override */
164363                   "\044Antecedent",
164364                   0,
164365               };
164366 mike  1.1.2.1 
164367               static MetaReference
164368               _CIM_CommMechanismForObjectManagerAdapter_Antecedent =
164369               {
164370                   /* flags */
164371                   META_FLAG_REFERENCE|META_FLAG_READ,
164372                   /* name */
164373                   "Antecedent",
164374                   /* qualifiers */
164375                   _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers,
164376                   /* subscript */
164377                   -1,
164378                   /* refId */
164379                   &__root_cimv2_CIM_ObjectManagerAdapter,
164380               };
164381               
164382               static const char*
164383               _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers[] =
164384               {
164385                   /* Override */
164386                   "\044Dependent",
164387 mike  1.1.2.1     /* Min */
164388                   "\033\000\000\000\001",
164389                   0,
164390               };
164391               
164392               static MetaReference
164393               _CIM_CommMechanismForObjectManagerAdapter_Dependent =
164394               {
164395                   /* flags */
164396                   META_FLAG_REFERENCE|META_FLAG_READ,
164397                   /* name */
164398                   "Dependent",
164399                   /* qualifiers */
164400                   _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers,
164401                   /* subscript */
164402                   -1,
164403                   /* refId */
164404                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164405               };
164406               
164407               static MetaFeature*
164408 mike  1.1.2.1 _CIM_CommMechanismForObjectManagerAdapter_features[] =
164409               {
164410                   (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Antecedent,
164411                   (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Dependent,
164412                   0,
164413               };
164414               
164415               static const char*
164416               __root_cimv2_CIM_CommMechanismForObjectManagerAdapter_qualifiers[] =
164417               {
164418                   /* ASSOCIATION */
164419                   "\000\001",
164420                   /* UMLPackagePath */
164421                   "\057CIM::Interop",
164422                   /* Version */
164423                   "\0632.8.0",
164424                   0,
164425               };
164426               
164427               MetaClass
164428               __root_cimv2_CIM_CommMechanismForObjectManagerAdapter =
164429 mike  1.1.2.1 {
164430                   /* flags */
164431                   META_FLAG_ASSOCIATION,
164432                   /* name */
164433                   "CIM_CommMechanismForObjectManagerAdapter",
164434                   /* qualifiers */
164435                   __root_cimv2_CIM_CommMechanismForObjectManagerAdapter_qualifiers,
164436                   /* super */
164437                   &__root_cimv2_CIM_Dependency,
164438                   /* features */
164439                   _CIM_CommMechanismForObjectManagerAdapter_features,
164440               };
164441               
164442               //==============================================================================
164443               //
164444               // Class: CIM_ComponentCS
164445               //
164446               //==============================================================================
164447               
164448               static const char*
164449               _CIM_ComponentCS_GroupComponent_qualifiers[] =
164450 mike  1.1.2.1 {
164451                   /* Aggregate */
164452                   "\003\001",
164453                   /* Override */
164454                   "\044GroupComponent",
164455                   /* Max */
164456                   "\027\000\000\000\001",
164457                   0,
164458               };
164459               
164460               static MetaReference
164461               _CIM_ComponentCS_GroupComponent =
164462               {
164463                   /* flags */
164464                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164465                   /* name */
164466                   "GroupComponent",
164467                   /* qualifiers */
164468                   _CIM_ComponentCS_GroupComponent_qualifiers,
164469                   /* subscript */
164470                   -1,
164471 mike  1.1.2.1     /* refId */
164472                   &__root_cimv2_CIM_ComputerSystem,
164473               };
164474               
164475               static const char*
164476               _CIM_ComponentCS_PartComponent_qualifiers[] =
164477               {
164478                   /* Override */
164479                   "\044PartComponent",
164480                   0,
164481               };
164482               
164483               static MetaReference
164484               _CIM_ComponentCS_PartComponent =
164485               {
164486                   /* flags */
164487                   META_FLAG_REFERENCE|META_FLAG_READ,
164488                   /* name */
164489                   "PartComponent",
164490                   /* qualifiers */
164491                   _CIM_ComponentCS_PartComponent_qualifiers,
164492 mike  1.1.2.1     /* subscript */
164493                   -1,
164494                   /* refId */
164495                   &__root_cimv2_CIM_ComputerSystem,
164496               };
164497               
164498               static MetaFeature*
164499               _CIM_ComponentCS_features[] =
164500               {
164501                   (MetaFeature*)&_CIM_ComponentCS_GroupComponent,
164502                   (MetaFeature*)&_CIM_ComponentCS_PartComponent,
164503                   0,
164504               };
164505               
164506               static const char*
164507               __root_cimv2_CIM_ComponentCS_qualifiers[] =
164508               {
164509                   /* ASSOCIATION */
164510                   "\000\001",
164511                   /* UMLPackagePath */
164512                   "\057CIM::System::SystemElements",
164513 mike  1.1.2.1     /* Aggregation */
164514                   "\004\001",
164515                   /* Composition */
164516                   "\011\001",
164517                   /* Version */
164518                   "\0632.13.0",
164519                   0,
164520               };
164521               
164522               MetaClass
164523               __root_cimv2_CIM_ComponentCS =
164524               {
164525                   /* flags */
164526                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164527                   /* name */
164528                   "CIM_ComponentCS",
164529                   /* qualifiers */
164530                   __root_cimv2_CIM_ComponentCS_qualifiers,
164531                   /* super */
164532                   &__root_cimv2_CIM_SystemComponent,
164533                   /* features */
164534 mike  1.1.2.1     _CIM_ComponentCS_features,
164535               };
164536               
164537               //==============================================================================
164538               //
164539               // Class: CIM_ComputerSystemMemory
164540               //
164541               //==============================================================================
164542               
164543               static const char*
164544               _CIM_ComputerSystemMemory_GroupComponent_qualifiers[] =
164545               {
164546                   /* Deprecated */
164547                   "\013\000\001CIM_SystemDevice.GroupComponent\000",
164548                   /* Aggregate */
164549                   "\003\001",
164550                   /* Override */
164551                   "\044GroupComponent",
164552                   /* Min */
164553                   "\033\000\000\000\001",
164554                   /* Max */
164555 mike  1.1.2.1     "\027\000\000\000\001",
164556                   0,
164557               };
164558               
164559               static MetaReference
164560               _CIM_ComputerSystemMemory_GroupComponent =
164561               {
164562                   /* flags */
164563                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164564                   /* name */
164565                   "GroupComponent",
164566                   /* qualifiers */
164567                   _CIM_ComputerSystemMemory_GroupComponent_qualifiers,
164568                   /* subscript */
164569                   -1,
164570                   /* refId */
164571                   &__root_cimv2_CIM_UnitaryComputerSystem,
164572               };
164573               
164574               static const char*
164575               _CIM_ComputerSystemMemory_PartComponent_qualifiers[] =
164576 mike  1.1.2.1 {
164577                   /* Deprecated */
164578                   "\013\000\001CIM_SystemDevice.PartComponent\000",
164579                   /* Override */
164580                   "\044PartComponent",
164581                   0,
164582               };
164583               
164584               static MetaReference
164585               _CIM_ComputerSystemMemory_PartComponent =
164586               {
164587                   /* flags */
164588                   META_FLAG_REFERENCE|META_FLAG_READ,
164589                   /* name */
164590                   "PartComponent",
164591                   /* qualifiers */
164592                   _CIM_ComputerSystemMemory_PartComponent_qualifiers,
164593                   /* subscript */
164594                   -1,
164595                   /* refId */
164596                   &__root_cimv2_CIM_Memory,
164597 mike  1.1.2.1 };
164598               
164599               static MetaFeature*
164600               _CIM_ComputerSystemMemory_features[] =
164601               {
164602                   (MetaFeature*)&_CIM_ComputerSystemMemory_GroupComponent,
164603                   (MetaFeature*)&_CIM_ComputerSystemMemory_PartComponent,
164604                   0,
164605               };
164606               
164607               static const char*
164608               __root_cimv2_CIM_ComputerSystemMemory_qualifiers[] =
164609               {
164610                   /* ASSOCIATION */
164611                   "\000\001",
164612                   /* Deprecated */
164613                   "\013\000\001CIM_SystemDevice\000",
164614                   /* UMLPackagePath */
164615                   "\057CIM::Device::Memory",
164616                   /* Aggregation */
164617                   "\004\001",
164618 mike  1.1.2.1     /* Composition */
164619                   "\011\001",
164620                   /* Version */
164621                   "\0632.8.0",
164622                   0,
164623               };
164624               
164625               MetaClass
164626               __root_cimv2_CIM_ComputerSystemMemory =
164627               {
164628                   /* flags */
164629                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164630                   /* name */
164631                   "CIM_ComputerSystemMemory",
164632                   /* qualifiers */
164633                   __root_cimv2_CIM_ComputerSystemMemory_qualifiers,
164634                   /* super */
164635                   &__root_cimv2_CIM_SystemDevice,
164636                   /* features */
164637                   _CIM_ComputerSystemMemory_features,
164638               };
164639 mike  1.1.2.1 
164640               //==============================================================================
164641               //
164642               // Class: CIM_ComputerSystemProcessor
164643               //
164644               //==============================================================================
164645               
164646               static const char*
164647               _CIM_ComputerSystemProcessor_GroupComponent_qualifiers[] =
164648               {
164649                   /* Deprecated */
164650                   "\013\000\001CIM_SystemDevice.GroupComponent\000",
164651                   /* Aggregate */
164652                   "\003\001",
164653                   /* Override */
164654                   "\044GroupComponent",
164655                   0,
164656               };
164657               
164658               static MetaReference
164659               _CIM_ComputerSystemProcessor_GroupComponent =
164660 mike  1.1.2.1 {
164661                   /* flags */
164662                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164663                   /* name */
164664                   "GroupComponent",
164665                   /* qualifiers */
164666                   _CIM_ComputerSystemProcessor_GroupComponent_qualifiers,
164667                   /* subscript */
164668                   -1,
164669                   /* refId */
164670                   &__root_cimv2_CIM_UnitaryComputerSystem,
164671               };
164672               
164673               static const char*
164674               _CIM_ComputerSystemProcessor_PartComponent_qualifiers[] =
164675               {
164676                   /* Deprecated */
164677                   "\013\000\001CIM_SystemDevice.PartComponent\000",
164678                   /* Override */
164679                   "\044PartComponent",
164680                   0,
164681 mike  1.1.2.1 };
164682               
164683               static MetaReference
164684               _CIM_ComputerSystemProcessor_PartComponent =
164685               {
164686                   /* flags */
164687                   META_FLAG_REFERENCE|META_FLAG_READ,
164688                   /* name */
164689                   "PartComponent",
164690                   /* qualifiers */
164691                   _CIM_ComputerSystemProcessor_PartComponent_qualifiers,
164692                   /* subscript */
164693                   -1,
164694                   /* refId */
164695                   &__root_cimv2_CIM_Processor,
164696               };
164697               
164698               static MetaFeature*
164699               _CIM_ComputerSystemProcessor_features[] =
164700               {
164701                   (MetaFeature*)&_CIM_ComputerSystemProcessor_GroupComponent,
164702 mike  1.1.2.1     (MetaFeature*)&_CIM_ComputerSystemProcessor_PartComponent,
164703                   0,
164704               };
164705               
164706               static const char*
164707               __root_cimv2_CIM_ComputerSystemProcessor_qualifiers[] =
164708               {
164709                   /* ASSOCIATION */
164710                   "\000\001",
164711                   /* Deprecated */
164712                   "\013\000\001CIM_SystemDevice\000",
164713                   /* UMLPackagePath */
164714                   "\057CIM::Device::Processor",
164715                   /* Aggregation */
164716                   "\004\001",
164717                   /* Composition */
164718                   "\011\001",
164719                   /* Version */
164720                   "\0632.10.0",
164721                   0,
164722               };
164723 mike  1.1.2.1 
164724               MetaClass
164725               __root_cimv2_CIM_ComputerSystemProcessor =
164726               {
164727                   /* flags */
164728                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164729                   /* name */
164730                   "CIM_ComputerSystemProcessor",
164731                   /* qualifiers */
164732                   __root_cimv2_CIM_ComputerSystemProcessor_qualifiers,
164733                   /* super */
164734                   &__root_cimv2_CIM_SystemDevice,
164735                   /* features */
164736                   _CIM_ComputerSystemProcessor_features,
164737               };
164738               
164739               //==============================================================================
164740               //
164741               // Class: CIM_ComputerSystemResource
164742               //
164743               //==============================================================================
164744 mike  1.1.2.1 
164745               static const char*
164746               _CIM_ComputerSystemResource_GroupComponent_qualifiers[] =
164747               {
164748                   /* Aggregate */
164749                   "\003\001",
164750                   /* Override */
164751                   "\044GroupComponent",
164752                   /* Min */
164753                   "\033\000\000\000\001",
164754                   /* Max */
164755                   "\027\000\000\000\001",
164756                   0,
164757               };
164758               
164759               static MetaReference
164760               _CIM_ComputerSystemResource_GroupComponent =
164761               {
164762                   /* flags */
164763                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164764                   /* name */
164765 mike  1.1.2.1     "GroupComponent",
164766                   /* qualifiers */
164767                   _CIM_ComputerSystemResource_GroupComponent_qualifiers,
164768                   /* subscript */
164769                   -1,
164770                   /* refId */
164771                   &__root_cimv2_CIM_ComputerSystem,
164772               };
164773               
164774               static const char*
164775               _CIM_ComputerSystemResource_PartComponent_qualifiers[] =
164776               {
164777                   /* Override */
164778                   "\044PartComponent",
164779                   0,
164780               };
164781               
164782               static MetaReference
164783               _CIM_ComputerSystemResource_PartComponent =
164784               {
164785                   /* flags */
164786 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
164787                   /* name */
164788                   "PartComponent",
164789                   /* qualifiers */
164790                   _CIM_ComputerSystemResource_PartComponent_qualifiers,
164791                   /* subscript */
164792                   -1,
164793                   /* refId */
164794                   &__root_cimv2_CIM_SystemResource,
164795               };
164796               
164797               static MetaFeature*
164798               _CIM_ComputerSystemResource_features[] =
164799               {
164800                   (MetaFeature*)&_CIM_ComputerSystemResource_GroupComponent,
164801                   (MetaFeature*)&_CIM_ComputerSystemResource_PartComponent,
164802                   0,
164803               };
164804               
164805               static const char*
164806               __root_cimv2_CIM_ComputerSystemResource_qualifiers[] =
164807 mike  1.1.2.1 {
164808                   /* ASSOCIATION */
164809                   "\000\001",
164810                   /* UMLPackagePath */
164811                   "\057CIM::System::SystemResources",
164812                   /* Aggregation */
164813                   "\004\001",
164814                   /* Composition */
164815                   "\011\001",
164816                   /* Version */
164817                   "\0632.7.0",
164818                   0,
164819               };
164820               
164821               MetaClass
164822               __root_cimv2_CIM_ComputerSystemResource =
164823               {
164824                   /* flags */
164825                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164826                   /* name */
164827                   "CIM_ComputerSystemResource",
164828 mike  1.1.2.1     /* qualifiers */
164829                   __root_cimv2_CIM_ComputerSystemResource_qualifiers,
164830                   /* super */
164831                   &__root_cimv2_CIM_ResourceOfSystem,
164832                   /* features */
164833                   _CIM_ComputerSystemResource_features,
164834               };
164835               
164836               //==============================================================================
164837               //
164838               // Class: CIM_ConditioningServiceOnEndpoint
164839               //
164840               //==============================================================================
164841               
164842               static const char*
164843               _CIM_ConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
164844               {
164845                   /* Deprecated */
164846                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint.Antecedent\000CIM_EgressConditioningServiceOnEndpoint.Antecedent \000",
164847                   /* Override */
164848                   "\044Antecedent",
164849 mike  1.1.2.1     /* Max */
164850                   "\027\000\000\000\001",
164851                   0,
164852               };
164853               
164854               static MetaReference
164855               _CIM_ConditioningServiceOnEndpoint_Antecedent =
164856               {
164857                   /* flags */
164858                   META_FLAG_REFERENCE|META_FLAG_READ,
164859                   /* name */
164860                   "Antecedent",
164861                   /* qualifiers */
164862                   _CIM_ConditioningServiceOnEndpoint_Antecedent_qualifiers,
164863                   /* subscript */
164864                   -1,
164865                   /* refId */
164866                   &__root_cimv2_CIM_ProtocolEndpoint,
164867               };
164868               
164869               static const char*
164870 mike  1.1.2.1 _CIM_ConditioningServiceOnEndpoint_Dependent_qualifiers[] =
164871               {
164872                   /* Deprecated */
164873                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint.Dependent\000CIM_EgressConditioningServiceOnEndpoint.Dependent\000",
164874                   /* Override */
164875                   "\044Dependent",
164876                   0,
164877               };
164878               
164879               static MetaReference
164880               _CIM_ConditioningServiceOnEndpoint_Dependent =
164881               {
164882                   /* flags */
164883                   META_FLAG_REFERENCE|META_FLAG_READ,
164884                   /* name */
164885                   "Dependent",
164886                   /* qualifiers */
164887                   _CIM_ConditioningServiceOnEndpoint_Dependent_qualifiers,
164888                   /* subscript */
164889                   -1,
164890                   /* refId */
164891 mike  1.1.2.1     &__root_cimv2_CIM_ConditioningService,
164892               };
164893               
164894               static const char*
164895               _CIM_ConditioningServiceOnEndpoint_ServiceType_qualifiers[] =
164896               {
164897                   /* Deprecated */
164898                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint\000CIM_EgressConditioningServiceOnEndpoint\000",
164899                   /* ValueMap */
164900                   "\061\000\0030\0001\0002\000",
164901                   /* Values */
164902                   "\062\000\003Unknown\000Ingress\000Egress\000",
164903                   0,
164904               };
164905               
164906               static MetaProperty
164907               _CIM_ConditioningServiceOnEndpoint_ServiceType =
164908               {
164909                   /* flags */
164910                   META_FLAG_PROPERTY|META_FLAG_READ,
164911                   /* name */
164912 mike  1.1.2.1     "ServiceType",
164913                   /* qualifiers */
164914                   _CIM_ConditioningServiceOnEndpoint_ServiceType_qualifiers,
164915                   /* type */
164916                   CIMTYPE_UINT16,
164917                   /* subscript */
164918                   -1,
164919                   /* value */
164920                   0,
164921               };
164922               
164923               static MetaFeature*
164924               _CIM_ConditioningServiceOnEndpoint_features[] =
164925               {
164926                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_Antecedent,
164927                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_Dependent,
164928                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_ServiceType,
164929                   0,
164930               };
164931               
164932               static const char*
164933 mike  1.1.2.1 __root_cimv2_CIM_ConditioningServiceOnEndpoint_qualifiers[] =
164934               {
164935                   /* ASSOCIATION */
164936                   "\000\001",
164937                   /* Deprecated */
164938                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint\000CIM_EgressConditioningServiceOnEndpoint\000",
164939                   /* UMLPackagePath */
164940                   "\057CIM::Network::QoS",
164941                   /* Version */
164942                   "\0632.7.0",
164943                   0,
164944               };
164945               
164946               MetaClass
164947               __root_cimv2_CIM_ConditioningServiceOnEndpoint =
164948               {
164949                   /* flags */
164950                   META_FLAG_ASSOCIATION,
164951                   /* name */
164952                   "CIM_ConditioningServiceOnEndpoint",
164953                   /* qualifiers */
164954 mike  1.1.2.1     __root_cimv2_CIM_ConditioningServiceOnEndpoint_qualifiers,
164955                   /* super */
164956                   &__root_cimv2_CIM_Dependency,
164957                   /* features */
164958                   _CIM_ConditioningServiceOnEndpoint_features,
164959               };
164960               
164961               //==============================================================================
164962               //
164963               // Class: CIM_ControlledBy
164964               //
164965               //==============================================================================
164966               
164967               static const char*
164968               _CIM_ControlledBy_Antecedent_qualifiers[] =
164969               {
164970                   /* Override */
164971                   "\044Antecedent",
164972                   0,
164973               };
164974               
164975 mike  1.1.2.1 static MetaReference
164976               _CIM_ControlledBy_Antecedent =
164977               {
164978                   /* flags */
164979                   META_FLAG_REFERENCE|META_FLAG_READ,
164980                   /* name */
164981                   "Antecedent",
164982                   /* qualifiers */
164983                   _CIM_ControlledBy_Antecedent_qualifiers,
164984                   /* subscript */
164985                   -1,
164986                   /* refId */
164987                   &__root_cimv2_CIM_Controller,
164988               };
164989               
164990               static const char*
164991               _CIM_ControlledBy_Dependent_qualifiers[] =
164992               {
164993                   /* Override */
164994                   "\044Dependent",
164995                   0,
164996 mike  1.1.2.1 };
164997               
164998               static MetaReference
164999               _CIM_ControlledBy_Dependent =
165000               {
165001                   /* flags */
165002                   META_FLAG_REFERENCE|META_FLAG_READ,
165003                   /* name */
165004                   "Dependent",
165005                   /* qualifiers */
165006                   _CIM_ControlledBy_Dependent_qualifiers,
165007                   /* subscript */
165008                   -1,
165009                   /* refId */
165010                   &__root_cimv2_CIM_LogicalDevice,
165011               };
165012               
165013               static const char*
165014               _CIM_ControlledBy_AccessState_qualifiers[] =
165015               {
165016                   /* ValueMap */
165017 mike  1.1.2.1     "\061\000\0030\0001\0002\000",
165018                   /* Values */
165019                   "\062\000\003Unknown\000Active\000Inactive\000",
165020                   0,
165021               };
165022               
165023               static MetaProperty
165024               _CIM_ControlledBy_AccessState =
165025               {
165026                   /* flags */
165027                   META_FLAG_PROPERTY|META_FLAG_READ,
165028                   /* name */
165029                   "AccessState",
165030                   /* qualifiers */
165031                   _CIM_ControlledBy_AccessState_qualifiers,
165032                   /* type */
165033                   CIMTYPE_UINT16,
165034                   /* subscript */
165035                   -1,
165036                   /* value */
165037                   0,
165038 mike  1.1.2.1 };
165039               
165040               static const char*
165041               _CIM_ControlledBy_TimeOfDeviceReset_qualifiers[] =
165042               {
165043                   0,
165044               };
165045               
165046               static MetaProperty
165047               _CIM_ControlledBy_TimeOfDeviceReset =
165048               {
165049                   /* flags */
165050                   META_FLAG_PROPERTY|META_FLAG_READ,
165051                   /* name */
165052                   "TimeOfDeviceReset",
165053                   /* qualifiers */
165054                   _CIM_ControlledBy_TimeOfDeviceReset_qualifiers,
165055                   /* type */
165056                   CIMTYPE_DATETIME,
165057                   /* subscript */
165058                   -1,
165059 mike  1.1.2.1     /* value */
165060                   0,
165061               };
165062               
165063               static const char*
165064               _CIM_ControlledBy_NumberOfHardResets_qualifiers[] =
165065               {
165066                   /* Counter */
165067                   "\012\001",
165068                   0,
165069               };
165070               
165071               static MetaProperty
165072               _CIM_ControlledBy_NumberOfHardResets =
165073               {
165074                   /* flags */
165075                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
165076                   /* name */
165077                   "NumberOfHardResets",
165078                   /* qualifiers */
165079                   _CIM_ControlledBy_NumberOfHardResets_qualifiers,
165080 mike  1.1.2.1     /* type */
165081                   CIMTYPE_UINT32,
165082                   /* subscript */
165083                   -1,
165084                   /* value */
165085                   0,
165086               };
165087               
165088               static const char*
165089               _CIM_ControlledBy_NumberOfSoftResets_qualifiers[] =
165090               {
165091                   /* Counter */
165092                   "\012\001",
165093                   0,
165094               };
165095               
165096               static MetaProperty
165097               _CIM_ControlledBy_NumberOfSoftResets =
165098               {
165099                   /* flags */
165100                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
165101 mike  1.1.2.1     /* name */
165102                   "NumberOfSoftResets",
165103                   /* qualifiers */
165104                   _CIM_ControlledBy_NumberOfSoftResets_qualifiers,
165105                   /* type */
165106                   CIMTYPE_UINT32,
165107                   /* subscript */
165108                   -1,
165109                   /* value */
165110                   0,
165111               };
165112               
165113               static const char*
165114               _CIM_ControlledBy_DeviceNumber_qualifiers[] =
165115               {
165116                   0,
165117               };
165118               
165119               static MetaProperty
165120               _CIM_ControlledBy_DeviceNumber =
165121               {
165122 mike  1.1.2.1     /* flags */
165123                   META_FLAG_PROPERTY|META_FLAG_READ,
165124                   /* name */
165125                   "DeviceNumber",
165126                   /* qualifiers */
165127                   _CIM_ControlledBy_DeviceNumber_qualifiers,
165128                   /* type */
165129                   CIMTYPE_STRING,
165130                   /* subscript */
165131                   -1,
165132                   /* value */
165133                   0,
165134               };
165135               
165136               static const char*
165137               _CIM_ControlledBy_AccessMode_qualifiers[] =
165138               {
165139                   /* ValueMap */
165140                   "\061\000\0032\0003\0004\000",
165141                   /* Values */
165142                   "\062\000\003ReadWrite\000ReadOnly\000NoAccess\000",
165143 mike  1.1.2.1     0,
165144               };
165145               
165146               static MetaProperty
165147               _CIM_ControlledBy_AccessMode =
165148               {
165149                   /* flags */
165150                   META_FLAG_PROPERTY|META_FLAG_READ,
165151                   /* name */
165152                   "AccessMode",
165153                   /* qualifiers */
165154                   _CIM_ControlledBy_AccessMode_qualifiers,
165155                   /* type */
165156                   CIMTYPE_UINT16,
165157                   /* subscript */
165158                   -1,
165159                   /* value */
165160                   0,
165161               };
165162               
165163               static const char*
165164 mike  1.1.2.1 _CIM_ControlledBy_AccessPriority_qualifiers[] =
165165               {
165166                   0,
165167               };
165168               
165169               static MetaProperty
165170               _CIM_ControlledBy_AccessPriority =
165171               {
165172                   /* flags */
165173                   META_FLAG_PROPERTY|META_FLAG_READ,
165174                   /* name */
165175                   "AccessPriority",
165176                   /* qualifiers */
165177                   _CIM_ControlledBy_AccessPriority_qualifiers,
165178                   /* type */
165179                   CIMTYPE_UINT16,
165180                   /* subscript */
165181                   -1,
165182                   /* value */
165183                   0,
165184               };
165185 mike  1.1.2.1 
165186               static MetaFeature*
165187               _CIM_ControlledBy_features[] =
165188               {
165189                   (MetaFeature*)&_CIM_ControlledBy_Antecedent,
165190                   (MetaFeature*)&_CIM_ControlledBy_Dependent,
165191                   (MetaFeature*)&_CIM_ControlledBy_AccessState,
165192                   (MetaFeature*)&_CIM_ControlledBy_TimeOfDeviceReset,
165193                   (MetaFeature*)&_CIM_ControlledBy_NumberOfHardResets,
165194                   (MetaFeature*)&_CIM_ControlledBy_NumberOfSoftResets,
165195                   (MetaFeature*)&_CIM_ControlledBy_DeviceNumber,
165196                   (MetaFeature*)&_CIM_ControlledBy_AccessMode,
165197                   (MetaFeature*)&_CIM_ControlledBy_AccessPriority,
165198                   0,
165199               };
165200               
165201               static const char*
165202               __root_cimv2_CIM_ControlledBy_qualifiers[] =
165203               {
165204                   /* ASSOCIATION */
165205                   "\000\001",
165206 mike  1.1.2.1     /* UMLPackagePath */
165207                   "\057CIM::Device::Controller",
165208                   /* Version */
165209                   "\0632.10.0",
165210                   0,
165211               };
165212               
165213               MetaClass
165214               __root_cimv2_CIM_ControlledBy =
165215               {
165216                   /* flags */
165217                   META_FLAG_ASSOCIATION,
165218                   /* name */
165219                   "CIM_ControlledBy",
165220                   /* qualifiers */
165221                   __root_cimv2_CIM_ControlledBy_qualifiers,
165222                   /* super */
165223                   &__root_cimv2_CIM_DeviceConnection,
165224                   /* features */
165225                   _CIM_ControlledBy_features,
165226               };
165227 mike  1.1.2.1 
165228               //==============================================================================
165229               //
165230               // Class: CIM_CredentialManagementService
165231               //
165232               //==============================================================================
165233               
165234               static MetaFeature*
165235               _CIM_CredentialManagementService_features[] =
165236               {
165237                   0,
165238               };
165239               
165240               static const char*
165241               __root_cimv2_CIM_CredentialManagementService_qualifiers[] =
165242               {
165243                   /* UMLPackagePath */
165244                   "\057CIM::User::SecurityServices",
165245                   /* Version */
165246                   "\0632.6.0",
165247                   0,
165248 mike  1.1.2.1 };
165249               
165250               MetaClass
165251               __root_cimv2_CIM_CredentialManagementService =
165252               {
165253                   /* flags */
165254                   META_FLAG_CLASS,
165255                   /* name */
165256                   "CIM_CredentialManagementService",
165257                   /* qualifiers */
165258                   __root_cimv2_CIM_CredentialManagementService_qualifiers,
165259                   /* super */
165260                   &__root_cimv2_CIM_AuthenticationService,
165261                   /* features */
165262                   _CIM_CredentialManagementService_features,
165263               };
165264               
165265               //==============================================================================
165266               //
165267               // Class: CIM_CurrentSensor
165268               //
165269 mike  1.1.2.1 //==============================================================================
165270               
165271               static const char*
165272               _CIM_CurrentSensor_SensorType_qualifiers[] =
165273               {
165274                   /* Deprecated */
165275                   "\013\000\001No Value\000",
165276                   /* Override */
165277                   "\044SensorType",
165278                   0,
165279               };
165280               
165281               static MetaProperty
165282               _CIM_CurrentSensor_SensorType =
165283               {
165284                   /* flags */
165285                   META_FLAG_PROPERTY|META_FLAG_READ,
165286                   /* name */
165287                   "SensorType",
165288                   /* qualifiers */
165289                   _CIM_CurrentSensor_SensorType_qualifiers,
165290 mike  1.1.2.1     /* type */
165291                   CIMTYPE_UINT16,
165292                   /* subscript */
165293                   -1,
165294                   /* value */
165295                   "\000\004",
165296               };
165297               
165298               static const char*
165299               _CIM_CurrentSensor_BaseUnits_qualifiers[] =
165300               {
165301                   /* Deprecated */
165302                   "\013\000\001No Value\000",
165303                   /* Override */
165304                   "\044BaseUnits",
165305                   0,
165306               };
165307               
165308               static MetaProperty
165309               _CIM_CurrentSensor_BaseUnits =
165310               {
165311 mike  1.1.2.1     /* flags */
165312                   META_FLAG_PROPERTY|META_FLAG_READ,
165313                   /* name */
165314                   "BaseUnits",
165315                   /* qualifiers */
165316                   _CIM_CurrentSensor_BaseUnits_qualifiers,
165317                   /* type */
165318                   CIMTYPE_UINT16,
165319                   /* subscript */
165320                   -1,
165321                   /* value */
165322                   "\000\006",
165323               };
165324               
165325               static const char*
165326               _CIM_CurrentSensor_UnitModifier_qualifiers[] =
165327               {
165328                   /* Deprecated */
165329                   "\013\000\001No Value\000",
165330                   /* Override */
165331                   "\044UnitModifier",
165332 mike  1.1.2.1     0,
165333               };
165334               
165335               static MetaProperty
165336               _CIM_CurrentSensor_UnitModifier =
165337               {
165338                   /* flags */
165339                   META_FLAG_PROPERTY|META_FLAG_READ,
165340                   /* name */
165341                   "UnitModifier",
165342                   /* qualifiers */
165343                   _CIM_CurrentSensor_UnitModifier_qualifiers,
165344                   /* type */
165345                   CIMTYPE_SINT32,
165346                   /* subscript */
165347                   -1,
165348                   /* value */
165349                   "\377\377\377\375",
165350               };
165351               
165352               static const char*
165353 mike  1.1.2.1 _CIM_CurrentSensor_RateUnits_qualifiers[] =
165354               {
165355                   /* Deprecated */
165356                   "\013\000\001No Value\000",
165357                   /* Override */
165358                   "\044RateUnits",
165359                   0,
165360               };
165361               
165362               static MetaProperty
165363               _CIM_CurrentSensor_RateUnits =
165364               {
165365                   /* flags */
165366                   META_FLAG_PROPERTY|META_FLAG_READ,
165367                   /* name */
165368                   "RateUnits",
165369                   /* qualifiers */
165370                   _CIM_CurrentSensor_RateUnits_qualifiers,
165371                   /* type */
165372                   CIMTYPE_UINT16,
165373                   /* subscript */
165374 mike  1.1.2.1     -1,
165375                   /* value */
165376                   "\000\000",
165377               };
165378               
165379               static const char*
165380               _CIM_CurrentSensor_CurrentReading_qualifiers[] =
165381               {
165382                   /* Deprecated */
165383                   "\013\000\001No Value\000",
165384                   /* Override */
165385                   "\044CurrentReading",
165386                   /* MappingStrings */
165387                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.5\000",
165388                   0,
165389               };
165390               
165391               static MetaProperty
165392               _CIM_CurrentSensor_CurrentReading =
165393               {
165394                   /* flags */
165395 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
165396                   /* name */
165397                   "CurrentReading",
165398                   /* qualifiers */
165399                   _CIM_CurrentSensor_CurrentReading_qualifiers,
165400                   /* type */
165401                   CIMTYPE_SINT32,
165402                   /* subscript */
165403                   -1,
165404                   /* value */
165405                   0,
165406               };
165407               
165408               static const char*
165409               _CIM_CurrentSensor_NominalReading_qualifiers[] =
165410               {
165411                   /* Deprecated */
165412                   "\013\000\001No Value\000",
165413                   /* Override */
165414                   "\044NominalReading",
165415                   /* MappingStrings */
165416 mike  1.1.2.1     "\026\000\001MIF.DMTF|Electrical Current Probe|001.6\000",
165417                   0,
165418               };
165419               
165420               static MetaProperty
165421               _CIM_CurrentSensor_NominalReading =
165422               {
165423                   /* flags */
165424                   META_FLAG_PROPERTY|META_FLAG_READ,
165425                   /* name */
165426                   "NominalReading",
165427                   /* qualifiers */
165428                   _CIM_CurrentSensor_NominalReading_qualifiers,
165429                   /* type */
165430                   CIMTYPE_SINT32,
165431                   /* subscript */
165432                   -1,
165433                   /* value */
165434                   0,
165435               };
165436               
165437 mike  1.1.2.1 static const char*
165438               _CIM_CurrentSensor_NormalMax_qualifiers[] =
165439               {
165440                   /* Deprecated */
165441                   "\013\000\001No Value\000",
165442                   /* Override */
165443                   "\044NormalMax",
165444                   /* MappingStrings */
165445                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.7\000",
165446                   0,
165447               };
165448               
165449               static MetaProperty
165450               _CIM_CurrentSensor_NormalMax =
165451               {
165452                   /* flags */
165453                   META_FLAG_PROPERTY|META_FLAG_READ,
165454                   /* name */
165455                   "NormalMax",
165456                   /* qualifiers */
165457                   _CIM_CurrentSensor_NormalMax_qualifiers,
165458 mike  1.1.2.1     /* type */
165459                   CIMTYPE_SINT32,
165460                   /* subscript */
165461                   -1,
165462                   /* value */
165463                   0,
165464               };
165465               
165466               static const char*
165467               _CIM_CurrentSensor_NormalMin_qualifiers[] =
165468               {
165469                   /* Deprecated */
165470                   "\013\000\001No Value\000",
165471                   /* Override */
165472                   "\044NormalMin",
165473                   /* MappingStrings */
165474                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.8\000",
165475                   0,
165476               };
165477               
165478               static MetaProperty
165479 mike  1.1.2.1 _CIM_CurrentSensor_NormalMin =
165480               {
165481                   /* flags */
165482                   META_FLAG_PROPERTY|META_FLAG_READ,
165483                   /* name */
165484                   "NormalMin",
165485                   /* qualifiers */
165486                   _CIM_CurrentSensor_NormalMin_qualifiers,
165487                   /* type */
165488                   CIMTYPE_SINT32,
165489                   /* subscript */
165490                   -1,
165491                   /* value */
165492                   0,
165493               };
165494               
165495               static const char*
165496               _CIM_CurrentSensor_MaxReadable_qualifiers[] =
165497               {
165498                   /* Deprecated */
165499                   "\013\000\001No Value\000",
165500 mike  1.1.2.1     /* Override */
165501                   "\044MaxReadable",
165502                   /* MappingStrings */
165503                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.9\000",
165504                   0,
165505               };
165506               
165507               static MetaProperty
165508               _CIM_CurrentSensor_MaxReadable =
165509               {
165510                   /* flags */
165511                   META_FLAG_PROPERTY|META_FLAG_READ,
165512                   /* name */
165513                   "MaxReadable",
165514                   /* qualifiers */
165515                   _CIM_CurrentSensor_MaxReadable_qualifiers,
165516                   /* type */
165517                   CIMTYPE_SINT32,
165518                   /* subscript */
165519                   -1,
165520                   /* value */
165521 mike  1.1.2.1     0,
165522               };
165523               
165524               static const char*
165525               _CIM_CurrentSensor_MinReadable_qualifiers[] =
165526               {
165527                   /* Deprecated */
165528                   "\013\000\001No Value\000",
165529                   /* Override */
165530                   "\044MinReadable",
165531                   /* MappingStrings */
165532                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.10\000",
165533                   0,
165534               };
165535               
165536               static MetaProperty
165537               _CIM_CurrentSensor_MinReadable =
165538               {
165539                   /* flags */
165540                   META_FLAG_PROPERTY|META_FLAG_READ,
165541                   /* name */
165542 mike  1.1.2.1     "MinReadable",
165543                   /* qualifiers */
165544                   _CIM_CurrentSensor_MinReadable_qualifiers,
165545                   /* type */
165546                   CIMTYPE_SINT32,
165547                   /* subscript */
165548                   -1,
165549                   /* value */
165550                   0,
165551               };
165552               
165553               static const char*
165554               _CIM_CurrentSensor_Resolution_qualifiers[] =
165555               {
165556                   /* Deprecated */
165557                   "\013\000\001No Value\000",
165558                   /* Override */
165559                   "\044Resolution",
165560                   /* Units */
165561                   "\060Tenths of MilliAmps",
165562                   /* MappingStrings */
165563 mike  1.1.2.1     "\026\000\001MIF.DMTF|Electrical Current Probe|001.17\000",
165564                   0,
165565               };
165566               
165567               static MetaProperty
165568               _CIM_CurrentSensor_Resolution =
165569               {
165570                   /* flags */
165571                   META_FLAG_PROPERTY|META_FLAG_READ,
165572                   /* name */
165573                   "Resolution",
165574                   /* qualifiers */
165575                   _CIM_CurrentSensor_Resolution_qualifiers,
165576                   /* type */
165577                   CIMTYPE_UINT32,
165578                   /* subscript */
165579                   -1,
165580                   /* value */
165581                   0,
165582               };
165583               
165584 mike  1.1.2.1 static const char*
165585               _CIM_CurrentSensor_Tolerance_qualifiers[] =
165586               {
165587                   /* Deprecated */
165588                   "\013\000\001No Value\000",
165589                   /* Override */
165590                   "\044Tolerance",
165591                   /* MappingStrings */
165592                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.18\000",
165593                   0,
165594               };
165595               
165596               static MetaProperty
165597               _CIM_CurrentSensor_Tolerance =
165598               {
165599                   /* flags */
165600                   META_FLAG_PROPERTY|META_FLAG_READ,
165601                   /* name */
165602                   "Tolerance",
165603                   /* qualifiers */
165604                   _CIM_CurrentSensor_Tolerance_qualifiers,
165605 mike  1.1.2.1     /* type */
165606                   CIMTYPE_SINT32,
165607                   /* subscript */
165608                   -1,
165609                   /* value */
165610                   0,
165611               };
165612               
165613               static const char*
165614               _CIM_CurrentSensor_Accuracy_qualifiers[] =
165615               {
165616                   /* Deprecated */
165617                   "\013\000\001No Value\000",
165618                   /* Override */
165619                   "\044Accuracy",
165620                   /* MappingStrings */
165621                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.19\000",
165622                   0,
165623               };
165624               
165625               static MetaProperty
165626 mike  1.1.2.1 _CIM_CurrentSensor_Accuracy =
165627               {
165628                   /* flags */
165629                   META_FLAG_PROPERTY|META_FLAG_READ,
165630                   /* name */
165631                   "Accuracy",
165632                   /* qualifiers */
165633                   _CIM_CurrentSensor_Accuracy_qualifiers,
165634                   /* type */
165635                   CIMTYPE_SINT32,
165636                   /* subscript */
165637                   -1,
165638                   /* value */
165639                   0,
165640               };
165641               
165642               static const char*
165643               _CIM_CurrentSensor_LowerThresholdNonCritical_qualifiers[] =
165644               {
165645                   /* Deprecated */
165646                   "\013\000\001No Value\000",
165647 mike  1.1.2.1     /* Override */
165648                   "\044LowerThresholdNonCritical",
165649                   /* MappingStrings */
165650                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.11\000",
165651                   0,
165652               };
165653               
165654               static MetaProperty
165655               _CIM_CurrentSensor_LowerThresholdNonCritical =
165656               {
165657                   /* flags */
165658                   META_FLAG_PROPERTY|META_FLAG_READ,
165659                   /* name */
165660                   "LowerThresholdNonCritical",
165661                   /* qualifiers */
165662                   _CIM_CurrentSensor_LowerThresholdNonCritical_qualifiers,
165663                   /* type */
165664                   CIMTYPE_SINT32,
165665                   /* subscript */
165666                   -1,
165667                   /* value */
165668 mike  1.1.2.1     0,
165669               };
165670               
165671               static const char*
165672               _CIM_CurrentSensor_UpperThresholdNonCritical_qualifiers[] =
165673               {
165674                   /* Deprecated */
165675                   "\013\000\001No Value\000",
165676                   /* Override */
165677                   "\044UpperThresholdNonCritical",
165678                   /* MappingStrings */
165679                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.12\000",
165680                   0,
165681               };
165682               
165683               static MetaProperty
165684               _CIM_CurrentSensor_UpperThresholdNonCritical =
165685               {
165686                   /* flags */
165687                   META_FLAG_PROPERTY|META_FLAG_READ,
165688                   /* name */
165689 mike  1.1.2.1     "UpperThresholdNonCritical",
165690                   /* qualifiers */
165691                   _CIM_CurrentSensor_UpperThresholdNonCritical_qualifiers,
165692                   /* type */
165693                   CIMTYPE_SINT32,
165694                   /* subscript */
165695                   -1,
165696                   /* value */
165697                   0,
165698               };
165699               
165700               static const char*
165701               _CIM_CurrentSensor_LowerThresholdCritical_qualifiers[] =
165702               {
165703                   /* Deprecated */
165704                   "\013\000\001No Value\000",
165705                   /* Override */
165706                   "\044LowerThresholdCritical",
165707                   /* MappingStrings */
165708                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.13\000",
165709                   0,
165710 mike  1.1.2.1 };
165711               
165712               static MetaProperty
165713               _CIM_CurrentSensor_LowerThresholdCritical =
165714               {
165715                   /* flags */
165716                   META_FLAG_PROPERTY|META_FLAG_READ,
165717                   /* name */
165718                   "LowerThresholdCritical",
165719                   /* qualifiers */
165720                   _CIM_CurrentSensor_LowerThresholdCritical_qualifiers,
165721                   /* type */
165722                   CIMTYPE_SINT32,
165723                   /* subscript */
165724                   -1,
165725                   /* value */
165726                   0,
165727               };
165728               
165729               static const char*
165730               _CIM_CurrentSensor_UpperThresholdCritical_qualifiers[] =
165731 mike  1.1.2.1 {
165732                   /* Deprecated */
165733                   "\013\000\001No Value\000",
165734                   /* Override */
165735                   "\044UpperThresholdCritical",
165736                   /* MappingStrings */
165737                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.14\000",
165738                   0,
165739               };
165740               
165741               static MetaProperty
165742               _CIM_CurrentSensor_UpperThresholdCritical =
165743               {
165744                   /* flags */
165745                   META_FLAG_PROPERTY|META_FLAG_READ,
165746                   /* name */
165747                   "UpperThresholdCritical",
165748                   /* qualifiers */
165749                   _CIM_CurrentSensor_UpperThresholdCritical_qualifiers,
165750                   /* type */
165751                   CIMTYPE_SINT32,
165752 mike  1.1.2.1     /* subscript */
165753                   -1,
165754                   /* value */
165755                   0,
165756               };
165757               
165758               static const char*
165759               _CIM_CurrentSensor_LowerThresholdFatal_qualifiers[] =
165760               {
165761                   /* Deprecated */
165762                   "\013\000\001No Value\000",
165763                   /* Override */
165764                   "\044LowerThresholdFatal",
165765                   /* MappingStrings */
165766                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.15\000",
165767                   0,
165768               };
165769               
165770               static MetaProperty
165771               _CIM_CurrentSensor_LowerThresholdFatal =
165772               {
165773 mike  1.1.2.1     /* flags */
165774                   META_FLAG_PROPERTY|META_FLAG_READ,
165775                   /* name */
165776                   "LowerThresholdFatal",
165777                   /* qualifiers */
165778                   _CIM_CurrentSensor_LowerThresholdFatal_qualifiers,
165779                   /* type */
165780                   CIMTYPE_SINT32,
165781                   /* subscript */
165782                   -1,
165783                   /* value */
165784                   0,
165785               };
165786               
165787               static const char*
165788               _CIM_CurrentSensor_UpperThresholdFatal_qualifiers[] =
165789               {
165790                   /* Deprecated */
165791                   "\013\000\001No Value\000",
165792                   /* Override */
165793                   "\044UpperThresholdFatal",
165794 mike  1.1.2.1     /* MappingStrings */
165795                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.16\000",
165796                   0,
165797               };
165798               
165799               static MetaProperty
165800               _CIM_CurrentSensor_UpperThresholdFatal =
165801               {
165802                   /* flags */
165803                   META_FLAG_PROPERTY|META_FLAG_READ,
165804                   /* name */
165805                   "UpperThresholdFatal",
165806                   /* qualifiers */
165807                   _CIM_CurrentSensor_UpperThresholdFatal_qualifiers,
165808                   /* type */
165809                   CIMTYPE_SINT32,
165810                   /* subscript */
165811                   -1,
165812                   /* value */
165813                   0,
165814               };
165815 mike  1.1.2.1 
165816               static MetaFeature*
165817               _CIM_CurrentSensor_features[] =
165818               {
165819                   (MetaFeature*)&_CIM_CurrentSensor_SensorType,
165820                   (MetaFeature*)&_CIM_CurrentSensor_BaseUnits,
165821                   (MetaFeature*)&_CIM_CurrentSensor_UnitModifier,
165822                   (MetaFeature*)&_CIM_CurrentSensor_RateUnits,
165823                   (MetaFeature*)&_CIM_CurrentSensor_CurrentReading,
165824                   (MetaFeature*)&_CIM_CurrentSensor_NominalReading,
165825                   (MetaFeature*)&_CIM_CurrentSensor_NormalMax,
165826                   (MetaFeature*)&_CIM_CurrentSensor_NormalMin,
165827                   (MetaFeature*)&_CIM_CurrentSensor_MaxReadable,
165828                   (MetaFeature*)&_CIM_CurrentSensor_MinReadable,
165829                   (MetaFeature*)&_CIM_CurrentSensor_Resolution,
165830                   (MetaFeature*)&_CIM_CurrentSensor_Tolerance,
165831                   (MetaFeature*)&_CIM_CurrentSensor_Accuracy,
165832                   (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdNonCritical,
165833                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdNonCritical,
165834                   (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdCritical,
165835                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdCritical,
165836 mike  1.1.2.1     (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdFatal,
165837                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdFatal,
165838                   0,
165839               };
165840               
165841               static const char*
165842               __root_cimv2_CIM_CurrentSensor_qualifiers[] =
165843               {
165844                   /* Deprecated */
165845                   "\013\000\001CIM_NumericSensor\000",
165846                   /* UMLPackagePath */
165847                   "\057CIM::Device::Sensors",
165848                   /* Version */
165849                   "\0632.8.0",
165850                   0,
165851               };
165852               
165853               MetaClass
165854               __root_cimv2_CIM_CurrentSensor =
165855               {
165856                   /* flags */
165857 mike  1.1.2.1     META_FLAG_CLASS,
165858                   /* name */
165859                   "CIM_CurrentSensor",
165860                   /* qualifiers */
165861                   __root_cimv2_CIM_CurrentSensor_qualifiers,
165862                   /* super */
165863                   &__root_cimv2_CIM_NumericSensor,
165864                   /* features */
165865                   _CIM_CurrentSensor_features,
165866               };
165867               
165868               //==============================================================================
165869               //
165870               // Class: CIM_DatabaseStorage
165871               //
165872               //==============================================================================
165873               
165874               static const char*
165875               _CIM_DatabaseStorage_GroupComponent_qualifiers[] =
165876               {
165877                   /* Aggregate */
165878 mike  1.1.2.1     "\003\001",
165879                   /* Override */
165880                   "\044GroupComponent",
165881                   /* Min */
165882                   "\033\000\000\000\001",
165883                   /* Max */
165884                   "\027\000\000\000\001",
165885                   0,
165886               };
165887               
165888               static MetaReference
165889               _CIM_DatabaseStorage_GroupComponent =
165890               {
165891                   /* flags */
165892                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
165893                   /* name */
165894                   "GroupComponent",
165895                   /* qualifiers */
165896                   _CIM_DatabaseStorage_GroupComponent_qualifiers,
165897                   /* subscript */
165898                   -1,
165899 mike  1.1.2.1     /* refId */
165900                   &__root_cimv2_CIM_CommonDatabase,
165901               };
165902               
165903               static const char*
165904               _CIM_DatabaseStorage_PartComponent_qualifiers[] =
165905               {
165906                   /* Override */
165907                   "\044PartComponent",
165908                   0,
165909               };
165910               
165911               static MetaReference
165912               _CIM_DatabaseStorage_PartComponent =
165913               {
165914                   /* flags */
165915                   META_FLAG_REFERENCE|META_FLAG_READ,
165916                   /* name */
165917                   "PartComponent",
165918                   /* qualifiers */
165919                   _CIM_DatabaseStorage_PartComponent_qualifiers,
165920 mike  1.1.2.1     /* subscript */
165921                   -1,
165922                   /* refId */
165923                   &__root_cimv2_CIM_DatabaseStorageArea,
165924               };
165925               
165926               static MetaFeature*
165927               _CIM_DatabaseStorage_features[] =
165928               {
165929                   (MetaFeature*)&_CIM_DatabaseStorage_GroupComponent,
165930                   (MetaFeature*)&_CIM_DatabaseStorage_PartComponent,
165931                   0,
165932               };
165933               
165934               static const char*
165935               __root_cimv2_CIM_DatabaseStorage_qualifiers[] =
165936               {
165937                   /* ASSOCIATION */
165938                   "\000\001",
165939                   /* UMLPackagePath */
165940                   "\057CIM::Database::Storage",
165941 mike  1.1.2.1     /* Aggregation */
165942                   "\004\001",
165943                   /* Version */
165944                   "\0632.8.0",
165945                   0,
165946               };
165947               
165948               MetaClass
165949               __root_cimv2_CIM_DatabaseStorage =
165950               {
165951                   /* flags */
165952                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
165953                   /* name */
165954                   "CIM_DatabaseStorage",
165955                   /* qualifiers */
165956                   __root_cimv2_CIM_DatabaseStorage_qualifiers,
165957                   /* super */
165958                   &__root_cimv2_CIM_Component,
165959                   /* features */
165960                   _CIM_DatabaseStorage_features,
165961               };
165962 mike  1.1.2.1 
165963               //==============================================================================
165964               //
165965               // Class: CIM_DesktopMonitor
165966               //
165967               //==============================================================================
165968               
165969               static const char*
165970               _CIM_DesktopMonitor_DisplayType_qualifiers[] =
165971               {
165972                   /* ValueMap */
165973                   "\061\000\0060\0001\0002\0003\0004\0005\000",
165974                   /* Values */
165975                   "\062\000\006Unknown\000Other\000Multiscan Color\000Multiscan Monochrome\000Fixed Frequency Color\000Fixed Frequency Monochrome\000",
165976                   0,
165977               };
165978               
165979               static MetaProperty
165980               _CIM_DesktopMonitor_DisplayType =
165981               {
165982                   /* flags */
165983 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
165984                   /* name */
165985                   "DisplayType",
165986                   /* qualifiers */
165987                   _CIM_DesktopMonitor_DisplayType_qualifiers,
165988                   /* type */
165989                   CIMTYPE_UINT16,
165990                   /* subscript */
165991                   -1,
165992                   /* value */
165993                   0,
165994               };
165995               
165996               static const char*
165997               _CIM_DesktopMonitor_Bandwidth_qualifiers[] =
165998               {
165999                   /* Units */
166000                   "\060MegaHertz",
166001                   0,
166002               };
166003               
166004 mike  1.1.2.1 static MetaProperty
166005               _CIM_DesktopMonitor_Bandwidth =
166006               {
166007                   /* flags */
166008                   META_FLAG_PROPERTY|META_FLAG_READ,
166009                   /* name */
166010                   "Bandwidth",
166011                   /* qualifiers */
166012                   _CIM_DesktopMonitor_Bandwidth_qualifiers,
166013                   /* type */
166014                   CIMTYPE_UINT32,
166015                   /* subscript */
166016                   -1,
166017                   /* value */
166018                   0,
166019               };
166020               
166021               static const char*
166022               _CIM_DesktopMonitor_ScreenHeight_qualifiers[] =
166023               {
166024                   0,
166025 mike  1.1.2.1 };
166026               
166027               static MetaProperty
166028               _CIM_DesktopMonitor_ScreenHeight =
166029               {
166030                   /* flags */
166031                   META_FLAG_PROPERTY|META_FLAG_READ,
166032                   /* name */
166033                   "ScreenHeight",
166034                   /* qualifiers */
166035                   _CIM_DesktopMonitor_ScreenHeight_qualifiers,
166036                   /* type */
166037                   CIMTYPE_UINT32,
166038                   /* subscript */
166039                   -1,
166040                   /* value */
166041                   0,
166042               };
166043               
166044               static const char*
166045               _CIM_DesktopMonitor_ScreenWidth_qualifiers[] =
166046 mike  1.1.2.1 {
166047                   0,
166048               };
166049               
166050               static MetaProperty
166051               _CIM_DesktopMonitor_ScreenWidth =
166052               {
166053                   /* flags */
166054                   META_FLAG_PROPERTY|META_FLAG_READ,
166055                   /* name */
166056                   "ScreenWidth",
166057                   /* qualifiers */
166058                   _CIM_DesktopMonitor_ScreenWidth_qualifiers,
166059                   /* type */
166060                   CIMTYPE_UINT32,
166061                   /* subscript */
166062                   -1,
166063                   /* value */
166064                   0,
166065               };
166066               
166067 mike  1.1.2.1 static MetaFeature*
166068               _CIM_DesktopMonitor_features[] =
166069               {
166070                   (MetaFeature*)&_CIM_DesktopMonitor_DisplayType,
166071                   (MetaFeature*)&_CIM_DesktopMonitor_Bandwidth,
166072                   (MetaFeature*)&_CIM_DesktopMonitor_ScreenHeight,
166073                   (MetaFeature*)&_CIM_DesktopMonitor_ScreenWidth,
166074                   0,
166075               };
166076               
166077               static const char*
166078               __root_cimv2_CIM_DesktopMonitor_qualifiers[] =
166079               {
166080                   /* UMLPackagePath */
166081                   "\057CIM::Device::UserDevices",
166082                   /* Version */
166083                   "\0632.6.0",
166084                   0,
166085               };
166086               
166087               MetaClass
166088 mike  1.1.2.1 __root_cimv2_CIM_DesktopMonitor =
166089               {
166090                   /* flags */
166091                   META_FLAG_CLASS,
166092                   /* name */
166093                   "CIM_DesktopMonitor",
166094                   /* qualifiers */
166095                   __root_cimv2_CIM_DesktopMonitor_qualifiers,
166096                   /* super */
166097                   &__root_cimv2_CIM_Display,
166098                   /* features */
166099                   _CIM_DesktopMonitor_features,
166100               };
166101               
166102               //==============================================================================
166103               //
166104               // Class: CIM_DiagnosticResultForTest
166105               //
166106               //==============================================================================
166107               
166108               static const char*
166109 mike  1.1.2.1 _CIM_DiagnosticResultForTest_DiagnosticResult_qualifiers[] =
166110               {
166111                   /* Deprecated */
166112                   "\013\000\001No Value\000",
166113                   /* Key */
166114                   "\025\001",
166115                   /* Weak */
166116                   "\064\001",
166117                   /* Min */
166118                   "\033\000\000\000\001",
166119                   /* Max */
166120                   "\027\000\000\000\001",
166121                   0,
166122               };
166123               
166124               static MetaReference
166125               _CIM_DiagnosticResultForTest_DiagnosticResult =
166126               {
166127                   /* flags */
166128                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
166129                   /* name */
166130 mike  1.1.2.1     "DiagnosticResult",
166131                   /* qualifiers */
166132                   _CIM_DiagnosticResultForTest_DiagnosticResult_qualifiers,
166133                   /* subscript */
166134                   -1,
166135                   /* refId */
166136                   &__root_cimv2_CIM_DiagnosticResult,
166137               };
166138               
166139               static const char*
166140               _CIM_DiagnosticResultForTest_DiagnosticTest_qualifiers[] =
166141               {
166142                   /* Deprecated */
166143                   "\013\000\001No Value\000",
166144                   /* Key */
166145                   "\025\001",
166146                   /* Min */
166147                   "\033\000\000\000\001",
166148                   /* Max */
166149                   "\027\000\000\000\001",
166150                   0,
166151 mike  1.1.2.1 };
166152               
166153               static MetaReference
166154               _CIM_DiagnosticResultForTest_DiagnosticTest =
166155               {
166156                   /* flags */
166157                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
166158                   /* name */
166159                   "DiagnosticTest",
166160                   /* qualifiers */
166161                   _CIM_DiagnosticResultForTest_DiagnosticTest_qualifiers,
166162                   /* subscript */
166163                   -1,
166164                   /* refId */
166165                   &__root_cimv2_CIM_DiagnosticTest,
166166               };
166167               
166168               static MetaFeature*
166169               _CIM_DiagnosticResultForTest_features[] =
166170               {
166171                   (MetaFeature*)&_CIM_DiagnosticResultForTest_DiagnosticResult,
166172 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticResultForTest_DiagnosticTest,
166173                   0,
166174               };
166175               
166176               static const char*
166177               __root_cimv2_CIM_DiagnosticResultForTest_qualifiers[] =
166178               {
166179                   /* ASSOCIATION */
166180                   "\000\001",
166181                   /* Deprecated */
166182                   "\013\000\001No Value\000",
166183                   /* UMLPackagePath */
166184                   "\057CIM::System::Diagnostics",
166185                   /* Version */
166186                   "\0632.9.0",
166187                   0,
166188               };
166189               
166190               MetaClass
166191               __root_cimv2_CIM_DiagnosticResultForTest =
166192               {
166193 mike  1.1.2.1     /* flags */
166194                   META_FLAG_ASSOCIATION,
166195                   /* name */
166196                   "CIM_DiagnosticResultForTest",
166197                   /* qualifiers */
166198                   __root_cimv2_CIM_DiagnosticResultForTest_qualifiers,
166199                   /* super */
166200                   0,
166201                   /* features */
166202                   _CIM_DiagnosticResultForTest_features,
166203               };
166204               
166205               //==============================================================================
166206               //
166207               // Class: CIM_DiagnosticSettingForTest
166208               //
166209               //==============================================================================
166210               
166211               static const char*
166212               _CIM_DiagnosticSettingForTest_Element_qualifiers[] =
166213               {
166214 mike  1.1.2.1     /* Deprecated */
166215                   "\013\000\001CIM_ElementSetting.Element\000",
166216                   /* Override */
166217                   "\044Element",
166218                   0,
166219               };
166220               
166221               static MetaReference
166222               _CIM_DiagnosticSettingForTest_Element =
166223               {
166224                   /* flags */
166225                   META_FLAG_REFERENCE|META_FLAG_READ,
166226                   /* name */
166227                   "Element",
166228                   /* qualifiers */
166229                   _CIM_DiagnosticSettingForTest_Element_qualifiers,
166230                   /* subscript */
166231                   -1,
166232                   /* refId */
166233                   &__root_cimv2_CIM_DiagnosticTest,
166234               };
166235 mike  1.1.2.1 
166236               static const char*
166237               _CIM_DiagnosticSettingForTest_Setting_qualifiers[] =
166238               {
166239                   /* Deprecated */
166240                   "\013\000\001CIM_ElementSetting.Setting\000",
166241                   /* Override */
166242                   "\044Setting",
166243                   0,
166244               };
166245               
166246               static MetaReference
166247               _CIM_DiagnosticSettingForTest_Setting =
166248               {
166249                   /* flags */
166250                   META_FLAG_REFERENCE|META_FLAG_READ,
166251                   /* name */
166252                   "Setting",
166253                   /* qualifiers */
166254                   _CIM_DiagnosticSettingForTest_Setting_qualifiers,
166255                   /* subscript */
166256 mike  1.1.2.1     -1,
166257                   /* refId */
166258                   &__root_cimv2_CIM_DiagnosticSetting,
166259               };
166260               
166261               static MetaFeature*
166262               _CIM_DiagnosticSettingForTest_features[] =
166263               {
166264                   (MetaFeature*)&_CIM_DiagnosticSettingForTest_Element,
166265                   (MetaFeature*)&_CIM_DiagnosticSettingForTest_Setting,
166266                   0,
166267               };
166268               
166269               static const char*
166270               __root_cimv2_CIM_DiagnosticSettingForTest_qualifiers[] =
166271               {
166272                   /* ASSOCIATION */
166273                   "\000\001",
166274                   /* Deprecated */
166275                   "\013\000\001CIM_ElementSetting\000",
166276                   /* UMLPackagePath */
166277 mike  1.1.2.1     "\057CIM::System::Diagnostics",
166278                   /* Version */
166279                   "\0632.9.0",
166280                   0,
166281               };
166282               
166283               MetaClass
166284               __root_cimv2_CIM_DiagnosticSettingForTest =
166285               {
166286                   /* flags */
166287                   META_FLAG_ASSOCIATION,
166288                   /* name */
166289                   "CIM_DiagnosticSettingForTest",
166290                   /* qualifiers */
166291                   __root_cimv2_CIM_DiagnosticSettingForTest_qualifiers,
166292                   /* super */
166293                   &__root_cimv2_CIM_ElementSetting,
166294                   /* features */
166295                   _CIM_DiagnosticSettingForTest_features,
166296               };
166297               
166298 mike  1.1.2.1 //==============================================================================
166299               //
166300               // Class: CIM_DiagnosticTestForMSE
166301               //
166302               //==============================================================================
166303               
166304               static const char*
166305               _CIM_DiagnosticTestForMSE_Antecedent_qualifiers[] =
166306               {
166307                   /* Deprecated */
166308                   "\013\000\001CIM_AvailableDiagnosticService.ServiceProvided\000",
166309                   /* Override */
166310                   "\044Antecedent",
166311                   0,
166312               };
166313               
166314               static MetaReference
166315               _CIM_DiagnosticTestForMSE_Antecedent =
166316               {
166317                   /* flags */
166318                   META_FLAG_REFERENCE|META_FLAG_READ,
166319 mike  1.1.2.1     /* name */
166320                   "Antecedent",
166321                   /* qualifiers */
166322                   _CIM_DiagnosticTestForMSE_Antecedent_qualifiers,
166323                   /* subscript */
166324                   -1,
166325                   /* refId */
166326                   &__root_cimv2_CIM_DiagnosticTest,
166327               };
166328               
166329               static const char*
166330               _CIM_DiagnosticTestForMSE_Dependent_qualifiers[] =
166331               {
166332                   /* Deprecated */
166333                   "\013\000\001CIM_AvailableDiagnosticService.UserOfService\000",
166334                   /* Override */
166335                   "\044Dependent",
166336                   0,
166337               };
166338               
166339               static MetaReference
166340 mike  1.1.2.1 _CIM_DiagnosticTestForMSE_Dependent =
166341               {
166342                   /* flags */
166343                   META_FLAG_REFERENCE|META_FLAG_READ,
166344                   /* name */
166345                   "Dependent",
166346                   /* qualifiers */
166347                   _CIM_DiagnosticTestForMSE_Dependent_qualifiers,
166348                   /* subscript */
166349                   -1,
166350                   /* refId */
166351                   &__root_cimv2_CIM_ManagedSystemElement,
166352               };
166353               
166354               static const char*
166355               _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming_qualifiers[] =
166356               {
166357                   /* Deprecated */
166358                   "\013\000\001CIM_AvailableDiagnosticService.EstimatedDurationOfService\000",
166359                   /* Units */
166360                   "\060Seconds",
166361 mike  1.1.2.1     /* ModelCorrespondence */
166362                   "\036\000\001CIM_DiagnosticResult.EstimatedTimeOfPerforming\000",
166363                   0,
166364               };
166365               
166366               static MetaProperty
166367               _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming =
166368               {
166369                   /* flags */
166370                   META_FLAG_PROPERTY|META_FLAG_READ,
166371                   /* name */
166372                   "EstimatedTimeOfPerforming",
166373                   /* qualifiers */
166374                   _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming_qualifiers,
166375                   /* type */
166376                   CIMTYPE_UINT32,
166377                   /* subscript */
166378                   -1,
166379                   /* value */
166380                   0,
166381               };
166382 mike  1.1.2.1 
166383               static const char*
166384               _CIM_DiagnosticTestForMSE_IsExclusiveForMSE_qualifiers[] =
166385               {
166386                   /* Deprecated */
166387                   "\013\000\001CIM_ServiceAffectsElement.ElementEffects\000",
166388                   0,
166389               };
166390               
166391               static MetaProperty
166392               _CIM_DiagnosticTestForMSE_IsExclusiveForMSE =
166393               {
166394                   /* flags */
166395                   META_FLAG_PROPERTY|META_FLAG_READ,
166396                   /* name */
166397                   "IsExclusiveForMSE",
166398                   /* qualifiers */
166399                   _CIM_DiagnosticTestForMSE_IsExclusiveForMSE_qualifiers,
166400                   /* type */
166401                   CIMTYPE_BOOLEAN,
166402                   /* subscript */
166403 mike  1.1.2.1     -1,
166404                   /* value */
166405                   0,
166406               };
166407               
166408               static MetaFeature*
166409               _CIM_DiagnosticTestForMSE_features[] =
166410               {
166411                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_Antecedent,
166412                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_Dependent,
166413                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming,
166414                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_IsExclusiveForMSE,
166415                   0,
166416               };
166417               
166418               static const char*
166419               __root_cimv2_CIM_DiagnosticTestForMSE_qualifiers[] =
166420               {
166421                   /* ASSOCIATION */
166422                   "\000\001",
166423                   /* Deprecated */
166424 mike  1.1.2.1     "\013\000\001CIM_AvailableDiagnosticService\000",
166425                   /* UMLPackagePath */
166426                   "\057CIM::System::Diagnostics",
166427                   /* Version */
166428                   "\0632.9.0",
166429                   0,
166430               };
166431               
166432               MetaClass
166433               __root_cimv2_CIM_DiagnosticTestForMSE =
166434               {
166435                   /* flags */
166436                   META_FLAG_ASSOCIATION,
166437                   /* name */
166438                   "CIM_DiagnosticTestForMSE",
166439                   /* qualifiers */
166440                   __root_cimv2_CIM_DiagnosticTestForMSE_qualifiers,
166441                   /* super */
166442                   &__root_cimv2_CIM_ProvidesServiceToElement,
166443                   /* features */
166444                   _CIM_DiagnosticTestForMSE_features,
166445 mike  1.1.2.1 };
166446               
166447               //==============================================================================
166448               //
166449               // Class: CIM_DiffServService
166450               //
166451               //==============================================================================
166452               
166453               static const char*
166454               _CIM_DiffServService_DSCP_qualifiers[] =
166455               {
166456                   /* Deprecated */
166457                   "\013\000\001CIM_DiffServService.PHBID\000",
166458                   0,
166459               };
166460               
166461               static MetaProperty
166462               _CIM_DiffServService_DSCP =
166463               {
166464                   /* flags */
166465                   META_FLAG_PROPERTY|META_FLAG_READ,
166466 mike  1.1.2.1     /* name */
166467                   "DSCP",
166468                   /* qualifiers */
166469                   _CIM_DiffServService_DSCP_qualifiers,
166470                   /* type */
166471                   CIMTYPE_UINT8,
166472                   /* subscript */
166473                   -1,
166474                   /* value */
166475                   0,
166476               };
166477               
166478               static const char*
166479               _CIM_DiffServService_PHBID_qualifiers[] =
166480               {
166481                   0,
166482               };
166483               
166484               static MetaProperty
166485               _CIM_DiffServService_PHBID =
166486               {
166487 mike  1.1.2.1     /* flags */
166488                   META_FLAG_PROPERTY|META_FLAG_READ,
166489                   /* name */
166490                   "PHBID",
166491                   /* qualifiers */
166492                   _CIM_DiffServService_PHBID_qualifiers,
166493                   /* type */
166494                   CIMTYPE_UINT16,
166495                   /* subscript */
166496                   -1,
166497                   /* value */
166498                   0,
166499               };
166500               
166501               static MetaFeature*
166502               _CIM_DiffServService_features[] =
166503               {
166504                   (MetaFeature*)&_CIM_DiffServService_DSCP,
166505                   (MetaFeature*)&_CIM_DiffServService_PHBID,
166506                   0,
166507               };
166508 mike  1.1.2.1 
166509               static const char*
166510               __root_cimv2_CIM_DiffServService_qualifiers[] =
166511               {
166512                   /* UMLPackagePath */
166513                   "\057CIM::Network::QoS",
166514                   /* Version */
166515                   "\0632.7.0",
166516                   0,
166517               };
166518               
166519               MetaClass
166520               __root_cimv2_CIM_DiffServService =
166521               {
166522                   /* flags */
166523                   META_FLAG_CLASS,
166524                   /* name */
166525                   "CIM_DiffServService",
166526                   /* qualifiers */
166527                   __root_cimv2_CIM_DiffServService_qualifiers,
166528                   /* super */
166529 mike  1.1.2.1     &__root_cimv2_CIM_QoSService,
166530                   /* features */
166531                   _CIM_DiffServService_features,
166532               };
166533               
166534               //==============================================================================
166535               //
166536               // Class: CIM_DirectoryAction
166537               //
166538               //==============================================================================
166539               
166540               static const char*
166541               _CIM_DirectoryAction_DirectoryName_qualifiers[] =
166542               {
166543                   /* MaxLen */
166544                   "\030\000\000\004\000",
166545                   0,
166546               };
166547               
166548               static MetaProperty
166549               _CIM_DirectoryAction_DirectoryName =
166550 mike  1.1.2.1 {
166551                   /* flags */
166552                   META_FLAG_PROPERTY|META_FLAG_READ,
166553                   /* name */
166554                   "DirectoryName",
166555                   /* qualifiers */
166556                   _CIM_DirectoryAction_DirectoryName_qualifiers,
166557                   /* type */
166558                   CIMTYPE_STRING,
166559                   /* subscript */
166560                   -1,
166561                   /* value */
166562                   0,
166563               };
166564               
166565               static MetaFeature*
166566               _CIM_DirectoryAction_features[] =
166567               {
166568                   (MetaFeature*)&_CIM_DirectoryAction_DirectoryName,
166569                   0,
166570               };
166571 mike  1.1.2.1 
166572               static const char*
166573               __root_cimv2_CIM_DirectoryAction_qualifiers[] =
166574               {
166575                   /* UMLPackagePath */
166576                   "\057CIM::Application::CheckAction",
166577                   /* Abstract */
166578                   "\002\001",
166579                   /* Version */
166580                   "\0632.6.0",
166581                   0,
166582               };
166583               
166584               MetaClass
166585               __root_cimv2_CIM_DirectoryAction =
166586               {
166587                   /* flags */
166588                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
166589                   /* name */
166590                   "CIM_DirectoryAction",
166591                   /* qualifiers */
166592 mike  1.1.2.1     __root_cimv2_CIM_DirectoryAction_qualifiers,
166593                   /* super */
166594                   &__root_cimv2_CIM_Action,
166595                   /* features */
166596                   _CIM_DirectoryAction_features,
166597               };
166598               
166599               //==============================================================================
166600               //
166601               // Class: CIM_DirectorySpecification
166602               //
166603               //==============================================================================
166604               
166605               static const char*
166606               _CIM_DirectorySpecification_DirectoryType_qualifiers[] =
166607               {
166608                   /* ValueMap */
166609                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
166610                   /* Values */
166611                   "\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",
166612                   /* MappingStrings */
166613 mike  1.1.2.1     "\026\000\001MIF.DMTF|Location|001.2\000",
166614                   0,
166615               };
166616               
166617               static MetaProperty
166618               _CIM_DirectorySpecification_DirectoryType =
166619               {
166620                   /* flags */
166621                   META_FLAG_PROPERTY|META_FLAG_READ,
166622                   /* name */
166623                   "DirectoryType",
166624                   /* qualifiers */
166625                   _CIM_DirectorySpecification_DirectoryType_qualifiers,
166626                   /* type */
166627                   CIMTYPE_UINT16,
166628                   /* subscript */
166629                   -1,
166630                   /* value */
166631                   0,
166632               };
166633               
166634 mike  1.1.2.1 static const char*
166635               _CIM_DirectorySpecification_DirectoryPath_qualifiers[] =
166636               {
166637                   /* MaxLen */
166638                   "\030\000\000\004\000",
166639                   0,
166640               };
166641               
166642               static MetaProperty
166643               _CIM_DirectorySpecification_DirectoryPath =
166644               {
166645                   /* flags */
166646                   META_FLAG_PROPERTY|META_FLAG_READ,
166647                   /* name */
166648                   "DirectoryPath",
166649                   /* qualifiers */
166650                   _CIM_DirectorySpecification_DirectoryPath_qualifiers,
166651                   /* type */
166652                   CIMTYPE_STRING,
166653                   /* subscript */
166654                   -1,
166655 mike  1.1.2.1     /* value */
166656                   0,
166657               };
166658               
166659               static MetaFeature*
166660               _CIM_DirectorySpecification_features[] =
166661               {
166662                   (MetaFeature*)&_CIM_DirectorySpecification_DirectoryType,
166663                   (MetaFeature*)&_CIM_DirectorySpecification_DirectoryPath,
166664                   0,
166665               };
166666               
166667               static const char*
166668               __root_cimv2_CIM_DirectorySpecification_qualifiers[] =
166669               {
166670                   /* UMLPackagePath */
166671                   "\057CIM::Application::CheckAction",
166672                   /* Version */
166673                   "\0632.6.0",
166674                   0,
166675               };
166676 mike  1.1.2.1 
166677               MetaClass
166678               __root_cimv2_CIM_DirectorySpecification =
166679               {
166680                   /* flags */
166681                   META_FLAG_CLASS,
166682                   /* name */
166683                   "CIM_DirectorySpecification",
166684                   /* qualifiers */
166685                   __root_cimv2_CIM_DirectorySpecification_qualifiers,
166686                   /* super */
166687                   &__root_cimv2_CIM_Check,
166688                   /* features */
166689                   _CIM_DirectorySpecification_features,
166690               };
166691               
166692               //==============================================================================
166693               //
166694               // Class: CIM_DiskPartition
166695               //
166696               //==============================================================================
166697 mike  1.1.2.1 
166698               static const char*
166699               _CIM_DiskPartition_PrimaryPartition_qualifiers[] =
166700               {
166701                   0,
166702               };
166703               
166704               static MetaProperty
166705               _CIM_DiskPartition_PrimaryPartition =
166706               {
166707                   /* flags */
166708                   META_FLAG_PROPERTY|META_FLAG_READ,
166709                   /* name */
166710                   "PrimaryPartition",
166711                   /* qualifiers */
166712                   _CIM_DiskPartition_PrimaryPartition_qualifiers,
166713                   /* type */
166714                   CIMTYPE_BOOLEAN,
166715                   /* subscript */
166716                   -1,
166717                   /* value */
166718 mike  1.1.2.1     0,
166719               };
166720               
166721               static const char*
166722               _CIM_DiskPartition_PartitionType_qualifiers[] =
166723               {
166724                   /* ValueMap */
166725                   "\061\000\0040\0001\0002\0003\000",
166726                   /* Values */
166727                   "\062\000\004Unknown\000Primary\000Extended\000Logical\000",
166728                   0,
166729               };
166730               
166731               static MetaProperty
166732               _CIM_DiskPartition_PartitionType =
166733               {
166734                   /* flags */
166735                   META_FLAG_PROPERTY|META_FLAG_READ,
166736                   /* name */
166737                   "PartitionType",
166738                   /* qualifiers */
166739 mike  1.1.2.1     _CIM_DiskPartition_PartitionType_qualifiers,
166740                   /* type */
166741                   CIMTYPE_UINT16,
166742                   /* subscript */
166743                   -1,
166744                   /* value */
166745                   0,
166746               };
166747               
166748               static const char*
166749               _CIM_DiskPartition_PartitionSubtype_qualifiers[] =
166750               {
166751                   /* ValueMap */
166752                   "\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",
166753                   /* Values */
166754                   "\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",
166755                   0,
166756               };
166757               
166758               static MetaProperty
166759               _CIM_DiskPartition_PartitionSubtype =
166760 mike  1.1.2.1 {
166761                   /* flags */
166762                   META_FLAG_PROPERTY|META_FLAG_READ,
166763                   /* name */
166764                   "PartitionSubtype",
166765                   /* qualifiers */
166766                   _CIM_DiskPartition_PartitionSubtype_qualifiers,
166767                   /* type */
166768                   CIMTYPE_UINT16,
166769                   /* subscript */
166770                   -1,
166771                   /* value */
166772                   0,
166773               };
166774               
166775               static MetaFeature*
166776               _CIM_DiskPartition_features[] =
166777               {
166778                   (MetaFeature*)&_CIM_DiskPartition_PrimaryPartition,
166779                   (MetaFeature*)&_CIM_DiskPartition_PartitionType,
166780                   (MetaFeature*)&_CIM_DiskPartition_PartitionSubtype,
166781 mike  1.1.2.1     0,
166782               };
166783               
166784               static const char*
166785               __root_cimv2_CIM_DiskPartition_qualifiers[] =
166786               {
166787                   /* UMLPackagePath */
166788                   "\057CIM::Device::StorageExtents",
166789                   /* Version */
166790                   "\0632.6.0",
166791                   0,
166792               };
166793               
166794               MetaClass
166795               __root_cimv2_CIM_DiskPartition =
166796               {
166797                   /* flags */
166798                   META_FLAG_CLASS,
166799                   /* name */
166800                   "CIM_DiskPartition",
166801                   /* qualifiers */
166802 mike  1.1.2.1     __root_cimv2_CIM_DiskPartition_qualifiers,
166803                   /* super */
166804                   &__root_cimv2_CIM_MediaPartition,
166805                   /* features */
166806                   _CIM_DiskPartition_features,
166807               };
166808               
166809               //==============================================================================
166810               //
166811               // Class: CIM_DiskPartitionBasedOnVolume
166812               //
166813               //==============================================================================
166814               
166815               static const char*
166816               _CIM_DiskPartitionBasedOnVolume_Antecedent_qualifiers[] =
166817               {
166818                   /* Override */
166819                   "\044Antecedent",
166820                   /* Max */
166821                   "\027\000\000\000\001",
166822                   0,
166823 mike  1.1.2.1 };
166824               
166825               static MetaReference
166826               _CIM_DiskPartitionBasedOnVolume_Antecedent =
166827               {
166828                   /* flags */
166829                   META_FLAG_REFERENCE|META_FLAG_READ,
166830                   /* name */
166831                   "Antecedent",
166832                   /* qualifiers */
166833                   _CIM_DiskPartitionBasedOnVolume_Antecedent_qualifiers,
166834                   /* subscript */
166835                   -1,
166836                   /* refId */
166837                   &__root_cimv2_CIM_StorageVolume,
166838               };
166839               
166840               static const char*
166841               _CIM_DiskPartitionBasedOnVolume_Dependent_qualifiers[] =
166842               {
166843                   /* Override */
166844 mike  1.1.2.1     "\044Dependent",
166845                   0,
166846               };
166847               
166848               static MetaReference
166849               _CIM_DiskPartitionBasedOnVolume_Dependent =
166850               {
166851                   /* flags */
166852                   META_FLAG_REFERENCE|META_FLAG_READ,
166853                   /* name */
166854                   "Dependent",
166855                   /* qualifiers */
166856                   _CIM_DiskPartitionBasedOnVolume_Dependent_qualifiers,
166857                   /* subscript */
166858                   -1,
166859                   /* refId */
166860                   &__root_cimv2_CIM_DiskPartition,
166861               };
166862               
166863               static MetaFeature*
166864               _CIM_DiskPartitionBasedOnVolume_features[] =
166865 mike  1.1.2.1 {
166866                   (MetaFeature*)&_CIM_DiskPartitionBasedOnVolume_Antecedent,
166867                   (MetaFeature*)&_CIM_DiskPartitionBasedOnVolume_Dependent,
166868                   0,
166869               };
166870               
166871               static const char*
166872               __root_cimv2_CIM_DiskPartitionBasedOnVolume_qualifiers[] =
166873               {
166874                   /* ASSOCIATION */
166875                   "\000\001",
166876                   /* UMLPackagePath */
166877                   "\057CIM::Device::StorageExtents",
166878                   /* Version */
166879                   "\0632.6.0",
166880                   0,
166881               };
166882               
166883               MetaClass
166884               __root_cimv2_CIM_DiskPartitionBasedOnVolume =
166885               {
166886 mike  1.1.2.1     /* flags */
166887                   META_FLAG_ASSOCIATION,
166888                   /* name */
166889                   "CIM_DiskPartitionBasedOnVolume",
166890                   /* qualifiers */
166891                   __root_cimv2_CIM_DiskPartitionBasedOnVolume_qualifiers,
166892                   /* super */
166893                   &__root_cimv2_CIM_BasedOn,
166894                   /* features */
166895                   _CIM_DiskPartitionBasedOnVolume_features,
166896               };
166897               
166898               //==============================================================================
166899               //
166900               // Class: CIM_DiskSpaceCheck
166901               //
166902               //==============================================================================
166903               
166904               static const char*
166905               _CIM_DiskSpaceCheck_AvailableDiskSpace_qualifiers[] =
166906               {
166907 mike  1.1.2.1     /* Units */
166908                   "\060KiloBytes",
166909                   /* ModelCorrespondence */
166910                   "\036\000\001CIM_FileSystem.AvailableSpace\000",
166911                   0,
166912               };
166913               
166914               static MetaProperty
166915               _CIM_DiskSpaceCheck_AvailableDiskSpace =
166916               {
166917                   /* flags */
166918                   META_FLAG_PROPERTY|META_FLAG_READ,
166919                   /* name */
166920                   "AvailableDiskSpace",
166921                   /* qualifiers */
166922                   _CIM_DiskSpaceCheck_AvailableDiskSpace_qualifiers,
166923                   /* type */
166924                   CIMTYPE_UINT64,
166925                   /* subscript */
166926                   -1,
166927                   /* value */
166928 mike  1.1.2.1     0,
166929               };
166930               
166931               static MetaFeature*
166932               _CIM_DiskSpaceCheck_features[] =
166933               {
166934                   (MetaFeature*)&_CIM_DiskSpaceCheck_AvailableDiskSpace,
166935                   0,
166936               };
166937               
166938               static const char*
166939               __root_cimv2_CIM_DiskSpaceCheck_qualifiers[] =
166940               {
166941                   /* UMLPackagePath */
166942                   "\057CIM::Application::CheckAction",
166943                   /* Version */
166944                   "\0632.6.0",
166945                   0,
166946               };
166947               
166948               MetaClass
166949 mike  1.1.2.1 __root_cimv2_CIM_DiskSpaceCheck =
166950               {
166951                   /* flags */
166952                   META_FLAG_CLASS,
166953                   /* name */
166954                   "CIM_DiskSpaceCheck",
166955                   /* qualifiers */
166956                   __root_cimv2_CIM_DiskSpaceCheck_qualifiers,
166957                   /* super */
166958                   &__root_cimv2_CIM_Check,
166959                   /* features */
166960                   _CIM_DiskSpaceCheck_features,
166961               };
166962               
166963               //==============================================================================
166964               //
166965               // Class: CIM_DSCPMarkerService
166966               //
166967               //==============================================================================
166968               
166969               static const char*
166970 mike  1.1.2.1 _CIM_DSCPMarkerService_DSCPValue_qualifiers[] =
166971               {
166972                   /* MinValue */
166973                   "\035\000\000\000\000\000\000\000\000",
166974                   /* MaxValue */
166975                   "\031\000\000\000\000\000\000\000\077",
166976                   0,
166977               };
166978               
166979               static MetaProperty
166980               _CIM_DSCPMarkerService_DSCPValue =
166981               {
166982                   /* flags */
166983                   META_FLAG_PROPERTY|META_FLAG_READ,
166984                   /* name */
166985                   "DSCPValue",
166986                   /* qualifiers */
166987                   _CIM_DSCPMarkerService_DSCPValue_qualifiers,
166988                   /* type */
166989                   CIMTYPE_UINT8,
166990                   /* subscript */
166991 mike  1.1.2.1     -1,
166992                   /* value */
166993                   0,
166994               };
166995               
166996               static MetaFeature*
166997               _CIM_DSCPMarkerService_features[] =
166998               {
166999                   (MetaFeature*)&_CIM_DSCPMarkerService_DSCPValue,
167000                   0,
167001               };
167002               
167003               static const char*
167004               __root_cimv2_CIM_DSCPMarkerService_qualifiers[] =
167005               {
167006                   /* UMLPackagePath */
167007                   "\057CIM::Network::QoS",
167008                   /* Version */
167009                   "\0632.7.0",
167010                   0,
167011               };
167012 mike  1.1.2.1 
167013               MetaClass
167014               __root_cimv2_CIM_DSCPMarkerService =
167015               {
167016                   /* flags */
167017                   META_FLAG_CLASS,
167018                   /* name */
167019                   "CIM_DSCPMarkerService",
167020                   /* qualifiers */
167021                   __root_cimv2_CIM_DSCPMarkerService_qualifiers,
167022                   /* super */
167023                   &__root_cimv2_CIM_MarkerService,
167024                   /* features */
167025                   _CIM_DSCPMarkerService_features,
167026               };
167027               
167028               //==============================================================================
167029               //
167030               // Class: CIM_EFService
167031               //
167032               //==============================================================================
167033 mike  1.1.2.1 
167034               static MetaFeature*
167035               _CIM_EFService_features[] =
167036               {
167037                   0,
167038               };
167039               
167040               static const char*
167041               __root_cimv2_CIM_EFService_qualifiers[] =
167042               {
167043                   /* Deprecated */
167044                   "\013\000\001CIM_DiffServService\000",
167045                   /* UMLPackagePath */
167046                   "\057CIM::Network::QoS",
167047                   /* Version */
167048                   "\0632.7.0",
167049                   0,
167050               };
167051               
167052               MetaClass
167053               __root_cimv2_CIM_EFService =
167054 mike  1.1.2.1 {
167055                   /* flags */
167056                   META_FLAG_CLASS,
167057                   /* name */
167058                   "CIM_EFService",
167059                   /* qualifiers */
167060                   __root_cimv2_CIM_EFService_qualifiers,
167061                   /* super */
167062                   &__root_cimv2_CIM_DiffServService,
167063                   /* features */
167064                   _CIM_EFService_features,
167065               };
167066               
167067               //==============================================================================
167068               //
167069               // Class: CIM_EGPRouteCalcDependency
167070               //
167071               //==============================================================================
167072               
167073               static const char*
167074               _CIM_EGPRouteCalcDependency_Antecedent_qualifiers[] =
167075 mike  1.1.2.1 {
167076                   /* Override */
167077                   "\044Antecedent",
167078                   0,
167079               };
167080               
167081               static MetaReference
167082               _CIM_EGPRouteCalcDependency_Antecedent =
167083               {
167084                   /* flags */
167085                   META_FLAG_REFERENCE|META_FLAG_READ,
167086                   /* name */
167087                   "Antecedent",
167088                   /* qualifiers */
167089                   _CIM_EGPRouteCalcDependency_Antecedent_qualifiers,
167090                   /* subscript */
167091                   -1,
167092                   /* refId */
167093                   &__root_cimv2_CIM_RouteCalculationService,
167094               };
167095               
167096 mike  1.1.2.1 static const char*
167097               _CIM_EGPRouteCalcDependency_Dependent_qualifiers[] =
167098               {
167099                   /* Override */
167100                   "\044Dependent",
167101                   0,
167102               };
167103               
167104               static MetaReference
167105               _CIM_EGPRouteCalcDependency_Dependent =
167106               {
167107                   /* flags */
167108                   META_FLAG_REFERENCE|META_FLAG_READ,
167109                   /* name */
167110                   "Dependent",
167111                   /* qualifiers */
167112                   _CIM_EGPRouteCalcDependency_Dependent_qualifiers,
167113                   /* subscript */
167114                   -1,
167115                   /* refId */
167116                   &__root_cimv2_CIM_RouteCalculationService,
167117 mike  1.1.2.1 };
167118               
167119               static const char*
167120               _CIM_EGPRouteCalcDependency_IGPInjection_qualifiers[] =
167121               {
167122                   /* ValueMap */
167123                   "\061\000\0031\0002\0003\000",
167124                   /* Values */
167125                   "\062\000\003None\000Partial\000Full\000",
167126                   0,
167127               };
167128               
167129               static MetaProperty
167130               _CIM_EGPRouteCalcDependency_IGPInjection =
167131               {
167132                   /* flags */
167133                   META_FLAG_PROPERTY|META_FLAG_READ,
167134                   /* name */
167135                   "IGPInjection",
167136                   /* qualifiers */
167137                   _CIM_EGPRouteCalcDependency_IGPInjection_qualifiers,
167138 mike  1.1.2.1     /* type */
167139                   CIMTYPE_UINT16,
167140                   /* subscript */
167141                   -1,
167142                   /* value */
167143                   0,
167144               };
167145               
167146               static MetaFeature*
167147               _CIM_EGPRouteCalcDependency_features[] =
167148               {
167149                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_Antecedent,
167150                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_Dependent,
167151                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_IGPInjection,
167152                   0,
167153               };
167154               
167155               static const char*
167156               __root_cimv2_CIM_EGPRouteCalcDependency_qualifiers[] =
167157               {
167158                   /* ASSOCIATION */
167159 mike  1.1.2.1     "\000\001",
167160                   /* UMLPackagePath */
167161                   "\057CIM::Network::BGP",
167162                   /* Version */
167163                   "\0632.6.0",
167164                   0,
167165               };
167166               
167167               MetaClass
167168               __root_cimv2_CIM_EGPRouteCalcDependency =
167169               {
167170                   /* flags */
167171                   META_FLAG_ASSOCIATION,
167172                   /* name */
167173                   "CIM_EGPRouteCalcDependency",
167174                   /* qualifiers */
167175                   __root_cimv2_CIM_EGPRouteCalcDependency_qualifiers,
167176                   /* super */
167177                   &__root_cimv2_CIM_ServiceServiceDependency,
167178                   /* features */
167179                   _CIM_EGPRouteCalcDependency_features,
167180 mike  1.1.2.1 };
167181               
167182               //==============================================================================
167183               //
167184               // Class: CIM_EgressConditioningServiceOnEndpoint
167185               //
167186               //==============================================================================
167187               
167188               static const char*
167189               _CIM_EgressConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
167190               {
167191                   /* Override */
167192                   "\044Antecedent",
167193                   /* Max */
167194                   "\027\000\000\000\001",
167195                   0,
167196               };
167197               
167198               static MetaReference
167199               _CIM_EgressConditioningServiceOnEndpoint_Antecedent =
167200               {
167201 mike  1.1.2.1     /* flags */
167202                   META_FLAG_REFERENCE|META_FLAG_READ,
167203                   /* name */
167204                   "Antecedent",
167205                   /* qualifiers */
167206                   _CIM_EgressConditioningServiceOnEndpoint_Antecedent_qualifiers,
167207                   /* subscript */
167208                   -1,
167209                   /* refId */
167210                   &__root_cimv2_CIM_ProtocolEndpoint,
167211               };
167212               
167213               static const char*
167214               _CIM_EgressConditioningServiceOnEndpoint_Dependent_qualifiers[] =
167215               {
167216                   /* Override */
167217                   "\044Dependent",
167218                   0,
167219               };
167220               
167221               static MetaReference
167222 mike  1.1.2.1 _CIM_EgressConditioningServiceOnEndpoint_Dependent =
167223               {
167224                   /* flags */
167225                   META_FLAG_REFERENCE|META_FLAG_READ,
167226                   /* name */
167227                   "Dependent",
167228                   /* qualifiers */
167229                   _CIM_EgressConditioningServiceOnEndpoint_Dependent_qualifiers,
167230                   /* subscript */
167231                   -1,
167232                   /* refId */
167233                   &__root_cimv2_CIM_ConditioningService,
167234               };
167235               
167236               static MetaFeature*
167237               _CIM_EgressConditioningServiceOnEndpoint_features[] =
167238               {
167239                   (MetaFeature*)&_CIM_EgressConditioningServiceOnEndpoint_Antecedent,
167240                   (MetaFeature*)&_CIM_EgressConditioningServiceOnEndpoint_Dependent,
167241                   0,
167242               };
167243 mike  1.1.2.1 
167244               static const char*
167245               __root_cimv2_CIM_EgressConditioningServiceOnEndpoint_qualifiers[] =
167246               {
167247                   /* ASSOCIATION */
167248                   "\000\001",
167249                   /* UMLPackagePath */
167250                   "\057CIM::Network::QoS",
167251                   /* Version */
167252                   "\0632.7.0",
167253                   0,
167254               };
167255               
167256               MetaClass
167257               __root_cimv2_CIM_EgressConditioningServiceOnEndpoint =
167258               {
167259                   /* flags */
167260                   META_FLAG_ASSOCIATION,
167261                   /* name */
167262                   "CIM_EgressConditioningServiceOnEndpoint",
167263                   /* qualifiers */
167264 mike  1.1.2.1     __root_cimv2_CIM_EgressConditioningServiceOnEndpoint_qualifiers,
167265                   /* super */
167266                   &__root_cimv2_CIM_ServiceSAPDependency,
167267                   /* features */
167268                   _CIM_EgressConditioningServiceOnEndpoint_features,
167269               };
167270               
167271               //==============================================================================
167272               //
167273               // Class: CIM_ElementInSchedulingService
167274               //
167275               //==============================================================================
167276               
167277               static const char*
167278               _CIM_ElementInSchedulingService_GroupComponent_qualifiers[] =
167279               {
167280                   /* Aggregate */
167281                   "\003\001",
167282                   /* Override */
167283                   "\044GroupComponent",
167284                   /* Max */
167285 mike  1.1.2.1     "\027\000\000\000\001",
167286                   0,
167287               };
167288               
167289               static MetaReference
167290               _CIM_ElementInSchedulingService_GroupComponent =
167291               {
167292                   /* flags */
167293                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
167294                   /* name */
167295                   "GroupComponent",
167296                   /* qualifiers */
167297                   _CIM_ElementInSchedulingService_GroupComponent_qualifiers,
167298                   /* subscript */
167299                   -1,
167300                   /* refId */
167301                   &__root_cimv2_CIM_PacketSchedulingService,
167302               };
167303               
167304               static const char*
167305               _CIM_ElementInSchedulingService_PartComponent_qualifiers[] =
167306 mike  1.1.2.1 {
167307                   /* Override */
167308                   "\044PartComponent",
167309                   /* Min */
167310                   "\033\000\000\000\001",
167311                   0,
167312               };
167313               
167314               static MetaReference
167315               _CIM_ElementInSchedulingService_PartComponent =
167316               {
167317                   /* flags */
167318                   META_FLAG_REFERENCE|META_FLAG_READ,
167319                   /* name */
167320                   "PartComponent",
167321                   /* qualifiers */
167322                   _CIM_ElementInSchedulingService_PartComponent_qualifiers,
167323                   /* subscript */
167324                   -1,
167325                   /* refId */
167326                   &__root_cimv2_CIM_SchedulingElement,
167327 mike  1.1.2.1 };
167328               
167329               static MetaFeature*
167330               _CIM_ElementInSchedulingService_features[] =
167331               {
167332                   (MetaFeature*)&_CIM_ElementInSchedulingService_GroupComponent,
167333                   (MetaFeature*)&_CIM_ElementInSchedulingService_PartComponent,
167334                   0,
167335               };
167336               
167337               static const char*
167338               __root_cimv2_CIM_ElementInSchedulingService_qualifiers[] =
167339               {
167340                   /* ASSOCIATION */
167341                   "\000\001",
167342                   /* UMLPackagePath */
167343                   "\057CIM::Network::QoS",
167344                   /* Aggregation */
167345                   "\004\001",
167346                   /* Composition */
167347                   "\011\001",
167348 mike  1.1.2.1     /* Version */
167349                   "\0632.7.0",
167350                   0,
167351               };
167352               
167353               MetaClass
167354               __root_cimv2_CIM_ElementInSchedulingService =
167355               {
167356                   /* flags */
167357                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
167358                   /* name */
167359                   "CIM_ElementInSchedulingService",
167360                   /* qualifiers */
167361                   __root_cimv2_CIM_ElementInSchedulingService_qualifiers,
167362                   /* super */
167363                   &__root_cimv2_CIM_Component,
167364                   /* features */
167365                   _CIM_ElementInSchedulingService_features,
167366               };
167367               
167368               //==============================================================================
167369 mike  1.1.2.1 //
167370               // Class: CIM_EndpointIdentity
167371               //
167372               //==============================================================================
167373               
167374               static const char*
167375               _CIM_EndpointIdentity_SystemElement_qualifiers[] =
167376               {
167377                   /* Override */
167378                   "\044SystemElement",
167379                   0,
167380               };
167381               
167382               static MetaReference
167383               _CIM_EndpointIdentity_SystemElement =
167384               {
167385                   /* flags */
167386                   META_FLAG_REFERENCE|META_FLAG_READ,
167387                   /* name */
167388                   "SystemElement",
167389                   /* qualifiers */
167390 mike  1.1.2.1     _CIM_EndpointIdentity_SystemElement_qualifiers,
167391                   /* subscript */
167392                   -1,
167393                   /* refId */
167394                   &__root_cimv2_CIM_ProtocolEndpoint,
167395               };
167396               
167397               static const char*
167398               _CIM_EndpointIdentity_SameElement_qualifiers[] =
167399               {
167400                   /* Override */
167401                   "\044SameElement",
167402                   0,
167403               };
167404               
167405               static MetaReference
167406               _CIM_EndpointIdentity_SameElement =
167407               {
167408                   /* flags */
167409                   META_FLAG_REFERENCE|META_FLAG_READ,
167410                   /* name */
167411 mike  1.1.2.1     "SameElement",
167412                   /* qualifiers */
167413                   _CIM_EndpointIdentity_SameElement_qualifiers,
167414                   /* subscript */
167415                   -1,
167416                   /* refId */
167417                   &__root_cimv2_CIM_ProtocolEndpoint,
167418               };
167419               
167420               static MetaFeature*
167421               _CIM_EndpointIdentity_features[] =
167422               {
167423                   (MetaFeature*)&_CIM_EndpointIdentity_SystemElement,
167424                   (MetaFeature*)&_CIM_EndpointIdentity_SameElement,
167425                   0,
167426               };
167427               
167428               static const char*
167429               __root_cimv2_CIM_EndpointIdentity_qualifiers[] =
167430               {
167431                   /* ASSOCIATION */
167432 mike  1.1.2.1     "\000\001",
167433                   /* UMLPackagePath */
167434                   "\057CIM::Network::ProtocolEndpoints",
167435                   /* Version */
167436                   "\0632.6.0",
167437                   0,
167438               };
167439               
167440               MetaClass
167441               __root_cimv2_CIM_EndpointIdentity =
167442               {
167443                   /* flags */
167444                   META_FLAG_ASSOCIATION,
167445                   /* name */
167446                   "CIM_EndpointIdentity",
167447                   /* qualifiers */
167448                   __root_cimv2_CIM_EndpointIdentity_qualifiers,
167449                   /* super */
167450                   &__root_cimv2_CIM_LogicalIdentity,
167451                   /* features */
167452                   _CIM_EndpointIdentity_features,
167453 mike  1.1.2.1 };
167454               
167455               //==============================================================================
167456               //
167457               // Class: CIM_EndpointOfNetworkPipe
167458               //
167459               //==============================================================================
167460               
167461               static const char*
167462               _CIM_EndpointOfNetworkPipe_Antecedent_qualifiers[] =
167463               {
167464                   /* Override */
167465                   "\044Antecedent",
167466                   /* Min */
167467                   "\033\000\000\000\002",
167468                   /* Max */
167469                   "\027\000\000\000\002",
167470                   0,
167471               };
167472               
167473               static MetaReference
167474 mike  1.1.2.1 _CIM_EndpointOfNetworkPipe_Antecedent =
167475               {
167476                   /* flags */
167477                   META_FLAG_REFERENCE|META_FLAG_READ,
167478                   /* name */
167479                   "Antecedent",
167480                   /* qualifiers */
167481                   _CIM_EndpointOfNetworkPipe_Antecedent_qualifiers,
167482                   /* subscript */
167483                   -1,
167484                   /* refId */
167485                   &__root_cimv2_CIM_ProtocolEndpoint,
167486               };
167487               
167488               static const char*
167489               _CIM_EndpointOfNetworkPipe_Dependent_qualifiers[] =
167490               {
167491                   /* Override */
167492                   "\044Dependent",
167493                   0,
167494               };
167495 mike  1.1.2.1 
167496               static MetaReference
167497               _CIM_EndpointOfNetworkPipe_Dependent =
167498               {
167499                   /* flags */
167500                   META_FLAG_REFERENCE|META_FLAG_READ,
167501                   /* name */
167502                   "Dependent",
167503                   /* qualifiers */
167504                   _CIM_EndpointOfNetworkPipe_Dependent_qualifiers,
167505                   /* subscript */
167506                   -1,
167507                   /* refId */
167508                   &__root_cimv2_CIM_NetworkPipe,
167509               };
167510               
167511               static const char*
167512               _CIM_EndpointOfNetworkPipe_SourceOrSink_qualifiers[] =
167513               {
167514                   /* ValueMap */
167515                   "\061\000\0040\0002\0003\0004\000",
167516 mike  1.1.2.1     /* Values */
167517                   "\062\000\004Unknown\000Source\000Sink\000Not Applicable\000",
167518                   0,
167519               };
167520               
167521               static MetaProperty
167522               _CIM_EndpointOfNetworkPipe_SourceOrSink =
167523               {
167524                   /* flags */
167525                   META_FLAG_PROPERTY|META_FLAG_READ,
167526                   /* name */
167527                   "SourceOrSink",
167528                   /* qualifiers */
167529                   _CIM_EndpointOfNetworkPipe_SourceOrSink_qualifiers,
167530                   /* type */
167531                   CIMTYPE_UINT16,
167532                   /* subscript */
167533                   -1,
167534                   /* value */
167535                   0,
167536               };
167537 mike  1.1.2.1 
167538               static MetaFeature*
167539               _CIM_EndpointOfNetworkPipe_features[] =
167540               {
167541                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_Antecedent,
167542                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_Dependent,
167543                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_SourceOrSink,
167544                   0,
167545               };
167546               
167547               static const char*
167548               __root_cimv2_CIM_EndpointOfNetworkPipe_qualifiers[] =
167549               {
167550                   /* ASSOCIATION */
167551                   "\000\001",
167552                   /* UMLPackagePath */
167553                   "\057CIM::Network::Pipes",
167554                   /* Version */
167555                   "\0632.7.0",
167556                   /* MappingStrings */
167557                   "\026\000\002Recommendation.ITU|M3100.Pipe.a-TPInstance\000Recommendation.ITU|M3100.Pipe.z-TPInstance\000",
167558 mike  1.1.2.1     0,
167559               };
167560               
167561               MetaClass
167562               __root_cimv2_CIM_EndpointOfNetworkPipe =
167563               {
167564                   /* flags */
167565                   META_FLAG_ASSOCIATION,
167566                   /* name */
167567                   "CIM_EndpointOfNetworkPipe",
167568                   /* qualifiers */
167569                   __root_cimv2_CIM_EndpointOfNetworkPipe_qualifiers,
167570                   /* super */
167571                   &__root_cimv2_CIM_Dependency,
167572                   /* features */
167573                   _CIM_EndpointOfNetworkPipe_features,
167574               };
167575               
167576               //==============================================================================
167577               //
167578               // Class: CIM_EWMAMeterService
167579 mike  1.1.2.1 //
167580               //==============================================================================
167581               
167582               static const char*
167583               _CIM_EWMAMeterService_AverageRate_qualifiers[] =
167584               {
167585                   /* Units */
167586                   "\060KiloBits Per Second",
167587                   0,
167588               };
167589               
167590               static MetaProperty
167591               _CIM_EWMAMeterService_AverageRate =
167592               {
167593                   /* flags */
167594                   META_FLAG_PROPERTY|META_FLAG_READ,
167595                   /* name */
167596                   "AverageRate",
167597                   /* qualifiers */
167598                   _CIM_EWMAMeterService_AverageRate_qualifiers,
167599                   /* type */
167600 mike  1.1.2.1     CIMTYPE_UINT32,
167601                   /* subscript */
167602                   -1,
167603                   /* value */
167604                   0,
167605               };
167606               
167607               static const char*
167608               _CIM_EWMAMeterService_DeltaInterval_qualifiers[] =
167609               {
167610                   /* Units */
167611                   "\060MicroSeconds",
167612                   0,
167613               };
167614               
167615               static MetaProperty
167616               _CIM_EWMAMeterService_DeltaInterval =
167617               {
167618                   /* flags */
167619                   META_FLAG_PROPERTY|META_FLAG_READ,
167620                   /* name */
167621 mike  1.1.2.1     "DeltaInterval",
167622                   /* qualifiers */
167623                   _CIM_EWMAMeterService_DeltaInterval_qualifiers,
167624                   /* type */
167625                   CIMTYPE_UINT64,
167626                   /* subscript */
167627                   -1,
167628                   /* value */
167629                   0,
167630               };
167631               
167632               static const char*
167633               _CIM_EWMAMeterService_Gain_qualifiers[] =
167634               {
167635                   0,
167636               };
167637               
167638               static MetaProperty
167639               _CIM_EWMAMeterService_Gain =
167640               {
167641                   /* flags */
167642 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
167643                   /* name */
167644                   "Gain",
167645                   /* qualifiers */
167646                   _CIM_EWMAMeterService_Gain_qualifiers,
167647                   /* type */
167648                   CIMTYPE_UINT32,
167649                   /* subscript */
167650                   -1,
167651                   /* value */
167652                   0,
167653               };
167654               
167655               static MetaFeature*
167656               _CIM_EWMAMeterService_features[] =
167657               {
167658                   (MetaFeature*)&_CIM_EWMAMeterService_AverageRate,
167659                   (MetaFeature*)&_CIM_EWMAMeterService_DeltaInterval,
167660                   (MetaFeature*)&_CIM_EWMAMeterService_Gain,
167661                   0,
167662               };
167663 mike  1.1.2.1 
167664               static const char*
167665               __root_cimv2_CIM_EWMAMeterService_qualifiers[] =
167666               {
167667                   /* UMLPackagePath */
167668                   "\057CIM::Network::QoS",
167669                   /* Version */
167670                   "\0632.7.0",
167671                   0,
167672               };
167673               
167674               MetaClass
167675               __root_cimv2_CIM_EWMAMeterService =
167676               {
167677                   /* flags */
167678                   META_FLAG_CLASS,
167679                   /* name */
167680                   "CIM_EWMAMeterService",
167681                   /* qualifiers */
167682                   __root_cimv2_CIM_EWMAMeterService_qualifiers,
167683                   /* super */
167684 mike  1.1.2.1     &__root_cimv2_CIM_MeterService,
167685                   /* features */
167686                   _CIM_EWMAMeterService_features,
167687               };
167688               
167689               //==============================================================================
167690               //
167691               // Class: CIM_ExecuteProgram
167692               //
167693               //==============================================================================
167694               
167695               static const char*
167696               _CIM_ExecuteProgram_ProgramPath_qualifiers[] =
167697               {
167698                   /* MaxLen */
167699                   "\030\000\000\004\000",
167700                   0,
167701               };
167702               
167703               static MetaProperty
167704               _CIM_ExecuteProgram_ProgramPath =
167705 mike  1.1.2.1 {
167706                   /* flags */
167707                   META_FLAG_PROPERTY|META_FLAG_READ,
167708                   /* name */
167709                   "ProgramPath",
167710                   /* qualifiers */
167711                   _CIM_ExecuteProgram_ProgramPath_qualifiers,
167712                   /* type */
167713                   CIMTYPE_STRING,
167714                   /* subscript */
167715                   -1,
167716                   /* value */
167717                   0,
167718               };
167719               
167720               static const char*
167721               _CIM_ExecuteProgram_CommandLine_qualifiers[] =
167722               {
167723                   0,
167724               };
167725               
167726 mike  1.1.2.1 static MetaProperty
167727               _CIM_ExecuteProgram_CommandLine =
167728               {
167729                   /* flags */
167730                   META_FLAG_PROPERTY|META_FLAG_READ,
167731                   /* name */
167732                   "CommandLine",
167733                   /* qualifiers */
167734                   _CIM_ExecuteProgram_CommandLine_qualifiers,
167735                   /* type */
167736                   CIMTYPE_STRING,
167737                   /* subscript */
167738                   -1,
167739                   /* value */
167740                   0,
167741               };
167742               
167743               static MetaFeature*
167744               _CIM_ExecuteProgram_features[] =
167745               {
167746                   (MetaFeature*)&_CIM_ExecuteProgram_ProgramPath,
167747 mike  1.1.2.1     (MetaFeature*)&_CIM_ExecuteProgram_CommandLine,
167748                   0,
167749               };
167750               
167751               static const char*
167752               __root_cimv2_CIM_ExecuteProgram_qualifiers[] =
167753               {
167754                   /* UMLPackagePath */
167755                   "\057CIM::Application::CheckAction",
167756                   /* Version */
167757                   "\0632.6.0",
167758                   0,
167759               };
167760               
167761               MetaClass
167762               __root_cimv2_CIM_ExecuteProgram =
167763               {
167764                   /* flags */
167765                   META_FLAG_CLASS,
167766                   /* name */
167767                   "CIM_ExecuteProgram",
167768 mike  1.1.2.1     /* qualifiers */
167769                   __root_cimv2_CIM_ExecuteProgram_qualifiers,
167770                   /* super */
167771                   &__root_cimv2_CIM_Action,
167772                   /* features */
167773                   _CIM_ExecuteProgram_features,
167774               };
167775               
167776               //==============================================================================
167777               //
167778               // Class: CIM_FileAction
167779               //
167780               //==============================================================================
167781               
167782               static MetaFeature*
167783               _CIM_FileAction_features[] =
167784               {
167785                   0,
167786               };
167787               
167788               static const char*
167789 mike  1.1.2.1 __root_cimv2_CIM_FileAction_qualifiers[] =
167790               {
167791                   /* UMLPackagePath */
167792                   "\057CIM::Application::CheckAction",
167793                   /* Abstract */
167794                   "\002\001",
167795                   /* Version */
167796                   "\0632.6.0",
167797                   0,
167798               };
167799               
167800               MetaClass
167801               __root_cimv2_CIM_FileAction =
167802               {
167803                   /* flags */
167804                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
167805                   /* name */
167806                   "CIM_FileAction",
167807                   /* qualifiers */
167808                   __root_cimv2_CIM_FileAction_qualifiers,
167809                   /* super */
167810 mike  1.1.2.1     &__root_cimv2_CIM_Action,
167811                   /* features */
167812                   _CIM_FileAction_features,
167813               };
167814               
167815               //==============================================================================
167816               //
167817               // Class: CIM_FileSpecification
167818               //
167819               //==============================================================================
167820               
167821               static const char*
167822               _CIM_FileSpecification_FileName_qualifiers[] =
167823               {
167824                   /* MaxLen */
167825                   "\030\000\000\004\000",
167826                   0,
167827               };
167828               
167829               static MetaProperty
167830               _CIM_FileSpecification_FileName =
167831 mike  1.1.2.1 {
167832                   /* flags */
167833                   META_FLAG_PROPERTY|META_FLAG_READ,
167834                   /* name */
167835                   "FileName",
167836                   /* qualifiers */
167837                   _CIM_FileSpecification_FileName_qualifiers,
167838                   /* type */
167839                   CIMTYPE_STRING,
167840                   /* subscript */
167841                   -1,
167842                   /* value */
167843                   0,
167844               };
167845               
167846               static const char*
167847               _CIM_FileSpecification_CreateTimeStamp_qualifiers[] =
167848               {
167849                   0,
167850               };
167851               
167852 mike  1.1.2.1 static MetaProperty
167853               _CIM_FileSpecification_CreateTimeStamp =
167854               {
167855                   /* flags */
167856                   META_FLAG_PROPERTY|META_FLAG_READ,
167857                   /* name */
167858                   "CreateTimeStamp",
167859                   /* qualifiers */
167860                   _CIM_FileSpecification_CreateTimeStamp_qualifiers,
167861                   /* type */
167862                   CIMTYPE_DATETIME,
167863                   /* subscript */
167864                   -1,
167865                   /* value */
167866                   0,
167867               };
167868               
167869               static const char*
167870               _CIM_FileSpecification_FileSize_qualifiers[] =
167871               {
167872                   /* Units */
167873 mike  1.1.2.1     "\060KiloBytes",
167874                   0,
167875               };
167876               
167877               static MetaProperty
167878               _CIM_FileSpecification_FileSize =
167879               {
167880                   /* flags */
167881                   META_FLAG_PROPERTY|META_FLAG_READ,
167882                   /* name */
167883                   "FileSize",
167884                   /* qualifiers */
167885                   _CIM_FileSpecification_FileSize_qualifiers,
167886                   /* type */
167887                   CIMTYPE_UINT64,
167888                   /* subscript */
167889                   -1,
167890                   /* value */
167891                   0,
167892               };
167893               
167894 mike  1.1.2.1 static const char*
167895               _CIM_FileSpecification_CheckSum_qualifiers[] =
167896               {
167897                   /* MappingStrings */
167898                   "\026\000\001MIF.DMTF|Software Signature|002.4\000",
167899                   0,
167900               };
167901               
167902               static MetaProperty
167903               _CIM_FileSpecification_CheckSum =
167904               {
167905                   /* flags */
167906                   META_FLAG_PROPERTY|META_FLAG_READ,
167907                   /* name */
167908                   "CheckSum",
167909                   /* qualifiers */
167910                   _CIM_FileSpecification_CheckSum_qualifiers,
167911                   /* type */
167912                   CIMTYPE_UINT32,
167913                   /* subscript */
167914                   -1,
167915 mike  1.1.2.1     /* value */
167916                   0,
167917               };
167918               
167919               static const char*
167920               _CIM_FileSpecification_CRC1_qualifiers[] =
167921               {
167922                   /* MappingStrings */
167923                   "\026\000\001MIF.DMTF|Software Signature|002.5\000",
167924                   0,
167925               };
167926               
167927               static MetaProperty
167928               _CIM_FileSpecification_CRC1 =
167929               {
167930                   /* flags */
167931                   META_FLAG_PROPERTY|META_FLAG_READ,
167932                   /* name */
167933                   "CRC1",
167934                   /* qualifiers */
167935                   _CIM_FileSpecification_CRC1_qualifiers,
167936 mike  1.1.2.1     /* type */
167937                   CIMTYPE_UINT32,
167938                   /* subscript */
167939                   -1,
167940                   /* value */
167941                   0,
167942               };
167943               
167944               static const char*
167945               _CIM_FileSpecification_CRC2_qualifiers[] =
167946               {
167947                   /* MappingStrings */
167948                   "\026\000\001MIF.DMTF|Software Signature|002.6\000",
167949                   0,
167950               };
167951               
167952               static MetaProperty
167953               _CIM_FileSpecification_CRC2 =
167954               {
167955                   /* flags */
167956                   META_FLAG_PROPERTY|META_FLAG_READ,
167957 mike  1.1.2.1     /* name */
167958                   "CRC2",
167959                   /* qualifiers */
167960                   _CIM_FileSpecification_CRC2_qualifiers,
167961                   /* type */
167962                   CIMTYPE_UINT32,
167963                   /* subscript */
167964                   -1,
167965                   /* value */
167966                   0,
167967               };
167968               
167969               static const char*
167970               _CIM_FileSpecification_MD5Checksum_qualifiers[] =
167971               {
167972                   /* MaxLen */
167973                   "\030\000\000\000\040",
167974                   0,
167975               };
167976               
167977               static MetaProperty
167978 mike  1.1.2.1 _CIM_FileSpecification_MD5Checksum =
167979               {
167980                   /* flags */
167981                   META_FLAG_PROPERTY|META_FLAG_READ,
167982                   /* name */
167983                   "MD5Checksum",
167984                   /* qualifiers */
167985                   _CIM_FileSpecification_MD5Checksum_qualifiers,
167986                   /* type */
167987                   CIMTYPE_STRING,
167988                   /* subscript */
167989                   -1,
167990                   /* value */
167991                   0,
167992               };
167993               
167994               static MetaFeature*
167995               _CIM_FileSpecification_features[] =
167996               {
167997                   (MetaFeature*)&_CIM_FileSpecification_FileName,
167998                   (MetaFeature*)&_CIM_FileSpecification_CreateTimeStamp,
167999 mike  1.1.2.1     (MetaFeature*)&_CIM_FileSpecification_FileSize,
168000                   (MetaFeature*)&_CIM_FileSpecification_CheckSum,
168001                   (MetaFeature*)&_CIM_FileSpecification_CRC1,
168002                   (MetaFeature*)&_CIM_FileSpecification_CRC2,
168003                   (MetaFeature*)&_CIM_FileSpecification_MD5Checksum,
168004                   0,
168005               };
168006               
168007               static const char*
168008               __root_cimv2_CIM_FileSpecification_qualifiers[] =
168009               {
168010                   /* UMLPackagePath */
168011                   "\057CIM::Application::CheckAction",
168012                   /* Version */
168013                   "\0632.6.0",
168014                   0,
168015               };
168016               
168017               MetaClass
168018               __root_cimv2_CIM_FileSpecification =
168019               {
168020 mike  1.1.2.1     /* flags */
168021                   META_FLAG_CLASS,
168022                   /* name */
168023                   "CIM_FileSpecification",
168024                   /* qualifiers */
168025                   __root_cimv2_CIM_FileSpecification_qualifiers,
168026                   /* super */
168027                   &__root_cimv2_CIM_Check,
168028                   /* features */
168029                   _CIM_FileSpecification_features,
168030               };
168031               
168032               //==============================================================================
168033               //
168034               // Class: CIM_FilterOfSecurityAssociation
168035               //
168036               //==============================================================================
168037               
168038               static const char*
168039               _CIM_FilterOfSecurityAssociation_Antecedent_qualifiers[] =
168040               {
168041 mike  1.1.2.1     /* Override */
168042                   "\044Antecedent",
168043                   /* Max */
168044                   "\027\000\000\000\001",
168045                   0,
168046               };
168047               
168048               static MetaReference
168049               _CIM_FilterOfSecurityAssociation_Antecedent =
168050               {
168051                   /* flags */
168052                   META_FLAG_REFERENCE|META_FLAG_READ,
168053                   /* name */
168054                   "Antecedent",
168055                   /* qualifiers */
168056                   _CIM_FilterOfSecurityAssociation_Antecedent_qualifiers,
168057                   /* subscript */
168058                   -1,
168059                   /* refId */
168060                   &__root_cimv2_CIM_FilterList,
168061               };
168062 mike  1.1.2.1 
168063               static const char*
168064               _CIM_FilterOfSecurityAssociation_Dependent_qualifiers[] =
168065               {
168066                   /* Override */
168067                   "\044Dependent",
168068                   0,
168069               };
168070               
168071               static MetaReference
168072               _CIM_FilterOfSecurityAssociation_Dependent =
168073               {
168074                   /* flags */
168075                   META_FLAG_REFERENCE|META_FLAG_READ,
168076                   /* name */
168077                   "Dependent",
168078                   /* qualifiers */
168079                   _CIM_FilterOfSecurityAssociation_Dependent_qualifiers,
168080                   /* subscript */
168081                   -1,
168082                   /* refId */
168083 mike  1.1.2.1     &__root_cimv2_CIM_SecurityAssociationEndpoint,
168084               };
168085               
168086               static MetaFeature*
168087               _CIM_FilterOfSecurityAssociation_features[] =
168088               {
168089                   (MetaFeature*)&_CIM_FilterOfSecurityAssociation_Antecedent,
168090                   (MetaFeature*)&_CIM_FilterOfSecurityAssociation_Dependent,
168091                   0,
168092               };
168093               
168094               static const char*
168095               __root_cimv2_CIM_FilterOfSecurityAssociation_qualifiers[] =
168096               {
168097                   /* ASSOCIATION */
168098                   "\000\001",
168099                   /* UMLPackagePath */
168100                   "\057CIM::Network::IPsec",
168101                   /* Version */
168102                   "\0632.8.0",
168103                   0,
168104 mike  1.1.2.1 };
168105               
168106               MetaClass
168107               __root_cimv2_CIM_FilterOfSecurityAssociation =
168108               {
168109                   /* flags */
168110                   META_FLAG_ASSOCIATION,
168111                   /* name */
168112                   "CIM_FilterOfSecurityAssociation",
168113                   /* qualifiers */
168114                   __root_cimv2_CIM_FilterOfSecurityAssociation_qualifiers,
168115                   /* super */
168116                   &__root_cimv2_CIM_Dependency,
168117                   /* features */
168118                   _CIM_FilterOfSecurityAssociation_features,
168119               };
168120               
168121               //==============================================================================
168122               //
168123               // Class: CIM_FlowService
168124               //
168125 mike  1.1.2.1 //==============================================================================
168126               
168127               static const char*
168128               _CIM_FlowService_FlowID_qualifiers[] =
168129               {
168130                   0,
168131               };
168132               
168133               static MetaProperty
168134               _CIM_FlowService_FlowID =
168135               {
168136                   /* flags */
168137                   META_FLAG_PROPERTY|META_FLAG_READ,
168138                   /* name */
168139                   "FlowID",
168140                   /* qualifiers */
168141                   _CIM_FlowService_FlowID_qualifiers,
168142                   /* type */
168143                   CIMTYPE_STRING,
168144                   /* subscript */
168145                   -1,
168146 mike  1.1.2.1     /* value */
168147                   0,
168148               };
168149               
168150               static MetaFeature*
168151               _CIM_FlowService_features[] =
168152               {
168153                   (MetaFeature*)&_CIM_FlowService_FlowID,
168154                   0,
168155               };
168156               
168157               static const char*
168158               __root_cimv2_CIM_FlowService_qualifiers[] =
168159               {
168160                   /* UMLPackagePath */
168161                   "\057CIM::Network::QoS",
168162                   /* Version */
168163                   "\0632.7.0",
168164                   0,
168165               };
168166               
168167 mike  1.1.2.1 MetaClass
168168               __root_cimv2_CIM_FlowService =
168169               {
168170                   /* flags */
168171                   META_FLAG_CLASS,
168172                   /* name */
168173                   "CIM_FlowService",
168174                   /* qualifiers */
168175                   __root_cimv2_CIM_FlowService_qualifiers,
168176                   /* super */
168177                   &__root_cimv2_CIM_QoSService,
168178                   /* features */
168179                   _CIM_FlowService_features,
168180               };
168181               
168182               //==============================================================================
168183               //
168184               // Class: CIM_ForwardingService
168185               //
168186               //==============================================================================
168187               
168188 mike  1.1.2.1 static const char*
168189               _CIM_ForwardingService_ProtocolType_qualifiers[] =
168190               {
168191                   /* ValueMap */
168192                   "\061\000\0240\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
168193                   /* Values */
168194                   "\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",
168195                   /* ModelCorrespondence */
168196                   "\036\000\001CIM_ForwardingService.OtherProtocolType\000",
168197                   0,
168198               };
168199               
168200               static MetaProperty
168201               _CIM_ForwardingService_ProtocolType =
168202               {
168203                   /* flags */
168204                   META_FLAG_PROPERTY|META_FLAG_READ,
168205                   /* name */
168206                   "ProtocolType",
168207                   /* qualifiers */
168208                   _CIM_ForwardingService_ProtocolType_qualifiers,
168209 mike  1.1.2.1     /* type */
168210                   CIMTYPE_UINT16,
168211                   /* subscript */
168212                   -1,
168213                   /* value */
168214                   0,
168215               };
168216               
168217               static const char*
168218               _CIM_ForwardingService_OtherProtocolType_qualifiers[] =
168219               {
168220                   /* MaxLen */
168221                   "\030\000\000\000\040",
168222                   /* ModelCorrespondence */
168223                   "\036\000\001CIM_ForwardingService.ProtocolType\000",
168224                   0,
168225               };
168226               
168227               static MetaProperty
168228               _CIM_ForwardingService_OtherProtocolType =
168229               {
168230 mike  1.1.2.1     /* flags */
168231                   META_FLAG_PROPERTY|META_FLAG_READ,
168232                   /* name */
168233                   "OtherProtocolType",
168234                   /* qualifiers */
168235                   _CIM_ForwardingService_OtherProtocolType_qualifiers,
168236                   /* type */
168237                   CIMTYPE_STRING,
168238                   /* subscript */
168239                   -1,
168240                   /* value */
168241                   0,
168242               };
168243               
168244               static MetaFeature*
168245               _CIM_ForwardingService_features[] =
168246               {
168247                   (MetaFeature*)&_CIM_ForwardingService_ProtocolType,
168248                   (MetaFeature*)&_CIM_ForwardingService_OtherProtocolType,
168249                   0,
168250               };
168251 mike  1.1.2.1 
168252               static const char*
168253               __root_cimv2_CIM_ForwardingService_qualifiers[] =
168254               {
168255                   /* UMLPackagePath */
168256                   "\057CIM::Network::RoutingForwarding",
168257                   /* Version */
168258                   "\0632.7.0",
168259                   0,
168260               };
168261               
168262               MetaClass
168263               __root_cimv2_CIM_ForwardingService =
168264               {
168265                   /* flags */
168266                   META_FLAG_CLASS,
168267                   /* name */
168268                   "CIM_ForwardingService",
168269                   /* qualifiers */
168270                   __root_cimv2_CIM_ForwardingService_qualifiers,
168271                   /* super */
168272 mike  1.1.2.1     &__root_cimv2_CIM_NetworkService,
168273                   /* features */
168274                   _CIM_ForwardingService_features,
168275               };
168276               
168277               //==============================================================================
168278               //
168279               // Class: CIM_ForwardsAmong
168280               //
168281               //==============================================================================
168282               
168283               static const char*
168284               _CIM_ForwardsAmong_Antecedent_qualifiers[] =
168285               {
168286                   /* Override */
168287                   "\044Antecedent",
168288                   0,
168289               };
168290               
168291               static MetaReference
168292               _CIM_ForwardsAmong_Antecedent =
168293 mike  1.1.2.1 {
168294                   /* flags */
168295                   META_FLAG_REFERENCE|META_FLAG_READ,
168296                   /* name */
168297                   "Antecedent",
168298                   /* qualifiers */
168299                   _CIM_ForwardsAmong_Antecedent_qualifiers,
168300                   /* subscript */
168301                   -1,
168302                   /* refId */
168303                   &__root_cimv2_CIM_ProtocolEndpoint,
168304               };
168305               
168306               static const char*
168307               _CIM_ForwardsAmong_Dependent_qualifiers[] =
168308               {
168309                   /* Override */
168310                   "\044Dependent",
168311                   0,
168312               };
168313               
168314 mike  1.1.2.1 static MetaReference
168315               _CIM_ForwardsAmong_Dependent =
168316               {
168317                   /* flags */
168318                   META_FLAG_REFERENCE|META_FLAG_READ,
168319                   /* name */
168320                   "Dependent",
168321                   /* qualifiers */
168322                   _CIM_ForwardsAmong_Dependent_qualifiers,
168323                   /* subscript */
168324                   -1,
168325                   /* refId */
168326                   &__root_cimv2_CIM_ForwardingService,
168327               };
168328               
168329               static MetaFeature*
168330               _CIM_ForwardsAmong_features[] =
168331               {
168332                   (MetaFeature*)&_CIM_ForwardsAmong_Antecedent,
168333                   (MetaFeature*)&_CIM_ForwardsAmong_Dependent,
168334                   0,
168335 mike  1.1.2.1 };
168336               
168337               static const char*
168338               __root_cimv2_CIM_ForwardsAmong_qualifiers[] =
168339               {
168340                   /* ASSOCIATION */
168341                   "\000\001",
168342                   /* UMLPackagePath */
168343                   "\057CIM::Network::RoutingForwarding",
168344                   /* Version */
168345                   "\0632.6.0",
168346                   0,
168347               };
168348               
168349               MetaClass
168350               __root_cimv2_CIM_ForwardsAmong =
168351               {
168352                   /* flags */
168353                   META_FLAG_ASSOCIATION,
168354                   /* name */
168355                   "CIM_ForwardsAmong",
168356 mike  1.1.2.1     /* qualifiers */
168357                   __root_cimv2_CIM_ForwardsAmong_qualifiers,
168358                   /* super */
168359                   &__root_cimv2_CIM_ServiceSAPDependency,
168360                   /* features */
168361                   _CIM_ForwardsAmong_features,
168362               };
168363               
168364               //==============================================================================
168365               //
168366               // Class: CIM_FromDirectoryAction
168367               //
168368               //==============================================================================
168369               
168370               static const char*
168371               _CIM_FromDirectoryAction_SourceDirectory_qualifiers[] =
168372               {
168373                   /* Key */
168374                   "\025\001",
168375                   /* Max */
168376                   "\027\000\000\000\001",
168377 mike  1.1.2.1     0,
168378               };
168379               
168380               static MetaReference
168381               _CIM_FromDirectoryAction_SourceDirectory =
168382               {
168383                   /* flags */
168384                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168385                   /* name */
168386                   "SourceDirectory",
168387                   /* qualifiers */
168388                   _CIM_FromDirectoryAction_SourceDirectory_qualifiers,
168389                   /* subscript */
168390                   -1,
168391                   /* refId */
168392                   &__root_cimv2_CIM_DirectoryAction,
168393               };
168394               
168395               static const char*
168396               _CIM_FromDirectoryAction_FileName_qualifiers[] =
168397               {
168398 mike  1.1.2.1     /* Key */
168399                   "\025\001",
168400                   0,
168401               };
168402               
168403               static MetaReference
168404               _CIM_FromDirectoryAction_FileName =
168405               {
168406                   /* flags */
168407                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168408                   /* name */
168409                   "FileName",
168410                   /* qualifiers */
168411                   _CIM_FromDirectoryAction_FileName_qualifiers,
168412                   /* subscript */
168413                   -1,
168414                   /* refId */
168415                   &__root_cimv2_CIM_FileAction,
168416               };
168417               
168418               static MetaFeature*
168419 mike  1.1.2.1 _CIM_FromDirectoryAction_features[] =
168420               {
168421                   (MetaFeature*)&_CIM_FromDirectoryAction_SourceDirectory,
168422                   (MetaFeature*)&_CIM_FromDirectoryAction_FileName,
168423                   0,
168424               };
168425               
168426               static const char*
168427               __root_cimv2_CIM_FromDirectoryAction_qualifiers[] =
168428               {
168429                   /* ASSOCIATION */
168430                   "\000\001",
168431                   /* UMLPackagePath */
168432                   "\057CIM::Application::CheckAction",
168433                   /* Version */
168434                   "\0632.6.0",
168435                   0,
168436               };
168437               
168438               MetaClass
168439               __root_cimv2_CIM_FromDirectoryAction =
168440 mike  1.1.2.1 {
168441                   /* flags */
168442                   META_FLAG_ASSOCIATION,
168443                   /* name */
168444                   "CIM_FromDirectoryAction",
168445                   /* qualifiers */
168446                   __root_cimv2_CIM_FromDirectoryAction_qualifiers,
168447                   /* super */
168448                   0,
168449                   /* features */
168450                   _CIM_FromDirectoryAction_features,
168451               };
168452               
168453               //==============================================================================
168454               //
168455               // Class: CIM_FromDirectorySpecification
168456               //
168457               //==============================================================================
168458               
168459               static const char*
168460               _CIM_FromDirectorySpecification_SourceDirectory_qualifiers[] =
168461 mike  1.1.2.1 {
168462                   /* Key */
168463                   "\025\001",
168464                   /* Max */
168465                   "\027\000\000\000\001",
168466                   0,
168467               };
168468               
168469               static MetaReference
168470               _CIM_FromDirectorySpecification_SourceDirectory =
168471               {
168472                   /* flags */
168473                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168474                   /* name */
168475                   "SourceDirectory",
168476                   /* qualifiers */
168477                   _CIM_FromDirectorySpecification_SourceDirectory_qualifiers,
168478                   /* subscript */
168479                   -1,
168480                   /* refId */
168481                   &__root_cimv2_CIM_DirectorySpecification,
168482 mike  1.1.2.1 };
168483               
168484               static const char*
168485               _CIM_FromDirectorySpecification_FileName_qualifiers[] =
168486               {
168487                   /* Key */
168488                   "\025\001",
168489                   0,
168490               };
168491               
168492               static MetaReference
168493               _CIM_FromDirectorySpecification_FileName =
168494               {
168495                   /* flags */
168496                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168497                   /* name */
168498                   "FileName",
168499                   /* qualifiers */
168500                   _CIM_FromDirectorySpecification_FileName_qualifiers,
168501                   /* subscript */
168502                   -1,
168503 mike  1.1.2.1     /* refId */
168504                   &__root_cimv2_CIM_FileAction,
168505               };
168506               
168507               static MetaFeature*
168508               _CIM_FromDirectorySpecification_features[] =
168509               {
168510                   (MetaFeature*)&_CIM_FromDirectorySpecification_SourceDirectory,
168511                   (MetaFeature*)&_CIM_FromDirectorySpecification_FileName,
168512                   0,
168513               };
168514               
168515               static const char*
168516               __root_cimv2_CIM_FromDirectorySpecification_qualifiers[] =
168517               {
168518                   /* ASSOCIATION */
168519                   "\000\001",
168520                   /* UMLPackagePath */
168521                   "\057CIM::Application::CheckAction",
168522                   /* Version */
168523                   "\0632.6.0",
168524 mike  1.1.2.1     0,
168525               };
168526               
168527               MetaClass
168528               __root_cimv2_CIM_FromDirectorySpecification =
168529               {
168530                   /* flags */
168531                   META_FLAG_ASSOCIATION,
168532                   /* name */
168533                   "CIM_FromDirectorySpecification",
168534                   /* qualifiers */
168535                   __root_cimv2_CIM_FromDirectorySpecification_qualifiers,
168536                   /* super */
168537                   0,
168538                   /* features */
168539                   _CIM_FromDirectorySpecification_features,
168540               };
168541               
168542               //==============================================================================
168543               //
168544               // Class: CIM_Hdr8021PService
168545 mike  1.1.2.1 //
168546               //==============================================================================
168547               
168548               static const char*
168549               _CIM_Hdr8021PService_PriorityValue_qualifiers[] =
168550               {
168551                   /* Deprecated */
168552                   "\013\000\001CIM_Hdr8021Filter.HdrPriorityValue8021\000",
168553                   0,
168554               };
168555               
168556               static MetaProperty
168557               _CIM_Hdr8021PService_PriorityValue =
168558               {
168559                   /* flags */
168560                   META_FLAG_PROPERTY|META_FLAG_READ,
168561                   /* name */
168562                   "PriorityValue",
168563                   /* qualifiers */
168564                   _CIM_Hdr8021PService_PriorityValue_qualifiers,
168565                   /* type */
168566 mike  1.1.2.1     CIMTYPE_UINT8,
168567                   /* subscript */
168568                   -1,
168569                   /* value */
168570                   0,
168571               };
168572               
168573               static MetaFeature*
168574               _CIM_Hdr8021PService_features[] =
168575               {
168576                   (MetaFeature*)&_CIM_Hdr8021PService_PriorityValue,
168577                   0,
168578               };
168579               
168580               static const char*
168581               __root_cimv2_CIM_Hdr8021PService_qualifiers[] =
168582               {
168583                   /* Deprecated */
168584                   "\013\000\001CIM_QoSService\000",
168585                   /* UMLPackagePath */
168586                   "\057CIM::Network::QoS",
168587 mike  1.1.2.1     /* Version */
168588                   "\0632.7.0",
168589                   0,
168590               };
168591               
168592               MetaClass
168593               __root_cimv2_CIM_Hdr8021PService =
168594               {
168595                   /* flags */
168596                   META_FLAG_CLASS,
168597                   /* name */
168598                   "CIM_Hdr8021PService",
168599                   /* qualifiers */
168600                   __root_cimv2_CIM_Hdr8021PService_qualifiers,
168601                   /* super */
168602                   &__root_cimv2_CIM_QoSService,
168603                   /* features */
168604                   _CIM_Hdr8021PService_features,
168605               };
168606               
168607               //==============================================================================
168608 mike  1.1.2.1 //
168609               // Class: CIM_HeadTailDropQueueBinding
168610               //
168611               //==============================================================================
168612               
168613               static const char*
168614               _CIM_HeadTailDropQueueBinding_Antecedent_qualifiers[] =
168615               {
168616                   /* Override */
168617                   "\044Antecedent",
168618                   /* Min */
168619                   "\033\000\000\000\001",
168620                   0,
168621               };
168622               
168623               static MetaReference
168624               _CIM_HeadTailDropQueueBinding_Antecedent =
168625               {
168626                   /* flags */
168627                   META_FLAG_REFERENCE|META_FLAG_READ,
168628                   /* name */
168629 mike  1.1.2.1     "Antecedent",
168630                   /* qualifiers */
168631                   _CIM_HeadTailDropQueueBinding_Antecedent_qualifiers,
168632                   /* subscript */
168633                   -1,
168634                   /* refId */
168635                   &__root_cimv2_CIM_QueuingService,
168636               };
168637               
168638               static const char*
168639               _CIM_HeadTailDropQueueBinding_Dependent_qualifiers[] =
168640               {
168641                   /* Override */
168642                   "\044Dependent",
168643                   0,
168644               };
168645               
168646               static MetaReference
168647               _CIM_HeadTailDropQueueBinding_Dependent =
168648               {
168649                   /* flags */
168650 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
168651                   /* name */
168652                   "Dependent",
168653                   /* qualifiers */
168654                   _CIM_HeadTailDropQueueBinding_Dependent_qualifiers,
168655                   /* subscript */
168656                   -1,
168657                   /* refId */
168658                   &__root_cimv2_CIM_HeadTailDropper,
168659               };
168660               
168661               static MetaFeature*
168662               _CIM_HeadTailDropQueueBinding_features[] =
168663               {
168664                   (MetaFeature*)&_CIM_HeadTailDropQueueBinding_Antecedent,
168665                   (MetaFeature*)&_CIM_HeadTailDropQueueBinding_Dependent,
168666                   0,
168667               };
168668               
168669               static const char*
168670               __root_cimv2_CIM_HeadTailDropQueueBinding_qualifiers[] =
168671 mike  1.1.2.1 {
168672                   /* ASSOCIATION */
168673                   "\000\001",
168674                   /* UMLPackagePath */
168675                   "\057CIM::Network::QoS",
168676                   /* Version */
168677                   "\0632.7.0",
168678                   0,
168679               };
168680               
168681               MetaClass
168682               __root_cimv2_CIM_HeadTailDropQueueBinding =
168683               {
168684                   /* flags */
168685                   META_FLAG_ASSOCIATION,
168686                   /* name */
168687                   "CIM_HeadTailDropQueueBinding",
168688                   /* qualifiers */
168689                   __root_cimv2_CIM_HeadTailDropQueueBinding_qualifiers,
168690                   /* super */
168691                   &__root_cimv2_CIM_Dependency,
168692 mike  1.1.2.1     /* features */
168693                   _CIM_HeadTailDropQueueBinding_features,
168694               };
168695               
168696               //==============================================================================
168697               //
168698               // Class: CIM_HostedBootService
168699               //
168700               //==============================================================================
168701               
168702               static const char*
168703               _CIM_HostedBootService_Antecedent_qualifiers[] =
168704               {
168705                   /* Override */
168706                   "\044Antecedent",
168707                   /* Min */
168708                   "\033\000\000\000\001",
168709                   /* Max */
168710                   "\027\000\000\000\001",
168711                   0,
168712               };
168713 mike  1.1.2.1 
168714               static MetaReference
168715               _CIM_HostedBootService_Antecedent =
168716               {
168717                   /* flags */
168718                   META_FLAG_REFERENCE|META_FLAG_READ,
168719                   /* name */
168720                   "Antecedent",
168721                   /* qualifiers */
168722                   _CIM_HostedBootService_Antecedent_qualifiers,
168723                   /* subscript */
168724                   -1,
168725                   /* refId */
168726                   &__root_cimv2_CIM_System,
168727               };
168728               
168729               static const char*
168730               _CIM_HostedBootService_Dependent_qualifiers[] =
168731               {
168732                   /* Override */
168733                   "\044Dependent",
168734 mike  1.1.2.1     0,
168735               };
168736               
168737               static MetaReference
168738               _CIM_HostedBootService_Dependent =
168739               {
168740                   /* flags */
168741                   META_FLAG_REFERENCE|META_FLAG_READ,
168742                   /* name */
168743                   "Dependent",
168744                   /* qualifiers */
168745                   _CIM_HostedBootService_Dependent_qualifiers,
168746                   /* subscript */
168747                   -1,
168748                   /* refId */
168749                   &__root_cimv2_CIM_BootService,
168750               };
168751               
168752               static MetaFeature*
168753               _CIM_HostedBootService_features[] =
168754               {
168755 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedBootService_Antecedent,
168756                   (MetaFeature*)&_CIM_HostedBootService_Dependent,
168757                   0,
168758               };
168759               
168760               static const char*
168761               __root_cimv2_CIM_HostedBootService_qualifiers[] =
168762               {
168763                   /* ASSOCIATION */
168764                   "\000\001",
168765                   /* UMLPackagePath */
168766                   "\057CIM::System::Boot",
168767                   /* Version */
168768                   "\0632.6.0",
168769                   0,
168770               };
168771               
168772               MetaClass
168773               __root_cimv2_CIM_HostedBootService =
168774               {
168775                   /* flags */
168776 mike  1.1.2.1     META_FLAG_ASSOCIATION,
168777                   /* name */
168778                   "CIM_HostedBootService",
168779                   /* qualifiers */
168780                   __root_cimv2_CIM_HostedBootService_qualifiers,
168781                   /* super */
168782                   &__root_cimv2_CIM_HostedService,
168783                   /* features */
168784                   _CIM_HostedBootService_features,
168785               };
168786               
168787               //==============================================================================
168788               //
168789               // Class: CIM_HostedClusterService
168790               //
168791               //==============================================================================
168792               
168793               static const char*
168794               _CIM_HostedClusterService_Antecedent_qualifiers[] =
168795               {
168796                   /* Override */
168797 mike  1.1.2.1     "\044Antecedent",
168798                   /* Min */
168799                   "\033\000\000\000\001",
168800                   /* Max */
168801                   "\027\000\000\000\001",
168802                   0,
168803               };
168804               
168805               static MetaReference
168806               _CIM_HostedClusterService_Antecedent =
168807               {
168808                   /* flags */
168809                   META_FLAG_REFERENCE|META_FLAG_READ,
168810                   /* name */
168811                   "Antecedent",
168812                   /* qualifiers */
168813                   _CIM_HostedClusterService_Antecedent_qualifiers,
168814                   /* subscript */
168815                   -1,
168816                   /* refId */
168817                   &__root_cimv2_CIM_ComputerSystem,
168818 mike  1.1.2.1 };
168819               
168820               static const char*
168821               _CIM_HostedClusterService_Dependent_qualifiers[] =
168822               {
168823                   /* Override */
168824                   "\044Dependent",
168825                   0,
168826               };
168827               
168828               static MetaReference
168829               _CIM_HostedClusterService_Dependent =
168830               {
168831                   /* flags */
168832                   META_FLAG_REFERENCE|META_FLAG_READ,
168833                   /* name */
168834                   "Dependent",
168835                   /* qualifiers */
168836                   _CIM_HostedClusterService_Dependent_qualifiers,
168837                   /* subscript */
168838                   -1,
168839 mike  1.1.2.1     /* refId */
168840                   &__root_cimv2_CIM_ClusteringService,
168841               };
168842               
168843               static MetaFeature*
168844               _CIM_HostedClusterService_features[] =
168845               {
168846                   (MetaFeature*)&_CIM_HostedClusterService_Antecedent,
168847                   (MetaFeature*)&_CIM_HostedClusterService_Dependent,
168848                   0,
168849               };
168850               
168851               static const char*
168852               __root_cimv2_CIM_HostedClusterService_qualifiers[] =
168853               {
168854                   /* ASSOCIATION */
168855                   "\000\001",
168856                   /* UMLPackagePath */
168857                   "\057CIM::System::SystemElements",
168858                   /* Version */
168859                   "\0632.8.1000",
168860 mike  1.1.2.1     0,
168861               };
168862               
168863               MetaClass
168864               __root_cimv2_CIM_HostedClusterService =
168865               {
168866                   /* flags */
168867                   META_FLAG_ASSOCIATION,
168868                   /* name */
168869                   "CIM_HostedClusterService",
168870                   /* qualifiers */
168871                   __root_cimv2_CIM_HostedClusterService_qualifiers,
168872                   /* super */
168873                   &__root_cimv2_CIM_HostedService,
168874                   /* features */
168875                   _CIM_HostedClusterService_features,
168876               };
168877               
168878               //==============================================================================
168879               //
168880               // Class: CIM_HostedForwardingServices
168881 mike  1.1.2.1 //
168882               //==============================================================================
168883               
168884               static const char*
168885               _CIM_HostedForwardingServices_Antecedent_qualifiers[] =
168886               {
168887                   /* Deprecated */
168888                   "\013\000\001CIM_HostedService.Antecedent\000",
168889                   /* Override */
168890                   "\044Antecedent",
168891                   /* Min */
168892                   "\033\000\000\000\001",
168893                   /* Max */
168894                   "\027\000\000\000\001",
168895                   0,
168896               };
168897               
168898               static MetaReference
168899               _CIM_HostedForwardingServices_Antecedent =
168900               {
168901                   /* flags */
168902 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
168903                   /* name */
168904                   "Antecedent",
168905                   /* qualifiers */
168906                   _CIM_HostedForwardingServices_Antecedent_qualifiers,
168907                   /* subscript */
168908                   -1,
168909                   /* refId */
168910                   &__root_cimv2_CIM_ComputerSystem,
168911               };
168912               
168913               static const char*
168914               _CIM_HostedForwardingServices_Dependent_qualifiers[] =
168915               {
168916                   /* Deprecated */
168917                   "\013\000\001CIM_HostedService.Dependent\000",
168918                   /* Override */
168919                   "\044Dependent",
168920                   0,
168921               };
168922               
168923 mike  1.1.2.1 static MetaReference
168924               _CIM_HostedForwardingServices_Dependent =
168925               {
168926                   /* flags */
168927                   META_FLAG_REFERENCE|META_FLAG_READ,
168928                   /* name */
168929                   "Dependent",
168930                   /* qualifiers */
168931                   _CIM_HostedForwardingServices_Dependent_qualifiers,
168932                   /* subscript */
168933                   -1,
168934                   /* refId */
168935                   &__root_cimv2_CIM_ForwardingService,
168936               };
168937               
168938               static MetaFeature*
168939               _CIM_HostedForwardingServices_features[] =
168940               {
168941                   (MetaFeature*)&_CIM_HostedForwardingServices_Antecedent,
168942                   (MetaFeature*)&_CIM_HostedForwardingServices_Dependent,
168943                   0,
168944 mike  1.1.2.1 };
168945               
168946               static const char*
168947               __root_cimv2_CIM_HostedForwardingServices_qualifiers[] =
168948               {
168949                   /* ASSOCIATION */
168950                   "\000\001",
168951                   /* Deprecated */
168952                   "\013\000\001CIM_HostedService\000",
168953                   /* UMLPackagePath */
168954                   "\057CIM::Network::RoutingForwarding",
168955                   /* Version */
168956                   "\0632.7.1",
168957                   0,
168958               };
168959               
168960               MetaClass
168961               __root_cimv2_CIM_HostedForwardingServices =
168962               {
168963                   /* flags */
168964                   META_FLAG_ASSOCIATION,
168965 mike  1.1.2.1     /* name */
168966                   "CIM_HostedForwardingServices",
168967                   /* qualifiers */
168968                   __root_cimv2_CIM_HostedForwardingServices_qualifiers,
168969                   /* super */
168970                   &__root_cimv2_CIM_HostedService,
168971                   /* features */
168972                   _CIM_HostedForwardingServices_features,
168973               };
168974               
168975               //==============================================================================
168976               //
168977               // Class: CIM_HostedNetworkPipe
168978               //
168979               //==============================================================================
168980               
168981               static const char*
168982               _CIM_HostedNetworkPipe_Antecedent_qualifiers[] =
168983               {
168984                   /* Override */
168985                   "\044Antecedent",
168986 mike  1.1.2.1     /* Min */
168987                   "\033\000\000\000\001",
168988                   /* Max */
168989                   "\027\000\000\000\001",
168990                   0,
168991               };
168992               
168993               static MetaReference
168994               _CIM_HostedNetworkPipe_Antecedent =
168995               {
168996                   /* flags */
168997                   META_FLAG_REFERENCE|META_FLAG_READ,
168998                   /* name */
168999                   "Antecedent",
169000                   /* qualifiers */
169001                   _CIM_HostedNetworkPipe_Antecedent_qualifiers,
169002                   /* subscript */
169003                   -1,
169004                   /* refId */
169005                   &__root_cimv2_CIM_Network,
169006               };
169007 mike  1.1.2.1 
169008               static const char*
169009               _CIM_HostedNetworkPipe_Dependent_qualifiers[] =
169010               {
169011                   /* Override */
169012                   "\044Dependent",
169013                   0,
169014               };
169015               
169016               static MetaReference
169017               _CIM_HostedNetworkPipe_Dependent =
169018               {
169019                   /* flags */
169020                   META_FLAG_REFERENCE|META_FLAG_READ,
169021                   /* name */
169022                   "Dependent",
169023                   /* qualifiers */
169024                   _CIM_HostedNetworkPipe_Dependent_qualifiers,
169025                   /* subscript */
169026                   -1,
169027                   /* refId */
169028 mike  1.1.2.1     &__root_cimv2_CIM_NetworkPipe,
169029               };
169030               
169031               static MetaFeature*
169032               _CIM_HostedNetworkPipe_features[] =
169033               {
169034                   (MetaFeature*)&_CIM_HostedNetworkPipe_Antecedent,
169035                   (MetaFeature*)&_CIM_HostedNetworkPipe_Dependent,
169036                   0,
169037               };
169038               
169039               static const char*
169040               __root_cimv2_CIM_HostedNetworkPipe_qualifiers[] =
169041               {
169042                   /* ASSOCIATION */
169043                   "\000\001",
169044                   /* UMLPackagePath */
169045                   "\057CIM::Network::Pipes",
169046                   /* Version */
169047                   "\0632.7.0",
169048                   0,
169049 mike  1.1.2.1 };
169050               
169051               MetaClass
169052               __root_cimv2_CIM_HostedNetworkPipe =
169053               {
169054                   /* flags */
169055                   META_FLAG_ASSOCIATION,
169056                   /* name */
169057                   "CIM_HostedNetworkPipe",
169058                   /* qualifiers */
169059                   __root_cimv2_CIM_HostedNetworkPipe_qualifiers,
169060                   /* super */
169061                   &__root_cimv2_CIM_HostedDependency,
169062                   /* features */
169063                   _CIM_HostedNetworkPipe_features,
169064               };
169065               
169066               //==============================================================================
169067               //
169068               // Class: CIM_HostedRoutingServices
169069               //
169070 mike  1.1.2.1 //==============================================================================
169071               
169072               static const char*
169073               _CIM_HostedRoutingServices_Antecedent_qualifiers[] =
169074               {
169075                   /* Deprecated */
169076                   "\013\000\001CIM_HostedService.Antecedent\000",
169077                   /* Override */
169078                   "\044Antecedent",
169079                   /* Min */
169080                   "\033\000\000\000\001",
169081                   /* Max */
169082                   "\027\000\000\000\001",
169083                   0,
169084               };
169085               
169086               static MetaReference
169087               _CIM_HostedRoutingServices_Antecedent =
169088               {
169089                   /* flags */
169090                   META_FLAG_REFERENCE|META_FLAG_READ,
169091 mike  1.1.2.1     /* name */
169092                   "Antecedent",
169093                   /* qualifiers */
169094                   _CIM_HostedRoutingServices_Antecedent_qualifiers,
169095                   /* subscript */
169096                   -1,
169097                   /* refId */
169098                   &__root_cimv2_CIM_ComputerSystem,
169099               };
169100               
169101               static const char*
169102               _CIM_HostedRoutingServices_Dependent_qualifiers[] =
169103               {
169104                   /* Deprecated */
169105                   "\013\000\001CIM_HostedService.Dependent\000",
169106                   /* Override */
169107                   "\044Dependent",
169108                   0,
169109               };
169110               
169111               static MetaReference
169112 mike  1.1.2.1 _CIM_HostedRoutingServices_Dependent =
169113               {
169114                   /* flags */
169115                   META_FLAG_REFERENCE|META_FLAG_READ,
169116                   /* name */
169117                   "Dependent",
169118                   /* qualifiers */
169119                   _CIM_HostedRoutingServices_Dependent_qualifiers,
169120                   /* subscript */
169121                   -1,
169122                   /* refId */
169123                   &__root_cimv2_CIM_RouteCalculationService,
169124               };
169125               
169126               static MetaFeature*
169127               _CIM_HostedRoutingServices_features[] =
169128               {
169129                   (MetaFeature*)&_CIM_HostedRoutingServices_Antecedent,
169130                   (MetaFeature*)&_CIM_HostedRoutingServices_Dependent,
169131                   0,
169132               };
169133 mike  1.1.2.1 
169134               static const char*
169135               __root_cimv2_CIM_HostedRoutingServices_qualifiers[] =
169136               {
169137                   /* ASSOCIATION */
169138                   "\000\001",
169139                   /* Deprecated */
169140                   "\013\000\001CIM_HostedService\000",
169141                   /* UMLPackagePath */
169142                   "\057CIM::Network::RoutingForwarding",
169143                   /* Version */
169144                   "\0632.7.1",
169145                   0,
169146               };
169147               
169148               MetaClass
169149               __root_cimv2_CIM_HostedRoutingServices =
169150               {
169151                   /* flags */
169152                   META_FLAG_ASSOCIATION,
169153                   /* name */
169154 mike  1.1.2.1     "CIM_HostedRoutingServices",
169155                   /* qualifiers */
169156                   __root_cimv2_CIM_HostedRoutingServices_qualifiers,
169157                   /* super */
169158                   &__root_cimv2_CIM_HostedService,
169159                   /* features */
169160                   _CIM_HostedRoutingServices_features,
169161               };
169162               
169163               //==============================================================================
169164               //
169165               // Class: CIM_HostingCS
169166               //
169167               //==============================================================================
169168               
169169               static const char*
169170               _CIM_HostingCS_Antecedent_qualifiers[] =
169171               {
169172                   /* Override */
169173                   "\044Antecedent",
169174                   /* Min */
169175 mike  1.1.2.1     "\033\000\000\000\001",
169176                   0,
169177               };
169178               
169179               static MetaReference
169180               _CIM_HostingCS_Antecedent =
169181               {
169182                   /* flags */
169183                   META_FLAG_REFERENCE|META_FLAG_READ,
169184                   /* name */
169185                   "Antecedent",
169186                   /* qualifiers */
169187                   _CIM_HostingCS_Antecedent_qualifiers,
169188                   /* subscript */
169189                   -1,
169190                   /* refId */
169191                   &__root_cimv2_CIM_ComputerSystem,
169192               };
169193               
169194               static const char*
169195               _CIM_HostingCS_Dependent_qualifiers[] =
169196 mike  1.1.2.1 {
169197                   /* Override */
169198                   "\044Dependent",
169199                   0,
169200               };
169201               
169202               static MetaReference
169203               _CIM_HostingCS_Dependent =
169204               {
169205                   /* flags */
169206                   META_FLAG_REFERENCE|META_FLAG_READ,
169207                   /* name */
169208                   "Dependent",
169209                   /* qualifiers */
169210                   _CIM_HostingCS_Dependent_qualifiers,
169211                   /* subscript */
169212                   -1,
169213                   /* refId */
169214                   &__root_cimv2_CIM_VirtualComputerSystem,
169215               };
169216               
169217 mike  1.1.2.1 static MetaFeature*
169218               _CIM_HostingCS_features[] =
169219               {
169220                   (MetaFeature*)&_CIM_HostingCS_Antecedent,
169221                   (MetaFeature*)&_CIM_HostingCS_Dependent,
169222                   0,
169223               };
169224               
169225               static const char*
169226               __root_cimv2_CIM_HostingCS_qualifiers[] =
169227               {
169228                   /* ASSOCIATION */
169229                   "\000\001",
169230                   /* UMLPackagePath */
169231                   "\057CIM::System::SystemElements",
169232                   /* Version */
169233                   "\0632.8.0",
169234                   0,
169235               };
169236               
169237               MetaClass
169238 mike  1.1.2.1 __root_cimv2_CIM_HostingCS =
169239               {
169240                   /* flags */
169241                   META_FLAG_ASSOCIATION,
169242                   /* name */
169243                   "CIM_HostingCS",
169244                   /* qualifiers */
169245                   __root_cimv2_CIM_HostingCS_qualifiers,
169246                   /* super */
169247                   &__root_cimv2_CIM_HostedDependency,
169248                   /* features */
169249                   _CIM_HostingCS_features,
169250               };
169251               
169252               //==============================================================================
169253               //
169254               // Class: CIM_IKESAEndpoint
169255               //
169256               //==============================================================================
169257               
169258               static const char*
169259 mike  1.1.2.1 _CIM_IKESAEndpoint_InitiatorCookie_qualifiers[] =
169260               {
169261                   0,
169262               };
169263               
169264               static MetaProperty
169265               _CIM_IKESAEndpoint_InitiatorCookie =
169266               {
169267                   /* flags */
169268                   META_FLAG_PROPERTY|META_FLAG_READ,
169269                   /* name */
169270                   "InitiatorCookie",
169271                   /* qualifiers */
169272                   _CIM_IKESAEndpoint_InitiatorCookie_qualifiers,
169273                   /* type */
169274                   CIMTYPE_UINT64,
169275                   /* subscript */
169276                   -1,
169277                   /* value */
169278                   0,
169279               };
169280 mike  1.1.2.1 
169281               static const char*
169282               _CIM_IKESAEndpoint_ResponderCookie_qualifiers[] =
169283               {
169284                   0,
169285               };
169286               
169287               static MetaProperty
169288               _CIM_IKESAEndpoint_ResponderCookie =
169289               {
169290                   /* flags */
169291                   META_FLAG_PROPERTY|META_FLAG_READ,
169292                   /* name */
169293                   "ResponderCookie",
169294                   /* qualifiers */
169295                   _CIM_IKESAEndpoint_ResponderCookie_qualifiers,
169296                   /* type */
169297                   CIMTYPE_UINT64,
169298                   /* subscript */
169299                   -1,
169300                   /* value */
169301 mike  1.1.2.1     0,
169302               };
169303               
169304               static const char*
169305               _CIM_IKESAEndpoint_CipherAlgorithm_qualifiers[] =
169306               {
169307                   /* ValueMap */
169308                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008..65000\00065001..65535\000",
169309                   /* Values */
169310                   "\062\000\012Unknown\000Other\000DES\000IDEA\000Blowfish\000RC5\0003DES\000CAST\000DMTF/IANA Reserved\000Vendor Reserved\000",
169311                   /* MappingStrings */
169312                   "\026\000\001RFC2409.IETF|Appendix A\000",
169313                   /* ModelCorrespondence */
169314                   "\036\000\001CIM_IKESAEndpoint.OtherCipherAlgorithm\000",
169315                   0,
169316               };
169317               
169318               static MetaProperty
169319               _CIM_IKESAEndpoint_CipherAlgorithm =
169320               {
169321                   /* flags */
169322 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169323                   /* name */
169324                   "CipherAlgorithm",
169325                   /* qualifiers */
169326                   _CIM_IKESAEndpoint_CipherAlgorithm_qualifiers,
169327                   /* type */
169328                   CIMTYPE_UINT16,
169329                   /* subscript */
169330                   -1,
169331                   /* value */
169332                   0,
169333               };
169334               
169335               static const char*
169336               _CIM_IKESAEndpoint_OtherCipherAlgorithm_qualifiers[] =
169337               {
169338                   /* ModelCorrespondence */
169339                   "\036\000\001CIM_IKESAEndpoint.CipherAlgorithm\000",
169340                   0,
169341               };
169342               
169343 mike  1.1.2.1 static MetaProperty
169344               _CIM_IKESAEndpoint_OtherCipherAlgorithm =
169345               {
169346                   /* flags */
169347                   META_FLAG_PROPERTY|META_FLAG_READ,
169348                   /* name */
169349                   "OtherCipherAlgorithm",
169350                   /* qualifiers */
169351                   _CIM_IKESAEndpoint_OtherCipherAlgorithm_qualifiers,
169352                   /* type */
169353                   CIMTYPE_STRING,
169354                   /* subscript */
169355                   -1,
169356                   /* value */
169357                   0,
169358               };
169359               
169360               static const char*
169361               _CIM_IKESAEndpoint_HashAlgorithm_qualifiers[] =
169362               {
169363                   /* ValueMap */
169364 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005..65000\00065001..65535\000",
169365                   /* Values */
169366                   "\062\000\007Unknown\000Other\000MD5\000SHA-1\000Tiger\000DMTF/IANA Reserved\000Vendor Reserved\000",
169367                   /* MappingStrings */
169368                   "\026\000\001RFC2409.IETF|Appendix A\000",
169369                   /* ModelCorrespondence */
169370                   "\036\000\001CIM_IKESAEndpoint.OtherHashAlgorithm\000",
169371                   0,
169372               };
169373               
169374               static MetaProperty
169375               _CIM_IKESAEndpoint_HashAlgorithm =
169376               {
169377                   /* flags */
169378                   META_FLAG_PROPERTY|META_FLAG_READ,
169379                   /* name */
169380                   "HashAlgorithm",
169381                   /* qualifiers */
169382                   _CIM_IKESAEndpoint_HashAlgorithm_qualifiers,
169383                   /* type */
169384                   CIMTYPE_UINT16,
169385 mike  1.1.2.1     /* subscript */
169386                   -1,
169387                   /* value */
169388                   0,
169389               };
169390               
169391               static const char*
169392               _CIM_IKESAEndpoint_OtherHashAlgorithm_qualifiers[] =
169393               {
169394                   /* ModelCorrespondence */
169395                   "\036\000\001CIM_IKESAEndpoint.HashAlgorithm\000",
169396                   0,
169397               };
169398               
169399               static MetaProperty
169400               _CIM_IKESAEndpoint_OtherHashAlgorithm =
169401               {
169402                   /* flags */
169403                   META_FLAG_PROPERTY|META_FLAG_READ,
169404                   /* name */
169405                   "OtherHashAlgorithm",
169406 mike  1.1.2.1     /* qualifiers */
169407                   _CIM_IKESAEndpoint_OtherHashAlgorithm_qualifiers,
169408                   /* type */
169409                   CIMTYPE_STRING,
169410                   /* subscript */
169411                   -1,
169412                   /* value */
169413                   0,
169414               };
169415               
169416               static const char*
169417               _CIM_IKESAEndpoint_AuthenticationMethod_qualifiers[] =
169418               {
169419                   /* ValueMap */
169420                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007..65000\00065001..65535\000",
169421                   /* Values */
169422                   "\062\000\011Unknown\000Other\000Pre-shared Key\000DSS Signatures\000RSA Signatures\000Encryption with RSA\000Revised Encryption with RSA\000DMTF/IANA Reserved\000Vendor Reserved\000",
169423                   /* MappingStrings */
169424                   "\026\000\001RFC2409.IETF|Appendix A\000",
169425                   /* ModelCorrespondence */
169426                   "\036\000\001CIM_IKESAEndpoint.OtherAuthenticationMethod\000",
169427 mike  1.1.2.1     0,
169428               };
169429               
169430               static MetaProperty
169431               _CIM_IKESAEndpoint_AuthenticationMethod =
169432               {
169433                   /* flags */
169434                   META_FLAG_PROPERTY|META_FLAG_READ,
169435                   /* name */
169436                   "AuthenticationMethod",
169437                   /* qualifiers */
169438                   _CIM_IKESAEndpoint_AuthenticationMethod_qualifiers,
169439                   /* type */
169440                   CIMTYPE_UINT16,
169441                   /* subscript */
169442                   -1,
169443                   /* value */
169444                   0,
169445               };
169446               
169447               static const char*
169448 mike  1.1.2.1 _CIM_IKESAEndpoint_OtherAuthenticationMethod_qualifiers[] =
169449               {
169450                   /* ModelCorrespondence */
169451                   "\036\000\001CIM_IKESAEndpoint.AuthenticationMethod\000",
169452                   0,
169453               };
169454               
169455               static MetaProperty
169456               _CIM_IKESAEndpoint_OtherAuthenticationMethod =
169457               {
169458                   /* flags */
169459                   META_FLAG_PROPERTY|META_FLAG_READ,
169460                   /* name */
169461                   "OtherAuthenticationMethod",
169462                   /* qualifiers */
169463                   _CIM_IKESAEndpoint_OtherAuthenticationMethod_qualifiers,
169464                   /* type */
169465                   CIMTYPE_STRING,
169466                   /* subscript */
169467                   -1,
169468                   /* value */
169469 mike  1.1.2.1     0,
169470               };
169471               
169472               static const char*
169473               _CIM_IKESAEndpoint_GroupId_qualifiers[] =
169474               {
169475                   /* ValueMap */
169476                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
169477                   /* Values */
169478                   "\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",
169479                   /* MappingStrings */
169480                   "\026\000\001RFC2412.IETF|Appendix E\000",
169481                   /* ModelCorrespondence */
169482                   "\036\000\001CIM_IKESAEndpoint.VendorID\000",
169483                   0,
169484               };
169485               
169486               static MetaProperty
169487               _CIM_IKESAEndpoint_GroupId =
169488               {
169489                   /* flags */
169490 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169491                   /* name */
169492                   "GroupId",
169493                   /* qualifiers */
169494                   _CIM_IKESAEndpoint_GroupId_qualifiers,
169495                   /* type */
169496                   CIMTYPE_UINT16,
169497                   /* subscript */
169498                   -1,
169499                   /* value */
169500                   0,
169501               };
169502               
169503               static const char*
169504               _CIM_IKESAEndpoint_VendorID_qualifiers[] =
169505               {
169506                   /* ModelCorrespondence */
169507                   "\036\000\001CIM_IKESAEndpoint.GroupId\000",
169508                   0,
169509               };
169510               
169511 mike  1.1.2.1 static MetaProperty
169512               _CIM_IKESAEndpoint_VendorID =
169513               {
169514                   /* flags */
169515                   META_FLAG_PROPERTY|META_FLAG_READ,
169516                   /* name */
169517                   "VendorID",
169518                   /* qualifiers */
169519                   _CIM_IKESAEndpoint_VendorID_qualifiers,
169520                   /* type */
169521                   CIMTYPE_STRING,
169522                   /* subscript */
169523                   -1,
169524                   /* value */
169525                   0,
169526               };
169527               
169528               static MetaFeature*
169529               _CIM_IKESAEndpoint_features[] =
169530               {
169531                   (MetaFeature*)&_CIM_IKESAEndpoint_InitiatorCookie,
169532 mike  1.1.2.1     (MetaFeature*)&_CIM_IKESAEndpoint_ResponderCookie,
169533                   (MetaFeature*)&_CIM_IKESAEndpoint_CipherAlgorithm,
169534                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherCipherAlgorithm,
169535                   (MetaFeature*)&_CIM_IKESAEndpoint_HashAlgorithm,
169536                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherHashAlgorithm,
169537                   (MetaFeature*)&_CIM_IKESAEndpoint_AuthenticationMethod,
169538                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherAuthenticationMethod,
169539                   (MetaFeature*)&_CIM_IKESAEndpoint_GroupId,
169540                   (MetaFeature*)&_CIM_IKESAEndpoint_VendorID,
169541                   0,
169542               };
169543               
169544               static const char*
169545               __root_cimv2_CIM_IKESAEndpoint_qualifiers[] =
169546               {
169547                   /* UMLPackagePath */
169548                   "\057CIM::Network::IPsec",
169549                   /* Version */
169550                   "\0632.8.0",
169551                   0,
169552               };
169553 mike  1.1.2.1 
169554               MetaClass
169555               __root_cimv2_CIM_IKESAEndpoint =
169556               {
169557                   /* flags */
169558                   META_FLAG_CLASS,
169559                   /* name */
169560                   "CIM_IKESAEndpoint",
169561                   /* qualifiers */
169562                   __root_cimv2_CIM_IKESAEndpoint_qualifiers,
169563                   /* super */
169564                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
169565                   /* features */
169566                   _CIM_IKESAEndpoint_features,
169567               };
169568               
169569               //==============================================================================
169570               //
169571               // Class: CIM_InboundVLAN
169572               //
169573               //==============================================================================
169574 mike  1.1.2.1 
169575               static const char*
169576               _CIM_InboundVLAN_Antecedent_qualifiers[] =
169577               {
169578                   /* Deprecated */
169579                   "\013\000\001No Value\000",
169580                   /* Override */
169581                   "\044Antecedent",
169582                   0,
169583               };
169584               
169585               static MetaReference
169586               _CIM_InboundVLAN_Antecedent =
169587               {
169588                   /* flags */
169589                   META_FLAG_REFERENCE|META_FLAG_READ,
169590                   /* name */
169591                   "Antecedent",
169592                   /* qualifiers */
169593                   _CIM_InboundVLAN_Antecedent_qualifiers,
169594                   /* subscript */
169595 mike  1.1.2.1     -1,
169596                   /* refId */
169597                   &__root_cimv2_CIM_VLAN,
169598               };
169599               
169600               static const char*
169601               _CIM_InboundVLAN_Dependent_qualifiers[] =
169602               {
169603                   /* Deprecated */
169604                   "\013\000\001No Value\000",
169605                   /* Override */
169606                   "\044Dependent",
169607                   0,
169608               };
169609               
169610               static MetaReference
169611               _CIM_InboundVLAN_Dependent =
169612               {
169613                   /* flags */
169614                   META_FLAG_REFERENCE|META_FLAG_READ,
169615                   /* name */
169616 mike  1.1.2.1     "Dependent",
169617                   /* qualifiers */
169618                   _CIM_InboundVLAN_Dependent_qualifiers,
169619                   /* subscript */
169620                   -1,
169621                   /* refId */
169622                   &__root_cimv2_CIM_SwitchPort,
169623               };
169624               
169625               static const char*
169626               _CIM_InboundVLAN_Tagged_qualifiers[] =
169627               {
169628                   /* Deprecated */
169629                   "\013\000\001No Value\000",
169630                   0,
169631               };
169632               
169633               static MetaProperty
169634               _CIM_InboundVLAN_Tagged =
169635               {
169636                   /* flags */
169637 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169638                   /* name */
169639                   "Tagged",
169640                   /* qualifiers */
169641                   _CIM_InboundVLAN_Tagged_qualifiers,
169642                   /* type */
169643                   CIMTYPE_BOOLEAN,
169644                   /* subscript */
169645                   -1,
169646                   /* value */
169647                   0,
169648               };
169649               
169650               static const char*
169651               _CIM_InboundVLAN_Default_qualifiers[] =
169652               {
169653                   /* Deprecated */
169654                   "\013\000\001No Value\000",
169655                   0,
169656               };
169657               
169658 mike  1.1.2.1 static MetaProperty
169659               _CIM_InboundVLAN_Default =
169660               {
169661                   /* flags */
169662                   META_FLAG_PROPERTY|META_FLAG_READ,
169663                   /* name */
169664                   "Default",
169665                   /* qualifiers */
169666                   _CIM_InboundVLAN_Default_qualifiers,
169667                   /* type */
169668                   CIMTYPE_BOOLEAN,
169669                   /* subscript */
169670                   -1,
169671                   /* value */
169672                   0,
169673               };
169674               
169675               static MetaFeature*
169676               _CIM_InboundVLAN_features[] =
169677               {
169678                   (MetaFeature*)&_CIM_InboundVLAN_Antecedent,
169679 mike  1.1.2.1     (MetaFeature*)&_CIM_InboundVLAN_Dependent,
169680                   (MetaFeature*)&_CIM_InboundVLAN_Tagged,
169681                   (MetaFeature*)&_CIM_InboundVLAN_Default,
169682                   0,
169683               };
169684               
169685               static const char*
169686               __root_cimv2_CIM_InboundVLAN_qualifiers[] =
169687               {
169688                   /* ASSOCIATION */
169689                   "\000\001",
169690                   /* Deprecated */
169691                   "\013\000\001No Value\000",
169692                   /* UMLPackagePath */
169693                   "\057CIM::Network::VLAN",
169694                   /* Version */
169695                   "\0632.8.0",
169696                   0,
169697               };
169698               
169699               MetaClass
169700 mike  1.1.2.1 __root_cimv2_CIM_InboundVLAN =
169701               {
169702                   /* flags */
169703                   META_FLAG_ASSOCIATION,
169704                   /* name */
169705                   "CIM_InboundVLAN",
169706                   /* qualifiers */
169707                   __root_cimv2_CIM_InboundVLAN_qualifiers,
169708                   /* super */
169709                   &__root_cimv2_CIM_SAPSAPDependency,
169710                   /* features */
169711                   _CIM_InboundVLAN_features,
169712               };
169713               
169714               //==============================================================================
169715               //
169716               // Class: CIM_IngressConditioningServiceOnEndpoint
169717               //
169718               //==============================================================================
169719               
169720               static const char*
169721 mike  1.1.2.1 _CIM_IngressConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
169722               {
169723                   /* Override */
169724                   "\044Antecedent",
169725                   0,
169726               };
169727               
169728               static MetaReference
169729               _CIM_IngressConditioningServiceOnEndpoint_Antecedent =
169730               {
169731                   /* flags */
169732                   META_FLAG_REFERENCE|META_FLAG_READ,
169733                   /* name */
169734                   "Antecedent",
169735                   /* qualifiers */
169736                   _CIM_IngressConditioningServiceOnEndpoint_Antecedent_qualifiers,
169737                   /* subscript */
169738                   -1,
169739                   /* refId */
169740                   &__root_cimv2_CIM_ProtocolEndpoint,
169741               };
169742 mike  1.1.2.1 
169743               static const char*
169744               _CIM_IngressConditioningServiceOnEndpoint_Dependent_qualifiers[] =
169745               {
169746                   /* Override */
169747                   "\044Dependent",
169748                   /* Max */
169749                   "\027\000\000\000\001",
169750                   0,
169751               };
169752               
169753               static MetaReference
169754               _CIM_IngressConditioningServiceOnEndpoint_Dependent =
169755               {
169756                   /* flags */
169757                   META_FLAG_REFERENCE|META_FLAG_READ,
169758                   /* name */
169759                   "Dependent",
169760                   /* qualifiers */
169761                   _CIM_IngressConditioningServiceOnEndpoint_Dependent_qualifiers,
169762                   /* subscript */
169763 mike  1.1.2.1     -1,
169764                   /* refId */
169765                   &__root_cimv2_CIM_ConditioningService,
169766               };
169767               
169768               static MetaFeature*
169769               _CIM_IngressConditioningServiceOnEndpoint_features[] =
169770               {
169771                   (MetaFeature*)&_CIM_IngressConditioningServiceOnEndpoint_Antecedent,
169772                   (MetaFeature*)&_CIM_IngressConditioningServiceOnEndpoint_Dependent,
169773                   0,
169774               };
169775               
169776               static const char*
169777               __root_cimv2_CIM_IngressConditioningServiceOnEndpoint_qualifiers[] =
169778               {
169779                   /* ASSOCIATION */
169780                   "\000\001",
169781                   /* UMLPackagePath */
169782                   "\057CIM::Network::QoS",
169783                   /* Version */
169784 mike  1.1.2.1     "\0632.7.0",
169785                   0,
169786               };
169787               
169788               MetaClass
169789               __root_cimv2_CIM_IngressConditioningServiceOnEndpoint =
169790               {
169791                   /* flags */
169792                   META_FLAG_ASSOCIATION,
169793                   /* name */
169794                   "CIM_IngressConditioningServiceOnEndpoint",
169795                   /* qualifiers */
169796                   __root_cimv2_CIM_IngressConditioningServiceOnEndpoint_qualifiers,
169797                   /* super */
169798                   &__root_cimv2_CIM_ServiceSAPDependency,
169799                   /* features */
169800                   _CIM_IngressConditioningServiceOnEndpoint_features,
169801               };
169802               
169803               //==============================================================================
169804               //
169805 mike  1.1.2.1 // Class: CIM_InLogicalNetwork
169806               //
169807               //==============================================================================
169808               
169809               static const char*
169810               _CIM_InLogicalNetwork_Collection_qualifiers[] =
169811               {
169812                   /* Deprecated */
169813                   "\013\000\001CIM_MemberOfCollection.Collection\000",
169814                   /* Aggregate */
169815                   "\003\001",
169816                   /* Override */
169817                   "\044Collection",
169818                   0,
169819               };
169820               
169821               static MetaReference
169822               _CIM_InLogicalNetwork_Collection =
169823               {
169824                   /* flags */
169825                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
169826 mike  1.1.2.1     /* name */
169827                   "Collection",
169828                   /* qualifiers */
169829                   _CIM_InLogicalNetwork_Collection_qualifiers,
169830                   /* subscript */
169831                   -1,
169832                   /* refId */
169833                   &__root_cimv2_CIM_LogicalNetwork,
169834               };
169835               
169836               static const char*
169837               _CIM_InLogicalNetwork_Member_qualifiers[] =
169838               {
169839                   /* Deprecated */
169840                   "\013\000\001CIM_MemberOfCollection.Member\000",
169841                   /* Override */
169842                   "\044Member",
169843                   0,
169844               };
169845               
169846               static MetaReference
169847 mike  1.1.2.1 _CIM_InLogicalNetwork_Member =
169848               {
169849                   /* flags */
169850                   META_FLAG_REFERENCE|META_FLAG_READ,
169851                   /* name */
169852                   "Member",
169853                   /* qualifiers */
169854                   _CIM_InLogicalNetwork_Member_qualifiers,
169855                   /* subscript */
169856                   -1,
169857                   /* refId */
169858                   &__root_cimv2_CIM_ProtocolEndpoint,
169859               };
169860               
169861               static MetaFeature*
169862               _CIM_InLogicalNetwork_features[] =
169863               {
169864                   (MetaFeature*)&_CIM_InLogicalNetwork_Collection,
169865                   (MetaFeature*)&_CIM_InLogicalNetwork_Member,
169866                   0,
169867               };
169868 mike  1.1.2.1 
169869               static const char*
169870               __root_cimv2_CIM_InLogicalNetwork_qualifiers[] =
169871               {
169872                   /* ASSOCIATION */
169873                   "\000\001",
169874                   /* Deprecated */
169875                   "\013\000\001CIM_MemberOfCollection\000",
169876                   /* UMLPackagePath */
169877                   "\057CIM::Network::Collections",
169878                   /* Aggregation */
169879                   "\004\001",
169880                   /* Version */
169881                   "\0632.7.0",
169882                   0,
169883               };
169884               
169885               MetaClass
169886               __root_cimv2_CIM_InLogicalNetwork =
169887               {
169888                   /* flags */
169889 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
169890                   /* name */
169891                   "CIM_InLogicalNetwork",
169892                   /* qualifiers */
169893                   __root_cimv2_CIM_InLogicalNetwork_qualifiers,
169894                   /* super */
169895                   &__root_cimv2_CIM_CollectedMSEs,
169896                   /* features */
169897                   _CIM_InLogicalNetwork_features,
169898               };
169899               
169900               //==============================================================================
169901               //
169902               // Class: CIM_IPProtocolEndpoint
169903               //
169904               //==============================================================================
169905               
169906               static const char*
169907               _CIM_IPProtocolEndpoint_IPv4Address_qualifiers[] =
169908               {
169909                   0,
169910 mike  1.1.2.1 };
169911               
169912               static MetaProperty
169913               _CIM_IPProtocolEndpoint_IPv4Address =
169914               {
169915                   /* flags */
169916                   META_FLAG_PROPERTY|META_FLAG_READ,
169917                   /* name */
169918                   "IPv4Address",
169919                   /* qualifiers */
169920                   _CIM_IPProtocolEndpoint_IPv4Address_qualifiers,
169921                   /* type */
169922                   CIMTYPE_STRING,
169923                   /* subscript */
169924                   -1,
169925                   /* value */
169926                   0,
169927               };
169928               
169929               static const char*
169930               _CIM_IPProtocolEndpoint_IPv6Address_qualifiers[] =
169931 mike  1.1.2.1 {
169932                   0,
169933               };
169934               
169935               static MetaProperty
169936               _CIM_IPProtocolEndpoint_IPv6Address =
169937               {
169938                   /* flags */
169939                   META_FLAG_PROPERTY|META_FLAG_READ,
169940                   /* name */
169941                   "IPv6Address",
169942                   /* qualifiers */
169943                   _CIM_IPProtocolEndpoint_IPv6Address_qualifiers,
169944                   /* type */
169945                   CIMTYPE_STRING,
169946                   /* subscript */
169947                   -1,
169948                   /* value */
169949                   0,
169950               };
169951               
169952 mike  1.1.2.1 static const char*
169953               _CIM_IPProtocolEndpoint_Address_qualifiers[] =
169954               {
169955                   /* Deprecated */
169956                   "\013\000\002CIM_IPProtocolEndpoint.IPv4Address\000CIM_IPProtocolEndpoint.IPv6Address\000",
169957                   0,
169958               };
169959               
169960               static MetaProperty
169961               _CIM_IPProtocolEndpoint_Address =
169962               {
169963                   /* flags */
169964                   META_FLAG_PROPERTY|META_FLAG_READ,
169965                   /* name */
169966                   "Address",
169967                   /* qualifiers */
169968                   _CIM_IPProtocolEndpoint_Address_qualifiers,
169969                   /* type */
169970                   CIMTYPE_STRING,
169971                   /* subscript */
169972                   -1,
169973 mike  1.1.2.1     /* value */
169974                   0,
169975               };
169976               
169977               static const char*
169978               _CIM_IPProtocolEndpoint_SubnetMask_qualifiers[] =
169979               {
169980                   0,
169981               };
169982               
169983               static MetaProperty
169984               _CIM_IPProtocolEndpoint_SubnetMask =
169985               {
169986                   /* flags */
169987                   META_FLAG_PROPERTY|META_FLAG_READ,
169988                   /* name */
169989                   "SubnetMask",
169990                   /* qualifiers */
169991                   _CIM_IPProtocolEndpoint_SubnetMask_qualifiers,
169992                   /* type */
169993                   CIMTYPE_STRING,
169994 mike  1.1.2.1     /* subscript */
169995                   -1,
169996                   /* value */
169997                   0,
169998               };
169999               
170000               static const char*
170001               _CIM_IPProtocolEndpoint_PrefixLength_qualifiers[] =
170002               {
170003                   0,
170004               };
170005               
170006               static MetaProperty
170007               _CIM_IPProtocolEndpoint_PrefixLength =
170008               {
170009                   /* flags */
170010                   META_FLAG_PROPERTY|META_FLAG_READ,
170011                   /* name */
170012                   "PrefixLength",
170013                   /* qualifiers */
170014                   _CIM_IPProtocolEndpoint_PrefixLength_qualifiers,
170015 mike  1.1.2.1     /* type */
170016                   CIMTYPE_UINT8,
170017                   /* subscript */
170018                   -1,
170019                   /* value */
170020                   0,
170021               };
170022               
170023               static const char*
170024               _CIM_IPProtocolEndpoint_AddressType_qualifiers[] =
170025               {
170026                   /* Deprecated */
170027                   "\013\000\001No value\000",
170028                   /* ValueMap */
170029                   "\061\000\0030\0001\0002\000",
170030                   /* Values */
170031                   "\062\000\003Unknown\000IPv4\000IPv6\000",
170032                   0,
170033               };
170034               
170035               static MetaProperty
170036 mike  1.1.2.1 _CIM_IPProtocolEndpoint_AddressType =
170037               {
170038                   /* flags */
170039                   META_FLAG_PROPERTY|META_FLAG_READ,
170040                   /* name */
170041                   "AddressType",
170042                   /* qualifiers */
170043                   _CIM_IPProtocolEndpoint_AddressType_qualifiers,
170044                   /* type */
170045                   CIMTYPE_UINT16,
170046                   /* subscript */
170047                   -1,
170048                   /* value */
170049                   0,
170050               };
170051               
170052               static const char*
170053               _CIM_IPProtocolEndpoint_IPVersionSupport_qualifiers[] =
170054               {
170055                   /* Deprecated */
170056                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
170057 mike  1.1.2.1     /* ValueMap */
170058                   "\061\000\0040\0001\0002\0003\000",
170059                   /* Values */
170060                   "\062\000\004Unknown\000IPv4 Only\000IPv6 Only\000Both IPv4 and IPv6\000",
170061                   0,
170062               };
170063               
170064               static MetaProperty
170065               _CIM_IPProtocolEndpoint_IPVersionSupport =
170066               {
170067                   /* flags */
170068                   META_FLAG_PROPERTY|META_FLAG_READ,
170069                   /* name */
170070                   "IPVersionSupport",
170071                   /* qualifiers */
170072                   _CIM_IPProtocolEndpoint_IPVersionSupport_qualifiers,
170073                   /* type */
170074                   CIMTYPE_UINT16,
170075                   /* subscript */
170076                   -1,
170077                   /* value */
170078 mike  1.1.2.1     0,
170079               };
170080               
170081               static const char*
170082               _CIM_IPProtocolEndpoint_ProtocolIFType_qualifiers[] =
170083               {
170084                   /* Override */
170085                   "\044ProtocolIFType",
170086                   /* ValueMap */
170087                   "\061\000\0071\000225..4095\0004096\0004097\0004098\0004301..32767\00032768..\000",
170088                   /* Values */
170089                   "\062\000\007Other\000IANA Reserved\000IPv4\000IPv6\000IPv4/v6\000DMTF Reserved\000Vendor Reserved\000",
170090                   0,
170091               };
170092               
170093               static MetaProperty
170094               _CIM_IPProtocolEndpoint_ProtocolIFType =
170095               {
170096                   /* flags */
170097                   META_FLAG_PROPERTY|META_FLAG_READ,
170098                   /* name */
170099 mike  1.1.2.1     "ProtocolIFType",
170100                   /* qualifiers */
170101                   _CIM_IPProtocolEndpoint_ProtocolIFType_qualifiers,
170102                   /* type */
170103                   CIMTYPE_UINT16,
170104                   /* subscript */
170105                   -1,
170106                   /* value */
170107                   "\020\000",
170108               };
170109               
170110               static MetaFeature*
170111               _CIM_IPProtocolEndpoint_features[] =
170112               {
170113                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPv4Address,
170114                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPv6Address,
170115                   (MetaFeature*)&_CIM_IPProtocolEndpoint_Address,
170116                   (MetaFeature*)&_CIM_IPProtocolEndpoint_SubnetMask,
170117                   (MetaFeature*)&_CIM_IPProtocolEndpoint_PrefixLength,
170118                   (MetaFeature*)&_CIM_IPProtocolEndpoint_AddressType,
170119                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPVersionSupport,
170120 mike  1.1.2.1     (MetaFeature*)&_CIM_IPProtocolEndpoint_ProtocolIFType,
170121                   0,
170122               };
170123               
170124               static const char*
170125               __root_cimv2_CIM_IPProtocolEndpoint_qualifiers[] =
170126               {
170127                   /* UMLPackagePath */
170128                   "\057CIM::Network::ProtocolEndpoints",
170129                   /* Version */
170130                   "\0632.8.0",
170131                   0,
170132               };
170133               
170134               MetaClass
170135               __root_cimv2_CIM_IPProtocolEndpoint =
170136               {
170137                   /* flags */
170138                   META_FLAG_CLASS,
170139                   /* name */
170140                   "CIM_IPProtocolEndpoint",
170141 mike  1.1.2.1     /* qualifiers */
170142                   __root_cimv2_CIM_IPProtocolEndpoint_qualifiers,
170143                   /* super */
170144                   &__root_cimv2_CIM_ProtocolEndpoint,
170145                   /* features */
170146                   _CIM_IPProtocolEndpoint_features,
170147               };
170148               
170149               //==============================================================================
170150               //
170151               // Class: CIM_IPsecPolicyForEndpoint
170152               //
170153               //==============================================================================
170154               
170155               static const char*
170156               _CIM_IPsecPolicyForEndpoint_Antecedent_qualifiers[] =
170157               {
170158                   /* Override */
170159                   "\044Antecedent",
170160                   /* MappingStrings */
170161                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint.Antecedent\000",
170162 mike  1.1.2.1     0,
170163               };
170164               
170165               static MetaReference
170166               _CIM_IPsecPolicyForEndpoint_Antecedent =
170167               {
170168                   /* flags */
170169                   META_FLAG_REFERENCE|META_FLAG_READ,
170170                   /* name */
170171                   "Antecedent",
170172                   /* qualifiers */
170173                   _CIM_IPsecPolicyForEndpoint_Antecedent_qualifiers,
170174                   /* subscript */
170175                   -1,
170176                   /* refId */
170177                   &__root_cimv2_CIM_IPProtocolEndpoint,
170178               };
170179               
170180               static const char*
170181               _CIM_IPsecPolicyForEndpoint_Dependent_qualifiers[] =
170182               {
170183 mike  1.1.2.1     /* Override */
170184                   "\044Dependent",
170185                   /* Min */
170186                   "\033\000\000\000\000",
170187                   /* Max */
170188                   "\027\000\000\000\001",
170189                   /* MappingStrings */
170190                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint.Dependent\000",
170191                   0,
170192               };
170193               
170194               static MetaReference
170195               _CIM_IPsecPolicyForEndpoint_Dependent =
170196               {
170197                   /* flags */
170198                   META_FLAG_REFERENCE|META_FLAG_READ,
170199                   /* name */
170200                   "Dependent",
170201                   /* qualifiers */
170202                   _CIM_IPsecPolicyForEndpoint_Dependent_qualifiers,
170203                   /* subscript */
170204 mike  1.1.2.1     -1,
170205                   /* refId */
170206                   &__root_cimv2_CIM_PolicyGroup,
170207               };
170208               
170209               static MetaFeature*
170210               _CIM_IPsecPolicyForEndpoint_features[] =
170211               {
170212                   (MetaFeature*)&_CIM_IPsecPolicyForEndpoint_Antecedent,
170213                   (MetaFeature*)&_CIM_IPsecPolicyForEndpoint_Dependent,
170214                   0,
170215               };
170216               
170217               static const char*
170218               __root_cimv2_CIM_IPsecPolicyForEndpoint_qualifiers[] =
170219               {
170220                   /* ASSOCIATION */
170221                   "\000\001",
170222                   /* UMLPackagePath */
170223                   "\057CIM::IPsecPolicy",
170224                   /* Version */
170225 mike  1.1.2.1     "\0632.8.0",
170226                   /* MappingStrings */
170227                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint\000",
170228                   0,
170229               };
170230               
170231               MetaClass
170232               __root_cimv2_CIM_IPsecPolicyForEndpoint =
170233               {
170234                   /* flags */
170235                   META_FLAG_ASSOCIATION,
170236                   /* name */
170237                   "CIM_IPsecPolicyForEndpoint",
170238                   /* qualifiers */
170239                   __root_cimv2_CIM_IPsecPolicyForEndpoint_qualifiers,
170240                   /* super */
170241                   &__root_cimv2_CIM_Dependency,
170242                   /* features */
170243                   _CIM_IPsecPolicyForEndpoint_features,
170244               };
170245               
170246 mike  1.1.2.1 //==============================================================================
170247               //
170248               // Class: CIM_IPsecSAEndpoint
170249               //
170250               //==============================================================================
170251               
170252               static const char*
170253               _CIM_IPsecSAEndpoint_SPI_qualifiers[] =
170254               {
170255                   0,
170256               };
170257               
170258               static MetaProperty
170259               _CIM_IPsecSAEndpoint_SPI =
170260               {
170261                   /* flags */
170262                   META_FLAG_PROPERTY|META_FLAG_READ,
170263                   /* name */
170264                   "SPI",
170265                   /* qualifiers */
170266                   _CIM_IPsecSAEndpoint_SPI_qualifiers,
170267 mike  1.1.2.1     /* type */
170268                   CIMTYPE_UINT32,
170269                   /* subscript */
170270                   -1,
170271                   /* value */
170272                   0,
170273               };
170274               
170275               static const char*
170276               _CIM_IPsecSAEndpoint_InboundDirection_qualifiers[] =
170277               {
170278                   0,
170279               };
170280               
170281               static MetaProperty
170282               _CIM_IPsecSAEndpoint_InboundDirection =
170283               {
170284                   /* flags */
170285                   META_FLAG_PROPERTY|META_FLAG_READ,
170286                   /* name */
170287                   "InboundDirection",
170288 mike  1.1.2.1     /* qualifiers */
170289                   _CIM_IPsecSAEndpoint_InboundDirection_qualifiers,
170290                   /* type */
170291                   CIMTYPE_BOOLEAN,
170292                   /* subscript */
170293                   -1,
170294                   /* value */
170295                   0,
170296               };
170297               
170298               static const char*
170299               _CIM_IPsecSAEndpoint_EncapsulationMode_qualifiers[] =
170300               {
170301                   /* ValueMap */
170302                   "\061\000\0030\0002\0003\000",
170303                   /* Values */
170304                   "\062\000\003Unknown\000Tunnel\000Transport\000",
170305                   0,
170306               };
170307               
170308               static MetaProperty
170309 mike  1.1.2.1 _CIM_IPsecSAEndpoint_EncapsulationMode =
170310               {
170311                   /* flags */
170312                   META_FLAG_PROPERTY|META_FLAG_READ,
170313                   /* name */
170314                   "EncapsulationMode",
170315                   /* qualifiers */
170316                   _CIM_IPsecSAEndpoint_EncapsulationMode_qualifiers,
170317                   /* type */
170318                   CIMTYPE_UINT16,
170319                   /* subscript */
170320                   -1,
170321                   /* value */
170322                   0,
170323               };
170324               
170325               static const char*
170326               _CIM_IPsecSAEndpoint_DFHandling_qualifiers[] =
170327               {
170328                   /* ValueMap */
170329                   "\061\000\0040\0002\0003\0004\000",
170330 mike  1.1.2.1     /* Values */
170331                   "\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",
170332                   0,
170333               };
170334               
170335               static MetaProperty
170336               _CIM_IPsecSAEndpoint_DFHandling =
170337               {
170338                   /* flags */
170339                   META_FLAG_PROPERTY|META_FLAG_READ,
170340                   /* name */
170341                   "DFHandling",
170342                   /* qualifiers */
170343                   _CIM_IPsecSAEndpoint_DFHandling_qualifiers,
170344                   /* type */
170345                   CIMTYPE_UINT16,
170346                   /* subscript */
170347                   -1,
170348                   /* value */
170349                   0,
170350               };
170351 mike  1.1.2.1 
170352               static const char*
170353               _CIM_IPsecSAEndpoint_PFSInUse_qualifiers[] =
170354               {
170355                   0,
170356               };
170357               
170358               static MetaProperty
170359               _CIM_IPsecSAEndpoint_PFSInUse =
170360               {
170361                   /* flags */
170362                   META_FLAG_PROPERTY|META_FLAG_READ,
170363                   /* name */
170364                   "PFSInUse",
170365                   /* qualifiers */
170366                   _CIM_IPsecSAEndpoint_PFSInUse_qualifiers,
170367                   /* type */
170368                   CIMTYPE_BOOLEAN,
170369                   /* subscript */
170370                   -1,
170371                   /* value */
170372 mike  1.1.2.1     0,
170373               };
170374               
170375               static MetaFeature*
170376               _CIM_IPsecSAEndpoint_features[] =
170377               {
170378                   (MetaFeature*)&_CIM_IPsecSAEndpoint_SPI,
170379                   (MetaFeature*)&_CIM_IPsecSAEndpoint_InboundDirection,
170380                   (MetaFeature*)&_CIM_IPsecSAEndpoint_EncapsulationMode,
170381                   (MetaFeature*)&_CIM_IPsecSAEndpoint_DFHandling,
170382                   (MetaFeature*)&_CIM_IPsecSAEndpoint_PFSInUse,
170383                   0,
170384               };
170385               
170386               static const char*
170387               __root_cimv2_CIM_IPsecSAEndpoint_qualifiers[] =
170388               {
170389                   /* UMLPackagePath */
170390                   "\057CIM::Network::IPsec",
170391                   /* Version */
170392                   "\0632.8.0",
170393 mike  1.1.2.1     0,
170394               };
170395               
170396               MetaClass
170397               __root_cimv2_CIM_IPsecSAEndpoint =
170398               {
170399                   /* flags */
170400                   META_FLAG_CLASS,
170401                   /* name */
170402                   "CIM_IPsecSAEndpoint",
170403                   /* qualifiers */
170404                   __root_cimv2_CIM_IPsecSAEndpoint_qualifiers,
170405                   /* super */
170406                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
170407                   /* features */
170408                   _CIM_IPsecSAEndpoint_features,
170409               };
170410               
170411               //==============================================================================
170412               //
170413               // Class: CIM_IPXProtocolEndpoint
170414 mike  1.1.2.1 //
170415               //==============================================================================
170416               
170417               static const char*
170418               _CIM_IPXProtocolEndpoint_Address_qualifiers[] =
170419               {
170420                   0,
170421               };
170422               
170423               static MetaProperty
170424               _CIM_IPXProtocolEndpoint_Address =
170425               {
170426                   /* flags */
170427                   META_FLAG_PROPERTY|META_FLAG_READ,
170428                   /* name */
170429                   "Address",
170430                   /* qualifiers */
170431                   _CIM_IPXProtocolEndpoint_Address_qualifiers,
170432                   /* type */
170433                   CIMTYPE_STRING,
170434                   /* subscript */
170435 mike  1.1.2.1     -1,
170436                   /* value */
170437                   0,
170438               };
170439               
170440               static const char*
170441               _CIM_IPXProtocolEndpoint_ProtocolIFType_qualifiers[] =
170442               {
170443                   /* Override */
170444                   "\044ProtocolIFType",
170445                   /* ValueMap */
170446                   "\061\000\0051\000225..4095\0004099\0004301..32767\00032768..\000",
170447                   /* Values */
170448                   "\062\000\005Other\000IANA Reserved\000IPX\000DMTF Reserved\000Vendor Reserved\000",
170449                   0,
170450               };
170451               
170452               static MetaProperty
170453               _CIM_IPXProtocolEndpoint_ProtocolIFType =
170454               {
170455                   /* flags */
170456 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
170457                   /* name */
170458                   "ProtocolIFType",
170459                   /* qualifiers */
170460                   _CIM_IPXProtocolEndpoint_ProtocolIFType_qualifiers,
170461                   /* type */
170462                   CIMTYPE_UINT16,
170463                   /* subscript */
170464                   -1,
170465                   /* value */
170466                   "\020\003",
170467               };
170468               
170469               static MetaFeature*
170470               _CIM_IPXProtocolEndpoint_features[] =
170471               {
170472                   (MetaFeature*)&_CIM_IPXProtocolEndpoint_Address,
170473                   (MetaFeature*)&_CIM_IPXProtocolEndpoint_ProtocolIFType,
170474                   0,
170475               };
170476               
170477 mike  1.1.2.1 static const char*
170478               __root_cimv2_CIM_IPXProtocolEndpoint_qualifiers[] =
170479               {
170480                   /* UMLPackagePath */
170481                   "\057CIM::Network::ProtocolEndpoints",
170482                   /* Version */
170483                   "\0632.8.0",
170484                   0,
170485               };
170486               
170487               MetaClass
170488               __root_cimv2_CIM_IPXProtocolEndpoint =
170489               {
170490                   /* flags */
170491                   META_FLAG_CLASS,
170492                   /* name */
170493                   "CIM_IPXProtocolEndpoint",
170494                   /* qualifiers */
170495                   __root_cimv2_CIM_IPXProtocolEndpoint_qualifiers,
170496                   /* super */
170497                   &__root_cimv2_CIM_ProtocolEndpoint,
170498 mike  1.1.2.1     /* features */
170499                   _CIM_IPXProtocolEndpoint_features,
170500               };
170501               
170502               //==============================================================================
170503               //
170504               // Class: CIM_iSCSIProtocolEndpoint
170505               //
170506               //==============================================================================
170507               
170508               static const char*
170509               _CIM_iSCSIProtocolEndpoint_Name_qualifiers[] =
170510               {
170511                   /* Override */
170512                   "\044Name",
170513                   /* MaxLen */
170514                   "\030\000\000\001\000",
170515                   /* ModelCorrespondence */
170516                   "\036\000\002CIM_SCSIProtocolEndpoint.ConnectionType\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
170517                   0,
170518               };
170519 mike  1.1.2.1 
170520               static MetaProperty
170521               _CIM_iSCSIProtocolEndpoint_Name =
170522               {
170523                   /* flags */
170524                   META_FLAG_PROPERTY|META_FLAG_READ,
170525                   /* name */
170526                   "Name",
170527                   /* qualifiers */
170528                   _CIM_iSCSIProtocolEndpoint_Name_qualifiers,
170529                   /* type */
170530                   CIMTYPE_STRING,
170531                   /* subscript */
170532                   -1,
170533                   /* value */
170534                   0,
170535               };
170536               
170537               static const char*
170538               _CIM_iSCSIProtocolEndpoint_Identifier_qualifiers[] =
170539               {
170540 mike  1.1.2.1     /* Required */
170541                   "\050\001",
170542                   /* MaxLen */
170543                   "\030\000\000\000\015",
170544                   0,
170545               };
170546               
170547               static MetaProperty
170548               _CIM_iSCSIProtocolEndpoint_Identifier =
170549               {
170550                   /* flags */
170551                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
170552                   /* name */
170553                   "Identifier",
170554                   /* qualifiers */
170555                   _CIM_iSCSIProtocolEndpoint_Identifier_qualifiers,
170556                   /* type */
170557                   CIMTYPE_STRING,
170558                   /* subscript */
170559                   -1,
170560                   /* value */
170561 mike  1.1.2.1     0,
170562               };
170563               
170564               static const char*
170565               _CIM_iSCSIProtocolEndpoint_Role_qualifiers[] =
170566               {
170567                   /* Override */
170568                   "\044Role",
170569                   /* ValueMap */
170570                   "\061\000\0022\0003\000",
170571                   /* Values */
170572                   "\062\000\002Initiator\000Target\000",
170573                   0,
170574               };
170575               
170576               static MetaProperty
170577               _CIM_iSCSIProtocolEndpoint_Role =
170578               {
170579                   /* flags */
170580                   META_FLAG_PROPERTY|META_FLAG_READ,
170581                   /* name */
170582 mike  1.1.2.1     "Role",
170583                   /* qualifiers */
170584                   _CIM_iSCSIProtocolEndpoint_Role_qualifiers,
170585                   /* type */
170586                   CIMTYPE_UINT16,
170587                   /* subscript */
170588                   -1,
170589                   /* value */
170590                   0,
170591               };
170592               
170593               static MetaFeature*
170594               _CIM_iSCSIProtocolEndpoint_features[] =
170595               {
170596                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Name,
170597                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Identifier,
170598                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Role,
170599                   0,
170600               };
170601               
170602               static const char*
170603 mike  1.1.2.1 __root_cimv2_CIM_iSCSIProtocolEndpoint_qualifiers[] =
170604               {
170605                   /* UMLPackagePath */
170606                   "\057CIM::Network::ProtocolEndpoints",
170607                   /* Version */
170608                   "\0632.11.0",
170609                   0,
170610               };
170611               
170612               MetaClass
170613               __root_cimv2_CIM_iSCSIProtocolEndpoint =
170614               {
170615                   /* flags */
170616                   META_FLAG_CLASS,
170617                   /* name */
170618                   "CIM_iSCSIProtocolEndpoint",
170619                   /* qualifiers */
170620                   __root_cimv2_CIM_iSCSIProtocolEndpoint_qualifiers,
170621                   /* super */
170622                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
170623                   /* features */
170624 mike  1.1.2.1     _CIM_iSCSIProtocolEndpoint_features,
170625               };
170626               
170627               //==============================================================================
170628               //
170629               // Class: CIM_J2eeAppClientModule
170630               //
170631               //==============================================================================
170632               
170633               static MetaFeature*
170634               _CIM_J2eeAppClientModule_features[] =
170635               {
170636                   0,
170637               };
170638               
170639               static const char*
170640               __root_cimv2_CIM_J2eeAppClientModule_qualifiers[] =
170641               {
170642                   /* UMLPackagePath */
170643                   "\057CIM::Application::J2eeAppServer",
170644                   /* Version */
170645 mike  1.1.2.1     "\0632.8.0",
170646                   0,
170647               };
170648               
170649               MetaClass
170650               __root_cimv2_CIM_J2eeAppClientModule =
170651               {
170652                   /* flags */
170653                   META_FLAG_CLASS,
170654                   /* name */
170655                   "CIM_J2eeAppClientModule",
170656                   /* qualifiers */
170657                   __root_cimv2_CIM_J2eeAppClientModule_qualifiers,
170658                   /* super */
170659                   &__root_cimv2_CIM_J2eeModule,
170660                   /* features */
170661                   _CIM_J2eeAppClientModule_features,
170662               };
170663               
170664               //==============================================================================
170665               //
170666 mike  1.1.2.1 // Class: CIM_J2eeApplicationHostedOnServer
170667               //
170668               //==============================================================================
170669               
170670               static const char*
170671               _CIM_J2eeApplicationHostedOnServer_Antecedent_qualifiers[] =
170672               {
170673                   /* Override */
170674                   "\044Antecedent",
170675                   /* Max */
170676                   "\027\000\000\000\001",
170677                   0,
170678               };
170679               
170680               static MetaReference
170681               _CIM_J2eeApplicationHostedOnServer_Antecedent =
170682               {
170683                   /* flags */
170684                   META_FLAG_REFERENCE|META_FLAG_READ,
170685                   /* name */
170686                   "Antecedent",
170687 mike  1.1.2.1     /* qualifiers */
170688                   _CIM_J2eeApplicationHostedOnServer_Antecedent_qualifiers,
170689                   /* subscript */
170690                   -1,
170691                   /* refId */
170692                   &__root_cimv2_CIM_J2eeServer,
170693               };
170694               
170695               static const char*
170696               _CIM_J2eeApplicationHostedOnServer_Dependent_qualifiers[] =
170697               {
170698                   /* Override */
170699                   "\044Dependent",
170700                   0,
170701               };
170702               
170703               static MetaReference
170704               _CIM_J2eeApplicationHostedOnServer_Dependent =
170705               {
170706                   /* flags */
170707                   META_FLAG_REFERENCE|META_FLAG_READ,
170708 mike  1.1.2.1     /* name */
170709                   "Dependent",
170710                   /* qualifiers */
170711                   _CIM_J2eeApplicationHostedOnServer_Dependent_qualifiers,
170712                   /* subscript */
170713                   -1,
170714                   /* refId */
170715                   &__root_cimv2_CIM_J2eeApplication,
170716               };
170717               
170718               static MetaFeature*
170719               _CIM_J2eeApplicationHostedOnServer_features[] =
170720               {
170721                   (MetaFeature*)&_CIM_J2eeApplicationHostedOnServer_Antecedent,
170722                   (MetaFeature*)&_CIM_J2eeApplicationHostedOnServer_Dependent,
170723                   0,
170724               };
170725               
170726               static const char*
170727               __root_cimv2_CIM_J2eeApplicationHostedOnServer_qualifiers[] =
170728               {
170729 mike  1.1.2.1     /* ASSOCIATION */
170730                   "\000\001",
170731                   /* UMLPackagePath */
170732                   "\057CIM::Application::J2eeAppServer",
170733                   /* Version */
170734                   "\0632.8.0",
170735                   0,
170736               };
170737               
170738               MetaClass
170739               __root_cimv2_CIM_J2eeApplicationHostedOnServer =
170740               {
170741                   /* flags */
170742                   META_FLAG_ASSOCIATION,
170743                   /* name */
170744                   "CIM_J2eeApplicationHostedOnServer",
170745                   /* qualifiers */
170746                   __root_cimv2_CIM_J2eeApplicationHostedOnServer_qualifiers,
170747                   /* super */
170748                   &__root_cimv2_CIM_HostedDependency,
170749                   /* features */
170750 mike  1.1.2.1     _CIM_J2eeApplicationHostedOnServer_features,
170751               };
170752               
170753               //==============================================================================
170754               //
170755               // Class: CIM_J2eeApplicationModule
170756               //
170757               //==============================================================================
170758               
170759               static const char*
170760               _CIM_J2eeApplicationModule_GroupComponent_qualifiers[] =
170761               {
170762                   /* Aggregate */
170763                   "\003\001",
170764                   /* Override */
170765                   "\044GroupComponent",
170766                   0,
170767               };
170768               
170769               static MetaReference
170770               _CIM_J2eeApplicationModule_GroupComponent =
170771 mike  1.1.2.1 {
170772                   /* flags */
170773                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
170774                   /* name */
170775                   "GroupComponent",
170776                   /* qualifiers */
170777                   _CIM_J2eeApplicationModule_GroupComponent_qualifiers,
170778                   /* subscript */
170779                   -1,
170780                   /* refId */
170781                   &__root_cimv2_CIM_J2eeApplication,
170782               };
170783               
170784               static const char*
170785               _CIM_J2eeApplicationModule_PartComponent_qualifiers[] =
170786               {
170787                   /* Override */
170788                   "\044PartComponent",
170789                   0,
170790               };
170791               
170792 mike  1.1.2.1 static MetaReference
170793               _CIM_J2eeApplicationModule_PartComponent =
170794               {
170795                   /* flags */
170796                   META_FLAG_REFERENCE|META_FLAG_READ,
170797                   /* name */
170798                   "PartComponent",
170799                   /* qualifiers */
170800                   _CIM_J2eeApplicationModule_PartComponent_qualifiers,
170801                   /* subscript */
170802                   -1,
170803                   /* refId */
170804                   &__root_cimv2_CIM_J2eeModule,
170805               };
170806               
170807               static MetaFeature*
170808               _CIM_J2eeApplicationModule_features[] =
170809               {
170810                   (MetaFeature*)&_CIM_J2eeApplicationModule_GroupComponent,
170811                   (MetaFeature*)&_CIM_J2eeApplicationModule_PartComponent,
170812                   0,
170813 mike  1.1.2.1 };
170814               
170815               static const char*
170816               __root_cimv2_CIM_J2eeApplicationModule_qualifiers[] =
170817               {
170818                   /* ASSOCIATION */
170819                   "\000\001",
170820                   /* UMLPackagePath */
170821                   "\057CIM::Application::J2eeAppServer",
170822                   /* Aggregation */
170823                   "\004\001",
170824                   /* Version */
170825                   "\0632.8.0",
170826                   0,
170827               };
170828               
170829               MetaClass
170830               __root_cimv2_CIM_J2eeApplicationModule =
170831               {
170832                   /* flags */
170833                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
170834 mike  1.1.2.1     /* name */
170835                   "CIM_J2eeApplicationModule",
170836                   /* qualifiers */
170837                   __root_cimv2_CIM_J2eeApplicationModule_qualifiers,
170838                   /* super */
170839                   &__root_cimv2_CIM_SystemComponent,
170840                   /* features */
170841                   _CIM_J2eeApplicationModule_features,
170842               };
170843               
170844               //==============================================================================
170845               //
170846               // Class: CIM_J2eeEJBModule
170847               //
170848               //==============================================================================
170849               
170850               static MetaFeature*
170851               _CIM_J2eeEJBModule_features[] =
170852               {
170853                   0,
170854               };
170855 mike  1.1.2.1 
170856               static const char*
170857               __root_cimv2_CIM_J2eeEJBModule_qualifiers[] =
170858               {
170859                   /* UMLPackagePath */
170860                   "\057CIM::Application::J2eeAppServer",
170861                   /* Version */
170862                   "\0632.8.0",
170863                   0,
170864               };
170865               
170866               MetaClass
170867               __root_cimv2_CIM_J2eeEJBModule =
170868               {
170869                   /* flags */
170870                   META_FLAG_CLASS,
170871                   /* name */
170872                   "CIM_J2eeEJBModule",
170873                   /* qualifiers */
170874                   __root_cimv2_CIM_J2eeEJBModule_qualifiers,
170875                   /* super */
170876 mike  1.1.2.1     &__root_cimv2_CIM_J2eeModule,
170877                   /* features */
170878                   _CIM_J2eeEJBModule_features,
170879               };
170880               
170881               //==============================================================================
170882               //
170883               // Class: CIM_J2eeJavaMailResource
170884               //
170885               //==============================================================================
170886               
170887               static MetaFeature*
170888               _CIM_J2eeJavaMailResource_features[] =
170889               {
170890                   0,
170891               };
170892               
170893               static const char*
170894               __root_cimv2_CIM_J2eeJavaMailResource_qualifiers[] =
170895               {
170896                   /* UMLPackagePath */
170897 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
170898                   /* Version */
170899                   "\0632.8.0",
170900                   0,
170901               };
170902               
170903               MetaClass
170904               __root_cimv2_CIM_J2eeJavaMailResource =
170905               {
170906                   /* flags */
170907                   META_FLAG_CLASS,
170908                   /* name */
170909                   "CIM_J2eeJavaMailResource",
170910                   /* qualifiers */
170911                   __root_cimv2_CIM_J2eeJavaMailResource_qualifiers,
170912                   /* super */
170913                   &__root_cimv2_CIM_J2eeResource,
170914                   /* features */
170915                   _CIM_J2eeJavaMailResource_features,
170916               };
170917               
170918 mike  1.1.2.1 //==============================================================================
170919               //
170920               // Class: CIM_J2eeJCAResource
170921               //
170922               //==============================================================================
170923               
170924               static MetaFeature*
170925               _CIM_J2eeJCAResource_features[] =
170926               {
170927                   0,
170928               };
170929               
170930               static const char*
170931               __root_cimv2_CIM_J2eeJCAResource_qualifiers[] =
170932               {
170933                   /* UMLPackagePath */
170934                   "\057CIM::Application::J2eeAppServer",
170935                   /* Version */
170936                   "\0632.8.0",
170937                   0,
170938               };
170939 mike  1.1.2.1 
170940               MetaClass
170941               __root_cimv2_CIM_J2eeJCAResource =
170942               {
170943                   /* flags */
170944                   META_FLAG_CLASS,
170945                   /* name */
170946                   "CIM_J2eeJCAResource",
170947                   /* qualifiers */
170948                   __root_cimv2_CIM_J2eeJCAResource_qualifiers,
170949                   /* super */
170950                   &__root_cimv2_CIM_J2eeResource,
170951                   /* features */
170952                   _CIM_J2eeJCAResource_features,
170953               };
170954               
170955               //==============================================================================
170956               //
170957               // Class: CIM_J2eeJDBCResource
170958               //
170959               //==============================================================================
170960 mike  1.1.2.1 
170961               static MetaFeature*
170962               _CIM_J2eeJDBCResource_features[] =
170963               {
170964                   0,
170965               };
170966               
170967               static const char*
170968               __root_cimv2_CIM_J2eeJDBCResource_qualifiers[] =
170969               {
170970                   /* UMLPackagePath */
170971                   "\057CIM::Application::J2eeAppServer",
170972                   /* Version */
170973                   "\0632.8.0",
170974                   0,
170975               };
170976               
170977               MetaClass
170978               __root_cimv2_CIM_J2eeJDBCResource =
170979               {
170980                   /* flags */
170981 mike  1.1.2.1     META_FLAG_CLASS,
170982                   /* name */
170983                   "CIM_J2eeJDBCResource",
170984                   /* qualifiers */
170985                   __root_cimv2_CIM_J2eeJDBCResource_qualifiers,
170986                   /* super */
170987                   &__root_cimv2_CIM_J2eeResource,
170988                   /* features */
170989                   _CIM_J2eeJDBCResource_features,
170990               };
170991               
170992               //==============================================================================
170993               //
170994               // Class: CIM_J2eeJDBCResourceUsesDataSource
170995               //
170996               //==============================================================================
170997               
170998               static const char*
170999               _CIM_J2eeJDBCResourceUsesDataSource_Dependent_qualifiers[] =
171000               {
171001                   /* Override */
171002 mike  1.1.2.1     "\044Dependent",
171003                   /* Min */
171004                   "\033\000\000\000\001",
171005                   /* Max */
171006                   "\027\000\000\000\001",
171007                   0,
171008               };
171009               
171010               static MetaReference
171011               _CIM_J2eeJDBCResourceUsesDataSource_Dependent =
171012               {
171013                   /* flags */
171014                   META_FLAG_REFERENCE|META_FLAG_READ,
171015                   /* name */
171016                   "Dependent",
171017                   /* qualifiers */
171018                   _CIM_J2eeJDBCResourceUsesDataSource_Dependent_qualifiers,
171019                   /* subscript */
171020                   -1,
171021                   /* refId */
171022                   &__root_cimv2_CIM_J2eeJDBCResource,
171023 mike  1.1.2.1 };
171024               
171025               static const char*
171026               _CIM_J2eeJDBCResourceUsesDataSource_Antecedent_qualifiers[] =
171027               {
171028                   /* Override */
171029                   "\044Antecedent",
171030                   /* Min */
171031                   "\033\000\000\000\001",
171032                   0,
171033               };
171034               
171035               static MetaReference
171036               _CIM_J2eeJDBCResourceUsesDataSource_Antecedent =
171037               {
171038                   /* flags */
171039                   META_FLAG_REFERENCE|META_FLAG_READ,
171040                   /* name */
171041                   "Antecedent",
171042                   /* qualifiers */
171043                   _CIM_J2eeJDBCResourceUsesDataSource_Antecedent_qualifiers,
171044 mike  1.1.2.1     /* subscript */
171045                   -1,
171046                   /* refId */
171047                   &__root_cimv2_CIM_J2eeJDBCDataSource,
171048               };
171049               
171050               static MetaFeature*
171051               _CIM_J2eeJDBCResourceUsesDataSource_features[] =
171052               {
171053                   (MetaFeature*)&_CIM_J2eeJDBCResourceUsesDataSource_Dependent,
171054                   (MetaFeature*)&_CIM_J2eeJDBCResourceUsesDataSource_Antecedent,
171055                   0,
171056               };
171057               
171058               static const char*
171059               __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource_qualifiers[] =
171060               {
171061                   /* ASSOCIATION */
171062                   "\000\001",
171063                   /* UMLPackagePath */
171064                   "\057CIM::Application::J2eeAppServer",
171065 mike  1.1.2.1     /* Version */
171066                   "\0632.8.0",
171067                   0,
171068               };
171069               
171070               MetaClass
171071               __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource =
171072               {
171073                   /* flags */
171074                   META_FLAG_ASSOCIATION,
171075                   /* name */
171076                   "CIM_J2eeJDBCResourceUsesDataSource",
171077                   /* qualifiers */
171078                   __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource_qualifiers,
171079                   /* super */
171080                   &__root_cimv2_CIM_HostedDependency,
171081                   /* features */
171082                   _CIM_J2eeJDBCResourceUsesDataSource_features,
171083               };
171084               
171085               //==============================================================================
171086 mike  1.1.2.1 //
171087               // Class: CIM_J2eeJMSResource
171088               //
171089               //==============================================================================
171090               
171091               static MetaFeature*
171092               _CIM_J2eeJMSResource_features[] =
171093               {
171094                   0,
171095               };
171096               
171097               static const char*
171098               __root_cimv2_CIM_J2eeJMSResource_qualifiers[] =
171099               {
171100                   /* UMLPackagePath */
171101                   "\057CIM::Application::J2eeAppServer",
171102                   /* Version */
171103                   "\0632.8.0",
171104                   0,
171105               };
171106               
171107 mike  1.1.2.1 MetaClass
171108               __root_cimv2_CIM_J2eeJMSResource =
171109               {
171110                   /* flags */
171111                   META_FLAG_CLASS,
171112                   /* name */
171113                   "CIM_J2eeJMSResource",
171114                   /* qualifiers */
171115                   __root_cimv2_CIM_J2eeJMSResource_qualifiers,
171116                   /* super */
171117                   &__root_cimv2_CIM_J2eeResource,
171118                   /* features */
171119                   _CIM_J2eeJMSResource_features,
171120               };
171121               
171122               //==============================================================================
171123               //
171124               // Class: CIM_J2eeJNDIResource
171125               //
171126               //==============================================================================
171127               
171128 mike  1.1.2.1 static MetaFeature*
171129               _CIM_J2eeJNDIResource_features[] =
171130               {
171131                   0,
171132               };
171133               
171134               static const char*
171135               __root_cimv2_CIM_J2eeJNDIResource_qualifiers[] =
171136               {
171137                   /* UMLPackagePath */
171138                   "\057CIM::Application::J2eeAppServer",
171139                   /* Version */
171140                   "\0632.8.0",
171141                   0,
171142               };
171143               
171144               MetaClass
171145               __root_cimv2_CIM_J2eeJNDIResource =
171146               {
171147                   /* flags */
171148                   META_FLAG_CLASS,
171149 mike  1.1.2.1     /* name */
171150                   "CIM_J2eeJNDIResource",
171151                   /* qualifiers */
171152                   __root_cimv2_CIM_J2eeJNDIResource_qualifiers,
171153                   /* super */
171154                   &__root_cimv2_CIM_J2eeResource,
171155                   /* features */
171156                   _CIM_J2eeJNDIResource_features,
171157               };
171158               
171159               //==============================================================================
171160               //
171161               // Class: CIM_J2eeJTAResource
171162               //
171163               //==============================================================================
171164               
171165               static MetaFeature*
171166               _CIM_J2eeJTAResource_features[] =
171167               {
171168                   0,
171169               };
171170 mike  1.1.2.1 
171171               static const char*
171172               __root_cimv2_CIM_J2eeJTAResource_qualifiers[] =
171173               {
171174                   /* UMLPackagePath */
171175                   "\057CIM::Application::J2eeAppServer",
171176                   /* Version */
171177                   "\0632.8.0",
171178                   0,
171179               };
171180               
171181               MetaClass
171182               __root_cimv2_CIM_J2eeJTAResource =
171183               {
171184                   /* flags */
171185                   META_FLAG_CLASS,
171186                   /* name */
171187                   "CIM_J2eeJTAResource",
171188                   /* qualifiers */
171189                   __root_cimv2_CIM_J2eeJTAResource_qualifiers,
171190                   /* super */
171191 mike  1.1.2.1     &__root_cimv2_CIM_J2eeResource,
171192                   /* features */
171193                   _CIM_J2eeJTAResource_features,
171194               };
171195               
171196               //==============================================================================
171197               //
171198               // Class: CIM_J2eeResourceAdapterInModule
171199               //
171200               //==============================================================================
171201               
171202               static const char*
171203               _CIM_J2eeResourceAdapterInModule_GroupComponent_qualifiers[] =
171204               {
171205                   /* Aggregate */
171206                   "\003\001",
171207                   /* Override */
171208                   "\044GroupComponent",
171209                   /* Min */
171210                   "\033\000\000\000\001",
171211                   0,
171212 mike  1.1.2.1 };
171213               
171214               static MetaReference
171215               _CIM_J2eeResourceAdapterInModule_GroupComponent =
171216               {
171217                   /* flags */
171218                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
171219                   /* name */
171220                   "GroupComponent",
171221                   /* qualifiers */
171222                   _CIM_J2eeResourceAdapterInModule_GroupComponent_qualifiers,
171223                   /* subscript */
171224                   -1,
171225                   /* refId */
171226                   &__root_cimv2_CIM_J2eeResourceAdapterModule,
171227               };
171228               
171229               static const char*
171230               _CIM_J2eeResourceAdapterInModule_PartComponent_qualifiers[] =
171231               {
171232                   /* Override */
171233 mike  1.1.2.1     "\044PartComponent",
171234                   /* Min */
171235                   "\033\000\000\000\001",
171236                   0,
171237               };
171238               
171239               static MetaReference
171240               _CIM_J2eeResourceAdapterInModule_PartComponent =
171241               {
171242                   /* flags */
171243                   META_FLAG_REFERENCE|META_FLAG_READ,
171244                   /* name */
171245                   "PartComponent",
171246                   /* qualifiers */
171247                   _CIM_J2eeResourceAdapterInModule_PartComponent_qualifiers,
171248                   /* subscript */
171249                   -1,
171250                   /* refId */
171251                   &__root_cimv2_CIM_J2eeResourceAdapter,
171252               };
171253               
171254 mike  1.1.2.1 static MetaFeature*
171255               _CIM_J2eeResourceAdapterInModule_features[] =
171256               {
171257                   (MetaFeature*)&_CIM_J2eeResourceAdapterInModule_GroupComponent,
171258                   (MetaFeature*)&_CIM_J2eeResourceAdapterInModule_PartComponent,
171259                   0,
171260               };
171261               
171262               static const char*
171263               __root_cimv2_CIM_J2eeResourceAdapterInModule_qualifiers[] =
171264               {
171265                   /* ASSOCIATION */
171266                   "\000\001",
171267                   /* UMLPackagePath */
171268                   "\057CIM::Application::J2eeAppServer",
171269                   /* Aggregation */
171270                   "\004\001",
171271                   /* Version */
171272                   "\0632.8.0",
171273                   0,
171274               };
171275 mike  1.1.2.1 
171276               MetaClass
171277               __root_cimv2_CIM_J2eeResourceAdapterInModule =
171278               {
171279                   /* flags */
171280                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
171281                   /* name */
171282                   "CIM_J2eeResourceAdapterInModule",
171283                   /* qualifiers */
171284                   __root_cimv2_CIM_J2eeResourceAdapterInModule_qualifiers,
171285                   /* super */
171286                   &__root_cimv2_CIM_ServiceComponent,
171287                   /* features */
171288                   _CIM_J2eeResourceAdapterInModule_features,
171289               };
171290               
171291               //==============================================================================
171292               //
171293               // Class: CIM_J2eeResourceOnServer
171294               //
171295               //==============================================================================
171296 mike  1.1.2.1 
171297               static const char*
171298               _CIM_J2eeResourceOnServer_GroupComponent_qualifiers[] =
171299               {
171300                   /* Override */
171301                   "\044GroupComponent",
171302                   /* Min */
171303                   "\033\000\000\000\001",
171304                   /* Max */
171305                   "\027\000\000\000\001",
171306                   0,
171307               };
171308               
171309               static MetaReference
171310               _CIM_J2eeResourceOnServer_GroupComponent =
171311               {
171312                   /* flags */
171313                   META_FLAG_REFERENCE|META_FLAG_READ,
171314                   /* name */
171315                   "GroupComponent",
171316                   /* qualifiers */
171317 mike  1.1.2.1     _CIM_J2eeResourceOnServer_GroupComponent_qualifiers,
171318                   /* subscript */
171319                   -1,
171320                   /* refId */
171321                   &__root_cimv2_CIM_J2eeServer,
171322               };
171323               
171324               static const char*
171325               _CIM_J2eeResourceOnServer_PartComponent_qualifiers[] =
171326               {
171327                   /* Override */
171328                   "\044PartComponent",
171329                   0,
171330               };
171331               
171332               static MetaReference
171333               _CIM_J2eeResourceOnServer_PartComponent =
171334               {
171335                   /* flags */
171336                   META_FLAG_REFERENCE|META_FLAG_READ,
171337                   /* name */
171338 mike  1.1.2.1     "PartComponent",
171339                   /* qualifiers */
171340                   _CIM_J2eeResourceOnServer_PartComponent_qualifiers,
171341                   /* subscript */
171342                   -1,
171343                   /* refId */
171344                   &__root_cimv2_CIM_J2eeResource,
171345               };
171346               
171347               static MetaFeature*
171348               _CIM_J2eeResourceOnServer_features[] =
171349               {
171350                   (MetaFeature*)&_CIM_J2eeResourceOnServer_GroupComponent,
171351                   (MetaFeature*)&_CIM_J2eeResourceOnServer_PartComponent,
171352                   0,
171353               };
171354               
171355               static const char*
171356               __root_cimv2_CIM_J2eeResourceOnServer_qualifiers[] =
171357               {
171358                   /* ASSOCIATION */
171359 mike  1.1.2.1     "\000\001",
171360                   /* UMLPackagePath */
171361                   "\057CIM::Application::J2eeAppServer",
171362                   /* Version */
171363                   "\0632.8.0",
171364                   0,
171365               };
171366               
171367               MetaClass
171368               __root_cimv2_CIM_J2eeResourceOnServer =
171369               {
171370                   /* flags */
171371                   META_FLAG_ASSOCIATION,
171372                   /* name */
171373                   "CIM_J2eeResourceOnServer",
171374                   /* qualifiers */
171375                   __root_cimv2_CIM_J2eeResourceOnServer_qualifiers,
171376                   /* super */
171377                   &__root_cimv2_CIM_ResourceOfSystem,
171378                   /* features */
171379                   _CIM_J2eeResourceOnServer_features,
171380 mike  1.1.2.1 };
171381               
171382               //==============================================================================
171383               //
171384               // Class: CIM_J2eeServletInModule
171385               //
171386               //==============================================================================
171387               
171388               static const char*
171389               _CIM_J2eeServletInModule_GroupComponent_qualifiers[] =
171390               {
171391                   /* Aggregate */
171392                   "\003\001",
171393                   /* Override */
171394                   "\044GroupComponent",
171395                   /* Min */
171396                   "\033\000\000\000\001",
171397                   /* Max */
171398                   "\027\000\000\000\001",
171399                   0,
171400               };
171401 mike  1.1.2.1 
171402               static MetaReference
171403               _CIM_J2eeServletInModule_GroupComponent =
171404               {
171405                   /* flags */
171406                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
171407                   /* name */
171408                   "GroupComponent",
171409                   /* qualifiers */
171410                   _CIM_J2eeServletInModule_GroupComponent_qualifiers,
171411                   /* subscript */
171412                   -1,
171413                   /* refId */
171414                   &__root_cimv2_CIM_J2eeWebModule,
171415               };
171416               
171417               static const char*
171418               _CIM_J2eeServletInModule_PartComponent_qualifiers[] =
171419               {
171420                   /* Override */
171421                   "\044PartComponent",
171422 mike  1.1.2.1     /* Min */
171423                   "\033\000\000\000\001",
171424                   0,
171425               };
171426               
171427               static MetaReference
171428               _CIM_J2eeServletInModule_PartComponent =
171429               {
171430                   /* flags */
171431                   META_FLAG_REFERENCE|META_FLAG_READ,
171432                   /* name */
171433                   "PartComponent",
171434                   /* qualifiers */
171435                   _CIM_J2eeServletInModule_PartComponent_qualifiers,
171436                   /* subscript */
171437                   -1,
171438                   /* refId */
171439                   &__root_cimv2_CIM_J2eeServlet,
171440               };
171441               
171442               static MetaFeature*
171443 mike  1.1.2.1 _CIM_J2eeServletInModule_features[] =
171444               {
171445                   (MetaFeature*)&_CIM_J2eeServletInModule_GroupComponent,
171446                   (MetaFeature*)&_CIM_J2eeServletInModule_PartComponent,
171447                   0,
171448               };
171449               
171450               static const char*
171451               __root_cimv2_CIM_J2eeServletInModule_qualifiers[] =
171452               {
171453                   /* ASSOCIATION */
171454                   "\000\001",
171455                   /* UMLPackagePath */
171456                   "\057CIM::Application::J2eeAppServer",
171457                   /* Aggregation */
171458                   "\004\001",
171459                   /* Version */
171460                   "\0632.8.0",
171461                   0,
171462               };
171463               
171464 mike  1.1.2.1 MetaClass
171465               __root_cimv2_CIM_J2eeServletInModule =
171466               {
171467                   /* flags */
171468                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
171469                   /* name */
171470                   "CIM_J2eeServletInModule",
171471                   /* qualifiers */
171472                   __root_cimv2_CIM_J2eeServletInModule_qualifiers,
171473                   /* super */
171474                   &__root_cimv2_CIM_ServiceComponent,
171475                   /* features */
171476                   _CIM_J2eeServletInModule_features,
171477               };
171478               
171479               //==============================================================================
171480               //
171481               // Class: CIM_KerberosKeyDistributionCenter
171482               //
171483               //==============================================================================
171484               
171485 mike  1.1.2.1 static const char*
171486               _CIM_KerberosKeyDistributionCenter_Name_qualifiers[] =
171487               {
171488                   /* Override */
171489                   "\044Name",
171490                   0,
171491               };
171492               
171493               static MetaProperty
171494               _CIM_KerberosKeyDistributionCenter_Name =
171495               {
171496                   /* flags */
171497                   META_FLAG_PROPERTY|META_FLAG_READ,
171498                   /* name */
171499                   "Name",
171500                   /* qualifiers */
171501                   _CIM_KerberosKeyDistributionCenter_Name_qualifiers,
171502                   /* type */
171503                   CIMTYPE_STRING,
171504                   /* subscript */
171505                   -1,
171506 mike  1.1.2.1     /* value */
171507                   0,
171508               };
171509               
171510               static const char*
171511               _CIM_KerberosKeyDistributionCenter_Protocol_qualifiers[] =
171512               {
171513                   /* ValueMap */
171514                   "\061\000\0040\0001\0002\0003\000",
171515                   /* Values */
171516                   "\062\000\004V4\000V5\000DCE\000MS\000",
171517                   0,
171518               };
171519               
171520               static MetaProperty
171521               _CIM_KerberosKeyDistributionCenter_Protocol =
171522               {
171523                   /* flags */
171524                   META_FLAG_PROPERTY|META_FLAG_READ,
171525                   /* name */
171526                   "Protocol",
171527 mike  1.1.2.1     /* qualifiers */
171528                   _CIM_KerberosKeyDistributionCenter_Protocol_qualifiers,
171529                   /* type */
171530                   CIMTYPE_UINT16,
171531                   /* subscript */
171532                   0,
171533                   /* value */
171534                   0,
171535               };
171536               
171537               static MetaFeature*
171538               _CIM_KerberosKeyDistributionCenter_features[] =
171539               {
171540                   (MetaFeature*)&_CIM_KerberosKeyDistributionCenter_Name,
171541                   (MetaFeature*)&_CIM_KerberosKeyDistributionCenter_Protocol,
171542                   0,
171543               };
171544               
171545               static const char*
171546               __root_cimv2_CIM_KerberosKeyDistributionCenter_qualifiers[] =
171547               {
171548 mike  1.1.2.1     /* UMLPackagePath */
171549                   "\057CIM::User::Kerberos",
171550                   /* Version */
171551                   "\0632.6.0",
171552                   0,
171553               };
171554               
171555               MetaClass
171556               __root_cimv2_CIM_KerberosKeyDistributionCenter =
171557               {
171558                   /* flags */
171559                   META_FLAG_CLASS,
171560                   /* name */
171561                   "CIM_KerberosKeyDistributionCenter",
171562                   /* qualifiers */
171563                   __root_cimv2_CIM_KerberosKeyDistributionCenter_qualifiers,
171564                   /* super */
171565                   &__root_cimv2_CIM_CredentialManagementService,
171566                   /* features */
171567                   _CIM_KerberosKeyDistributionCenter_features,
171568               };
171569 mike  1.1.2.1 
171570               //==============================================================================
171571               //
171572               // Class: CIM_LANEndpoint
171573               //
171574               //==============================================================================
171575               
171576               static const char*
171577               _CIM_LANEndpoint_LANID_qualifiers[] =
171578               {
171579                   /* ModelCorrespondence */
171580                   "\036\000\002CIM_LANConnectivitySegment.LANID\000CIM_LANSegment.LANID\000",
171581                   0,
171582               };
171583               
171584               static MetaProperty
171585               _CIM_LANEndpoint_LANID =
171586               {
171587                   /* flags */
171588                   META_FLAG_PROPERTY|META_FLAG_READ,
171589                   /* name */
171590 mike  1.1.2.1     "LANID",
171591                   /* qualifiers */
171592                   _CIM_LANEndpoint_LANID_qualifiers,
171593                   /* type */
171594                   CIMTYPE_STRING,
171595                   /* subscript */
171596                   -1,
171597                   /* value */
171598                   0,
171599               };
171600               
171601               static const char*
171602               _CIM_LANEndpoint_LANType_qualifiers[] =
171603               {
171604                   /* Deprecated */
171605                   "\013\000\001CIM_ProtocolEndpoint.ProtocolType\000",
171606                   /* ValueMap */
171607                   "\061\000\0050\0001\0002\0003\0004\000",
171608                   /* Values */
171609                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
171610                   /* ModelCorrespondence */
171611 mike  1.1.2.1     "\036\000\002CIM_LANConnectivitySegment.ConnectivityType\000CIM_LANSegment.LANType\000",
171612                   0,
171613               };
171614               
171615               static MetaProperty
171616               _CIM_LANEndpoint_LANType =
171617               {
171618                   /* flags */
171619                   META_FLAG_PROPERTY|META_FLAG_READ,
171620                   /* name */
171621                   "LANType",
171622                   /* qualifiers */
171623                   _CIM_LANEndpoint_LANType_qualifiers,
171624                   /* type */
171625                   CIMTYPE_UINT16,
171626                   /* subscript */
171627                   -1,
171628                   /* value */
171629                   0,
171630               };
171631               
171632 mike  1.1.2.1 static const char*
171633               _CIM_LANEndpoint_OtherLANType_qualifiers[] =
171634               {
171635                   /* Deprecated */
171636                   "\013\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
171637                   /* ModelCorrespondence */
171638                   "\036\000\002CIM_LANConnectivitySegment.OtherTypeDescription\000CIM_LANEndpoint.LANType\000",
171639                   0,
171640               };
171641               
171642               static MetaProperty
171643               _CIM_LANEndpoint_OtherLANType =
171644               {
171645                   /* flags */
171646                   META_FLAG_PROPERTY|META_FLAG_READ,
171647                   /* name */
171648                   "OtherLANType",
171649                   /* qualifiers */
171650                   _CIM_LANEndpoint_OtherLANType_qualifiers,
171651                   /* type */
171652                   CIMTYPE_STRING,
171653 mike  1.1.2.1     /* subscript */
171654                   -1,
171655                   /* value */
171656                   0,
171657               };
171658               
171659               static const char*
171660               _CIM_LANEndpoint_MACAddress_qualifiers[] =
171661               {
171662                   /* MaxLen */
171663                   "\030\000\000\000\014",
171664                   0,
171665               };
171666               
171667               static MetaProperty
171668               _CIM_LANEndpoint_MACAddress =
171669               {
171670                   /* flags */
171671                   META_FLAG_PROPERTY|META_FLAG_READ,
171672                   /* name */
171673                   "MACAddress",
171674 mike  1.1.2.1     /* qualifiers */
171675                   _CIM_LANEndpoint_MACAddress_qualifiers,
171676                   /* type */
171677                   CIMTYPE_STRING,
171678                   /* subscript */
171679                   -1,
171680                   /* value */
171681                   0,
171682               };
171683               
171684               static const char*
171685               _CIM_LANEndpoint_AliasAddresses_qualifiers[] =
171686               {
171687                   0,
171688               };
171689               
171690               static MetaProperty
171691               _CIM_LANEndpoint_AliasAddresses =
171692               {
171693                   /* flags */
171694                   META_FLAG_PROPERTY|META_FLAG_READ,
171695 mike  1.1.2.1     /* name */
171696                   "AliasAddresses",
171697                   /* qualifiers */
171698                   _CIM_LANEndpoint_AliasAddresses_qualifiers,
171699                   /* type */
171700                   CIMTYPE_STRING,
171701                   /* subscript */
171702                   0,
171703                   /* value */
171704                   0,
171705               };
171706               
171707               static const char*
171708               _CIM_LANEndpoint_GroupAddresses_qualifiers[] =
171709               {
171710                   0,
171711               };
171712               
171713               static MetaProperty
171714               _CIM_LANEndpoint_GroupAddresses =
171715               {
171716 mike  1.1.2.1     /* flags */
171717                   META_FLAG_PROPERTY|META_FLAG_READ,
171718                   /* name */
171719                   "GroupAddresses",
171720                   /* qualifiers */
171721                   _CIM_LANEndpoint_GroupAddresses_qualifiers,
171722                   /* type */
171723                   CIMTYPE_STRING,
171724                   /* subscript */
171725                   0,
171726                   /* value */
171727                   0,
171728               };
171729               
171730               static const char*
171731               _CIM_LANEndpoint_MaxDataSize_qualifiers[] =
171732               {
171733                   /* Units */
171734                   "\060Bits",
171735                   0,
171736               };
171737 mike  1.1.2.1 
171738               static MetaProperty
171739               _CIM_LANEndpoint_MaxDataSize =
171740               {
171741                   /* flags */
171742                   META_FLAG_PROPERTY|META_FLAG_READ,
171743                   /* name */
171744                   "MaxDataSize",
171745                   /* qualifiers */
171746                   _CIM_LANEndpoint_MaxDataSize_qualifiers,
171747                   /* type */
171748                   CIMTYPE_UINT32,
171749                   /* subscript */
171750                   -1,
171751                   /* value */
171752                   0,
171753               };
171754               
171755               static MetaFeature*
171756               _CIM_LANEndpoint_features[] =
171757               {
171758 mike  1.1.2.1     (MetaFeature*)&_CIM_LANEndpoint_LANID,
171759                   (MetaFeature*)&_CIM_LANEndpoint_LANType,
171760                   (MetaFeature*)&_CIM_LANEndpoint_OtherLANType,
171761                   (MetaFeature*)&_CIM_LANEndpoint_MACAddress,
171762                   (MetaFeature*)&_CIM_LANEndpoint_AliasAddresses,
171763                   (MetaFeature*)&_CIM_LANEndpoint_GroupAddresses,
171764                   (MetaFeature*)&_CIM_LANEndpoint_MaxDataSize,
171765                   0,
171766               };
171767               
171768               static const char*
171769               __root_cimv2_CIM_LANEndpoint_qualifiers[] =
171770               {
171771                   /* UMLPackagePath */
171772                   "\057CIM::Network::ProtocolEndpoints",
171773                   /* Version */
171774                   "\0632.7.0",
171775                   0,
171776               };
171777               
171778               MetaClass
171779 mike  1.1.2.1 __root_cimv2_CIM_LANEndpoint =
171780               {
171781                   /* flags */
171782                   META_FLAG_CLASS,
171783                   /* name */
171784                   "CIM_LANEndpoint",
171785                   /* qualifiers */
171786                   __root_cimv2_CIM_LANEndpoint_qualifiers,
171787                   /* super */
171788                   &__root_cimv2_CIM_ProtocolEndpoint,
171789                   /* features */
171790                   _CIM_LANEndpoint_features,
171791               };
171792               
171793               //==============================================================================
171794               //
171795               // Class: CIM_LibraryPackage
171796               //
171797               //==============================================================================
171798               
171799               static const char*
171800 mike  1.1.2.1 _CIM_LibraryPackage_Antecedent_qualifiers[] =
171801               {
171802                   /* Override */
171803                   "\044Antecedent",
171804                   0,
171805               };
171806               
171807               static MetaReference
171808               _CIM_LibraryPackage_Antecedent =
171809               {
171810                   /* flags */
171811                   META_FLAG_REFERENCE|META_FLAG_READ,
171812                   /* name */
171813                   "Antecedent",
171814                   /* qualifiers */
171815                   _CIM_LibraryPackage_Antecedent_qualifiers,
171816                   /* subscript */
171817                   -1,
171818                   /* refId */
171819                   &__root_cimv2_CIM_PhysicalPackage,
171820               };
171821 mike  1.1.2.1 
171822               static const char*
171823               _CIM_LibraryPackage_Dependent_qualifiers[] =
171824               {
171825                   /* Override */
171826                   "\044Dependent",
171827                   0,
171828               };
171829               
171830               static MetaReference
171831               _CIM_LibraryPackage_Dependent =
171832               {
171833                   /* flags */
171834                   META_FLAG_REFERENCE|META_FLAG_READ,
171835                   /* name */
171836                   "Dependent",
171837                   /* qualifiers */
171838                   _CIM_LibraryPackage_Dependent_qualifiers,
171839                   /* subscript */
171840                   -1,
171841                   /* refId */
171842 mike  1.1.2.1     &__root_cimv2_CIM_StorageLibrary,
171843               };
171844               
171845               static MetaFeature*
171846               _CIM_LibraryPackage_features[] =
171847               {
171848                   (MetaFeature*)&_CIM_LibraryPackage_Antecedent,
171849                   (MetaFeature*)&_CIM_LibraryPackage_Dependent,
171850                   0,
171851               };
171852               
171853               static const char*
171854               __root_cimv2_CIM_LibraryPackage_qualifiers[] =
171855               {
171856                   /* ASSOCIATION */
171857                   "\000\001",
171858                   /* UMLPackagePath */
171859                   "\057CIM::Device::StorageLib",
171860                   /* Version */
171861                   "\0632.7.0",
171862                   0,
171863 mike  1.1.2.1 };
171864               
171865               MetaClass
171866               __root_cimv2_CIM_LibraryPackage =
171867               {
171868                   /* flags */
171869                   META_FLAG_ASSOCIATION,
171870                   /* name */
171871                   "CIM_LibraryPackage",
171872                   /* qualifiers */
171873                   __root_cimv2_CIM_LibraryPackage_qualifiers,
171874                   /* super */
171875                   &__root_cimv2_CIM_SystemPackaging,
171876                   /* features */
171877                   _CIM_LibraryPackage_features,
171878               };
171879               
171880               //==============================================================================
171881               //
171882               // Class: CIM_LocalCredentialManagementService
171883               //
171884 mike  1.1.2.1 //==============================================================================
171885               
171886               static MetaFeature*
171887               _CIM_LocalCredentialManagementService_features[] =
171888               {
171889                   0,
171890               };
171891               
171892               static const char*
171893               __root_cimv2_CIM_LocalCredentialManagementService_qualifiers[] =
171894               {
171895                   /* UMLPackagePath */
171896                   "\057CIM::User::SecurityServices",
171897                   /* Version */
171898                   "\0632.6.0",
171899                   0,
171900               };
171901               
171902               MetaClass
171903               __root_cimv2_CIM_LocalCredentialManagementService =
171904               {
171905 mike  1.1.2.1     /* flags */
171906                   META_FLAG_CLASS,
171907                   /* name */
171908                   "CIM_LocalCredentialManagementService",
171909                   /* qualifiers */
171910                   __root_cimv2_CIM_LocalCredentialManagementService_qualifiers,
171911                   /* super */
171912                   &__root_cimv2_CIM_CredentialManagementService,
171913                   /* features */
171914                   _CIM_LocalCredentialManagementService_features,
171915               };
171916               
171917               //==============================================================================
171918               //
171919               // Class: CIM_LogicalDiskBasedOnPartition
171920               //
171921               //==============================================================================
171922               
171923               static const char*
171924               _CIM_LogicalDiskBasedOnPartition_Antecedent_qualifiers[] =
171925               {
171926 mike  1.1.2.1     /* Override */
171927                   "\044Antecedent",
171928                   /* Max */
171929                   "\027\000\000\000\001",
171930                   0,
171931               };
171932               
171933               static MetaReference
171934               _CIM_LogicalDiskBasedOnPartition_Antecedent =
171935               {
171936                   /* flags */
171937                   META_FLAG_REFERENCE|META_FLAG_READ,
171938                   /* name */
171939                   "Antecedent",
171940                   /* qualifiers */
171941                   _CIM_LogicalDiskBasedOnPartition_Antecedent_qualifiers,
171942                   /* subscript */
171943                   -1,
171944                   /* refId */
171945                   &__root_cimv2_CIM_DiskPartition,
171946               };
171947 mike  1.1.2.1 
171948               static const char*
171949               _CIM_LogicalDiskBasedOnPartition_Dependent_qualifiers[] =
171950               {
171951                   /* Override */
171952                   "\044Dependent",
171953                   0,
171954               };
171955               
171956               static MetaReference
171957               _CIM_LogicalDiskBasedOnPartition_Dependent =
171958               {
171959                   /* flags */
171960                   META_FLAG_REFERENCE|META_FLAG_READ,
171961                   /* name */
171962                   "Dependent",
171963                   /* qualifiers */
171964                   _CIM_LogicalDiskBasedOnPartition_Dependent_qualifiers,
171965                   /* subscript */
171966                   -1,
171967                   /* refId */
171968 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDisk,
171969               };
171970               
171971               static MetaFeature*
171972               _CIM_LogicalDiskBasedOnPartition_features[] =
171973               {
171974                   (MetaFeature*)&_CIM_LogicalDiskBasedOnPartition_Antecedent,
171975                   (MetaFeature*)&_CIM_LogicalDiskBasedOnPartition_Dependent,
171976                   0,
171977               };
171978               
171979               static const char*
171980               __root_cimv2_CIM_LogicalDiskBasedOnPartition_qualifiers[] =
171981               {
171982                   /* ASSOCIATION */
171983                   "\000\001",
171984                   /* UMLPackagePath */
171985                   "\057CIM::Device::StorageExtents",
171986                   /* Version */
171987                   "\0632.6.0",
171988                   0,
171989 mike  1.1.2.1 };
171990               
171991               MetaClass
171992               __root_cimv2_CIM_LogicalDiskBasedOnPartition =
171993               {
171994                   /* flags */
171995                   META_FLAG_ASSOCIATION,
171996                   /* name */
171997                   "CIM_LogicalDiskBasedOnPartition",
171998                   /* qualifiers */
171999                   __root_cimv2_CIM_LogicalDiskBasedOnPartition_qualifiers,
172000                   /* super */
172001                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
172002                   /* features */
172003                   _CIM_LogicalDiskBasedOnPartition_features,
172004               };
172005               
172006               //==============================================================================
172007               //
172008               // Class: CIM_LogicalNetworkService
172009               //
172010 mike  1.1.2.1 //==============================================================================
172011               
172012               static const char*
172013               _CIM_LogicalNetworkService_Network_qualifiers[] =
172014               {
172015                   /* Deprecated */
172016                   "\013\000\001No value\000",
172017                   /* Key */
172018                   "\025\001",
172019                   0,
172020               };
172021               
172022               static MetaReference
172023               _CIM_LogicalNetworkService_Network =
172024               {
172025                   /* flags */
172026                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
172027                   /* name */
172028                   "Network",
172029                   /* qualifiers */
172030                   _CIM_LogicalNetworkService_Network_qualifiers,
172031 mike  1.1.2.1     /* subscript */
172032                   -1,
172033                   /* refId */
172034                   &__root_cimv2_CIM_LogicalNetwork,
172035               };
172036               
172037               static const char*
172038               _CIM_LogicalNetworkService_NetworkService_qualifiers[] =
172039               {
172040                   /* Deprecated */
172041                   "\013\000\001No value\000",
172042                   /* Key */
172043                   "\025\001",
172044                   0,
172045               };
172046               
172047               static MetaReference
172048               _CIM_LogicalNetworkService_NetworkService =
172049               {
172050                   /* flags */
172051                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
172052 mike  1.1.2.1     /* name */
172053                   "NetworkService",
172054                   /* qualifiers */
172055                   _CIM_LogicalNetworkService_NetworkService_qualifiers,
172056                   /* subscript */
172057                   -1,
172058                   /* refId */
172059                   &__root_cimv2_CIM_NetworkService,
172060               };
172061               
172062               static const char*
172063               _CIM_LogicalNetworkService_ContainmentType_qualifiers[] =
172064               {
172065                   /* Deprecated */
172066                   "\013\000\001No value\000",
172067                   /* ValueMap */
172068                   "\061\000\0040\0001\0002\0003\000",
172069                   /* Values */
172070                   "\062\000\004Unknown\000Originates In\000Terminates In\000Resides In\000",
172071                   0,
172072               };
172073 mike  1.1.2.1 
172074               static MetaProperty
172075               _CIM_LogicalNetworkService_ContainmentType =
172076               {
172077                   /* flags */
172078                   META_FLAG_PROPERTY|META_FLAG_READ,
172079                   /* name */
172080                   "ContainmentType",
172081                   /* qualifiers */
172082                   _CIM_LogicalNetworkService_ContainmentType_qualifiers,
172083                   /* type */
172084                   CIMTYPE_UINT16,
172085                   /* subscript */
172086                   -1,
172087                   /* value */
172088                   0,
172089               };
172090               
172091               static MetaFeature*
172092               _CIM_LogicalNetworkService_features[] =
172093               {
172094 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalNetworkService_Network,
172095                   (MetaFeature*)&_CIM_LogicalNetworkService_NetworkService,
172096                   (MetaFeature*)&_CIM_LogicalNetworkService_ContainmentType,
172097                   0,
172098               };
172099               
172100               static const char*
172101               __root_cimv2_CIM_LogicalNetworkService_qualifiers[] =
172102               {
172103                   /* ASSOCIATION */
172104                   "\000\001",
172105                   /* Deprecated */
172106                   "\013\000\001No value\000",
172107                   /* UMLPackagePath */
172108                   "\057CIM::Network::RoutingForwarding",
172109                   /* Version */
172110                   "\0632.7.0",
172111                   0,
172112               };
172113               
172114               MetaClass
172115 mike  1.1.2.1 __root_cimv2_CIM_LogicalNetworkService =
172116               {
172117                   /* flags */
172118                   META_FLAG_ASSOCIATION,
172119                   /* name */
172120                   "CIM_LogicalNetworkService",
172121                   /* qualifiers */
172122                   __root_cimv2_CIM_LogicalNetworkService_qualifiers,
172123                   /* super */
172124                   0,
172125                   /* features */
172126                   _CIM_LogicalNetworkService_features,
172127               };
172128               
172129               //==============================================================================
172130               //
172131               // Class: CIM_ManagedCredential
172132               //
172133               //==============================================================================
172134               
172135               static const char*
172136 mike  1.1.2.1 _CIM_ManagedCredential_Antecedent_qualifiers[] =
172137               {
172138                   /* Override */
172139                   "\044Antecedent",
172140                   /* Max */
172141                   "\027\000\000\000\001",
172142                   0,
172143               };
172144               
172145               static MetaReference
172146               _CIM_ManagedCredential_Antecedent =
172147               {
172148                   /* flags */
172149                   META_FLAG_REFERENCE|META_FLAG_READ,
172150                   /* name */
172151                   "Antecedent",
172152                   /* qualifiers */
172153                   _CIM_ManagedCredential_Antecedent_qualifiers,
172154                   /* subscript */
172155                   -1,
172156                   /* refId */
172157 mike  1.1.2.1     &__root_cimv2_CIM_CredentialManagementService,
172158               };
172159               
172160               static const char*
172161               _CIM_ManagedCredential_Dependent_qualifiers[] =
172162               {
172163                   /* Override */
172164                   "\044Dependent",
172165                   0,
172166               };
172167               
172168               static MetaReference
172169               _CIM_ManagedCredential_Dependent =
172170               {
172171                   /* flags */
172172                   META_FLAG_REFERENCE|META_FLAG_READ,
172173                   /* name */
172174                   "Dependent",
172175                   /* qualifiers */
172176                   _CIM_ManagedCredential_Dependent_qualifiers,
172177                   /* subscript */
172178 mike  1.1.2.1     -1,
172179                   /* refId */
172180                   &__root_cimv2_CIM_Credential,
172181               };
172182               
172183               static MetaFeature*
172184               _CIM_ManagedCredential_features[] =
172185               {
172186                   (MetaFeature*)&_CIM_ManagedCredential_Antecedent,
172187                   (MetaFeature*)&_CIM_ManagedCredential_Dependent,
172188                   0,
172189               };
172190               
172191               static const char*
172192               __root_cimv2_CIM_ManagedCredential_qualifiers[] =
172193               {
172194                   /* ASSOCIATION */
172195                   "\000\001",
172196                   /* UMLPackagePath */
172197                   "\057CIM::User::Credential",
172198                   /* Version */
172199 mike  1.1.2.1     "\0632.8.0",
172200                   0,
172201               };
172202               
172203               MetaClass
172204               __root_cimv2_CIM_ManagedCredential =
172205               {
172206                   /* flags */
172207                   META_FLAG_ASSOCIATION,
172208                   /* name */
172209                   "CIM_ManagedCredential",
172210                   /* qualifiers */
172211                   __root_cimv2_CIM_ManagedCredential_qualifiers,
172212                   /* super */
172213                   &__root_cimv2_CIM_Dependency,
172214                   /* features */
172215                   _CIM_ManagedCredential_features,
172216               };
172217               
172218               //==============================================================================
172219               //
172220 mike  1.1.2.1 // Class: CIM_ManagesAccount
172221               //
172222               //==============================================================================
172223               
172224               static const char*
172225               _CIM_ManagesAccount_Antecedent_qualifiers[] =
172226               {
172227                   /* Override */
172228                   "\044Antecedent",
172229                   0,
172230               };
172231               
172232               static MetaReference
172233               _CIM_ManagesAccount_Antecedent =
172234               {
172235                   /* flags */
172236                   META_FLAG_REFERENCE|META_FLAG_READ,
172237                   /* name */
172238                   "Antecedent",
172239                   /* qualifiers */
172240                   _CIM_ManagesAccount_Antecedent_qualifiers,
172241 mike  1.1.2.1     /* subscript */
172242                   -1,
172243                   /* refId */
172244                   &__root_cimv2_CIM_AccountManagementService,
172245               };
172246               
172247               static const char*
172248               _CIM_ManagesAccount_Dependent_qualifiers[] =
172249               {
172250                   /* Override */
172251                   "\044Dependent",
172252                   0,
172253               };
172254               
172255               static MetaReference
172256               _CIM_ManagesAccount_Dependent =
172257               {
172258                   /* flags */
172259                   META_FLAG_REFERENCE|META_FLAG_READ,
172260                   /* name */
172261                   "Dependent",
172262 mike  1.1.2.1     /* qualifiers */
172263                   _CIM_ManagesAccount_Dependent_qualifiers,
172264                   /* subscript */
172265                   -1,
172266                   /* refId */
172267                   &__root_cimv2_CIM_Account,
172268               };
172269               
172270               static MetaFeature*
172271               _CIM_ManagesAccount_features[] =
172272               {
172273                   (MetaFeature*)&_CIM_ManagesAccount_Antecedent,
172274                   (MetaFeature*)&_CIM_ManagesAccount_Dependent,
172275                   0,
172276               };
172277               
172278               static const char*
172279               __root_cimv2_CIM_ManagesAccount_qualifiers[] =
172280               {
172281                   /* ASSOCIATION */
172282                   "\000\001",
172283 mike  1.1.2.1     /* UMLPackagePath */
172284                   "\057CIM::User::Account",
172285                   /* Version */
172286                   "\0632.6.0",
172287                   0,
172288               };
172289               
172290               MetaClass
172291               __root_cimv2_CIM_ManagesAccount =
172292               {
172293                   /* flags */
172294                   META_FLAG_ASSOCIATION,
172295                   /* name */
172296                   "CIM_ManagesAccount",
172297                   /* qualifiers */
172298                   __root_cimv2_CIM_ManagesAccount_qualifiers,
172299                   /* super */
172300                   &__root_cimv2_CIM_Dependency,
172301                   /* features */
172302                   _CIM_ManagesAccount_features,
172303               };
172304 mike  1.1.2.1 
172305               //==============================================================================
172306               //
172307               // Class: CIM_ManagesAccountOnSystem
172308               //
172309               //==============================================================================
172310               
172311               static const char*
172312               _CIM_ManagesAccountOnSystem_Antecedent_qualifiers[] =
172313               {
172314                   /* Override */
172315                   "\044Antecedent",
172316                   0,
172317               };
172318               
172319               static MetaReference
172320               _CIM_ManagesAccountOnSystem_Antecedent =
172321               {
172322                   /* flags */
172323                   META_FLAG_REFERENCE|META_FLAG_READ,
172324                   /* name */
172325 mike  1.1.2.1     "Antecedent",
172326                   /* qualifiers */
172327                   _CIM_ManagesAccountOnSystem_Antecedent_qualifiers,
172328                   /* subscript */
172329                   -1,
172330                   /* refId */
172331                   &__root_cimv2_CIM_AccountManagementService,
172332               };
172333               
172334               static const char*
172335               _CIM_ManagesAccountOnSystem_Dependent_qualifiers[] =
172336               {
172337                   /* Override */
172338                   "\044Dependent",
172339                   0,
172340               };
172341               
172342               static MetaReference
172343               _CIM_ManagesAccountOnSystem_Dependent =
172344               {
172345                   /* flags */
172346 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
172347                   /* name */
172348                   "Dependent",
172349                   /* qualifiers */
172350                   _CIM_ManagesAccountOnSystem_Dependent_qualifiers,
172351                   /* subscript */
172352                   -1,
172353                   /* refId */
172354                   &__root_cimv2_CIM_System,
172355               };
172356               
172357               static MetaFeature*
172358               _CIM_ManagesAccountOnSystem_features[] =
172359               {
172360                   (MetaFeature*)&_CIM_ManagesAccountOnSystem_Antecedent,
172361                   (MetaFeature*)&_CIM_ManagesAccountOnSystem_Dependent,
172362                   0,
172363               };
172364               
172365               static const char*
172366               __root_cimv2_CIM_ManagesAccountOnSystem_qualifiers[] =
172367 mike  1.1.2.1 {
172368                   /* ASSOCIATION */
172369                   "\000\001",
172370                   /* UMLPackagePath */
172371                   "\057CIM::User::Account",
172372                   /* Version */
172373                   "\0632.6.0",
172374                   0,
172375               };
172376               
172377               MetaClass
172378               __root_cimv2_CIM_ManagesAccountOnSystem =
172379               {
172380                   /* flags */
172381                   META_FLAG_ASSOCIATION,
172382                   /* name */
172383                   "CIM_ManagesAccountOnSystem",
172384                   /* qualifiers */
172385                   __root_cimv2_CIM_ManagesAccountOnSystem_qualifiers,
172386                   /* super */
172387                   &__root_cimv2_CIM_SecurityServiceForSystem,
172388 mike  1.1.2.1     /* features */
172389                   _CIM_ManagesAccountOnSystem_features,
172390               };
172391               
172392               //==============================================================================
172393               //
172394               // Class: CIM_MemoryCheck
172395               //
172396               //==============================================================================
172397               
172398               static const char*
172399               _CIM_MemoryCheck_MemorySize_qualifiers[] =
172400               {
172401                   /* Units */
172402                   "\060KiloBytes",
172403                   /* ModelCorrespondence */
172404                   "\036\000\001CIM_OperatingSystem.FreePhysicalMemory\000",
172405                   0,
172406               };
172407               
172408               static MetaProperty
172409 mike  1.1.2.1 _CIM_MemoryCheck_MemorySize =
172410               {
172411                   /* flags */
172412                   META_FLAG_PROPERTY|META_FLAG_READ,
172413                   /* name */
172414                   "MemorySize",
172415                   /* qualifiers */
172416                   _CIM_MemoryCheck_MemorySize_qualifiers,
172417                   /* type */
172418                   CIMTYPE_UINT64,
172419                   /* subscript */
172420                   -1,
172421                   /* value */
172422                   0,
172423               };
172424               
172425               static MetaFeature*
172426               _CIM_MemoryCheck_features[] =
172427               {
172428                   (MetaFeature*)&_CIM_MemoryCheck_MemorySize,
172429                   0,
172430 mike  1.1.2.1 };
172431               
172432               static const char*
172433               __root_cimv2_CIM_MemoryCheck_qualifiers[] =
172434               {
172435                   /* UMLPackagePath */
172436                   "\057CIM::Application::CheckAction",
172437                   /* Version */
172438                   "\0632.6.0",
172439                   0,
172440               };
172441               
172442               MetaClass
172443               __root_cimv2_CIM_MemoryCheck =
172444               {
172445                   /* flags */
172446                   META_FLAG_CLASS,
172447                   /* name */
172448                   "CIM_MemoryCheck",
172449                   /* qualifiers */
172450                   __root_cimv2_CIM_MemoryCheck_qualifiers,
172451 mike  1.1.2.1     /* super */
172452                   &__root_cimv2_CIM_Check,
172453                   /* features */
172454                   _CIM_MemoryCheck_features,
172455               };
172456               
172457               //==============================================================================
172458               //
172459               // Class: CIM_ModifySettingAction
172460               //
172461               //==============================================================================
172462               
172463               static const char*
172464               _CIM_ModifySettingAction_SectionKey_qualifiers[] =
172465               {
172466                   /* MaxLen */
172467                   "\030\000\000\001\000",
172468                   0,
172469               };
172470               
172471               static MetaProperty
172472 mike  1.1.2.1 _CIM_ModifySettingAction_SectionKey =
172473               {
172474                   /* flags */
172475                   META_FLAG_PROPERTY|META_FLAG_READ,
172476                   /* name */
172477                   "SectionKey",
172478                   /* qualifiers */
172479                   _CIM_ModifySettingAction_SectionKey_qualifiers,
172480                   /* type */
172481                   CIMTYPE_STRING,
172482                   /* subscript */
172483                   -1,
172484                   /* value */
172485                   0,
172486               };
172487               
172488               static const char*
172489               _CIM_ModifySettingAction_EntryName_qualifiers[] =
172490               {
172491                   /* MaxLen */
172492                   "\030\000\000\001\000",
172493 mike  1.1.2.1     0,
172494               };
172495               
172496               static MetaProperty
172497               _CIM_ModifySettingAction_EntryName =
172498               {
172499                   /* flags */
172500                   META_FLAG_PROPERTY|META_FLAG_READ,
172501                   /* name */
172502                   "EntryName",
172503                   /* qualifiers */
172504                   _CIM_ModifySettingAction_EntryName_qualifiers,
172505                   /* type */
172506                   CIMTYPE_STRING,
172507                   /* subscript */
172508                   -1,
172509                   /* value */
172510                   0,
172511               };
172512               
172513               static const char*
172514 mike  1.1.2.1 _CIM_ModifySettingAction_EntryValue_qualifiers[] =
172515               {
172516                   0,
172517               };
172518               
172519               static MetaProperty
172520               _CIM_ModifySettingAction_EntryValue =
172521               {
172522                   /* flags */
172523                   META_FLAG_PROPERTY|META_FLAG_READ,
172524                   /* name */
172525                   "EntryValue",
172526                   /* qualifiers */
172527                   _CIM_ModifySettingAction_EntryValue_qualifiers,
172528                   /* type */
172529                   CIMTYPE_STRING,
172530                   /* subscript */
172531                   -1,
172532                   /* value */
172533                   0,
172534               };
172535 mike  1.1.2.1 
172536               static const char*
172537               _CIM_ModifySettingAction_FileName_qualifiers[] =
172538               {
172539                   /* MaxLen */
172540                   "\030\000\000\004\000",
172541                   0,
172542               };
172543               
172544               static MetaProperty
172545               _CIM_ModifySettingAction_FileName =
172546               {
172547                   /* flags */
172548                   META_FLAG_PROPERTY|META_FLAG_READ,
172549                   /* name */
172550                   "FileName",
172551                   /* qualifiers */
172552                   _CIM_ModifySettingAction_FileName_qualifiers,
172553                   /* type */
172554                   CIMTYPE_STRING,
172555                   /* subscript */
172556 mike  1.1.2.1     -1,
172557                   /* value */
172558                   0,
172559               };
172560               
172561               static const char*
172562               _CIM_ModifySettingAction_ActionType_qualifiers[] =
172563               {
172564                   /* ValueMap */
172565                   "\061\000\0040\0001\0002\0003\000",
172566                   /* Values */
172567                   "\062\000\004Create\000Delete\000Append\000Remove\000",
172568                   0,
172569               };
172570               
172571               static MetaProperty
172572               _CIM_ModifySettingAction_ActionType =
172573               {
172574                   /* flags */
172575                   META_FLAG_PROPERTY|META_FLAG_READ,
172576                   /* name */
172577 mike  1.1.2.1     "ActionType",
172578                   /* qualifiers */
172579                   _CIM_ModifySettingAction_ActionType_qualifiers,
172580                   /* type */
172581                   CIMTYPE_UINT16,
172582                   /* subscript */
172583                   -1,
172584                   /* value */
172585                   0,
172586               };
172587               
172588               static MetaFeature*
172589               _CIM_ModifySettingAction_features[] =
172590               {
172591                   (MetaFeature*)&_CIM_ModifySettingAction_SectionKey,
172592                   (MetaFeature*)&_CIM_ModifySettingAction_EntryName,
172593                   (MetaFeature*)&_CIM_ModifySettingAction_EntryValue,
172594                   (MetaFeature*)&_CIM_ModifySettingAction_FileName,
172595                   (MetaFeature*)&_CIM_ModifySettingAction_ActionType,
172596                   0,
172597               };
172598 mike  1.1.2.1 
172599               static const char*
172600               __root_cimv2_CIM_ModifySettingAction_qualifiers[] =
172601               {
172602                   /* UMLPackagePath */
172603                   "\057CIM::Application::CheckAction",
172604                   /* Version */
172605                   "\0632.6.0",
172606                   0,
172607               };
172608               
172609               MetaClass
172610               __root_cimv2_CIM_ModifySettingAction =
172611               {
172612                   /* flags */
172613                   META_FLAG_CLASS,
172614                   /* name */
172615                   "CIM_ModifySettingAction",
172616                   /* qualifiers */
172617                   __root_cimv2_CIM_ModifySettingAction_qualifiers,
172618                   /* super */
172619 mike  1.1.2.1     &__root_cimv2_CIM_Action,
172620                   /* features */
172621                   _CIM_ModifySettingAction_features,
172622               };
172623               
172624               //==============================================================================
172625               //
172626               // Class: CIM_MonitorSetting
172627               //
172628               //==============================================================================
172629               
172630               static const char*
172631               _CIM_MonitorSetting_Element_qualifiers[] =
172632               {
172633                   /* Override */
172634                   "\044Element",
172635                   0,
172636               };
172637               
172638               static MetaReference
172639               _CIM_MonitorSetting_Element =
172640 mike  1.1.2.1 {
172641                   /* flags */
172642                   META_FLAG_REFERENCE|META_FLAG_READ,
172643                   /* name */
172644                   "Element",
172645                   /* qualifiers */
172646                   _CIM_MonitorSetting_Element_qualifiers,
172647                   /* subscript */
172648                   -1,
172649                   /* refId */
172650                   &__root_cimv2_CIM_DesktopMonitor,
172651               };
172652               
172653               static const char*
172654               _CIM_MonitorSetting_Setting_qualifiers[] =
172655               {
172656                   /* Override */
172657                   "\044Setting",
172658                   0,
172659               };
172660               
172661 mike  1.1.2.1 static MetaReference
172662               _CIM_MonitorSetting_Setting =
172663               {
172664                   /* flags */
172665                   META_FLAG_REFERENCE|META_FLAG_READ,
172666                   /* name */
172667                   "Setting",
172668                   /* qualifiers */
172669                   _CIM_MonitorSetting_Setting_qualifiers,
172670                   /* subscript */
172671                   -1,
172672                   /* refId */
172673                   &__root_cimv2_CIM_MonitorResolution,
172674               };
172675               
172676               static MetaFeature*
172677               _CIM_MonitorSetting_features[] =
172678               {
172679                   (MetaFeature*)&_CIM_MonitorSetting_Element,
172680                   (MetaFeature*)&_CIM_MonitorSetting_Setting,
172681                   0,
172682 mike  1.1.2.1 };
172683               
172684               static const char*
172685               __root_cimv2_CIM_MonitorSetting_qualifiers[] =
172686               {
172687                   /* ASSOCIATION */
172688                   "\000\001",
172689                   /* UMLPackagePath */
172690                   "\057CIM::Device::UserDevices",
172691                   /* Version */
172692                   "\0632.6.0",
172693                   0,
172694               };
172695               
172696               MetaClass
172697               __root_cimv2_CIM_MonitorSetting =
172698               {
172699                   /* flags */
172700                   META_FLAG_ASSOCIATION,
172701                   /* name */
172702                   "CIM_MonitorSetting",
172703 mike  1.1.2.1     /* qualifiers */
172704                   __root_cimv2_CIM_MonitorSetting_qualifiers,
172705                   /* super */
172706                   &__root_cimv2_CIM_ElementSetting,
172707                   /* features */
172708                   _CIM_MonitorSetting_features,
172709               };
172710               
172711               //==============================================================================
172712               //
172713               // Class: CIM_NamespaceInManager
172714               //
172715               //==============================================================================
172716               
172717               static const char*
172718               _CIM_NamespaceInManager_Antecedent_qualifiers[] =
172719               {
172720                   /* Override */
172721                   "\044Antecedent",
172722                   /* Min */
172723                   "\033\000\000\000\001",
172724 mike  1.1.2.1     /* Max */
172725                   "\027\000\000\000\001",
172726                   0,
172727               };
172728               
172729               static MetaReference
172730               _CIM_NamespaceInManager_Antecedent =
172731               {
172732                   /* flags */
172733                   META_FLAG_REFERENCE|META_FLAG_READ,
172734                   /* name */
172735                   "Antecedent",
172736                   /* qualifiers */
172737                   _CIM_NamespaceInManager_Antecedent_qualifiers,
172738                   /* subscript */
172739                   -1,
172740                   /* refId */
172741                   &__root_cimv2_CIM_ObjectManager,
172742               };
172743               
172744               static const char*
172745 mike  1.1.2.1 _CIM_NamespaceInManager_Dependent_qualifiers[] =
172746               {
172747                   /* Override */
172748                   "\044Dependent",
172749                   /* Weak */
172750                   "\064\001",
172751                   0,
172752               };
172753               
172754               static MetaReference
172755               _CIM_NamespaceInManager_Dependent =
172756               {
172757                   /* flags */
172758                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
172759                   /* name */
172760                   "Dependent",
172761                   /* qualifiers */
172762                   _CIM_NamespaceInManager_Dependent_qualifiers,
172763                   /* subscript */
172764                   -1,
172765                   /* refId */
172766 mike  1.1.2.1     &__root_cimv2_CIM_Namespace,
172767               };
172768               
172769               static MetaFeature*
172770               _CIM_NamespaceInManager_features[] =
172771               {
172772                   (MetaFeature*)&_CIM_NamespaceInManager_Antecedent,
172773                   (MetaFeature*)&_CIM_NamespaceInManager_Dependent,
172774                   0,
172775               };
172776               
172777               static const char*
172778               __root_cimv2_CIM_NamespaceInManager_qualifiers[] =
172779               {
172780                   /* ASSOCIATION */
172781                   "\000\001",
172782                   /* UMLPackagePath */
172783                   "\057CIM::Interop",
172784                   /* Version */
172785                   "\0632.7.0",
172786                   0,
172787 mike  1.1.2.1 };
172788               
172789               MetaClass
172790               __root_cimv2_CIM_NamespaceInManager =
172791               {
172792                   /* flags */
172793                   META_FLAG_ASSOCIATION,
172794                   /* name */
172795                   "CIM_NamespaceInManager",
172796                   /* qualifiers */
172797                   __root_cimv2_CIM_NamespaceInManager_qualifiers,
172798                   /* super */
172799                   &__root_cimv2_CIM_HostedDependency,
172800                   /* features */
172801                   _CIM_NamespaceInManager_features,
172802               };
172803               
172804               //==============================================================================
172805               //
172806               // Class: CIM_NextScheduler
172807               //
172808 mike  1.1.2.1 //==============================================================================
172809               
172810               static const char*
172811               _CIM_NextScheduler_PrecedingService_qualifiers[] =
172812               {
172813                   /* Override */
172814                   "\044PrecedingService",
172815                   0,
172816               };
172817               
172818               static MetaReference
172819               _CIM_NextScheduler_PrecedingService =
172820               {
172821                   /* flags */
172822                   META_FLAG_REFERENCE|META_FLAG_READ,
172823                   /* name */
172824                   "PrecedingService",
172825                   /* qualifiers */
172826                   _CIM_NextScheduler_PrecedingService_qualifiers,
172827                   /* subscript */
172828                   -1,
172829 mike  1.1.2.1     /* refId */
172830                   &__root_cimv2_CIM_PacketSchedulingService,
172831               };
172832               
172833               static const char*
172834               _CIM_NextScheduler_FollowingService_qualifiers[] =
172835               {
172836                   /* Override */
172837                   "\044FollowingService",
172838                   /* Max */
172839                   "\027\000\000\000\001",
172840                   0,
172841               };
172842               
172843               static MetaReference
172844               _CIM_NextScheduler_FollowingService =
172845               {
172846                   /* flags */
172847                   META_FLAG_REFERENCE|META_FLAG_READ,
172848                   /* name */
172849                   "FollowingService",
172850 mike  1.1.2.1     /* qualifiers */
172851                   _CIM_NextScheduler_FollowingService_qualifiers,
172852                   /* subscript */
172853                   -1,
172854                   /* refId */
172855                   &__root_cimv2_CIM_PacketSchedulingService,
172856               };
172857               
172858               static MetaFeature*
172859               _CIM_NextScheduler_features[] =
172860               {
172861                   (MetaFeature*)&_CIM_NextScheduler_PrecedingService,
172862                   (MetaFeature*)&_CIM_NextScheduler_FollowingService,
172863                   0,
172864               };
172865               
172866               static const char*
172867               __root_cimv2_CIM_NextScheduler_qualifiers[] =
172868               {
172869                   /* ASSOCIATION */
172870                   "\000\001",
172871 mike  1.1.2.1     /* UMLPackagePath */
172872                   "\057CIM::Network::QoS",
172873                   /* Version */
172874                   "\0632.7.0",
172875                   0,
172876               };
172877               
172878               MetaClass
172879               __root_cimv2_CIM_NextScheduler =
172880               {
172881                   /* flags */
172882                   META_FLAG_ASSOCIATION,
172883                   /* name */
172884                   "CIM_NextScheduler",
172885                   /* qualifiers */
172886                   __root_cimv2_CIM_NextScheduler_qualifiers,
172887                   /* super */
172888                   &__root_cimv2_CIM_NextService,
172889                   /* features */
172890                   _CIM_NextScheduler_features,
172891               };
172892 mike  1.1.2.1 
172893               //==============================================================================
172894               //
172895               // Class: CIM_NonWorkConservingSchedulingService
172896               //
172897               //==============================================================================
172898               
172899               static MetaFeature*
172900               _CIM_NonWorkConservingSchedulingService_features[] =
172901               {
172902                   0,
172903               };
172904               
172905               static const char*
172906               __root_cimv2_CIM_NonWorkConservingSchedulingService_qualifiers[] =
172907               {
172908                   /* UMLPackagePath */
172909                   "\057CIM::Network::QoS",
172910                   /* Version */
172911                   "\0632.7.0",
172912                   0,
172913 mike  1.1.2.1 };
172914               
172915               MetaClass
172916               __root_cimv2_CIM_NonWorkConservingSchedulingService =
172917               {
172918                   /* flags */
172919                   META_FLAG_CLASS,
172920                   /* name */
172921                   "CIM_NonWorkConservingSchedulingService",
172922                   /* qualifiers */
172923                   __root_cimv2_CIM_NonWorkConservingSchedulingService_qualifiers,
172924                   /* super */
172925                   &__root_cimv2_CIM_PacketSchedulingService,
172926                   /* features */
172927                   _CIM_NonWorkConservingSchedulingService_features,
172928               };
172929               
172930               //==============================================================================
172931               //
172932               // Class: CIM_Notary
172933               //
172934 mike  1.1.2.1 //==============================================================================
172935               
172936               static const char*
172937               _CIM_Notary_Comparitors_qualifiers[] =
172938               {
172939                   /* ValueMap */
172940                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
172941                   /* Values */
172942                   "\062\000\011N/A\000Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
172943                   0,
172944               };
172945               
172946               static MetaProperty
172947               _CIM_Notary_Comparitors =
172948               {
172949                   /* flags */
172950                   META_FLAG_PROPERTY|META_FLAG_READ,
172951                   /* name */
172952                   "Comparitors",
172953                   /* qualifiers */
172954                   _CIM_Notary_Comparitors_qualifiers,
172955 mike  1.1.2.1     /* type */
172956                   CIMTYPE_UINT16,
172957                   /* subscript */
172958                   -1,
172959                   /* value */
172960                   0,
172961               };
172962               
172963               static const char*
172964               _CIM_Notary_SealProtocol_qualifiers[] =
172965               {
172966                   0,
172967               };
172968               
172969               static MetaProperty
172970               _CIM_Notary_SealProtocol =
172971               {
172972                   /* flags */
172973                   META_FLAG_PROPERTY|META_FLAG_READ,
172974                   /* name */
172975                   "SealProtocol",
172976 mike  1.1.2.1     /* qualifiers */
172977                   _CIM_Notary_SealProtocol_qualifiers,
172978                   /* type */
172979                   CIMTYPE_STRING,
172980                   /* subscript */
172981                   -1,
172982                   /* value */
172983                   0,
172984               };
172985               
172986               static const char*
172987               _CIM_Notary_CharterIssued_qualifiers[] =
172988               {
172989                   0,
172990               };
172991               
172992               static MetaProperty
172993               _CIM_Notary_CharterIssued =
172994               {
172995                   /* flags */
172996                   META_FLAG_PROPERTY|META_FLAG_READ,
172997 mike  1.1.2.1     /* name */
172998                   "CharterIssued",
172999                   /* qualifiers */
173000                   _CIM_Notary_CharterIssued_qualifiers,
173001                   /* type */
173002                   CIMTYPE_DATETIME,
173003                   /* subscript */
173004                   -1,
173005                   /* value */
173006                   0,
173007               };
173008               
173009               static const char*
173010               _CIM_Notary_CharterExpired_qualifiers[] =
173011               {
173012                   0,
173013               };
173014               
173015               static MetaProperty
173016               _CIM_Notary_CharterExpired =
173017               {
173018 mike  1.1.2.1     /* flags */
173019                   META_FLAG_PROPERTY|META_FLAG_READ,
173020                   /* name */
173021                   "CharterExpired",
173022                   /* qualifiers */
173023                   _CIM_Notary_CharterExpired_qualifiers,
173024                   /* type */
173025                   CIMTYPE_DATETIME,
173026                   /* subscript */
173027                   -1,
173028                   /* value */
173029                   0,
173030               };
173031               
173032               static MetaFeature*
173033               _CIM_Notary_features[] =
173034               {
173035                   (MetaFeature*)&_CIM_Notary_Comparitors,
173036                   (MetaFeature*)&_CIM_Notary_SealProtocol,
173037                   (MetaFeature*)&_CIM_Notary_CharterIssued,
173038                   (MetaFeature*)&_CIM_Notary_CharterExpired,
173039 mike  1.1.2.1     0,
173040               };
173041               
173042               static const char*
173043               __root_cimv2_CIM_Notary_qualifiers[] =
173044               {
173045                   /* UMLPackagePath */
173046                   "\057CIM::User::UsersAccess",
173047                   /* Version */
173048                   "\0632.8.0",
173049                   0,
173050               };
173051               
173052               MetaClass
173053               __root_cimv2_CIM_Notary =
173054               {
173055                   /* flags */
173056                   META_FLAG_CLASS,
173057                   /* name */
173058                   "CIM_Notary",
173059                   /* qualifiers */
173060 mike  1.1.2.1     __root_cimv2_CIM_Notary_qualifiers,
173061                   /* super */
173062                   &__root_cimv2_CIM_CredentialManagementService,
173063                   /* features */
173064                   _CIM_Notary_features,
173065               };
173066               
173067               //==============================================================================
173068               //
173069               // Class: CIM_NotaryVerifiesBiometric
173070               //
173071               //==============================================================================
173072               
173073               static const char*
173074               _CIM_NotaryVerifiesBiometric_Antecedent_qualifiers[] =
173075               {
173076                   /* Deprecated */
173077                   "\013\000\001CIM_ManagedCredential.Antecedent\000",
173078                   /* Override */
173079                   "\044Antecedent",
173080                   0,
173081 mike  1.1.2.1 };
173082               
173083               static MetaReference
173084               _CIM_NotaryVerifiesBiometric_Antecedent =
173085               {
173086                   /* flags */
173087                   META_FLAG_REFERENCE|META_FLAG_READ,
173088                   /* name */
173089                   "Antecedent",
173090                   /* qualifiers */
173091                   _CIM_NotaryVerifiesBiometric_Antecedent_qualifiers,
173092                   /* subscript */
173093                   -1,
173094                   /* refId */
173095                   &__root_cimv2_CIM_Notary,
173096               };
173097               
173098               static const char*
173099               _CIM_NotaryVerifiesBiometric_Dependent_qualifiers[] =
173100               {
173101                   /* Deprecated */
173102 mike  1.1.2.1     "\013\000\001CIM_ManagedCredential.Dependent\000",
173103                   /* Override */
173104                   "\044Dependent",
173105                   0,
173106               };
173107               
173108               static MetaReference
173109               _CIM_NotaryVerifiesBiometric_Dependent =
173110               {
173111                   /* flags */
173112                   META_FLAG_REFERENCE|META_FLAG_READ,
173113                   /* name */
173114                   "Dependent",
173115                   /* qualifiers */
173116                   _CIM_NotaryVerifiesBiometric_Dependent_qualifiers,
173117                   /* subscript */
173118                   -1,
173119                   /* refId */
173120                   &__root_cimv2_CIM_UsersAccess,
173121               };
173122               
173123 mike  1.1.2.1 static MetaFeature*
173124               _CIM_NotaryVerifiesBiometric_features[] =
173125               {
173126                   (MetaFeature*)&_CIM_NotaryVerifiesBiometric_Antecedent,
173127                   (MetaFeature*)&_CIM_NotaryVerifiesBiometric_Dependent,
173128                   0,
173129               };
173130               
173131               static const char*
173132               __root_cimv2_CIM_NotaryVerifiesBiometric_qualifiers[] =
173133               {
173134                   /* ASSOCIATION */
173135                   "\000\001",
173136                   /* Deprecated */
173137                   "\013\000\001CIM_ManagedCredential\000",
173138                   /* UMLPackagePath */
173139                   "\057CIM::User::UsersAccess",
173140                   /* Version */
173141                   "\0632.8.0",
173142                   0,
173143               };
173144 mike  1.1.2.1 
173145               MetaClass
173146               __root_cimv2_CIM_NotaryVerifiesBiometric =
173147               {
173148                   /* flags */
173149                   META_FLAG_ASSOCIATION,
173150                   /* name */
173151                   "CIM_NotaryVerifiesBiometric",
173152                   /* qualifiers */
173153                   __root_cimv2_CIM_NotaryVerifiesBiometric_qualifiers,
173154                   /* super */
173155                   &__root_cimv2_CIM_Dependency,
173156                   /* features */
173157                   _CIM_NotaryVerifiesBiometric_features,
173158               };
173159               
173160               //==============================================================================
173161               //
173162               // Class: CIM_OSPFArea
173163               //
173164               //==============================================================================
173165 mike  1.1.2.1 
173166               static const char*
173167               _CIM_OSPFArea_AreaID_qualifiers[] =
173168               {
173169                   /* MappingStrings */
173170                   "\026\000\001MIB.IETF|OSPF-MIB.ospfAreaId\000",
173171                   0,
173172               };
173173               
173174               static MetaProperty
173175               _CIM_OSPFArea_AreaID =
173176               {
173177                   /* flags */
173178                   META_FLAG_PROPERTY|META_FLAG_READ,
173179                   /* name */
173180                   "AreaID",
173181                   /* qualifiers */
173182                   _CIM_OSPFArea_AreaID_qualifiers,
173183                   /* type */
173184                   CIMTYPE_UINT32,
173185                   /* subscript */
173186 mike  1.1.2.1     -1,
173187                   /* value */
173188                   0,
173189               };
173190               
173191               static const char*
173192               _CIM_OSPFArea_AreaType_qualifiers[] =
173193               {
173194                   /* Required */
173195                   "\050\001",
173196                   /* ValueMap */
173197                   "\061\000\0032\0003\0004\000",
173198                   /* Values */
173199                   "\062\000\003Plain\000Stub\000NSSA\000",
173200                   0,
173201               };
173202               
173203               static MetaProperty
173204               _CIM_OSPFArea_AreaType =
173205               {
173206                   /* flags */
173207 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
173208                   /* name */
173209                   "AreaType",
173210                   /* qualifiers */
173211                   _CIM_OSPFArea_AreaType_qualifiers,
173212                   /* type */
173213                   CIMTYPE_UINT16,
173214                   /* subscript */
173215                   -1,
173216                   /* value */
173217                   0,
173218               };
173219               
173220               static const char*
173221               _CIM_OSPFArea_ExtLsdbLimit_qualifiers[] =
173222               {
173223                   /* MappingStrings */
173224                   "\026\000\001MIB.IETF|OSPF-MIB.ospfExtLsdbLimit\000",
173225                   0,
173226               };
173227               
173228 mike  1.1.2.1 static MetaProperty
173229               _CIM_OSPFArea_ExtLsdbLimit =
173230               {
173231                   /* flags */
173232                   META_FLAG_PROPERTY|META_FLAG_READ,
173233                   /* name */
173234                   "ExtLsdbLimit",
173235                   /* qualifiers */
173236                   _CIM_OSPFArea_ExtLsdbLimit_qualifiers,
173237                   /* type */
173238                   CIMTYPE_UINT32,
173239                   /* subscript */
173240                   -1,
173241                   /* value */
173242                   0,
173243               };
173244               
173245               static MetaFeature*
173246               _CIM_OSPFArea_features[] =
173247               {
173248                   (MetaFeature*)&_CIM_OSPFArea_AreaID,
173249 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFArea_AreaType,
173250                   (MetaFeature*)&_CIM_OSPFArea_ExtLsdbLimit,
173251                   0,
173252               };
173253               
173254               static const char*
173255               __root_cimv2_CIM_OSPFArea_qualifiers[] =
173256               {
173257                   /* UMLPackagePath */
173258                   "\057CIM::Network::OSPF",
173259                   /* Version */
173260                   "\0632.7.0",
173261                   0,
173262               };
173263               
173264               MetaClass
173265               __root_cimv2_CIM_OSPFArea =
173266               {
173267                   /* flags */
173268                   META_FLAG_CLASS,
173269                   /* name */
173270 mike  1.1.2.1     "CIM_OSPFArea",
173271                   /* qualifiers */
173272                   __root_cimv2_CIM_OSPFArea_qualifiers,
173273                   /* super */
173274                   &__root_cimv2_CIM_RoutingProtocolDomain,
173275                   /* features */
173276                   _CIM_OSPFArea_features,
173277               };
173278               
173279               //==============================================================================
173280               //
173281               // Class: CIM_OSPFProtocolEndpointBase
173282               //
173283               //==============================================================================
173284               
173285               static const char*
173286               _CIM_OSPFProtocolEndpointBase_EnabledState_qualifiers[] =
173287               {
173288                   /* Override */
173289                   "\044EnabledState",
173290                   /* MappingStrings */
173291 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAdminStat\000",
173292                   0,
173293               };
173294               
173295               static MetaProperty
173296               _CIM_OSPFProtocolEndpointBase_EnabledState =
173297               {
173298                   /* flags */
173299                   META_FLAG_PROPERTY|META_FLAG_READ,
173300                   /* name */
173301                   "EnabledState",
173302                   /* qualifiers */
173303                   _CIM_OSPFProtocolEndpointBase_EnabledState_qualifiers,
173304                   /* type */
173305                   CIMTYPE_UINT16,
173306                   /* subscript */
173307                   -1,
173308                   /* value */
173309                   0,
173310               };
173311               
173312 mike  1.1.2.1 static const char*
173313               _CIM_OSPFProtocolEndpointBase_TransitDelay_qualifiers[] =
173314               {
173315                   /* Units */
173316                   "\060Seconds",
173317                   /* MappingStrings */
173318                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfTransitDelay\000",
173319                   0,
173320               };
173321               
173322               static MetaProperty
173323               _CIM_OSPFProtocolEndpointBase_TransitDelay =
173324               {
173325                   /* flags */
173326                   META_FLAG_PROPERTY|META_FLAG_READ,
173327                   /* name */
173328                   "TransitDelay",
173329                   /* qualifiers */
173330                   _CIM_OSPFProtocolEndpointBase_TransitDelay_qualifiers,
173331                   /* type */
173332                   CIMTYPE_UINT16,
173333 mike  1.1.2.1     /* subscript */
173334                   -1,
173335                   /* value */
173336                   0,
173337               };
173338               
173339               static const char*
173340               _CIM_OSPFProtocolEndpointBase_RetransmitInterval_qualifiers[] =
173341               {
173342                   /* Units */
173343                   "\060Seconds",
173344                   /* MappingStrings */
173345                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRetransInterval\000",
173346                   0,
173347               };
173348               
173349               static MetaProperty
173350               _CIM_OSPFProtocolEndpointBase_RetransmitInterval =
173351               {
173352                   /* flags */
173353                   META_FLAG_PROPERTY|META_FLAG_READ,
173354 mike  1.1.2.1     /* name */
173355                   "RetransmitInterval",
173356                   /* qualifiers */
173357                   _CIM_OSPFProtocolEndpointBase_RetransmitInterval_qualifiers,
173358                   /* type */
173359                   CIMTYPE_UINT16,
173360                   /* subscript */
173361                   -1,
173362                   /* value */
173363                   0,
173364               };
173365               
173366               static const char*
173367               _CIM_OSPFProtocolEndpointBase_AuthType_qualifiers[] =
173368               {
173369                   /* Required */
173370                   "\050\001",
173371                   /* ValueMap */
173372                   "\061\000\0041\0002\0003\0004\000",
173373                   /* Values */
173374                   "\062\000\004Other\000Null authentication\000Simple password\000Cryptographic authentication\000",
173375 mike  1.1.2.1     /* MappingStrings */
173376                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAuthType\000",
173377                   0,
173378               };
173379               
173380               static MetaProperty
173381               _CIM_OSPFProtocolEndpointBase_AuthType =
173382               {
173383                   /* flags */
173384                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
173385                   /* name */
173386                   "AuthType",
173387                   /* qualifiers */
173388                   _CIM_OSPFProtocolEndpointBase_AuthType_qualifiers,
173389                   /* type */
173390                   CIMTYPE_UINT16,
173391                   /* subscript */
173392                   -1,
173393                   /* value */
173394                   0,
173395               };
173396 mike  1.1.2.1 
173397               static const char*
173398               _CIM_OSPFProtocolEndpointBase_OtherAuthType_qualifiers[] =
173399               {
173400                   /* ModelCorrespondence */
173401                   "\036\000\001CIM_OSPFProtocolEndpoint.AuthType\000",
173402                   0,
173403               };
173404               
173405               static MetaProperty
173406               _CIM_OSPFProtocolEndpointBase_OtherAuthType =
173407               {
173408                   /* flags */
173409                   META_FLAG_PROPERTY|META_FLAG_READ,
173410                   /* name */
173411                   "OtherAuthType",
173412                   /* qualifiers */
173413                   _CIM_OSPFProtocolEndpointBase_OtherAuthType_qualifiers,
173414                   /* type */
173415                   CIMTYPE_STRING,
173416                   /* subscript */
173417 mike  1.1.2.1     -1,
173418                   /* value */
173419                   0,
173420               };
173421               
173422               static const char*
173423               _CIM_OSPFProtocolEndpointBase_AuthKey_qualifiers[] =
173424               {
173425                   /* MappingStrings */
173426                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAuthKey\000",
173427                   0,
173428               };
173429               
173430               static MetaProperty
173431               _CIM_OSPFProtocolEndpointBase_AuthKey =
173432               {
173433                   /* flags */
173434                   META_FLAG_PROPERTY|META_FLAG_READ,
173435                   /* name */
173436                   "AuthKey",
173437                   /* qualifiers */
173438 mike  1.1.2.1     _CIM_OSPFProtocolEndpointBase_AuthKey_qualifiers,
173439                   /* type */
173440                   CIMTYPE_STRING,
173441                   /* subscript */
173442                   -1,
173443                   /* value */
173444                   0,
173445               };
173446               
173447               static const char*
173448               _CIM_OSPFProtocolEndpointBase_ProtocolIFType_qualifiers[] =
173449               {
173450                   /* Override */
173451                   "\044ProtocolIFType",
173452                   /* ValueMap */
173453                   "\061\000\0051\000225..4095\0004109\0004301..32767\00032768..\000",
173454                   /* Values */
173455                   "\062\000\005Other\000IANA Reserved\000OSPF\000DMTF Reserved\000Vendor Reserved\000",
173456                   0,
173457               };
173458               
173459 mike  1.1.2.1 static MetaProperty
173460               _CIM_OSPFProtocolEndpointBase_ProtocolIFType =
173461               {
173462                   /* flags */
173463                   META_FLAG_PROPERTY|META_FLAG_READ,
173464                   /* name */
173465                   "ProtocolIFType",
173466                   /* qualifiers */
173467                   _CIM_OSPFProtocolEndpointBase_ProtocolIFType_qualifiers,
173468                   /* type */
173469                   CIMTYPE_UINT16,
173470                   /* subscript */
173471                   -1,
173472                   /* value */
173473                   "\020\015",
173474               };
173475               
173476               static MetaFeature*
173477               _CIM_OSPFProtocolEndpointBase_features[] =
173478               {
173479                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_EnabledState,
173480 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_TransitDelay,
173481                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_RetransmitInterval,
173482                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_AuthType,
173483                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_OtherAuthType,
173484                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_AuthKey,
173485                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_ProtocolIFType,
173486                   0,
173487               };
173488               
173489               static const char*
173490               __root_cimv2_CIM_OSPFProtocolEndpointBase_qualifiers[] =
173491               {
173492                   /* UMLPackagePath */
173493                   "\057CIM::Network::ProtocolEndpoints",
173494                   /* Version */
173495                   "\0632.8.0",
173496                   0,
173497               };
173498               
173499               MetaClass
173500               __root_cimv2_CIM_OSPFProtocolEndpointBase =
173501 mike  1.1.2.1 {
173502                   /* flags */
173503                   META_FLAG_CLASS,
173504                   /* name */
173505                   "CIM_OSPFProtocolEndpointBase",
173506                   /* qualifiers */
173507                   __root_cimv2_CIM_OSPFProtocolEndpointBase_qualifiers,
173508                   /* super */
173509                   &__root_cimv2_CIM_ProtocolEndpoint,
173510                   /* features */
173511                   _CIM_OSPFProtocolEndpointBase_features,
173512               };
173513               
173514               //==============================================================================
173515               //
173516               // Class: CIM_OSPFService
173517               //
173518               //==============================================================================
173519               
173520               static const char*
173521               _CIM_OSPFService_RunningMOSPF_qualifiers[] =
173522 mike  1.1.2.1 {
173523                   /* MappingStrings */
173524                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173525                   0,
173526               };
173527               
173528               static MetaProperty
173529               _CIM_OSPFService_RunningMOSPF =
173530               {
173531                   /* flags */
173532                   META_FLAG_PROPERTY|META_FLAG_READ,
173533                   /* name */
173534                   "RunningMOSPF",
173535                   /* qualifiers */
173536                   _CIM_OSPFService_RunningMOSPF_qualifiers,
173537                   /* type */
173538                   CIMTYPE_BOOLEAN,
173539                   /* subscript */
173540                   -1,
173541                   /* value */
173542                   0,
173543 mike  1.1.2.1 };
173544               
173545               static const char*
173546               _CIM_OSPFService_IsInterAreaMulticastForwarder_qualifiers[] =
173547               {
173548                   /* MappingStrings */
173549                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173550                   0,
173551               };
173552               
173553               static MetaProperty
173554               _CIM_OSPFService_IsInterAreaMulticastForwarder =
173555               {
173556                   /* flags */
173557                   META_FLAG_PROPERTY|META_FLAG_READ,
173558                   /* name */
173559                   "IsInterAreaMulticastForwarder",
173560                   /* qualifiers */
173561                   _CIM_OSPFService_IsInterAreaMulticastForwarder_qualifiers,
173562                   /* type */
173563                   CIMTYPE_BOOLEAN,
173564 mike  1.1.2.1     /* subscript */
173565                   -1,
173566                   /* value */
173567                   0,
173568               };
173569               
173570               static const char*
173571               _CIM_OSPFService_IsInterAsMulticastForwarder_qualifiers[] =
173572               {
173573                   /* MappingStrings */
173574                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173575                   0,
173576               };
173577               
173578               static MetaProperty
173579               _CIM_OSPFService_IsInterAsMulticastForwarder =
173580               {
173581                   /* flags */
173582                   META_FLAG_PROPERTY|META_FLAG_READ,
173583                   /* name */
173584                   "IsInterAsMulticastForwarder",
173585 mike  1.1.2.1     /* qualifiers */
173586                   _CIM_OSPFService_IsInterAsMulticastForwarder_qualifiers,
173587                   /* type */
173588                   CIMTYPE_BOOLEAN,
173589                   /* subscript */
173590                   -1,
173591                   /* value */
173592                   0,
173593               };
173594               
173595               static const char*
173596               _CIM_OSPFService_ExitOverflowInterval_qualifiers[] =
173597               {
173598                   /* Units */
173599                   "\060Seconds",
173600                   /* MappingStrings */
173601                   "\026\000\001MIB.IETF|OSPF-MIB.ospfExitOverflowInterval\000",
173602                   0,
173603               };
173604               
173605               static MetaProperty
173606 mike  1.1.2.1 _CIM_OSPFService_ExitOverflowInterval =
173607               {
173608                   /* flags */
173609                   META_FLAG_PROPERTY|META_FLAG_READ,
173610                   /* name */
173611                   "ExitOverflowInterval",
173612                   /* qualifiers */
173613                   _CIM_OSPFService_ExitOverflowInterval_qualifiers,
173614                   /* type */
173615                   CIMTYPE_UINT32,
173616                   /* subscript */
173617                   -1,
173618                   /* value */
173619                   0,
173620               };
173621               
173622               static const char*
173623               _CIM_OSPFService_RFC1583Compatibility_qualifiers[] =
173624               {
173625                   0,
173626               };
173627 mike  1.1.2.1 
173628               static MetaProperty
173629               _CIM_OSPFService_RFC1583Compatibility =
173630               {
173631                   /* flags */
173632                   META_FLAG_PROPERTY|META_FLAG_READ,
173633                   /* name */
173634                   "RFC1583Compatibility",
173635                   /* qualifiers */
173636                   _CIM_OSPFService_RFC1583Compatibility_qualifiers,
173637                   /* type */
173638                   CIMTYPE_BOOLEAN,
173639                   /* subscript */
173640                   -1,
173641                   /* value */
173642                   0,
173643               };
173644               
173645               static MetaFeature*
173646               _CIM_OSPFService_features[] =
173647               {
173648 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFService_RunningMOSPF,
173649                   (MetaFeature*)&_CIM_OSPFService_IsInterAreaMulticastForwarder,
173650                   (MetaFeature*)&_CIM_OSPFService_IsInterAsMulticastForwarder,
173651                   (MetaFeature*)&_CIM_OSPFService_ExitOverflowInterval,
173652                   (MetaFeature*)&_CIM_OSPFService_RFC1583Compatibility,
173653                   0,
173654               };
173655               
173656               static const char*
173657               __root_cimv2_CIM_OSPFService_qualifiers[] =
173658               {
173659                   /* UMLPackagePath */
173660                   "\057CIM::Network::OSPF",
173661                   /* Version */
173662                   "\0632.7.0",
173663                   0,
173664               };
173665               
173666               MetaClass
173667               __root_cimv2_CIM_OSPFService =
173668               {
173669 mike  1.1.2.1     /* flags */
173670                   META_FLAG_CLASS,
173671                   /* name */
173672                   "CIM_OSPFService",
173673                   /* qualifiers */
173674                   __root_cimv2_CIM_OSPFService_qualifiers,
173675                   /* super */
173676                   &__root_cimv2_CIM_RouteCalculationService,
173677                   /* features */
173678                   _CIM_OSPFService_features,
173679               };
173680               
173681               //==============================================================================
173682               //
173683               // Class: CIM_OSPFServiceConfiguration
173684               //
173685               //==============================================================================
173686               
173687               static const char*
173688               _CIM_OSPFServiceConfiguration_Antecedent_qualifiers[] =
173689               {
173690 mike  1.1.2.1     /* Override */
173691                   "\044Antecedent",
173692                   /* Min */
173693                   "\033\000\000\000\001",
173694                   /* Max */
173695                   "\027\000\000\000\001",
173696                   0,
173697               };
173698               
173699               static MetaReference
173700               _CIM_OSPFServiceConfiguration_Antecedent =
173701               {
173702                   /* flags */
173703                   META_FLAG_REFERENCE|META_FLAG_READ,
173704                   /* name */
173705                   "Antecedent",
173706                   /* qualifiers */
173707                   _CIM_OSPFServiceConfiguration_Antecedent_qualifiers,
173708                   /* subscript */
173709                   -1,
173710                   /* refId */
173711 mike  1.1.2.1     &__root_cimv2_CIM_OSPFService,
173712               };
173713               
173714               static const char*
173715               _CIM_OSPFServiceConfiguration_Dependent_qualifiers[] =
173716               {
173717                   /* Override */
173718                   "\044Dependent",
173719                   0,
173720               };
173721               
173722               static MetaReference
173723               _CIM_OSPFServiceConfiguration_Dependent =
173724               {
173725                   /* flags */
173726                   META_FLAG_REFERENCE|META_FLAG_READ,
173727                   /* name */
173728                   "Dependent",
173729                   /* qualifiers */
173730                   _CIM_OSPFServiceConfiguration_Dependent_qualifiers,
173731                   /* subscript */
173732 mike  1.1.2.1     -1,
173733                   /* refId */
173734                   &__root_cimv2_CIM_OSPFAreaConfiguration,
173735               };
173736               
173737               static MetaFeature*
173738               _CIM_OSPFServiceConfiguration_features[] =
173739               {
173740                   (MetaFeature*)&_CIM_OSPFServiceConfiguration_Antecedent,
173741                   (MetaFeature*)&_CIM_OSPFServiceConfiguration_Dependent,
173742                   0,
173743               };
173744               
173745               static const char*
173746               __root_cimv2_CIM_OSPFServiceConfiguration_qualifiers[] =
173747               {
173748                   /* ASSOCIATION */
173749                   "\000\001",
173750                   /* UMLPackagePath */
173751                   "\057CIM::Network::OSPF",
173752                   /* Version */
173753 mike  1.1.2.1     "\0632.7.0",
173754                   0,
173755               };
173756               
173757               MetaClass
173758               __root_cimv2_CIM_OSPFServiceConfiguration =
173759               {
173760                   /* flags */
173761                   META_FLAG_ASSOCIATION,
173762                   /* name */
173763                   "CIM_OSPFServiceConfiguration",
173764                   /* qualifiers */
173765                   __root_cimv2_CIM_OSPFServiceConfiguration_qualifiers,
173766                   /* super */
173767                   &__root_cimv2_CIM_Dependency,
173768                   /* features */
173769                   _CIM_OSPFServiceConfiguration_features,
173770               };
173771               
173772               //==============================================================================
173773               //
173774 mike  1.1.2.1 // Class: CIM_OSPFVirtualInterface
173775               //
173776               //==============================================================================
173777               
173778               static MetaFeature*
173779               _CIM_OSPFVirtualInterface_features[] =
173780               {
173781                   0,
173782               };
173783               
173784               static const char*
173785               __root_cimv2_CIM_OSPFVirtualInterface_qualifiers[] =
173786               {
173787                   /* UMLPackagePath */
173788                   "\057CIM::Network::ProtocolEndpoints",
173789                   /* Version */
173790                   "\0632.7.0",
173791                   0,
173792               };
173793               
173794               MetaClass
173795 mike  1.1.2.1 __root_cimv2_CIM_OSPFVirtualInterface =
173796               {
173797                   /* flags */
173798                   META_FLAG_CLASS,
173799                   /* name */
173800                   "CIM_OSPFVirtualInterface",
173801                   /* qualifiers */
173802                   __root_cimv2_CIM_OSPFVirtualInterface_qualifiers,
173803                   /* super */
173804                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
173805                   /* features */
173806                   _CIM_OSPFVirtualInterface_features,
173807               };
173808               
173809               //==============================================================================
173810               //
173811               // Class: CIM_OSVersionCheck
173812               //
173813               //==============================================================================
173814               
173815               static const char*
173816 mike  1.1.2.1 _CIM_OSVersionCheck_MinimumVersion_qualifiers[] =
173817               {
173818                   /* MaxLen */
173819                   "\030\000\000\000\100",
173820                   /* ModelCorrespondence */
173821                   "\036\000\001CIM_OperatingSystem.Version\000",
173822                   0,
173823               };
173824               
173825               static MetaProperty
173826               _CIM_OSVersionCheck_MinimumVersion =
173827               {
173828                   /* flags */
173829                   META_FLAG_PROPERTY|META_FLAG_READ,
173830                   /* name */
173831                   "MinimumVersion",
173832                   /* qualifiers */
173833                   _CIM_OSVersionCheck_MinimumVersion_qualifiers,
173834                   /* type */
173835                   CIMTYPE_STRING,
173836                   /* subscript */
173837 mike  1.1.2.1     -1,
173838                   /* value */
173839                   0,
173840               };
173841               
173842               static const char*
173843               _CIM_OSVersionCheck_MaximumVersion_qualifiers[] =
173844               {
173845                   /* MaxLen */
173846                   "\030\000\000\000\100",
173847                   /* ModelCorrespondence */
173848                   "\036\000\001CIM_OperatingSystem.Version\000",
173849                   0,
173850               };
173851               
173852               static MetaProperty
173853               _CIM_OSVersionCheck_MaximumVersion =
173854               {
173855                   /* flags */
173856                   META_FLAG_PROPERTY|META_FLAG_READ,
173857                   /* name */
173858 mike  1.1.2.1     "MaximumVersion",
173859                   /* qualifiers */
173860                   _CIM_OSVersionCheck_MaximumVersion_qualifiers,
173861                   /* type */
173862                   CIMTYPE_STRING,
173863                   /* subscript */
173864                   -1,
173865                   /* value */
173866                   0,
173867               };
173868               
173869               static MetaFeature*
173870               _CIM_OSVersionCheck_features[] =
173871               {
173872                   (MetaFeature*)&_CIM_OSVersionCheck_MinimumVersion,
173873                   (MetaFeature*)&_CIM_OSVersionCheck_MaximumVersion,
173874                   0,
173875               };
173876               
173877               static const char*
173878               __root_cimv2_CIM_OSVersionCheck_qualifiers[] =
173879 mike  1.1.2.1 {
173880                   /* UMLPackagePath */
173881                   "\057CIM::Application::CheckAction",
173882                   /* Version */
173883                   "\0632.6.0",
173884                   0,
173885               };
173886               
173887               MetaClass
173888               __root_cimv2_CIM_OSVersionCheck =
173889               {
173890                   /* flags */
173891                   META_FLAG_CLASS,
173892                   /* name */
173893                   "CIM_OSVersionCheck",
173894                   /* qualifiers */
173895                   __root_cimv2_CIM_OSVersionCheck_qualifiers,
173896                   /* super */
173897                   &__root_cimv2_CIM_Check,
173898                   /* features */
173899                   _CIM_OSVersionCheck_features,
173900 mike  1.1.2.1 };
173901               
173902               //==============================================================================
173903               //
173904               // Class: CIM_OutboundVLAN
173905               //
173906               //==============================================================================
173907               
173908               static const char*
173909               _CIM_OutboundVLAN_Antecedent_qualifiers[] =
173910               {
173911                   /* Deprecated */
173912                   "\013\000\001No Value\000",
173913                   /* Override */
173914                   "\044Antecedent",
173915                   0,
173916               };
173917               
173918               static MetaReference
173919               _CIM_OutboundVLAN_Antecedent =
173920               {
173921 mike  1.1.2.1     /* flags */
173922                   META_FLAG_REFERENCE|META_FLAG_READ,
173923                   /* name */
173924                   "Antecedent",
173925                   /* qualifiers */
173926                   _CIM_OutboundVLAN_Antecedent_qualifiers,
173927                   /* subscript */
173928                   -1,
173929                   /* refId */
173930                   &__root_cimv2_CIM_VLAN,
173931               };
173932               
173933               static const char*
173934               _CIM_OutboundVLAN_Dependent_qualifiers[] =
173935               {
173936                   /* Deprecated */
173937                   "\013\000\001No Value\000",
173938                   /* Override */
173939                   "\044Dependent",
173940                   0,
173941               };
173942 mike  1.1.2.1 
173943               static MetaReference
173944               _CIM_OutboundVLAN_Dependent =
173945               {
173946                   /* flags */
173947                   META_FLAG_REFERENCE|META_FLAG_READ,
173948                   /* name */
173949                   "Dependent",
173950                   /* qualifiers */
173951                   _CIM_OutboundVLAN_Dependent_qualifiers,
173952                   /* subscript */
173953                   -1,
173954                   /* refId */
173955                   &__root_cimv2_CIM_SwitchPort,
173956               };
173957               
173958               static const char*
173959               _CIM_OutboundVLAN_Tagged_qualifiers[] =
173960               {
173961                   /* Deprecated */
173962                   "\013\000\001No Value\000",
173963 mike  1.1.2.1     0,
173964               };
173965               
173966               static MetaProperty
173967               _CIM_OutboundVLAN_Tagged =
173968               {
173969                   /* flags */
173970                   META_FLAG_PROPERTY|META_FLAG_READ,
173971                   /* name */
173972                   "Tagged",
173973                   /* qualifiers */
173974                   _CIM_OutboundVLAN_Tagged_qualifiers,
173975                   /* type */
173976                   CIMTYPE_BOOLEAN,
173977                   /* subscript */
173978                   -1,
173979                   /* value */
173980                   0,
173981               };
173982               
173983               static MetaFeature*
173984 mike  1.1.2.1 _CIM_OutboundVLAN_features[] =
173985               {
173986                   (MetaFeature*)&_CIM_OutboundVLAN_Antecedent,
173987                   (MetaFeature*)&_CIM_OutboundVLAN_Dependent,
173988                   (MetaFeature*)&_CIM_OutboundVLAN_Tagged,
173989                   0,
173990               };
173991               
173992               static const char*
173993               __root_cimv2_CIM_OutboundVLAN_qualifiers[] =
173994               {
173995                   /* ASSOCIATION */
173996                   "\000\001",
173997                   /* Deprecated */
173998                   "\013\000\001No Value\000",
173999                   /* UMLPackagePath */
174000                   "\057CIM::Network::VLAN",
174001                   /* Version */
174002                   "\0632.8.0",
174003                   0,
174004               };
174005 mike  1.1.2.1 
174006               MetaClass
174007               __root_cimv2_CIM_OutboundVLAN =
174008               {
174009                   /* flags */
174010                   META_FLAG_ASSOCIATION,
174011                   /* name */
174012                   "CIM_OutboundVLAN",
174013                   /* qualifiers */
174014                   __root_cimv2_CIM_OutboundVLAN_qualifiers,
174015                   /* super */
174016                   &__root_cimv2_CIM_SAPSAPDependency,
174017                   /* features */
174018                   _CIM_OutboundVLAN_features,
174019               };
174020               
174021               //==============================================================================
174022               //
174023               // Class: CIM_PackageTempSensor
174024               //
174025               //==============================================================================
174026 mike  1.1.2.1 
174027               static const char*
174028               _CIM_PackageTempSensor_Antecedent_qualifiers[] =
174029               {
174030                   /* Deprecated */
174031                   "\013\000\001CIM_PackageDependency.Antecedent\000",
174032                   /* Override */
174033                   "\044Antecedent",
174034                   0,
174035               };
174036               
174037               static MetaReference
174038               _CIM_PackageTempSensor_Antecedent =
174039               {
174040                   /* flags */
174041                   META_FLAG_REFERENCE|META_FLAG_READ,
174042                   /* name */
174043                   "Antecedent",
174044                   /* qualifiers */
174045                   _CIM_PackageTempSensor_Antecedent_qualifiers,
174046                   /* subscript */
174047 mike  1.1.2.1     -1,
174048                   /* refId */
174049                   &__root_cimv2_CIM_TemperatureSensor,
174050               };
174051               
174052               static const char*
174053               _CIM_PackageTempSensor_Dependent_qualifiers[] =
174054               {
174055                   /* Deprecated */
174056                   "\013\000\001CIM_PackageDependency.Dependent\000",
174057                   /* Override */
174058                   "\044Dependent",
174059                   0,
174060               };
174061               
174062               static MetaReference
174063               _CIM_PackageTempSensor_Dependent =
174064               {
174065                   /* flags */
174066                   META_FLAG_REFERENCE|META_FLAG_READ,
174067                   /* name */
174068 mike  1.1.2.1     "Dependent",
174069                   /* qualifiers */
174070                   _CIM_PackageTempSensor_Dependent_qualifiers,
174071                   /* subscript */
174072                   -1,
174073                   /* refId */
174074                   &__root_cimv2_CIM_PhysicalPackage,
174075               };
174076               
174077               static MetaFeature*
174078               _CIM_PackageTempSensor_features[] =
174079               {
174080                   (MetaFeature*)&_CIM_PackageTempSensor_Antecedent,
174081                   (MetaFeature*)&_CIM_PackageTempSensor_Dependent,
174082                   0,
174083               };
174084               
174085               static const char*
174086               __root_cimv2_CIM_PackageTempSensor_qualifiers[] =
174087               {
174088                   /* ASSOCIATION */
174089 mike  1.1.2.1     "\000\001",
174090                   /* Deprecated */
174091                   "\013\000\001CIM_PackageDependency\000",
174092                   /* UMLPackagePath */
174093                   "\057CIM::Device::Sensors",
174094                   /* Version */
174095                   "\0632.7.0",
174096                   0,
174097               };
174098               
174099               MetaClass
174100               __root_cimv2_CIM_PackageTempSensor =
174101               {
174102                   /* flags */
174103                   META_FLAG_ASSOCIATION,
174104                   /* name */
174105                   "CIM_PackageTempSensor",
174106                   /* qualifiers */
174107                   __root_cimv2_CIM_PackageTempSensor_qualifiers,
174108                   /* super */
174109                   &__root_cimv2_CIM_PackageDependency,
174110 mike  1.1.2.1     /* features */
174111                   _CIM_PackageTempSensor_features,
174112               };
174113               
174114               //==============================================================================
174115               //
174116               // Class: CIM_ParticipatingCS
174117               //
174118               //==============================================================================
174119               
174120               static const char*
174121               _CIM_ParticipatingCS_Antecedent_qualifiers[] =
174122               {
174123                   /* Override */
174124                   "\044Antecedent",
174125                   /* Min */
174126                   "\033\000\000\000\001",
174127                   0,
174128               };
174129               
174130               static MetaReference
174131 mike  1.1.2.1 _CIM_ParticipatingCS_Antecedent =
174132               {
174133                   /* flags */
174134                   META_FLAG_REFERENCE|META_FLAG_READ,
174135                   /* name */
174136                   "Antecedent",
174137                   /* qualifiers */
174138                   _CIM_ParticipatingCS_Antecedent_qualifiers,
174139                   /* subscript */
174140                   -1,
174141                   /* refId */
174142                   &__root_cimv2_CIM_ComputerSystem,
174143               };
174144               
174145               static const char*
174146               _CIM_ParticipatingCS_Dependent_qualifiers[] =
174147               {
174148                   /* Override */
174149                   "\044Dependent",
174150                   0,
174151               };
174152 mike  1.1.2.1 
174153               static MetaReference
174154               _CIM_ParticipatingCS_Dependent =
174155               {
174156                   /* flags */
174157                   META_FLAG_REFERENCE|META_FLAG_READ,
174158                   /* name */
174159                   "Dependent",
174160                   /* qualifiers */
174161                   _CIM_ParticipatingCS_Dependent_qualifiers,
174162                   /* subscript */
174163                   -1,
174164                   /* refId */
174165                   &__root_cimv2_CIM_Cluster,
174166               };
174167               
174168               static const char*
174169               _CIM_ParticipatingCS_StateOfNode_qualifiers[] =
174170               {
174171                   /* ValueMap */
174172                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
174173 mike  1.1.2.1     /* Values */
174174                   "\062\000\007Unknown\000Other\000Joining\000Paused\000Available\000Unavailable\000Degraded\000",
174175                   0,
174176               };
174177               
174178               static MetaProperty
174179               _CIM_ParticipatingCS_StateOfNode =
174180               {
174181                   /* flags */
174182                   META_FLAG_PROPERTY|META_FLAG_READ,
174183                   /* name */
174184                   "StateOfNode",
174185                   /* qualifiers */
174186                   _CIM_ParticipatingCS_StateOfNode_qualifiers,
174187                   /* type */
174188                   CIMTYPE_UINT16,
174189                   /* subscript */
174190                   -1,
174191                   /* value */
174192                   0,
174193               };
174194 mike  1.1.2.1 
174195               static const char*
174196               _CIM_ParticipatingCS_RoleOfNode_qualifiers[] =
174197               {
174198                   /* ValueMap */
174199                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
174200                   /* Values */
174201                   "\062\000\010Unknown\000Other\000Peer\000Primary\000Secondary\000Standby\000Base Plex\000Enhanced Plex\000",
174202                   0,
174203               };
174204               
174205               static MetaProperty
174206               _CIM_ParticipatingCS_RoleOfNode =
174207               {
174208                   /* flags */
174209                   META_FLAG_PROPERTY|META_FLAG_READ,
174210                   /* name */
174211                   "RoleOfNode",
174212                   /* qualifiers */
174213                   _CIM_ParticipatingCS_RoleOfNode_qualifiers,
174214                   /* type */
174215 mike  1.1.2.1     CIMTYPE_UINT16,
174216                   /* subscript */
174217                   -1,
174218                   /* value */
174219                   0,
174220               };
174221               
174222               static MetaFeature*
174223               _CIM_ParticipatingCS_features[] =
174224               {
174225                   (MetaFeature*)&_CIM_ParticipatingCS_Antecedent,
174226                   (MetaFeature*)&_CIM_ParticipatingCS_Dependent,
174227                   (MetaFeature*)&_CIM_ParticipatingCS_StateOfNode,
174228                   (MetaFeature*)&_CIM_ParticipatingCS_RoleOfNode,
174229                   0,
174230               };
174231               
174232               static const char*
174233               __root_cimv2_CIM_ParticipatingCS_qualifiers[] =
174234               {
174235                   /* ASSOCIATION */
174236 mike  1.1.2.1     "\000\001",
174237                   /* UMLPackagePath */
174238                   "\057CIM::System::SystemElements",
174239                   /* Version */
174240                   "\0632.6.0",
174241                   0,
174242               };
174243               
174244               MetaClass
174245               __root_cimv2_CIM_ParticipatingCS =
174246               {
174247                   /* flags */
174248                   META_FLAG_ASSOCIATION,
174249                   /* name */
174250                   "CIM_ParticipatingCS",
174251                   /* qualifiers */
174252                   __root_cimv2_CIM_ParticipatingCS_qualifiers,
174253                   /* super */
174254                   &__root_cimv2_CIM_Dependency,
174255                   /* features */
174256                   _CIM_ParticipatingCS_features,
174257 mike  1.1.2.1 };
174258               
174259               //==============================================================================
174260               //
174261               // Class: CIM_PCIBridge
174262               //
174263               //==============================================================================
174264               
174265               static const char*
174266               _CIM_PCIBridge_BaseAddress_qualifiers[] =
174267               {
174268                   0,
174269               };
174270               
174271               static MetaProperty
174272               _CIM_PCIBridge_BaseAddress =
174273               {
174274                   /* flags */
174275                   META_FLAG_PROPERTY|META_FLAG_READ,
174276                   /* name */
174277                   "BaseAddress",
174278 mike  1.1.2.1     /* qualifiers */
174279                   _CIM_PCIBridge_BaseAddress_qualifiers,
174280                   /* type */
174281                   CIMTYPE_UINT32,
174282                   /* subscript */
174283                   2,
174284                   /* value */
174285                   0,
174286               };
174287               
174288               static const char*
174289               _CIM_PCIBridge_BridgeType_qualifiers[] =
174290               {
174291                   /* ValueMap */
174292                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\000128\000",
174293                   /* Values */
174294                   "\062\000\012Host\000ISA\000EISA\000Micro Channel\000PCI\000PCMCIA\000NuBus\000CardBus\000RACEway\000Other\000",
174295                   0,
174296               };
174297               
174298               static MetaProperty
174299 mike  1.1.2.1 _CIM_PCIBridge_BridgeType =
174300               {
174301                   /* flags */
174302                   META_FLAG_PROPERTY|META_FLAG_READ,
174303                   /* name */
174304                   "BridgeType",
174305                   /* qualifiers */
174306                   _CIM_PCIBridge_BridgeType_qualifiers,
174307                   /* type */
174308                   CIMTYPE_UINT16,
174309                   /* subscript */
174310                   -1,
174311                   /* value */
174312                   0,
174313               };
174314               
174315               static const char*
174316               _CIM_PCIBridge_SecondaryLatencyTimer_qualifiers[] =
174317               {
174318                   /* Units */
174319                   "\060PCI clock cycles",
174320 mike  1.1.2.1     0,
174321               };
174322               
174323               static MetaProperty
174324               _CIM_PCIBridge_SecondaryLatencyTimer =
174325               {
174326                   /* flags */
174327                   META_FLAG_PROPERTY|META_FLAG_READ,
174328                   /* name */
174329                   "SecondaryLatencyTimer",
174330                   /* qualifiers */
174331                   _CIM_PCIBridge_SecondaryLatencyTimer_qualifiers,
174332                   /* type */
174333                   CIMTYPE_UINT8,
174334                   /* subscript */
174335                   -1,
174336                   /* value */
174337                   0,
174338               };
174339               
174340               static const char*
174341 mike  1.1.2.1 _CIM_PCIBridge_SubordinateBusNumber_qualifiers[] =
174342               {
174343                   0,
174344               };
174345               
174346               static MetaProperty
174347               _CIM_PCIBridge_SubordinateBusNumber =
174348               {
174349                   /* flags */
174350                   META_FLAG_PROPERTY|META_FLAG_READ,
174351                   /* name */
174352                   "SubordinateBusNumber",
174353                   /* qualifiers */
174354                   _CIM_PCIBridge_SubordinateBusNumber_qualifiers,
174355                   /* type */
174356                   CIMTYPE_UINT8,
174357                   /* subscript */
174358                   -1,
174359                   /* value */
174360                   0,
174361               };
174362 mike  1.1.2.1 
174363               static const char*
174364               _CIM_PCIBridge_SecondayBusNumber_qualifiers[] =
174365               {
174366                   0,
174367               };
174368               
174369               static MetaProperty
174370               _CIM_PCIBridge_SecondayBusNumber =
174371               {
174372                   /* flags */
174373                   META_FLAG_PROPERTY|META_FLAG_READ,
174374                   /* name */
174375                   "SecondayBusNumber",
174376                   /* qualifiers */
174377                   _CIM_PCIBridge_SecondayBusNumber_qualifiers,
174378                   /* type */
174379                   CIMTYPE_UINT8,
174380                   /* subscript */
174381                   -1,
174382                   /* value */
174383 mike  1.1.2.1     0,
174384               };
174385               
174386               static const char*
174387               _CIM_PCIBridge_PrimaryBusNumber_qualifiers[] =
174388               {
174389                   0,
174390               };
174391               
174392               static MetaProperty
174393               _CIM_PCIBridge_PrimaryBusNumber =
174394               {
174395                   /* flags */
174396                   META_FLAG_PROPERTY|META_FLAG_READ,
174397                   /* name */
174398                   "PrimaryBusNumber",
174399                   /* qualifiers */
174400                   _CIM_PCIBridge_PrimaryBusNumber_qualifiers,
174401                   /* type */
174402                   CIMTYPE_UINT8,
174403                   /* subscript */
174404 mike  1.1.2.1     -1,
174405                   /* value */
174406                   0,
174407               };
174408               
174409               static const char*
174410               _CIM_PCIBridge_SecondaryStatusRegister_qualifiers[] =
174411               {
174412                   0,
174413               };
174414               
174415               static MetaProperty
174416               _CIM_PCIBridge_SecondaryStatusRegister =
174417               {
174418                   /* flags */
174419                   META_FLAG_PROPERTY|META_FLAG_READ,
174420                   /* name */
174421                   "SecondaryStatusRegister",
174422                   /* qualifiers */
174423                   _CIM_PCIBridge_SecondaryStatusRegister_qualifiers,
174424                   /* type */
174425 mike  1.1.2.1     CIMTYPE_UINT16,
174426                   /* subscript */
174427                   -1,
174428                   /* value */
174429                   0,
174430               };
174431               
174432               static const char*
174433               _CIM_PCIBridge_SecondaryBusDeviceSelectTiming_qualifiers[] =
174434               {
174435                   /* ValueMap */
174436                   "\061\000\0060\0001\0002\0003\0004\0005\000",
174437                   /* Values */
174438                   "\062\000\006Unknown\000Other\000Fast\000Medium\000Slow\000Reserved\000",
174439                   0,
174440               };
174441               
174442               static MetaProperty
174443               _CIM_PCIBridge_SecondaryBusDeviceSelectTiming =
174444               {
174445                   /* flags */
174446 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
174447                   /* name */
174448                   "SecondaryBusDeviceSelectTiming",
174449                   /* qualifiers */
174450                   _CIM_PCIBridge_SecondaryBusDeviceSelectTiming_qualifiers,
174451                   /* type */
174452                   CIMTYPE_UINT16,
174453                   /* subscript */
174454                   -1,
174455                   /* value */
174456                   0,
174457               };
174458               
174459               static const char*
174460               _CIM_PCIBridge_IOLimit_qualifiers[] =
174461               {
174462                   0,
174463               };
174464               
174465               static MetaProperty
174466               _CIM_PCIBridge_IOLimit =
174467 mike  1.1.2.1 {
174468                   /* flags */
174469                   META_FLAG_PROPERTY|META_FLAG_READ,
174470                   /* name */
174471                   "IOLimit",
174472                   /* qualifiers */
174473                   _CIM_PCIBridge_IOLimit_qualifiers,
174474                   /* type */
174475                   CIMTYPE_UINT8,
174476                   /* subscript */
174477                   -1,
174478                   /* value */
174479                   0,
174480               };
174481               
174482               static const char*
174483               _CIM_PCIBridge_IOBase_qualifiers[] =
174484               {
174485                   0,
174486               };
174487               
174488 mike  1.1.2.1 static MetaProperty
174489               _CIM_PCIBridge_IOBase =
174490               {
174491                   /* flags */
174492                   META_FLAG_PROPERTY|META_FLAG_READ,
174493                   /* name */
174494                   "IOBase",
174495                   /* qualifiers */
174496                   _CIM_PCIBridge_IOBase_qualifiers,
174497                   /* type */
174498                   CIMTYPE_UINT8,
174499                   /* subscript */
174500                   -1,
174501                   /* value */
174502                   0,
174503               };
174504               
174505               static const char*
174506               _CIM_PCIBridge_MemoryLimit_qualifiers[] =
174507               {
174508                   0,
174509 mike  1.1.2.1 };
174510               
174511               static MetaProperty
174512               _CIM_PCIBridge_MemoryLimit =
174513               {
174514                   /* flags */
174515                   META_FLAG_PROPERTY|META_FLAG_READ,
174516                   /* name */
174517                   "MemoryLimit",
174518                   /* qualifiers */
174519                   _CIM_PCIBridge_MemoryLimit_qualifiers,
174520                   /* type */
174521                   CIMTYPE_UINT16,
174522                   /* subscript */
174523                   -1,
174524                   /* value */
174525                   0,
174526               };
174527               
174528               static const char*
174529               _CIM_PCIBridge_MemoryBase_qualifiers[] =
174530 mike  1.1.2.1 {
174531                   0,
174532               };
174533               
174534               static MetaProperty
174535               _CIM_PCIBridge_MemoryBase =
174536               {
174537                   /* flags */
174538                   META_FLAG_PROPERTY|META_FLAG_READ,
174539                   /* name */
174540                   "MemoryBase",
174541                   /* qualifiers */
174542                   _CIM_PCIBridge_MemoryBase_qualifiers,
174543                   /* type */
174544                   CIMTYPE_UINT16,
174545                   /* subscript */
174546                   -1,
174547                   /* value */
174548                   0,
174549               };
174550               
174551 mike  1.1.2.1 static const char*
174552               _CIM_PCIBridge_PrefetchMemoryLimit_qualifiers[] =
174553               {
174554                   0,
174555               };
174556               
174557               static MetaProperty
174558               _CIM_PCIBridge_PrefetchMemoryLimit =
174559               {
174560                   /* flags */
174561                   META_FLAG_PROPERTY|META_FLAG_READ,
174562                   /* name */
174563                   "PrefetchMemoryLimit",
174564                   /* qualifiers */
174565                   _CIM_PCIBridge_PrefetchMemoryLimit_qualifiers,
174566                   /* type */
174567                   CIMTYPE_UINT16,
174568                   /* subscript */
174569                   -1,
174570                   /* value */
174571                   0,
174572 mike  1.1.2.1 };
174573               
174574               static const char*
174575               _CIM_PCIBridge_PrefetchMemoryBase_qualifiers[] =
174576               {
174577                   0,
174578               };
174579               
174580               static MetaProperty
174581               _CIM_PCIBridge_PrefetchMemoryBase =
174582               {
174583                   /* flags */
174584                   META_FLAG_PROPERTY|META_FLAG_READ,
174585                   /* name */
174586                   "PrefetchMemoryBase",
174587                   /* qualifiers */
174588                   _CIM_PCIBridge_PrefetchMemoryBase_qualifiers,
174589                   /* type */
174590                   CIMTYPE_UINT16,
174591                   /* subscript */
174592                   -1,
174593 mike  1.1.2.1     /* value */
174594                   0,
174595               };
174596               
174597               static const char*
174598               _CIM_PCIBridge_PrefetchLimitUpper32_qualifiers[] =
174599               {
174600                   0,
174601               };
174602               
174603               static MetaProperty
174604               _CIM_PCIBridge_PrefetchLimitUpper32 =
174605               {
174606                   /* flags */
174607                   META_FLAG_PROPERTY|META_FLAG_READ,
174608                   /* name */
174609                   "PrefetchLimitUpper32",
174610                   /* qualifiers */
174611                   _CIM_PCIBridge_PrefetchLimitUpper32_qualifiers,
174612                   /* type */
174613                   CIMTYPE_UINT32,
174614 mike  1.1.2.1     /* subscript */
174615                   -1,
174616                   /* value */
174617                   0,
174618               };
174619               
174620               static const char*
174621               _CIM_PCIBridge_PrefetchBaseUpper32_qualifiers[] =
174622               {
174623                   0,
174624               };
174625               
174626               static MetaProperty
174627               _CIM_PCIBridge_PrefetchBaseUpper32 =
174628               {
174629                   /* flags */
174630                   META_FLAG_PROPERTY|META_FLAG_READ,
174631                   /* name */
174632                   "PrefetchBaseUpper32",
174633                   /* qualifiers */
174634                   _CIM_PCIBridge_PrefetchBaseUpper32_qualifiers,
174635 mike  1.1.2.1     /* type */
174636                   CIMTYPE_UINT32,
174637                   /* subscript */
174638                   -1,
174639                   /* value */
174640                   0,
174641               };
174642               
174643               static const char*
174644               _CIM_PCIBridge_IOLimitUpper16_qualifiers[] =
174645               {
174646                   0,
174647               };
174648               
174649               static MetaProperty
174650               _CIM_PCIBridge_IOLimitUpper16 =
174651               {
174652                   /* flags */
174653                   META_FLAG_PROPERTY|META_FLAG_READ,
174654                   /* name */
174655                   "IOLimitUpper16",
174656 mike  1.1.2.1     /* qualifiers */
174657                   _CIM_PCIBridge_IOLimitUpper16_qualifiers,
174658                   /* type */
174659                   CIMTYPE_UINT16,
174660                   /* subscript */
174661                   -1,
174662                   /* value */
174663                   0,
174664               };
174665               
174666               static const char*
174667               _CIM_PCIBridge_IOBaseUpper16_qualifiers[] =
174668               {
174669                   0,
174670               };
174671               
174672               static MetaProperty
174673               _CIM_PCIBridge_IOBaseUpper16 =
174674               {
174675                   /* flags */
174676                   META_FLAG_PROPERTY|META_FLAG_READ,
174677 mike  1.1.2.1     /* name */
174678                   "IOBaseUpper16",
174679                   /* qualifiers */
174680                   _CIM_PCIBridge_IOBaseUpper16_qualifiers,
174681                   /* type */
174682                   CIMTYPE_UINT16,
174683                   /* subscript */
174684                   -1,
174685                   /* value */
174686                   0,
174687               };
174688               
174689               static MetaFeature*
174690               _CIM_PCIBridge_features[] =
174691               {
174692                   (MetaFeature*)&_CIM_PCIBridge_BaseAddress,
174693                   (MetaFeature*)&_CIM_PCIBridge_BridgeType,
174694                   (MetaFeature*)&_CIM_PCIBridge_SecondaryLatencyTimer,
174695                   (MetaFeature*)&_CIM_PCIBridge_SubordinateBusNumber,
174696                   (MetaFeature*)&_CIM_PCIBridge_SecondayBusNumber,
174697                   (MetaFeature*)&_CIM_PCIBridge_PrimaryBusNumber,
174698 mike  1.1.2.1     (MetaFeature*)&_CIM_PCIBridge_SecondaryStatusRegister,
174699                   (MetaFeature*)&_CIM_PCIBridge_SecondaryBusDeviceSelectTiming,
174700                   (MetaFeature*)&_CIM_PCIBridge_IOLimit,
174701                   (MetaFeature*)&_CIM_PCIBridge_IOBase,
174702                   (MetaFeature*)&_CIM_PCIBridge_MemoryLimit,
174703                   (MetaFeature*)&_CIM_PCIBridge_MemoryBase,
174704                   (MetaFeature*)&_CIM_PCIBridge_PrefetchMemoryLimit,
174705                   (MetaFeature*)&_CIM_PCIBridge_PrefetchMemoryBase,
174706                   (MetaFeature*)&_CIM_PCIBridge_PrefetchLimitUpper32,
174707                   (MetaFeature*)&_CIM_PCIBridge_PrefetchBaseUpper32,
174708                   (MetaFeature*)&_CIM_PCIBridge_IOLimitUpper16,
174709                   (MetaFeature*)&_CIM_PCIBridge_IOBaseUpper16,
174710                   0,
174711               };
174712               
174713               static const char*
174714               __root_cimv2_CIM_PCIBridge_qualifiers[] =
174715               {
174716                   /* UMLPackagePath */
174717                   "\057CIM::Device::Controller",
174718                   /* Version */
174719 mike  1.1.2.1     "\0632.10.0",
174720                   0,
174721               };
174722               
174723               MetaClass
174724               __root_cimv2_CIM_PCIBridge =
174725               {
174726                   /* flags */
174727                   META_FLAG_CLASS,
174728                   /* name */
174729                   "CIM_PCIBridge",
174730                   /* qualifiers */
174731                   __root_cimv2_CIM_PCIBridge_qualifiers,
174732                   /* super */
174733                   &__root_cimv2_CIM_PCIController,
174734                   /* features */
174735                   _CIM_PCIBridge_features,
174736               };
174737               
174738               //==============================================================================
174739               //
174740 mike  1.1.2.1 // Class: CIM_PCVideoController
174741               //
174742               //==============================================================================
174743               
174744               static const char*
174745               _CIM_PCVideoController_VideoArchitecture_qualifiers[] =
174746               {
174747                   /* ValueMap */
174748                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000160\000",
174749                   /* Values */
174750                   "\062\000\015Other\000Unknown\000CGA\000EGA\000VGA\000SVGA\000MDA\000HGC\000MCGA\0008514A\000XGA\000Linear Frame Buffer\000PC-98\000",
174751                   /* MappingStrings */
174752                   "\026\000\001MIF.DMTF|Video|004.2\000",
174753                   0,
174754               };
174755               
174756               static MetaProperty
174757               _CIM_PCVideoController_VideoArchitecture =
174758               {
174759                   /* flags */
174760                   META_FLAG_PROPERTY|META_FLAG_READ,
174761 mike  1.1.2.1     /* name */
174762                   "VideoArchitecture",
174763                   /* qualifiers */
174764                   _CIM_PCVideoController_VideoArchitecture_qualifiers,
174765                   /* type */
174766                   CIMTYPE_UINT16,
174767                   /* subscript */
174768                   -1,
174769                   /* value */
174770                   0,
174771               };
174772               
174773               static const char*
174774               _CIM_PCVideoController_VideoMode_qualifiers[] =
174775               {
174776                   /* MappingStrings */
174777                   "\026\000\001MIF.DMTF|Video|004.3\000",
174778                   0,
174779               };
174780               
174781               static MetaProperty
174782 mike  1.1.2.1 _CIM_PCVideoController_VideoMode =
174783               {
174784                   /* flags */
174785                   META_FLAG_PROPERTY|META_FLAG_READ,
174786                   /* name */
174787                   "VideoMode",
174788                   /* qualifiers */
174789                   _CIM_PCVideoController_VideoMode_qualifiers,
174790                   /* type */
174791                   CIMTYPE_UINT16,
174792                   /* subscript */
174793                   -1,
174794                   /* value */
174795                   0,
174796               };
174797               
174798               static const char*
174799               _CIM_PCVideoController_NumberOfColorPlanes_qualifiers[] =
174800               {
174801                   0,
174802               };
174803 mike  1.1.2.1 
174804               static MetaProperty
174805               _CIM_PCVideoController_NumberOfColorPlanes =
174806               {
174807                   /* flags */
174808                   META_FLAG_PROPERTY|META_FLAG_READ,
174809                   /* name */
174810                   "NumberOfColorPlanes",
174811                   /* qualifiers */
174812                   _CIM_PCVideoController_NumberOfColorPlanes_qualifiers,
174813                   /* type */
174814                   CIMTYPE_UINT16,
174815                   /* subscript */
174816                   -1,
174817                   /* value */
174818                   0,
174819               };
174820               
174821               static MetaFeature*
174822               _CIM_PCVideoController_features[] =
174823               {
174824 mike  1.1.2.1     (MetaFeature*)&_CIM_PCVideoController_VideoArchitecture,
174825                   (MetaFeature*)&_CIM_PCVideoController_VideoMode,
174826                   (MetaFeature*)&_CIM_PCVideoController_NumberOfColorPlanes,
174827                   0,
174828               };
174829               
174830               static const char*
174831               __root_cimv2_CIM_PCVideoController_qualifiers[] =
174832               {
174833                   /* UMLPackagePath */
174834                   "\057CIM::Device::Controller",
174835                   /* Version */
174836                   "\0632.6.0",
174837                   0,
174838               };
174839               
174840               MetaClass
174841               __root_cimv2_CIM_PCVideoController =
174842               {
174843                   /* flags */
174844                   META_FLAG_CLASS,
174845 mike  1.1.2.1     /* name */
174846                   "CIM_PCVideoController",
174847                   /* qualifiers */
174848                   __root_cimv2_CIM_PCVideoController_qualifiers,
174849                   /* super */
174850                   &__root_cimv2_CIM_VideoController,
174851                   /* features */
174852                   _CIM_PCVideoController_features,
174853               };
174854               
174855               //==============================================================================
174856               //
174857               // Class: CIM_PeerGatewayForPreconfiguredTunnel
174858               //
174859               //==============================================================================
174860               
174861               static const char*
174862               _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent_qualifiers[] =
174863               {
174864                   /* Override */
174865                   "\044Antecedent",
174866 mike  1.1.2.1     /* Max */
174867                   "\027\000\000\000\001",
174868                   /* MappingStrings */
174869                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel.Antecedent\000",
174870                   0,
174871               };
174872               
174873               static MetaReference
174874               _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent =
174875               {
174876                   /* flags */
174877                   META_FLAG_REFERENCE|META_FLAG_READ,
174878                   /* name */
174879                   "Antecedent",
174880                   /* qualifiers */
174881                   _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent_qualifiers,
174882                   /* subscript */
174883                   -1,
174884                   /* refId */
174885                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
174886               };
174887 mike  1.1.2.1 
174888               static const char*
174889               _CIM_PeerGatewayForPreconfiguredTunnel_Dependent_qualifiers[] =
174890               {
174891                   /* Override */
174892                   "\044Dependent",
174893                   /* MappingStrings */
174894                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel.Dependent\000",
174895                   0,
174896               };
174897               
174898               static MetaReference
174899               _CIM_PeerGatewayForPreconfiguredTunnel_Dependent =
174900               {
174901                   /* flags */
174902                   META_FLAG_REFERENCE|META_FLAG_READ,
174903                   /* name */
174904                   "Dependent",
174905                   /* qualifiers */
174906                   _CIM_PeerGatewayForPreconfiguredTunnel_Dependent_qualifiers,
174907                   /* subscript */
174908 mike  1.1.2.1     -1,
174909                   /* refId */
174910                   &__root_cimv2_CIM_PreconfiguredTunnelAction,
174911               };
174912               
174913               static MetaFeature*
174914               _CIM_PeerGatewayForPreconfiguredTunnel_features[] =
174915               {
174916                   (MetaFeature*)&_CIM_PeerGatewayForPreconfiguredTunnel_Antecedent,
174917                   (MetaFeature*)&_CIM_PeerGatewayForPreconfiguredTunnel_Dependent,
174918                   0,
174919               };
174920               
174921               static const char*
174922               __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel_qualifiers[] =
174923               {
174924                   /* ASSOCIATION */
174925                   "\000\001",
174926                   /* UMLPackagePath */
174927                   "\057CIM::IPsecPolicy",
174928                   /* Version */
174929 mike  1.1.2.1     "\0632.8.0",
174930                   /* MappingStrings */
174931                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel\000",
174932                   0,
174933               };
174934               
174935               MetaClass
174936               __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel =
174937               {
174938                   /* flags */
174939                   META_FLAG_ASSOCIATION,
174940                   /* name */
174941                   "CIM_PeerGatewayForPreconfiguredTunnel",
174942                   /* qualifiers */
174943                   __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel_qualifiers,
174944                   /* super */
174945                   &__root_cimv2_CIM_Dependency,
174946                   /* features */
174947                   _CIM_PeerGatewayForPreconfiguredTunnel_features,
174948               };
174949               
174950 mike  1.1.2.1 //==============================================================================
174951               //
174952               // Class: CIM_PeerGatewayForTunnel
174953               //
174954               //==============================================================================
174955               
174956               static const char*
174957               _CIM_PeerGatewayForTunnel_Antecedent_qualifiers[] =
174958               {
174959                   /* Override */
174960                   "\044Antecedent",
174961                   /* MappingStrings */
174962                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.Antecedent\000",
174963                   0,
174964               };
174965               
174966               static MetaReference
174967               _CIM_PeerGatewayForTunnel_Antecedent =
174968               {
174969                   /* flags */
174970                   META_FLAG_REFERENCE|META_FLAG_READ,
174971 mike  1.1.2.1     /* name */
174972                   "Antecedent",
174973                   /* qualifiers */
174974                   _CIM_PeerGatewayForTunnel_Antecedent_qualifiers,
174975                   /* subscript */
174976                   -1,
174977                   /* refId */
174978                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
174979               };
174980               
174981               static const char*
174982               _CIM_PeerGatewayForTunnel_Dependent_qualifiers[] =
174983               {
174984                   /* Override */
174985                   "\044Dependent",
174986                   /* MappingStrings */
174987                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.Dependent\000",
174988                   0,
174989               };
174990               
174991               static MetaReference
174992 mike  1.1.2.1 _CIM_PeerGatewayForTunnel_Dependent =
174993               {
174994                   /* flags */
174995                   META_FLAG_REFERENCE|META_FLAG_READ,
174996                   /* name */
174997                   "Dependent",
174998                   /* qualifiers */
174999                   _CIM_PeerGatewayForTunnel_Dependent_qualifiers,
175000                   /* subscript */
175001                   -1,
175002                   /* refId */
175003                   &__root_cimv2_CIM_IPsecTunnelAction,
175004               };
175005               
175006               static const char*
175007               _CIM_PeerGatewayForTunnel_SequenceNumber_qualifiers[] =
175008               {
175009                   /* MappingStrings */
175010                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.SequenceNumber\000",
175011                   0,
175012               };
175013 mike  1.1.2.1 
175014               static MetaProperty
175015               _CIM_PeerGatewayForTunnel_SequenceNumber =
175016               {
175017                   /* flags */
175018                   META_FLAG_PROPERTY|META_FLAG_READ,
175019                   /* name */
175020                   "SequenceNumber",
175021                   /* qualifiers */
175022                   _CIM_PeerGatewayForTunnel_SequenceNumber_qualifiers,
175023                   /* type */
175024                   CIMTYPE_UINT16,
175025                   /* subscript */
175026                   -1,
175027                   /* value */
175028                   0,
175029               };
175030               
175031               static MetaFeature*
175032               _CIM_PeerGatewayForTunnel_features[] =
175033               {
175034 mike  1.1.2.1     (MetaFeature*)&_CIM_PeerGatewayForTunnel_Antecedent,
175035                   (MetaFeature*)&_CIM_PeerGatewayForTunnel_Dependent,
175036                   (MetaFeature*)&_CIM_PeerGatewayForTunnel_SequenceNumber,
175037                   0,
175038               };
175039               
175040               static const char*
175041               __root_cimv2_CIM_PeerGatewayForTunnel_qualifiers[] =
175042               {
175043                   /* ASSOCIATION */
175044                   "\000\001",
175045                   /* UMLPackagePath */
175046                   "\057CIM::IPsecPolicy",
175047                   /* Version */
175048                   "\0632.8.0",
175049                   /* MappingStrings */
175050                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel\000",
175051                   0,
175052               };
175053               
175054               MetaClass
175055 mike  1.1.2.1 __root_cimv2_CIM_PeerGatewayForTunnel =
175056               {
175057                   /* flags */
175058                   META_FLAG_ASSOCIATION,
175059                   /* name */
175060                   "CIM_PeerGatewayForTunnel",
175061                   /* qualifiers */
175062                   __root_cimv2_CIM_PeerGatewayForTunnel_qualifiers,
175063                   /* super */
175064                   &__root_cimv2_CIM_Dependency,
175065                   /* features */
175066                   _CIM_PeerGatewayForTunnel_features,
175067               };
175068               
175069               //==============================================================================
175070               //
175071               // Class: CIM_PeerOfSAEndpoint
175072               //
175073               //==============================================================================
175074               
175075               static const char*
175076 mike  1.1.2.1 _CIM_PeerOfSAEndpoint_Antecedent_qualifiers[] =
175077               {
175078                   /* Override */
175079                   "\044Antecedent",
175080                   /* Max */
175081                   "\027\000\000\000\001",
175082                   0,
175083               };
175084               
175085               static MetaReference
175086               _CIM_PeerOfSAEndpoint_Antecedent =
175087               {
175088                   /* flags */
175089                   META_FLAG_REFERENCE|META_FLAG_READ,
175090                   /* name */
175091                   "Antecedent",
175092                   /* qualifiers */
175093                   _CIM_PeerOfSAEndpoint_Antecedent_qualifiers,
175094                   /* subscript */
175095                   -1,
175096                   /* refId */
175097 mike  1.1.2.1     &__root_cimv2_CIM_RemoteServiceAccessPoint,
175098               };
175099               
175100               static const char*
175101               _CIM_PeerOfSAEndpoint_Dependent_qualifiers[] =
175102               {
175103                   /* Override */
175104                   "\044Dependent",
175105                   0,
175106               };
175107               
175108               static MetaReference
175109               _CIM_PeerOfSAEndpoint_Dependent =
175110               {
175111                   /* flags */
175112                   META_FLAG_REFERENCE|META_FLAG_READ,
175113                   /* name */
175114                   "Dependent",
175115                   /* qualifiers */
175116                   _CIM_PeerOfSAEndpoint_Dependent_qualifiers,
175117                   /* subscript */
175118 mike  1.1.2.1     -1,
175119                   /* refId */
175120                   &__root_cimv2_CIM_IPsecSAEndpoint,
175121               };
175122               
175123               static MetaFeature*
175124               _CIM_PeerOfSAEndpoint_features[] =
175125               {
175126                   (MetaFeature*)&_CIM_PeerOfSAEndpoint_Antecedent,
175127                   (MetaFeature*)&_CIM_PeerOfSAEndpoint_Dependent,
175128                   0,
175129               };
175130               
175131               static const char*
175132               __root_cimv2_CIM_PeerOfSAEndpoint_qualifiers[] =
175133               {
175134                   /* ASSOCIATION */
175135                   "\000\001",
175136                   /* UMLPackagePath */
175137                   "\057CIM::Network::IPsec",
175138                   /* Version */
175139 mike  1.1.2.1     "\0632.8.0",
175140                   0,
175141               };
175142               
175143               MetaClass
175144               __root_cimv2_CIM_PeerOfSAEndpoint =
175145               {
175146                   /* flags */
175147                   META_FLAG_ASSOCIATION,
175148                   /* name */
175149                   "CIM_PeerOfSAEndpoint",
175150                   /* qualifiers */
175151                   __root_cimv2_CIM_PeerOfSAEndpoint_qualifiers,
175152                   /* super */
175153                   &__root_cimv2_CIM_Dependency,
175154                   /* features */
175155                   _CIM_PeerOfSAEndpoint_features,
175156               };
175157               
175158               //==============================================================================
175159               //
175160 mike  1.1.2.1 // Class: CIM_PExtentRedundancyComponent
175161               //
175162               //==============================================================================
175163               
175164               static const char*
175165               _CIM_PExtentRedundancyComponent_GroupComponent_qualifiers[] =
175166               {
175167                   /* Deprecated */
175168                   "\013\000\001CIM_ExtentRedundancyComponent.GroupComponent\000",
175169                   /* Aggregate */
175170                   "\003\001",
175171                   /* Override */
175172                   "\044GroupComponent",
175173                   0,
175174               };
175175               
175176               static MetaReference
175177               _CIM_PExtentRedundancyComponent_GroupComponent =
175178               {
175179                   /* flags */
175180                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
175181 mike  1.1.2.1     /* name */
175182                   "GroupComponent",
175183                   /* qualifiers */
175184                   _CIM_PExtentRedundancyComponent_GroupComponent_qualifiers,
175185                   /* subscript */
175186                   -1,
175187                   /* refId */
175188                   &__root_cimv2_CIM_StorageRedundancyGroup,
175189               };
175190               
175191               static const char*
175192               _CIM_PExtentRedundancyComponent_PartComponent_qualifiers[] =
175193               {
175194                   /* Deprecated */
175195                   "\013\000\001CIM_ExtentRedundancyComponent.PartComponent\000",
175196                   /* Override */
175197                   "\044PartComponent",
175198                   0,
175199               };
175200               
175201               static MetaReference
175202 mike  1.1.2.1 _CIM_PExtentRedundancyComponent_PartComponent =
175203               {
175204                   /* flags */
175205                   META_FLAG_REFERENCE|META_FLAG_READ,
175206                   /* name */
175207                   "PartComponent",
175208                   /* qualifiers */
175209                   _CIM_PExtentRedundancyComponent_PartComponent_qualifiers,
175210                   /* subscript */
175211                   -1,
175212                   /* refId */
175213                   &__root_cimv2_CIM_PhysicalExtent,
175214               };
175215               
175216               static MetaFeature*
175217               _CIM_PExtentRedundancyComponent_features[] =
175218               {
175219                   (MetaFeature*)&_CIM_PExtentRedundancyComponent_GroupComponent,
175220                   (MetaFeature*)&_CIM_PExtentRedundancyComponent_PartComponent,
175221                   0,
175222               };
175223 mike  1.1.2.1 
175224               static const char*
175225               __root_cimv2_CIM_PExtentRedundancyComponent_qualifiers[] =
175226               {
175227                   /* ASSOCIATION */
175228                   "\000\001",
175229                   /* Deprecated */
175230                   "\013\000\001CIM_ExtentRedundancyComponent\000",
175231                   /* UMLPackagePath */
175232                   "\057CIM::Device::SccExtents",
175233                   /* Aggregation */
175234                   "\004\001",
175235                   /* Version */
175236                   "\0632.7.0",
175237                   0,
175238               };
175239               
175240               MetaClass
175241               __root_cimv2_CIM_PExtentRedundancyComponent =
175242               {
175243                   /* flags */
175244 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
175245                   /* name */
175246                   "CIM_PExtentRedundancyComponent",
175247                   /* qualifiers */
175248                   __root_cimv2_CIM_PExtentRedundancyComponent_qualifiers,
175249                   /* super */
175250                   &__root_cimv2_CIM_ExtentRedundancyComponent,
175251                   /* features */
175252                   _CIM_PExtentRedundancyComponent_features,
175253               };
175254               
175255               //==============================================================================
175256               //
175257               // Class: CIM_Phase1SAUsedForPhase2
175258               //
175259               //==============================================================================
175260               
175261               static const char*
175262               _CIM_Phase1SAUsedForPhase2_Antecedent_qualifiers[] =
175263               {
175264                   /* Override */
175265 mike  1.1.2.1     "\044Antecedent",
175266                   /* Max */
175267                   "\027\000\000\000\001",
175268                   0,
175269               };
175270               
175271               static MetaReference
175272               _CIM_Phase1SAUsedForPhase2_Antecedent =
175273               {
175274                   /* flags */
175275                   META_FLAG_REFERENCE|META_FLAG_READ,
175276                   /* name */
175277                   "Antecedent",
175278                   /* qualifiers */
175279                   _CIM_Phase1SAUsedForPhase2_Antecedent_qualifiers,
175280                   /* subscript */
175281                   -1,
175282                   /* refId */
175283                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
175284               };
175285               
175286 mike  1.1.2.1 static const char*
175287               _CIM_Phase1SAUsedForPhase2_Dependent_qualifiers[] =
175288               {
175289                   /* Override */
175290                   "\044Dependent",
175291                   0,
175292               };
175293               
175294               static MetaReference
175295               _CIM_Phase1SAUsedForPhase2_Dependent =
175296               {
175297                   /* flags */
175298                   META_FLAG_REFERENCE|META_FLAG_READ,
175299                   /* name */
175300                   "Dependent",
175301                   /* qualifiers */
175302                   _CIM_Phase1SAUsedForPhase2_Dependent_qualifiers,
175303                   /* subscript */
175304                   -1,
175305                   /* refId */
175306                   &__root_cimv2_CIM_IPsecSAEndpoint,
175307 mike  1.1.2.1 };
175308               
175309               static MetaFeature*
175310               _CIM_Phase1SAUsedForPhase2_features[] =
175311               {
175312                   (MetaFeature*)&_CIM_Phase1SAUsedForPhase2_Antecedent,
175313                   (MetaFeature*)&_CIM_Phase1SAUsedForPhase2_Dependent,
175314                   0,
175315               };
175316               
175317               static const char*
175318               __root_cimv2_CIM_Phase1SAUsedForPhase2_qualifiers[] =
175319               {
175320                   /* ASSOCIATION */
175321                   "\000\001",
175322                   /* UMLPackagePath */
175323                   "\057CIM::Network::IPsec",
175324                   /* Version */
175325                   "\0632.8.0",
175326                   0,
175327               };
175328 mike  1.1.2.1 
175329               MetaClass
175330               __root_cimv2_CIM_Phase1SAUsedForPhase2 =
175331               {
175332                   /* flags */
175333                   META_FLAG_ASSOCIATION,
175334                   /* name */
175335                   "CIM_Phase1SAUsedForPhase2",
175336                   /* qualifiers */
175337                   __root_cimv2_CIM_Phase1SAUsedForPhase2_qualifiers,
175338                   /* super */
175339                   &__root_cimv2_CIM_Dependency,
175340                   /* features */
175341                   _CIM_Phase1SAUsedForPhase2_features,
175342               };
175343               
175344               //==============================================================================
175345               //
175346               // Class: CIM_PickerLabelReader
175347               //
175348               //==============================================================================
175349 mike  1.1.2.1 
175350               static const char*
175351               _CIM_PickerLabelReader_Antecedent_qualifiers[] =
175352               {
175353                   /* Override */
175354                   "\044Antecedent",
175355                   0,
175356               };
175357               
175358               static MetaReference
175359               _CIM_PickerLabelReader_Antecedent =
175360               {
175361                   /* flags */
175362                   META_FLAG_REFERENCE|META_FLAG_READ,
175363                   /* name */
175364                   "Antecedent",
175365                   /* qualifiers */
175366                   _CIM_PickerLabelReader_Antecedent_qualifiers,
175367                   /* subscript */
175368                   -1,
175369                   /* refId */
175370 mike  1.1.2.1     &__root_cimv2_CIM_LabelReader,
175371               };
175372               
175373               static const char*
175374               _CIM_PickerLabelReader_Dependent_qualifiers[] =
175375               {
175376                   /* Override */
175377                   "\044Dependent",
175378                   0,
175379               };
175380               
175381               static MetaReference
175382               _CIM_PickerLabelReader_Dependent =
175383               {
175384                   /* flags */
175385                   META_FLAG_REFERENCE|META_FLAG_READ,
175386                   /* name */
175387                   "Dependent",
175388                   /* qualifiers */
175389                   _CIM_PickerLabelReader_Dependent_qualifiers,
175390                   /* subscript */
175391 mike  1.1.2.1     -1,
175392                   /* refId */
175393                   &__root_cimv2_CIM_PickerElement,
175394               };
175395               
175396               static MetaFeature*
175397               _CIM_PickerLabelReader_features[] =
175398               {
175399                   (MetaFeature*)&_CIM_PickerLabelReader_Antecedent,
175400                   (MetaFeature*)&_CIM_PickerLabelReader_Dependent,
175401                   0,
175402               };
175403               
175404               static const char*
175405               __root_cimv2_CIM_PickerLabelReader_qualifiers[] =
175406               {
175407                   /* ASSOCIATION */
175408                   "\000\001",
175409                   /* UMLPackagePath */
175410                   "\057CIM::Device::StorageLib",
175411                   /* Version */
175412 mike  1.1.2.1     "\0632.6.0",
175413                   0,
175414               };
175415               
175416               MetaClass
175417               __root_cimv2_CIM_PickerLabelReader =
175418               {
175419                   /* flags */
175420                   META_FLAG_ASSOCIATION,
175421                   /* name */
175422                   "CIM_PickerLabelReader",
175423                   /* qualifiers */
175424                   __root_cimv2_CIM_PickerLabelReader_qualifiers,
175425                   /* super */
175426                   &__root_cimv2_CIM_AssociatedLabelReader,
175427                   /* features */
175428                   _CIM_PickerLabelReader_features,
175429               };
175430               
175431               //==============================================================================
175432               //
175433 mike  1.1.2.1 // Class: CIM_PolicyActionInPolicyRepository
175434               //
175435               //==============================================================================
175436               
175437               static const char*
175438               _CIM_PolicyActionInPolicyRepository_Antecedent_qualifiers[] =
175439               {
175440                   /* Deprecated */
175441                   "\013\000\001CIM_ReusablePolicy.Antecedent\000",
175442                   /* Override */
175443                   "\044Antecedent",
175444                   /* Max */
175445                   "\027\000\000\000\001",
175446                   0,
175447               };
175448               
175449               static MetaReference
175450               _CIM_PolicyActionInPolicyRepository_Antecedent =
175451               {
175452                   /* flags */
175453                   META_FLAG_REFERENCE|META_FLAG_READ,
175454 mike  1.1.2.1     /* name */
175455                   "Antecedent",
175456                   /* qualifiers */
175457                   _CIM_PolicyActionInPolicyRepository_Antecedent_qualifiers,
175458                   /* subscript */
175459                   -1,
175460                   /* refId */
175461                   &__root_cimv2_CIM_PolicyRepository,
175462               };
175463               
175464               static const char*
175465               _CIM_PolicyActionInPolicyRepository_Dependent_qualifiers[] =
175466               {
175467                   /* Deprecated */
175468                   "\013\000\001CIM_ReusablePolicy.Dependent\000",
175469                   /* Override */
175470                   "\044Dependent",
175471                   0,
175472               };
175473               
175474               static MetaReference
175475 mike  1.1.2.1 _CIM_PolicyActionInPolicyRepository_Dependent =
175476               {
175477                   /* flags */
175478                   META_FLAG_REFERENCE|META_FLAG_READ,
175479                   /* name */
175480                   "Dependent",
175481                   /* qualifiers */
175482                   _CIM_PolicyActionInPolicyRepository_Dependent_qualifiers,
175483                   /* subscript */
175484                   -1,
175485                   /* refId */
175486                   &__root_cimv2_CIM_PolicyAction,
175487               };
175488               
175489               static MetaFeature*
175490               _CIM_PolicyActionInPolicyRepository_features[] =
175491               {
175492                   (MetaFeature*)&_CIM_PolicyActionInPolicyRepository_Antecedent,
175493                   (MetaFeature*)&_CIM_PolicyActionInPolicyRepository_Dependent,
175494                   0,
175495               };
175496 mike  1.1.2.1 
175497               static const char*
175498               __root_cimv2_CIM_PolicyActionInPolicyRepository_qualifiers[] =
175499               {
175500                   /* ASSOCIATION */
175501                   "\000\001",
175502                   /* Deprecated */
175503                   "\013\000\001CIM_ReusablePolicy\000",
175504                   /* UMLPackagePath */
175505                   "\057CIM::Policy",
175506                   /* Version */
175507                   "\0632.7.0",
175508                   0,
175509               };
175510               
175511               MetaClass
175512               __root_cimv2_CIM_PolicyActionInPolicyRepository =
175513               {
175514                   /* flags */
175515                   META_FLAG_ASSOCIATION,
175516                   /* name */
175517 mike  1.1.2.1     "CIM_PolicyActionInPolicyRepository",
175518                   /* qualifiers */
175519                   __root_cimv2_CIM_PolicyActionInPolicyRepository_qualifiers,
175520                   /* super */
175521                   &__root_cimv2_CIM_PolicyInSystem,
175522                   /* features */
175523                   _CIM_PolicyActionInPolicyRepository_features,
175524               };
175525               
175526               //==============================================================================
175527               //
175528               // Class: CIM_PolicyConditionInPolicyRepository
175529               //
175530               //==============================================================================
175531               
175532               static const char*
175533               _CIM_PolicyConditionInPolicyRepository_Antecedent_qualifiers[] =
175534               {
175535                   /* Deprecated */
175536                   "\013\000\001CIM_ReusablePolicy.Antecedent\000",
175537                   /* Override */
175538 mike  1.1.2.1     "\044Antecedent",
175539                   /* Max */
175540                   "\027\000\000\000\001",
175541                   0,
175542               };
175543               
175544               static MetaReference
175545               _CIM_PolicyConditionInPolicyRepository_Antecedent =
175546               {
175547                   /* flags */
175548                   META_FLAG_REFERENCE|META_FLAG_READ,
175549                   /* name */
175550                   "Antecedent",
175551                   /* qualifiers */
175552                   _CIM_PolicyConditionInPolicyRepository_Antecedent_qualifiers,
175553                   /* subscript */
175554                   -1,
175555                   /* refId */
175556                   &__root_cimv2_CIM_PolicyRepository,
175557               };
175558               
175559 mike  1.1.2.1 static const char*
175560               _CIM_PolicyConditionInPolicyRepository_Dependent_qualifiers[] =
175561               {
175562                   /* Deprecated */
175563                   "\013\000\001CIM_ReusablePolicy.Dependent\000",
175564                   /* Override */
175565                   "\044Dependent",
175566                   0,
175567               };
175568               
175569               static MetaReference
175570               _CIM_PolicyConditionInPolicyRepository_Dependent =
175571               {
175572                   /* flags */
175573                   META_FLAG_REFERENCE|META_FLAG_READ,
175574                   /* name */
175575                   "Dependent",
175576                   /* qualifiers */
175577                   _CIM_PolicyConditionInPolicyRepository_Dependent_qualifiers,
175578                   /* subscript */
175579                   -1,
175580 mike  1.1.2.1     /* refId */
175581                   &__root_cimv2_CIM_PolicyCondition,
175582               };
175583               
175584               static MetaFeature*
175585               _CIM_PolicyConditionInPolicyRepository_features[] =
175586               {
175587                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRepository_Antecedent,
175588                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRepository_Dependent,
175589                   0,
175590               };
175591               
175592               static const char*
175593               __root_cimv2_CIM_PolicyConditionInPolicyRepository_qualifiers[] =
175594               {
175595                   /* ASSOCIATION */
175596                   "\000\001",
175597                   /* Deprecated */
175598                   "\013\000\001CIM_ReusablePolicy\000",
175599                   /* UMLPackagePath */
175600                   "\057CIM::Policy",
175601 mike  1.1.2.1     /* Version */
175602                   "\0632.7.0",
175603                   0,
175604               };
175605               
175606               MetaClass
175607               __root_cimv2_CIM_PolicyConditionInPolicyRepository =
175608               {
175609                   /* flags */
175610                   META_FLAG_ASSOCIATION,
175611                   /* name */
175612                   "CIM_PolicyConditionInPolicyRepository",
175613                   /* qualifiers */
175614                   __root_cimv2_CIM_PolicyConditionInPolicyRepository_qualifiers,
175615                   /* super */
175616                   &__root_cimv2_CIM_PolicyInSystem,
175617                   /* features */
175618                   _CIM_PolicyConditionInPolicyRepository_features,
175619               };
175620               
175621               //==============================================================================
175622 mike  1.1.2.1 //
175623               // Class: CIM_PolicyContainerInPolicyContainer
175624               //
175625               //==============================================================================
175626               
175627               static const char*
175628               _CIM_PolicyContainerInPolicyContainer_GroupComponent_qualifiers[] =
175629               {
175630                   /* Aggregate */
175631                   "\003\001",
175632                   /* Override */
175633                   "\044GroupComponent",
175634                   0,
175635               };
175636               
175637               static MetaReference
175638               _CIM_PolicyContainerInPolicyContainer_GroupComponent =
175639               {
175640                   /* flags */
175641                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
175642                   /* name */
175643 mike  1.1.2.1     "GroupComponent",
175644                   /* qualifiers */
175645                   _CIM_PolicyContainerInPolicyContainer_GroupComponent_qualifiers,
175646                   /* subscript */
175647                   -1,
175648                   /* refId */
175649                   &__root_cimv2_CIM_ReusablePolicyContainer,
175650               };
175651               
175652               static const char*
175653               _CIM_PolicyContainerInPolicyContainer_PartComponent_qualifiers[] =
175654               {
175655                   /* Override */
175656                   "\044PartComponent",
175657                   0,
175658               };
175659               
175660               static MetaReference
175661               _CIM_PolicyContainerInPolicyContainer_PartComponent =
175662               {
175663                   /* flags */
175664 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
175665                   /* name */
175666                   "PartComponent",
175667                   /* qualifiers */
175668                   _CIM_PolicyContainerInPolicyContainer_PartComponent_qualifiers,
175669                   /* subscript */
175670                   -1,
175671                   /* refId */
175672                   &__root_cimv2_CIM_ReusablePolicyContainer,
175673               };
175674               
175675               static MetaFeature*
175676               _CIM_PolicyContainerInPolicyContainer_features[] =
175677               {
175678                   (MetaFeature*)&_CIM_PolicyContainerInPolicyContainer_GroupComponent,
175679                   (MetaFeature*)&_CIM_PolicyContainerInPolicyContainer_PartComponent,
175680                   0,
175681               };
175682               
175683               static const char*
175684               __root_cimv2_CIM_PolicyContainerInPolicyContainer_qualifiers[] =
175685 mike  1.1.2.1 {
175686                   /* ASSOCIATION */
175687                   "\000\001",
175688                   /* UMLPackagePath */
175689                   "\057CIM::Policy",
175690                   /* Aggregation */
175691                   "\004\001",
175692                   /* Version */
175693                   "\0632.6.0",
175694                   0,
175695               };
175696               
175697               MetaClass
175698               __root_cimv2_CIM_PolicyContainerInPolicyContainer =
175699               {
175700                   /* flags */
175701                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
175702                   /* name */
175703                   "CIM_PolicyContainerInPolicyContainer",
175704                   /* qualifiers */
175705                   __root_cimv2_CIM_PolicyContainerInPolicyContainer_qualifiers,
175706 mike  1.1.2.1     /* super */
175707                   &__root_cimv2_CIM_SystemComponent,
175708                   /* features */
175709                   _CIM_PolicyContainerInPolicyContainer_features,
175710               };
175711               
175712               //==============================================================================
175713               //
175714               // Class: CIM_PolicyGroupInSystem
175715               //
175716               //==============================================================================
175717               
175718               static const char*
175719               _CIM_PolicyGroupInSystem_Antecedent_qualifiers[] =
175720               {
175721                   /* Override */
175722                   "\044Antecedent",
175723                   /* Min */
175724                   "\033\000\000\000\001",
175725                   /* Max */
175726                   "\027\000\000\000\001",
175727 mike  1.1.2.1     0,
175728               };
175729               
175730               static MetaReference
175731               _CIM_PolicyGroupInSystem_Antecedent =
175732               {
175733                   /* flags */
175734                   META_FLAG_REFERENCE|META_FLAG_READ,
175735                   /* name */
175736                   "Antecedent",
175737                   /* qualifiers */
175738                   _CIM_PolicyGroupInSystem_Antecedent_qualifiers,
175739                   /* subscript */
175740                   -1,
175741                   /* refId */
175742                   &__root_cimv2_CIM_System,
175743               };
175744               
175745               static const char*
175746               _CIM_PolicyGroupInSystem_Dependent_qualifiers[] =
175747               {
175748 mike  1.1.2.1     /* Override */
175749                   "\044Dependent",
175750                   /* Weak */
175751                   "\064\001",
175752                   0,
175753               };
175754               
175755               static MetaReference
175756               _CIM_PolicyGroupInSystem_Dependent =
175757               {
175758                   /* flags */
175759                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
175760                   /* name */
175761                   "Dependent",
175762                   /* qualifiers */
175763                   _CIM_PolicyGroupInSystem_Dependent_qualifiers,
175764                   /* subscript */
175765                   -1,
175766                   /* refId */
175767                   &__root_cimv2_CIM_PolicyGroup,
175768               };
175769 mike  1.1.2.1 
175770               static MetaFeature*
175771               _CIM_PolicyGroupInSystem_features[] =
175772               {
175773                   (MetaFeature*)&_CIM_PolicyGroupInSystem_Antecedent,
175774                   (MetaFeature*)&_CIM_PolicyGroupInSystem_Dependent,
175775                   0,
175776               };
175777               
175778               static const char*
175779               __root_cimv2_CIM_PolicyGroupInSystem_qualifiers[] =
175780               {
175781                   /* ASSOCIATION */
175782                   "\000\001",
175783                   /* UMLPackagePath */
175784                   "\057CIM::Policy",
175785                   /* Version */
175786                   "\0632.6.0",
175787                   0,
175788               };
175789               
175790 mike  1.1.2.1 MetaClass
175791               __root_cimv2_CIM_PolicyGroupInSystem =
175792               {
175793                   /* flags */
175794                   META_FLAG_ASSOCIATION,
175795                   /* name */
175796                   "CIM_PolicyGroupInSystem",
175797                   /* qualifiers */
175798                   __root_cimv2_CIM_PolicyGroupInSystem_qualifiers,
175799                   /* super */
175800                   &__root_cimv2_CIM_PolicySetInSystem,
175801                   /* features */
175802                   _CIM_PolicyGroupInSystem_features,
175803               };
175804               
175805               //==============================================================================
175806               //
175807               // Class: CIM_PolicyRuleInSystem
175808               //
175809               //==============================================================================
175810               
175811 mike  1.1.2.1 static const char*
175812               _CIM_PolicyRuleInSystem_Antecedent_qualifiers[] =
175813               {
175814                   /* Override */
175815                   "\044Antecedent",
175816                   /* Min */
175817                   "\033\000\000\000\001",
175818                   /* Max */
175819                   "\027\000\000\000\001",
175820                   0,
175821               };
175822               
175823               static MetaReference
175824               _CIM_PolicyRuleInSystem_Antecedent =
175825               {
175826                   /* flags */
175827                   META_FLAG_REFERENCE|META_FLAG_READ,
175828                   /* name */
175829                   "Antecedent",
175830                   /* qualifiers */
175831                   _CIM_PolicyRuleInSystem_Antecedent_qualifiers,
175832 mike  1.1.2.1     /* subscript */
175833                   -1,
175834                   /* refId */
175835                   &__root_cimv2_CIM_System,
175836               };
175837               
175838               static const char*
175839               _CIM_PolicyRuleInSystem_Dependent_qualifiers[] =
175840               {
175841                   /* Override */
175842                   "\044Dependent",
175843                   /* Weak */
175844                   "\064\001",
175845                   0,
175846               };
175847               
175848               static MetaReference
175849               _CIM_PolicyRuleInSystem_Dependent =
175850               {
175851                   /* flags */
175852                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
175853 mike  1.1.2.1     /* name */
175854                   "Dependent",
175855                   /* qualifiers */
175856                   _CIM_PolicyRuleInSystem_Dependent_qualifiers,
175857                   /* subscript */
175858                   -1,
175859                   /* refId */
175860                   &__root_cimv2_CIM_PolicyRule,
175861               };
175862               
175863               static MetaFeature*
175864               _CIM_PolicyRuleInSystem_features[] =
175865               {
175866                   (MetaFeature*)&_CIM_PolicyRuleInSystem_Antecedent,
175867                   (MetaFeature*)&_CIM_PolicyRuleInSystem_Dependent,
175868                   0,
175869               };
175870               
175871               static const char*
175872               __root_cimv2_CIM_PolicyRuleInSystem_qualifiers[] =
175873               {
175874 mike  1.1.2.1     /* ASSOCIATION */
175875                   "\000\001",
175876                   /* UMLPackagePath */
175877                   "\057CIM::Policy",
175878                   /* Version */
175879                   "\0632.6.0",
175880                   0,
175881               };
175882               
175883               MetaClass
175884               __root_cimv2_CIM_PolicyRuleInSystem =
175885               {
175886                   /* flags */
175887                   META_FLAG_ASSOCIATION,
175888                   /* name */
175889                   "CIM_PolicyRuleInSystem",
175890                   /* qualifiers */
175891                   __root_cimv2_CIM_PolicyRuleInSystem_qualifiers,
175892                   /* super */
175893                   &__root_cimv2_CIM_PolicySetInSystem,
175894                   /* features */
175895 mike  1.1.2.1     _CIM_PolicyRuleInSystem_features,
175896               };
175897               
175898               //==============================================================================
175899               //
175900               // Class: CIM_PortImplementsEndpoint
175901               //
175902               //==============================================================================
175903               
175904               static const char*
175905               _CIM_PortImplementsEndpoint_Antecedent_qualifiers[] =
175906               {
175907                   /* Override */
175908                   "\044Antecedent",
175909                   0,
175910               };
175911               
175912               static MetaReference
175913               _CIM_PortImplementsEndpoint_Antecedent =
175914               {
175915                   /* flags */
175916 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
175917                   /* name */
175918                   "Antecedent",
175919                   /* qualifiers */
175920                   _CIM_PortImplementsEndpoint_Antecedent_qualifiers,
175921                   /* subscript */
175922                   -1,
175923                   /* refId */
175924                   &__root_cimv2_CIM_LogicalPort,
175925               };
175926               
175927               static const char*
175928               _CIM_PortImplementsEndpoint_Dependent_qualifiers[] =
175929               {
175930                   /* Override */
175931                   "\044Dependent",
175932                   0,
175933               };
175934               
175935               static MetaReference
175936               _CIM_PortImplementsEndpoint_Dependent =
175937 mike  1.1.2.1 {
175938                   /* flags */
175939                   META_FLAG_REFERENCE|META_FLAG_READ,
175940                   /* name */
175941                   "Dependent",
175942                   /* qualifiers */
175943                   _CIM_PortImplementsEndpoint_Dependent_qualifiers,
175944                   /* subscript */
175945                   -1,
175946                   /* refId */
175947                   &__root_cimv2_CIM_ProtocolEndpoint,
175948               };
175949               
175950               static MetaFeature*
175951               _CIM_PortImplementsEndpoint_features[] =
175952               {
175953                   (MetaFeature*)&_CIM_PortImplementsEndpoint_Antecedent,
175954                   (MetaFeature*)&_CIM_PortImplementsEndpoint_Dependent,
175955                   0,
175956               };
175957               
175958 mike  1.1.2.1 static const char*
175959               __root_cimv2_CIM_PortImplementsEndpoint_qualifiers[] =
175960               {
175961                   /* ASSOCIATION */
175962                   "\000\001",
175963                   /* UMLPackagePath */
175964                   "\057CIM::Device::Ports",
175965                   /* Version */
175966                   "\0632.10.0",
175967                   0,
175968               };
175969               
175970               MetaClass
175971               __root_cimv2_CIM_PortImplementsEndpoint =
175972               {
175973                   /* flags */
175974                   META_FLAG_ASSOCIATION,
175975                   /* name */
175976                   "CIM_PortImplementsEndpoint",
175977                   /* qualifiers */
175978                   __root_cimv2_CIM_PortImplementsEndpoint_qualifiers,
175979 mike  1.1.2.1     /* super */
175980                   &__root_cimv2_CIM_DeviceSAPImplementation,
175981                   /* features */
175982                   _CIM_PortImplementsEndpoint_features,
175983               };
175984               
175985               //==============================================================================
175986               //
175987               // Class: CIM_PrecedenceService
175988               //
175989               //==============================================================================
175990               
175991               static const char*
175992               _CIM_PrecedenceService_PrecedenceValue_qualifiers[] =
175993               {
175994                   /* Deprecated */
175995                   "\013\000\001CIM_IPHeadersFilter.HdrDSCP\000",
175996                   0,
175997               };
175998               
175999               static MetaProperty
176000 mike  1.1.2.1 _CIM_PrecedenceService_PrecedenceValue =
176001               {
176002                   /* flags */
176003                   META_FLAG_PROPERTY|META_FLAG_READ,
176004                   /* name */
176005                   "PrecedenceValue",
176006                   /* qualifiers */
176007                   _CIM_PrecedenceService_PrecedenceValue_qualifiers,
176008                   /* type */
176009                   CIMTYPE_UINT8,
176010                   /* subscript */
176011                   -1,
176012                   /* value */
176013                   0,
176014               };
176015               
176016               static MetaFeature*
176017               _CIM_PrecedenceService_features[] =
176018               {
176019                   (MetaFeature*)&_CIM_PrecedenceService_PrecedenceValue,
176020                   0,
176021 mike  1.1.2.1 };
176022               
176023               static const char*
176024               __root_cimv2_CIM_PrecedenceService_qualifiers[] =
176025               {
176026                   /* Deprecated */
176027                   "\013\000\001CIM_QoSService\000",
176028                   /* UMLPackagePath */
176029                   "\057CIM::Network::QoS",
176030                   /* Version */
176031                   "\0632.7.0",
176032                   0,
176033               };
176034               
176035               MetaClass
176036               __root_cimv2_CIM_PrecedenceService =
176037               {
176038                   /* flags */
176039                   META_FLAG_CLASS,
176040                   /* name */
176041                   "CIM_PrecedenceService",
176042 mike  1.1.2.1     /* qualifiers */
176043                   __root_cimv2_CIM_PrecedenceService_qualifiers,
176044                   /* super */
176045                   &__root_cimv2_CIM_QoSService,
176046                   /* features */
176047                   _CIM_PrecedenceService_features,
176048               };
176049               
176050               //==============================================================================
176051               //
176052               // Class: CIM_PrivilegeManagementService
176053               //
176054               //==============================================================================
176055               
176056               static const char*
176057               _CIM_PrivilegeManagementService_AssignAccess_Subject_qualifiers[] =
176058               {
176059                   /* Required */
176060                   "\050\001",
176061                   /* IN */
176062                   "\024\001",
176063 mike  1.1.2.1     0,
176064               };
176065               
176066               static MetaReference
176067               _CIM_PrivilegeManagementService_AssignAccess_Subject =
176068               {
176069                   /* flags */
176070                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
176071                   /* name */
176072                   "Subject",
176073                   /* qualifiers */
176074                   _CIM_PrivilegeManagementService_AssignAccess_Subject_qualifiers,
176075                   /* subscript */
176076                   -1,
176077                   /* ref */
176078                   &__root_cimv2_CIM_ManagedElement,
176079               };
176080               
176081               static const char*
176082               _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted_qualifiers[] =
176083               {
176084 mike  1.1.2.1     /* IN */
176085                   "\024\001",
176086                   /* ModelCorrespondence */
176087                   "\036\000\002CIM_AuthorizedPrivilege.PrivilegeGranted\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176088                   0,
176089               };
176090               
176091               static MetaProperty
176092               _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted =
176093               {
176094                   /* flags */
176095                   META_FLAG_PROPERTY|META_FLAG_IN,
176096                   /* name */
176097                   "PrivilegeGranted",
176098                   /* qualifiers */
176099                   _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted_qualifiers,
176100                   /* type */
176101                   CIMTYPE_BOOLEAN,
176102                   /* subscript */
176103                   -1,
176104                   /* value */
176105 mike  1.1.2.1     0,
176106               };
176107               
176108               static const char*
176109               _CIM_PrivilegeManagementService_AssignAccess_Activities_qualifiers[] =
176110               {
176111                   /* IN */
176112                   "\024\001",
176113                   /* ValueMap */
176114                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..\00016000..65535\000",
176115                   /* Values */
176116                   "\062\000\011Other\000Create\000Delete\000Detect\000Read\000Write\000Execute\000DMTF Reserved\000Vendor Reserved\000",
176117                   /* ArrayType */
176118                   "\005Indexed",
176119                   /* ModelCorrespondence */
176120                   "\036\000\002CIM_AuthorizedPrivilege.Activities\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176121                   0,
176122               };
176123               
176124               static MetaProperty
176125               _CIM_PrivilegeManagementService_AssignAccess_Activities =
176126 mike  1.1.2.1 {
176127                   /* flags */
176128                   META_FLAG_PROPERTY|META_FLAG_IN,
176129                   /* name */
176130                   "Activities",
176131                   /* qualifiers */
176132                   _CIM_PrivilegeManagementService_AssignAccess_Activities_qualifiers,
176133                   /* type */
176134                   CIMTYPE_UINT16,
176135                   /* subscript */
176136                   0,
176137                   /* value */
176138                   0,
176139               };
176140               
176141               static const char*
176142               _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers_qualifiers[] =
176143               {
176144                   /* IN */
176145                   "\024\001",
176146                   /* ArrayType */
176147 mike  1.1.2.1     "\005Indexed",
176148                   /* ModelCorrespondence */
176149                   "\036\000\002CIM_AuthorizedPrivilege.ActivityQualifers\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176150                   0,
176151               };
176152               
176153               static MetaProperty
176154               _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers =
176155               {
176156                   /* flags */
176157                   META_FLAG_PROPERTY|META_FLAG_IN,
176158                   /* name */
176159                   "ActivityQualifiers",
176160                   /* qualifiers */
176161                   _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers_qualifiers,
176162                   /* type */
176163                   CIMTYPE_STRING,
176164                   /* subscript */
176165                   0,
176166                   /* value */
176167                   0,
176168 mike  1.1.2.1 };
176169               
176170               static const char*
176171               _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats_qualifiers[] =
176172               {
176173                   /* IN */
176174                   "\024\001",
176175                   /* ValueMap */
176176                   "\061\000\0122\0003\0004\0005\0006\0007\0008\0009\00010..15999\00016000..65535\000",
176177                   /* Values */
176178                   "\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",
176179                   /* ArrayType */
176180                   "\005Indexed",
176181                   /* ModelCorrespondence */
176182                   "\036\000\002CIM_AuthorizedPrivilege.QualifierFormats\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176183                   0,
176184               };
176185               
176186               static MetaProperty
176187               _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats =
176188               {
176189 mike  1.1.2.1     /* flags */
176190                   META_FLAG_PROPERTY|META_FLAG_IN,
176191                   /* name */
176192                   "QualifierFormats",
176193                   /* qualifiers */
176194                   _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats_qualifiers,
176195                   /* type */
176196                   CIMTYPE_UINT16,
176197                   /* subscript */
176198                   0,
176199                   /* value */
176200                   0,
176201               };
176202               
176203               static const char*
176204               _CIM_PrivilegeManagementService_AssignAccess_Target_qualifiers[] =
176205               {
176206                   /* Required */
176207                   "\050\001",
176208                   /* IN */
176209                   "\024\001",
176210 mike  1.1.2.1     0,
176211               };
176212               
176213               static MetaReference
176214               _CIM_PrivilegeManagementService_AssignAccess_Target =
176215               {
176216                   /* flags */
176217                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
176218                   /* name */
176219                   "Target",
176220                   /* qualifiers */
176221                   _CIM_PrivilegeManagementService_AssignAccess_Target_qualifiers,
176222                   /* subscript */
176223                   -1,
176224                   /* ref */
176225                   &__root_cimv2_CIM_ManagedElement,
176226               };
176227               
176228               static const char*
176229               _CIM_PrivilegeManagementService_AssignAccess_Privilege_qualifiers[] =
176230               {
176231 mike  1.1.2.1     /* IN */
176232                   "\024\001",
176233                   /* OUT */
176234                   "\043\001",
176235                   0,
176236               };
176237               
176238               static MetaReference
176239               _CIM_PrivilegeManagementService_AssignAccess_Privilege =
176240               {
176241                   /* flags */
176242                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
176243                   /* name */
176244                   "Privilege",
176245                   /* qualifiers */
176246                   _CIM_PrivilegeManagementService_AssignAccess_Privilege_qualifiers,
176247                   /* subscript */
176248                   -1,
176249                   /* ref */
176250                   &__root_cimv2_CIM_AuthorizedPrivilege,
176251               };
176252 mike  1.1.2.1 
176253               static MetaFeature*
176254               _CIM_PrivilegeManagementService_AssignAccess_parameters[] =
176255               {
176256                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Subject,
176257                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted,
176258                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Activities,
176259                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers,
176260                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_QualifierFormats,
176261                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Target,
176262                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Privilege,
176263                   0,
176264               };
176265               
176266               static const char*
176267               _CIM_PrivilegeManagementService_AssignAccess_qualifiers[] =
176268               {
176269                   /* ValueMap */
176270                   "\061\000\0160\0001\0002\0003\0004\0005\0006..15999\00016000\00016001\00016002\00016003\00016004\00016005..31999\00032000..65535\000",
176271                   /* Values */
176272                   "\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",
176273 mike  1.1.2.1     0,
176274               };
176275               
176276               static MetaMethod
176277               _CIM_PrivilegeManagementService_AssignAccess =
176278               {
176279                   /* flags */
176280                   META_FLAG_METHOD,
176281                   /* name */
176282                   "CIM_PrivilegeManagementService",
176283                   /* qualifiers */
176284                   _CIM_PrivilegeManagementService_AssignAccess_qualifiers,
176285                   /* type */
176286                   CIMTYPE_UINT32,
176287                   /* parameters */
176288                   _CIM_PrivilegeManagementService_AssignAccess_parameters,
176289               };
176290               
176291               static const char*
176292               _CIM_PrivilegeManagementService_RemoveAccess_Subject_qualifiers[] =
176293               {
176294 mike  1.1.2.1     /* IN */
176295                   "\024\001",
176296                   0,
176297               };
176298               
176299               static MetaReference
176300               _CIM_PrivilegeManagementService_RemoveAccess_Subject =
176301               {
176302                   /* flags */
176303                   META_FLAG_REFERENCE|META_FLAG_IN,
176304                   /* name */
176305                   "Subject",
176306                   /* qualifiers */
176307                   _CIM_PrivilegeManagementService_RemoveAccess_Subject_qualifiers,
176308                   /* subscript */
176309                   -1,
176310                   /* ref */
176311                   &__root_cimv2_CIM_ManagedElement,
176312               };
176313               
176314               static const char*
176315 mike  1.1.2.1 _CIM_PrivilegeManagementService_RemoveAccess_Privilege_qualifiers[] =
176316               {
176317                   /* IN */
176318                   "\024\001",
176319                   0,
176320               };
176321               
176322               static MetaReference
176323               _CIM_PrivilegeManagementService_RemoveAccess_Privilege =
176324               {
176325                   /* flags */
176326                   META_FLAG_REFERENCE|META_FLAG_IN,
176327                   /* name */
176328                   "Privilege",
176329                   /* qualifiers */
176330                   _CIM_PrivilegeManagementService_RemoveAccess_Privilege_qualifiers,
176331                   /* subscript */
176332                   -1,
176333                   /* ref */
176334                   &__root_cimv2_CIM_AuthorizedPrivilege,
176335               };
176336 mike  1.1.2.1 
176337               static const char*
176338               _CIM_PrivilegeManagementService_RemoveAccess_Target_qualifiers[] =
176339               {
176340                   /* IN */
176341                   "\024\001",
176342                   0,
176343               };
176344               
176345               static MetaReference
176346               _CIM_PrivilegeManagementService_RemoveAccess_Target =
176347               {
176348                   /* flags */
176349                   META_FLAG_REFERENCE|META_FLAG_IN,
176350                   /* name */
176351                   "Target",
176352                   /* qualifiers */
176353                   _CIM_PrivilegeManagementService_RemoveAccess_Target_qualifiers,
176354                   /* subscript */
176355                   -1,
176356                   /* ref */
176357 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
176358               };
176359               
176360               static MetaFeature*
176361               _CIM_PrivilegeManagementService_RemoveAccess_parameters[] =
176362               {
176363                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Subject,
176364                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Privilege,
176365                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Target,
176366                   0,
176367               };
176368               
176369               static const char*
176370               _CIM_PrivilegeManagementService_RemoveAccess_qualifiers[] =
176371               {
176372                   /* ValueMap */
176373                   "\061\000\0150\0001\0002\0003\0004\0005\0006..15999\00016000\00016001\00016002\00016003\00016004..32767\00032768..65535\000",
176374                   /* Values */
176375                   "\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",
176376                   0,
176377               };
176378 mike  1.1.2.1 
176379               static MetaMethod
176380               _CIM_PrivilegeManagementService_RemoveAccess =
176381               {
176382                   /* flags */
176383                   META_FLAG_METHOD,
176384                   /* name */
176385                   "CIM_PrivilegeManagementService",
176386                   /* qualifiers */
176387                   _CIM_PrivilegeManagementService_RemoveAccess_qualifiers,
176388                   /* type */
176389                   CIMTYPE_UINT32,
176390                   /* parameters */
176391                   _CIM_PrivilegeManagementService_RemoveAccess_parameters,
176392               };
176393               
176394               static MetaFeature*
176395               _CIM_PrivilegeManagementService_features[] =
176396               {
176397                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess,
176398                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess,
176399 mike  1.1.2.1     0,
176400               };
176401               
176402               static const char*
176403               __root_cimv2_CIM_PrivilegeManagementService_qualifiers[] =
176404               {
176405                   /* UMLPackagePath */
176406                   "\057CIM::User::PrivilegeManagementService",
176407                   /* Version */
176408                   "\0632.8.0",
176409                   0,
176410               };
176411               
176412               MetaClass
176413               __root_cimv2_CIM_PrivilegeManagementService =
176414               {
176415                   /* flags */
176416                   META_FLAG_CLASS,
176417                   /* name */
176418                   "CIM_PrivilegeManagementService",
176419                   /* qualifiers */
176420 mike  1.1.2.1     __root_cimv2_CIM_PrivilegeManagementService_qualifiers,
176421                   /* super */
176422                   &__root_cimv2_CIM_AuthorizationService,
176423                   /* features */
176424                   _CIM_PrivilegeManagementService_features,
176425               };
176426               
176427               //==============================================================================
176428               //
176429               // Class: CIM_ProvidesEndpoint
176430               //
176431               //==============================================================================
176432               
176433               static const char*
176434               _CIM_ProvidesEndpoint_Antecedent_qualifiers[] =
176435               {
176436                   /* Override */
176437                   "\044Antecedent",
176438                   0,
176439               };
176440               
176441 mike  1.1.2.1 static MetaReference
176442               _CIM_ProvidesEndpoint_Antecedent =
176443               {
176444                   /* flags */
176445                   META_FLAG_REFERENCE|META_FLAG_READ,
176446                   /* name */
176447                   "Antecedent",
176448                   /* qualifiers */
176449                   _CIM_ProvidesEndpoint_Antecedent_qualifiers,
176450                   /* subscript */
176451                   -1,
176452                   /* refId */
176453                   &__root_cimv2_CIM_Service,
176454               };
176455               
176456               static const char*
176457               _CIM_ProvidesEndpoint_Dependent_qualifiers[] =
176458               {
176459                   /* Override */
176460                   "\044Dependent",
176461                   0,
176462 mike  1.1.2.1 };
176463               
176464               static MetaReference
176465               _CIM_ProvidesEndpoint_Dependent =
176466               {
176467                   /* flags */
176468                   META_FLAG_REFERENCE|META_FLAG_READ,
176469                   /* name */
176470                   "Dependent",
176471                   /* qualifiers */
176472                   _CIM_ProvidesEndpoint_Dependent_qualifiers,
176473                   /* subscript */
176474                   -1,
176475                   /* refId */
176476                   &__root_cimv2_CIM_ProtocolEndpoint,
176477               };
176478               
176479               static MetaFeature*
176480               _CIM_ProvidesEndpoint_features[] =
176481               {
176482                   (MetaFeature*)&_CIM_ProvidesEndpoint_Antecedent,
176483 mike  1.1.2.1     (MetaFeature*)&_CIM_ProvidesEndpoint_Dependent,
176484                   0,
176485               };
176486               
176487               static const char*
176488               __root_cimv2_CIM_ProvidesEndpoint_qualifiers[] =
176489               {
176490                   /* ASSOCIATION */
176491                   "\000\001",
176492                   /* UMLPackagePath */
176493                   "\057CIM::Core::Service",
176494                   /* Version */
176495                   "\0632.10.0",
176496                   0,
176497               };
176498               
176499               MetaClass
176500               __root_cimv2_CIM_ProvidesEndpoint =
176501               {
176502                   /* flags */
176503                   META_FLAG_ASSOCIATION,
176504 mike  1.1.2.1     /* name */
176505                   "CIM_ProvidesEndpoint",
176506                   /* qualifiers */
176507                   __root_cimv2_CIM_ProvidesEndpoint_qualifiers,
176508                   /* super */
176509                   &__root_cimv2_CIM_ServiceAccessBySAP,
176510                   /* features */
176511                   _CIM_ProvidesEndpoint_features,
176512               };
176513               
176514               //==============================================================================
176515               //
176516               // Class: CIM_PublicKeyManagementService
176517               //
176518               //==============================================================================
176519               
176520               static MetaFeature*
176521               _CIM_PublicKeyManagementService_features[] =
176522               {
176523                   0,
176524               };
176525 mike  1.1.2.1 
176526               static const char*
176527               __root_cimv2_CIM_PublicKeyManagementService_qualifiers[] =
176528               {
176529                   /* UMLPackagePath */
176530                   "\057CIM::User::PublicKey",
176531                   /* Version */
176532                   "\0632.6.0",
176533                   0,
176534               };
176535               
176536               MetaClass
176537               __root_cimv2_CIM_PublicKeyManagementService =
176538               {
176539                   /* flags */
176540                   META_FLAG_CLASS,
176541                   /* name */
176542                   "CIM_PublicKeyManagementService",
176543                   /* qualifiers */
176544                   __root_cimv2_CIM_PublicKeyManagementService_qualifiers,
176545                   /* super */
176546 mike  1.1.2.1     &__root_cimv2_CIM_LocalCredentialManagementService,
176547                   /* features */
176548                   _CIM_PublicKeyManagementService_features,
176549               };
176550               
176551               //==============================================================================
176552               //
176553               // Class: CIM_QoSConditioningSubService
176554               //
176555               //==============================================================================
176556               
176557               static const char*
176558               _CIM_QoSConditioningSubService_GroupComponent_qualifiers[] =
176559               {
176560                   /* Aggregate */
176561                   "\003\001",
176562                   /* Override */
176563                   "\044GroupComponent",
176564                   0,
176565               };
176566               
176567 mike  1.1.2.1 static MetaReference
176568               _CIM_QoSConditioningSubService_GroupComponent =
176569               {
176570                   /* flags */
176571                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
176572                   /* name */
176573                   "GroupComponent",
176574                   /* qualifiers */
176575                   _CIM_QoSConditioningSubService_GroupComponent_qualifiers,
176576                   /* subscript */
176577                   -1,
176578                   /* refId */
176579                   &__root_cimv2_CIM_QoSService,
176580               };
176581               
176582               static const char*
176583               _CIM_QoSConditioningSubService_PartComponent_qualifiers[] =
176584               {
176585                   /* Override */
176586                   "\044PartComponent",
176587                   0,
176588 mike  1.1.2.1 };
176589               
176590               static MetaReference
176591               _CIM_QoSConditioningSubService_PartComponent =
176592               {
176593                   /* flags */
176594                   META_FLAG_REFERENCE|META_FLAG_READ,
176595                   /* name */
176596                   "PartComponent",
176597                   /* qualifiers */
176598                   _CIM_QoSConditioningSubService_PartComponent_qualifiers,
176599                   /* subscript */
176600                   -1,
176601                   /* refId */
176602                   &__root_cimv2_CIM_ConditioningService,
176603               };
176604               
176605               static MetaFeature*
176606               _CIM_QoSConditioningSubService_features[] =
176607               {
176608                   (MetaFeature*)&_CIM_QoSConditioningSubService_GroupComponent,
176609 mike  1.1.2.1     (MetaFeature*)&_CIM_QoSConditioningSubService_PartComponent,
176610                   0,
176611               };
176612               
176613               static const char*
176614               __root_cimv2_CIM_QoSConditioningSubService_qualifiers[] =
176615               {
176616                   /* ASSOCIATION */
176617                   "\000\001",
176618                   /* UMLPackagePath */
176619                   "\057CIM::Network::QoS",
176620                   /* Aggregation */
176621                   "\004\001",
176622                   /* Version */
176623                   "\0632.7.0",
176624                   0,
176625               };
176626               
176627               MetaClass
176628               __root_cimv2_CIM_QoSConditioningSubService =
176629               {
176630 mike  1.1.2.1     /* flags */
176631                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
176632                   /* name */
176633                   "CIM_QoSConditioningSubService",
176634                   /* qualifiers */
176635                   __root_cimv2_CIM_QoSConditioningSubService_qualifiers,
176636                   /* super */
176637                   &__root_cimv2_CIM_ServiceComponent,
176638                   /* features */
176639                   _CIM_QoSConditioningSubService_features,
176640               };
176641               
176642               //==============================================================================
176643               //
176644               // Class: CIM_QueueAllocation
176645               //
176646               //==============================================================================
176647               
176648               static const char*
176649               _CIM_QueueAllocation_Antecedent_qualifiers[] =
176650               {
176651 mike  1.1.2.1     /* Override */
176652                   "\044Antecedent",
176653                   0,
176654               };
176655               
176656               static MetaReference
176657               _CIM_QueueAllocation_Antecedent =
176658               {
176659                   /* flags */
176660                   META_FLAG_REFERENCE|META_FLAG_READ,
176661                   /* name */
176662                   "Antecedent",
176663                   /* qualifiers */
176664                   _CIM_QueueAllocation_Antecedent_qualifiers,
176665                   /* subscript */
176666                   -1,
176667                   /* refId */
176668                   &__root_cimv2_CIM_BufferPool,
176669               };
176670               
176671               static const char*
176672 mike  1.1.2.1 _CIM_QueueAllocation_Dependent_qualifiers[] =
176673               {
176674                   /* Override */
176675                   "\044Dependent",
176676                   0,
176677               };
176678               
176679               static MetaReference
176680               _CIM_QueueAllocation_Dependent =
176681               {
176682                   /* flags */
176683                   META_FLAG_REFERENCE|META_FLAG_READ,
176684                   /* name */
176685                   "Dependent",
176686                   /* qualifiers */
176687                   _CIM_QueueAllocation_Dependent_qualifiers,
176688                   /* subscript */
176689                   -1,
176690                   /* refId */
176691                   &__root_cimv2_CIM_QueuingService,
176692               };
176693 mike  1.1.2.1 
176694               static const char*
176695               _CIM_QueueAllocation_AllocationPercentage_qualifiers[] =
176696               {
176697                   /* Units */
176698                   "\060Percent",
176699                   /* MinValue */
176700                   "\035\000\000\000\000\000\000\000\000",
176701                   /* MaxValue */
176702                   "\031\000\000\000\000\000\000\000\144",
176703                   0,
176704               };
176705               
176706               static MetaProperty
176707               _CIM_QueueAllocation_AllocationPercentage =
176708               {
176709                   /* flags */
176710                   META_FLAG_PROPERTY|META_FLAG_READ,
176711                   /* name */
176712                   "AllocationPercentage",
176713                   /* qualifiers */
176714 mike  1.1.2.1     _CIM_QueueAllocation_AllocationPercentage_qualifiers,
176715                   /* type */
176716                   CIMTYPE_UINT8,
176717                   /* subscript */
176718                   -1,
176719                   /* value */
176720                   0,
176721               };
176722               
176723               static MetaFeature*
176724               _CIM_QueueAllocation_features[] =
176725               {
176726                   (MetaFeature*)&_CIM_QueueAllocation_Antecedent,
176727                   (MetaFeature*)&_CIM_QueueAllocation_Dependent,
176728                   (MetaFeature*)&_CIM_QueueAllocation_AllocationPercentage,
176729                   0,
176730               };
176731               
176732               static const char*
176733               __root_cimv2_CIM_QueueAllocation_qualifiers[] =
176734               {
176735 mike  1.1.2.1     /* ASSOCIATION */
176736                   "\000\001",
176737                   /* UMLPackagePath */
176738                   "\057CIM::Network::QoS",
176739                   /* Version */
176740                   "\0632.6.0",
176741                   0,
176742               };
176743               
176744               MetaClass
176745               __root_cimv2_CIM_QueueAllocation =
176746               {
176747                   /* flags */
176748                   META_FLAG_ASSOCIATION,
176749                   /* name */
176750                   "CIM_QueueAllocation",
176751                   /* qualifiers */
176752                   __root_cimv2_CIM_QueueAllocation_qualifiers,
176753                   /* super */
176754                   &__root_cimv2_CIM_Dependency,
176755                   /* features */
176756 mike  1.1.2.1     _CIM_QueueAllocation_features,
176757               };
176758               
176759               //==============================================================================
176760               //
176761               // Class: CIM_QueueHierarchy
176762               //
176763               //==============================================================================
176764               
176765               static const char*
176766               _CIM_QueueHierarchy_Antecedent_qualifiers[] =
176767               {
176768                   /* Deprecated */
176769                   "\013\000\001No value\000",
176770                   /* Override */
176771                   "\044Antecedent",
176772                   0,
176773               };
176774               
176775               static MetaReference
176776               _CIM_QueueHierarchy_Antecedent =
176777 mike  1.1.2.1 {
176778                   /* flags */
176779                   META_FLAG_REFERENCE|META_FLAG_READ,
176780                   /* name */
176781                   "Antecedent",
176782                   /* qualifiers */
176783                   _CIM_QueueHierarchy_Antecedent_qualifiers,
176784                   /* subscript */
176785                   -1,
176786                   /* refId */
176787                   &__root_cimv2_CIM_QueuingService,
176788               };
176789               
176790               static const char*
176791               _CIM_QueueHierarchy_Dependent_qualifiers[] =
176792               {
176793                   /* Deprecated */
176794                   "\013\000\001No value\000",
176795                   /* Override */
176796                   "\044Dependent",
176797                   /* Max */
176798 mike  1.1.2.1     "\027\000\000\000\001",
176799                   0,
176800               };
176801               
176802               static MetaReference
176803               _CIM_QueueHierarchy_Dependent =
176804               {
176805                   /* flags */
176806                   META_FLAG_REFERENCE|META_FLAG_READ,
176807                   /* name */
176808                   "Dependent",
176809                   /* qualifiers */
176810                   _CIM_QueueHierarchy_Dependent_qualifiers,
176811                   /* subscript */
176812                   -1,
176813                   /* refId */
176814                   &__root_cimv2_CIM_QueuingService,
176815               };
176816               
176817               static MetaFeature*
176818               _CIM_QueueHierarchy_features[] =
176819 mike  1.1.2.1 {
176820                   (MetaFeature*)&_CIM_QueueHierarchy_Antecedent,
176821                   (MetaFeature*)&_CIM_QueueHierarchy_Dependent,
176822                   0,
176823               };
176824               
176825               static const char*
176826               __root_cimv2_CIM_QueueHierarchy_qualifiers[] =
176827               {
176828                   /* ASSOCIATION */
176829                   "\000\001",
176830                   /* Deprecated */
176831                   "\013\000\001No value\000",
176832                   /* UMLPackagePath */
176833                   "\057CIM::Network::QoS",
176834                   /* Version */
176835                   "\0632.7.0",
176836                   0,
176837               };
176838               
176839               MetaClass
176840 mike  1.1.2.1 __root_cimv2_CIM_QueueHierarchy =
176841               {
176842                   /* flags */
176843                   META_FLAG_ASSOCIATION,
176844                   /* name */
176845                   "CIM_QueueHierarchy",
176846                   /* qualifiers */
176847                   __root_cimv2_CIM_QueueHierarchy_qualifiers,
176848                   /* super */
176849                   &__root_cimv2_CIM_ServiceServiceDependency,
176850                   /* features */
176851                   _CIM_QueueHierarchy_features,
176852               };
176853               
176854               //==============================================================================
176855               //
176856               // Class: CIM_QueueToSchedule
176857               //
176858               //==============================================================================
176859               
176860               static const char*
176861 mike  1.1.2.1 _CIM_QueueToSchedule_Queue_qualifiers[] =
176862               {
176863                   /* Key */
176864                   "\025\001",
176865                   /* Max */
176866                   "\027\000\000\000\001",
176867                   0,
176868               };
176869               
176870               static MetaReference
176871               _CIM_QueueToSchedule_Queue =
176872               {
176873                   /* flags */
176874                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
176875                   /* name */
176876                   "Queue",
176877                   /* qualifiers */
176878                   _CIM_QueueToSchedule_Queue_qualifiers,
176879                   /* subscript */
176880                   -1,
176881                   /* refId */
176882 mike  1.1.2.1     &__root_cimv2_CIM_QueuingService,
176883               };
176884               
176885               static const char*
176886               _CIM_QueueToSchedule_SchedElement_qualifiers[] =
176887               {
176888                   /* Key */
176889                   "\025\001",
176890                   0,
176891               };
176892               
176893               static MetaReference
176894               _CIM_QueueToSchedule_SchedElement =
176895               {
176896                   /* flags */
176897                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
176898                   /* name */
176899                   "SchedElement",
176900                   /* qualifiers */
176901                   _CIM_QueueToSchedule_SchedElement_qualifiers,
176902                   /* subscript */
176903 mike  1.1.2.1     -1,
176904                   /* refId */
176905                   &__root_cimv2_CIM_SchedulingElement,
176906               };
176907               
176908               static MetaFeature*
176909               _CIM_QueueToSchedule_features[] =
176910               {
176911                   (MetaFeature*)&_CIM_QueueToSchedule_Queue,
176912                   (MetaFeature*)&_CIM_QueueToSchedule_SchedElement,
176913                   0,
176914               };
176915               
176916               static const char*
176917               __root_cimv2_CIM_QueueToSchedule_qualifiers[] =
176918               {
176919                   /* ASSOCIATION */
176920                   "\000\001",
176921                   /* UMLPackagePath */
176922                   "\057CIM::Network::QoS",
176923                   /* Version */
176924 mike  1.1.2.1     "\0632.7.0",
176925                   0,
176926               };
176927               
176928               MetaClass
176929               __root_cimv2_CIM_QueueToSchedule =
176930               {
176931                   /* flags */
176932                   META_FLAG_ASSOCIATION,
176933                   /* name */
176934                   "CIM_QueueToSchedule",
176935                   /* qualifiers */
176936                   __root_cimv2_CIM_QueueToSchedule_qualifiers,
176937                   /* super */
176938                   0,
176939                   /* features */
176940                   _CIM_QueueToSchedule_features,
176941               };
176942               
176943               //==============================================================================
176944               //
176945 mike  1.1.2.1 // Class: CIM_RealizedOnSide
176946               //
176947               //==============================================================================
176948               
176949               static const char*
176950               _CIM_RealizedOnSide_Antecedent_qualifiers[] =
176951               {
176952                   /* Override */
176953                   "\044Antecedent",
176954                   /* Max */
176955                   "\027\000\000\000\001",
176956                   0,
176957               };
176958               
176959               static MetaReference
176960               _CIM_RealizedOnSide_Antecedent =
176961               {
176962                   /* flags */
176963                   META_FLAG_REFERENCE|META_FLAG_READ,
176964                   /* name */
176965                   "Antecedent",
176966 mike  1.1.2.1     /* qualifiers */
176967                   _CIM_RealizedOnSide_Antecedent_qualifiers,
176968                   /* subscript */
176969                   -1,
176970                   /* refId */
176971                   &__root_cimv2_CIM_PhysicalMedia,
176972               };
176973               
176974               static const char*
176975               _CIM_RealizedOnSide_Dependent_qualifiers[] =
176976               {
176977                   /* Override */
176978                   "\044Dependent",
176979                   0,
176980               };
176981               
176982               static MetaReference
176983               _CIM_RealizedOnSide_Dependent =
176984               {
176985                   /* flags */
176986                   META_FLAG_REFERENCE|META_FLAG_READ,
176987 mike  1.1.2.1     /* name */
176988                   "Dependent",
176989                   /* qualifiers */
176990                   _CIM_RealizedOnSide_Dependent_qualifiers,
176991                   /* subscript */
176992                   -1,
176993                   /* refId */
176994                   &__root_cimv2_CIM_StorageExtent,
176995               };
176996               
176997               static const char*
176998               _CIM_RealizedOnSide_Side_qualifiers[] =
176999               {
177000                   /* ValueMap */
177001                   "\061\000\0050\0001\0002\0003\0004\000",
177002                   /* Values */
177003                   "\062\000\005Unknown\000Side 0\000Side 1\000Side A\000Side B\000",
177004                   0,
177005               };
177006               
177007               static MetaProperty
177008 mike  1.1.2.1 _CIM_RealizedOnSide_Side =
177009               {
177010                   /* flags */
177011                   META_FLAG_PROPERTY|META_FLAG_READ,
177012                   /* name */
177013                   "Side",
177014                   /* qualifiers */
177015                   _CIM_RealizedOnSide_Side_qualifiers,
177016                   /* type */
177017                   CIMTYPE_UINT16,
177018                   /* subscript */
177019                   -1,
177020                   /* value */
177021                   0,
177022               };
177023               
177024               static MetaFeature*
177025               _CIM_RealizedOnSide_features[] =
177026               {
177027                   (MetaFeature*)&_CIM_RealizedOnSide_Antecedent,
177028                   (MetaFeature*)&_CIM_RealizedOnSide_Dependent,
177029 mike  1.1.2.1     (MetaFeature*)&_CIM_RealizedOnSide_Side,
177030                   0,
177031               };
177032               
177033               static const char*
177034               __root_cimv2_CIM_RealizedOnSide_qualifiers[] =
177035               {
177036                   /* ASSOCIATION */
177037                   "\000\001",
177038                   /* UMLPackagePath */
177039                   "\057CIM::Device::StorageExtents",
177040                   /* Version */
177041                   "\0632.6.0",
177042                   0,
177043               };
177044               
177045               MetaClass
177046               __root_cimv2_CIM_RealizedOnSide =
177047               {
177048                   /* flags */
177049                   META_FLAG_ASSOCIATION,
177050 mike  1.1.2.1     /* name */
177051                   "CIM_RealizedOnSide",
177052                   /* qualifiers */
177053                   __root_cimv2_CIM_RealizedOnSide_qualifiers,
177054                   /* super */
177055                   &__root_cimv2_CIM_RealizesExtent,
177056                   /* features */
177057                   _CIM_RealizedOnSide_features,
177058               };
177059               
177060               //==============================================================================
177061               //
177062               // Class: CIM_RealizesAggregatePExtent
177063               //
177064               //==============================================================================
177065               
177066               static const char*
177067               _CIM_RealizesAggregatePExtent_Antecedent_qualifiers[] =
177068               {
177069                   /* Deprecated */
177070                   "\013\000\001CIM_RealizesExtent.Antecedent\000",
177071 mike  1.1.2.1     /* Override */
177072                   "\044Antecedent",
177073                   /* Max */
177074                   "\027\000\000\000\001",
177075                   0,
177076               };
177077               
177078               static MetaReference
177079               _CIM_RealizesAggregatePExtent_Antecedent =
177080               {
177081                   /* flags */
177082                   META_FLAG_REFERENCE|META_FLAG_READ,
177083                   /* name */
177084                   "Antecedent",
177085                   /* qualifiers */
177086                   _CIM_RealizesAggregatePExtent_Antecedent_qualifiers,
177087                   /* subscript */
177088                   -1,
177089                   /* refId */
177090                   &__root_cimv2_CIM_PhysicalMedia,
177091               };
177092 mike  1.1.2.1 
177093               static const char*
177094               _CIM_RealizesAggregatePExtent_Dependent_qualifiers[] =
177095               {
177096                   /* Deprecated */
177097                   "\013\000\001CIM_RealizesExtent.Dependent\000",
177098                   /* Override */
177099                   "\044Dependent",
177100                   0,
177101               };
177102               
177103               static MetaReference
177104               _CIM_RealizesAggregatePExtent_Dependent =
177105               {
177106                   /* flags */
177107                   META_FLAG_REFERENCE|META_FLAG_READ,
177108                   /* name */
177109                   "Dependent",
177110                   /* qualifiers */
177111                   _CIM_RealizesAggregatePExtent_Dependent_qualifiers,
177112                   /* subscript */
177113 mike  1.1.2.1     -1,
177114                   /* refId */
177115                   &__root_cimv2_CIM_AggregatePExtent,
177116               };
177117               
177118               static MetaFeature*
177119               _CIM_RealizesAggregatePExtent_features[] =
177120               {
177121                   (MetaFeature*)&_CIM_RealizesAggregatePExtent_Antecedent,
177122                   (MetaFeature*)&_CIM_RealizesAggregatePExtent_Dependent,
177123                   0,
177124               };
177125               
177126               static const char*
177127               __root_cimv2_CIM_RealizesAggregatePExtent_qualifiers[] =
177128               {
177129                   /* ASSOCIATION */
177130                   "\000\001",
177131                   /* Deprecated */
177132                   "\013\000\001CIM_RealizesExtent\000",
177133                   /* UMLPackagePath */
177134 mike  1.1.2.1     "\057CIM::Device::SccExtents",
177135                   /* Version */
177136                   "\0632.7.0",
177137                   0,
177138               };
177139               
177140               MetaClass
177141               __root_cimv2_CIM_RealizesAggregatePExtent =
177142               {
177143                   /* flags */
177144                   META_FLAG_ASSOCIATION,
177145                   /* name */
177146                   "CIM_RealizesAggregatePExtent",
177147                   /* qualifiers */
177148                   __root_cimv2_CIM_RealizesAggregatePExtent_qualifiers,
177149                   /* super */
177150                   &__root_cimv2_CIM_RealizesExtent,
177151                   /* features */
177152                   _CIM_RealizesAggregatePExtent_features,
177153               };
177154               
177155 mike  1.1.2.1 //==============================================================================
177156               //
177157               // Class: CIM_RealizesDiskPartition
177158               //
177159               //==============================================================================
177160               
177161               static const char*
177162               _CIM_RealizesDiskPartition_Antecedent_qualifiers[] =
177163               {
177164                   /* Override */
177165                   "\044Antecedent",
177166                   /* Max */
177167                   "\027\000\000\000\001",
177168                   0,
177169               };
177170               
177171               static MetaReference
177172               _CIM_RealizesDiskPartition_Antecedent =
177173               {
177174                   /* flags */
177175                   META_FLAG_REFERENCE|META_FLAG_READ,
177176 mike  1.1.2.1     /* name */
177177                   "Antecedent",
177178                   /* qualifiers */
177179                   _CIM_RealizesDiskPartition_Antecedent_qualifiers,
177180                   /* subscript */
177181                   -1,
177182                   /* refId */
177183                   &__root_cimv2_CIM_PhysicalMedia,
177184               };
177185               
177186               static const char*
177187               _CIM_RealizesDiskPartition_Dependent_qualifiers[] =
177188               {
177189                   /* Override */
177190                   "\044Dependent",
177191                   0,
177192               };
177193               
177194               static MetaReference
177195               _CIM_RealizesDiskPartition_Dependent =
177196               {
177197 mike  1.1.2.1     /* flags */
177198                   META_FLAG_REFERENCE|META_FLAG_READ,
177199                   /* name */
177200                   "Dependent",
177201                   /* qualifiers */
177202                   _CIM_RealizesDiskPartition_Dependent_qualifiers,
177203                   /* subscript */
177204                   -1,
177205                   /* refId */
177206                   &__root_cimv2_CIM_DiskPartition,
177207               };
177208               
177209               static MetaFeature*
177210               _CIM_RealizesDiskPartition_features[] =
177211               {
177212                   (MetaFeature*)&_CIM_RealizesDiskPartition_Antecedent,
177213                   (MetaFeature*)&_CIM_RealizesDiskPartition_Dependent,
177214                   0,
177215               };
177216               
177217               static const char*
177218 mike  1.1.2.1 __root_cimv2_CIM_RealizesDiskPartition_qualifiers[] =
177219               {
177220                   /* ASSOCIATION */
177221                   "\000\001",
177222                   /* UMLPackagePath */
177223                   "\057CIM::Device::StorageExtents",
177224                   /* Version */
177225                   "\0632.6.0",
177226                   0,
177227               };
177228               
177229               MetaClass
177230               __root_cimv2_CIM_RealizesDiskPartition =
177231               {
177232                   /* flags */
177233                   META_FLAG_ASSOCIATION,
177234                   /* name */
177235                   "CIM_RealizesDiskPartition",
177236                   /* qualifiers */
177237                   __root_cimv2_CIM_RealizesDiskPartition_qualifiers,
177238                   /* super */
177239 mike  1.1.2.1     &__root_cimv2_CIM_RealizesExtent,
177240                   /* features */
177241                   _CIM_RealizesDiskPartition_features,
177242               };
177243               
177244               //==============================================================================
177245               //
177246               // Class: CIM_RealizesTapePartition
177247               //
177248               //==============================================================================
177249               
177250               static const char*
177251               _CIM_RealizesTapePartition_Antecedent_qualifiers[] =
177252               {
177253                   /* Override */
177254                   "\044Antecedent",
177255                   /* Max */
177256                   "\027\000\000\000\001",
177257                   0,
177258               };
177259               
177260 mike  1.1.2.1 static MetaReference
177261               _CIM_RealizesTapePartition_Antecedent =
177262               {
177263                   /* flags */
177264                   META_FLAG_REFERENCE|META_FLAG_READ,
177265                   /* name */
177266                   "Antecedent",
177267                   /* qualifiers */
177268                   _CIM_RealizesTapePartition_Antecedent_qualifiers,
177269                   /* subscript */
177270                   -1,
177271                   /* refId */
177272                   &__root_cimv2_CIM_PhysicalTape,
177273               };
177274               
177275               static const char*
177276               _CIM_RealizesTapePartition_Dependent_qualifiers[] =
177277               {
177278                   /* Override */
177279                   "\044Dependent",
177280                   0,
177281 mike  1.1.2.1 };
177282               
177283               static MetaReference
177284               _CIM_RealizesTapePartition_Dependent =
177285               {
177286                   /* flags */
177287                   META_FLAG_REFERENCE|META_FLAG_READ,
177288                   /* name */
177289                   "Dependent",
177290                   /* qualifiers */
177291                   _CIM_RealizesTapePartition_Dependent_qualifiers,
177292                   /* subscript */
177293                   -1,
177294                   /* refId */
177295                   &__root_cimv2_CIM_TapePartition,
177296               };
177297               
177298               static MetaFeature*
177299               _CIM_RealizesTapePartition_features[] =
177300               {
177301                   (MetaFeature*)&_CIM_RealizesTapePartition_Antecedent,
177302 mike  1.1.2.1     (MetaFeature*)&_CIM_RealizesTapePartition_Dependent,
177303                   0,
177304               };
177305               
177306               static const char*
177307               __root_cimv2_CIM_RealizesTapePartition_qualifiers[] =
177308               {
177309                   /* ASSOCIATION */
177310                   "\000\001",
177311                   /* UMLPackagePath */
177312                   "\057CIM::Device::StorageExtents",
177313                   /* Version */
177314                   "\0632.6.0",
177315                   0,
177316               };
177317               
177318               MetaClass
177319               __root_cimv2_CIM_RealizesTapePartition =
177320               {
177321                   /* flags */
177322                   META_FLAG_ASSOCIATION,
177323 mike  1.1.2.1     /* name */
177324                   "CIM_RealizesTapePartition",
177325                   /* qualifiers */
177326                   __root_cimv2_CIM_RealizesTapePartition_qualifiers,
177327                   /* super */
177328                   &__root_cimv2_CIM_RealizesExtent,
177329                   /* features */
177330                   _CIM_RealizesTapePartition_features,
177331               };
177332               
177333               //==============================================================================
177334               //
177335               // Class: CIM_RebootAction
177336               //
177337               //==============================================================================
177338               
177339               static MetaFeature*
177340               _CIM_RebootAction_features[] =
177341               {
177342                   0,
177343               };
177344 mike  1.1.2.1 
177345               static const char*
177346               __root_cimv2_CIM_RebootAction_qualifiers[] =
177347               {
177348                   /* UMLPackagePath */
177349                   "\057CIM::Application::CheckAction",
177350                   /* Version */
177351                   "\0632.6.0",
177352                   0,
177353               };
177354               
177355               MetaClass
177356               __root_cimv2_CIM_RebootAction =
177357               {
177358                   /* flags */
177359                   META_FLAG_CLASS,
177360                   /* name */
177361                   "CIM_RebootAction",
177362                   /* qualifiers */
177363                   __root_cimv2_CIM_RebootAction_qualifiers,
177364                   /* super */
177365 mike  1.1.2.1     &__root_cimv2_CIM_Action,
177366                   /* features */
177367                   _CIM_RebootAction_features,
177368               };
177369               
177370               //==============================================================================
177371               //
177372               // Class: CIM_ReflectorClientService
177373               //
177374               //==============================================================================
177375               
177376               static const char*
177377               _CIM_ReflectorClientService_Antecedent_qualifiers[] =
177378               {
177379                   /* Override */
177380                   "\044Antecedent",
177381                   /* Max */
177382                   "\027\000\000\000\001",
177383                   0,
177384               };
177385               
177386 mike  1.1.2.1 static MetaReference
177387               _CIM_ReflectorClientService_Antecedent =
177388               {
177389                   /* flags */
177390                   META_FLAG_REFERENCE|META_FLAG_READ,
177391                   /* name */
177392                   "Antecedent",
177393                   /* qualifiers */
177394                   _CIM_ReflectorClientService_Antecedent_qualifiers,
177395                   /* subscript */
177396                   -1,
177397                   /* refId */
177398                   &__root_cimv2_CIM_BGPCluster,
177399               };
177400               
177401               static const char*
177402               _CIM_ReflectorClientService_Dependent_qualifiers[] =
177403               {
177404                   /* Override */
177405                   "\044Dependent",
177406                   /* Min */
177407 mike  1.1.2.1     "\033\000\000\000\001",
177408                   0,
177409               };
177410               
177411               static MetaReference
177412               _CIM_ReflectorClientService_Dependent =
177413               {
177414                   /* flags */
177415                   META_FLAG_REFERENCE|META_FLAG_READ,
177416                   /* name */
177417                   "Dependent",
177418                   /* qualifiers */
177419                   _CIM_ReflectorClientService_Dependent_qualifiers,
177420                   /* subscript */
177421                   -1,
177422                   /* refId */
177423                   &__root_cimv2_CIM_BGPService,
177424               };
177425               
177426               static MetaFeature*
177427               _CIM_ReflectorClientService_features[] =
177428 mike  1.1.2.1 {
177429                   (MetaFeature*)&_CIM_ReflectorClientService_Antecedent,
177430                   (MetaFeature*)&_CIM_ReflectorClientService_Dependent,
177431                   0,
177432               };
177433               
177434               static const char*
177435               __root_cimv2_CIM_ReflectorClientService_qualifiers[] =
177436               {
177437                   /* ASSOCIATION */
177438                   "\000\001",
177439                   /* UMLPackagePath */
177440                   "\057CIM::Network::BGP",
177441                   /* Version */
177442                   "\0632.6.0",
177443                   0,
177444               };
177445               
177446               MetaClass
177447               __root_cimv2_CIM_ReflectorClientService =
177448               {
177449 mike  1.1.2.1     /* flags */
177450                   META_FLAG_ASSOCIATION,
177451                   /* name */
177452                   "CIM_ReflectorClientService",
177453                   /* qualifiers */
177454                   __root_cimv2_CIM_ReflectorClientService_qualifiers,
177455                   /* super */
177456                   &__root_cimv2_CIM_Dependency,
177457                   /* features */
177458                   _CIM_ReflectorClientService_features,
177459               };
177460               
177461               //==============================================================================
177462               //
177463               // Class: CIM_ReflectorNonClientService
177464               //
177465               //==============================================================================
177466               
177467               static const char*
177468               _CIM_ReflectorNonClientService_Antecedent_qualifiers[] =
177469               {
177470 mike  1.1.2.1     /* Override */
177471                   "\044Antecedent",
177472                   /* Max */
177473                   "\027\000\000\000\001",
177474                   0,
177475               };
177476               
177477               static MetaReference
177478               _CIM_ReflectorNonClientService_Antecedent =
177479               {
177480                   /* flags */
177481                   META_FLAG_REFERENCE|META_FLAG_READ,
177482                   /* name */
177483                   "Antecedent",
177484                   /* qualifiers */
177485                   _CIM_ReflectorNonClientService_Antecedent_qualifiers,
177486                   /* subscript */
177487                   -1,
177488                   /* refId */
177489                   &__root_cimv2_CIM_BGPCluster,
177490               };
177491 mike  1.1.2.1 
177492               static const char*
177493               _CIM_ReflectorNonClientService_Dependent_qualifiers[] =
177494               {
177495                   /* Override */
177496                   "\044Dependent",
177497                   0,
177498               };
177499               
177500               static MetaReference
177501               _CIM_ReflectorNonClientService_Dependent =
177502               {
177503                   /* flags */
177504                   META_FLAG_REFERENCE|META_FLAG_READ,
177505                   /* name */
177506                   "Dependent",
177507                   /* qualifiers */
177508                   _CIM_ReflectorNonClientService_Dependent_qualifiers,
177509                   /* subscript */
177510                   -1,
177511                   /* refId */
177512 mike  1.1.2.1     &__root_cimv2_CIM_BGPService,
177513               };
177514               
177515               static MetaFeature*
177516               _CIM_ReflectorNonClientService_features[] =
177517               {
177518                   (MetaFeature*)&_CIM_ReflectorNonClientService_Antecedent,
177519                   (MetaFeature*)&_CIM_ReflectorNonClientService_Dependent,
177520                   0,
177521               };
177522               
177523               static const char*
177524               __root_cimv2_CIM_ReflectorNonClientService_qualifiers[] =
177525               {
177526                   /* ASSOCIATION */
177527                   "\000\001",
177528                   /* UMLPackagePath */
177529                   "\057CIM::Network::BGP",
177530                   /* Version */
177531                   "\0632.6.0",
177532                   0,
177533 mike  1.1.2.1 };
177534               
177535               MetaClass
177536               __root_cimv2_CIM_ReflectorNonClientService =
177537               {
177538                   /* flags */
177539                   META_FLAG_ASSOCIATION,
177540                   /* name */
177541                   "CIM_ReflectorNonClientService",
177542                   /* qualifiers */
177543                   __root_cimv2_CIM_ReflectorNonClientService_qualifiers,
177544                   /* super */
177545                   &__root_cimv2_CIM_Dependency,
177546                   /* features */
177547                   _CIM_ReflectorNonClientService_features,
177548               };
177549               
177550               //==============================================================================
177551               //
177552               // Class: CIM_ReflectorService
177553               //
177554 mike  1.1.2.1 //==============================================================================
177555               
177556               static const char*
177557               _CIM_ReflectorService_Antecedent_qualifiers[] =
177558               {
177559                   /* Override */
177560                   "\044Antecedent",
177561                   /* Max */
177562                   "\027\000\000\000\001",
177563                   0,
177564               };
177565               
177566               static MetaReference
177567               _CIM_ReflectorService_Antecedent =
177568               {
177569                   /* flags */
177570                   META_FLAG_REFERENCE|META_FLAG_READ,
177571                   /* name */
177572                   "Antecedent",
177573                   /* qualifiers */
177574                   _CIM_ReflectorService_Antecedent_qualifiers,
177575 mike  1.1.2.1     /* subscript */
177576                   -1,
177577                   /* refId */
177578                   &__root_cimv2_CIM_BGPCluster,
177579               };
177580               
177581               static const char*
177582               _CIM_ReflectorService_Dependent_qualifiers[] =
177583               {
177584                   /* Override */
177585                   "\044Dependent",
177586                   /* Min */
177587                   "\033\000\000\000\001",
177588                   0,
177589               };
177590               
177591               static MetaReference
177592               _CIM_ReflectorService_Dependent =
177593               {
177594                   /* flags */
177595                   META_FLAG_REFERENCE|META_FLAG_READ,
177596 mike  1.1.2.1     /* name */
177597                   "Dependent",
177598                   /* qualifiers */
177599                   _CIM_ReflectorService_Dependent_qualifiers,
177600                   /* subscript */
177601                   -1,
177602                   /* refId */
177603                   &__root_cimv2_CIM_BGPService,
177604               };
177605               
177606               static MetaFeature*
177607               _CIM_ReflectorService_features[] =
177608               {
177609                   (MetaFeature*)&_CIM_ReflectorService_Antecedent,
177610                   (MetaFeature*)&_CIM_ReflectorService_Dependent,
177611                   0,
177612               };
177613               
177614               static const char*
177615               __root_cimv2_CIM_ReflectorService_qualifiers[] =
177616               {
177617 mike  1.1.2.1     /* ASSOCIATION */
177618                   "\000\001",
177619                   /* UMLPackagePath */
177620                   "\057CIM::Network::BGP",
177621                   /* Version */
177622                   "\0632.6.0",
177623                   0,
177624               };
177625               
177626               MetaClass
177627               __root_cimv2_CIM_ReflectorService =
177628               {
177629                   /* flags */
177630                   META_FLAG_ASSOCIATION,
177631                   /* name */
177632                   "CIM_ReflectorService",
177633                   /* qualifiers */
177634                   __root_cimv2_CIM_ReflectorService_qualifiers,
177635                   /* super */
177636                   &__root_cimv2_CIM_Dependency,
177637                   /* features */
177638 mike  1.1.2.1     _CIM_ReflectorService_features,
177639               };
177640               
177641               //==============================================================================
177642               //
177643               // Class: CIM_RemotePort
177644               //
177645               //==============================================================================
177646               
177647               static const char*
177648               _CIM_RemotePort_PortInfo_qualifiers[] =
177649               {
177650                   /* ModelCorrespondence */
177651                   "\036\000\001CIM_RemotePort.PortProtocol\000",
177652                   0,
177653               };
177654               
177655               static MetaProperty
177656               _CIM_RemotePort_PortInfo =
177657               {
177658                   /* flags */
177659 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
177660                   /* name */
177661                   "PortInfo",
177662                   /* qualifiers */
177663                   _CIM_RemotePort_PortInfo_qualifiers,
177664                   /* type */
177665                   CIMTYPE_STRING,
177666                   /* subscript */
177667                   -1,
177668                   /* value */
177669                   0,
177670               };
177671               
177672               static const char*
177673               _CIM_RemotePort_PortProtocol_qualifiers[] =
177674               {
177675                   /* ValueMap */
177676                   "\061\000\0041\0002\0003\00032768..65535\000",
177677                   /* Values */
177678                   "\062\000\004Other\000TCP\000UDP\000Vendor Specific\000",
177679                   /* ModelCorrespondence */
177680 mike  1.1.2.1     "\036\000\001CIM_RemotePort.OtherProtocolDescription\000",
177681                   0,
177682               };
177683               
177684               static MetaProperty
177685               _CIM_RemotePort_PortProtocol =
177686               {
177687                   /* flags */
177688                   META_FLAG_PROPERTY|META_FLAG_READ,
177689                   /* name */
177690                   "PortProtocol",
177691                   /* qualifiers */
177692                   _CIM_RemotePort_PortProtocol_qualifiers,
177693                   /* type */
177694                   CIMTYPE_UINT16,
177695                   /* subscript */
177696                   -1,
177697                   /* value */
177698                   0,
177699               };
177700               
177701 mike  1.1.2.1 static const char*
177702               _CIM_RemotePort_OtherProtocolDescription_qualifiers[] =
177703               {
177704                   /* ModelCorrespondence */
177705                   "\036\000\001CIM_RemotePort.PortProtocol\000",
177706                   0,
177707               };
177708               
177709               static MetaProperty
177710               _CIM_RemotePort_OtherProtocolDescription =
177711               {
177712                   /* flags */
177713                   META_FLAG_PROPERTY|META_FLAG_READ,
177714                   /* name */
177715                   "OtherProtocolDescription",
177716                   /* qualifiers */
177717                   _CIM_RemotePort_OtherProtocolDescription_qualifiers,
177718                   /* type */
177719                   CIMTYPE_STRING,
177720                   /* subscript */
177721                   -1,
177722 mike  1.1.2.1     /* value */
177723                   0,
177724               };
177725               
177726               static MetaFeature*
177727               _CIM_RemotePort_features[] =
177728               {
177729                   (MetaFeature*)&_CIM_RemotePort_PortInfo,
177730                   (MetaFeature*)&_CIM_RemotePort_PortProtocol,
177731                   (MetaFeature*)&_CIM_RemotePort_OtherProtocolDescription,
177732                   0,
177733               };
177734               
177735               static const char*
177736               __root_cimv2_CIM_RemotePort_qualifiers[] =
177737               {
177738                   /* UMLPackagePath */
177739                   "\057CIM::Core::Service",
177740                   /* Version */
177741                   "\0632.7.0",
177742                   0,
177743 mike  1.1.2.1 };
177744               
177745               MetaClass
177746               __root_cimv2_CIM_RemotePort =
177747               {
177748                   /* flags */
177749                   META_FLAG_CLASS,
177750                   /* name */
177751                   "CIM_RemotePort",
177752                   /* qualifiers */
177753                   __root_cimv2_CIM_RemotePort_qualifiers,
177754                   /* super */
177755                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
177756                   /* features */
177757                   _CIM_RemotePort_features,
177758               };
177759               
177760               //==============================================================================
177761               //
177762               // Class: CIM_RemoveDirectoryAction
177763               //
177764 mike  1.1.2.1 //==============================================================================
177765               
177766               static const char*
177767               _CIM_RemoveDirectoryAction_MustBeEmpty_qualifiers[] =
177768               {
177769                   0,
177770               };
177771               
177772               static MetaProperty
177773               _CIM_RemoveDirectoryAction_MustBeEmpty =
177774               {
177775                   /* flags */
177776                   META_FLAG_PROPERTY|META_FLAG_READ,
177777                   /* name */
177778                   "MustBeEmpty",
177779                   /* qualifiers */
177780                   _CIM_RemoveDirectoryAction_MustBeEmpty_qualifiers,
177781                   /* type */
177782                   CIMTYPE_BOOLEAN,
177783                   /* subscript */
177784                   -1,
177785 mike  1.1.2.1     /* value */
177786                   0,
177787               };
177788               
177789               static MetaFeature*
177790               _CIM_RemoveDirectoryAction_features[] =
177791               {
177792                   (MetaFeature*)&_CIM_RemoveDirectoryAction_MustBeEmpty,
177793                   0,
177794               };
177795               
177796               static const char*
177797               __root_cimv2_CIM_RemoveDirectoryAction_qualifiers[] =
177798               {
177799                   /* UMLPackagePath */
177800                   "\057CIM::Application::CheckAction",
177801                   /* Version */
177802                   "\0632.6.0",
177803                   0,
177804               };
177805               
177806 mike  1.1.2.1 MetaClass
177807               __root_cimv2_CIM_RemoveDirectoryAction =
177808               {
177809                   /* flags */
177810                   META_FLAG_CLASS,
177811                   /* name */
177812                   "CIM_RemoveDirectoryAction",
177813                   /* qualifiers */
177814                   __root_cimv2_CIM_RemoveDirectoryAction_qualifiers,
177815                   /* super */
177816                   &__root_cimv2_CIM_DirectoryAction,
177817                   /* features */
177818                   _CIM_RemoveDirectoryAction_features,
177819               };
177820               
177821               //==============================================================================
177822               //
177823               // Class: CIM_RemoveFileAction
177824               //
177825               //==============================================================================
177826               
177827 mike  1.1.2.1 static const char*
177828               _CIM_RemoveFileAction_File_qualifiers[] =
177829               {
177830                   /* MaxLen */
177831                   "\030\000\000\004\000",
177832                   0,
177833               };
177834               
177835               static MetaProperty
177836               _CIM_RemoveFileAction_File =
177837               {
177838                   /* flags */
177839                   META_FLAG_PROPERTY|META_FLAG_READ,
177840                   /* name */
177841                   "File",
177842                   /* qualifiers */
177843                   _CIM_RemoveFileAction_File_qualifiers,
177844                   /* type */
177845                   CIMTYPE_STRING,
177846                   /* subscript */
177847                   -1,
177848 mike  1.1.2.1     /* value */
177849                   0,
177850               };
177851               
177852               static MetaFeature*
177853               _CIM_RemoveFileAction_features[] =
177854               {
177855                   (MetaFeature*)&_CIM_RemoveFileAction_File,
177856                   0,
177857               };
177858               
177859               static const char*
177860               __root_cimv2_CIM_RemoveFileAction_qualifiers[] =
177861               {
177862                   /* UMLPackagePath */
177863                   "\057CIM::Application::CheckAction",
177864                   /* Version */
177865                   "\0632.6.0",
177866                   0,
177867               };
177868               
177869 mike  1.1.2.1 MetaClass
177870               __root_cimv2_CIM_RemoveFileAction =
177871               {
177872                   /* flags */
177873                   META_FLAG_CLASS,
177874                   /* name */
177875                   "CIM_RemoveFileAction",
177876                   /* qualifiers */
177877                   __root_cimv2_CIM_RemoveFileAction_qualifiers,
177878                   /* super */
177879                   &__root_cimv2_CIM_FileAction,
177880                   /* features */
177881                   _CIM_RemoveFileAction_features,
177882               };
177883               
177884               //==============================================================================
177885               //
177886               // Class: CIM_RequireCredentialsFrom
177887               //
177888               //==============================================================================
177889               
177890 mike  1.1.2.1 static const char*
177891               _CIM_RequireCredentialsFrom_Antecedent_qualifiers[] =
177892               {
177893                   /* Deprecated */
177894                   "\013\000\001CIM_AuthenticationCondition\000",
177895                   /* Override */
177896                   "\044Antecedent",
177897                   0,
177898               };
177899               
177900               static MetaReference
177901               _CIM_RequireCredentialsFrom_Antecedent =
177902               {
177903                   /* flags */
177904                   META_FLAG_REFERENCE|META_FLAG_READ,
177905                   /* name */
177906                   "Antecedent",
177907                   /* qualifiers */
177908                   _CIM_RequireCredentialsFrom_Antecedent_qualifiers,
177909                   /* subscript */
177910                   -1,
177911 mike  1.1.2.1     /* refId */
177912                   &__root_cimv2_CIM_CredentialManagementService,
177913               };
177914               
177915               static const char*
177916               _CIM_RequireCredentialsFrom_Dependent_qualifiers[] =
177917               {
177918                   /* Deprecated */
177919                   "\013\000\001CIM_AuthenticationRule\000",
177920                   /* Override */
177921                   "\044Dependent",
177922                   0,
177923               };
177924               
177925               static MetaReference
177926               _CIM_RequireCredentialsFrom_Dependent =
177927               {
177928                   /* flags */
177929                   META_FLAG_REFERENCE|META_FLAG_READ,
177930                   /* name */
177931                   "Dependent",
177932 mike  1.1.2.1     /* qualifiers */
177933                   _CIM_RequireCredentialsFrom_Dependent_qualifiers,
177934                   /* subscript */
177935                   -1,
177936                   /* refId */
177937                   &__root_cimv2_CIM_AuthenticationRequirement,
177938               };
177939               
177940               static MetaFeature*
177941               _CIM_RequireCredentialsFrom_features[] =
177942               {
177943                   (MetaFeature*)&_CIM_RequireCredentialsFrom_Antecedent,
177944                   (MetaFeature*)&_CIM_RequireCredentialsFrom_Dependent,
177945                   0,
177946               };
177947               
177948               static const char*
177949               __root_cimv2_CIM_RequireCredentialsFrom_qualifiers[] =
177950               {
177951                   /* ASSOCIATION */
177952                   "\000\001",
177953 mike  1.1.2.1     /* Deprecated */
177954                   "\013\000\002CIM_AuthenticationCondition\000CIM_AuthenticationRule\000",
177955                   /* UMLPackagePath */
177956                   "\057CIM::User::AuthenticationReqmt",
177957                   /* Version */
177958                   "\0632.8.0",
177959                   0,
177960               };
177961               
177962               MetaClass
177963               __root_cimv2_CIM_RequireCredentialsFrom =
177964               {
177965                   /* flags */
177966                   META_FLAG_ASSOCIATION,
177967                   /* name */
177968                   "CIM_RequireCredentialsFrom",
177969                   /* qualifiers */
177970                   __root_cimv2_CIM_RequireCredentialsFrom_qualifiers,
177971                   /* super */
177972                   &__root_cimv2_CIM_Dependency,
177973                   /* features */
177974 mike  1.1.2.1     _CIM_RequireCredentialsFrom_features,
177975               };
177976               
177977               //==============================================================================
177978               //
177979               // Class: CIM_ReusablePolicy
177980               //
177981               //==============================================================================
177982               
177983               static const char*
177984               _CIM_ReusablePolicy_Antecedent_qualifiers[] =
177985               {
177986                   /* Override */
177987                   "\044Antecedent",
177988                   /* Max */
177989                   "\027\000\000\000\001",
177990                   0,
177991               };
177992               
177993               static MetaReference
177994               _CIM_ReusablePolicy_Antecedent =
177995 mike  1.1.2.1 {
177996                   /* flags */
177997                   META_FLAG_REFERENCE|META_FLAG_READ,
177998                   /* name */
177999                   "Antecedent",
178000                   /* qualifiers */
178001                   _CIM_ReusablePolicy_Antecedent_qualifiers,
178002                   /* subscript */
178003                   -1,
178004                   /* refId */
178005                   &__root_cimv2_CIM_ReusablePolicyContainer,
178006               };
178007               
178008               static const char*
178009               _CIM_ReusablePolicy_Dependent_qualifiers[] =
178010               {
178011                   /* Override */
178012                   "\044Dependent",
178013                   0,
178014               };
178015               
178016 mike  1.1.2.1 static MetaReference
178017               _CIM_ReusablePolicy_Dependent =
178018               {
178019                   /* flags */
178020                   META_FLAG_REFERENCE|META_FLAG_READ,
178021                   /* name */
178022                   "Dependent",
178023                   /* qualifiers */
178024                   _CIM_ReusablePolicy_Dependent_qualifiers,
178025                   /* subscript */
178026                   -1,
178027                   /* refId */
178028                   &__root_cimv2_CIM_Policy,
178029               };
178030               
178031               static MetaFeature*
178032               _CIM_ReusablePolicy_features[] =
178033               {
178034                   (MetaFeature*)&_CIM_ReusablePolicy_Antecedent,
178035                   (MetaFeature*)&_CIM_ReusablePolicy_Dependent,
178036                   0,
178037 mike  1.1.2.1 };
178038               
178039               static const char*
178040               __root_cimv2_CIM_ReusablePolicy_qualifiers[] =
178041               {
178042                   /* ASSOCIATION */
178043                   "\000\001",
178044                   /* UMLPackagePath */
178045                   "\057CIM::Policy",
178046                   /* Version */
178047                   "\0632.6.0",
178048                   0,
178049               };
178050               
178051               MetaClass
178052               __root_cimv2_CIM_ReusablePolicy =
178053               {
178054                   /* flags */
178055                   META_FLAG_ASSOCIATION,
178056                   /* name */
178057                   "CIM_ReusablePolicy",
178058 mike  1.1.2.1     /* qualifiers */
178059                   __root_cimv2_CIM_ReusablePolicy_qualifiers,
178060                   /* super */
178061                   &__root_cimv2_CIM_PolicyInSystem,
178062                   /* features */
178063                   _CIM_ReusablePolicy_features,
178064               };
178065               
178066               //==============================================================================
178067               //
178068               // Class: CIM_RouteForwardedByService
178069               //
178070               //==============================================================================
178071               
178072               static const char*
178073               _CIM_RouteForwardedByService_Antecedent_qualifiers[] =
178074               {
178075                   /* Deprecated */
178076                   "\013\000\001No value\000",
178077                   /* Override */
178078                   "\044Antecedent",
178079 mike  1.1.2.1     /* Min */
178080                   "\033\000\000\000\001",
178081                   0,
178082               };
178083               
178084               static MetaReference
178085               _CIM_RouteForwardedByService_Antecedent =
178086               {
178087                   /* flags */
178088                   META_FLAG_REFERENCE|META_FLAG_READ,
178089                   /* name */
178090                   "Antecedent",
178091                   /* qualifiers */
178092                   _CIM_RouteForwardedByService_Antecedent_qualifiers,
178093                   /* subscript */
178094                   -1,
178095                   /* refId */
178096                   &__root_cimv2_CIM_ForwardingService,
178097               };
178098               
178099               static const char*
178100 mike  1.1.2.1 _CIM_RouteForwardedByService_Dependent_qualifiers[] =
178101               {
178102                   /* Deprecated */
178103                   "\013\000\001No value\000",
178104                   /* Override */
178105                   "\044Dependent",
178106                   0,
178107               };
178108               
178109               static MetaReference
178110               _CIM_RouteForwardedByService_Dependent =
178111               {
178112                   /* flags */
178113                   META_FLAG_REFERENCE|META_FLAG_READ,
178114                   /* name */
178115                   "Dependent",
178116                   /* qualifiers */
178117                   _CIM_RouteForwardedByService_Dependent_qualifiers,
178118                   /* subscript */
178119                   -1,
178120                   /* refId */
178121 mike  1.1.2.1     &__root_cimv2_CIM_NextHopRouting,
178122               };
178123               
178124               static const char*
178125               _CIM_RouteForwardedByService_AdminDistance_qualifiers[] =
178126               {
178127                   /* Deprecated */
178128                   "\013\000\001CIM_NextHopRoute.AdminDistance\000",
178129                   0,
178130               };
178131               
178132               static MetaProperty
178133               _CIM_RouteForwardedByService_AdminDistance =
178134               {
178135                   /* flags */
178136                   META_FLAG_PROPERTY|META_FLAG_READ,
178137                   /* name */
178138                   "AdminDistance",
178139                   /* qualifiers */
178140                   _CIM_RouteForwardedByService_AdminDistance_qualifiers,
178141                   /* type */
178142 mike  1.1.2.1     CIMTYPE_UINT16,
178143                   /* subscript */
178144                   -1,
178145                   /* value */
178146                   0,
178147               };
178148               
178149               static const char*
178150               _CIM_RouteForwardedByService_PathMetric_qualifiers[] =
178151               {
178152                   /* Deprecated */
178153                   "\013\000\001CIM_NextHopRoute.RouteMetric\000",
178154                   0,
178155               };
178156               
178157               static MetaProperty
178158               _CIM_RouteForwardedByService_PathMetric =
178159               {
178160                   /* flags */
178161                   META_FLAG_PROPERTY|META_FLAG_READ,
178162                   /* name */
178163 mike  1.1.2.1     "PathMetric",
178164                   /* qualifiers */
178165                   _CIM_RouteForwardedByService_PathMetric_qualifiers,
178166                   /* type */
178167                   CIMTYPE_UINT16,
178168                   /* subscript */
178169                   -1,
178170                   /* value */
178171                   0,
178172               };
178173               
178174               static MetaFeature*
178175               _CIM_RouteForwardedByService_features[] =
178176               {
178177                   (MetaFeature*)&_CIM_RouteForwardedByService_Antecedent,
178178                   (MetaFeature*)&_CIM_RouteForwardedByService_Dependent,
178179                   (MetaFeature*)&_CIM_RouteForwardedByService_AdminDistance,
178180                   (MetaFeature*)&_CIM_RouteForwardedByService_PathMetric,
178181                   0,
178182               };
178183               
178184 mike  1.1.2.1 static const char*
178185               __root_cimv2_CIM_RouteForwardedByService_qualifiers[] =
178186               {
178187                   /* ASSOCIATION */
178188                   "\000\001",
178189                   /* Deprecated */
178190                   "\013\000\001No value\000",
178191                   /* UMLPackagePath */
178192                   "\057CIM::Network::Routes",
178193                   /* Version */
178194                   "\0632.7.0",
178195                   0,
178196               };
178197               
178198               MetaClass
178199               __root_cimv2_CIM_RouteForwardedByService =
178200               {
178201                   /* flags */
178202                   META_FLAG_ASSOCIATION,
178203                   /* name */
178204                   "CIM_RouteForwardedByService",
178205 mike  1.1.2.1     /* qualifiers */
178206                   __root_cimv2_CIM_RouteForwardedByService_qualifiers,
178207                   /* super */
178208                   &__root_cimv2_CIM_Dependency,
178209                   /* features */
178210                   _CIM_RouteForwardedByService_features,
178211               };
178212               
178213               //==============================================================================
178214               //
178215               // Class: CIM_RoutesBGP
178216               //
178217               //==============================================================================
178218               
178219               static const char*
178220               _CIM_RoutesBGP_Antecedent_qualifiers[] =
178221               {
178222                   /* Override */
178223                   "\044Antecedent",
178224                   /* Max */
178225                   "\027\000\000\000\002",
178226 mike  1.1.2.1     0,
178227               };
178228               
178229               static MetaReference
178230               _CIM_RoutesBGP_Antecedent =
178231               {
178232                   /* flags */
178233                   META_FLAG_REFERENCE|META_FLAG_READ,
178234                   /* name */
178235                   "Antecedent",
178236                   /* qualifiers */
178237                   _CIM_RoutesBGP_Antecedent_qualifiers,
178238                   /* subscript */
178239                   -1,
178240                   /* refId */
178241                   &__root_cimv2_CIM_BGPProtocolEndpoint,
178242               };
178243               
178244               static const char*
178245               _CIM_RoutesBGP_Dependent_qualifiers[] =
178246               {
178247 mike  1.1.2.1     /* Override */
178248                   "\044Dependent",
178249                   /* Min */
178250                   "\033\000\000\000\001",
178251                   0,
178252               };
178253               
178254               static MetaReference
178255               _CIM_RoutesBGP_Dependent =
178256               {
178257                   /* flags */
178258                   META_FLAG_REFERENCE|META_FLAG_READ,
178259                   /* name */
178260                   "Dependent",
178261                   /* qualifiers */
178262                   _CIM_RoutesBGP_Dependent_qualifiers,
178263                   /* subscript */
178264                   -1,
178265                   /* refId */
178266                   &__root_cimv2_CIM_BGPIPRoute,
178267               };
178268 mike  1.1.2.1 
178269               static MetaFeature*
178270               _CIM_RoutesBGP_features[] =
178271               {
178272                   (MetaFeature*)&_CIM_RoutesBGP_Antecedent,
178273                   (MetaFeature*)&_CIM_RoutesBGP_Dependent,
178274                   0,
178275               };
178276               
178277               static const char*
178278               __root_cimv2_CIM_RoutesBGP_qualifiers[] =
178279               {
178280                   /* ASSOCIATION */
178281                   "\000\001",
178282                   /* UMLPackagePath */
178283                   "\057CIM::Network::BGP",
178284                   /* Version */
178285                   "\0632.6.0",
178286                   0,
178287               };
178288               
178289 mike  1.1.2.1 MetaClass
178290               __root_cimv2_CIM_RoutesBGP =
178291               {
178292                   /* flags */
178293                   META_FLAG_ASSOCIATION,
178294                   /* name */
178295                   "CIM_RoutesBGP",
178296                   /* qualifiers */
178297                   __root_cimv2_CIM_RoutesBGP_qualifiers,
178298                   /* super */
178299                   &__root_cimv2_CIM_Dependency,
178300                   /* features */
178301                   _CIM_RoutesBGP_features,
178302               };
178303               
178304               //==============================================================================
178305               //
178306               // Class: CIM_RuleThatGeneratedSA
178307               //
178308               //==============================================================================
178309               
178310 mike  1.1.2.1 static const char*
178311               _CIM_RuleThatGeneratedSA_Antecedent_qualifiers[] =
178312               {
178313                   /* Override */
178314                   "\044Antecedent",
178315                   /* Min */
178316                   "\033\000\000\000\000",
178317                   /* Max */
178318                   "\027\000\000\000\001",
178319                   0,
178320               };
178321               
178322               static MetaReference
178323               _CIM_RuleThatGeneratedSA_Antecedent =
178324               {
178325                   /* flags */
178326                   META_FLAG_REFERENCE|META_FLAG_READ,
178327                   /* name */
178328                   "Antecedent",
178329                   /* qualifiers */
178330                   _CIM_RuleThatGeneratedSA_Antecedent_qualifiers,
178331 mike  1.1.2.1     /* subscript */
178332                   -1,
178333                   /* refId */
178334                   &__root_cimv2_CIM_SARule,
178335               };
178336               
178337               static const char*
178338               _CIM_RuleThatGeneratedSA_Dependent_qualifiers[] =
178339               {
178340                   /* Override */
178341                   "\044Dependent",
178342                   0,
178343               };
178344               
178345               static MetaReference
178346               _CIM_RuleThatGeneratedSA_Dependent =
178347               {
178348                   /* flags */
178349                   META_FLAG_REFERENCE|META_FLAG_READ,
178350                   /* name */
178351                   "Dependent",
178352 mike  1.1.2.1     /* qualifiers */
178353                   _CIM_RuleThatGeneratedSA_Dependent_qualifiers,
178354                   /* subscript */
178355                   -1,
178356                   /* refId */
178357                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
178358               };
178359               
178360               static MetaFeature*
178361               _CIM_RuleThatGeneratedSA_features[] =
178362               {
178363                   (MetaFeature*)&_CIM_RuleThatGeneratedSA_Antecedent,
178364                   (MetaFeature*)&_CIM_RuleThatGeneratedSA_Dependent,
178365                   0,
178366               };
178367               
178368               static const char*
178369               __root_cimv2_CIM_RuleThatGeneratedSA_qualifiers[] =
178370               {
178371                   /* ASSOCIATION */
178372                   "\000\001",
178373 mike  1.1.2.1     /* UMLPackagePath */
178374                   "\057CIM::IPsecPolicy",
178375                   /* Version */
178376                   "\0632.8.0",
178377                   0,
178378               };
178379               
178380               MetaClass
178381               __root_cimv2_CIM_RuleThatGeneratedSA =
178382               {
178383                   /* flags */
178384                   META_FLAG_ASSOCIATION,
178385                   /* name */
178386                   "CIM_RuleThatGeneratedSA",
178387                   /* qualifiers */
178388                   __root_cimv2_CIM_RuleThatGeneratedSA_qualifiers,
178389                   /* super */
178390                   &__root_cimv2_CIM_Dependency,
178391                   /* features */
178392                   _CIM_RuleThatGeneratedSA_features,
178393               };
178394 mike  1.1.2.1 
178395               //==============================================================================
178396               //
178397               // Class: CIM_SchedulerUsed
178398               //
178399               //==============================================================================
178400               
178401               static const char*
178402               _CIM_SchedulerUsed_Antecedent_qualifiers[] =
178403               {
178404                   /* Deprecated */
178405                   "\013\000\001CIM_QueueToSchedule.Queue\000",
178406                   /* Override */
178407                   "\044Antecedent",
178408                   /* Max */
178409                   "\027\000\000\000\001",
178410                   0,
178411               };
178412               
178413               static MetaReference
178414               _CIM_SchedulerUsed_Antecedent =
178415 mike  1.1.2.1 {
178416                   /* flags */
178417                   META_FLAG_REFERENCE|META_FLAG_READ,
178418                   /* name */
178419                   "Antecedent",
178420                   /* qualifiers */
178421                   _CIM_SchedulerUsed_Antecedent_qualifiers,
178422                   /* subscript */
178423                   -1,
178424                   /* refId */
178425                   &__root_cimv2_CIM_PacketSchedulingService,
178426               };
178427               
178428               static const char*
178429               _CIM_SchedulerUsed_Dependent_qualifiers[] =
178430               {
178431                   /* Deprecated */
178432                   "\013\000\001CIM_QueueToSchedule.SchedElement\000",
178433                   /* Override */
178434                   "\044Dependent",
178435                   0,
178436 mike  1.1.2.1 };
178437               
178438               static MetaReference
178439               _CIM_SchedulerUsed_Dependent =
178440               {
178441                   /* flags */
178442                   META_FLAG_REFERENCE|META_FLAG_READ,
178443                   /* name */
178444                   "Dependent",
178445                   /* qualifiers */
178446                   _CIM_SchedulerUsed_Dependent_qualifiers,
178447                   /* subscript */
178448                   -1,
178449                   /* refId */
178450                   &__root_cimv2_CIM_QueuingService,
178451               };
178452               
178453               static MetaFeature*
178454               _CIM_SchedulerUsed_features[] =
178455               {
178456                   (MetaFeature*)&_CIM_SchedulerUsed_Antecedent,
178457 mike  1.1.2.1     (MetaFeature*)&_CIM_SchedulerUsed_Dependent,
178458                   0,
178459               };
178460               
178461               static const char*
178462               __root_cimv2_CIM_SchedulerUsed_qualifiers[] =
178463               {
178464                   /* ASSOCIATION */
178465                   "\000\001",
178466                   /* Deprecated */
178467                   "\013\000\002CIM_QueueToSchedule\000CIM_SchedulingServiceToSchedule\000",
178468                   /* UMLPackagePath */
178469                   "\057CIM::Network::QoS",
178470                   /* Version */
178471                   "\0632.7.0",
178472                   0,
178473               };
178474               
178475               MetaClass
178476               __root_cimv2_CIM_SchedulerUsed =
178477               {
178478 mike  1.1.2.1     /* flags */
178479                   META_FLAG_ASSOCIATION,
178480                   /* name */
178481                   "CIM_SchedulerUsed",
178482                   /* qualifiers */
178483                   __root_cimv2_CIM_SchedulerUsed_qualifiers,
178484                   /* super */
178485                   &__root_cimv2_CIM_ServiceServiceDependency,
178486                   /* features */
178487                   _CIM_SchedulerUsed_features,
178488               };
178489               
178490               //==============================================================================
178491               //
178492               // Class: CIM_SCSIInitiatorTargetLogicalUnitPath
178493               //
178494               //==============================================================================
178495               
178496               static const char*
178497               _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator_qualifiers[] =
178498               {
178499 mike  1.1.2.1     /* Key */
178500                   "\025\001",
178501                   0,
178502               };
178503               
178504               static MetaReference
178505               _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator =
178506               {
178507                   /* flags */
178508                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178509                   /* name */
178510                   "Initiator",
178511                   /* qualifiers */
178512                   _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator_qualifiers,
178513                   /* subscript */
178514                   -1,
178515                   /* refId */
178516                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
178517               };
178518               
178519               static const char*
178520 mike  1.1.2.1 _CIM_SCSIInitiatorTargetLogicalUnitPath_Target_qualifiers[] =
178521               {
178522                   /* Key */
178523                   "\025\001",
178524                   0,
178525               };
178526               
178527               static MetaReference
178528               _CIM_SCSIInitiatorTargetLogicalUnitPath_Target =
178529               {
178530                   /* flags */
178531                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178532                   /* name */
178533                   "Target",
178534                   /* qualifiers */
178535                   _CIM_SCSIInitiatorTargetLogicalUnitPath_Target_qualifiers,
178536                   /* subscript */
178537                   -1,
178538                   /* refId */
178539                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
178540               };
178541 mike  1.1.2.1 
178542               static const char*
178543               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit_qualifiers[] =
178544               {
178545                   /* Key */
178546                   "\025\001",
178547                   0,
178548               };
178549               
178550               static MetaReference
178551               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit =
178552               {
178553                   /* flags */
178554                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178555                   /* name */
178556                   "LogicalUnit",
178557                   /* qualifiers */
178558                   _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit_qualifiers,
178559                   /* subscript */
178560                   -1,
178561                   /* refId */
178562 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
178563               };
178564               
178565               static const char*
178566               _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName_qualifiers[] =
178567               {
178568                   /* MappingStrings */
178569                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|deviceFileName\000",
178570                   0,
178571               };
178572               
178573               static MetaProperty
178574               _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName =
178575               {
178576                   /* flags */
178577                   META_FLAG_PROPERTY|META_FLAG_READ,
178578                   /* name */
178579                   "OSDeviceName",
178580                   /* qualifiers */
178581                   _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName_qualifiers,
178582                   /* type */
178583 mike  1.1.2.1     CIMTYPE_STRING,
178584                   /* subscript */
178585                   -1,
178586                   /* value */
178587                   0,
178588               };
178589               
178590               static const char*
178591               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight_qualifiers[] =
178592               {
178593                   /* Write */
178594                   "\065\001",
178595                   /* MappingStrings */
178596                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|weight\000",
178597                   0,
178598               };
178599               
178600               static MetaProperty
178601               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight =
178602               {
178603                   /* flags */
178604 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
178605                   /* name */
178606                   "AdministrativeWeight",
178607                   /* qualifiers */
178608                   _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight_qualifiers,
178609                   /* type */
178610                   CIMTYPE_UINT32,
178611                   /* subscript */
178612                   -1,
178613                   /* value */
178614                   0,
178615               };
178616               
178617               static const char*
178618               _CIM_SCSIInitiatorTargetLogicalUnitPath_State_qualifiers[] =
178619               {
178620                   /* Write */
178621                   "\065\001",
178622                   /* ValueMap */
178623                   "\061\000\0110\0002\0003\0004\0005\0006\0007\0008\0009\000",
178624                   /* Values */
178625 mike  1.1.2.1     "\062\000\011Unknown\000Active\000Passive\000Disabled\000Path Error\000Logical Unit Error\000Reserved\000Removed\000Transitioning\000",
178626                   /* MappingStrings */
178627                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|pathState\000",
178628                   0,
178629               };
178630               
178631               static MetaProperty
178632               _CIM_SCSIInitiatorTargetLogicalUnitPath_State =
178633               {
178634                   /* flags */
178635                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
178636                   /* name */
178637                   "State",
178638                   /* qualifiers */
178639                   _CIM_SCSIInitiatorTargetLogicalUnitPath_State_qualifiers,
178640                   /* type */
178641                   CIMTYPE_UINT32,
178642                   /* subscript */
178643                   -1,
178644                   /* value */
178645                   0,
178646 mike  1.1.2.1 };
178647               
178648               static const char*
178649               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride_qualifiers[] =
178650               {
178651                   /* ValueMap */
178652                   "\061\000\0032\0003\0004\000",
178653                   /* Values */
178654                   "\062\000\003Overriding\000Overridden\000No override in effect\000",
178655                   /* MappingStrings */
178656                   "\026\000\001MP_API.SNIA|MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES|overridePath\000",
178657                   /* ModelCorrespondence */
178658                   "\036\000\001CIM_SCSIPathConfigurationService.SetOverridePath\000",
178659                   0,
178660               };
178661               
178662               static MetaProperty
178663               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride =
178664               {
178665                   /* flags */
178666                   META_FLAG_PROPERTY|META_FLAG_READ,
178667 mike  1.1.2.1     /* name */
178668                   "AdministrativeOverride",
178669                   /* qualifiers */
178670                   _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride_qualifiers,
178671                   /* type */
178672                   CIMTYPE_UINT16,
178673                   /* subscript */
178674                   -1,
178675                   /* value */
178676                   0,
178677               };
178678               
178679               static const char*
178680               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber_qualifiers[] =
178681               {
178682                   /* MaxValue */
178683                   "\031\000\000\000\000\000\000\077\377",
178684                   /* MappingStrings */
178685                   "\026\000\002MP_API.SNIA|MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES|overridePathMP_API.SNIA|MP_CancelOverridePath\000MP_API.SNIA|MP_SetOverridePath\000",
178686                   0,
178687               };
178688 mike  1.1.2.1 
178689               static MetaProperty
178690               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber =
178691               {
178692                   /* flags */
178693                   META_FLAG_PROPERTY|META_FLAG_READ,
178694                   /* name */
178695                   "LogicalUnitNumber",
178696                   /* qualifiers */
178697                   _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber_qualifiers,
178698                   /* type */
178699                   CIMTYPE_UINT16,
178700                   /* subscript */
178701                   -1,
178702                   /* value */
178703                   0,
178704               };
178705               
178706               static MetaFeature*
178707               _CIM_SCSIInitiatorTargetLogicalUnitPath_features[] =
178708               {
178709 mike  1.1.2.1     (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator,
178710                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_Target,
178711                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit,
178712                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName,
178713                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight,
178714                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_State,
178715                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride,
178716                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber,
178717                   0,
178718               };
178719               
178720               static const char*
178721               __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath_qualifiers[] =
178722               {
178723                   /* ASSOCIATION */
178724                   "\000\001",
178725                   /* UMLPackagePath */
178726                   "\057CIM::Device::StorageDevices",
178727                   /* Version */
178728                   "\0632.10.0",
178729                   0,
178730 mike  1.1.2.1 };
178731               
178732               MetaClass
178733               __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath =
178734               {
178735                   /* flags */
178736                   META_FLAG_ASSOCIATION,
178737                   /* name */
178738                   "CIM_SCSIInitiatorTargetLogicalUnitPath",
178739                   /* qualifiers */
178740                   __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath_qualifiers,
178741                   /* super */
178742                   0,
178743                   /* features */
178744                   _CIM_SCSIInitiatorTargetLogicalUnitPath_features,
178745               };
178746               
178747               //==============================================================================
178748               //
178749               // Class: CIM_SCSIInterface
178750               //
178751 mike  1.1.2.1 //==============================================================================
178752               
178753               static const char*
178754               _CIM_SCSIInterface_Antecedent_qualifiers[] =
178755               {
178756                   /* Deprecated */
178757                   "\013\000\001No Value\000",
178758                   /* Override */
178759                   "\044Antecedent",
178760                   0,
178761               };
178762               
178763               static MetaReference
178764               _CIM_SCSIInterface_Antecedent =
178765               {
178766                   /* flags */
178767                   META_FLAG_REFERENCE|META_FLAG_READ,
178768                   /* name */
178769                   "Antecedent",
178770                   /* qualifiers */
178771                   _CIM_SCSIInterface_Antecedent_qualifiers,
178772 mike  1.1.2.1     /* subscript */
178773                   -1,
178774                   /* refId */
178775                   &__root_cimv2_CIM_SCSIController,
178776               };
178777               
178778               static const char*
178779               _CIM_SCSIInterface_SCSITimeouts_qualifiers[] =
178780               {
178781                   /* Deprecated */
178782                   "\013\000\001No Value\000",
178783                   /* Counter */
178784                   "\012\001",
178785                   0,
178786               };
178787               
178788               static MetaProperty
178789               _CIM_SCSIInterface_SCSITimeouts =
178790               {
178791                   /* flags */
178792                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
178793 mike  1.1.2.1     /* name */
178794                   "SCSITimeouts",
178795                   /* qualifiers */
178796                   _CIM_SCSIInterface_SCSITimeouts_qualifiers,
178797                   /* type */
178798                   CIMTYPE_UINT32,
178799                   /* subscript */
178800                   -1,
178801                   /* value */
178802                   0,
178803               };
178804               
178805               static const char*
178806               _CIM_SCSIInterface_SCSIRetries_qualifiers[] =
178807               {
178808                   /* Deprecated */
178809                   "\013\000\001No Value\000",
178810                   /* Counter */
178811                   "\012\001",
178812                   /* MappingStrings */
178813                   "\026\000\001MIF.DMTF|Mass Storage Statistics|001.18\000",
178814 mike  1.1.2.1     0,
178815               };
178816               
178817               static MetaProperty
178818               _CIM_SCSIInterface_SCSIRetries =
178819               {
178820                   /* flags */
178821                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
178822                   /* name */
178823                   "SCSIRetries",
178824                   /* qualifiers */
178825                   _CIM_SCSIInterface_SCSIRetries_qualifiers,
178826                   /* type */
178827                   CIMTYPE_UINT32,
178828                   /* subscript */
178829                   -1,
178830                   /* value */
178831                   0,
178832               };
178833               
178834               static const char*
178835 mike  1.1.2.1 _CIM_SCSIInterface_InitiatorId_qualifiers[] =
178836               {
178837                   /* Deprecated */
178838                   "\013\000\001No Value\000",
178839                   /* MappingStrings */
178840                   "\026\000\001MIF.DMTF|Bus Port|004.5\000",
178841                   0,
178842               };
178843               
178844               static MetaProperty
178845               _CIM_SCSIInterface_InitiatorId =
178846               {
178847                   /* flags */
178848                   META_FLAG_PROPERTY|META_FLAG_READ,
178849                   /* name */
178850                   "InitiatorId",
178851                   /* qualifiers */
178852                   _CIM_SCSIInterface_InitiatorId_qualifiers,
178853                   /* type */
178854                   CIMTYPE_UINT32,
178855                   /* subscript */
178856 mike  1.1.2.1     -1,
178857                   /* value */
178858                   0,
178859               };
178860               
178861               static const char*
178862               _CIM_SCSIInterface_TargetId_qualifiers[] =
178863               {
178864                   /* Deprecated */
178865                   "\013\000\001CIM_ProtocolControllerAccessesUnit.TargetControllerNumber\000",
178866                   /* MappingStrings */
178867                   "\026\000\001MIF.DMTF|Bus Port|004.5\000",
178868                   0,
178869               };
178870               
178871               static MetaProperty
178872               _CIM_SCSIInterface_TargetId =
178873               {
178874                   /* flags */
178875                   META_FLAG_PROPERTY|META_FLAG_READ,
178876                   /* name */
178877 mike  1.1.2.1     "TargetId",
178878                   /* qualifiers */
178879                   _CIM_SCSIInterface_TargetId_qualifiers,
178880                   /* type */
178881                   CIMTYPE_UINT32,
178882                   /* subscript */
178883                   -1,
178884                   /* value */
178885                   0,
178886               };
178887               
178888               static const char*
178889               _CIM_SCSIInterface_TargetLUN_qualifiers[] =
178890               {
178891                   /* Deprecated */
178892                   "\013\000\001CIM_ProtocolControllerForDevice.DeviceNumber\000",
178893                   /* MappingStrings */
178894                   "\026\000\001MIF.DMTF|Storage Devices|001.4\000",
178895                   0,
178896               };
178897               
178898 mike  1.1.2.1 static MetaProperty
178899               _CIM_SCSIInterface_TargetLUN =
178900               {
178901                   /* flags */
178902                   META_FLAG_PROPERTY|META_FLAG_READ,
178903                   /* name */
178904                   "TargetLUN",
178905                   /* qualifiers */
178906                   _CIM_SCSIInterface_TargetLUN_qualifiers,
178907                   /* type */
178908                   CIMTYPE_UINT64,
178909                   /* subscript */
178910                   -1,
178911                   /* value */
178912                   0,
178913               };
178914               
178915               static const char*
178916               _CIM_SCSIInterface_SCSIReservation_qualifiers[] =
178917               {
178918                   /* Deprecated */
178919 mike  1.1.2.1     "\013\000\001No Value\000",
178920                   /* ValueMap */
178921                   "\061\000\0040\0001\0002\0003\000",
178922                   /* Values */
178923                   "\062\000\004Unknown\000None\000Simple\000Persistent\000",
178924                   0,
178925               };
178926               
178927               static MetaProperty
178928               _CIM_SCSIInterface_SCSIReservation =
178929               {
178930                   /* flags */
178931                   META_FLAG_PROPERTY|META_FLAG_READ,
178932                   /* name */
178933                   "SCSIReservation",
178934                   /* qualifiers */
178935                   _CIM_SCSIInterface_SCSIReservation_qualifiers,
178936                   /* type */
178937                   CIMTYPE_UINT16,
178938                   /* subscript */
178939                   -1,
178940 mike  1.1.2.1     /* value */
178941                   0,
178942               };
178943               
178944               static const char*
178945               _CIM_SCSIInterface_SCSISignal_qualifiers[] =
178946               {
178947                   /* Deprecated */
178948                   "\013\000\001No Value\000",
178949                   /* ValueMap */
178950                   "\061\000\0061\0002\0003\0004\0005\0006\000",
178951                   /* Values */
178952                   "\062\000\006Other\000Unknown\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000",
178953                   /* MappingStrings */
178954                   "\026\000\001MIF.DMTF|Bus Port|004.4\000",
178955                   /* ModelCorrespondence */
178956                   "\036\000\001CIM_SCSIController.SignalCapabilities\000",
178957                   0,
178958               };
178959               
178960               static MetaProperty
178961 mike  1.1.2.1 _CIM_SCSIInterface_SCSISignal =
178962               {
178963                   /* flags */
178964                   META_FLAG_PROPERTY|META_FLAG_READ,
178965                   /* name */
178966                   "SCSISignal",
178967                   /* qualifiers */
178968                   _CIM_SCSIInterface_SCSISignal_qualifiers,
178969                   /* type */
178970                   CIMTYPE_UINT16,
178971                   /* subscript */
178972                   -1,
178973                   /* value */
178974                   0,
178975               };
178976               
178977               static const char*
178978               _CIM_SCSIInterface_MaxQueueDepth_qualifiers[] =
178979               {
178980                   /* Deprecated */
178981                   "\013\000\001No Value\000",
178982 mike  1.1.2.1     0,
178983               };
178984               
178985               static MetaProperty
178986               _CIM_SCSIInterface_MaxQueueDepth =
178987               {
178988                   /* flags */
178989                   META_FLAG_PROPERTY|META_FLAG_READ,
178990                   /* name */
178991                   "MaxQueueDepth",
178992                   /* qualifiers */
178993                   _CIM_SCSIInterface_MaxQueueDepth_qualifiers,
178994                   /* type */
178995                   CIMTYPE_UINT32,
178996                   /* subscript */
178997                   -1,
178998                   /* value */
178999                   0,
179000               };
179001               
179002               static const char*
179003 mike  1.1.2.1 _CIM_SCSIInterface_QueueDepthLimit_qualifiers[] =
179004               {
179005                   /* Deprecated */
179006                   "\013\000\001No Value\000",
179007                   0,
179008               };
179009               
179010               static MetaProperty
179011               _CIM_SCSIInterface_QueueDepthLimit =
179012               {
179013                   /* flags */
179014                   META_FLAG_PROPERTY|META_FLAG_READ,
179015                   /* name */
179016                   "QueueDepthLimit",
179017                   /* qualifiers */
179018                   _CIM_SCSIInterface_QueueDepthLimit_qualifiers,
179019                   /* type */
179020                   CIMTYPE_UINT32,
179021                   /* subscript */
179022                   -1,
179023                   /* value */
179024 mike  1.1.2.1     0,
179025               };
179026               
179027               static MetaFeature*
179028               _CIM_SCSIInterface_features[] =
179029               {
179030                   (MetaFeature*)&_CIM_SCSIInterface_Antecedent,
179031                   (MetaFeature*)&_CIM_SCSIInterface_SCSITimeouts,
179032                   (MetaFeature*)&_CIM_SCSIInterface_SCSIRetries,
179033                   (MetaFeature*)&_CIM_SCSIInterface_InitiatorId,
179034                   (MetaFeature*)&_CIM_SCSIInterface_TargetId,
179035                   (MetaFeature*)&_CIM_SCSIInterface_TargetLUN,
179036                   (MetaFeature*)&_CIM_SCSIInterface_SCSIReservation,
179037                   (MetaFeature*)&_CIM_SCSIInterface_SCSISignal,
179038                   (MetaFeature*)&_CIM_SCSIInterface_MaxQueueDepth,
179039                   (MetaFeature*)&_CIM_SCSIInterface_QueueDepthLimit,
179040                   0,
179041               };
179042               
179043               static const char*
179044               __root_cimv2_CIM_SCSIInterface_qualifiers[] =
179045 mike  1.1.2.1 {
179046                   /* ASSOCIATION */
179047                   "\000\001",
179048                   /* Deprecated */
179049                   "\013\000\001CIM_ProtocolControllerAccessesUnit\000",
179050                   /* UMLPackagePath */
179051                   "\057CIM::Device::Controller",
179052                   /* Version */
179053                   "\0632.10.0",
179054                   0,
179055               };
179056               
179057               MetaClass
179058               __root_cimv2_CIM_SCSIInterface =
179059               {
179060                   /* flags */
179061                   META_FLAG_ASSOCIATION,
179062                   /* name */
179063                   "CIM_SCSIInterface",
179064                   /* qualifiers */
179065                   __root_cimv2_CIM_SCSIInterface_qualifiers,
179066 mike  1.1.2.1     /* super */
179067                   &__root_cimv2_CIM_ControlledBy,
179068                   /* features */
179069                   _CIM_SCSIInterface_features,
179070               };
179071               
179072               //==============================================================================
179073               //
179074               // Class: CIM_SerialInterface
179075               //
179076               //==============================================================================
179077               
179078               static const char*
179079               _CIM_SerialInterface_Antecedent_qualifiers[] =
179080               {
179081                   /* Override */
179082                   "\044Antecedent",
179083                   0,
179084               };
179085               
179086               static MetaReference
179087 mike  1.1.2.1 _CIM_SerialInterface_Antecedent =
179088               {
179089                   /* flags */
179090                   META_FLAG_REFERENCE|META_FLAG_READ,
179091                   /* name */
179092                   "Antecedent",
179093                   /* qualifiers */
179094                   _CIM_SerialInterface_Antecedent_qualifiers,
179095                   /* subscript */
179096                   -1,
179097                   /* refId */
179098                   &__root_cimv2_CIM_SerialController,
179099               };
179100               
179101               static const char*
179102               _CIM_SerialInterface_NegotiatedDataWidth_qualifiers[] =
179103               {
179104                   /* Override */
179105                   "\044NegotiatedDataWidth",
179106                   /* Units */
179107                   "\060Bits",
179108 mike  1.1.2.1     0,
179109               };
179110               
179111               static MetaProperty
179112               _CIM_SerialInterface_NegotiatedDataWidth =
179113               {
179114                   /* flags */
179115                   META_FLAG_PROPERTY|META_FLAG_READ,
179116                   /* name */
179117                   "NegotiatedDataWidth",
179118                   /* qualifiers */
179119                   _CIM_SerialInterface_NegotiatedDataWidth_qualifiers,
179120                   /* type */
179121                   CIMTYPE_UINT32,
179122                   /* subscript */
179123                   -1,
179124                   /* value */
179125                   0,
179126               };
179127               
179128               static const char*
179129 mike  1.1.2.1 _CIM_SerialInterface_NumberOfStopBits_qualifiers[] =
179130               {
179131                   /* Units */
179132                   "\060Bits",
179133                   0,
179134               };
179135               
179136               static MetaProperty
179137               _CIM_SerialInterface_NumberOfStopBits =
179138               {
179139                   /* flags */
179140                   META_FLAG_PROPERTY|META_FLAG_READ,
179141                   /* name */
179142                   "NumberOfStopBits",
179143                   /* qualifiers */
179144                   _CIM_SerialInterface_NumberOfStopBits_qualifiers,
179145                   /* type */
179146                   CIMTYPE_UINT16,
179147                   /* subscript */
179148                   -1,
179149                   /* value */
179150 mike  1.1.2.1     0,
179151               };
179152               
179153               static const char*
179154               _CIM_SerialInterface_ParityInfo_qualifiers[] =
179155               {
179156                   /* ValueMap */
179157                   "\061\000\0040\0001\0002\0003\000",
179158                   /* Values */
179159                   "\062\000\004Unknown\000None\000Even\000Odd\000",
179160                   0,
179161               };
179162               
179163               static MetaProperty
179164               _CIM_SerialInterface_ParityInfo =
179165               {
179166                   /* flags */
179167                   META_FLAG_PROPERTY|META_FLAG_READ,
179168                   /* name */
179169                   "ParityInfo",
179170                   /* qualifiers */
179171 mike  1.1.2.1     _CIM_SerialInterface_ParityInfo_qualifiers,
179172                   /* type */
179173                   CIMTYPE_UINT16,
179174                   /* subscript */
179175                   -1,
179176                   /* value */
179177                   0,
179178               };
179179               
179180               static const char*
179181               _CIM_SerialInterface_FlowControlInfo_qualifiers[] =
179182               {
179183                   /* ValueMap */
179184                   "\061\000\0060\0001\0002\0003\0004\0005\000",
179185                   /* Values */
179186                   "\062\000\006Unknown\000Not Supported\000None\000XonXoff\000RTS/CTS\000Both XonXoff and RTS/CTS\000",
179187                   0,
179188               };
179189               
179190               static MetaProperty
179191               _CIM_SerialInterface_FlowControlInfo =
179192 mike  1.1.2.1 {
179193                   /* flags */
179194                   META_FLAG_PROPERTY|META_FLAG_READ,
179195                   /* name */
179196                   "FlowControlInfo",
179197                   /* qualifiers */
179198                   _CIM_SerialInterface_FlowControlInfo_qualifiers,
179199                   /* type */
179200                   CIMTYPE_UINT16,
179201                   /* subscript */
179202                   -1,
179203                   /* value */
179204                   0,
179205               };
179206               
179207               static MetaFeature*
179208               _CIM_SerialInterface_features[] =
179209               {
179210                   (MetaFeature*)&_CIM_SerialInterface_Antecedent,
179211                   (MetaFeature*)&_CIM_SerialInterface_NegotiatedDataWidth,
179212                   (MetaFeature*)&_CIM_SerialInterface_NumberOfStopBits,
179213 mike  1.1.2.1     (MetaFeature*)&_CIM_SerialInterface_ParityInfo,
179214                   (MetaFeature*)&_CIM_SerialInterface_FlowControlInfo,
179215                   0,
179216               };
179217               
179218               static const char*
179219               __root_cimv2_CIM_SerialInterface_qualifiers[] =
179220               {
179221                   /* ASSOCIATION */
179222                   "\000\001",
179223                   /* UMLPackagePath */
179224                   "\057CIM::Device::Controller",
179225                   /* Version */
179226                   "\0632.10.0",
179227                   0,
179228               };
179229               
179230               MetaClass
179231               __root_cimv2_CIM_SerialInterface =
179232               {
179233                   /* flags */
179234 mike  1.1.2.1     META_FLAG_ASSOCIATION,
179235                   /* name */
179236                   "CIM_SerialInterface",
179237                   /* qualifiers */
179238                   __root_cimv2_CIM_SerialInterface_qualifiers,
179239                   /* super */
179240                   &__root_cimv2_CIM_ControlledBy,
179241                   /* features */
179242                   _CIM_SerialInterface_features,
179243               };
179244               
179245               //==============================================================================
179246               //
179247               // Class: CIM_SettingCheck
179248               //
179249               //==============================================================================
179250               
179251               static const char*
179252               _CIM_SettingCheck_SectionKey_qualifiers[] =
179253               {
179254                   /* MaxLen */
179255 mike  1.1.2.1     "\030\000\000\001\000",
179256                   0,
179257               };
179258               
179259               static MetaProperty
179260               _CIM_SettingCheck_SectionKey =
179261               {
179262                   /* flags */
179263                   META_FLAG_PROPERTY|META_FLAG_READ,
179264                   /* name */
179265                   "SectionKey",
179266                   /* qualifiers */
179267                   _CIM_SettingCheck_SectionKey_qualifiers,
179268                   /* type */
179269                   CIMTYPE_STRING,
179270                   /* subscript */
179271                   -1,
179272                   /* value */
179273                   0,
179274               };
179275               
179276 mike  1.1.2.1 static const char*
179277               _CIM_SettingCheck_EntryName_qualifiers[] =
179278               {
179279                   /* MaxLen */
179280                   "\030\000\000\001\000",
179281                   0,
179282               };
179283               
179284               static MetaProperty
179285               _CIM_SettingCheck_EntryName =
179286               {
179287                   /* flags */
179288                   META_FLAG_PROPERTY|META_FLAG_READ,
179289                   /* name */
179290                   "EntryName",
179291                   /* qualifiers */
179292                   _CIM_SettingCheck_EntryName_qualifiers,
179293                   /* type */
179294                   CIMTYPE_STRING,
179295                   /* subscript */
179296                   -1,
179297 mike  1.1.2.1     /* value */
179298                   0,
179299               };
179300               
179301               static const char*
179302               _CIM_SettingCheck_EntryValue_qualifiers[] =
179303               {
179304                   0,
179305               };
179306               
179307               static MetaProperty
179308               _CIM_SettingCheck_EntryValue =
179309               {
179310                   /* flags */
179311                   META_FLAG_PROPERTY|META_FLAG_READ,
179312                   /* name */
179313                   "EntryValue",
179314                   /* qualifiers */
179315                   _CIM_SettingCheck_EntryValue_qualifiers,
179316                   /* type */
179317                   CIMTYPE_STRING,
179318 mike  1.1.2.1     /* subscript */
179319                   -1,
179320                   /* value */
179321                   0,
179322               };
179323               
179324               static const char*
179325               _CIM_SettingCheck_CheckType_qualifiers[] =
179326               {
179327                   /* ValueMap */
179328                   "\061\000\0020\0001\000",
179329                   /* Values */
179330                   "\062\000\002Matches\000Contains\000",
179331                   0,
179332               };
179333               
179334               static MetaProperty
179335               _CIM_SettingCheck_CheckType =
179336               {
179337                   /* flags */
179338                   META_FLAG_PROPERTY|META_FLAG_READ,
179339 mike  1.1.2.1     /* name */
179340                   "CheckType",
179341                   /* qualifiers */
179342                   _CIM_SettingCheck_CheckType_qualifiers,
179343                   /* type */
179344                   CIMTYPE_UINT16,
179345                   /* subscript */
179346                   -1,
179347                   /* value */
179348                   0,
179349               };
179350               
179351               static const char*
179352               _CIM_SettingCheck_FileName_qualifiers[] =
179353               {
179354                   /* MaxLen */
179355                   "\030\000\000\004\000",
179356                   0,
179357               };
179358               
179359               static MetaProperty
179360 mike  1.1.2.1 _CIM_SettingCheck_FileName =
179361               {
179362                   /* flags */
179363                   META_FLAG_PROPERTY|META_FLAG_READ,
179364                   /* name */
179365                   "FileName",
179366                   /* qualifiers */
179367                   _CIM_SettingCheck_FileName_qualifiers,
179368                   /* type */
179369                   CIMTYPE_STRING,
179370                   /* subscript */
179371                   -1,
179372                   /* value */
179373                   0,
179374               };
179375               
179376               static MetaFeature*
179377               _CIM_SettingCheck_features[] =
179378               {
179379                   (MetaFeature*)&_CIM_SettingCheck_SectionKey,
179380                   (MetaFeature*)&_CIM_SettingCheck_EntryName,
179381 mike  1.1.2.1     (MetaFeature*)&_CIM_SettingCheck_EntryValue,
179382                   (MetaFeature*)&_CIM_SettingCheck_CheckType,
179383                   (MetaFeature*)&_CIM_SettingCheck_FileName,
179384                   0,
179385               };
179386               
179387               static const char*
179388               __root_cimv2_CIM_SettingCheck_qualifiers[] =
179389               {
179390                   /* UMLPackagePath */
179391                   "\057CIM::Application::CheckAction",
179392                   /* Version */
179393                   "\0632.6.0",
179394                   0,
179395               };
179396               
179397               MetaClass
179398               __root_cimv2_CIM_SettingCheck =
179399               {
179400                   /* flags */
179401                   META_FLAG_CLASS,
179402 mike  1.1.2.1     /* name */
179403                   "CIM_SettingCheck",
179404                   /* qualifiers */
179405                   __root_cimv2_CIM_SettingCheck_qualifiers,
179406                   /* super */
179407                   &__root_cimv2_CIM_Check,
179408                   /* features */
179409                   _CIM_SettingCheck_features,
179410               };
179411               
179412               //==============================================================================
179413               //
179414               // Class: CIM_SharedSecretService
179415               //
179416               //==============================================================================
179417               
179418               static const char*
179419               _CIM_SharedSecretService_Algorithm_qualifiers[] =
179420               {
179421                   /* MaxLen */
179422                   "\030\000\000\001\000",
179423 mike  1.1.2.1     0,
179424               };
179425               
179426               static MetaProperty
179427               _CIM_SharedSecretService_Algorithm =
179428               {
179429                   /* flags */
179430                   META_FLAG_PROPERTY|META_FLAG_READ,
179431                   /* name */
179432                   "Algorithm",
179433                   /* qualifiers */
179434                   _CIM_SharedSecretService_Algorithm_qualifiers,
179435                   /* type */
179436                   CIMTYPE_STRING,
179437                   /* subscript */
179438                   -1,
179439                   /* value */
179440                   0,
179441               };
179442               
179443               static const char*
179444 mike  1.1.2.1 _CIM_SharedSecretService_Protocol_qualifiers[] =
179445               {
179446                   0,
179447               };
179448               
179449               static MetaProperty
179450               _CIM_SharedSecretService_Protocol =
179451               {
179452                   /* flags */
179453                   META_FLAG_PROPERTY|META_FLAG_READ,
179454                   /* name */
179455                   "Protocol",
179456                   /* qualifiers */
179457                   _CIM_SharedSecretService_Protocol_qualifiers,
179458                   /* type */
179459                   CIMTYPE_STRING,
179460                   /* subscript */
179461                   -1,
179462                   /* value */
179463                   0,
179464               };
179465 mike  1.1.2.1 
179466               static MetaFeature*
179467               _CIM_SharedSecretService_features[] =
179468               {
179469                   (MetaFeature*)&_CIM_SharedSecretService_Algorithm,
179470                   (MetaFeature*)&_CIM_SharedSecretService_Protocol,
179471                   0,
179472               };
179473               
179474               static const char*
179475               __root_cimv2_CIM_SharedSecretService_qualifiers[] =
179476               {
179477                   /* UMLPackagePath */
179478                   "\057CIM::User::SharedSecret",
179479                   /* Version */
179480                   "\0632.6.0",
179481                   0,
179482               };
179483               
179484               MetaClass
179485               __root_cimv2_CIM_SharedSecretService =
179486 mike  1.1.2.1 {
179487                   /* flags */
179488                   META_FLAG_CLASS,
179489                   /* name */
179490                   "CIM_SharedSecretService",
179491                   /* qualifiers */
179492                   __root_cimv2_CIM_SharedSecretService_qualifiers,
179493                   /* super */
179494                   &__root_cimv2_CIM_LocalCredentialManagementService,
179495                   /* features */
179496                   _CIM_SharedSecretService_features,
179497               };
179498               
179499               //==============================================================================
179500               //
179501               // Class: CIM_SNMPTrapTarget
179502               //
179503               //==============================================================================
179504               
179505               static const char*
179506               _CIM_SNMPTrapTarget_AccessInfo_qualifiers[] =
179507 mike  1.1.2.1 {
179508                   /* Override */
179509                   "\044AccessInfo",
179510                   0,
179511               };
179512               
179513               static MetaProperty
179514               _CIM_SNMPTrapTarget_AccessInfo =
179515               {
179516                   /* flags */
179517                   META_FLAG_PROPERTY|META_FLAG_READ,
179518                   /* name */
179519                   "AccessInfo",
179520                   /* qualifiers */
179521                   _CIM_SNMPTrapTarget_AccessInfo_qualifiers,
179522                   /* type */
179523                   CIMTYPE_STRING,
179524                   /* subscript */
179525                   -1,
179526                   /* value */
179527                   0,
179528 mike  1.1.2.1 };
179529               
179530               static const char*
179531               _CIM_SNMPTrapTarget_PortProtocol_qualifiers[] =
179532               {
179533                   /* Override */
179534                   "\044PortProtocol",
179535                   0,
179536               };
179537               
179538               static MetaProperty
179539               _CIM_SNMPTrapTarget_PortProtocol =
179540               {
179541                   /* flags */
179542                   META_FLAG_PROPERTY|META_FLAG_READ,
179543                   /* name */
179544                   "PortProtocol",
179545                   /* qualifiers */
179546                   _CIM_SNMPTrapTarget_PortProtocol_qualifiers,
179547                   /* type */
179548                   CIMTYPE_UINT16,
179549 mike  1.1.2.1     /* subscript */
179550                   -1,
179551                   /* value */
179552                   "\000\003",
179553               };
179554               
179555               static const char*
179556               _CIM_SNMPTrapTarget_PortInfo_qualifiers[] =
179557               {
179558                   /* Override */
179559                   "\044PortInfo",
179560                   0,
179561               };
179562               
179563               static MetaProperty
179564               _CIM_SNMPTrapTarget_PortInfo =
179565               {
179566                   /* flags */
179567                   META_FLAG_PROPERTY|META_FLAG_READ,
179568                   /* name */
179569                   "PortInfo",
179570 mike  1.1.2.1     /* qualifiers */
179571                   _CIM_SNMPTrapTarget_PortInfo_qualifiers,
179572                   /* type */
179573                   CIMTYPE_STRING,
179574                   /* subscript */
179575                   -1,
179576                   /* value */
179577                   "162",
179578               };
179579               
179580               static const char*
179581               _CIM_SNMPTrapTarget_NotificationMessage_qualifiers[] =
179582               {
179583                   /* ValueMap */
179584                   "\061\000\0021\0002\000",
179585                   /* Values */
179586                   "\062\000\002Traps\000Informs\000",
179587                   0,
179588               };
179589               
179590               static MetaProperty
179591 mike  1.1.2.1 _CIM_SNMPTrapTarget_NotificationMessage =
179592               {
179593                   /* flags */
179594                   META_FLAG_PROPERTY|META_FLAG_READ,
179595                   /* name */
179596                   "NotificationMessage",
179597                   /* qualifiers */
179598                   _CIM_SNMPTrapTarget_NotificationMessage_qualifiers,
179599                   /* type */
179600                   CIMTYPE_UINT16,
179601                   /* subscript */
179602                   -1,
179603                   /* value */
179604                   "\000\001",
179605               };
179606               
179607               static const char*
179608               _CIM_SNMPTrapTarget_SNMPVersion_qualifiers[] =
179609               {
179610                   /* ValueMap */
179611                   "\061\000\0031\0002\0003\000",
179612 mike  1.1.2.1     /* Values */
179613                   "\062\000\003v1\000v2C\000v3\000",
179614                   0,
179615               };
179616               
179617               static MetaProperty
179618               _CIM_SNMPTrapTarget_SNMPVersion =
179619               {
179620                   /* flags */
179621                   META_FLAG_PROPERTY|META_FLAG_READ,
179622                   /* name */
179623                   "SNMPVersion",
179624                   /* qualifiers */
179625                   _CIM_SNMPTrapTarget_SNMPVersion_qualifiers,
179626                   /* type */
179627                   CIMTYPE_UINT16,
179628                   /* subscript */
179629                   -1,
179630                   /* value */
179631                   0,
179632               };
179633 mike  1.1.2.1 
179634               static const char*
179635               _CIM_SNMPTrapTarget_CommunityString_qualifiers[] =
179636               {
179637                   0,
179638               };
179639               
179640               static MetaProperty
179641               _CIM_SNMPTrapTarget_CommunityString =
179642               {
179643                   /* flags */
179644                   META_FLAG_PROPERTY|META_FLAG_READ,
179645                   /* name */
179646                   "CommunityString",
179647                   /* qualifiers */
179648                   _CIM_SNMPTrapTarget_CommunityString_qualifiers,
179649                   /* type */
179650                   CIMTYPE_STRING,
179651                   /* subscript */
179652                   -1,
179653                   /* value */
179654 mike  1.1.2.1     0,
179655               };
179656               
179657               static MetaFeature*
179658               _CIM_SNMPTrapTarget_features[] =
179659               {
179660                   (MetaFeature*)&_CIM_SNMPTrapTarget_AccessInfo,
179661                   (MetaFeature*)&_CIM_SNMPTrapTarget_PortProtocol,
179662                   (MetaFeature*)&_CIM_SNMPTrapTarget_PortInfo,
179663                   (MetaFeature*)&_CIM_SNMPTrapTarget_NotificationMessage,
179664                   (MetaFeature*)&_CIM_SNMPTrapTarget_SNMPVersion,
179665                   (MetaFeature*)&_CIM_SNMPTrapTarget_CommunityString,
179666                   0,
179667               };
179668               
179669               static const char*
179670               __root_cimv2_CIM_SNMPTrapTarget_qualifiers[] =
179671               {
179672                   /* UMLPackagePath */
179673                   "\057CIM::Network::SNMP",
179674                   /* Version */
179675 mike  1.1.2.1     "\0632.7.0",
179676                   0,
179677               };
179678               
179679               MetaClass
179680               __root_cimv2_CIM_SNMPTrapTarget =
179681               {
179682                   /* flags */
179683                   META_FLAG_CLASS,
179684                   /* name */
179685                   "CIM_SNMPTrapTarget",
179686                   /* qualifiers */
179687                   __root_cimv2_CIM_SNMPTrapTarget_qualifiers,
179688                   /* super */
179689                   &__root_cimv2_CIM_RemotePort,
179690                   /* features */
179691                   _CIM_SNMPTrapTarget_features,
179692               };
179693               
179694               //==============================================================================
179695               //
179696 mike  1.1.2.1 // Class: CIM_SoftwareElementActions
179697               //
179698               //==============================================================================
179699               
179700               static const char*
179701               _CIM_SoftwareElementActions_Element_qualifiers[] =
179702               {
179703                   /* Key */
179704                   "\025\001",
179705                   /* Aggregate */
179706                   "\003\001",
179707                   /* Min */
179708                   "\033\000\000\000\001",
179709                   /* Max */
179710                   "\027\000\000\000\001",
179711                   0,
179712               };
179713               
179714               static MetaReference
179715               _CIM_SoftwareElementActions_Element =
179716               {
179717 mike  1.1.2.1     /* flags */
179718                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
179719                   /* name */
179720                   "Element",
179721                   /* qualifiers */
179722                   _CIM_SoftwareElementActions_Element_qualifiers,
179723                   /* subscript */
179724                   -1,
179725                   /* refId */
179726                   &__root_cimv2_CIM_SoftwareElement,
179727               };
179728               
179729               static const char*
179730               _CIM_SoftwareElementActions_Action_qualifiers[] =
179731               {
179732                   /* Key */
179733                   "\025\001",
179734                   /* Weak */
179735                   "\064\001",
179736                   0,
179737               };
179738 mike  1.1.2.1 
179739               static MetaReference
179740               _CIM_SoftwareElementActions_Action =
179741               {
179742                   /* flags */
179743                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
179744                   /* name */
179745                   "Action",
179746                   /* qualifiers */
179747                   _CIM_SoftwareElementActions_Action_qualifiers,
179748                   /* subscript */
179749                   -1,
179750                   /* refId */
179751                   &__root_cimv2_CIM_Action,
179752               };
179753               
179754               static MetaFeature*
179755               _CIM_SoftwareElementActions_features[] =
179756               {
179757                   (MetaFeature*)&_CIM_SoftwareElementActions_Element,
179758                   (MetaFeature*)&_CIM_SoftwareElementActions_Action,
179759 mike  1.1.2.1     0,
179760               };
179761               
179762               static const char*
179763               __root_cimv2_CIM_SoftwareElementActions_qualifiers[] =
179764               {
179765                   /* ASSOCIATION */
179766                   "\000\001",
179767                   /* UMLPackagePath */
179768                   "\057CIM::Application::CheckAction",
179769                   /* Aggregation */
179770                   "\004\001",
179771                   /* Version */
179772                   "\0632.6.0",
179773                   0,
179774               };
179775               
179776               MetaClass
179777               __root_cimv2_CIM_SoftwareElementActions =
179778               {
179779                   /* flags */
179780 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
179781                   /* name */
179782                   "CIM_SoftwareElementActions",
179783                   /* qualifiers */
179784                   __root_cimv2_CIM_SoftwareElementActions_qualifiers,
179785                   /* super */
179786                   0,
179787                   /* features */
179788                   _CIM_SoftwareElementActions_features,
179789               };
179790               
179791               //==============================================================================
179792               //
179793               // Class: CIM_SoftwareElementChecks
179794               //
179795               //==============================================================================
179796               
179797               static const char*
179798               _CIM_SoftwareElementChecks_Element_qualifiers[] =
179799               {
179800                   /* Key */
179801 mike  1.1.2.1     "\025\001",
179802                   /* Aggregate */
179803                   "\003\001",
179804                   /* Min */
179805                   "\033\000\000\000\001",
179806                   /* Max */
179807                   "\027\000\000\000\001",
179808                   0,
179809               };
179810               
179811               static MetaReference
179812               _CIM_SoftwareElementChecks_Element =
179813               {
179814                   /* flags */
179815                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
179816                   /* name */
179817                   "Element",
179818                   /* qualifiers */
179819                   _CIM_SoftwareElementChecks_Element_qualifiers,
179820                   /* subscript */
179821                   -1,
179822 mike  1.1.2.1     /* refId */
179823                   &__root_cimv2_CIM_SoftwareElement,
179824               };
179825               
179826               static const char*
179827               _CIM_SoftwareElementChecks_Check_qualifiers[] =
179828               {
179829                   /* Key */
179830                   "\025\001",
179831                   /* Weak */
179832                   "\064\001",
179833                   0,
179834               };
179835               
179836               static MetaReference
179837               _CIM_SoftwareElementChecks_Check =
179838               {
179839                   /* flags */
179840                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
179841                   /* name */
179842                   "Check",
179843 mike  1.1.2.1     /* qualifiers */
179844                   _CIM_SoftwareElementChecks_Check_qualifiers,
179845                   /* subscript */
179846                   -1,
179847                   /* refId */
179848                   &__root_cimv2_CIM_Check,
179849               };
179850               
179851               static const char*
179852               _CIM_SoftwareElementChecks_Phase_qualifiers[] =
179853               {
179854                   /* ValueMap */
179855                   "\061\000\0020\0001\000",
179856                   /* Values */
179857                   "\062\000\002In-State\000Next-State\000",
179858                   0,
179859               };
179860               
179861               static MetaProperty
179862               _CIM_SoftwareElementChecks_Phase =
179863               {
179864 mike  1.1.2.1     /* flags */
179865                   META_FLAG_PROPERTY|META_FLAG_READ,
179866                   /* name */
179867                   "Phase",
179868                   /* qualifiers */
179869                   _CIM_SoftwareElementChecks_Phase_qualifiers,
179870                   /* type */
179871                   CIMTYPE_UINT16,
179872                   /* subscript */
179873                   -1,
179874                   /* value */
179875                   0,
179876               };
179877               
179878               static MetaFeature*
179879               _CIM_SoftwareElementChecks_features[] =
179880               {
179881                   (MetaFeature*)&_CIM_SoftwareElementChecks_Element,
179882                   (MetaFeature*)&_CIM_SoftwareElementChecks_Check,
179883                   (MetaFeature*)&_CIM_SoftwareElementChecks_Phase,
179884                   0,
179885 mike  1.1.2.1 };
179886               
179887               static const char*
179888               __root_cimv2_CIM_SoftwareElementChecks_qualifiers[] =
179889               {
179890                   /* ASSOCIATION */
179891                   "\000\001",
179892                   /* UMLPackagePath */
179893                   "\057CIM::Application::CheckAction",
179894                   /* Aggregation */
179895                   "\004\001",
179896                   /* Version */
179897                   "\0632.6.0",
179898                   0,
179899               };
179900               
179901               MetaClass
179902               __root_cimv2_CIM_SoftwareElementChecks =
179903               {
179904                   /* flags */
179905                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
179906 mike  1.1.2.1     /* name */
179907                   "CIM_SoftwareElementChecks",
179908                   /* qualifiers */
179909                   __root_cimv2_CIM_SoftwareElementChecks_qualifiers,
179910                   /* super */
179911                   0,
179912                   /* features */
179913                   _CIM_SoftwareElementChecks_features,
179914               };
179915               
179916               //==============================================================================
179917               //
179918               // Class: CIM_SoftwareElementVersionCheck
179919               //
179920               //==============================================================================
179921               
179922               static const char*
179923               _CIM_SoftwareElementVersionCheck_SoftwareElementName_qualifiers[] =
179924               {
179925                   /* MaxLen */
179926                   "\030\000\000\001\000",
179927 mike  1.1.2.1     /* ModelCorrespondence */
179928                   "\036\000\001CIM_SoftwareElement.Name\000",
179929                   0,
179930               };
179931               
179932               static MetaProperty
179933               _CIM_SoftwareElementVersionCheck_SoftwareElementName =
179934               {
179935                   /* flags */
179936                   META_FLAG_PROPERTY|META_FLAG_READ,
179937                   /* name */
179938                   "SoftwareElementName",
179939                   /* qualifiers */
179940                   _CIM_SoftwareElementVersionCheck_SoftwareElementName_qualifiers,
179941                   /* type */
179942                   CIMTYPE_STRING,
179943                   /* subscript */
179944                   -1,
179945                   /* value */
179946                   0,
179947               };
179948 mike  1.1.2.1 
179949               static const char*
179950               _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion_qualifiers[] =
179951               {
179952                   /* MaxLen */
179953                   "\030\000\000\000\100",
179954                   /* ModelCorrespondence */
179955                   "\036\000\001CIM_SoftwareElement.Version\000",
179956                   0,
179957               };
179958               
179959               static MetaProperty
179960               _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion =
179961               {
179962                   /* flags */
179963                   META_FLAG_PROPERTY|META_FLAG_READ,
179964                   /* name */
179965                   "LowerSoftwareElementVersion",
179966                   /* qualifiers */
179967                   _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion_qualifiers,
179968                   /* type */
179969 mike  1.1.2.1     CIMTYPE_STRING,
179970                   /* subscript */
179971                   -1,
179972                   /* value */
179973                   0,
179974               };
179975               
179976               static const char*
179977               _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion_qualifiers[] =
179978               {
179979                   /* MaxLen */
179980                   "\030\000\000\000\100",
179981                   /* ModelCorrespondence */
179982                   "\036\000\001CIM_SoftwareElement.Version\000",
179983                   0,
179984               };
179985               
179986               static MetaProperty
179987               _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion =
179988               {
179989                   /* flags */
179990 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
179991                   /* name */
179992                   "UpperSoftwareElementVersion",
179993                   /* qualifiers */
179994                   _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion_qualifiers,
179995                   /* type */
179996                   CIMTYPE_STRING,
179997                   /* subscript */
179998                   -1,
179999                   /* value */
180000                   0,
180001               };
180002               
180003               static const char*
180004               _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired_qualifiers[] =
180005               {
180006                   /* ValueMap */
180007                   "\061\000\0040\0001\0002\0003\000",
180008                   /* Values */
180009                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
180010                   /* ModelCorrespondence */
180011 mike  1.1.2.1     "\036\000\001CIM_SoftwareElement.SoftwareElementState\000",
180012                   0,
180013               };
180014               
180015               static MetaProperty
180016               _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired =
180017               {
180018                   /* flags */
180019                   META_FLAG_PROPERTY|META_FLAG_READ,
180020                   /* name */
180021                   "SoftwareElementStateDesired",
180022                   /* qualifiers */
180023                   _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired_qualifiers,
180024                   /* type */
180025                   CIMTYPE_UINT16,
180026                   /* subscript */
180027                   -1,
180028                   /* value */
180029                   0,
180030               };
180031               
180032 mike  1.1.2.1 static const char*
180033               _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired_qualifiers[] =
180034               {
180035                   /* ValueMap */
180036                   "\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",
180037                   /* Values */
180038                   "\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",
180039                   /* ModelCorrespondence */
180040                   "\036\000\001CIM_SoftwareElement.TargetOperatingSystem\000",
180041                   0,
180042               };
180043               
180044               static MetaProperty
180045               _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired =
180046               {
180047                   /* flags */
180048                   META_FLAG_PROPERTY|META_FLAG_READ,
180049                   /* name */
180050                   "TargetOperatingSystemDesired",
180051                   /* qualifiers */
180052                   _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired_qualifiers,
180053 mike  1.1.2.1     /* type */
180054                   CIMTYPE_UINT16,
180055                   /* subscript */
180056                   -1,
180057                   /* value */
180058                   0,
180059               };
180060               
180061               static MetaFeature*
180062               _CIM_SoftwareElementVersionCheck_features[] =
180063               {
180064                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_SoftwareElementName,
180065                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion,
180066                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion,
180067                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired,
180068                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired,
180069                   0,
180070               };
180071               
180072               static const char*
180073               __root_cimv2_CIM_SoftwareElementVersionCheck_qualifiers[] =
180074 mike  1.1.2.1 {
180075                   /* UMLPackagePath */
180076                   "\057CIM::Application::CheckAction",
180077                   /* Version */
180078                   "\0632.7.0",
180079                   0,
180080               };
180081               
180082               MetaClass
180083               __root_cimv2_CIM_SoftwareElementVersionCheck =
180084               {
180085                   /* flags */
180086                   META_FLAG_CLASS,
180087                   /* name */
180088                   "CIM_SoftwareElementVersionCheck",
180089                   /* qualifiers */
180090                   __root_cimv2_CIM_SoftwareElementVersionCheck_qualifiers,
180091                   /* super */
180092                   &__root_cimv2_CIM_Check,
180093                   /* features */
180094                   _CIM_SoftwareElementVersionCheck_features,
180095 mike  1.1.2.1 };
180096               
180097               //==============================================================================
180098               //
180099               // Class: CIM_SourceRoutingService
180100               //
180101               //==============================================================================
180102               
180103               static const char*
180104               _CIM_SourceRoutingService_BridgeLfMode_qualifiers[] =
180105               {
180106                   /* ValueMap */
180107                   "\061\000\0021\0002\000",
180108                   /* Values */
180109                   "\062\000\002Mode3\000Mode6\000",
180110                   /* MappingStrings */
180111                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrBridgeLfMode\000",
180112                   0,
180113               };
180114               
180115               static MetaProperty
180116 mike  1.1.2.1 _CIM_SourceRoutingService_BridgeLfMode =
180117               {
180118                   /* flags */
180119                   META_FLAG_PROPERTY|META_FLAG_READ,
180120                   /* name */
180121                   "BridgeLfMode",
180122                   /* qualifiers */
180123                   _CIM_SourceRoutingService_BridgeLfMode_qualifiers,
180124                   /* type */
180125                   CIMTYPE_UINT16,
180126                   /* subscript */
180127                   -1,
180128                   /* value */
180129                   0,
180130               };
180131               
180132               static MetaFeature*
180133               _CIM_SourceRoutingService_features[] =
180134               {
180135                   (MetaFeature*)&_CIM_SourceRoutingService_BridgeLfMode,
180136                   0,
180137 mike  1.1.2.1 };
180138               
180139               static const char*
180140               __root_cimv2_CIM_SourceRoutingService_qualifiers[] =
180141               {
180142                   /* UMLPackagePath */
180143                   "\057CIM::Network::SwitchingBridging",
180144                   /* Version */
180145                   "\0632.7.0",
180146                   0,
180147               };
180148               
180149               MetaClass
180150               __root_cimv2_CIM_SourceRoutingService =
180151               {
180152                   /* flags */
180153                   META_FLAG_CLASS,
180154                   /* name */
180155                   "CIM_SourceRoutingService",
180156                   /* qualifiers */
180157                   __root_cimv2_CIM_SourceRoutingService_qualifiers,
180158 mike  1.1.2.1     /* super */
180159                   &__root_cimv2_CIM_ForwardingService,
180160                   /* features */
180161                   _CIM_SourceRoutingService_features,
180162               };
180163               
180164               //==============================================================================
180165               //
180166               // Class: CIM_SpanningTreeService
180167               //
180168               //==============================================================================
180169               
180170               static const char*
180171               _CIM_SpanningTreeService_ProtocolSpec_qualifiers[] =
180172               {
180173                   /* ValueMap */
180174                   "\061\000\0031\0002\0003\000",
180175                   /* Values */
180176                   "\062\000\003Unknown\000DEC LB100\000IEEE 802d\000",
180177                   /* MappingStrings */
180178                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpProtocolSpecification\000",
180179 mike  1.1.2.1     0,
180180               };
180181               
180182               static MetaProperty
180183               _CIM_SpanningTreeService_ProtocolSpec =
180184               {
180185                   /* flags */
180186                   META_FLAG_PROPERTY|META_FLAG_READ,
180187                   /* name */
180188                   "ProtocolSpec",
180189                   /* qualifiers */
180190                   _CIM_SpanningTreeService_ProtocolSpec_qualifiers,
180191                   /* type */
180192                   CIMTYPE_UINT16,
180193                   /* subscript */
180194                   -1,
180195                   /* value */
180196                   0,
180197               };
180198               
180199               static const char*
180200 mike  1.1.2.1 _CIM_SpanningTreeService_Priority_qualifiers[] =
180201               {
180202                   /* MappingStrings */
180203                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPriority\000",
180204                   0,
180205               };
180206               
180207               static MetaProperty
180208               _CIM_SpanningTreeService_Priority =
180209               {
180210                   /* flags */
180211                   META_FLAG_PROPERTY|META_FLAG_READ,
180212                   /* name */
180213                   "Priority",
180214                   /* qualifiers */
180215                   _CIM_SpanningTreeService_Priority_qualifiers,
180216                   /* type */
180217                   CIMTYPE_UINT16,
180218                   /* subscript */
180219                   -1,
180220                   /* value */
180221 mike  1.1.2.1     0,
180222               };
180223               
180224               static const char*
180225               _CIM_SpanningTreeService_SpanningTreeBridgeAddress_qualifiers[] =
180226               {
180227                   0,
180228               };
180229               
180230               static MetaProperty
180231               _CIM_SpanningTreeService_SpanningTreeBridgeAddress =
180232               {
180233                   /* flags */
180234                   META_FLAG_PROPERTY|META_FLAG_READ,
180235                   /* name */
180236                   "SpanningTreeBridgeAddress",
180237                   /* qualifiers */
180238                   _CIM_SpanningTreeService_SpanningTreeBridgeAddress_qualifiers,
180239                   /* type */
180240                   CIMTYPE_STRING,
180241                   /* subscript */
180242 mike  1.1.2.1     -1,
180243                   /* value */
180244                   0,
180245               };
180246               
180247               static const char*
180248               _CIM_SpanningTreeService_DesignatedRoot_qualifiers[] =
180249               {
180250                   /* MaxLen */
180251                   "\030\000\000\000\020",
180252                   /* MappingStrings */
180253                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpDesignatedRoot\000",
180254                   0,
180255               };
180256               
180257               static MetaProperty
180258               _CIM_SpanningTreeService_DesignatedRoot =
180259               {
180260                   /* flags */
180261                   META_FLAG_PROPERTY|META_FLAG_READ,
180262                   /* name */
180263 mike  1.1.2.1     "DesignatedRoot",
180264                   /* qualifiers */
180265                   _CIM_SpanningTreeService_DesignatedRoot_qualifiers,
180266                   /* type */
180267                   CIMTYPE_STRING,
180268                   /* subscript */
180269                   -1,
180270                   /* value */
180271                   0,
180272               };
180273               
180274               static const char*
180275               _CIM_SpanningTreeService_RootCost_qualifiers[] =
180276               {
180277                   /* MappingStrings */
180278                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpRootCost\000",
180279                   0,
180280               };
180281               
180282               static MetaProperty
180283               _CIM_SpanningTreeService_RootCost =
180284 mike  1.1.2.1 {
180285                   /* flags */
180286                   META_FLAG_PROPERTY|META_FLAG_READ,
180287                   /* name */
180288                   "RootCost",
180289                   /* qualifiers */
180290                   _CIM_SpanningTreeService_RootCost_qualifiers,
180291                   /* type */
180292                   CIMTYPE_UINT16,
180293                   /* subscript */
180294                   -1,
180295                   /* value */
180296                   0,
180297               };
180298               
180299               static const char*
180300               _CIM_SpanningTreeService_RootPort_qualifiers[] =
180301               {
180302                   /* MappingStrings */
180303                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpRootPort\000",
180304                   0,
180305 mike  1.1.2.1 };
180306               
180307               static MetaProperty
180308               _CIM_SpanningTreeService_RootPort =
180309               {
180310                   /* flags */
180311                   META_FLAG_PROPERTY|META_FLAG_READ,
180312                   /* name */
180313                   "RootPort",
180314                   /* qualifiers */
180315                   _CIM_SpanningTreeService_RootPort_qualifiers,
180316                   /* type */
180317                   CIMTYPE_UINT16,
180318                   /* subscript */
180319                   -1,
180320                   /* value */
180321                   0,
180322               };
180323               
180324               static const char*
180325               _CIM_SpanningTreeService_MaxAge_qualifiers[] =
180326 mike  1.1.2.1 {
180327                   /* Units */
180328                   "\060Hundredths of Seconds",
180329                   /* MappingStrings */
180330                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpMaxAge\000",
180331                   0,
180332               };
180333               
180334               static MetaProperty
180335               _CIM_SpanningTreeService_MaxAge =
180336               {
180337                   /* flags */
180338                   META_FLAG_PROPERTY|META_FLAG_READ,
180339                   /* name */
180340                   "MaxAge",
180341                   /* qualifiers */
180342                   _CIM_SpanningTreeService_MaxAge_qualifiers,
180343                   /* type */
180344                   CIMTYPE_UINT32,
180345                   /* subscript */
180346                   -1,
180347 mike  1.1.2.1     /* value */
180348                   0,
180349               };
180350               
180351               static const char*
180352               _CIM_SpanningTreeService_HelloTime_qualifiers[] =
180353               {
180354                   /* Units */
180355                   "\060Hundredths of Seconds",
180356                   /* MappingStrings */
180357                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpHelloTime\000",
180358                   0,
180359               };
180360               
180361               static MetaProperty
180362               _CIM_SpanningTreeService_HelloTime =
180363               {
180364                   /* flags */
180365                   META_FLAG_PROPERTY|META_FLAG_READ,
180366                   /* name */
180367                   "HelloTime",
180368 mike  1.1.2.1     /* qualifiers */
180369                   _CIM_SpanningTreeService_HelloTime_qualifiers,
180370                   /* type */
180371                   CIMTYPE_UINT32,
180372                   /* subscript */
180373                   -1,
180374                   /* value */
180375                   0,
180376               };
180377               
180378               static const char*
180379               _CIM_SpanningTreeService_HoldTime_qualifiers[] =
180380               {
180381                   /* Units */
180382                   "\060Hundredths of Seconds",
180383                   /* MappingStrings */
180384                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpHoldTime\000",
180385                   0,
180386               };
180387               
180388               static MetaProperty
180389 mike  1.1.2.1 _CIM_SpanningTreeService_HoldTime =
180390               {
180391                   /* flags */
180392                   META_FLAG_PROPERTY|META_FLAG_READ,
180393                   /* name */
180394                   "HoldTime",
180395                   /* qualifiers */
180396                   _CIM_SpanningTreeService_HoldTime_qualifiers,
180397                   /* type */
180398                   CIMTYPE_UINT32,
180399                   /* subscript */
180400                   -1,
180401                   /* value */
180402                   0,
180403               };
180404               
180405               static const char*
180406               _CIM_SpanningTreeService_ForwardDelay_qualifiers[] =
180407               {
180408                   /* Units */
180409                   "\060Hundredths of Seconds",
180410 mike  1.1.2.1     /* MappingStrings */
180411                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpForwardDelay\000",
180412                   0,
180413               };
180414               
180415               static MetaProperty
180416               _CIM_SpanningTreeService_ForwardDelay =
180417               {
180418                   /* flags */
180419                   META_FLAG_PROPERTY|META_FLAG_READ,
180420                   /* name */
180421                   "ForwardDelay",
180422                   /* qualifiers */
180423                   _CIM_SpanningTreeService_ForwardDelay_qualifiers,
180424                   /* type */
180425                   CIMTYPE_UINT32,
180426                   /* subscript */
180427                   -1,
180428                   /* value */
180429                   0,
180430               };
180431 mike  1.1.2.1 
180432               static const char*
180433               _CIM_SpanningTreeService_BridgeMaxAge_qualifiers[] =
180434               {
180435                   /* Units */
180436                   "\060Hundredths of Seconds",
180437                   /* MappingStrings */
180438                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeMaxAge\000",
180439                   0,
180440               };
180441               
180442               static MetaProperty
180443               _CIM_SpanningTreeService_BridgeMaxAge =
180444               {
180445                   /* flags */
180446                   META_FLAG_PROPERTY|META_FLAG_READ,
180447                   /* name */
180448                   "BridgeMaxAge",
180449                   /* qualifiers */
180450                   _CIM_SpanningTreeService_BridgeMaxAge_qualifiers,
180451                   /* type */
180452 mike  1.1.2.1     CIMTYPE_UINT32,
180453                   /* subscript */
180454                   -1,
180455                   /* value */
180456                   0,
180457               };
180458               
180459               static const char*
180460               _CIM_SpanningTreeService_BridgeHelloTime_qualifiers[] =
180461               {
180462                   /* Units */
180463                   "\060Hundredths of Seconds",
180464                   /* MappingStrings */
180465                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeHelloTime\000",
180466                   0,
180467               };
180468               
180469               static MetaProperty
180470               _CIM_SpanningTreeService_BridgeHelloTime =
180471               {
180472                   /* flags */
180473 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
180474                   /* name */
180475                   "BridgeHelloTime",
180476                   /* qualifiers */
180477                   _CIM_SpanningTreeService_BridgeHelloTime_qualifiers,
180478                   /* type */
180479                   CIMTYPE_UINT32,
180480                   /* subscript */
180481                   -1,
180482                   /* value */
180483                   0,
180484               };
180485               
180486               static const char*
180487               _CIM_SpanningTreeService_BridgeForwardDelay_qualifiers[] =
180488               {
180489                   /* Units */
180490                   "\060Hundredths of Seconds",
180491                   /* MappingStrings */
180492                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeForwardDelay\000",
180493                   0,
180494 mike  1.1.2.1 };
180495               
180496               static MetaProperty
180497               _CIM_SpanningTreeService_BridgeForwardDelay =
180498               {
180499                   /* flags */
180500                   META_FLAG_PROPERTY|META_FLAG_READ,
180501                   /* name */
180502                   "BridgeForwardDelay",
180503                   /* qualifiers */
180504                   _CIM_SpanningTreeService_BridgeForwardDelay_qualifiers,
180505                   /* type */
180506                   CIMTYPE_UINT32,
180507                   /* subscript */
180508                   -1,
180509                   /* value */
180510                   0,
180511               };
180512               
180513               static MetaFeature*
180514               _CIM_SpanningTreeService_features[] =
180515 mike  1.1.2.1 {
180516                   (MetaFeature*)&_CIM_SpanningTreeService_ProtocolSpec,
180517                   (MetaFeature*)&_CIM_SpanningTreeService_Priority,
180518                   (MetaFeature*)&_CIM_SpanningTreeService_SpanningTreeBridgeAddress,
180519                   (MetaFeature*)&_CIM_SpanningTreeService_DesignatedRoot,
180520                   (MetaFeature*)&_CIM_SpanningTreeService_RootCost,
180521                   (MetaFeature*)&_CIM_SpanningTreeService_RootPort,
180522                   (MetaFeature*)&_CIM_SpanningTreeService_MaxAge,
180523                   (MetaFeature*)&_CIM_SpanningTreeService_HelloTime,
180524                   (MetaFeature*)&_CIM_SpanningTreeService_HoldTime,
180525                   (MetaFeature*)&_CIM_SpanningTreeService_ForwardDelay,
180526                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeMaxAge,
180527                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeHelloTime,
180528                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeForwardDelay,
180529                   0,
180530               };
180531               
180532               static const char*
180533               __root_cimv2_CIM_SpanningTreeService_qualifiers[] =
180534               {
180535                   /* UMLPackagePath */
180536 mike  1.1.2.1     "\057CIM::Network::SwitchingBridging",
180537                   /* Version */
180538                   "\0632.7.0",
180539                   0,
180540               };
180541               
180542               MetaClass
180543               __root_cimv2_CIM_SpanningTreeService =
180544               {
180545                   /* flags */
180546                   META_FLAG_CLASS,
180547                   /* name */
180548                   "CIM_SpanningTreeService",
180549                   /* qualifiers */
180550                   __root_cimv2_CIM_SpanningTreeService_qualifiers,
180551                   /* super */
180552                   &__root_cimv2_CIM_ForwardingService,
180553                   /* features */
180554                   _CIM_SpanningTreeService_features,
180555               };
180556               
180557 mike  1.1.2.1 //==============================================================================
180558               //
180559               // Class: CIM_StorageHardwareIDManagementService
180560               //
180561               //==============================================================================
180562               
180563               static const char*
180564               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName_qualifiers[] =
180565               {
180566                   /* IN */
180567                   "\024\001",
180568                   0,
180569               };
180570               
180571               static MetaProperty
180572               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName =
180573               {
180574                   /* flags */
180575                   META_FLAG_PROPERTY|META_FLAG_IN,
180576                   /* name */
180577                   "ElementName",
180578 mike  1.1.2.1     /* qualifiers */
180579                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName_qualifiers,
180580                   /* type */
180581                   CIMTYPE_STRING,
180582                   /* subscript */
180583                   -1,
180584                   /* value */
180585                   0,
180586               };
180587               
180588               static const char*
180589               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID_qualifiers[] =
180590               {
180591                   /* IN */
180592                   "\024\001",
180593                   0,
180594               };
180595               
180596               static MetaProperty
180597               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID =
180598               {
180599 mike  1.1.2.1     /* flags */
180600                   META_FLAG_PROPERTY|META_FLAG_IN,
180601                   /* name */
180602                   "StorageID",
180603                   /* qualifiers */
180604                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID_qualifiers,
180605                   /* type */
180606                   CIMTYPE_STRING,
180607                   /* subscript */
180608                   -1,
180609                   /* value */
180610                   0,
180611               };
180612               
180613               static const char*
180614               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType_qualifiers[] =
180615               {
180616                   /* IN */
180617                   "\024\001",
180618                   /* ValueMap */
180619                   "\061\000\0051\0002\0003\0004\0005\000",
180620 mike  1.1.2.1     /* Values */
180621                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180622                   0,
180623               };
180624               
180625               static MetaProperty
180626               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType =
180627               {
180628                   /* flags */
180629                   META_FLAG_PROPERTY|META_FLAG_IN,
180630                   /* name */
180631                   "IDType",
180632                   /* qualifiers */
180633                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType_qualifiers,
180634                   /* type */
180635                   CIMTYPE_UINT16,
180636                   /* subscript */
180637                   -1,
180638                   /* value */
180639                   0,
180640               };
180641 mike  1.1.2.1 
180642               static const char*
180643               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType_qualifiers[] =
180644               {
180645                   /* IN */
180646                   "\024\001",
180647                   0,
180648               };
180649               
180650               static MetaProperty
180651               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType =
180652               {
180653                   /* flags */
180654                   META_FLAG_PROPERTY|META_FLAG_IN,
180655                   /* name */
180656                   "OtherIDType",
180657                   /* qualifiers */
180658                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType_qualifiers,
180659                   /* type */
180660                   CIMTYPE_STRING,
180661                   /* subscript */
180662 mike  1.1.2.1     -1,
180663                   /* value */
180664                   0,
180665               };
180666               
180667               static const char*
180668               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting_qualifiers[] =
180669               {
180670                   /* IN */
180671                   "\024\001",
180672                   0,
180673               };
180674               
180675               static MetaReference
180676               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting =
180677               {
180678                   /* flags */
180679                   META_FLAG_REFERENCE|META_FLAG_IN,
180680                   /* name */
180681                   "Setting",
180682                   /* qualifiers */
180683 mike  1.1.2.1     _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting_qualifiers,
180684                   /* subscript */
180685                   -1,
180686                   /* ref */
180687                   &__root_cimv2_CIM_StorageClientSettingData,
180688               };
180689               
180690               static const char*
180691               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID_qualifiers[] =
180692               {
180693                   /* IN */
180694                   "\024\000",
180695                   /* OUT */
180696                   "\043\001",
180697                   0,
180698               };
180699               
180700               static MetaReference
180701               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID =
180702               {
180703                   /* flags */
180704 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_OUT,
180705                   /* name */
180706                   "HardwareID",
180707                   /* qualifiers */
180708                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID_qualifiers,
180709                   /* subscript */
180710                   -1,
180711                   /* ref */
180712                   &__root_cimv2_CIM_StorageHardwareID,
180713               };
180714               
180715               static MetaFeature*
180716               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_parameters[] =
180717               {
180718                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName,
180719                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID,
180720                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType,
180721                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType,
180722                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting,
180723                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID,
180724                   0,
180725 mike  1.1.2.1 };
180726               
180727               static const char*
180728               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_qualifiers[] =
180729               {
180730                   /* ValueMap */
180731                   "\061\000\0130\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1003..0x7FFF\0000x8000..\000",
180732                   /* Values */
180733                   "\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",
180734                   0,
180735               };
180736               
180737               static MetaMethod
180738               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID =
180739               {
180740                   /* flags */
180741                   META_FLAG_METHOD,
180742                   /* name */
180743                   "CIM_StorageHardwareIDManagementService",
180744                   /* qualifiers */
180745                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_qualifiers,
180746 mike  1.1.2.1     /* type */
180747                   CIMTYPE_UINT32,
180748                   /* parameters */
180749                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_parameters,
180750               };
180751               
180752               static const char*
180753               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID_qualifiers[] =
180754               {
180755                   /* IN */
180756                   "\024\001",
180757                   0,
180758               };
180759               
180760               static MetaReference
180761               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID =
180762               {
180763                   /* flags */
180764                   META_FLAG_REFERENCE|META_FLAG_IN,
180765                   /* name */
180766                   "HardwareID",
180767 mike  1.1.2.1     /* qualifiers */
180768                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID_qualifiers,
180769                   /* subscript */
180770                   -1,
180771                   /* ref */
180772                   &__root_cimv2_CIM_StorageHardwareID,
180773               };
180774               
180775               static MetaFeature*
180776               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_parameters[] =
180777               {
180778                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID,
180779                   0,
180780               };
180781               
180782               static const char*
180783               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_qualifiers[] =
180784               {
180785                   /* ValueMap */
180786                   "\061\000\0120\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001..0x7FFF\0000x8000..\000",
180787                   /* Values */
180788 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",
180789                   0,
180790               };
180791               
180792               static MetaMethod
180793               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID =
180794               {
180795                   /* flags */
180796                   META_FLAG_METHOD,
180797                   /* name */
180798                   "CIM_StorageHardwareIDManagementService",
180799                   /* qualifiers */
180800                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_qualifiers,
180801                   /* type */
180802                   CIMTYPE_UINT32,
180803                   /* parameters */
180804                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_parameters,
180805               };
180806               
180807               static const char*
180808               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName_qualifiers[] =
180809 mike  1.1.2.1 {
180810                   /* IN */
180811                   "\024\001",
180812                   0,
180813               };
180814               
180815               static MetaProperty
180816               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName =
180817               {
180818                   /* flags */
180819                   META_FLAG_PROPERTY|META_FLAG_IN,
180820                   /* name */
180821                   "ElementName",
180822                   /* qualifiers */
180823                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName_qualifiers,
180824                   /* type */
180825                   CIMTYPE_STRING,
180826                   /* subscript */
180827                   -1,
180828                   /* value */
180829                   0,
180830 mike  1.1.2.1 };
180831               
180832               static const char*
180833               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID_qualifiers[] =
180834               {
180835                   /* IN */
180836                   "\024\001",
180837                   0,
180838               };
180839               
180840               static MetaProperty
180841               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID =
180842               {
180843                   /* flags */
180844                   META_FLAG_PROPERTY|META_FLAG_IN,
180845                   /* name */
180846                   "StorageID",
180847                   /* qualifiers */
180848                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID_qualifiers,
180849                   /* type */
180850                   CIMTYPE_STRING,
180851 mike  1.1.2.1     /* subscript */
180852                   -1,
180853                   /* value */
180854                   0,
180855               };
180856               
180857               static const char*
180858               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType_qualifiers[] =
180859               {
180860                   /* IN */
180861                   "\024\001",
180862                   /* ValueMap */
180863                   "\061\000\0051\0002\0003\0004\0005\000",
180864                   /* Values */
180865                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180866                   0,
180867               };
180868               
180869               static MetaProperty
180870               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType =
180871               {
180872 mike  1.1.2.1     /* flags */
180873                   META_FLAG_PROPERTY|META_FLAG_IN,
180874                   /* name */
180875                   "IDType",
180876                   /* qualifiers */
180877                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType_qualifiers,
180878                   /* type */
180879                   CIMTYPE_UINT16,
180880                   /* subscript */
180881                   -1,
180882                   /* value */
180883                   0,
180884               };
180885               
180886               static const char*
180887               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType_qualifiers[] =
180888               {
180889                   /* IN */
180890                   "\024\001",
180891                   0,
180892               };
180893 mike  1.1.2.1 
180894               static MetaProperty
180895               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType =
180896               {
180897                   /* flags */
180898                   META_FLAG_PROPERTY|META_FLAG_IN,
180899                   /* name */
180900                   "OtherIDType",
180901                   /* qualifiers */
180902                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType_qualifiers,
180903                   /* type */
180904                   CIMTYPE_STRING,
180905                   /* subscript */
180906                   -1,
180907                   /* value */
180908                   0,
180909               };
180910               
180911               static const char*
180912               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID_qualifiers[] =
180913               {
180914 mike  1.1.2.1     /* IN */
180915                   "\024\001",
180916                   0,
180917               };
180918               
180919               static MetaProperty
180920               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID =
180921               {
180922                   /* flags */
180923                   META_FLAG_PROPERTY|META_FLAG_IN,
180924                   /* name */
180925                   "GatewayID",
180926                   /* qualifiers */
180927                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID_qualifiers,
180928                   /* type */
180929                   CIMTYPE_STRING,
180930                   /* subscript */
180931                   -1,
180932                   /* value */
180933                   0,
180934               };
180935 mike  1.1.2.1 
180936               static const char*
180937               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType_qualifiers[] =
180938               {
180939                   /* IN */
180940                   "\024\001",
180941                   /* ValueMap */
180942                   "\061\000\0051\0002\0003\0004\0005\000",
180943                   /* Values */
180944                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180945                   0,
180946               };
180947               
180948               static MetaProperty
180949               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType =
180950               {
180951                   /* flags */
180952                   META_FLAG_PROPERTY|META_FLAG_IN,
180953                   /* name */
180954                   "GatewayIDType",
180955                   /* qualifiers */
180956 mike  1.1.2.1     _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType_qualifiers,
180957                   /* type */
180958                   CIMTYPE_UINT16,
180959                   /* subscript */
180960                   -1,
180961                   /* value */
180962                   0,
180963               };
180964               
180965               static const char*
180966               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType_qualifiers[] =
180967               {
180968                   /* IN */
180969                   "\024\001",
180970                   0,
180971               };
180972               
180973               static MetaProperty
180974               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType =
180975               {
180976                   /* flags */
180977 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
180978                   /* name */
180979                   "OtherGatewayIDType",
180980                   /* qualifiers */
180981                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType_qualifiers,
180982                   /* type */
180983                   CIMTYPE_STRING,
180984                   /* subscript */
180985                   -1,
180986                   /* value */
180987                   0,
180988               };
180989               
180990               static const char*
180991               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID_qualifiers[] =
180992               {
180993                   /* IN */
180994                   "\024\000",
180995                   /* OUT */
180996                   "\043\001",
180997                   0,
180998 mike  1.1.2.1 };
180999               
181000               static MetaReference
181001               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID =
181002               {
181003                   /* flags */
181004                   META_FLAG_REFERENCE|META_FLAG_OUT,
181005                   /* name */
181006                   "NewGatewayPathID",
181007                   /* qualifiers */
181008                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID_qualifiers,
181009                   /* subscript */
181010                   -1,
181011                   /* ref */
181012                   &__root_cimv2_CIM_GatewayPathID,
181013               };
181014               
181015               static MetaFeature*
181016               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_parameters[] =
181017               {
181018                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName,
181019 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID,
181020                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType,
181021                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType,
181022                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID,
181023                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType,
181024                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType,
181025                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID,
181026                   0,
181027               };
181028               
181029               static const char*
181030               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_qualifiers[] =
181031               {
181032                   /* ValueMap */
181033                   "\061\000\0150\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1003\0000x1004\0000x1005..0x7FFF\0000x8000..\000",
181034                   /* Values */
181035                   "\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",
181036                   0,
181037               };
181038               
181039               static MetaMethod
181040 mike  1.1.2.1 _CIM_StorageHardwareIDManagementService_CreateGatewayPathID =
181041               {
181042                   /* flags */
181043                   META_FLAG_METHOD,
181044                   /* name */
181045                   "CIM_StorageHardwareIDManagementService",
181046                   /* qualifiers */
181047                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_qualifiers,
181048                   /* type */
181049                   CIMTYPE_UINT32,
181050                   /* parameters */
181051                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_parameters,
181052               };
181053               
181054               static const char*
181055               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName_qualifiers[] =
181056               {
181057                   /* IN */
181058                   "\024\001",
181059                   0,
181060               };
181061 mike  1.1.2.1 
181062               static MetaProperty
181063               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName =
181064               {
181065                   /* flags */
181066                   META_FLAG_PROPERTY|META_FLAG_IN,
181067                   /* name */
181068                   "ElementName",
181069                   /* qualifiers */
181070                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName_qualifiers,
181071                   /* type */
181072                   CIMTYPE_STRING,
181073                   /* subscript */
181074                   -1,
181075                   /* value */
181076                   0,
181077               };
181078               
181079               static const char*
181080               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs_qualifiers[] =
181081               {
181082 mike  1.1.2.1     /* IN */
181083                   "\024\001",
181084                   0,
181085               };
181086               
181087               static MetaProperty
181088               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs =
181089               {
181090                   /* flags */
181091                   META_FLAG_PROPERTY|META_FLAG_IN,
181092                   /* name */
181093                   "HardwareIDs",
181094                   /* qualifiers */
181095                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs_qualifiers,
181096                   /* type */
181097                   CIMTYPE_STRING,
181098                   /* subscript */
181099                   0,
181100                   /* value */
181101                   0,
181102               };
181103 mike  1.1.2.1 
181104               static const char*
181105               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection_qualifiers[] =
181106               {
181107                   /* IN */
181108                   "\024\000",
181109                   /* OUT */
181110                   "\043\001",
181111                   0,
181112               };
181113               
181114               static MetaReference
181115               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection =
181116               {
181117                   /* flags */
181118                   META_FLAG_REFERENCE|META_FLAG_OUT,
181119                   /* name */
181120                   "Collection",
181121                   /* qualifiers */
181122                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection_qualifiers,
181123                   /* subscript */
181124 mike  1.1.2.1     -1,
181125                   /* ref */
181126                   &__root_cimv2_CIM_SystemSpecificCollection,
181127               };
181128               
181129               static MetaFeature*
181130               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_parameters[] =
181131               {
181132                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName,
181133                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs,
181134                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection,
181135                   0,
181136               };
181137               
181138               static const char*
181139               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_qualifiers[] =
181140               {
181141                   /* ValueMap */
181142                   "\061\000\0140\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1002\0000x1003..0x7FFF\0000x8000..\000",
181143                   /* Values */
181144                   "\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",
181145 mike  1.1.2.1     0,
181146               };
181147               
181148               static MetaMethod
181149               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection =
181150               {
181151                   /* flags */
181152                   META_FLAG_METHOD,
181153                   /* name */
181154                   "CIM_StorageHardwareIDManagementService",
181155                   /* qualifiers */
181156                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_qualifiers,
181157                   /* type */
181158                   CIMTYPE_UINT32,
181159                   /* parameters */
181160                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_parameters,
181161               };
181162               
181163               static const char*
181164               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs_qualifiers[] =
181165               {
181166 mike  1.1.2.1     /* IN */
181167                   "\024\001",
181168                   0,
181169               };
181170               
181171               static MetaProperty
181172               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs =
181173               {
181174                   /* flags */
181175                   META_FLAG_PROPERTY|META_FLAG_IN,
181176                   /* name */
181177                   "HardwareIDs",
181178                   /* qualifiers */
181179                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs_qualifiers,
181180                   /* type */
181181                   CIMTYPE_STRING,
181182                   /* subscript */
181183                   0,
181184                   /* value */
181185                   0,
181186               };
181187 mike  1.1.2.1 
181188               static const char*
181189               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection_qualifiers[] =
181190               {
181191                   /* IN */
181192                   "\024\001",
181193                   0,
181194               };
181195               
181196               static MetaReference
181197               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection =
181198               {
181199                   /* flags */
181200                   META_FLAG_REFERENCE|META_FLAG_IN,
181201                   /* name */
181202                   "Collection",
181203                   /* qualifiers */
181204                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection_qualifiers,
181205                   /* subscript */
181206                   -1,
181207                   /* ref */
181208 mike  1.1.2.1     &__root_cimv2_CIM_SystemSpecificCollection,
181209               };
181210               
181211               static MetaFeature*
181212               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_parameters[] =
181213               {
181214                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs,
181215                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection,
181216                   0,
181217               };
181218               
181219               static const char*
181220               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_qualifiers[] =
181221               {
181222                   /* ValueMap */
181223                   "\061\000\0140\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1002\0000x1003..0x7FFF\0000x8000..\000",
181224                   /* Values */
181225                   "\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",
181226                   0,
181227               };
181228               
181229 mike  1.1.2.1 static MetaMethod
181230               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection =
181231               {
181232                   /* flags */
181233                   META_FLAG_METHOD,
181234                   /* name */
181235                   "CIM_StorageHardwareIDManagementService",
181236                   /* qualifiers */
181237                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_qualifiers,
181238                   /* type */
181239                   CIMTYPE_UINT32,
181240                   /* parameters */
181241                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_parameters,
181242               };
181243               
181244               static MetaFeature*
181245               _CIM_StorageHardwareIDManagementService_features[] =
181246               {
181247                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID,
181248                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID,
181249                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID,
181250 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection,
181251                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection,
181252                   0,
181253               };
181254               
181255               static const char*
181256               __root_cimv2_CIM_StorageHardwareIDManagementService_qualifiers[] =
181257               {
181258                   /* UMLPackagePath */
181259                   "\057CIM::User::StorageHardwareID",
181260                   /* Version */
181261                   "\0632.8.1000",
181262                   0,
181263               };
181264               
181265               MetaClass
181266               __root_cimv2_CIM_StorageHardwareIDManagementService =
181267               {
181268                   /* flags */
181269                   META_FLAG_CLASS,
181270                   /* name */
181271 mike  1.1.2.1     "CIM_StorageHardwareIDManagementService",
181272                   /* qualifiers */
181273                   __root_cimv2_CIM_StorageHardwareIDManagementService_qualifiers,
181274                   /* super */
181275                   &__root_cimv2_CIM_AuthenticationService,
181276                   /* features */
181277                   _CIM_StorageHardwareIDManagementService_features,
181278               };
181279               
181280               //==============================================================================
181281               //
181282               // Class: CIM_SwapSpaceCheck
181283               //
181284               //==============================================================================
181285               
181286               static const char*
181287               _CIM_SwapSpaceCheck_SwapSpaceSize_qualifiers[] =
181288               {
181289                   /* Units */
181290                   "\060KiloBytes",
181291                   /* ModelCorrespondence */
181292 mike  1.1.2.1     "\036\000\001CIM_OperatingSystem.TotalSwapSpaceSize\000",
181293                   0,
181294               };
181295               
181296               static MetaProperty
181297               _CIM_SwapSpaceCheck_SwapSpaceSize =
181298               {
181299                   /* flags */
181300                   META_FLAG_PROPERTY|META_FLAG_READ,
181301                   /* name */
181302                   "SwapSpaceSize",
181303                   /* qualifiers */
181304                   _CIM_SwapSpaceCheck_SwapSpaceSize_qualifiers,
181305                   /* type */
181306                   CIMTYPE_UINT64,
181307                   /* subscript */
181308                   -1,
181309                   /* value */
181310                   0,
181311               };
181312               
181313 mike  1.1.2.1 static MetaFeature*
181314               _CIM_SwapSpaceCheck_features[] =
181315               {
181316                   (MetaFeature*)&_CIM_SwapSpaceCheck_SwapSpaceSize,
181317                   0,
181318               };
181319               
181320               static const char*
181321               __root_cimv2_CIM_SwapSpaceCheck_qualifiers[] =
181322               {
181323                   /* UMLPackagePath */
181324                   "\057CIM::Application::CheckAction",
181325                   /* Version */
181326                   "\0632.6.0",
181327                   0,
181328               };
181329               
181330               MetaClass
181331               __root_cimv2_CIM_SwapSpaceCheck =
181332               {
181333                   /* flags */
181334 mike  1.1.2.1     META_FLAG_CLASS,
181335                   /* name */
181336                   "CIM_SwapSpaceCheck",
181337                   /* qualifiers */
181338                   __root_cimv2_CIM_SwapSpaceCheck_qualifiers,
181339                   /* super */
181340                   &__root_cimv2_CIM_Check,
181341                   /* features */
181342                   _CIM_SwapSpaceCheck_features,
181343               };
181344               
181345               //==============================================================================
181346               //
181347               // Class: CIM_SwitchPortSourceRouting
181348               //
181349               //==============================================================================
181350               
181351               static const char*
181352               _CIM_SwitchPortSourceRouting_Antecedent_qualifiers[] =
181353               {
181354                   /* Override */
181355 mike  1.1.2.1     "\044Antecedent",
181356                   0,
181357               };
181358               
181359               static MetaReference
181360               _CIM_SwitchPortSourceRouting_Antecedent =
181361               {
181362                   /* flags */
181363                   META_FLAG_REFERENCE|META_FLAG_READ,
181364                   /* name */
181365                   "Antecedent",
181366                   /* qualifiers */
181367                   _CIM_SwitchPortSourceRouting_Antecedent_qualifiers,
181368                   /* subscript */
181369                   -1,
181370                   /* refId */
181371                   &__root_cimv2_CIM_SwitchPort,
181372               };
181373               
181374               static const char*
181375               _CIM_SwitchPortSourceRouting_Dependent_qualifiers[] =
181376 mike  1.1.2.1 {
181377                   /* Override */
181378                   "\044Dependent",
181379                   /* Max */
181380                   "\027\000\000\000\001",
181381                   0,
181382               };
181383               
181384               static MetaReference
181385               _CIM_SwitchPortSourceRouting_Dependent =
181386               {
181387                   /* flags */
181388                   META_FLAG_REFERENCE|META_FLAG_READ,
181389                   /* name */
181390                   "Dependent",
181391                   /* qualifiers */
181392                   _CIM_SwitchPortSourceRouting_Dependent_qualifiers,
181393                   /* subscript */
181394                   -1,
181395                   /* refId */
181396                   &__root_cimv2_CIM_SourceRoutingService,
181397 mike  1.1.2.1 };
181398               
181399               static const char*
181400               _CIM_SwitchPortSourceRouting_HopCount_qualifiers[] =
181401               {
181402                   /* MappingStrings */
181403                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortHopCount\000",
181404                   0,
181405               };
181406               
181407               static MetaProperty
181408               _CIM_SwitchPortSourceRouting_HopCount =
181409               {
181410                   /* flags */
181411                   META_FLAG_PROPERTY|META_FLAG_READ,
181412                   /* name */
181413                   "HopCount",
181414                   /* qualifiers */
181415                   _CIM_SwitchPortSourceRouting_HopCount_qualifiers,
181416                   /* type */
181417                   CIMTYPE_UINT16,
181418 mike  1.1.2.1     /* subscript */
181419                   -1,
181420                   /* value */
181421                   0,
181422               };
181423               
181424               static const char*
181425               _CIM_SwitchPortSourceRouting_LocalSegment_qualifiers[] =
181426               {
181427                   /* MappingStrings */
181428                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortLocalSegment\000",
181429                   0,
181430               };
181431               
181432               static MetaProperty
181433               _CIM_SwitchPortSourceRouting_LocalSegment =
181434               {
181435                   /* flags */
181436                   META_FLAG_PROPERTY|META_FLAG_READ,
181437                   /* name */
181438                   "LocalSegment",
181439 mike  1.1.2.1     /* qualifiers */
181440                   _CIM_SwitchPortSourceRouting_LocalSegment_qualifiers,
181441                   /* type */
181442                   CIMTYPE_UINT16,
181443                   /* subscript */
181444                   -1,
181445                   /* value */
181446                   0,
181447               };
181448               
181449               static const char*
181450               _CIM_SwitchPortSourceRouting_BridgeNum_qualifiers[] =
181451               {
181452                   /* MappingStrings */
181453                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortBridgeNum\000",
181454                   0,
181455               };
181456               
181457               static MetaProperty
181458               _CIM_SwitchPortSourceRouting_BridgeNum =
181459               {
181460 mike  1.1.2.1     /* flags */
181461                   META_FLAG_PROPERTY|META_FLAG_READ,
181462                   /* name */
181463                   "BridgeNum",
181464                   /* qualifiers */
181465                   _CIM_SwitchPortSourceRouting_BridgeNum_qualifiers,
181466                   /* type */
181467                   CIMTYPE_UINT16,
181468                   /* subscript */
181469                   -1,
181470                   /* value */
181471                   0,
181472               };
181473               
181474               static const char*
181475               _CIM_SwitchPortSourceRouting_TargetSegment_qualifiers[] =
181476               {
181477                   /* MappingStrings */
181478                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortTargetSegment\000",
181479                   0,
181480               };
181481 mike  1.1.2.1 
181482               static MetaProperty
181483               _CIM_SwitchPortSourceRouting_TargetSegment =
181484               {
181485                   /* flags */
181486                   META_FLAG_PROPERTY|META_FLAG_READ,
181487                   /* name */
181488                   "TargetSegment",
181489                   /* qualifiers */
181490                   _CIM_SwitchPortSourceRouting_TargetSegment_qualifiers,
181491                   /* type */
181492                   CIMTYPE_UINT16,
181493                   /* subscript */
181494                   -1,
181495                   /* value */
181496                   0,
181497               };
181498               
181499               static const char*
181500               _CIM_SwitchPortSourceRouting_STESpanMode_qualifiers[] =
181501               {
181502 mike  1.1.2.1     /* ValueMap */
181503                   "\061\000\0031\0002\0003\000",
181504                   /* Values */
181505                   "\062\000\003Auto-Span\000Disabled\000Forced\000",
181506                   /* MappingStrings */
181507                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSTESpanMod\000",
181508                   /* ModelCorrespondence */
181509                   "\036\000\001CIM_SwitchPortSpanningTree.State\000",
181510                   0,
181511               };
181512               
181513               static MetaProperty
181514               _CIM_SwitchPortSourceRouting_STESpanMode =
181515               {
181516                   /* flags */
181517                   META_FLAG_PROPERTY|META_FLAG_READ,
181518                   /* name */
181519                   "STESpanMode",
181520                   /* qualifiers */
181521                   _CIM_SwitchPortSourceRouting_STESpanMode_qualifiers,
181522                   /* type */
181523 mike  1.1.2.1     CIMTYPE_UINT16,
181524                   /* subscript */
181525                   -1,
181526                   /* value */
181527                   0,
181528               };
181529               
181530               static MetaFeature*
181531               _CIM_SwitchPortSourceRouting_features[] =
181532               {
181533                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_Antecedent,
181534                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_Dependent,
181535                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_HopCount,
181536                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_LocalSegment,
181537                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_BridgeNum,
181538                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_TargetSegment,
181539                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_STESpanMode,
181540                   0,
181541               };
181542               
181543               static const char*
181544 mike  1.1.2.1 __root_cimv2_CIM_SwitchPortSourceRouting_qualifiers[] =
181545               {
181546                   /* ASSOCIATION */
181547                   "\000\001",
181548                   /* UMLPackagePath */
181549                   "\057CIM::Network::SwitchingBridging",
181550                   /* Version */
181551                   "\0632.7.0",
181552                   0,
181553               };
181554               
181555               MetaClass
181556               __root_cimv2_CIM_SwitchPortSourceRouting =
181557               {
181558                   /* flags */
181559                   META_FLAG_ASSOCIATION,
181560                   /* name */
181561                   "CIM_SwitchPortSourceRouting",
181562                   /* qualifiers */
181563                   __root_cimv2_CIM_SwitchPortSourceRouting_qualifiers,
181564                   /* super */
181565 mike  1.1.2.1     &__root_cimv2_CIM_ServiceSAPDependency,
181566                   /* features */
181567                   _CIM_SwitchPortSourceRouting_features,
181568               };
181569               
181570               //==============================================================================
181571               //
181572               // Class: CIM_SwitchPortSpanningTree
181573               //
181574               //==============================================================================
181575               
181576               static const char*
181577               _CIM_SwitchPortSpanningTree_Antecedent_qualifiers[] =
181578               {
181579                   /* Override */
181580                   "\044Antecedent",
181581                   0,
181582               };
181583               
181584               static MetaReference
181585               _CIM_SwitchPortSpanningTree_Antecedent =
181586 mike  1.1.2.1 {
181587                   /* flags */
181588                   META_FLAG_REFERENCE|META_FLAG_READ,
181589                   /* name */
181590                   "Antecedent",
181591                   /* qualifiers */
181592                   _CIM_SwitchPortSpanningTree_Antecedent_qualifiers,
181593                   /* subscript */
181594                   -1,
181595                   /* refId */
181596                   &__root_cimv2_CIM_SwitchPort,
181597               };
181598               
181599               static const char*
181600               _CIM_SwitchPortSpanningTree_Dependent_qualifiers[] =
181601               {
181602                   /* Override */
181603                   "\044Dependent",
181604                   0,
181605               };
181606               
181607 mike  1.1.2.1 static MetaReference
181608               _CIM_SwitchPortSpanningTree_Dependent =
181609               {
181610                   /* flags */
181611                   META_FLAG_REFERENCE|META_FLAG_READ,
181612                   /* name */
181613                   "Dependent",
181614                   /* qualifiers */
181615                   _CIM_SwitchPortSpanningTree_Dependent_qualifiers,
181616                   /* subscript */
181617                   -1,
181618                   /* refId */
181619                   &__root_cimv2_CIM_SpanningTreeService,
181620               };
181621               
181622               static const char*
181623               _CIM_SwitchPortSpanningTree_Priority_qualifiers[] =
181624               {
181625                   /* MappingStrings */
181626                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortPriority\000",
181627                   0,
181628 mike  1.1.2.1 };
181629               
181630               static MetaProperty
181631               _CIM_SwitchPortSpanningTree_Priority =
181632               {
181633                   /* flags */
181634                   META_FLAG_PROPERTY|META_FLAG_READ,
181635                   /* name */
181636                   "Priority",
181637                   /* qualifiers */
181638                   _CIM_SwitchPortSpanningTree_Priority_qualifiers,
181639                   /* type */
181640                   CIMTYPE_UINT8,
181641                   /* subscript */
181642                   -1,
181643                   /* value */
181644                   0,
181645               };
181646               
181647               static const char*
181648               _CIM_SwitchPortSpanningTree_State_qualifiers[] =
181649 mike  1.1.2.1 {
181650                   /* ValueMap */
181651                   "\061\000\0061\0002\0003\0004\0005\0006\000",
181652                   /* Values */
181653                   "\062\000\006Disabled\000Blocking\000Listening\000Learning\000Forwarding\000Broken\000",
181654                   /* MappingStrings */
181655                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortState\000",
181656                   0,
181657               };
181658               
181659               static MetaProperty
181660               _CIM_SwitchPortSpanningTree_State =
181661               {
181662                   /* flags */
181663                   META_FLAG_PROPERTY|META_FLAG_READ,
181664                   /* name */
181665                   "State",
181666                   /* qualifiers */
181667                   _CIM_SwitchPortSpanningTree_State_qualifiers,
181668                   /* type */
181669                   CIMTYPE_UINT16,
181670 mike  1.1.2.1     /* subscript */
181671                   -1,
181672                   /* value */
181673                   0,
181674               };
181675               
181676               static const char*
181677               _CIM_SwitchPortSpanningTree_Enable_qualifiers[] =
181678               {
181679                   /* Deprecated */
181680                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
181681                   /* ValueMap */
181682                   "\061\000\0021\0002\000",
181683                   /* Values */
181684                   "\062\000\002Enabled\000Disabled\000",
181685                   /* MappingStrings */
181686                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortEnable\000",
181687                   0,
181688               };
181689               
181690               static MetaProperty
181691 mike  1.1.2.1 _CIM_SwitchPortSpanningTree_Enable =
181692               {
181693                   /* flags */
181694                   META_FLAG_PROPERTY|META_FLAG_READ,
181695                   /* name */
181696                   "Enable",
181697                   /* qualifiers */
181698                   _CIM_SwitchPortSpanningTree_Enable_qualifiers,
181699                   /* type */
181700                   CIMTYPE_UINT16,
181701                   /* subscript */
181702                   -1,
181703                   /* value */
181704                   0,
181705               };
181706               
181707               static const char*
181708               _CIM_SwitchPortSpanningTree_PathCost_qualifiers[] =
181709               {
181710                   /* MappingStrings */
181711                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortPathCost\000",
181712 mike  1.1.2.1     0,
181713               };
181714               
181715               static MetaProperty
181716               _CIM_SwitchPortSpanningTree_PathCost =
181717               {
181718                   /* flags */
181719                   META_FLAG_PROPERTY|META_FLAG_READ,
181720                   /* name */
181721                   "PathCost",
181722                   /* qualifiers */
181723                   _CIM_SwitchPortSpanningTree_PathCost_qualifiers,
181724                   /* type */
181725                   CIMTYPE_UINT16,
181726                   /* subscript */
181727                   -1,
181728                   /* value */
181729                   0,
181730               };
181731               
181732               static const char*
181733 mike  1.1.2.1 _CIM_SwitchPortSpanningTree_DesignatedRoot_qualifiers[] =
181734               {
181735                   /* MappingStrings */
181736                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedRoot\000",
181737                   0,
181738               };
181739               
181740               static MetaProperty
181741               _CIM_SwitchPortSpanningTree_DesignatedRoot =
181742               {
181743                   /* flags */
181744                   META_FLAG_PROPERTY|META_FLAG_READ,
181745                   /* name */
181746                   "DesignatedRoot",
181747                   /* qualifiers */
181748                   _CIM_SwitchPortSpanningTree_DesignatedRoot_qualifiers,
181749                   /* type */
181750                   CIMTYPE_STRING,
181751                   /* subscript */
181752                   -1,
181753                   /* value */
181754 mike  1.1.2.1     0,
181755               };
181756               
181757               static const char*
181758               _CIM_SwitchPortSpanningTree_DesignatedCost_qualifiers[] =
181759               {
181760                   /* MappingStrings */
181761                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedCost\000",
181762                   0,
181763               };
181764               
181765               static MetaProperty
181766               _CIM_SwitchPortSpanningTree_DesignatedCost =
181767               {
181768                   /* flags */
181769                   META_FLAG_PROPERTY|META_FLAG_READ,
181770                   /* name */
181771                   "DesignatedCost",
181772                   /* qualifiers */
181773                   _CIM_SwitchPortSpanningTree_DesignatedCost_qualifiers,
181774                   /* type */
181775 mike  1.1.2.1     CIMTYPE_UINT16,
181776                   /* subscript */
181777                   -1,
181778                   /* value */
181779                   0,
181780               };
181781               
181782               static const char*
181783               _CIM_SwitchPortSpanningTree_DesignatedBridge_qualifiers[] =
181784               {
181785                   /* MappingStrings */
181786                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedBridge\000",
181787                   0,
181788               };
181789               
181790               static MetaProperty
181791               _CIM_SwitchPortSpanningTree_DesignatedBridge =
181792               {
181793                   /* flags */
181794                   META_FLAG_PROPERTY|META_FLAG_READ,
181795                   /* name */
181796 mike  1.1.2.1     "DesignatedBridge",
181797                   /* qualifiers */
181798                   _CIM_SwitchPortSpanningTree_DesignatedBridge_qualifiers,
181799                   /* type */
181800                   CIMTYPE_STRING,
181801                   /* subscript */
181802                   -1,
181803                   /* value */
181804                   0,
181805               };
181806               
181807               static const char*
181808               _CIM_SwitchPortSpanningTree_DesignatedPort_qualifiers[] =
181809               {
181810                   /* MappingStrings */
181811                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedPort\000",
181812                   0,
181813               };
181814               
181815               static MetaProperty
181816               _CIM_SwitchPortSpanningTree_DesignatedPort =
181817 mike  1.1.2.1 {
181818                   /* flags */
181819                   META_FLAG_PROPERTY|META_FLAG_READ,
181820                   /* name */
181821                   "DesignatedPort",
181822                   /* qualifiers */
181823                   _CIM_SwitchPortSpanningTree_DesignatedPort_qualifiers,
181824                   /* type */
181825                   CIMTYPE_UINT16,
181826                   /* subscript */
181827                   -1,
181828                   /* value */
181829                   0,
181830               };
181831               
181832               static MetaFeature*
181833               _CIM_SwitchPortSpanningTree_features[] =
181834               {
181835                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Antecedent,
181836                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Dependent,
181837                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Priority,
181838 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchPortSpanningTree_State,
181839                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Enable,
181840                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_PathCost,
181841                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedRoot,
181842                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedCost,
181843                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedBridge,
181844                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedPort,
181845                   0,
181846               };
181847               
181848               static const char*
181849               __root_cimv2_CIM_SwitchPortSpanningTree_qualifiers[] =
181850               {
181851                   /* ASSOCIATION */
181852                   "\000\001",
181853                   /* UMLPackagePath */
181854                   "\057CIM::Network::SwitchingBridging",
181855                   /* Version */
181856                   "\0632.7.0",
181857                   0,
181858               };
181859 mike  1.1.2.1 
181860               MetaClass
181861               __root_cimv2_CIM_SwitchPortSpanningTree =
181862               {
181863                   /* flags */
181864                   META_FLAG_ASSOCIATION,
181865                   /* name */
181866                   "CIM_SwitchPortSpanningTree",
181867                   /* qualifiers */
181868                   __root_cimv2_CIM_SwitchPortSpanningTree_qualifiers,
181869                   /* super */
181870                   &__root_cimv2_CIM_ServiceSAPDependency,
181871                   /* features */
181872                   _CIM_SwitchPortSpanningTree_features,
181873               };
181874               
181875               //==============================================================================
181876               //
181877               // Class: CIM_SwitchService
181878               //
181879               //==============================================================================
181880 mike  1.1.2.1 
181881               static const char*
181882               _CIM_SwitchService_BridgeAddress_qualifiers[] =
181883               {
181884                   /* MaxLen */
181885                   "\030\000\000\000\040",
181886                   /* MappingStrings */
181887                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseBridgeAddress\000",
181888                   /* ModelCorrespondence */
181889                   "\036\000\001CIM_SwitchService.BridgeAddressType\000",
181890                   0,
181891               };
181892               
181893               static MetaProperty
181894               _CIM_SwitchService_BridgeAddress =
181895               {
181896                   /* flags */
181897                   META_FLAG_PROPERTY|META_FLAG_READ,
181898                   /* name */
181899                   "BridgeAddress",
181900                   /* qualifiers */
181901 mike  1.1.2.1     _CIM_SwitchService_BridgeAddress_qualifiers,
181902                   /* type */
181903                   CIMTYPE_STRING,
181904                   /* subscript */
181905                   -1,
181906                   /* value */
181907                   0,
181908               };
181909               
181910               static const char*
181911               _CIM_SwitchService_NumPorts_qualifiers[] =
181912               {
181913                   /* MappingStrings */
181914                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseNumPorts\000",
181915                   0,
181916               };
181917               
181918               static MetaProperty
181919               _CIM_SwitchService_NumPorts =
181920               {
181921                   /* flags */
181922 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
181923                   /* name */
181924                   "NumPorts",
181925                   /* qualifiers */
181926                   _CIM_SwitchService_NumPorts_qualifiers,
181927                   /* type */
181928                   CIMTYPE_UINT16,
181929                   /* subscript */
181930                   -1,
181931                   /* value */
181932                   0,
181933               };
181934               
181935               static const char*
181936               _CIM_SwitchService_BridgeType_qualifiers[] =
181937               {
181938                   /* ValueMap */
181939                   "\061\000\0041\0002\0003\0004\000",
181940                   /* Values */
181941                   "\062\000\004Unknown\000Transparent-only\000SourceRoute-only\000SRT\000",
181942                   /* MappingStrings */
181943 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseType\000",
181944                   0,
181945               };
181946               
181947               static MetaProperty
181948               _CIM_SwitchService_BridgeType =
181949               {
181950                   /* flags */
181951                   META_FLAG_PROPERTY|META_FLAG_READ,
181952                   /* name */
181953                   "BridgeType",
181954                   /* qualifiers */
181955                   _CIM_SwitchService_BridgeType_qualifiers,
181956                   /* type */
181957                   CIMTYPE_UINT8,
181958                   /* subscript */
181959                   -1,
181960                   /* value */
181961                   0,
181962               };
181963               
181964 mike  1.1.2.1 static const char*
181965               _CIM_SwitchService_BridgeAddressType_qualifiers[] =
181966               {
181967                   /* ValueMap */
181968                   "\061\000\0051\0002\0003\0004\0005\000",
181969                   /* Values */
181970                   "\062\000\005Other\000IPv4\000IPv6\000MAC\000MAC + Spanning Tree Priority\000",
181971                   /* ModelCorrespondence */
181972                   "\036\000\001CIM_SwitchService.BridgeAddress\000",
181973                   0,
181974               };
181975               
181976               static MetaProperty
181977               _CIM_SwitchService_BridgeAddressType =
181978               {
181979                   /* flags */
181980                   META_FLAG_PROPERTY|META_FLAG_READ,
181981                   /* name */
181982                   "BridgeAddressType",
181983                   /* qualifiers */
181984                   _CIM_SwitchService_BridgeAddressType_qualifiers,
181985 mike  1.1.2.1     /* type */
181986                   CIMTYPE_UINT16,
181987                   /* subscript */
181988                   -1,
181989                   /* value */
181990                   0,
181991               };
181992               
181993               static MetaFeature*
181994               _CIM_SwitchService_features[] =
181995               {
181996                   (MetaFeature*)&_CIM_SwitchService_BridgeAddress,
181997                   (MetaFeature*)&_CIM_SwitchService_NumPorts,
181998                   (MetaFeature*)&_CIM_SwitchService_BridgeType,
181999                   (MetaFeature*)&_CIM_SwitchService_BridgeAddressType,
182000                   0,
182001               };
182002               
182003               static const char*
182004               __root_cimv2_CIM_SwitchService_qualifiers[] =
182005               {
182006 mike  1.1.2.1     /* UMLPackagePath */
182007                   "\057CIM::Network::SwitchingBridging",
182008                   /* Version */
182009                   "\0632.7.0",
182010                   0,
182011               };
182012               
182013               MetaClass
182014               __root_cimv2_CIM_SwitchService =
182015               {
182016                   /* flags */
182017                   META_FLAG_CLASS,
182018                   /* name */
182019                   "CIM_SwitchService",
182020                   /* qualifiers */
182021                   __root_cimv2_CIM_SwitchService_qualifiers,
182022                   /* super */
182023                   &__root_cimv2_CIM_ForwardingService,
182024                   /* features */
182025                   _CIM_SwitchService_features,
182026               };
182027 mike  1.1.2.1 
182028               //==============================================================================
182029               //
182030               // Class: CIM_SwitchServiceSourceRouting
182031               //
182032               //==============================================================================
182033               
182034               static const char*
182035               _CIM_SwitchServiceSourceRouting_GroupComponent_qualifiers[] =
182036               {
182037                   /* Aggregate */
182038                   "\003\001",
182039                   /* Override */
182040                   "\044GroupComponent",
182041                   /* Min */
182042                   "\033\000\000\000\001",
182043                   0,
182044               };
182045               
182046               static MetaReference
182047               _CIM_SwitchServiceSourceRouting_GroupComponent =
182048 mike  1.1.2.1 {
182049                   /* flags */
182050                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182051                   /* name */
182052                   "GroupComponent",
182053                   /* qualifiers */
182054                   _CIM_SwitchServiceSourceRouting_GroupComponent_qualifiers,
182055                   /* subscript */
182056                   -1,
182057                   /* refId */
182058                   &__root_cimv2_CIM_SwitchService,
182059               };
182060               
182061               static const char*
182062               _CIM_SwitchServiceSourceRouting_PartComponent_qualifiers[] =
182063               {
182064                   /* Override */
182065                   "\044PartComponent",
182066                   0,
182067               };
182068               
182069 mike  1.1.2.1 static MetaReference
182070               _CIM_SwitchServiceSourceRouting_PartComponent =
182071               {
182072                   /* flags */
182073                   META_FLAG_REFERENCE|META_FLAG_READ,
182074                   /* name */
182075                   "PartComponent",
182076                   /* qualifiers */
182077                   _CIM_SwitchServiceSourceRouting_PartComponent_qualifiers,
182078                   /* subscript */
182079                   -1,
182080                   /* refId */
182081                   &__root_cimv2_CIM_SourceRoutingService,
182082               };
182083               
182084               static MetaFeature*
182085               _CIM_SwitchServiceSourceRouting_features[] =
182086               {
182087                   (MetaFeature*)&_CIM_SwitchServiceSourceRouting_GroupComponent,
182088                   (MetaFeature*)&_CIM_SwitchServiceSourceRouting_PartComponent,
182089                   0,
182090 mike  1.1.2.1 };
182091               
182092               static const char*
182093               __root_cimv2_CIM_SwitchServiceSourceRouting_qualifiers[] =
182094               {
182095                   /* ASSOCIATION */
182096                   "\000\001",
182097                   /* UMLPackagePath */
182098                   "\057CIM::Network::SwitchingBridging",
182099                   /* Aggregation */
182100                   "\004\001",
182101                   /* Version */
182102                   "\0632.6.0",
182103                   0,
182104               };
182105               
182106               MetaClass
182107               __root_cimv2_CIM_SwitchServiceSourceRouting =
182108               {
182109                   /* flags */
182110                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182111 mike  1.1.2.1     /* name */
182112                   "CIM_SwitchServiceSourceRouting",
182113                   /* qualifiers */
182114                   __root_cimv2_CIM_SwitchServiceSourceRouting_qualifiers,
182115                   /* super */
182116                   &__root_cimv2_CIM_ServiceComponent,
182117                   /* features */
182118                   _CIM_SwitchServiceSourceRouting_features,
182119               };
182120               
182121               //==============================================================================
182122               //
182123               // Class: CIM_SwitchServiceSpanningTree
182124               //
182125               //==============================================================================
182126               
182127               static const char*
182128               _CIM_SwitchServiceSpanningTree_GroupComponent_qualifiers[] =
182129               {
182130                   /* Aggregate */
182131                   "\003\001",
182132 mike  1.1.2.1     /* Override */
182133                   "\044GroupComponent",
182134                   /* Min */
182135                   "\033\000\000\000\001",
182136                   0,
182137               };
182138               
182139               static MetaReference
182140               _CIM_SwitchServiceSpanningTree_GroupComponent =
182141               {
182142                   /* flags */
182143                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182144                   /* name */
182145                   "GroupComponent",
182146                   /* qualifiers */
182147                   _CIM_SwitchServiceSpanningTree_GroupComponent_qualifiers,
182148                   /* subscript */
182149                   -1,
182150                   /* refId */
182151                   &__root_cimv2_CIM_SwitchService,
182152               };
182153 mike  1.1.2.1 
182154               static const char*
182155               _CIM_SwitchServiceSpanningTree_PartComponent_qualifiers[] =
182156               {
182157                   /* Override */
182158                   "\044PartComponent",
182159                   0,
182160               };
182161               
182162               static MetaReference
182163               _CIM_SwitchServiceSpanningTree_PartComponent =
182164               {
182165                   /* flags */
182166                   META_FLAG_REFERENCE|META_FLAG_READ,
182167                   /* name */
182168                   "PartComponent",
182169                   /* qualifiers */
182170                   _CIM_SwitchServiceSpanningTree_PartComponent_qualifiers,
182171                   /* subscript */
182172                   -1,
182173                   /* refId */
182174 mike  1.1.2.1     &__root_cimv2_CIM_SpanningTreeService,
182175               };
182176               
182177               static MetaFeature*
182178               _CIM_SwitchServiceSpanningTree_features[] =
182179               {
182180                   (MetaFeature*)&_CIM_SwitchServiceSpanningTree_GroupComponent,
182181                   (MetaFeature*)&_CIM_SwitchServiceSpanningTree_PartComponent,
182182                   0,
182183               };
182184               
182185               static const char*
182186               __root_cimv2_CIM_SwitchServiceSpanningTree_qualifiers[] =
182187               {
182188                   /* ASSOCIATION */
182189                   "\000\001",
182190                   /* UMLPackagePath */
182191                   "\057CIM::Network::SwitchingBridging",
182192                   /* Aggregation */
182193                   "\004\001",
182194                   /* Version */
182195 mike  1.1.2.1     "\0632.6.0",
182196                   0,
182197               };
182198               
182199               MetaClass
182200               __root_cimv2_CIM_SwitchServiceSpanningTree =
182201               {
182202                   /* flags */
182203                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182204                   /* name */
182205                   "CIM_SwitchServiceSpanningTree",
182206                   /* qualifiers */
182207                   __root_cimv2_CIM_SwitchServiceSpanningTree_qualifiers,
182208                   /* super */
182209                   &__root_cimv2_CIM_ServiceComponent,
182210                   /* features */
182211                   _CIM_SwitchServiceSpanningTree_features,
182212               };
182213               
182214               //==============================================================================
182215               //
182216 mike  1.1.2.1 // Class: CIM_SwitchServiceVLAN
182217               //
182218               //==============================================================================
182219               
182220               static const char*
182221               _CIM_SwitchServiceVLAN_GroupComponent_qualifiers[] =
182222               {
182223                   /* Deprecated */
182224                   "\013\000\001No Value\000",
182225                   /* Aggregate */
182226                   "\003\001",
182227                   /* Override */
182228                   "\044GroupComponent",
182229                   /* Min */
182230                   "\033\000\000\000\001",
182231                   /* Max */
182232                   "\027\000\000\000\001",
182233                   0,
182234               };
182235               
182236               static MetaReference
182237 mike  1.1.2.1 _CIM_SwitchServiceVLAN_GroupComponent =
182238               {
182239                   /* flags */
182240                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182241                   /* name */
182242                   "GroupComponent",
182243                   /* qualifiers */
182244                   _CIM_SwitchServiceVLAN_GroupComponent_qualifiers,
182245                   /* subscript */
182246                   -1,
182247                   /* refId */
182248                   &__root_cimv2_CIM_SwitchService,
182249               };
182250               
182251               static const char*
182252               _CIM_SwitchServiceVLAN_PartComponent_qualifiers[] =
182253               {
182254                   /* Deprecated */
182255                   "\013\000\001No Value\000",
182256                   /* Override */
182257                   "\044PartComponent",
182258 mike  1.1.2.1     0,
182259               };
182260               
182261               static MetaReference
182262               _CIM_SwitchServiceVLAN_PartComponent =
182263               {
182264                   /* flags */
182265                   META_FLAG_REFERENCE|META_FLAG_READ,
182266                   /* name */
182267                   "PartComponent",
182268                   /* qualifiers */
182269                   _CIM_SwitchServiceVLAN_PartComponent_qualifiers,
182270                   /* subscript */
182271                   -1,
182272                   /* refId */
182273                   &__root_cimv2_CIM_VLANService,
182274               };
182275               
182276               static MetaFeature*
182277               _CIM_SwitchServiceVLAN_features[] =
182278               {
182279 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchServiceVLAN_GroupComponent,
182280                   (MetaFeature*)&_CIM_SwitchServiceVLAN_PartComponent,
182281                   0,
182282               };
182283               
182284               static const char*
182285               __root_cimv2_CIM_SwitchServiceVLAN_qualifiers[] =
182286               {
182287                   /* ASSOCIATION */
182288                   "\000\001",
182289                   /* Deprecated */
182290                   "\013\000\001No Value\000",
182291                   /* UMLPackagePath */
182292                   "\057CIM::Network::VLAN",
182293                   /* Aggregation */
182294                   "\004\001",
182295                   /* Version */
182296                   "\0632.8.0",
182297                   0,
182298               };
182299               
182300 mike  1.1.2.1 MetaClass
182301               __root_cimv2_CIM_SwitchServiceVLAN =
182302               {
182303                   /* flags */
182304                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182305                   /* name */
182306                   "CIM_SwitchServiceVLAN",
182307                   /* qualifiers */
182308                   __root_cimv2_CIM_SwitchServiceVLAN_qualifiers,
182309                   /* super */
182310                   &__root_cimv2_CIM_ServiceComponent,
182311                   /* features */
182312                   _CIM_SwitchServiceVLAN_features,
182313               };
182314               
182315               //==============================================================================
182316               //
182317               // Class: CIM_SystemPartition
182318               //
182319               //==============================================================================
182320               
182321 mike  1.1.2.1 static const char*
182322               _CIM_SystemPartition_GroupComponent_qualifiers[] =
182323               {
182324                   /* Aggregate */
182325                   "\003\001",
182326                   /* Override */
182327                   "\044GroupComponent",
182328                   /* Max */
182329                   "\027\000\000\000\001",
182330                   0,
182331               };
182332               
182333               static MetaReference
182334               _CIM_SystemPartition_GroupComponent =
182335               {
182336                   /* flags */
182337                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182338                   /* name */
182339                   "GroupComponent",
182340                   /* qualifiers */
182341                   _CIM_SystemPartition_GroupComponent_qualifiers,
182342 mike  1.1.2.1     /* subscript */
182343                   -1,
182344                   /* refId */
182345                   &__root_cimv2_CIM_ComputerSystem,
182346               };
182347               
182348               static const char*
182349               _CIM_SystemPartition_PartComponent_qualifiers[] =
182350               {
182351                   /* Override */
182352                   "\044PartComponent",
182353                   0,
182354               };
182355               
182356               static MetaReference
182357               _CIM_SystemPartition_PartComponent =
182358               {
182359                   /* flags */
182360                   META_FLAG_REFERENCE|META_FLAG_READ,
182361                   /* name */
182362                   "PartComponent",
182363 mike  1.1.2.1     /* qualifiers */
182364                   _CIM_SystemPartition_PartComponent_qualifiers,
182365                   /* subscript */
182366                   -1,
182367                   /* refId */
182368                   &__root_cimv2_CIM_UnitaryComputerSystem,
182369               };
182370               
182371               static MetaFeature*
182372               _CIM_SystemPartition_features[] =
182373               {
182374                   (MetaFeature*)&_CIM_SystemPartition_GroupComponent,
182375                   (MetaFeature*)&_CIM_SystemPartition_PartComponent,
182376                   0,
182377               };
182378               
182379               static const char*
182380               __root_cimv2_CIM_SystemPartition_qualifiers[] =
182381               {
182382                   /* ASSOCIATION */
182383                   "\000\001",
182384 mike  1.1.2.1     /* UMLPackagePath */
182385                   "\057CIM::System::SystemElements",
182386                   /* Aggregation */
182387                   "\004\001",
182388                   /* Composition */
182389                   "\011\001",
182390                   /* Version */
182391                   "\0632.7.0",
182392                   0,
182393               };
182394               
182395               MetaClass
182396               __root_cimv2_CIM_SystemPartition =
182397               {
182398                   /* flags */
182399                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182400                   /* name */
182401                   "CIM_SystemPartition",
182402                   /* qualifiers */
182403                   __root_cimv2_CIM_SystemPartition_qualifiers,
182404                   /* super */
182405 mike  1.1.2.1     &__root_cimv2_CIM_ComponentCS,
182406                   /* features */
182407                   _CIM_SystemPartition_features,
182408               };
182409               
182410               //==============================================================================
182411               //
182412               // Class: CIM_TransformOfSecurityAssociation
182413               //
182414               //==============================================================================
182415               
182416               static const char*
182417               _CIM_TransformOfSecurityAssociation_SettingData_qualifiers[] =
182418               {
182419                   /* Override */
182420                   "\044SettingData",
182421                   /* Min */
182422                   "\033\000\000\000\001",
182423                   /* Max */
182424                   "\027\000\000\000\001",
182425                   0,
182426 mike  1.1.2.1 };
182427               
182428               static MetaReference
182429               _CIM_TransformOfSecurityAssociation_SettingData =
182430               {
182431                   /* flags */
182432                   META_FLAG_REFERENCE|META_FLAG_READ,
182433                   /* name */
182434                   "SettingData",
182435                   /* qualifiers */
182436                   _CIM_TransformOfSecurityAssociation_SettingData_qualifiers,
182437                   /* subscript */
182438                   -1,
182439                   /* refId */
182440                   &__root_cimv2_CIM_SATransform,
182441               };
182442               
182443               static const char*
182444               _CIM_TransformOfSecurityAssociation_ManagedElement_qualifiers[] =
182445               {
182446                   /* Override */
182447 mike  1.1.2.1     "\044ManagedElement",
182448                   0,
182449               };
182450               
182451               static MetaReference
182452               _CIM_TransformOfSecurityAssociation_ManagedElement =
182453               {
182454                   /* flags */
182455                   META_FLAG_REFERENCE|META_FLAG_READ,
182456                   /* name */
182457                   "ManagedElement",
182458                   /* qualifiers */
182459                   _CIM_TransformOfSecurityAssociation_ManagedElement_qualifiers,
182460                   /* subscript */
182461                   -1,
182462                   /* refId */
182463                   &__root_cimv2_CIM_IPsecSAEndpoint,
182464               };
182465               
182466               static MetaFeature*
182467               _CIM_TransformOfSecurityAssociation_features[] =
182468 mike  1.1.2.1 {
182469                   (MetaFeature*)&_CIM_TransformOfSecurityAssociation_SettingData,
182470                   (MetaFeature*)&_CIM_TransformOfSecurityAssociation_ManagedElement,
182471                   0,
182472               };
182473               
182474               static const char*
182475               __root_cimv2_CIM_TransformOfSecurityAssociation_qualifiers[] =
182476               {
182477                   /* ASSOCIATION */
182478                   "\000\001",
182479                   /* UMLPackagePath */
182480                   "\057CIM::Network::IPsec",
182481                   /* Version */
182482                   "\0632.8.0",
182483                   0,
182484               };
182485               
182486               MetaClass
182487               __root_cimv2_CIM_TransformOfSecurityAssociation =
182488               {
182489 mike  1.1.2.1     /* flags */
182490                   META_FLAG_ASSOCIATION,
182491                   /* name */
182492                   "CIM_TransformOfSecurityAssociation",
182493                   /* qualifiers */
182494                   __root_cimv2_CIM_TransformOfSecurityAssociation_qualifiers,
182495                   /* super */
182496                   &__root_cimv2_CIM_ElementSettingData,
182497                   /* features */
182498                   _CIM_TransformOfSecurityAssociation_features,
182499               };
182500               
182501               //==============================================================================
182502               //
182503               // Class: CIM_TransparentBridgingService
182504               //
182505               //==============================================================================
182506               
182507               static const char*
182508               _CIM_TransparentBridgingService_AgingTime_qualifiers[] =
182509               {
182510 mike  1.1.2.1     /* Units */
182511                   "\060Seconds",
182512                   /* MappingStrings */
182513                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpAgingTime\000",
182514                   0,
182515               };
182516               
182517               static MetaProperty
182518               _CIM_TransparentBridgingService_AgingTime =
182519               {
182520                   /* flags */
182521                   META_FLAG_PROPERTY|META_FLAG_READ,
182522                   /* name */
182523                   "AgingTime",
182524                   /* qualifiers */
182525                   _CIM_TransparentBridgingService_AgingTime_qualifiers,
182526                   /* type */
182527                   CIMTYPE_UINT32,
182528                   /* subscript */
182529                   -1,
182530                   /* value */
182531 mike  1.1.2.1     "\000\000\001\054",
182532               };
182533               
182534               static const char*
182535               _CIM_TransparentBridgingService_FID_qualifiers[] =
182536               {
182537                   0,
182538               };
182539               
182540               static MetaProperty
182541               _CIM_TransparentBridgingService_FID =
182542               {
182543                   /* flags */
182544                   META_FLAG_PROPERTY|META_FLAG_READ,
182545                   /* name */
182546                   "FID",
182547                   /* qualifiers */
182548                   _CIM_TransparentBridgingService_FID_qualifiers,
182549                   /* type */
182550                   CIMTYPE_UINT32,
182551                   /* subscript */
182552 mike  1.1.2.1     -1,
182553                   /* value */
182554                   0,
182555               };
182556               
182557               static MetaFeature*
182558               _CIM_TransparentBridgingService_features[] =
182559               {
182560                   (MetaFeature*)&_CIM_TransparentBridgingService_AgingTime,
182561                   (MetaFeature*)&_CIM_TransparentBridgingService_FID,
182562                   0,
182563               };
182564               
182565               static const char*
182566               __root_cimv2_CIM_TransparentBridgingService_qualifiers[] =
182567               {
182568                   /* UMLPackagePath */
182569                   "\057CIM::Network::SwitchingBridging",
182570                   /* Version */
182571                   "\0632.7.0",
182572                   0,
182573 mike  1.1.2.1 };
182574               
182575               MetaClass
182576               __root_cimv2_CIM_TransparentBridgingService =
182577               {
182578                   /* flags */
182579                   META_FLAG_CLASS,
182580                   /* name */
182581                   "CIM_TransparentBridgingService",
182582                   /* qualifiers */
182583                   __root_cimv2_CIM_TransparentBridgingService_qualifiers,
182584                   /* super */
182585                   &__root_cimv2_CIM_ForwardingService,
182586                   /* features */
182587                   _CIM_TransparentBridgingService_features,
182588               };
182589               
182590               //==============================================================================
182591               //
182592               // Class: CIM_TransparentBridgingStaticForwarding
182593               //
182594 mike  1.1.2.1 //==============================================================================
182595               
182596               static const char*
182597               _CIM_TransparentBridgingStaticForwarding_Antecedent_qualifiers[] =
182598               {
182599                   /* Override */
182600                   "\044Antecedent",
182601                   /* Min */
182602                   "\033\000\000\000\001",
182603                   /* Max */
182604                   "\027\000\000\000\001",
182605                   0,
182606               };
182607               
182608               static MetaReference
182609               _CIM_TransparentBridgingStaticForwarding_Antecedent =
182610               {
182611                   /* flags */
182612                   META_FLAG_REFERENCE|META_FLAG_READ,
182613                   /* name */
182614                   "Antecedent",
182615 mike  1.1.2.1     /* qualifiers */
182616                   _CIM_TransparentBridgingStaticForwarding_Antecedent_qualifiers,
182617                   /* subscript */
182618                   -1,
182619                   /* refId */
182620                   &__root_cimv2_CIM_TransparentBridgingService,
182621               };
182622               
182623               static const char*
182624               _CIM_TransparentBridgingStaticForwarding_Dependent_qualifiers[] =
182625               {
182626                   /* Override */
182627                   "\044Dependent",
182628                   /* Weak */
182629                   "\064\001",
182630                   0,
182631               };
182632               
182633               static MetaReference
182634               _CIM_TransparentBridgingStaticForwarding_Dependent =
182635               {
182636 mike  1.1.2.1     /* flags */
182637                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
182638                   /* name */
182639                   "Dependent",
182640                   /* qualifiers */
182641                   _CIM_TransparentBridgingStaticForwarding_Dependent_qualifiers,
182642                   /* subscript */
182643                   -1,
182644                   /* refId */
182645                   &__root_cimv2_CIM_StaticForwardingEntry,
182646               };
182647               
182648               static MetaFeature*
182649               _CIM_TransparentBridgingStaticForwarding_features[] =
182650               {
182651                   (MetaFeature*)&_CIM_TransparentBridgingStaticForwarding_Antecedent,
182652                   (MetaFeature*)&_CIM_TransparentBridgingStaticForwarding_Dependent,
182653                   0,
182654               };
182655               
182656               static const char*
182657 mike  1.1.2.1 __root_cimv2_CIM_TransparentBridgingStaticForwarding_qualifiers[] =
182658               {
182659                   /* ASSOCIATION */
182660                   "\000\001",
182661                   /* UMLPackagePath */
182662                   "\057CIM::Network::SwitchingBridging",
182663                   /* Version */
182664                   "\0632.6.0",
182665                   0,
182666               };
182667               
182668               MetaClass
182669               __root_cimv2_CIM_TransparentBridgingStaticForwarding =
182670               {
182671                   /* flags */
182672                   META_FLAG_ASSOCIATION,
182673                   /* name */
182674                   "CIM_TransparentBridgingStaticForwarding",
182675                   /* qualifiers */
182676                   __root_cimv2_CIM_TransparentBridgingStaticForwarding_qualifiers,
182677                   /* super */
182678 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
182679                   /* features */
182680                   _CIM_TransparentBridgingStaticForwarding_features,
182681               };
182682               
182683               //==============================================================================
182684               //
182685               // Class: CIM_TrustHierarchy
182686               //
182687               //==============================================================================
182688               
182689               static const char*
182690               _CIM_TrustHierarchy_Antecedent_qualifiers[] =
182691               {
182692                   /* Override */
182693                   "\044Antecedent",
182694                   /* Max */
182695                   "\027\000\000\000\001",
182696                   0,
182697               };
182698               
182699 mike  1.1.2.1 static MetaReference
182700               _CIM_TrustHierarchy_Antecedent =
182701               {
182702                   /* flags */
182703                   META_FLAG_REFERENCE|META_FLAG_READ,
182704                   /* name */
182705                   "Antecedent",
182706                   /* qualifiers */
182707                   _CIM_TrustHierarchy_Antecedent_qualifiers,
182708                   /* subscript */
182709                   -1,
182710                   /* refId */
182711                   &__root_cimv2_CIM_CredentialManagementService,
182712               };
182713               
182714               static const char*
182715               _CIM_TrustHierarchy_Dependent_qualifiers[] =
182716               {
182717                   /* Override */
182718                   "\044Dependent",
182719                   0,
182720 mike  1.1.2.1 };
182721               
182722               static MetaReference
182723               _CIM_TrustHierarchy_Dependent =
182724               {
182725                   /* flags */
182726                   META_FLAG_REFERENCE|META_FLAG_READ,
182727                   /* name */
182728                   "Dependent",
182729                   /* qualifiers */
182730                   _CIM_TrustHierarchy_Dependent_qualifiers,
182731                   /* subscript */
182732                   -1,
182733                   /* refId */
182734                   &__root_cimv2_CIM_CredentialManagementService,
182735               };
182736               
182737               static MetaFeature*
182738               _CIM_TrustHierarchy_features[] =
182739               {
182740                   (MetaFeature*)&_CIM_TrustHierarchy_Antecedent,
182741 mike  1.1.2.1     (MetaFeature*)&_CIM_TrustHierarchy_Dependent,
182742                   0,
182743               };
182744               
182745               static const char*
182746               __root_cimv2_CIM_TrustHierarchy_qualifiers[] =
182747               {
182748                   /* ASSOCIATION */
182749                   "\000\001",
182750                   /* UMLPackagePath */
182751                   "\057CIM::User::SecurityServices",
182752                   /* Version */
182753                   "\0632.6.0",
182754                   0,
182755               };
182756               
182757               MetaClass
182758               __root_cimv2_CIM_TrustHierarchy =
182759               {
182760                   /* flags */
182761                   META_FLAG_ASSOCIATION,
182762 mike  1.1.2.1     /* name */
182763                   "CIM_TrustHierarchy",
182764                   /* qualifiers */
182765                   __root_cimv2_CIM_TrustHierarchy_qualifiers,
182766                   /* super */
182767                   &__root_cimv2_CIM_Dependency,
182768                   /* features */
182769                   _CIM_TrustHierarchy_features,
182770               };
182771               
182772               //==============================================================================
182773               //
182774               // Class: CIM_USBControllerHasHub
182775               //
182776               //==============================================================================
182777               
182778               static const char*
182779               _CIM_USBControllerHasHub_Antecedent_qualifiers[] =
182780               {
182781                   /* Override */
182782                   "\044Antecedent",
182783 mike  1.1.2.1     /* Min */
182784                   "\033\000\000\000\001",
182785                   /* Max */
182786                   "\027\000\000\000\001",
182787                   0,
182788               };
182789               
182790               static MetaReference
182791               _CIM_USBControllerHasHub_Antecedent =
182792               {
182793                   /* flags */
182794                   META_FLAG_REFERENCE|META_FLAG_READ,
182795                   /* name */
182796                   "Antecedent",
182797                   /* qualifiers */
182798                   _CIM_USBControllerHasHub_Antecedent_qualifiers,
182799                   /* subscript */
182800                   -1,
182801                   /* refId */
182802                   &__root_cimv2_CIM_USBController,
182803               };
182804 mike  1.1.2.1 
182805               static const char*
182806               _CIM_USBControllerHasHub_Dependent_qualifiers[] =
182807               {
182808                   /* Override */
182809                   "\044Dependent",
182810                   /* Min */
182811                   "\033\000\000\000\001",
182812                   0,
182813               };
182814               
182815               static MetaReference
182816               _CIM_USBControllerHasHub_Dependent =
182817               {
182818                   /* flags */
182819                   META_FLAG_REFERENCE|META_FLAG_READ,
182820                   /* name */
182821                   "Dependent",
182822                   /* qualifiers */
182823                   _CIM_USBControllerHasHub_Dependent_qualifiers,
182824                   /* subscript */
182825 mike  1.1.2.1     -1,
182826                   /* refId */
182827                   &__root_cimv2_CIM_USBHub,
182828               };
182829               
182830               static MetaFeature*
182831               _CIM_USBControllerHasHub_features[] =
182832               {
182833                   (MetaFeature*)&_CIM_USBControllerHasHub_Antecedent,
182834                   (MetaFeature*)&_CIM_USBControllerHasHub_Dependent,
182835                   0,
182836               };
182837               
182838               static const char*
182839               __root_cimv2_CIM_USBControllerHasHub_qualifiers[] =
182840               {
182841                   /* ASSOCIATION */
182842                   "\000\001",
182843                   /* UMLPackagePath */
182844                   "\057CIM::Device::USB",
182845                   /* Version */
182846 mike  1.1.2.1     "\0632.6.0",
182847                   0,
182848               };
182849               
182850               MetaClass
182851               __root_cimv2_CIM_USBControllerHasHub =
182852               {
182853                   /* flags */
182854                   META_FLAG_ASSOCIATION,
182855                   /* name */
182856                   "CIM_USBControllerHasHub",
182857                   /* qualifiers */
182858                   __root_cimv2_CIM_USBControllerHasHub_qualifiers,
182859                   /* super */
182860                   &__root_cimv2_CIM_ControlledBy,
182861                   /* features */
182862                   _CIM_USBControllerHasHub_features,
182863               };
182864               
182865               //==============================================================================
182866               //
182867 mike  1.1.2.1 // Class: CIM_VerificationService
182868               //
182869               //==============================================================================
182870               
182871               static MetaFeature*
182872               _CIM_VerificationService_features[] =
182873               {
182874                   0,
182875               };
182876               
182877               static const char*
182878               __root_cimv2_CIM_VerificationService_qualifiers[] =
182879               {
182880                   /* UMLPackagePath */
182881                   "\057CIM::User::SecurityServices",
182882                   /* Version */
182883                   "\0632.6.0",
182884                   0,
182885               };
182886               
182887               MetaClass
182888 mike  1.1.2.1 __root_cimv2_CIM_VerificationService =
182889               {
182890                   /* flags */
182891                   META_FLAG_CLASS,
182892                   /* name */
182893                   "CIM_VerificationService",
182894                   /* qualifiers */
182895                   __root_cimv2_CIM_VerificationService_qualifiers,
182896                   /* super */
182897                   &__root_cimv2_CIM_AuthenticationService,
182898                   /* features */
182899                   _CIM_VerificationService_features,
182900               };
182901               
182902               //==============================================================================
182903               //
182904               // Class: CIM_VersionCompatibilityCheck
182905               //
182906               //==============================================================================
182907               
182908               static const char*
182909 mike  1.1.2.1 _CIM_VersionCompatibilityCheck_AllowDownVersion_qualifiers[] =
182910               {
182911                   0,
182912               };
182913               
182914               static MetaProperty
182915               _CIM_VersionCompatibilityCheck_AllowDownVersion =
182916               {
182917                   /* flags */
182918                   META_FLAG_PROPERTY|META_FLAG_READ,
182919                   /* name */
182920                   "AllowDownVersion",
182921                   /* qualifiers */
182922                   _CIM_VersionCompatibilityCheck_AllowDownVersion_qualifiers,
182923                   /* type */
182924                   CIMTYPE_BOOLEAN,
182925                   /* subscript */
182926                   -1,
182927                   /* value */
182928                   0,
182929               };
182930 mike  1.1.2.1 
182931               static const char*
182932               _CIM_VersionCompatibilityCheck_AllowMultipleVersions_qualifiers[] =
182933               {
182934                   0,
182935               };
182936               
182937               static MetaProperty
182938               _CIM_VersionCompatibilityCheck_AllowMultipleVersions =
182939               {
182940                   /* flags */
182941                   META_FLAG_PROPERTY|META_FLAG_READ,
182942                   /* name */
182943                   "AllowMultipleVersions",
182944                   /* qualifiers */
182945                   _CIM_VersionCompatibilityCheck_AllowMultipleVersions_qualifiers,
182946                   /* type */
182947                   CIMTYPE_BOOLEAN,
182948                   /* subscript */
182949                   -1,
182950                   /* value */
182951 mike  1.1.2.1     0,
182952               };
182953               
182954               static const char*
182955               _CIM_VersionCompatibilityCheck_Reinstall_qualifiers[] =
182956               {
182957                   0,
182958               };
182959               
182960               static MetaProperty
182961               _CIM_VersionCompatibilityCheck_Reinstall =
182962               {
182963                   /* flags */
182964                   META_FLAG_PROPERTY|META_FLAG_READ,
182965                   /* name */
182966                   "Reinstall",
182967                   /* qualifiers */
182968                   _CIM_VersionCompatibilityCheck_Reinstall_qualifiers,
182969                   /* type */
182970                   CIMTYPE_BOOLEAN,
182971                   /* subscript */
182972 mike  1.1.2.1     -1,
182973                   /* value */
182974                   0,
182975               };
182976               
182977               static MetaFeature*
182978               _CIM_VersionCompatibilityCheck_features[] =
182979               {
182980                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_AllowDownVersion,
182981                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_AllowMultipleVersions,
182982                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_Reinstall,
182983                   0,
182984               };
182985               
182986               static const char*
182987               __root_cimv2_CIM_VersionCompatibilityCheck_qualifiers[] =
182988               {
182989                   /* UMLPackagePath */
182990                   "\057CIM::Application::CheckAction",
182991                   /* Version */
182992                   "\0632.6.0",
182993 mike  1.1.2.1     0,
182994               };
182995               
182996               MetaClass
182997               __root_cimv2_CIM_VersionCompatibilityCheck =
182998               {
182999                   /* flags */
183000                   META_FLAG_CLASS,
183001                   /* name */
183002                   "CIM_VersionCompatibilityCheck",
183003                   /* qualifiers */
183004                   __root_cimv2_CIM_VersionCompatibilityCheck_qualifiers,
183005                   /* super */
183006                   &__root_cimv2_CIM_Check,
183007                   /* features */
183008                   _CIM_VersionCompatibilityCheck_features,
183009               };
183010               
183011               //==============================================================================
183012               //
183013               // Class: CIM_AcceptCredentialFrom
183014 mike  1.1.2.1 //
183015               //==============================================================================
183016               
183017               static const char*
183018               _CIM_AcceptCredentialFrom_Antecedent_qualifiers[] =
183019               {
183020                   /* Override */
183021                   "\044Antecedent",
183022                   /* MappingStrings */
183023                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom.Antecedent\000",
183024                   0,
183025               };
183026               
183027               static MetaReference
183028               _CIM_AcceptCredentialFrom_Antecedent =
183029               {
183030                   /* flags */
183031                   META_FLAG_REFERENCE|META_FLAG_READ,
183032                   /* name */
183033                   "Antecedent",
183034                   /* qualifiers */
183035 mike  1.1.2.1     _CIM_AcceptCredentialFrom_Antecedent_qualifiers,
183036                   /* subscript */
183037                   -1,
183038                   /* refId */
183039                   &__root_cimv2_CIM_CredentialManagementService,
183040               };
183041               
183042               static const char*
183043               _CIM_AcceptCredentialFrom_Dependent_qualifiers[] =
183044               {
183045                   /* Override */
183046                   "\044Dependent",
183047                   /* MappingStrings */
183048                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom.Dependent\000",
183049                   0,
183050               };
183051               
183052               static MetaReference
183053               _CIM_AcceptCredentialFrom_Dependent =
183054               {
183055                   /* flags */
183056 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
183057                   /* name */
183058                   "Dependent",
183059                   /* qualifiers */
183060                   _CIM_AcceptCredentialFrom_Dependent_qualifiers,
183061                   /* subscript */
183062                   -1,
183063                   /* refId */
183064                   &__root_cimv2_CIM_PacketFilterCondition,
183065               };
183066               
183067               static MetaFeature*
183068               _CIM_AcceptCredentialFrom_features[] =
183069               {
183070                   (MetaFeature*)&_CIM_AcceptCredentialFrom_Antecedent,
183071                   (MetaFeature*)&_CIM_AcceptCredentialFrom_Dependent,
183072                   0,
183073               };
183074               
183075               static const char*
183076               __root_cimv2_CIM_AcceptCredentialFrom_qualifiers[] =
183077 mike  1.1.2.1 {
183078                   /* ASSOCIATION */
183079                   "\000\001",
183080                   /* UMLPackagePath */
183081                   "\057CIM::Policy",
183082                   /* Version */
183083                   "\0632.8",
183084                   /* MappingStrings */
183085                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom\000",
183086                   0,
183087               };
183088               
183089               MetaClass
183090               __root_cimv2_CIM_AcceptCredentialFrom =
183091               {
183092                   /* flags */
183093                   META_FLAG_ASSOCIATION,
183094                   /* name */
183095                   "CIM_AcceptCredentialFrom",
183096                   /* qualifiers */
183097                   __root_cimv2_CIM_AcceptCredentialFrom_qualifiers,
183098 mike  1.1.2.1     /* super */
183099                   &__root_cimv2_CIM_Dependency,
183100                   /* features */
183101                   _CIM_AcceptCredentialFrom_features,
183102               };
183103               
183104               //==============================================================================
183105               //
183106               // Class: CIM_AccessLabelReader
183107               //
183108               //==============================================================================
183109               
183110               static const char*
183111               _CIM_AccessLabelReader_Antecedent_qualifiers[] =
183112               {
183113                   /* Override */
183114                   "\044Antecedent",
183115                   0,
183116               };
183117               
183118               static MetaReference
183119 mike  1.1.2.1 _CIM_AccessLabelReader_Antecedent =
183120               {
183121                   /* flags */
183122                   META_FLAG_REFERENCE|META_FLAG_READ,
183123                   /* name */
183124                   "Antecedent",
183125                   /* qualifiers */
183126                   _CIM_AccessLabelReader_Antecedent_qualifiers,
183127                   /* subscript */
183128                   -1,
183129                   /* refId */
183130                   &__root_cimv2_CIM_LabelReader,
183131               };
183132               
183133               static const char*
183134               _CIM_AccessLabelReader_Dependent_qualifiers[] =
183135               {
183136                   /* Override */
183137                   "\044Dependent",
183138                   0,
183139               };
183140 mike  1.1.2.1 
183141               static MetaReference
183142               _CIM_AccessLabelReader_Dependent =
183143               {
183144                   /* flags */
183145                   META_FLAG_REFERENCE|META_FLAG_READ,
183146                   /* name */
183147                   "Dependent",
183148                   /* qualifiers */
183149                   _CIM_AccessLabelReader_Dependent_qualifiers,
183150                   /* subscript */
183151                   -1,
183152                   /* refId */
183153                   &__root_cimv2_CIM_MediaAccessDevice,
183154               };
183155               
183156               static MetaFeature*
183157               _CIM_AccessLabelReader_features[] =
183158               {
183159                   (MetaFeature*)&_CIM_AccessLabelReader_Antecedent,
183160                   (MetaFeature*)&_CIM_AccessLabelReader_Dependent,
183161 mike  1.1.2.1     0,
183162               };
183163               
183164               static const char*
183165               __root_cimv2_CIM_AccessLabelReader_qualifiers[] =
183166               {
183167                   /* ASSOCIATION */
183168                   "\000\001",
183169                   /* UMLPackagePath */
183170                   "\057CIM::Device::StorageLib",
183171                   /* Version */
183172                   "\0632.6.0",
183173                   0,
183174               };
183175               
183176               MetaClass
183177               __root_cimv2_CIM_AccessLabelReader =
183178               {
183179                   /* flags */
183180                   META_FLAG_ASSOCIATION,
183181                   /* name */
183182 mike  1.1.2.1     "CIM_AccessLabelReader",
183183                   /* qualifiers */
183184                   __root_cimv2_CIM_AccessLabelReader_qualifiers,
183185                   /* super */
183186                   &__root_cimv2_CIM_AssociatedLabelReader,
183187                   /* features */
183188                   _CIM_AccessLabelReader_features,
183189               };
183190               
183191               //==============================================================================
183192               //
183193               // Class: CIM_AFService
183194               //
183195               //==============================================================================
183196               
183197               static const char*
183198               _CIM_AFService_ClassNumber_qualifiers[] =
183199               {
183200                   0,
183201               };
183202               
183203 mike  1.1.2.1 static MetaProperty
183204               _CIM_AFService_ClassNumber =
183205               {
183206                   /* flags */
183207                   META_FLAG_PROPERTY|META_FLAG_READ,
183208                   /* name */
183209                   "ClassNumber",
183210                   /* qualifiers */
183211                   _CIM_AFService_ClassNumber_qualifiers,
183212                   /* type */
183213                   CIMTYPE_UINT8,
183214                   /* subscript */
183215                   -1,
183216                   /* value */
183217                   0,
183218               };
183219               
183220               static const char*
183221               _CIM_AFService_DropperNumber_qualifiers[] =
183222               {
183223                   0,
183224 mike  1.1.2.1 };
183225               
183226               static MetaProperty
183227               _CIM_AFService_DropperNumber =
183228               {
183229                   /* flags */
183230                   META_FLAG_PROPERTY|META_FLAG_READ,
183231                   /* name */
183232                   "DropperNumber",
183233                   /* qualifiers */
183234                   _CIM_AFService_DropperNumber_qualifiers,
183235                   /* type */
183236                   CIMTYPE_UINT8,
183237                   /* subscript */
183238                   -1,
183239                   /* value */
183240                   0,
183241               };
183242               
183243               static MetaFeature*
183244               _CIM_AFService_features[] =
183245 mike  1.1.2.1 {
183246                   (MetaFeature*)&_CIM_AFService_ClassNumber,
183247                   (MetaFeature*)&_CIM_AFService_DropperNumber,
183248                   0,
183249               };
183250               
183251               static const char*
183252               __root_cimv2_CIM_AFService_qualifiers[] =
183253               {
183254                   /* UMLPackagePath */
183255                   "\057CIM::Network::QoS",
183256                   /* Version */
183257                   "\0632.7.0",
183258                   0,
183259               };
183260               
183261               MetaClass
183262               __root_cimv2_CIM_AFService =
183263               {
183264                   /* flags */
183265                   META_FLAG_CLASS,
183266 mike  1.1.2.1     /* name */
183267                   "CIM_AFService",
183268                   /* qualifiers */
183269                   __root_cimv2_CIM_AFService_qualifiers,
183270                   /* super */
183271                   &__root_cimv2_CIM_DiffServService,
183272                   /* features */
183273                   _CIM_AFService_features,
183274               };
183275               
183276               //==============================================================================
183277               //
183278               // Class: CIM_ArchitectureCheck
183279               //
183280               //==============================================================================
183281               
183282               static const char*
183283               _CIM_ArchitectureCheck_ArchitectureType_qualifiers[] =
183284               {
183285                   /* ValueMap */
183286                   "\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",
183287 mike  1.1.2.1     /* Values */
183288                   "\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",
183289                   /* MappingStrings */
183290                   "\026\000\001MIF.DMTF|Processor|017.3\000",
183291                   /* ModelCorrespondence */
183292                   "\036\000\001CIM_Processor.Family\000",
183293                   0,
183294               };
183295               
183296               static MetaProperty
183297               _CIM_ArchitectureCheck_ArchitectureType =
183298               {
183299                   /* flags */
183300                   META_FLAG_PROPERTY|META_FLAG_READ,
183301                   /* name */
183302                   "ArchitectureType",
183303                   /* qualifiers */
183304                   _CIM_ArchitectureCheck_ArchitectureType_qualifiers,
183305                   /* type */
183306                   CIMTYPE_UINT16,
183307                   /* subscript */
183308 mike  1.1.2.1     -1,
183309                   /* value */
183310                   0,
183311               };
183312               
183313               static MetaFeature*
183314               _CIM_ArchitectureCheck_features[] =
183315               {
183316                   (MetaFeature*)&_CIM_ArchitectureCheck_ArchitectureType,
183317                   0,
183318               };
183319               
183320               static const char*
183321               __root_cimv2_CIM_ArchitectureCheck_qualifiers[] =
183322               {
183323                   /* UMLPackagePath */
183324                   "\057CIM::Application::CheckAction",
183325                   /* Version */
183326                   "\0632.7.0",
183327                   0,
183328               };
183329 mike  1.1.2.1 
183330               MetaClass
183331               __root_cimv2_CIM_ArchitectureCheck =
183332               {
183333                   /* flags */
183334                   META_FLAG_CLASS,
183335                   /* name */
183336                   "CIM_ArchitectureCheck",
183337                   /* qualifiers */
183338                   __root_cimv2_CIM_ArchitectureCheck_qualifiers,
183339                   /* super */
183340                   &__root_cimv2_CIM_Check,
183341                   /* features */
183342                   _CIM_ArchitectureCheck_features,
183343               };
183344               
183345               //==============================================================================
183346               //
183347               // Class: CIM_AreaOfConfiguration
183348               //
183349               //==============================================================================
183350 mike  1.1.2.1 
183351               static const char*
183352               _CIM_AreaOfConfiguration_Antecedent_qualifiers[] =
183353               {
183354                   /* Override */
183355                   "\044Antecedent",
183356                   /* Max */
183357                   "\027\000\000\000\001",
183358                   0,
183359               };
183360               
183361               static MetaReference
183362               _CIM_AreaOfConfiguration_Antecedent =
183363               {
183364                   /* flags */
183365                   META_FLAG_REFERENCE|META_FLAG_READ,
183366                   /* name */
183367                   "Antecedent",
183368                   /* qualifiers */
183369                   _CIM_AreaOfConfiguration_Antecedent_qualifiers,
183370                   /* subscript */
183371 mike  1.1.2.1     -1,
183372                   /* refId */
183373                   &__root_cimv2_CIM_OSPFArea,
183374               };
183375               
183376               static const char*
183377               _CIM_AreaOfConfiguration_Dependent_qualifiers[] =
183378               {
183379                   /* Override */
183380                   "\044Dependent",
183381                   0,
183382               };
183383               
183384               static MetaReference
183385               _CIM_AreaOfConfiguration_Dependent =
183386               {
183387                   /* flags */
183388                   META_FLAG_REFERENCE|META_FLAG_READ,
183389                   /* name */
183390                   "Dependent",
183391                   /* qualifiers */
183392 mike  1.1.2.1     _CIM_AreaOfConfiguration_Dependent_qualifiers,
183393                   /* subscript */
183394                   -1,
183395                   /* refId */
183396                   &__root_cimv2_CIM_OSPFAreaConfiguration,
183397               };
183398               
183399               static MetaFeature*
183400               _CIM_AreaOfConfiguration_features[] =
183401               {
183402                   (MetaFeature*)&_CIM_AreaOfConfiguration_Antecedent,
183403                   (MetaFeature*)&_CIM_AreaOfConfiguration_Dependent,
183404                   0,
183405               };
183406               
183407               static const char*
183408               __root_cimv2_CIM_AreaOfConfiguration_qualifiers[] =
183409               {
183410                   /* ASSOCIATION */
183411                   "\000\001",
183412                   /* UMLPackagePath */
183413 mike  1.1.2.1     "\057CIM::Network::OSPF",
183414                   /* Version */
183415                   "\0632.7.0",
183416                   0,
183417               };
183418               
183419               MetaClass
183420               __root_cimv2_CIM_AreaOfConfiguration =
183421               {
183422                   /* flags */
183423                   META_FLAG_ASSOCIATION,
183424                   /* name */
183425                   "CIM_AreaOfConfiguration",
183426                   /* qualifiers */
183427                   __root_cimv2_CIM_AreaOfConfiguration_qualifiers,
183428                   /* super */
183429                   &__root_cimv2_CIM_Dependency,
183430                   /* features */
183431                   _CIM_AreaOfConfiguration_features,
183432               };
183433               
183434 mike  1.1.2.1 //==============================================================================
183435               //
183436               // Class: CIM_ASBGPEndpoints
183437               //
183438               //==============================================================================
183439               
183440               static const char*
183441               _CIM_ASBGPEndpoints_GroupComponent_qualifiers[] =
183442               {
183443                   /* Aggregate */
183444                   "\003\001",
183445                   /* Override */
183446                   "\044GroupComponent",
183447                   /* Max */
183448                   "\027\000\000\000\001",
183449                   0,
183450               };
183451               
183452               static MetaReference
183453               _CIM_ASBGPEndpoints_GroupComponent =
183454               {
183455 mike  1.1.2.1     /* flags */
183456                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
183457                   /* name */
183458                   "GroupComponent",
183459                   /* qualifiers */
183460                   _CIM_ASBGPEndpoints_GroupComponent_qualifiers,
183461                   /* subscript */
183462                   -1,
183463                   /* refId */
183464                   &__root_cimv2_CIM_AutonomousSystem,
183465               };
183466               
183467               static const char*
183468               _CIM_ASBGPEndpoints_PartComponent_qualifiers[] =
183469               {
183470                   /* Override */
183471                   "\044PartComponent",
183472                   0,
183473               };
183474               
183475               static MetaReference
183476 mike  1.1.2.1 _CIM_ASBGPEndpoints_PartComponent =
183477               {
183478                   /* flags */
183479                   META_FLAG_REFERENCE|META_FLAG_READ,
183480                   /* name */
183481                   "PartComponent",
183482                   /* qualifiers */
183483                   _CIM_ASBGPEndpoints_PartComponent_qualifiers,
183484                   /* subscript */
183485                   -1,
183486                   /* refId */
183487                   &__root_cimv2_CIM_BGPProtocolEndpoint,
183488               };
183489               
183490               static MetaFeature*
183491               _CIM_ASBGPEndpoints_features[] =
183492               {
183493                   (MetaFeature*)&_CIM_ASBGPEndpoints_GroupComponent,
183494                   (MetaFeature*)&_CIM_ASBGPEndpoints_PartComponent,
183495                   0,
183496               };
183497 mike  1.1.2.1 
183498               static const char*
183499               __root_cimv2_CIM_ASBGPEndpoints_qualifiers[] =
183500               {
183501                   /* ASSOCIATION */
183502                   "\000\001",
183503                   /* UMLPackagePath */
183504                   "\057CIM::Network::ProtocolEndpoints",
183505                   /* Aggregation */
183506                   "\004\001",
183507                   /* Composition */
183508                   "\011\001",
183509                   /* Version */
183510                   "\0632.7.0",
183511                   0,
183512               };
183513               
183514               MetaClass
183515               __root_cimv2_CIM_ASBGPEndpoints =
183516               {
183517                   /* flags */
183518 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
183519                   /* name */
183520                   "CIM_ASBGPEndpoints",
183521                   /* qualifiers */
183522                   __root_cimv2_CIM_ASBGPEndpoints_qualifiers,
183523                   /* super */
183524                   &__root_cimv2_CIM_SystemComponent,
183525                   /* features */
183526                   _CIM_ASBGPEndpoints_features,
183527               };
183528               
183529               //==============================================================================
183530               //
183531               // Class: CIM_AssociatedCacheMemory
183532               //
183533               //==============================================================================
183534               
183535               static const char*
183536               _CIM_AssociatedCacheMemory_Level_qualifiers[] =
183537               {
183538                   /* ValueMap */
183539 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
183540                   /* Values */
183541                   "\062\000\006Unknown\000Other\000Not Applicable\000Primary\000Secondary\000Tertiary\000",
183542                   /* MappingStrings */
183543                   "\026\000\001MIF.DMTF|System Cache|006.2\000",
183544                   /* ModelCorrespondence */
183545                   "\036\000\001CIM_AssociatedCacheMemory.OtherLevelDescription\000",
183546                   0,
183547               };
183548               
183549               static MetaProperty
183550               _CIM_AssociatedCacheMemory_Level =
183551               {
183552                   /* flags */
183553                   META_FLAG_PROPERTY|META_FLAG_READ,
183554                   /* name */
183555                   "Level",
183556                   /* qualifiers */
183557                   _CIM_AssociatedCacheMemory_Level_qualifiers,
183558                   /* type */
183559                   CIMTYPE_UINT16,
183560 mike  1.1.2.1     /* subscript */
183561                   -1,
183562                   /* value */
183563                   0,
183564               };
183565               
183566               static const char*
183567               _CIM_AssociatedCacheMemory_OtherLevelDescription_qualifiers[] =
183568               {
183569                   /* ModelCorrespondence */
183570                   "\036\000\001CIM_AssociatedCacheMemory.Level\000",
183571                   0,
183572               };
183573               
183574               static MetaProperty
183575               _CIM_AssociatedCacheMemory_OtherLevelDescription =
183576               {
183577                   /* flags */
183578                   META_FLAG_PROPERTY|META_FLAG_READ,
183579                   /* name */
183580                   "OtherLevelDescription",
183581 mike  1.1.2.1     /* qualifiers */
183582                   _CIM_AssociatedCacheMemory_OtherLevelDescription_qualifiers,
183583                   /* type */
183584                   CIMTYPE_STRING,
183585                   /* subscript */
183586                   -1,
183587                   /* value */
183588                   0,
183589               };
183590               
183591               static const char*
183592               _CIM_AssociatedCacheMemory_WritePolicy_qualifiers[] =
183593               {
183594                   /* ValueMap */
183595                   "\061\000\0060\0001\0002\0003\0004\0005\000",
183596                   /* Values */
183597                   "\062\000\006Unknown\000Other\000Write Back\000Write Through\000Varies with Address\000Determination Per I/O\000",
183598                   /* MappingStrings */
183599                   "\026\000\001MIF.DMTF|System Cache|006.5\000",
183600                   /* ModelCorrespondence */
183601                   "\036\000\001CIM_AssociatedCacheMemory.OtherWritePolicyDescription\000",
183602 mike  1.1.2.1     0,
183603               };
183604               
183605               static MetaProperty
183606               _CIM_AssociatedCacheMemory_WritePolicy =
183607               {
183608                   /* flags */
183609                   META_FLAG_PROPERTY|META_FLAG_READ,
183610                   /* name */
183611                   "WritePolicy",
183612                   /* qualifiers */
183613                   _CIM_AssociatedCacheMemory_WritePolicy_qualifiers,
183614                   /* type */
183615                   CIMTYPE_UINT16,
183616                   /* subscript */
183617                   -1,
183618                   /* value */
183619                   0,
183620               };
183621               
183622               static const char*
183623 mike  1.1.2.1 _CIM_AssociatedCacheMemory_OtherWritePolicyDescription_qualifiers[] =
183624               {
183625                   /* ModelCorrespondence */
183626                   "\036\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
183627                   0,
183628               };
183629               
183630               static MetaProperty
183631               _CIM_AssociatedCacheMemory_OtherWritePolicyDescription =
183632               {
183633                   /* flags */
183634                   META_FLAG_PROPERTY|META_FLAG_READ,
183635                   /* name */
183636                   "OtherWritePolicyDescription",
183637                   /* qualifiers */
183638                   _CIM_AssociatedCacheMemory_OtherWritePolicyDescription_qualifiers,
183639                   /* type */
183640                   CIMTYPE_STRING,
183641                   /* subscript */
183642                   -1,
183643                   /* value */
183644 mike  1.1.2.1     0,
183645               };
183646               
183647               static const char*
183648               _CIM_AssociatedCacheMemory_CacheType_qualifiers[] =
183649               {
183650                   /* ValueMap */
183651                   "\061\000\0050\0001\0002\0003\0004\000",
183652                   /* Values */
183653                   "\062\000\005Unknown\000Other\000Instruction\000Data\000Unified\000",
183654                   /* MappingStrings */
183655                   "\026\000\001MIF.DMTF|System Cache|006.9\000",
183656                   /* ModelCorrespondence */
183657                   "\036\000\001CIM_AssociatedCacheMemory.OtherCacheTypeDescription\000",
183658                   0,
183659               };
183660               
183661               static MetaProperty
183662               _CIM_AssociatedCacheMemory_CacheType =
183663               {
183664                   /* flags */
183665 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
183666                   /* name */
183667                   "CacheType",
183668                   /* qualifiers */
183669                   _CIM_AssociatedCacheMemory_CacheType_qualifiers,
183670                   /* type */
183671                   CIMTYPE_UINT16,
183672                   /* subscript */
183673                   -1,
183674                   /* value */
183675                   0,
183676               };
183677               
183678               static const char*
183679               _CIM_AssociatedCacheMemory_OtherCacheTypeDescription_qualifiers[] =
183680               {
183681                   /* ModelCorrespondence */
183682                   "\036\000\001CIM_AssociatedCacheMemory.CacheType\000",
183683                   0,
183684               };
183685               
183686 mike  1.1.2.1 static MetaProperty
183687               _CIM_AssociatedCacheMemory_OtherCacheTypeDescription =
183688               {
183689                   /* flags */
183690                   META_FLAG_PROPERTY|META_FLAG_READ,
183691                   /* name */
183692                   "OtherCacheTypeDescription",
183693                   /* qualifiers */
183694                   _CIM_AssociatedCacheMemory_OtherCacheTypeDescription_qualifiers,
183695                   /* type */
183696                   CIMTYPE_STRING,
183697                   /* subscript */
183698                   -1,
183699                   /* value */
183700                   0,
183701               };
183702               
183703               static const char*
183704               _CIM_AssociatedCacheMemory_LineSize_qualifiers[] =
183705               {
183706                   /* Units */
183707 mike  1.1.2.1     "\060Bytes",
183708                   /* MappingStrings */
183709                   "\026\000\001MIF.DMTF|System Cache|006.10\000",
183710                   0,
183711               };
183712               
183713               static MetaProperty
183714               _CIM_AssociatedCacheMemory_LineSize =
183715               {
183716                   /* flags */
183717                   META_FLAG_PROPERTY|META_FLAG_READ,
183718                   /* name */
183719                   "LineSize",
183720                   /* qualifiers */
183721                   _CIM_AssociatedCacheMemory_LineSize_qualifiers,
183722                   /* type */
183723                   CIMTYPE_UINT32,
183724                   /* subscript */
183725                   -1,
183726                   /* value */
183727                   0,
183728 mike  1.1.2.1 };
183729               
183730               static const char*
183731               _CIM_AssociatedCacheMemory_ReplacementPolicy_qualifiers[] =
183732               {
183733                   /* ValueMap */
183734                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
183735                   /* Values */
183736                   "\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",
183737                   /* MappingStrings */
183738                   "\026\000\001MIF.DMTF|System Cache|006.12\000",
183739                   /* ModelCorrespondence */
183740                   "\036\000\001CIM_AssociatedCacheMemory.OtherReplacementPolicyDescription\000",
183741                   0,
183742               };
183743               
183744               static MetaProperty
183745               _CIM_AssociatedCacheMemory_ReplacementPolicy =
183746               {
183747                   /* flags */
183748                   META_FLAG_PROPERTY|META_FLAG_READ,
183749 mike  1.1.2.1     /* name */
183750                   "ReplacementPolicy",
183751                   /* qualifiers */
183752                   _CIM_AssociatedCacheMemory_ReplacementPolicy_qualifiers,
183753                   /* type */
183754                   CIMTYPE_UINT16,
183755                   /* subscript */
183756                   -1,
183757                   /* value */
183758                   0,
183759               };
183760               
183761               static const char*
183762               _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription_qualifiers[] =
183763               {
183764                   /* ModelCorrespondence */
183765                   "\036\000\001CIM_AssociatedCacheMemory.ReplacementPolicy\000",
183766                   0,
183767               };
183768               
183769               static MetaProperty
183770 mike  1.1.2.1 _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription =
183771               {
183772                   /* flags */
183773                   META_FLAG_PROPERTY|META_FLAG_READ,
183774                   /* name */
183775                   "OtherReplacementPolicyDescription",
183776                   /* qualifiers */
183777                   _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription_qualifiers,
183778                   /* type */
183779                   CIMTYPE_STRING,
183780                   /* subscript */
183781                   -1,
183782                   /* value */
183783                   0,
183784               };
183785               
183786               static const char*
183787               _CIM_AssociatedCacheMemory_ReadPolicy_qualifiers[] =
183788               {
183789                   /* ValueMap */
183790                   "\061\000\0060\0001\0002\0003\0004\0005\000",
183791 mike  1.1.2.1     /* Values */
183792                   "\062\000\006Unknown\000Other\000Read\000Read-Ahead\000Read and Read-Ahead\000Determination Per I/O\000",
183793                   /* MappingStrings */
183794                   "\026\000\001MIF.DMTF|System Cache|006.13\000",
183795                   /* ModelCorrespondence */
183796                   "\036\000\001CIM_AssociatedCacheMemory.OtherReadPolicyDescription\000",
183797                   0,
183798               };
183799               
183800               static MetaProperty
183801               _CIM_AssociatedCacheMemory_ReadPolicy =
183802               {
183803                   /* flags */
183804                   META_FLAG_PROPERTY|META_FLAG_READ,
183805                   /* name */
183806                   "ReadPolicy",
183807                   /* qualifiers */
183808                   _CIM_AssociatedCacheMemory_ReadPolicy_qualifiers,
183809                   /* type */
183810                   CIMTYPE_UINT16,
183811                   /* subscript */
183812 mike  1.1.2.1     -1,
183813                   /* value */
183814                   0,
183815               };
183816               
183817               static const char*
183818               _CIM_AssociatedCacheMemory_OtherReadPolicyDescription_qualifiers[] =
183819               {
183820                   /* ModelCorrespondence */
183821                   "\036\000\001CIM_AssociatedCacheMemory.ReadPolicy\000",
183822                   0,
183823               };
183824               
183825               static MetaProperty
183826               _CIM_AssociatedCacheMemory_OtherReadPolicyDescription =
183827               {
183828                   /* flags */
183829                   META_FLAG_PROPERTY|META_FLAG_READ,
183830                   /* name */
183831                   "OtherReadPolicyDescription",
183832                   /* qualifiers */
183833 mike  1.1.2.1     _CIM_AssociatedCacheMemory_OtherReadPolicyDescription_qualifiers,
183834                   /* type */
183835                   CIMTYPE_STRING,
183836                   /* subscript */
183837                   -1,
183838                   /* value */
183839                   0,
183840               };
183841               
183842               static const char*
183843               _CIM_AssociatedCacheMemory_FlushTimer_qualifiers[] =
183844               {
183845                   /* Units */
183846                   "\060Seconds",
183847                   /* MappingStrings */
183848                   "\026\000\001MIF.DMTF|System Cache|006.14\000",
183849                   0,
183850               };
183851               
183852               static MetaProperty
183853               _CIM_AssociatedCacheMemory_FlushTimer =
183854 mike  1.1.2.1 {
183855                   /* flags */
183856                   META_FLAG_PROPERTY|META_FLAG_READ,
183857                   /* name */
183858                   "FlushTimer",
183859                   /* qualifiers */
183860                   _CIM_AssociatedCacheMemory_FlushTimer_qualifiers,
183861                   /* type */
183862                   CIMTYPE_UINT32,
183863                   /* subscript */
183864                   -1,
183865                   /* value */
183866                   0,
183867               };
183868               
183869               static const char*
183870               _CIM_AssociatedCacheMemory_Associativity_qualifiers[] =
183871               {
183872                   /* ValueMap */
183873                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
183874                   /* Values */
183875 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",
183876                   /* MappingStrings */
183877                   "\026\000\001MIF.DMTF|System Cache|006.15\000",
183878                   /* ModelCorrespondence */
183879                   "\036\000\001CIM_AssociatedCacheMemory.OtherAssociativityDescription\000",
183880                   0,
183881               };
183882               
183883               static MetaProperty
183884               _CIM_AssociatedCacheMemory_Associativity =
183885               {
183886                   /* flags */
183887                   META_FLAG_PROPERTY|META_FLAG_READ,
183888                   /* name */
183889                   "Associativity",
183890                   /* qualifiers */
183891                   _CIM_AssociatedCacheMemory_Associativity_qualifiers,
183892                   /* type */
183893                   CIMTYPE_UINT16,
183894                   /* subscript */
183895                   -1,
183896 mike  1.1.2.1     /* value */
183897                   0,
183898               };
183899               
183900               static const char*
183901               _CIM_AssociatedCacheMemory_OtherAssociativityDescription_qualifiers[] =
183902               {
183903                   /* ModelCorrespondence */
183904                   "\036\000\001CIM_AssociatedCacheMemory.Associativity\000",
183905                   0,
183906               };
183907               
183908               static MetaProperty
183909               _CIM_AssociatedCacheMemory_OtherAssociativityDescription =
183910               {
183911                   /* flags */
183912                   META_FLAG_PROPERTY|META_FLAG_READ,
183913                   /* name */
183914                   "OtherAssociativityDescription",
183915                   /* qualifiers */
183916                   _CIM_AssociatedCacheMemory_OtherAssociativityDescription_qualifiers,
183917 mike  1.1.2.1     /* type */
183918                   CIMTYPE_STRING,
183919                   /* subscript */
183920                   -1,
183921                   /* value */
183922                   0,
183923               };
183924               
183925               static MetaFeature*
183926               _CIM_AssociatedCacheMemory_features[] =
183927               {
183928                   (MetaFeature*)&_CIM_AssociatedCacheMemory_Level,
183929                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherLevelDescription,
183930                   (MetaFeature*)&_CIM_AssociatedCacheMemory_WritePolicy,
183931                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherWritePolicyDescription,
183932                   (MetaFeature*)&_CIM_AssociatedCacheMemory_CacheType,
183933                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherCacheTypeDescription,
183934                   (MetaFeature*)&_CIM_AssociatedCacheMemory_LineSize,
183935                   (MetaFeature*)&_CIM_AssociatedCacheMemory_ReplacementPolicy,
183936                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription,
183937                   (MetaFeature*)&_CIM_AssociatedCacheMemory_ReadPolicy,
183938 mike  1.1.2.1     (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherReadPolicyDescription,
183939                   (MetaFeature*)&_CIM_AssociatedCacheMemory_FlushTimer,
183940                   (MetaFeature*)&_CIM_AssociatedCacheMemory_Associativity,
183941                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherAssociativityDescription,
183942                   0,
183943               };
183944               
183945               static const char*
183946               __root_cimv2_CIM_AssociatedCacheMemory_qualifiers[] =
183947               {
183948                   /* ASSOCIATION */
183949                   "\000\001",
183950                   /* UMLPackagePath */
183951                   "\057CIM::Device::Memory",
183952                   /* Version */
183953                   "\0632.8.0",
183954                   0,
183955               };
183956               
183957               MetaClass
183958               __root_cimv2_CIM_AssociatedCacheMemory =
183959 mike  1.1.2.1 {
183960                   /* flags */
183961                   META_FLAG_ASSOCIATION,
183962                   /* name */
183963                   "CIM_AssociatedCacheMemory",
183964                   /* qualifiers */
183965                   __root_cimv2_CIM_AssociatedCacheMemory_qualifiers,
183966                   /* super */
183967                   &__root_cimv2_CIM_AssociatedMemory,
183968                   /* features */
183969                   _CIM_AssociatedCacheMemory_features,
183970               };
183971               
183972               //==============================================================================
183973               //
183974               // Class: CIM_AssociatedSupplyCurrentSensor
183975               //
183976               //==============================================================================
183977               
183978               static const char*
183979               _CIM_AssociatedSupplyCurrentSensor_Antecedent_qualifiers[] =
183980 mike  1.1.2.1 {
183981                   /* Deprecated */
183982                   "\013\000\001CIM_AssociatedSensor.Antecedent\000",
183983                   /* Override */
183984                   "\044Antecedent",
183985                   0,
183986               };
183987               
183988               static MetaReference
183989               _CIM_AssociatedSupplyCurrentSensor_Antecedent =
183990               {
183991                   /* flags */
183992                   META_FLAG_REFERENCE|META_FLAG_READ,
183993                   /* name */
183994                   "Antecedent",
183995                   /* qualifiers */
183996                   _CIM_AssociatedSupplyCurrentSensor_Antecedent_qualifiers,
183997                   /* subscript */
183998                   -1,
183999                   /* refId */
184000                   &__root_cimv2_CIM_CurrentSensor,
184001 mike  1.1.2.1 };
184002               
184003               static const char*
184004               _CIM_AssociatedSupplyCurrentSensor_Dependent_qualifiers[] =
184005               {
184006                   /* Deprecated */
184007                   "\013\000\001CIM_AssociatedSensor.Dependent\000",
184008                   /* Override */
184009                   "\044Dependent",
184010                   0,
184011               };
184012               
184013               static MetaReference
184014               _CIM_AssociatedSupplyCurrentSensor_Dependent =
184015               {
184016                   /* flags */
184017                   META_FLAG_REFERENCE|META_FLAG_READ,
184018                   /* name */
184019                   "Dependent",
184020                   /* qualifiers */
184021                   _CIM_AssociatedSupplyCurrentSensor_Dependent_qualifiers,
184022 mike  1.1.2.1     /* subscript */
184023                   -1,
184024                   /* refId */
184025                   &__root_cimv2_CIM_PowerSupply,
184026               };
184027               
184028               static const char*
184029               _CIM_AssociatedSupplyCurrentSensor_MonitoringRange_qualifiers[] =
184030               {
184031                   /* Deprecated */
184032                   "\013\000\001No Value\000",
184033                   /* ValueMap */
184034                   "\061\000\0050\0001\0002\0003\0004\000",
184035                   /* Values */
184036                   "\062\000\005Unknown\000Other\000Range 1\000Range 2\000Both Range 1 and 2\000",
184037                   0,
184038               };
184039               
184040               static MetaProperty
184041               _CIM_AssociatedSupplyCurrentSensor_MonitoringRange =
184042               {
184043 mike  1.1.2.1     /* flags */
184044                   META_FLAG_PROPERTY|META_FLAG_READ,
184045                   /* name */
184046                   "MonitoringRange",
184047                   /* qualifiers */
184048                   _CIM_AssociatedSupplyCurrentSensor_MonitoringRange_qualifiers,
184049                   /* type */
184050                   CIMTYPE_UINT16,
184051                   /* subscript */
184052                   -1,
184053                   /* value */
184054                   0,
184055               };
184056               
184057               static MetaFeature*
184058               _CIM_AssociatedSupplyCurrentSensor_features[] =
184059               {
184060                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_Antecedent,
184061                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_Dependent,
184062                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_MonitoringRange,
184063                   0,
184064 mike  1.1.2.1 };
184065               
184066               static const char*
184067               __root_cimv2_CIM_AssociatedSupplyCurrentSensor_qualifiers[] =
184068               {
184069                   /* ASSOCIATION */
184070                   "\000\001",
184071                   /* Deprecated */
184072                   "\013\000\001CIM_AssociatedSensor\000",
184073                   /* UMLPackagePath */
184074                   "\057CIM::Device::Sensors",
184075                   /* Version */
184076                   "\0632.8.0",
184077                   0,
184078               };
184079               
184080               MetaClass
184081               __root_cimv2_CIM_AssociatedSupplyCurrentSensor =
184082               {
184083                   /* flags */
184084                   META_FLAG_ASSOCIATION,
184085 mike  1.1.2.1     /* name */
184086                   "CIM_AssociatedSupplyCurrentSensor",
184087                   /* qualifiers */
184088                   __root_cimv2_CIM_AssociatedSupplyCurrentSensor_qualifiers,
184089                   /* super */
184090                   &__root_cimv2_CIM_AssociatedSensor,
184091                   /* features */
184092                   _CIM_AssociatedSupplyCurrentSensor_features,
184093               };
184094               
184095               //==============================================================================
184096               //
184097               // Class: CIM_AuthenticateForUse
184098               //
184099               //==============================================================================
184100               
184101               static const char*
184102               _CIM_AuthenticateForUse_Antecedent_qualifiers[] =
184103               {
184104                   /* Deprecated */
184105                   "\013\000\001No value\000",
184106 mike  1.1.2.1     /* Override */
184107                   "\044Antecedent",
184108                   0,
184109               };
184110               
184111               static MetaReference
184112               _CIM_AuthenticateForUse_Antecedent =
184113               {
184114                   /* flags */
184115                   META_FLAG_REFERENCE|META_FLAG_READ,
184116                   /* name */
184117                   "Antecedent",
184118                   /* qualifiers */
184119                   _CIM_AuthenticateForUse_Antecedent_qualifiers,
184120                   /* subscript */
184121                   -1,
184122                   /* refId */
184123                   &__root_cimv2_CIM_AuthenticationRequirement,
184124               };
184125               
184126               static const char*
184127 mike  1.1.2.1 _CIM_AuthenticateForUse_Dependent_qualifiers[] =
184128               {
184129                   /* Deprecated */
184130                   "\013\000\001No value\000",
184131                   /* Override */
184132                   "\044Dependent",
184133                   0,
184134               };
184135               
184136               static MetaReference
184137               _CIM_AuthenticateForUse_Dependent =
184138               {
184139                   /* flags */
184140                   META_FLAG_REFERENCE|META_FLAG_READ,
184141                   /* name */
184142                   "Dependent",
184143                   /* qualifiers */
184144                   _CIM_AuthenticateForUse_Dependent_qualifiers,
184145                   /* subscript */
184146                   -1,
184147                   /* refId */
184148 mike  1.1.2.1     &__root_cimv2_CIM_AuthenticationService,
184149               };
184150               
184151               static MetaFeature*
184152               _CIM_AuthenticateForUse_features[] =
184153               {
184154                   (MetaFeature*)&_CIM_AuthenticateForUse_Antecedent,
184155                   (MetaFeature*)&_CIM_AuthenticateForUse_Dependent,
184156                   0,
184157               };
184158               
184159               static const char*
184160               __root_cimv2_CIM_AuthenticateForUse_qualifiers[] =
184161               {
184162                   /* ASSOCIATION */
184163                   "\000\001",
184164                   /* Deprecated */
184165                   "\013\000\001No value\000",
184166                   /* UMLPackagePath */
184167                   "\057CIM::User::AuthenticationReqmt",
184168                   /* Version */
184169 mike  1.1.2.1     "\0632.8.0",
184170                   0,
184171               };
184172               
184173               MetaClass
184174               __root_cimv2_CIM_AuthenticateForUse =
184175               {
184176                   /* flags */
184177                   META_FLAG_ASSOCIATION,
184178                   /* name */
184179                   "CIM_AuthenticateForUse",
184180                   /* qualifiers */
184181                   __root_cimv2_CIM_AuthenticateForUse_qualifiers,
184182                   /* super */
184183                   &__root_cimv2_CIM_Dependency,
184184                   /* features */
184185                   _CIM_AuthenticateForUse_features,
184186               };
184187               
184188               //==============================================================================
184189               //
184190 mike  1.1.2.1 // Class: CIM_BGPAdminDistance
184191               //
184192               //==============================================================================
184193               
184194               static const char*
184195               _CIM_BGPAdminDistance_Antecedent_qualifiers[] =
184196               {
184197                   /* Override */
184198                   "\044Antecedent",
184199                   /* Min */
184200                   "\033\000\000\000\001",
184201                   /* Max */
184202                   "\027\000\000\000\001",
184203                   0,
184204               };
184205               
184206               static MetaReference
184207               _CIM_BGPAdminDistance_Antecedent =
184208               {
184209                   /* flags */
184210                   META_FLAG_REFERENCE|META_FLAG_READ,
184211 mike  1.1.2.1     /* name */
184212                   "Antecedent",
184213                   /* qualifiers */
184214                   _CIM_BGPAdminDistance_Antecedent_qualifiers,
184215                   /* subscript */
184216                   -1,
184217                   /* refId */
184218                   &__root_cimv2_CIM_AdministrativeDistance,
184219               };
184220               
184221               static const char*
184222               _CIM_BGPAdminDistance_Dependent_qualifiers[] =
184223               {
184224                   /* Override */
184225                   "\044Dependent",
184226                   0,
184227               };
184228               
184229               static MetaReference
184230               _CIM_BGPAdminDistance_Dependent =
184231               {
184232 mike  1.1.2.1     /* flags */
184233                   META_FLAG_REFERENCE|META_FLAG_READ,
184234                   /* name */
184235                   "Dependent",
184236                   /* qualifiers */
184237                   _CIM_BGPAdminDistance_Dependent_qualifiers,
184238                   /* subscript */
184239                   -1,
184240                   /* refId */
184241                   &__root_cimv2_CIM_BGPService,
184242               };
184243               
184244               static MetaFeature*
184245               _CIM_BGPAdminDistance_features[] =
184246               {
184247                   (MetaFeature*)&_CIM_BGPAdminDistance_Antecedent,
184248                   (MetaFeature*)&_CIM_BGPAdminDistance_Dependent,
184249                   0,
184250               };
184251               
184252               static const char*
184253 mike  1.1.2.1 __root_cimv2_CIM_BGPAdminDistance_qualifiers[] =
184254               {
184255                   /* ASSOCIATION */
184256                   "\000\001",
184257                   /* UMLPackagePath */
184258                   "\057CIM::Network::BGP",
184259                   /* Version */
184260                   "\0632.6.0",
184261                   0,
184262               };
184263               
184264               MetaClass
184265               __root_cimv2_CIM_BGPAdminDistance =
184266               {
184267                   /* flags */
184268                   META_FLAG_ASSOCIATION,
184269                   /* name */
184270                   "CIM_BGPAdminDistance",
184271                   /* qualifiers */
184272                   __root_cimv2_CIM_BGPAdminDistance_qualifiers,
184273                   /* super */
184274 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
184275                   /* features */
184276                   _CIM_BGPAdminDistance_features,
184277               };
184278               
184279               //==============================================================================
184280               //
184281               // Class: CIM_BGPPeerGroupService
184282               //
184283               //==============================================================================
184284               
184285               static const char*
184286               _CIM_BGPPeerGroupService_Antecedent_qualifiers[] =
184287               {
184288                   /* Override */
184289                   "\044Antecedent",
184290                   0,
184291               };
184292               
184293               static MetaReference
184294               _CIM_BGPPeerGroupService_Antecedent =
184295 mike  1.1.2.1 {
184296                   /* flags */
184297                   META_FLAG_REFERENCE|META_FLAG_READ,
184298                   /* name */
184299                   "Antecedent",
184300                   /* qualifiers */
184301                   _CIM_BGPPeerGroupService_Antecedent_qualifiers,
184302                   /* subscript */
184303                   -1,
184304                   /* refId */
184305                   &__root_cimv2_CIM_BGPPeerGroup,
184306               };
184307               
184308               static const char*
184309               _CIM_BGPPeerGroupService_Dependent_qualifiers[] =
184310               {
184311                   /* Override */
184312                   "\044Dependent",
184313                   0,
184314               };
184315               
184316 mike  1.1.2.1 static MetaReference
184317               _CIM_BGPPeerGroupService_Dependent =
184318               {
184319                   /* flags */
184320                   META_FLAG_REFERENCE|META_FLAG_READ,
184321                   /* name */
184322                   "Dependent",
184323                   /* qualifiers */
184324                   _CIM_BGPPeerGroupService_Dependent_qualifiers,
184325                   /* subscript */
184326                   -1,
184327                   /* refId */
184328                   &__root_cimv2_CIM_BGPService,
184329               };
184330               
184331               static MetaFeature*
184332               _CIM_BGPPeerGroupService_features[] =
184333               {
184334                   (MetaFeature*)&_CIM_BGPPeerGroupService_Antecedent,
184335                   (MetaFeature*)&_CIM_BGPPeerGroupService_Dependent,
184336                   0,
184337 mike  1.1.2.1 };
184338               
184339               static const char*
184340               __root_cimv2_CIM_BGPPeerGroupService_qualifiers[] =
184341               {
184342                   /* ASSOCIATION */
184343                   "\000\001",
184344                   /* UMLPackagePath */
184345                   "\057CIM::Network::BGP",
184346                   /* Version */
184347                   "\0632.7.0",
184348                   0,
184349               };
184350               
184351               MetaClass
184352               __root_cimv2_CIM_BGPPeerGroupService =
184353               {
184354                   /* flags */
184355                   META_FLAG_ASSOCIATION,
184356                   /* name */
184357                   "CIM_BGPPeerGroupService",
184358 mike  1.1.2.1     /* qualifiers */
184359                   __root_cimv2_CIM_BGPPeerGroupService_qualifiers,
184360                   /* super */
184361                   &__root_cimv2_CIM_Dependency,
184362                   /* features */
184363                   _CIM_BGPPeerGroupService_features,
184364               };
184365               
184366               //==============================================================================
184367               //
184368               // Class: CIM_BGPRoutingPolicy
184369               //
184370               //==============================================================================
184371               
184372               static const char*
184373               _CIM_BGPRoutingPolicy_Antecedent_qualifiers[] =
184374               {
184375                   /* Override */
184376                   "\044Antecedent",
184377                   0,
184378               };
184379 mike  1.1.2.1 
184380               static MetaReference
184381               _CIM_BGPRoutingPolicy_Antecedent =
184382               {
184383                   /* flags */
184384                   META_FLAG_REFERENCE|META_FLAG_READ,
184385                   /* name */
184386                   "Antecedent",
184387                   /* qualifiers */
184388                   _CIM_BGPRoutingPolicy_Antecedent_qualifiers,
184389                   /* subscript */
184390                   -1,
184391                   /* refId */
184392                   &__root_cimv2_CIM_RoutingPolicy,
184393               };
184394               
184395               static const char*
184396               _CIM_BGPRoutingPolicy_Dependent_qualifiers[] =
184397               {
184398                   /* Override */
184399                   "\044Dependent",
184400 mike  1.1.2.1     0,
184401               };
184402               
184403               static MetaReference
184404               _CIM_BGPRoutingPolicy_Dependent =
184405               {
184406                   /* flags */
184407                   META_FLAG_REFERENCE|META_FLAG_READ,
184408                   /* name */
184409                   "Dependent",
184410                   /* qualifiers */
184411                   _CIM_BGPRoutingPolicy_Dependent_qualifiers,
184412                   /* subscript */
184413                   -1,
184414                   /* refId */
184415                   &__root_cimv2_CIM_BGPService,
184416               };
184417               
184418               static MetaFeature*
184419               _CIM_BGPRoutingPolicy_features[] =
184420               {
184421 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPRoutingPolicy_Antecedent,
184422                   (MetaFeature*)&_CIM_BGPRoutingPolicy_Dependent,
184423                   0,
184424               };
184425               
184426               static const char*
184427               __root_cimv2_CIM_BGPRoutingPolicy_qualifiers[] =
184428               {
184429                   /* ASSOCIATION */
184430                   "\000\001",
184431                   /* UMLPackagePath */
184432                   "\057CIM::Network::BGP",
184433                   /* Version */
184434                   "\0632.6.0",
184435                   0,
184436               };
184437               
184438               MetaClass
184439               __root_cimv2_CIM_BGPRoutingPolicy =
184440               {
184441                   /* flags */
184442 mike  1.1.2.1     META_FLAG_ASSOCIATION,
184443                   /* name */
184444                   "CIM_BGPRoutingPolicy",
184445                   /* qualifiers */
184446                   __root_cimv2_CIM_BGPRoutingPolicy_qualifiers,
184447                   /* super */
184448                   &__root_cimv2_CIM_Dependency,
184449                   /* features */
184450                   _CIM_BGPRoutingPolicy_features,
184451               };
184452               
184453               //==============================================================================
184454               //
184455               // Class: CIM_BindsToLANEndpoint
184456               //
184457               //==============================================================================
184458               
184459               static const char*
184460               _CIM_BindsToLANEndpoint_Antecedent_qualifiers[] =
184461               {
184462                   /* Override */
184463 mike  1.1.2.1     "\044Antecedent",
184464                   0,
184465               };
184466               
184467               static MetaReference
184468               _CIM_BindsToLANEndpoint_Antecedent =
184469               {
184470                   /* flags */
184471                   META_FLAG_REFERENCE|META_FLAG_READ,
184472                   /* name */
184473                   "Antecedent",
184474                   /* qualifiers */
184475                   _CIM_BindsToLANEndpoint_Antecedent_qualifiers,
184476                   /* subscript */
184477                   -1,
184478                   /* refId */
184479                   &__root_cimv2_CIM_LANEndpoint,
184480               };
184481               
184482               static const char*
184483               _CIM_BindsToLANEndpoint_Dependent_qualifiers[] =
184484 mike  1.1.2.1 {
184485                   /* Override */
184486                   "\044Dependent",
184487                   0,
184488               };
184489               
184490               static MetaReference
184491               _CIM_BindsToLANEndpoint_Dependent =
184492               {
184493                   /* flags */
184494                   META_FLAG_REFERENCE|META_FLAG_READ,
184495                   /* name */
184496                   "Dependent",
184497                   /* qualifiers */
184498                   _CIM_BindsToLANEndpoint_Dependent_qualifiers,
184499                   /* subscript */
184500                   -1,
184501                   /* refId */
184502                   &__root_cimv2_CIM_ServiceAccessPoint,
184503               };
184504               
184505 mike  1.1.2.1 static const char*
184506               _CIM_BindsToLANEndpoint_FrameType_qualifiers[] =
184507               {
184508                   /* ValueMap */
184509                   "\061\000\0050\0001\0002\0003\0004\000",
184510                   /* Values */
184511                   "\062\000\005Unknown\000Ethernet\000802.2\000SNAP\000Raw802.3\000",
184512                   0,
184513               };
184514               
184515               static MetaProperty
184516               _CIM_BindsToLANEndpoint_FrameType =
184517               {
184518                   /* flags */
184519                   META_FLAG_PROPERTY|META_FLAG_READ,
184520                   /* name */
184521                   "FrameType",
184522                   /* qualifiers */
184523                   _CIM_BindsToLANEndpoint_FrameType_qualifiers,
184524                   /* type */
184525                   CIMTYPE_UINT16,
184526 mike  1.1.2.1     /* subscript */
184527                   -1,
184528                   /* value */
184529                   0,
184530               };
184531               
184532               static MetaFeature*
184533               _CIM_BindsToLANEndpoint_features[] =
184534               {
184535                   (MetaFeature*)&_CIM_BindsToLANEndpoint_Antecedent,
184536                   (MetaFeature*)&_CIM_BindsToLANEndpoint_Dependent,
184537                   (MetaFeature*)&_CIM_BindsToLANEndpoint_FrameType,
184538                   0,
184539               };
184540               
184541               static const char*
184542               __root_cimv2_CIM_BindsToLANEndpoint_qualifiers[] =
184543               {
184544                   /* ASSOCIATION */
184545                   "\000\001",
184546                   /* UMLPackagePath */
184547 mike  1.1.2.1     "\057CIM::Network::ProtocolEndpoints",
184548                   /* Version */
184549                   "\0632.6.0",
184550                   0,
184551               };
184552               
184553               MetaClass
184554               __root_cimv2_CIM_BindsToLANEndpoint =
184555               {
184556                   /* flags */
184557                   META_FLAG_ASSOCIATION,
184558                   /* name */
184559                   "CIM_BindsToLANEndpoint",
184560                   /* qualifiers */
184561                   __root_cimv2_CIM_BindsToLANEndpoint_qualifiers,
184562                   /* super */
184563                   &__root_cimv2_CIM_BindsTo,
184564                   /* features */
184565                   _CIM_BindsToLANEndpoint_features,
184566               };
184567               
184568 mike  1.1.2.1 //==============================================================================
184569               //
184570               // Class: CIM_CertificateAuthority
184571               //
184572               //==============================================================================
184573               
184574               static const char*
184575               _CIM_CertificateAuthority_CAPolicyStatement_qualifiers[] =
184576               {
184577                   0,
184578               };
184579               
184580               static MetaProperty
184581               _CIM_CertificateAuthority_CAPolicyStatement =
184582               {
184583                   /* flags */
184584                   META_FLAG_PROPERTY|META_FLAG_READ,
184585                   /* name */
184586                   "CAPolicyStatement",
184587                   /* qualifiers */
184588                   _CIM_CertificateAuthority_CAPolicyStatement_qualifiers,
184589 mike  1.1.2.1     /* type */
184590                   CIMTYPE_STRING,
184591                   /* subscript */
184592                   -1,
184593                   /* value */
184594                   0,
184595               };
184596               
184597               static const char*
184598               _CIM_CertificateAuthority_CRL_qualifiers[] =
184599               {
184600                   /* OctetString */
184601                   "\042\001",
184602                   0,
184603               };
184604               
184605               static MetaProperty
184606               _CIM_CertificateAuthority_CRL =
184607               {
184608                   /* flags */
184609                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
184610 mike  1.1.2.1     /* name */
184611                   "CRL",
184612                   /* qualifiers */
184613                   _CIM_CertificateAuthority_CRL_qualifiers,
184614                   /* type */
184615                   CIMTYPE_STRING,
184616                   /* subscript */
184617                   0,
184618                   /* value */
184619                   0,
184620               };
184621               
184622               static const char*
184623               _CIM_CertificateAuthority_CRLDistributionPoint_qualifiers[] =
184624               {
184625                   0,
184626               };
184627               
184628               static MetaProperty
184629               _CIM_CertificateAuthority_CRLDistributionPoint =
184630               {
184631 mike  1.1.2.1     /* flags */
184632                   META_FLAG_PROPERTY|META_FLAG_READ,
184633                   /* name */
184634                   "CRLDistributionPoint",
184635                   /* qualifiers */
184636                   _CIM_CertificateAuthority_CRLDistributionPoint_qualifiers,
184637                   /* type */
184638                   CIMTYPE_STRING,
184639                   /* subscript */
184640                   0,
184641                   /* value */
184642                   0,
184643               };
184644               
184645               static const char*
184646               _CIM_CertificateAuthority_CADistinguishedName_qualifiers[] =
184647               {
184648                   /* Dn */
184649                   "\016\001",
184650                   0,
184651               };
184652 mike  1.1.2.1 
184653               static MetaProperty
184654               _CIM_CertificateAuthority_CADistinguishedName =
184655               {
184656                   /* flags */
184657                   META_FLAG_PROPERTY|META_FLAG_DN|META_FLAG_READ,
184658                   /* name */
184659                   "CADistinguishedName",
184660                   /* qualifiers */
184661                   _CIM_CertificateAuthority_CADistinguishedName_qualifiers,
184662                   /* type */
184663                   CIMTYPE_STRING,
184664                   /* subscript */
184665                   -1,
184666                   /* value */
184667                   0,
184668               };
184669               
184670               static const char*
184671               _CIM_CertificateAuthority_CRLRefreshFrequency_qualifiers[] =
184672               {
184673 mike  1.1.2.1     /* Units */
184674                   "\060Hours",
184675                   0,
184676               };
184677               
184678               static MetaProperty
184679               _CIM_CertificateAuthority_CRLRefreshFrequency =
184680               {
184681                   /* flags */
184682                   META_FLAG_PROPERTY|META_FLAG_READ,
184683                   /* name */
184684                   "CRLRefreshFrequency",
184685                   /* qualifiers */
184686                   _CIM_CertificateAuthority_CRLRefreshFrequency_qualifiers,
184687                   /* type */
184688                   CIMTYPE_UINT8,
184689                   /* subscript */
184690                   -1,
184691                   /* value */
184692                   0,
184693               };
184694 mike  1.1.2.1 
184695               static const char*
184696               _CIM_CertificateAuthority_MaxChainLength_qualifiers[] =
184697               {
184698                   0,
184699               };
184700               
184701               static MetaProperty
184702               _CIM_CertificateAuthority_MaxChainLength =
184703               {
184704                   /* flags */
184705                   META_FLAG_PROPERTY|META_FLAG_READ,
184706                   /* name */
184707                   "MaxChainLength",
184708                   /* qualifiers */
184709                   _CIM_CertificateAuthority_MaxChainLength_qualifiers,
184710                   /* type */
184711                   CIMTYPE_UINT8,
184712                   /* subscript */
184713                   -1,
184714                   /* value */
184715 mike  1.1.2.1     0,
184716               };
184717               
184718               static MetaFeature*
184719               _CIM_CertificateAuthority_features[] =
184720               {
184721                   (MetaFeature*)&_CIM_CertificateAuthority_CAPolicyStatement,
184722                   (MetaFeature*)&_CIM_CertificateAuthority_CRL,
184723                   (MetaFeature*)&_CIM_CertificateAuthority_CRLDistributionPoint,
184724                   (MetaFeature*)&_CIM_CertificateAuthority_CADistinguishedName,
184725                   (MetaFeature*)&_CIM_CertificateAuthority_CRLRefreshFrequency,
184726                   (MetaFeature*)&_CIM_CertificateAuthority_MaxChainLength,
184727                   0,
184728               };
184729               
184730               static const char*
184731               __root_cimv2_CIM_CertificateAuthority_qualifiers[] =
184732               {
184733                   /* UMLPackagePath */
184734                   "\057CIM::User::PublicKey",
184735                   /* Version */
184736 mike  1.1.2.1     "\0632.8.0",
184737                   0,
184738               };
184739               
184740               MetaClass
184741               __root_cimv2_CIM_CertificateAuthority =
184742               {
184743                   /* flags */
184744                   META_FLAG_CLASS,
184745                   /* name */
184746                   "CIM_CertificateAuthority",
184747                   /* qualifiers */
184748                   __root_cimv2_CIM_CertificateAuthority_qualifiers,
184749                   /* super */
184750                   &__root_cimv2_CIM_CredentialManagementService,
184751                   /* features */
184752                   _CIM_CertificateAuthority_features,
184753               };
184754               
184755               //==============================================================================
184756               //
184757 mike  1.1.2.1 // Class: CIM_ClassifierElement
184758               //
184759               //==============================================================================
184760               
184761               static MetaFeature*
184762               _CIM_ClassifierElement_features[] =
184763               {
184764                   0,
184765               };
184766               
184767               static const char*
184768               __root_cimv2_CIM_ClassifierElement_qualifiers[] =
184769               {
184770                   /* UMLPackagePath */
184771                   "\057CIM::Network::QoS",
184772                   /* Version */
184773                   "\0632.7.0",
184774                   0,
184775               };
184776               
184777               MetaClass
184778 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElement =
184779               {
184780                   /* flags */
184781                   META_FLAG_CLASS,
184782                   /* name */
184783                   "CIM_ClassifierElement",
184784                   /* qualifiers */
184785                   __root_cimv2_CIM_ClassifierElement_qualifiers,
184786                   /* super */
184787                   &__root_cimv2_CIM_ClassifierService,
184788                   /* features */
184789                   _CIM_ClassifierElement_features,
184790               };
184791               
184792               //==============================================================================
184793               //
184794               // Class: CIM_ClassifierElementInClassifierService
184795               //
184796               //==============================================================================
184797               
184798               static const char*
184799 mike  1.1.2.1 _CIM_ClassifierElementInClassifierService_GroupComponent_qualifiers[] =
184800               {
184801                   /* Aggregate */
184802                   "\003\001",
184803                   /* Override */
184804                   "\044GroupComponent",
184805                   /* Min */
184806                   "\033\000\000\000\001",
184807                   /* Max */
184808                   "\027\000\000\000\001",
184809                   0,
184810               };
184811               
184812               static MetaReference
184813               _CIM_ClassifierElementInClassifierService_GroupComponent =
184814               {
184815                   /* flags */
184816                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
184817                   /* name */
184818                   "GroupComponent",
184819                   /* qualifiers */
184820 mike  1.1.2.1     _CIM_ClassifierElementInClassifierService_GroupComponent_qualifiers,
184821                   /* subscript */
184822                   -1,
184823                   /* refId */
184824                   &__root_cimv2_CIM_ClassifierService,
184825               };
184826               
184827               static const char*
184828               _CIM_ClassifierElementInClassifierService_PartComponent_qualifiers[] =
184829               {
184830                   /* Override */
184831                   "\044PartComponent",
184832                   0,
184833               };
184834               
184835               static MetaReference
184836               _CIM_ClassifierElementInClassifierService_PartComponent =
184837               {
184838                   /* flags */
184839                   META_FLAG_REFERENCE|META_FLAG_READ,
184840                   /* name */
184841 mike  1.1.2.1     "PartComponent",
184842                   /* qualifiers */
184843                   _CIM_ClassifierElementInClassifierService_PartComponent_qualifiers,
184844                   /* subscript */
184845                   -1,
184846                   /* refId */
184847                   &__root_cimv2_CIM_ClassifierElement,
184848               };
184849               
184850               static const char*
184851               _CIM_ClassifierElementInClassifierService_ClassifierOrder_qualifiers[] =
184852               {
184853                   0,
184854               };
184855               
184856               static MetaProperty
184857               _CIM_ClassifierElementInClassifierService_ClassifierOrder =
184858               {
184859                   /* flags */
184860                   META_FLAG_PROPERTY|META_FLAG_READ,
184861                   /* name */
184862 mike  1.1.2.1     "ClassifierOrder",
184863                   /* qualifiers */
184864                   _CIM_ClassifierElementInClassifierService_ClassifierOrder_qualifiers,
184865                   /* type */
184866                   CIMTYPE_UINT32,
184867                   /* subscript */
184868                   -1,
184869                   /* value */
184870                   0,
184871               };
184872               
184873               static MetaFeature*
184874               _CIM_ClassifierElementInClassifierService_features[] =
184875               {
184876                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_GroupComponent,
184877                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_PartComponent,
184878                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_ClassifierOrder,
184879                   0,
184880               };
184881               
184882               static const char*
184883 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElementInClassifierService_qualifiers[] =
184884               {
184885                   /* ASSOCIATION */
184886                   "\000\001",
184887                   /* UMLPackagePath */
184888                   "\057CIM::Network::QoS",
184889                   /* Aggregation */
184890                   "\004\001",
184891                   /* Composition */
184892                   "\011\001",
184893                   /* Version */
184894                   "\0632.7.0",
184895                   0,
184896               };
184897               
184898               MetaClass
184899               __root_cimv2_CIM_ClassifierElementInClassifierService =
184900               {
184901                   /* flags */
184902                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
184903                   /* name */
184904 mike  1.1.2.1     "CIM_ClassifierElementInClassifierService",
184905                   /* qualifiers */
184906                   __root_cimv2_CIM_ClassifierElementInClassifierService_qualifiers,
184907                   /* super */
184908                   &__root_cimv2_CIM_ServiceComponent,
184909                   /* features */
184910                   _CIM_ClassifierElementInClassifierService_features,
184911               };
184912               
184913               //==============================================================================
184914               //
184915               // Class: CIM_ClassifierElementUsesFilterList
184916               //
184917               //==============================================================================
184918               
184919               static const char*
184920               _CIM_ClassifierElementUsesFilterList_Antecedent_qualifiers[] =
184921               {
184922                   /* Override */
184923                   "\044Antecedent",
184924                   /* Max */
184925 mike  1.1.2.1     "\027\000\000\000\001",
184926                   0,
184927               };
184928               
184929               static MetaReference
184930               _CIM_ClassifierElementUsesFilterList_Antecedent =
184931               {
184932                   /* flags */
184933                   META_FLAG_REFERENCE|META_FLAG_READ,
184934                   /* name */
184935                   "Antecedent",
184936                   /* qualifiers */
184937                   _CIM_ClassifierElementUsesFilterList_Antecedent_qualifiers,
184938                   /* subscript */
184939                   -1,
184940                   /* refId */
184941                   &__root_cimv2_CIM_FilterList,
184942               };
184943               
184944               static const char*
184945               _CIM_ClassifierElementUsesFilterList_Dependent_qualifiers[] =
184946 mike  1.1.2.1 {
184947                   /* Override */
184948                   "\044Dependent",
184949                   0,
184950               };
184951               
184952               static MetaReference
184953               _CIM_ClassifierElementUsesFilterList_Dependent =
184954               {
184955                   /* flags */
184956                   META_FLAG_REFERENCE|META_FLAG_READ,
184957                   /* name */
184958                   "Dependent",
184959                   /* qualifiers */
184960                   _CIM_ClassifierElementUsesFilterList_Dependent_qualifiers,
184961                   /* subscript */
184962                   -1,
184963                   /* refId */
184964                   &__root_cimv2_CIM_ClassifierElement,
184965               };
184966               
184967 mike  1.1.2.1 static MetaFeature*
184968               _CIM_ClassifierElementUsesFilterList_features[] =
184969               {
184970                   (MetaFeature*)&_CIM_ClassifierElementUsesFilterList_Antecedent,
184971                   (MetaFeature*)&_CIM_ClassifierElementUsesFilterList_Dependent,
184972                   0,
184973               };
184974               
184975               static const char*
184976               __root_cimv2_CIM_ClassifierElementUsesFilterList_qualifiers[] =
184977               {
184978                   /* ASSOCIATION */
184979                   "\000\001",
184980                   /* UMLPackagePath */
184981                   "\057CIM::Network::QoS",
184982                   /* Version */
184983                   "\0632.7.0",
184984                   0,
184985               };
184986               
184987               MetaClass
184988 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElementUsesFilterList =
184989               {
184990                   /* flags */
184991                   META_FLAG_ASSOCIATION,
184992                   /* name */
184993                   "CIM_ClassifierElementUsesFilterList",
184994                   /* qualifiers */
184995                   __root_cimv2_CIM_ClassifierElementUsesFilterList_qualifiers,
184996                   /* super */
184997                   &__root_cimv2_CIM_Dependency,
184998                   /* features */
184999                   _CIM_ClassifierElementUsesFilterList_features,
185000               };
185001               
185002               //==============================================================================
185003               //
185004               // Class: CIM_ClassifierFilterSet
185005               //
185006               //==============================================================================
185007               
185008               static const char*
185009 mike  1.1.2.1 _CIM_ClassifierFilterSet_Antecedent_qualifiers[] =
185010               {
185011                   /* Deprecated */
185012                   "\013\000\001CIM_ClassifierElementUsesFilterList.Antecedent\000",
185013                   /* Override */
185014                   "\044Antecedent",
185015                   0,
185016               };
185017               
185018               static MetaReference
185019               _CIM_ClassifierFilterSet_Antecedent =
185020               {
185021                   /* flags */
185022                   META_FLAG_REFERENCE|META_FLAG_READ,
185023                   /* name */
185024                   "Antecedent",
185025                   /* qualifiers */
185026                   _CIM_ClassifierFilterSet_Antecedent_qualifiers,
185027                   /* subscript */
185028                   -1,
185029                   /* refId */
185030 mike  1.1.2.1     &__root_cimv2_CIM_FilterList,
185031               };
185032               
185033               static const char*
185034               _CIM_ClassifierFilterSet_Dependent_qualifiers[] =
185035               {
185036                   /* Deprecated */
185037                   "\013\000\001CIM_ClassifierElementUsesFilterList.Dependent\000",
185038                   /* Override */
185039                   "\044Dependent",
185040                   0,
185041               };
185042               
185043               static MetaReference
185044               _CIM_ClassifierFilterSet_Dependent =
185045               {
185046                   /* flags */
185047                   META_FLAG_REFERENCE|META_FLAG_READ,
185048                   /* name */
185049                   "Dependent",
185050                   /* qualifiers */
185051 mike  1.1.2.1     _CIM_ClassifierFilterSet_Dependent_qualifiers,
185052                   /* subscript */
185053                   -1,
185054                   /* refId */
185055                   &__root_cimv2_CIM_ClassifierService,
185056               };
185057               
185058               static const char*
185059               _CIM_ClassifierFilterSet_FilterListPosition_qualifiers[] =
185060               {
185061                   /* Deprecated */
185062                   "\013\000\001CIM_ClassifierElementInClassifierService.ClassifierOrder\000",
185063                   0,
185064               };
185065               
185066               static MetaProperty
185067               _CIM_ClassifierFilterSet_FilterListPosition =
185068               {
185069                   /* flags */
185070                   META_FLAG_PROPERTY|META_FLAG_READ,
185071                   /* name */
185072 mike  1.1.2.1     "FilterListPosition",
185073                   /* qualifiers */
185074                   _CIM_ClassifierFilterSet_FilterListPosition_qualifiers,
185075                   /* type */
185076                   CIMTYPE_UINT16,
185077                   /* subscript */
185078                   -1,
185079                   /* value */
185080                   0,
185081               };
185082               
185083               static MetaFeature*
185084               _CIM_ClassifierFilterSet_features[] =
185085               {
185086                   (MetaFeature*)&_CIM_ClassifierFilterSet_Antecedent,
185087                   (MetaFeature*)&_CIM_ClassifierFilterSet_Dependent,
185088                   (MetaFeature*)&_CIM_ClassifierFilterSet_FilterListPosition,
185089                   0,
185090               };
185091               
185092               static const char*
185093 mike  1.1.2.1 __root_cimv2_CIM_ClassifierFilterSet_qualifiers[] =
185094               {
185095                   /* ASSOCIATION */
185096                   "\000\001",
185097                   /* Deprecated */
185098                   "\013\000\002CIM_ClassifierElementUsesFilterList\000CIM_ClassifierElementInClassifierService\000",
185099                   /* UMLPackagePath */
185100                   "\057CIM::Network::QoS",
185101                   /* Version */
185102                   "\0632.7.0",
185103                   0,
185104               };
185105               
185106               MetaClass
185107               __root_cimv2_CIM_ClassifierFilterSet =
185108               {
185109                   /* flags */
185110                   META_FLAG_ASSOCIATION,
185111                   /* name */
185112                   "CIM_ClassifierFilterSet",
185113                   /* qualifiers */
185114 mike  1.1.2.1     __root_cimv2_CIM_ClassifierFilterSet_qualifiers,
185115                   /* super */
185116                   &__root_cimv2_CIM_Dependency,
185117                   /* features */
185118                   _CIM_ClassifierFilterSet_features,
185119               };
185120               
185121               //==============================================================================
185122               //
185123               // Class: CIM_ComputerSystemDMA
185124               //
185125               //==============================================================================
185126               
185127               static const char*
185128               _CIM_ComputerSystemDMA_GroupComponent_qualifiers[] =
185129               {
185130                   /* Aggregate */
185131                   "\003\001",
185132                   /* Override */
185133                   "\044GroupComponent",
185134                   /* Min */
185135 mike  1.1.2.1     "\033\000\000\000\001",
185136                   /* Max */
185137                   "\027\000\000\000\001",
185138                   0,
185139               };
185140               
185141               static MetaReference
185142               _CIM_ComputerSystemDMA_GroupComponent =
185143               {
185144                   /* flags */
185145                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185146                   /* name */
185147                   "GroupComponent",
185148                   /* qualifiers */
185149                   _CIM_ComputerSystemDMA_GroupComponent_qualifiers,
185150                   /* subscript */
185151                   -1,
185152                   /* refId */
185153                   &__root_cimv2_CIM_ComputerSystem,
185154               };
185155               
185156 mike  1.1.2.1 static const char*
185157               _CIM_ComputerSystemDMA_PartComponent_qualifiers[] =
185158               {
185159                   /* Override */
185160                   "\044PartComponent",
185161                   /* Weak */
185162                   "\064\001",
185163                   0,
185164               };
185165               
185166               static MetaReference
185167               _CIM_ComputerSystemDMA_PartComponent =
185168               {
185169                   /* flags */
185170                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185171                   /* name */
185172                   "PartComponent",
185173                   /* qualifiers */
185174                   _CIM_ComputerSystemDMA_PartComponent_qualifiers,
185175                   /* subscript */
185176                   -1,
185177 mike  1.1.2.1     /* refId */
185178                   &__root_cimv2_CIM_DMA,
185179               };
185180               
185181               static MetaFeature*
185182               _CIM_ComputerSystemDMA_features[] =
185183               {
185184                   (MetaFeature*)&_CIM_ComputerSystemDMA_GroupComponent,
185185                   (MetaFeature*)&_CIM_ComputerSystemDMA_PartComponent,
185186                   0,
185187               };
185188               
185189               static const char*
185190               __root_cimv2_CIM_ComputerSystemDMA_qualifiers[] =
185191               {
185192                   /* ASSOCIATION */
185193                   "\000\001",
185194                   /* UMLPackagePath */
185195                   "\057CIM::System::SystemResources",
185196                   /* Aggregation */
185197                   "\004\001",
185198 mike  1.1.2.1     /* Composition */
185199                   "\011\001",
185200                   /* Version */
185201                   "\0632.7.0",
185202                   0,
185203               };
185204               
185205               MetaClass
185206               __root_cimv2_CIM_ComputerSystemDMA =
185207               {
185208                   /* flags */
185209                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185210                   /* name */
185211                   "CIM_ComputerSystemDMA",
185212                   /* qualifiers */
185213                   __root_cimv2_CIM_ComputerSystemDMA_qualifiers,
185214                   /* super */
185215                   &__root_cimv2_CIM_ComputerSystemResource,
185216                   /* features */
185217                   _CIM_ComputerSystemDMA_features,
185218               };
185219 mike  1.1.2.1 
185220               //==============================================================================
185221               //
185222               // Class: CIM_ComputerSystemIRQ
185223               //
185224               //==============================================================================
185225               
185226               static const char*
185227               _CIM_ComputerSystemIRQ_GroupComponent_qualifiers[] =
185228               {
185229                   /* Aggregate */
185230                   "\003\001",
185231                   /* Override */
185232                   "\044GroupComponent",
185233                   /* Min */
185234                   "\033\000\000\000\001",
185235                   /* Max */
185236                   "\027\000\000\000\001",
185237                   0,
185238               };
185239               
185240 mike  1.1.2.1 static MetaReference
185241               _CIM_ComputerSystemIRQ_GroupComponent =
185242               {
185243                   /* flags */
185244                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185245                   /* name */
185246                   "GroupComponent",
185247                   /* qualifiers */
185248                   _CIM_ComputerSystemIRQ_GroupComponent_qualifiers,
185249                   /* subscript */
185250                   -1,
185251                   /* refId */
185252                   &__root_cimv2_CIM_ComputerSystem,
185253               };
185254               
185255               static const char*
185256               _CIM_ComputerSystemIRQ_PartComponent_qualifiers[] =
185257               {
185258                   /* Override */
185259                   "\044PartComponent",
185260                   /* Weak */
185261 mike  1.1.2.1     "\064\001",
185262                   0,
185263               };
185264               
185265               static MetaReference
185266               _CIM_ComputerSystemIRQ_PartComponent =
185267               {
185268                   /* flags */
185269                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185270                   /* name */
185271                   "PartComponent",
185272                   /* qualifiers */
185273                   _CIM_ComputerSystemIRQ_PartComponent_qualifiers,
185274                   /* subscript */
185275                   -1,
185276                   /* refId */
185277                   &__root_cimv2_CIM_IRQ,
185278               };
185279               
185280               static MetaFeature*
185281               _CIM_ComputerSystemIRQ_features[] =
185282 mike  1.1.2.1 {
185283                   (MetaFeature*)&_CIM_ComputerSystemIRQ_GroupComponent,
185284                   (MetaFeature*)&_CIM_ComputerSystemIRQ_PartComponent,
185285                   0,
185286               };
185287               
185288               static const char*
185289               __root_cimv2_CIM_ComputerSystemIRQ_qualifiers[] =
185290               {
185291                   /* ASSOCIATION */
185292                   "\000\001",
185293                   /* UMLPackagePath */
185294                   "\057CIM::System::SystemResources",
185295                   /* Aggregation */
185296                   "\004\001",
185297                   /* Composition */
185298                   "\011\001",
185299                   /* Version */
185300                   "\0632.7.0",
185301                   0,
185302               };
185303 mike  1.1.2.1 
185304               MetaClass
185305               __root_cimv2_CIM_ComputerSystemIRQ =
185306               {
185307                   /* flags */
185308                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185309                   /* name */
185310                   "CIM_ComputerSystemIRQ",
185311                   /* qualifiers */
185312                   __root_cimv2_CIM_ComputerSystemIRQ_qualifiers,
185313                   /* super */
185314                   &__root_cimv2_CIM_ComputerSystemResource,
185315                   /* features */
185316                   _CIM_ComputerSystemIRQ_features,
185317               };
185318               
185319               //==============================================================================
185320               //
185321               // Class: CIM_ComputerSystemMappedIO
185322               //
185323               //==============================================================================
185324 mike  1.1.2.1 
185325               static const char*
185326               _CIM_ComputerSystemMappedIO_GroupComponent_qualifiers[] =
185327               {
185328                   /* Aggregate */
185329                   "\003\001",
185330                   /* Override */
185331                   "\044GroupComponent",
185332                   /* Min */
185333                   "\033\000\000\000\001",
185334                   /* Max */
185335                   "\027\000\000\000\001",
185336                   0,
185337               };
185338               
185339               static MetaReference
185340               _CIM_ComputerSystemMappedIO_GroupComponent =
185341               {
185342                   /* flags */
185343                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185344                   /* name */
185345 mike  1.1.2.1     "GroupComponent",
185346                   /* qualifiers */
185347                   _CIM_ComputerSystemMappedIO_GroupComponent_qualifiers,
185348                   /* subscript */
185349                   -1,
185350                   /* refId */
185351                   &__root_cimv2_CIM_ComputerSystem,
185352               };
185353               
185354               static const char*
185355               _CIM_ComputerSystemMappedIO_PartComponent_qualifiers[] =
185356               {
185357                   /* Override */
185358                   "\044PartComponent",
185359                   /* Weak */
185360                   "\064\001",
185361                   0,
185362               };
185363               
185364               static MetaReference
185365               _CIM_ComputerSystemMappedIO_PartComponent =
185366 mike  1.1.2.1 {
185367                   /* flags */
185368                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185369                   /* name */
185370                   "PartComponent",
185371                   /* qualifiers */
185372                   _CIM_ComputerSystemMappedIO_PartComponent_qualifiers,
185373                   /* subscript */
185374                   -1,
185375                   /* refId */
185376                   &__root_cimv2_CIM_MemoryMappedIO,
185377               };
185378               
185379               static MetaFeature*
185380               _CIM_ComputerSystemMappedIO_features[] =
185381               {
185382                   (MetaFeature*)&_CIM_ComputerSystemMappedIO_GroupComponent,
185383                   (MetaFeature*)&_CIM_ComputerSystemMappedIO_PartComponent,
185384                   0,
185385               };
185386               
185387 mike  1.1.2.1 static const char*
185388               __root_cimv2_CIM_ComputerSystemMappedIO_qualifiers[] =
185389               {
185390                   /* ASSOCIATION */
185391                   "\000\001",
185392                   /* UMLPackagePath */
185393                   "\057CIM::System::SystemResources",
185394                   /* Aggregation */
185395                   "\004\001",
185396                   /* Composition */
185397                   "\011\001",
185398                   /* Version */
185399                   "\0632.7.0",
185400                   0,
185401               };
185402               
185403               MetaClass
185404               __root_cimv2_CIM_ComputerSystemMappedIO =
185405               {
185406                   /* flags */
185407                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185408 mike  1.1.2.1     /* name */
185409                   "CIM_ComputerSystemMappedIO",
185410                   /* qualifiers */
185411                   __root_cimv2_CIM_ComputerSystemMappedIO_qualifiers,
185412                   /* super */
185413                   &__root_cimv2_CIM_ComputerSystemResource,
185414                   /* features */
185415                   _CIM_ComputerSystemMappedIO_features,
185416               };
185417               
185418               //==============================================================================
185419               //
185420               // Class: CIM_CopyFileAction
185421               //
185422               //==============================================================================
185423               
185424               static const char*
185425               _CIM_CopyFileAction_Source_qualifiers[] =
185426               {
185427                   /* MaxLen */
185428                   "\030\000\000\004\000",
185429 mike  1.1.2.1     0,
185430               };
185431               
185432               static MetaProperty
185433               _CIM_CopyFileAction_Source =
185434               {
185435                   /* flags */
185436                   META_FLAG_PROPERTY|META_FLAG_READ,
185437                   /* name */
185438                   "Source",
185439                   /* qualifiers */
185440                   _CIM_CopyFileAction_Source_qualifiers,
185441                   /* type */
185442                   CIMTYPE_STRING,
185443                   /* subscript */
185444                   -1,
185445                   /* value */
185446                   0,
185447               };
185448               
185449               static const char*
185450 mike  1.1.2.1 _CIM_CopyFileAction_Destination_qualifiers[] =
185451               {
185452                   /* MaxLen */
185453                   "\030\000\000\004\000",
185454                   0,
185455               };
185456               
185457               static MetaProperty
185458               _CIM_CopyFileAction_Destination =
185459               {
185460                   /* flags */
185461                   META_FLAG_PROPERTY|META_FLAG_READ,
185462                   /* name */
185463                   "Destination",
185464                   /* qualifiers */
185465                   _CIM_CopyFileAction_Destination_qualifiers,
185466                   /* type */
185467                   CIMTYPE_STRING,
185468                   /* subscript */
185469                   -1,
185470                   /* value */
185471 mike  1.1.2.1     0,
185472               };
185473               
185474               static const char*
185475               _CIM_CopyFileAction_DeleteAfterCopy_qualifiers[] =
185476               {
185477                   0,
185478               };
185479               
185480               static MetaProperty
185481               _CIM_CopyFileAction_DeleteAfterCopy =
185482               {
185483                   /* flags */
185484                   META_FLAG_PROPERTY|META_FLAG_READ,
185485                   /* name */
185486                   "DeleteAfterCopy",
185487                   /* qualifiers */
185488                   _CIM_CopyFileAction_DeleteAfterCopy_qualifiers,
185489                   /* type */
185490                   CIMTYPE_BOOLEAN,
185491                   /* subscript */
185492 mike  1.1.2.1     -1,
185493                   /* value */
185494                   0,
185495               };
185496               
185497               static MetaFeature*
185498               _CIM_CopyFileAction_features[] =
185499               {
185500                   (MetaFeature*)&_CIM_CopyFileAction_Source,
185501                   (MetaFeature*)&_CIM_CopyFileAction_Destination,
185502                   (MetaFeature*)&_CIM_CopyFileAction_DeleteAfterCopy,
185503                   0,
185504               };
185505               
185506               static const char*
185507               __root_cimv2_CIM_CopyFileAction_qualifiers[] =
185508               {
185509                   /* UMLPackagePath */
185510                   "\057CIM::Application::CheckAction",
185511                   /* Version */
185512                   "\0632.6.0",
185513 mike  1.1.2.1     0,
185514               };
185515               
185516               MetaClass
185517               __root_cimv2_CIM_CopyFileAction =
185518               {
185519                   /* flags */
185520                   META_FLAG_CLASS,
185521                   /* name */
185522                   "CIM_CopyFileAction",
185523                   /* qualifiers */
185524                   __root_cimv2_CIM_CopyFileAction_qualifiers,
185525                   /* super */
185526                   &__root_cimv2_CIM_FileAction,
185527                   /* features */
185528                   _CIM_CopyFileAction_features,
185529               };
185530               
185531               //==============================================================================
185532               //
185533               // Class: CIM_CreateDirectoryAction
185534 mike  1.1.2.1 //
185535               //==============================================================================
185536               
185537               static MetaFeature*
185538               _CIM_CreateDirectoryAction_features[] =
185539               {
185540                   0,
185541               };
185542               
185543               static const char*
185544               __root_cimv2_CIM_CreateDirectoryAction_qualifiers[] =
185545               {
185546                   /* UMLPackagePath */
185547                   "\057CIM::Application::CheckAction",
185548                   /* Version */
185549                   "\0632.6.0",
185550                   0,
185551               };
185552               
185553               MetaClass
185554               __root_cimv2_CIM_CreateDirectoryAction =
185555 mike  1.1.2.1 {
185556                   /* flags */
185557                   META_FLAG_CLASS,
185558                   /* name */
185559                   "CIM_CreateDirectoryAction",
185560                   /* qualifiers */
185561                   __root_cimv2_CIM_CreateDirectoryAction_qualifiers,
185562                   /* super */
185563                   &__root_cimv2_CIM_DirectoryAction,
185564                   /* features */
185565                   _CIM_CreateDirectoryAction_features,
185566               };
185567               
185568               //==============================================================================
185569               //
185570               // Class: CIM_DirectorySpecificationFile
185571               //
185572               //==============================================================================
185573               
185574               static const char*
185575               _CIM_DirectorySpecificationFile_DirectorySpecification_qualifiers[] =
185576 mike  1.1.2.1 {
185577                   /* Key */
185578                   "\025\001",
185579                   /* Max */
185580                   "\027\000\000\000\001",
185581                   0,
185582               };
185583               
185584               static MetaReference
185585               _CIM_DirectorySpecificationFile_DirectorySpecification =
185586               {
185587                   /* flags */
185588                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
185589                   /* name */
185590                   "DirectorySpecification",
185591                   /* qualifiers */
185592                   _CIM_DirectorySpecificationFile_DirectorySpecification_qualifiers,
185593                   /* subscript */
185594                   -1,
185595                   /* refId */
185596                   &__root_cimv2_CIM_DirectorySpecification,
185597 mike  1.1.2.1 };
185598               
185599               static const char*
185600               _CIM_DirectorySpecificationFile_FileSpecification_qualifiers[] =
185601               {
185602                   /* Key */
185603                   "\025\001",
185604                   0,
185605               };
185606               
185607               static MetaReference
185608               _CIM_DirectorySpecificationFile_FileSpecification =
185609               {
185610                   /* flags */
185611                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
185612                   /* name */
185613                   "FileSpecification",
185614                   /* qualifiers */
185615                   _CIM_DirectorySpecificationFile_FileSpecification_qualifiers,
185616                   /* subscript */
185617                   -1,
185618 mike  1.1.2.1     /* refId */
185619                   &__root_cimv2_CIM_FileSpecification,
185620               };
185621               
185622               static MetaFeature*
185623               _CIM_DirectorySpecificationFile_features[] =
185624               {
185625                   (MetaFeature*)&_CIM_DirectorySpecificationFile_DirectorySpecification,
185626                   (MetaFeature*)&_CIM_DirectorySpecificationFile_FileSpecification,
185627                   0,
185628               };
185629               
185630               static const char*
185631               __root_cimv2_CIM_DirectorySpecificationFile_qualifiers[] =
185632               {
185633                   /* ASSOCIATION */
185634                   "\000\001",
185635                   /* UMLPackagePath */
185636                   "\057CIM::Application::CheckAction",
185637                   /* Version */
185638                   "\0632.6.0",
185639 mike  1.1.2.1     0,
185640               };
185641               
185642               MetaClass
185643               __root_cimv2_CIM_DirectorySpecificationFile =
185644               {
185645                   /* flags */
185646                   META_FLAG_ASSOCIATION,
185647                   /* name */
185648                   "CIM_DirectorySpecificationFile",
185649                   /* qualifiers */
185650                   __root_cimv2_CIM_DirectorySpecificationFile_qualifiers,
185651                   /* super */
185652                   0,
185653                   /* features */
185654                   _CIM_DirectorySpecificationFile_features,
185655               };
185656               
185657               //==============================================================================
185658               //
185659               // Class: CIM_EndpointInArea
185660 mike  1.1.2.1 //
185661               //==============================================================================
185662               
185663               static const char*
185664               _CIM_EndpointInArea_GroupComponent_qualifiers[] =
185665               {
185666                   /* Aggregate */
185667                   "\003\001",
185668                   /* Override */
185669                   "\044GroupComponent",
185670                   /* Min */
185671                   "\033\000\000\000\001",
185672                   /* Max */
185673                   "\027\000\000\000\001",
185674                   0,
185675               };
185676               
185677               static MetaReference
185678               _CIM_EndpointInArea_GroupComponent =
185679               {
185680                   /* flags */
185681 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185682                   /* name */
185683                   "GroupComponent",
185684                   /* qualifiers */
185685                   _CIM_EndpointInArea_GroupComponent_qualifiers,
185686                   /* subscript */
185687                   -1,
185688                   /* refId */
185689                   &__root_cimv2_CIM_OSPFArea,
185690               };
185691               
185692               static const char*
185693               _CIM_EndpointInArea_PartComponent_qualifiers[] =
185694               {
185695                   /* Override */
185696                   "\044PartComponent",
185697                   0,
185698               };
185699               
185700               static MetaReference
185701               _CIM_EndpointInArea_PartComponent =
185702 mike  1.1.2.1 {
185703                   /* flags */
185704                   META_FLAG_REFERENCE|META_FLAG_READ,
185705                   /* name */
185706                   "PartComponent",
185707                   /* qualifiers */
185708                   _CIM_EndpointInArea_PartComponent_qualifiers,
185709                   /* subscript */
185710                   -1,
185711                   /* refId */
185712                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
185713               };
185714               
185715               static MetaFeature*
185716               _CIM_EndpointInArea_features[] =
185717               {
185718                   (MetaFeature*)&_CIM_EndpointInArea_GroupComponent,
185719                   (MetaFeature*)&_CIM_EndpointInArea_PartComponent,
185720                   0,
185721               };
185722               
185723 mike  1.1.2.1 static const char*
185724               __root_cimv2_CIM_EndpointInArea_qualifiers[] =
185725               {
185726                   /* ASSOCIATION */
185727                   "\000\001",
185728                   /* UMLPackagePath */
185729                   "\057CIM::Network::OSPF",
185730                   /* Aggregation */
185731                   "\004\001",
185732                   /* Composition */
185733                   "\011\001",
185734                   /* Version */
185735                   "\0632.7.0",
185736                   0,
185737               };
185738               
185739               MetaClass
185740               __root_cimv2_CIM_EndpointInArea =
185741               {
185742                   /* flags */
185743                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185744 mike  1.1.2.1     /* name */
185745                   "CIM_EndpointInArea",
185746                   /* qualifiers */
185747                   __root_cimv2_CIM_EndpointInArea_qualifiers,
185748                   /* super */
185749                   &__root_cimv2_CIM_Component,
185750                   /* features */
185751                   _CIM_EndpointInArea_features,
185752               };
185753               
185754               //==============================================================================
185755               //
185756               // Class: CIM_EndpointInLink
185757               //
185758               //==============================================================================
185759               
185760               static const char*
185761               _CIM_EndpointInLink_Collection_qualifiers[] =
185762               {
185763                   /* Aggregate */
185764                   "\003\001",
185765 mike  1.1.2.1     /* Override */
185766                   "\044Collection",
185767                   /* Max */
185768                   "\027\000\000\000\001",
185769                   0,
185770               };
185771               
185772               static MetaReference
185773               _CIM_EndpointInLink_Collection =
185774               {
185775                   /* flags */
185776                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185777                   /* name */
185778                   "Collection",
185779                   /* qualifiers */
185780                   _CIM_EndpointInLink_Collection_qualifiers,
185781                   /* subscript */
185782                   -1,
185783                   /* refId */
185784                   &__root_cimv2_CIM_OSPFLink,
185785               };
185786 mike  1.1.2.1 
185787               static const char*
185788               _CIM_EndpointInLink_Member_qualifiers[] =
185789               {
185790                   /* Override */
185791                   "\044Member",
185792                   0,
185793               };
185794               
185795               static MetaReference
185796               _CIM_EndpointInLink_Member =
185797               {
185798                   /* flags */
185799                   META_FLAG_REFERENCE|META_FLAG_READ,
185800                   /* name */
185801                   "Member",
185802                   /* qualifiers */
185803                   _CIM_EndpointInLink_Member_qualifiers,
185804                   /* subscript */
185805                   -1,
185806                   /* refId */
185807 mike  1.1.2.1     &__root_cimv2_CIM_OSPFProtocolEndpointBase,
185808               };
185809               
185810               static MetaFeature*
185811               _CIM_EndpointInLink_features[] =
185812               {
185813                   (MetaFeature*)&_CIM_EndpointInLink_Collection,
185814                   (MetaFeature*)&_CIM_EndpointInLink_Member,
185815                   0,
185816               };
185817               
185818               static const char*
185819               __root_cimv2_CIM_EndpointInLink_qualifiers[] =
185820               {
185821                   /* ASSOCIATION */
185822                   "\000\001",
185823                   /* UMLPackagePath */
185824                   "\057CIM::Network::OSPF",
185825                   /* Aggregation */
185826                   "\004\001",
185827                   /* Version */
185828 mike  1.1.2.1     "\0632.7.0",
185829                   0,
185830               };
185831               
185832               MetaClass
185833               __root_cimv2_CIM_EndpointInLink =
185834               {
185835                   /* flags */
185836                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185837                   /* name */
185838                   "CIM_EndpointInLink",
185839                   /* qualifiers */
185840                   __root_cimv2_CIM_EndpointInLink_qualifiers,
185841                   /* super */
185842                   &__root_cimv2_CIM_MemberOfCollection,
185843                   /* features */
185844                   _CIM_EndpointInLink_features,
185845               };
185846               
185847               //==============================================================================
185848               //
185849 mike  1.1.2.1 // Class: CIM_FailNextScheduler
185850               //
185851               //==============================================================================
185852               
185853               static const char*
185854               _CIM_FailNextScheduler_PrecedingService_qualifiers[] =
185855               {
185856                   /* Override */
185857                   "\044PrecedingService",
185858                   0,
185859               };
185860               
185861               static MetaReference
185862               _CIM_FailNextScheduler_PrecedingService =
185863               {
185864                   /* flags */
185865                   META_FLAG_REFERENCE|META_FLAG_READ,
185866                   /* name */
185867                   "PrecedingService",
185868                   /* qualifiers */
185869                   _CIM_FailNextScheduler_PrecedingService_qualifiers,
185870 mike  1.1.2.1     /* subscript */
185871                   -1,
185872                   /* refId */
185873                   &__root_cimv2_CIM_NonWorkConservingSchedulingService,
185874               };
185875               
185876               static const char*
185877               _CIM_FailNextScheduler_FollowingService_qualifiers[] =
185878               {
185879                   /* Override */
185880                   "\044FollowingService",
185881                   /* Max */
185882                   "\027\000\000\000\001",
185883                   0,
185884               };
185885               
185886               static MetaReference
185887               _CIM_FailNextScheduler_FollowingService =
185888               {
185889                   /* flags */
185890                   META_FLAG_REFERENCE|META_FLAG_READ,
185891 mike  1.1.2.1     /* name */
185892                   "FollowingService",
185893                   /* qualifiers */
185894                   _CIM_FailNextScheduler_FollowingService_qualifiers,
185895                   /* subscript */
185896                   -1,
185897                   /* refId */
185898                   &__root_cimv2_CIM_PacketSchedulingService,
185899               };
185900               
185901               static MetaFeature*
185902               _CIM_FailNextScheduler_features[] =
185903               {
185904                   (MetaFeature*)&_CIM_FailNextScheduler_PrecedingService,
185905                   (MetaFeature*)&_CIM_FailNextScheduler_FollowingService,
185906                   0,
185907               };
185908               
185909               static const char*
185910               __root_cimv2_CIM_FailNextScheduler_qualifiers[] =
185911               {
185912 mike  1.1.2.1     /* ASSOCIATION */
185913                   "\000\001",
185914                   /* UMLPackagePath */
185915                   "\057CIM::Network::QoS",
185916                   /* Version */
185917                   "\0632.7.0",
185918                   0,
185919               };
185920               
185921               MetaClass
185922               __root_cimv2_CIM_FailNextScheduler =
185923               {
185924                   /* flags */
185925                   META_FLAG_ASSOCIATION,
185926                   /* name */
185927                   "CIM_FailNextScheduler",
185928                   /* qualifiers */
185929                   __root_cimv2_CIM_FailNextScheduler_qualifiers,
185930                   /* super */
185931                   &__root_cimv2_CIM_NextScheduler,
185932                   /* features */
185933 mike  1.1.2.1     _CIM_FailNextScheduler_features,
185934               };
185935               
185936               //==============================================================================
185937               //
185938               // Class: CIM_ForwardedRoutes
185939               //
185940               //==============================================================================
185941               
185942               static const char*
185943               _CIM_ForwardedRoutes_Antecedent_qualifiers[] =
185944               {
185945                   /* Deprecated */
185946                   "\013\000\001No value\000",
185947                   /* Override */
185948                   "\044Antecedent",
185949                   /* Min */
185950                   "\033\000\000\000\001",
185951                   /* Max */
185952                   "\027\000\000\000\001",
185953                   0,
185954 mike  1.1.2.1 };
185955               
185956               static MetaReference
185957               _CIM_ForwardedRoutes_Antecedent =
185958               {
185959                   /* flags */
185960                   META_FLAG_REFERENCE|META_FLAG_READ,
185961                   /* name */
185962                   "Antecedent",
185963                   /* qualifiers */
185964                   _CIM_ForwardedRoutes_Antecedent_qualifiers,
185965                   /* subscript */
185966                   -1,
185967                   /* refId */
185968                   &__root_cimv2_CIM_ForwardingService,
185969               };
185970               
185971               static const char*
185972               _CIM_ForwardedRoutes_Dependent_qualifiers[] =
185973               {
185974                   /* Deprecated */
185975 mike  1.1.2.1     "\013\000\001No value\000",
185976                   /* Override */
185977                   "\044Dependent",
185978                   /* Weak */
185979                   "\064\001",
185980                   0,
185981               };
185982               
185983               static MetaReference
185984               _CIM_ForwardedRoutes_Dependent =
185985               {
185986                   /* flags */
185987                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185988                   /* name */
185989                   "Dependent",
185990                   /* qualifiers */
185991                   _CIM_ForwardedRoutes_Dependent_qualifiers,
185992                   /* subscript */
185993                   -1,
185994                   /* refId */
185995                   &__root_cimv2_CIM_IPRoute,
185996 mike  1.1.2.1 };
185997               
185998               static MetaFeature*
185999               _CIM_ForwardedRoutes_features[] =
186000               {
186001                   (MetaFeature*)&_CIM_ForwardedRoutes_Antecedent,
186002                   (MetaFeature*)&_CIM_ForwardedRoutes_Dependent,
186003                   0,
186004               };
186005               
186006               static const char*
186007               __root_cimv2_CIM_ForwardedRoutes_qualifiers[] =
186008               {
186009                   /* ASSOCIATION */
186010                   "\000\001",
186011                   /* Deprecated */
186012                   "\013\000\001No value\000",
186013                   /* UMLPackagePath */
186014                   "\057CIM::Network::Routes",
186015                   /* Version */
186016                   "\0632.7.0",
186017 mike  1.1.2.1     0,
186018               };
186019               
186020               MetaClass
186021               __root_cimv2_CIM_ForwardedRoutes =
186022               {
186023                   /* flags */
186024                   META_FLAG_ASSOCIATION,
186025                   /* name */
186026                   "CIM_ForwardedRoutes",
186027                   /* qualifiers */
186028                   __root_cimv2_CIM_ForwardedRoutes_qualifiers,
186029                   /* super */
186030                   &__root_cimv2_CIM_RouteForwardedByService,
186031                   /* features */
186032                   _CIM_ForwardedRoutes_features,
186033               };
186034               
186035               //==============================================================================
186036               //
186037               // Class: CIM_IKESecretIsNamed
186038 mike  1.1.2.1 //
186039               //==============================================================================
186040               
186041               static const char*
186042               _CIM_IKESecretIsNamed_Antecedent_qualifiers[] =
186043               {
186044                   /* Override */
186045                   "\044Antecedent",
186046                   /* Min */
186047                   "\033\000\000\000\001",
186048                   /* Max */
186049                   "\027\000\000\000\001",
186050                   0,
186051               };
186052               
186053               static MetaReference
186054               _CIM_IKESecretIsNamed_Antecedent =
186055               {
186056                   /* flags */
186057                   META_FLAG_REFERENCE|META_FLAG_READ,
186058                   /* name */
186059 mike  1.1.2.1     "Antecedent",
186060                   /* qualifiers */
186061                   _CIM_IKESecretIsNamed_Antecedent_qualifiers,
186062                   /* subscript */
186063                   -1,
186064                   /* refId */
186065                   &__root_cimv2_CIM_SharedSecretService,
186066               };
186067               
186068               static const char*
186069               _CIM_IKESecretIsNamed_Dependent_qualifiers[] =
186070               {
186071                   /* Override */
186072                   "\044Dependent",
186073                   /* Weak */
186074                   "\064\001",
186075                   0,
186076               };
186077               
186078               static MetaReference
186079               _CIM_IKESecretIsNamed_Dependent =
186080 mike  1.1.2.1 {
186081                   /* flags */
186082                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186083                   /* name */
186084                   "Dependent",
186085                   /* qualifiers */
186086                   _CIM_IKESecretIsNamed_Dependent_qualifiers,
186087                   /* subscript */
186088                   -1,
186089                   /* refId */
186090                   &__root_cimv2_CIM_NamedSharedIKESecret,
186091               };
186092               
186093               static MetaFeature*
186094               _CIM_IKESecretIsNamed_features[] =
186095               {
186096                   (MetaFeature*)&_CIM_IKESecretIsNamed_Antecedent,
186097                   (MetaFeature*)&_CIM_IKESecretIsNamed_Dependent,
186098                   0,
186099               };
186100               
186101 mike  1.1.2.1 static const char*
186102               __root_cimv2_CIM_IKESecretIsNamed_qualifiers[] =
186103               {
186104                   /* ASSOCIATION */
186105                   "\000\001",
186106                   /* UMLPackagePath */
186107                   "\057CIM::User::SharedSecret",
186108                   /* Version */
186109                   "\0632.6.0",
186110                   0,
186111               };
186112               
186113               MetaClass
186114               __root_cimv2_CIM_IKESecretIsNamed =
186115               {
186116                   /* flags */
186117                   META_FLAG_ASSOCIATION,
186118                   /* name */
186119                   "CIM_IKESecretIsNamed",
186120                   /* qualifiers */
186121                   __root_cimv2_CIM_IKESecretIsNamed_qualifiers,
186122 mike  1.1.2.1     /* super */
186123                   &__root_cimv2_CIM_ManagedCredential,
186124                   /* features */
186125                   _CIM_IKESecretIsNamed_features,
186126               };
186127               
186128               //==============================================================================
186129               //
186130               // Class: CIM_InSegment
186131               //
186132               //==============================================================================
186133               
186134               static const char*
186135               _CIM_InSegment_Collection_qualifiers[] =
186136               {
186137                   /* Deprecated */
186138                   "\013\000\001CIM_MemberOfCollection.Collection\000",
186139                   /* Aggregate */
186140                   "\003\001",
186141                   /* Override */
186142                   "\044Collection",
186143 mike  1.1.2.1     /* Max */
186144                   "\027\000\000\000\001",
186145                   0,
186146               };
186147               
186148               static MetaReference
186149               _CIM_InSegment_Collection =
186150               {
186151                   /* flags */
186152                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
186153                   /* name */
186154                   "Collection",
186155                   /* qualifiers */
186156                   _CIM_InSegment_Collection_qualifiers,
186157                   /* subscript */
186158                   -1,
186159                   /* refId */
186160                   &__root_cimv2_CIM_LANSegment,
186161               };
186162               
186163               static const char*
186164 mike  1.1.2.1 _CIM_InSegment_Member_qualifiers[] =
186165               {
186166                   /* Deprecated */
186167                   "\013\000\001CIM_MemberOfCollection.Member\000",
186168                   /* Override */
186169                   "\044Member",
186170                   0,
186171               };
186172               
186173               static MetaReference
186174               _CIM_InSegment_Member =
186175               {
186176                   /* flags */
186177                   META_FLAG_REFERENCE|META_FLAG_READ,
186178                   /* name */
186179                   "Member",
186180                   /* qualifiers */
186181                   _CIM_InSegment_Member_qualifiers,
186182                   /* subscript */
186183                   -1,
186184                   /* refId */
186185 mike  1.1.2.1     &__root_cimv2_CIM_LANEndpoint,
186186               };
186187               
186188               static MetaFeature*
186189               _CIM_InSegment_features[] =
186190               {
186191                   (MetaFeature*)&_CIM_InSegment_Collection,
186192                   (MetaFeature*)&_CIM_InSegment_Member,
186193                   0,
186194               };
186195               
186196               static const char*
186197               __root_cimv2_CIM_InSegment_qualifiers[] =
186198               {
186199                   /* ASSOCIATION */
186200                   "\000\001",
186201                   /* Deprecated */
186202                   "\013\000\001CIM_MemberOfCollection\000",
186203                   /* UMLPackagePath */
186204                   "\057CIM::Network::ProtocolEndpoints",
186205                   /* Aggregation */
186206 mike  1.1.2.1     "\004\001",
186207                   /* Version */
186208                   "\0632.7.0",
186209                   0,
186210               };
186211               
186212               MetaClass
186213               __root_cimv2_CIM_InSegment =
186214               {
186215                   /* flags */
186216                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
186217                   /* name */
186218                   "CIM_InSegment",
186219                   /* qualifiers */
186220                   __root_cimv2_CIM_InSegment_qualifiers,
186221                   /* super */
186222                   &__root_cimv2_CIM_InLogicalNetwork,
186223                   /* features */
186224                   _CIM_InSegment_features,
186225               };
186226               
186227 mike  1.1.2.1 //==============================================================================
186228               //
186229               // Class: CIM_J2eeConnectionFactoryAvailableToJCAResource
186230               //
186231               //==============================================================================
186232               
186233               static const char*
186234               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent_qualifiers[] =
186235               {
186236                   /* Override */
186237                   "\044Dependent",
186238                   /* Min */
186239                   "\033\000\000\000\001",
186240                   /* Max */
186241                   "\027\000\000\000\001",
186242                   0,
186243               };
186244               
186245               static MetaReference
186246               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent =
186247               {
186248 mike  1.1.2.1     /* flags */
186249                   META_FLAG_REFERENCE|META_FLAG_READ,
186250                   /* name */
186251                   "Dependent",
186252                   /* qualifiers */
186253                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent_qualifiers,
186254                   /* subscript */
186255                   -1,
186256                   /* refId */
186257                   &__root_cimv2_CIM_J2eeJCAResource,
186258               };
186259               
186260               static const char*
186261               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent_qualifiers[] =
186262               {
186263                   /* Override */
186264                   "\044Antecedent",
186265                   /* Min */
186266                   "\033\000\000\000\001",
186267                   0,
186268               };
186269 mike  1.1.2.1 
186270               static MetaReference
186271               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent =
186272               {
186273                   /* flags */
186274                   META_FLAG_REFERENCE|META_FLAG_READ,
186275                   /* name */
186276                   "Antecedent",
186277                   /* qualifiers */
186278                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent_qualifiers,
186279                   /* subscript */
186280                   -1,
186281                   /* refId */
186282                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
186283               };
186284               
186285               static MetaFeature*
186286               _CIM_J2eeConnectionFactoryAvailableToJCAResource_features[] =
186287               {
186288                   (MetaFeature*)&_CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent,
186289                   (MetaFeature*)&_CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent,
186290 mike  1.1.2.1     0,
186291               };
186292               
186293               static const char*
186294               __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource_qualifiers[] =
186295               {
186296                   /* ASSOCIATION */
186297                   "\000\001",
186298                   /* UMLPackagePath */
186299                   "\057CIM::Application::J2eeAppServer",
186300                   /* Version */
186301                   "\0632.8.0",
186302                   0,
186303               };
186304               
186305               MetaClass
186306               __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource =
186307               {
186308                   /* flags */
186309                   META_FLAG_ASSOCIATION,
186310                   /* name */
186311 mike  1.1.2.1     "CIM_J2eeConnectionFactoryAvailableToJCAResource",
186312                   /* qualifiers */
186313                   __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource_qualifiers,
186314                   /* super */
186315                   &__root_cimv2_CIM_HostedDependency,
186316                   /* features */
186317                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_features,
186318               };
186319               
186320               //==============================================================================
186321               //
186322               // Class: CIM_J2eeEJBInModule
186323               //
186324               //==============================================================================
186325               
186326               static const char*
186327               _CIM_J2eeEJBInModule_GroupComponent_qualifiers[] =
186328               {
186329                   /* Aggregate */
186330                   "\003\001",
186331                   /* Override */
186332 mike  1.1.2.1     "\044GroupComponent",
186333                   /* Min */
186334                   "\033\000\000\000\001",
186335                   /* Max */
186336                   "\027\000\000\000\001",
186337                   0,
186338               };
186339               
186340               static MetaReference
186341               _CIM_J2eeEJBInModule_GroupComponent =
186342               {
186343                   /* flags */
186344                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
186345                   /* name */
186346                   "GroupComponent",
186347                   /* qualifiers */
186348                   _CIM_J2eeEJBInModule_GroupComponent_qualifiers,
186349                   /* subscript */
186350                   -1,
186351                   /* refId */
186352                   &__root_cimv2_CIM_J2eeEJBModule,
186353 mike  1.1.2.1 };
186354               
186355               static const char*
186356               _CIM_J2eeEJBInModule_PartComponent_qualifiers[] =
186357               {
186358                   /* Override */
186359                   "\044PartComponent",
186360                   /* Min */
186361                   "\033\000\000\000\001",
186362                   0,
186363               };
186364               
186365               static MetaReference
186366               _CIM_J2eeEJBInModule_PartComponent =
186367               {
186368                   /* flags */
186369                   META_FLAG_REFERENCE|META_FLAG_READ,
186370                   /* name */
186371                   "PartComponent",
186372                   /* qualifiers */
186373                   _CIM_J2eeEJBInModule_PartComponent_qualifiers,
186374 mike  1.1.2.1     /* subscript */
186375                   -1,
186376                   /* refId */
186377                   &__root_cimv2_CIM_J2eeEJB,
186378               };
186379               
186380               static MetaFeature*
186381               _CIM_J2eeEJBInModule_features[] =
186382               {
186383                   (MetaFeature*)&_CIM_J2eeEJBInModule_GroupComponent,
186384                   (MetaFeature*)&_CIM_J2eeEJBInModule_PartComponent,
186385                   0,
186386               };
186387               
186388               static const char*
186389               __root_cimv2_CIM_J2eeEJBInModule_qualifiers[] =
186390               {
186391                   /* ASSOCIATION */
186392                   "\000\001",
186393                   /* UMLPackagePath */
186394                   "\057CIM::Application::J2eeAppServer",
186395 mike  1.1.2.1     /* Aggregation */
186396                   "\004\001",
186397                   /* Version */
186398                   "\0632.8.0",
186399                   0,
186400               };
186401               
186402               MetaClass
186403               __root_cimv2_CIM_J2eeEJBInModule =
186404               {
186405                   /* flags */
186406                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
186407                   /* name */
186408                   "CIM_J2eeEJBInModule",
186409                   /* qualifiers */
186410                   __root_cimv2_CIM_J2eeEJBInModule_qualifiers,
186411                   /* super */
186412                   &__root_cimv2_CIM_ServiceComponent,
186413                   /* features */
186414                   _CIM_J2eeEJBInModule_features,
186415               };
186416 mike  1.1.2.1 
186417               //==============================================================================
186418               //
186419               // Class: CIM_KDCIssuesKerberosTicket
186420               //
186421               //==============================================================================
186422               
186423               static const char*
186424               _CIM_KDCIssuesKerberosTicket_Antecedent_qualifiers[] =
186425               {
186426                   /* Override */
186427                   "\044Antecedent",
186428                   /* Min */
186429                   "\033\000\000\000\001",
186430                   /* Max */
186431                   "\027\000\000\000\001",
186432                   0,
186433               };
186434               
186435               static MetaReference
186436               _CIM_KDCIssuesKerberosTicket_Antecedent =
186437 mike  1.1.2.1 {
186438                   /* flags */
186439                   META_FLAG_REFERENCE|META_FLAG_READ,
186440                   /* name */
186441                   "Antecedent",
186442                   /* qualifiers */
186443                   _CIM_KDCIssuesKerberosTicket_Antecedent_qualifiers,
186444                   /* subscript */
186445                   -1,
186446                   /* refId */
186447                   &__root_cimv2_CIM_KerberosKeyDistributionCenter,
186448               };
186449               
186450               static const char*
186451               _CIM_KDCIssuesKerberosTicket_Dependent_qualifiers[] =
186452               {
186453                   /* Override */
186454                   "\044Dependent",
186455                   /* Weak */
186456                   "\064\001",
186457                   0,
186458 mike  1.1.2.1 };
186459               
186460               static MetaReference
186461               _CIM_KDCIssuesKerberosTicket_Dependent =
186462               {
186463                   /* flags */
186464                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186465                   /* name */
186466                   "Dependent",
186467                   /* qualifiers */
186468                   _CIM_KDCIssuesKerberosTicket_Dependent_qualifiers,
186469                   /* subscript */
186470                   -1,
186471                   /* refId */
186472                   &__root_cimv2_CIM_KerberosTicket,
186473               };
186474               
186475               static MetaFeature*
186476               _CIM_KDCIssuesKerberosTicket_features[] =
186477               {
186478                   (MetaFeature*)&_CIM_KDCIssuesKerberosTicket_Antecedent,
186479 mike  1.1.2.1     (MetaFeature*)&_CIM_KDCIssuesKerberosTicket_Dependent,
186480                   0,
186481               };
186482               
186483               static const char*
186484               __root_cimv2_CIM_KDCIssuesKerberosTicket_qualifiers[] =
186485               {
186486                   /* ASSOCIATION */
186487                   "\000\001",
186488                   /* UMLPackagePath */
186489                   "\057CIM::User::Kerberos",
186490                   /* Version */
186491                   "\0632.6.0",
186492                   0,
186493               };
186494               
186495               MetaClass
186496               __root_cimv2_CIM_KDCIssuesKerberosTicket =
186497               {
186498                   /* flags */
186499                   META_FLAG_ASSOCIATION,
186500 mike  1.1.2.1     /* name */
186501                   "CIM_KDCIssuesKerberosTicket",
186502                   /* qualifiers */
186503                   __root_cimv2_CIM_KDCIssuesKerberosTicket_qualifiers,
186504                   /* super */
186505                   &__root_cimv2_CIM_ManagedCredential,
186506                   /* features */
186507                   _CIM_KDCIssuesKerberosTicket_features,
186508               };
186509               
186510               //==============================================================================
186511               //
186512               // Class: CIM_LocallyManagedPublicKey
186513               //
186514               //==============================================================================
186515               
186516               static const char*
186517               _CIM_LocallyManagedPublicKey_Antecedent_qualifiers[] =
186518               {
186519                   /* Override */
186520                   "\044Antecedent",
186521 mike  1.1.2.1     /* Min */
186522                   "\033\000\000\000\001",
186523                   /* Max */
186524                   "\027\000\000\000\001",
186525                   0,
186526               };
186527               
186528               static MetaReference
186529               _CIM_LocallyManagedPublicKey_Antecedent =
186530               {
186531                   /* flags */
186532                   META_FLAG_REFERENCE|META_FLAG_READ,
186533                   /* name */
186534                   "Antecedent",
186535                   /* qualifiers */
186536                   _CIM_LocallyManagedPublicKey_Antecedent_qualifiers,
186537                   /* subscript */
186538                   -1,
186539                   /* refId */
186540                   &__root_cimv2_CIM_PublicKeyManagementService,
186541               };
186542 mike  1.1.2.1 
186543               static const char*
186544               _CIM_LocallyManagedPublicKey_Dependent_qualifiers[] =
186545               {
186546                   /* Override */
186547                   "\044Dependent",
186548                   /* Weak */
186549                   "\064\001",
186550                   0,
186551               };
186552               
186553               static MetaReference
186554               _CIM_LocallyManagedPublicKey_Dependent =
186555               {
186556                   /* flags */
186557                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186558                   /* name */
186559                   "Dependent",
186560                   /* qualifiers */
186561                   _CIM_LocallyManagedPublicKey_Dependent_qualifiers,
186562                   /* subscript */
186563 mike  1.1.2.1     -1,
186564                   /* refId */
186565                   &__root_cimv2_CIM_UnsignedPublicKey,
186566               };
186567               
186568               static MetaFeature*
186569               _CIM_LocallyManagedPublicKey_features[] =
186570               {
186571                   (MetaFeature*)&_CIM_LocallyManagedPublicKey_Antecedent,
186572                   (MetaFeature*)&_CIM_LocallyManagedPublicKey_Dependent,
186573                   0,
186574               };
186575               
186576               static const char*
186577               __root_cimv2_CIM_LocallyManagedPublicKey_qualifiers[] =
186578               {
186579                   /* ASSOCIATION */
186580                   "\000\001",
186581                   /* UMLPackagePath */
186582                   "\057CIM::User::PublicKey",
186583                   /* Version */
186584 mike  1.1.2.1     "\0632.6.0",
186585                   0,
186586               };
186587               
186588               MetaClass
186589               __root_cimv2_CIM_LocallyManagedPublicKey =
186590               {
186591                   /* flags */
186592                   META_FLAG_ASSOCIATION,
186593                   /* name */
186594                   "CIM_LocallyManagedPublicKey",
186595                   /* qualifiers */
186596                   __root_cimv2_CIM_LocallyManagedPublicKey_qualifiers,
186597                   /* super */
186598                   &__root_cimv2_CIM_ManagedCredential,
186599                   /* features */
186600                   _CIM_LocallyManagedPublicKey_features,
186601               };
186602               
186603               //==============================================================================
186604               //
186605 mike  1.1.2.1 // Class: CIM_NextServiceAfterClassifierElement
186606               //
186607               //==============================================================================
186608               
186609               static const char*
186610               _CIM_NextServiceAfterClassifierElement_PrecedingService_qualifiers[] =
186611               {
186612                   /* Override */
186613                   "\044PrecedingService",
186614                   0,
186615               };
186616               
186617               static MetaReference
186618               _CIM_NextServiceAfterClassifierElement_PrecedingService =
186619               {
186620                   /* flags */
186621                   META_FLAG_REFERENCE|META_FLAG_READ,
186622                   /* name */
186623                   "PrecedingService",
186624                   /* qualifiers */
186625                   _CIM_NextServiceAfterClassifierElement_PrecedingService_qualifiers,
186626 mike  1.1.2.1     /* subscript */
186627                   -1,
186628                   /* refId */
186629                   &__root_cimv2_CIM_ClassifierElement,
186630               };
186631               
186632               static const char*
186633               _CIM_NextServiceAfterClassifierElement_FollowingService_qualifiers[] =
186634               {
186635                   /* Override */
186636                   "\044FollowingService",
186637                   /* Min */
186638                   "\033\000\000\000\001",
186639                   /* Max */
186640                   "\027\000\000\000\001",
186641                   0,
186642               };
186643               
186644               static MetaReference
186645               _CIM_NextServiceAfterClassifierElement_FollowingService =
186646               {
186647 mike  1.1.2.1     /* flags */
186648                   META_FLAG_REFERENCE|META_FLAG_READ,
186649                   /* name */
186650                   "FollowingService",
186651                   /* qualifiers */
186652                   _CIM_NextServiceAfterClassifierElement_FollowingService_qualifiers,
186653                   /* subscript */
186654                   -1,
186655                   /* refId */
186656                   &__root_cimv2_CIM_ConditioningService,
186657               };
186658               
186659               static MetaFeature*
186660               _CIM_NextServiceAfterClassifierElement_features[] =
186661               {
186662                   (MetaFeature*)&_CIM_NextServiceAfterClassifierElement_PrecedingService,
186663                   (MetaFeature*)&_CIM_NextServiceAfterClassifierElement_FollowingService,
186664                   0,
186665               };
186666               
186667               static const char*
186668 mike  1.1.2.1 __root_cimv2_CIM_NextServiceAfterClassifierElement_qualifiers[] =
186669               {
186670                   /* ASSOCIATION */
186671                   "\000\001",
186672                   /* UMLPackagePath */
186673                   "\057CIM::Network::QoS",
186674                   /* Version */
186675                   "\0632.7.0",
186676                   0,
186677               };
186678               
186679               MetaClass
186680               __root_cimv2_CIM_NextServiceAfterClassifierElement =
186681               {
186682                   /* flags */
186683                   META_FLAG_ASSOCIATION,
186684                   /* name */
186685                   "CIM_NextServiceAfterClassifierElement",
186686                   /* qualifiers */
186687                   __root_cimv2_CIM_NextServiceAfterClassifierElement_qualifiers,
186688                   /* super */
186689 mike  1.1.2.1     &__root_cimv2_CIM_NextService,
186690                   /* features */
186691                   _CIM_NextServiceAfterClassifierElement_features,
186692               };
186693               
186694               //==============================================================================
186695               //
186696               // Class: CIM_OSPFProtocolEndpoint
186697               //
186698               //==============================================================================
186699               
186700               static const char*
186701               _CIM_OSPFProtocolEndpoint_Priority_qualifiers[] =
186702               {
186703                   /* MappingStrings */
186704                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRtrPriority\000",
186705                   0,
186706               };
186707               
186708               static MetaProperty
186709               _CIM_OSPFProtocolEndpoint_Priority =
186710 mike  1.1.2.1 {
186711                   /* flags */
186712                   META_FLAG_PROPERTY|META_FLAG_READ,
186713                   /* name */
186714                   "Priority",
186715                   /* qualifiers */
186716                   _CIM_OSPFProtocolEndpoint_Priority_qualifiers,
186717                   /* type */
186718                   CIMTYPE_UINT8,
186719                   /* subscript */
186720                   -1,
186721                   /* value */
186722                   0,
186723               };
186724               
186725               static const char*
186726               _CIM_OSPFProtocolEndpoint_PollInterval_qualifiers[] =
186727               {
186728                   /* Units */
186729                   "\060Seconds",
186730                   /* MappingStrings */
186731 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfIfPollInterval\000",
186732                   0,
186733               };
186734               
186735               static MetaProperty
186736               _CIM_OSPFProtocolEndpoint_PollInterval =
186737               {
186738                   /* flags */
186739                   META_FLAG_PROPERTY|META_FLAG_READ,
186740                   /* name */
186741                   "PollInterval",
186742                   /* qualifiers */
186743                   _CIM_OSPFProtocolEndpoint_PollInterval_qualifiers,
186744                   /* type */
186745                   CIMTYPE_UINT16,
186746                   /* subscript */
186747                   -1,
186748                   /* value */
186749                   0,
186750               };
186751               
186752 mike  1.1.2.1 static const char*
186753               _CIM_OSPFProtocolEndpoint_Cost_qualifiers[] =
186754               {
186755                   /* MappingStrings */
186756                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfMetricStatus\000",
186757                   0,
186758               };
186759               
186760               static MetaProperty
186761               _CIM_OSPFProtocolEndpoint_Cost =
186762               {
186763                   /* flags */
186764                   META_FLAG_PROPERTY|META_FLAG_READ,
186765                   /* name */
186766                   "Cost",
186767                   /* qualifiers */
186768                   _CIM_OSPFProtocolEndpoint_Cost_qualifiers,
186769                   /* type */
186770                   CIMTYPE_UINT16,
186771                   /* subscript */
186772                   -1,
186773 mike  1.1.2.1     /* value */
186774                   0,
186775               };
186776               
186777               static const char*
186778               _CIM_OSPFProtocolEndpoint_IfDemand_qualifiers[] =
186779               {
186780                   /* MappingStrings */
186781                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfDemand\000",
186782                   0,
186783               };
186784               
186785               static MetaProperty
186786               _CIM_OSPFProtocolEndpoint_IfDemand =
186787               {
186788                   /* flags */
186789                   META_FLAG_PROPERTY|META_FLAG_READ,
186790                   /* name */
186791                   "IfDemand",
186792                   /* qualifiers */
186793                   _CIM_OSPFProtocolEndpoint_IfDemand_qualifiers,
186794 mike  1.1.2.1     /* type */
186795                   CIMTYPE_BOOLEAN,
186796                   /* subscript */
186797                   -1,
186798                   /* value */
186799                   0,
186800               };
186801               
186802               static MetaFeature*
186803               _CIM_OSPFProtocolEndpoint_features[] =
186804               {
186805                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_Priority,
186806                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_PollInterval,
186807                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_Cost,
186808                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_IfDemand,
186809                   0,
186810               };
186811               
186812               static const char*
186813               __root_cimv2_CIM_OSPFProtocolEndpoint_qualifiers[] =
186814               {
186815 mike  1.1.2.1     /* UMLPackagePath */
186816                   "\057CIM::Network::ProtocolEndpoints",
186817                   /* Version */
186818                   "\0632.7.0",
186819                   0,
186820               };
186821               
186822               MetaClass
186823               __root_cimv2_CIM_OSPFProtocolEndpoint =
186824               {
186825                   /* flags */
186826                   META_FLAG_CLASS,
186827                   /* name */
186828                   "CIM_OSPFProtocolEndpoint",
186829                   /* qualifiers */
186830                   __root_cimv2_CIM_OSPFProtocolEndpoint_qualifiers,
186831                   /* super */
186832                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
186833                   /* features */
186834                   _CIM_OSPFProtocolEndpoint_features,
186835               };
186836 mike  1.1.2.1 
186837               //==============================================================================
186838               //
186839               // Class: CIM_RelatedSpanningTree
186840               //
186841               //==============================================================================
186842               
186843               static const char*
186844               _CIM_RelatedSpanningTree_Antecedent_qualifiers[] =
186845               {
186846                   /* Override */
186847                   "\044Antecedent",
186848                   0,
186849               };
186850               
186851               static MetaReference
186852               _CIM_RelatedSpanningTree_Antecedent =
186853               {
186854                   /* flags */
186855                   META_FLAG_REFERENCE|META_FLAG_READ,
186856                   /* name */
186857 mike  1.1.2.1     "Antecedent",
186858                   /* qualifiers */
186859                   _CIM_RelatedSpanningTree_Antecedent_qualifiers,
186860                   /* subscript */
186861                   -1,
186862                   /* refId */
186863                   &__root_cimv2_CIM_TransparentBridgingService,
186864               };
186865               
186866               static const char*
186867               _CIM_RelatedSpanningTree_Dependent_qualifiers[] =
186868               {
186869                   /* Override */
186870                   "\044Dependent",
186871                   /* Max */
186872                   "\027\000\000\000\001",
186873                   0,
186874               };
186875               
186876               static MetaReference
186877               _CIM_RelatedSpanningTree_Dependent =
186878 mike  1.1.2.1 {
186879                   /* flags */
186880                   META_FLAG_REFERENCE|META_FLAG_READ,
186881                   /* name */
186882                   "Dependent",
186883                   /* qualifiers */
186884                   _CIM_RelatedSpanningTree_Dependent_qualifiers,
186885                   /* subscript */
186886                   -1,
186887                   /* refId */
186888                   &__root_cimv2_CIM_SpanningTreeService,
186889               };
186890               
186891               static MetaFeature*
186892               _CIM_RelatedSpanningTree_features[] =
186893               {
186894                   (MetaFeature*)&_CIM_RelatedSpanningTree_Antecedent,
186895                   (MetaFeature*)&_CIM_RelatedSpanningTree_Dependent,
186896                   0,
186897               };
186898               
186899 mike  1.1.2.1 static const char*
186900               __root_cimv2_CIM_RelatedSpanningTree_qualifiers[] =
186901               {
186902                   /* ASSOCIATION */
186903                   "\000\001",
186904                   /* UMLPackagePath */
186905                   "\057CIM::Network::SwitchingBridging",
186906                   /* Version */
186907                   "\0632.7.0",
186908                   0,
186909               };
186910               
186911               MetaClass
186912               __root_cimv2_CIM_RelatedSpanningTree =
186913               {
186914                   /* flags */
186915                   META_FLAG_ASSOCIATION,
186916                   /* name */
186917                   "CIM_RelatedSpanningTree",
186918                   /* qualifiers */
186919                   __root_cimv2_CIM_RelatedSpanningTree_qualifiers,
186920 mike  1.1.2.1     /* super */
186921                   &__root_cimv2_CIM_ServiceServiceDependency,
186922                   /* features */
186923                   _CIM_RelatedSpanningTree_features,
186924               };
186925               
186926               //==============================================================================
186927               //
186928               // Class: CIM_RelatedTransparentBridgingService
186929               //
186930               //==============================================================================
186931               
186932               static const char*
186933               _CIM_RelatedTransparentBridgingService_Antecedent_qualifiers[] =
186934               {
186935                   /* Deprecated */
186936                   "\013\000\001No Value\000",
186937                   /* Override */
186938                   "\044Antecedent",
186939                   0,
186940               };
186941 mike  1.1.2.1 
186942               static MetaReference
186943               _CIM_RelatedTransparentBridgingService_Antecedent =
186944               {
186945                   /* flags */
186946                   META_FLAG_REFERENCE|META_FLAG_READ,
186947                   /* name */
186948                   "Antecedent",
186949                   /* qualifiers */
186950                   _CIM_RelatedTransparentBridgingService_Antecedent_qualifiers,
186951                   /* subscript */
186952                   -1,
186953                   /* refId */
186954                   &__root_cimv2_CIM_VLAN,
186955               };
186956               
186957               static const char*
186958               _CIM_RelatedTransparentBridgingService_Dependent_qualifiers[] =
186959               {
186960                   /* Deprecated */
186961                   "\013\000\001No Value\000",
186962 mike  1.1.2.1     /* Override */
186963                   "\044Dependent",
186964                   0,
186965               };
186966               
186967               static MetaReference
186968               _CIM_RelatedTransparentBridgingService_Dependent =
186969               {
186970                   /* flags */
186971                   META_FLAG_REFERENCE|META_FLAG_READ,
186972                   /* name */
186973                   "Dependent",
186974                   /* qualifiers */
186975                   _CIM_RelatedTransparentBridgingService_Dependent_qualifiers,
186976                   /* subscript */
186977                   -1,
186978                   /* refId */
186979                   &__root_cimv2_CIM_TransparentBridgingService,
186980               };
186981               
186982               static MetaFeature*
186983 mike  1.1.2.1 _CIM_RelatedTransparentBridgingService_features[] =
186984               {
186985                   (MetaFeature*)&_CIM_RelatedTransparentBridgingService_Antecedent,
186986                   (MetaFeature*)&_CIM_RelatedTransparentBridgingService_Dependent,
186987                   0,
186988               };
186989               
186990               static const char*
186991               __root_cimv2_CIM_RelatedTransparentBridgingService_qualifiers[] =
186992               {
186993                   /* ASSOCIATION */
186994                   "\000\001",
186995                   /* Deprecated */
186996                   "\013\000\001No Value\000",
186997                   /* UMLPackagePath */
186998                   "\057CIM::Network::VLAN",
186999                   /* Version */
187000                   "\0632.8.0",
187001                   0,
187002               };
187003               
187004 mike  1.1.2.1 MetaClass
187005               __root_cimv2_CIM_RelatedTransparentBridgingService =
187006               {
187007                   /* flags */
187008                   META_FLAG_ASSOCIATION,
187009                   /* name */
187010                   "CIM_RelatedTransparentBridgingService",
187011                   /* qualifiers */
187012                   __root_cimv2_CIM_RelatedTransparentBridgingService_qualifiers,
187013                   /* super */
187014                   &__root_cimv2_CIM_ServiceSAPDependency,
187015                   /* features */
187016                   _CIM_RelatedTransparentBridgingService_features,
187017               };
187018               
187019               //==============================================================================
187020               //
187021               // Class: CIM_SharedSecretIsShared
187022               //
187023               //==============================================================================
187024               
187025 mike  1.1.2.1 static const char*
187026               _CIM_SharedSecretIsShared_Antecedent_qualifiers[] =
187027               {
187028                   /* Override */
187029                   "\044Antecedent",
187030                   /* Min */
187031                   "\033\000\000\000\001",
187032                   /* Max */
187033                   "\027\000\000\000\001",
187034                   0,
187035               };
187036               
187037               static MetaReference
187038               _CIM_SharedSecretIsShared_Antecedent =
187039               {
187040                   /* flags */
187041                   META_FLAG_REFERENCE|META_FLAG_READ,
187042                   /* name */
187043                   "Antecedent",
187044                   /* qualifiers */
187045                   _CIM_SharedSecretIsShared_Antecedent_qualifiers,
187046 mike  1.1.2.1     /* subscript */
187047                   -1,
187048                   /* refId */
187049                   &__root_cimv2_CIM_SharedSecretService,
187050               };
187051               
187052               static const char*
187053               _CIM_SharedSecretIsShared_Dependent_qualifiers[] =
187054               {
187055                   /* Override */
187056                   "\044Dependent",
187057                   /* Weak */
187058                   "\064\001",
187059                   0,
187060               };
187061               
187062               static MetaReference
187063               _CIM_SharedSecretIsShared_Dependent =
187064               {
187065                   /* flags */
187066                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187067 mike  1.1.2.1     /* name */
187068                   "Dependent",
187069                   /* qualifiers */
187070                   _CIM_SharedSecretIsShared_Dependent_qualifiers,
187071                   /* subscript */
187072                   -1,
187073                   /* refId */
187074                   &__root_cimv2_CIM_SharedSecret,
187075               };
187076               
187077               static MetaFeature*
187078               _CIM_SharedSecretIsShared_features[] =
187079               {
187080                   (MetaFeature*)&_CIM_SharedSecretIsShared_Antecedent,
187081                   (MetaFeature*)&_CIM_SharedSecretIsShared_Dependent,
187082                   0,
187083               };
187084               
187085               static const char*
187086               __root_cimv2_CIM_SharedSecretIsShared_qualifiers[] =
187087               {
187088 mike  1.1.2.1     /* ASSOCIATION */
187089                   "\000\001",
187090                   /* UMLPackagePath */
187091                   "\057CIM::User::SharedSecret",
187092                   /* Version */
187093                   "\0632.6.0",
187094                   0,
187095               };
187096               
187097               MetaClass
187098               __root_cimv2_CIM_SharedSecretIsShared =
187099               {
187100                   /* flags */
187101                   META_FLAG_ASSOCIATION,
187102                   /* name */
187103                   "CIM_SharedSecretIsShared",
187104                   /* qualifiers */
187105                   __root_cimv2_CIM_SharedSecretIsShared_qualifiers,
187106                   /* super */
187107                   &__root_cimv2_CIM_ManagedCredential,
187108                   /* features */
187109 mike  1.1.2.1     _CIM_SharedSecretIsShared_features,
187110               };
187111               
187112               //==============================================================================
187113               //
187114               // Class: CIM_Switchable
187115               //
187116               //==============================================================================
187117               
187118               static const char*
187119               _CIM_Switchable_Antecedent_qualifiers[] =
187120               {
187121                   /* Deprecated */
187122                   "\013\000\001CIM_EndpointIdentity.SystemElement\000",
187123                   /* Override */
187124                   "\044Antecedent",
187125                   /* Max */
187126                   "\027\000\000\000\001",
187127                   0,
187128               };
187129               
187130 mike  1.1.2.1 static MetaReference
187131               _CIM_Switchable_Antecedent =
187132               {
187133                   /* flags */
187134                   META_FLAG_REFERENCE|META_FLAG_READ,
187135                   /* name */
187136                   "Antecedent",
187137                   /* qualifiers */
187138                   _CIM_Switchable_Antecedent_qualifiers,
187139                   /* subscript */
187140                   -1,
187141                   /* refId */
187142                   &__root_cimv2_CIM_LANEndpoint,
187143               };
187144               
187145               static const char*
187146               _CIM_Switchable_Dependent_qualifiers[] =
187147               {
187148                   /* Deprecated */
187149                   "\013\000\001CIM_EndpointIdentity.SameElement\000",
187150                   /* Override */
187151 mike  1.1.2.1     "\044Dependent",
187152                   /* Max */
187153                   "\027\000\000\000\001",
187154                   0,
187155               };
187156               
187157               static MetaReference
187158               _CIM_Switchable_Dependent =
187159               {
187160                   /* flags */
187161                   META_FLAG_REFERENCE|META_FLAG_READ,
187162                   /* name */
187163                   "Dependent",
187164                   /* qualifiers */
187165                   _CIM_Switchable_Dependent_qualifiers,
187166                   /* subscript */
187167                   -1,
187168                   /* refId */
187169                   &__root_cimv2_CIM_SwitchPort,
187170               };
187171               
187172 mike  1.1.2.1 static MetaFeature*
187173               _CIM_Switchable_features[] =
187174               {
187175                   (MetaFeature*)&_CIM_Switchable_Antecedent,
187176                   (MetaFeature*)&_CIM_Switchable_Dependent,
187177                   0,
187178               };
187179               
187180               static const char*
187181               __root_cimv2_CIM_Switchable_qualifiers[] =
187182               {
187183                   /* ASSOCIATION */
187184                   "\000\001",
187185                   /* Deprecated */
187186                   "\013\000\001CIM_EndpointIdentity\000",
187187                   /* UMLPackagePath */
187188                   "\057CIM::Network::SwitchingBridging",
187189                   /* Version */
187190                   "\0632.7.0",
187191                   0,
187192               };
187193 mike  1.1.2.1 
187194               MetaClass
187195               __root_cimv2_CIM_Switchable =
187196               {
187197                   /* flags */
187198                   META_FLAG_ASSOCIATION,
187199                   /* name */
187200                   "CIM_Switchable",
187201                   /* qualifiers */
187202                   __root_cimv2_CIM_Switchable_qualifiers,
187203                   /* super */
187204                   &__root_cimv2_CIM_BindsToLANEndpoint,
187205                   /* features */
187206                   _CIM_Switchable_features,
187207               };
187208               
187209               //==============================================================================
187210               //
187211               // Class: CIM_SwitchesAmong
187212               //
187213               //==============================================================================
187214 mike  1.1.2.1 
187215               static const char*
187216               _CIM_SwitchesAmong_Antecedent_qualifiers[] =
187217               {
187218                   /* Override */
187219                   "\044Antecedent",
187220                   0,
187221               };
187222               
187223               static MetaReference
187224               _CIM_SwitchesAmong_Antecedent =
187225               {
187226                   /* flags */
187227                   META_FLAG_REFERENCE|META_FLAG_READ,
187228                   /* name */
187229                   "Antecedent",
187230                   /* qualifiers */
187231                   _CIM_SwitchesAmong_Antecedent_qualifiers,
187232                   /* subscript */
187233                   -1,
187234                   /* refId */
187235 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPort,
187236               };
187237               
187238               static const char*
187239               _CIM_SwitchesAmong_Dependent_qualifiers[] =
187240               {
187241                   /* Override */
187242                   "\044Dependent",
187243                   /* Max */
187244                   "\027\000\000\000\001",
187245                   0,
187246               };
187247               
187248               static MetaReference
187249               _CIM_SwitchesAmong_Dependent =
187250               {
187251                   /* flags */
187252                   META_FLAG_REFERENCE|META_FLAG_READ,
187253                   /* name */
187254                   "Dependent",
187255                   /* qualifiers */
187256 mike  1.1.2.1     _CIM_SwitchesAmong_Dependent_qualifiers,
187257                   /* subscript */
187258                   -1,
187259                   /* refId */
187260                   &__root_cimv2_CIM_SwitchService,
187261               };
187262               
187263               static MetaFeature*
187264               _CIM_SwitchesAmong_features[] =
187265               {
187266                   (MetaFeature*)&_CIM_SwitchesAmong_Antecedent,
187267                   (MetaFeature*)&_CIM_SwitchesAmong_Dependent,
187268                   0,
187269               };
187270               
187271               static const char*
187272               __root_cimv2_CIM_SwitchesAmong_qualifiers[] =
187273               {
187274                   /* ASSOCIATION */
187275                   "\000\001",
187276                   /* UMLPackagePath */
187277 mike  1.1.2.1     "\057CIM::Network::SwitchingBridging",
187278                   /* Version */
187279                   "\0632.6.0",
187280                   0,
187281               };
187282               
187283               MetaClass
187284               __root_cimv2_CIM_SwitchesAmong =
187285               {
187286                   /* flags */
187287                   META_FLAG_ASSOCIATION,
187288                   /* name */
187289                   "CIM_SwitchesAmong",
187290                   /* qualifiers */
187291                   __root_cimv2_CIM_SwitchesAmong_qualifiers,
187292                   /* super */
187293                   &__root_cimv2_CIM_ForwardsAmong,
187294                   /* features */
187295                   _CIM_SwitchesAmong_features,
187296               };
187297               
187298 mike  1.1.2.1 //==============================================================================
187299               //
187300               // Class: CIM_SwitchServiceTransparentBridging
187301               //
187302               //==============================================================================
187303               
187304               static const char*
187305               _CIM_SwitchServiceTransparentBridging_GroupComponent_qualifiers[] =
187306               {
187307                   /* Aggregate */
187308                   "\003\001",
187309                   /* Override */
187310                   "\044GroupComponent",
187311                   /* Min */
187312                   "\033\000\000\000\001",
187313                   0,
187314               };
187315               
187316               static MetaReference
187317               _CIM_SwitchServiceTransparentBridging_GroupComponent =
187318               {
187319 mike  1.1.2.1     /* flags */
187320                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
187321                   /* name */
187322                   "GroupComponent",
187323                   /* qualifiers */
187324                   _CIM_SwitchServiceTransparentBridging_GroupComponent_qualifiers,
187325                   /* subscript */
187326                   -1,
187327                   /* refId */
187328                   &__root_cimv2_CIM_SwitchService,
187329               };
187330               
187331               static const char*
187332               _CIM_SwitchServiceTransparentBridging_PartComponent_qualifiers[] =
187333               {
187334                   /* Override */
187335                   "\044PartComponent",
187336                   0,
187337               };
187338               
187339               static MetaReference
187340 mike  1.1.2.1 _CIM_SwitchServiceTransparentBridging_PartComponent =
187341               {
187342                   /* flags */
187343                   META_FLAG_REFERENCE|META_FLAG_READ,
187344                   /* name */
187345                   "PartComponent",
187346                   /* qualifiers */
187347                   _CIM_SwitchServiceTransparentBridging_PartComponent_qualifiers,
187348                   /* subscript */
187349                   -1,
187350                   /* refId */
187351                   &__root_cimv2_CIM_TransparentBridgingService,
187352               };
187353               
187354               static MetaFeature*
187355               _CIM_SwitchServiceTransparentBridging_features[] =
187356               {
187357                   (MetaFeature*)&_CIM_SwitchServiceTransparentBridging_GroupComponent,
187358                   (MetaFeature*)&_CIM_SwitchServiceTransparentBridging_PartComponent,
187359                   0,
187360               };
187361 mike  1.1.2.1 
187362               static const char*
187363               __root_cimv2_CIM_SwitchServiceTransparentBridging_qualifiers[] =
187364               {
187365                   /* ASSOCIATION */
187366                   "\000\001",
187367                   /* UMLPackagePath */
187368                   "\057CIM::Network::SwitchingBridging",
187369                   /* Aggregation */
187370                   "\004\001",
187371                   /* Version */
187372                   "\0632.6.0",
187373                   0,
187374               };
187375               
187376               MetaClass
187377               __root_cimv2_CIM_SwitchServiceTransparentBridging =
187378               {
187379                   /* flags */
187380                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
187381                   /* name */
187382 mike  1.1.2.1     "CIM_SwitchServiceTransparentBridging",
187383                   /* qualifiers */
187384                   __root_cimv2_CIM_SwitchServiceTransparentBridging_qualifiers,
187385                   /* super */
187386                   &__root_cimv2_CIM_ServiceComponent,
187387                   /* features */
187388                   _CIM_SwitchServiceTransparentBridging_features,
187389               };
187390               
187391               //==============================================================================
187392               //
187393               // Class: CIM_ToDirectoryAction
187394               //
187395               //==============================================================================
187396               
187397               static const char*
187398               _CIM_ToDirectoryAction_DestinationDirectory_qualifiers[] =
187399               {
187400                   /* Key */
187401                   "\025\001",
187402                   /* Max */
187403 mike  1.1.2.1     "\027\000\000\000\001",
187404                   0,
187405               };
187406               
187407               static MetaReference
187408               _CIM_ToDirectoryAction_DestinationDirectory =
187409               {
187410                   /* flags */
187411                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187412                   /* name */
187413                   "DestinationDirectory",
187414                   /* qualifiers */
187415                   _CIM_ToDirectoryAction_DestinationDirectory_qualifiers,
187416                   /* subscript */
187417                   -1,
187418                   /* refId */
187419                   &__root_cimv2_CIM_DirectoryAction,
187420               };
187421               
187422               static const char*
187423               _CIM_ToDirectoryAction_FileName_qualifiers[] =
187424 mike  1.1.2.1 {
187425                   /* Key */
187426                   "\025\001",
187427                   0,
187428               };
187429               
187430               static MetaReference
187431               _CIM_ToDirectoryAction_FileName =
187432               {
187433                   /* flags */
187434                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187435                   /* name */
187436                   "FileName",
187437                   /* qualifiers */
187438                   _CIM_ToDirectoryAction_FileName_qualifiers,
187439                   /* subscript */
187440                   -1,
187441                   /* refId */
187442                   &__root_cimv2_CIM_CopyFileAction,
187443               };
187444               
187445 mike  1.1.2.1 static MetaFeature*
187446               _CIM_ToDirectoryAction_features[] =
187447               {
187448                   (MetaFeature*)&_CIM_ToDirectoryAction_DestinationDirectory,
187449                   (MetaFeature*)&_CIM_ToDirectoryAction_FileName,
187450                   0,
187451               };
187452               
187453               static const char*
187454               __root_cimv2_CIM_ToDirectoryAction_qualifiers[] =
187455               {
187456                   /* ASSOCIATION */
187457                   "\000\001",
187458                   /* UMLPackagePath */
187459                   "\057CIM::Application::CheckAction",
187460                   /* Version */
187461                   "\0632.6.0",
187462                   0,
187463               };
187464               
187465               MetaClass
187466 mike  1.1.2.1 __root_cimv2_CIM_ToDirectoryAction =
187467               {
187468                   /* flags */
187469                   META_FLAG_ASSOCIATION,
187470                   /* name */
187471                   "CIM_ToDirectoryAction",
187472                   /* qualifiers */
187473                   __root_cimv2_CIM_ToDirectoryAction_qualifiers,
187474                   /* super */
187475                   0,
187476                   /* features */
187477                   _CIM_ToDirectoryAction_features,
187478               };
187479               
187480               //==============================================================================
187481               //
187482               // Class: CIM_ToDirectorySpecification
187483               //
187484               //==============================================================================
187485               
187486               static const char*
187487 mike  1.1.2.1 _CIM_ToDirectorySpecification_DestinationDirectory_qualifiers[] =
187488               {
187489                   /* Key */
187490                   "\025\001",
187491                   /* Max */
187492                   "\027\000\000\000\001",
187493                   0,
187494               };
187495               
187496               static MetaReference
187497               _CIM_ToDirectorySpecification_DestinationDirectory =
187498               {
187499                   /* flags */
187500                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187501                   /* name */
187502                   "DestinationDirectory",
187503                   /* qualifiers */
187504                   _CIM_ToDirectorySpecification_DestinationDirectory_qualifiers,
187505                   /* subscript */
187506                   -1,
187507                   /* refId */
187508 mike  1.1.2.1     &__root_cimv2_CIM_DirectorySpecification,
187509               };
187510               
187511               static const char*
187512               _CIM_ToDirectorySpecification_FileName_qualifiers[] =
187513               {
187514                   /* Key */
187515                   "\025\001",
187516                   0,
187517               };
187518               
187519               static MetaReference
187520               _CIM_ToDirectorySpecification_FileName =
187521               {
187522                   /* flags */
187523                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187524                   /* name */
187525                   "FileName",
187526                   /* qualifiers */
187527                   _CIM_ToDirectorySpecification_FileName_qualifiers,
187528                   /* subscript */
187529 mike  1.1.2.1     -1,
187530                   /* refId */
187531                   &__root_cimv2_CIM_CopyFileAction,
187532               };
187533               
187534               static MetaFeature*
187535               _CIM_ToDirectorySpecification_features[] =
187536               {
187537                   (MetaFeature*)&_CIM_ToDirectorySpecification_DestinationDirectory,
187538                   (MetaFeature*)&_CIM_ToDirectorySpecification_FileName,
187539                   0,
187540               };
187541               
187542               static const char*
187543               __root_cimv2_CIM_ToDirectorySpecification_qualifiers[] =
187544               {
187545                   /* ASSOCIATION */
187546                   "\000\001",
187547                   /* UMLPackagePath */
187548                   "\057CIM::Application::CheckAction",
187549                   /* Version */
187550 mike  1.1.2.1     "\0632.6.0",
187551                   0,
187552               };
187553               
187554               MetaClass
187555               __root_cimv2_CIM_ToDirectorySpecification =
187556               {
187557                   /* flags */
187558                   META_FLAG_ASSOCIATION,
187559                   /* name */
187560                   "CIM_ToDirectorySpecification",
187561                   /* qualifiers */
187562                   __root_cimv2_CIM_ToDirectorySpecification_qualifiers,
187563                   /* super */
187564                   0,
187565                   /* features */
187566                   _CIM_ToDirectorySpecification_features,
187567               };
187568               
187569               //==============================================================================
187570               //
187571 mike  1.1.2.1 // Class: CIM_TransparentBridgingDynamicForwarding
187572               //
187573               //==============================================================================
187574               
187575               static const char*
187576               _CIM_TransparentBridgingDynamicForwarding_Antecedent_qualifiers[] =
187577               {
187578                   /* Override */
187579                   "\044Antecedent",
187580                   /* Min */
187581                   "\033\000\000\000\001",
187582                   /* Max */
187583                   "\027\000\000\000\001",
187584                   0,
187585               };
187586               
187587               static MetaReference
187588               _CIM_TransparentBridgingDynamicForwarding_Antecedent =
187589               {
187590                   /* flags */
187591                   META_FLAG_REFERENCE|META_FLAG_READ,
187592 mike  1.1.2.1     /* name */
187593                   "Antecedent",
187594                   /* qualifiers */
187595                   _CIM_TransparentBridgingDynamicForwarding_Antecedent_qualifiers,
187596                   /* subscript */
187597                   -1,
187598                   /* refId */
187599                   &__root_cimv2_CIM_TransparentBridgingService,
187600               };
187601               
187602               static const char*
187603               _CIM_TransparentBridgingDynamicForwarding_Dependent_qualifiers[] =
187604               {
187605                   /* Override */
187606                   "\044Dependent",
187607                   /* Weak */
187608                   "\064\001",
187609                   0,
187610               };
187611               
187612               static MetaReference
187613 mike  1.1.2.1 _CIM_TransparentBridgingDynamicForwarding_Dependent =
187614               {
187615                   /* flags */
187616                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187617                   /* name */
187618                   "Dependent",
187619                   /* qualifiers */
187620                   _CIM_TransparentBridgingDynamicForwarding_Dependent_qualifiers,
187621                   /* subscript */
187622                   -1,
187623                   /* refId */
187624                   &__root_cimv2_CIM_DynamicForwardingEntry,
187625               };
187626               
187627               static MetaFeature*
187628               _CIM_TransparentBridgingDynamicForwarding_features[] =
187629               {
187630                   (MetaFeature*)&_CIM_TransparentBridgingDynamicForwarding_Antecedent,
187631                   (MetaFeature*)&_CIM_TransparentBridgingDynamicForwarding_Dependent,
187632                   0,
187633               };
187634 mike  1.1.2.1 
187635               static const char*
187636               __root_cimv2_CIM_TransparentBridgingDynamicForwarding_qualifiers[] =
187637               {
187638                   /* ASSOCIATION */
187639                   "\000\001",
187640                   /* UMLPackagePath */
187641                   "\057CIM::Network::SwitchingBridging",
187642                   /* Version */
187643                   "\0632.6.0",
187644                   0,
187645               };
187646               
187647               MetaClass
187648               __root_cimv2_CIM_TransparentBridgingDynamicForwarding =
187649               {
187650                   /* flags */
187651                   META_FLAG_ASSOCIATION,
187652                   /* name */
187653                   "CIM_TransparentBridgingDynamicForwarding",
187654                   /* qualifiers */
187655 mike  1.1.2.1     __root_cimv2_CIM_TransparentBridgingDynamicForwarding_qualifiers,
187656                   /* super */
187657                   &__root_cimv2_CIM_Dependency,
187658                   /* features */
187659                   _CIM_TransparentBridgingDynamicForwarding_features,
187660               };
187661               
187662               //==============================================================================
187663               //
187664               // Class: CIM_AFRelatedServices
187665               //
187666               //==============================================================================
187667               
187668               static const char*
187669               _CIM_AFRelatedServices_AFLowerDropPrecedence_qualifiers[] =
187670               {
187671                   /* Key */
187672                   "\025\001",
187673                   /* Max */
187674                   "\027\000\000\000\001",
187675                   0,
187676 mike  1.1.2.1 };
187677               
187678               static MetaReference
187679               _CIM_AFRelatedServices_AFLowerDropPrecedence =
187680               {
187681                   /* flags */
187682                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187683                   /* name */
187684                   "AFLowerDropPrecedence",
187685                   /* qualifiers */
187686                   _CIM_AFRelatedServices_AFLowerDropPrecedence_qualifiers,
187687                   /* subscript */
187688                   -1,
187689                   /* refId */
187690                   &__root_cimv2_CIM_AFService,
187691               };
187692               
187693               static const char*
187694               _CIM_AFRelatedServices_AFHigherDropPrecedence_qualifiers[] =
187695               {
187696                   /* Key */
187697 mike  1.1.2.1     "\025\001",
187698                   0,
187699               };
187700               
187701               static MetaReference
187702               _CIM_AFRelatedServices_AFHigherDropPrecedence =
187703               {
187704                   /* flags */
187705                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187706                   /* name */
187707                   "AFHigherDropPrecedence",
187708                   /* qualifiers */
187709                   _CIM_AFRelatedServices_AFHigherDropPrecedence_qualifiers,
187710                   /* subscript */
187711                   -1,
187712                   /* refId */
187713                   &__root_cimv2_CIM_AFService,
187714               };
187715               
187716               static MetaFeature*
187717               _CIM_AFRelatedServices_features[] =
187718 mike  1.1.2.1 {
187719                   (MetaFeature*)&_CIM_AFRelatedServices_AFLowerDropPrecedence,
187720                   (MetaFeature*)&_CIM_AFRelatedServices_AFHigherDropPrecedence,
187721                   0,
187722               };
187723               
187724               static const char*
187725               __root_cimv2_CIM_AFRelatedServices_qualifiers[] =
187726               {
187727                   /* ASSOCIATION */
187728                   "\000\001",
187729                   /* UMLPackagePath */
187730                   "\057CIM::Network::QoS",
187731                   /* Version */
187732                   "\0632.6.0",
187733                   0,
187734               };
187735               
187736               MetaClass
187737               __root_cimv2_CIM_AFRelatedServices =
187738               {
187739 mike  1.1.2.1     /* flags */
187740                   META_FLAG_ASSOCIATION,
187741                   /* name */
187742                   "CIM_AFRelatedServices",
187743                   /* qualifiers */
187744                   __root_cimv2_CIM_AFRelatedServices_qualifiers,
187745                   /* super */
187746                   0,
187747                   /* features */
187748                   _CIM_AFRelatedServices_features,
187749               };
187750               
187751               //==============================================================================
187752               //
187753               // Class: CIM_CAHasPublicCertificate
187754               //
187755               //==============================================================================
187756               
187757               static const char*
187758               _CIM_CAHasPublicCertificate_Antecedent_qualifiers[] =
187759               {
187760 mike  1.1.2.1     /* Override */
187761                   "\044Antecedent",
187762                   0,
187763               };
187764               
187765               static MetaReference
187766               _CIM_CAHasPublicCertificate_Antecedent =
187767               {
187768                   /* flags */
187769                   META_FLAG_REFERENCE|META_FLAG_READ,
187770                   /* name */
187771                   "Antecedent",
187772                   /* qualifiers */
187773                   _CIM_CAHasPublicCertificate_Antecedent_qualifiers,
187774                   /* subscript */
187775                   -1,
187776                   /* refId */
187777                   &__root_cimv2_CIM_PublicKeyCertificate,
187778               };
187779               
187780               static const char*
187781 mike  1.1.2.1 _CIM_CAHasPublicCertificate_Dependent_qualifiers[] =
187782               {
187783                   /* Override */
187784                   "\044Dependent",
187785                   0,
187786               };
187787               
187788               static MetaReference
187789               _CIM_CAHasPublicCertificate_Dependent =
187790               {
187791                   /* flags */
187792                   META_FLAG_REFERENCE|META_FLAG_READ,
187793                   /* name */
187794                   "Dependent",
187795                   /* qualifiers */
187796                   _CIM_CAHasPublicCertificate_Dependent_qualifiers,
187797                   /* subscript */
187798                   -1,
187799                   /* refId */
187800                   &__root_cimv2_CIM_CertificateAuthority,
187801               };
187802 mike  1.1.2.1 
187803               static MetaFeature*
187804               _CIM_CAHasPublicCertificate_features[] =
187805               {
187806                   (MetaFeature*)&_CIM_CAHasPublicCertificate_Antecedent,
187807                   (MetaFeature*)&_CIM_CAHasPublicCertificate_Dependent,
187808                   0,
187809               };
187810               
187811               static const char*
187812               __root_cimv2_CIM_CAHasPublicCertificate_qualifiers[] =
187813               {
187814                   /* ASSOCIATION */
187815                   "\000\001",
187816                   /* UMLPackagePath */
187817                   "\057CIM::User::PublicKey",
187818                   /* Version */
187819                   "\0632.8.0",
187820                   0,
187821               };
187822               
187823 mike  1.1.2.1 MetaClass
187824               __root_cimv2_CIM_CAHasPublicCertificate =
187825               {
187826                   /* flags */
187827                   META_FLAG_ASSOCIATION,
187828                   /* name */
187829                   "CIM_CAHasPublicCertificate",
187830                   /* qualifiers */
187831                   __root_cimv2_CIM_CAHasPublicCertificate_qualifiers,
187832                   /* super */
187833                   &__root_cimv2_CIM_Dependency,
187834                   /* features */
187835                   _CIM_CAHasPublicCertificate_features,
187836               };
187837               
187838               //==============================================================================
187839               //
187840               // Class: CIM_CASignsPublicKeyCertificate
187841               //
187842               //==============================================================================
187843               
187844 mike  1.1.2.1 static const char*
187845               _CIM_CASignsPublicKeyCertificate_Antecedent_qualifiers[] =
187846               {
187847                   /* Override */
187848                   "\044Antecedent",
187849                   /* Min */
187850                   "\033\000\000\000\001",
187851                   /* Max */
187852                   "\027\000\000\000\001",
187853                   0,
187854               };
187855               
187856               static MetaReference
187857               _CIM_CASignsPublicKeyCertificate_Antecedent =
187858               {
187859                   /* flags */
187860                   META_FLAG_REFERENCE|META_FLAG_READ,
187861                   /* name */
187862                   "Antecedent",
187863                   /* qualifiers */
187864                   _CIM_CASignsPublicKeyCertificate_Antecedent_qualifiers,
187865 mike  1.1.2.1     /* subscript */
187866                   -1,
187867                   /* refId */
187868                   &__root_cimv2_CIM_CertificateAuthority,
187869               };
187870               
187871               static const char*
187872               _CIM_CASignsPublicKeyCertificate_Dependent_qualifiers[] =
187873               {
187874                   /* Override */
187875                   "\044Dependent",
187876                   /* Weak */
187877                   "\064\001",
187878                   0,
187879               };
187880               
187881               static MetaReference
187882               _CIM_CASignsPublicKeyCertificate_Dependent =
187883               {
187884                   /* flags */
187885                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187886 mike  1.1.2.1     /* name */
187887                   "Dependent",
187888                   /* qualifiers */
187889                   _CIM_CASignsPublicKeyCertificate_Dependent_qualifiers,
187890                   /* subscript */
187891                   -1,
187892                   /* refId */
187893                   &__root_cimv2_CIM_PublicKeyCertificate,
187894               };
187895               
187896               static const char*
187897               _CIM_CASignsPublicKeyCertificate_SerialNumber_qualifiers[] =
187898               {
187899                   0,
187900               };
187901               
187902               static MetaProperty
187903               _CIM_CASignsPublicKeyCertificate_SerialNumber =
187904               {
187905                   /* flags */
187906                   META_FLAG_PROPERTY|META_FLAG_READ,
187907 mike  1.1.2.1     /* name */
187908                   "SerialNumber",
187909                   /* qualifiers */
187910                   _CIM_CASignsPublicKeyCertificate_SerialNumber_qualifiers,
187911                   /* type */
187912                   CIMTYPE_STRING,
187913                   /* subscript */
187914                   -1,
187915                   /* value */
187916                   0,
187917               };
187918               
187919               static const char*
187920               _CIM_CASignsPublicKeyCertificate_Signature_qualifiers[] =
187921               {
187922                   /* OctetString */
187923                   "\042\001",
187924                   0,
187925               };
187926               
187927               static MetaProperty
187928 mike  1.1.2.1 _CIM_CASignsPublicKeyCertificate_Signature =
187929               {
187930                   /* flags */
187931                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
187932                   /* name */
187933                   "Signature",
187934                   /* qualifiers */
187935                   _CIM_CASignsPublicKeyCertificate_Signature_qualifiers,
187936                   /* type */
187937                   CIMTYPE_UINT8,
187938                   /* subscript */
187939                   0,
187940                   /* value */
187941                   0,
187942               };
187943               
187944               static const char*
187945               _CIM_CASignsPublicKeyCertificate_Expires_qualifiers[] =
187946               {
187947                   /* Deprecated */
187948                   "\013\000\001CIM_Credential.Expires\000",
187949 mike  1.1.2.1     0,
187950               };
187951               
187952               static MetaProperty
187953               _CIM_CASignsPublicKeyCertificate_Expires =
187954               {
187955                   /* flags */
187956                   META_FLAG_PROPERTY|META_FLAG_READ,
187957                   /* name */
187958                   "Expires",
187959                   /* qualifiers */
187960                   _CIM_CASignsPublicKeyCertificate_Expires_qualifiers,
187961                   /* type */
187962                   CIMTYPE_DATETIME,
187963                   /* subscript */
187964                   -1,
187965                   /* value */
187966                   0,
187967               };
187968               
187969               static const char*
187970 mike  1.1.2.1 _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint_qualifiers[] =
187971               {
187972                   0,
187973               };
187974               
187975               static MetaProperty
187976               _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint =
187977               {
187978                   /* flags */
187979                   META_FLAG_PROPERTY|META_FLAG_READ,
187980                   /* name */
187981                   "CRLDistributionPoint",
187982                   /* qualifiers */
187983                   _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint_qualifiers,
187984                   /* type */
187985                   CIMTYPE_STRING,
187986                   /* subscript */
187987                   0,
187988                   /* value */
187989                   0,
187990               };
187991 mike  1.1.2.1 
187992               static MetaFeature*
187993               _CIM_CASignsPublicKeyCertificate_features[] =
187994               {
187995                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Antecedent,
187996                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Dependent,
187997                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_SerialNumber,
187998                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Signature,
187999                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Expires,
188000                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_CRLDistributionPoint,
188001                   0,
188002               };
188003               
188004               static const char*
188005               __root_cimv2_CIM_CASignsPublicKeyCertificate_qualifiers[] =
188006               {
188007                   /* ASSOCIATION */
188008                   "\000\001",
188009                   /* UMLPackagePath */
188010                   "\057CIM::User::PublicKey",
188011                   /* Version */
188012 mike  1.1.2.1     "\0632.7.0",
188013                   0,
188014               };
188015               
188016               MetaClass
188017               __root_cimv2_CIM_CASignsPublicKeyCertificate =
188018               {
188019                   /* flags */
188020                   META_FLAG_ASSOCIATION,
188021                   /* name */
188022                   "CIM_CASignsPublicKeyCertificate",
188023                   /* qualifiers */
188024                   __root_cimv2_CIM_CASignsPublicKeyCertificate_qualifiers,
188025                   /* super */
188026                   &__root_cimv2_CIM_ManagedCredential,
188027                   /* features */
188028                   _CIM_CASignsPublicKeyCertificate_features,
188029               };
188030               
188031               //==============================================================================
188032               //
188033 mike  1.1.2.1 // Class: PG_IndicationHandlerSNMPMapper
188034               //
188035               //==============================================================================
188036               
188037               static const char*
188038               _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers[] =
188039               {
188040                   /* Required */
188041                   "\050\001",
188042                   0,
188043               };
188044               
188045               static MetaProperty
188046               _PG_IndicationHandlerSNMPMapper_TargetHost =
188047               {
188048                   /* flags */
188049                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188050                   /* name */
188051                   "TargetHost",
188052                   /* qualifiers */
188053                   _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers,
188054 mike  1.1.2.1     /* type */
188055                   CIMTYPE_STRING,
188056                   /* subscript */
188057                   -1,
188058                   /* value */
188059                   0,
188060               };
188061               
188062               static const char*
188063               _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers[] =
188064               {
188065                   /* Required */
188066                   "\050\001",
188067                   /* ValueMap */
188068                   "\061\000\0051\0002\0003\0004\0005..65535\000",
188069                   /* Values */
188070                   "\062\000\005Other\000Host Name\000IPV4 Address\000IPV6 Address\000Pegasus Reserved\000",
188071                   /* ModelCorrespondence */
188072                   "\036\000\001PG_IndicationHandlerSNMPMapper.OtherTargetHostFormat\000",
188073                   0,
188074               };
188075 mike  1.1.2.1 
188076               static MetaProperty
188077               _PG_IndicationHandlerSNMPMapper_TargetHostFormat =
188078               {
188079                   /* flags */
188080                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188081                   /* name */
188082                   "TargetHostFormat",
188083                   /* qualifiers */
188084                   _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers,
188085                   /* type */
188086                   CIMTYPE_UINT16,
188087                   /* subscript */
188088                   -1,
188089                   /* value */
188090                   0,
188091               };
188092               
188093               static const char*
188094               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers[] =
188095               {
188096 mike  1.1.2.1     /* ModelCorrespondence */
188097                   "\036\000\001PG_IndicationHandlerSNMPMapper.TargetHostFormat\000",
188098                   0,
188099               };
188100               
188101               static MetaProperty
188102               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat =
188103               {
188104                   /* flags */
188105                   META_FLAG_PROPERTY|META_FLAG_READ,
188106                   /* name */
188107                   "OtherTargetHostFormat",
188108                   /* qualifiers */
188109                   _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers,
188110                   /* type */
188111                   CIMTYPE_STRING,
188112                   /* subscript */
188113                   -1,
188114                   /* value */
188115                   0,
188116               };
188117 mike  1.1.2.1 
188118               static const char*
188119               _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers[] =
188120               {
188121                   0,
188122               };
188123               
188124               static MetaProperty
188125               _PG_IndicationHandlerSNMPMapper_PortNumber =
188126               {
188127                   /* flags */
188128                   META_FLAG_PROPERTY|META_FLAG_READ,
188129                   /* name */
188130                   "PortNumber",
188131                   /* qualifiers */
188132                   _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers,
188133                   /* type */
188134                   CIMTYPE_UINT32,
188135                   /* subscript */
188136                   -1,
188137                   /* value */
188138 mike  1.1.2.1     "\000\000\000\242",
188139               };
188140               
188141               static const char*
188142               _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers[] =
188143               {
188144                   /* Required */
188145                   "\050\001",
188146                   /* ValueMap */
188147                   "\061\000\0062\0003\0004\0005\0006\0007..65535\000",
188148                   /* Values */
188149                   "\062\000\006SNMPv1 Trap\000SNMPv2C Trap\000SNMPv2C Inform\000SNMPv3 Trap\000SNMPv3 Inform\000Pegasus Reserved\000",
188150                   0,
188151               };
188152               
188153               static MetaProperty
188154               _PG_IndicationHandlerSNMPMapper_SNMPVersion =
188155               {
188156                   /* flags */
188157                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188158                   /* name */
188159 mike  1.1.2.1     "SNMPVersion",
188160                   /* qualifiers */
188161                   _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers,
188162                   /* type */
188163                   CIMTYPE_UINT16,
188164                   /* subscript */
188165                   -1,
188166                   /* value */
188167                   0,
188168               };
188169               
188170               static const char*
188171               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers[] =
188172               {
188173                   /* ModelCorrespondence */
188174                   "\036\000\001PG_IndicationHandlerSNMPMapper.SNMPVersion\000",
188175                   0,
188176               };
188177               
188178               static MetaProperty
188179               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName =
188180 mike  1.1.2.1 {
188181                   /* flags */
188182                   META_FLAG_PROPERTY|META_FLAG_READ,
188183                   /* name */
188184                   "SNMPSecurityName",
188185                   /* qualifiers */
188186                   _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers,
188187                   /* type */
188188                   CIMTYPE_STRING,
188189                   /* subscript */
188190                   -1,
188191                   /* value */
188192                   0,
188193               };
188194               
188195               static const char*
188196               _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers[] =
188197               {
188198                   0,
188199               };
188200               
188201 mike  1.1.2.1 static MetaProperty
188202               _PG_IndicationHandlerSNMPMapper_SNMPEngineID =
188203               {
188204                   /* flags */
188205                   META_FLAG_PROPERTY|META_FLAG_READ,
188206                   /* name */
188207                   "SNMPEngineID",
188208                   /* qualifiers */
188209                   _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers,
188210                   /* type */
188211                   CIMTYPE_STRING,
188212                   /* subscript */
188213                   -1,
188214                   /* value */
188215                   0,
188216               };
188217               
188218               static MetaFeature*
188219               _PG_IndicationHandlerSNMPMapper_features[] =
188220               {
188221                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHost,
188222 mike  1.1.2.1     (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHostFormat,
188223                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat,
188224                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_PortNumber,
188225                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPVersion,
188226                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPSecurityName,
188227                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPEngineID,
188228                   0,
188229               };
188230               
188231               static const char*
188232               __root_cimv2_PG_IndicationHandlerSNMPMapper_qualifiers[] =
188233               {
188234                   0,
188235               };
188236               
188237               MetaClass
188238               __root_cimv2_PG_IndicationHandlerSNMPMapper =
188239               {
188240                   /* flags */
188241                   META_FLAG_CLASS,
188242                   /* name */
188243 mike  1.1.2.1     "PG_IndicationHandlerSNMPMapper",
188244                   /* qualifiers */
188245                   __root_cimv2_PG_IndicationHandlerSNMPMapper_qualifiers,
188246                   /* super */
188247                   &__root_cimv2_CIM_IndicationHandler,
188248                   /* features */
188249                   _PG_IndicationHandlerSNMPMapper_features,
188250               };
188251               
188252               //==============================================================================
188253               //
188254               // Class: PG_ListenerDestinationSystemLog
188255               //
188256               //==============================================================================
188257               
188258               static MetaFeature*
188259               _PG_ListenerDestinationSystemLog_features[] =
188260               {
188261                   0,
188262               };
188263               
188264 mike  1.1.2.1 static const char*
188265               __root_cimv2_PG_ListenerDestinationSystemLog_qualifiers[] =
188266               {
188267                   0,
188268               };
188269               
188270               MetaClass
188271               __root_cimv2_PG_ListenerDestinationSystemLog =
188272               {
188273                   /* flags */
188274                   META_FLAG_CLASS,
188275                   /* name */
188276                   "PG_ListenerDestinationSystemLog",
188277                   /* qualifiers */
188278                   __root_cimv2_PG_ListenerDestinationSystemLog_qualifiers,
188279                   /* super */
188280                   &__root_cimv2_CIM_ListenerDestination,
188281                   /* features */
188282                   _PG_ListenerDestinationSystemLog_features,
188283               };
188284               
188285 mike  1.1.2.1 //==============================================================================
188286               //
188287               // Class: PG_ListenerDestinationEmail
188288               //
188289               //==============================================================================
188290               
188291               static const char*
188292               _PG_ListenerDestinationEmail_MailTo_qualifiers[] =
188293               {
188294                   /* Required */
188295                   "\050\001",
188296                   0,
188297               };
188298               
188299               static MetaProperty
188300               _PG_ListenerDestinationEmail_MailTo =
188301               {
188302                   /* flags */
188303                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188304                   /* name */
188305                   "MailTo",
188306 mike  1.1.2.1     /* qualifiers */
188307                   _PG_ListenerDestinationEmail_MailTo_qualifiers,
188308                   /* type */
188309                   CIMTYPE_STRING,
188310                   /* subscript */
188311                   0,
188312                   /* value */
188313                   0,
188314               };
188315               
188316               static const char*
188317               _PG_ListenerDestinationEmail_MailCc_qualifiers[] =
188318               {
188319                   0,
188320               };
188321               
188322               static MetaProperty
188323               _PG_ListenerDestinationEmail_MailCc =
188324               {
188325                   /* flags */
188326                   META_FLAG_PROPERTY|META_FLAG_READ,
188327 mike  1.1.2.1     /* name */
188328                   "MailCc",
188329                   /* qualifiers */
188330                   _PG_ListenerDestinationEmail_MailCc_qualifiers,
188331                   /* type */
188332                   CIMTYPE_STRING,
188333                   /* subscript */
188334                   0,
188335                   /* value */
188336                   0,
188337               };
188338               
188339               static const char*
188340               _PG_ListenerDestinationEmail_MailSubject_qualifiers[] =
188341               {
188342                   /* Required */
188343                   "\050\001",
188344                   0,
188345               };
188346               
188347               static MetaProperty
188348 mike  1.1.2.1 _PG_ListenerDestinationEmail_MailSubject =
188349               {
188350                   /* flags */
188351                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188352                   /* name */
188353                   "MailSubject",
188354                   /* qualifiers */
188355                   _PG_ListenerDestinationEmail_MailSubject_qualifiers,
188356                   /* type */
188357                   CIMTYPE_STRING,
188358                   /* subscript */
188359                   -1,
188360                   /* value */
188361                   0,
188362               };
188363               
188364               static MetaFeature*
188365               _PG_ListenerDestinationEmail_features[] =
188366               {
188367                   (MetaFeature*)&_PG_ListenerDestinationEmail_MailTo,
188368                   (MetaFeature*)&_PG_ListenerDestinationEmail_MailCc,
188369 mike  1.1.2.1     (MetaFeature*)&_PG_ListenerDestinationEmail_MailSubject,
188370                   0,
188371               };
188372               
188373               static const char*
188374               __root_cimv2_PG_ListenerDestinationEmail_qualifiers[] =
188375               {
188376                   0,
188377               };
188378               
188379               MetaClass
188380               __root_cimv2_PG_ListenerDestinationEmail =
188381               {
188382                   /* flags */
188383                   META_FLAG_CLASS,
188384                   /* name */
188385                   "PG_ListenerDestinationEmail",
188386                   /* qualifiers */
188387                   __root_cimv2_PG_ListenerDestinationEmail_qualifiers,
188388                   /* super */
188389                   &__root_cimv2_CIM_ListenerDestination,
188390 mike  1.1.2.1     /* features */
188391                   _PG_ListenerDestinationEmail_features,
188392               };
188393               
188394               //==============================================================================
188395               //
188396               // Class: PG_OperatingSystem
188397               //
188398               //==============================================================================
188399               
188400               static const char*
188401               _PG_OperatingSystem_OperatingSystemCapability_qualifiers[] =
188402               {
188403                   0,
188404               };
188405               
188406               static MetaProperty
188407               _PG_OperatingSystem_OperatingSystemCapability =
188408               {
188409                   /* flags */
188410                   META_FLAG_PROPERTY|META_FLAG_READ,
188411 mike  1.1.2.1     /* name */
188412                   "OperatingSystemCapability",
188413                   /* qualifiers */
188414                   _PG_OperatingSystem_OperatingSystemCapability_qualifiers,
188415                   /* type */
188416                   CIMTYPE_STRING,
188417                   /* subscript */
188418                   -1,
188419                   /* value */
188420                   0,
188421               };
188422               
188423               static const char*
188424               _PG_OperatingSystem_SystemUpTime_qualifiers[] =
188425               {
188426                   0,
188427               };
188428               
188429               static MetaProperty
188430               _PG_OperatingSystem_SystemUpTime =
188431               {
188432 mike  1.1.2.1     /* flags */
188433                   META_FLAG_PROPERTY|META_FLAG_READ,
188434                   /* name */
188435                   "SystemUpTime",
188436                   /* qualifiers */
188437                   _PG_OperatingSystem_SystemUpTime_qualifiers,
188438                   /* type */
188439                   CIMTYPE_UINT64,
188440                   /* subscript */
188441                   -1,
188442                   /* value */
188443                   0,
188444               };
188445               
188446               static MetaFeature*
188447               _PG_OperatingSystem_features[] =
188448               {
188449                   (MetaFeature*)&_PG_OperatingSystem_OperatingSystemCapability,
188450                   (MetaFeature*)&_PG_OperatingSystem_SystemUpTime,
188451                   0,
188452               };
188453 mike  1.1.2.1 
188454               static const char*
188455               __root_cimv2_PG_OperatingSystem_qualifiers[] =
188456               {
188457                   /* Version */
188458                   "\0632.2.0",
188459                   0,
188460               };
188461               
188462               MetaClass
188463               __root_cimv2_PG_OperatingSystem =
188464               {
188465                   /* flags */
188466                   META_FLAG_CLASS,
188467                   /* name */
188468                   "PG_OperatingSystem",
188469                   /* qualifiers */
188470                   __root_cimv2_PG_OperatingSystem_qualifiers,
188471                   /* super */
188472                   &__root_cimv2_CIM_OperatingSystem,
188473                   /* features */
188474 mike  1.1.2.1     _PG_OperatingSystem_features,
188475               };
188476               
188477               //==============================================================================
188478               //
188479               // Class: PG_ComputerSystem
188480               //
188481               //==============================================================================
188482               
188483               static const char*
188484               _PG_ComputerSystem_PrimaryOwnerPager_qualifiers[] =
188485               {
188486                   /* MappingStrings */
188487                   "\026\000\001MIF.DMTF|General Information|001.9\000",
188488                   0,
188489               };
188490               
188491               static MetaProperty
188492               _PG_ComputerSystem_PrimaryOwnerPager =
188493               {
188494                   /* flags */
188495 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
188496                   /* name */
188497                   "PrimaryOwnerPager",
188498                   /* qualifiers */
188499                   _PG_ComputerSystem_PrimaryOwnerPager_qualifiers,
188500                   /* type */
188501                   CIMTYPE_STRING,
188502                   /* subscript */
188503                   -1,
188504                   /* value */
188505                   0,
188506               };
188507               
188508               static const char*
188509               _PG_ComputerSystem_SecondaryOwnerName_qualifiers[] =
188510               {
188511                   /* MappingStrings */
188512                   "\026\000\001MIF.DMTF|General Information|001.7\000",
188513                   0,
188514               };
188515               
188516 mike  1.1.2.1 static MetaProperty
188517               _PG_ComputerSystem_SecondaryOwnerName =
188518               {
188519                   /* flags */
188520                   META_FLAG_PROPERTY|META_FLAG_READ,
188521                   /* name */
188522                   "SecondaryOwnerName",
188523                   /* qualifiers */
188524                   _PG_ComputerSystem_SecondaryOwnerName_qualifiers,
188525                   /* type */
188526                   CIMTYPE_STRING,
188527                   /* subscript */
188528                   -1,
188529                   /* value */
188530                   0,
188531               };
188532               
188533               static const char*
188534               _PG_ComputerSystem_SecondaryOwnerContact_qualifiers[] =
188535               {
188536                   /* MappingStrings */
188537 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.8\000",
188538                   0,
188539               };
188540               
188541               static MetaProperty
188542               _PG_ComputerSystem_SecondaryOwnerContact =
188543               {
188544                   /* flags */
188545                   META_FLAG_PROPERTY|META_FLAG_READ,
188546                   /* name */
188547                   "SecondaryOwnerContact",
188548                   /* qualifiers */
188549                   _PG_ComputerSystem_SecondaryOwnerContact_qualifiers,
188550                   /* type */
188551                   CIMTYPE_STRING,
188552                   /* subscript */
188553                   -1,
188554                   /* value */
188555                   0,
188556               };
188557               
188558 mike  1.1.2.1 static const char*
188559               _PG_ComputerSystem_SecondaryOwnerPager_qualifiers[] =
188560               {
188561                   /* MappingStrings */
188562                   "\026\000\001MIF.DMTF|General Information|001.10\000",
188563                   0,
188564               };
188565               
188566               static MetaProperty
188567               _PG_ComputerSystem_SecondaryOwnerPager =
188568               {
188569                   /* flags */
188570                   META_FLAG_PROPERTY|META_FLAG_READ,
188571                   /* name */
188572                   "SecondaryOwnerPager",
188573                   /* qualifiers */
188574                   _PG_ComputerSystem_SecondaryOwnerPager_qualifiers,
188575                   /* type */
188576                   CIMTYPE_STRING,
188577                   /* subscript */
188578                   -1,
188579 mike  1.1.2.1     /* value */
188580                   0,
188581               };
188582               
188583               static const char*
188584               _PG_ComputerSystem_SerialNumber_qualifiers[] =
188585               {
188586                   /* MappingStrings */
188587                   "\026\000\001MIF.DMTF|General Information|001.13\000",
188588                   0,
188589               };
188590               
188591               static MetaProperty
188592               _PG_ComputerSystem_SerialNumber =
188593               {
188594                   /* flags */
188595                   META_FLAG_PROPERTY|META_FLAG_READ,
188596                   /* name */
188597                   "SerialNumber",
188598                   /* qualifiers */
188599                   _PG_ComputerSystem_SerialNumber_qualifiers,
188600 mike  1.1.2.1     /* type */
188601                   CIMTYPE_STRING,
188602                   /* subscript */
188603                   -1,
188604                   /* value */
188605                   0,
188606               };
188607               
188608               static const char*
188609               _PG_ComputerSystem_IdentificationNumber_qualifiers[] =
188610               {
188611                   /* MappingStrings */
188612                   "\026\000\001MIF.DMTF|General Information|001.13\000",
188613                   0,
188614               };
188615               
188616               static MetaProperty
188617               _PG_ComputerSystem_IdentificationNumber =
188618               {
188619                   /* flags */
188620                   META_FLAG_PROPERTY|META_FLAG_READ,
188621 mike  1.1.2.1     /* name */
188622                   "IdentificationNumber",
188623                   /* qualifiers */
188624                   _PG_ComputerSystem_IdentificationNumber_qualifiers,
188625                   /* type */
188626                   CIMTYPE_STRING,
188627                   /* subscript */
188628                   -1,
188629                   /* value */
188630                   0,
188631               };
188632               
188633               static MetaFeature*
188634               _PG_ComputerSystem_features[] =
188635               {
188636                   (MetaFeature*)&_PG_ComputerSystem_PrimaryOwnerPager,
188637                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerName,
188638                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerContact,
188639                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerPager,
188640                   (MetaFeature*)&_PG_ComputerSystem_SerialNumber,
188641                   (MetaFeature*)&_PG_ComputerSystem_IdentificationNumber,
188642 mike  1.1.2.1     0,
188643               };
188644               
188645               static const char*
188646               __root_cimv2_PG_ComputerSystem_qualifiers[] =
188647               {
188648                   /* Version */
188649                   "\0632.2.0",
188650                   0,
188651               };
188652               
188653               MetaClass
188654               __root_cimv2_PG_ComputerSystem =
188655               {
188656                   /* flags */
188657                   META_FLAG_CLASS,
188658                   /* name */
188659                   "PG_ComputerSystem",
188660                   /* qualifiers */
188661                   __root_cimv2_PG_ComputerSystem_qualifiers,
188662                   /* super */
188663 mike  1.1.2.1     &__root_cimv2_CIM_UnitaryComputerSystem,
188664                   /* features */
188665                   _PG_ComputerSystem_features,
188666               };
188667               
188668               //==============================================================================
188669               //
188670               // Class: PG_UnixProcess
188671               //
188672               //==============================================================================
188673               
188674               static const char*
188675               _PG_UnixProcess_ParentProcessID_qualifiers[] =
188676               {
188677                   /* Required */
188678                   "\050\001",
188679                   /* MappingStrings */
188680                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
188681                   0,
188682               };
188683               
188684 mike  1.1.2.1 static MetaProperty
188685               _PG_UnixProcess_ParentProcessID =
188686               {
188687                   /* flags */
188688                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188689                   /* name */
188690                   "ParentProcessID",
188691                   /* qualifiers */
188692                   _PG_UnixProcess_ParentProcessID_qualifiers,
188693                   /* type */
188694                   CIMTYPE_STRING,
188695                   /* subscript */
188696                   -1,
188697                   /* value */
188698                   0,
188699               };
188700               
188701               static const char*
188702               _PG_UnixProcess_RealUserID_qualifiers[] =
188703               {
188704                   /* Required */
188705 mike  1.1.2.1     "\050\001",
188706                   /* MappingStrings */
188707                   "\026\000\001MIF.DMTF|Process Information|001.4\000",
188708                   0,
188709               };
188710               
188711               static MetaProperty
188712               _PG_UnixProcess_RealUserID =
188713               {
188714                   /* flags */
188715                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188716                   /* name */
188717                   "RealUserID",
188718                   /* qualifiers */
188719                   _PG_UnixProcess_RealUserID_qualifiers,
188720                   /* type */
188721                   CIMTYPE_UINT64,
188722                   /* subscript */
188723                   -1,
188724                   /* value */
188725                   0,
188726 mike  1.1.2.1 };
188727               
188728               static const char*
188729               _PG_UnixProcess_ProcessGroupID_qualifiers[] =
188730               {
188731                   /* Required */
188732                   "\050\001",
188733                   /* MappingStrings */
188734                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
188735                   0,
188736               };
188737               
188738               static MetaProperty
188739               _PG_UnixProcess_ProcessGroupID =
188740               {
188741                   /* flags */
188742                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188743                   /* name */
188744                   "ProcessGroupID",
188745                   /* qualifiers */
188746                   _PG_UnixProcess_ProcessGroupID_qualifiers,
188747 mike  1.1.2.1     /* type */
188748                   CIMTYPE_UINT64,
188749                   /* subscript */
188750                   -1,
188751                   /* value */
188752                   0,
188753               };
188754               
188755               static const char*
188756               _PG_UnixProcess_ProcessSessionID_qualifiers[] =
188757               {
188758                   0,
188759               };
188760               
188761               static MetaProperty
188762               _PG_UnixProcess_ProcessSessionID =
188763               {
188764                   /* flags */
188765                   META_FLAG_PROPERTY|META_FLAG_READ,
188766                   /* name */
188767                   "ProcessSessionID",
188768 mike  1.1.2.1     /* qualifiers */
188769                   _PG_UnixProcess_ProcessSessionID_qualifiers,
188770                   /* type */
188771                   CIMTYPE_UINT64,
188772                   /* subscript */
188773                   -1,
188774                   /* value */
188775                   0,
188776               };
188777               
188778               static const char*
188779               _PG_UnixProcess_ProcessTTY_qualifiers[] =
188780               {
188781                   /* MappingStrings */
188782                   "\026\000\001MIF.DMTF|Process Information|001.5\000",
188783                   0,
188784               };
188785               
188786               static MetaProperty
188787               _PG_UnixProcess_ProcessTTY =
188788               {
188789 mike  1.1.2.1     /* flags */
188790                   META_FLAG_PROPERTY|META_FLAG_READ,
188791                   /* name */
188792                   "ProcessTTY",
188793                   /* qualifiers */
188794                   _PG_UnixProcess_ProcessTTY_qualifiers,
188795                   /* type */
188796                   CIMTYPE_STRING,
188797                   /* subscript */
188798                   -1,
188799                   /* value */
188800                   0,
188801               };
188802               
188803               static const char*
188804               _PG_UnixProcess_ModulePath_qualifiers[] =
188805               {
188806                   /* MappingStrings */
188807                   "\026\000\001MIF.DMTF|Process Information|001.7\000",
188808                   0,
188809               };
188810 mike  1.1.2.1 
188811               static MetaProperty
188812               _PG_UnixProcess_ModulePath =
188813               {
188814                   /* flags */
188815                   META_FLAG_PROPERTY|META_FLAG_READ,
188816                   /* name */
188817                   "ModulePath",
188818                   /* qualifiers */
188819                   _PG_UnixProcess_ModulePath_qualifiers,
188820                   /* type */
188821                   CIMTYPE_STRING,
188822                   /* subscript */
188823                   -1,
188824                   /* value */
188825                   0,
188826               };
188827               
188828               static const char*
188829               _PG_UnixProcess_Parameters_qualifiers[] =
188830               {
188831 mike  1.1.2.1     /* MappingStrings */
188832                   "\026\000\001MIF.DMTF|Process Information|001.8\000",
188833                   0,
188834               };
188835               
188836               static MetaProperty
188837               _PG_UnixProcess_Parameters =
188838               {
188839                   /* flags */
188840                   META_FLAG_PROPERTY|META_FLAG_READ,
188841                   /* name */
188842                   "Parameters",
188843                   /* qualifiers */
188844                   _PG_UnixProcess_Parameters_qualifiers,
188845                   /* type */
188846                   CIMTYPE_STRING,
188847                   /* subscript */
188848                   0,
188849                   /* value */
188850                   0,
188851               };
188852 mike  1.1.2.1 
188853               static const char*
188854               _PG_UnixProcess_ProcessNiceValue_qualifiers[] =
188855               {
188856                   /* MappingStrings */
188857                   "\026\000\001MIF.DMTF|Process Information|001.11\000",
188858                   0,
188859               };
188860               
188861               static MetaProperty
188862               _PG_UnixProcess_ProcessNiceValue =
188863               {
188864                   /* flags */
188865                   META_FLAG_PROPERTY|META_FLAG_READ,
188866                   /* name */
188867                   "ProcessNiceValue",
188868                   /* qualifiers */
188869                   _PG_UnixProcess_ProcessNiceValue_qualifiers,
188870                   /* type */
188871                   CIMTYPE_UINT32,
188872                   /* subscript */
188873 mike  1.1.2.1     -1,
188874                   /* value */
188875                   0,
188876               };
188877               
188878               static const char*
188879               _PG_UnixProcess_ProcessWaitingForEvent_qualifiers[] =
188880               {
188881                   /* ModelCorrespondence */
188882                   "\036\000\001CIM_Process.ExecutionState\000",
188883                   0,
188884               };
188885               
188886               static MetaProperty
188887               _PG_UnixProcess_ProcessWaitingForEvent =
188888               {
188889                   /* flags */
188890                   META_FLAG_PROPERTY|META_FLAG_READ,
188891                   /* name */
188892                   "ProcessWaitingForEvent",
188893                   /* qualifiers */
188894 mike  1.1.2.1     _PG_UnixProcess_ProcessWaitingForEvent_qualifiers,
188895                   /* type */
188896                   CIMTYPE_STRING,
188897                   /* subscript */
188898                   -1,
188899                   /* value */
188900                   0,
188901               };
188902               
188903               static MetaFeature*
188904               _PG_UnixProcess_features[] =
188905               {
188906                   (MetaFeature*)&_PG_UnixProcess_ParentProcessID,
188907                   (MetaFeature*)&_PG_UnixProcess_RealUserID,
188908                   (MetaFeature*)&_PG_UnixProcess_ProcessGroupID,
188909                   (MetaFeature*)&_PG_UnixProcess_ProcessSessionID,
188910                   (MetaFeature*)&_PG_UnixProcess_ProcessTTY,
188911                   (MetaFeature*)&_PG_UnixProcess_ModulePath,
188912                   (MetaFeature*)&_PG_UnixProcess_Parameters,
188913                   (MetaFeature*)&_PG_UnixProcess_ProcessNiceValue,
188914                   (MetaFeature*)&_PG_UnixProcess_ProcessWaitingForEvent,
188915 mike  1.1.2.1     0,
188916               };
188917               
188918               static const char*
188919               __root_cimv2_PG_UnixProcess_qualifiers[] =
188920               {
188921                   /* Version */
188922                   "\0632.2.0",
188923                   0,
188924               };
188925               
188926               MetaClass
188927               __root_cimv2_PG_UnixProcess =
188928               {
188929                   /* flags */
188930                   META_FLAG_CLASS,
188931                   /* name */
188932                   "PG_UnixProcess",
188933                   /* qualifiers */
188934                   __root_cimv2_PG_UnixProcess_qualifiers,
188935                   /* super */
188936 mike  1.1.2.1     &__root_cimv2_CIM_Process,
188937                   /* features */
188938                   _PG_UnixProcess_features,
188939               };
188940               
188941               //==============================================================================
188942               //
188943               // Class: PG_UnixProcessStatisticalInformation
188944               //
188945               //==============================================================================
188946               
188947               static const char*
188948               _PG_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers[] =
188949               {
188950                   /* Propagated */
188951                   "\045CIM_Process.CSCreationClassName",
188952                   /* Key */
188953                   "\025\001",
188954                   /* MaxLen */
188955                   "\030\000\000\001\000",
188956                   0,
188957 mike  1.1.2.1 };
188958               
188959               static MetaProperty
188960               _PG_UnixProcessStatisticalInformation_CSCreationClassName =
188961               {
188962                   /* flags */
188963                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
188964                   /* name */
188965                   "CSCreationClassName",
188966                   /* qualifiers */
188967                   _PG_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers,
188968                   /* type */
188969                   CIMTYPE_STRING,
188970                   /* subscript */
188971                   -1,
188972                   /* value */
188973                   0,
188974               };
188975               
188976               static const char*
188977               _PG_UnixProcessStatisticalInformation_CSName_qualifiers[] =
188978 mike  1.1.2.1 {
188979                   /* Propagated */
188980                   "\045CIM_Process.CSName",
188981                   /* Key */
188982                   "\025\001",
188983                   /* MaxLen */
188984                   "\030\000\000\001\000",
188985                   0,
188986               };
188987               
188988               static MetaProperty
188989               _PG_UnixProcessStatisticalInformation_CSName =
188990               {
188991                   /* flags */
188992                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
188993                   /* name */
188994                   "CSName",
188995                   /* qualifiers */
188996                   _PG_UnixProcessStatisticalInformation_CSName_qualifiers,
188997                   /* type */
188998                   CIMTYPE_STRING,
188999 mike  1.1.2.1     /* subscript */
189000                   -1,
189001                   /* value */
189002                   0,
189003               };
189004               
189005               static const char*
189006               _PG_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers[] =
189007               {
189008                   /* Propagated */
189009                   "\045CIM_Process.CreationClassName",
189010                   /* Key */
189011                   "\025\001",
189012                   /* MaxLen */
189013                   "\030\000\000\001\000",
189014                   0,
189015               };
189016               
189017               static MetaProperty
189018               _PG_UnixProcessStatisticalInformation_OSCreationClassName =
189019               {
189020 mike  1.1.2.1     /* flags */
189021                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189022                   /* name */
189023                   "OSCreationClassName",
189024                   /* qualifiers */
189025                   _PG_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers,
189026                   /* type */
189027                   CIMTYPE_STRING,
189028                   /* subscript */
189029                   -1,
189030                   /* value */
189031                   0,
189032               };
189033               
189034               static const char*
189035               _PG_UnixProcessStatisticalInformation_OSName_qualifiers[] =
189036               {
189037                   /* Propagated */
189038                   "\045CIM_Process.Name",
189039                   /* Key */
189040                   "\025\001",
189041 mike  1.1.2.1     /* MaxLen */
189042                   "\030\000\000\001\000",
189043                   0,
189044               };
189045               
189046               static MetaProperty
189047               _PG_UnixProcessStatisticalInformation_OSName =
189048               {
189049                   /* flags */
189050                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189051                   /* name */
189052                   "OSName",
189053                   /* qualifiers */
189054                   _PG_UnixProcessStatisticalInformation_OSName_qualifiers,
189055                   /* type */
189056                   CIMTYPE_STRING,
189057                   /* subscript */
189058                   -1,
189059                   /* value */
189060                   0,
189061               };
189062 mike  1.1.2.1 
189063               static const char*
189064               _PG_UnixProcessStatisticalInformation_Handle_qualifiers[] =
189065               {
189066                   /* Propagated */
189067                   "\045CIM_Process.Handle",
189068                   /* Key */
189069                   "\025\001",
189070                   /* MaxLen */
189071                   "\030\000\000\001\000",
189072                   0,
189073               };
189074               
189075               static MetaProperty
189076               _PG_UnixProcessStatisticalInformation_Handle =
189077               {
189078                   /* flags */
189079                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189080                   /* name */
189081                   "Handle",
189082                   /* qualifiers */
189083 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_Handle_qualifiers,
189084                   /* type */
189085                   CIMTYPE_STRING,
189086                   /* subscript */
189087                   -1,
189088                   /* value */
189089                   0,
189090               };
189091               
189092               static const char*
189093               _PG_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers[] =
189094               {
189095                   /* Propagated */
189096                   "\045CIM_Process.CreationClassName",
189097                   /* Key */
189098                   "\025\001",
189099                   /* MaxLen */
189100                   "\030\000\000\001\000",
189101                   0,
189102               };
189103               
189104 mike  1.1.2.1 static MetaProperty
189105               _PG_UnixProcessStatisticalInformation_ProcessCreationClassName =
189106               {
189107                   /* flags */
189108                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189109                   /* name */
189110                   "ProcessCreationClassName",
189111                   /* qualifiers */
189112                   _PG_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers,
189113                   /* type */
189114                   CIMTYPE_STRING,
189115                   /* subscript */
189116                   -1,
189117                   /* value */
189118                   0,
189119               };
189120               
189121               static const char*
189122               _PG_UnixProcessStatisticalInformation_Name_qualifiers[] =
189123               {
189124                   /* Key */
189125 mike  1.1.2.1     "\025\001",
189126                   /* MaxLen */
189127                   "\030\000\000\001\000",
189128                   /* Override */
189129                   "\044Name",
189130                   /* MappingStrings */
189131                   "\026\000\001MIF.DMTF|Process Information|001.1\000",
189132                   0,
189133               };
189134               
189135               static MetaProperty
189136               _PG_UnixProcessStatisticalInformation_Name =
189137               {
189138                   /* flags */
189139                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189140                   /* name */
189141                   "Name",
189142                   /* qualifiers */
189143                   _PG_UnixProcessStatisticalInformation_Name_qualifiers,
189144                   /* type */
189145                   CIMTYPE_STRING,
189146 mike  1.1.2.1     /* subscript */
189147                   -1,
189148                   /* value */
189149                   0,
189150               };
189151               
189152               static const char*
189153               _PG_UnixProcessStatisticalInformation_CPUTime_qualifiers[] =
189154               {
189155                   /* MappingStrings */
189156                   "\026\000\001MIF.DMTF|Process Information|001.12\000",
189157                   /* Units */
189158                   "\060Percent",
189159                   0,
189160               };
189161               
189162               static MetaProperty
189163               _PG_UnixProcessStatisticalInformation_CPUTime =
189164               {
189165                   /* flags */
189166                   META_FLAG_PROPERTY|META_FLAG_READ,
189167 mike  1.1.2.1     /* name */
189168                   "CPUTime",
189169                   /* qualifiers */
189170                   _PG_UnixProcessStatisticalInformation_CPUTime_qualifiers,
189171                   /* type */
189172                   CIMTYPE_UINT32,
189173                   /* subscript */
189174                   -1,
189175                   /* value */
189176                   0,
189177               };
189178               
189179               static const char*
189180               _PG_UnixProcessStatisticalInformation_RealText_qualifiers[] =
189181               {
189182                   /* MappingStrings */
189183                   "\026\000\001MIF.DMTF|Process Information|001.15\000",
189184                   /* Units */
189185                   "\060KiloBytes",
189186                   0,
189187               };
189188 mike  1.1.2.1 
189189               static MetaProperty
189190               _PG_UnixProcessStatisticalInformation_RealText =
189191               {
189192                   /* flags */
189193                   META_FLAG_PROPERTY|META_FLAG_READ,
189194                   /* name */
189195                   "RealText",
189196                   /* qualifiers */
189197                   _PG_UnixProcessStatisticalInformation_RealText_qualifiers,
189198                   /* type */
189199                   CIMTYPE_UINT64,
189200                   /* subscript */
189201                   -1,
189202                   /* value */
189203                   0,
189204               };
189205               
189206               static const char*
189207               _PG_UnixProcessStatisticalInformation_RealData_qualifiers[] =
189208               {
189209 mike  1.1.2.1     /* MappingStrings */
189210                   "\026\000\001MIF.DMTF|Process Information|001.16\000",
189211                   /* Units */
189212                   "\060KiloBytes",
189213                   0,
189214               };
189215               
189216               static MetaProperty
189217               _PG_UnixProcessStatisticalInformation_RealData =
189218               {
189219                   /* flags */
189220                   META_FLAG_PROPERTY|META_FLAG_READ,
189221                   /* name */
189222                   "RealData",
189223                   /* qualifiers */
189224                   _PG_UnixProcessStatisticalInformation_RealData_qualifiers,
189225                   /* type */
189226                   CIMTYPE_UINT64,
189227                   /* subscript */
189228                   -1,
189229                   /* value */
189230 mike  1.1.2.1     0,
189231               };
189232               
189233               static const char*
189234               _PG_UnixProcessStatisticalInformation_RealStack_qualifiers[] =
189235               {
189236                   /* MappingStrings */
189237                   "\026\000\001MIF.DMTF|Process Information|001.17\000",
189238                   /* Units */
189239                   "\060KiloBytes",
189240                   0,
189241               };
189242               
189243               static MetaProperty
189244               _PG_UnixProcessStatisticalInformation_RealStack =
189245               {
189246                   /* flags */
189247                   META_FLAG_PROPERTY|META_FLAG_READ,
189248                   /* name */
189249                   "RealStack",
189250                   /* qualifiers */
189251 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_RealStack_qualifiers,
189252                   /* type */
189253                   CIMTYPE_UINT64,
189254                   /* subscript */
189255                   -1,
189256                   /* value */
189257                   0,
189258               };
189259               
189260               static const char*
189261               _PG_UnixProcessStatisticalInformation_VirtualText_qualifiers[] =
189262               {
189263                   /* MappingStrings */
189264                   "\026\000\001MIF.DMTF|Process Information|001.18\000",
189265                   /* Units */
189266                   "\060KiloBytes",
189267                   0,
189268               };
189269               
189270               static MetaProperty
189271               _PG_UnixProcessStatisticalInformation_VirtualText =
189272 mike  1.1.2.1 {
189273                   /* flags */
189274                   META_FLAG_PROPERTY|META_FLAG_READ,
189275                   /* name */
189276                   "VirtualText",
189277                   /* qualifiers */
189278                   _PG_UnixProcessStatisticalInformation_VirtualText_qualifiers,
189279                   /* type */
189280                   CIMTYPE_UINT64,
189281                   /* subscript */
189282                   -1,
189283                   /* value */
189284                   0,
189285               };
189286               
189287               static const char*
189288               _PG_UnixProcessStatisticalInformation_VirtualData_qualifiers[] =
189289               {
189290                   /* MappingStrings */
189291                   "\026\000\001MIF.DMTF|Process Information|001.19\000",
189292                   /* Units */
189293 mike  1.1.2.1     "\060KiloBytes",
189294                   0,
189295               };
189296               
189297               static MetaProperty
189298               _PG_UnixProcessStatisticalInformation_VirtualData =
189299               {
189300                   /* flags */
189301                   META_FLAG_PROPERTY|META_FLAG_READ,
189302                   /* name */
189303                   "VirtualData",
189304                   /* qualifiers */
189305                   _PG_UnixProcessStatisticalInformation_VirtualData_qualifiers,
189306                   /* type */
189307                   CIMTYPE_UINT64,
189308                   /* subscript */
189309                   -1,
189310                   /* value */
189311                   0,
189312               };
189313               
189314 mike  1.1.2.1 static const char*
189315               _PG_UnixProcessStatisticalInformation_VirtualStack_qualifiers[] =
189316               {
189317                   /* MappingStrings */
189318                   "\026\000\001MIF.DMTF|Process Information|001.20\000",
189319                   /* Units */
189320                   "\060KiloBytes",
189321                   0,
189322               };
189323               
189324               static MetaProperty
189325               _PG_UnixProcessStatisticalInformation_VirtualStack =
189326               {
189327                   /* flags */
189328                   META_FLAG_PROPERTY|META_FLAG_READ,
189329                   /* name */
189330                   "VirtualStack",
189331                   /* qualifiers */
189332                   _PG_UnixProcessStatisticalInformation_VirtualStack_qualifiers,
189333                   /* type */
189334                   CIMTYPE_UINT64,
189335 mike  1.1.2.1     /* subscript */
189336                   -1,
189337                   /* value */
189338                   0,
189339               };
189340               
189341               static const char*
189342               _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers[] =
189343               {
189344                   /* MappingStrings */
189345                   "\026\000\001MIF.DMTF|Process Information|001.22\000",
189346                   /* Units */
189347                   "\060KiloBytes",
189348                   0,
189349               };
189350               
189351               static MetaProperty
189352               _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize =
189353               {
189354                   /* flags */
189355                   META_FLAG_PROPERTY|META_FLAG_READ,
189356 mike  1.1.2.1     /* name */
189357                   "VirtualMemoryMappedFileSize",
189358                   /* qualifiers */
189359                   _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers,
189360                   /* type */
189361                   CIMTYPE_UINT64,
189362                   /* subscript */
189363                   -1,
189364                   /* value */
189365                   0,
189366               };
189367               
189368               static const char*
189369               _PG_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers[] =
189370               {
189371                   /* MappingStrings */
189372                   "\026\000\001MIF.DMTF|Process Information|001.21\000",
189373                   /* Units */
189374                   "\060KiloBytes",
189375                   0,
189376               };
189377 mike  1.1.2.1 
189378               static MetaProperty
189379               _PG_UnixProcessStatisticalInformation_VirtualSharedMemory =
189380               {
189381                   /* flags */
189382                   META_FLAG_PROPERTY|META_FLAG_READ,
189383                   /* name */
189384                   "VirtualSharedMemory",
189385                   /* qualifiers */
189386                   _PG_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers,
189387                   /* type */
189388                   CIMTYPE_UINT64,
189389                   /* subscript */
189390                   -1,
189391                   /* value */
189392                   0,
189393               };
189394               
189395               static const char*
189396               _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers[] =
189397               {
189398 mike  1.1.2.1     /* Units */
189399                   "\060Clock Ticks",
189400                   /* Counter */
189401                   "\012\001",
189402                   0,
189403               };
189404               
189405               static MetaProperty
189406               _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren =
189407               {
189408                   /* flags */
189409                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
189410                   /* name */
189411                   "CpuTimeDeadChildren",
189412                   /* qualifiers */
189413                   _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers,
189414                   /* type */
189415                   CIMTYPE_UINT64,
189416                   /* subscript */
189417                   -1,
189418                   /* value */
189419 mike  1.1.2.1     0,
189420               };
189421               
189422               static const char*
189423               _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers[] =
189424               {
189425                   /* Units */
189426                   "\060Clock Ticks",
189427                   /* Counter */
189428                   "\012\001",
189429                   0,
189430               };
189431               
189432               static MetaProperty
189433               _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren =
189434               {
189435                   /* flags */
189436                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
189437                   /* name */
189438                   "SystemTimeDeadChildren",
189439                   /* qualifiers */
189440 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers,
189441                   /* type */
189442                   CIMTYPE_UINT64,
189443                   /* subscript */
189444                   -1,
189445                   /* value */
189446                   0,
189447               };
189448               
189449               static const char*
189450               _PG_UnixProcessStatisticalInformation_RealSpace_qualifiers[] =
189451               {
189452                   /* Units */
189453                   "\060Kilobytes",
189454                   0,
189455               };
189456               
189457               static MetaProperty
189458               _PG_UnixProcessStatisticalInformation_RealSpace =
189459               {
189460                   /* flags */
189461 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
189462                   /* name */
189463                   "RealSpace",
189464                   /* qualifiers */
189465                   _PG_UnixProcessStatisticalInformation_RealSpace_qualifiers,
189466                   /* type */
189467                   CIMTYPE_UINT64,
189468                   /* subscript */
189469                   -1,
189470                   /* value */
189471                   0,
189472               };
189473               
189474               static MetaFeature*
189475               _PG_UnixProcessStatisticalInformation_features[] =
189476               {
189477                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CSCreationClassName,
189478                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CSName,
189479                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_OSCreationClassName,
189480                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_OSName,
189481                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_Handle,
189482 mike  1.1.2.1     (MetaFeature*)&_PG_UnixProcessStatisticalInformation_ProcessCreationClassName,
189483                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_Name,
189484                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CPUTime,
189485                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealText,
189486                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealData,
189487                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealStack,
189488                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualText,
189489                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualData,
189490                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualStack,
189491                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize,
189492                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualSharedMemory,
189493                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren,
189494                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren,
189495                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealSpace,
189496                   0,
189497               };
189498               
189499               static const char*
189500               __root_cimv2_PG_UnixProcessStatisticalInformation_qualifiers[] =
189501               {
189502                   /* Version */
189503 mike  1.1.2.1     "\0632.2.0",
189504                   0,
189505               };
189506               
189507               MetaClass
189508               __root_cimv2_PG_UnixProcessStatisticalInformation =
189509               {
189510                   /* flags */
189511                   META_FLAG_CLASS,
189512                   /* name */
189513                   "PG_UnixProcessStatisticalInformation",
189514                   /* qualifiers */
189515                   __root_cimv2_PG_UnixProcessStatisticalInformation_qualifiers,
189516                   /* super */
189517                   &__root_cimv2_CIM_StatisticalInformation,
189518                   /* features */
189519                   _PG_UnixProcessStatisticalInformation_features,
189520               };
189521               
189522               //==============================================================================
189523               //
189524 mike  1.1.2.1 // Class: PG_UnixProcessStatistics
189525               //
189526               //==============================================================================
189527               
189528               static const char*
189529               _PG_UnixProcessStatistics_Element_qualifiers[] =
189530               {
189531                   /* Key */
189532                   "\025\001",
189533                   /* Override */
189534                   "\044Element",
189535                   /* Min */
189536                   "\033\000\000\000\001",
189537                   /* Max */
189538                   "\027\000\000\000\001",
189539                   0,
189540               };
189541               
189542               static MetaReference
189543               _PG_UnixProcessStatistics_Element =
189544               {
189545 mike  1.1.2.1     /* flags */
189546                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
189547                   /* name */
189548                   "Element",
189549                   /* qualifiers */
189550                   _PG_UnixProcessStatistics_Element_qualifiers,
189551                   /* subscript */
189552                   -1,
189553                   /* refId */
189554                   &__root_cimv2_PG_UnixProcess,
189555               };
189556               
189557               static const char*
189558               _PG_UnixProcessStatistics_Stats_qualifiers[] =
189559               {
189560                   /* Key */
189561                   "\025\001",
189562                   /* Override */
189563                   "\044Stats",
189564                   /* Weak */
189565                   "\064\001",
189566 mike  1.1.2.1     0,
189567               };
189568               
189569               static MetaReference
189570               _PG_UnixProcessStatistics_Stats =
189571               {
189572                   /* flags */
189573                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
189574                   /* name */
189575                   "Stats",
189576                   /* qualifiers */
189577                   _PG_UnixProcessStatistics_Stats_qualifiers,
189578                   /* subscript */
189579                   -1,
189580                   /* refId */
189581                   &__root_cimv2_PG_UnixProcessStatisticalInformation,
189582               };
189583               
189584               static MetaFeature*
189585               _PG_UnixProcessStatistics_features[] =
189586               {
189587 mike  1.1.2.1     (MetaFeature*)&_PG_UnixProcessStatistics_Element,
189588                   (MetaFeature*)&_PG_UnixProcessStatistics_Stats,
189589                   0,
189590               };
189591               
189592               static const char*
189593               __root_cimv2_PG_UnixProcessStatistics_qualifiers[] =
189594               {
189595                   /* ASSOCIATION */
189596                   "\000\001",
189597                   /* Version */
189598                   "\0632.2.0",
189599                   0,
189600               };
189601               
189602               MetaClass
189603               __root_cimv2_PG_UnixProcessStatistics =
189604               {
189605                   /* flags */
189606                   META_FLAG_ASSOCIATION,
189607                   /* name */
189608 mike  1.1.2.1     "PG_UnixProcessStatistics",
189609                   /* qualifiers */
189610                   __root_cimv2_PG_UnixProcessStatistics_qualifiers,
189611                   /* super */
189612                   &__root_cimv2_CIM_Statistics,
189613                   /* features */
189614                   _PG_UnixProcessStatistics_features,
189615               };
189616               
189617               //==============================================================================
189618               //
189619               // Class: PG_UnixThread
189620               //
189621               //==============================================================================
189622               
189623               static const char*
189624               _PG_UnixThread_SchedPolicy_qualifiers[] =
189625               {
189626                   /* ValueMap */
189627                   "\061\000\0040\0001\0002\0003\000",
189628                   /* Values */
189629 mike  1.1.2.1     "\062\000\004Unknown\000Other\000SCHED_FIFO\000SCHED_RR\000",
189630                   /* ModelCorrespondence */
189631                   "\036\000\001CIM_UnixThread.OtherSchedPolicy\000",
189632                   0,
189633               };
189634               
189635               static MetaProperty
189636               _PG_UnixThread_SchedPolicy =
189637               {
189638                   /* flags */
189639                   META_FLAG_PROPERTY|META_FLAG_READ,
189640                   /* name */
189641                   "SchedPolicy",
189642                   /* qualifiers */
189643                   _PG_UnixThread_SchedPolicy_qualifiers,
189644                   /* type */
189645                   CIMTYPE_UINT16,
189646                   /* subscript */
189647                   -1,
189648                   /* value */
189649                   0,
189650 mike  1.1.2.1 };
189651               
189652               static const char*
189653               _PG_UnixThread_OtherSchedPolicy_qualifiers[] =
189654               {
189655                   /* ModelCorrespondence */
189656                   "\036\000\001CIM_UnixThread.SchedPolicy\000",
189657                   0,
189658               };
189659               
189660               static MetaProperty
189661               _PG_UnixThread_OtherSchedPolicy =
189662               {
189663                   /* flags */
189664                   META_FLAG_PROPERTY|META_FLAG_READ,
189665                   /* name */
189666                   "OtherSchedPolicy",
189667                   /* qualifiers */
189668                   _PG_UnixThread_OtherSchedPolicy_qualifiers,
189669                   /* type */
189670                   CIMTYPE_STRING,
189671 mike  1.1.2.1     /* subscript */
189672                   -1,
189673                   /* value */
189674                   0,
189675               };
189676               
189677               static const char*
189678               _PG_UnixThread_GuardSize_qualifiers[] =
189679               {
189680                   0,
189681               };
189682               
189683               static MetaProperty
189684               _PG_UnixThread_GuardSize =
189685               {
189686                   /* flags */
189687                   META_FLAG_PROPERTY|META_FLAG_READ,
189688                   /* name */
189689                   "GuardSize",
189690                   /* qualifiers */
189691                   _PG_UnixThread_GuardSize_qualifiers,
189692 mike  1.1.2.1     /* type */
189693                   CIMTYPE_STRING,
189694                   /* subscript */
189695                   -1,
189696                   /* value */
189697                   0,
189698               };
189699               
189700               static const char*
189701               _PG_UnixThread_DetachState_qualifiers[] =
189702               {
189703                   /* ValueMap */
189704                   "\061\000\0030\0002\0003\000",
189705                   /* Values */
189706                   "\062\000\003Unknown\000PTHREAD_CREATE_DETACHED\000PTHREAD_CREATE_JOINABLE\000",
189707                   0,
189708               };
189709               
189710               static MetaProperty
189711               _PG_UnixThread_DetachState =
189712               {
189713 mike  1.1.2.1     /* flags */
189714                   META_FLAG_PROPERTY|META_FLAG_READ,
189715                   /* name */
189716                   "DetachState",
189717                   /* qualifiers */
189718                   _PG_UnixThread_DetachState_qualifiers,
189719                   /* type */
189720                   CIMTYPE_UINT16,
189721                   /* subscript */
189722                   -1,
189723                   /* value */
189724                   0,
189725               };
189726               
189727               static const char*
189728               _PG_UnixThread_InheritSched_qualifiers[] =
189729               {
189730                   /* ValueMap */
189731                   "\061\000\0030\0002\0003\000",
189732                   /* Values */
189733                   "\062\000\003Unknown\000PTHREAD_INHERIT_SCHED\000PTHREAD_EXPLICIT_SCHED\000",
189734 mike  1.1.2.1     0,
189735               };
189736               
189737               static MetaProperty
189738               _PG_UnixThread_InheritSched =
189739               {
189740                   /* flags */
189741                   META_FLAG_PROPERTY|META_FLAG_READ,
189742                   /* name */
189743                   "InheritSched",
189744                   /* qualifiers */
189745                   _PG_UnixThread_InheritSched_qualifiers,
189746                   /* type */
189747                   CIMTYPE_UINT16,
189748                   /* subscript */
189749                   -1,
189750                   /* value */
189751                   0,
189752               };
189753               
189754               static const char*
189755 mike  1.1.2.1 _PG_UnixThread_ContentionScope_qualifiers[] =
189756               {
189757                   /* ValueMap */
189758                   "\061\000\0030\0002\0003\000",
189759                   /* Values */
189760                   "\062\000\003Unknown\000PTHREAD_SCOPE_SYSTEM\000PTHREAD_SCOPE_PROCESS\000",
189761                   0,
189762               };
189763               
189764               static MetaProperty
189765               _PG_UnixThread_ContentionScope =
189766               {
189767                   /* flags */
189768                   META_FLAG_PROPERTY|META_FLAG_READ,
189769                   /* name */
189770                   "ContentionScope",
189771                   /* qualifiers */
189772                   _PG_UnixThread_ContentionScope_qualifiers,
189773                   /* type */
189774                   CIMTYPE_UINT16,
189775                   /* subscript */
189776 mike  1.1.2.1     -1,
189777                   /* value */
189778                   0,
189779               };
189780               
189781               static const char*
189782               _PG_UnixThread_StackSize_qualifiers[] =
189783               {
189784                   0,
189785               };
189786               
189787               static MetaProperty
189788               _PG_UnixThread_StackSize =
189789               {
189790                   /* flags */
189791                   META_FLAG_PROPERTY|META_FLAG_READ,
189792                   /* name */
189793                   "StackSize",
189794                   /* qualifiers */
189795                   _PG_UnixThread_StackSize_qualifiers,
189796                   /* type */
189797 mike  1.1.2.1     CIMTYPE_STRING,
189798                   /* subscript */
189799                   -1,
189800                   /* value */
189801                   0,
189802               };
189803               
189804               static const char*
189805               _PG_UnixThread_ConcurrencyLevel_qualifiers[] =
189806               {
189807                   0,
189808               };
189809               
189810               static MetaProperty
189811               _PG_UnixThread_ConcurrencyLevel =
189812               {
189813                   /* flags */
189814                   META_FLAG_PROPERTY|META_FLAG_READ,
189815                   /* name */
189816                   "ConcurrencyLevel",
189817                   /* qualifiers */
189818 mike  1.1.2.1     _PG_UnixThread_ConcurrencyLevel_qualifiers,
189819                   /* type */
189820                   CIMTYPE_UINT64,
189821                   /* subscript */
189822                   -1,
189823                   /* value */
189824                   0,
189825               };
189826               
189827               static const char*
189828               _PG_UnixThread_CancelState_qualifiers[] =
189829               {
189830                   /* ValueMap */
189831                   "\061\000\0030\0002\0003\000",
189832                   /* Values */
189833                   "\062\000\003Unknown\000PTHREAD_CANCEL_ENABLE\000PTHREAD_CANCEL_DISABLE\000",
189834                   0,
189835               };
189836               
189837               static MetaProperty
189838               _PG_UnixThread_CancelState =
189839 mike  1.1.2.1 {
189840                   /* flags */
189841                   META_FLAG_PROPERTY|META_FLAG_READ,
189842                   /* name */
189843                   "CancelState",
189844                   /* qualifiers */
189845                   _PG_UnixThread_CancelState_qualifiers,
189846                   /* type */
189847                   CIMTYPE_UINT16,
189848                   /* subscript */
189849                   -1,
189850                   /* value */
189851                   0,
189852               };
189853               
189854               static const char*
189855               _PG_UnixThread_CancelType_qualifiers[] =
189856               {
189857                   /* ValueMap */
189858                   "\061\000\0030\0002\0003\000",
189859                   /* Values */
189860 mike  1.1.2.1     "\062\000\003Unknown\000PTHREAD_CANCEL_DEFERRED\000PTHREAD_CANCEL_ASYNCHRONOUS\000",
189861                   0,
189862               };
189863               
189864               static MetaProperty
189865               _PG_UnixThread_CancelType =
189866               {
189867                   /* flags */
189868                   META_FLAG_PROPERTY|META_FLAG_READ,
189869                   /* name */
189870                   "CancelType",
189871                   /* qualifiers */
189872                   _PG_UnixThread_CancelType_qualifiers,
189873                   /* type */
189874                   CIMTYPE_UINT16,
189875                   /* subscript */
189876                   -1,
189877                   /* value */
189878                   0,
189879               };
189880               
189881 mike  1.1.2.1 static MetaFeature*
189882               _PG_UnixThread_features[] =
189883               {
189884                   (MetaFeature*)&_PG_UnixThread_SchedPolicy,
189885                   (MetaFeature*)&_PG_UnixThread_OtherSchedPolicy,
189886                   (MetaFeature*)&_PG_UnixThread_GuardSize,
189887                   (MetaFeature*)&_PG_UnixThread_DetachState,
189888                   (MetaFeature*)&_PG_UnixThread_InheritSched,
189889                   (MetaFeature*)&_PG_UnixThread_ContentionScope,
189890                   (MetaFeature*)&_PG_UnixThread_StackSize,
189891                   (MetaFeature*)&_PG_UnixThread_ConcurrencyLevel,
189892                   (MetaFeature*)&_PG_UnixThread_CancelState,
189893                   (MetaFeature*)&_PG_UnixThread_CancelType,
189894                   0,
189895               };
189896               
189897               static const char*
189898               __root_cimv2_PG_UnixThread_qualifiers[] =
189899               {
189900                   /* Version */
189901                   "\0632.2.0",
189902 mike  1.1.2.1     0,
189903               };
189904               
189905               MetaClass
189906               __root_cimv2_PG_UnixThread =
189907               {
189908                   /* flags */
189909                   META_FLAG_CLASS,
189910                   /* name */
189911                   "PG_UnixThread",
189912                   /* qualifiers */
189913                   __root_cimv2_PG_UnixThread_qualifiers,
189914                   /* super */
189915                   &__root_cimv2_CIM_Thread,
189916                   /* features */
189917                   _PG_UnixThread_features,
189918               };
189919               
189920               //==============================================================================
189921               //
189922               // Class: PG_Processor
189923 mike  1.1.2.1 //
189924               //==============================================================================
189925               
189926               static const char*
189927               _PG_Processor_BiosID_qualifiers[] =
189928               {
189929                   0,
189930               };
189931               
189932               static MetaProperty
189933               _PG_Processor_BiosID =
189934               {
189935                   /* flags */
189936                   META_FLAG_PROPERTY|META_FLAG_READ,
189937                   /* name */
189938                   "BiosID",
189939                   /* qualifiers */
189940                   _PG_Processor_BiosID_qualifiers,
189941                   /* type */
189942                   CIMTYPE_STRING,
189943                   /* subscript */
189944 mike  1.1.2.1     -1,
189945                   /* value */
189946                   0,
189947               };
189948               
189949               static const char*
189950               _PG_Processor_FirmwareID_qualifiers[] =
189951               {
189952                   0,
189953               };
189954               
189955               static MetaProperty
189956               _PG_Processor_FirmwareID =
189957               {
189958                   /* flags */
189959                   META_FLAG_PROPERTY|META_FLAG_READ,
189960                   /* name */
189961                   "FirmwareID",
189962                   /* qualifiers */
189963                   _PG_Processor_FirmwareID_qualifiers,
189964                   /* type */
189965 mike  1.1.2.1     CIMTYPE_STRING,
189966                   /* subscript */
189967                   -1,
189968                   /* value */
189969                   0,
189970               };
189971               
189972               static MetaFeature*
189973               _PG_Processor_features[] =
189974               {
189975                   (MetaFeature*)&_PG_Processor_BiosID,
189976                   (MetaFeature*)&_PG_Processor_FirmwareID,
189977                   0,
189978               };
189979               
189980               static const char*
189981               __root_cimv2_PG_Processor_qualifiers[] =
189982               {
189983                   /* Version */
189984                   "\0632.2.0",
189985                   0,
189986 mike  1.1.2.1 };
189987               
189988               MetaClass
189989               __root_cimv2_PG_Processor =
189990               {
189991                   /* flags */
189992                   META_FLAG_CLASS,
189993                   /* name */
189994                   "PG_Processor",
189995                   /* qualifiers */
189996                   __root_cimv2_PG_Processor_qualifiers,
189997                   /* super */
189998                   &__root_cimv2_CIM_Processor,
189999                   /* features */
190000                   _PG_Processor_features,
190001               };
190002               
190003               //==============================================================================
190004               //
190005               // Class: PG_BindsIPToLANEndpoint
190006               //
190007 mike  1.1.2.1 //==============================================================================
190008               
190009               static const char*
190010               _PG_BindsIPToLANEndpoint_Dependent_qualifiers[] =
190011               {
190012                   /* Override */
190013                   "\044Dependent",
190014                   0,
190015               };
190016               
190017               static MetaReference
190018               _PG_BindsIPToLANEndpoint_Dependent =
190019               {
190020                   /* flags */
190021                   META_FLAG_REFERENCE|META_FLAG_READ,
190022                   /* name */
190023                   "Dependent",
190024                   /* qualifiers */
190025                   _PG_BindsIPToLANEndpoint_Dependent_qualifiers,
190026                   /* subscript */
190027                   -1,
190028 mike  1.1.2.1     /* refId */
190029                   &__root_cimv2_CIM_IPProtocolEndpoint,
190030               };
190031               
190032               static MetaFeature*
190033               _PG_BindsIPToLANEndpoint_features[] =
190034               {
190035                   (MetaFeature*)&_PG_BindsIPToLANEndpoint_Dependent,
190036                   0,
190037               };
190038               
190039               static const char*
190040               __root_cimv2_PG_BindsIPToLANEndpoint_qualifiers[] =
190041               {
190042                   /* ASSOCIATION */
190043                   "\000\001",
190044                   /* Version */
190045                   "\0630.6.0",
190046                   0,
190047               };
190048               
190049 mike  1.1.2.1 MetaClass
190050               __root_cimv2_PG_BindsIPToLANEndpoint =
190051               {
190052                   /* flags */
190053                   META_FLAG_ASSOCIATION,
190054                   /* name */
190055                   "PG_BindsIPToLANEndpoint",
190056                   /* qualifiers */
190057                   __root_cimv2_PG_BindsIPToLANEndpoint_qualifiers,
190058                   /* super */
190059                   &__root_cimv2_CIM_BindsToLANEndpoint,
190060                   /* features */
190061                   _PG_BindsIPToLANEndpoint_features,
190062               };
190063               
190064               //==============================================================================
190065               //
190066               // Class: PG_IPRoute
190067               //
190068               //==============================================================================
190069               
190070 mike  1.1.2.1 static MetaFeature*
190071               _PG_IPRoute_features[] =
190072               {
190073                   0,
190074               };
190075               
190076               static const char*
190077               __root_cimv2_PG_IPRoute_qualifiers[] =
190078               {
190079                   /* Version */
190080                   "\0630.6.0",
190081                   0,
190082               };
190083               
190084               MetaClass
190085               __root_cimv2_PG_IPRoute =
190086               {
190087                   /* flags */
190088                   META_FLAG_CLASS,
190089                   /* name */
190090                   "PG_IPRoute",
190091 mike  1.1.2.1     /* qualifiers */
190092                   __root_cimv2_PG_IPRoute_qualifiers,
190093                   /* super */
190094                   &__root_cimv2_CIM_IPRoute,
190095                   /* features */
190096                   _PG_IPRoute_features,
190097               };
190098               
190099               //==============================================================================
190100               //
190101 mike  1.1.2.3 // Class: Hello
190102               //
190103               //==============================================================================
190104               
190105               static const char*
190106               _Hello_Key_qualifiers[] =
190107               {
190108                   /* Key */
190109                   "\025\001",
190110                   0,
190111               };
190112               
190113               static MetaProperty
190114               _Hello_Key =
190115               {
190116                   /* flags */
190117                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190118                   /* name */
190119                   "Key",
190120                   /* qualifiers */
190121                   _Hello_Key_qualifiers,
190122 mike  1.1.2.3     /* type */
190123                   CIMTYPE_UINT32,
190124                   /* subscript */
190125                   -1,
190126                   /* value */
190127                   0,
190128               };
190129               
190130               static MetaFeature*
190131               _Hello_features[] =
190132               {
190133                   (MetaFeature*)&_Hello_Key,
190134                   0,
190135               };
190136               
190137               static const char*
190138               __root_cimv2_Hello_qualifiers[] =
190139               {
190140                   0,
190141               };
190142               
190143 mike  1.1.2.3 MetaClass
190144               __root_cimv2_Hello =
190145               {
190146                   /* flags */
190147                   META_FLAG_CLASS,
190148                   /* name */
190149                   "Hello",
190150                   /* qualifiers */
190151                   __root_cimv2_Hello_qualifiers,
190152                   /* super */
190153                   0,
190154                   /* features */
190155                   _Hello_features,
190156               };
190157               
190158               //==============================================================================
190159               //
190160               // Class: Goodbye
190161               //
190162               //==============================================================================
190163               
190164 mike  1.1.2.3 static const char*
190165               _Goodbye_Key_qualifiers[] =
190166               {
190167                   /* Key */
190168                   "\025\001",
190169                   0,
190170               };
190171               
190172               static MetaProperty
190173               _Goodbye_Key =
190174               {
190175                   /* flags */
190176                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190177                   /* name */
190178                   "Key",
190179                   /* qualifiers */
190180                   _Goodbye_Key_qualifiers,
190181                   /* type */
190182                   CIMTYPE_UINT32,
190183                   /* subscript */
190184                   -1,
190185 mike  1.1.2.3     /* value */
190186                   0,
190187               };
190188               
190189               static MetaFeature*
190190               _Goodbye_features[] =
190191               {
190192                   (MetaFeature*)&_Goodbye_Key,
190193                   0,
190194               };
190195               
190196               static const char*
190197               __root_cimv2_Goodbye_qualifiers[] =
190198               {
190199                   0,
190200               };
190201               
190202               MetaClass
190203               __root_cimv2_Goodbye =
190204               {
190205                   /* flags */
190206 mike  1.1.2.3     META_FLAG_CLASS,
190207                   /* name */
190208                   "Goodbye",
190209                   /* qualifiers */
190210                   __root_cimv2_Goodbye_qualifiers,
190211                   /* super */
190212                   0,
190213                   /* features */
190214                   _Goodbye_features,
190215               };
190216               
190217               //==============================================================================
190218               //
190219 mike  1.1.2.1 // Qualifier array
190220               //
190221               //==============================================================================
190222               
190223               static MetaQualifierDecl*
190224               _qualifiers[] =
190225               {
190226                   &_ASSOCIATION_qualifier_decl,
190227                   &_INDICATION_qualifier_decl,
190228                   &_Abstract_qualifier_decl,
190229                   &_Aggregate_qualifier_decl,
190230                   &_Aggregation_qualifier_decl,
190231                   &_ArrayType_qualifier_decl,
190232                   &_BitMap_qualifier_decl,
190233                   &_BitValues_qualifier_decl,
190234                   &_ClassConstraint_qualifier_decl,
190235                   &_Composition_qualifier_decl,
190236                   &_Counter_qualifier_decl,
190237                   &_Deprecated_qualifier_decl,
190238                   &_Description_qualifier_decl,
190239                   &_DisplayName_qualifier_decl,
190240 mike  1.1.2.1     &_DN_qualifier_decl,
190241                   &_EmbeddedInstance_qualifier_decl,
190242                   &_EmbeddedObject_qualifier_decl,
190243                   &_Exception_qualifier_decl,
190244                   &_Experimental_qualifier_decl,
190245                   &_Gauge_qualifier_decl,
190246                   &_In_qualifier_decl,
190247                   &_Key_qualifier_decl,
190248                   &_MappingStrings_qualifier_decl,
190249                   &_Max_qualifier_decl,
190250                   &_MaxLen_qualifier_decl,
190251                   &_MaxValue_qualifier_decl,
190252                   &_MethodConstraint_qualifier_decl,
190253                   &_Min_qualifier_decl,
190254                   &_MinLen_qualifier_decl,
190255                   &_MinValue_qualifier_decl,
190256                   &_ModelCorrespondence_qualifier_decl,
190257                   &_Nonlocal_qualifier_decl,
190258                   &_NonlocalType_qualifier_decl,
190259                   &_NullValue_qualifier_decl,
190260                   &_Octetstring_qualifier_decl,
190261 mike  1.1.2.1     &_Out_qualifier_decl,
190262                   &_Override_qualifier_decl,
190263                   &_Propagated_qualifier_decl,
190264                   &_PropertyConstraint_qualifier_decl,
190265                   &_Read_qualifier_decl,
190266                   &_Required_qualifier_decl,
190267                   &_Revision_qualifier_decl,
190268                   &_CLASS_qualifier_decl,
190269                   &_Source_qualifier_decl,
190270                   &_SourceType_qualifier_decl,
190271                   &_Static_qualifier_decl,
190272                   &_Terminal_qualifier_decl,
190273                   &_UMLPackagePath_qualifier_decl,
190274                   &_Units_qualifier_decl,
190275                   &_ValueMap_qualifier_decl,
190276                   &_Values_qualifier_decl,
190277                   &_Version_qualifier_decl,
190278                   &_Weak_qualifier_decl,
190279                   &_Write_qualifier_decl,
190280                   &_Alias_qualifier_decl,
190281                   &_Delete_qualifier_decl,
190282 mike  1.1.2.1     &_Expensive_qualifier_decl,
190283                   &_Ifdeleted_qualifier_decl,
190284                   &_Invisible_qualifier_decl,
190285                   &_Large_qualifier_decl,
190286                   &_PropertyUsage_qualifier_decl,
190287                   &_Provider_qualifier_decl,
190288                   &_SyntaxType_qualifier_decl,
190289                   &_Syntax_qualifier_decl,
190290                   &_TriggerType_qualifier_decl,
190291                   &_UnknownValues_qualifier_decl,
190292                   &_UnsupportedValues_qualifier_decl,
190293                   0,
190294               };
190295               
190296               //==============================================================================
190297               //
190298               // Class array
190299               //
190300               //==============================================================================
190301               
190302               static MetaClass*
190303 mike  1.1.2.1 _classes[] =
190304               {
190305                   &__root_cimv2_CIM_DiagnosticResult,
190306                   &__root_cimv2_CIM_Indication,
190307                   &__root_cimv2_CIM_ManagedElement,
190308                   &__root_cimv2_CIM_BaseMetricDefinition,
190309                   &__root_cimv2_CIM_BaseMetricValue,
190310                   &__root_cimv2_CIM_BlockStatisticsManifest,
190311                   &__root_cimv2_CIM_Capabilities,
190312                   &__root_cimv2_CIM_ClassIndication,
190313                   &__root_cimv2_CIM_ClassModification,
190314                   &__root_cimv2_CIM_Collection,
190315                   &__root_cimv2_CIM_CollectionOfMSEs,
190316                   &__root_cimv2_CIM_CommonDatabaseCapabilities,
190317                   &__root_cimv2_CIM_Component,
190318                   &__root_cimv2_CIM_ComputerSystemNodeCapabilities,
190319                   &__root_cimv2_CIM_ConcreteCollection,
190320                   &__root_cimv2_CIM_ConcreteComponent,
190321                   &__root_cimv2_CIM_Configuration,
190322                   &__root_cimv2_CIM_ConfigurationComponent,
190323                   &__root_cimv2_CIM_Credential,
190324 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
190325                   &__root_cimv2_CIM_DependencyContext,
190326                   &__root_cimv2_CIM_DiagnosticResultInPackage,
190327                   &__root_cimv2_CIM_DiagnosticServiceCapabilities,
190328                   &__root_cimv2_CIM_DiskGroup,
190329                   &__root_cimv2_CIM_ElementCapabilities,
190330                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
190331                   &__root_cimv2_CIM_FCSwitchCapabilities,
190332                   &__root_cimv2_CIM_FileSystemCapabilities,
190333                   &__root_cimv2_CIM_FRU,
190334                   &__root_cimv2_CIM_Group,
190335                   &__root_cimv2_CIM_HostedDependency,
190336                   &__root_cimv2_CIM_Identity,
190337                   &__root_cimv2_CIM_IdentityContext,
190338                   &__root_cimv2_CIM_IndicationFilter,
190339                   &__root_cimv2_CIM_InstalledProduct,
190340                   &__root_cimv2_CIM_InstIndication,
190341                   &__root_cimv2_CIM_InstMethodCall,
190342                   &__root_cimv2_CIM_InstModification,
190343                   &__root_cimv2_CIM_InstRead,
190344                   &__root_cimv2_CIM_IPAddressRange,
190345 mike  1.1.2.1     &__root_cimv2_CIM_IPNetworkIdentity,
190346                   &__root_cimv2_CIM_iSCSICapabilities,
190347                   &__root_cimv2_CIM_J2eeManagedObjectCapabilities,
190348                   &__root_cimv2_CIM_KerberosTicket,
190349                   &__root_cimv2_CIM_ListenerDestination,
190350                   &__root_cimv2_CIM_ListenerDestinationCIMXML,
190351                   &__root_cimv2_CIM_LocalizationCapabilities,
190352                   &__root_cimv2_CIM_Location,
190353                   &__root_cimv2_CIM_LogicalIdentity,
190354                   &__root_cimv2_CIM_LogicalNetwork,
190355                   &__root_cimv2_CIM_LogicalPortCapabilities,
190356                   &__root_cimv2_CIM_ManagedSystemElement,
190357                   &__root_cimv2_CIM_MemberOfCollection,
190358                   &__root_cimv2_CIM_MemberPrincipal,
190359                   &__root_cimv2_CIM_MethodParameters,
190360                   &__root_cimv2_CIM_MetricDefForME,
190361                   &__root_cimv2_CIM_MetricDefinition,
190362                   &__root_cimv2_CIM_MetricForME,
190363                   &__root_cimv2_CIM_MetricInstance,
190364                   &__root_cimv2_CIM_NamedSharedIKESecret,
190365                   &__root_cimv2_CIM_Namespace,
190366 mike  1.1.2.1     &__root_cimv2_CIM_NextHopRoute,
190367                   &__root_cimv2_CIM_OrderedMemberOfCollection,
190368                   &__root_cimv2_CIM_OrganizationalEntity,
190369                   &__root_cimv2_CIM_OrgStructure,
190370                   &__root_cimv2_CIM_OrgUnit,
190371                   &__root_cimv2_CIM_OSPFServiceCapabilities,
190372                   &__root_cimv2_CIM_OtherGroupInformation,
190373                   &__root_cimv2_CIM_OtherOrganizationInformation,
190374                   &__root_cimv2_CIM_OtherOrgUnitInformation,
190375                   &__root_cimv2_CIM_OtherPersonInformation,
190376                   &__root_cimv2_CIM_OtherRoleInformation,
190377                   &__root_cimv2_CIM_ParametersForMethod,
190378                   &__root_cimv2_CIM_ParameterValueSources,
190379                   &__root_cimv2_CIM_PhysicalCapacity,
190380                   &__root_cimv2_CIM_PhysicalElement,
190381                   &__root_cimv2_CIM_PhysicalLink,
190382                   &__root_cimv2_CIM_PhysicalPackage,
190383                   &__root_cimv2_CIM_Policy,
190384                   &__root_cimv2_CIM_PolicyAction,
190385                   &__root_cimv2_CIM_PolicyComponent,
190386                   &__root_cimv2_CIM_PolicyCondition,
190387 mike  1.1.2.1     &__root_cimv2_CIM_PolicyConditionStructure,
190388                   &__root_cimv2_CIM_PolicySet,
190389                   &__root_cimv2_CIM_PolicySetAppliesToElement,
190390                   &__root_cimv2_CIM_PolicySetComponent,
190391                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
190392                   &__root_cimv2_CIM_PowerManagementCapabilities,
190393                   &__root_cimv2_CIM_Privilege,
190394                   &__root_cimv2_CIM_ProcessIndication,
190395                   &__root_cimv2_CIM_Product,
190396                   &__root_cimv2_CIM_ProductComponent,
190397                   &__root_cimv2_CIM_ProductFRU,
190398                   &__root_cimv2_CIM_ProductParentChild,
190399                   &__root_cimv2_CIM_ProductPhysicalComponent,
190400                   &__root_cimv2_CIM_ProductPhysicalElements,
190401                   &__root_cimv2_CIM_ProductProductDependency,
190402                   &__root_cimv2_CIM_Profile,
190403                   &__root_cimv2_CIM_ProtocolControllerMaskingCapabilities,
190404                   &__root_cimv2_CIM_PublicKeyCertificate,
190405                   &__root_cimv2_CIM_RecordForLog,
190406                   &__root_cimv2_CIM_RegisteredProfile,
190407                   &__root_cimv2_CIM_RegisteredSubProfile,
190408 mike  1.1.2.1     &__root_cimv2_CIM_RejectConnectionAction,
190409                   &__root_cimv2_CIM_ReplaceableProductFRU,
190410                   &__root_cimv2_CIM_ReplacementSet,
190411                   &__root_cimv2_CIM_Role,
190412                   &__root_cimv2_CIM_SAAction,
190413                   &__root_cimv2_CIM_SANegotiationAction,
190414                   &__root_cimv2_CIM_SAStaticAction,
190415                   &__root_cimv2_CIM_SchedulingElement,
190416                   &__root_cimv2_CIM_SecuritySensitivity,
190417                   &__root_cimv2_CIM_Setting,
190418                   &__root_cimv2_CIM_SettingContext,
190419                   &__root_cimv2_CIM_SettingData,
190420                   &__root_cimv2_CIM_SharedSecret,
190421                   &__root_cimv2_CIM_SNMPTrapIndication,
190422                   &__root_cimv2_CIM_Spared,
190423                   &__root_cimv2_CIM_StatisticalData,
190424                   &__root_cimv2_CIM_StatisticalInformation,
190425                   &__root_cimv2_CIM_StatisticalRuntimeOverview,
190426                   &__root_cimv2_CIM_StatisticalSetting,
190427                   &__root_cimv2_CIM_Statistics,
190428                   &__root_cimv2_CIM_StatisticsCapabilities,
190429 mike  1.1.2.1     &__root_cimv2_CIM_StorageClientSettingData,
190430                   &__root_cimv2_CIM_StorageConfigurationCapabilities,
190431                   &__root_cimv2_CIM_StorageError,
190432                   &__root_cimv2_CIM_StorageHardwareID,
190433                   &__root_cimv2_CIM_StorageReplicationCapabilities,
190434                   &__root_cimv2_CIM_StorageSetting,
190435                   &__root_cimv2_CIM_StorageSettingWithHints,
190436                   &__root_cimv2_CIM_SupportAccess,
190437                   &__root_cimv2_CIM_Synchronized,
190438                   &__root_cimv2_CIM_SystemConfiguration,
190439                   &__root_cimv2_CIM_SystemIdentification,
190440                   &__root_cimv2_CIM_SystemInNamespace,
190441                   &__root_cimv2_CIM_SystemSetting,
190442                   &__root_cimv2_CIM_SystemSettingContext,
190443                   &__root_cimv2_CIM_SystemSpecificCollection,
190444                   &__root_cimv2_CIM_SystemStatisticalInformation,
190445                   &__root_cimv2_CIM_TimeZone,
190446                   &__root_cimv2_CIM_TraceLevelType,
190447                   &__root_cimv2_CIM_UnitOfWork,
190448                   &__root_cimv2_CIM_UnixProcessStatisticalInformation,
190449                   &__root_cimv2_CIM_UnsignedPublicKey,
190450 mike  1.1.2.1     &__root_cimv2_CIM_UoWMetric,
190451                   &__root_cimv2_CIM_UserEntity,
190452                   &__root_cimv2_CIM_UsersAccess,
190453                   &__root_cimv2_CIM_UsersCredential,
190454                   &__root_cimv2_CIM_VendorPolicyAction,
190455                   &__root_cimv2_CIM_VendorPolicyCondition,
190456                   &__root_cimv2_CIM_VideoControllerResolution,
190457                   &__root_cimv2_CIM_WRRSchedulingElement,
190458                   &__root_cimv2_CIM_ZoneCapabilities,
190459                   &__root_cimv2_PRS_ExchangeElement,
190460                   &__root_cimv2_PRS_ExpressionElement,
190461                   &__root_cimv2_PRS_Feature,
190462                   &__root_cimv2_PRS_Location,
190463                   &__root_cimv2_PRS_Product,
190464                   &__root_cimv2_PRS_ProductComponent,
190465                   &__root_cimv2_PRS_ProductParentChild,
190466                   &__root_cimv2_PRS_Resource,
190467                   &__root_cimv2_PRS_Revision,
190468                   &__root_cimv2_PRS_ServiceIncident,
190469                   &__root_cimv2_PRS_Solution,
190470                   &__root_cimv2_PRS_SolutionElement,
190471 mike  1.1.2.1     &__root_cimv2_PRS_SolutionHasElement,
190472                   &__root_cimv2_PRS_Statement,
190473                   &__root_cimv2_PRS_StatementFeature,
190474                   &__root_cimv2_PRS_Transaction,
190475                   &__root_cimv2_CIM_AlertIndication,
190476                   &__root_cimv2_CIM_AlertInstIndication,
190477                   &__root_cimv2_CIM_AllocationSchedulingElement,
190478                   &__root_cimv2_CIM_AssignedIdentity,
190479                   &__root_cimv2_CIM_AuthenticationCondition,
190480                   &__root_cimv2_CIM_AuthorizedPrivilege,
190481                   &__root_cimv2_CIM_AuthorizedSubject,
190482                   &__root_cimv2_CIM_AuthorizedTarget,
190483                   &__root_cimv2_CIM_BGPCluster,
190484                   &__root_cimv2_CIM_BGPEndpointStatistics,
190485                   &__root_cimv2_CIM_BGPPeerGroup,
190486                   &__root_cimv2_CIM_BiometricAuthentication,
190487                   &__root_cimv2_CIM_BlockStatisticsCapabilities,
190488                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
190489                   &__root_cimv2_CIM_BlockStorageStatisticalData,
190490                   &__root_cimv2_CIM_BufferPool,
190491                   &__root_cimv2_CIM_CIMOMStatisticalData,
190492 mike  1.1.2.1     &__root_cimv2_CIM_ClassCreation,
190493                   &__root_cimv2_CIM_ClassDeletion,
190494                   &__root_cimv2_CIM_CollectedBufferPool,
190495                   &__root_cimv2_CIM_CollectedCollections,
190496                   &__root_cimv2_CIM_CollectedMSEs,
190497                   &__root_cimv2_CIM_CollectionConfiguration,
190498                   &__root_cimv2_CIM_CollectionInOrganization,
190499                   &__root_cimv2_CIM_CollectionSetting,
190500                   &__root_cimv2_CIM_CommonDatabaseSettingData,
190501                   &__root_cimv2_CIM_CommonDatabaseStatistics,
190502                   &__root_cimv2_CIM_CompatibleProduct,
190503                   &__root_cimv2_CIM_CompoundPolicyAction,
190504                   &__root_cimv2_CIM_CompoundPolicyCondition,
190505                   &__root_cimv2_CIM_ConcreteDependency,
190506                   &__root_cimv2_CIM_ConcreteIdentity,
190507                   &__root_cimv2_CIM_ConfigurationCapacity,
190508                   &__root_cimv2_CIM_ConnectivityCollection,
190509                   &__root_cimv2_CIM_ConnectivityMembershipSettingData,
190510                   &__root_cimv2_CIM_ContainedLocation,
190511                   &__root_cimv2_CIM_Container,
190512                   &__root_cimv2_CIM_DatabaseResourceStatistics,
190513 mike  1.1.2.1     &__root_cimv2_CIM_DatabaseServiceStatistics,
190514                   &__root_cimv2_CIM_DeviceErrorCounts,
190515                   &__root_cimv2_CIM_DeviceErrorData,
190516                   &__root_cimv2_CIM_DeviceStatisticalInformation,
190517                   &__root_cimv2_CIM_DiagnosticRecord,
190518                   &__root_cimv2_CIM_DiagnosticResultForMSE,
190519                   &__root_cimv2_CIM_DiagnosticServiceRecord,
190520                   &__root_cimv2_CIM_DiagnosticSetting,
190521                   &__root_cimv2_CIM_DiagnosticSettingRecord,
190522                   &__root_cimv2_CIM_DocumentAuthentication,
190523                   &__root_cimv2_CIM_ElementAsUser,
190524                   &__root_cimv2_CIM_ElementCapacity,
190525                   &__root_cimv2_CIM_ElementConfiguration,
190526                   &__root_cimv2_CIM_ElementConformsToProfile,
190527                   &__root_cimv2_CIM_ElementLocation,
190528                   &__root_cimv2_CIM_ElementProfile,
190529                   &__root_cimv2_CIM_ElementSecuritySensitivity,
190530                   &__root_cimv2_CIM_ElementSetting,
190531                   &__root_cimv2_CIM_ElementSettingData,
190532                   &__root_cimv2_CIM_ElementsLinked,
190533                   &__root_cimv2_CIM_ElementStatisticalData,
190534 mike  1.1.2.1     &__root_cimv2_CIM_FCAdapterEventCounters,
190535                   &__root_cimv2_CIM_FCPortCapabilities,
190536                   &__root_cimv2_CIM_FCPortRateStatistics,
190537                   &__root_cimv2_CIM_FCSwitchSettings,
190538                   &__root_cimv2_CIM_FibrePortEventCounters,
190539                   &__root_cimv2_CIM_FRUIncludesProduct,
190540                   &__root_cimv2_CIM_FRUPhysicalElements,
190541                   &__root_cimv2_CIM_GatewayPathID,
190542                   &__root_cimv2_CIM_GroupInDiskGroup,
190543                   &__root_cimv2_CIM_IKEAction,
190544                   &__root_cimv2_CIM_IndicationHandler,
190545                   &__root_cimv2_CIM_IndicationHandlerCIMXML,
190546                   &__root_cimv2_CIM_IndicationSubscription,
190547                   &__root_cimv2_CIM_InstalledProductImage,
190548                   &__root_cimv2_CIM_InstCreation,
190549                   &__root_cimv2_CIM_InstDeletion,
190550                   &__root_cimv2_CIM_IPConnectivitySubnet,
190551                   &__root_cimv2_CIM_IPsecAction,
190552                   &__root_cimv2_CIM_IPsecTransportAction,
190553                   &__root_cimv2_CIM_IPsecTunnelAction,
190554                   &__root_cimv2_CIM_IPSubnet,
190555 mike  1.1.2.1     &__root_cimv2_CIM_IPXConnectivityNetwork,
190556                   &__root_cimv2_CIM_IPXNetwork,
190557                   &__root_cimv2_CIM_iSCSIConnectionSettings,
190558                   &__root_cimv2_CIM_iSCSILoginStatistics,
190559                   &__root_cimv2_CIM_iSCSISessionFailures,
190560                   &__root_cimv2_CIM_iSCSISessionSettings,
190561                   &__root_cimv2_CIM_J2eeNotification,
190562                   &__root_cimv2_CIM_J2eeStatistic,
190563                   &__root_cimv2_CIM_J2eeURLStats,
190564                   &__root_cimv2_CIM_JobSettingData,
190565                   &__root_cimv2_CIM_KerberosAuthentication,
190566                   &__root_cimv2_CIM_LabelReaderStatData,
190567                   &__root_cimv2_CIM_LabelReaderStatInfo,
190568                   &__root_cimv2_CIM_LANConnectivitySegment,
190569                   &__root_cimv2_CIM_LANSegment,
190570                   &__root_cimv2_CIM_LogicalElement,
190571                   &__root_cimv2_CIM_LogicalElementPerformsUoW,
190572                   &__root_cimv2_CIM_LogicalFile,
190573                   &__root_cimv2_CIM_LogicalPortGroup,
190574                   &__root_cimv2_CIM_LogicalPortSettings,
190575                   &__root_cimv2_CIM_LogRecord,
190576 mike  1.1.2.1     &__root_cimv2_CIM_MediaAccessStatData,
190577                   &__root_cimv2_CIM_MediaAccessStatInfo,
190578                   &__root_cimv2_CIM_MediaPhysicalStatData,
190579                   &__root_cimv2_CIM_MemoryCapacity,
190580                   &__root_cimv2_CIM_MemoryError,
190581                   &__root_cimv2_CIM_MonitorResolution,
190582                   &__root_cimv2_CIM_MoreGroupInfo,
190583                   &__root_cimv2_CIM_MoreOrgUnitInfo,
190584                   &__root_cimv2_CIM_MoreRoleInfo,
190585                   &__root_cimv2_CIM_NamedAddressCollection,
190586                   &__root_cimv2_CIM_NetworkingIDAuthentication,
190587                   &__root_cimv2_CIM_NetworkPacketAction,
190588                   &__root_cimv2_CIM_NetworkPortStatistics,
190589                   &__root_cimv2_CIM_NextHopIPRoute,
190590                   &__root_cimv2_CIM_NextHopRouting,
190591                   &__root_cimv2_CIM_Organization,
190592                   &__root_cimv2_CIM_OSPFAreaConfiguration,
190593                   &__root_cimv2_CIM_OSPFLink,
190594                   &__root_cimv2_CIM_PackageLocation,
190595                   &__root_cimv2_CIM_PacketFilterCondition,
190596                   &__root_cimv2_CIM_ParticipatesInSet,
190597 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalComponent,
190598                   &__root_cimv2_CIM_PhysicalConnector,
190599                   &__root_cimv2_CIM_PhysicalCredentialAuthentication,
190600                   &__root_cimv2_CIM_PhysicalElementLocation,
190601                   &__root_cimv2_CIM_PhysicalFrame,
190602                   &__root_cimv2_CIM_PhysicalMedia,
190603                   &__root_cimv2_CIM_PhysicalStatisticalInformation,
190604                   &__root_cimv2_CIM_PhysicalStatistics,
190605                   &__root_cimv2_CIM_PhysicalTape,
190606                   &__root_cimv2_CIM_PickerStatData,
190607                   &__root_cimv2_CIM_PickerStatInfo,
190608                   &__root_cimv2_CIM_PolicyActionStructure,
190609                   &__root_cimv2_CIM_PolicyConditionInPolicyCondition,
190610                   &__root_cimv2_CIM_PolicyGroup,
190611                   &__root_cimv2_CIM_PolicyGroupInPolicyGroup,
190612                   &__root_cimv2_CIM_PolicyRoleCollection,
190613                   &__root_cimv2_CIM_PolicyRule,
190614                   &__root_cimv2_CIM_PolicyRuleInPolicyGroup,
190615                   &__root_cimv2_CIM_PolicyRuleValidityPeriod,
190616                   &__root_cimv2_CIM_PolicySetInRoleCollection,
190617                   &__root_cimv2_CIM_PolicySetValidityPeriod,
190618 mike  1.1.2.1     &__root_cimv2_CIM_PreconfiguredSAAction,
190619                   &__root_cimv2_CIM_PreconfiguredTransportAction,
190620                   &__root_cimv2_CIM_PreconfiguredTunnelAction,
190621                   &__root_cimv2_CIM_PrioritySchedulingElement,
190622                   &__root_cimv2_CIM_ProductSupport,
190623                   &__root_cimv2_CIM_PublicPrivateKeyAuthentication,
190624                   &__root_cimv2_CIM_PublicPrivateKeyPair,
190625                   &__root_cimv2_CIM_Rack,
190626                   &__root_cimv2_CIM_RangeOfIPAddresses,
190627                   &__root_cimv2_CIM_RangesOfConfiguration,
190628                   &__root_cimv2_CIM_RecordAppliesToElement,
190629                   &__root_cimv2_CIM_RedundancyGroup,
190630                   &__root_cimv2_CIM_RedundancySet,
190631                   &__root_cimv2_CIM_ReferencedProfile,
190632                   &__root_cimv2_CIM_RelatedStatisticalData,
190633                   &__root_cimv2_CIM_RelatedStatistics,
190634                   &__root_cimv2_CIM_RoutingPolicy,
190635                   &__root_cimv2_CIM_SAEndpointConnectionStatistics,
190636                   &__root_cimv2_CIM_SAEndpointRefreshSettings,
190637                   &__root_cimv2_CIM_SAPStatisticalInformation,
190638                   &__root_cimv2_CIM_SARule,
190639 mike  1.1.2.1     &__root_cimv2_CIM_ScopedSettingData,
190640                   &__root_cimv2_CIM_ServiceStatisticalInformation,
190641                   &__root_cimv2_CIM_SettingAssociatedToCapabilities,
190642                   &__root_cimv2_CIM_SharedSecretAuthentication,
190643                   &__root_cimv2_CIM_Slot,
190644                   &__root_cimv2_CIM_SoftwareElement,
190645                   &__root_cimv2_CIM_SoftwareElementComponent,
190646                   &__root_cimv2_CIM_SoftwareFeature,
190647                   &__root_cimv2_CIM_SoftwareFeatureComponent,
190648                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
190649                   &__root_cimv2_CIM_SoftwareIdentity,
190650                   &__root_cimv2_CIM_SpanningTreeStatistics,
190651                   &__root_cimv2_CIM_SpareGroup,
190652                   &__root_cimv2_CIM_StaticForwardingEntry,
190653                   &__root_cimv2_CIM_StatisticsCollection,
190654                   &__root_cimv2_CIM_StorageCapabilities,
190655                   &__root_cimv2_CIM_StorageMediaLocation,
190656                   &__root_cimv2_CIM_StorageRedundancyGroup,
190657                   &__root_cimv2_CIM_StorageRedundancySet,
190658                   &__root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities,
190659                   &__root_cimv2_CIM_StorageSynchronized,
190660 mike  1.1.2.1     &__root_cimv2_CIM_SubProfileRequiresProfile,
190661                   &__root_cimv2_CIM_SubUoW,
190662                   &__root_cimv2_CIM_SwitchPortSourceRoutingStatistics,
190663                   &__root_cimv2_CIM_SwitchPortSpanningTreeStatistics,
190664                   &__root_cimv2_CIM_SwitchPortStatistics,
190665                   &__root_cimv2_CIM_SwitchPortTransparentBridgingStatistics,
190666                   &__root_cimv2_CIM_SymbolicLink,
190667                   &__root_cimv2_CIM_ThresholdIndication,
190668                   &__root_cimv2_CIM_TokenRingPortStatistics,
190669                   &__root_cimv2_CIM_TransparentBridgingStatistics,
190670                   &__root_cimv2_CIM_UnitOfWorkDefinition,
190671                   &__root_cimv2_CIM_UnixFile,
190672                   &__root_cimv2_CIM_UoWDefTraceLevelType,
190673                   &__root_cimv2_CIM_UoWMetricDefinition,
190674                   &__root_cimv2_CIM_UserContact,
190675                   &__root_cimv2_CIM_VideoBIOSElement,
190676                   &__root_cimv2_CIM_VideoBIOSFeature,
190677                   &__root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements,
190678                   &__root_cimv2_CIM_Zone,
190679                   &__root_cimv2_CIM_ZoneMembershipSettingData,
190680                   &__root_cimv2_CIM_ZoneSet,
190681 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
190682                   &__root_cimv2_PRS_ActivityResource,
190683                   &__root_cimv2_PRS_ActivityTransaction,
190684                   &__root_cimv2_PRS_Address,
190685                   &__root_cimv2_PRS_AddressLocation,
190686                   &__root_cimv2_PRS_Administrative,
190687                   &__root_cimv2_PRS_AdministrativeRevision,
190688                   &__root_cimv2_PRS_Agreement,
190689                   &__root_cimv2_PRS_Attachment,
190690                   &__root_cimv2_PRS_Category,
190691                   &__root_cimv2_PRS_CategoryParentChild,
190692                   &__root_cimv2_PRS_Contact,
190693                   &__root_cimv2_PRS_ContactItem,
190694                   &__root_cimv2_PRS_ContactItemAddress,
190695                   &__root_cimv2_PRS_Expression,
190696                   &__root_cimv2_PRS_ExpressionLink,
190697                   &__root_cimv2_PRS_FeatureResource,
190698                   &__root_cimv2_PRS_Organization,
190699                   &__root_cimv2_PRS_Person,
190700                   &__root_cimv2_PRS_Problem,
190701                   &__root_cimv2_PRS_ProductAsset,
190702 mike  1.1.2.1     &__root_cimv2_PRS_Reference,
190703                   &__root_cimv2_PRS_Resolution,
190704                   &__root_cimv2_PRS_ResolutionResource,
190705                   &__root_cimv2_PRS_RevisionContact,
190706                   &__root_cimv2_PRS_ServiceActivity,
190707                   &__root_cimv2_PRS_ServiceAgreement,
190708                   &__root_cimv2_PRS_ServiceProblem,
190709                   &__root_cimv2_PRS_ServiceProvider,
190710                   &__root_cimv2_PRS_ServiceRequester,
190711                   &__root_cimv2_PRS_ServiceResolutionSolution,
190712                   &__root_cimv2_PRS_SolutionCategory,
190713                   &__root_cimv2_PRS_SolutionExpression,
190714                   &__root_cimv2_PRS_SolutionProblem,
190715                   &__root_cimv2_PRS_SolutionReference,
190716                   &__root_cimv2_PRS_SolutionResolution,
190717                   &__root_cimv2_CIM_AccessControlInformation,
190718                   &__root_cimv2_CIM_Account,
190719                   &__root_cimv2_CIM_AccountAuthentication,
190720                   &__root_cimv2_CIM_AccountIdentity,
190721                   &__root_cimv2_CIM_AccountMapsToAccount,
190722                   &__root_cimv2_CIM_ActsAsSpare,
190723 mike  1.1.2.1     &__root_cimv2_CIM_AdjacentSlots,
190724                   &__root_cimv2_CIM_AdministrativeDistance,
190725                   &__root_cimv2_CIM_AGPSoftwareFeature,
190726                   &__root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection,
190727                   &__root_cimv2_CIM_AuthenticationRequirement,
190728                   &__root_cimv2_CIM_AuthenticationRule,
190729                   &__root_cimv2_CIM_AuthenticationTarget,
190730                   &__root_cimv2_CIM_AuthorizationSubject,
190731                   &__root_cimv2_CIM_AuthorizationTarget,
190732                   &__root_cimv2_CIM_BGPAttributes,
190733                   &__root_cimv2_CIM_BGPPathAttributes,
190734                   &__root_cimv2_CIM_BGPRouteMap,
190735                   &__root_cimv2_CIM_BGPRouteMapsInRoutingPolicy,
190736                   &__root_cimv2_CIM_BGPStatistics,
190737                   &__root_cimv2_CIM_BIOSElement,
190738                   &__root_cimv2_CIM_BIOSFeature,
190739                   &__root_cimv2_CIM_BIOSFeatureBIOSElements,
190740                   &__root_cimv2_CIM_BoundedPrioritySchedulingElement,
190741                   &__root_cimv2_CIM_Card,
190742                   &__root_cimv2_CIM_CardOnCard,
190743                   &__root_cimv2_CIM_Chassis,
190744 mike  1.1.2.1     &__root_cimv2_CIM_ChassisInRack,
190745                   &__root_cimv2_CIM_Chip,
190746                   &__root_cimv2_CIM_CollectedSoftwareElements,
190747                   &__root_cimv2_CIM_CollectedSoftwareFeatures,
190748                   &__root_cimv2_CIM_ConnectedTo,
190749                   &__root_cimv2_CIM_ConnectorOnPackage,
190750                   &__root_cimv2_CIM_CorrespondingSettingsRecord,
190751                   &__root_cimv2_CIM_DatabaseParameter,
190752                   &__root_cimv2_CIM_DatabaseSegmentSettingData,
190753                   &__root_cimv2_CIM_DataFile,
190754                   &__root_cimv2_CIM_DefaultSetting,
190755                   &__root_cimv2_CIM_DeviceFile,
190756                   &__root_cimv2_CIM_DiagnosticCompletionRecord,
190757                   &__root_cimv2_CIM_Directory,
190758                   &__root_cimv2_CIM_DirectoryContainsFile,
190759                   &__root_cimv2_CIM_Docked,
190760                   &__root_cimv2_CIM_DynamicForwardingEntry,
190761                   &__root_cimv2_CIM_ElementInPolicyRoleCollection,
190762                   &__root_cimv2_CIM_ElementSoftwareIdentity,
190763                   &__root_cimv2_CIM_EthernetPortStatistics,
190764                   &__root_cimv2_CIM_ExtraCapacityGroup,
190765 mike  1.1.2.1     &__root_cimv2_CIM_FCPortStatistics,
190766                   &__root_cimv2_CIM_FIFOPipeFile,
190767                   &__root_cimv2_CIM_FileIdentity,
190768                   &__root_cimv2_CIM_FileSystemSettingData,
190769                   &__root_cimv2_CIM_FilteredBGPAttributes,
190770                   &__root_cimv2_CIM_FilterEntryBase,
190771                   &__root_cimv2_CIM_FilterList,
190772                   &__root_cimv2_CIM_FilterListsInBGPRouteMap,
190773                   &__root_cimv2_CIM_FilterOfPacketCondition,
190774                   &__root_cimv2_CIM_FormattedIndicationSubscription,
190775                   &__root_cimv2_CIM_FRUIncludesSoftwareFeature,
190776                   &__root_cimv2_CIM_Hdr8021Filter,
190777                   &__root_cimv2_CIM_HomeForMedia,
190778                   &__root_cimv2_CIM_IKERule,
190779                   &__root_cimv2_CIM_IPHeadersFilter,
190780                   &__root_cimv2_CIM_IPRoute,
190781                   &__root_cimv2_CIM_IPsecRule,
190782                   &__root_cimv2_CIM_IPSOFilterEntry,
190783                   &__root_cimv2_CIM_IsSpare,
190784                   &__root_cimv2_CIM_J2eeConnectionStats,
190785                   &__root_cimv2_CIM_J2eeEJBStats,
190786 mike  1.1.2.1     &__root_cimv2_CIM_J2eeEntityBeanStats,
190787                   &__root_cimv2_CIM_J2eeJavaMailStats,
190788                   &__root_cimv2_CIM_J2eeJCAStats,
190789                   &__root_cimv2_CIM_J2eeJDBCStats,
190790                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
190791                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
190792                   &__root_cimv2_CIM_J2eeJMSProducerStats,
190793                   &__root_cimv2_CIM_J2eeJMSSessionStats,
190794                   &__root_cimv2_CIM_J2eeJMSStats,
190795                   &__root_cimv2_CIM_J2eeJTAStats,
190796                   &__root_cimv2_CIM_J2eeJVMStats,
190797                   &__root_cimv2_CIM_J2eeMessageDrivenBeanStats,
190798                   &__root_cimv2_CIM_J2eeServletStats,
190799                   &__root_cimv2_CIM_J2eeSessionBeanStats,
190800                   &__root_cimv2_CIM_J2eeStatefulSessionBeanStats,
190801                   &__root_cimv2_CIM_J2eeStatelessSessionBeanStats,
190802                   &__root_cimv2_CIM_Job,
190803                   &__root_cimv2_CIM_LinkHasConnector,
190804                   &__root_cimv2_CIM_ListsInRoutingPolicy,
190805                   &__root_cimv2_CIM_LogicalElementUnitOfWorkDef,
190806                   &__root_cimv2_CIM_Magazine,
190807 mike  1.1.2.1     &__root_cimv2_CIM_MediaPhysicalStatInfo,
190808                   &__root_cimv2_CIM_MoreOrganizationInfo,
190809                   &__root_cimv2_CIM_OwningJobElement,
190810                   &__root_cimv2_CIM_PackagedComponent,
190811                   &__root_cimv2_CIM_PackageInChassis,
190812                   &__root_cimv2_CIM_PackageInConnector,
190813                   &__root_cimv2_CIM_PackageInSlot,
190814                   &__root_cimv2_CIM_PeerIDPayloadFilterEntry,
190815                   &__root_cimv2_CIM_Person,
190816                   &__root_cimv2_CIM_PhysicalMediaInLocation,
190817                   &__root_cimv2_CIM_PhysicalMemory,
190818                   &__root_cimv2_CIM_PolicyActionInPolicyAction,
190819                   &__root_cimv2_CIM_PolicyActionInPolicyRule,
190820                   &__root_cimv2_CIM_PolicyConditionInPolicyRule,
190821                   &__root_cimv2_CIM_PreambleFilter,
190822                   &__root_cimv2_CIM_PrintJob,
190823                   &__root_cimv2_CIM_PrintJobFile,
190824                   &__root_cimv2_CIM_ProductSoftwareComponent,
190825                   &__root_cimv2_CIM_ProductSoftwareFeatures,
190826                   &__root_cimv2_CIM_RedundancyComponent,
190827                   &__root_cimv2_CIM_SAProposal,
190828 mike  1.1.2.1     &__root_cimv2_CIM_SATransform,
190829                   &__root_cimv2_CIM_ScopedSetting,
190830                   &__root_cimv2_CIM_SlotInSlot,
190831                   &__root_cimv2_CIM_SNMPDatabaseParameter,
190832                   &__root_cimv2_CIM_StartedUoW,
190833                   &__root_cimv2_CIM_SubUoWDef,
190834                   &__root_cimv2_CIM_SystemBusCard,
190835                   &__root_cimv2_CIM_TransformOfPreconfiguredAction,
190836                   &__root_cimv2_CIM_UnixDeviceFile,
190837                   &__root_cimv2_CIM_UnixDirectory,
190838                   &__root_cimv2_CIM_UsersAccount,
190839                   &__root_cimv2_CIM_X509CredentialFilterEntry,
190840                   &__root_cimv2_PRS_ActivityContact,
190841                   &__root_cimv2_PRS_AdminAssociation,
190842                   &__root_cimv2_PRS_AdministrativeContact,
190843                   &__root_cimv2_PRS_Attached,
190844                   &__root_cimv2_PRS_Categorization,
190845                   &__root_cimv2_PRS_ContactContactItem,
190846                   &__root_cimv2_PRS_ContactOrganization,
190847                   &__root_cimv2_PRS_ContactPerson,
190848                   &__root_cimv2_CIM_AffectedJobElement,
190849 mike  1.1.2.1     &__root_cimv2_CIM_AHTransform,
190850                   &__root_cimv2_CIM_BGPIPRoute,
190851                   &__root_cimv2_CIM_BGPPeerUsesRouteMap,
190852                   &__root_cimv2_CIM_CardInSlot,
190853                   &__root_cimv2_CIM_ConcreteJob,
190854                   &__root_cimv2_CIM_ContainedProposal,
190855                   &__root_cimv2_CIM_EnabledLogicalElement,
190856                   &__root_cimv2_CIM_EntriesInFilterList,
190857                   &__root_cimv2_CIM_ESPTransform,
190858                   &__root_cimv2_CIM_FileSystem,
190859                   &__root_cimv2_CIM_FilterEntry,
190860                   &__root_cimv2_CIM_IKEProposal,
190861                   &__root_cimv2_CIM_IPCOMPTransform,
190862                   &__root_cimv2_CIM_IPsecProposal,
190863                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
190864                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
190865                   &__root_cimv2_CIM_J2eeJCAConnectionPools,
190866                   &__root_cimv2_CIM_J2eeJCAManagedConnectionFactory,
190867                   &__root_cimv2_CIM_J2eeJCANonpooledConnections,
190868                   &__root_cimv2_CIM_J2eeJDBCConnectionPools,
190869                   &__root_cimv2_CIM_J2eeJDBCDataSource,
190870 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJDBCDriver,
190871                   &__root_cimv2_CIM_J2eeJDBCNonpooledConnections,
190872                   &__root_cimv2_CIM_J2eeJMSConnectionSessions,
190873                   &__root_cimv2_CIM_J2eeJMSConsumerStats,
190874                   &__root_cimv2_CIM_J2eeJMSSessionConsumers,
190875                   &__root_cimv2_CIM_J2eeJMSSessionProducers,
190876                   &__root_cimv2_CIM_J2eeJMSStatConnections,
190877                   &__root_cimv2_CIM_J2eeJVM,
190878                   &__root_cimv2_CIM_J2eeManagedObject,
190879                   &__root_cimv2_CIM_JobDestination,
190880                   &__root_cimv2_CIM_JobDestinationJobs,
190881                   &__root_cimv2_CIM_LocalFileSystem,
190882                   &__root_cimv2_CIM_Log,
190883                   &__root_cimv2_CIM_LogicalDevice,
190884                   &__root_cimv2_CIM_LogicalModule,
190885                   &__root_cimv2_CIM_LogicalPort,
190886                   &__root_cimv2_CIM_LogManagesRecord,
190887                   &__root_cimv2_CIM_MediaAccessDevice,
190888                   &__root_cimv2_CIM_MediaTransferDevice,
190889                   &__root_cimv2_CIM_MemoryOnCard,
190890                   &__root_cimv2_CIM_MemoryWithMedia,
190891 mike  1.1.2.1     &__root_cimv2_CIM_MessageLog,
190892                   &__root_cimv2_CIM_Modem,
190893                   &__root_cimv2_CIM_MorePersonInfo,
190894                   &__root_cimv2_CIM_Mount,
190895                   &__root_cimv2_CIM_NetworkAdapter,
190896                   &__root_cimv2_CIM_NetworkAdapterRedundancyComponent,
190897                   &__root_cimv2_CIM_NetworkPipe,
190898                   &__root_cimv2_CIM_NetworkPipeComposition,
190899                   &__root_cimv2_CIM_NetworkPort,
190900                   &__root_cimv2_CIM_NetworkVirtualAdapter,
190901                   &__root_cimv2_CIM_OperatingSystem,
190902                   &__root_cimv2_CIM_OperatingSystemSoftwareFeature,
190903                   &__root_cimv2_CIM_PackageDependency,
190904                   &__root_cimv2_CIM_PacketConditionInSARule,
190905                   &__root_cimv2_CIM_PickerElement,
190906                   &__root_cimv2_CIM_PortActiveConnection,
190907                   &__root_cimv2_CIM_PortOnDevice,
190908                   &__root_cimv2_CIM_PowerSupply,
190909                   &__root_cimv2_CIM_Printer,
190910                   &__root_cimv2_CIM_PrinterServicingJob,
190911                   &__root_cimv2_CIM_PrintQueue,
190912 mike  1.1.2.1     &__root_cimv2_CIM_Process,
190913                   &__root_cimv2_CIM_ProcessExecutable,
190914                   &__root_cimv2_CIM_ProcessOfJob,
190915                   &__root_cimv2_CIM_Processor,
190916                   &__root_cimv2_CIM_ProtocolController,
190917                   &__root_cimv2_CIM_ProtocolControllerForDevice,
190918                   &__root_cimv2_CIM_ProtocolControllerForPort,
190919                   &__root_cimv2_CIM_ProtocolControllerForUnit,
190920                   &__root_cimv2_CIM_Realizes,
190921                   &__root_cimv2_CIM_RecordInLog,
190922                   &__root_cimv2_CIM_RecordLog,
190923                   &__root_cimv2_CIM_RemoteFileSystem,
190924                   &__root_cimv2_CIM_Scanner,
190925                   &__root_cimv2_CIM_SCSIProtocolController,
190926                   &__root_cimv2_CIM_Sensor,
190927                   &__root_cimv2_CIM_Service,
190928                   &__root_cimv2_CIM_ServiceAccessPoint,
190929                   &__root_cimv2_CIM_ServiceAccessURI,
190930                   &__root_cimv2_CIM_ServiceAffectsElement,
190931                   &__root_cimv2_CIM_ServiceAvailableToElement,
190932                   &__root_cimv2_CIM_ServiceComponent,
190933 mike  1.1.2.1     &__root_cimv2_CIM_ServiceProcess,
190934                   &__root_cimv2_CIM_ServiceSAPDependency,
190935                   &__root_cimv2_CIM_ServiceStatistics,
190936                   &__root_cimv2_CIM_SNMPCommunityString,
190937                   &__root_cimv2_CIM_SNMPService,
190938                   &__root_cimv2_CIM_SoftwareElementSAPImplementation,
190939                   &__root_cimv2_CIM_SoftwareElementServiceImplementation,
190940                   &__root_cimv2_CIM_SoftwareFeatureSAPImplementation,
190941                   &__root_cimv2_CIM_SoftwareFeatureServiceImplementation,
190942                   &__root_cimv2_CIM_StatisticsService,
190943                   &__root_cimv2_CIM_StorageExtent,
190944                   &__root_cimv2_CIM_StoragePool,
190945                   &__root_cimv2_CIM_StorageVolume,
190946                   &__root_cimv2_CIM_SuppliesPower,
190947                   &__root_cimv2_CIM_System,
190948                   &__root_cimv2_CIM_SystemAdministrator,
190949                   &__root_cimv2_CIM_SystemAdministratorGroup,
190950                   &__root_cimv2_CIM_SystemAdministratorRole,
190951                   &__root_cimv2_CIM_SystemComponent,
190952                   &__root_cimv2_CIM_SystemDevice,
190953                   &__root_cimv2_CIM_SystemPackaging,
190954 mike  1.1.2.1     &__root_cimv2_CIM_SystemResource,
190955                   &__root_cimv2_CIM_SystemStatistics,
190956                   &__root_cimv2_CIM_TapeDrive,
190957                   &__root_cimv2_CIM_Thread,
190958                   &__root_cimv2_CIM_TokenRingAdapter,
190959                   &__root_cimv2_CIM_TokenRingPort,
190960                   &__root_cimv2_CIM_UninterruptiblePowerSupply,
190961                   &__root_cimv2_CIM_UnixLocalFileSystem,
190962                   &__root_cimv2_CIM_UnixProcess,
190963                   &__root_cimv2_CIM_UnixProcessStatistics,
190964                   &__root_cimv2_CIM_UnixThread,
190965                   &__root_cimv2_CIM_USBDevice,
190966                   &__root_cimv2_CIM_USBHub,
190967                   &__root_cimv2_CIM_USBPort,
190968                   &__root_cimv2_CIM_USBPortOnHub,
190969                   &__root_cimv2_CIM_UseOfLog,
190970                   &__root_cimv2_CIM_UseOfMessageLog,
190971                   &__root_cimv2_CIM_UserDevice,
190972                   &__root_cimv2_CIM_VLAN,
190973                   &__root_cimv2_CIM_VLANService,
190974                   &__root_cimv2_CIM_VolumeSet,
190975 mike  1.1.2.1     &__root_cimv2_CIM_WakeUpService,
190976                   &__root_cimv2_CIM_Watchdog,
190977                   &__root_cimv2_CIM_WBEMService,
190978                   &__root_cimv2_CIM_WORMDrive,
190979                   &__root_cimv2_CIM_ZoneService,
190980                   &__root_cimv2_PRS_SISService,
190981                   &__root_cimv2_CIM_AccountOnSystem,
190982                   &__root_cimv2_CIM_AdapterActiveConnection,
190983                   &__root_cimv2_CIM_AdminDomain,
190984                   &__root_cimv2_CIM_AggregatePExtent,
190985                   &__root_cimv2_CIM_AggregatePSExtent,
190986                   &__root_cimv2_CIM_AlarmDevice,
190987                   &__root_cimv2_CIM_AllocatedFromStoragePool,
190988                   &__root_cimv2_CIM_AllocatedResource,
190989                   &__root_cimv2_CIM_ApplicationSystem,
190990                   &__root_cimv2_CIM_ApplicationSystemDependency,
190991                   &__root_cimv2_CIM_ApplicationSystemDirectory,
190992                   &__root_cimv2_CIM_ApplicationSystemHierarchy,
190993                   &__root_cimv2_CIM_ApplicationSystemSoftwareFeature,
190994                   &__root_cimv2_CIM_AssociatedAlarm,
190995                   &__root_cimv2_CIM_AssociatedAppSystemOverviewStatistics,
190996 mike  1.1.2.1     &__root_cimv2_CIM_AssociatedProtocolController,
190997                   &__root_cimv2_CIM_AssociatedSensor,
190998                   &__root_cimv2_CIM_AutonomousSystem,
190999                   &__root_cimv2_CIM_BasedOn,
191000                   &__root_cimv2_CIM_Battery,
191001                   &__root_cimv2_CIM_BGPAttributesForRoute,
191002                   &__root_cimv2_CIM_BGPClustersInAS,
191003                   &__root_cimv2_CIM_BinarySensor,
191004                   &__root_cimv2_CIM_BlockStatisticsService,
191005                   &__root_cimv2_CIM_BootOSFromFS,
191006                   &__root_cimv2_CIM_BootSAP,
191007                   &__root_cimv2_CIM_BootService,
191008                   &__root_cimv2_CIM_CallBasedModem,
191009                   &__root_cimv2_CIM_CDROMDrive,
191010                   &__root_cimv2_CIM_ChangerDevice,
191011                   &__root_cimv2_CIM_ClusteringSAP,
191012                   &__root_cimv2_CIM_CollectionInSystem,
191013                   &__root_cimv2_CIM_CommonDatabase,
191014                   &__root_cimv2_CIM_CompositeExtent,
191015                   &__root_cimv2_CIM_CompositeExtentBasedOn,
191016                   &__root_cimv2_CIM_ComputerSystem,
191017 mike  1.1.2.1     &__root_cimv2_CIM_ComputerSystemPackage,
191018                   &__root_cimv2_CIM_ConditioningService,
191019                   &__root_cimv2_CIM_Confederation,
191020                   &__root_cimv2_CIM_ConfigurationForSystem,
191021                   &__root_cimv2_CIM_ConfigurationReportingService,
191022                   &__root_cimv2_CIM_ConnectionBasedModem,
191023                   &__root_cimv2_CIM_ContainedDomain,
191024                   &__root_cimv2_CIM_ContainedTransform,
191025                   &__root_cimv2_CIM_Controller,
191026                   &__root_cimv2_CIM_ControllerConfigurationService,
191027                   &__root_cimv2_CIM_CoolingDevice,
191028                   &__root_cimv2_CIM_CredentialManagementSAP,
191029                   &__root_cimv2_CIM_DatabaseAdministrator,
191030                   &__root_cimv2_CIM_DatabaseControlFile,
191031                   &__root_cimv2_CIM_DatabaseFile,
191032                   &__root_cimv2_CIM_DatabaseSegment,
191033                   &__root_cimv2_CIM_DatabaseService,
191034                   &__root_cimv2_CIM_DatabaseStorageArea,
191035                   &__root_cimv2_CIM_DatabaseSystem,
191036                   &__root_cimv2_CIM_DeviceAccessedByFile,
191037                   &__root_cimv2_CIM_DeviceConnection,
191038 mike  1.1.2.1     &__root_cimv2_CIM_DeviceIdentity,
191039                   &__root_cimv2_CIM_DeviceSAPImplementation,
191040                   &__root_cimv2_CIM_DeviceServiceImplementation,
191041                   &__root_cimv2_CIM_DeviceServicesLocation,
191042                   &__root_cimv2_CIM_DeviceSoftware,
191043                   &__root_cimv2_CIM_DeviceStatistics,
191044                   &__root_cimv2_CIM_DiagnosticService,
191045                   &__root_cimv2_CIM_DiagnosticsLog,
191046                   &__root_cimv2_CIM_DiagnosticTest,
191047                   &__root_cimv2_CIM_DiagnosticTestInPackage,
191048                   &__root_cimv2_CIM_DiagnosticTestSoftware,
191049                   &__root_cimv2_CIM_DiscreteSensor,
191050                   &__root_cimv2_CIM_DiskDrive,
191051                   &__root_cimv2_CIM_DisketteDrive,
191052                   &__root_cimv2_CIM_Display,
191053                   &__root_cimv2_CIM_DMA,
191054                   &__root_cimv2_CIM_Door,
191055                   &__root_cimv2_CIM_DoorAccessToDevice,
191056                   &__root_cimv2_CIM_DoorAccessToPhysicalElement,
191057                   &__root_cimv2_CIM_DriveInDiskGroup,
191058                   &__root_cimv2_CIM_DropperService,
191059 mike  1.1.2.1     &__root_cimv2_CIM_DropThresholdCalculationService,
191060                   &__root_cimv2_CIM_DSLModem,
191061                   &__root_cimv2_CIM_DVDDrive,
191062                   &__root_cimv2_CIM_ErrorCountersForDevice,
191063                   &__root_cimv2_CIM_ESCONController,
191064                   &__root_cimv2_CIM_EthernetAdapter,
191065                   &__root_cimv2_CIM_EthernetPort,
191066                   &__root_cimv2_CIM_Export,
191067                   &__root_cimv2_CIM_ExtentInDiskGroup,
191068                   &__root_cimv2_CIM_ExtentRedundancyComponent,
191069                   &__root_cimv2_CIM_Fan,
191070                   &__root_cimv2_CIM_FCPort,
191071                   &__root_cimv2_CIM_FibreChannelAdapter,
191072                   &__root_cimv2_CIM_FibrePort,
191073                   &__root_cimv2_CIM_FibrePortActiveLogin,
191074                   &__root_cimv2_CIM_FibrePortOnFCAdapter,
191075                   &__root_cimv2_CIM_FibreProtocolService,
191076                   &__root_cimv2_CIM_FileStorage,
191077                   &__root_cimv2_CIM_FilterEntryInSystem,
191078                   &__root_cimv2_CIM_FilterListInSystem,
191079                   &__root_cimv2_CIM_FlatPanel,
191080 mike  1.1.2.1     &__root_cimv2_CIM_HDSLModem,
191081                   &__root_cimv2_CIM_HeadTailDropper,
191082                   &__root_cimv2_CIM_HeatPipe,
191083                   &__root_cimv2_CIM_HelpService,
191084                   &__root_cimv2_CIM_HelpServiceAvailableToFile,
191085                   &__root_cimv2_CIM_HostedAccessPoint,
191086                   &__root_cimv2_CIM_HostedACI,
191087                   &__root_cimv2_CIM_HostedAdminDistance,
191088                   &__root_cimv2_CIM_HostedAuthenticationRequirement,
191089                   &__root_cimv2_CIM_HostedBGPAttributes,
191090                   &__root_cimv2_CIM_HostedBGPPeerGroup,
191091                   &__root_cimv2_CIM_HostedBGPRouteMap,
191092                   &__root_cimv2_CIM_HostedBootSAP,
191093                   &__root_cimv2_CIM_HostedClusterSAP,
191094                   &__root_cimv2_CIM_HostedCollection,
191095                   &__root_cimv2_CIM_HostedFileSystem,
191096                   &__root_cimv2_CIM_HostedFilterEntryBase,
191097                   &__root_cimv2_CIM_HostedFilterList,
191098                   &__root_cimv2_CIM_HostedJobDestination,
191099                   &__root_cimv2_CIM_HostedRoute,
191100                   &__root_cimv2_CIM_HostedRoutingPolicy,
191101 mike  1.1.2.1     &__root_cimv2_CIM_HostedService,
191102                   &__root_cimv2_CIM_HostedStoragePool,
191103                   &__root_cimv2_CIM_IBSubnetManager,
191104                   &__root_cimv2_CIM_IDEController,
191105                   &__root_cimv2_CIM_IdentificationOfManagedSystem,
191106                   &__root_cimv2_CIM_InBGPPeerGroup,
191107                   &__root_cimv2_CIM_InfraredController,
191108                   &__root_cimv2_CIM_InstalledOS,
191109                   &__root_cimv2_CIM_InstalledSoftwareElement,
191110                   &__root_cimv2_CIM_InstalledSoftwareIdentity,
191111                   &__root_cimv2_CIM_InterLibraryPort,
191112                   &__root_cimv2_CIM_IPsecPolicyForSystem,
191113                   &__root_cimv2_CIM_IRQ,
191114                   &__root_cimv2_CIM_iSCSIConnection,
191115                   &__root_cimv2_CIM_iSCSISession,
191116                   &__root_cimv2_CIM_ISDNModem,
191117                   &__root_cimv2_CIM_J2eeApplication,
191118                   &__root_cimv2_CIM_J2eeDeployedObject,
191119                   &__root_cimv2_CIM_J2eeDomain,
191120                   &__root_cimv2_CIM_J2eeEJB,
191121                   &__root_cimv2_CIM_J2eeEntityBean,
191122 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory,
191123                   &__root_cimv2_CIM_J2eeJDBCDataSourceDriver,
191124                   &__root_cimv2_CIM_J2eeMessageDrivenBean,
191125                   &__root_cimv2_CIM_J2eeModule,
191126                   &__root_cimv2_CIM_J2eeModuleUsesJVM,
191127                   &__root_cimv2_CIM_J2eeResource,
191128                   &__root_cimv2_CIM_J2eeResourceAdapter,
191129                   &__root_cimv2_CIM_J2eeResourceAdapterModule,
191130                   &__root_cimv2_CIM_J2eeRMI_IIOPResource,
191131                   &__root_cimv2_CIM_J2eeServer,
191132                   &__root_cimv2_CIM_J2eeServerInDomain,
191133                   &__root_cimv2_CIM_J2eeServerUsesJVM,
191134                   &__root_cimv2_CIM_J2eeServlet,
191135                   &__root_cimv2_CIM_J2eeSessionBean,
191136                   &__root_cimv2_CIM_J2eeStatefulSessionBean,
191137                   &__root_cimv2_CIM_J2eeStatelessSessionBean,
191138                   &__root_cimv2_CIM_J2eeURLResource,
191139                   &__root_cimv2_CIM_J2eeWebModule,
191140                   &__root_cimv2_CIM_Keyboard,
191141                   &__root_cimv2_CIM_LabelReader,
191142                   &__root_cimv2_CIM_LibraryExchange,
191143 mike  1.1.2.1     &__root_cimv2_CIM_LimitedAccessPort,
191144                   &__root_cimv2_CIM_LogicalDisk,
191145                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
191146                   &__root_cimv2_CIM_LogicalDiskBasedOnVolume,
191147                   &__root_cimv2_CIM_LogicalDiskBasedOnVolumeSet,
191148                   &__root_cimv2_CIM_LogInDataFile,
191149                   &__root_cimv2_CIM_LogInDeviceFile,
191150                   &__root_cimv2_CIM_LogInStorage,
191151                   &__root_cimv2_CIM_MagnetoOpticalDrive,
191152                   &__root_cimv2_CIM_ManagementController,
191153                   &__root_cimv2_CIM_MarkerService,
191154                   &__root_cimv2_CIM_MediaPartition,
191155                   &__root_cimv2_CIM_MediaPresent,
191156                   &__root_cimv2_CIM_Memory,
191157                   &__root_cimv2_CIM_MemoryMappedIO,
191158                   &__root_cimv2_CIM_MemoryResource,
191159                   &__root_cimv2_CIM_MeterService,
191160                   &__root_cimv2_CIM_ModulePort,
191161                   &__root_cimv2_CIM_MultiStateSensor,
191162                   &__root_cimv2_CIM_Network,
191163                   &__root_cimv2_CIM_NetworkService,
191164 mike  1.1.2.1     &__root_cimv2_CIM_NetworkServicesInAdminDomain,
191165                   &__root_cimv2_CIM_NetworksInAdminDomain,
191166                   &__root_cimv2_CIM_NextService,
191167                   &__root_cimv2_CIM_NextServiceAfterMeter,
191168                   &__root_cimv2_CIM_NFS,
191169                   &__root_cimv2_CIM_NonVolatileStorage,
191170                   &__root_cimv2_CIM_NumericSensor,
191171                   &__root_cimv2_CIM_ObjectManager,
191172                   &__root_cimv2_CIM_ObjectManagerAdapter,
191173                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
191174                   &__root_cimv2_CIM_OOBAlertService,
191175                   &__root_cimv2_CIM_OOBAlertServiceOnModem,
191176                   &__root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter,
191177                   &__root_cimv2_CIM_OOBAlertServiceOnNetworkPort,
191178                   &__root_cimv2_CIM_OperationLog,
191179                   &__root_cimv2_CIM_OSProcess,
191180                   &__root_cimv2_CIM_OwningPrintQueue,
191181                   &__root_cimv2_CIM_PackageAlarm,
191182                   &__root_cimv2_CIM_PackageCooling,
191183                   &__root_cimv2_CIM_PacketSchedulingService,
191184                   &__root_cimv2_CIM_ParallelController,
191185 mike  1.1.2.1     &__root_cimv2_CIM_PCIController,
191186                   &__root_cimv2_CIM_PCIDevice,
191187                   &__root_cimv2_CIM_PCMCIAController,
191188                   &__root_cimv2_CIM_PhysicalExtent,
191189                   &__root_cimv2_CIM_PickerForChanger,
191190                   &__root_cimv2_CIM_PointingDevice,
191191                   &__root_cimv2_CIM_PolicyInSystem,
191192                   &__root_cimv2_CIM_PolicyRepository,
191193                   &__root_cimv2_CIM_PolicyRepositoryInPolicyRepository,
191194                   &__root_cimv2_CIM_PolicyRoleCollectionInSystem,
191195                   &__root_cimv2_CIM_PolicySetInSystem,
191196                   &__root_cimv2_CIM_PortController,
191197                   &__root_cimv2_CIM_PortResource,
191198                   &__root_cimv2_CIM_POTSModem,
191199                   &__root_cimv2_CIM_PowerManagementService,
191200                   &__root_cimv2_CIM_PreambleMarkerService,
191201                   &__root_cimv2_CIM_PrinterServicingQueue,
191202                   &__root_cimv2_CIM_PrintSAP,
191203                   &__root_cimv2_CIM_PrintService,
191204                   &__root_cimv2_CIM_Priority8021QMarkerService,
191205                   &__root_cimv2_CIM_ProcessThread,
191206 mike  1.1.2.1     &__root_cimv2_CIM_ProductServiceComponent,
191207                   &__root_cimv2_CIM_ProtectedExtentBasedOn,
191208                   &__root_cimv2_CIM_ProtectedSpaceExtent,
191209                   &__root_cimv2_CIM_ProtocolAdapter,
191210                   &__root_cimv2_CIM_ProtocolControllerAccessesUnit,
191211                   &__root_cimv2_CIM_ProtocolEndpoint,
191212                   &__root_cimv2_CIM_ProvidesServiceToElement,
191213                   &__root_cimv2_CIM_PSExtentBasedOnPExtent,
191214                   &__root_cimv2_CIM_QoSService,
191215                   &__root_cimv2_CIM_QoSSubService,
191216                   &__root_cimv2_CIM_QueueForPrintService,
191217                   &__root_cimv2_CIM_QueueForwardsToPrintSAP,
191218                   &__root_cimv2_CIM_QueuingService,
191219                   &__root_cimv2_CIM_RealizesExtent,
191220                   &__root_cimv2_CIM_RealizesPExtent,
191221                   &__root_cimv2_CIM_REDDropperService,
191222                   &__root_cimv2_CIM_Refrigeration,
191223                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
191224                   &__root_cimv2_CIM_ResidesOnExtent,
191225                   &__root_cimv2_CIM_ResourceOfSystem,
191226                   &__root_cimv2_CIM_ReusablePolicyContainer,
191227 mike  1.1.2.1     &__root_cimv2_CIM_RouteCalculationService,
191228                   &__root_cimv2_CIM_RoutersInAS,
191229                   &__root_cimv2_CIM_RoutersInBGPCluster,
191230                   &__root_cimv2_CIM_RouteUsesEndpoint,
191231                   &__root_cimv2_CIM_RoutingProtocolDomain,
191232                   &__root_cimv2_CIM_RoutingProtocolDomainInAS,
191233                   &__root_cimv2_CIM_RunningOS,
191234                   &__root_cimv2_CIM_SAPAvailableForElement,
191235                   &__root_cimv2_CIM_SAPSAPDependency,
191236                   &__root_cimv2_CIM_SAPStatistics,
191237                   &__root_cimv2_CIM_SchedulingServiceToSchedule,
191238                   &__root_cimv2_CIM_SCSIController,
191239                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
191240                   &__root_cimv2_CIM_SDSLModem,
191241                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
191242                   &__root_cimv2_CIM_SecurityService,
191243                   &__root_cimv2_CIM_SecurityServiceForSystem,
191244                   &__root_cimv2_CIM_SecurityServiceUsesAccount,
191245                   &__root_cimv2_CIM_SerialController,
191246                   &__root_cimv2_CIM_ServiceAccessBySAP,
191247                   &__root_cimv2_CIM_ServiceAvailableToDatabase,
191248 mike  1.1.2.1     &__root_cimv2_CIM_ServiceServiceDependency,
191249                   &__root_cimv2_CIM_ServiceUsesSecurityService,
191250                   &__root_cimv2_CIM_SettingForSystem,
191251                   &__root_cimv2_CIM_Snapshot,
191252                   &__root_cimv2_CIM_SnapshotOfExtent,
191253                   &__root_cimv2_CIM_Specific802dot1QVLANService,
191254                   &__root_cimv2_CIM_SSAController,
191255                   &__root_cimv2_CIM_StorageConfigurationService,
191256                   &__root_cimv2_CIM_StorageDefect,
191257                   &__root_cimv2_CIM_StorageLibrary,
191258                   &__root_cimv2_CIM_SwitchPort,
191259                   &__root_cimv2_CIM_SwitchPortDynamicForwarding,
191260                   &__root_cimv2_CIM_SwitchPortPair,
191261                   &__root_cimv2_CIM_SwitchPortStaticForwarding,
191262                   &__root_cimv2_CIM_SystemBIOS,
191263                   &__root_cimv2_CIM_Tachometer,
191264                   &__root_cimv2_CIM_TapePartition,
191265                   &__root_cimv2_CIM_TapePartitionOnSurface,
191266                   &__root_cimv2_CIM_TCPProtocolEndpoint,
191267                   &__root_cimv2_CIM_TemperatureSensor,
191268                   &__root_cimv2_CIM_TokenBucketMeterService,
191269 mike  1.1.2.1     &__root_cimv2_CIM_ToSMarkerService,
191270                   &__root_cimv2_CIM_TrapSourceForSNMPService,
191271                   &__root_cimv2_CIM_UDPProtocolEndpoint,
191272                   &__root_cimv2_CIM_Unimodem,
191273                   &__root_cimv2_CIM_UnitaryComputerSystem,
191274                   &__root_cimv2_CIM_USBConnection,
191275                   &__root_cimv2_CIM_USBController,
191276                   &__root_cimv2_CIM_VDSLModem,
191277                   &__root_cimv2_CIM_VideoController,
191278                   &__root_cimv2_CIM_VideoSetting,
191279                   &__root_cimv2_CIM_VirtualComputerSystem,
191280                   &__root_cimv2_CIM_VLANFor,
191281                   &__root_cimv2_CIM_VolatileStorage,
191282                   &__root_cimv2_CIM_VoltageSensor,
191283                   &__root_cimv2_CIM_VolumeSetBasedOnPSExtent,
191284                   &__root_cimv2_CIM_WakeUpServiceOnModem,
191285                   &__root_cimv2_CIM_WakeUpServiceOnNetworkAdapter,
191286                   &__root_cimv2_CIM_WakeUpServiceOnNetworkPort,
191287                   &__root_cimv2_CIM_WeightedREDDropperService,
191288                   &__root_cimv2_CIM_AccountManagementService,
191289                   &__root_cimv2_CIM_Action,
191290 mike  1.1.2.1     &__root_cimv2_CIM_ActionSequence,
191291                   &__root_cimv2_CIM_ActiveConnection,
191292                   &__root_cimv2_CIM_ADSLModem,
191293                   &__root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent,
191294                   &__root_cimv2_CIM_AggregatePSExtentBasedOnPExtent,
191295                   &__root_cimv2_CIM_AggregateRedundancyComponent,
191296                   &__root_cimv2_CIM_AGPVideoController,
191297                   &__root_cimv2_CIM_AllocatedDMA,
191298                   &__root_cimv2_CIM_AssociatedBattery,
191299                   &__root_cimv2_CIM_AssociatedCooling,
191300                   &__root_cimv2_CIM_AssociatedDatabaseSystem,
191301                   &__root_cimv2_CIM_AssociatedLabelReader,
191302                   &__root_cimv2_CIM_AssociatedMemory,
191303                   &__root_cimv2_CIM_AssociatedNextHop,
191304                   &__root_cimv2_CIM_AssociatedProcessorMemory,
191305                   &__root_cimv2_CIM_AssociatedSupplyVoltageSensor,
191306                   &__root_cimv2_CIM_AuthenticationService,
191307                   &__root_cimv2_CIM_AuthorizationService,
191308                   &__root_cimv2_CIM_AuthorizedUse,
191309                   &__root_cimv2_CIM_AvailableDiagnosticService,
191310                   &__root_cimv2_CIM_AverageRateMeterService,
191311 mike  1.1.2.1     &__root_cimv2_CIM_BGPProtocolEndpoint,
191312                   &__root_cimv2_CIM_BGPService,
191313                   &__root_cimv2_CIM_BGPServiceAttributes,
191314                   &__root_cimv2_CIM_BGPServiceStatistics,
191315                   &__root_cimv2_CIM_BindsTo,
191316                   &__root_cimv2_CIM_BIOSLoadedInNV,
191317                   &__root_cimv2_CIM_BootServiceAccessBySAP,
191318                   &__root_cimv2_CIM_CableModem,
191319                   &__root_cimv2_CIM_CacheMemory,
191320                   &__root_cimv2_CIM_CalculatedRoutes,
191321                   &__root_cimv2_CIM_CalculatesAmong,
191322                   &__root_cimv2_CIM_CalculationBasedOnQueue,
191323                   &__root_cimv2_CIM_CalculationServiceForDropper,
191324                   &__root_cimv2_CIM_Check,
191325                   &__root_cimv2_CIM_CIMXMLCommunicationMechanism,
191326                   &__root_cimv2_CIM_ClassifierService,
191327                   &__root_cimv2_CIM_Cluster,
191328                   &__root_cimv2_CIM_ClusteringService,
191329                   &__root_cimv2_CIM_ClusterServiceAccessBySAP,
191330                   &__root_cimv2_CIM_CollectionOfSensors,
191331                   &__root_cimv2_CIM_CommMechanismForAdapter,
191332 mike  1.1.2.1     &__root_cimv2_CIM_CommMechanismForManager,
191333                   &__root_cimv2_CIM_CommMechanismForObjectManagerAdapter,
191334                   &__root_cimv2_CIM_ComponentCS,
191335                   &__root_cimv2_CIM_ComputerSystemMemory,
191336                   &__root_cimv2_CIM_ComputerSystemProcessor,
191337                   &__root_cimv2_CIM_ComputerSystemResource,
191338                   &__root_cimv2_CIM_ConditioningServiceOnEndpoint,
191339                   &__root_cimv2_CIM_ControlledBy,
191340                   &__root_cimv2_CIM_CredentialManagementService,
191341                   &__root_cimv2_CIM_CurrentSensor,
191342                   &__root_cimv2_CIM_DatabaseStorage,
191343                   &__root_cimv2_CIM_DesktopMonitor,
191344                   &__root_cimv2_CIM_DiagnosticResultForTest,
191345                   &__root_cimv2_CIM_DiagnosticSettingForTest,
191346                   &__root_cimv2_CIM_DiagnosticTestForMSE,
191347                   &__root_cimv2_CIM_DiffServService,
191348                   &__root_cimv2_CIM_DirectoryAction,
191349                   &__root_cimv2_CIM_DirectorySpecification,
191350                   &__root_cimv2_CIM_DiskPartition,
191351                   &__root_cimv2_CIM_DiskPartitionBasedOnVolume,
191352                   &__root_cimv2_CIM_DiskSpaceCheck,
191353 mike  1.1.2.1     &__root_cimv2_CIM_DSCPMarkerService,
191354                   &__root_cimv2_CIM_EFService,
191355                   &__root_cimv2_CIM_EGPRouteCalcDependency,
191356                   &__root_cimv2_CIM_EgressConditioningServiceOnEndpoint,
191357                   &__root_cimv2_CIM_ElementInSchedulingService,
191358                   &__root_cimv2_CIM_EndpointIdentity,
191359                   &__root_cimv2_CIM_EndpointOfNetworkPipe,
191360                   &__root_cimv2_CIM_EWMAMeterService,
191361                   &__root_cimv2_CIM_ExecuteProgram,
191362                   &__root_cimv2_CIM_FileAction,
191363                   &__root_cimv2_CIM_FileSpecification,
191364                   &__root_cimv2_CIM_FilterOfSecurityAssociation,
191365                   &__root_cimv2_CIM_FlowService,
191366                   &__root_cimv2_CIM_ForwardingService,
191367                   &__root_cimv2_CIM_ForwardsAmong,
191368                   &__root_cimv2_CIM_FromDirectoryAction,
191369                   &__root_cimv2_CIM_FromDirectorySpecification,
191370                   &__root_cimv2_CIM_Hdr8021PService,
191371                   &__root_cimv2_CIM_HeadTailDropQueueBinding,
191372                   &__root_cimv2_CIM_HostedBootService,
191373                   &__root_cimv2_CIM_HostedClusterService,
191374 mike  1.1.2.1     &__root_cimv2_CIM_HostedForwardingServices,
191375                   &__root_cimv2_CIM_HostedNetworkPipe,
191376                   &__root_cimv2_CIM_HostedRoutingServices,
191377                   &__root_cimv2_CIM_HostingCS,
191378                   &__root_cimv2_CIM_IKESAEndpoint,
191379                   &__root_cimv2_CIM_InboundVLAN,
191380                   &__root_cimv2_CIM_IngressConditioningServiceOnEndpoint,
191381                   &__root_cimv2_CIM_InLogicalNetwork,
191382                   &__root_cimv2_CIM_IPProtocolEndpoint,
191383                   &__root_cimv2_CIM_IPsecPolicyForEndpoint,
191384                   &__root_cimv2_CIM_IPsecSAEndpoint,
191385                   &__root_cimv2_CIM_IPXProtocolEndpoint,
191386                   &__root_cimv2_CIM_iSCSIProtocolEndpoint,
191387                   &__root_cimv2_CIM_J2eeAppClientModule,
191388                   &__root_cimv2_CIM_J2eeApplicationHostedOnServer,
191389                   &__root_cimv2_CIM_J2eeApplicationModule,
191390                   &__root_cimv2_CIM_J2eeEJBModule,
191391                   &__root_cimv2_CIM_J2eeJavaMailResource,
191392                   &__root_cimv2_CIM_J2eeJCAResource,
191393                   &__root_cimv2_CIM_J2eeJDBCResource,
191394                   &__root_cimv2_CIM_J2eeJDBCResourceUsesDataSource,
191395 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJMSResource,
191396                   &__root_cimv2_CIM_J2eeJNDIResource,
191397                   &__root_cimv2_CIM_J2eeJTAResource,
191398                   &__root_cimv2_CIM_J2eeResourceAdapterInModule,
191399                   &__root_cimv2_CIM_J2eeResourceOnServer,
191400                   &__root_cimv2_CIM_J2eeServletInModule,
191401                   &__root_cimv2_CIM_KerberosKeyDistributionCenter,
191402                   &__root_cimv2_CIM_LANEndpoint,
191403                   &__root_cimv2_CIM_LibraryPackage,
191404                   &__root_cimv2_CIM_LocalCredentialManagementService,
191405                   &__root_cimv2_CIM_LogicalDiskBasedOnPartition,
191406                   &__root_cimv2_CIM_LogicalNetworkService,
191407                   &__root_cimv2_CIM_ManagedCredential,
191408                   &__root_cimv2_CIM_ManagesAccount,
191409                   &__root_cimv2_CIM_ManagesAccountOnSystem,
191410                   &__root_cimv2_CIM_MemoryCheck,
191411                   &__root_cimv2_CIM_ModifySettingAction,
191412                   &__root_cimv2_CIM_MonitorSetting,
191413                   &__root_cimv2_CIM_NamespaceInManager,
191414                   &__root_cimv2_CIM_NextScheduler,
191415                   &__root_cimv2_CIM_NonWorkConservingSchedulingService,
191416 mike  1.1.2.1     &__root_cimv2_CIM_Notary,
191417                   &__root_cimv2_CIM_NotaryVerifiesBiometric,
191418                   &__root_cimv2_CIM_OSPFArea,
191419                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
191420                   &__root_cimv2_CIM_OSPFService,
191421                   &__root_cimv2_CIM_OSPFServiceConfiguration,
191422                   &__root_cimv2_CIM_OSPFVirtualInterface,
191423                   &__root_cimv2_CIM_OSVersionCheck,
191424                   &__root_cimv2_CIM_OutboundVLAN,
191425                   &__root_cimv2_CIM_PackageTempSensor,
191426                   &__root_cimv2_CIM_ParticipatingCS,
191427                   &__root_cimv2_CIM_PCIBridge,
191428                   &__root_cimv2_CIM_PCVideoController,
191429                   &__root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel,
191430                   &__root_cimv2_CIM_PeerGatewayForTunnel,
191431                   &__root_cimv2_CIM_PeerOfSAEndpoint,
191432                   &__root_cimv2_CIM_PExtentRedundancyComponent,
191433                   &__root_cimv2_CIM_Phase1SAUsedForPhase2,
191434                   &__root_cimv2_CIM_PickerLabelReader,
191435                   &__root_cimv2_CIM_PolicyActionInPolicyRepository,
191436                   &__root_cimv2_CIM_PolicyConditionInPolicyRepository,
191437 mike  1.1.2.1     &__root_cimv2_CIM_PolicyContainerInPolicyContainer,
191438                   &__root_cimv2_CIM_PolicyGroupInSystem,
191439                   &__root_cimv2_CIM_PolicyRuleInSystem,
191440                   &__root_cimv2_CIM_PortImplementsEndpoint,
191441                   &__root_cimv2_CIM_PrecedenceService,
191442                   &__root_cimv2_CIM_PrivilegeManagementService,
191443                   &__root_cimv2_CIM_ProvidesEndpoint,
191444                   &__root_cimv2_CIM_PublicKeyManagementService,
191445                   &__root_cimv2_CIM_QoSConditioningSubService,
191446                   &__root_cimv2_CIM_QueueAllocation,
191447                   &__root_cimv2_CIM_QueueHierarchy,
191448                   &__root_cimv2_CIM_QueueToSchedule,
191449                   &__root_cimv2_CIM_RealizedOnSide,
191450                   &__root_cimv2_CIM_RealizesAggregatePExtent,
191451                   &__root_cimv2_CIM_RealizesDiskPartition,
191452                   &__root_cimv2_CIM_RealizesTapePartition,
191453                   &__root_cimv2_CIM_RebootAction,
191454                   &__root_cimv2_CIM_ReflectorClientService,
191455                   &__root_cimv2_CIM_ReflectorNonClientService,
191456                   &__root_cimv2_CIM_ReflectorService,
191457                   &__root_cimv2_CIM_RemotePort,
191458 mike  1.1.2.1     &__root_cimv2_CIM_RemoveDirectoryAction,
191459                   &__root_cimv2_CIM_RemoveFileAction,
191460                   &__root_cimv2_CIM_RequireCredentialsFrom,
191461                   &__root_cimv2_CIM_ReusablePolicy,
191462                   &__root_cimv2_CIM_RouteForwardedByService,
191463                   &__root_cimv2_CIM_RoutesBGP,
191464                   &__root_cimv2_CIM_RuleThatGeneratedSA,
191465                   &__root_cimv2_CIM_SchedulerUsed,
191466                   &__root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath,
191467                   &__root_cimv2_CIM_SCSIInterface,
191468                   &__root_cimv2_CIM_SerialInterface,
191469                   &__root_cimv2_CIM_SettingCheck,
191470                   &__root_cimv2_CIM_SharedSecretService,
191471                   &__root_cimv2_CIM_SNMPTrapTarget,
191472                   &__root_cimv2_CIM_SoftwareElementActions,
191473                   &__root_cimv2_CIM_SoftwareElementChecks,
191474                   &__root_cimv2_CIM_SoftwareElementVersionCheck,
191475                   &__root_cimv2_CIM_SourceRoutingService,
191476                   &__root_cimv2_CIM_SpanningTreeService,
191477                   &__root_cimv2_CIM_StorageHardwareIDManagementService,
191478                   &__root_cimv2_CIM_SwapSpaceCheck,
191479 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPortSourceRouting,
191480                   &__root_cimv2_CIM_SwitchPortSpanningTree,
191481                   &__root_cimv2_CIM_SwitchService,
191482                   &__root_cimv2_CIM_SwitchServiceSourceRouting,
191483                   &__root_cimv2_CIM_SwitchServiceSpanningTree,
191484                   &__root_cimv2_CIM_SwitchServiceVLAN,
191485                   &__root_cimv2_CIM_SystemPartition,
191486                   &__root_cimv2_CIM_TransformOfSecurityAssociation,
191487                   &__root_cimv2_CIM_TransparentBridgingService,
191488                   &__root_cimv2_CIM_TransparentBridgingStaticForwarding,
191489                   &__root_cimv2_CIM_TrustHierarchy,
191490                   &__root_cimv2_CIM_USBControllerHasHub,
191491                   &__root_cimv2_CIM_VerificationService,
191492                   &__root_cimv2_CIM_VersionCompatibilityCheck,
191493                   &__root_cimv2_CIM_AcceptCredentialFrom,
191494                   &__root_cimv2_CIM_AccessLabelReader,
191495                   &__root_cimv2_CIM_AFService,
191496                   &__root_cimv2_CIM_ArchitectureCheck,
191497                   &__root_cimv2_CIM_AreaOfConfiguration,
191498                   &__root_cimv2_CIM_ASBGPEndpoints,
191499                   &__root_cimv2_CIM_AssociatedCacheMemory,
191500 mike  1.1.2.1     &__root_cimv2_CIM_AssociatedSupplyCurrentSensor,
191501                   &__root_cimv2_CIM_AuthenticateForUse,
191502                   &__root_cimv2_CIM_BGPAdminDistance,
191503                   &__root_cimv2_CIM_BGPPeerGroupService,
191504                   &__root_cimv2_CIM_BGPRoutingPolicy,
191505                   &__root_cimv2_CIM_BindsToLANEndpoint,
191506                   &__root_cimv2_CIM_CertificateAuthority,
191507                   &__root_cimv2_CIM_ClassifierElement,
191508                   &__root_cimv2_CIM_ClassifierElementInClassifierService,
191509                   &__root_cimv2_CIM_ClassifierElementUsesFilterList,
191510                   &__root_cimv2_CIM_ClassifierFilterSet,
191511                   &__root_cimv2_CIM_ComputerSystemDMA,
191512                   &__root_cimv2_CIM_ComputerSystemIRQ,
191513                   &__root_cimv2_CIM_ComputerSystemMappedIO,
191514                   &__root_cimv2_CIM_CopyFileAction,
191515                   &__root_cimv2_CIM_CreateDirectoryAction,
191516                   &__root_cimv2_CIM_DirectorySpecificationFile,
191517                   &__root_cimv2_CIM_EndpointInArea,
191518                   &__root_cimv2_CIM_EndpointInLink,
191519                   &__root_cimv2_CIM_FailNextScheduler,
191520                   &__root_cimv2_CIM_ForwardedRoutes,
191521 mike  1.1.2.1     &__root_cimv2_CIM_IKESecretIsNamed,
191522                   &__root_cimv2_CIM_InSegment,
191523                   &__root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource,
191524                   &__root_cimv2_CIM_J2eeEJBInModule,
191525                   &__root_cimv2_CIM_KDCIssuesKerberosTicket,
191526                   &__root_cimv2_CIM_LocallyManagedPublicKey,
191527                   &__root_cimv2_CIM_NextServiceAfterClassifierElement,
191528                   &__root_cimv2_CIM_OSPFProtocolEndpoint,
191529                   &__root_cimv2_CIM_RelatedSpanningTree,
191530                   &__root_cimv2_CIM_RelatedTransparentBridgingService,
191531                   &__root_cimv2_CIM_SharedSecretIsShared,
191532                   &__root_cimv2_CIM_Switchable,
191533                   &__root_cimv2_CIM_SwitchesAmong,
191534                   &__root_cimv2_CIM_SwitchServiceTransparentBridging,
191535                   &__root_cimv2_CIM_ToDirectoryAction,
191536                   &__root_cimv2_CIM_ToDirectorySpecification,
191537                   &__root_cimv2_CIM_TransparentBridgingDynamicForwarding,
191538                   &__root_cimv2_CIM_AFRelatedServices,
191539                   &__root_cimv2_CIM_CAHasPublicCertificate,
191540                   &__root_cimv2_CIM_CASignsPublicKeyCertificate,
191541                   &__root_cimv2_PG_IndicationHandlerSNMPMapper,
191542 mike  1.1.2.1     &__root_cimv2_PG_ListenerDestinationSystemLog,
191543                   &__root_cimv2_PG_ListenerDestinationEmail,
191544                   &__root_cimv2_PG_OperatingSystem,
191545                   &__root_cimv2_PG_ComputerSystem,
191546                   &__root_cimv2_PG_UnixProcess,
191547                   &__root_cimv2_PG_UnixProcessStatisticalInformation,
191548                   &__root_cimv2_PG_UnixProcessStatistics,
191549                   &__root_cimv2_PG_UnixThread,
191550                   &__root_cimv2_PG_Processor,
191551                   &__root_cimv2_PG_BindsIPToLANEndpoint,
191552                   &__root_cimv2_PG_IPRoute,
191553 mike  1.1.2.3     &__root_cimv2_Hello,
191554                   &__root_cimv2_Goodbye,
191555 mike  1.1.2.1     0,
191556               };
191557               
191558               const MetaNameSpace root_cimv2_namespace =
191559               {
191560                   "root/cimv2",
191561                   _qualifiers,
191562                   _classes,
191563               };
191564               
191565               PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2